/*-- # service category section --*/
/*-- # Header --*/
.header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.header.sticked {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumbs ol {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.servicebanner {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    transition-duration: 0s;
    height: 55vh;
}

.mainoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #006d6f;
}

.serviceheadings {
    font-size: 44px;
    margin-bottom: 0px;
    line-height: 47px;
    Padding-bottom: 5px;
    color: #fff;
    /* font-family: 'Exo-SemiBold' !important; */
    display: inline-block;
    border-bottom: #fff 1px solid;
}

.resultsheadings {
    font-size: 44px;
    color: #fff;
    line-height: 47px; margin-bottom: 0px;
    Padding-bottom: 5px;
    /* font-family: 'Exo-SemiBold' !important; */
    display: inline-block;
    border-bottom: #fff 1px solid;
}

.resultsbanner {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 0s;
    height: 55vh;
}

.mainoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #006d6f;
}
.servicelandingstrip {
    /* background-color: #B2D6D8; */
    background-color: #B2D6D8;
    display: flex;align-items: center; justify-content: center;flex-wrap: wrap;
}
.stripcolumn {
    border-left: 1px solid #fff;
    padding: 1rem 3rem;text-align: center;
    transition-duration: .2s;
    transition-property: transform;
}
.stripcolumn:hover {
    background-color: #fff;
    /* transform: translateY(-5px); */
}
.border-left-0{border-left: 0px;}
.stripcolumn img {width: 44px;}
.stripcolumnheading {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    padding-bottom: 0px;
    /* font-family: 'Exo-SemiBold' !important; */
}


/* Start of mentorheading */
.servicecategorysection {
    padding: 2rem 40px 3rem 40px;
    background: #fff;
}

.servicecategorysection p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 0px;
    font-family: 'Exo-Regular' !important;
}

/*-- # About doctor --*/
.aboutdoctorsections {
    background-color: #fff;
    padding: 3rem 40px;
}

.aboutdoctorcontents {
    width: 93%;
}

.aboutsubheadings {
    /* font-family: 'Exo-Regular' !important; */
    font-family: 'Titillium Web' !important;
    font-size: 20px;
    color: #000;
}

.aboutdoctorcontents h1 {
    font-family: 'Exo-Regular' !important;
    margin-bottom: 0px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #000;font-weight: bold;
    padding-bottom: 10px;
}

.commonheadingdiv{
    font-family: 'Exo-Regular' !important;
    margin-bottom: 0px;
    font-size: 45px;
    letter-spacing: 1px;text-align: center;
    color: #000;font-weight: bold;
    padding-bottom: 10px;
}

.aboutdoctorcontents .doctorhomeheadings{
    /* font-family: 'Exo-Regular' !important; */
    margin-bottom: 0px;
    font-size: 45px; line-height: 48px;
    letter-spacing: 2px;
    color: #000;
}

.doctorhomeheadings , .aboutsubheadings{
    font-family: 'Titillium Web' !important;
}

.mddermatologys {
    color: #000;
    font-size: 21px;
    line-height: 22px;
    padding-bottom: 12px;
    /* font-family: 'Exo-SemiBold' !important; */
}

.aboutheadings {
    font-size: 22px;
    color: #000;
    line-height: 24px;
    padding-bottom: 12px;
    /* font-family: 'Exo-SemiBold' !important; */
}

.aboutdoctorcontents p {
    font-family: 'Exo-Regular' !important;
    font-size: 18px;
    margin-bottom: 0px;
    color: #000;
}

.aboutwhyheadings {
    font-size: 21px;
    color: #000;
    margin-top: 1rem;
    margin-bottom: 10px;
    /* font-family: 'Exo-SemiBold' !important; */
}

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

