/* default */
@charset "utf-8";
:root {
--primaryfont:'Inter', sans-serif;
--secondaryfont:'Roboto', sans-serif;
--tertiaryfont:'Arial', 'Helvetica', sans-serif;
--primarycolor:#008181;
--secondarycolor:#faa846;
--tertiarycolor:#e81c23;
--quaternarycolor:#999999;
--quinarycolor:#888888;
--senarycolor:#777777;
--septenarycolor:#666666;
--octonarycolor:#555555;
--nonarycolor:#444444;
--denarycolor:#333333;
--colorwhite:#fff;
--colorblack:#000;
--whitearrow:url("../images/icons/icon-move-light.png"), move;
--blackarrow:url("../images/icons/icon-move-black.png"), move;
--page-header:url("../images/pages/page-header.webp");
}
body {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", 'Helvetica', 'Helvetica Neue', Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: var(--denarycolor) !important;
  background: var(--colorwhite);
}
a {
  color: var(--primarycolor);
}
a:focus, a:hover {
  color: var(--secondarycolor);
}
a:active {
  color: var(--primarycolor);
}
.white-move .swiper-slide {
  cursor:var(--whitearrow);
}
.black-move .swiper-slide {
  cursor: var(--blackarrow);
}
.theme-color-1 {
  color:var(--primarycolor);
}
.theme-color-2 {
  color:var(--secondarycolor);
}
.theme-color-3 {
  color:var(--tertiarycolor);
}
.theme-bg-1 {
  background:var(--primarycolor);
}
.theme-bg-2 {
  background:var(--secondarycolor);
}
.theme-bg-3 {
  background:var(--tertiarycolor);
}
/* header */
header.header-light {
  background:var(--colorwhite)!important;
}
header.header-light .sticky-header {
   background-color: var(--colorwhite);
}
header.header-light nav li.nav-item .nav-link {
  padding: 0.5rem 0px;
}
header.header-light nav li.nav-item .nav-link {
  color:var(--primarycolor)!important;
}
header.header-light nav li.nav-item .nav-link:hover {
  color:var(--secondarycolor)!important;
}
header.header-light nav li.nav-item .nav-link:focus {
  color:var(--tertiarycolor)!important;
}
header.header-light nav li.nav-item .nav-link:active {
  color:var(--tertiarycolor)!important;
}
header.header-light nav li.nav-item .nav-link.active {
  color:var(--tertiarycolor)!important;
}
@media (max-width: 1199.98px) {
header.header-light .navbar-nav {
border-top:1px solid var(--light-75)!important;
}
header.header-light nav li.nav-item .nav-link {
border-bottom:1px solid var(--light-75)!important;
}
header.header-light nav li.nav-item .nav-link:hover {
background:var(--bg-light)!important;
}
header.header-light nav li.nav-item {
padding:0;
}
}
header.header-light .navbar-light .navbar-toggler {
  color:var(--primarycolor)!important;
}
header.header-light .navbar-light .navbar-toggler:hover {
  color:var(--secondarycolor)!important;
}
/* footer */
.main-content{
  position: relative;
}
footer.footer {
  background:var(--primarycolor);
  color: var(--colorwhite);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  padding: 100px 0px 100px 0px;
  position: relative;
  z-index: 50;
  width: 100%;
  bottom: 0;
  left: 0;
}
.backtotop {
  color: var(--colorwhite);
  cursor: pointer;
}
.backtotop:hover {
  color: var(--colorwhite);
}
/* pages */
.top-banner {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 575.98px) {
.top-banner {
 position: relative;
 padding: 100px 0px;
}
}
.top-banner .content {
  position: relative;
  z-index: 99;
}
.top-banner::before {
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, .20)
}
.top-banner.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
}
.page-header {
  background: var(--page-header);
}
.picture-hover-zoom {
  height:auto;
  overflow: hidden;
}
.picture-hover-zoom img {
 transition: transform .5s, filter 1.5s ease-in-out;
}
.picture-hover-zoom:hover img {
  transform: scale(1.1);
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left;
}
.brand-button, a.brand-button {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border:1px solid var(--primarycolor);
 border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 10px 14px;
  position: relative;
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.brand-button:hover, a.brand-button:hover, .brand-button:focus, a.brand-button:focus {
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  border:1px solid var(--secondarycolor);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.brand-button:active, a.brand-button:active {
  color: var(--colorwhite);
  background-color: var(--tertiarycolor);
  border:1px solid var(--tertiarycolor);
}
.white-button, a.white-button {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border:1px solid var(--primarycolor);
 border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 10px 14px;
  position: relative;
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.white-button:hover, a.white-button:hover, .white-button:focus, a.white-button:focus {
  color: var(--secondarycolor);
  background-color: var(--colorwhite);
  border:1px solid var(--secondarycolor);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.white-button:active, a.white-button:active {
  color: var(--tertiarycolor);
  background-color: var(--colorwhite);
  border:1px solid var(--tertiarycolor);
}
.mfp-close-btn-in .mfp-close {
  color: var(--colorwhite);
}
.social-media-section {
  display: none;
}
.floating-socialmedia .whatsapp {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 999;
}
@media only screen and (max-width:576px) {
.floating-socialmedia .whatsapp {
 bottom: 40px;
}
}
.home-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  background-color: var(--secondarycolor);
  transition: opacity 1s ease-in-out;
  width: 100%;
  height:100%;
  position: relative;
}
.home-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; 
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.home-hero .content {
    position: relative;
    z-index: 2;
}
.home-hero {
  background-image: url('../images/home/home-banner-desktop.webp');
}
@media (max-width: 1024px) {
 .home-hero {
  background-image: url('../images/home/home-banner-tablet.webp');
}
}
@media (max-width: 767px) {
 .home-hero {
  background-image: url('../images/home/home-banner-mobile.webp');
}
}
.find-doctor {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  background-color: var(--primarycolor);
  transition: opacity 1s ease-in-out;
  width: 100%;
  height:100%;
  position: relative;
  background-image: url('../images/pages/find-doctor.jpg');
  padding: 100px 0px;
}
.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991.98px) {
  .col-5th {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 767.98px) {
  .col-5th {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .col-5th {
    flex: 0 0 100%;
    max-width: 100%;
  }
}