/* Colors */
/* Fonts */
/* Functions */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
body.modal-opened {
  overflow: hidden !important;
  width: 100%;
}
main {
  overflow-x: clip;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 120px 0 50px;
  width: 80%;
  max-width:500px;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 400px;
  overflow-y: auto;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
	height:48px;
  padding: 4px 12px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: gray;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #999;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a svg {
  filter: invert(1);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu {
  margin-bottom: 35px;
}
#side-menu .content ul.social-menu li {
  margin-right: 16px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-menu .content ul.social-menu li a svg {
  color: #0C2B47;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0C2B47;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #09686B;
  /* Old browsers */
  background: -moz-linear-gradient(top, #09686B 0%, #064547 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #09686B 0%, #064547 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #09686B 0%, #064547 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x svg {
  color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
.gen-col-mb {
  margin-bottom: 20px;
}
a.mobile-hamburger-menu {
  display: flex;
  z-index: 999999;
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #fff;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #09686B;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #09686B;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.video-box {
  display: block;
  overflow: hidden;
}
.video-box .video-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box .play-icon {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.2);
}
header .h-area {
  background-color: #0C2B47;
  padding: 20px 5vw;
	gap:20px;
}
header .h-area .top-logo {
  display: block;
}
header .h-area .top-logo img {
  width: 240px;
  height: auto;
}
header .h-area .header-wp {
  width: max-content;
  display: block;
}
header .h-area .header-wp svg {
  width: 40px;
  height: 40px;
}
header .h-area .h-right {
  gap:20px;
}
header .h-area .web-lang {
  cursor: pointer;
  z-index: 999;
}
header .h-area .web-lang > li {
  background-color: #0C2B47;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
header .h-area .web-lang > li .current-lang {
  display: flex;
  align-items: center;
}
header .h-area .web-lang > li .current-lang img {
  width: 35px;
  margin-right: 5px;
}
header .h-area .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-area .web-lang li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #09686B;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-area .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .h-area .web-lang li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #09686B transparent;
}
header .h-area .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #09686B;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
header .h-area .web-lang li ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .h-area .web-lang li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .h-area .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  font-size: 14px;
  color: #09686B;
  margin: 0;
  padding: 10px 10px 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .h-area .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
header .h-area .top-menu {
  display: flex;
  position: relative;
	
}
header .h-area .top-menu > li > a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 12px 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-area .top-menu > li:hover > a {
  background-color: #fff;
  color: #0C2B47;
}
header .h-area .top-menu li {
  position: relative;
}
header .h-area .top-menu li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-area .top-menu li.mega-menu {
  position:unset;
}
header .h-area .top-menu li.mega-menu ul.sub-menu {
  width: 100%;
	display:flex;
	flex-wrap:wrap;
}
header .h-area .top-menu li.mega-menu ul.sub-menu li {
  width: 33.33%;
}
header .h-area .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 120%;
  left: 0;
  margin-top: -1px;
  background-color: #fff;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 160px;
}
header .h-area .top-menu li ul.sub-menu li {
  padding: 0 2px;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-area .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .h-area .top-menu li ul.sub-menu li:after {
  display: none;
}
header .h-area .top-menu li ul.sub-menu li a {
  color: #0C2B47;
  margin: 0;
	font-size:16px;
  padding: 10px 40px 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
	height:100%;
}
header .h-area .top-menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
  margin: 0;
  transform: translateX(0);
}
header .h-area .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
footer {
  background-color: #0C2B47;
  overflow-x: clip;
}
footer .footer-top {
  padding: 120px 0;
  border-bottom: solid 1px #fff;
  --gutter-x: 30px;
  --gutter-x2: -30px;
}
footer .footer-top .footer-col {
  position: relative;
}
footer .footer-top .footer-col::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(100% - 30px);
  background-color: #fff;
  width: 2px;
  height: 75%;
  transform: translateY(-50%);
  top: 50%;
}
footer .footer-top .footer-col:first-child::after,
footer .footer-top .footer-col:last-child::after {
  display: none;
}
footer .footer-top .footer-contacts .footer-contact {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
}
footer .footer-top .footer-contacts .footer-contact svg {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  display: block;
  margin-top: -2px;
}
footer .footer-top .footer-contacts .footer-contact:hover {
  opacity: 0.5;
}
footer .footer-top .footer-logo {
  margin-bottom: 35px;
  display: block;
}
footer .footer-top .footer-logo img {
  width: 250px;
  max-width: 100%;
  height: auto;
}
footer .footer-top .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
footer .footer-top .footer-title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 5px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
footer .footer-top .footer-title::before {
  content: '';
  position: absolute;
  top: 100%;
  left: -5px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer .footer-top .footer-socials li {
  margin: 5px;
}
footer .footer-top .footer-socials li a {
  display: flex;
  padding: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0C2B47;
}
footer .footer-top .footer-socials li a svg {
  height: 25px;
  width: 25px;
}
footer .footer-top .footer-socials li a:hover {
  background-color: #09686B;
  color: #fff;
}
footer .footer-top .footer-menu {
  list-style: disc;
  color: #fff;
  margin-left: 15px;
}
footer .footer-top .footer-menu li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-menu li a:hover {
  opacity: 0.5;
}
footer .footer-bottom {
  padding: 25px 0;
}
footer .footer-bottom .copyright {
  font-size: 14px;
  color: #fff;
}

/* Post Patient Comments */

.ti-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ti-inner {
    margin-bottom: 20px;
}
.ti-name {
    font-weight: 800;
}
/* Colors */
/* Fonts */
/* Functions */
@media (max-width: 1440px) {
	header .h-area {
		padding: 20px 2vw;
		gap: 20px;
	}
	header .h-area .h-right {
		gap:12px;
	}
  header .h-area .top-logo img {
    width: 200px;
  }
  header .h-area .top-menu > li > a {
    padding: 12px;
	  font-size:14px;
  }
  
}
@media (max-width: 1200px) {
  header .h-area .top-logo img {
    width: 200px;
  }
  footer .footer-top {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
	header .h-area{
		padding:8px 20px;
	}
  header .h-area .top-logo img {
    width: 180px;
  }
  header .h-area .web-lang > li .current-lang img {
    width: 25px;
    height: 25px;
  }
  header .h-area .header-wp svg {
    width: 32px;
    height: 32px;
  }
  
  footer .footer-top {
    padding: 80px 0;
  }
  footer .footer-top .footer-logo {
    margin-bottom: 20px;
  }
  footer .footer-top .footer-logo img {
    width: 200px;
  }
  footer .footer-top .footer-col {
    margin-bottom: 30px;
  }
  footer .footer-top .footer-col::after {
    display: none;
  }
}
@media (max-width: 768px) {
	header .h-area .h-right {
		gap:8px;
	}
  header .h-area .top-logo img {
    width: 150px;
  }
  header .h-area .web-lang > li .current-lang img {
    width: 25px;
    height: 25px;
  }
  header .h-area .web-lang > li .current-lang span {
	  display:none;
  }
  header .h-area .header-wp svg {
    width: 25px;
    height: 25px;
  }
  
  footer .footer-top {
    padding: 60px 0;
  }
  footer .footer-bottom {
    padding: 20px 0 80px;
  }
  footer .footer-bottom .copyright {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
 
  footer .footer-top {
    padding: 40px 0;
  }
  footer .footer-top .footer-col:last-child {
    margin: 0;
  }
}
