@font-face {
    font-family: Aller-bold;
    src: url(../Aller/Aller_Bd.ttf);
}


@font-face {
    font-family: Aller-light;
    src: url(../Aller/Aller_Lt.ttf);
}

body{
    font-family: Aller-light;
 
}
.navbar-collapse{
      font-family: Aller-bold; 
}
.ftr-hdr{
      font-family: Aller-bold; 
}

/*.navbar{*/
/*     font-family: Aller-bold;*/
/*}*/

button{
    font-family: Aller-bold; 
}

h1{
   font-family: Aller-bold; 
}

h2{
    font-family: Aller-bold;
}

h3{
    font-family: Aller-bold;
}

h4{
    font-family: Aller-bold;
}







.image-resp-icon {
    display:flex;
    align-items: start;
}


/*.dropdown-item:active {*/
/*    color: var(--bs-dropdown-link-active-color);*/
/*    text-decoration: none;*/
/*    background-color: #44bcce !important;*/
/*}*/
.dropdown-item.active, .dropdown-item:active {
    /* color: var(--bs-dropdown-link-active-color); */
    text-decoration: none;
    background: #44bcce;
}




.image-resp-icon img {
    margin-top: 5px;
    margin-right: 7px;
}




.header-logo-a {
    width: 10%;
}

.header-logo {
    width: 75%;
}

.nav-bbtn {
    background-color: #17a2b8;
    color: #fff;
    border-radius: 5px;
}

.orange-clr {
    color: #ed691f !important;
}

.blue-clr {
    color: #47bcce;
}

.orange-clr-bdr{
    border: 1px solid #ed691f;
}

.blue-clr-bdr{
    border: 1px solid #47bcce;
}


.header-social a {
    text-decoration: none;
    color: #fff;
    background: #ed691f;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-contact a {
    text-decoration: none;
    color: #000;
}

.line-right {
    /*border-right: 1px solid grey;*/
    margin-left: 10px;
    margin-right: 10px;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #bdbdbd, rgba(0, 0, 0, 0)) 1 100%;
    border-left: 1px solid;
}

#home {
    position: relative;
    z-index:9999;
    width: 100%;
}

.slider-one {
    /*margin-top: -65vh;*/
        position: absolute;
    bottom: 2em;
    width: 15%;
    left: 12%;
}


@media only screen and (max-width:480px){
    .slider-one {
    width: 60%;
    bottom:0em;
}
}



/*.two-slider {*/
/*    margin-top: 65vh;*/
/*}*/

/*.service {*/
/*    margin-top: 5.8em;*/
/*}*/

.service-in {
    margin-top: 3em;
}

.service-in .non-click-btn {
    background: #ed691f;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 5px 25px;
}


.non-click-btn {
    background: #ed691f;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 5px 25px;
}



/*.orb {*/
/*    background: url("../images/of-orange.png");*/
/*    background-size: 100% 85%;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.orb-b {*/
/*    background: url("../images/ob-blue.png");*/
/*    background-size: 100% 85%;*/
/*    background-repeat: no-repeat;*/
/*}*/

.shape-layer {
    position: absolute;
    width: 83%;
    height: 55%;
    top: 24px;
    left: 21px;
    border-radius: 58px;
    z-index: -1;
    background: #fff;
}

.orb .w {
    width: calc(100% - 82px);
    margin: auto;
    padding-bottom: 240px;
    padding-top: 66px;
    text-align: center;
    transform: translateY(-10px);
}

.orb-b .w {
    width: calc(100% - 82px);
    margin: auto;
    padding-bottom: 240px;
    padding-top: 66px;
    text-align: center;
    transform: translateY(-10px);
}

.orb img {
    height: 90px;
    width: auto !important;
    margin: auto;
    filter: brightness(0) contrast(0);
}

.orb-b img {
    height: 90px;
    width: auto !important;
    margin: auto;
    filter: brightness(0) contrast(0);
}

.orb:hover img {
    filter: none;
}

.orb-b:hover img {
    filter: none;
}

.orb a {
    font-size: 14px;
    text-align: center;
    color: #ec672c;
    font-weight: bold;
    text-decoration: none;
}

.orb-b a {
    font-size: 14px;
    text-align: center;
    color: #44bbcf;
    font-weight: bold;
    text-decoration: none;
}

.orb:hover a {
    text-decoration: underline;
}

.orb-b:hover a {
    text-decoration: underline;
}

.orb h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.orb h5 {
    font-size: 10px;
    text-align: center;
}

.orb-b h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.orb-b h5 {
    font-size: 10px;
    text-align: center;
}

