
.Request_callback_modal .modal-header {
    border-bottom: 0px;
}
.Request_callback_modal .modal-header .modal-title {
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.Request_callback_modal .form-group .form-label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.Request_callback_modal .form-group .form-control{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.Request_callback_modal .form-group .form-floating {
    position: relative;
    font-size: 14px;
}
.Request_callback_modal .submitbtn{
    background: #000;
    color: #fff;
    font-size: 14px;
    border: 0px;
    border-radius: 6px;
    padding: 7px;
    width: 100%;
}
