@charset "UTF-8";
:root {
  /**
  @font family declaration
  */
  --zo-ff-body: 'Inter', sans-serif;
  --zo-ff-heading: 'Inter', sans-serif;
  --zo-ff-menu: 'Inter', sans-serif;
  --zo-ff-button: 'Inter', sans-serif;
  /**
  @color declaration
  */
  --zo-common-white: #ffffff;
  --zo-common-black: #121212;
  --zo-common-light-white: #CFCFCF;
  --zo-common-background: #EDEFF3;
  --zo-common-border: #C4C4D0;
  --zo-heading-primary: #121212;
  --zo-heading-secondary: #000000;
  --zo-grey-1: #5B5A66;
  --zo-grey-2: #575757;
  --zo-text-body: #42414A;
  --zo-theme-primary: #267668;
  --zo-theme-secondary: #121212;
  --zo-border-1: #3A393A;
  --zo-border-2: #5B5A66;
  --zo-bg-1: #FFFBEF;
  --zo-bg-page: #F9FEFF;
  /**
  @font weight declaration
  */
  --zo-fw-normal: normal;
  --zo-fw-regular: 400;
  --zo-fw-medium: 500;
  --zo-fw-sbold: 600;
  --zo-fw-bold: 700;
  --zo-fw-heading: 700;
  --zo-fw-ebold: 800;
  --zo-fw-black: 900;
  /**
  @font size declaration
  */
  --zo-fz-body-1: 16px;
  --zo-fz-body-2: 14px;
  --zo-fz-h1: 48px;
  --zo-fz-h2: 36px;
  --zo-fz-h3: 32px;
  --zo-fz-h4: 24px;
  --zo-fz-h5: 22px;
  --zo-fz-h6: 18px;
  --zo-fz-button: 16px;
  --zo-fz-mob-h1: 38px;
  --zo-fz-mob-h2: 28px;
  --zo-fz-mob-h3: 24px;
  --zo-fz-mob-h4: 22px;
  --zo-fz-mob-h5: 20px;
  --zo-fz-mob-h6: 16px;
  --zo-fz-tab-h1: 42px;
  --zo-fz-tab-h2: 32px;
  --zo-fz-tab-h3: 30px;
  --zo-fz-tab-h4: 22px;
  --zo-fz-tab-h5: 20px;
  --zo-fz-tab-h6: 16px;
  /**
  @line height declaration
  */
  --zo-lh-body-1: 24px;
  --zo-lh-body-2: 20px;
  --zo-lh-h1: 1.2;
  --zo-lh-h2: 1.2;
  --zo-lh-h3: 1.2;
  --zo-lh-h4: 1.2;
  --zo-lh-h5: 28px;
  --zo-lh-h6: 28px;
  --zo-lh-btn: 24px;
}

.ptb-110 {
  padding: 110px 0;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.mtb-110 {
  margin: 110px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .ptb-110 {
    padding: 50px 0;
  }
  .mtb-110 {
    margin: 50px 0;
  }
  .pb-110 {
    padding-bottom: 50px;
  }
  .pt-110 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ptb-110 {
    padding: 80px 0;
  }
  .pt-110 {
    padding-top: 80px;
  }
  .pb-110 {
    padding-bottom: 80px;
  }
  .mtb-110 {
    margin: 80px 0;
  }
}
.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .pt-50 {
    padding-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
}
.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.p-24 {
  padding: 24px;
}

.ptb-24 {
  padding: 24px 0;
}

.plr-24 {
  padding: 0 24px;
}

.p-18 {
  padding: 18px;
}

.ptb-18 {
  padding: 18px 0;
}

.plr-18 {
  padding: 0 18px;
}

.p-16 {
  padding: 16px;
}

/* Animation Keyframes */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes floatLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  90% {
    transform: translateY(-3px);
  }
}
@keyframes pop-rotate {
  0% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.15) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes morph {
  0% {
    transform: scale(1) skew(0deg, 0deg);
  }
  50% {
    transform: scale(1.1) skew(3deg, 3deg);
  }
  100% {
    transform: scale(1) skew(0deg, 0deg);
  }
}
:root {
  /**
  @font family declaration
  */
  --zo-ff-body: 'Inter', sans-serif;
  --zo-ff-heading: 'Inter', sans-serif;
  --zo-ff-menu: 'Inter', sans-serif;
  --zo-ff-button: 'Inter', sans-serif;
  /**
  @color declaration
  */
  --zo-common-white: #ffffff;
  --zo-common-black: #121212;
  --zo-common-light-white: #CFCFCF;
  --zo-common-background: #EDEFF3;
  --zo-common-border: #C4C4D0;
  --zo-heading-primary: #121212;
  --zo-heading-secondary: #000000;
  --zo-grey-1: #5B5A66;
  --zo-grey-2: #575757;
  --zo-text-body: #42414A;
  --zo-theme-primary: #267668;
  --zo-theme-secondary: #121212;
  --zo-border-1: #3A393A;
  --zo-border-2: #5B5A66;
  --zo-bg-1: #FFFBEF;
  --zo-bg-page: #F9FEFF;
  /**
  @font weight declaration
  */
  --zo-fw-normal: normal;
  --zo-fw-regular: 400;
  --zo-fw-medium: 500;
  --zo-fw-sbold: 600;
  --zo-fw-bold: 700;
  --zo-fw-heading: 700;
  --zo-fw-ebold: 800;
  --zo-fw-black: 900;
  /**
  @font size declaration
  */
  --zo-fz-body-1: 16px;
  --zo-fz-body-2: 14px;
  --zo-fz-h1: 48px;
  --zo-fz-h2: 36px;
  --zo-fz-h3: 32px;
  --zo-fz-h4: 24px;
  --zo-fz-h5: 22px;
  --zo-fz-h6: 18px;
  --zo-fz-button: 16px;
  --zo-fz-mob-h1: 38px;
  --zo-fz-mob-h2: 28px;
  --zo-fz-mob-h3: 24px;
  --zo-fz-mob-h4: 22px;
  --zo-fz-mob-h5: 20px;
  --zo-fz-mob-h6: 16px;
  --zo-fz-tab-h1: 42px;
  --zo-fz-tab-h2: 32px;
  --zo-fz-tab-h3: 30px;
  --zo-fz-tab-h4: 22px;
  --zo-fz-tab-h5: 20px;
  --zo-fz-tab-h6: 16px;
  /**
  @line height declaration
  */
  --zo-lh-body-1: 24px;
  --zo-lh-body-2: 20px;
  --zo-lh-h1: 1.2;
  --zo-lh-h2: 1.2;
  --zo-lh-h3: 1.2;
  --zo-lh-h4: 1.2;
  --zo-lh-h5: 28px;
  --zo-lh-h6: 28px;
  --zo-lh-btn: 24px;
}

