@import url("../zpetto/assets/css/bootstrap.css");
@import url("../zpetto/assets/css/fonts.css");
@import url("../zpetto/assets/css/owl.carousel.min.css");

/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body */
body {
  font-family: "Merriweather";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* Headings */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
td{
  font-family: "Merriweather Bold, sans-serif ";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather Bold";
  margin-bottom: 10px;
}

h1 {
  font-size: 53px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Paragraphs */
p {
  margin-bottom: 15px;
  font-family: "Merriweather Bold, sans-serif";
  font-size: 15px;
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin-bottom: 5px;
}

/* Theme Typography */

.page-template-register .site-footer .auto-container.border-top{
  display: none;
}

.page-template-register .navbar{
display: none;
}
.bg-orange {
  background-color: #0E82B2;
}
.rounded-corner-22 {
  border-radius: 22px;
}
.no-shadow,
.no-shadow:focus {
  box-shadow: none;
}
ul li a {
  color: #000000;
}
ul li a:hover {
  color: #007bff;
}
.rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}

.btn-orange {
  background: #0E82B2;
  color: #ffffff;
}

.text-orange {
  color: #0E82B2 !important;
}

.btn-gradient {
  background: linear-gradient(180deg, #0E82B2 0%, #0E82B2 100%);
  color: #ffffff;
}

.btn-orange:hover,
.btn-gradient:hover {
  color: #ffffff;
}

.btn {
  padding: 10px 20px;
}

.rounded-corner {
  border-radius: 8px;
}

.theme-btn {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.rounded-corner-top-left {
  border-top-left-radius: 8px;
}

.rounded-corner-top-right {
  border-top-right-radius: 8px;
}

.rounded-corner-bottom-left {
  border-bottom-left-radius: 8px;
}

.rounded-corner-top-right {
  border-bottom-right-radius: 8px;
}

.form-control[type="text"],
.form-control[type="email"],
.form-control[type="tel"],
.form-control[type="file"],
.form-control[type="url"],
.form-control[type="number"],
select.form-control:not([size]):not([multiple]),
select {
  height: 55px;
}

section {
  position: relative;
}

.title-short-desc {
  font-size: 18px;
  margin-bottom: 70px;
}

.auto-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.title-sec {
  font-size: 25px;
  margin-bottom: 36px;
}

.learn-more-link {
  color: #42b4e2;
}

.learn-more-link img {
  width: 20px;
}

.learn-more-link:hover {
  color: #000000;
}

.learn-more-link:hover img {
  filter: brightness(0);
}

.f-12 {
  font-size: 12px;
}

.card-shadow {
  box-shadow: 0px 2px 15px 3px #0000001c;
}

.section-top {
  padding-top: 130px;
}

.section-bottom {
  padding-bottom: 90px;
}

.bg-light-primary {
  background-color: #eaf7fc;
}

.icn-60 {
  height: 60px;
}

.ratings {
  color: #ebd728 !important;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.underedline-title {
  position: relative;
}

.underedline-title::after {
  content: "";
  height: 2px;
  background-color: #0E82B2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.underedline-title span {
  z-index: 1;
}

/* Header Settings Starts */
.main-header .navbar-light .navbar-nav .nav-link {
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}
.main-header .navbar-light .navbar-nav .active > .nav-link {
  color: #0E82B2;
}
.navbar-brand img {
  height: 70px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
}

.fixed-header {
  background-color: #ffffff;
}

/* Header Settings Ends */
/* Footer Settings Starts */
/* Footer Settings Ends */
/* Additional styling */
/* Home Page Start */
/* Section Main */
.section-main {
  background-image: url(../zpetto/images/Group-38-2.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 80px;
  background-position: right;
}

.section-ring-top-left::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 15%;
  transform: translateY(-45%) translateX(-15%);
  width: 300px;
  height: 300px;
  background-image: url(../zpetto/images/ring.webp);
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-ring-bottom-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  width: 300px;
  height: 300px;
  background-image: url(../zpetto/images/ring.webp);
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.section-ring-bottom-right::before {
  content: "";
  position: absolute;
  top: 61%;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(../zpetto/images/ring.webp);
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-61%);
}

/* Overlay Card */
.primary-ts-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007bffb5;
}

.primary-ts-overlay a {
  color: #fff;
  font-size: 50px;
  margin-top: 30px;
}

.guide-users img {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  box-shadow: 1px 2px 3px 1px #0000004f;
}

.guide-users img:not(:first-child) {
  margin-left: -12px;
  margin-top: 1px;
}

.user-text {
  font-size: 15px;
  margin-top: 3px;
}

/* Section Blog */
.section-blog a {
  text-decoration: none;
  color: #000;
}

/* Section Faqs */
.section-faq .card-header .btn[aria-expanded="false"]::after {
  content: "+";
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  height: 35px;
  background: #42b4e2;
  width: 35px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.section-faq .card-header .btn[aria-expanded="true"]::after {
  content: "_";
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  height: 35px;
  background: #42b4e2;
  width: 35px;
  text-align: center;
  color: #fff;
  line-height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.section-faq .card-header .btn {
  padding-left: 65px;
  white-space: normal;
}

/* Home Page End */
/* Tutorial Page Starts */
.inner-main-section {
  height: 100vh;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 0.58) 0%,
    rgba(66, 180, 226, 0.58) 100%
  );
}

.bottom-cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../zpetto/images/cloud-1.webp);
  background-size: 100vw auto;
  animation: cloud-move 50s infinite linear;
  margin: 0;
  display: flex;
}

