

body{
    font-family: "Lato";
    -webkit-font-smoothing: antialiased;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

 img:not(.floating_callback_con img){
    display: block;
    width: 100%;
    border-radius: 5px;
}


section .slick-slider:not(.container .slick-slider, .media_grids, .treatment_grid ){
    padding-left: 5%;
}

/* slick dots  */

.main_page_wrap .slick-dots li, .main_page_wrap ul.slick-dots li.slick-active{
    background: none;
    border: none;
    border-radius: unset;

    & button{
        margin: 0;
        position: static;
    }
}

/* slick dots end */

/* slick buttons  */

.main_page_wrap .slick-prev::before,.main_page_wrap .slick-next::before {
    content: none;
}
div.main_page_wrap button.slick-prev {
    background: url(https://www.shroffeyecentre.com/wp-content/themes/shroff/images/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 37px;
    height: 21px;
    display: inline-block;
   
}

section .slick-prev:not(.testimonials-slider .slick-prev):hover, section .slick-prev:not(.testimonials-slider .slick-prev):focus{
    background: url(https://www.shroffeyecentre.com/wp-content/themes/shroff/images/left-arrow.svg);
    background-repeat: no-repeat;
    width: 37px;
    height: 21px;

}
section .slick-next:not(.testimonials-slider .slick-next), section .slick-next:not(.testimonials-slider .slick-next):focus{
    background: url(https://www.shroffeyecentre.com/wp-content/themes/shroff/images/right-arrow.svg);
    background-repeat: no-repeat;
        height: 21px;
        width: 37px;
}
div.main_page_wrap button.slick-next {
    background: url(https://www.shroffeyecentre.com/wp-content/themes/shroff/images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 37px;
    height: 21px;
    display: inline-block;
   
}

/* slick buttons end */




/* accordian plus minus  */
.accordian li h5:not(.problems_accord ul li h5), .accordian li:not(.centers_wrap .accordian li){
    position: relative;
    cursor: pointer;
   
}
.accordian li h5:not(.problems_accord ul li h5):after, .accordian li:not(.centers_wrap .accordian li):after{
    content: "+";
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.accordian li:not(.centers_wrap .accordian li):after{
    color: var(--c-ffffff);
    right: 2.5%;
}

.accordian li:has([style="display: block;"]) h5:not(.problems_accord ul li h5):after, .accordian li:has([style="display: block;"]):not(.centers_wrap .accordian li):after{
    content: "-";
}

/* accordian plus minus end */



/* section spacing common  */

section:not(.main_bnr_sec, .sticky_footer){
    padding: 40px 0;
}

/* section spacing common end */

a{
    text-decoration: none;
}

.bnr_img{
    position: relative;
}
.banner_content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.bnr_txt h1{
    font-size: 64px;
    color: var(--c-ffffff);
    font-weight: 700;
}

.bnr_txt p{
    font-size: 22px;
    color: var(--c-ffffff);
    font-weight: 400;
    width: 40ch;
    margin-top: 10px;
}

.static_content_sec .container{
    max-width: 900px;
}

.static_content_wrap p{
    line-height: 26px;
    color: #666666;
    text-align: center;
}
@media screen and (min-width: 767px){

  

    .page_search_list_sec .container{
        max-width: 95%;
    }
    
}

.page_search_wrap ul li:not(.accord_txt ul li){
    border-top: 1px solid #d1d1d1;
}

/* .page_search_wrap ul li > div{
    padding-block: 15px;
} */

.page_search_wrap ul li > *:not(.accord_txt ul li > *){
    padding: 0 2.5%;
}

.page_search_wrap ul li h5{
    font-size: 16px;
    color: #000;
    line-height: 55px;
}

.page_search_wrap .accord_txt{
    padding: 0 2.5%;
}

.page_search_wrap .accord_txt ul li{
    list-style: disc !important;
    border-bottom: none !important;
}

.page_search_wrap .accord_txt ul li a{
    font-size: 15px;
    color: #000;
    font-weight: 900;
    line-height: 40px;
}

.page_search_wrap .accord_txt ul li a:after{
 content: "";
 background: url(../images/navigation-arrow.svg);
 background-size: cover;
 display: inline-block;
 height: 10px;
 width: 11px;
 margin-left: 5px;
}

@media screen and (max-width:767px){

      
section .slick-slider:not(.container .slick-slider, .media_grids, .treatment_grid ){
    padding-left: 15px;
}

.slick-dotted.slick-slider{
    margin-bottom: 60px;

    & .slick-dots{
        bottom: -30px;
        left: 0;

        & li{
            height: 12px;
            width: 12px;
            margin: 0;
            margin-right: 5px;

            & button{
                height: 12px;
                width: 12px;
                padding: 0;
            }

            & button:before{
                font-size: 12px;
                line-height: 12px;
                height: 12px;
                width: 12px;
                color: #efefef;
                opacity: unset;
            }
        }

        & li.slick-active button:before{
            color: var(--c-5b85db);
        }

        & li:last-child{
            margin: 0;               
        }
    }
}


    section:not(.main_bnr_sec, .sticky_footer){
        padding: 30px 0;

    }

    .banner_content {
        top: auto;
        bottom: 50px;
        transform: none;
    }

    section.static_content_sec{
        padding-bottom: 0;
    }

   .page_search_list_sec .accordian li:after{
        right: 0 !important;
        font-size: 20px !important;
    }

    .bnr_txt h1 {
        font-size: 36px;
        text-align: center;
    }
    .bnr_txt p {
        font-size: 16px;
        text-align: center;
        width: auto;
    }
}