.text-justify {
    text-align: justify;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

.footer-bg {
    background: #ec672c;
    color: #fff;
}

.ftr-hdr::after {
    content: " ";
    border-bottom: 1px solid white;
    width: 35px;
    display: block;
    height: 3px;
}

footer .foot-bor {
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #bdbdbd, rgba(0, 0, 0, 0)) 1 100%;
    border-left: 1px solid;
}

footer .copy-right {
    background: #17a2b8;
    color: #fff;
    text-align: center;
}




#services .desc-background {
    background: #44bcce;
    background-position: center;
    background-size: cover;
    color: #44bcce;
    width: 100%;
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.opbg {
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #f19513;
}

span.material-symbols-outlined {
    color: #fff;
    position: relative;
    top: 6px;
    padding: 0 3px;
}

#services .dr-BG {
    background-size: cover;
    background-position: top right;
}

#services .bglight.py-5.px-5 {
    background: white;
}


#services .card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
}

#services .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

#services .card h3 {
    font-weight: 600;
}

#services .card img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
}

#services .card-1 {
    background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

#services .card-2 {
    background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

#services .card-3 {
    background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

@media(max-width: 990px) {
    #services .card {
        margin: 20px;
    }
}



#blog .blog {
    background-color: #44bcce;
    height: 250px;

    display: flex;
    justify-content: center;
    align-items: center;
}

#blog .title {
    color: white;

    text-align: center;
}

#blog .backclr {
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #f19513;

}

#blog .text {
    color: white !important;
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

}

#blog .breadcrumb-item+.breadcrumb-item::before {

    color: #fff !important;

}

#blog .heading {
    background-color: #f19513;

}

#blog .box {
    box-shadow: 0 0 19px rgb(0 0 0 / 68%);
    background: white;
    text-align: center;
    /*height: 13em;*/
}

#blog .img1 {
    max-height: 100px;

}

#blog .para {
    font-size: 14px;
    line-height: 1.3;
    text-align: center !important;
    color: #9a9a9a;
    font-weight: 500;
    margin-bottom: 10px;
}

#blog .dactPagi a {
    background: #ec672c;
    color: #fff;
}

#blog .page-link {
    color: #ec672c;
}

#blog .pagination {
    text-align: center !important;
    justify-content: center;
}

#blog .title2 {
    color: #343a40 !important;
}


#cataract .desc-background {
    background: url('../images/Cataract Banner 1400 x 700P');
    background-position: center;
    background-size: cover;
    color: #44bcce;
    width: 100%;
    height: 330px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#cataract .ulBG {
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #f19513;
}

#cataract span.material-symbols-outlined {
    color: #fff;
    position: relative;
    top: 6px;
    padding: 0 3px;
}

#cataract .txt.mt-3 {
    text-align: justify;
}

#cataract .bg-info {
    background-color: #44bcce !important;
}

#low-vision .bg-info{
     background-color: #44bcce !important;
}

.first-banner-common {
    background: #44bcce;
    background-position: center;
    background-size: cover;
    color: #44bcce;
    width: 100%;
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.first-banner-second {
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #f19513;
}


.first-banner-second span.material-symbols-outlined {
    color: #fff;
    position: relative;
    top: 6px;
    padding: 0 3px;
}


#low-vision .low.vision {
    background: #44bcce;
    background-position: center;
    background-size: cover;
    color: #44bcce;
    width: 100%;
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#low-vision .second {
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #f19513;
}

#low-vision span.material-symbols-outlined {
    color: #fff;
    position: relative;
    top: 6px;
    padding: 0 3px;
}

#low-vision .tab-content.active {
    display: block;
}

#low-vision .affectBG {
    background-size: cover;
    background-position: top right;
}

#low-vision .bg-info.text-white.p-5 {
    background: #44bcce !important;
}

#low-vision .bglight {
    background: #fff;
}

#low-vision .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    /*max-width: 500px;*/
    margin-bottom: 20px;
}

#low-vision .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#low-vision .tab-link.active:after {
    border-top-color: #40bcc8 !important;
}

#low-vision .nav-link.active{
    color: #fff;
    border-color: #40bcc8;
    background-color: #40bcc8;
    position: relative;
}

#low-vision .nav-link{
    padding: 10px 40px;
    color: #aaa;
    border: 1px solid #f09325;
    width: 100%;
}

#low-vision .slide-btn:hover{
    color: #fff;
}

#low-vision .slide-btn{
    width: 30%;
}

#low-vision .nav-link.active img {
    filter: brightness(100);
}

#low-vision .nav-link.active:after{
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}


#low-vision .nav-link.active:after{
    border-top-color: #40bcc8 !important;
}


#low-vision .tab-link img {
    height: 49px;
    display: block;
    margin: auto auto 10px;
}

