html{
    overflow-x: hidden;  
      scroll-behavior: smooth;

}

body{
    margin: 0; 
    overflow-x: hidden;
    font-family: "Jost", serif !important;
    background-color: #fff;
}

/* width */
::-webkit-scrollbar {
 width:3px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px  #023856; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #023856;
 border-radius:0px;
}



a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover {
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}


/* home-page */

.header {
  position: fixed;
  z-index: 1000;
  width: 100%; 
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.active {
  background-color: white;
}

.test{
  color:red;
}



.logo{
  float:left;
  padding-top:18px;
}

.logo img{
  width: 270px;
   -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.align-rgt{
  float:right;
}

.rgt-hvr{
    float: left;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding-right:18px;
    margin-right: 18px;
    border-right:solid 1px #fff;
}

.rgt-hvr:hover{
  color:#e9b2f4;
}

.active .rgt-hvr{
  color:black
}

.active .rgt-hvr:hover{
  color:#b521d3;
}


.active .header_menu_area > ul > li > a{
  color:black !important;
}

.active .main-menu-sec{ border-top:solid 1px rgb(0 0 0 / 5%); padding-bottom: 14px; border-bottom: solid 1px rgb(0 0 0 / 6%);}


.sb-menu{
  float:left;
  padding-top:31px;
}

.rgt-bor{
  border-right:none !important;
  margin-right: 0px;
}

.sb-menu-2{
  float:left;
  padding-top:17px;
      margin-right: 14px;
}

.bookapp-hvr{
    float: left;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 14px;
    border: solid 1px #fff;
    border-radius: 50px;
    padding-left: 18px;
    padding-right: 18px;
}

.bookapp-hvr:hover{
  background-color:#83578c;
   border: solid 1px #83578c;
}

.active .bookapp-hvr{
   border: solid 1px #000;
    color: black;
}

.active .bookapp-hvr:hover{
  background-color:#83578c;
  border: solid 1px #83578c !important;
  color:white !important;
}

.active .logo img{
  -webkit-filter: initial;
    filter: initial;
}

.sb-menu-3{
  float:left;
  padding-top:28px;
}

.sb-social{
  float:left;
  padding-right:18px;
}

.sb-social img{
  width:25px;
}

.sb-social-rg{
  padding-right:0px;
}

.active .sb-social {
      filter: brightness(0.5);
}

.main-menu-sec{
  float:left;
  width:100%;
  border-top: solid 1px rgb(255 255 255 / 29%);
  margin-top: 20px;
}

.sub-50{
  float:left;
  width:50%;
}

#video-section{
  float:left;
  width:100%;
  height:100vh;
  background-color:#010e26;
  float: left;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
}

#video-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(0 0 0 / 63%);
    opacity: 0.9;
}

#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    float: left;
    width: 100%;
    margin-top: 0px;
    /* background: red; */
    height: 100vh;
    width: 100% !important;
    object-fit: cover;
    width: 100vw;
}

#vdsl{
  float:left;
  width:100%;
  position: absolute;
  z-index: 1;
}

div.wrapper {
  width: 100;
  height: 100vh;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* background: #ff4040; */
}
div.wrapper div.centerElement {
  width: 100%;
  height: 400px;
  position: relative;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* background: #6f81d6; */
}
div.wrapper div.centerElement div.intro-sld {
  position: relative;
  top: 58%;
  -webkit-transform: translateY(-50%);
  padding: 80px;
  text-align: center;
}

.intro-sld{
  float:left;
  width:100%;
  text-align:center;
}

.bnr-carousel{
  float:left;
  width:100%;
  font-size:67px;
  color:white;
  font-weight:300;
  line-height: 85px;
}

.bnr-carousel span{
  font-size:75px;
  font-weight:500;
}

#down-arrow{
  float:left;
  width:100%;
  margin-top: -60px;
  text-align: center;
}

#down-arrow img{
  width: 60px;
  position: relative;
  z-index: 11;
   animation: bounce 0.6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 10px, 0); }
}

#intro-panel{
  float:left;
  width:100%;
  padding-top:60px;
}

#intro-panel h1{
  /* float:left; */
  /* width:100%; */
  color:#000000;
  font-size:35px;
  font-weight:600;
  margin-top: 10px;
  line-height: 45px;
}

#intro-panel span{
  font-size: 17px;
  color:#83578c;
  text-decoration:underline;
  padding-bottom: 12px;
  /* float: left; */
  /* width: 100%; */
}

#intro-panel p{
  /* float:left; */
  /* width:100%; */
  font-size: 17px;
  font-weight: 400;
  color:#000000;
  line-height: 28px;
  padding-top: 6px;
}

#intro-panel img{
  float:left;
  margin-right: 25px;
  margin-top: -18px;
}


.default-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    background-color: #8e35a0;
    color: white;
    border-radius: 50px;
    padding: 15px 30px;
    position: relative;
    margin-right: 50px;
    transition: 0.6s;
}

.default-btn .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn .btn-right-i {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    background-color: #8e35a0;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn:hover .btn-left-i {
    opacity: 1;
    visibility: visible;
    background-color: #9ccb3b;
    color: black;
    left: -50px;
    opacity: 1;
}

.default-btn:hover {
    background-color: #9ccb3b;
    color: #000000;
    margin-left: 50px;
    margin-right: 0;
}

.default-btn:hover .btn-right-i {
    background-color: #f0da69;
    color: #f0da69;
    opacity: 0;
    right: 0;
}

.ar-img{
    margin-top: 12px !important;
    width: 25px !important;
    margin-right: 0px !important;
    float: left !important;
    margin-left: 11px !important;
}

#intro-department{
  float:left;
  width:100%;
  padding-top:70px;
}

.owl-department{
  float:left;
  width:100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hvr-dpr{
  float:left;
  width:100%;
  background: #cef7e5 url(../images/d1.webp);
  padding:23px;
  border-radius:8px;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  background-repeat: no-repeat;
  background-position-x: right;
}

.hvr-dpr h3{
  float:left;
  width:100%;
  color:#08653c;
  font-size:20px;
  font-weight:600;
  padding-top: 37px;
}

.hvr-dpr p{
  float:left;
  width:100%;
  font-size:17px;
  color:#000000;
  line-height: 24px;
  padding-top: 4px;
}

#intro-department h2{
  float:left;
  width:100%;
  color:#000000;
  font-size:35px;
  font-weight:600;
  margin-bottom: 35px;
  line-height: 45px;
}

#intro-department span{
  font-size: 17px;
  color: #9ccb3b;
  text-decoration:underline;
  padding-bottom: 12px;
  float: left;
  width: 100%;
  text-transform: uppercase;
}

.dpr-icon{
  float:left;
  width:100%;
  margin-top: 8px;
  margin-bottom: 10px;
}

.dpr-icon img{
  width: 95px;
  float: right;
}

.bg-hvr{
  background-color:white;
  width:50px;
  height:50px;
  border-radius:50px;
  float: left;
  margin-top: -67px;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  text-align:center;
}

.hvr-dpr:hover .bg-hvr{
  background-color:#08653c !important;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
} 

.bg-hvr img{
    width: 22px;
    display: inline !important;
    margin-top: 13px;
    position: relative;
    left: -2px;
}

.hvr-dpr:hover .dpr-icon img{
  filter: hue-rotate(90deg);
}


.hvr-dpr-2{
  float:left;
  width:100%;
  background: #fbeeae url(../images/d2.webp);
  padding:23px;
  border-radius:8px;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  background-repeat: no-repeat;
  background-position-x: right;
}

.hvr-dpr-2 h3{
  float:left;
  width:100%;
  color:#6f5c00;
  font-size:20px;
  font-weight:600;
  padding-top: 37px;
}

.hvr-dpr-2 p{
  float:left;
  width:100%;
  font-size:17px;
  color:#000000;
  line-height: 24px;
  padding-top: 4px;
}


.bg-hvr-2{
  background-color:white;
  width:50px;
  height:50px;
  border-radius:50px;
  float: left;
  margin-top: -67px;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  text-align:center;
}

.hvr-dpr-2:hover .bg-hvr-2{
  background-color:#6f5c00 !important;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
} 

.bg-hvr-2 img{
    width: 22px;
    display: inline !important;
    margin-top: 13px;
    position: relative;
    left: -2px;
}

.hvr-dpr-2:hover .dpr-icon img{
  filter: hue-rotate(90deg);
}



.hvr-dpr-3{
  float:left;
  width:100%;
  background: #f8dbe9 url(../images/d3.webp);
  padding:23px;
  border-radius:8px;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  background-repeat: no-repeat;
  background-position-x: right;
}

.hvr-dpr-3 h3{
  float:left;
  width:100%;
  color:#cc186f;
  font-size:20px;
  font-weight:600;
  padding-top: 37px;
}

.hvr-dpr-3 p{
  float:left;
  width:100%;
  font-size:17px;
  color:#000000;
  line-height: 24px;
  padding-top: 4px;
}


.bg-hvr-3{
  background-color:white;
  width:50px;
  height:50px;
  border-radius:50px;
  float: left;
  margin-top: -67px;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  text-align:center;
}

.hvr-dpr-3:hover .bg-hvr-3{
  background-color:#cc186f !important;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
} 

.bg-hvr-3 img{
    width: 22px;
    display: inline !important;
    margin-top: 13px;
    position: relative;
    left: -2px;
}

.hvr-dpr-3:hover .dpr-icon img{
  filter: hue-rotate(90deg);
}




.hvr-dpr-4{
  float:left;
  width:100%;
  background: #dceafd url(../images/d4.webp);
  padding:23px;
  border-radius:8px;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  background-repeat: no-repeat;
  background-position-x: right;
}

.hvr-dpr-4 h3{
  float:left;
  width:100%;
  color:#0a4089;
  font-size:20px;
  font-weight:600;
  padding-top: 37px;
}

.hvr-dpr-4 p{
  float:left;
  width:100%;
  font-size:17px;
  color:#000000;
  line-height: 24px;
  padding-top: 4px;
}


.bg-hvr-4{
  background-color:white;
  width:50px;
  height:50px;
  border-radius:50px;
  float: left;
  margin-top: -67px;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  text-align:center;
}

.hvr-dpr-4:hover .bg-hvr-4{
  background-color:#0a4089 !important;
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
} 

.bg-hvr-4 img{
    width: 22px;
    display: inline !important;
    margin-top: 13px;
    position: relative;
    left: -2px;
}

.hvr-dpr-4:hover .dpr-icon img{
  filter: hue-rotate(90deg);
}

.btn-cntrs{
  float:left;
  width:100%;
  text-align:center;
}


.services-bottom-btn {
    text-align: center;
    margin-top: 15px;
    float: left;
    width: 100%;
}

