﻿#roomFieldContainer .Guest {
    display: none;
    margin-bottom: 20px;
}

    #roomFieldContainer .Guest.blockstyle {
        display: block;
        opacity: 0;
    }

    #roomFieldContainer .Guest.blockview {
        display: block;
        opacity: 1;
    }

@media (min-width: 1200px) {
    #roomFieldContainer .Guest {
        margin-bottom: 0;
    }
}
.child-box {
    background-color: #f8f4ea;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .child-box {
        max-width: 205px;
    }
}

.child-box p {
    font-style: normal !important;
}

.child-box .child-option {
    padding-left: 3px;
}

.room-heading {
    color: #fdb715;
    font-size: 15px;
    letter-spacing: 0.6px;
    font-weight: 800;
}

.childage-text p {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 16px;
}

.childagecontainer {
    margin-bottom: 13px;
}

.Guest .form-group {
    margin-bottom: 0;
}

.guestnumber {
    display: none;
    width: 100% !important;
    border-radius: 10px;
    z-index: 150;
    top: -50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #01b7f2;
    margin-left: 15px;
    min-width: 239px;
}

@media (min-width: 768px) {
    .guestnumber {
        width: auto !important;
    }
}

.guestnumber a {
    border-radius: 10px;
    float: right;
}

.guestnumber .guest-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    width: 100%;
}

@media (min-width: 768px) {
    .guestnumber .guest-group {
        max-width: 187px;
    }
}

.guestnumber .guest-group .selectric {
    background: none;
}

.guestnumber .guest-group label {
    color: #4B6D93;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: 400;
}

    .guestnumber .guest-group label small {
        color: #4B6D93;
        display: block;
        font-size: 11px;
        font-weight: 500;
    }

.guestnumber .guest-group .bootstrap-touchspin {
    display: flex;
    flex: 0 0 auto;
}

    .guestnumber .guest-group .bootstrap-touchspin button {
        padding: 0;
        background: none;
        outline: 0;
        color: #01b7f2;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }

        .guestnumber .guest-group .bootstrap-touchspin button:active {
            box-shadow: none;
        }

        .guestnumber .guest-group .bootstrap-touchspin button::after {
            display: none;
        }

    .guestnumber .guest-group .bootstrap-touchspin .input-group-btn {
        display: block;
        width: auto;
    }

.guestnumber .guest-group input {
    text-align: center;
    box-shadow: none;
    font-size: 1.41667em;
    padding: 0 0;
    min-width: 1px;
    height: auto;
    max-width: 20px;
}

.guestnumber .ttscontainer {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .guestnumber .ttscontainer {
        flex-direction: row;
    }
}

.guestnumber .ttscontainer .maintouchspinoptions {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .guestnumber .ttscontainer.childBoxOpen {
        min-width: 450px;
    }
}

.guestnumber .ttscontainer.childBoxOpen .maintouchspinoptions {
    flex: 0 0 50%;
    width: 100%;
}

@media (min-width: 768px) {
    .guestnumber .ttscontainer.childBoxOpen .maintouchspinoptions {
        max-width: 187px;
    }
}

.guestnumber .ttscontainer .childagecontainer .childage-text {
    color: #4B6D93;
    font-style: italic;
}

    .guestnumber .ttscontainer .childagecontainer .childage-text .highlight {
        color: #F97134;
    }

@media (min-width: 768px) {
    .guestnumber .ttscontainer .childagecontainer {
        padding-left: 15px;
    }
}

.guestnumber .ttscontainer .childagecontainer .label-guest {
    font-size: 1.083em;
    color: #4B6D93;
}

.guestnumber .ttscontainer .childagecontainer .selectric-wrapper {
    margin-right: 0;
}

    .guestnumber .ttscontainer .childagecontainer .selectric-wrapper .label {
        font-size: 1.25em;
        color: #01b7f2;
        font-weight: bold;
        font-weight: 400;
    }

    .guestnumber .ttscontainer .childagecontainer .selectric-wrapper .selectric {
        padding: 0;
        min-width: 45px;
        justify-content: flex-start;
    }

@media (min-width: 1400px) {
    .guestnumber .ttscontainer .childagecontainer .selectric-wrapper .selectric {
        justify-content: center;
    }
}

.guestnumber .ttscontainer .childagecontainer .custom-select__trigger {
    padding: 0;
    font-size: 1.25em;
    color: #01b7f2;
    font-weight: bold;
    min-width: 45px;
}

@media (min-width: 768px) {
    .guestnumber .ttscontainer .childagecontainer .custom-select__trigger .arrow_down svg {
        width: 11px;
        max-height: 8px;
    }
}

@media (min-width: 1200px) {
    .guestnumber {
        margin-left: -30px;
    }
}

.guestnumber.active {
    opacity: 0;
    display: block;
    transition: opacity 0.2s, transform 250ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1);
    transform: scale3d(0.3, 0.3, 0.3);
    transform-origin: right 0;
}

