/* common css  */
html{
    scroll-behavior: smooth;
}

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; */
}

/* 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 */

.doctor_name .section_heading{
    margin-bottom: 0 !important;
}

/* slick buttons  */

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

/* slick buttons end */



a{
    text-decoration: none;
}

.faqs_accord_wrap a, .apply_wrap a{
    color: var(--c-5b85db) !important;
}

p:not(header p, footer p, .reviews_content p, .footerdesclaimer p, .footerdesclaimer1 p){
    font-size: 16px;
    line-height: 26px !important;
    /* color: #000000; */
}
.accordian li h5{
    font-size: var(--fs-18);
    line-height: 52px;
    font-weight: 900;
}
.accordian li .accord_txt{
   padding-bottom: 25px;
}
.section_heading h2:not{
    text-transform: capitalize;
}

.accordian li::after{
    content: none !important;
}

/* common css end */

/* bnr section css */
.bnr_img{
    position: relative;
}

/* .main_bnr_sec:first-of-type .bnr_img img{
    max-height: 300px;
    object-fit: cover;
} */

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

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

/* bnr section css end */

/* accordian section css  */

.dnb_accord_wrap .accord {
    background: #eaeaea;
    border: 1px solid #b5b5b5;
    & li:last-child{
        border-bottom: none;
    }
}

.dnb_accord_wrap .accord li{
   
    border-bottom: 1px solid #b5b5b5;
}

.dnb_accord_wrap .accord li h5 a{
    font-size: 16px;
    line-height: 46px;
    padding: 0 15px;
    color: #000000;
   display: block;
   position: relative;
    font-weight: 400;
}

.dnb_accord_wrap .accordian li h5{
    font-weight: 400;
}

.dnb_accord_wrap .accordian li .accord_txt{
    padding-bottom: 15px;
}
.dnb_accord_wrap .accordian li p{
    color: #000000;
    font-weight: 400;
}

.courses_txt ul li:not(.accordian li) a{
    font-size: var(--fs-18);
    display: block;
}

.dnb_accord_sec .dnb_accord_wrap .accord li h5 a:after{
    content: "";
    background: url(https://www.shroffeyecentre.com/wp-content/themes/shroff/images/video_select.png);
    background-repeat: no-repeat;
    background-size: 35%;
    right: 0;
    background-position: center;
    height: 16px;
    width: 23px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: 0.3s;
    transform: translateY(-50%) rotate(270deg) !important;
}

.dnb_accord_wrap .accordian li h5.active:after{
    transform: translateY(-50%) rotate(0deg) !important;
}

/* 
section.static_content_sec:not(.page-id-19785 .static_content_sec){
    padding-top: 0;
} */

.static_txt {
    & P{
        color: #666666;
        margin-bottom: 20px;
    }
    & p:last-child{
        margin-bottom: 0;
    }
    & p:empty{
        display: none;
    }
    
}

/* accordian section css end */





/* apply section css  */


.apply_wrap .section_heading {
    margin: 0;

    & h2{
        color: #000000;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    & p{
        color: #666666;
        font-size: 16px;
        
    }

    & a{
        /* color: #1916b2; */
        text-decoration: underline;
    }
}


/* apply section css end */

/* faqs section start  */

.faqs_wrap .section_heading{
    margin-bottom: 40px;
    & h2{
        color: #000000;
    }
}

body section#faqs_sec{
    padding-top: 0;
}

.faqs_wrap .accordian >li {
    border-top: 1px solid #000000;
}

.faqs_wrap .accordian >li:last-child {
    border-bottom: 1px solid #000000;
}

.faqs_wrap .accordian >li h5{
    /* font-size: 16px; */
    /* line-height: 46px; */
    color: #000000;
    font-weight: 400;
}

.faqs_wrap .accordian >li .accord_txt{
    padding-bottom: 15px;
}

.faqs_wrap .accordian >li p{
    color: #000000;
}

/* faqs section end */

/* courses section start  */

.courses_sec{
    background: var(--c-5b85db);
}


.courses_wrap .section_heading:not(.courses_txt .section_heading){
    margin-bottom: 40px;
}