#health-services{
  float:left;
  width:100%;
  padding-top:45px;
}

.better-health{
  float:left;
  width:100%;
  background:#652672;
  border-radius:10px;
  padding-left:55px;
  padding-right:55px;
  padding-top:25px;
}

.health-logo{
  float:left;
  width:100%;
  padding-top:15px;
}

.health-logo img{
  width: 350px;
}

.find-dtcr{
  float:left;
  width:100%;
  padding-top: 50px;
}

.find-dtcr{
  float:left;
  width:100%;
}

.find-dtcr span{
  color:#fbeeae;
  font-size:17px;
}

.find-dtcr img{
  float: left;
  margin-right: 18px;
  margin-top: 4px;
}

.find-dtcr p {
  color:#f9deff;
  font-size:15px;
  font-weight:normal;
  line-height: 20px;
  padding-top: 3px;
}

.loren-text{
  float:left;
  width:100%;
  font-size: 17px;
  color:#ffffff;
  padding-right: 27px;
  padding-top: 40px;
}

.insurance{
  float:left;
  width:100%;
}

.insurance h2{
  float:left;
  width:100%;
  color:#fbe9ff;
  font-weight:normal;
  font-size:29px;
  line-height:36px;
  padding-top:50px;
  padding-bottom:25px;
}

.ins-logo-1{
  float:left;
  width:100%;
  margin-bottom:25px;
}

#srf{
  float:left;
  width:100%;
  padding-top:55px;
  padding-bottom:35px;
}

#srf span {
    font-size: 17px;
    color: #83578c;
    text-decoration: underline;
    padding-bottom: 12px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

#srf h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 45px;
}

.sf-list{
  float:left;
  width:100%;

}

.sf-hvr{
  border-radius:10px;
  width: 100%;
}


.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-top: 180px;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #b5fc21;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  /* background: #111111; */
  margin: 0px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align: left;
  text-decoration: underline;
  padding-left: 20px;
}
.ih-item.square.effect6 .info p {
  /* font-style: italic; */
  font-size: 17px;
  position: relative;
  color: #fff;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
  text-align: left;
  line-height: 23px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square {
    position: relative;
    /* width: 316px; */
    /* height: 216px; */
    /* border: 8px solid #fff; */
    /* box-shadow: 1px 1px 3px rgb(0 0 0 / 30%); */
    border-radius: 10px;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.srf-title{
    float: left;
    color: #fdfdfd;
    border-radius: 50px;
    position: absolute;
    z-index: 11;
    /* top: 10px; */
    bottom: 35px;
    border: solid 2px #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 11px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 20px;
}

.ih-item.square.effect6 a:hover .srf-title{
  background:#b5fc21 !important;
  color:black;
  border: solid 2px #b5fc21;
  text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

#ict{
  float:left;
  width:100%;
  padding-top:50px;
  padding-bottom: 60px;
}

.imd-care{
  float:left;
  width:100%;
  border-radius:10px;
  padding:30px;
  background: rgb(128,174,33);
  background: linear-gradient(55deg, rgba(128,174,33,1) 0%, rgba(98,157,21,1) 100%);
  padding-bottom:0px;
  padding-right:0px;
}

.imd-care h2{
  float:left;
  width:100%;
  font-size:30px;
  color:white;
  font-weight:300;
}

.imd-care p{
  float:left;
  width:100%;
  font-size:16px;
  color:white;
  margin-bottom: 5px;
}

.imd-tel{
  float:left;
  width:100%;
  padding-top:20px;
  padding-bottom: 10px;
}

.imd-tel img{
  border-radius:10px;
}

.tel-hvr{
  color:white;
  font-size:20px;
  font-weight:500;
  padding-left: 15px;
}

.tel-hvr:hover{
  color:#b7ff40;
}

.pb30{
  padding-bottom:30px;
}

.tel-ict{
    float: right;
    /* position: relative; */
    margin-top: -209px;
    border-bottom-right-radius: 10px;
}

.imd-hours{
  float:left;
  width:100%;
  padding-top:20px;
  padding-bottom: 10px;
  font-size:20px;
  color:white;
}

.imd-hours img{
  border-radius: 10px;
  margin-right:20px;
  float: left;
}

#dtcr{
  float:left;
  width:100%;
}

#dtcr span {
    font-size: 17px;
    color: #9ccb3b;
    text-decoration: underline;
    padding-bottom: 12px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

#dtcr h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 45px;
}

.owl-team{
  float:left;
  width:100%;
}

.dtcr-item{
  float:left;
  width:100%;
  border-radius:10px;
}

.dtcr-item img{
  border-radius:10px;
}

.dtcr-item h3{
  float:left;
  width:100%;
  color:#000000;
  font-size:20px;
  font-weight:500;
  padding-top:25px;
}

.dtcr-item h4{
  float:left;
  width:100%;
  color:#638d0c;
  font-size:16px;
  font-weight:400;
}

.dtcr-item h5{
  float:left;
  width:100%;
  color:#652672;
  font-size:15px;
  padding-bottom: 15px;
  font-weight:400;
}

.dtcr-item:hover{
  background-color:#83578c;
  padding:7px;
  color:white;
}

.dtcr-item:hover h3{
   color:white; padding-left:8px;
}

.dtcr-item:hover h4{
   color:white; padding-left:8px;
}

.dtcr-item:hover h5{
   color:white; padding-left:8px;
}


.dtcr-item img{
  width:100%;
}

#why-choose{
  float:left;
  width:100%;
  padding-top:45px;
  padding-bottom:25px;
}

#why-choose span{
  font-size: 17px;
    color: #83578c;
    text-decoration: underline;
    padding-bottom: 12px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

#why-choose h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 45px;
}

.why-items{
  float:left;
  width:50%;
  margin-bottom: 35px;
}

.why-items h3{
  float:left;
  width:100%;
  color:#55d89e;
  font-size:35px;
  font-weight:600;
}

.why-items h4{
  float:left;
  width:100%;
  color:#1fba75;
  font-size:22px;
  text-transform:uppercase;
  font-weight:600;
}

.why-items p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    padding-top: 4px;
    padding-right: 45px;
}

.aj-gry{
  float:left;
  width:100%;
}


.happy-sec{
  float:left;
  width:100%;
  margin-top: 35px;
}

.happy-sec img{
  width:60px;
  margin-right:25px;
  float:left;
}

.happy-sec strong {
  font-size:40px;
  color:black;
  font-weight:600;
  position: relative;
  top: -10px;
}

.happy-sec span{
    font-size: 20px !important;
    font-weight: normal;
    color: black !important;
    text-transform: none !important;
    text-decoration: none !important;
    width: auto !important;
    float: none !important;
    margin-left: 88px;
    position: relative;
    top: -19px;
}

#premier-section{
  float:left;
  width:100%;
  padding-top:45px;
  padding-bottom:4px;
  background: rgb(255,255,255);
  background: linear-gradient(359deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
}

#premier-section span {
    font-size: 17px;
    color: #9ccb3b;
    text-decoration: underline;
    padding-bottom: 12px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

#premier-section h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 45px;
}

.owl-premium{
  float:left;
  width:100%;
}

.pre-sec{
  float:left;
  width:100%;
}

.pre-sec h3{
  float:left;
  width:100%;
  color:black;
  font-size:23px;
  font-weight:500;
}

.pre-sec h4{
   float:left;
   width:100%;
   font-size: 18px;
   color:#652672;
   font-weight:normal;
   margin-bottom: 0px;
}

.pre-sec p{
  float:left;
  width:100%;
  font-size:17px;
  color:#000000;
  line-height: 26px;
  padding-top: 12px;
}

.pre-sec img{
  border-radius:10px;
  margin-bottom: 20px;
  width:100%;
}

#footer{
  float:left;
  width:100%;
  background-color:#000000;
  padding-top:40px;
}

.emr-section{
  float:left;
  width:100%;
  border-bottom:solid 1px #1a1a1a;
  padding-bottom: 20px;
}

.emr-section h2{
  float:left;
  width:100%;
  color:#ffffff;
  font-size:18px;
  font-weight:500;
  padding-bottom: 9px;
}

.emr-section p{
  float:left;
  width:100%;
  color:#d0d0d0;
  font-size:20px;
  font-weight:300;
}

.ftr-links{
  float:left;
  width:100%;
  padding-top: 35px;
  border-bottom: solid 1px #1a1a1a;
}

.ftr-links h3{
  color:white;
  float:left;
  width:100%;
  font-size:18px;
  font-weight:500;
  padding-bottom: 9px;
  padding-top: 10px;
}

.nav-ftr{
  float:left;
  width:100%;
  color: rgb(255 255 255 / 59%);
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 7px;
}

.nav-ftr:hover{
  color:white;
  text-decoration:none;
}

.ftr-50{
  float:left;
  width:50%;
}

.ho-txt{
   float:left;
   width:100%;
   color: rgb(255 255 255 / 59%);
   font-size: 15px;
   font-weight: 400;
   padding-left: 91px;
   line-height: 27px;
   position: relative;
   top: -16px;
}

.uae-flg{
    border-radius: 6px;
    margin-right: 15px;
}

.ftr-map iframe{
  border-radius:10px;
}

.app-social{
  float:left;
  width:100%;
}

.online-txt{
    float:left;
   width:50%;
   color: rgb(255 255 255 / 59%);
   font-size: 15px;
   font-weight: 400;
  line-height: 25px;
}

.online-ftr-btn{
    width: 50%;
    float:left;
    margin-top: 0px;
    text-align: left;
}

.psh-lft{
  float:left;
}

.follow-us{
    color: white;
    float: left;
    width: 100%;
    padding-bottom: 9px;
    padding-top: 55px;
}

.follow-us span{
   font-size: 18px;
   font-weight: 500;
   padding-right: 10px;
   position: relative;
  top: 3px;
}

.st-nav{
  float: revert;
  margin-right:5px;
}

.st-nav img{
  width: 25px;
}

.mr15{
  margin-right: 15px;
}

.mr11{
  margin-right: 11px;
}

.ftr-branches{
  float:left;
  width:100%;
  padding-top:35px;
  padding-bottom:25px;
}


.ftr-branches h4{
  float:left;
  /* width: 100%; */
  color:white;
  font-size: 18px;
  font-weight: 500;
  padding-right: 10px;
}

.branche-nav{
  float:left;
  color:#c0baba;
  font-size:15px;
}

.branche-nav:hover{
  color:white;
}

.branche-nav span{
  padding-right:5px;
}

.copy-rights{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    font-size: 15px;
    text-align: center;
}

.tnm{
  color: white;
}

.pl80{
  padding-left:80px;
}