.guestnumber.setview {
    opacity: 1;
    display: block;
    transform: scale3d(1, 1, 1);
}

.guestnumber .input-group-btn {
    width: auto;
    font-size: 1em;
}

.guestnumber .green {
    color: #fff;
}

.selectric-wrapper {
    margin-bottom: 0 !important;
}

.guest-bottomright a {
    margin-bottom: -14px;
    height: 34px !important;
    line-height: 34px !important;
}

.arrow_active {
    fill: #01b7f2;
}

.arrow_disabled {
    fill: #ccf0fb;
}

.ddChild {
    margin-bottom: 17px;
    display: flex;
    justify-content: space-between;
}

    .ddChild .selectric {
        background: transparent;
    }

    .ddChild button {
        background-color: #98ce44;
        color: #fff;
        font-weight: 800;
    }

    .ddChild label {
        color: #01b7f2 !important;
        font-size: 14px;
        letter-spacing: 0.6px;
        font-weight: 400;
    }

    .ddChild input {
        height: 30px !important;
    }

.ddChild-hidden {
    display: none;
}

.child-box {
    background-color: #f8f4ea;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
}

.childage-text {
    color: #4b6d93;
    font-style: italic;
}

    .childage-text p {
        font-size: 12px;
        margin-bottom: 15px;
        font-weight: bold;
        letter-spacing: 0.8px;
        line-height: 16px;
    }
.highlight {
    color: #f97134;
}
.room .button {
    margi-top: 1px;
}

#roomFieldContainer .Guest .custom-select {
    background: none;
}

#roomFieldContainer .roomcontainer > h3 {
    font-size: 1.083em;
    margin-bottom: 10px;
    color: #4B6D93;
}

#roomFieldContainer .guestnumber {
    width: 100%;
    margin-left: 0;
}

@media (min-width: 768px) {
    #roomFieldContainer .guestnumber {
        margin-left: 15px;
        width: auto;
        min-width: 239px;
    }
}

#roomFieldContainer .guestnumber .guest-group input {
    font-size: 1.25em;
    color: #01b7f2;
    font-weight: bold;
    margin: 0 8px;
    font-weight: 400;
    height: 26px;
}

#roomFieldContainer .guestnumber .ttscontainer {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    #roomFieldContainer .guestnumber .ttscontainer {
        flex-direction: row;
    }
}

#roomFieldContainer .guestnumber .ttscontainer .maintouchspinoptions {
    flex: 0 0 100%;
}

#roomFieldContainer .guestnumber .ttscontainer.childBoxOpen .maintouchspinoptions {
    flex: 0 0 50%;
    width: 100%;
}

@media (min-width: 768px) {
    #roomFieldContainer .guestnumber .ttscontainer.childBoxOpen .maintouchspinoptions {
        max-width: 187px;
    }
}

#roomFieldContainer .guestnumber .ttscontainer .childagecontainer .childage-text {
    color: #4B6D93;
    font-style: italic;
}

    #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .childage-text .highlight {
        color: #F97134;
    }

@media (min-width: 768px) {
    #roomFieldContainer .guestnumber .ttscontainer .childagecontainer {
        padding-left: 15px;
    }
}

#roomFieldContainer .guestnumber .ttscontainer .childagecontainer .label-guest {
    font-size: 1.083em;
    color: #4B6D93;
}

#roomFieldContainer .guestnumber .ttscontainer .childagecontainer .selectric-wrapper {
    margin-right: 0;
}

    #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .selectric-wrapper .label {
        font-size: 1.25em;
        color: #01b7f2;
        font-weight: bold;
        font-weight: 400;
    }