#low-vision .tab-link {
    margin: 0 1%;
    list-style: none;
    /*padding: 10px 40px;*/
    /*color: #aaa;*/
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    /*background-color: #e0e0e1;*/
    /*border-bottom: solid 3px rgba(255, 255, 255, 0);*/
    width: 45%;
} 



/*#low-vision .tab-link:hover {*/
/*    color: #999;*/
/*    border-color: #999;*/
/*}*/


/*#low-vision .Comfortable {*/
/*    padding: 40px 80px;*/
/*}*/

#low-vision .tab-content.active {
    display: block;
}

/*#low-vision .doctor {*/
/*    border: 4px solid #d3d3d3;*/
/*    border-radius: 20px;*/
/*}*/

#low-vision .doctor-meta p {
    font-size: 0.775rem;
    line-height: 20px;
    /* color: #5d5d5d; */
}

#low-vision .services-details-text2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

#low-vision .accordion-button::after {
    background-image: url('/images/down-arrow.png');
}

#low-vision .accordion-button:not(.collapsed)::after {
    background-image: url('/images/down-arrow.png');
}

#low-vision .accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width-white)) 0 var(--bs-accordion-border-color-white);
}

#low-vision .accordion-body {
    border-bottom: 2px solid #C4E9FA;
}

#low-vision .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border-bottom: 2px solid #C4E9FA;
}

#low-vision .accordion.accordion-flush {
    width: 100%;
    /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%);*/
}



#contact .desc-background {
    background: #44bcce;
    background-position: center;
    background-size: cover;
    color: #44bcce;
    width: 100%;
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.dpbg a{
    text-decoration: none;
}

.dpbg a:hover{
    text-decoration: underline;
}

#contact .dpbg {
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #f19513;
}

#contact span.material-symbols-outlined {
    color: #fff;
    position: relative;
    top: 6px;
    padding: 0 3px;
}

#contact .blank {
    background: white;
    /* height: 100px; */
}

#contact .contact-us p{
    margin-top:1rem;
}

#contact .contact-us a{
    text-decoration:none;
}

/* #contact section.contact-us {
    background: #44bcce;
} */

#contact .txt{
    background: #44bcce;
}



#contact .page-footer {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    z-index: 1;
}

#contact .page-footer a {
    display: flex;
    margin-left: 4px;
}

#contact .justify-content-center {
    justify-content: center !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background: #44bcce;
    border-radius: 10px;
}

#contact .icon {
    width: 25px;
}

#contact .contact-us-2{
    background: #44bcce;
    width: 100%;
    /*height: 33rem;*/
    padding-top: 80px;
    padding-bottom: 80px;
}
        
    
        

#contact  .control-group {
    margin-bottom: 20px;
    position: relative;
}

#contact .control-group input, .control-group textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
}

#contact .control-group textarea {
    height: 200px;
}

#contact .input, textarea {
    /* width: 100%; */
    background: rgba(228, 228, 228, .7);
    border-radius: 15px;
    box-shadow: none;
    border: none;
    color: #545454;
    padding: 10px 0 10px 20px;
    outline: 0;
    margin-bottom: 10px;
}


#contact input{
    /* width: 100%; */
    background: rgba(228, 228, 228, .7);
    border-radius: 15px;
    box-shadow: none;
    border: none;
    color: #545454;
    padding: 10px 0 10px 20px;
    outline: 0;
    margin-bottom: 10px;
}

#contact  input:focus, textarea:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(50, 76, 115, .8);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(50, 76, 115, .8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(50, 76, 115, .8);
}

#contact  input#submit {
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 29px;
    background: #ec672c;
}


.ss-hhide{
    display:none;
}














#cataract .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width:1070px;
}

#cataract .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

#cataract .tab-link.active:after {
    border-top-color: #40bcc8 !important;
}

#cataract .nav-link.active{
    color: #fff;
    border-color: #40bcc8;
    background-color: #40bcc8;
    position: relative;
}

#cataract .nav-link{
    padding: 10px 40px;
    color: #aaa;
    min-width: 200px;
    width: 30%;
    text-align: center;
    border-color: #f09325;
}

#cataract .nav-link.active img {
    filter: brightness(100);
}

#cataract .nav-link.active:after{
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 14px solid #fff;*/
    /*border-right: 13px solid transparent;*/
    /*border-left: 13px solid transparent;*/
    
        display: block;
    content: "";
    position: absolute;
    top: 35%;
    left: 97%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    transform: rotate(270deg);
        transition: all 400ms ease;
}


#cataract .nav-link.active:after{
    border-top-color: #40bcc8 !important;
    
        transform: rotate(0deg);
            top: 100%;
    left: 0%;
}