.ptb-110 {
  padding: 110px 0;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.mtb-110 {
  margin: 110px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .ptb-110 {
    padding: 50px 0;
  }
  .mtb-110 {
    margin: 50px 0;
  }
  .pb-110 {
    padding-bottom: 50px;
  }
  .pt-110 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ptb-110 {
    padding: 80px 0;
  }
  .pt-110 {
    padding-top: 80px;
  }
  .pb-110 {
    padding-bottom: 80px;
  }
  .mtb-110 {
    margin: 80px 0;
  }
}
.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .pt-50 {
    padding-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
}
.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.p-24 {
  padding: 24px;
}

.ptb-24 {
  padding: 24px 0;
}

.plr-24 {
  padding: 0 24px;
}

.p-18 {
  padding: 18px;
}

.ptb-18 {
  padding: 18px 0;
}

.plr-18 {
  padding: 0 18px;
}

.p-16 {
  padding: 16px;
}

/* Animation Keyframes */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes floatLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  90% {
    transform: translateY(-3px);
  }
}
@keyframes pop-rotate {
  0% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.15) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes morph {
  0% {
    transform: scale(1) skew(0deg, 0deg);
  }
  50% {
    transform: scale(1.1) skew(3deg, 3deg);
  }
  100% {
    transform: scale(1) skew(0deg, 0deg);
  }
}
/*-----------------------------------------------------------------------------------

    Theme Name: suffah – HTML5 Template
    Author: SOFTZINO
    Support: info@softzino.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@font-face {
  font-family: "Inter";
  src: url(../fonts/inter/Inter_28pt-Regular.ttf) format("truetype"), url(../fonts/inter/Inter_28pt-SemiBold.ttf) format("truetype"), url(../fonts/inter/Inter_28pt-Black.html) format("truetype"), url(../fonts/inter/Inter_28pt-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: var(--zo-ff-body);
  font-size: var(--zo-fz-body);
  font-weight: var(--zo-fw-regular);
  color: var(--zo-text-body);
  line-height: var(--zo-lh-body);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--zo-heading-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--zo-ff-heading);
  color: var(--zo-heading-primary);
  margin: 0;
  font-weight: var(--zo-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: var(--zo-fz-h1);
  line-height: var(--zo-lh-h1);
  font-weight: var(--zo-fw-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: var(--zo-fz-tab-h1);
    line-height: var(--zo-lh-h1-tab);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h1 {
    font-size: var(--zo-fz-mob-h1);
    line-height: var(--zo-lh-h1-mob);
  }
}

h2 {
  font-size: var(--zo-fz-h2);
  line-height: var(--zo-lh-h2);
  font-weight: var(--zo-fw-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: var(--zo-fz-tab-h2);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h2 {
    font-size: var(--zo-fz-mob-h2);
  }
}

h3 {
  font-size: var(--zo-fz-h3);
  line-height: var(--zo-lh-h3);
  font-weight: var(--zo-fw-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h3 {
    font-size: var(--zo-fz-tab-h3);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h3 {
    font-size: var(--zo-fz-mob-h3);
  }
}

h4 {
  font-size: var(--zo-fz-h4);
  line-height: var(--zo-lh-h4);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h4 {
    font-size: var(--zo-fz-tab-h4);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h4 {
    font-size: var(--zo-fz-mob-h4);
  }
}

h5 {
  font-size: var(--zo-fz-h5);
  line-height: var(--zo-lh-h5);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: var(--zo-fz-tab-h5);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h5 {
    font-size: var(--zo-fz-mob-h5);
  }
}

h6 {
  font-size: var(--zo-fz-h6);
  line-height: var(--zo-lh-h6);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h6 {
    font-size: var(--zo-fz-tab-h6);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h6 {
    font-size: var(--zo-fz-mob-h6);
  }
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-family: var(--zo-ff-body);
  font-size: var(--zo-fz-body-2);
  font-weight: var(--zo-fw-normal);
  color: var(--zo-text-body);
  line-height: var(--zo-lh-body-2);
  margin: 0;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

figure {
  margin: 0;
  padding: 0;
}

.primary-btn {
  display: inline-block;
  padding: 14px 24px;
  color: var(--zo-common-white);
  background: var(--zo-theme-primary);
  border: 1px solid var(--zo-theme-primary);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-family: var(--zo-ff-button);
  font-weight: var(--zo-fw-sbold);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--zo-theme-secondary);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.primary-btn:hover {
  color: var(--zo-common-white);
  border: 1px solid var(--zo-theme-secondary);
}
.primary-btn:hover::before {
  width: 100%;
}

.secondary-btn {
  display: inline-block;
  padding: 14px 24px;
  color: var(--zo-common-white);
  background: var(--zo-theme-secondary);
  border: 1px solid var(--zo-theme-secondary);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-family: var(--zo-ff-button);
  font-weight: var(--zo-fw-sbold);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.secondary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--zo-theme-primary);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.secondary-btn:hover {
  color: var(--zo-common-white);
  border: 1px solid var(--zo-theme-primary);
}
.secondary-btn:hover::before {
  width: 100%;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.icon-btn svg {
  width: 24px;
}
.icon-btn i {
  font-size: 24px;
  line-height: 24px;
  font-weight: var(--zo-fw-regular);
  color: var(--zo-common-white);
}

.read-more-btn {
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-weight: var(--zo-fw-sbold);
}
.read-more-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}

.navigation-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 576px) {
  .navigation-wrapper {
    justify-content: flex-start;
    margin-top: 18px;
  }
}

.carrousel-navigation {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .carrousel-navigation {
    gap: 12px;
  }
}
.carrousel-navigation .swiper-button-prev {
  left: 50%;
  transform: translateX(-120%);
  margin-right: 7px;
}
.carrousel-navigation .swiper-button-next {
  left: 50%;
  transform: translateX(10%);
  margin-left: 7px;
}
.carrousel-navigation .swiper-button-prev,
.carrousel-navigation .swiper-button-next,
.carrousel-navigation .custom-swiper-button-prev,
.carrousel-navigation .custom-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDEFF3;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  top: unset;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.carrousel-navigation .swiper-button-prev svg,
.carrousel-navigation .swiper-button-next svg,
.carrousel-navigation .custom-swiper-button-prev svg,
.carrousel-navigation .custom-swiper-button-next svg {
  width: 24px;
  height: 24px;
}
.carrousel-navigation .swiper-button-prev svg path,
.carrousel-navigation .swiper-button-next svg path,
.carrousel-navigation .custom-swiper-button-prev svg path,
.carrousel-navigation .custom-swiper-button-next svg path {
  stroke: var(--zo-heading-primary);
}
.carrousel-navigation .swiper-button-prev::after,
.carrousel-navigation .swiper-button-next::after,
.carrousel-navigation .custom-swiper-button-prev::after,
.carrousel-navigation .custom-swiper-button-next::after {
  display: none;
}
.carrousel-navigation .swiper-button-prev:hover,
.carrousel-navigation .swiper-button-next:hover,
.carrousel-navigation .custom-swiper-button-prev:hover,
.carrousel-navigation .custom-swiper-button-next:hover {
  background: var(--zo-theme-primary);
}
.carrousel-navigation .swiper-button-prev:hover svg path,
.carrousel-navigation .swiper-button-next:hover svg path,
.carrousel-navigation .custom-swiper-button-prev:hover svg path,
.carrousel-navigation .custom-swiper-button-next:hover svg path {
  stroke: var(--zo-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .carrousel-navigation .swiper-button-prev,
  .carrousel-navigation .swiper-button-next,
  .carrousel-navigation .custom-swiper-button-prev,
  .carrousel-navigation .custom-swiper-button-next {
    width: 38px;
    height: 38px;
  }
  .carrousel-navigation .swiper-button-prev svg,
  .carrousel-navigation .swiper-button-next svg,
  .carrousel-navigation .custom-swiper-button-prev svg,
  .carrousel-navigation .custom-swiper-button-next svg {
    width: 20px;
    height: 20px;
  }
}

.pagination-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 576px) {
  .pagination-navigation ul {
    gap: 10PX;
  }
}
.pagination-navigation ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--zo-common-background);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--zo-text-body);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 576px) {
  .pagination-navigation ul li {
    width: 42px;
    height: 42px;
  }
}
.pagination-navigation ul li svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 576px) {
  .pagination-navigation ul li svg {
    width: 22px;
    height: 22px;
  }
}
.pagination-navigation ul li svg path {
  stroke: var(--zo-text-body);
  transition: all 0.3s ease-in-out;
}
.pagination-navigation ul li.current {
  background: var(--zo-theme-primary);
  color: var(--zo-common-white);
}
.pagination-navigation ul li:hover {
  background: var(--zo-theme-primary);
  color: var(--zo-common-white);
}
.pagination-navigation ul li:hover svg path {
  stroke: var(--zo-common-white);
}

.header-main-area nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  row-gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area nav ul {
    gap: 16px;
  }
}
.header-main-area nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.header-main-area nav ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.header-main-area nav ul li:hover .mega-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  top: 100px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-area nav ul li.p-lg-inherit {
    position: inherit;
  }
}
.header-main-area nav ul li .submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 218px;
  background: var(--zo-common-white);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 22px 0 12px;
  transform: scaleY(0);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  transition: all 0.3s ease-out 0s;
  border-radius: 8px;
}
.header-main-area nav ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-10px);
}
.header-main-area nav ul li .submenu li:hover > a {
  color: var(--zo-home-secondary);
  padding-left: 43px;
}
.header-main-area nav ul li .submenu li:hover > a::before {
  width: 12px;
  background: var(--zo-heading-primary);
}
.header-main-area nav ul li .submenu li:hover > .submenu {
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main-area nav ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--zo-common-black);
  padding: 6px 28px;
  width: 100%;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
}
.header-main-area nav ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: var(--zo-heading-primary);
  transition: all 0.3s ease-out 0s;
  transform: translateY(-50%);
}
.header-main-area nav ul li > a {
  display: flex;
  align-items: center;
  font-size: var(--zo-fz-button);
  font-weight: var(--zo-fw-sbold);
  color: var(--zo-heading-primary);
  font-family: var(--zo-ff-menu);
  line-height: 24px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-main-area nav ul li > a span {
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.header-main-area nav ul li > a span::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--zo-theme-primary);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.header-main-area nav ul li > a:hover {
  color: var(--zo-theme-primary);
}
.header-main-area nav ul li > a:hover span::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header-main-area nav ul li > a i {
  margin-left: 4px;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area nav ul li > a i {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .header-main-area nav {
    display: none;
  }
}

.mega-menu {
  position: relative;
}
.mega-menu:hover > .mega-submenu {
  opacity: 1;
  visibility: visible;
  top: 45px;
  transform: translateY(0);
}
.mega-menu .mega-submenu {
  position: absolute;
  top: 45px;
  left: 0;
  background: var(--zo-common-white);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: row;
  border-radius: 6px;
  padding: 34px !important;
}
.mega-menu .mega-submenu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 200px;
  max-height: 200px;
  color: var(--zo-heading-primary);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mega-menu .mega-submenu li a .menu-thumbnail {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 6px;
}
.mega-menu .mega-submenu li a .menu-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mega-menu .mega-submenu li a:hover .menu-thumbnail img {
  transform: scale(1.05);
}
.mega-menu .mega-submenu li a:hover .menu-title {
  color: var(--zo-theme-primary);
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.search-overlay .search-form-box {
  position: relative;
  background: var(--zo-common-white);
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.search-overlay .search-form-box .close-search {
  position: absolute;
  top: -1px;
  right: 7px;
  font-size: 28px;
  background: transparent;
  border: none;
  color: var(--zo-theme-primary);
  cursor: pointer;
}
.search-overlay .search-form-box form {
  display: flex;
  gap: 10px;
}
.search-overlay .search-form-box form input {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid var(--zo-border-1);
  border-radius: 6px;
}
.search-overlay .search-form-box form input:focus {
  border-color: var(--zo-theme-primary);
  outline: none;
}
.search-overlay .search-form-box form button[type=submit] {
  padding: 12px 20px;
  border-radius: 6px;
}

.offcanvas-menu ul {
  list-style: none;
}
.offcanvas-menu ul li {
  position: relative !important;
}
.offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--zo-ff-menu);
}
.offcanvas-menu ul li a:hover {
  color: var(--zo-theme-primary);
}
.offcanvas-menu ul li.active > a {
  color: var(--zo-theme-primary);
}
.offcanvas-menu ul li.active > .menu-close {
  color: var(--zo-common-white);
  background: var(--zo-theme-primary);
  border-color: var(--zo-theme-primary);
}
.offcanvas-menu ul li .submenu {
  display: none;
  padding-left: 20px;
}
.offcanvas-menu ul li .mega-menu {
  display: none;
  padding-left: 0;
  margin-top: -1px;
}
.offcanvas-menu ul li .megamenu-list ul li a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.offcanvas-menu .homemenu-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas-menu ul li a i {
    display: none;
  }
}

.section-heading .sub-heading {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
}
.section-heading .sub-heading svg {
  width: 16px;
  height: 16px;
  fill: var(--zo-theme-primary);
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .section-heading .sub-heading svg {
    width: 14px;
    height: 14px;
  }
}
.section-heading .sub-heading span {
  font-size: var(--zo-fz-h4);
  line-height: 1.4;
  color: var(--zo-theme-primary);
  font-weight: var(--zo-fw-medium);
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .section-heading .sub-heading span {
    font-size: 18px;
  }
}

.footer-area {
  background: var(--zo-theme-secondary);
}
.footer-area .footer-newsletter {
  padding: 60px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .footer-area .footer-newsletter {
    padding: 40px 0;
  }
}
.footer-area .footer-newsletter .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-area .footer-newsletter .newsletter-section {
  text-align: center;
  max-width: 478px;
  width: 100%;
}
.footer-area .footer-newsletter .newsletter-section h3 {
  color: var(--zo-common-white);
  margin-bottom: 8px;
}
.footer-area .footer-newsletter .newsletter-section p {
  color: var(--zo-common-light-white);
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  margin: 0;
  padding: 0 20px;
}
.footer-area .footer-newsletter .newsletter-section .newsletter-form {
  background: #EDEFF3;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  padding: 8px;
  margin-top: 32px;
}
@media (max-width: 395px) {
  .footer-area .footer-newsletter .newsletter-section .newsletter-form {
    flex-direction: column;
  }
}
.footer-area .footer-newsletter .newsletter-section .newsletter-form input {
  border: none;
  background: transparent;
  padding: 12px;
  flex: 1;
  outline: none;
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
}
.footer-area .footer-newsletter .newsletter-section .newsletter-form input::placeholder {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
}
.footer-area .footer-newsletter .newsletter-section .newsletter-form button {
  background: var(--zo-theme-primary);
  color: var(--zo-common-white);
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-weight: var(--zo-fw-sbold);
  border: none;
  padding: 12px 24px;
  text-transform: uppercase;
  border-radius: 6px;
  z-index: 0;
}
.footer-area .footer-partner-area .partner-wrapper {
  border-top: 1px solid var(--zo-border-1);
  border-bottom: 1px solid var(--zo-border-1);
  padding: 60px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .footer-area .footer-partner-area .partner-wrapper {
    padding: 40px 0;
  }
}
.footer-area .footer-partner-area .partner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 40px;
}
.footer-area .footer-partner-area .partner-item:nth-child(1) {
  max-width: 202px;
  width: 100%;
}
.footer-area .footer-partner-area .partner-item:nth-child(2) {
  max-width: 168px;
  width: 100%;
}
.footer-area .footer-partner-area .partner-item:nth-child(3) {
  max-width: 152px;
  width: 100%;
}
.footer-area .footer-partner-area .partner-item:nth-child(4) {
  max-width: 104px;
  width: 100%;
}
.footer-area .footer-partner-area .partner-item:nth-child(5) {
  max-width: 170px;
  width: 100%;
}
.footer-area .footer-partner-area .partner-item img {
  width: 100%;
  height: auto;
/*   filter: brightness(0) invert(1); */
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer-area .footer-partner-area .partner-item img:hover {
  transform: scale(1.05);
}
.footer-area .footer-main-area {
  background-color: var(--zo-theme-secondary);
  padding: 60px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .footer-area .footer-main-area {
    padding: 40px 0;
  }
}
.footer-area .footer-main-area .main-footer-wrapper {
  gap: 55.67px;
  justify-content: space-between;
}
@media (max-width: 1224px) {
  .footer-area .footer-main-area .main-footer-wrapper {
    gap: 30px;
  }
}
.footer-area .footer-main-area .footer-about .footer-logo {
  max-width: 160px;
}
.footer-area .footer-main-area .footer-about .footer-text {
  color: var(--zo-common-light-white);
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  margin: 12px 0 18px 0;
}
.footer-area .footer-main-area .footer-about .payment-methods {
  margin-top: 12px;
}
.footer-area .footer-main-area .footer-about .payment-methods img {
  max-width: 72px;
  width: 100%;
  height: 36px;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .footer-area .footer-main-area .footer-about .payment-methods img {
    max-width: 65px;
  }
}
.footer-area .footer-main-area .footer-title {
  color: var(--zo-common-white);
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-sbold);
  margin: 0;
}
.footer-area .footer-main-area .footer-links ul {
  padding: 0;
  margin: 18px 0 0 0;
}
.footer-area .footer-main-area .footer-links ul li {
  margin-bottom: 12px;
}
.footer-area .footer-main-area .footer-links ul li a {
  color: var(--zo-common-light-white);
  font-size: var(--zo-fz-body-2);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-area .footer-main-area .footer-links ul li a:hover {
  color: var(--zo-theme-primary);
}
.footer-area .footer-main-area .footer-links ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .footer-area .footer-main-area .floating-btn-wrapper {
    display: flex;
    justify-content: center;
  }
}
.footer-area .footer-copyright-area .copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--zo-border-1);
  padding: 26px 0;
  gap: 12px;
}
.footer-area .footer-copyright-area .copyright-text p,
.footer-area .footer-copyright-area .copyright-text a {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-common-light-white);
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.footer-area .footer-copyright-area .copyright-text a:hover {
  color: var(--zo-theme-primary);
  text-decoration: underline;
}
.footer-area .footer-copyright-area .footer-social ul {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 12px;
  list-style: none;
}
.footer-area .footer-copyright-area .footer-social ul i {
  font-size: 18px;
  color: var(--zo-common-white);
  transition: all 0.3s ease-in-out;
}
.footer-area .footer-copyright-area .footer-social ul i:hover {
  color: var(--zo-theme-primary);
  transform: scale(1.5);
}
.footer-area .circle {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #267668;
}
.footer-area .bg-color {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #267668;
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer-area .bg-color {
    margin-left: -30px;
  }
}
.footer-area .logo {
  position: absolute;
}
.footer-area .logo i {
  font-size: 40px;
  color: var(--zo-common-white);
}
.footer-area .text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: Inter;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: textRotation 8s linear infinite;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.footer-area .text span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 20px;
  transform-origin: 0 75px;
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1288px;
  }
  .container-regular {
    max-width: 1224px;
  }
}
.carrousel-pagination-area .swiper-pagination {
  bottom: 0;
}
.carrousel-pagination-area .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: #D1EBE7;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.carrousel-pagination-area .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--zo-theme-primary);
}

.global-list-item ul {
  margin-top: 26px;
  margin-bottom: 32px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.global-list-item ul li {
  display: flex;
  align-items: center;
  flex-direction: left;
  gap: 12px;
}
.global-list-item ul li svg {
  background: var(--zo-theme-primary);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 7px 6px;
}

#lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  #video-wrapper iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  #video-wrapper iframe {
    width: 520;
    height: 320px;
  }
}

#close-btn {
  /* ----- Text ----- */
  color: var(--zo-common-white);
  font-size: 25px;
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform 0.5s ease, color 0.5s ease;
  -moz-transition: transform 0.5s ease, color 0.5s ease;
  -ms-transition: transform 0.5s ease, color 0.5s ease;
  -o-transition: transform 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease, color 0.5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: var(--zo-common-white);
  /* ----- Styling ----- */
  cursor: pointer;
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease, color 0.5s ease;
  -moz-transition: transform 0.5s ease, color 0.5s ease;
  -ms-transition: transform 0.5s ease, color 0.5s ease;
  -o-transition: transform 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease, color 0.5s ease;
}

