.select2-selection--single{
    display: block !important;
    height: 38px !important;
}


.section4 .left .location-btn{
    color: #FFF;
    border-radius: 6px;
    border: 1px solid #90B8FF;
    margin: 10px 6px;
    font-size: 15px;
    padding: 10px 20px;
    top: 25px;
    position: relative;
    background: none;
}

.section4 .left .location-btn:hover{
    border: 1px solid #11D9FF;
    background: #FFF;
    color: #053CA0;
}

.section4 .left .left-para{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
}

@media (max-width:576px) {
    .section4 .left .left-para{
        color: transparent;
    }
}

.section4 .right{
    padding: 10px;
    margin-top: 20px;
}

@media (max-width:576px) {
    .section4 .right{
        margin-top: -30px;
        margin-bottom: 30px;
    }
}


.section4 .glass-card{
    border-radius: 17px;
    border: 1px solid #19FAF2;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.31) 49.1%, rgba(0, 0, 0, 0.00) 110.92%);
}

.section4 .right .doctor-btn-wrapper{
    border-radius: 35px;
    background: #FFF;
    padding: 0 !important;
}


.section4 .right .doctor-btn-wrapper .dpic{
    float: left;
    height: 45px;
    width: 45px;
    max-width: 75%;
    margin: -5px 10px 5px 5px;
    border: 3px solid rgba(38, 195, 255, 1);
    border-radius: 50%;
    margin-top: 5px;
}

@media (max-width:576px) {
    .section4 .right .doctor-btn-wrapper .dpic{
        height: 35px;
        width: 35px;
    }
}

.section4 .right .docname{
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 25.2px */
    text-align: center;
    margin-top: 20px;
}

@media (max-width:576px) {
    .section4 .right .docname{
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0 15px 0;
    }
}

.occus{
    color: #00a2cf;
    font-size: 15px;
    text-align: left;
    margin-top: 17px;
}

@media (max-width:576px) {
    .occus {
        color: #00a2cf;
        font-size: 14px;
        text-align: left;
        margin-top: 7px;
    }

}


.section .right .appoinment{
    color: #00A2CF;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 25.2px */
}

.appoinment{
    font-size: 15px;
}

.section4 .right .doctor-btn-wrapper .makeappoinment{
    background: linear-gradient(90deg, #00c3ff 0%, #257eff 98.96%);
    padding: 0 0 !important;
    border-radius: 0 35px 35px 0;
    margin-left: -12px;
}

@media  screen and (max-width:768px) {
    .section4 .right .doctor-btn-wrapper .makeappoinment{
        display: none;
    }
}

@media  screen and (max-width:576px) {
    .section4 .right .doctor-btn-wrapper .makeappoinment{
        display: none;
    }
}

.section4 .right .doctor-btn-wrapper .appoinment{
    color: #FFF;
    margin-top: 15px;
    font-size: 15px;
    line-height: 54px;
}

@media  screen and (max-width:768px) {
    .section4 .right .doctor-btn-wrapper .appoinment{
        display: block;
    }
}

@media  screen and (max-width:576px) {
    .section4 .right .doctor-btn-wrapper .appoinment{
        display: none;
    }
}

@media  screen and (max-width:768px) {
    .occu{
        margin-left: 35px;
    }
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: 0 4px;
    background-color: #FFF;
}

.pagination a.active {
    color: white;
    border-radius: 7px;
    background: #13C8ED;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pag-mob{
    display: none;
}


@media (max-width:768px) {
    .pag-mob{
        display: block;
    }

    .pag-dek{
        display: none;
    }

    .pagination a {
        padding: 5px 10px;
        border-radius: 3px;
    }

    .pagination a.active {
        border-radius: 3px;
    }
}




@media (max-width:576px) {
    .pag-mob{
        display: block;
    }

    .pag-dek{
        display: none;
    }

    .pagination a {
        padding: 5px 10px;
        border-radius: 3px;
    }

    .pagination a.active {
        border-radius: 3px;
    }
}


@media  screen and (max-width:576px) {
    .ban{
        padding: 0%;
    }
}

@media  screen and (max-width:768px) {
    .ban{
        padding: 0%;
    }
}