#cataract .tab-link img {
    height: 49px;
    display: block;
    margin: auto auto 10px;
}

#cataract .tab-link {
    margin: 0 1%;
    list-style: none;
    /*padding: 10px 40px;*/
    /*color: #aaa;*/
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    background-color: #e0e0e1;
    /*border-bottom: solid 3px rgba(255, 255, 255, 0);*/
} 



/*#low-vision .tab-link:hover {*/
/*    color: #999;*/
/*    border-color: #999;*/
/*}*/


#cataract .Comfortable {
    padding: 40px 80px;
}

#cataract .tab-content.active {
    display: block;
}

#cataract .doctor {
    border: 4px solid #d3d3d3;
    border-radius: 20px;
}

#cataract .doctor-meta p {
    font-size: 0.775rem;
    line-height: 20px;
    color: #5d5d5d;
}

#cataract .services-details-text2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

#cataract .accordion-button::after {
    background-image: url('/images/down-arrow.png');
}

#cataract .accordion-button:not(.collapsed)::after {
    background-image: url('/images/down-arrow.png');
}

#cataract .accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width-white)) 0 var(--bs-accordion-border-color-white);
}

#cataract .accordion-body {
    border-bottom: 2px solid #C4E9FA;
}

#cataract .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border-bottom: 2px solid #C4E9FA;
}

#cataract.accordion.accordion-flush {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%);
}






/* #cataract .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
}

#cataract .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

#cataract .tab-link.active:after {
    border-top-color: #40bcc8 !important;
}

#cataract .nav-link.active{
    color: #fff;
    border-color: #40bcc8;
    background-color: #40bcc8;
    position: relative;
}

#cataract .nav-link{
    padding: 10px 40px;
    color: #aaa;
}

#cataract .nav-link.active img {
    filter: brightness(100);
}

#cataract .nav-link.active:after{
    display: block;
    content: "";
    position: absolute;
    top: 20%;
    left: 100%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 13px solid transparent;
}


#cataract .nav-link.active:after{
    border-left-color: #40bcc8 !important;
}


#cataract .tab-link img {
    height: 49px;
    display: block;
    margin: auto auto 10px;
}

#cataract .tab-link {
    margin: 0 1%;
    list-style: none;
   
   
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    background-color: #e0e0e1;
 
} 





#cataract .Comfortable {
    padding: 40px 80px;
}

#cataract .tab-content.active {
    display: block;
}

#cataract .doctor {
    border: 10px solid #d3d3d3;
    border-radius: 20px;
}

#cataract .doctor-meta p {
    font-size: 0.775rem;
    line-height: 20px;
    color: #5d5d5d;
}

#cataract .services-details-text2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}
 */


#glaucoma .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    /*max-width: 700px;*/
    margin-bottom: 20px;
}

#glaucoma .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#glaucoma .tab-link.active:after {
    border-top-color: #40bcc8 !important;
}

#glaucoma .nav-link.active{
    color: #fff;
    border-color: #40bcc8;
    background-color: #40bcc8;
    position: relative;
}

#glaucoma .nav-link{
    padding: 10px 40px;
    color: #aaa; 
    min-width: 200px;
    width: 30% !important;
    text-align: center;
    border: 1px solid #f09325;
    background: #fff;
    width: 100%;
}

#glaucoma .nav-link.active img {
    filter: brightness(100);
}

#glaucoma .nav-link.active:after{
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}


#glaucoma .nav-link.active:after{
    border-top-color: #40bcc8 !important;
}


#glaucoma .tab-link img {
    height: 49px;
    display: block;
    margin: auto auto 10px;
}

#glaucoma .tab-link {
    /*margin: 0 1%;*/
    list-style: none;
    /*padding: 10px 40px;*/
    /*color: #aaa;*/
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    /*background-color: #e0e0e1;*/
    /*border-bottom: solid 3px rgba(255, 255, 255, 0);*/
        min-width: 45%;
} 

/*#glaucoma .doctor {*/
/*    border: 4px solid #d3d3d3;*/
/*    border-radius: 20px;*/
/*}*/

#glaucoma .doctor-meta p {
    font-size: 0.775rem;
    line-height: 20px;
    color: #5d5d5d;
}


.new-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ec672c;
}

.nav-pills .nav-link {
    border-top: 5px solid #ec672c;
    transition: all 400ms ease;
}

.nav-pills .nav-link:hover {
    background: #ec672c;
    color: #fff;
}








#retina .basic-anatomy p{
    color: #000000;
    

    text-align: justify;
    margin-top: 1em;
    font-size: 17px;
}