.img-scale-hover {
  overflow: hidden;
}
.img-scale-hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.img-scale-hover img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.progress-wrap {
  background: var(--zo-bg-1);
  box-shadow: 0px 1px 8px 0px #E2E4EC;
  transition: all 0.3s ease-in-out;
}
.progress-wrap::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(38,118,104,1)'%3e%3cpath d='M13.0001 7.82843V20H11.0001V7.82843L5.63614 13.1924L4.22192 11.7782L12.0001 4L19.7783 11.7782L18.3641 13.1924L13.0001 7.82843Z'%3e%3c/path%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.progress-wrap svg.progress-circle path {
  stroke: var(--zo-theme-primary);
}
.progress-wrap:hover {
  transform: translateY(-7px);
}

/* Preloader styles */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--zo-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid var(--zo-common-border);
  border-top: 6px solid var(--zo-theme-primary);
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}

#preloader {
  opacity: 1;
  transition: opacity 0.5s ease;
}

#preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.header-top-area {
  background: #0D2924;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .header-top-area {
    display: none;
  }
}
.header-top-area .active-hour {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
}
.header-top-area .active-hour .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--zo-common-white);
  border-radius: 4px;
}
.header-top-area .active-hour h6 {
  color: var(--zo-common-white);
  font-size: 16px;
  line-height: 24px;
}
.header-top-area .active-hour p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-light-white);
}
.header-top-area p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-light-white);
  text-align: center;
}
.header-top-area .account-wrapper {
  text-align: end;
}
.header-top-area .account-wrapper span,
.header-top-area .account-wrapper a {
  position: relative;
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-white);
  transition: all 0.3s ease-in-out;
}
.header-top-area .account-wrapper a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--zo-common-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.header-top-area .account-wrapper a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.header-main-area {
  padding: 24px 0px;
}
.header-main-area .logo-area img {
  max-width: 163px;
  width: 100%;
  height: auto;
}
.header-main-area .right-action-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area .right-action-wrapper {
    gap: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1224px) {
  .header-main-area .right-action-wrapper {
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .header-main-area .right-action-wrapper {
    justify-content: center;
  }
}
 .header-main-area .right-action-wrapper .header-search {
 
     display: inline;
    border-right: 1px solid #EDEFF3;
    padding-right: 24px;
    display: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area .right-action-wrapper .header-search {
    padding-right: 16px;
    display:none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1224px) {
  .header-main-area .right-action-wrapper .header-search {
    padding-right: 20px;
    display:none !important;
  }
}
.header-main-area .right-action-wrapper .header-search a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-main-area .right-action-wrapper .header-search a i {
  font-size: 24px;
}
.header-main-area .right-action-wrapper .header-search a:hover {
  color: var(--zo-theme-primary);
}
.header-main-area .right-action-wrapper .header-offcanvas-menu {
  display: inline;
}
.header-main-area .right-action-wrapper .header-offcanvas-menu a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-main-area .right-action-wrapper .header-offcanvas-menu a i {
  font-size: 24px;
}
.header-main-area .right-action-wrapper .header-offcanvas-menu a:hover {
  color: var(--zo-theme-primary);
}
@media (min-width: 992px) {
  .header-main-area .right-action-wrapper .header-offcanvas-menu {
    display: none;
  }
}
.header-main-area .right-action-wrapper .header-btn {
  display: inline;
}
@media (max-width: 767px) {
  .header-main-area .right-action-wrapper .header-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area .right-action-wrapper .header-btn .primary-btn {
    font-size: 14px;
    padding: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1224px) {
  .header-main-area .right-action-wrapper .header-btn .primary-btn {
    font-size: 14px;
    padding: 14px 16px;
  }
}

.header-main-area {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--zo-common-white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.breadcrumb-area {
  background-image: linear-gradient(360deg, rgba(53, 122, 110, 0.85), rgba(53, 122, 110, 0.75) 50%, rgba(53, 122, 110, 0) 100%), url("../img/about-us/breadcrumb-image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-area .breadcrumb-area-wrapper {
  background: url("../img/about-us/bg-graphic.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 80px 0;
}
.breadcrumb-area .breadcrumb-area-wrapper .page-title {
  text-align: center;
  margin-bottom: 12px;
}
.breadcrumb-area .breadcrumb-area-wrapper .page-title h1 {
  font-size: var(--zo-fz-h2);
  color: var(--zo-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb-area .breadcrumb-area-wrapper .page-title h1 {
    font-size: var(--zo-fz-tab-h2);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .breadcrumb-area .breadcrumb-area-wrapper .page-title h1 {
    font-size: var(--zo-fz-mob-h2);
  }
}
.breadcrumb-area .breadcrumb-area-wrapper .bredcrumb-wrapper ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 8px;
}
.breadcrumb-area .breadcrumb-area-wrapper .bredcrumb-wrapper ul li {
  color: var(--zo-common-white);
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
}
.breadcrumb-area .breadcrumb-area-wrapper .bredcrumb-wrapper ul li a {
  color: var(--zo-common-white);
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  transition: all 0.3s ease-in-out;
}
.breadcrumb-area .breadcrumb-area-wrapper .bredcrumb-wrapper ul li a:hover {
  color: var(--zo-theme-secondary);
}

.widget-container {
  background: var(--zo-common-background);
  padding: 16px;
  border-radius: 8px;
}
.widget-container .widget-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.widget-container .widget_search .search-form {
  display: flex;
  align-items: center;
  background-color: var(--zo-common-white);
  padding: 10px 20px;
  border-radius: 8px;
}
.widget-container .widget_search .search-form .search-input {
  flex: 1;
  border: none;
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
  outline: none;
}
.widget-container .widget_search .search-form .search-input::placeholder {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
  opacity: 1;
}
.widget-container .widget_search .search-form .search-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-container .widget_services ul,
.widget-container .widget_categories ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.widget-container .widget_services ul li,
.widget-container .widget_categories ul li {
  position: relative;
  background: var(--zo-common-white);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, var(--zo-theme-primary) 50%, var(--zo-common-white) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.widget-container .widget_services ul li a,
.widget-container .widget_categories ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
}
.widget-container .widget_services ul li a span,
.widget-container .widget_categories ul li a span {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
  transition: all 0.3s ease-in-out;
}
.widget-container .widget_services ul li a svg path,
.widget-container .widget_categories ul li a svg path {
  stroke: var(--zo-text-body);
  transition: all 0.3s ease-in-out;
}
.widget-container .widget_services ul li:hover,
.widget-container .widget_categories ul li:hover {
  background-position: left bottom;
}
.widget-container .widget_services ul li:hover a span,
.widget-container .widget_categories ul li:hover a span {
  color: var(--zo-common-white);
}
.widget-container .widget_services ul li:hover svg path,
.widget-container .widget_categories ul li:hover svg path {
  stroke: var(--zo-common-white);
}
.widget-container .widget_appointment .input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  margin-bottom: 12px;
  border: none;
  border-radius: 8px;
  background: var(--zo-common-white);
  box-sizing: border-box;
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
  appearance: none;
}
.widget-container .widget_appointment .select2-selection__rendered {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
  padding: 0;
}
.widget-container .widget_appointment .select2-selection__arrow {
  height: unset !important;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5px;
}
.widget-container .widget_appointment .select2-container--default .select2-selection--single {
  width: 100%;
  height: 40px;
  background: var(--zo-common-white);
  border: none;
  padding: 10px 16px;
  margin-bottom: 12px;
}
.widget-container .widget_appointment .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.widget-container .widget_appointment .input:focus {
  outline: none;
}
.widget-container .widget_appointment .input-wrapper {
  position: relative;
}
.widget-container .widget_appointment .input-wrapper svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 16px;
  height: 16px;
}
.widget-container .widget_appointment .input-wrapper input[type=datetime-local]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.widget-container .widget_appointment .input-wrapper input[type=datetime-local] {
  -moz-appearance: textfield;
  appearance: none;
}
.widget-container .widget_appointment .primary-btn {
  margin-top: 12px;
  width: 100%;
}
.widget-container .widget_active_time ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.widget-container .widget_active_time ul li {
  display: flex;
  justify-content: space-between;
  background: var(--zo-common-white);
  border-radius: 8px;
  padding: 10px 16px;
  gap: 12px;
}
.widget-container .widget_active_time ul li span {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
}
.widget-container .widget_active_time ul li .closed {
  color: #FF0000;
}
.widget-container .widget_social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.widget-container .widget_social ul li {
  background: var(--zo-common-white);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease-in-out;
}
.widget-container .widget_social ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-container .widget_social ul li svg {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease-in-out;
}
.widget-container .widget_social ul li svg path {
  fill: var(--zo-text-body);
}
.widget-container .widget_social ul li .instagram svg path {
  fill: unset;
  stroke: var(--zo-text-body);
}
.widget-container .widget_social ul li:hover {
  background: var(--zo-theme-primary);
}
.widget-container .widget_social ul li:hover svg {
  transform: rotateY(360deg);
}
.widget-container .widget_social ul li:hover svg path {
  fill: var(--zo-common-white);
}
.widget-container .widget_social ul li:hover .instagram svg path {
  fill: unset;
  stroke: var(--zo-common-white);
}
.widget-container .widget_subscribe .subscribe-form {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--zo-common-white);
  border-radius: 8px;
  overflow: hidden;
  padding: 14px 16px;
}
.widget-container .widget_subscribe .email-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
}
.widget-container .widget_subscribe .email-input::placeholder {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
}
.widget-container .widget_subscribe .send-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.widget-container .widget_subscribe .send-btn svg path {
  fill: var(--zo-theme-primary);
  transition: all 0.3s ease-in-out;
}
.widget-container .widget_subscribe .send-btn:hover svg path {
  fill: var(--zo-theme-secondary);
}
.widget-container .widget_news_posts ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.widget-container .widget_news_posts ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.widget-container .widget_news_posts .blog-image {
  max-width: 72px;
  max-height: 72px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}
.widget-container .widget_news_posts .blog-image a {
  display: block;
  width: 100%;
}
.widget-container .widget_news_posts .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 8px;
}
.widget-container .widget_news_posts .blog-content {
  width: calc(100% - 82px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-container .widget_news_posts .blog-content h6 {
  font-size: 16px;
  line-height: 24px;
  color: var(--zo-heading-primary);
}
.widget-container .widget_news_posts .blog-content .publish-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.widget-container .widget_news_posts .blog-content .publish-date svg {
  width: 16px;
  height: 16px;
}

.sidebar-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.subscribe-widget-area .widget-container {
  background: var(--zo-theme-primary);
}
.subscribe-widget-area .widget-title-wrapper h6 {
  color: var(--zo-common-white);
  text-align: center;
}

.faq-area-wrapper .accordion-area {
  display: none;
}
.faq-area-wrapper .accordion-area.active {
  display: block;
}

.hero-banner {
  position: relative;
  background: var(--zo-bg-1);
  padding: 66px 0 133px;
}
@media (max-width: 767px) {
  .hero-banner {
    padding-bottom: 140px;
  }
}
@media (max-width: 360px) {
  .hero-banner {
    padding: 0;
    padding-bottom: 140px;
  }
}
.hero-banner .hero-banner-wrapper {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .hero-banner .hero-banner-wrapper {
    flex-direction: row;
  }
}
.hero-banner .hero-left-area {
  padding-top: 118px;
}
@media screen and (min-width: 992px) {
  .hero-banner .hero-left-area {
    max-width: 494px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner .hero-left-area {
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  .hero-banner .hero-left-area {
    padding-top: 160px !important;
  }
}
.hero-banner .hero-left-area .heading {
  margin: 23px 0 16px 0;
}
.hero-banner .hero-left-area p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-text-body);
}
.hero-banner .hero-left-area .hero-button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}
@media (max-width: 350px) {
  .hero-banner .hero-left-area .hero-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-banner .hero-left-area .hero-button-wrapper .primary-btn {
  padding: 16px 24px;
}
.hero-banner .hero-left-area .hero-button-wrapper .play-button {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-sbold);
}
.hero-banner .hero-left-area .hero-button-wrapper .play-button .play-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 48px;
  height: 48px;
  background: var(--zo-common-white);
  border: 1px solid var(--zo-theme-primary);
  border-radius: 50%;
  animation: video-glow 2s ease infinite;
}
@keyframes video-glow {
  0% {
    box-shadow: 0 0 rgba(38, 118, 104, 0.6);
  }
  100% {
    box-shadow: 0 0 2px 10px transparent;
  }
}
.hero-banner .hero-right-area .hero-image-wrapper {
  position: relative;
  text-align: end;
}
@media (max-width: 360px) {
  .hero-banner .hero-right-area .hero-image-wrapper {
    padding-top: 160px;
  }
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner .hero-right-area .hero-image-wrapper {
    text-align: center;
  }
}
.hero-banner .hero-right-area .hero-image-wrapper img {
  position: relative;
  max-width: 588px;
  width: 100%;
  z-index: 1;
}
.hero-banner .hero-right-area .hero-image-wrapper .shape-bg-area {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.hero-banner .hero-right-area .hero-image-wrapper .shape-bg-area img {
  max-width: 556px;
  width: 100%;
  height: auto;
}
.hero-banner .hero-right-area .hero-doctor-image {
  position: relative;
}
.hero-banner .hero-right-area .search-box-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  position: absolute;
  top: 123px;
  left: -70px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  border-radius: 12px;
  max-width: 283px;
  width: 100%;
  padding: 18px 15px;
  z-index: 2;
  animation: floatLeftRight 2s ease-in-out infinite alternate;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner .hero-right-area .search-box-wrapper {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-banner .hero-right-area .search-box-wrapper {
    top: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner .hero-right-area .search-box-wrapper {
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
  }
}
@media (min-width: 1300px) {
  .hero-banner .hero-right-area .search-box-wrapper {
    left: -60px;
  }
}
@media (min-width: 1400px) {
  .hero-banner .hero-right-area .search-box-wrapper {
    left: -90px;
  }
}
@media (max-width: 576px) {
  .hero-banner .hero-right-area .search-box-wrapper {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 360px) {
  .hero-banner .hero-right-area .search-box-wrapper {
    top: 80px;
  }
}
.hero-banner .hero-right-area .search-box-wrapper .search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: var(--zo-theme-primary);
  border-radius: 12px;
  cursor: pointer;
}
.hero-banner .hero-right-area .search-box-wrapper .search-box svg {
  width: 24px;
  height: 24px;
}
.hero-banner .hero-right-area .search-box-wrapper .search-box svg path {
  fill: var(--zo-common-white);
}
.hero-banner .hero-right-area .search-box-wrapper .placeholder-text h5 {
  font-size: 20px;
}
.hero-banner .hero-right-area .doctor-image-card {
  position: absolute;
  bottom: 0;
  left: -70px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  border-radius: 12px;
  max-width: 241px;
  width: 100%;
  z-index: 2;
  animation: floatLeftRight 2s ease-in-out infinite alternate;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner .hero-right-area .doctor-image-card {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner .hero-right-area .doctor-image-card {
    left: unset;
    right: 0;
  }
}
@media (min-width: 1300px) {
  .hero-banner .hero-right-area .doctor-image-card {
    left: -60px;
  }
}
@media (min-width: 1400px) {
  .hero-banner .hero-right-area .doctor-image-card {
    left: -90px;
  }
}
@media (max-width: 576px) {
  .hero-banner .hero-right-area .doctor-image-card {
    bottom: -130px;
  }
}
.hero-banner .hero-right-area .doctor-image-card .doctor-image {
  text-align: center;
}
.hero-banner .hero-right-area .doctor-image-card .doctor-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.hero-banner .hero-right-area .doctor-image-card .doctor-info {
  text-align: center;
}
.hero-banner .hero-right-area .doctor-image-card .doctor-info p {
  margin-top: 4px;
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-text-body);
}
.hero-banner .hero-right-area .doctor-image-card .contact-btn-wrapper {
  text-align: center;
  margin-top: 12px;
}
.hero-banner .hero-right-area .doctor-image-card .contact-btn-wrapper .secondary-btn {
  padding: 10px 23.4px;
  border-radius: 8px;
}
.hero-banner .hero-right-area .active-doctor-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 202px;
  right: 0;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  border-radius: 99.85px;
  max-width: 228px;
  width: 100%;
  padding: 10px 15.5px;
  z-index: 2;
}
@media (min-width: 1320px) {
  .hero-banner .hero-right-area .active-doctor-wrapper {
    right: -30px;
  }
}
@media (min-width: 1400px) {
  .hero-banner .hero-right-area .active-doctor-wrapper {
    right: -93px;
  }
}
@media (min-width: 360px) and (max-width: 470px) {
  .hero-banner .hero-right-area .active-doctor-wrapper {
    top: 0;
  }
}
@media (max-width: 360px) {
  .hero-banner .hero-right-area .active-doctor-wrapper {
    top: 57%;
    transform: translateY(-50%);
  }
}
.hero-banner .hero-right-area .active-doctor-wrapper svg {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: anim-glow 2s ease infinite;
}
.hero-banner .hero-right-area .active-doctor-wrapper p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-sbold);
  color: var(--zo-text-body);
}
@keyframes anim-glow {
  0% {
    box-shadow: 0 0 #2bcc32;
  }
  100% {
    box-shadow: 0 0 2px 4px transparent;
    border-width: 2px;
  }
}

.counter-area-wrapper {
  position: relative;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  border-radius: 16px;
  background: var(--zo-heading-primary);
  padding: 24px;
  margin-top: -63px;
  z-index: 1;
}
@media (max-width: 767px) {
  .counter-area-wrapper {
    margin-top: -105px;
  }
  .counter-area-wrapper .row {
    row-gap: 24px;
  }
}
.counter-area-wrapper .stat-item {
  text-align: center;
  border-right: 1px solid var(--zo-grey-1);
}
.counter-area-wrapper .stat-item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .counter-area-wrapper .stat-item:nth-child(2) {
    border-right: none;
  }
}
.counter-area-wrapper .stat-number h3 {
  color: var(--zo-common-white);
  margin-bottom: 16px;
}
.counter-area-wrapper .stat-label p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-light-white);
}