#roomFieldContainer .guestnumber .ttscontainer .childagecontainer .custom-select__trigger {
    padding: 0;
    font-size: 1.25em;
    color: #01b7f2;
    font-weight: bold;
    min-width: 45px;
}

@media (min-width: 768px) {
    #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .custom-select__trigger .arrow_down svg {
        width: 11px;
        max-height: 8px;
    }
}

#roomFieldContainer .custom-overflow-wrapper {
    top: -100px;
    left: -100%;
}

#roomFieldContainer .passenger_select {
    display: flex;
    align-items: flex-end;
    position: relative;
}

    #roomFieldContainer .passenger_select .room-label {
        margin-right: 10px;
        margin-bottom: 2.5px;
        font-size: 16px;
        color: #4B6D93;
        opacity: 0.7;
        line-height: 0.7em;
    }

    #roomFieldContainer .passenger_select .room-container {
        display: flex;
        margin-right: 5px;
        align-items: flex-end;
    }

        #roomFieldContainer .passenger_select .room-container .psx p {
            font-size: 1.41667em;
            color: #4B6D93;
            margin-right: 5px;
            letter-spacing: 0.04em;
            margin-bottom: 0;
            line-height: 1;
        }

            #roomFieldContainer .passenger_select .room-container .psx p::after {
                content: "x";
            }

        #roomFieldContainer .passenger_select .room-container .psx-icon {
            line-height: 1em;
        }

            #roomFieldContainer .passenger_select .room-container .psx-icon.lrg {
                font-size: 17px;
            }

            #roomFieldContainer .passenger_select .room-container .psx-icon.med {
                font-size: 14px;
            }

            #roomFieldContainer .passenger_select .room-container .psx-icon.sm {
                font-size: 12px;
            }

.multiroom .custom-selectdrop::before {
    margin-top: 0;
}

.custom-selectdrop::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301b7f2' width='7.72' height='4.005' viewBox='0 0 7.72 4.005'%3E%3Cpath d='M.163.147A.479.479,0,0,0,0,.5.479.479,0,0,0,.163.858l3.321,3a.589.589,0,0,0,.778,0l3.292-3A.474.474,0,0,0,7.72.5.474.474,0,0,0,7.554.147a.589.589,0,0,0-.778,0l-2.9,2.648L.948.147A.585.585,0,0,0,.555,0,.585.585,0,0,0,.163.147Z'%3E%3C/path%3E%3C/svg%3E");
    top: 0;
    width: 9px;
    height: 5px;
    right: 15px;
    height: 100%;
    background-size: contain;
    align-self: center;
    align-items: center;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .custom-selectdrop::before {
        width: 16px;
        right: -6px;
        margin-top: -11px;
    }
}

@media (min-width: 1400px) {
    .custom-selectdrop::before {
        right: 0px;
        width: 15px;
    }
}

.hidelabel .Guest.blockview .form-group > label {
    display: none;
}

#roomField1 .custom-select__trigger {
    padding: 0;
    font-size: 1.41667em;
    font-weight: normal;
}

@media (min-width: 1200px) {
    #roomField1 .custom-select__trigger {
        line-height: 21px;
    }
}

@media (min-width: 768px) {
    #roomField1 .custom-select__trigger .arrow_down svg {
        width: 11px;
        max-height: 8px;
    }
}

.guest-bottombutton > a {
    height: 34px;
    width: 90px;
    display: flex;
    align-items: center;
}

.closeBtn {
    border-radius: 8px;
    height: 40px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.82px;
}

.roomcontainer {
    width: 100%;
}

@media (min-width: 768px) {
    .roomcontainer {
        max-width: 409px;
    }
}

.btn-icon {
    position: relative;
    background-color: #FFFFFf;
    border: 1px solid #01b7f2;
    border-radius: 15px;
    opacity: 1;
    min-height: 55px;
    box-sizing: border-box;
    color: #01b7f2;
    text-transform: uppercase;
    opacity: 1;
    font-size: 12px;
    font-family: "lato";
    font-weight: 600;
    line-height: 15px;
    padding-left: 35px;
    padding-right: 11px;
    padding-top: 14px;
    width: 100%;
    white-space: normal;
    margin-bottom: 20px;
}