#retina .bg-info.text-white.p-5 {
    background: #17a2b8 !important;
}

#retina .COMPREHENSIVE p{
    color: #000000;
   
    text-align: justify;
    margin-top: 1em;
    font-size: 17px;
}


.special-tabs .slide-btn.active{
    background: #f09325;
    color: white;
}


.special-tabs .slide-btn{
    display: block;
   padding: 1em;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600!important;
    border: 1px solid #e8ecef;
    color: #204066;
    background-color: #fff;
     margin: 0 0 8px;
     text-align: left;
}

.special-tabs .bg-side{
    background-color: #f6f7f5;
    border: 2px solid #f09325;
}

.special-tabs .slide-btn:hover{
    background:#f09325;
    color: white !important;
}

#retina .arrow{
    background-color: #204066;
    color: white;
    border-radius: 50%;
    padding: 2px;
}

/* 
#pediatric .kids {
    background: #E8E8E8;
} */

#pediatric .bg-info {
    background: #44bcce !important;
}
#pediatric i.fa-solid.fa-eye.px-2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #324c73;
    text-align: center;
}

 
#keratoplasty .bg-info {
    background:  #44bcce!important;
}
#keratoplasty .txt-jc{
    text-align: justify;
}

#diabetic p.text-justify.mt-3 {
    font-size: 18px;
}
 
#diabetic .bg-info {
    background: #44bcce !important;
}
#diabetic .txt-jc{
    text-align: justify;
}




















@media only screen and (max-width:991px) {
    
    .side-slider{
        display:none;
    }
    
    .ss-hhide{
    display:block;
    }

    .two-slider {
        margin-top: 10em;
    }
    

    #home {
        position: relative;
    }

    .above-navbar .main-div {
        flex-direction: column;
    }

    .header-logo-a {
        width: 15%;
    }

    .header-logo {
        width: 100%;
    }

    .header-contact {
        flex-direction: column;
        margin-top: 12px;
    }

    header nav .row.w-100{
        margin: auto;
    }

    .sm-hdd{
        display: none;
    }
}




















/*new*/

.herosec {
    background-image: url('../images/of1.png');
    background-size: 569px 748px;
    background-repeat: no-repeat;
    position: relative;
    top: -155px;
    height: 748px;
    margin-bottom: -155px;
}

.herosec .imgcont {
    width: 388px;
    position: absolute;
    left: 100px;
    top: 290px;
}

.herosec .container {
    padding-left: 500px;
    padding-top: 260px;
}



@media only screen and (max-width:600px){
    .herosec {
    background-size: 320px 550px;
    top: -125px;
}

.herosec .imgcont {
    width: 250px;
    position: absolute;
    left: 35px;
    top: 215px;
}

.two-slider {
    margin-top: 0em;
}


}













#lasik .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    /*max-width:1038px;*/
}

#lasik .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#lasik .tab-link.active:after {
    border-top-color: #40bcc8 !important;
}

#lasik .nav-link.active{
    color: #fff;
    border-color: #40bcc8;
    background-color: #40bcc8;
    position: relative;
        border-radius: 8px;
}

#lasik .nav-link{
    padding: 10px 40px;
    color: #aaa;
    border: 1px solid #f09325;
    border-radius: 8px;
    width: 100%;
}

#lasik .nav-link.active img {
    filter: brightness(100);
}

#lasik .nav-link.active:after{
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}


#lasik .nav-link.active:after{
    border-top-color: #40bcc8 !important;
}


#lasik .tab-link img {
    height: 49px;
    display: block;
    margin: auto auto 10px;
}

#lasik .tab-link {
    margin: 0 1%;
    list-style: none;
    /*padding: 10px 40px;*/
    /*color: #aaa;*/
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    /*background-color: #e0e0e1;*/
    border-radius: 8px;
    /*border-bottom: solid 3px rgba(255, 255, 255, 0);*/
    transition: all .5s ease;
    width : 30%;
} 

#lasik .tab-link:hover{
    background-color: #f09325;
}

#lasik .tab-link:hover .nav-link{
    color: #fff;
}



/*#low-vision .tab-link:hover {*/
/*    color: #999;*/
/*    border-color: #999;*/
/*}*/


#lasik .Comfortable {
    padding: 40px 0px;
}

#lasik .tab-content.active {
    display: block;
}

#lasik .doctor-meta p {
    font-size: 0.775rem;
    line-height: 20px;
    color: #5d5d5d;
}

#lasik .services-details-text2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

#lasik .accordion-button::after {
    background-image: url('/images/down-arrow.png');
}

#lasik .accordion-button:not(.collapsed)::after {
    background-image: url('/images/down-arrow.png');
}

