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

.text-danger {
    color: red !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.form-input select {
    border: 1px solid var(--color-border) !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    padding-top: 25px !important;
    min-height: 70px !important;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.top-12{
    top: 12px !important;
}

.select2-selection {
    height: 50px !important;
}

.select2-selection__arrow {
    height: 50px !important;
}

.select2-selection__rendered {
    line-height: 50px !important;
}

.top-15 {
    top: 15px !important;
}

.h-100 {
    height: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.masthead.-type-1 {
    padding-top: 250px;
}

.preloader__title {
    font-size: 40px;
}

.fw-900{
    font-weight: 900 !important;
}

.masthead.-type-3 .masthead__tabs .tabs__button {
    height: 60px;
    width: auto;
}

.tabs.-bookmark .tabs__button {
    display: grid !important;
}

.masthead.-type-3 .masthead__tabs {
    margin-top: 60px;
}

.masthead.-type-3 {
    position: relative;
    padding-top: 220px;
    padding-bottom: 190px;
}

table.table-2 th:last-child {
    text-align: left;
    padding-right: 0;
}

table.table-2 td:last-child {
    text-align: left;
    padding-right: 0;
}

.ws-norm p{
    white-space: normal !important;
}

.preloader__icon img{
    width: 37px !important;
}

.option-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-name {
    font-weight: bold;
}

.hotel-price {
    color: green;
    font-weight: bold;
}

.hotel-note {
    color: #777;
    font-size: 12px;
}

.vehicle-price {
    color: green;
    font-weight: bold;
}