@media (min-width: 1400px) {
    .btn-icon {
        white-space: nowrap;
        min-height: 37px;
        border-radius: 8px;
        padding-left: 31px;
        padding-right: 10px;
        padding-top: 9px;
        line-height: 2;
    }
}

.btn-icon .svg-icon {
    position: absolute;
    left: 10px;
    width: 25px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 1400px) {
    .btn-icon .svg-icon {
        left: 7px;
    }
}

.btn-icon .svg-icon svg {
    width: 16px;
    height: auto;
}

.btn-icon .svg-icon.guest .a {
    fill: #01b7f2;
}

.btn-icon .svg-icon.guest .b {
    fill: none;
    stroke: #01b7f2;
    stroke-linecap: round;
    stroke-width: 2px;
}

.btn-icon.active .svg-icon.guest .a {
    fill: #FFFFFf;
}

.btn-icon.active .svg-icon.guest .b {
    fill: none;
    stroke: #FFFFFf;
    stroke-linecap: round;
    stroke-width: 2px;
}

.btn-icon:focus,
.btn-icon:active,
.btn-icon.active {
    background-color: #01b7f2 !important;
    color: #FFFFFf !important;
    box-shadow: none;
    outline: none;
}

    .btn-icon:focus, .btn-icon:focus:active, .btn-icon.active:focus {
        outline: none;
        outline-offset: 0;
    }

.btn-icon:hover {
    color: #01b7f2;
}
.homepage-guestV2 #roomFieldContainer .passenger_select .room-label {
    margin-right: 10px;
    margin-bottom: 2.5px;
    font-size: 17px;
    letter-spacing: 0.17px;
    color: #90A5BD;
    opacity: 1;
    line-height: 0.7em;
}

@media (min-width: 1200px) {
    .homepage-guestV2 #roomFieldContainer .passenger_select .room-label {
        font-size: 14px;
        letter-spacing: 0.14px;
    }
}

.homepage-guestV2 #roomFieldContainer .guestnumber .guest-group input {
    font-size: 14px;
    color: #4B6D93;
    margin: 0 8px;
    font-weight: 400;
    height: 26px;
}

.homepage-guestV2.homepage-new-formsection .guestnumber {
    padding-left: 15px;
    padding-right: 15px;
}

.homepage-guestV2 .guestnumber .guest-group .bootstrap-touchspin button {
    padding: 0 10px;
    height: 30px;
}

@media (min-width: 768px) {
    .homepage-guestV2 .guestnumber .guest-group {
        max-width: unset
    }
}

.homepage-guestV2.homepage-new-formsection .guestnumber .guest-group .bootstrap-touchspin-down svg.arrow_disabled {
    stroke: #C5D3E3;
}

.homepage-guestV2.homepage-new-formsection .guestnumber .guest-group .bootstrap-touchspin-up svg.arrow_disabled {
    stroke: #C5D3E3;
}

.homepage-guestV2 .passenger_select .room-container .psx-icon i {
    display: none;
}

.homepage-guestV2 #roomFieldContainer .passenger_select .room-container .psx p {
    line-height: 17px;
    font-size: 17px;
}

    .homepage-guestV2 #roomFieldContainer .passenger_select .room-container .psx p::after {
        content: "";
    }

.homepage-guestV2 .passenger_select .room-container .psx-icon span {
    font-size: 17px;
    color: #4B6D93;
    letter-spacing: 0.17px;
    line-height: 17px;
}

.homepage-guestV2 .room-heading {
    color: #4B6D93;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.57px;
}

@media (min-width: 768px) {
    .homepage-guestV2 #roomFieldContainer .guestnumber .ttscontainer.childBoxOpen .maintouchspinoptions {
        max-width: 207px;
    }

    .guest-bottombutton {
        max-width: 207px;
    }
}

.homepage-guestV2 .child-box {
    background-color: transparent;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 30px;
}

.homepage-guestV2 #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .childage-text .highlight {
    display: block;
    font-size: 11px;
    letter-spacing: 0.45px;
    color: #FDB715;
    text-transform: lowercase;
    font-weight: normal;
    padding-bottom: 3px;
}

    .homepage-guestV2 #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .childage-text .highlight:first-letter {
        text-transform: uppercase;
    }