#lasik .accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width-white)) 0 var(--bs-accordion-border-color-white);
}

#lasik .accordion-body {
    border-bottom: 2px solid #C4E9FA;
}

#lasik .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border-bottom: 2px solid #C4E9FA;
}

#lasik .accordion.accordion-flush {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%);
}

#lasik .fun-fact .back{
    background: #44bcce;
    border-radius: 10px;
}








#keratoplasty .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    /*max-width: 776px;*/
}

#keratoplasty .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
}

#keratoplasty .tab-link.active:after {
    border-top-color: #40bcc8 !important;
}

#keratoplasty .nav-link.active{
    color: #fff;
    border-color: #40bcc8;
    background-color: #40bcc8;
    position: relative;
}

#keratoplasty .nav-link{
    padding: 10px 40px;
    color: #aaa;
    border: 1px solid #f09325;
    border-radius: 8px;
    width: 100%;
}

#keratoplasty .nav-link.active img {
    filter: brightness(100);
}

#keratoplasty .nav-link.active:after{
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}


#keratoplasty .nav-link.active:after{
    border-top-color: #40bcc8 !important;
}


#keratoplasty .tab-link img {
    height: 49px;
    display: block;
    margin: auto auto 10px;
}

#keratoplasty .tab-link {
    margin: 0 1%;
    list-style: none;
    /*padding: 10px 40px;*/
    /*color: #aaa;*/
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    /*background-color: #e0e0e1;*/
    border-radius: 8px;
    /*border-bottom: solid 3px rgba(255, 255, 255, 0);*/
        width: 30%;
} 



/*#low-vision .tab-link:hover {*/
/*    color: #999;*/
/*    border-color: #999;*/
/*}*/


#keratoplasty .Comfortable {
    padding: 40px 0px;
}

#keratoplasty .tab-content.active {
    display: block;
}

#keratoplasty .doctor-meta p {
    font-size: 0.775rem;
    line-height: 20px;
    color: #5d5d5d;
}

#keratoplasty .services-details-text2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

#keratoplasty .accordion-button::after {
    background-image: url('/images/down-arrow.png');
}

#keratoplasty .accordion-button:not(.collapsed)::after {
    background-image: url('/images/down-arrow.png');
}

#keratoplasty .accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width-white)) 0 var(--bs-accordion-border-color-white);
}

#keratoplasty .accordion-body {
    border-bottom: 2px solid #C4E9FA;
}

#keratoplasty .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border-bottom: 2px solid #C4E9FA;
}

#keratoplasty .accordion.accordion-flush {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%);
}




#pediatric .back-white{
    background: white;
}

#pediatric .back-blue{
    background: #44bcce;
    border-radius: 10px;
}

#testimonials .vision i{
    color: #F39732;
}

#testimonials .review img{
    width: 15%;
    border-radius: 50%;
    border: 4px solid #40bcc8;
}

#testimonials .review i{
    color: #F39732;
}

#testimonials .card-r{
    
    border-radius: 10px;
}

#testimonials .card-r:hover{
    color: #40bcc8;
  
}


#cvs-questionnaire .desc-background {
    background: #44bcce;
    background-position: center;
    background-size: cover;
    color: #44bcce;
    width: 100%;
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#cvs-questionnaire .cv-qu {
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #f19513;
}

#cvs-questionnaire .grey-bg {
    background: #E8E8E8!important;
}

#cvs-questionnaire span.material-symbols-outlined {
    color: #fff;
    position: relative;
    top: 6px;
    padding: 0 3px;
}
#cvs-questionnaire .top-bottom-spacing {
    padding: 80px 0 40px;
}

#cvs-questionnaire .border-seperator {
    border-bottom: 1px solid rgba(201, 201, 201, .3);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#cvs-questionnaire .panel-grey {
    background: #44bcce;
    color: white;
}
#cvs-questionnaire .bottom-right {
    border-bottom-right-radius: 35px;
}

#cvs-questionnaire a.icon {
    color:#fff ;
    text-decoration: none;
    transition: all .5s ease;
}

#cvs-questionnaire a.icon:hover{
    color:#F39732 ;
}

#cvs-questionnaire label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
#cvs-questionnaire .btn-type1-reverse {
    background: #0d6efd;
    padding: 14px 26px;
    border-radius: 30px;
    color: white;
}   

#cvs-questionnaire  p {
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 20px;
  
}

#feedback .bck {
    background: #44bcce;
    background-position: center;
    background-size: cover;
    color: #44bcce;
    width: 100%;
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#feedback .cv-qu {
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #f19513;
}

#feedback p {
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 20px;
  
}
#feedback .top-bottom-spacing {
    padding: 80px 0 40px;
}