.courses_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.courses_wrap .section_heading h2{
    color: #fff;
    text-transform: capitalize;
}

/* .courses_txt .section_heading{
    margin-bottom: 20px;
    
} */

.courses_txt .section_heading h2 a{
    font-size: 18px;
    line-height: 46px;
    color: #ffffff;
    display: block;
}

.courses_txt .accordian, .courses_txt ul{
    margin-left: 20px;
    color: #ffffff;
}

.courses_txt .accordian li, .courses_txt ul li{
    list-style: disc !important;
}

.courses_txt .accordian li:last-child{
    border: none;
}

.courses_txt .accordian li .accord_txt{
    padding-bottom: 15px;
}

.courses_txt .accordian li h5, .courses_txt ul li:not(.accordian > li){
    color: #ffffff;
    line-height: normal;
    padding: 4px 30px 4px 0;
    font-weight: 400;
}

.accordian li:last-child{
    border-bottom: none;
}
.faqs_wrap .accordian >li .accord_txt >ul >li{
    list-style: disc !important;
}
.faqs_wrap .accordian >li .accord_txt ul {
    margin-left: 20px;
}


.courses_txt .accordian li h5:after{
    content: "" !important;
    background: url(https://www.shroffeyecentre.com/wp-content/themes/shroff/images/video_select.png);
    background-repeat: no-repeat;
    background-size: 35%;
    right: 0;
    background-position: center;
    height: 16px;
    width: 23px;
    display: block;
    transition: 0.3s;
    filter: invert(1);
    transform: translateY(-50%) rotate(270deg) !important;
}

.courses_txt .accordian li h5.active:after{
    transform: translateY(-50%) rotate(0deg) !important;
}


/* courses section end */

.faqs_accord_wrap .accordian li ul li:not(.accordian li ul:last-child li:last-child, :last-child){
    margin-bottom: 10px;
}

/* dnb ophthalmology page css start  */

/* static content section  */

section.eligibility_sec{
    padding-block: 0 !important;
}

.eligibility_content ul{
    border: 1px solid #d2d2d2;
    padding: 20px;
}

.eligibility_content ul li h2{
   font-size: 18px;
   color: #000000;
   font-weight: 900;
}

.eligibility_content ul li:not(:last-child){
   margin-bottom: 40px;
}

.eligibility_content ul li p{
  color: #000000;
  text-transform: capitalize;
}

/* static content section end */

/* technical program section  */

.page-id-19785 .faqs_wrap .section_heading h2{
    text-transform: capitalize;
}

/* technical program section end */

/* faculity section start  */
.treatments_wrap .section_heading h2{
    color: #000000;
    text-transform: capitalize;
}

/* faculity section end  */
/* dnb ophthalmology page css end  */



@media screen and (min-width: 767px){
    /* clinical optimetry doctor duty display none  */

body.postid-20052 div.difference_icons_grid{
    grid-template-columns: repeat(3, 1fr);
}

/* clinical optimetry doctor duty display none end */
}

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

    /* common css start  */

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

    }

    .main_page_wrap .section_heading:not(.doctor_name .section_heading, .courses_txt > .section_heading, .apply_wrap .section_heading){
        margin-bottom: 20px;
    }

    /* common css end */

    .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;               
            }
        }
    }

    .eligibility_content ul li:not(:last-child){
        margin-bottom: 20px;
    }

    /* bnr section css */
    .banner_content{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .bnr_txt h1{
        font-size: 36px;     
        text-align: center;  
    }
    /* bnr section css end */

/* facility section start  */

.difference_icons_grid .txt_with_icon{
    align-items: flex-start !important;
}

.difference_icons_grid .icon_content h4{
    font-size: 25px !important;
}

/* facility section end  */


    /* courses section css  */

    .courses_grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    /* courses section css end */

    .faqs_wrap .accordian >li h5{
        padding-right: 30px;
        line-height: normal;
        padding-block: 15px;
    }
}

.postid-20051 .doctors_grid .doctor_grid_item:nth-child(2){
    display: none;
}