﻿@media (max-width: 1199px) {
    .hotel-homepage-new .search-control-container .col-calendar .form-icon {
        position: absolute;
        right: 5px;
        bottom: 9px;
        top: 34px;
        display: flex;
        align-items: center;
    }
}
/*hotel homepage changes*/
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .hotel-homepage-new.homepage-new-formsection .child-option .selectric-open .selectric-items {
        left: -78px;
        min-width: 122px;
    }
}
@media (min-width: 1200px) {
    .hotel-homepage-new .search-control-container .form-row .col-calendar .col-50 {
        flex: 0 0 53%;
        max-width: 53%;
    }
    .hotel-homepage-new .open-extraoptions .tabnew-list {
        margin-left: 1px;
    }
}
    .hotel-homepage-new h4.title {
        display: none;
    }

    .hotel-homepage-new .open-extraoptions .tuform-field#deptview .form-icon {
        border-right: 0.5px solid #C5D3E3;
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .open-extraoptions .tuform-field#deptview .form-icon {
            border-right: 0;
        }
    }

    .hotel-homepage-new .search-control-container .form-input-controls {
        border-top-left-radius: 10px;
    }

    .hotel-homepage-new .tuform-field .form-icon svg {
        fill: #01b7f2;
    }

    .hotel-homepage-new .aguests, .hotel-homepage-new .aroom, .hotel-homepage-new .acalendar {
        fill: #01b7f2;
    }

    @media (min-width: 1200px) {       

        .hotel-homepage-new .search-control-container .form-input-controls {
            border: 0.5px solid #C5D3E3;
        }
        .hotel-homepage-new .open-extraoptions.search-control-container .col-inputfield,
        .hotel-homepage-new .open-extraoptions.search-control-container .col-passenger,
        .hotel-homepage-new .open-extraoptions.search-control-container .col-calendar {
            padding: 12px 0;
        }
    }

    .hotel-homepage-new .search-control-container .form-input-controls .form-row {
        border-top-left-radius: 8.4px;
    }

    .hotel-homepage-new .search-control-container .col-inputfield.departing {
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 992px) {
        .hotel-homepage-new .search-control-container .col-inputfield.room {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .search-control-container .col-inputfield {
            align-self: flex-start;
        }

            .hotel-homepage-new .search-control-container .col-inputfield.room {
                order: 2;
                flex: 0 0 16%;
                max-width: 12.5%;
            }

        .hotel-homepage-new .open-extraoptions.search-control-container .form-row .col-passenger {
            order: 1;
            flex: 0 0 32%;
            max-width: 32%;
        }

        .hotel-homepage-new .search-control-container .col-inputfield.departing {
            flex: 0 0 23%;
            max-width: 22%;
        }

        .hotel-homepage-new .search-control-container .col-calendar {
            order: 3;
            align-self: flex-start;
            flex: 0 0 35%;
            max-width: 33.5%;
        }
    }

    @media (min-width: 1400px) {
        .hotel-homepage-new .search-control-container .col-inputfield.departing {
            flex: 0 0 26%;
            max-width: 24%;
        }

        .hotel-homepage-new .search-control-container .col-calendar {
            flex: 0 0 35%;
            max-width: 34%;
        }

        .hotel-homepage-new .open-extraoptions.search-control-container .form-row .col-passenger {
            flex: 0 0 30%;
            max-width: 29%;
        }
    }

    .hotel-homepage-new .col-inputfield.room .selectric-wrapper .selectric .label {
        font-size: 17px;
        font-weight: normal;
    }

    .hotel-homepage-new .col-button a {
        background: #96ca46;
        box-shadow: none;
        width: 100%;
        padding: 0 15px;
        box-shadow: none;
        border: none;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 10px;
        min-height: 54px;
        font-size: 1.167em;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
        z-index: 9;
        letter-spacing: 1.51px;
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .col-button a {
            background: #01b7f2;
        }
    }

    .hotel-homepage-new #HotelSearchPanel .datepicker-wrap:after {
        display: none;
    }

    .hotel-homepage-new .tuform-field label {
        text-transform: lowercase;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.14px;
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .tuform-field label {
            color: #4B6D93;
        }
    }

    .hotel-homepage-new .tuform-field label::first-letter {
        text-transform: uppercase;
    }

    .hotel-homepage-new .selectric {
        padding: 0;
        justify-content: flex-start;
    }
    @media (min-width: 1400px) {
        .hotel-homepage-new .room .selectric .button:before {
            right: 17px;
            display: none;
        }

        .hotel-homepage-new .selectric-wrapper {
            width: 100%;
        }

        .hotel-homepage-new .open-extraoptions.search-control-container .form-row {
            flex: 0 0 calc(100% - 120px);
        }

        .hotel-homepage-new .open-extraoptions .col-button {
            flex: 0 0 120px;
            max-width: 120px;
        }
    }

    .hotel-homepage-new .hotel-homepage #roomField1 .button {
        margin-top: 20px;
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .open-extraoptions .col-button a {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
    }

    .hotel-homepage-new #roomFieldContainer .passenger_select {
        margin-bottom: 0;
    }
      

    @media (min-width: 1200px) {
        .hotel-homepage-new .custom-selectdrop::before {
            width: 16px;
            right: -6px;
            margin-top: -11px;
            display: none;
        }
    }

    .hotel-homepage-new .col-inputfield.room .selectric .button {
        margin-top: 20px;
        align-items: baseline;
        right: 18px;
    }

    @media (min-width: 1200px) {
        .tuform-field-hotel {
            padding: 3px 17px 3px 40px !important;
        }
     

        .hotel-homepage-new .col-passenger.two-rooms .tuform-field > div:nth-child(3) {
            margin-top: 0;
        }

        .hotel-homepage-new.homepage-new-formsection .col-passenger.three-rooms .tuform-field > div:nth-child(3) {
            margin-top: 0;
        }
    }

    .hotel-homepage-new .open-extraoptions.search-control-container .tuform-field input::placeholder {
        color: #90A5BD !important;
        opacity: 1;
        font-size: 17px;
        letter-spacing: 0.17px
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .open-extraoptions.search-control-container .tuform-field input::placeholder {
            color: #90A5BD !important;
            font-size: 17px;
        }
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .col-inputfield.room .tuform-field#roomField1 label {
            line-height: 18px;
        }
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .col-inputfield.room .tuform-field {
            height: 50px;
        }

        .hotel-homepage-new .homepage-new-formsection .search-control-container .form-row .col-passenger .tuform-field {
            height: 50px;
        }

        .hotel-homepage-new .search-control-container .form-row .form-toprow.three-rooms {
            height: 110px;
        }

        .hotel-homepage-new .search-control-container .form-row .form-toprow.two-rooms {
            height: 90px;
        }
    }

    .hotel-homepage-new .col-inputfield.room .selectric-wrapper {
        display: block;
        margin-right: 0;
        height: 50px;
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .col-inputfield.room .selectric-wrapper {
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }
    }

    .hotel-homepage-new .col-inputfield.room .selectric-wrapper .selectric {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .col-inputfield.room .selectric-wrapper .selectric {
            justify-content: flex-start;
        }
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new .col-inputfield.room .selectric-wrapper .selectric {
            background-color: rgba(255, 255, 255, 0);
            padding: 28px 35px 3px 40px;
            align-items: flex-start;
        }
    }

    .hotel-homepage-new .col-inputfield.room .selectric-wrapper .selectric .label {
        display: flex;
        align-items: center;
        font-weight: normal;
    }

    .hotel-homepage-new input:focus:invalid:focus {
        box-shadow: none;
    }

    

    .hotel-homepage-new.homepage-new-formsection#form-section {
        background-image: url('../images/reskin/HotelHomePage-mobile-bg.png');
    }

    @media (min-width: 1200px) {
        .hotel-homepage-new.homepage-new-formsection#form-section {
            background-image: none;
        }
    }    

    @media (min-width: 768px) {
        .hotel-homepage-new .hidelabel #roomFieldContainer .tuform-field > label, .hotel-homepage-new .hidelabel #roomFieldContainer .tuform-field .labelstyle {
            display: block;
        }
    }
    /* reskin usp section*/
    .usp-flex-sectionV2 {
        display: flex;
        flex: 1 1 auto;
        align-items: flex-end;
    }

    @media (min-width: 1200px) {
        .usp-flex-sectionV2 {
            padding-top: 2px;
        }
    }

    .usp-flex-sectionV2 #usp-section {
        width: 100%;
        background-color: #FFF;
        padding-top: 20px;
    }

    @media (min-width: 1200px) {
        .usp-flex-sectionV2 #usp-section {
            padding-top: 0;
            margin-top: 0;
        }
    }

    .usp-flex-sectionV2 #usp-section .row {
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
        flex-wrap: wrap;
    }

        .usp-flex-sectionV2 #usp-section .row::before {
            display: none;
        }

    .usp-flex-sectionV2 #usp-section .col-flex-4 {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    @media (min-width: 576px) {
        .usp-flex-sectionV2 #usp-section .col-flex-4 {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    @media (min-width: 992px) {
        .usp-flex-sectionV2 #usp-section .col-flex-4:nth-child(n+3) {
            display: flex;
            justify-content: flex-end !important;
        }
    }

    @media (min-width: 1200px) {
        .usp-flex-sectionV2 #usp-section {
            display: flex;
            align-items: flex-end;
        }
    }

    .usp-flex-sectionV2 #usp-section .container {
        width: 100%;
    }

    @media (min-width: 1200px) {
        .usp-flex-sectionV2 #usp-section {
            background: none;
            background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7725490196) 38%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
        }
    }

    .usp-flex-sectionV2 #usp-section .cms-usp-box {
        position: relative;
        margin-left: 0;
        display: flex;
        margin: 5px 0;
        align-items: center;
        flex-direction: unset;
        justify-content: unset;
        min-height: unset;
    }

    @media (min-width: 1200px) {
        .usp-flex-sectionV2 #usp-section .cms-usp-box {
            margin: 0;
            padding-left: 65px;
            align-items: flex-start;
            flex-direction: column;
            justify-content: center;
            min-height: 50px;
        }
    }

    .usp-flex-sectionV2 #usp-section .cms-usp-box svg {
        left: 0;
        top: 0;
        width: 35px;
        max-height: 35px;
        margin-bottom: 0;
    }

    @media (min-width: 1200px) {
        .usp-flex-sectionV2 #usp-section .cms-usp-box svg {
            position: absolute;
            margin-bottom: 15px;
            width: 55px;
            max-height: 55px;
        }
    }

    .usp-flex-sectionV2 #usp-section .cms-usp-box h4 {
        font-size: 11px;
        font-weight: 600;
        color: #4B6D93;
        margin-bottom: 0;
        letter-spacing: 0.44px;
        padding-left: 10px;
    }

    @media (min-width: 1200px) {
        .usp-flex-sectionV2 #usp-section .cms-usp-box h4 {
            font-size: 14px;
            letter-spacing: 0.56px;
            padding-left: 0;
        }
    }

    .usp-flex-sectionV2 #usp-section .cms-usp-box > p {
        display: none;
        color: #01b7f2;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
    }

    @media (min-width: 1200px) {
        .usp-flex-sectionV2 #usp-section .cms-usp-box > p {
            display: block;
        }
    }
.hotel-homepage-new.homepage-new-formsection .custom-selectdrop:before{
    top: 2px;
}
.homepage-guestV2.hotel-homepage-new.homepage-new-formsection .selectric .button:before {
    position: relative;
    top: 2px;
}