﻿





.AffiliateDoctorProfileCtr {
    padding-top: 20px;
}

.SelfAssessmentMenu {
    color: red;
}

.newdefaultlayout-menu #SelfAssesment {
    cursor: pointer !important;
    margin-top: 20px !important;
    border-bottom: 1px solid !important;
    margin-bottom: 20px;
}

    .newdefaultlayout-menu #SelfAssesment a {
        color: red;
    }

.icon {
    margin: 3px;
    font-size: 20px;
}

.newdefaultlayout-menu li.active {
    font-weight: bold !important;
    color: #424242 !important;
    border-bottom: 1px solid #b6ff00;
}

@media only screen and (max-width: 970px) {
    .AffiliateDoctorProfileCtr .newdefaultlayout-menu {
        width: 100% !important;
        text-align: center;
    }

    .AffiliateDoctorProfileCtr .blinkDiv {
        margin-top: 20px;
    }

    .newdefaultlayout-menu .GotoCovidInfoDivMenu {
        cursor: pointer !important;
        padding-bottom: 10px;
        border-bottom: 1px solid;
    }
}


.p-top-16 {
    padding-top: 16px;
}

.p-bottom-16 {
    padding-bottom: 16px;
}

.p-top-32 {
    padding-top: 32px;
}

.p-bottom-32 {
    padding-bottom: 32px;
}

.p-16 {
    padding: 16px;
}

.p-32 {
    padding: 32px;
}

@media only screen and (max-width: 767px) {
    .p-small-top-16 {
        padding-top: 16px;
    }

    .p-small-bottom-16 {
        padding-bottom: 16px;
    }

    .p-small-top-32 {
        padding-top: 32px;
    }

    .p-small-bottom-32 {
        padding-bottom: 32px;
    }

    .p-small-16 {
        padding: 16px;
    }

    .p-small-32 {
        padding: 32px;
    }
}


/**Testimonial start*/
.testimonial-title {
    font-size:1.5rem;
}

.testimonial-head {
    font-size: 2.5rem;
}




@media only screen and (max-width: 767px) {

    .ResponsiveHomeopathy{
        display:block;
    }


    .testimonial-title {
        font-size: 1.25rem;
    }

    .testimonial-head {
        font-size: 2rem;
    }
}

/**testimonial end */


/**FAQ*/

.card-header {
    padding: 0rem;
    margin-bottom: 0;
    border-radius: 0.5rem;
}

.card-header:first-child {
    border-radius: 0.5rem;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;

    background-clip: border-box;
    
    border-radius: 0.5rem;
    padding-bottom: 1px;
    /* margin-bottom: 10px; */
}
.accordion{
    width:100%;
}
.accordion .fa {
    margin-right: 0.5rem;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.linkbtndate {
    float: left;
}

.arrowrightdate {
    float: right;
}
.Covid-19-InformationHeading .Covid-19-subheading {
    color: #202020;
}

.Covid-19-Information .Covid-19-InformationHeading {
    text-align: center;
    padding-top: 20px;
}

 .table-bordered td:hover,
 .table-bordered th:hover {
    background: #3aa0d1;
    color: white;
}
 .table-bordered td,
 .table-bordered th {
    border: 1px solid #dee2e6;
    background: #f2f2f2;
}