#feedback .border-seperator {
    border-bottom: 1px solid rgba(201, 201, 201, .3);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#feedback .panel-grey {
    background: #44bcce;
    color: white;
}

#feedback a.icon {
    color:#fff ;
    text-decoration: none;
    transition: all .5s ease;
}

#feedback a.icon:hover{
    color:#F39732 ;
}
#feedback .bottom-right {
    border-bottom-right-radius: 35px;
}

#feedback .appointment input[type=password], .appointment input[type=email], .appointment input[type=text], .appointment textarea, input[type=date], select {
    width: 100%;
    height: 48px;
    line-height: 45px;
    padding-left: 10px;
    font-size: 16px;
    color: #747474;
   
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: 0;
    display: block;
    border: none;
    margin: 0;
}

#feedback  .appointment textarea {
    height: 145px;
}

#feedback .btn-type1-reverse {
    background: #0d6efd;
    padding: 14px 26px;
    border-radius: 30px;
    color: white;
}  



#About .inner-bg-.desc-background.inner-ttl.text-center {
    background: #44bcce;
    background-position: center;
    background-size: cover;
    color: #44bcce;
    width: 100%;
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#About .about-hospital {
    /*background: #E8E8E8;*/
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
}

#About .hsp{
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 20px;
        line-height: 1.7;
}

#About .dr {
    background: #E8E8E8;
}
#About .light {
    color: #F39732;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 20px;
}

#About button.lst-btn {
    background: #F39732;
    padding: 14px 26px;
    border-radius: 30px;
    border: 1px solid #F39732;
    color: white;
}
#About .input2 h4 {
    width: 100%;
    background: white;
    text-align: center;
    padding: 28px
}

#About  img.img-fluid {
    width: 100%;
}

#About .panel.panel-body.marbot0.text-center.doctor-details {
    background: white;
    padding: 12px;
}

#About .social-icons-simple {
    justify-content: center;
    padding: 10px;
}

#About i.fa.fa-facebook {
    padding: 10px;
    background: #082C46;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 5px;
    transition: .5s;
    font-size: 18px;
}
#About i.fa.fa-twitter {
    padding: 10px;
    background: #082C46;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 5px;
    transition: .5s;
    font-size: 18px;
}
#About i.fa.fa-youtube {
    padding: 10px;
    background: #082C46;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 5px;
    transition: .5s;
    font-size: 18px;
}
#About .values {
    background: #f7f7f7;
}

.what-say .card{
    background: #44bcce;
    border: none;
    color: white;
}





#doctor-details .doctor-card { 
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
    height: calc(100% - 30px);
    padding: 20px 20px 85px;
    margin-bottom: 30px;
}

#doctor-details  .bs{
    color: #f19513;
    font-weight: 700;
}
#doctor-details  .doc-cards-cont h3 {
    color: #f19513;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 3px;
}
#doctor-details .doc-cards-cont p {
    /* color: #878B8E; */
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
}
#doctor-details .docs-card-req-app {
    background: #f19513;
    color: #fff;
    padding: 5px 6px 3px 6px;
    font-size: 11px;
    position: relative;
    top: 2px;
}
#doctor-details  .docs-card-read-more {
    color: #ed691f;
    text-decoration: none;
    font-weight: 700;
}
#doctor-details  .docs-card-read-more:hover {
    color: #ed691f;
    border-bottom: 1px solid;
  
}
 
#doctor-details .mark-1 img {
    width: 111px;
    height: 165px;
}

#de-kamini-a-rao .doc-page-bx {
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
    border-radius: 8px;
}

#de-kamini-a-rao .doc-page-cont h3 {
    font-weight: 700;
    font-size: 2.3rem;
    color: #878b8e;
}
#de-kamini-a-rao .doc-page-cont {
    /*color: #878B8E;*/
    font-size: 16px;
    text-align: justify;
}





















































.image-comparison {
  /*max-width: 48.063em;*/
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
  position: relative;
}

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

@media (hover) {
  .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(1.2);
  }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
  transform: scale(0.8);
  background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}
.image-comparison__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  padding-top: 66.666666667%;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
  overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
  z-index: 1;
}

.image-comparison__caption {
  position: absolute;
  bottom: 12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 40.063em) {
  .image-comparison__caption {
    font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
  right: 12px;
  text-align: right;
}

.image-comparison__caption-body {
  max-width: 40vmin;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.55);
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0091df;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}


.services-details-text1 p {
    line-height: 1.8;
}

.services-details-text2 h2 {
    font-size: 24px;
}

.orange-start span{
    color: #ec672c;
}

.testi-txt p{
    font-weight: 400;
    font-size: 1.50rem;
}

