.body-content-top-inner{
    max-height: none !important;
}
.best-doctor,.find-doctor{
    width: 100%;
}
.best-doctor span{
    font-size: 16px;
    border-bottom: 3px solid red;
    padding: 8px 0;
}
.find-doctor{
    margin-top: 20px;
}
.col-3 input,.col-3 select,.col-3 button{
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
    font-size: 18px;
}
.col-3 button{
    background-color: #007bff;
    color: #fff;
    border: none;
    outline: none;
}
.doctors{
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
}
.doctor-image{
    width: 100%;
}
.doctor-image img{
    width: 220px;
    display: block;
    margin: 15px auto;
    height:220px;
}
.doctor-name{
    text-align: center;
}
.doctor-name span{
    border-bottom: 3px solid red;
    padding: 5px 0;
}
.doctor-special{
    margin-top: 15px;
    text-align: center;
}
.doctor-special p{
    font-size: 12px;
}
.doctor{
    width: 21%;
    margin: 0 2%;
    float: left;
    border: 0.5px solid #ddd;
    padding: 25px 0;
}
.doctor-action a{
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
}
.doctor-action a:nth-child(1){
    float: left;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
}
.doctor-action a:nth-child(2){
    float: right;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
}
.all-doctor{
    max-width: 1370px !important;
}
@media screen and (max-width:480px) {
    .col-3 input,.col-3 select,.col-3 button{
        margin-top: 15px;
    }
    .doctor{
        width: 100%;
        float: none;
        margin-top: 50px;
    }
    .doctor-action{
        box-sizing:border-box;
        padding:0 20px;
        margin-bottom:25px;
    }
    input{
        border:1px solid #000;
    }
}