.owl-premium .owl-next img {width: 40px;}
.owl-premium .owl-prev img {width: 40px;}
.owl-premium .owl-prev {transform: rotate(180deg);float:left; position:relative; left:-75px; top:-295px; float:left;}
.owl-premium .owl-next{ float:right; position:relative; right:-75px; top:-295px;}

.owl-team .owl-next img {width: 40px;}
.owl-team .owl-prev img {width: 40px;}
.owl-team .owl-prev {transform: rotate(180deg);float:left; position:relative; left:-75px; top:-280px; float:left;}
.owl-team .owl-next{ float:right; position:relative; right:-75px; top:-280px;}

.owl-department .owl-next img {width: 40px;}
.owl-department .owl-prev img {width: 40px;}
.owl-department .owl-prev {transform: rotate(180deg);float:left; position:relative; left:-75px; top:-180px; float:left;}
.owl-department .owl-next{ float:right; position:relative; right:-75px; top:-180px;}




/* About-page */

#page-banner{
    background-color:#5b5d54;
    float: left;
    width: 100%;
    position: absolute;
    padding-top: 145px;

}

#breadcrumb-items{
    float: left;
    width: 100%;
    padding-top: 170px;
    padding-bottom: 20px;
}

.crumb-hvr{
  float:left;
  font-size:15px;
  color:black;
  font-weight:normal;
}

.crumb-hvr span{
  padding-left:6px;
  padding-right:7px;
}

.crumb-active{
  float:left;
  font-size:15px;
  color:black;
  font-weight:500;
}

#about-banner{
  float:left;
  width:100%;
  height:100%;
}

.abt-sld{
  float:left;
  width:100%;
  height:250px;
  background:black;
  border-radius:10px;
  margin-bottom:40px;
  background: #dceafd url(../images/about.webp);
}

.abt-sld h2{
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: white;
    padding-top:100px;
    padding-left: 25px;
}

#about-banner h3{
   float: left;
    width: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 45px;
}

.abt-hightlighted{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000000;
    line-height: 31px;
    padding-top: 4px;
    padding-left: 40px;
}

.about-details{
  float:left;
  width:100%;

}


.about-details p{
  float: left;
  width: 100%;
  font-size: 17px;
  color: #000000;
  line-height:28px;
  margin-bottom: 6px;
}


.abt-count{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-top: 30px;
    background: rgb(243,249,231);
    background: linear-gradient(45deg, rgba(243,249,231,1) 0%, rgba(255,255,255,1) 100%);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align:center;
}

.abt-count h4{
    float: left;
    width: 100%;
    font-size: 45px;
    text-align: center;
    color: black;
    font-weight: 600;
    margin-bottom:4px;
}

.abt-count p{
  float:left;
  width:100%;
  font-size:20px;
  text-align:center;
  color:black;
  margin-bottom: 0px;
}

.push-left{
  float:left;
}

.abt-count img{
  width:75px;
  margin-bottom: 8px;
}

.green-br{
  border-right: solid 1px rgb(0 128 0 / 9%);
}

.vmp{
  float:left;
  width:100%;
  margin-top: 45px;
  margin-bottom: 50px;
}


.vision{
  float:left;
  width:100%;
}

.vision h5{
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    color: black;
    margin-top: 8px;
    margin-bottom: 12px;
}

.vision span{
  font-size: 40px;
  color: #b26ac1;
  float:left;
  width:100%;
  font-weight: 600;
  margin-bottom: 6px;
}

.vision p{
  float: left;
  width: 100%;
  font-size: 17px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 6px;
  /* border-bottom: dashed 1px rgb(0 0 0 / 54%); */
  padding-bottom: 35px;
}

#chairman-msg{
    float: left;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: rgb(242 242 242 / 60%);
}


#chairman-msg h2 {
    width: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 45px;
}

#chairman-msg p {
    width: 100%;
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 6px;
    padding-top: 19px;
    font-weight: 300;
}

#chairman-msg img{
  float: right;
    width: 307px;
    border-radius: 15px;
    margin-left: 60px;
}

.dr-name{
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    color: black;
    padding-top: 15px;
}

.dr-name-des{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #930a87;
}


/* service-page */

.cbct-sec{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 28px;
    border-bottom: solid 1px rgb(0 0 0 / 7%);
    padding-bottom: 49px;
}

.cbct-sec h4{
  width:100%;
  font-size:25px;
  font-weight:500;
}

.cbct-sec p{
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 6px;
}

.cbct-sec img{
    border-radius: 15px;
    width: 295px;
    float: left;
    margin-right: 25px;
}


/* Insurance-page */

.insurance-section{
  float:left;
  width:100%;
  margin-top:20px;
  margin-bottom: 3px;
  padding-bottom: 49px;
}

.ins-logo{
  float: left;
    width: 100%;
    border: solid 1px rgb(0 0 0 / 17%);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin-bottom:25px;
}

.ins-logo img{
  width:195px;
  border-radius:8px;
}

.ins-logo:hover{
  border:solid 1px #b521d3;
  filter: grayscale(100%);
}


/* contact-page */

.cnt-bg1 {
  float:left;
  width:100%;
  background: rgb(206 247 229 / 48%);
  border-radius:8px;
  padding: 25px;
}

.cnt-bg1 h4{
  float:left;
  width:100%;
  color:black;
  font-size:20px;
  font-weight:bold;
}

.cnt-bg1 p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 6px;
}

.spt-bg{
      background: rgb(251 238 174 / 44%);
}

.tel-cnt {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 6px;
}

.spt-bg2{
  background:rgb(248 219 233 / 39%);
}

.cnt-bg1 img{
  width: 55px;
  margin-bottom: 18px;
}

.map-form{
  float:left;
  width:100%;
  margin-bottom: 50px;
}

.map-form form{
  float:left;
  width:100%;
  padding: 20px;
  border-radius:10px;
  border:solid 1px rgb(0 0 0 / 27%);
}

.map-form form h5{
  float:left;
  width:100%;
  font-size: 27px;
  color:black;
  font-weight: 600;
  padding-top: 10px;
}

.map-form form p{
    font-size: 17px;
    float: left;
    width: 100%;
    color: black;
    padding-bottom: 15px;
    padding-top: 3px;
}


.tlt-hlp {
    float: left;
    width: 100%;
    color: black;
    font-size: 16px;
    padding-bottom: 6px;
    font-weight: 500;
     padding-top: 10px;
}

.career-frmcnt {
    border: 1px solid rgb(0 0 0 / 31%) !important;
    color: black;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 16px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border: solid 1px rgb(255 255 255 / 32%); */
    margin-top: 3px;
    width: 100%;
    /* font-family: 'Arial' !important; */
    float: left;
    padding: 7px 10px;
    margin-top: 3px;
    border-radius: 8px;
}

.btn-cont{
  border:none;
  margin-top:25px;
  cursor: pointer;
}

.map-border{
  border-radius: 10px;
}

#branch-section{
  float:left;
  width:100%;
  background-color: rgb(242 242 242 / 60%);
  padding-top:45px;
  padding-bottom:45px;
}

#branch-section span {
    font-size: 17px;
    color: #9ccb3b;
  
   
    float: left;
    width: 100%;
    text-transform: uppercase;
}


#branch-section h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 45px;
}

.branch-bgs{
  border-radius: 10px;
  background:white;
  padding: 25px;
  float:left;
  width:100%;
  margin-bottom:25px;
  margin-top:10px;
  border-top: solid 2px #a1ce45;
  text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.branch-bgs:hover{
  border-top: solid 2px #8e35a0;
   text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.branch-bgs:hover h3{
 color: green;
}

.branch-bgs h3{
  float:left;
  width:100%;
  font-size: 21px;
  font-weight: 600;
  /* padding-top: 7px; */
  color: #8e35a0;
}

.branch-bgs p{
    font-size: 17px;
    float: left;
    width: 100%;
    color: black;
    padding-top: 3px;
    line-height: 25px;
}

.tel-cont{
  float:left;
  width:100%;
    padding-bottom:10px;
  font-size: 17px;
    color: #000000;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.tel-cont span{
    font-weight: 600;
    /* letter-spacing: 1px; */
    color: green !important;
    text-transform: none !important;
    text-decoration: none !important;
    font-size: 15px !important;
    padding-bottom: 5px !important;

}

.tel-cont:hover{
  color:green;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration:none;
}

.bg-gr{
  background:rgb(241 240 240 / 65%);
}


/* career-page */

.career-listing{
  float:left;
  width:100%;
  margin-top:25px;
  margin-bottom:25px;
}

.career-lst{
  float:left;
  width:100%;
  border-radius:10px;
  border:solid 1px rgb(0 0 0 / 27%); 
  padding:20px;
  margin-bottom:30px;
}

.career-lst h2{
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 8px;
}

.qualification{
  float:left;
  width:100%;
  margin-top: 10px;
}

.qualification span{
    float: left;
    background: rgb(185 99 203 / 14%);
    color: black;
    border-radius: 50px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
}


.qualification p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 6px;
    margin-top: 13px;
}

.cr-desc{
    float: left;
    width: 100%;
    border-top: solid 1px rgb(0 0 0 / 27%);
    margin-top: 11px;
}

.cr-desc p{
  float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    padding-bottom: 19px;
    line-height: 24px;
    margin-bottom:13px;
    margin-top: 13px;
     border-bottom: solid 1px rgb(0 0 0 / 27%);
}


.experience{
  float:left;
  width:100%;
  margin-top: 10px;
}

.experience span{
    float: left;
    background: rgb(135 203 99 / 14%);
    color: black;
    border-radius: 50px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    font-weight: 500;
}


.experience p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 4px;
    margin-top: 13px;
    padding-left: 33px;
}

.experience p:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/check.png) no-repeat center center;
    background-size: 22px 22px;
    left: 33px;
    margin-top: 3px;
}


.career-forms{
  float:left;
  width:100%;
  position: relative;

}

.career-forms form{
  float:left;
  width:100%;
}

.frm-edit{
  border:1px solid rgb(0 0 0 / 27%) !important;
  background: #f7f7f7;
}


/* our-team-page */

.team-lst{
   float: left !important;
    width: 100%;
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding-top: 15px !important;
    line-height: normal !important;
    margin-bottom: 4px !important;
}

.dtcr-item:hover .team-lst{
  color:white !important;
}

.team-margin{
  margin-bottom:25px;
}

.work-env{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 8px;
}

.workenv-desc{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    padding-bottom: 15px;
    line-height: 24px;
    margin-bottom: 11px;
    margin-top:6px;
}

.workenv-imgs{
  float:left;
  width:100%;
}

.workenv-imgs img{
  width:75px;
  margin-bottom:8px;
}


/* Book an Appointment */