.aboutdoctorcontents ul li {
    padding: 8px 10px 8px 32px;
    margin: 0;
    line-height: 22px;
    font-size: 18px;
    width: 47%;
    color: #000;
    font-family: 'Exo-Regular' !important;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.aboutdoctorcontents ul li::before {
    content: "\F134";
    border-radius: 50%;
    color: #000;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    line-height: 36px;
    text-align: center;
    font-family: bootstrap-icons !important;
    position: absolute;
    font-size: 18px;
    margin-left: -36px;
    margin-top: -6px;
}

.aboutdoctorcontents ul li strong {
    font-weight: bold;
}

.aboutdoctorcontent ul li:last-child {
    border-bottom: 0px;
}

.doctorrightpics {
    background-color: #D4C9A2;
    position: relative;
    border-radius: 11px;
    padding-bottom: 1.5rem;
}

.doctorrightpics img {
    width: 100%;
    border-radius: 11px;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
}

.youtubeicons {
    position: absolute;
    bottom: 55px;
    right: 40px;
    display: inline-block;
    color: #fff;
}

.youtubeicons a {
    color: #fff;
    font-size: 18px;
    font-family: 'Exo-Regular' !important;
    text-decoration: none;
}

.youtubeicons a:hover {
    color: #B2D6D8;
    text-decoration: none;
}

.youtubeicons img {
    width: 70px;
    margin-bottom: -20px;
    margin-right: 5px;
}

.abouttops {
    margin-top: 1.5rem;
}

.moreabouts {
    background: #3F4E46;
    padding: 11px 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Exo-SemiBold' !important;
    transition: 0.4s;
}

.moreabouts:hover {
    background: #e090ad;
    color: #fff;
}

/*-- # Start of doctorasmentorsection Section --*/
.servicecolumnitem {
    border-radius: 0px;
    margin: 1rem 0px 1rem 0px;
}

.servicecolumnitem .img {
    overflow: hidden;
    border-radius: 0px;

}

.servicecolumnitem .img img {
    transition: 0.6s;
    border-radius: 0px;
    width: 100%;
}

.servicedetails {
    padding: 12px 20px 20px 20px;
    margin: -30px 20px 20px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-top: #3F4E46 2px solid;
    position: relative;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.servicesubheading {
    color: #000;
    margin: 0px 0 8px 0;
    font-size: 24px;
    padding-bottom: 0px;
    /* font-family: 'Exo-SemiBold' !important; */
    transition: ease-in-out 0.3s;
}

.servicedetails p {
    line-height: 26px;
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.servicesubheading {
    color: #000;
    font-size: 22px;
    padding-bottom: 0px;
    /* font-family: 'Exo-SemiBold' !important; */
}

.servicesubheading a {
    /* font-family: 'Exo-SemiBold' !important; */
    color: #000;
    text-decoration: none;
}

.servicesubheading a:hover {
    /* font-family: 'Exo-SemiBold' !important; */
    color: #e090ad;
    text-decoration: none;
}

.servicecolumnitem:hover .servicedetails .icon {
    background: #fff;
    border: 2px solid #3F4E46;
}

.servicecolumnitem:hover .servicedetails .icon i {
    color: #000;
}

.servicecolumnitem:hover .img img {
    transform: scale(1.1);
}

.servicebtns {
    border: #B2D6D8 1px solid;
    padding: 7px 20px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    background-color: #B2D6D8;
    transition: 0.5s;
    font-family: 'Exo-Regular' !important;
}

.servicebtns:hover {
    border: #00312e 1px solid;
    color: #fff;
    background-color: #00312e;
    color: #fff !important;
}

.videostestibanners {
    text-align: center;
    padding: 8rem 0px 8rem 0px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover !important;
    position: relative;
}

.videostestiheadings {
    font-size: 44px;
    color: #fff;
    line-height: 47px;
    padding-bottom: 5px;
    /* font-family: 'Exo-SemiBold' !important; */
    display: inline-block; margin-bottom: 0px;
    border-bottom: #fff 1px solid;
}

.videosmainbanner {
    text-align: center;
    padding: 0rem 0px 0rem 0px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover !important;
    position: relative;
    height: 55vh;
}

.mainoverlay {
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #006d6f;
}


/* Start of resultinner */
.resultcolumnitem {
    border-radius: 0px;
    text-align: center;
    margin: 1rem 0px 1rem 0px;
    position: relative;
    border: #ddd 1px solid;
}

.resultcolumnitem .img {
    transition: 0.6s;
    border-radius: 0px;
    width: 100%;
    overflow: hidden;
}

.resultcolumnitem .img img {
    transition: 0.6s;
    width: 100%;
}

.resultcolumnitem .resultinnersheading {
    color: #3F4E46;
    margin: 12px 0 0px 0;
    font-size: 24px;
    padding-bottom: 5px;
    font-family: 'Exo-SemiBold' !important;
    transition: ease-in-out 0.3s;
}

.resultcolumnitem p {
    font-size: 13px;padding-top: 10px;
    margin-bottom: 0;
    font-family: 'Exo-Regular' !important;
    padding-bottom: 12px;
}

.resultcolumnitem:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.resultcolumnitem:hover .img img {
    transform: scale(1.1);
}

/* Start of servicecategoryvideosection */
.servicecategoryvideosection{ background: #B2D6D8;padding: 3rem 40px;}
.categoryvideoheading{font-size: 44px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    /* font-family: 'Exo-Regular'; */
    font-family: 'Titillium Web' !important;
}
    .schvideocolumn {
        padding: 1rem 0px 0px 0px;
        margin: 0px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    
    .schvideocolumn img {
        width: 100%;
        margin-bottom: 12px;
        border: #d4d4d4 1px solid;
        transition: 0.5s all ease-in-out;
    }
    .schvideocolumn:hover img {
        width: 100%;
        /* border-radius: 11px; */
        border: #3F4E46 1px solid;
    }
    .schvideocolumn p {
        letter-spacing: 0px;
        font-weight: normal;
        font-style: normal;margin-bottom: 0px;
    }
    .scwhitebutton {
        width: 100%;
        position: absolute;
        content: "";
        top: 40%;
        left: 50%;
        z-index: 99;
        box-shadow: unset;
        transform: translate(-50%, -50%);
    }
    .scwhitebutton i {
        font-size: 65px;
        color: #fff;
    }
   .speacetext{padding-top: 15px;text-align:center;}
    .servicevideobtn {
        color: #fff;
        background-color: #B2D6D8;
        padding: 9px 1.5rem;
        cursor: pointer;
        display: inline-block;
        outline: none;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
        transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        will-change: transform;
    }
    
    .servicevideobtn:disabled {
        pointer-events: none;
    }
    
    .servicevideobtn:hover {
        background-color: #000;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
        color: #fff;
        text-decoration: none;
    }
    
    .servicevideobtn:active {
        box-shadow: none;
        transform: translateY(0);
    }
/* // End of servicecategoryvideosection */

/* Start of servicecategorytestimonials */
.servicecategorytestimonials{ background: #fff;padding: 3rem 40px;}
.servicecategorytestimonialsheading{font-size: 44px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-family: 'Exo-Regular';
}
.testimoniallist {
    margin: 1rem 0rem 1rem 0rem;
    padding: 1.5rem 1.5rem 10px 1.5rem;
    background: #fff;
    line-height: 1.625;
    color: #f9f9f9;
    box-shadow: 0px 3px 16px #00000017;
    transition-duration: .2s;
    transition-property: transform;
}

.testimoniallist:hover {
    transform: scale(1.1);
    z-index: 9;
    color: #fff;
    position: relative;
    background: #3F4E46;
    box-shadow: 0px 3px 16px #00000017;
    transform: translateY(-5px);
}

.testingtops {
    margin-top: 5rem;
}

.testingtop {
    margin-top: 3rem;
    text-align: center;
}

.testimoniallist h4 {
    margin: .25em 0 0;
    font-size: 170%;
    font-weight: normal;
}

.testimoniallist .features {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    color: #3F4E46;

}

.smalldiv {
    font-size: 13px;
    padding-top: 10px;
}

.testimonialcontent {
    padding: 10px 0px;
    display: inline-block;
    height: 160px;
    overflow: auto;
    padding-left: 0px;
}

.testimonialcontent::-webkit-scrollbar {
    width: 8px;
    margin-left: 20px;
}

.testimonialcontent::-webkit-scrollbar-track {
    background-color: #cccccc;
    border-radius: 100px;
}

.testimonialcontent::-webkit-scrollbar-thumb {
    background: #e090ad;
    border-radius: 100px;
}

.testimonialcontent p {
    color: #3F4E46;
}

.features .smalldiv {
    font-size: 13px;
}

.textboxdiv {
    padding: 10px 0px;
}

.testleft {
    float: left;
    width: 65%;
}

.scale i {
    padding-right: 5px;
    color: #fff;
}

.scale .rating i {
    color: #fff !important;
}

.testright {
    float: right;
    width: 22%;
    background-color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 30px;
}

.testright img {
    width: 60px
}

.rating i {
    color: #EBCC77;
    padding-right: 5px;
}

.testheading {
    font-size: 20px;
    font-family: 'Exo-SemiBold' !important;
}

.testimoniallist:hover .testimonialcontent p {
    color: #fff;
}

.testimoniallist:hover .smalldiv {
    color: #fff;
}

.testimoniallist:hover .testheading {
    color: #fff;
}

.testimoniallist:hover .rating i {
    color: #fff;
}

/* Start of servicecategoryresults */
.servicecategoryresults{ background: #f4f4f4;padding: 3rem 40px;}
/* Start of resultinner */
.resultcolumnitems {
    border-radius: 0px;
    text-align: center;
    margin: 1rem 0px 1rem 0px;
    position: relative;
    border: #ddd 1px solid;
}

.resultcolumnitems .img {
    transition: 0.6s;
    border-radius: 0px;
    width: 100%;
    overflow: hidden;
}

.resultcolumnitems .img img {
    transition: 0.6s;
    width: 100%;
}

.resultcolumnitems p {
    font-size: 13px;padding-top: 10px;
    margin-bottom: 0;
    font-family: 'Exo-Regular' !important;
    padding-bottom: 12px;
}

.resultcolumnitems:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
/* Start of Yogesh Sir iPad Screen */
@media screen and (max-width:1200px) and (min-width:1101px) {
.stripcolumn {
    border-left: 1px solid #fff;
    border-bottom: 0px !important;
    padding: 1rem 1rem;
    min-height: 110px;
}
.stripcolumnheading {font-size: 17px;}
.border-left-0{border-left:0px !important;}
}

/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {
    .breadcrumbs ol {
        padding-top: 0px;
    }

    /* Start of servicecategorysection section */
    .servicecategorysection {
        padding: 1rem 20px 1.5rem 20px;
    }

    .servicecategorysection p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0px;
    }

    .servicebanner {
        background-position: 100% center !important;
        height: 22vh;
    }

    .serviceheadings {
        font-size: 35px;
        margin-bottom: 0px;
        line-height: 36px;
    }
    .stripcolumn {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 1rem 1rem;
        min-height: 110px;
    }
    .stripcolumnheading {
        font-size: 17px;
    }
    .border-left-0{border-left:0px !important;}
    .resultcolumnitem .resultinnersheading {
        margin: 10px 0 0px 0;
        font-size: 18px;
        line-height: 20px;
    }

    .servicedetails {
        padding: 15px 10px 15px 10px;
        margin: -20px 20px 0 20px;
    }

    .servicesubheading {
        margin: 0px 0 5px 0;
        font-size: 20px;
    }

    .servicedetails p {
        line-height: 25px;
        font-size: 17px;
        padding-bottom: 8px;
    }


    /* Start of result banner */
    .resultsbanner {
        padding: 0rem 0px;
        height: 24vh;
        background-position: 100% center !important;
    }

    .resultsheadings {
        font-size: 35px;
        line-height: 36px;
        margin-bottom: 0px;
        padding-bottom: 2px;
    }

    /* Start of result inner */
    .resultcolumnitem {
        margin: 15px 0px 15px 0px;
    }

    .resultcolumnitem p {
        font-size: 12px;
    }

    /* Start of videos page */

    .videosmainbanner {
        background-position: 100% top;
        height: 24vh;
    }

    .videostestiheadings {
        font-size: 45px;
        margin-bottom: 0px;
    }

    
/* Start of videosection */
.servicecategoryvideosection {padding: 2rem 10px;}
.categoryvideoheading {font-size: 30px; font-weight: bold;margin-bottom: 0px;}
.scwhitebutton i { font-size: 60px;}
.schvideocolumn p{font-size: 17px;}

/* Start of testimonials section */
.servicecategorytestimonials {padding: 2rem 10px;}
.categoryvideoheading {font-size: 30px; font-weight: bold;margin-bottom: 0px;}
.testimoniallist {margin: 10px 0rem 10px 0rem;padding: 1rem 1rem 10px 1rem;}
.testheading {font-size: 18px;}
.features .smalldiv {font-size: 13px;}

/* Start of testimonials section */
.servicecategoryresults {padding: 2rem 10px;}
.resultcolumnitems {margin: 10px 0px 10px 0px;}
.resultcolumnitems p {font-size: 13px;}
.speacetext {padding-top: 15px;}

/* Start of aboutdoctorsections section */
.aboutdoctorsections {
    padding: 2rem 20px;
}

.aboutdoctorcontents h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.aboutdoctorcontents .doctorhomeheadings{
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
.aboutdoctorcontents h1 {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.aboutdoctorcontents .doctorhomeheadings{
    font-size: 40px; 
    letter-spacing: 1px; line-height: 44px;
    padding-bottom: 5px;padding-top: 5px;
}

.aboutsubheadings {
    font-size: 18px;
}

.mddermatologys {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 8px
}

.aboutheadings {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
}

.aboutdoctorcontents ul li {
    padding: 5px 10px 5px 28px;
    line-height: 22px;
    font-size: 17px;
    width: 100%;
}

.aboutdoctorcontents p {
    font-size: 17px;
    line-height: 26px;
}

}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {


    /* Start of servicecategorysection section */
    .servicecategorysection {
        padding: 12px 20px 1.5rem 20px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .servicecategorysection p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0px;
    }

    .servicebanner {
        background-position: 100% center;
        height: 20vh;
    }

    .serviceheadings {
        font-size: 30px;
        line-height: 32px;
    }
    .stripcolumn {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 1rem 1rem;
        min-height: 110px;
        width: 50%;
    }
    .stripcolumnheading {
        font-size: 17px;
    }
    .border-left-0{border-left:0px !important;}
    .stripcolumn:nth-of-type(3){border-left: 0px !important;}
    .servicecolumnitem {
        border-radius: 0px;
        margin: 1rem 0px 1rem 0px;
    }

    .servicedetails {
        padding: 15px 10px 15px 10px;
        margin: -15px 20px 0 20px;
    }

    .servicesubheading {
        margin: 0px 0 0px 0;
        font-size: 18px;
        padding-bottom: 5px;
    }

    .servicedetails p {
        line-height: 25px;
        font-size: 17px;
    }

    /* Start of result banner */
    .resultsbanner {
        padding: 0rem 0px;
        height: 22vh;
        background-position: 100% center !important;
    }

    .resultsheadings {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 0px;
        padding-bottom: 2px;
    }

    /* Start of result inner */
    .resultcolumnitem {
        margin: 15px 0px 15px 0px;
    }

    .resultcolumnitem p {
        font-size: 12px;
    }

    .resultcolumnitem .resultinnersheading {
        margin: 10px 0 0px 0;
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .resultcolumnitem p {
        padding: 0px 5px 5px 5px;
        font-size: 10px;
    }

    /* Start of videos page */

    .videostestibanners {
        padding: 4rem 0px 4rem 0px
    }

    .videosmainbanner {
        height: 22vh;
    }

    .videostestiheadings {
        font-size: 30px;
        margin-bottom: 0px;
        line-height: 32px;
        padding-bottom: 2px;
    }

/* Start of videosection */
.servicecategoryvideosection {padding: 2rem 10px;}
.categoryvideoheading {font-size: 30px; font-weight: bold;margin-bottom: 0px;}
.scwhitebutton i { font-size: 60px;}

/* Start of testimonials section */
.servicecategorytestimonials {padding: 2rem 10px;}
.categoryvideoheading {font-size: 30px; font-weight: bold;margin-bottom: 0px;}
.testimoniallist {margin: 10px 0rem 10px 0rem;padding: 1rem 1rem 10px 1rem;}
.testheading {font-size: 18px;}
.features .smalldiv {font-size: 13px;}

/* Start of testimonials section */
.servicecategoryresults {padding: 2rem 10px;}
.resultcolumnitems {margin: 10px 0px 10px 0px;}
.resultcolumnitems p {font-size: 13px;}
.speacetext {padding-top: 10px;}

/* Start of aboutdoctorsections section */
.aboutdoctorsections {
    padding: 3rem 20px 2rem 20px;
}

.aboutdoctorcontents ul li {
    padding: 5px 0px 5px 28px;
    margin: 0;
    line-height: 25px;
    font-size: 17px;
    width: 100%;
}

.aboutdoctorcontents ul li::before {
    width: 30px;
    height: 30px;
    margin-right: 0px;
    line-height: 30px;
    font-size: 17px;
    margin-left: -30px;
    margin-top: -3px;
}

.abouttops {
    margin-top: 1rem;
}

.aboutdoctorcontents {
    width: 100%;
    margin-top: 1rem;
}

.aboutdoctorcontents h1 {
    font-size: 30px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.aboutdoctorcontents .doctorhomeheadings{
    margin-bottom: 0px;
    font-size: 40px; line-height: 42px;
    letter-spacing: 2px;
}

.mddermatologys {
    color: #000;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
}

.aboutheadings {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 0px;
}

.aboutdoctorcontents p {
    font-size: 17px;
}

.aboutwhyheadings {
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 5px;
}

.doctorrightpics {
    padding-bottom: 1rem;
    margin-left: 1.5rem;
}

}

/* Start of iphone/mobile */
@media screen and (max-width:767px) and (min-width:320px) {

    .servicebanner {
        background-position: 100% center !important;
        height: 16vh;
    }

    .serviceheadings {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        margin-bottom: 0px;
        padding-bottom: 2px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .stripcolumn {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 10px; 
        min-height: 120px;
        width: 50%;
    }
    .stripcolumnheading {font-size: 16px;margin-top: 8px; line-height: 20px;}
    .border-left-0{border-left: 0px !important;}
.stripcolumn:nth-of-type(3){border-left: 0px !important;}
    /* Start of servicecategorysection */
    .servicecategorysection {
        padding: 0rem 5px 1.5rem 5px;
    }

    .servicecategorysection p {
        font-size: 11px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .servicecolumnitem {
        margin: 1.5rem 0px 0rem 0px;
    }

    .servicecolumnitem .servicedetails {
        padding: 10px 10px 15px 10px;
        margin: -10px 10px 0 10px;
    }

    .servicesubheading {
        margin: 0px 0 0px 0;
        font-size: 16px;
        padding-bottom: 5px;
    }

    .servicedetails p {
        line-height: 22px;
        font-size: 15px;
        padding-bottom: 10px;
    }

    /* Start of result banner */
    .resultsbanner {
        background-position: unset !important;
        background-image: none !important;
        height: 16vh;
    }

    .mainoverlay {
        background: #006d6f
    }

    .resultsheadings {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 26px;
        padding-bottom: 2px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .pagetop {
        margin-top: 1.5rem;
    }

    .resultcolumnitem {
        margin: 8px 0px 8px 0px;
    }

    .resultcolumnitem .resultinnersheading {
        margin: 8px 0 0px 0;
        font-size: 17px;
        line-height: 19px;
        padding-bottom: 3px;
    }

    /* Start of videos page */

    .videosmainbanner {
        background-position: unset !important;
        height: 16vh;
    }

    .mainoverlay {
        background: #006d6f
    }

    .videostestiheadings {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0px;
        padding-bottom: 2px;
    }
    .aboutdoctorcontents p {
        /* font-size: 17px; */
        font-size: 16px;
    }

/* Start of videosection */
.servicecategoryvideosection {padding: 1rem 5px;}
.categoryvideoheading {font-size: 24px; font-weight: bold;margin-bottom: 0px;}
.scwhitebutton i { font-size: 54px;}

/* Start of testimonials section */
.servicecategorytestimonials {padding: 1rem 5px;}
.categoryvideoheading {font-size: 24px; font-weight: bold;margin-bottom: 0px;}
.testimoniallist {margin: 10px 0rem 10px 0rem;padding: 1rem 1rem 10px 1rem;}
.testheading {font-size: 18px;}
.features .smalldiv {font-size: 12px;}

/* Start of testimonials section */
.servicecategoryresults {padding: 1rem 5px;}
.resultcolumnitems {margin: 10px 0px 10px 0px;}
.resultcolumnitems p {font-size: 11px;}
.speacetext {padding-top: 10px;}


 /* Start of aboutdoctorsections */
 .aboutdoctorsections {
    padding: 1rem 5px 1rem 5px;
}

.doctorrightpics {
    padding-bottom: 0px;
    padding: 8px;
    margin-top: 20px;
}

.doctorrightpics img {
    margin-left: 0rem;
}

.youtubeicons {
    bottom: 16px;
    right: 18px;
}

.youtubeicons a {
    font-size: 17px;
}
.aboutdoctorcontents {
    width: 100%;
}
.aboutdoctorcontents h1 {
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 8px;
    font-weight: bold;
}

.aboutdoctorcontents .doctorhomeheadings{
    font-size: 27px;
    letter-spacing: 1px; line-height: 27px;
    padding-bottom: 5px;padding-top: 2px;
}

.aboutsubheadings {
    font-size: 20px;
}

.aboutheadings{
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 5px;
}

.mddermatologys {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 7px;
}

.aboutdoctorcontent p {
    font-size: 17px;
}

.aboutwhyheadings {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.aboutdoctorcontents ul li {
    padding: 2px 0px 2px 20px;
    line-height: 25px;
    /* font-size: 17px; */
    font-size: 16px;
    font-family: 'Exo-Regular' !important;
    width: 100%;
    text-align: left;
}

.aboutdoctorcontents ul li::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    font-size: 16px;
    margin-left: -30px;
    margin-top: -2px;
}

.youtubeicons img {
    width: 50px;
    margin-bottom: -20px;
    margin-right: 0px;
    margin-left: 0px !important;
}

.aboutdoctorcontents{
    margin-top: 10px;
    text-align: center;
}

.moreabouts {
    padding: 11px 10px;
    font-size: 17px;
}

.abouttops {
    margin-top: 1rem;
}
.mainrequestcallbackbox{border:#B2D6D8 8px solid;}
}