.homepage-guestV2 .childage-text p {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.49px;
}

.homepage-guestV2 #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .label-guest {
    font-size: 14px;
    letter-spacing: 0.57px;
}

.homepage-guestV2 #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .selectric-wrapper .label {
    font-size: 14px;
    letter-spacing: 0.57px;
    color: #4B6D93;
}

@media (min-width: 768px) {
    .homepage-guestV2 #roomFieldContainer .guestnumber .ttscontainer.childBoxOpen {
        min-width: 450px;
    }
}

.homepage-guestV2 #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .selectric-wrapper .selectric {
    padding: 0;
    min-width: 45px;
    justify-content: flex-start;
}

@media (min-width: 1400px) {
    .homepage-guestV2 #roomFieldContainer .guestnumber .ttscontainer .childagecontainer .selectric-wrapper .selectric {
        justify-content: center;
    }
}

.homepage-guestV2 .col-passenger .child-option .selectric .button:before {
    background-image: url('../../images/reskin/dropdown-icon-down.svg');
}


.homepage-guestV2 .room .selectric .button:before {
    width: 16px;
    background-size: contain;
    height: 9px;
    position: relative;
}
.homepage-guestV2 .homepage-new-formsection .selectric .button:before {
    background-image: url('../../images/reskin/dropdown-icon-down-large.svg');
}
.homepage-guestV2 .homepage-new-formsection .calendartop-header .selectric .button:before {
    background-image: url('../../images/reskin/dropdown-icon-down.svg')
}
@media (min-width: 1200px) {
    .homepage-guestV2 .room .selectric .button:before {
        display: none;
    }
}
/*booking flow guest flow reskin*/
.bookingflow-Guest.homepage-guestV2 .child-box {
    padding-right: 0;
    padding-left: 0;
}  
@media (min-width: 400px){
.contentV2 .bookingflow-Guest .input-group.bootstrap-touchspin.input-group-sm {
    width: 118px;
 }
}
.contentV2 .bookingflow-Guest p.child-additional-text {
     margin-top: 0;
}
.bookingflow-Guest .child-box .child-option {
    padding-left: 0;
}
.HotelInfoReskin.contentV2 .bookingflow-Guest .input-group.bootstrap-touchspin.input-group-sm {
    width: unset;
}
.HotelInfoReskin.contentV2 p.child-additional-text {
    line-height: 1.6666;
}
.homepage-guestV2 .two-rooms .Guest {
    margin-top: 5px;
}
.homepage-guestV2 .three-rooms .Guest {
    margin-top: 5px;
}
.holiday-homepageV2 .flex-end-calendarsection,
.hotel-homepage-new .flex-end-calendarsection {
    padding-top: 49px;
}
.holiday-homepageV2 .homepage-new-formsection .homepage-new-search-container .calendar-field.tuform-field#deptviewcalendar input::placeholder,
.hotel-homepage-new .homepage-new-formsection .homepage-new-search-container .calendar-field.tuform-field#deptviewcalendar input::placeholder {
    font-size: 13px;
}
.holiday-homepageV2 .homepage-new-formsection .homepage-new-search-container .calendar-field.tuform-field#returnviewcalendar input::placeholder,
.hotel-homepage-new .homepage-new-formsection .homepage-new-search-container .calendar-field.tuform-field#returnviewcalendar input::placeholder {
    font-size: 13px;
}
    @media (min-width: 1200px) {
        .holiday-homepageV2 .flex-end-calendarsection, .hotel-homepage-new .flex-end-calendarsection {
        padding-top: 0;
    }
        .holiday-homepageV2 .homepage-new-formsection .homepage-new-search-container .calendar-field.tuform-field#returnviewcalendar input::placeholder,
        .hotel-homepage-new .homepage-new-formsection .homepage-new-search-container .calendar-field.tuform-field#returnviewcalendar input::placeholder {
            font-size: 17px;
        }
        .holiday-homepageV2 .homepage-new-formsection .homepage-new-search-container .calendar-field.tuform-field#deptviewcalendar input::placeholder,
        .hotel-homepage-new .homepage-new-formsection .homepage-new-search-container .calendar-field.tuform-field#deptviewcalendar input::placeholder {
            font-size: 17px;
        }
}