.about-us .about-us-left-area {
  position: relative;
  padding-right: 23px;
}
@media (max-width: 535px) {
  .about-us .about-us-left-area {
    padding-bottom: 80px;
  }
}
@media (max-width: 410px) {
  .about-us .about-us-left-area {
    padding-bottom: 140px;
  }
}
.about-us .about-us-left-area .image-wrapper {
  position: relative;
  border-radius: 0 0 999px 999px;
  max-width: 499px;
  width: 100%;
  overflow: hidden;
}
.about-us .about-us-left-area .image-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media (max-width: 447px) {
  .about-us .about-us-left-area .image-wrapper svg {
    width: 100%;
    bottom: unset;
  }
}
.about-us .about-us-left-area .image-wrapper svg path {
  fill: var(--zo-bg-1);
}
.about-us .about-us-left-area .image-wrapper img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.about-us .about-us-left-area .doctor-list-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/about-us/graphic.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
  max-width: 327px;
  width: 100%;
  padding: 32px 32px 0 0;
  margin-left: 160px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about-us .about-us-left-area .doctor-list-wrapper {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .about-us .about-us-left-area .doctor-list-wrapper {
    left: unset;
    transform: unset;
    right: 0;
    margin-left: 0;
  }
}
@media (max-width: 535px) {
  .about-us .about-us-left-area .doctor-list-wrapper {
    bottom: 0;
  }
}
.about-us .about-us-left-area .doctor-list-wrapper .doctor-list-card {
  background: var(--zo-common-white);
  border-radius: 16px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  animation: floatUpDown 2s ease-in-out infinite alternate;
}
.about-us .about-us-left-area .doctor-list-wrapper .doctor-list-card .heading-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 4px;
}
.about-us .about-us-left-area .doctor-list-wrapper .doctor-list-card .doctor-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-us .about-us-left-area .doctor-list-wrapper .doctor-list-card .doctor-list-item {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 16px;
}
.about-us .about-us-left-area .doctor-list-wrapper .doctor-list-card .doctor-list-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.about-us .about-us-left-area .doctor-list-wrapper .doctor-list-card .doctor-list-item h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.about-us .about-us-left-area .doctor-list-wrapper .doctor-list-card .contact-dr-btn {
  display: block;
  text-align: center;
  padding: 10px 24px;
}
.about-us .about-us-right-area {
  padding-left: 23px;
  padding-top: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .about-us .about-us-right-area {
    padding-left: 0;
  }
}
.about-us .about-us-right-area ul {
  margin-top: 24px;
  margin-bottom: 32px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-us .about-us-right-area ul li {
  display: flex;
  align-items: center;
  flex-direction: left;
  gap: 12px;
}
.about-us .about-us-right-area ul li svg {
  background: var(--zo-theme-primary);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 7px 6px;
}
.about-us .about-us-right-area .button-wrapper .primary-btn {
  padding: 16px 24px;
}

.our-services .services-heading-area .button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .our-services .services-heading-area .button-wrapper {
    justify-content: flex-start;
    margin-top: 24px;
  }
}
.our-services .services-heading-area .button-wrapper .icon-btn {
  padding: 12px 24px;
}
.our-services .service-lists-area .list-area-wrapper {
  background: url("../img/our-services/graphic.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  padding-top: 32px;
  margin-top: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .our-services .service-lists-area .list-area-wrapper {
    margin-top: 8px;
  }
}
@media (min-width: 1400px) {
  .our-services .service-lists-area .list-area-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.our-services .service-lists-area .service-list-wrapper {
  row-gap: 24px;
}
.our-services .service-lists-area .service-card {
  background: var(--zo-common-white);
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  border-radius: 16px;
}
.our-services .service-lists-area .service-card .heading-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
}
.our-services .service-lists-area .service-card .heading-area .icon-wrapper {
  position: relative;
  background: #EDEFF3;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.98, 0.57, 1, 1);
  overflow: hidden;
}
.our-services .service-lists-area .service-card .heading-area .icon-wrapper::after {
  content: "";
  background: var(--zo-theme-primary);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.2, 1);
  transition: 0.3s cubic-bezier(0.98, 0.57, 1, 1);
}
.our-services .service-lists-area .service-card .heading-area .icon-wrapper svg {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  fill: var(--zo-theme-primary);
}
.our-services .service-lists-area .service-card .heading-area .icon-wrapper svg path {
  fill: var(--zo-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .our-services .service-lists-area .service-card .heading-area h4 {
    font-size: 20px;
  }
  .our-services .service-lists-area .service-card .heading-area .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .our-services .service-lists-area .service-card .heading-area .icon-wrapper svg {
    width: 28px;
    height: 28px;
  }
}
.our-services .service-lists-area .service-card .content-area p {
  color: var(--zo-text-body);
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  margin: 18px 0 32px 0;
}
.our-services .service-lists-area .service-card:hover .icon-wrapper::after {
  opacity: 1;
  transform: scale(1, 1);
  transition: 0.3s cubic-bezier(0.98, 0.57, 1, 1);
}
.our-services .service-lists-area .service-card:hover .icon-wrapper svg path {
  fill: var(--zo-common-white);
}
.our-services .service-lists-area .service-card:hover .icon-wrapper svg {
  transform: rotateY(180deg);
}
.our-services .service-lists-area .service-card:hover .read-more-btn {
  color: var(--zo-theme-primary);
}
.our-services .service-lists-area .service-card:hover .read-more-btn svg path {
  stroke: var(--zo-theme-primary);
}
.our-services .service-lists-area .service-card:hover .read-more-btn svg {
  transform: translateX(4px);
}

.appointment-area .appointment-heading {
  max-width: 606px;
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .appointment-area .appointment-heading {
    max-width: 590px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .appointment-area .appointment-heading {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .appointment-area .container-large {
    padding-left: 0;
    padding-right: 0;
  }
}
.appointment-area .appintment-area-wrapper {
  background: url("../img/appointment/appointment-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1400px) {
  .appointment-area .appintment-area-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.appointment-area .appintment-area-wrapper .appointment-form-wrapper {
  background: var(--zo-common-white);
  border-radius: 16px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
}
@media (min-width: 992px) {
  .appointment-area .appintment-area-wrapper .appointment-form-wrapper {
    max-width: 648px;
    width: 100%;
  }
}
.appointment-area .appintment-area-wrapper .appointment-form-wrapper .form-fields {
  row-gap: 24px;
}
.appointment-area .appintment-area-wrapper .appointment-form-wrapper .form-control,
.appointment-area .appintment-area-wrapper .appointment-form-wrapper .form-select {
  height: 56px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--zo-border-1);
  font-size: var(--zo-fz-body-2);
  color: var(--zo-text-body);
  background: #EDEFF3;
}
.appointment-area .appintment-area-wrapper .appointment-form-wrapper .form-control:focus {
  border: 1px solid var(--zo-theme-primary);
  box-shadow: 0 0 0 0.2rem rgba(38, 118, 104, 0.25);
}
.appointment-area .appintment-area-wrapper .appointment-form-wrapper textarea.form-control {
  resize: none;
  height: 200px;
}
.appointment-area .appintment-area-wrapper .appointment-form-wrapper .primary-btn {
  margin-top: 26px;
  padding: 16px 24px;
}
.appointment-area .form-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .appointment-area .form-content-wrapper {
    row-gap: 50px;
  }
}
@media (min-width: 992px) {
  .appointment-area .form-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .appointment-area .form-content-wrapper {
    gap: 20px;
  }
}
.appointment-area .appointment-right-area {
  max-width: 524px;
  width: 100%;
}
.appointment-area .appointment-right-area .doctor-image {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.appointment-area .appointment-right-area .doctor-image img {
  position: relative;
  max-width: 476px;
  width: 100%;
  z-index: 1;
}
.appointment-area .appointment-right-area .doctor-image svg {
  position: absolute;
  left: -50px;
}
@media (max-width: 576px) {
  .appointment-area .appointment-right-area .doctor-image svg {
    width: 100%;
    height: auto;
    left: 0;
  }
}

.common-appointment-form .select2-container--default .select2-selection--single {
  height: 56px;
  padding: 10px;
  border: 1px solid var(--zo-border-1);
  border-radius: 6px;
  background-color: #EDEFF3;
  font-size: var(--zo-fz-body-2);
  display: flex;
  align-items: center;
}
.common-appointment-form .select2-search--dropdown .select2-search__field {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}
.common-appointment-form .select2-container {
  width: 100% !important;
}
.common-appointment-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--zo-text-body);
  line-height: 1.4;
}
.common-appointment-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}
.common-appointment-form .select2-container--default .select2-selection--single:focus,
.common-appointment-form .select2-container--default .select2-selection--single:active,
.common-appointment-form .select2-search__field {
  outline: none;
  border-color: var(--zo-theme-primary);
  box-shadow: 0 0 0 2px rgba(44, 123, 229, 0.1);
}
.common-appointment-form .select2-selection__arrow {
  position: relative;
}
.common-appointment-form .select2-selection__arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 10L12.0008 14.58L17 10' stroke='%2342414A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
}
.common-appointment-form .select2-selection__arrow b {
  display: none;
}

