@media (max-width: 1441px) and (min-width: 1200px) {
    #Header #custom_nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link::after {
        bottom: 15px;
    }
}

#tutor_details .about_sec ul li {
    font-size: 14px;
    color: #747474;
    line-height: normal;
    margin-bottom: 15px;
    padding-left: 15px;
    background: url(../images/icons/list_icon2.svg) no-repeat;
    background-position: top 15px left;
    background-size: 8px;
}

#tutor_details .about_sec h1,
#tutor_details .about_sec h2,
#tutor_details .about_sec h3,
#tutor_details .about_sec h4,
#tutor_details .about_secc h5,
#tutor_details .about_sec h6 {
    font-size: 22px;
    color: #122d44;
    font-weight: 500;
    margin-bottom: 25px;
}


.modal-txt-field {
    outline: solid 2px #dbd8d8 !important;
    width: 100% !important;

}

.date_fld {
    height: 41px !important;
}

#messages #message_sec .container_card .titles {
    padding: 10px 35px;
}

.cmnBx {
    display: inline-block;
    padding: 7px;
    border-radius: 5px;
    background: #35a5b0;
    color: #fff;
    margin: 5px;
    text-align: center;
}

.flxBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}


.flxBox .head {
    margin-bottom: 0 !important;
    font-size: 22px;
    color: #122d44;
    font-weight: 500;
    text-transform: uppercase;
}

.flxBox .CommnBtn {
    width: fit-content !important;
    padding: 0 15px !important;
    margin: 0;
    height: 35px;
    font-size: 13px
}
.flxBox .CommnBtn svg{
    width: 10px;
}

.cmnBtn {
    display: block;
    padding: 10px 13px;
    border-radius: 0px;
    background: #35a5b0;
    color: #fff !important;
    margin: 5px;
    text-align: center;
    font-size: 14px !important;
}

.flxBx {
    display: flex;
    align-items: center;
}

#booking_details {
    padding: 70px 0 50px;
}

.table-responsive::-webkit-scrollbar {
    height: 2px;
}

table thead th {
    white-space: nowrap;
}
table td {
    white-space: nowrap;
}

@media only screen and (max-width:992px) {
    table thead th {
        padding: 20px 8px;
        font-size: 12px;
        font-weight: 500;
        text-transform: capitalize;
        color: #404040;
        border: solid 1px #c7eef4;
    }
}