.booking-frm{
  float:left;
  width:100%;
}

.bkfrm-bg{
  background:white !important;
}

.bkfrm-bg{
    border: 1px solid rgb(0 0 0 / 27%) !important;
    color: black;
    display: block;
    padding-left: 15px ;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom:25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border: solid 1px rgb(255 255 255 / 32%); */
    margin-top: 3px;
    width: 100%;
    /* font-family: 'Arial' !important; */
    float: left;
    padding: 7px 10px;
    margin-top: 3px;
    border-radius: 8px;
}


.content {
    /* margin: 15px 100px auto; */
    /* padding: 0 10px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: center;
    flex-direction: column;
}

.content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #888;
  line-height: 2.5em;
  word-spacing: -0.2em;
  text-transform: uppercase;
  text-align: left;
}
.content h1 > span {
   color: #FFC10E;
}
.content h2 {
  font-size: 22px;
  font-weight: 500;
  color: #040444;
  line-height: 2em;
  text-align: left;
}

.content p {
  font-size: 15px;
  font-weight: 500;
  color: #777;
  text-align: left;
  padding-top: 15px;
}
.content a {
  text-decoration: none;
  color: #FFC41C;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  font-size: 15px; 
}


.ding {
  width: 100%;
  padding-bottom:0px;
  flex-flow:
}
.ding h2 {
  font-size: 16px;
  font-weight: 500;
  color:#ffffff;
  margin-bottom: 3px;
} 

.ss-main .ss-single-selected {
    width: 50%;
    height: 50px;
    padding: 10px;
}
.ss-main .ss-content {
  width: 50%;
}
.ss-main .ss-multi-selected {
    width: 80%;
    padding: 10px;
}

  @media (max-width:950px) {
  .content {
    /* margin: 15px 10px auto; */
    /* padding: 0 10px; */
    /* width: 500px; */
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: center;
    flex-direction: column;
  }
}

.redtag{
  padding-top:15px;
    color: #e10808;
}

.redtag span{
  color:black;
}

 .submit-btn {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #8e35a0;
    color: white;
    border-radius: 50px;
    padding: 20px 0;
    position: relative;
    margin-right: 50px;
    transition: 0.6s;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    height: 64px;
    margin-bottom: 25px;
    width: 300px;
}


.submit-btn:hover{
  background-color: #9ccb3b;
  color:black;
}


/* Package & Promotions */

.package-promotions{
  float:left;
  width:100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.packages-lists{
  float:left;
  width:100%;
  margin-bottom:35px;
}

.packages-lists h2{
  font-size:22px;
  color:#000000;
  font-weight:500;
  float:left;
  width:100%;
  line-height: 28px;
}

.packages-lists p{
   float: left;
    width: 100%;
    font-size: 17px;
    color: black;
    padding-top: 2px;
    line-height: 24px;
    margin-bottom: 7px;
}

.packages-lists h3 {
  float:left !important;
  width:100% !important;
  font-size:30px !important;
  color:#2b3e04 !important;
  font-weight:600 !important;
  padding-top: 7px !important;
  margin-bottom: 24px !important;
}

.packages-lists h3 span{
    float: left;
    color: #2b3e04;
    font-size: 16px;
    border-right: solid 1px #d3dac5;
    padding-right: 25px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 25px;
    position: relative;
    top: 4px;
}

.package-imgs{
  float:left;
  width:100%;
  margin-bottom:20px;
}

.package-imgs img{
  float:left;
  width:100%;
  float:left;
  border-radius:10px;
}

.promotion-head{
  float:left;
  width:100%;
}

.promotion-head h2{
  float: left;
    width: 100%;
    font-size: 24px;
    color: black;
    font-weight: 500;
}

.promotion-head p{
  float:left;
  width:100%;
  font-size:16px;
  color:black;
  line-height:27px;
}

.promotion-head h3{
  float: left;
    width: 100%;
    font-size: 16px;
    color: black;
    font-weight:normal;
    padding-bottom:10px;
}

.promotion-head h3 span{
  font-weight:600;
  color:#8e35a0;
}

.promotion-lft{
  width: auto !important;
  padding-right: 17px;
}

.promotion-head h4{
    float: left;
    width: 100%;
    font-size: 27px;
    color: black;
    font-weight: 500;
    padding-bottom: 10px;
    color:#044a01;
}

.promotion-head h4 span{
  font-weight: normal;
  font-size: 16px;
  color:black;
}



.submit-btn-package{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #8e35a0;
  color: white;
  border-radius: 50px;
  padding: 15px 50px;
  position: relative;
  margin-right: 50px;
  transition: 0.6s;
  border:none;
  cursor:pointer;

}

.submit-btn-package:hover{
  background-color: #9ccb3b;
  color:black;
}

.close-md img{
  width:25px;
  cursor:pointer;

}

.close-md {
  float:right;
  background: white;
    border: none;
    padding: 0px;
}

.modal-tds{
  display:inline;
  padding-bottom: 0px;
  padding-top: 10px;
}

.mwd{
  width:210px !important;
}

.mt15{
  margin-top:15px;
}


/* events */

.events-details{
  float:left;
  width:100%;
  margin-bottom: 30px;
}

.events-details img{
  width:100%; float:left;
  border-radius:10px;
  margin-bottom:25px;
}

.events-details p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 6px;
}

.event-gallery{
  float:left;
  width:100%;
}

.event-gallery h2{
    float: left;
    width: 100%;
    color: #9415ae;
    font-size: 25px;
    font-weight: 600;
    margin-bottom:18px;
    line-height: 45px;
    border-top: solid 1px rgb(0 0 0 / 12%);
    margin-top: 20px;
    padding-top: 14px;
}

.galley-list{
  float:left;
  width:100%;
}

.related-list{
  float:left;
  width:100%;
  border-radius:10px;
  border:solid 1px rgb(0 0 0 / 29%);
  padding:20px;
  padding-bottom: 0px; 
}

.related-list h4{
      float: left;
    width: 100%;
    color: #ffffff;
    padding-bottom: 15px;
    background: #648d0f;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 11px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.list-related{
  float:left;
  width:100%;
  height: 100%;
    padding-bottom: 35px;
    overflow-y: scroll;
    padding-right: 15px;
    max-height: 358px;
}

.related-ev{
   float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: black;
    margin-bottom: 30px;
}

.related-ev img{
    float: left;
    width: 76px;
    border-radius: 10px;
    margin-right: 15px;
}

.mb50{
  margin-bottom:50px;
}

.gallery-imgs{
  float:left;
  width:100%;
  border-radius:10px;
}

.gallery-sub{
  float: left;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 19px;
    font-weight: 500;
    background: #ecffc5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
}


.gallery-imgs-thumb{
  float:left;
  width:100%;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}




.app_chat_block {
   /*  width: 170px;
     height: 70px; */
    position: fixed;
    bottom: 25px;
    right: 45px;
    background: #8e35a0 no-repeat center center;
    background-size: 20px 20px;
    box-shadow: 0 0 28px rgb(0 0 0 / 10%);
    z-index: 999;
    text-align: center;
    font-size: 17px;
    line-height: 42px;
    color: white;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 20px;
    /* letter-spacing: 1px; */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 18px;
}

.app_chat_block:hover{
        background: #e24a30 no-repeat center center;
        color:white !important;
}

.app_chat_block strong img {
    width: 22px;
    float: right;
    position: relative;
    top: 10px;
    left: -19px;

}

.app_chat_block span {
    font-size: 15px;
    position: relative;
    top: 4px;
    float: left;
    width: 100%;
    line-height: 16px;
}

.ftr-hand {
    width: 37px;
    margin-left: -1px;
    position: relative;
    top: -3px;
    margin-left: 4px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}



/* mobile-code */


