.breadcrumb{
    background-color: transparent;
}
.by-specialities .consult-headings .web-h h2{
    font-size: 26px;
    font-weight: 500;
    color: #19838a;
    text-align: center;
}
.by-specialities .consult-headings .web-h p{
    font-size: 0.9rem;
    font-weight: normal;
    text-align: center;
}

.by-specialities .row .col-lg-3 .card{
    border: 0.5px solid whitesmoke;
    background: white;
    border-radius: 10px;
    display: block;
    justify-content: center;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: background-color 0.3s ease;
}
.by-specialities .row .col-lg-3 .card:hover{
    border: 1px solid#19838a;
}

.by-specialities .row .col-lg-3 .card img{
    width: auto;
    height: 100px;
    text-align: center;
}
.by-specialities .row .col-lg-3 .card p{
    font-size: 16px;
    font-weight: 400;
}

@media(max-width: 567px) {
    
    .by-specialities .row .col-lg-3 .card img{
        width: auto;
        height: 50px;
        text-align: center;
    }
    /* .col-4{
        padding: 5px;
    } */

    .chat_screen #footer{
        display: block !important;
        padding: 20px !important;
    }
    .chat_screen #footer .box{
        margin-top: 10px;
    }
}


.consult_booking .input-group .form-control{
    border-radius: 5px 5px 5px 0 0;
    border-right: none;
}

.consult_booking .input-group .input-group-text{
    border-radius: 0 5px 5px 0;
    width: 80px;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.consult_booking .container .row #gender .row label img{
    width: 70px;
    height: 70px;
    border: 1px solid grey;
    border-radius: 100%;
}

@media(max-width: 567px) {
    
    .consult_booking .container .row #gender .row label img{
        width: 50px !important;
        height: 50px !important;
        border: 1px solid grey;
        border-radius: 100%;
    }
}

.new-header{
    position: static !important;
}

.chat_screen #header{
    /* position: sticky;
    z-index: 100;
    top: 0 !important; */
    width: 100%;
    background: whitesmoke;
    padding: 10px 20px;
    min-height: 130px;
}


.chat_screen #header .chat_doctor_image{
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 10px;
    background-color: white;
    border-radius: 100%;
    border: 1px solid white;
}


.chat_page_screen #header{
    position: sticky;
    z-index: 100;
    top: 0!important;
    width: 100%;
    background: #007bff;
    padding: 5px 20px;
    min-height: 70px;
}

.chat_page_screen #header .chat_doctor_image{
    width: 50px;
    height: 50px;
}

.chat_screen #header .doctor_details{
    width: 60%;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.message_send {
    width: 80%;
    float: right;
    background: rgba(125, 189, 245, 0.5);
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0;
}

.message_recived{
    margin: 5px 0;
    width: 80%;
    float: left;
    background: rgba(213, 222, 230, 0.5);
    padding: 10px;
    border-radius: 10px;
}

.rounded{
    border-radius: 5px !important;
}

#chat p{
    margin-bottom: 0.3rem;
}

.chat_screen #header .image_faq .chat_doctor_image{
    float: right !important;
}

#chat{
    min-height: 65vh;
}



.chat_screen #body{
    min-height: 70px;
    padding: 40px 0;
}

.chat_screen #body #file-details{
    padding: 0 50px;
}



.chat_screen #user-details {
    background: rgba(213, 222, 230, 0.5);
    padding: 10px 20px;
}

.chat_screen #payment-details {
    background: rgba(213, 222, 230, 0.5);
   margin-top: 10px;
   padding: 10px 20px;
}


.chat_screen #footer{
    min-height: 70px;
    text-align: center;
    padding: 40px 0;
}

.chat_screen #body #file-details .my-files a{
    font-size: 25px;
    color: white;
}

.chat_screen #body #file-details .my-files .fisrt_file{
    margin-right: 20px;
    border-right: 1px solid white;
    padding-right: 10px;
}

.chat_screen #footer #file-details .my-files a{
    font-size: 22px;
    color: black;
}

.chat_screen #footer #file-details .my-files .fisrt_file{
    margin-right: 10px;
    border-right: 1px solid black;
    padding-right: 10px;
}