.yn-dialog-contactus-box {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
}

.yn-dialog-contactus-box .form-control {
    border-radius: 4px !important;
    padding: 4px 10px !important;
    height: 35px !important;
}

.yn-dialog-contactus-box .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.yn-dialog-contactus-box .yn-dialog-contactus-important {
    font-size: 20px;
    color: var(--yn-red-main);
}

.yn-dialog-contactus-box .yn-dialog-contactus-hotel {
    display: flex;
    justify-content: space-between;
}

.yn-dialog-contactus-box .yn-dialog-contactus-hotel .hotel-item {
    width: 33%;
}

.yn-dialog-contactus-box .from-radio {
    font-size: 16px;
    color: #333;
}

.yn-dialog-contactus-box .form-control.textarea {
    height: auto !important;
}

.yn-header-contactus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 75px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.yn-header-contactus img {
    width: 30px;
    height: 30px;
}

@media (min-width:576px) {
    .yn-dialog-contactus-base-info {
        display: flex;
        flex-wrap: wrap;
    }

    .yn-dialog-contactus-base-info .base-info-item {
        width: 50%;
        padding-right: 20px;
    }

    .yn-dialog-contactus-people {
        display: flex;
        justify-content: space-between;
    }

    .yn-dialog-contactus-people .people-item {
        width: 30%;
    }

    .yn-dialog-contactus-box {
        max-width: 800px !important;
        width: 800px !important;
    }

    .yn-dialog-contactus-box .yn-dialog-contactus-hotel {
        display: flex;
        justify-content: flex-start;
    }

    .yn-dialog-contactus-box .yn-dialog-contactus-hotel .hotel-item {
        width: 24%;
    }

    .yn-dialog-contactus-box .yn-dialog-contactus-date {
        width: 300px;
        border: 1px solid #ededed;
        color: #333;
    }
}

@media (min-width:768px) {
    .yn-header-contactus {
        display: none;
    }
}