@keyframes cloud-move {
  to {
    background-position: -100vw 0%;
  }
}

.moving-cloud-1 {
  animation: move1 70s infinite linear;
  position: absolute;
  top: 200px;
}

.moving-cloud-2 {
  animation: move2 50s infinite linear;
  position: absolute;
  top: 100px;
}

.moving-cloud-1 img,
.moving-cloud-2 img {
  height: 120px;
}

.cloud-move {
  overflow: hidden;
}

@keyframes move1 {
  from {
    right: 0px;
  }

  to {
    right: 100%;
  }
}

@keyframes move2 {
  from {
    right: 30%;
  }

  to {
    right: 100%;
  }
}

@keyframes move3 {
  from {
    right: 100%;
  }

  to {
    right: 0%;
  }
}

.author-pic {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-color: #42b4e2;
  border: 3px solid #007bff;
  object-fit: cover;
}

.author-bio::before {
  content: "";
  position: absolute;
  top: 0;
  width: 300px;
  height: 100%;
  background-image: url(../zpetto/images/story-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
/* Blog Page */
.blog-image-container a {
  height: 200px;
}
.blog-image-container img {
  object-fit: contain;
}
.section-blog-detail {
  padding-top: 50px;
}
.section-blog-detail h3 {
  margin-top: 20px;
}
.guide-title,
.guide-shirt-desc {
  color: #000000;
}
.user-guide-search .border {
  border-color: #0E82B2 !important;
}
.hovered-box a:hover h6 {
  color: #0E82B2;
}
.guide-list {
  border-radius: 22px;
}
/* Section Breadcrumb */
.section-breadcrumb .breadcrumb-item a {
  color: #000000;
}
.section-breadcrumb .breadcrumb-item.active a {
  color: #8d8d8d;
}
/* Footer */
.footer-links li a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.social-links img {
  width: 32px;
  height: 32px;
}

.support-contact-icn {
  font-size: 20px;
  color: #0E82B2;
}
/* Roles */
.all-roles li a {
  position: relative;
}
.icn-expand-end {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 18px !important;
  transform: translateY(-50%);
}
.all-roles li a {
  padding: 12px 42px 12px 30px;
}
.role-name,
.role-content {
  font-size: 13px;
}
.edit-user-form fieldset {
  padding: 15px 0 0 0;
  width: auto;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.edit-user-form fieldset .form-control {
  margin-top: -30px;
}
.edit-user-form .legend {
  width: auto;
  font-size: 15px;
  color: #8d8d8d;
}
.edit-user-form .legend label {
  margin-bottom: 0;
}
/* Role Content css */
.content-image {
  max-width: 600px;
  margin: 20px auto;
  width: 100%;
}
/* Register Page css */
.register {
  background-image: url(../zpetto/images/register-bg.webp);
  background-repeat: no-repeat;
  background-size: 42% 100%;
}

.register .image-left {
  height: 100vh;
}
.register h1 span {
  font-family: "Merriweather Light";
}
/* Responsive Start */
.section-webinar .webinar-day {
  width: 22%;
}
.section-webinar .webinar-time {
  width: 33%;
}
.section-webinar .webinar-title {
  width: 45%;
}
.section-webinar summary {
  position: relative;
}
.section-webinar th,
.section-webinar td {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-webinar details[open] summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #000;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
}
.section-webinar details summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #000;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
}
.section-webinar .user {
  width: 50px;
  height: 50px;
}
.section-webinar .nav-tabs .nav-link {
  border-color: transparent;
}
.section-webinar .nav-tabs .nav-link.active {
  border-bottom-color: #0E82B2;
}
.section-webinar .select-location {
  height: auto;
  border: 0;
  background-color: transparent;
  outline: 0 !important;
}
.section-partner a img {
  max-width: 120px;
  margin: 0 auto;
}
/* Responsive Start */
@media (min-width: 1350px) {
  .auto-container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .auto-container {
    max-width: 1550px;
  }

  .title-sec {
    font-size: 30px;
  }
}

@media (min-width: 1800px) {
  .auto-container {
    max-width: 1600px;
  }

  h1 {
    font-size: 73px;
  }
}

@media (min-width: 1920px) {
  .auto-container {
    max-width: 1800px;
  }
}
@media (max-width: 1199px) {
  .main-header .navbar-light .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }
  .theme-btn {
    font-size: 13px;
  }
  .title-sec {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .webinar-day,
  .webinar-time {
    display: none;
  }
  .section-webinar tr td:not(:last-child) {
    display: none;
  }
  .main-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
      183deg,
      rgb(237 244 248) 0%,
      rgb(176 223 241) 100%
    );
    padding-top: 12px;
  }
  .main-header .navbar-light .navbar-nav .active > .nav-link {
    font-weight: 600;
  }
  .section-top {
    padding-top: 40px;
  }
  p {
    font-size: 13px;
    line-height: 1.7;
  }
  .section-faq .card-header .btn[aria-expanded="true"]::after {
    content: "_";
    font-size: 14px;
    top: 15px;
    height: 26px;
    width: 26px;
    line-height: 14px;
    border-radius: 50%;
    transform: translateY(0);
  }
  .section-faq .card-header .btn[aria-expanded="false"]::after {
    content: "+";
    font-size: 19px;
    top: 15px;
    height: 26px;
    width: 26px;
    line-height: 30px;
    transform: translateY(0);
  }
  .section-faq .card-header .btn {
    padding-left: 57px;
  }
  .section-main p {
    max-width: 380px;
  }
  .section-main {
    background-size: contain;
    background-position: right bottom;
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .section-main .theme-btn {
    font-size: 16px;
  }
  .inner-main-section {
    height: auto;
    position: relative;
    background: linear-gradient(
      180deg,
      rgba(244, 244, 244, 0.58) 0%,
      rgba(66, 180, 226, 0.58) 100%
    );
    padding-top: 120px;
    padding-bottom: 140px;
  }
  .inner-main-section h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
  }
  .bottom-cloud {
    height: 60px;
  }
  h2 {
    font-size: 40px;
  }
  .title-short-desc {
    margin-bottom: 15px;
  }
  .all-roles li a {
    padding: 12px 42px 12px 15px;
  }
  .register {
    background-size: cover;
  }
  .register > .row {
    padding: 30px;
  }
  .register > .row > .offset-lg-5 {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 0;
    box-shadow: 10px 4px 10px 15px #0000000f;
  }
}
@media (max-width: 767px) {
  .inner-main-section .bg-white {
    max-width: 340px;
    margin: 0 auto;
  }
  .register > .row {
    padding: 15px;
  }
  .register > .row > .offset-lg-5 {
    border-radius: 15px;
  }
  .register form {
    padding: 0 !important;
  }
  .section-main {
    padding-top: 130px;
    padding-bottom: 140px;
    height: auto;
  }
  .bottom-cloud {
    height: 50px;
  }
  .main-header .navbar-brand img {
    height: 48px;
  }
  .moving-cloud-1 img,
  .moving-cloud-2 img {
    height: 90px;
  }
  .moving-cloud-1 {
    top: 53%;
  }
  .author-pic {
    width: 300px;
    height: 300px;
  }
  .author-bio::before {
    width: 300px;
    height: 100%;
    background-size: 268px;
    background-position: right;
  }
  .title-short-desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section-main {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .author-pic {
    width: 290px;
    height: 280px;
  }
  .main-header .request-demo {
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 10px;
    padding: 15px;
    border-top-left-radius: 10px;
    box-shadow: 2px 0px 5px 5px #00000012;
    font-size: 15px;
    font-weight: 600;
  }
  h1 {
    font-size: 43px;
  }
  .section-ring-bottom-left::before {
    width: 240px;
    height: 240px;
  }
  .form-control[type="text"],
  .form-control[type="email"],
  .form-control[type="tel"],
  .form-control[type="file"],
  .form-control[type="url"],
  .form-control[type="number"],
  select.form-control:not([size]):not([multiple]),
  select {
    height: 40px;
  }
}

/****************new-css*************/

.jpetto-video{
	min-height:300px;
}

.jpetto-video iframe{
	min-height:300px;
}
/* .pegination-div{
	font-size:22px;
	text-align:center;
}

.pegination-div .pages{
	border:none;
	font-size:18px;
}

.pegination-div  .current{
	border:none;
	background:#007bff !important;
	color:#fff;
	padding:10px;
} */


.page-numbers.current{
		border:none;
	background:#007bff !important;
	color:#fff;
	padding:10px;
}
.main-div{
		display:flex;
	padding-bottom:80px;
}

.blog-right-sec{
	max-width:1200px;
	padding-top:80px;
	padding-left:20px;
}
.blog-left-sec{
	padding-top:120px;
	padding-left:80px;
	max-width:500px;
	width:100%;
}

.wp-block-latest-posts.wp-block-latest-posts__list li{
	margin-bottom:30px;
}

.widget-area{
	padding:50px;
	background:#f2f6fa !important;
}

.single-post .entry-footer{
	display:none!important;
}


.single-post .navigation.post-navigation{
	display:none!important;
}

.single-post .comment-form{
	width:100%;
	max-width:500px;
	}

.single-post .comment-form label{
	width:100%;	
}
.single-post .comment-form #author{
	width:100%;	
	max-width:400px;
	height:40px;
}

.single-post .comment-form #email{
	width:100%;	
	max-width:400px;
	height:40px;
}
.single-post .comment-form #comment{
	width:100%;	
	max-width:400px;
	height:160px;
}

.single-post .comment-form #url{
	width:100%;	
	max-width:400px;
	height:40px;
}
.single-post .comment-form {
	padding-top:50px;
	padding-left:30px;
}

.single-post  .comments-area{
	padding-top:50px;
	padding-left:30px;
}

.single-post .comment-form .submit{
	padding:10px;
	color:#fff;
	background:#007bff;
	border:none;
}
.category .page-title{
	display:none;
}
.category .entry-footer{
	display:none!important;
}

@media screen and (max-width:991px){
	.main-div{
		display:flex;
	flex-direction:column;
}
	.blog-left-sec{
		padding-left:0px;
	}	
	
	
	
}





