@font-face{ font-family:'trebuc';src:url('./fonts/trebuc.ttf');font-display:swap;}@font-face{font-family:'simpel';src:url('./fonts/simpel-medium.otf');font-display:swap;}
*{margin: 0px;padding: 0px;box-sizing: border-box;}:root{ --green:#3ab279;--blue:#187d8b;--gcolor:linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);}
.gradient{background: linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);}.mappoint{background-color: var(--green);color: #fff;position: relative;}
.cback{background-color: var(--blue);color: #fff;position: relative;}.vconsult{color: #000;border: 1px solid #000;position: relative;}body{overflow-x: hidden;font-size: 16px;line-height: 1.3;letter-spacing: 0.3px;font-family:'trebuc';}header .header-logo {  color: #001b4f;font-weight: 700;font-size: 23px;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s; -o-transition: .4s;}.diagonal{overflow: hidden;z-index: 1;transition: 0.4s ease;display: inline;display: flex;}.diagonal::before,.diagonal::after{content: "";top: 0;bottom: 0;transform: skewX(-45deg);width: 100%;background: #313131;transition: 0.3s ease;position: absolute;z-index: -1;}.diagonal::before {left: -120%;}.diagonal::after {right: -120%;}.diagonal:hover:before, .diagonal:hover:after {width: 175%;}header {background: #fff;position: -webkit-sticky;z-index: 1000;padding:0px 0px 0px 0px;}header .main-menu>li {position: relative;}header .main-menu>li>a {color: #000;font-size: 16px;padding: 15px 10px 22px;font-weight: 700;display: block;transition: .4s;-webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s;-o-transition: .4s; font-family:'trebuc';}header .main-menu>li.active>a {color: var(--blue);}header .main-menu>li:hover>a {color: var(--blue);}header .main-menu>li>a>i {color: #03328E;}header .main-menu>li>a:hover>i {color: #fff;}header .main-menu>li:hover>a i {color: #fff;}header .main-menu .sub-menu {display: none;position: absolute;left: 50%;top: 100%;width: 240px;overflow: hidden;border-top: 2px solid var(--green);background: #fff;-webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2); z-index: 5;transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);}header .main-menu .sub-menu a {padding: 14px 10px !important;display: block;color: #000;font-weight: 600;font-size: 16px;border-bottom: 1px solid  #e8e8e8; -webkit-transition: background 0.2s linear;-moz-transition: background 0.2s linear; -o-transition: background 0.2s linear;transition: background 0.2s linear;}header .main-menu .sub-menu a i {color: #03328E;}header .main-menu .sub-menu li:hover a{color: #fff;}header .main-menu .sub-menu li:hover{background: linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);box-shadow: none;}header .main-menu .sub-menu li{transition: all 0.3s ease-out;}header .main-menu>li:hover .sub-menu {display: block;}header .header-logo figure img { max-width: 200px;}header .demo-link {margin-left: 1vw;}header .side-menu-close {background: linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);}header .side-menu-close span {background: #fff; width: 28px;transition: 0.4s ease;}#call-action .call-action {color: #001b4f;font-weight: 700;font-size: 23px;transition: .4s;-webkit-transition: .4s; -moz-transition: .4s;-ms-transition: .4s;-o-transition: .4s;}#call-action .call-action:hover {color: #10bd3b;}footer sup,.gbg sup{font-size:smaller;}/* side menu */.side-menu-wrap { padding-top:75px;width: 300px;position: fixed;left: -100%; top: 0;background: #fff;height: 100%; -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2); box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);overflow-y: auto; z-index: 999999; transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}.side-menu-wrap.opened {left: 0;transition: .8s; -webkit-transition: .8s;-moz-transition: .8s;  -ms-transition: .8s; -o-transition: .8s;}.side-menu-logo { border-bottom: 2px solid #FE8204;}.side-menu-nav .main-menu>li {position: relative;border-bottom: 1px solid #ccc;}.side-menu-nav .main-menu>li>a>i {color: #03328E;}
.side-menu-nav .main-menu .sub-menu {border-top: 1px solid #3ab279;background: #fff;display: none;}.side-menu-nav .main-menu .sub-menu li {border-bottom: 1px solid #eee;}
.whatsapp {
    position: fixed;
    right: 1rem;
	bottom:440px;
    z-index: 999999;
}
.gla{
	    background-color: #000000ab;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 10px;
	padding-bottom: 15px !important;
}
    .sz{font-weight: 700;
    font-size: 26px;
	}
.small{
  font-size: 12px !important;
}	
.fs{
	font-size: 26px;
	text-align: center;
}	
	
.de{
    color: transparent;
	line-height: 30px;
    background-position-y: -0%;
    background-image: linear-gradient( #006674, #46d7c1, #242323, #54e5c6 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    transition: background 1400ms ease;
    background-size: auto 400%;
    font-weight: 800;
}
	
.side-menu-nav .main-menu .sub-menu a {padding: 15px 22px;display: block;color: #212529;font-weight: 600;font-size: 16px;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s; -o-transition: .4s;}.side-menu-nav .main-menu .sub-menu a i {color: #03328E;}.side-menu-nav .main-menu .sub-menu~i {font-size: .8em;position: absolute;padding: 19px 11px;right: 0;top: 0;border-left: 1px solid #ccc;}.side-menu-nav .main-menu .sub-menu a:hover {background: #F5F5F5;}.side-menu-nav .main-menu>li>a {color: #212529;padding: 15px 30px 15px 10px;font-weight: 600;display: block;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}.side-menu-wrap .side-menu-close {position: absolute; right: 0; top: 0; height: 30px;width: 30px;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0; -o-border-radius: 0;}.side-menu-close { height: 43px;width: 43px;background: #21395F;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;padding-top: 18px;transition: 0.4s ease;}.side-menu-close span{height: 2px;width: 20px;background: #fff;position: relative;opacity: 1;transition: .4s;-webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}.side-menu-close span:nth-child(1){top: -5px;}.side-menu-close span:nth-child(3){bottom: -5px;}.side-menu-close.closed span:nth-child(1) {transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg);}.side-menu-close.closed span:nth-child(2) {opacity: 0;}.side-menu-close.closed span:nth-child(3) {transform: translateY(-7px) rotate(-45deg); -webkit-transform: translateY(-7px) rotate(-45deg); -moz-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -o-transform: translateY(-7px) rotate(-45deg);}/*  custom overlay */.custom-overlay { position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, .4);z-index: 12500;visibility: hidden;opacity: 0;transition: .4s; -webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s;-o-transition: .4s;}.custom-overlay.show {visibility: visible;opacity: 1;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s;-o-transition: .4s;}.justify-content-between {-ms-flex-pack: justify!important; justify-content: space-between!important;}.align-items-center {    -ms-flex-align: center!important;align-items: center!important;}.row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px; margin-left: -15px;}.d-block {display: block!important;}.d-none { display: none!important;}.d-flex { display: -ms-flexbox!important;display: flex!important;}.flex-column {-ms-flex-direction: column!important;flex-direction: column!important;}ul{padding-left: 0;list-style: none;}a { text-decoration: none;background-color: transparent;}img{max-width: 100%;}.container{width: 80%;margin: 0px auto;}header .main-menu li,.hinfo li{padding: 0px 10px;}.hinfo{border-bottom: 1px solid #e8e8e8;gap:0px 25px;}.hinfo{padding-top: 10px;padding-bottom: 10px;font-size: 14px;}header .main-menu .sub-menu li{padding: 0px;}header .main-menu li{padding: 0px 15px;}header .px1{padding: 0px 0px;}.hinfo a{padding: 10px 15px;}.nabh{position: relative;}.nabh::after{content: '(NABH Certified)';position: absolute;font-size: 13px;display: flex;width: 100%;white-space: nowrap;left: -22px;color: var(--blue);}.main-menu li a{position: relative;}.main-menu li a::before{content:'';position: absolute;background: var(--blue);clip-path: polygon(50% 0%, 91% 49%, 50% 100%, 9% 49%); border-top: 10px solid var(--blue); border-left: 7px solid transparent;border-right: 5px solid transparent;transform: rotate(180deg);left:-20px;top: 20px;}.main-menu li:first-child a::before{display: none;}.vconsult:hover{color: #fff;}header .main-menu li:first-child a{padding-left: 0px;}header .main-menu li:last-child a{padding-right: 0px;}.side-menu-wrap .side-menu-close{display: none !important;}.dm2 .sub-menu i{transition: all 0.3s ease-out;}.angdown svg{transform: rotate(450deg)!important;}.side-menu-nav svg {transition: all .1s linear;}.banner{height: 83vh;color: #fff;position: relative;overflow: hidden;}.swiper .swiper-wrapper .swiper-slide {background: url(images/background-shape.webp) !important;background-size: cover !important;background-position: center  !important;background-repeat: no-repeat  !important;min-height: auto;display: flex;align-items: center;justify-content: center;}.swiper .swiper-wrapper .swiper-slide::after {content: "";display: block;background: #000c1d;position: absolute;height: 100%;width: 100%;left: 0;top: 0;right: 0; bottom: 0;  opacity: 0.2;  z-index: 1;}.swiper .swiper-wrapper .swiper-slide .textWrapper {text-align: center;padding: 4rem 7rem;position: relative; z-index: 2;}.swiper .swiper-wrapper .swiper-slide .textWrapper .caption {font-weight: 300;}.roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(3n):after,.roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(5n):after{height: 30px !important;}@media only screen and (min-width: 1px) and (max-width: 1023px) {.swiper .swiper-wrapper .swiper-slide .textWrapper {padding: 3rem;}} .swiper.navigationSlider .navArrow { transition: 0.2s;}@media only screen and (min-width: 1px) and (max-width: 1023px) {.swiper.navigationSlider .navArrow { top: auto; bottom: 2rem;}} .swiper.navigationSlider .navArrow.swiper-button-prev {left: 2rem;transform: rotate(180deg);}.swiper.navigationSlider .navArrow.swiper-button-next { right: 2rem;}
 .swiper.navigationSlider .navArrow:hover {opacity: 0.7;}.swiper.navigationSlider .navArrow::after {display: none;} .swiper.paginationSlider .swiper-pagination .swiper-pagination-bullet {height: 10px;width: 10px;background: white;transition: 0.2s;}.swiper.paginationSlider .swiper-pagination .swiper-pagination-bullet:hover {opacity: 0.4;}.swiper-button-next, .swiper-button-prev{background-image: none !important;}.navArrow svg{width: 45px;height: auto;}.swiper-button-prev svg{transform: rotate(180deg);}.swiper-button-next svg{transform: rotate(180deg);}.cbtn a{position: relative;overflow: hidden;padding:14px 24px;font-weight: 600;border-radius: 4px;}.cbtn a:first-child{color: #fff;}.cbtn a:last-child{color: #000;background: #fff;margin-left: 15px;}.cbtn{display: flex;justify-content: center;}.cbtn a:last-child:hover{color: #fff;}h1{font-size: 44px;}.simpel,.parah{font-family: 'simpel';}.banner h1,.banner h2{font-family: 'simpel';font-size: 50px;line-height: 1.1;font-weight: 500;}.banner .simpel{font-size: 24px;}.textWrapper p,.textWrapper h1,.textWrapper h2{padding-bottom: 40px;}.bpoints{position: absolute;bottom: 0;width: 100%; background: linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);z-index: 1;}.ps7{padding: 70px 0px;}.sp-sticky.sp-active{box-shadow: rgb(67 182 128) 0px 0px 5px;padding:10px 0px;}
.sp-sticky{width: 100%;height: auto;display: block;position: fixed;z-index: 9999999;left: 0;top: 0;transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;}.mt2{margin-top: 20px;}.bp1{width: 80%;margin:13px auto;display: flex;justify-content: space-between;}.c1{display: flex;align-items:center;grid-gap: 0px 5px;width: 25%;justify-content:center;}.cc1 svg{width: 26px;fill:#057e5e;height: auto;}.c1 h2,.banner .bpoints p{font-family: 'simpel';font-size: 20px;font-weight: 400;}.cc2{padding-left: 5%;}
.c1 p{font-size: 16px;}.green{color:#36a56c;}.blue{color: var(--blue);}h2,.parah{font-size: 34px;line-height: 38px;font-weight: 500;letter-spacing: 0px;}.tc{text-align: center;}.mb1{margin-bottom: 10px;}.mb2{margin-bottom:20px;}.mb3{margin-bottom:30px;}.mb4{margin-bottom:40px;}#eyeslider{display: flex;justify-content: space-around;width: 90%;margin: 30px auto 0px;}.age{position: absolute;width: 100%;height: 100%;display: flex;align-content: flex-end;z-index: 1;bottom: 0;top: 0;flex-wrap: wrap;padding-bottom: 10%;justify-content: center;text-align: center;color: #fff;}
#eyeslider .img{position:relative;overflow: hidden;}#eyeslider .img h3,#eyeslider .img p.simpel{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 30px;}h3{font-size: 32px;font-weight: 500;}#eyeslider .img p.simpel{height:auto;}#eyeslider h3 span,#eyeslider .img p.simpel span{background: rgb(82 174 127 / 85%);border: 4px solid rgb(54 145 159 / 85%);border-radius: 50%;width: 60px;height: 60px;display: inline-flex;align-items: center;justify-content: center;position: relative;overflow: hidden;top: 0;bottom: 0;z-index: 1;margin-left: 5px;}#eyeslider h3 span::after,#eyeslider .img p.simpel span::after{content:'';position: absolute;width: 100%;height: 100%;background: var(--blue);z-index: -1;transform: scale(0);opacity: 0;transition: all 0.3s ease-out;border-radius: 50%;}#eyeslider .slide:hover h3 span::after,#eyeslider .slide:hover p.simpel span::after{transform: scale(1);opacity:1;}#eyeslider .slide:hover span,#eyeslider .slide:hover p.simpel span{border-color:transparent;}#eyeslider .img img{filter: brightness(0.65);}#eyeslider p{font-size: 20px;height: 50px;padding: 0px 10px;font-family: 'simpel';}.greybg{background: #f9f9f9;}.habt1 h2{font-weight: 500;line-height: 50px;position: relative;padding-left: 20px;font-size: 44px;}.habt1 h2::before{content: 'In Bengaluru';position: absolute;left: -30px;writing-mode: vertical-rl;font-size: 31px;bottom: 7px;text-orientation: mixed;transform: rotate(180deg);}.play{display: flex;justify-content: center;align-items: center;margin-bottom: 25px;}.play svg{font-size: 1rem;margin-left: 4px;}.habt{display: flex;align-items: center;}.habt1{width: 25%;}.habt2{width: 55%;text-align: center;background: url(./images/transparent-logo-bg.webp);background-repeat: no-repeat;background-position: center -15px;}.picon{background: #000;width: 70px;height: 70px;display: flex;align-items: center;justify-content: center;border-radius: 50%;transition: all 0.3s ease-out;box-shadow: 0px 3px 14px rgb(0 0 0 / 0%);}.play span{font-weight: 600;margin-left: 15px;}.f600{font-weight: 600;}.habt1 .f600{font-size: 18px;margin-bottom: 25px;}.space{display: flex;padding: 15px 0px;}
.cbtn1{display: inline-flex;padding: 14px 24px;border-radius: 4px;font-weight: 600;color: #fff;position: relative;}.picon:hover{background: linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);box-shadow: 0px 3px 14px rgb(0 0 0 / 35%);}.eyebg{background:url('./images/eye-treatment-bg.webp');background-repeat: no-repeat;background-size: cover;}
.erow{display: flex;grid-gap: 0px 50px;align-items: center;}.nxt{display: flex;}.e1 h2,.e1 .parah{color: #fff;font-weight: 500;margin-bottom: 20px;}.e1{color: #fff;}p{line-height: 26px;letter-spacing: 0.3px;}#treatment img{width: auto;margin: 0px auto;}#treatment .bgwhite{background: #fff;}#treatment h3{font-size: 18px;text-align: center;line-height: 18px;width: 100%;margin-top: 30px;}
#treatment .ttypes img{text-align: center;transition: all 0.3s ease-out;}#treatment .slide{position: relative;height: 200px;padding: 15px;display: flex;justify-content: center;flex-wrap: wrap;align-content:center;border: 4px solid transparent;transition: all 0.3s ease-out;}#treatment .slide{margin-bottom: 10px;}#treatment .gradient h3{color: #fff;}.e1{width: 40%;}.e2{width: 55%;}
#treatment .owl-nav,#symptoms .owl-nav{display: none;}#treatment .owl-dots button,#insurance .owl-dots button,#feedback .owl-dots button,#eyeslider .owl-dots button,#hww .owl-dots button, .cdots .owl-dots button{border:2px solid var(--green) !important;width: 12px;height:12px;border-radius: 50%;margin: 0px 7px;}#treatment .owl-dots{text-align: right;}#feedback .owl-dots,.cdots .owl-dots{text-align: center;margin-top: 20px;}.cdots .owl-dots{margin-top: 0px;}#treatment .owl-dot.active,#insurance .owl-dot.active,#hww .owl-dot.active,.cdots .owl-dot.active{background: var(--blue);border-color: var(--blue);}#feedback .owl-dot.active, #eyeslider .owl-dot.active{background: #c0d3df;border-color:#c0d3df;}#treatment .owl-dot,#insurance .owl-dot{transition: all 0.3s ease-out;}
.awt{width: 90%;margin: 0px auto;display: flex;justify-content: space-between;align-items: center;background: url('images/book-appointment-bg.webp');background-repeat: no-repeat;background-position: 65%;}.awt h2{font-size: 34px;font-weight: 500;line-height: 38px;letter-spacing: 0px;}.awt5{width: 45%;padding-left: 5%;}.gbg{background: #f9f9f9;}#feedback .owl-dots button,#eyeslider .owl-dots button{border-color: #c0d3df;}#insurance img{width: 300px;height: 50px;object-fit: contain;}.ins{display: flex;justify-content: space-between;align-items: center;}.ins .ins2{width: 70%;padding-left: 25px;}.black{background: #000;}#insurance  .slide img:first-child{margin-bottom: 20px;}#insurance  .slide img{margin:0px auto;}#insurance .slide{text-align: center;}
#insurance .owl-dots{text-align: center;display: block;}#docslider{display: block;margin-top: 35px;}#docslider .slide{display: block;width: 100%;padding: 10px;}
#docslider .dimg a{width: 100%;position: absolute;bottom: 0;left: 0;display: flex;justify-content: center;transform: translateY(50px);transition: all 0.3s ease-out;}
#docslider h3,#docslider p.simpel{font-size: 20px;font-weight:500;}#docslider .wbg{box-shadow: 0px 0px 5px rgba(0,0,0,0.3);border-radius: 25px;}#docslider .blue{display: flex;justify-content: center;padding: 10px;border-top: 1px solid #e2e2e2;transition: all 0.2s;color: #000;}#docslider .blue:hover{color: var(--green);}.wbg img{border-top-left-radius: 25px;border-top-right-radius: 25px;}
.wbg .pos{padding: 15px 10px 15px;text-align: center;height: auto;display: flex;align-items: center;justify-content: center;}.wbg .pos p{line-height: 20px;margin-top: 5px;}
#docslider .dimg{position: relative;overflow: hidden}#docslider img{width: 100%;height: auto;}.tab_content .fa-plus img{height:auto;}#docslider .slide:hover .dimg a{transform: translateY(0px);}
#hww{display:flex;justify-content: space-between;text-align: center;align-items: center;padding: 125px 0px 80px;}#hww img{width: auto;}#hww h3,#hww p.simpel{font-size: 20px;margin-bottom: 10px;font-weight:500;line-height:1.3;}#hww .slide{width: 25%;position: relative;background:#fff;}#hww p{line-height: 20px;}.susw{width: 80%;margin: 0px auto;text-align: center;}#hww .slide p{margin-bottom: 5px;}
#hww .slide:first-child::after,#hww .slide:nth-child(3)::after{content:'';width: 100%;height: 100%;position: absolute;top: -75px;border-top:0px dotted var(--green);border-radius: 50%;background: url(images/dots.png);background-size: contain;background-repeat: no-repeat;}#hww .slide:nth-child(2)::after{content:'';width: 100%;height: 100%;position: absolute;bottom: -75px;border-top:0px dotted var(--green);border-radius: 50%;background: url(images/dots.png);background-size: contain;background-repeat: no-repeat;transform: rotate(180deg);}
.wspace{padding-top: 20px;}.lgreen{background: #e6f5ee;}.faq{display: flex;justify-content: space-between;}.faqh{width: 40%;}.faqa{width: 60%;text-align: left;}
.wbg .pos a{display: flex;justify-content: center;margin-top: 10px;transition: all 0.3s ease-out;}.wbg .pos a:hover{color: var(--green);}
.tabs_wrapper {width:100%;text-align: center; margin: 0 auto;background: transparent;display: flex;justify-content: space-between;}ul.tabs {display: inline-block;vertical-align: top;
  position: relative;z-index: 10;margin: 25px 0 0;padding: 0;width: 25%;list-style: none;-ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
ul.tabs li {margin: 0;cursor: pointer;padding: 0px 15px;line-height: 31px;color: var(--green);text-align: left;font-weight: bold;-ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;transition: all 0.3s ease;margin-bottom: 15px;font-size: 18px;position: relative;}ul.tabs li::before{content: '';position: absolute;left: 0;border-left: 3px solid var(--blue);width: 100%;height: 0%;transition: all 0.3s ease-out;}ul.tabs li:hover {color: var(--blue);-ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
ul.tabs li.active {color: var(--blue);-ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
ul.tabs li.active::before{height: 100%;}.tab_container,.faqs-container{display: inline-block;vertical-align: top;position: relative;z-index: 20;width: 60%;text-align: left;border-radius: 12px;}
.quote1.blue,.blue.nosym{color:#187d8b;}.homevideo{opacity:0;}.tab_content {padding: 0px;height: 100%;display: none;}.tab_drawer_heading {display: none;}.accordion-container{position: relative;height: auto;margin: 10px auto;}.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 20px;padding-bottom: 15px;border-bottom: 1px solid #ddd;}.set{position: relative;width: 100%;height: auto;cursor: pointer;}.set > a{display: flex;padding: 13px 15px 13px 0px;text-decoration: none;color: #000;font-weight: 600;border-bottom: 1px dotted #000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear;align-items: center;justify-content: space-between;}.set > a i{float: right;}.set > a.active{background-color:transparent;color: #000;}.content{background-color: transparent;display:none;}.content p{padding: 10px 15px 10px 0px;margin: 0;color: #333;}.bglogo{background-image: url('images/faq-bg-1.webp');background-size: cover;background-repeat: no-repeat;}#feedback p{font-size: 16px;font-weight: 400;text-align: center;}#feedback .slide{width: 75%;margin: 0px auto;}#feedback .timg{text-align: center;display: flex;justify-content: center;margin-top: 20px;align-items: center;}#feedback .timg img{width: auto;}.tbg{background: #e0e0e5;border-radius: 50%;width:35px;height: 35px;display: flex;align-items: center;justify-content: center;margin-right: 15px;}#feedback{margin-top: 25px;}#feedback .owl-nav{display: block;}
#feedback .owl-prev {width: 15px;height: 100px;position: absolute;top: 5%;margin-left: -20px;display: block !important;border:0px solid black;}#feedback .owl-next {width: 15px;height: 100px;position: absolute;top: 5%;right: -25px;display: block !important;border:0px solid black;}#feedback svg{width: 50px;height: 50px;opacity: 0.5;transition: all 0.3s ease-out;}
#feedback .owl-nav:hover svg{opacity: 1;}.clientsay{position: relative;overflow: hidden;border-bottom: 1px solid var(--blue);}.clientsay::after{content: '';position: absolute;background: url('images/shape-1.png');background-repeat: no-repeat;background-size: contain;right: 0;top: 0;background-position: right;width: 300px;height: 150px;}.clientsay::before{content: '';position: absolute;background: url('images/shape-2.png');background-repeat: no-repeat;background-size: contain;left: 0;bottom: -10px;background-position: left;width:150px;height: 150px;}.happoint{display: flex;justify-content: space-between;}.treatmentlist{display:grid;grid-template-columns:repeat(3,1fr);gap:65px 25px;}.treatmentlist h2{font-size:20px;line-height: 24px;padding: 10px 0px 0px;}.treatmentlist h2 br{display:none;}.treatmc{position:relative;}.bac,.baf{width: 48%;}.treatmc a{display: flex;align-items: center;justify-content:center;margin-top: 10px;color:#32855E;font-family:'simpel';}.treatmc a svg{margin-left:5px;margin-top:-2px;}.treatmc a svg path{fill:#32855E;}.treatmc img{transition: all 0.3s ease-out;border-radius: 2px;width:100%;}.treatmc:hover a{color:#198190;}.treatmc:hover a svg path{fill:#198190;}.treatmc:hover img{transform:scale(1.1);}.timgw{position:relative;overflow:hidden;display: flex;margin-bottom:10px;}.happoint input,.happoint select,.barw input,.barw select,.barw textarea,.cform input,.cform textarea,.vform input,.vform select,.vform textarea{display: block;width: 100%;height: 48px;padding: 6px 12px;font-size: 16px;line-height: 1.42857143;color: #000;background-color: #fff;border-bottom: 1px solid #eaeaea;border-radius: 0px;outline: 0px !important;box-sizing: border-box;border-top: 0px;border-left: 0px;border-right: 0px;font-family:'trebuc';margin-bottom: 15px;}
.barw textarea{height: 100px;resize: none;}.barw input,.barw select{margin-bottom: 20px;}.hatime{grid-gap: 0px 15px;}.fgroup.submit{display: inline-flex;margin-top: 20px;}.fgroup.submit input{border-radius: 4px;color: #fff;height: auto;padding: 14px 24px;}.fgroup.submit input:hover{background: #000;}footer{padding: 50px 0px 0px;color: #fff;}.frow{display: flex;justify-content: space-between;}.frow a{color: #fff;}.frow h2{font-size: 20px;font-family:'simpel';color: #26c5db;}.frow .f2 li,.frow .f3 li{margin-bottom: 15px;}.frow .f1 img{margin-bottom: 10px;}.hname{font-weight: 500;font-family: 'simpel';}.fphone{display: flex;margin-top: 6px;}.sicons{display: flex;}.sicons li{padding-right: 25px;margin-top: 15px;}.sicons svg{width: 24px;height: 24px;}.sicons li a:hover svg path,.sicons li a:hover svg circle{fill:var(--blue);}.frow .f2 a:hover,.frow .f3 a:hover,.copyright a:hover{color: var(--blue);}.frow .f1 a{color: #26c5db;font-weight:500;}.frow .f1 a:hover{color: var(--green);}.copyright{display: flex;justify-content: space-between;font-size: 14px;padding-bottom: 10px;padding-top: 30px;}.copyright a{color: #fff;}.nowrap{white-space: nowrap;}.f4{padding-left: 5%;}.f1,.f4{width: 25%;}.f2,.f3{width: 20%;padding-left: 7%;}.f2{padding-left: 7%;}footer .f3 a{line-height: 22px;}footer h2{margin-bottom: 10px;}.bpoints h2,.banner .bpoints p{line-height: 26px;}.bpoints .c1:nth-child(2){padding-left: 2%;}.bpoints br{display: none;}#tt1{display: block;}.awt .space:nth-child(1){padding: 5px;}#tt1 .habt1:nth-child(1){width: 20%;}#insurance .owl-nav{display: none;}#insurance .owl-dots,#hww .owl-dots{margin-top: 10px;position: absolute; width: 100%;text-align: center;}#hww .owl-dots{bottom: 0px;}.hatime div{width: 49%;}.hatime div label{padding-left: 12px;}footer a{transition: all 0.1s ease-out;}.sub-banner,.sub-banner a,.sub-banner h1{color: #fff;}.sub-banner h1{font-size: 38px;font-weight: 600;font-family: 'simpel';}.breadcrumb {display: flex;list-style-type: none;margin-top: 5px;justify-content: center;}.breadcrumb li {padding: 0px 5px 0px 0px;}.sub-banner{text-align: center;}.quote{display: flex;color: var(--blue);font-weight: 600;margin-bottom: 5px;}h2{font-family: 'simpel';}.dflex{display: flex;align-items: center;justify-content: space-between;}.ccont{width: 50%;padding-right: 5%;}.cimg,.sat .simg{width: 40%;}.w90{width:90%;margin: 0px auto;}.w70{width:80% !important;margin: 0px auto;}.abtcont span{display: flex;font-size: 26px;}.ccont p,.shead p{margin-bottom: 15px;}.ccont p:last-child{margin-bottom: 0px;}.nabhimg{position: absolute;bottom: -30px;right: -50px;border: 2px solid var(--blue);border-radius: 50%;}.cimg{position: relative;}.progress li .num{position: relative;width: 100px;height: 100px;}.progress li .num::before{content: '';position: absolute;border: 4px solid var(--green);width: 100%;height: 100%;border-radius: 50%;}.dflexc{display: flex;align-items: center;justify-content:center;}.progress li .num::after{content: '';position: absolute;border: 4px solid var(--blue);width: 100%;height: 50%;border-radius: 50%;}.dflexs{display: flex;align-items: center;justify-content:space-around;}.dflexcc{display: flex;align-items: center;justify-content:space-between;}.dfstart{display: flex;}input[type="radio"] {width: auto;display: inline;height: auto;}
#treatment .slide:hover{background:#fff;border-color: var(--blue);}#treatment .slide:hover h3{color: #000;}#treatment .slide:hover img{transform: scale(1.1);}.progcont span{font-size: 16px;width: inherit;}.mt5{margin-top: 50px;}.progcont{font-family: 'simpel';}.tgradient{ background:linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}.tech .tgradient{font-size: 18px;}.dflexss{justify-content: space-between;display: flex;align-items: flex-start;text-align: left;grid-gap: 20px;}.dflexc .wus:nth-child(1) svg{width: 80px;height: 80px;}.dflexc .wus:nth-child(2) svg{width: 90px;height: 80px;}.dflexc .wus:nth-child(3) svg{width: 75px;height: 80px;}.dflexc .wus svg path{fill:var(--blue);}.tech .mt3{margin-top: 30px;} .dflexc .wus {text-align: center;}.tech .dflexc{grid-gap: 0px 50px;}.tech .dflexc h3{font-size: 18px;margin-bottom: 15px;}.shead{width: 50%;}#abtinsurance{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 25px 0px;margin-top: 40px;}#abtinsurance .slide{text-align: center;}#gallery{display:grid;grid-template-columns: repeat(3,1fr);grid-gap:10px;justify-content:center;margin-top: 40px;}.mfp-wrap,.mfp-bg{z-index: 999999 !important;}.gallery-item{position: relative;overflow: hidden;display: flex;}.gallery-item:hover img{transform: scale(1.1);}.gallery-item img{transition: 0.4s;width: 100%;}.gallery-item a{display: flex; position: relative;overflow: hidden;width: 100%;}.br-5{border-radius: 5px;}.circleimg{position: absolute;right: 0%;top: 0;}.sat{position: relative;height: 500px;overflow: hidden;}.sat{display: flex;align-items: center;}.fiximg{position: fixed;right: 20px;bottom: 20px;}.sub-banner.ps7{padding: 50px 0px;}.progress--circle:hover::before{animation: fgrad 0.3s;animation-fill-mode: forwards;}@keyframes fgrad{100%{background: radial-gradient(#3ab279 0%, #1b8d9e 100%);}}
.tc1,.cause1{width: 45%;}.quote1{font-weight: 500;font-family: 'simpel';margin-bottom: 10px;display: flex;}#symptoms img,#symptoms4 img,#symptoms5 img{border-radius: 50%; height: auto;}#symptoms{display: grid;grid-template-columns: repeat(6,1fr);grid-gap: 20px;justify-content: center;margin-top: 30px;}#symptoms4{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 20px;justify-content: center;margin-top: 30px;width: 70%;margin: 30px auto 0px;}#symptoms5{display: grid;grid-template-columns: repeat(5,1fr);grid-gap: 20px;justify-content: center;margin-top: 30px;width: 100%;margin: 30px auto 0px;}#symptoms .slide,#symptoms4 .slide,#symptoms5 .slide{text-align: center;}#symptoms p,#symptoms4 p, #symptoms5 p{line-height: 20px;margin-top: 10px;}.cimg1{position: absolute;left: 0%;top: 0;height: 100%;}.causes{position: relative;overflow: hidden;}#ctypes{display: flex;justify-content: space-between;}#ctypes .slide{width: 23.5%;}.bshadow{box-shadow: 0px 0px 4px rgba(0,0,0,0.3);border-radius: 10px;margin-top: 30px;}.bshadow img{border-top-left-radius: 10px;border-top-right-radius: 10px;}.cpad{padding: 15px 20px;}.cpad h3,.topt h3{text-align: center;margin-bottom: 10px;font-size: 20px;font-family: 'simpel';line-height: 26px;}.topt{display: flex;justify-content: space-around;align-items: center;}.topt1{width:50%;}.topt2{width:35%;}.mt4{margin-top: 40px;}.topt h3{text-align: left;font-size: 24px;}.faqopen{display: block;}.cfaq .content p,.faq-answer p{padding: 0px;margin: 10px 0px;}.cfaq .content p:nth-child(2){margin-top: 0px;}.causes .cause1{width: 55%;}#ctypes h3{transition: all 0.3s ease-out;}#ctypes .slide{position: relative;}#ctypes .slide:hover h3{color: var(--blue);}.barw{display: flex;align-items: center;}.barw1{width: 40%;}.barw2{width: 60%;padding-left: 5%;}/* .barw p{font-size: 18px;} */.masonry { margin: 2em;width: 100%;margin-left: auto;margin-right: auto;-moz-column-gap: 1.5em;column-gap: 1em;-moz-column-count: 3;column-count: 3;}.item {width: 100%;background-color: white;overflow: hidden;break-inside: avoid;margin-bottom: 1em;border-radius: 3px;box-shadow: 1px 1px 4px rgb(0 0 0 / 0%);padding: 2em;border: 1px solid var(--blue);transition: all 0.6s;}.masonry .item:hover{color: #fff;background: var(--blue);}.masonry .item:hover img{filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3))}.masonry h2{font-size: 18px;line-height: 30px;}.masonry .dflex{margin: 10px 0px;}.stars{display:flex;grid-gap: 5px 3px;}footer,.sub-banner{position: relative;overflow: hidden;}footer::before{background-color: #3d464f;border-bottom-left-radius: 50% 0;border-bottom-right-radius: 50% 0;border-top-left-radius: 50% 5%;border-top-right-radius: 50% 5%;bottom: 0;content: '';display: block;left: -5%;position: absolute;right: -5%;top: 0;z-index: 0;}.sub-banner{position: relative;}.sub-banner::before{background: linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);border-bottom-left-radius: 50% 5%;border-bottom-right-radius: 50% 5%;border-top-left-radius: 50% 0%;border-top-right-radius: 50% 0%;bottom: 0;content: '';display: block;left: -5%;position: absolute;right: -5%;top: 0;z-index: -1;}#about .sub-banner{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(images/infrastructure-reception.webp);background-position: right;background-repeat: no-repeat;height: 285px;display: flex;align-items: center;justify-content: center;}.abtcont{position: relative;}
#about .sub-banner .bancont{width: 100%;}.abtcont .dflexs{width:45%;flex-wrap: wrap;}.abtcont::after{content: '';position: absolute;right: 0;bottom:0; background: url(images/abt-bg.png);height: 100%;
    width: 100%;background-repeat: no-repeat;background-position: right;background-size: contain;z-index: -1;}.abtcont .dflexs{justify-content: space-between;}
.abtcont .dflexc{justify-content: initial;}.sat .simg img{display: none;}.doctor{border: 2px solid #f2f2f2;padding: 20px;transition: all 350ms ease 0s;border-radius: 30px;}.doctor .doctor-img {position: relative;text-align: center;}.doctor-box .doctor-name {margin-top: 20px;text-align: center;}.hrline{border-bottom: 1px solid var(--blue); margin: 20px auto;width: 50px;}.doctor-box .doctor-info {margin-top: 15px;text-align: center;}.img-circle {border-radius: 50%;}.doctor:hover {border-color: var(--blue);}.doctors .grids{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px;}.doctor .doctor-name {margin-top: 20px;text-align: center;}.doctor-name h3,.doclist .ch3{font-size: 22px;}.doctor .tc a{font-weight: 400;}.doctor .tc a:last-child{background: #000;color: #fff;border: 1px solid #000;margin-left: 10px;}.doctor .tc a:last-child:hover{color: #fff;}.doctor .tc a{padding: 12px 30px;}.doctor-info{text-align: center;}.doctor-detail .row{display: flex;}.doctor-detail .col4{width: 35%;text-align: center;}.doctor-detail .col8{width: 65%;margin-top: 30px;}.docimg{flex-wrap: wrap;}.docimg{flex-direction: column;grid-gap: 20px;display: inline-flex;box-shadow: 0px 0px 3px rgba(0,0,0,0.3);padding-bottom: 20px;}.doctor-detail .col8 h2{font-size: 34px;margin-bottom: 10px;}.dinfo ul li{width: 100%;display: flex;align-items: center;grid-gap: 20px;border-bottom: 1px dotted #1b8d9e;padding: 15px 0px;}.dinfo ul{flex-wrap: wrap;margin-top: 20px;}.dinfo ul li span{width:13%;font-weight: 300;font-family: 'simpel';font-size: 20px;color: #13616d;}.dinfo ul li div,.dinfo ul li p{width:85%;}.dinfo .column li{display: flex;align-items: center;justify-content: flex-start;}.dinfo ul li:last-child{align-items: flex-start;}.docserv h3{font-size: 20px;font-family: 'simpel';transition: all 0.15s;}.docserv{display: grid;grid-template-columns: repeat(2,1fr);text-align: center;grid-gap: 25px;margin-top: 40px;margin-bottom: 20px;}.docserv .scont{width: 85%;}.docserv .dflexss{background: #fff;padding: 30px 20px;border-radius: 20px;box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);grid-gap: 0px;}.docserv .scont{border-left: 1px solid #ddd;padding-left: 25px;margin-left: 15px;transition: all 0.15s;}.docserv .dflexss:hover h3{color: var(--blue);}.docserv .dflexss:hover .scont{border-color: var(--blue);}.grid1{display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 30px;margin-top: 30px;}.grid1 li{display: flex;grid-gap:20px;align-items: center;}.grid2{display: flex;flex-wrap: wrap;justify-content: space-between;grid-row-gap: 30px;}.grid2 h2,.grid2 h3{font-size: 23px;line-height: 25px;margin:5px 0px 5px 0px;}.grid2 .dtc1{width: 32%;}.dtc1 sup{font-size: 16px;}.techcont{padding: 10px 0px;}.imgzoom{position: relative;overflow: hidden;display: flex;}.grid2 h3{font-family:'simpel';}.dtc1:hover .imgzoom img{transform: scale(1.1);}.imgzoom img{transition: all 0.5s;}.cform .cfrow{display: flex;justify-content: space-between;}.cfrow .col7{width:55%;}.cfrow .col5{width:35%;}.cform .hname{font-size: 20px;}.lcont h3{font-size: 18px;font-family: 'simpel';}.cicon{grid-gap: 0px 15px;}.cform hr{margin: 15px 0px;border: 0px; border-top: 1px solid #eaeaea;width: 100%;opacity: 0;}.cform .col5 .gbg{background: #f5f5f5;align-items:center;padding: 10% 10% 10% 12%;display: flex;flex-wrap: wrap;}.cform a{color: #000;}.cform{background:url(images/abt-baag.png);background-repeat: no-repeat;background-position: right;}.cform .col5 .gradient{padding:5% 10%;margin-top: 20px;color: #fff;}.cform .col5 .gradient a{color: #fff;text-decoration: underline;white-space: nowrap;}.cform .col5 .gradient p{font-family:'simpel';}.contactpage footer::before{display: none;}.contactpage footer{background-color: #3d464f;}.map{line-height: 0px;}.cform textarea{height: 150px;resize: none;}.cform .col5 .gradient,.cform .col5 .gbg{border-radius: 5px;}.vform .col6{width: 48%;}.vform{display: flex;justify-content: space-between;flex-wrap:wrap;margin-top: 20px;}.vform .col12{width: 100%;}.vform .col12 input{width: auto;}.op0{opacity: 0;}.vform .fgroup div{width: 100%;}.vform .fgroup label{padding-left: 12px;}#vconsult #hww .slide:nth-child(3)::after{display: none;}.vrow .vcol1{width: 45%;}.causes img{height: auto; width:auto;}.backButton.is-visible {pointer-events: auto;opacity: 1;transform: scale(1);}.backButton .backButton__bg {transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);}.backButton__bg {position: absolute;z-index: -1;border-radius: 100%;width: 100%;height: 100%;}.backButton__icon__wrap {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}.backButton svg{font-size: 20px;margin-top: -3px;}.backButton {cursor: pointer;position: fixed;bottom: 20px;right: 2rem;z-index: 999999;display: none;align-items: center;justify-content: center;width: 3rem;height: 3rem;transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);}.lasik #ctypes{width: 75%;margin: 0px auto;}.lasik #ctypes .slide{width: 31%;}.megamenu{display: flex;padding: 0px;background: #f9f7f7;position: fixed;z-index: 99999;width: 42%;top: 119px;left: auto;opacity: 0;transition: all 0.3s ease;transform: scaleY(0);box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);align-items: flex-start;transform-origin: top left;}.mwidth {width: 100%;margin: 0px auto;padding: 20px 0px 20px 20px;}.megamenu .tab-content{width: 70%;}.tab-content > .tab-pane {display: none;}.dm2:hover .megamenu{transform: scaleY(1);opacity: 1;visibility: visible; }.dm2 .megamenu a::before{display: none;}.dm2 .megamenu a{padding: 10px 20px 10px 10px !important;display: block;color: #000;font-weight: 600;font-size: 16px;width: 100%;}.megamenu .nav{width: 30%;height: auto;display: flex;border-right: 1px solid #e8e8e8;overflow: hidden;flex-direction: column;}.megamenu .tab-content{width: 70%;}.mwidth {display: flex;}.megamenu .nav li{padding-left: 0px;padding-right: 0px;display: flex;}.tab-content > .active {display: block;}
.megamenu .mrow{padding: 0px 20px 0px 20px;}.megamenu .mimg img{border-radius: 5px;object-fit: cover;}
.megamenu .mrow p{margin-top: 5px;}.megamenu .nav li.active a,.megamenu .nav li:hover a{border-bottom: 0px;}.megamenu .nav li:hover a,.megamenu .nav li:hover{box-shadow: none;}
.megamenu .nav li:hover a,.megamenu .nav li a.active,.megamenu .nav li:hover{color: var(--blue);}.card-count-container span{font-size: 18px;font-family: 'simpel';} .card-count-container b{font-size: 20px;color: var(--blue);}.card-container {display: grid;width: 50%;flex-wrap: wrap;justify-content: space-between;grid-template-columns: repeat(2,1fr);gap:30px;}.megamenu .mrow a{color: var(--green);}.megamenu .mrow a:hover{color: var(--blue);}.card-container .card {border-radius: 10px;background-color: #ffffff;overflow: hidden;box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);}.card-container .card .card-count-container {display: flex;align-items: center;width: 100%;padding: 20px 0px 20px 20px;}
.card-container .card .card-count {width: 100px;height: 100px;display: flex;align-items: center;justify-content: center;border-radius: 50%;margin: auto;margin-right: 20px;overflow: hidden;color: #ffffff;box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);transition: all 0.2s ease-in-out;}.card-container .card .card-count img{width: 50%;transition: all 0.2s ease-in-out;}.card-container .card .card-content {padding: 20px;padding-top: 0px;}.card-container .card .card-content > h2 {margin-top: 0px;text-align: center;}.card-container .card .card-footer {padding: 20px;color: #ffffff;}.card-container .card .card-count{background-image: linear-gradient(90deg, #6fc6a9, #058ba9);}.card-container .card .card-count {transform: scale(1);}.card-container .card:hover .card-count {transform: scale(1.1);} .awt img{border-radius: 50px;height:auto;}.card-count-container div:first-child{width: 50%;}.f18{font-size: 18px;}.mhead{position: relative;}.f400{font-weight: 300;}.swiper .diagonal{justify-content: center;width: 184px;}.duk{line-height: 20px;}.duk li{display: flex;align-items:center;margin-bottom: 10px;}.duk li span{width: 90%;padding-left: 10px;}.duk li:last-child{margin-bottom: 0px;}.h3s{font-size: 26px;}.causep{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}.causep li span{width:94%;}.causep li{margin-bottom: 0px;padding-right: 10px;}.causep li:last-child{padding-right: 0px;}.alignst li{align-items: flex-start;}.alignst li img{margin-top:5px;}.stretched-link::after {position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;pointer-events: auto;content: "";background-color: rgba(0,0,0,0);}#eyeslider .img img{height:330px;}.ucase{text-transform: uppercase;}#my-roadmap h2,#my-roadmap .parah{padding: 5px 0px 0px;font-size: 30px;}#my-roadmap li img{transition: all 0.2s linear;}#my-roadmap li:hover img{transform:scale(1.1);}#my-roadmap li .event{transition: all 0.1s;}.ewrap{display: flex;flex-wrap: wrap;align-items: flex-start;flex-direction: column;justify-content: center;}.event__content {min-height: 80px;}.lsp span{font-weight: 400;}.lsp li{align-items: flex-start;margin-bottom: 10px;width: 100%;}.lsp li img{margin-top:5px;}.lsp li:last-child{margin-bottom: 0px;}.lsp li b{font-family: 'simpel';font-weight: 400;}.cfaq .lsp{margin-top: 0px;}footer .container{z-index: 1;position: relative;}.treatmentpage footer{background: #e6f5ee;}.technology footer{background: #f9f9f9;}.videos{display: grid;grid-template-columns: repeat(4,1fr);gap:30px;padding-top: 70px;}.videos video{width:100%;height: 280px;object-fit: cover;border-radius: 10px;}.ksyms #symptoms{grid-template-columns: repeat(3,1fr);width: 90%;}.sp-sticky-child {transition: all .3s ease;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;-o-transition: all .3s ease;}.wl{transition:all 0.3s linear}.header-sticky .megamenu{top:80px;}.header-sticky .wl{width: auto;}#treatment .owl-nav{display:flex;justify-content: flex-start;gap:0px 20px;}#treatment .owl-nav svg,#abtinsurance .owl-nav svg{width: 30px;height: auto;}.videos video img{border-radius: 10px;}.textWrapper p{padding-bottom:20px;}.swiper-button-next, .swiper-button-prev{top: 45% !important;}.tphone{display:flex;justify-content:flex-start;margin-bottom:5px;flex-wrap:wrap;}.mt1{margin-top:10px;}#abtinsurance .owl-nav {display: flex;justify-content: center;gap: 0px 20px; margin-top: 20px;}#tt1 .habt2 img{height:auto;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:12% !important;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #1696ae !important;}.swiper-pagination-bullet{opacity:0.6 !important;}.swiper-pagination-bullet{background:#fff !important;}.swiper-slide span{font-weight: 500;font-family: 'simpel';font-size: 24px;margin-bottom: 5px;display: flex;justify-content: center;}
.sub-banner sup{font-weight: 400;}.doctor .designation{line-height: 26px;margin-top: 2px;display: flex;justify-content: center;}
.doctor .tc{opacity: 0;position: absolute;transition: all 0.3s ease;bottom: -50px;background:#e9e9e9;width: 100%;left: 0;padding: 10px 0px;}.doctor .hrline{margin-bottom: 6px;}
.doctor:hover .tc{opacity: 1;bottom: 0;}.doctor{position: relative;overflow: hidden;}
.cform .cfrow {flex-direction: row-reverse;}.vfl{height:400px;display: flex;align-items: center;}.relex #ctypes{justify-content:center;grid-column-gap: 40px;}sup{font-size:20px;}#symps #symptoms{display:block;}.visian{width:500px;}.st0{fill:none;stroke:#08B1C2;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}.nosym{font-weight: 500;font-family: 'simpel';}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.header-logo svg{width:210px;height:auto;transition: 0.4s ease;}.brad-20::after{content:'';position: absolute;width: 100%;height: 100%;right: 0;z-index: -1;background: url(images/cshape.webp) no-repeat;background-color: #efefef;background-position: right;background-size: contain;}.brad-20{display:flex;align-items:center;justify-content:center;}
.brad-20 img{padding: 10%;height: 100%;object-fit: contain;}.cdr img{height: 90%;}.black-20::after{content:'';position: absolute;width: 100%;height: 100%;right: 0;z-index: -1;background: url(images/bshape.webp) no-repeat;background-color: #000;background-position: right;background-size: contain;}.black-20,.rd-40,.blue-20{width: 40%;display: flex;align-items: center;justify-content: center;}.black-20 img{height: auto;}.rd-40 img{height: 100% !important;}.blue-20::after{content:'';position: absolute;width: 100%;height: 100%;right: 0;z-index: -1;background: url(images/blueshape.webp) no-repeat;background-color: #43a4d1;background-position: right;background-size: contain;}.blue-20 img{height: auto;}.vl-35{width:35%;}.vl-35 img{padding:5%;}
.clipimg img{clip-path: circle(730px at left);height:100%;}.oflow{overflow: hidden;}.bslide2.swiper-slide-active span{opacity:1;}.bslide2 span{opacity:0;}
.modal {display: none;position: fixed;z-index: 999999;padding-top: 90px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0,0,0,0.4);}
.modal-content {background-color: #fefefe;margin: auto;padding: 20px;border: 1px solid #888;width: 40%;position: relative;}
.close {color: #aaaaaa;float: right;font-size: 28px;font-weight: bold;background: transparent;border: 0;position: absolute;top:0;right:5px;}
.close:hover,.close:focus {color: #000;text-decoration: none;cursor: pointer;}#duk{display:grid;grid-template-columns: repeat(3,1fr);grid-gap: 50px;justify-content: center;margin-top: 30px;}#duk .slide{text-align:center;}.dukspace{padding:30px 0px 50px !important;}.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0px 8px;}.gtypes .slide{background:#fff;}.diagnos{font-size:22px;font-family:'simpel';margin-top:15px;}.treatment.pt0{padding-top:0px;}
.ratings{position:fixed;bottom:20px;left:20px;z-index:99;width: 130px;}.ratings img{border-radius: 10px;}
.faqs-container{overflow: hidden;}.faq-answer{display: none;background-color: transparent;}.faq-singular > h3{display: flex;padding: 13px 5px 13px 0px;text-decoration: none;color: #000;font-weight: 600;border-bottom: 1px dotted #000;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;align-items: center;justify-content: space-between;font-size:16px;}.faq-singular{position: relative;width: 100%;height: auto;cursor: pointer;}.faq-question .fa-plus img{width:100%;height: auto;}
.faq-question span{width:90%;}.faq-answer .causep.mt2{margin-top: 20px;}

.swiper-wrapper {position: relative;width: 100%;height: 100%;z-index: 1;display: flex;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform, -webkit-transform;-webkit-box-sizing: content-box;box-sizing: content-box}.swiper-container-android .swiper-slide,.swiper-wrapper {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.swiper-slide {-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;width: 100%;height: 100%;position: relative;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform, -webkit-transform}.swiper-pagination {position: absolute;text-align: center;-webkit-transition: .3s opacity;-o-transition: .3s opacity;transition: .3s opacity;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);z-index: 10}.swiper-pagination.swiper-pagination-hidden {opacity: 0}.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {bottom: 10px;left: 0;width: 100%}.swiper-pagination-bullet {width: 8px;height: 8px;display: inline-block;border-radius: 100%;background: #000;opacity: .2}button.swiper-pagination-bullet {border: none;margin: 0;padding: 0;-webkit-box-shadow: none;box-shadow: none;-webkit-appearance: none;-moz-appearance: none;appearance: none}.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer}.swiper-pagination-bullet-active {opacity: 1;background: #007aff}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);white-space: nowrap}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transition: .2s transform, .2s left;transition: .2s transform, .2s left, .2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {-webkit-transition: .2s right, .2s -webkit-transform;transition: .2s right, .2s -webkit-transform;-o-transition: .2s transform, .2s right;transition: .2s transform, .2s right;transition: .2s transform, .2s right, .2s -webkit-transform}.swiper-scrollbar {border-radius: 10px;position: relative;-ms-touch-action: none;background: rgba(0, 0, 0, .1)}.swiper-container-horizontal > .swiper-scrollbar {position: absolute;left: 1%;bottom: 3px;z-index: 50;height: 5px;width: 98%}.swiper-scrollbar-drag {height: 100%;width: 100%;position: relative;background: rgba(0, 0, 0, .5);border-radius: 10px;left: 0;top: 0}.swiper-scrollbar-cursor-drag {cursor: move}.swiper-scrollbar-lock{display: none;}#vconsult #hww .slide{background:transparent;}
.faqbimg .faq-question i::after{content:'';position:absolute;background-image:url(images/sri-eye-care-small-icon.webp);background-size: contain;
width:30px;height:30px;background-repeat: no-repeat;}.faqbimg .faq-question i{width:30px;height:30px;}
.lbimg li,.lbimg1 .df{position:relative;padding-left:30px !important;}.lbimg li::after,.lbimg1 .df::after{content:'';position:absolute;background-image:url(images/right-arrow-1.png);background-size: contain;width:30px;height:9px;background-repeat: no-repeat;left:0;}.causep li::after{top:5px;}.lbimg1 .df{padding-left:42px !important;}.lbimg1 .df::after{top:7px;}
.rsimgh{height:auto !important;}.pt30{padding-top:30px;}.t5 li::after{top:5px;}
.faq-question i::after{content:'';position:absolute;background-image:url(images/sri-eye-care-small-icon.webp);background-size: contain;
width:30px;height:30px;background-repeat: no-repeat;}.faq-question i{width:30px;height:30px;}

.swiper .swiper-wrapper .swiper-slide::after{background:transparent;}.banner{color:#000;}
.swiper .swiper-wrapper .swiper-slide .textWrapper{background:transparent !important;transform:none;top:auto;text-align:left;padding:0px;position:relative;
display:grid;grid-template-columns:60% 40%;justify-content:space-between;gap:0px 40px;width:90%;}
.banner .cbtn{justify-content:flex-start;}.banner .simpel{font-size:28px;}.banner{background-color:#f6f6f6;padding:100px 0px 55px;height:auto;}
.textWrapper > div{display: flex;flex-direction: column;justify-content: center;}
.swiper-pagination-bullet{background: #ffffff !important;opacity: 1 !important;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #000 !important;}
.pt50{padding-top:50px;}.textWrapper picture{height:550px;object-fit: contain;object-position: bottom;display:flex;}
.dflex img{object-fit:none;}.hauto{height:auto!important;}
.ac-list img{object-fit:contain;}

/* extra css starts */
.img img{height:auto!important;}
.slide img{height:auto;}
.event__img img{height:auto;}
.gallery-item a img{height:auto;}
.timgw img{height:auto;}
.hbg .green{color:#1A5B35!important;}

.textWrapper picture img{height:auto!important;width:auto;}
.doc-hed{
	font-size: 38px;
    font-weight: 600;
    font-family: 'simpel';
	color:#fff;
}
.doc-h1{
	font-size: 34px;
    margin-bottom: 10px;
	font-family: 'simpel';
	line-height: 38px;
    font-weight: 500;
    letter-spacing: 0px;
}

.g1{
	color:#2a8054!important;
}
/* extra css ends */








@media (max-width:1800px){.ins .ins2{width: 70%;}.gallery .w90{width: 90%;}.wbg .pos{height: 105px;}}
@media (max-width:1770px){.f2,.f3{padding-left: 5%;}.f4{padding-left: 3%;}}
@media (max-width:1700px){#eyeslider{width: 100%;}.gallery .w90{width: 100%;}.bpoints .c1:nth-child(1){width: 22%;padding-right: 0%;}.bpoints .c1:nth-child(4){width: 28%;padding-left: 1%;}
 .causes .cause1:last-child{width: 65%;}.doctor-detail .col4{width: 45%;}.doctor-detail .col8{width: 55%;}.dinfo ul li span{width:20%;}.w70{width: 90% !important;}.lasik #ctypes{width: 80%;}symptoms4{width: 80%;}#eyeslider{width: 100%;}.videos video{height: 240px;}#symotoms4.retina{width: 100%;}.vfl{height:380px;} .cdr img{height: 75%;}.cdr{display: flex;align-items: center;}.clipimg img{clip-path: circle(670px at left);}
	}
@media (max-width:1650px){.barw{align-items: flex-start;}.megamenu{width:48%;}#eyeslider .img img{height: 330px;}.doctors .grids{grid-template-columns: repeat(3,1fr);width: 90%;margin: 0px auto;grid-gap: 20px;}.vfl{height:100%;}}
@media (max-width:1610px){.f2,.f3{padding-left: 3%;}.f4{padding-left: 1%;}.clipimg img{clip-path: circle(540px at left);object-fit:cover;}.clipimg{width:40%;}}
@media (min-width:1600px){.e2{padding-left:10%;}.bpoints .c1:nth-child(2){padding-left: 0%;}.habt1 h2{font-size: 48px;}.habt1 h2::before{left: -30px;}}
@media (max-width:1600px){#eyeslider .slide{margin: 0px 10px;}.erow{grid-gap: 0px 80px;}.ins .ins2{width: 65%;}.abtcont .dflexs{width: 50%;}.abtcont{padding-top: 50px;}.doctors .grids{width: 100%;}.docserv{width: 100%;}.bpoints .c1:nth-child(4){width: 29%;}.bpoints .c1:nth-child(1){width: 20%;}.bpoints h2 br,.bpoints p br{display: none;}.bpoints .c1{align-items: center;}.awt{width:100%;}.lasik #ctypes{width:90%;}.lasik #ctypes img{width: 100%;height:auto;}.bpoints .c1:nth-child(2){width: 25%;}
 .bpoints .c1:nth-child(2),.bpoints .c1:nth-child(3){justify-content: center;}#eyeslider .img img{height: 300px;}.bpoints .c1:nth-child(2){padding-left:0px;}
 #armd{left:-3%;}.cfrow .col5{width:40%;}.swiper .swiper-wrapper .swiper-slide .textWrapper{grid-template-columns:55% 42%;margin-left:5%;}.textWrapper picture{height:500px;object-fit:contain;object-position:bottom;}.banner{padding-top: 50px;}.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:15% !important;}}
@media (max-width:1550px){header .main-menu li, .hinfo li{padding: 0px 5px;}.causep li{margin-bottom: 10px !important;}
.causes .cause1:last-child{width: 60%;}.c1 h2{font-size: 18px;}.brad-20 img{padding: 10%;}.brad-20{width: 40%;}.vl-35 img{padding:5%;}}
@media (max-width:1520px){.bpoints h2,.banner .bpoints p{font-size: 18px;}.c1 p{font-size: 15px;}}
@media (max-width:1500px){.container,.bp1{width: 90%;}.e2{width: 50%;}.erow{justify-content: space-around;}.awt{width: 100%;}#feedback .owl-next{right: 10px;}.videos{gap:20px;}
    .causes .cause1:last-child{width: 60%;}.megamenu{width:55%;right: 5%;}.bpoints h2 br,.bpoints p br{display: none;}.main-menu li a::before{left: -18px;}#eyeslider .img img{height: 310px;}
#armd{left:0%;}.vfl{height:300px;}.hinfo{gap:0px 10px;}.banner{padding-top:20px;}.swiper .swiper-wrapper .swiper-slide .textWrapper{width:95%;}}
@media (max-width:1450px){.causes .cause1:last-child{width: 75%;}#rdt{left:0%;}.cdr img{height: 65%;}.blue-20 img{width: 80%;}.oculo{width:40%;}.oculo img{height:100%;object-fit:cover;object-position: left;}}
@media (max-width:1400px){.habt1 h2{font-size: 40px;line-height: 44px;}.ccause{width: auto !important;}
    .habt1 h2::before{font-size: 27px;left: -24px;}
    .habt .habt1:last-child{padding-left: 15px;}.progcont span{width: 40%;} .circleimg{right:-8%;}
    .barw1{width:45%;}.barw2{width:57%;}.abtcont .dflexc{width: 50%;}.w70{width: 100% !important;}
    .causes .cause1:last-child{width: 55%;padding-left: 5%;}.causes .cause1{width: 0%;}.megamenu{top: 120px;}#symptoms4{width: 90%;}#symptoms5{width: 90%;}.oculo img{height:auto;}.oculo{    display: flex;justify-content: center;align-items: center;left: 5%;}.ktt .cause1:last-child{padding-left:0px;}.ktt .cause1:first-child{width:40% !important;}.faqs-container p{font-size: 16px;line-height: 30px;}.banner{padding:20px 0px 45px;}.swiper .swiper-wrapper .swiper-slide .textWrapper{grid-template-columns:50% 45%;margin-left:2%;gap:0px 30px;}.textWrapper picture{height:440px;}}
@media (max-width:1350px){.causes .cause1:last-child{padding-left:0%;width:52%;}.lasik #ctypes{width: 100%;}.bpoints .c1:nth-child(4){width:30%}.bpoints .c1:nth-child(1){width: 19%;}.bpoints .c1:nth-child(3){width: 22%;}#armd{left:0%;}.clipimg img{clip-path: circle(500px at left);}}
@media (max-width:1330px){.hinfo a{padding: 10px;}
    .main-menu li a::before{left: -11px;}#docslider{grid-gap: 0px 25px;}.main-menu li a::before{    border-top: 8px solid var(--blue);
    border-left: 5px solid transparent;border-right: 4px solid transparent;}}
@media (max-width:1310px){.f2,.f3{padding-left: 1%;}.f4{padding-left: 0%;}
    .erow{grid-gap: 0px 25px;}.e2{width: 55%;}.awt5{width: 50%;}.susw{width:100%;}.cform .cfrow{width: 100%;}.tc1{width: 48%;}
   }
@media (min-width:1301px){#symps #symptoms .owl-item{padding:0px 30px;}}
@media (max-width:1300px){#symptoms{display: block;}#symptoms .slide{padding: 10px;}
    .megamenu{width:60%;right: 5%;}.card-container .card .card-count{width: 85px;height: 85px;}#eyeslider .img img{height: 300px;}
    .roadmap.roadmap--orientation-auto .roadmap__events{margin-left: 17% !important;}.ksyms #symptoms{display: grid;width: 100%;}}
@media (max-width:1260px){.f2,.f3{width: 18%;}.f4{width: 27%;}.bpoints br{display:none;}.banner h1, .textWrapper h2{font-size:40px;}.banner .simpel{font-size:24px;}.textWrapper picture{height:auto;}
              .banner{padding:40px 0px 55px;}.swiper .swiper-wrapper .swiper-slide .textWrapper{gap:0px;grid-template-columns: 50% 48%;}
.swiper .swiper-wrapper .swiper-slide{align-items: flex-start;}.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:18% !important;}}
@media (max-width:1250px){.hinfo a,.hinfo li{font-size: 15px;}.awt5{padding-left: 1%;}
    .causes .cause1:last-child{width: 48%;}.megamenu{top:120px;}.main-menu li a::before{left: -15px;}.bpoints h2 br,.bpoints p br{display: none;}.bpoints h2,.banner .bpoints p{line-height: 20px;}
    .bpoints .c1{width: 25% !important;}.ktt .cause1:last-child{width:55%;}.clipimg {width: 45%;}.hinfo{gap:0px;}
    .bpoints .c1:nth-child(2), .bpoints .c1:nth-child(3){justify-content:center;}.bpoints .c1:nth-child(4){padding-left:0;}.bpoints .c1:nth-child(4){width:30% !important;}}
@media (max-width:1199px){.hinfo{display: none !important;}
    .main-menu{border-top: 0px;}header .main-menu li{padding: 0px 10px;}.nabh::after{display: none;}.main-menu li a::before{display: none;}header{padding:10px 0px;}
    header .main-menu>li>a{padding-bottom: 15px;}
    header .main-menu>li>a{padding: 15px 5px 15px}
    .copyright{flex-wrap: wrap;justify-content: center;text-align: center;}.copyright p{width:100%;}
    .habt1 h2{font-size: 40px;line-height: 44px;}.ins .ins2{width: 50%;}
    #docslider .slide{justify-content: center;margin:5px;}#docslider{grid-gap: 0px;}
    #hww .slide{width: 100%;}#hww{padding-top: 25px;padding-bottom: 30px;}#hww img{margin: 0px auto;}
    #hww .slide:first-child::after, #hww .slide:nth-child(3)::after{display: none;}
    #feedback .slide{width:75%;}.sat{height: 500px;}.circleimg{height: 100%;}
    #vconsult #hww .slide::after{display: none;}
    #vconsult #hww .slide:nth-child(2) .ww{flex-direction: column-reverse;display: flex;}
    #vconsult #hww{grid-gap: 0px 20px;}.sinfo .tc1:first-child{width: 57%;}
    .sinfo .tc1:last-child{width: 40%;}.causes .cause1:last-child{width: 45%;}
    .cimg1{width: 50%;object-fit: contain;height: auto;display: flex;justify-content: center;top: 10%;}
    .lasik #ctypes{display: flex;}.sat .w90{width: 100%;}.sat .shead{width: 45%;}.circleimg{right: -10%;}#symptoms4{width: 100%;}#symptoms5{width: 100%;}.bpoints h2,.banner .bpoints p{font-size:16px;}.bp1{margin:10px auto;}#armd,#rdt{left:0%;}.cform .fgroup.submit{justify-content:flex-end;}.vfl{height:500px;}.ktt .cause1:last-child{width:55%;}
	.banner h1, .textWrapper h2{font-size:38px;}.banner .simpel{font-size:24px;}.banner{padding:40px 0px 50px;}
              .banner h1, .textWrapper h2{padding-bottom:20px;}
   }
@media (max-width:1199px) and (min-width:992px){footer p,footer a{font-size: 15px;}.phakiclens .imgauto,.paediatric .imgauto{width:500px;height:400px;object-fit:cover;}}
@media (max-width:1199px){.masonry .item{padding: 1.3em;}.masonry{column-gap: 1em;}.masonry .item{margin-bottom: 0.7em;}#abtinsurance{grid-gap: 25px 10px;}.grid2 .dtc1{width: 48%;}.vcp .w90,.topt,.barw2,.sinfo .w90{width: 100%;}
    #ctypes .slide{width: 100%;margin: 0px 0px;}#ctypes .owl-item{margin-top: 30px;padding: 10px;}
    .cpad{height: 190px;}#ctypes,#docslider{display: block;}.barw1{display: none;}
    .barw2 h2,.barw2 p{text-align: center;}.fgroup.submit{justify-content: center;width: 100%;}
    .fgroup.submit input{width: auto;}.barw2{padding-left: 0px;}.barw{width: 100%;}
    .doctor-detail .col4{width: 50%;}.doctor-detail .col8{width: 48%;}.megamenu{top:90px;width: 65%;}.habt1,.habt2{width: 100% !important;}.habt{flex-wrap: wrap;}.habt1 h2 br{display:none;text-align: center;}.habt1 h2::before{writing-mode:horizontal-tb;transform: rotate(0deg);width: 100%;text-align: center;left: 0px;top: 44px;}.habt1 h2{margin-bottom: 60px;text-align: center;font-size: 34px;}
    .habt .habt1:last-child{margin-top: 20px;text-align: center;padding-left: 0px;}.habt1 .f600{margin-bottom: 15px;}
    .habt .space{padding: 10px;}.habt2 .play{position: absolute;width: 100%;height: 100%;}.habt2{display: flex;align-items: center;justify-content: center;}.play span{display: none;}.habt2{position: relative;overflow: hidden;}.dinfo ul li span{width: 25%;}.dinfo ul li div{width: 75%}.videos{grid-template-columns: repeat(3,1fr);}.habt2{background:transparent;}.les,.cdr,.black-20,.blue-20,.clipimg{top:0;height:100%;}
.oculo{width:50%;height:450px;left:20px;}.oculo img{height:100%;}#duk{display:block;}#duk img{width:auto;}#duk .slide{display: flex;justify-content: center;flex-wrap:wrap;}}
@media (min-width: 1100px){.d-lg-block{ display: block!important;}.align-items-lg-center{ -ms-flex-align: center!important;align-items: center!important;}.flex-lg-row {-ms-flex-direction: row!important;flex-direction: row!important;}.d-lg-none {display: none!important;}.dm2 .sub-menu{display: none !important;}}
@media (max-width:1100px){.fcname{display: flex;}.f3,.f2{width: 20%;}.f4{width: 25%;}.bpoints h2,.banner .bpoints p{font-size: 17px;}.awt h2{font-size: 40px;line-height: 40px;}#hww .slide,.susw{width: 100%;}.abtcont .dflexc{width: 100%;justify-content: center;}.abtcont .dflexc br{display: none;}.progress--circle{margin-bottom: 5px;}.ccont{padding-right: 0px;}.abtcont{padding-top: 0px;}.cfrow .col5{width: 40%;}.vcp .vrow:first-child{margin-bottom: 30px;}
    .cpad{height: 210px;}.megamenu{display: none;}.abtcont .dflex{flex-wrap: wrap;}.abtcont .ccont,.card-container{width: 100%;}.abtcont .ccont{margin-bottom: 30px;}
    .abtcont::after{display: none;}.card-container .card .card-count{width: 100px;height: 100px;}.causep{justify-content: flex-start;}
    .causep li:nth-child(odd){padding-right: 30px;}#eyeslider p{font-size: 18px;line-height: 22px;}.bpoints h2 br,.bpoints p br{display:block;}.mini-bread {
    position: static !important;
  }.dfstart a.nowrap{display:flex;margin-top:3px;}.pslash{display:none;}.textWrapper > div{justify-content:flex-start;margin-top:10px;}}
@media (max-width:1075px) and (min-width:992px){.doctor-name h3{font-size: 20px;}}
@media (max-width:1060px){.bp1{width: 95%;}.bpoints .c1:nth-child(2) {padding-left: 2%;}.abtcont::after{display: none;}.doctor .tc a{padding: 12px 25px;}.cpad{height: 225px;}
    .circleimg{right: 0%;}.sat .shead{width: 50%;}.roadmap.roadmap--orientation-auto .roadmap__events{width: calc(100% - 100px) !important;margin-left: 15% !important;}}
@media (max-width:1000px){#eyeslider{display: block;}#eyeslider .img img{height: auto;}#eyeslider .owl-dots{text-align: center;}.visiansec .dflexcc{flex-wrap:wrap;}
.visiansec .cause1{width:100%;}.visiansec .cause1:first-child{margin-bottom:10px;text-align:center;}.visian{width:100%;}}
@media(max-width:992px){
    .roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(3n):after,.roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(5n):after{
    display:none;
    }
  }
    @media (max-width:991px){.bpoints h2,.banner .bpoints p{font-size: 16px;}
    .bpoints .c1:nth-child(1){width: 28%;}.bpoints .c1:nth-child(2){width:22%;padding-left: 1%;}
    #eyeslider .slide{margin: 0px 0px;}#eyeslider .owl-dots,#abtinsurance,#gallery{display: block;}
     #eyeslider .owl-dots{position: absolute;display: flex;width: 100%;bottom: -25px;text-align: center;justify-content: center;}.habt1 h2{font-size: 40px;line-height: 45px;}
    .awt7{width: 50%;}.awt .space{padding: 0px;}.awt h2,.mhead .parah{margin-bottom: 10px;}
    .awt5 p{margin-bottom: 15px;}#docslider h3,#docslider p.simpel{font-size: 18px;}#docslider .slide{margin: 10px;width: 96%;padding: 5px;}#docslider{margin-top: 25px;}.tab_container{width: 70%;}#feedback .slide{width: 90%;}
    .clientsay::after,.clientsay::before{width: 200px;height:100px;}
    .hatime{flex-wrap: wrap;} .hatime div{width: 100%;}.masonry{column-count: 2;}.sat{height: 550px;}.circleimg{right: -5%;}.shead{width: 47%;}#abtinsurance img{width: auto;margin: 0px auto;}
    #abtinsurance,#gallery{grid-gap: 0px;margin-top: 10px;}.doctors .grids{grid-template-columns: repeat(2,1fr);width:90%;}.cfrow .col7,.cfrow .col5{width: 49%;}.vform{width: 100%;}
    .sinfo .tc1{width: 90% !important;}.sinfo{flex-wrap: wrap;flex-direction: column-reverse;}
    .sinfo .tc{margin-bottom: 20px;}.sinfo .tc img,.causes .cause1:last-child{width: auto;height: auto;}
    .cimg1{position: relative;left: auto;top: auto;width:auto;}
    .causes{display: flex;flex-direction: column-reverse;grid-row-gap: 30px;}
    .causes img{border-radius: 0px;}.cpad{height: 170px;}.doctor-detail .col8,.doctor-detail .col4{width: 100%;}.doctor-detail .col8 h2{text-align: center;}.docserv .scont{width: 95%;padding-left: 15px;margin-left: 5px;}.docserv .dflexss{padding: 20px;align-items: center;}
    .lasik #ctypes{display: block;}.lasik #ctypes .slide{width: 100%;}.card-count-container span{font-size: 16px;}.mhead h2,.mhead .parah{position: absolute;width: 100%;top: 50px;left: 0;right: auto;text-align: center;}
    .mhead h2 br,.mhead .parah br{display: none;}.mhead{padding-top: 120px;}.causep{justify-content: space-between;}#symptoms4,#symptoms5{display: block;}#symptoms4 .slide,#symptoms5 .slide {padding: 10px;}.habt1 .f600{font-size: 17px;}.age{padding-bottom: 5%;}.roadmap.roadmap--orientation-auto .roadmap__events{max-width: 100% !important;margin-left: 6% !important;}
    .roadmap.roadmap--orientation-auto{margin:0px !important;}.dinfo ul li span{width: 15%;}.dinfo ul li div{width: 85%}
        .videos{grid-template-columns: repeat(3,1fr);}.videos video{height: 220px;}
		.gla{
	    background-color: transparent;
    padding: 0;
    border-radius: 20px;
    margin-bottom: 0;
}
		
		.bslide0{background:linear-gradient(to right, rgba(0,0,0,0.25),rgba(0,0,0,0.25)), url(images/free-glaucoma-eye-screening.webp) !important;}
	.bslide1{background:linear-gradient(to right, rgba(0,0,0,0.25),rgba(0,0,0,0.25)), url(images/banner/laser-eye-surgery-for-glassless-vision-991x500.webp) !important;}
	.bslide12{background:linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0)), url(images/banner/relex-smile-991x500.webp) !important;} 
	.bslide3{background:linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0)), url(images/banner/cataract-eye-surgery-991x500.webp) !important;} 
	.bslide4{background:linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(images/banner/infrastructure-1-991x500.webp) !important;}
	.bslide5{background:linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(images/banner/srieyecare-hosital-991x500.webp) !important;}.vfl{height:auto;}
		 .ccause{width: 100% !important;text-align: center;}.mdwrap{flex-wrap: wrap;}.cimg1::after{display: none;}.les{background-color: transparent;}
        .les img,.cdr img,.rd-40 img{padding:4%;}.rd-40 img,.oculo{height: auto !important;}.blue-20 img{width: 100%;height: 400px;object-fit: contain;}.oculo img{height:450px;}
		.ktt .cause1:first-child{width:100% !important;}.clipimg img{clip-path: none;}
		.respondblock{display:none;}.respondnone{display:block !important;}.fpadd{padding:0 !important;}
		.faqs-container{width:80%;}	.rsimgh{padding-bottom:0px !important;} .swiper .swiper-wrapper .swiper-slide .textWrapper{grid-template-columns: 50% 50%;margin-left:0%;gap:0px;}.banner h1 br, .textWrapper h2 br{display:none;}.textWrapper picture{padding-left:0px;}.banner{padding: 50px 0px 60px;}.textWrapper > div{padding-left:20px;margin-top:30px;}
              .banner h1, .textWrapper h2{font-size:30px;}.banner .simpel{font-size:20px;padding-bottom:10px;}
			  
			  .doc-h2{text-align:center;}
}
@media (max-width:960px){.f1,.f2,.f3,.f4{width: 45%;}.frow{flex-wrap: wrap;}
    .fcname{display: inline-flex;}.copyright{padding-top:20px;}
    .copyright a{white-space: nowrap;} .copyright p{line-height: 20px;margin-bottom: 5px;}
    .happoint{flex-wrap: wrap;}.bac, .baf{width: 100%;}.fgroup.submit{float: right;}
    .happoint h2,.happoint .parah{text-align: center;} .happoint h2 span{display: flex;justify-content: center;}
    .bac{margin-bottom: 20px;}.abtcont .green{font-size: 22px;}.vrow .vcol1{width: 90%;}
    .vcp .vrow{flex-direction: column;}.vcp .vrow:first-child{flex-direction: column-reverse;}
    .topt1{width: 55%;}}
@media (max-width:900px){
    .tab_container h2{font-size: 36px;}.sat .shead,.sat .simg{width: 100%;}.circleimg{display: none;}.sat .dflex{flex-wrap: wrap;}.sat .simg img{display: block;}.sat{height: auto;}
    .doctors .grids{width:100%;}#vconsult #hww{flex-wrap: wrap;justify-content: center;grid-gap: 20px;}#vconsult #hww .slide{width: 48%;}.cpad{height: 190px;}#ctypes .owl-item{margin-top: 0px;}.videos{grid-template-columns: repeat(2,1fr);}.videos video{height: 260px;}.flx{width:100% !important;}}
@media (max-width:850px){.bpoints h2,.banner .bpoints p{font-size: 15px;}.cc2{padding-left: 2%;}
    .erow{flex-wrap: wrap;}.e1,.e2{width: 100%;}.e1 h2,.e1 .parah{text-align: center;}.e1 h2 span,.e1 .parah span{justify-content: center;}.e1{margin-bottom: 20px;}.ins{flex-wrap: wrap;}.ins .ins1,.ins .ins2{width: 100%;padding-left: 0px;}
    .ins1 h2 br{display:none;}.ins1 h2,.ins1 .parah{text-align: center;margin-bottom: 15px;}.ccont,.abtcont .dflexs{width: 100%;}.abtcont .dflex{flex-wrap: wrap;}.abtcont .dflexc{width: 50%;}.abtcont{padding-top: 40px;}
    #about .sub-banner{height: 250px;}.dinfo ul li span{width: 20%;}.dinfo ul li div{width: 80%;}.treatmentlist{grid-template-columns:repeat(2,1fr);gap:40px 25px;}
	.swiper .swiper-wrapper .swiper-slide .textWrapper{grid-template-columns:100%;gap:30px 0px;height: 100%;align-content: space-between;}
              .banner h1, .textWrapper h2{font-size:30px;}.banner .cbtn a{font-size:14px;}.textWrapper > div{order:1;}.textWrapper picture,.textWrapper picture{order:2;}
              .textWrapper picture{padding:0px 40px;}.textWrapper > div{align-items:center;margin-top:0px;}.banner{padding: 50px 0px 50px;}
              .swiper .swiper-wrapper .swiper-slide{background-size:100% !important;background-position: bottom !important;height: 100%;}
			  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 12% !important;}
	}
@media (max-width:800px){.topt1,.topt2{width: 100%;}.topt{flex-wrap: wrap;width: 90%;}
    .topt2{text-align: center;margin-bottom: 20px;}.treatment .flex-column1{flex-direction: column-reverse !important;}.topt h3{text-align: center;line-height: 25px;}
    .docserv .dflexss{flex-direction: column;}.docserv .scont{border: 0px;text-align: center;padding: 0px;}.bslide h1 br{display:none;}}
	@media (max-width: 800px) {.mini-bread .mini-breadcrumb li {display: flex;margin: 5px;} .mini-bread .mini-breadcrumb a {    padding: 2px;
    font-size: 12px;}}
@media screen and (max-width: 781px) {ul.tabs {display: none;}.tab_container {display: block;margin: 0 auto;width: 95%;border-top: none;border-radius: 0;}
  .tab_drawer_heading{background-color: #ccc;background:#118091;color: #fff;margin: 0;padding: 8px 20px;display: block;cursor: pointer;-webkit-touch-callout: none;line-height:1.3;
    -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none;user-select: none;text-align: center;border-bottom: 1px solid #fff;font-size: 24px;text-align: left;}
    .tabs_wrapper{display: block;}.d_active {background: linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);color: #fff;}}
@media (max-width:767px){.bpoints{display: none;}.swiper .swiper-wrapper .swiper-slide .textWrapper{margin-top: 0px;}.swiper .swiper-wrapper .swiper-slide{align-items: center;}
    .habt1 h2,.awt h2{font-size: 36px;line-height: 40px;}.habt1 h2::before{top: 40px;}
    .awt7,.awt5{width: 100%;}.awt{flex-wrap: wrap;}.awt h2 br{display: none;}.awt5{padding-left: 0px;}
    #docslider .dimg a{transform: translateY(0px);}#docslider .slide{width: 98%;padding: 10px;}
    #feedback p{font-size: 16px;}.clientsay::after,.clientsay::before{display: none;}.masonry{columns:1;}.masonry .item{margin-bottom: 15px;}
    .masonry .item:last-child{margin-bottom: 0px;}.tech .dflexc{flex-wrap: wrap;}.tech .dflexc .wus{width: 45%;}.cfrow .col7,.cfrow .col5{width: 100%;}.cform .cfrow{flex-wrap: wrap;}
    .cform .col5 .gradient{padding: 3% 10%;text-align: center;}.cform .cfrow h2{text-align: center;}.map iframe{height: 350px;}.sinfo .tc1{width: 100% !important;}.cpad{height: 200px;}
    .grid1{grid-template-columns: repeat(1,1fr);grid-gap: 0px;grid-row-gap: 15px;}
    .backButton {width: 2.3rem;height: 2.3rem;right: 1rem;bottom: 2rem;}.mhead{text-align: center;}.mhead img{margin-bottom: 15px;}
    .roadmap.roadmap--orientation-auto .roadmap__events{width: 100% !important;margin-left: 0px !important;}.ksyms #symptoms{display:block;}#treatment .owl-nav{justify-content:center;}
	.cform hr{margin:8px 0px;}.dfstart a.nowrap{display:inline;}.pslash{display:inline;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:20px !important;}
    #docslider .dimg a{border-radius: 0px;}.wbg .pos{height: auto;}.card-container{flex-wrap: wrap;}.dukspace{padding:40px 0px !important;}.faqs-container h3{padding: 10px 0 !important;margin-top: 0 !important;}.schema-faq-code p{font-size:15px;}.faqs-container{width:95%;}.banner{padding-bottom:0px;}.banner h1, .textWrapper h2{text-align:center;}
	.textWrapper > div{min-height:200px;}
}
@media (max-width:700px){
    .habt1 h2{font-size: 30px;line-height: 35px;}.habt1 h2::before{font-size: 30px;}#about .sub-banner{background: linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);height: 150px;}.vform .col6{width: 100%;}.op0{display: none;}
    .grid2 .dtc1{width: 100%;}.grid2 .dtc1 h2,.grid2 h3{text-align: center;}#vconsult #hww .slide{width: 46%;}
    .cpad{height: 220px;}.docserv .dflexss{padding: 10px;}.doctor{padding: 20px 10px;}.doctor-name h3{font-size: 20px;}/* .mini-bread{display: none;} */}
@media (max-width:675px){#docslider .slide{width: 98%;}h2,.parah{line-height: 42px;}
    #docslider{margin-top: 15px;}.clientsay h2,.happoint h2{font-size: 36px;}#feedback{margin-top: 10px;}.abtcont h2{line-height: 33px;}.cpad{height: 235px;}
    #eyeslider p{font-size: 16px;}}
@media (max-width:620px){.doctors .grids{grid-template-columns: repeat(1,1fr);width:75%;}
.cpad{height: 250px;}.doctor-name h3,.doclist .ch3{font-size: 22px !important;}.doctor .tc{opacity: 1;position: relative;bottom: 0;background: transparent;}h2, .parah{font-size:30px;line-height: 34px;}}
@media (max-width:600px){.f1,.f2{margin-bottom: 10px;}
    .swiper .swiper-wrapper .swiper-slide .textWrapper{width: 100%;}
    #eyeslider p{font-size: 16px;line-height: 20px;margin-top: 10px;}
    .picon{width: 55px;height: 55px;}.play svg{font-size: 0.8rem;}
    .habt1 .f600{font-size: 18px;line-height: 24px;}.progress__number{font-size: 20px;}.progress--circle{width: 100px;height: 100px;margin: 5px 10px 10px 5px;}.progress--circle:before{width: 86px;height: 86px;}.vrow .vcol1{width: 100%;}
    .cform .col5 .gbg{padding: 30px 30px;}.cform hr{margin: 10px 0px;}.cpad{height: 150px;}
    .docserv{grid-gap: 15px;}.docserv{grid-template-columns: repeat(1,1fr);}
    .dinfo ul li{flex-direction: column;justify-content:flex-start;text-align: left;grid-gap: 0px;grid-row-gap: 0px;}
    .dinfo ul li span,.dinfo ul li div,.dinfo ul li p{width: 100%;}.card-container .card .card-count-container{flex-direction: column-reverse;padding:15px 10px;}.card-count-container div:first-child{width: 100%;text-align: center;margin-top: 10px;}.card-container{gap:15px;}
    .card-container .card .card-count{margin: 0px auto;}.card-container br{display: none;}.abtcont span{justify-content: center;}
    .roadmap.roadmap--orientation-auto .roadmap__events{width: 90% !important;margin: 0px auto 0px 5% !important;}
.videos{grid-template-columns: repeat(1,1fr);}.videos video{height: 280px;}

.bslide0{background:linear-gradient(to right, rgba(0,0,0,0.25),rgba(0,0,0,0.25)), url(images/free-glaucoma-eye-screening.webp) !important;}
	.bslide4{background:linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0)), url(images/banner/infrastructure-1-600x400.webp) !important;background-position:center !important;}
	.bslide5{background:linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0)), url(images/banner/srieyecare-hosital-600x400.webp) !important;background-position:center !important;}
	.bslide{background:linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0)), url(images/banner/infrastructure.webp) !important;background-position:center !important;}
		
		.videos video{object-fit:contain;}.treatmentlist h2 br{display:block;}
		
		.doc-h1{font-size:30px;}
	}
@media (max-width:575px){#eyeslider p{height: auto;}#eyeslider p{font-size: 18px;}.wbg .pos{height: 95px;}.side-menu-wrap {padding-top: 75px;}}
@media (max-width:550px){.habt1 h2 span{display: flex;justify-content: center;}
    .habt1 h2::before{top: 70px;}.habt1 h2{margin-bottom: 50px;}.tech .dflexc .wus{width:100%;}.tech .dflexc.mt3{grid-gap: 20px 0px;}#vconsult #hww .slide{width: 100%;}
    .mhead h2,.mhead .parah{padding:0px 20px;}.mhead{padding-top: 140px !important;}.faqs-container p{line-height: 26px;margin-bottom: 10px;}h2, .parah{font-size:28px;line-height: 32px;}
	.doc-h1{font-size:28px;line-height:34px;}
	}
@media (max-width:540px){footer a,footer p{font-size: 14px;}.frow .f2 li, .frow .f3 li{margin-bottom: 8px;}.set > a{grid-gap: 0px 10px;}.set > a i{width: 10%;}.set > a span{width:90%;}
    .cpad{height: 160px;}
	
	/* drop down css starts */
	.fadrow2{display: block;color: #fff;font-size: 20px;padding-bottom: 5px;}
	.frow {flex-wrap: nowrap;flex-direction: column;}
	.faddress .fadh2:after, .faddress .fadh3:after {
        content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="22" height="22" preserveAspectRatio="xMidYMid meet" viewBox="0 0 40 40"%3E%3Cg transform="rotate(-90 20 20)"%3E%3Cpath fill="%23323131" d="M24.96 32.601L12.371 19.997l.088-.088l12.507-12.52a.661.661 0 0 0-.01-.921a.645.645 0 0 0-.458-.182a.653.653 0 0 0-.465.186l-13.004 13.02a.63.63 0 0 0-.176.49a.656.656 0 0 0 .18.523l13.014 13.031c.244.23.659.233.921-.02a.658.658 0 0 0-.008-.915z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        width: 25px;float: right;filter: invert(1);}
      .faddress .iclose.fadh2:after, .faddress .iclose.fadh3:after {
        content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="22" height="22" preserveAspectRatio="xMidYMid meet" viewBox="0 0 40 40"%3E%3Cg transform="rotate(90 20 20)"%3E%3Cpath fill="%23323131" d="M24.96 32.601L12.371 19.997l.088-.088l12.507-12.52a.661.661 0 0 0-.01-.921a.645.645 0 0 0-.458-.182a.653.653 0 0 0-.465.186l-13.004 13.02a.63.63 0 0 0-.176.49a.656.656 0 0 0 .18.523l13.014 13.031c.244.23.659.233.921-.02a.658.658 0 0 0-.008-.915z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');width: 25px;}
    .fadh2, .fadh3 {display: block;border-bottom: 1px solid #a2a2a2;color: #fff;font-size: 20px;padding-bottom: 5px;position:relative;}
	.fadrowul, .fadrowul3 {max-height: 0;overflow: hidden;transition: max-height 0.75s ease-out;display: block;margin-top: 15px;}
	.fadrowul.open, .fadrowul3.open {height: auto;max-height: 500px;transition: max-height 0.75s ease-in !important;}
	.green {color: #2b8457;}.f1{margin-bottom:15px!important;}    .f1, .f2, .f3, .f4 {width: 100%;}
	.f2, .f3 {padding-left: 0%;margin-bottom:0px;}
	.side-menu-wrap { width: 100%;}
	/* drop down css ends */
	
	
	
	}
@media (max-width:520px){.causep{justify-content: flex-start;}.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events .roadmap__events__event:after,.roadmap.roadmap--orientation-auto .roadmap__events__event::before,.roadmap.roadmap--orientation-auto.roadmap--initialized .roadmap__events:after{display: none !important;}.roadmap.roadmap--orientation-auto .roadmap__events__event .event,.roadmap.roadmap--orientation-auto .roadmap__events{width: 100% !important;}.roadmap.roadmap--orientation-auto .roadmap__events,.roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(odd) .event{margin-left: 0px !important;}.roadmap.roadmap--orientation-auto{overflow: hidden;}.roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(even) .event{margin-right: 0px !important;}
    .roadmap.roadmap--orientation-auto .roadmap__events__event .event{position: relative !important;}#my-roadmap{padding-bottom: 0px;padding-top: 20px;}
	 #my-roadmap li .event{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      margin:10px  0;
    }
    .event__content {
      min-height: 55px;
    }
	
	
	
	}
@media (max-width:500px){.bac h2 br,.bac .parah br{display: none;}.bac h2 span{display: inline;}.blue-20 img{height: auto;}.modal-content {width: 95%;padding: 10px;}}
@media (max-width:480px){
	 /* starts */
		.f1, .f2 {margin-bottom: 0px;}.fadrow2 {padding-bottom:0px;}     .side-menu-wrap {padding-top: 65px;}
	
	/* ends */
	.f1, .f2, .f3, .f4{width: 100%;}.banner .cbtn{display:none;}
    .f2{padding-left: 0%;}.frow h2{margin: 5px 0px;}.banner{height: auto;}
    .textWrapper p{display: block;font-size:16px !important;padding-bottom: 10px;}.swiper .swiper-wrapper .swiper-slide{align-items: flex-end;}
    .banner h1,.banner h2{padding-bottom: 20px;font-size: 36px;}.swiper .swiper-wrapper .swiper-slide .textWrapper{padding-bottom:0px;
    background: linear-gradient(
121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);
    padding-top:0px;}.cbtn1{padding: 10px 20px;font-size: 15px;}
    .erow .space{padding: 5px;}h2,.parah{font-size: 20px !important;line-height: 24px;}.awt h2,.mhead .parah{margin-bottom: 0px;line-height: 34px;}#docslider .slide{margin: 2px;}
    #insurance .slide img:first-child{margin-bottom: 10px;}#docslider .slide{width:100%;}
    .tab_drawer_heading{font-size: 20px;}.masonry h2{font-size: 18px !important;}.progress__number{font-size: 16px;top: 54%;}
    .abtcont .dflexc{flex-wrap: wrap;}.progcont span{width: 100%;justify-content: center;text-align: center;}.abtcont .dflexs{grid-gap: 10px 0px;}
#treatment .owl-dots button, #insurance .owl-dots button, #feedback .owl-dots button, #eyeslider .owl-dots button, #hww .owl-dots button, .cdots .owl-dots button{width: 10px;height: 10px;}#abtinsurance{margin-top: 0px;}
    .abtcont h2 {line-height: 28px;}.abtcont{padding-top: 20px;}header{padding:10px;}.doctors .grids{width:90%;}.grid2 .dtc1 h2{font-size: 24px !important;}.grid2{grid-row-gap: 15px;}.cform .col5 .gradient h3{font-size: 26px;}.cpad{height: 175px;}#symptoms img,#symptoms4 img,#symptoms5 img{width: auto;margin: 0px auto;}
    .sub-banner h1{line-height: 36px;}#eyeslider .owl-dots{bottom: -15px;}.ps7{padding: 50px 0px;}.navArrow svg{width:25px;height:44px;}
	.swiper.navigationSlider .navArrow.swiper-button-next{right:1rem;}.swiper.navigationSlider .navArrow.swiper-button-prev{left:1rem;}
	.swiper-button-next, .swiper-button-prev{top:50% !important;}
	.mini-bread .mini-breadcrumb {
    grid-template-columns: 1fr;
  }.banner h1,.banner h2{padding-bottom: 10px;}.mhead{padding-top: 130px !important;}
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:5px !important;}
  .swiper-pagination-bullet {
    background: #dff5ec !important;
}.swiper-pagination-bullet.swiper-pagination-bullet-active{  background: #000 !important;}.textWrapper p,.banner h1, .banner h2{font-size:24px !important}
.bslide p{display:none;}.textWrapper p{padding-bottom:3px;} .wbg .pos{height: auto;}.swiper-slide span{position: fixed;top: 0;width: 100%;height: 100%;align-items: center;bottom: auto;left: 0;}.sinfo .tc{text-align: left;}.sub-banner h1{font-size: 30px;font-weight: 500;line-height: 33px;}.oculo img{height:auto;}.clipimg img,.blue-20 img{padding:0px 10px;}
.modal-content{width: 90%;}.close{top:-4px;right:3px;}.rptc{text-align:start;}.banner .swiper-pagination-bullet{width:10px;height:10px;margin:0px 10px !important}.habt1 h2 span,.ins1 span{color:#187d8c!important;}.tphone{margin-bottom:12px;}.mid{display:flex;margin:5px 0px;}p.tphone.fphone a:last-child {width: 55%;}
#treatment .owl-dots button, #insurance .owl-dots button, #feedback .owl-dots button, #eyeslider .owl-dots button, #hww .owl-dots button, .cdots .owl-dots button{margin:0px 10px;}
.sp-active .header-logo svg {width: 150px;height: auto;}header.sp-active .side-menu-close{width:35px;height:35px;padding-top:15px;}header.sp-active .side-menu-close span{width:20px;}
.sp-sticky.sp-active{padding:10px;}.gtypes img{height:auto;}.treatmentlist{gap:20px 10px;}.treatmentlist h2{font-size:16px !important;line-height:18px;}.treatmc a{font-size:14px;}.treatmc a svg{width:20px;}
.grid2 h3{font-size: 22px;line-height: 25px;}.bslide h1 br{display:block;}.ratings,.mhide,.bapage .barw2 h2,.bapage .footer-appoint{display:none;}.bappoint{padding-top: 30px !important;}.faq-singular .faq-question {font-size: 15px;line-height:20px;}.faqs-container h3{padding: 8px 0 !important;}.mnums{display: flex;margin:0px 0px 2px;}
.whatsapp{top:70%;right:10px;}.pt30{padding-top:0px;}.whatsapp svg{width: 45px;height: 45px;}.bapage footer,.banner .simpel{padding-bottom:0px;}
.swiper .swiper-wrapper .swiper-slide .textWrapper{gap:0px;}.textWrapper picture,.textWrapper > div{padding:0px 15px;min-height:70px;}.banner{padding-top:20px;}
#eyeslider .img img{height:auto;object-fit:cover;}
.doc-hed{
	font-size:30px;
	font-weight:500;
	line-height:33px;
}
.doc-h1{font-size:26px;line-height:24px;}
  }
@media (max-width:440px){.f1, .f2, .f3, .f4{width: 100%;}.f2,.f3{padding-left: 0px;}
    .banner h1,.banner h2{font-size: 30px;}.cbtn a{font-size: 14px;padding: 10px 20px;}.causep li:nth-child(even){width:65%;}.causep li:nth-child(odd){width:35%;}
    .clientsay h2 span{display: flex;justify-content: center;}.happoint h2 span{display: inline;}.cform .col5 .gradient{padding: 3% 5%;}.cpad{height: 190px;}
    .lsp li{width: 100% !important;padding-right: 0px !important;padding-left: 0px !important;}.lbimg li{padding-left:30px !important;}}
@media (max-width:400px){.cbtn a:last-child{display: none;}.banner h1 br,.banner h2 br{display: none;}
    #treatment .slide{height: 180px;}#treatment h3{font-size: 16px;}
    #feedback svg{width: 40px;height: 40px;}#feedback .owl-next{right: 4px;}
    #feedback .slide{width: 94%;}.abtcont .dflexc{width: 48%;}.abtcont .green{font-size: 18px;}.doctors .grids{width:100%;}.ps7{padding: 50px 0px;}.mhead{padding-top: 130px !important;}.sinfo .duk li{align-items: flex-start;}.sinfo .duk li img{margin-top: 4px;}.ccenter{text-align: center;}
h2,.parah{font-size:20px !important;line-height: 24px;}.cform .col5 .gbg{padding:20px;}.dfstart a.nowrap{display:flex;}.pslash{display:none;}
.textWrapper p, .banner h1, .banner h2{font-size:20px !important;line-height:22px;}
.gla{
	    background-color: transparent;
    padding: 0;
    border-radius: 20px;
    margin-bottom: 0;
}

}
@media (max-width:370px){.cpad{height: 200px;}.causep li:nth-child(even){width:65%;}.causep li:nth-child(odd){width:30%;}
    .causep li:nth-child(2){padding-right: 0px;}}
@media (max-width:355px){.cpad{height: 210px;}}
@media (max-width:350px){.abtcont .green{font-size: 16px;}}
@media (max-width:340px){.textWrapper picture, .textWrapper > div{padding:0px 5px;}}
@media (max-width:330px){.abtcont img{object-fit:contain;height:auto;}.cpad{height:230px;}}

.mini-breadcrumb a{color:#000;background: transparent !important;font-family: 'simpel';display:flex;align-items:center;}.mini-breadcrumb a svg{margin-top: -5px;}.mini-breadcrumb .active a, .mini-breadcrumb a:hover{color:#198190;}.mini-bread .mini-breadcrumb{display:flex;justify-content:space-around;}.mini-bread .container{padding:15px 0;}.mini-bread{box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;position:sticky;top:81px;background:#fff;z-index: 99;}.ltt .sp-sticky.sp-active{box-shadow:none;border-bottom:1px solid #cecece;}table {width:100%;margin: 10px auto;border-collapse: collapse;/* border-style: hidden; *//*Remove all the outsideborders of the existing table*/}caption {font-size: 1.6em;font-weight: 400;padding: 10px 0;text-align:left;}thead th {font-weight: 400;background: #e6f5ee;color: #000;border: 1px solid #fff;border-bottom:none;border-top:none;text-align:center;font-weight:600;}thead th:nth-child(1) {text-align:left;}tr {background: #f4f7f8;border-bottom: 1px solid #FFF;border-bottom:none;border-top:none;margin-bottom: 5px;}tr:nth-child(even) {background: #e8eeef;}th, td {text-align: left;padding: 15px;font-weight: 300;}td{padding: 10px;text-align:center;font-size:20px;color:#cecece;border: 1px solid #fff;border-bottom:none;border-top:none;}td svg{color:#2eb192;}.text-nowrap{white-space: nowrap;}.overflow-x-auto{overflow-x:auto;}.table-heading-h3{font-size:24px;}.footer-right-btn {position: fixed;right: 0;bottom:70px;transform: translateY(-50%);text-align: center;background-color: #fff;font-size: 16px;font-family: 'Noto Sans JP';transition: all ease-in-out .3s;z-index: 999999;box-shadow: 0px 0 7px #3534344a;font-family:'simpel';}.footer-right-btn .doctor{border: none; padding: 0;}.footer-right-btn .list {padding: 0px;border-bottom: 1px solid #dedede;transition: all ease-in-out .3s;position:relative;}.footer-right-btn img{max-width:60%;}.rigth-btn-cnt {position: relative;z-index: 999;background: #fff;}.rigth-btn-cnt span {display: inline-block;margin-top: 0;padding: 7px 0;}
.footer-right-btn h3,.footer-right-btn p {color: #fff;font-size:14px;}.rgt-btn-txt{background:#000;}.header-sticky .rgt-btn-txt{background:linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);}.rgt-btn-txt{width:170px;height:45px;position: absolute;opacity: 0; bottom:7px;display:flex;align-items:center;justify-content:center;right: 0;transition:all 0.3s ease-out;border-radius: 100px 100px 0px 100px;}.footer-right-btn svg{width:62px;height:auto;padding:8px;}.rigth-btn-cnt span{padding:0px;}.footer-right-btn .list:hover  .rgt-btn-txt{opacity:1;right:63px;}.header-sticky .rigth-btn-cnt span{background:#26a89b;}.header-sticky #l4cWmbxF3cBF5PaLESq1WHg,.header-sticky #lBcoTp6OMErO9y1EkSULIt,.header-sticky #l6Pf20xW4CqmwJfEqhaEhER,.header-sticky  #l6xFsl4h0eSwT4cGaPDSYD4,.header-sticky #l2CiSbGwYY8B3LtC4n1KDBQ, .header-sticky #l5Unpmv6MoLP2orLtbHVNUx, .header-sticky #l46v2qGQcvUCMxNtVSUfgUZ,.header-sticky #l97bt4HOGjdRo6rDxhkWjE, .header-sticky #l5DKGGYcGA1k5qSi5luap1K{fill:#fff;}.lasiksubmenu{position: absolute;width: 95%;background: #fff;z-index: 9999;top: 40px;box-shadow: 0px 0px 3px rgba(0,0,0,0.3);left: 2px;display: none;}.mdrop{position: relative;}.dm2 .megamenu .lasiksubmenu a{padding: 13px 15px !important;color: #000 !important;border-bottom: 1px solid #e8e8e8 !important;}.dm2 .megamenu .lasiksubmenu a:hover{background:#1b8d9e;color: #fff !important;border-bottom: 1px solid #1b8d9e !important;}.mdrop:hover .lasiksubmenu{display: block;}.custom_fc_frame {right: 0!important;bottom: 60px!important;width: 40px!important;width: 40px!important}.footer-right-btn:hover .list {transition: all ease-in-out .3s}.footer-right-btn i{margin-bottom:0px;}.fd{background:url('../images/icons.webp') -30px 0px;}.footer-appoint a {color: #fff;display: inline-block;width: 50%;font-size: 14px;text-align: center;padding:10px 5px;font-weight:600}
.footer-appoint .bt_tt {position: relative}.footer-appoint .bt_tt:after {position: absolute;content: '';right: 10px;background: #ddd;width: 1px;height: 100%;top: 0}.footer-appoint {position: fixed;bottom: 0;background:linear-gradient(121deg, rgba(21,148,175,1) 0%, rgba(46,177,146,1) 100%);width: 100%;left: 0;text-align: center;color: #fff;font-weight: 500;font-size: 16px;z-index: 999;padding: 10px 0;text-transform: uppercase;display: none;font-family: 'simpel';letter-spacing: .5px;padding: 0 5px;align-items: center;}
@media (max-width:480px){.footer-right-btn .sticky-desktop-right-btn{display:none;}.footer-appoint{display:flex;align-items:center;justify-content:center;}.footer-right-btn{bottom:0;top:unset;transform:none;width:100%;}footer{padding: 50px 0px 30px;}.backButton {right: 0.75rem;bottom: 3rem;}.swiper .swiper-wrapper .swiper-slide .textWrapper{bottom: 0;top: unset !important;transform: none !important;}}.prm,.mlevel{position: relative;}.mlm {width: 100%;}.prm.active i svg{transform: rotate(450deg)!important;}.prm.active>a{background:var(--gcolor);color: #fff !important;}.prm.active i svg path{fill: #fff;}img.imgauto{ width: auto;height: auto;}/* content  */.lf{font-size:24px;}.lf-cnthd{font-size:20px;}.dtc{display:flex;justify-content:start;}.items{list-style:decimal;}.lfs{font-size:20px;}#lheight{line-height:30px;}.padd{padding:20px;}.imcenter{display: flex;justify-content: center;flex-wrap:wrap;}.lvertical{flex-direction: column;align-items: start;gap:10px;}.tcenter{display:flex;flex-direction: column;justify-content:space-between;}#konw{display:flex;justify-content:center;align-items:baseline;flex-wrap:wrap;}.swidth{width:30%;display: flex;flex-direction: column;align-items: center;}.flx{width:48%;align-items: baseline;gap:10px;}.df{gap:10px;display: flex;align-items:baseline;}.dbt{display:flex;justify-content:space-evenly;flex-wrap:wrap;}.moretext,.moretext1{display: none;}.moreless-button,.moreless-button1{cursor: pointer;}.agn-start{align-items:start;}.tcs{text-align:start;}.pst{margin-top:30px;}.respondnone{display:none;}.fpadd{padding:90px 0;}.fwrap{flex-wrap:wrap;}div#offer{margin-bottom: 20px;}#offer input[type="checkbox"]{width: 20px;float: left;margin-right: 12px;}#offer label{top: 13px;bottom: 1px;position: relative;}