.contact .tb {
    border: 1px solid #d8d4d4;
    border-radius: 5px;
    height: 50px;
    width: 100%;
}

.contact select {
    border: 1px solid #d8d4d4;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    background-color: #fff;
    padding-left: 10px;
}

.contact .t-area {
    border: 1px solid #d8d4d4;
    border-radius: 5px;
    width: 100%;
    padding-left: 15px;
}

.contact .t-area:focus-visible {
    border: 1px solid #d8d4d4;
    border-radius: 5px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.w-full {
    width: 100%;
}

.btn-send {
    background-color: #831a2c;
    color: #fff !important;
    height: 50px;
    font-weight: bold;
}

.btn-send:hover {
    color: #fff !important;
    background-color: #9e2439;
}

.text-dark {
    color: #000000;
}

.form-control{
    color: #333333;
    font-size: 16px;
}

.width-full{
    width: 100% !important;
}

.width-280{
    width: 280px !important;
}

.white-space-normal{
    white-space: normal !important;
}

.ymm-sw .dropdown-menu li{
    height: 100% !important;
}

@media (min-width: 991px) {
    .position_right{
        position: absolute;
        right: 150px;
    }
}