.testimonials .testimonial-heading-wrapper {
  max-width: 700px;
  width: 100%;
  text-align: center;
}
.testimonials .testimonial-heading-wrapper .sub-heading {
  justify-content: center;
}
.testimonials .testimonial-item {
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  border-radius: 16px;
  background: var(--zo-common-white);
  padding: 24px;
}
.testimonials .testimonial-item .testimonial-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.testimonials .testimonial-item .testimonial-header img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonials .testimonial-item .testimonial-header h5 {
  font-size: 20px;
}
.testimonials .testimonial-item .testimonial-header p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-text-body);
}
.testimonials .testimonial-item .review-area {
  margin: 24px 0 32px 0;
}
.testimonials .testimonial-item .testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials .testimonial-item .testimonial-footer .rating {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.testimonials .testimonial-item .testimonial-footer .rating svg {
  width: 24px;
  height: 24px;
}
.testimonials .testimonial-item .testimonial-footer .rating p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-sbold);
}
.testimonials .swiper-slide {
  transition: filter 0.3s ease;
}

.swiper-overflow-container {
  overflow-x: hidden;
}

.swiper-overflow-container .container {
  overflow: visible;
  position: relative;
}

.swiper-overflow-container .swiper-container {
  overflow: visible;
}

.right-aligned-container:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--zo-common-white);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 999;
}