.testi-txt h5{
    font-weight: 700;
}

.know-more-btn{
    background: #17a2b8;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
}

#presence .know-more-btn{
    background: #17a2b8;
    color: #fff !important;
    width:100%;
    height: 150px;
    display: inline-block;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#presence .non-click-btn {
    background: #ed691f;
    color: #fff;
    border: none;
    width:100%;
    height: 150px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-click-btn{
    background: #ed691f;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
    border: none;
}

.card-body .orange-click-btn{
    margin-top: 5px;
}

.bg-google-review{
    margin-top: 25px;
    background-image: url('../images/google-review.jpg');
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-google-review .main-txt{
    color: #F29512;
    font-size: 56px;
}

.bg-google-review .num{
    color: #000;
    font-size: 56px;
    text-decoration: none;
    font-weight: 600;
}

.bg-google-review .num .icon{
        background-color: #2595A7;
    color: #fff;
    border-radius: 100%;
    font-size: 38px;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}












#diabetic .slide-btn.active{
    color: #fff;
    border-color: #40bcc8;
    background-color: #40bcc8;
    position: relative;
} 

#diabetic .slide-btn{
    padding: 10px 40px;
    color: #aaa;
    min-width: 200px;
    width: 30% !important;
    text-align: center;
    border: 1px solid #f09325;
}

#diabetic .slide-btn:hover{
    color: #fff;
}

#diabetic .slide-btn.active img {
    filter: brightness(100);
}

#diabetic .slide-btn.active:after{
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 14px solid #fff;*/
    /*border-right: 13px solid transparent;*/
    /*border-left: 13px solid transparent;*/
    
        display: block;
    content: "";
    position: absolute;
    top: 35%;
    left: 97%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    transform: rotate(270deg);
        transition: all 400ms ease;
}


#diabetic .slide-btn.active:after{
    border-top-color: #40bcc8 !important;
    
        transform: rotate(0deg);
            top: 100%;
    left: 0%;
}















#pediatric .slide-btn.active{
    color: #fff;
    border-color: #40bcc8;
    background-color: #40bcc8;
    position: relative;
} 

#pediatric .slide-btn{
    padding: 10px 40px;
    color: #aaa;
    min-width: 200px;
    width: 30% !important;
    text-align: center;
    border: 1px solid #f09325;
}

#pediatric .slide-btn:hover{
    color: #fff;
}

#pediatric .slide-btn.active img {
    filter: brightness(100);
}

#pediatric .slide-btn.active:after{
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 14px solid #fff;*/
    /*border-right: 13px solid transparent;*/
    /*border-left: 13px solid transparent;*/
    
        display: block;
    content: "";
    position: absolute;
    top: 35%;
    left: 97%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    transform: rotate(270deg);
        transition: all 400ms ease;
}


#pediatric .slide-btn.active:after{
    border-top-color: #40bcc8 !important;
    
        transform: rotate(0deg);
            top: 100%;
    left: 0%;
}

.home-serv-icon .orange-clr-bdr h5{
    margin-top:10px;
}

.home-serv-icon .blue-clr-bdr h5{
    margin-top:10px;
}

.home-serv-icon .orange-clr-bdr img{
    width: 100px;
    height: 100px;
}

.home-serv-icon .blue-clr-bdr img{
    width: 125px;
    height: 100px;
}



@media (max-width: 767px){
    .bg-google-review {
        background-size: cover;
        height: auto;
    }
    .bg-google-review .num .icon {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }
    .bg-google-review .main-txt{
        font-size: 22px;
    }
    .bg-google-review .num{
        font-size: 22px;
    }
    
    
    
    
    #cataract .nav-link{
        width: 100%;
        margin-bottom: 20px;
    }
    
    #diabetic .slide-btn{
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    #glaucoma .nav-link{
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    #keratoplasty .tab-link{
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    #low-vision .slide-btn{
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    #lasik .tab-link{
         width: 100% !important;
        margin-bottom: 20px;
    }
    
    #pediatric .slide-btn{
         width: 100% !important;
        margin-bottom: 20px;
    }
}


.orange-clr-btn{
    background: #ed691f;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
    border: none;
}

.orange-clr-btn:hover{
    background: #ed691f;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
    border: none;
}

table .bg-color{
    background-color:#ed691f;
    color: #fff;
}

table .bg-cont{
    background-color: #17a2b8;
    color: #fff;
}

.whatsapp-fix-btn{
    background-color: #51CD5E;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 20px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    text-decoration: none;
}










@media (max-width: 1024px) {
    .elementor-grid-tablet-2 .elementor-grid {
            grid-template-columns: repeat(1, 1fr) !important;
    }
}