@media only screen and (max-width:1199px) {
.logo img{width:173px;}
.logo{padding-top:27px;}
.ho-txt{padding-left:0px !important; padding-top:8px;}
#intro-panel h1{font-size:30px;}
.tel-ict{width:140px; margin-top:-137px;}
.imd-care p{padding-right:30px;}
.happy-sec span{float:left !important; width:100% !important; padding-left:0px !important; margin-left:0px; margin-top: 30px;}
.health-logo img{width:270px;}
.hi-dtr{width: 250px; margin-top:150px;}

.bnr-carousel{font-size:49px; line-height:65px;}
.bnr-carousel span{font-size:50px;}
}
@media only screen and (max-width:1024px) {
.align-rgt{display:none !important;}
.header{position:relative;}
.main-menu-sec{border-top:none;}
.main-menu-sec{float:right; width:auto;}
.logo img {width: 200px;}
.logo{padding-top:18px;}
.header_menu_area > .mob_nav{margin-top:0px !important;}
.main-menu-sec{margin-top:22px;}
#page-banner{padding-top: 75px;}
#breadcrumb-items{padding-top:100px;text-align: center;}
}
@media only screen and (max-width:991px) {
.abt-sld{background-position-x: 39% !important;}
.packages-lists h3 span{width:100%; float:left; border-right:none; padding-bottom: 5px; margin-right:0px; padding-right:0px;}
.cnt-wdf{float:left; flex:100%; min-width:100%; max-width:100%; width:100%; margin-bottom:10px;}
.map-form form{margin-bottom:20px;}
.cnt-wdf iframe{height:250px !important;}
.branch50mb{float:left; flex:50%; min-width:50%; max-width:50%; width:50%;}
.related-ev img{width:100%; margin-bottom:15px;}
.uae-flg{display:none;}
.ftr50{float:left; flex:50%; min-width:50%; max-width:50%; width:50%;}
.ftr100{float:left; flex:100%; min-width:100%; max-width:100%; width:100%;}
.app-social{margin-top:20px;}
.follow-us{padding-top: 25px;}
.srf-title{font-size:15px;}
.ih-item.square.effect6 a:hover .info{display:none;}
.tel-ict{display:none;}
.aj-gry{display:none;}
.happy-sec{display:none;}
.hbw-media{float:left; flex:100%; min-width:100%; max-width:100%; width:100%;}
.hide-hbw{display:none;}

.health-logo{text-align:center;}
.find-dtcr{text-align:center; padding-top: 25px;}
.find-dtcr span{float:left; width:100%;}
.find-dtcr p{float:left; width:100%;}
.find-dtcr img{float:none; margin-right:0px; margin-bottom:15px;}
.loren-text{padding-top:0px;padding-right:0px; text-align:center;}
.insurance{text-align:center;}
.insurance h2 {padding-top:32px;}


.bnr-carousel{font-size:40px; line-height:50px;}
.bnr-carousel span{font-size:37px;}


}
@media only screen and (max-width:529px) {
.branch50mb{float:left; flex:100%; min-width:100%; max-width:100%; width:100%;}
}
@media only screen and (max-width:640px) {
.why-items{float:left; width:100%; margin-bottom:20px;}
}
@media only screen and (max-width:767px) {
.abt-hightlighted{padding-left:0px;}
#about-banner h3{margin-bottom:19px;}
.event-gl50{float:left; flex:50%; min-width:50%; max-width:50%; width:50%;}
.online-txt{width:100%;}
.abt-count h4{font-size:33px; margin-bottom: 0px;}
.abt-count p{font-size:18px; margin-bottom:15px;}
.abt-count img{width:65px;}
.green-br{border-right:none;}
#chairman-msg p{float:left; width:100%;}
.dr-name{float:left; width:100%;}
.dr-name-des{float:left; width:100%;}
#chairman-msg img{float: none;margin-left:0px;}
.AboutHospitalQuote_quote_icon__jPTDd{display:none !important;}
.span-abt{float:left; width:100%;}
#intro-panel h1{float:left; width:100%;}
#intro-panel p{float:left; width:100%;}
.imd-care{margin-bottom:25px;}
}
@media only screen and (max-width:443px) {
.imd-care{padding:25px;}
}
@media only screen and (max-width:339px) {
.imd-hours img{width:35px;}
.imd-tel img{width:35px;}
.imd-tel{padding-bottom: 0px !important;}
.tel-hvr{float:left; width:100%; padding-top: 10px; padding-left:0px;}
}
@media only screen and (max-width:361px) {
#chairman-msg img{width:100%;}
}
@media only screen and (max-width:400px) {
#intro-panel img{width:100%; margin-right:0px; margin-bottom:25px;}
}
@media only screen and (max-width:600px) {
#intro-panel h1{font-size: 30px; line-height:34px;}
#intro-department h2{font-size: 30px; line-height:34px;}
#srf h2{font-size: 30px; line-height:34px;}
#dtcr h2{font-size: 30px; line-height:34px;}
#why-choose h2{font-size: 30px; line-height:34px;}
#premier-section h2{font-size: 30px; line-height:34px;}
.bg-hvr{margin: 5px auto;
        display: table;
        float: none;}
.bg-hvr-2{margin: 5px auto;
        display: table;
        float: none;}
.bg-hvr-3{margin: 5px auto;
        display: table;
        float: none;}
.bg-hvr-4{margin: 5px auto;
        display: table;
        float: none;}
.hvr-dpr{background-color:#cef7e5;}
.hvr-dpr-2{background-color:#fbeeae;}
.hvr-dpr-3{background-color:#f8dbe9;}
.hvr-dpr-4{background-color:#dceafd;}
.dpr-icon img{float: none;display: block;margin: auto;}
#about-banner h3{font-size: 30px; line-height:34px;}
#branch-section h2{font-size: 30px; line-height:34px;}
.submit-btn{float:left; width:100%;  padding-left:15px; padding-right:15px;}
}
@media only screen and (max-width:941px) {
.caree-bg{background-position-x: 100% !important;}
}
@media only screen and (max-width:470px) {
.caree-bg{background-position-x: 79% !important;}
}
@media only screen and (max-width:991px) {
.ins-logo img{width:100%;}
}
@media only screen and (max-width:767px) {
.ins50{float:left; flex:50%; min-width:50%; max-width:50%; width:50%;}
.ih-item.square.effect6{margin-bottom:25px;}
.pl80{padding-left:15px;}
.emr-section h2{padding-bottom:0px; margin-bottom:20px;}
.emr-section{text-align:center; padding-bottom:10px;}
.ftr50{width:100%; flex:100%;min-width:100%; max-width:100%;}
.ftr-links{text-align:center; padding-top: 15px;}
.online-ftr-btn{text-align:center; float:left; width:100%;}
.ftr-branches h4{text-align:center; float:left; width:100%; padding-right: 0px;} 
.branche-nav{float:none;}
}
@media only screen and (max-width:941px) {
.insurance-bg{background-position-x: 100% !important;}
}
@media only screen and (max-width:400px) {
.insurance-bg{background-position-x:80% !important;}
}
@media only screen and (max-width:443px) {
.cbct-sec img{margin-bottom:25px;width: 100%;}
.cbct-sec h4{float:left;}
.cbct-sec p{float:left;}
.cbct-sec{padding-bottom:30px;}
}
@media only screen and (max-width:340px) {
.cbct-sec img{width:100%;}
}
@media only screen and (max-width:410px) {
.evnts-bg{background-position-x:60% !important;}
}
@media only screen and (max-width:1282px) {
.owl-department .owl-prev{left:-50px;}
.owl-department .owl-next{right: -50px;}
.owl-team .owl-prev{left:-50px;}
.owl-team .owl-next{right: -50px;}
.owl-premium .owl-prev{left:-50px;}
.owl-premium .owl-next{right: -50px;}
}
@media only screen and (max-width:1030px) {
.owl-department .owl-prev{top:0px; left:0px; float:none;}
.owl-department .owl-next{top:0px; right:0px; float:none; margin-left:10px;}
.owl-department .owl-nav{float:left; width:100%; text-align:center; margin-top:20px;}
.owl-team .owl-prev{top:0px; left:0px; float:none;}
.owl-team .owl-next{top:0px; right:0px; float:none; margin-left:10px;}
.owl-team .owl-nav{float:left; width:100%; text-align:center; margin-top:20px;}
.owl-premium .owl-prev{top:0px; left:0px; float:none;}
.owl-premium .owl-next{top:0px; right:0px; float:none; margin-left:10px;}
.owl-premium  .owl-nav{float:left; width:100%; text-align:center; margin-top:20px; margin-bottom:20px;}
}



@media only screen and (max-width:1024px) {
.header-panel{float:left; width:100%; position:absolute;}
.menu ul li a{border-radius:0px !important;}
}

@media only screen and (max-width:600px) {
#video-section{height:100%;}
#myVideo{height:100%; filter: brightness(55%);}
#video-section:before{display:none;}
div.wrapper div.centerElement div.intro-sld{padding-top: 0px; padding-left: 0px; padding-right: 0px; top: 31%;}
#down-arrow{display:none;}
.bnr-carousel{font-size:32px; line-height:39px;}
.bnr-carousel span{font-size:32px;}
}

@media only screen and (max-width:560px) {
#video-section{height:75vh;}
.bnr-carousel span{float:left; width:100%;}
div.wrapper div.centerElement div.intro-sld{top:40%;}
}


@media only screen and (max-width:429px) {
.bnr-carousel{font-size:29px; line-height:33px;}
.bnr-carousel span{font-size:26px;}
}

@media only screen and (max-width:383px) {
.bnr-carousel{font-size:25px; line-height:33px;}
.bnr-carousel span{font-size:21px;}
}

@media only screen and (min-width: 1025px) and (max-width: 5999px) {
.hide-desk{display:none;}
.app_chat_block{display:none;}
}
.derm-ban{
  width: 100%;
  float: left;
  background-image: url('../images/derm-bg.png');
  background-size: cover;
  height: 680px;
  padding-top: 210px;
  /* padding-bottom: 86px; */
}
.derm-bg-text{width: 43%;float: left;margin-top: 45px;}
.derm-bg-text h1{font-size: 35px;color: #fff;font-weight: 500;text-transform: uppercase;text-decoration: underline;}
.derm-bg-text h2{font-size: 50px;color: #fff;font-weight: 300;margin-top: 20px;margin-bottom: 0;}.derm-bg-text h2 span{
  font-weight: 500;
}
.derm-carousel .owl-nav{
  display:none;
}
.derm-carousel{width: 55%;float: right;}
.derm-carousel .item img{max-width: 100%;}
.derm-panel1{width: 100%;float: left;padding: 70px 0;}
.derm-panel1 img{width: 317px;float: left;margin-right: 12%;}
.derm-panel1 h2{font-size: 18px;color: #83578c;font-weight: 400;padding-top: 40px;text-decoration: underline;}
.derm-panel1 h1{font-size: 35px;color: #000;font-weight: 500;padding-top: 10px;}
.derm-panel1 p{
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 200%;
  /* padding-top: 10px; */
  margin: 0;
}
.derm-panel2
{width: 100%;float: left;padding-bottom: 70px;}
.derm-panel2 h1{width: 100%;float: left;font-size: 35px;color: #000;font-weight: 500;}
.derm2-left
{width: 46%;float: left;margin-top: 30px;margin-right: 4%;}
.derm2-left img{float: left;width: 100%;height: 415px;object-fit: cover;border-radius: 10px;}
.derm2-right {width: 50%;float: left;margin-top: 30px;}
.derm2-box{width: 50%;float: left;margin-top: 30px;}
.derm2-box img{width: 40px;}
.derm2-box h5{font-size: 20px;color: #000;font-weight: 500;}
.derm2-box h6{
  font-size: 15px;
  color: #000;
  padding-top: 10px;
  font-weight: 400;
  line-height: 160%;
  width: 78%;
  margin: 0;
}
.derm-panel3{

}
.derm-panel3 h6{font-size: 18px;color: #83578c;font-weight: 400;padding-top: 40px;text-decoration: underline;}
.derm-panel3 h1{width: 100%;float: left;font-size: 35px;color: #000;font-weight: 500;}
.img-full-bg{width: 100%;float: left;background: #6b30c7;border-radius: 30px;margin-top: 30px;margin-bottom: 70px;}
.img-full-bg img{border-top-left-radius: 30px;width: 65%;float: left;border-bottom-left-radius: 30px;opacity: .9;}
.dm3-text{width: 35%;float: right;padding: 70px 31px;}
.dm3-text h2{font-size: 29px;color: #fff;font-weight: 700;text-transform: uppercase;}.dm3-text h4{font-size: 23px;color: #fff;font-weight: 500;margin-top: 15px;}
.dm3-text p{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding-top: 10px;
  margin: 0;
}
.derm2-carousel{float: left;width: 100%;}
.d4-box{width: 100%;float: left;text-align: center;}
.d4-box-imh{width: 100%;float: left;background: #f9f9f9;text-align: center;height: 150px;padding: 30px 0;border: 1px solid #cccccc59;border-radius: 10px;}
.d4-box-imh img{width: 70px;height: 70px;object-fit: contain;margin: auto;}
.d4-box h6{font-size: 16px;color: #000;font-weight: 500;margin-top: 10px;float: left;width: 100%;padding: 0 10px;line-height: 145%;}
.d4-box:hover{
  
}
.derm2-carousel .owl-nav{
  
}
.derm2-carousel .owl-next{
  position: absolute;
  right: -70px;
  top: 15%;
}
.derm2-carousel .owl-next img{
  width: 40px;
}
.derm2-carousel .owl-prev{
  position: absolute;
  left: -70px;
  top: 15%;
}
.derm2-carousel .owl-prev img{
  width: 40px;
  transform: rotate(180deg);
}




.derm-panel3{

}.img-full-bg2{width: 100%;float: left;background: #6b30c7;border-radius: 30px;margin-top: 30px;margin-bottom: 70px;}
.img-full-bg2 img{border-top-left-radius: 30px;width: 65%;float: left;border-bottom-left-radius: 30px;opacity: .9;height: 400px;object-fit: cover;}

.derm-panel4 h6{font-size: 18px;color: #83578c;font-weight: 400;padding-top: 40px;text-decoration: underline;}
.derm-panel4 h1{width: 100%;float: left;font-size: 35px;color: #000;font-weight: 500;}
.img-full-bg{width: 100%;float: left;background: #6b30c7;border-radius: 30px;margin-top: 30px;margin-bottom: 70px;}
.img-full-bg img{border-top-left-radius: 30px;width: 65%;float: left;border-bottom-left-radius: 30px;opacity: .9;}
.dm4-text{width: 35%;float: right;padding: 88px 31px;}
.dm4-text h2{font-size: 29px;color: #fff;font-weight: 700;}.dm3-text h4{font-size: 23px;color: #fff;font-weight: 500;margin-top: 15px;}
.dm4-text p{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding-top: 10px;
  margin: 0;
}
.derm3-carousel{float: left;width: 100%;}
.d5-box{width: 100%;float: left;text-align: center;}
.d5-box-imh{width: 100%;float: left;background: #f9f9f9;text-align: center;height: 150px;padding: 30px 0;border: 1px solid #cccccc59;border-radius: 10px;}
.d5-box-imh img{width: 70px;height: 70px;object-fit: contain;margin: auto;}
.d5-box h6{font-size: 16px;color: #000;font-weight: 500;margin-top: 10px;float: left;width: 100%;padding: 0 10px;line-height: 145%;}
.d5-box:hover{
  
}
.derm3-carousel .owl-nav{
  
}
.derm3-carousel .owl-next{
  position: absolute;
  right: -70px;
  top: 22%;
}
.derm3-carousel .owl-next img{
  width: 40px;
}
.derm3-carousel .owl-prev{
  position: absolute;
  left: -70px;
  top: 22%;
}
.derm3-carousel .owl-prev img{
  width: 40px;
  transform: rotate(180deg);
}
.derm-panel5{
  width: 100%;
  float: left;
  padding: 70px 0;
  text-align: center;
}
.derm-panel5 .tab-content{

}.derm-panel5 li a:hover{
  border: 0;
}.derm-panel5 li:after{
  position:absolute;
  content:"";
  width: 2px;
  height: 18px;
  background: #000;
  /* top: 0; */
  /* left: -6px; */
  margin-top: -36px;
  margin-left: 84px;
  /* margin-right: 40px; */
}
.derm-panel5 ul{width: 100%;float: left;text-align: center;display: contents;}
.derm-panel5 li a{font-size: 20px;color: #000;padding: 10px 30px;font-weight: 600;text-transform: uppercase;position: relative;}
.derm-panel5 li{display: inline-block;margin: auto;width: auto;float: none;/* border-right: 2px solid #787777; */padding-left: 20px;padding-right: 20px;}
.derm-panel5 li a.active{background-color: #6b30c7 !important;color: #fff !important;border-radius: 30px;border: 0;padding: 10px 30px;}
.derm-panel5 .men-carousel{width: 100%;float: left;margin-top: 30px;}
.men-box{width: 100%;float: left;}
.men-img{width: 100%;float: left;border: 1px solid #cecece;border-radius: 20px;}
.men-img img{width: 100%;height: 200px;object-fit: cover;border-radius: 20px;}
.men-box h6{
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  float: left;
  text-align: center;
  width: 100%;
}.derm-panel5 li:last-child::after{
  display:none;
}
.men-carousel .owl-nav{
  display: none;
}
.derm-panel6{width: 100%;float: left;padding-bottom: 70px;}
.derm-panel6 h6{font-size: 18px;color: #83578c;font-weight: 400;padding-top: 40px;text-decoration: underline;text-transform: uppercase;}
.derm-panel6 h1{width: 100%;float: left;font-size: 35px;color: #000;font-weight: 500;}
.derm6-carousel{width: 100%;float: left;margin-top: 30px;}
.derm6-box{

}
.derm6-img{width: 100%;float: left;border-radius: 10px;}
.derm6-img img{width: 100%;float: left;border-radius: 10px;height: 285px;object-fit: cover;}
.derm6-box{width: 100%;float: left;}
.derm6-box p{font-size: 15px;color: #000;font-weight: 400;line-height: 150%;}
.derm6-box h4{width: 100%;float: left;font-size: 22px;color: #000;font-weight: 500;margin-top: 15px;}
.cost-div{width: 100%;float: left;margin-bottom: 20px;}
.cost-left{width: 30%;color: #2b3e04;float: left;font-size: 16px;font-weight: 500;}
.cost-right{
  width: 70%;
  float: right;
  font-size: 30px;
  color: #2b3e04;
  font-weight: 600;
}

.derm6-carousel .owl-nav{
  
}
.derm6-carousel .owl-next{
  position: absolute;
  right: -70px;
  top: 22%;
}
.derm6-carousel .owl-next img{
  width: 40px;
}
.derm6-carousel .owl-prev{
  position: absolute;
  left: -70px;
  top: 22%;
}
.derm6-carousel .owl-prev img{
  width: 40px;
  transform: rotate(180deg);
}
.derm-panel7
{width: 100%;float: left;padding: 20px 0 70px;}

.derm-panel7 h6{font-size: 18px;color: #819f41;font-weight: 400;text-decoration: underline;text-transform: uppercase;}
.derm-panel7 h1{width: 100%;float: left;font-size: 35px;color: #000;font-weight: 500;}
.derm7-carousel{width: 100%;float: left;margin-top: 30px;}
.team-box{width: 100%;float: left;background: #fff;padding: 10px;border-radius: 10px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.team-box img{width: 100%;float: left;height: 282px;object-fit: cover;border-radius: 10px;}
.team-text{width: 100%;float: left;padding: 10px;}
.team-text h5{font-size: 19px;color: #000;font-weight: 500;}
.team-text h4{font-size: 16px;color: #725272;font-weight: 400;}
 .team-text span{font-size: 14px;color: #434243;font-weight: 400;}
 .team-text a{width: 100%;float: left;font-size: 16px;color: #1d5505;margin-top: 6px;}
 .team-box:hover{background: #678c1a;}
  .team-text a:hover{

  }.team-box:hover a{
    color: #d8f992;
  }
.team-box:hover h4{
  color: #fff;
}
.team-box:hover h5{
  color: #fff;
}
.team-box:hover span{
  color: #fff;
}
  .derm7-carousel .owl-nav{
  
}
.derm7-carousel .owl-next{
  position: absolute;
  right: -70px;
  top: 22%;
}
.derm7-carousel .owl-next img{
  width: 40px;
}
.derm7-carousel .owl-prev{
  position: absolute;
  left: -70px;
  top: 22%;
}
.derm7-carousel .owl-prev img{
  width: 40px;
  transform: rotate(180deg);
}
.derm-panel8{width: 100%;float: left;background-image: url('../images/derm-bg.webp');background-size: cover;background-position: center;padding: 70px 0;}
.derm-panel8 h6{font-size: 18px;color: #ffffff;font-weight: 500;text-decoration: underline;text-transform: uppercase;}
.derm-panel8 h1{width: 100%;float: left;font-size: 35px;color: #ffffff;font-weight: 500;}
.derm-panel8 p{font-size: 16px;color: #fff;width: 80%;float: left;padding-top: 10px;font-weight: 400;line-height: 160%;}
.badge-derm
{width: 375px;clear: both;float: left;height: 60px;border: 1px solid #343333;border-radius: 10px;padding: 10px;background: #25282357;}
.badge-derm img{width: 36px;float: left;}
.badge-derm span{font-size: 18px;color: #fff;font-weight: 500;text-transform: uppercase;margin-bottom: 0;margin-left: 14px;padding-top: 5px;float: left;}
.derm-panel8 form{width: 100%;float: left;margin-top: 30px;position:relative;}
.derm-panel8 .derm-field{width: 100%;float: left;margin-top: 20px;margin-bottom: 20px;}.derm-panel8 .derm-field label{
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}.derm-panel8 .derm-field input{
  border: 1px solid #343333;
  border-radius: 10px;
  padding: 10px;
  background: #343531;
  width: 100%;
  float: left;
  color: #fff;
  height: 60px;
}.derm-panel8 button{width: 162px;height: 55px;display: table;margin: 10px auto 0;cursor: pointer;background: #8e35a0;border: 0;border-radius: 30px;font-size: 16px;color: #fff;font-weight: 500;}
.derm-panel8 button:hover{
  background: #9ccb3b;
}.datepicker-dropdown{
    width: 225px;
    padding: 3px;
    background: #f4ffd8;
    border: 0;
}.datepicker-dropdown th{
    width: 1%;
    font-size: 13px;
    background: #f4ffd8;
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}.datepicker-dropdown td:hover{
    background: #98c02d;
    color: #fff;
}
.datepicker-dropdown td{
    width: 1%;
    font-size: 13px;
    background: #f4ffd8;
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.datepicker-dropdown span{
    padding: 10px;
    word-break: break-all;
}
.ped-sec
{width: 100%;float: left;}
.ped-sec h1{width: 100%;float: left;font-size: 35px;color: #000;font-weight: 500;}
.ped-sec h6{font-size: 18px;color: #83578c;font-weight: 400;text-decoration: underline;text-transform: uppercase;}
.ped-carousel{width: 100%;float: left;margin-top: 30px;}
.ped-box{
  width: 100%;
  float: left;
  border: 1px solid #cecece;
  border-radius: 20px;
  padding: 10px;
  background: #ffffff;
  height: 515px;
}
.ped-box:hover{
      background: #8e35a0;
}.ped-box:hover h2{
  color:#fff;
}.ped-box:hover p{
  color:#fff;
}.ped-box:hover li{
  color:#fff;
}
.ped-box img{width: 100%;float: left;height: 300px;object-fit: cover;border-radius: 20px;}
.ped-box h2{width: 100%;float: left;font-size: 22px;color: #000000;font-weight: 500;margin-top: 15px;padding: 0 10px;}
.ped-box p{font-size: 15px;color: #000000;font-weight: 400;padding: 0 10px;line-height: 150%;margin-bottom: 8px;}
.ped-box ul{padding: 0;}
.ped-box ul li{position: relative;font-size: 15px;color: #000000;font-weight: 400;padding: 0 10px 0 26px;line-height: 150%;list-style: none;float: left;}
.ped-box ul li:after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 10px;
  background: #9ccb3b;
  border-radius: 100%;
  top: 6px;
}
.ped-carousel .owl-nav{
  display: none;
}.derm-panel5 .nav-tabs .nav-link:hover, .derm-panel5 .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    border: 0;
}
.derm6-box{

}
.derm6-box ul{padding: 0;}
.derm6-box li{position: relative;font-size: 15px;color: #000000;
  font-weight: 400;padding: 0 20px;line-height: 150%;float: left;width: 100%;list-style: none;}
.derm6-box li:after{
  position: absolute;
  content: '';
  background-image: url('../images/check (4).png');
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
}.close_form {
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0px;
    top: 0;
    background: #6334c4 url(../images/close.png) no-repeat center center;
    background-size: 20px 20px;
    filter: invert(1);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    z-index: 999;
    padding: 8px;
    cursor: pointer;
    border-radius: 11px 0 11px;
}
.read-more-mod{
    width: 100%;
    float: left;
    padding: 20px;
}
.read-more-mod ul{
padding: 0;
}
.read-more-mod ul li{
position: relative;font-size: 15px;color: #000000;
  font-weight: 400;padding: 0 20px;line-height: 150%;float: left;width: 100%;list-style: none;
}
.read-more-mod li:after{
  position: absolute;
  content: '';
  background-image: url('../images/check (4).png');
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
}
.ped-box a{color: #9ccb3b;font-size: 17px;padding-left: 10px;font-weight: 600;clear: both;float: left;padding-top: 10px;}.ped-box a:hover{

}
.derm2-right2 .derm2-box{
  width: 100%;
}input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

@media(max-width: 575px){
    .tlt-hlp{
        text-align:left;
    }
    .better-health{
            padding-bottom: 25px;
    }
.derm-bg-text {
    width: 100%;
    float: left;
    margin-top: 0;
}.derm-bg-text h2 {
    font-size: 38px;
  }.derm-ban{
    padding-top: 120px;
    text-align: center;
  }.derm-carousel{
    width: 100%;
    margin-top: 20px;
  }.derm-panel1 img {
    width: 60%;
    float: none;
    margin: auto;
    display: block;
}.derm-panel1{
  text-align: center;
}.derm-panel1 h1 {
    font-size: 28px;
  }.derm-panel2 h1 {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-align: center;
}.derm2-left {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-right: 0;
}.derm2-left img {
    float: left;
    width: 100%;
    height: auto;}
    .derm2-right {
    width: 100%;text-align: center;
  }.derm2-box h6 {
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    font-weight: 400;
    line-height: 160%;
    width: 100%;
    margin: 0;
}.derm2-box h5 br{
  display: none;
}.derm2-box h5 {
    font-size: 16px;
  }.derm-panel3 {
    width: 100%;
    text-align: center;
    float: left;
}.derm-panel3 h1 {
    width: 100%;
    float: left;
    font-size: 25px;
  }.derm-panel3 h1  br{
    display: none;
  }.img-full-bg img {
    border-radius: 30px;
    width: 100%;
    float: left;
    opacity: .9;
}.dm3-text {
    width: 100%;
    float: right;
    padding: 40px 31px;
}.img-full-bg2 img {
    border-radius: 30px;
    width: 100%;
    float: left;
    border-bottom-left-radius: 30px;
    opacity: .9;
    height: initial;
    object-fit: cover;
}
.derm-panel4{
  text-align: center;
}.dm3-text h2 {
    font-size: 23px;
  }.derm-panel6 h6{
    text-align: center;
  }.derm-panel6 h1 {
    width: 100%;
    float: left;
    font-size: 24px;
    text-align: center;
  }.derm-panel6 {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}.derm-panel7 {
    width: 100%;
    float: left;
    padding: 20px 0 70px;
    text-align: center;
}.derm-panel7 h1 {
    width: 100%;
    float: left;
    font-size: 28px;
}.badge-derm {
    width: 100%;
  }
}
@media(min-width: 576px) and (max-width: 767px){
    .better-health {
    padding-bottom: 40px;
}
  .derm-bg-text {
    width: 43%;
    float: left;
    margin-top: 0;
}.derm-bg-text h1 {
    font-size: 29px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}.derm-bg-text h2 {
    font-size: 27px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
}.derm-ban {
    height: auto;
    padding-top: 110px;
    padding-bottom: 86px;
}.derm-panel1 img {
    width: 180px;
    float: left;
    margin-right: 8%;
}.derm-panel1 h1 {
    font-size: 25px;
  }.derm2-left {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-right: 0;
}.derm2-left img {
    float: left;
    width: 100%;
    height: auto;
  }.derm2-right {
    width: 100%;
  }.derm-panel3 h1 {
      font-size: 28px;
  }.img-full-bg img {
    border-top-left-radius: 30px;
    width: 47%;
    float: left;
    border-bottom-left-radius: 30px;
    opacity: .9;
    height: 290px;
    object-fit: cover;
}.img-full-bg img {
    border-top-left-radius: 30px;
    width: 45%;
    float: left;
    border-bottom-left-radius: 30px;
    opacity: .9;
    height: 328px;
    object-fit: cover;
}
.dm3-text h2 {
    font-size: 17px;
    }.dm3-text {
    width: 55%;    padding: 32px 31px;}.img-full-bg2 img {
       width: 45%;
    height: 260px;
  }
}
@media(min-width: 768px) and (max-width: 991px){
    .better-health {
    padding-bottom: 40px;}
    .dm3-text h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
  .derm-bg-text {
    width: 43%;
    float: left;
    margin-top: 0;
}.derm-bg-text h2 {
    font-size: 37px;
  }.derm-ban {
    width: 100%;
    float: left;
    height: 470px;
    padding-top: 130px;
    /* padding-bottom: 86px; */
}.derm-panel1 img {
    width: 250px;
    float: left;
    margin-right: 5%;
}.derm2-left img {
       height: 515px;
  }.img-full-bg img {
    border-top-left-radius: 30px;
    width: 44%;
    float: left;
    border-bottom-left-radius: 30px;
    opacity: .9;
    height: 250px;
    object-fit: cover;
}.dm3-text {
    width: 54%;
    float: right;
    padding: 22px 31px;
}
.derm2-carousel .owl-nav{
  display: none !important;
}.img-full-bg2 img {
    border-top-left-radius: 30px;
    width: 44%;
    float: left;
    border-bottom-left-radius: 30px;
    opacity: .9;
    height: 278px;
    object-fit: cover;
}.derm3-carousel .owl-nav{
  display: none !important;
}.derm-panel6 h1 {
     font-size: 30px;
  }.derm6-carousel .owl-nav{
  display: none !important;
}.derm-panel6{
  padding-bottom: 20px;
}
}
@media(min-width:992px) and (max-width:1024px){
    .dm3-text {
    width: 35%;
    float: right;
    padding: 34px 31px;
}.dm3-text h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
}
.doc-det-text{
    padding-top: 35px;
    width: 73%;
    float: right;
}
.doc-pic{
    width: 24%;
    float: left;
    margin-right: 3%;
}
.doc-pic img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}
.doc-det{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.doc-det h5{
    font-size: 40px;
    color: #000;
    font-weight: 500;
}
.doc-det h6{
    font-size: 25px;
    color: #83578c;
    font-weight: 500;
}
.doc-det h6 span{
    font-size: 17px;
    color: #000;
    padding-top: 10px;
    font-weight: 400;
    width: 100%;
    float: left;
}
.det-doc-box
{
    width: 33%;
    float: left;
    margin-top: 20px;
}
.det-doc-box h4{
    font-size: 25px;
    color: #83578c;
    font-weight: 500;
}
.det-doc-box h4 span{
    width: 100%;
    float: left;
    font-size: 17px;
    color: #000;
    padding-top: 5px;
    font-weight: 400;
}
.doc-det2{
    width: 100%;
    float: left;
    padding-bottom: 70px;
}
.doc-det2 h2{
    font-size: 35px;
    color: #000;
    font-weight: 500;
}
.doc-det2 p{
    font-size: 17px;
    color: #000;
    font-weight: 400;
}
.doc-det2 ul{
    padding: 0;
}
.doc-det2 ul li{
    position:relative;
    list-style: none;
    font-size: 17px;
    padding-left: 20px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.doc-det2 ul li:after{
    position:absolute;
    content:'';
    background: #9ccb3b;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 9px;
}
@media(max-width:575px){
    .doc-pic {
    width: 100%;
    float: left;
    margin-right: 0;
}.doc-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}.doc-det-text {
    padding-top: 15px;
    width: 100%;
    float: right;
}.det-doc-box {
    width: 100%;
    float: left;
    margin-top: 20px;
}
}
@media(min-width:576px) and (max-width:767px){
    .doc-det-text {
    padding-top: 0;
    width: 55%;
    float: right;
}.doc-pic {
    width: 40%;
    float: left;
    margin-right: 3%;
}.det-doc-box {
    width: 100%;
    float: left;
    margin-top: 10px;
}
}
@media (max-width: 1024px) {
    .header_menu_area > .mob_nav {
        display:none!important;
        
    }
}
 /***************************Phone Menu********************/
   


/*phone-mnu*/
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 40px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
/*  padding: 0 36px 0 20px;*/
  line-height: 40px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  /* content: ''; */
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  /* right: 22px; */
  /* -webkit-transform: rotate(45deg); */
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  /* transform: rotate(45deg); */
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 40px;
}

.cd-dropdown {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 18px;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #0163ac;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    /* position: absolute; */
    /* top: calc(100% - 2px); */
    /* reset style*/
    /* height: auto; */
    /* width: auto; */
    /* -webkit-transform: translateX(0); */
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    /* transform: translateX(0); */
    /* background-color: #ffffff; */
    /* color: #111433; */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    /* opacity: 0; */
    /* -webkit-transform: translateY(30px); */
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    /* transform: translateY(30px); */
    /* -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s; */
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    /* transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; */
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    /* display: none; */
  }
  .cd-dropdown.dropdown-is-active {
    /* opacity: 1; */
    /* -webkit-transform: translateY(0); */
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    /* transform: translateY(0); */
    /* -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s; */
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    /* transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s; */
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  font-size: 17px;
  color: #000;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: transparent;
  border-style: solid;
  font-weight: 400;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
    list-style: none;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size:17px;
    /* border-color: #ebebeb; */
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #000;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    /* position: static; */
    /* height: auto; */
    /* width: 280px; */
    padding-top: 60px;
    list-style: none;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 56%;
  margin-top: -2px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  text-align: left;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  left: 129px;
  -webkit-transform-origin: 9.5px 50%;
  -moz-transform-origin: 9.5px 50%;
  -ms-transform-origin: 9.5px 50%;
  -o-transform-origin: 9.5px 50%;
  transform-origin: 9.5px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

@media(max-width:575px)
{
    
    .cd-dropdown-content, .cd-dropdown-content ul {
    
    list-style: none;
  }
    
    
    
    .head-menu {
    width: auto!important
        
    }
    
    
    
    
      .menu-img {
        width: 28px !important;
    }
    .cd-dropdown-wrapper {margin: 0 0 0 5%;}
}





.mobile-menu-tag{position: absolute;float:right;top: 20px;right: 30px;z-index: 99;}


/*@media(max-width:575px)
{
    .m-img{
        display: block;
    }
    .d-img{
        display: none;
    }
}
@media(min-width:575px)
{
    .m-img{
        display: none;
    }
    .d-img{
        display: block;
    }
}
*/

@media(max-width:990px)
{
    .form-sec2 {
  
    padding: 30px 10px;
}
}
@media(min-width:767px)
{
    .mision {
    height: 370px;
    }
}
@media(min-width:767px) and (max-width:1024px)
{
    
    
     .head-menu {
    width: auto!important
        
    }
.cd-dropdown {

    right: 0 !important;
    width: 43% !important;
    left: unset !important;
}
    .cd-dropdown .cd-close {
        top: 25px !important;
    }

}

@media(min-width:1400px) and (max-width:1500px){
#CrossFade img{min-height: auto; top: 0;}
}

@media(min-width:1501) and (max-width:2500px){
.desk-bnr-hide {display:none;}
}

@media(min-width:230) and (max-width:1399px){
.desk-bnr-hide {display:none;}
}

.grecaptcha-badge { 
    visibility: hidden;
}




@media (min-width: 1025px) and (max-width: 9999px) {
    .mobile-menu-tag {
        display: none;
    }
    
    
    /*cd-dropdown dropdown-is-active li{*/
    /*    list-style: none;*/
        
    /*}*/
    
    
    
    
    
}
/*phone-mnu*/

@media(max-width:1024px){
        .menu-img {
        width: 28px !important;
    }
}
label span{
    color: #f75e5e;
}
@media(max-width:575px){
    .franchise4 form{
        padding:15px;
    }
}
 .input1{
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 10px;
}.datepicker-dropdown{
    width: 225px;
    padding: 3px;
    background: #eee8ff;
    border: 0;
}.datepicker-dropdown th{
    width: 1%;
    font-size: 13px;
    background: #eee8ff;
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}.datepicker-dropdown td:hover{
    background: #5086c7;
    color: #fff;
}
.datepicker-dropdown td{
    width: 1%;
    font-size: 13px;
    background: #eee8ff;
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.datepicker-dropdown span{
    padding: 10px;
    word-break: break-all;
}

.error_msg{
    font-size: 13px;
    color: #e94848;width:100%;float:left;
}.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #5086c7;
    font-weight: normal;
    font-size: 13px;
    color: #ffffff;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background: #5086c7;
    border: 0;
    padding: 7px;
    font-size: 14px;
    color: #fff;
}


.spinner {
  border: 2px solid #f3f3f3; /* Light gray */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



@media(max-width:575px){
    .ped-box ul {
    padding: 0;
    max-width: 260px;
    display: table;
    margin: auto;
    width: 100%;
    text-align: left;
}
    .ped-sec {
    text-align: center;}
    .derm2-right2 .derm2-box {
    text-align: center;
    width: 100%;
}
    .experience span{
        float:none;
    }
    .qualification span {
    float: none;}
    .crumb-active {
    float: none;
    font-size: 15px;
    color: black;
    font-weight: 500;
}.crumb-hvr {
    float: none;
    font-size: 15px;
    color: black;
    font-weight: normal;
    display: inline-block;
    margin: auto;
}#about-banner {
    float: left;
    width: 100%;
    text-align: center;
    height: 100%;
}#chairman-msg {
    text-align: center;}
.abt-sld h2 {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: white;
    padding-top: 100px;
    padding-left: 0;
}
    #health-services {
    float: left;
    width: 100%;
    padding-top: 45px;
    text-align: center;
}#dtcr {
    float: left;
    width: 100%;
    text-align: center;
}#why-choose {
    text-align: center;
}#why-choose {
    text-align: center;}
    #intro-panel {
    float: left;
    width: 100%;
    padding-top: 60px;
    text-align: center;
}#intro-department {
    float: left;
    width: 100%;
    padding-top: 70px;
    text-align: center;
}
    .pilate-liability .franchise4 .container, .pilate-liability .franchise4 .container-fluid, .pilate-liability .franchise4 .container-lg,
    .pilate-liability .franchise4 .container-md, .pilate-liability .franchise4 .container-sm, .pilate-liability
    .franchise4 .container-xl, .pilate-liability .franchise4 .container-xxl {
        --bs-gutter-x: 0 !important;
    }
}@media (min-width: 1025px) {
    .wrapper2 {
        display: none;
    }
}

/******Popup******/


.basic-modal {
    position: fixed;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.basic-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 595px;
    min-width: 320px;
    border-radius: 25px;
    color: #070000;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}
.req-form {
    width: 100%;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background-size: 100%;
    border-radius: 25px;
    background-position-y: 100%;
    background-repeat: no-repeat;
    padding: 30px 30px 30px 30px;
    top: 0;
    position: relative;
    right: 0;
    background: #E4E4E4;
    /* height: 100%; */
    z-index: 99;
}
.popup .fade-out {
    position: absolute;
    top: 11px;
    right: 12px;
    text-align: center;
    font-size: 15px;
}
.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    outline: none;
    cursor: pointer;
    z-index: 100;
    transition: .5s;
    background-size: 200% auto;
    background: #8e35a0;
    color: white;
}
.form-inner h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #8e35a0;
    font-weight: 700;
}
.form-inner p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #2E4049;
    line-height: 27px;
}
.m-bx-1 {
    float: left;
    /* margin: 0px 3%; */
    border: 1px solid transparent;
    width: 100%;
    position:relative;
}
.m-bx-1 input, .m-bx-1 select {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 49px !important;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    border: none;
    transition: all 500ms ease;
    border: solid 1px transparent;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 28px;
    /* margin-top: 17px; */
    border-radius: 11px;
}
.m-bx-1-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.m-bx-1-btn button {
    width: 146px;
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #8e35a0;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border-radius: 10px;
    border: none;
    outline: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

#expertise-section {
    float: left;
    width: 100%;
    padding-top: 55PX;
    padding-bottom: 55PX;
}
.golden-img {
    width: 100%;
    float: left !important;
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 20px;
    border-radius: 20px;
}
#expertise-section h1 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 65px;
    text-align: left;
    padding-bottom: 20px;
}
#expertise-section h1 span {
    color: #4E46A1;
}
#expertise-section p {
  width: 100%;
    float: left;
    text-align: left;
    color: #6D6D6D;
    font-size: 16px;
    line-height: 159%;
   
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.connectus-bg p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    
    padding: 15px;
    text-align: center !important;
    margin-bottom: 5px;
}


.connectus-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    background-color: #8e35a0;
}
.connectus-bg h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    line-height: 30px;
    background: #dea575;
    padding: 15px;
    border-radius: 17px;
    -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 2px 30px -15px rgba(0,0,0,.75);
    box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%);
}

.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px rgb(70 85 98 / 12%);
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #ce3142;
    font-weight: 600;
}
.mail-bg strong {
    color: black;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}
.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}

.close-form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    z-index: 999;
    top: 15px;
    background: #8e35a0 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

/******Popup-end******/


.event-full .nav-link{

/* border: 1px solid #ccc !important; */

border-radius: 30px !important;

padding: 10px 40px;

margin-right: 10px;

color: #000;

font-size: 18px;

font-weight: 600;
}
.event-full .nav-tabs{

border: 0;

margin-bottom: 20px;

margin-top: 40px;

width: 100%;

float: left;
}
.event-full .tab-content{
    border: 0;
}

.event-full .nav-link.active{background: #83578c;color: #fff;}
.event-full .nav-link:hover{background: #83578c;color: #fff;}
.app-now{
        float: left;
    margin-top: 20px;
    background: #8e35a0;
    padding: 10px 35px;
    border-radius: 30px;
    color: #ffffff;
}
.app-now:hover{
        background: #9ccb3b;
}

 .derm-field select{    border: 1px solid #343333;
    border-radius: 10px;
    padding: 10px;
    background: #343531;
    width: 100%;
    float: left;
    color: #fff;
    height: 60px !important;
     
 }
    
    
.stable{    color: #9ccb3b !important;}


    .error {
        border: 2px solid red;
    }
    .error-message {
        color: red;
        font-size: 13px;
        margin-top: 1px;
    }

 .booking-listing .error-message {
    color: red;
    font-size: 13px;
    margin-top: -20px;
    float: left;
    width: 100%;
    text-align: left;
}
 #form-career .error-message {
    color: red;
    font-size: 13px;
    margin-top: 1px;
    position: absolute;
    bottom: -4px;
}


.des-new .error-message {
 
    margin-top: -10px;
   
}


.m-bx-1 .error-message {
    color: red;
    font-size: 13px;
    margin-top: 1px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 3px;
}


.loader {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}

.loader .spinner {
  border: 4px solid #f3f3f3; /* Light gray */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


 .form-loader {
    /* display: none; */
    text-align: center;
    margin-bottom: 10px;
    /* width: 100%; */
    text-align: center;
    float: left;
    position: absolute;
    left: 47%;
    bottom: 23px;
     z-index: 999;

}

 .form-loader_doc {
    /* display: none; */
    text-align: center;
    margin-bottom: 10px;
    /* width: 100%; */
    text-align: center;
    float: left;
    position: absolute;
    left: 48%;
    bottom: 3px;
    z-index: 999;
}


.form-loader_book {
    /* display: none; */
    text-align: center;
    margin-bottom: 10px;
    /* width: 100%; */
    text-align: center;
    float: left;
    position: absolute;
    left: 12%;
    bottom: 32px;
    z-index: 999;
}

 .booking-listing{position:relative;}
 
 
 
 
  .map-form .form-loader {
    /* display: none; */
    text-align: center;
    margin-bottom: 10px;
    /* width: 100%; */
    text-align: center;
    float: left;
    position: absolute;
    left: 29%;
    bottom: 29px;
    z-index: 999;
}
 .career-forms .form-loader {
    /* display: none; */
    text-align: center;
    margin-bottom: 10px;
    /* width: 100%; */
    text-align: center;
    float: left;
    position: absolute;
    left: 13%;
    bottom: 13px;
    z-index: 999;
}