.our-doctor .doctor-area-heading-wrapper {
  text-align: center;
}
.our-doctor .doctor-area-heading-wrapper .section-heading {
  max-width: 501px;
  width: 100%;
  margin: 0 auto;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item {
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  border: 1px solid #C4C4D0;
  border-radius: 16px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .social-icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--zo-common-white);
  border-radius: 4px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item svg {
  width: 24px;
  height: 24px;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item svg path {
  fill: var(--zo-heading-primary);
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:first-of-type svg path {
  stroke: var(--zo-heading-primary);
  fill: var(--zo-common-white);
  transition: all 0.3s ease-in-out;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:hover {
  background: var(--zo-theme-primary);
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:hover svg path {
  fill: var(--zo-common-white);
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:hover:first-of-type svg path {
  stroke: var(--zo-common-white);
  fill: var(--zo-theme-primary);
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .share-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--zo-common-white);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image .share-icon svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item .doctor-info {
  margin-top: 16px;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item h6 {
  color: var(--zo-heading-primary);
  transition: all 0.3s ease-in-out;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-text-body);
  margin-top: 4px;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item:hover {
  border: 1px solid var(--zo-theme-primary);
}
.our-doctor .doctor-lists-wrapper .doctor-list-item:hover h6 {
  color: var(--zo-theme-primary);
}
.our-doctor .doctor-lists-wrapper .doctor-list-item:hover .social-share-wrapper .icon-item {
  transform: translateY(0px);
  opacity: 1;
}
.our-doctor .doctor-lists-wrapper .doctor-list-item:hover .share-icon {
  background: var(--zo-theme-primary);
}
.our-doctor .doctor-lists-wrapper .doctor-list-item:hover .share-icon svg path {
  stroke: var(--zo-common-white);
  fill: var(--zo-common-white);
}
.our-doctor .doctor-lists-wrapper .doctors-carrousel {
  background: var(--zo-common-white);
  padding-bottom: 98px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .our-doctor .doctor-lists-wrapper .doctors-carrousel {
    padding-bottom: 68px;
  }
}

.news-and-media .blog-area-wrapper {
  background: url("../img/blog/bg-shape.png");
  background-repeat: no-repeat;
  background-position: right 90%;
}
@media (min-width: 1400px) {
  .news-and-media .blog-area-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.news-and-media .blog-area-wrapper .blog-carrousel {
  padding-bottom: 54px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .news-and-media .blog-area-wrapper .blog-carrousel {
    padding-bottom: 34px;
  }
}
.news-and-media .blog-area-wrapper .blog-item {
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  background: var(--zo-common-white);
  overflow: hidden;
}
.news-and-media .blog-area-wrapper .blog-item .blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper {
  padding: 24px;
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .blog-meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .blog-meta {
    gap: 12px;
  }
}
@media (width: 991px) {
  .news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .blog-meta {
    gap: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1087px) {
  .news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .blog-meta {
    flex-direction: column;
    gap: 8px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .blog-meta {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 362px) {
  .news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .blog-meta {
    flex-direction: column;
    gap: 8px;
  }
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .blog-meta svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .blog-meta span {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-regular);
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper h6 {
  margin: 18px 0 8px 0;
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .button-wrapper {
  margin-top: 30px;
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .button-wrapper .secondary-btn {
  padding: 12px 24px;
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .button-wrapper .secondary-btn svg {
  width: 12px;
  height: 12px;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
.news-and-media .blog-area-wrapper .blog-item .blog-content-wrapper .button-wrapper .secondary-btn:hover svg {
  transform: rotate(45deg);
}

.faqs .faqs-left-area .faq-image-wrapper {
  position: relative;
  border-radius: 0 0 999px 999px;
  max-width: 551px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.faqs .faqs-left-area .faq-image-wrapper svg {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .faqs .faqs-left-area .faq-image-wrapper svg {
    bottom: -40px;
  }
}
@media (max-width: 1050px) {
  .faqs .faqs-left-area .faq-image-wrapper svg {
    bottom: -60px;
  }
}
@media (max-width: 492px) {
  .faqs .faqs-left-area .faq-image-wrapper svg {
    bottom: -86px;
  }
}
@media (max-width: 447px) {
  .faqs .faqs-left-area .faq-image-wrapper svg {
    bottom: -104px;
  }
}
@media (max-width: 380px) {
  .faqs .faqs-left-area .faq-image-wrapper svg {
    bottom: -128px;
  }
}
.faqs .faqs-left-area .faq-image-wrapper svg path {
  fill: var(--zo-theme-primary);
}
.faqs .faqs-left-area .faq-image-wrapper img {
  position: relative;
  max-width: 447.17px;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .faqs .faqs-left-area {
    display: flex;
    justify-content: center;
  }
}
.faqs .faqs-right-area {
  padding-top: 32px;
}
.faqs .faqs-right-area .faq-area-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: url("../img/faq/faq-bg-shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-top: 18px;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper h6 {
  padding-right: 40px;
  cursor: pointer;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper.active {
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  border-radius: 8px;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper .btn-wrapper h6 {
  position: relative;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper .btn-wrapper h6:after,
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper .btn-wrapper h6:before {
  content: "";
  background: var(--zo-heading-primary);
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  right: 10px;
  top: 14px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper .btn-wrapper h6:after {
  transform: rotate(90deg);
  opacity: 1;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper.active h6:after {
  transform: rotate(180deg);
  opacity: 0;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-area {
  max-width: 576px;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-area p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-text-body);
  margin-top: 18px;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper .btn-wrapper {
  display: block;
  position: relative;
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper .btn-wrapper::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  background: #EDEFF3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper {
  padding: 16px 24px 16px 24px;
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper.active .btn-wrapper::after {
  background: var(--zo-theme-primary);
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper.active h6:after,
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper.active h6:before {
  background: var(--zo-common-white);
}
.faqs .faqs-right-area .faq-area-wrapper .accordion-wrapper.active h6 {
  color: var(--zo-heading-primary);
}

.hero-banner-l2 {
  background: url("../img/hero-banner/v2/bg-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-banner-l2 .hero-banner-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .hero-banner-l2 .hero-banner-top {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
}
.hero-banner-l2 .hero-banner-top .search-box-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  border-radius: 12px;
  max-width: 300px;
  width: 100%;
  padding: 18px 15px;
  z-index: 2;
  animation: floatUpDown 2s ease-in-out infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner-l2 .hero-banner-top .search-box-wrapper {
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
  }
}
@media (max-width: 1350px) {
  .hero-banner-l2 .hero-banner-top .search-box-wrapper {
    right: 0;
  }
}
@media (max-width: 576px) {
  .hero-banner-l2 .hero-banner-top .search-box-wrapper {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-banner-l2 .hero-banner-top .search-box-wrapper {
    margin-top: 150px;
  }
}
.hero-banner-l2 .hero-banner-top .search-box-wrapper .search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: var(--zo-theme-primary);
  border-radius: 12px;
  cursor: pointer;
}
.hero-banner-l2 .hero-banner-top .search-box-wrapper .search-box svg {
  width: 24px;
  height: 24px;
}
.hero-banner-l2 .hero-banner-top .search-box-wrapper .search-box svg path {
  fill: var(--zo-common-white);
}
.hero-banner-l2 .hero-banner-top .search-box-wrapper .placeholder-text h5 {
  font-size: 20px;
}
.hero-banner-l2 .hero-left-area {
  max-width: 603px;
  width: 100%;
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner-l2 .hero-left-area {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .hero-banner-l2 .hero-left-area {
    padding-top: 30px;
  }
}
.hero-banner-l2 .hero-left-area h1 {
  font-size: 56px;
  font-weight: var(--zo-fw-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner-l2 .hero-left-area h1 {
    font-size: var(--zo-fz-tab-h1);
    line-height: var(--zo-lh-h1-tab);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .hero-banner-l2 .hero-left-area h1 {
    font-size: var(--zo-fz-mob-h1);
    line-height: var(--zo-lh-h1-mob);
  }
}
.hero-banner-l2 .hero-left-area p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  margin: 16px 0 32px 0;
}
.hero-banner-l2 .hero-left-area .primary-btn {
  padding: 16px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner-l2 .hero-left-area {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .hero-banner-l2 .hero-left-area {
    max-width: 100%;
    width: 100%;
  }
}
.hero-banner-l2 .hero-right-area {
  max-width: calc(100% - 603px);
  width: 100%;
}
.hero-banner-l2 .hero-right-area .image-wrapper {
  text-align: right;
}
.hero-banner-l2 .hero-right-area .image-wrapper img {
  width: 100%;
  min-height: 805px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner-l2 .hero-right-area .image-wrapper img {
    min-height: 755px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .hero-banner-l2 .hero-right-area .image-wrapper img {
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner-l2 .hero-right-area {
    max-width: calc(100% - 450px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .hero-banner-l2 .hero-right-area {
    max-width: 100%;
    width: 100%;
  }
}
.hero-banner-l2 .banner-main-area {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-banner-l2 .banner-main-area {
    padding-bottom: 150px;
  }
}
.hero-banner-l2 .hero-banner-footer {
  position: absolute;
  bottom: 0;
}
@media (max-width: 576px) {
  .hero-banner-l2 .hero-banner-footer {
    position: unset;
    margin-top: -150px;
  }
}
.hero-banner-l2 .feature-item {
  position: relative;
  z-index: 10;
}
.hero-banner-l2 .feature-item .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 41px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.hero-banner-l2 .feature-item .icon-wrapper svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 400px) and (max-width: 575px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    width: 64px;
    height: 64px;
  }
  .hero-banner-l2 .feature-item .icon-wrapper svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 400px) and (max-width: 445.98px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    left: 14%;
    top: -35px;
  }
}
@media (min-width: 446px) and (max-width: 500px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    left: 15%;
  }
}
@media (min-width: 501px) and (max-width: 575px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    left: 16%;
  }
}
@media (min-width: 992px) and (max-width: 1052px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    left: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    left: 50px;
  }
}
@media (min-width: 381px) and (max-width: 400px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    left: 55px;
  }
}
@media (min-width: 360px) and (max-width: 380px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    left: 51px;
  }
}
@media (min-width: 330px) and (max-width: 359px) {
  .hero-banner-l2 .feature-item .icon-wrapper {
    left: 46px;
  }
}
.hero-banner-l2 .feature-item:hover .icon-wrapper {
  background: var(--zo-theme-primary);
}
.hero-banner-l2 .feature-item:hover .icon-wrapper svg path {
  stroke: var(--zo-common-white);
}
.hero-banner-l2 .feature-item:hover .read-more-btn {
  color: var(--zo-theme-primary);
}
.hero-banner-l2 .feature-item:hover .read-more-btn svg path {
  stroke: var(--zo-theme-primary);
}
.hero-banner-l2 .feature-item:hover .read-more-btn svg {
  transform: translateX(4px);
}
.hero-banner-l2 .feature-item .feature-card {
  position: relative;
  background: url("../img/hero-banner/v2/subtract-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(190, 189, 203, 0.2509803922) 0px 10px 10px -1px, rgba(190, 189, 203, 0.2509803922) 0px 2px 4px -1px;
  z-index: 1;
  border-radius: 16px;
  padding: 44px 24px 24px;
}
.hero-banner-l2 .feature-item .feature-card h5 {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner-l2 .feature-item .feature-card h5 {
    font-size: 17px;
  }
}
.hero-banner-l2 .feature-item .feature-card p {
  margin: 12px 0;
}
.hero-banner-l2 .feature-item .feature-card .read-more-btn:hover {
  color: var(--zo-theme-primary);
}
.hero-banner-l2 .feature-item .feature-card .read-more-btn:hover svg path {
  stroke: var(--zo-theme-primary);
}
@media (min-width: 400px) and (max-width: 575px) {
  .hero-banner-l2 .feature-item .feature-card {
    padding: 84px 24px 64px;
  }
}

.our-services-l2 .list-area-wrapper {
  background: url("../img/our-services/v2/graphic.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center bottom !important;
  padding-top: unset !important;
  padding-bottom: 32px;
}
.our-services-l2 .list-area-wrapper .service-card {
  text-align: center;
}
.our-services-l2 .list-area-wrapper .service-card .heading-area {
  flex-direction: column;
  gap: 18px;
}
.our-services-l2 .list-area-wrapper .service-card .heading-area .icon-wrapper {
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .our-services-l2 {
    position: relative;
    padding-bottom: 45px;
  }
  .our-services-l2 .button-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center !important;
  }
}

.about-us-l2 .about-us-area-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: url("../img/about-us/v2/graphic.png");
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 992px) {
  .about-us-l2 .about-us-area-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.about-us-l2 .about-us-area-wrapper .about-us-left-area {
  width: 100%;
}
@media (min-width: 992px) {
  .about-us-l2 .about-us-area-wrapper .about-us-left-area {
    max-width: 452px;
    padding-top: 15px;
  }
}
.about-us-l2 .about-us-area-wrapper .button-wrapper .primary-btn {
  padding: 16px 24px;
}
.about-us-l2 .about-us-right-area .image-area-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 500px) {
  .about-us-l2 .about-us-right-area .image-area-wrapper {
    flex-direction: column-reverse;
  }
}
.about-us-l2 .about-us-right-area .image-area-wrapper .image-left {
  width: 50%;
}
@media (max-width: 500px) {
  .about-us-l2 .about-us-right-area .image-area-wrapper .image-left {
    width: 100%;
  }
}
.about-us-l2 .about-us-right-area .image-area-wrapper .image-left .info-wraper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  width: 100%;
  background: var(--zo-theme-primary);
}
.about-us-l2 .about-us-right-area .image-area-wrapper .image-left .info-wraper svg {
  width: 64px;
  height: 64px;
  fill: var(--zo-common-white);
}
.about-us-l2 .about-us-right-area .image-area-wrapper .image-left .info-wraper .info-text-area h4 {
  color: var(--zo-common-white);
}
.about-us-l2 .about-us-right-area .image-area-wrapper .image-left .info-wraper .info-text-area p {
  font-size: 20px;
  line-height: 28px;
  font-weight: var(--zo-fw-regular);
  color: var(--zo-common-white);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .about-us-l2 .about-us-right-area .image-area-wrapper .image-left .info-wraper .info-text-area h4 {
    font-size: 22px;
  }
  .about-us-l2 .about-us-right-area .image-area-wrapper .image-left .info-wraper .info-text-area p {
    font-size: 18px;
  }
}
.about-us-l2 .about-us-right-area .image-area-wrapper .image-left .left-image-wrapper {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}
.about-us-l2 .about-us-right-area .image-area-wrapper .image-left .left-image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.about-us-l2 .about-us-right-area .image-area-wrapper .image-right {
  width: 50%;
}
@media (max-width: 500px) {
  .about-us-l2 .about-us-right-area .image-area-wrapper .image-right {
    width: 100%;
  }
}
.about-us-l2 .about-us-right-area .image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.about-us-l2 .about-us-right-area .image-wrapper:last-of-type {
  margin-top: 24px;
}
.about-us-l2 .about-us-right-area .image-wrapper img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}
.about-us-l2 .about-us-right-area .image-wrapper .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--zo-common-white);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  animation: video-glow 2s ease infinite;
}
.about-us-l2 .about-us-right-area .image-wrapper .play-button svg {
  width: 14px;
  height: 20px;
  margin-left: 4px;
}
.about-us-l2 .about-us-right-area .image-wrapper .play-button svg path {
  fill: var(--zo-theme-primary);
  transition: all 0.3s ease-in-out;
}
.about-us-l2 .about-us-right-area .image-wrapper .play-button:hover {
  background: var(--zo-theme-primary);
}
.about-us-l2 .about-us-right-area .image-wrapper .play-button:hover svg path {
  fill: var(--zo-common-white);
}

.pricing-plan {
  /* Hide the checkbox */
  /* Slider Styles */
  /* Change background color when checked */
  /* Move the slider when checked */
}
.pricing-plan .heading-area {
  max-width: 416px;
  width: 100%;
  text-align: center;
}
.pricing-plan .heading-area .sub-heading {
  justify-content: center;
}
.pricing-plan .pricing-content .plan-option {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .pricing-plan .pricing-content .plan-option {
    margin-bottom: 30px;
  }
}
.pricing-plan .pricing-content .subscription-wrapper {
  row-gap: 24px;
}
.pricing-plan .pricing-content .subscription-item {
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  border: 1px solid #C4C4D0;
  border-radius: 12px;
  background: var(--zo-common-white);
  transition: all 0.3s ease-in-out;
}
.pricing-plan .pricing-content .subscription-item .header-area p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  margin-top: 8px;
}
.pricing-plan .pricing-content .subscription-item .items-price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin: 32px 0;
}
.pricing-plan .pricing-content .subscription-item .items-price p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
}
.pricing-plan .pricing-content .subscription-item .description {
  border-bottom: 1px solid #C4C4D0;
  padding-bottom: 32px;
}
.pricing-plan .pricing-content .subscription-item .feature-lists ul {
  margin-top: 32px;
  margin-bottom: 32px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing-plan .pricing-content .subscription-item .feature-lists ul li {
  display: flex;
  align-items: center;
  flex-direction: left;
  gap: 12px;
}
.pricing-plan .pricing-content .subscription-item .feature-lists ul li svg,
.pricing-plan .pricing-content .subscription-item .feature-lists ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 7px 6px;
}
.pricing-plan .pricing-content .subscription-item .feature-lists ul .active svg {
  background: var(--zo-theme-primary);
}
.pricing-plan .pricing-content .subscription-item .feature-lists ul .inactive i {
  font-size: 14px;
  color: var(--zo-common-white);
  background: var(--zo-theme-secondary);
}
.pricing-plan .pricing-content .subscription-item .secondary-btn {
  width: 100%;
  text-align: center;
  padding: 16px 24px;
  border-radius: 100px;
  border: none;
}
.pricing-plan .pricing-content .subscription-item:hover {
  box-shadow: 0px 5px 35px 0px #E2E4EC;
  border: 1px solid var(--zo-theme-primary);
}
.pricing-plan .pricing-content .subscription-item:hover .items-price h2,
.pricing-plan .pricing-content .subscription-item:hover .items-price p {
  color: var(--zo-theme-primary);
}
.pricing-plan .pricing-content .subscription-item:hover .secondary-btn::before {
  width: 100%;
}
.pricing-plan .switch-wrapper {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.pricing-plan .billing-labels {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.pricing-plan .billing-labels span {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-sbold);
}
.pricing-plan #billing-toggle {
  display: none;
}
.pricing-plan .switch-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 100px;
  width: 50px;
  height: 24px;
}
.pricing-plan .switch-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.pricing-plan #billing-toggle:checked + .switch-wrapper .slider {
  background-color: var(--zo-theme-primary);
}
.pricing-plan #billing-toggle:checked + .switch-wrapper .slider:before {
  transform: translateX(26px);
}

.testimonials-l2 .testimonial-item {
  box-shadow: unset;
  background: var(--zo-common-white);
  transition: all 0.3s ease-in-out;
}
.testimonials-l2 .testimonial-item .testimonial-header {
  justify-content: space-between;
  align-items: flex-start;
}
.testimonials-l2 .testimonial-item .testimonial-header .writer-info-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.testimonials-l2 .testimonial-item .writer-image img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
@media (max-width: 1050px) {
  .testimonials-l2 .swiper-slide-active {
    box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
    background: var(--zo-common-white);
  }
}
@media (min-width: 1051px) {
  .testimonials-l2 .swiper-slide-next {
    box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
    background: var(--zo-common-white);
  }
}
.testimonials-l2 .testimonials-carrousel-l2 {
  padding-bottom: 54px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .testimonials-l2 .testimonials-carrousel-l2 {
    padding-bottom: 34px;
  }
}

.appointment-area-l2 {
  background: var(--zo-theme-primary);
  padding: 60px 0 64px 0;
}
.appointment-area-l2 .appointment-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .appointment-area-l2 .appointment-wrapper {
    flex-direction: column;
  }
}
.appointment-area-l2 .appointment-wrapper .appointment-content-area {
  max-width: 408px;
  width: 100%;
  padding-top: 58px;
}
@media (max-width: 991.98px) {
  .appointment-area-l2 .appointment-wrapper .appointment-content-area {
    max-width: unset;
    width: 100%;
    padding-top: 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 575.98px) {
  .appointment-area-l2 .appointment-wrapper .appointment-content-area {
    padding-top: 0;
    padding-bottom: 8px;
  }
}
.appointment-area-l2 .appointment-wrapper .appointment-content-area .section-heading h3 {
  color: var(--zo-common-white);
}
.appointment-area-l2 .appointment-wrapper .appointment-content-area .section-heading p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-white);
}
.appointment-area-l2 .appointment-wrapper .appointment-content-area .contact-info ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 991.98px) {
  .appointment-area-l2 .appointment-wrapper .appointment-content-area .contact-info ul {
    flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .appointment-area-l2 .appointment-wrapper .appointment-content-area .contact-info ul {
    flex-direction: column;
  }
}
.appointment-area-l2 .appointment-wrapper .appointment-content-area .contact-info li {
  list-style: none;
}
.appointment-area-l2 .appointment-wrapper .appointment-content-area .contact-info li svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.appointment-area-l2 .appointment-wrapper .appointment-content-area .contact-info li svg path {
  stroke: var(--zo-common-white);
}
.appointment-area-l2 .appointment-wrapper .appointment-content-area .contact-info li span {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-white);
}
.appointment-area-l2 .appointment-wrapper .appointment-form-wrapper {
  background: var(--zo-common-white);
  border-radius: 16px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
}
.appointment-area-l2 .appointment-wrapper .appointment-form-wrapper .form-fields {
  row-gap: 24px;
}
.appointment-area-l2 .appointment-wrapper .appointment-form-wrapper .form-label {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-sbold);
  color: var(--zo-theme-heading);
}
.appointment-area-l2 .appointment-wrapper .appointment-form-wrapper .form-control,
.appointment-area-l2 .appointment-wrapper .appointment-form-wrapper .form-select {
  height: 48px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid var(--zo-border-1);
  font-size: var(--zo-fz-body-2);
  color: var(--zo-text-body);
  background: #EDEFF3;
}
.appointment-area-l2 .appointment-wrapper .appointment-form-wrapper .form-control:focus {
  border: 1px solid var(--zo-theme-primary);
  box-shadow: 0 0 0 0.2rem rgba(38, 118, 104, 0.25);
}
.appointment-area-l2 .appointment-wrapper .appointment-form-wrapper .primary-btn {
  margin-top: 16px;
  padding: 14px 24px;
}
@media (max-width: 576px) {
  .appointment-area-l2 .appointment-wrapper .appointment-form-wrapper .primary-btn {
    padding-top: 8px;
  }
}
.appointment-area-l2 .appointment-wrapper .appointment-form-wrapper .select2-selection--single {
  height: 48px;
}

.news-and-blog-l2 .news-and-blog-heading .section-heading {
  max-width: 432px;
  width: 100%;
}
.news-and-blog-l2 .blog-item {
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  border: 1px solid #C4C4D0;
  border-radius: 16px;
  background: var(--zo-common-white);
  max-width: 392px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.news-and-blog-l2 .blog-item .blog-image {
  position: relative;
}
.news-and-blog-l2 .blog-item .blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-and-blog-l2 .blog-item .blog-image .date-wrapper {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--zo-common-white);
  padding: 4px;
  border-radius: 8px;
  min-width: 48px;
  z-index: 1;
}
.news-and-blog-l2 .blog-item .blog-image .date-wrapper p {
  font-weight: var(--zo-fw-sbold);
  color: var(--zo-theme-heading);
  text-align: center;
}
.news-and-blog-l2 .blog-item .blog-content-wrapper .blog-meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .news-and-blog-l2 .blog-item .blog-content-wrapper .blog-meta {
    gap: 12px;
  }
}
@media (width: 991px) {
  .news-and-blog-l2 .blog-item .blog-content-wrapper .blog-meta {
    gap: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1087px) {
  .news-and-blog-l2 .blog-item .blog-content-wrapper .blog-meta {
    flex-direction: column;
    gap: 8px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .news-and-blog-l2 .blog-item .blog-content-wrapper .blog-meta {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 362px) {
  .news-and-blog-l2 .blog-item .blog-content-wrapper .blog-meta {
    flex-direction: column;
    gap: 8px;
  }
}
.news-and-blog-l2 .blog-item .blog-content-wrapper .blog-meta svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.news-and-blog-l2 .blog-item .blog-content-wrapper .blog-meta span {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-regular);
}
.news-and-blog-l2 .blog-item .blog-content-wrapper h6 {
  margin: 12px 0;
}
.news-and-blog-l2 .blog-item .blog-content-wrapper .button-wrapper {
  margin-top: 32px;
}
.news-and-blog-l2 .blog-item:hover {
  box-shadow: 0px 5px 35px 0px #E2E4EC;
  border: 1px solid var(--zo-theme-primary);
}
.news-and-blog-l2 .blog-item:hover .button-wrapper a {
  color: var(--zo-theme-primary);
}
.news-and-blog-l2 .blog-item:hover .button-wrapper path {
  stroke: var(--zo-theme-primary);
}
.news-and-blog-l2 .blog-item:hover .button-wrapper svg {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .appointment-area .appointment-left-area {
    display: flex;
    justify-content: center;
  }
}
.appointment-area .appointment-left-area .image-wrapper {
  position: relative;
  border-radius: 0 0 0 140px;
  max-width: 470px;
  max-height: 584px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 447px) {
  .appointment-area .appointment-left-area .image-wrapper {
    border-radius: 0 0 0 70px;
  }
}
.appointment-area .appointment-left-area .image-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 5px;
  z-index: 0;
  width: 100%;
}
@media (max-width: 492px) {
  .appointment-area .appointment-left-area .image-wrapper svg {
    bottom: -77px;
  }
}
@media (max-width: 470px) {
  .appointment-area .appointment-left-area .image-wrapper svg {
    bottom: -72px;
  }
}
@media (max-width: 430px) {
  .appointment-area .appointment-left-area .image-wrapper svg {
    bottom: -65px;
  }
}
@media (max-width: 410px) {
  .appointment-area .appointment-left-area .image-wrapper svg {
    bottom: -63px;
  }
}
@media (max-width: 350px) {
  .appointment-area .appointment-left-area .image-wrapper svg {
    bottom: -54px;
    left: 15px;
  }
}
@media (max-width: 492px) {
  .appointment-area .appointment-left-area .image-wrapper svg {
    width: 100%;
    height: 100%;
  }
}
.appointment-area .appointment-left-area .image-wrapper svg path {
  fill: var(--zo-theme-primary);
}
.appointment-area .appointment-left-area .image-wrapper img {
  position: relative;
  width: 100%;
  height: 584px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .appointment-area .appointment-left-area .image-wrapper img {
    height: auto;
  }
}
.appointment-area .appointment-form-area .appointment-form {
  background-color: var(--zo-common-white);
  box-shadow: 0px 10px 50px rgba(190, 189, 203, 0.25);
  border-radius: 8px;
  padding-top: 0;
}
.appointment-area .appointment-form-area .appointment-form .form-label {
  font-size: var(--zo-fz-body-1);
  font-weight: var(--zo-fw-sbold);
  color: var(--zo-heading-primary);
  line-height: var(--zo-lh-body-1);
  margin: 0 0 12px 0;
}
.appointment-area .appointment-form-area .appointment-form .form-control {
  background: var(--zo-common-background);
  border: 1px solid var(--zo-border-color);
  border-radius: 8px;
  height: 44px;
  padding: 12px 16px;
  font-size: var(--zo-fz-body-2);
  font-weight: var(--zo-fw-regular);
  color: var(--zo-text-body);
  line-height: var(--zo-lh-body-2);
}
.appointment-area .appointment-form-area .appointment-form .form-control ::placeholder {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
}
.appointment-area .appointment-form-area .appointment-form .form-control:focus {
  border-color: var(--zo-theme-primary);
  box-shadow: 0 0 0 0.2rem rgba(17, 121, 100, 0.2);
}
.appointment-area .appointment-form-area .appointment-form .form-check-input:focus {
  box-shadow: none;
}
.appointment-area .appointment-form-area .appointment-form .form-check-input {
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 1.08325C4.85786 1.08325 1.5 4.44112 1.5 8.58325C1.5 12.7254 4.85786 16.0833 9 16.0833C13.1421 16.0833 16.5 12.7254 16.5 8.58325C16.5 4.44112 13.1421 1.08325 9 1.08325Z' stroke='%23121212' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-in-out;
  margin-top: 3px;
  margin-right: 8px;
  cursor: pointer;
}
.appointment-area .appointment-form-area .appointment-form .form-check-input:checked {
  border: none;
  background-color: unset;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.5 7.33333L8.16667 10.6667L6.5 9M9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9C16.5 13.1421 13.1421 16.5 9 16.5Z' stroke='%23267668' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}
.appointment-area .appointment-form-area .appointment-form .form-check-label {
  font-size: var(--zo-fz-body-2);
  font-weight: var(--zo-fw-regular);
  color: var(--zo-common-black);
  line-height: var(--zo-lh-body-2);
  cursor: pointer;
}
.appointment-area .appointment-form-area .appointment-form .form-check-input:checked + label {
  color: var(--zo-theme-primary);
  font-weight: var(--zo-fw-sbold);
}
.appointment-area .appointment-form-area .appointment-form .primary-btn {
  padding: 16px 24px;
}
.appointment-area .appointment-form-area .appointment-form .fieldset-area {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 400px) {
  .appointment-area .appointment-form-area .appointment-form .fieldset-area {
    flex-direction: column;
  }
}
.appointment-area .appointment-form-area .appointment-form .fieldset-area .form-check-inline {
  display: unset;
  margin: 0;
}
@media (min-width: 401px) and (max-width: 502px), (min-width: 992px) and (max-width: 1002px) {
  .appointment-area .appointment-form-area .appointment-form .fieldset-area .custom-gap {
    margin-left: 16px;
  }
}

.about-us-page-area {
  background: var(--zo-bg-page);
}

.stats-section-l2 .counter-area {
  background: url("../img/counter-section/background-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 84px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .stats-section-l2 .counter-area {
    padding: 54px 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .stats-section-l2 .counter-area {
    padding: 24px;
  }
}
.stats-section-l2 .counter-area-wrapper {
  background: var(--zo-theme-primary);
  padding: 0;
  margin: 0;
}
.stats-section-l2 .counter-area-wrapper .stat-item {
  border-color: var(--zo-theme-primary);
}

.our-doctor-l2 .doctor-area-heading-wrapper {
  padding-bottom: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .our-doctor-l2 .doctor-area-heading-wrapper {
    padding-bottom: 8px;
  }
}
.our-doctor-l2 .doctor-lists-wrapper {
  background: url("../img/our-doctors/graphic.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 32px;
}
@media (min-width: 1400px) {
  .our-doctor-l2 .doctor-lists-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.our-doctor-l2 .doctor-lists-wrapper .doctors-carrousel {
  background: transparent;
}
.our-doctor-l2 .doctor-lists-wrapper .swiper-wrapper {
  background: transparent;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item {
  box-shadow: 0px 5px 35px 0px #E2E4EC;
  background: var(--zo-common-white);
  border: unset;
  padding: 0;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image {
  border-radius: 16px 16px 0 0;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image img {
  height: 250px;
  border-radius: 16px 16px 0 0;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .social-icons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--zo-common-white);
  border-radius: 8px;
  padding: 8px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
  height: unset;
  transform: unset;
  opacity: unset;
  transition: all 0.3s ease-in-out;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item svg {
  width: 24px;
  height: 24px;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item svg path {
  fill: var(--zo-heading-primary);
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:first-of-type svg path {
  stroke: var(--zo-heading-primary);
  fill: var(--zo-heading-primary);
  transition: all 0.3s ease-in-out;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:nth-child(2) svg path {
  stroke: var(--zo-heading-primary);
  fill: var(--zo-common-white);
  transition: all 0.3s ease-in-out;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:hover {
  background: unset;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:hover svg path {
  fill: var(--zo-theme-primary);
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:hover:first-of-type svg path {
  stroke: var(--zo-theme-primary);
  fill: var(--zo-theme-primary) !important;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-image .social-share-wrapper .icon-item:hover:nth-child(2) svg path {
  stroke: var(--zo-theme-primary);
  fill: var(--zo-common-white);
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .content-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .content-area .social-share-wrapper .plus-icon {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .content-area .social-share-wrapper .minus-icon {
  display: none;
  transition: all 0.3s ease-in-out;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .content-area .social-share-wrapper .share-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #EDEFF3;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .content-area .social-share-wrapper .share-icon svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item .doctor-info {
  padding-top: 0 !important;
  padding: 16px 0 16px 16px;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item:hover {
  border: unset;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item:hover .doctor-image .social-icons {
  transform: translateY(0);
  opacity: 1;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item:hover .social-share-wrapper .plus-icon {
  display: none;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item:hover .social-share-wrapper .minus-icon {
  display: inline-block;
}
.our-doctor-l2 .doctor-lists-wrapper .doctor-list-item:hover .social-share-wrapper .share-icon {
  background: var(--zo-theme-primary);
}

.our-services-l3 .service-heading-area {
  max-width: 632px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
.our-services-l3 .service-lists {
  row-gap: 64px;
}
.our-services-l3 .service-item {
  position: relative;
}
.our-services-l3 .service-item .service-icon-wrapper {
  width: 100%;
  position: absolute;
  top: -41px;
  text-align: center;
}
.our-services-l3 .service-item .service-icon-wrapper .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  position: relative;
  width: 64px;
  height: 64px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.our-services-l3 .service-item .service-icon-wrapper .service-icon svg {
  width: 32px;
  height: 32px;
}
.our-services-l3 .service-item .substract-shape svg {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.our-services-l3 .service-item .substract-shape svg path {
  fill: var(--zo-bg-page);
}
.our-services-l3 .service-item:hover .service-icon {
  background: var(--zo-theme-primary);
}
.our-services-l3 .service-item:hover .service-icon svg path {
  fill: var(--zo-common-white);
}
.our-services-l3 .service-item:hover .service-item-wrapper {
  box-shadow: rgba(190, 189, 203, 0.2509803922) 0px 10px 10px -1px, rgba(190, 189, 203, 0.2509803922) 0px 2px 4px -1px;
}
.our-services-l3 .service-item:hover h5,
.our-services-l3 .service-item:hover p {
  color: var(--zo-common-white);
}
.our-services-l3 .service-bg-shape svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  border-radius: 16px;
}
.our-services-l3 .service-bg-shape svg path {
  transition: all 0.3s ease-in-out;
}
.our-services-l3 .service-bg-shape::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  background: var(--zo-theme-primary);
  border-radius: 16px;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.our-services-l3 .service-item:hover .service-bg-shape::after {
  width: 100%;
  height: 100%;
}
.our-services-l3 .service-item-wrapper {
  background: var(--zo-common-white);
  border-radius: 16px;
  box-shadow: rgba(190, 189, 203, 0.2509803922) 0px 10px 10px -1px, rgba(190, 189, 203, 0.2509803922) 0px 2px 4px -1px;
  padding: 42px 24px 24px 24px;
  text-align: center;
  transition: all 0.6s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .our-services-l3 .service-item-wrapper {
    padding: 42px 24px 43px 24px;
  }
}
@media (min-width: 377px) and (max-width: 575.98px) {
  .our-services-l3 .service-item-wrapper {
    padding: 42px 24px 43px 24px;
  }
}
.our-services-l3 .service-item-wrapper h5 {
  position: relative;
  font-size: 20px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.our-services-l3 .service-item-wrapper p {
  position: relative;
  margin: 18px 0 32px 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.our-services-l3 .service-item-wrapper .explore-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--zo-common-white);
  border: 1px solid var(--zo-theme-primary);
  border-radius: 100px;
  padding: 12px 24px;
  z-index: 1;
}
.our-services-l3 .service-item-wrapper .explore-btn span {
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-button);
  color: var(--zo-theme-primary);
  font-weight: var(--zo-fw-sbold);
}

@media (max-width: 991.98px) {
  .mission-and-vission .mission-left-area {
    display: flex;
    justify-content: center;
  }
}
.mission-and-vission .mission-left-area .mission-image-wrapper {
  position: relative;
  border-radius: 0 0 999px 999px;
  max-width: 552px;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.mission-and-vission .mission-left-area .mission-image-wrapper svg {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media (max-width: 1114px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -35px;
  }
}
@media (max-width: 1080px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -45px;
  }
}
@media (max-width: 991.98px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -30px;
  }
}
@media (max-width: 544px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -37px;
  }
}
@media (max-width: 527px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -40px;
  }
}
@media (max-width: 500px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -50px;
  }
}
@media (max-width: 480px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -55px;
  }
}
@media (max-width: 460px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -70px;
  }
}
@media (max-width: 405px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -80px;
  }
}
@media (max-width: 380px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -98px;
  }
}
@media (max-width: 340px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper svg {
    bottom: -105px;
  }
}
.mission-and-vission .mission-left-area .mission-image-wrapper svg path {
  fill: var(--zo-theme-primary);
}
.mission-and-vission .mission-left-area .mission-image-wrapper img {
  position: relative;
  width: 100%;
  height: 650px;
  object-fit: contain;
  z-index: 1;
}
@media (max-width: 510px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper img {
    height: 480px;
  }
}
@media (max-width: 420px) {
  .mission-and-vission .mission-left-area .mission-image-wrapper img {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mission-and-vission .mission-right-area {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .mission-and-vission .mission-right-area {
    padding-top: 30px;
  }
}
.mission-and-vission .mission-right-area .heading-area p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
}
.mission-and-vission .mission-right-area .list-area {
  border-bottom: 1px solid #C4C4D0;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .mission-and-vission .mission-right-area .list-area .row {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .mission-and-vission .mission-right-area .list-area .row {
    row-gap: 20px;
  }
}
.mission-and-vission .mission-right-area .list-area ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mission-and-vission .mission-right-area .list-area ul li {
  display: flex;
  align-items: center;
  flex-direction: left;
  gap: 12px;
}
.mission-and-vission .mission-right-area .list-area ul li svg {
  background: var(--zo-theme-primary);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 7px 6px;
}
.mission-and-vission .mission-right-area .doctor-info-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.mission-and-vission .mission-right-area .doctor-info-wrapper img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.mission-and-vission .mission-right-area .doctor-info-wrapper p {
  margin-top: 4px;
}

.service-archive .services-heading-area {
  max-width: 528px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.service-archive .list-area-wrapper {
  background: url("../img/pages/services/background.png") !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}

.service-details-content h4 {
  color: var(--zo-heading-secondary);
}
.service-details-content .meta-info-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px;
}
.service-details-content .meta-info-wrapper svg {
  width: 20px;
  height: 20px;
}
.service-details-content .feature-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.service-details-content .feature-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.service-details-content .content-img-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .service-details-content .content-img-area {
    flex-direction: column;
  }
}
.service-details-content .content-img-area .left-img-area {
  max-width: 307px;
  width: 100%;
  max-height: 263px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .service-details-content .content-img-area .left-img-area {
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .service-details-content .content-img-area .right-area-lists {
    width: calc(100% - 307px);
  }
}
.service-details-content .content-img-wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.service-details-content .content-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.service-details-content .global-list-item ul {
  margin: 0;
  gap: 18px;
}
.service-details-content .comment-count,
.service-details-content .date-and-author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.custom-gap {
  row-gap: 18px;
}

.service-faq-area .accordion-wrapper {
  background: var(--zo-common-background);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 18px;
}
.service-faq-area .accordion-wrapper:last-child {
  margin-bottom: 0;
}
.service-faq-area .accordion-wrapper h6 {
  max-width: calc(100% - 24px);
  color: var(--zo-heading-secondary);
}
.service-faq-area .accordion-wrapper .btn-wrapper {
  position: relative;
  cursor: pointer;
}
.service-faq-area .accordion-wrapper .btn-wrapper::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 17L14.58 11.9992L10 7' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.service-faq-area .accordion-wrapper .accordion-area {
  padding-top: 8px;
}
.service-faq-area .accordion-wrapper.active h6 {
  max-width: calc(100% - 24px);
  color: var(--zo-theme-primary);
}
.service-faq-area .accordion-wrapper.active .btn-wrapper::after {
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 17L14.58 11.9992L10 7' stroke='%23269b97' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.blog-content-area .blog-item {
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  border-radius: 12px;
  overflow: hidden;
}
.blog-content-area .blog-item img {
  width: 100%;
}
.blog-content-area .blog-item .blog-meta {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-content-area .blog-item .blog-meta .comment-date {
  position: relative;
  padding-right: 8px;
}
.blog-content-area .blog-item .blog-meta .comment-date::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #A8ACB7;
}
.blog-content-area .blog-item .blog-meta .author-name {
  color: var(--zo-theme-primary);
}
.blog-content-area .blog-item .blog-content h6 {
  font-size: 16px;
  line-height: 24px;
  color: var(--zo-heading-primary);
}
.blog-content-area .blog-item span {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
}
.blog-content-area .pagination-wrapper ul {
  justify-content: left;
}

.blog-details-content-area .blog-main-content .meta-info-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px;
}
.blog-details-content-area .blog-main-content .meta-info-wrapper svg {
  width: 20px;
  height: 20px;
}
.blog-details-content-area .blog-main-content .meta-info-wrapper span {
  vertical-align: middle;
}
.blog-details-content-area .blog-main-content .meta-info-wrapper .comment-count {
  margin-right: 12px;
}
.blog-details-content-area .blog-main-content .meta-info-wrapper .comment-count,
.blog-details-content-area .blog-main-content .meta-info-wrapper .share-count {
  display: inline-block;
}
.blog-details-content-area .blog-main-content .feature-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.blog-details-content-area .blog-main-content .feature-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.blog-details-content-area .blog-main-content blockquote {
  background: var(--zo-common-background);
  border-left: 10px solid var(--zo-theme-primary);
  border-radius: 12px;
  padding: 40px 80px 52px 40px;
}
.blog-details-content-area .blog-main-content blockquote p {
  position: relative;
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
}
.blog-details-content-area .blog-main-content blockquote p::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -12px;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.667 11.467V13.867C18.667 14.6137 18.667 14.9865 18.8123 15.2718C18.9401 15.5226 19.144 15.7271 19.3949 15.855C19.6798 16.0002 20.053 16.0002 20.7983 16.0002L25.3337 16.0003V11.4648C25.3337 10.7195 25.3337 10.3463 25.1885 10.0614C25.0606 9.81048 24.8561 9.60665 24.6053 9.47882C24.32 9.3335 23.9472 9.3335 23.2005 9.3335H20.8005C20.0537 9.3335 19.6801 9.3335 19.3949 9.47882C19.144 9.60665 18.9401 9.81048 18.8123 10.0614C18.667 10.3466 18.667 10.7202 18.667 11.467Z' fill='%23267668'/%3e%3cpath d='M6.66699 11.467V13.867C6.66699 14.6137 6.66699 14.9865 6.81232 15.2718C6.94015 15.5226 7.14397 15.7271 7.39486 15.855C7.67979 16.0002 8.05299 16.0002 8.79826 16.0002L13.3337 16.0003V11.4648C13.3337 10.7195 13.3337 10.3463 13.1885 10.0614C13.0606 9.81048 12.8561 9.60665 12.6053 9.47882C12.32 9.3335 11.9472 9.3335 11.2005 9.3335H8.80046C8.05372 9.3335 7.68007 9.3335 7.39486 9.47882C7.14397 9.60665 6.94015 9.81048 6.81232 10.0614C6.66699 10.3466 6.66699 10.7202 6.66699 11.467Z' fill='%23267668'/%3e%3cpath d='M21.3337 22.6668C23.5428 22.6668 25.3337 20.876 25.3337 18.6668V16.0003M25.3337 16.0003V11.4648C25.3337 10.7195 25.3337 10.3463 25.1885 10.0614C25.0606 9.81048 24.8561 9.60665 24.6053 9.47882C24.32 9.3335 23.9472 9.3335 23.2005 9.3335H20.8005C20.0537 9.3335 19.6801 9.3335 19.3949 9.47882C19.144 9.60665 18.9401 9.81048 18.8123 10.0614C18.667 10.3466 18.667 10.7202 18.667 11.467V13.867C18.667 14.6137 18.667 14.9865 18.8123 15.2718C18.9401 15.5226 19.144 15.7271 19.3949 15.855C19.6798 16.0002 20.053 16.0002 20.7983 16.0002L25.3337 16.0003ZM9.33366 22.6668C11.5428 22.6668 13.3337 20.876 13.3337 18.6668L13.3337 16.0003M13.3337 16.0003V11.4648C13.3337 10.7195 13.3337 10.3463 13.1885 10.0614C13.0606 9.81048 12.8561 9.60665 12.6053 9.47882C12.32 9.3335 11.9472 9.3335 11.2005 9.3335H8.80046C8.05372 9.3335 7.68007 9.3335 7.39486 9.47882C7.14397 9.60665 6.94015 9.81048 6.81232 10.0614C6.66699 10.3466 6.66699 10.7202 6.66699 11.467V13.867C6.66699 14.6137 6.66699 14.9865 6.81232 15.2718C6.94015 15.5226 7.14397 15.7271 7.39486 15.855C7.67979 16.0002 8.05299 16.0002 8.79826 16.0002L13.3337 16.0003Z' stroke='%23267668' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.blog-details-content-area .blog-main-content h4 {
  font-weight: var(--zo-fw-heading);
}
.blog-details-content-area .blog-main-content .content-img-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .blog-details-content-area .blog-main-content .content-img-area {
    flex-direction: column;
  }
}
.blog-details-content-area .blog-main-content .content-img-area .left-img-area {
  max-width: 307px;
  width: 100%;
  max-height: 263px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .blog-details-content-area .blog-main-content .content-img-area .left-img-area {
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: 100%;
  }
}
.blog-details-content-area .blog-main-content .content-img-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.blog-details-content-area .blog-main-content .content-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blog-details-content-area .blog-main-content .global-list-item ul {
  margin: 0;
  gap: 18px;
}
.blog-details-content-area .blog-content-footer .tag-area {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--zo-common-border);
  border-bottom: 1px solid var(--zo-common-border);
  padding: 12px 0;
}
.blog-details-content-area .blog-content-footer .tag-area p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-sbold);
  color: var(--zo-heading-primary);
}
.blog-details-content-area .blog-content-footer .tag-area ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-details-content-area .blog-content-footer .tag-area ul li {
  background: var(--zo-common-background);
  border-radius: 8px;
  padding: 10px 14px;
  transition: all 0.3s ease-in-out;
}
.blog-details-content-area .blog-content-footer .tag-area ul li a {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  font-weight: var(--zo-fw-sbold);
  transition: all 0.3s ease-in-out;
}
.blog-details-content-area .blog-content-footer .tag-area ul li:hover {
  background: var(--zo-theme-primary);
}
.blog-details-content-area .blog-content-footer .tag-area ul li:hover a {
  color: var(--zo-common-white);
}
.blog-details-content-area .comment-list-wrapper .comment-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 576px) {
  .blog-details-content-area .comment-list-wrapper .comment-list {
    flex-direction: column;
  }
}
.blog-details-content-area .comment-list-wrapper .author-image-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-details-content-area .comment-list-wrapper .author-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-content-area .comment-list-wrapper .comment-content {
  max-width: calc(100% - 80px);
  width: 100%;
}
.blog-details-content-area .comment-list-wrapper .comment-content .author-wrapper p {
  display: inline-block;
}
.blog-details-content-area .comment-list-wrapper .comment-content .author-wrapper .author-name {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  font-weight: var(--zo-fw-sbold);
  color: var(--zo-heading-primary);
  margin-right: 12px;
}
.blog-details-content-area .comment-list-wrapper .comment-content .text-wrapper {
  padding: 8px 0 24px 0;
}
.blog-details-content-area .comment-list-wrapper .comment-content .button-wrapper {
  text-align: end;
  padding-top: 10px;
}
.blog-details-content-area .comment-list-wrapper .comment-content .button-wrapper .reply-btn {
  border: 1px solid var(--zo-text-body);
  padding: 12px 24px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.blog-details-content-area .comment-list-wrapper .comment-content .button-wrapper .reply-btn span {
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-weight: var(--zo-fw-sbold);
  color: var(--zo-text-body);
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}
.blog-details-content-area .comment-list-wrapper .comment-content .button-wrapper .reply-btn svg {
  width: 24px;
  height: 24px;
}
.blog-details-content-area .comment-list-wrapper .comment-content .button-wrapper .reply-btn svg path {
  fill: var(--zo-text-body);
  transition: all 0.3s ease-in-out;
}
.blog-details-content-area .comment-list-wrapper .comment-content .button-wrapper .reply-btn:hover {
  background: var(--zo-theme-primary);
  border: 1px solid var(--zo-theme-primary);
}
.blog-details-content-area .comment-list-wrapper .comment-content .button-wrapper .reply-btn:hover span {
  color: var(--zo-common-white);
}
.blog-details-content-area .comment-list-wrapper .comment-content .button-wrapper .reply-btn:hover svg path {
  fill: var(--zo-common-white);
}
@media (max-width: 576px) {
  .blog-details-content-area .comment-list-wrapper .comment-content {
    max-width: unset;
    width: unset;
  }
}
.blog-details-content-area .comment-list-wrapper .comment-reply-item {
  padding-left: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .blog-details-content-area .comment-list-wrapper .comment-reply-item {
    padding-left: 80px;
  }
}

.blog-comment-area .form-container,
.contact-form-area .form-container {
  background: var(--zo-common-white);
  border-radius: 8px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
}
.blog-comment-area .form-control,
.contact-form-area .form-control {
  background: var(--zo-common-background);
  border: 1px solid var(--zo-common-border);
  border-radius: 8px;
  padding: 14px 24px;
}
.blog-comment-area input,
.contact-form-area input {
  height: 48px;
}
.blog-comment-area textarea,
.contact-form-area textarea {
  height: 200px;
}
.blog-comment-area .form-control:focus,
.contact-form-area .form-control:focus {
  border: 1px solid var(--zo-theme-primary);
  box-shadow: 0 0 0 0.2rem rgba(38, 118, 104, 0.25);
}
.blog-comment-area .form-control::placeholder,
.contact-form-area .form-control::placeholder {
  font-size: var(--zo-fz-body-2);
  line-height: var(--zo-lh-body-2);
  color: var(--zo-text-body);
}
.blog-comment-area .primary-btn,
.contact-form-area .primary-btn {
  padding: 12px 24px;
}

.contact-info-area .contact-info-card {
  background: rgba(188, 213, 208, 0.4);
  border-radius: 8px;
  text-align: center;
}
.contact-info-area .contact-info-card .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--zo-theme-primary);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto;
}
.contact-info-area .contact-info-card .icon-wrapper svg {
  width: 32px;
  height: 32px;
}
.contact-info-area .contact-info-card p {
  padding: 0 15px;
}
.contact-info-area .contact-info-card h5 {
  font-size: 20px;
}
.contact-info-area .contact-info-card h5 a {
  color: var(--zo-theme-primary);
}

.contact-form-area .map-area .map-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.contact-form-area .map-area .map-wrapper iframe {
  height: 100%;
  min-height: 514px;
  width: 100%;
}
.contact-form-area .map-area .map-wrapper .map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form-area .contact-form-area .form-container input {
  height: 44px;
}
.contact-form-area .contact-form-area .form-message {
  margin-top: 10px;
  color: red;
}
.contact-form-area .clients-list-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  box-shadow: 0px 10px 50px 0px rgba(190, 189, 203, 0.2509803922);
  background: var(--zo-common-white);
  border-left: 9.5px solid var(--zo-theme-primary);
  border-radius: 8px;
}
.contact-form-area .clients-list-wrapper .clients-image {
  display: flex;
  flex-direction: row;
}
.contact-form-area .clients-list-wrapper .clients-image img {
  display: inline-block;
  background: #D9D9D9;
  border: 1px solid var(--zo-common-white);
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: -10px;
}
.contact-form-area .clients-list-wrapper .clients-count h6 {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
}/*# sourceMappingURL=main.css.map */