.position-relative {
    position: relative!important;
}
.text-center {
    text-align: center!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.doctor-online {
    font-size: 9px;
    right: 23px;
    border-radius: 20px;
    padding: 4px 8px;
    color: #fff;
}
.bg-light-green {
    background-color: #34c300!important;
}
.rating {
    font-size: 1.5rem;
}
.text-dark-yellow {
    color: #ffb83a!important;
}
.price_card {
    border: 2px solid #34c300;
    border-radius: 20px;
    padding: 10px;
}
.see_button {
    background-color: #34c300;
    font-size: 16px;
    color: #fff;
}
.text-light-red {
    color: #ff6a9c!important;
}
.bg-gray-card {
    background-color: #f5f5f5;
    border: none!important;
    border-radius: 20px!important;
    padding: 20px;
}
.txt-gray {
    color: #3b4966;
}
.grid-3{
    display: grid;
    grid-template-columns: 50% 45%;
    gap: 5%;
    align-items: center;
}
.see-doctor-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.tab_section span {
    margin-right: 15px;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: 600;
}
.sm-column-dc span{
    font-size: 15px;
    font-weight: 600;

}
.doctor-information-area   .activeTab {
    font-weight: 600;
}
.doctor-information-area {
    background: #f5f5f5;
    padding: 20px 0px;
}

.consult-fee{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
}
.price_card span.text-medium {
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 320px) and (max-width:991px) {

    /* .ratting-sm-none{
        display: none;
    } */
    .ratting-sm-none {
        padding-bottom: 13px;
    }
    .sm-evenly{
        justify-content: space-evenly;
    }
    .price_card h2{
        font-size: 1.5rem;
    }
    .see_button {
        background-color: #34c300;
        font-size: 14px;
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
        .sm-column-dc .d-s-flex{
            display: flex;
            align-items: center;

        }
        .sm-column-dc span {
            padding-right: 5px;
        }
    }
@media (min-width: 991px) and (max-width: 1100px) {
    .grid-3 {
        display: grid;
        grid-template-columns: 60% 35%;
        gap: 5%;
    }
    }
@media (min-width: 320px) and (max-width:768px) {
        .grid-3 {
            grid-template-columns: 100%;
        }
        .sm-column-dc .d-s-flex{
            display: flex;
            align-items: center;

        }
        .sm-column-dc span {
            padding-right: 5px;
        }
}

@media (min-width: 768px) and (max-width:991px) {

    .price_card h6{
        font-size:12px;
    }
    .grid-3 {
        display: grid;
        grid-template-columns: 60% 35%;
        gap: 5%;
    }
    .see-doctor-flex {
        flex-direction: column;
    }
}
@media (min-width: 320px) and (max-width:576px) {
    .sm-column-dc{
        flex-direction: column;
    }

}
@media (min-width: 768px){
    .doctor-profile .doctor-status {
        font-size: 16px;
        padding-top: .8rem;
    }
    /* .doctor-profile-picture img {
        height: auto;
        width: 150px;
    } */
    }
    @media (min-width: 1500px){
    .text-sm {
        font-size: 1.1rem;
    }
}
@media (min-width: 992px){
    /* .tab_section {
        width: 30%;
        left: 0;
        right: 0;
        position: absolute;
        bottom: 0;
    } */
    .tab_section .activeTab {
        margin: 0 1rem;
        font-size: 16px;
        text-align: center;
    }
    .tab_section span {
        margin: 0 1rem;
        width: 20%;
        font-size: 16px;
        text-align: center;
        border-bottom: 2px solid transparent;
    }
}
/* .tab_section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
} */
.dr-description span{
    font-weight:bold;
}
.dr-description p{
    text-align:justify;
    padding-bottom: 5px;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}
.svg-inline--fa.fa-w-17 {
    width: 1.0625em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.max_width_container{
    background-color: #fff;
}
.tab_section .activeTab, .tab_section span:hover {
    border-bottom: 2px solid #4285f4;
}
.align-items-end {
    align-items: flex-end!important;
}
.justify-content-center {
    justify-content: center!important;
}


.slick-slider {
	display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
}
