/* Search Widget-1*/
.SERCHW-1 {
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.search_box_1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 70px));
    padding: 0;
    z-index: 7;
    transition: ease 0.8s;
}

.SERCHW-1 .search-widget-box {
    padding: 35px 50px;
    background: rgba(11, 11, 11, 0.9);
}

.SERCHW-1 .search-heading {
    color: #ffffff;
    font-size: 34px;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
    line-height: 1.1;
    background: #990061;
}

.SERCHW-1 .search-heading span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.SERCHW-1 .search-heading {
    position: relative;
    /*height: 125px; */
    display: flex;
    -webkit-display: flex;
    align-items: right;
    flex-direction: column;
    justify-content: center;
    padding-right: 35px;
}

.SERCHW-1 .search-heading i {
    position: absolute;
    width: 45px;
    height: 45px;
    background: url(../../images/templateOne/arrow-search.png) no-repeat;
    right: -22px;
    top: 50%;
    margin-top: -22px;
}

.SERCHW-1 .date-box i {
    position: absolute;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #b9b9b9;
}

.SERCHW-1 .check-availability {
    padding-top: 10px;
    padding-bottom: 10px;
}

.SERCHW-1 .check-availability .row {
    margin: 0
}

.SERCHW-1 .check-availability [class*=col-] {
    padding: 0 5px
}

.SERCHW-1 .check-availability h5 {
    text-transform: capitalize;
    color: #f8f8f8;
    font-size: 12px;
    font-weight: bold;
}

.SERCHW-1 .grn-btn {
    background: #ffad03;
    color: #0f0f0f;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    width: 100%;
}

.SERCHW-1 .ui-selectmenu-icon.ui-icon {
    margin-top: 2px;
    margin-right: -5px;
}

.SERCHW-1 .avail-btn {
    padding-top: 10px;
}

.SERCHW-1 .check-availability .form-control {
    border: 1px #636363 solid;
    border-radius: 0;
    height: 60px;
    background: none;
}

.SERCHW-1 .check-availability .t-datepicker .date_box {
    float: left;
    width: 49%;
    margin-left: 5px;
}

.SERCHW-1 .check-availability .t-datepicker .date_box:first-child {
    margin-left: 0;
}

.SERCHW-1 .check-availability .t-datepicker .date_box .t-check-in,
.SERCHW-1 .check-availability .t-datepicker .date_box .t-check-out {
    border: 1px #ffad03 solid;
    height: 60px;
    border-radius: 0;
    width: 100%;
}

.SERCHW-1 .check-availability .t-datepicker .t-dates {
    position: relative;
    height: auto;
    padding: 14px 15px;
    color: #fff;
}

.SERCHW-1 .check-availability .t-datepicker .t-dates i {
    top: 0;
    color: #ffad03;
    font-size: 26px;
}

.SERCHW-1 .check-availability .t-datepicker .t-dates label {
    font-size: 20px;
    padding-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.SERCHW-1 .check-availability .t-datepicker .t-dates span {
    font-size: 16px;
}

.SERCHW-1 .check-availability .t-arrow-top,
.SERCHW-1 .check-availability .t-arrow-top .t-arrow-top::after {
    display: none !important;
}

.SERCHW-1.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.SERCHW-1.sticky .search_box_area {
    transform: translateY(0);
}

.SERCHW-1 .search_type3 {
    padding: 0;
}

.SERCHW-1 .search_type3 .grn-btn {
    padding: 6px 10px;
    margin-bottom: 6px;
}

.SERCHW-1 .best_rate {
    position: absolute;
    width: 100%;
    max-width: 280px;
    margin: 0;
    z-index: 999;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    background: #bc4508;
    padding: 54px 5px 15px 40px;
}

.SERCHW-1 .best_rate:after {
    content: "";
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 60px;
    border-color: transparent transparent transparent #bc4508;
}

.SERCHW-1 .best_rate h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.SERCHW-1 .best_rate h4 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.SERCHW-1 .best_rate a {
    font-size: 14px;
    color: #fff;
    border: 1px #fff solid;
    padding: 5px 10px;
    display: inline-block;
}

/*Responsive*/
@media only screen and (max-width: 1199px) {
    .SERCHW-1 .best_rate::after {
        display: none;
    }

    .SERCHW-1 .avail-btn {
        display: inline-block;
        vertical-align: middle;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1100px) {
    .SERCHW-1.sticky {
        position: relative;
        top: auto;
        width: 100%;
        z-index: 0;
    }

    .SERCHW-1 .search-heading {
        display: none;
    }

    .SERCHW-1 .search_box_1 {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
    }

    section#search-widget {
        display: none;
    }

    .SERCHW-1 .best_rate {
        position: relative;
        text-align: center;
        padding: 15px;
    }

    .SERCHW-1 .search-widget-box {
        background: rgba(11, 11, 11, 1);
    }

    .SERCHW-1 .t-datepicker {
        float: none;
    }
}

@media only screen and (max-width: 1000px) {
    .SERCHW-1 .check-availability {
        margin: 15px 0;
    }

    .SERCHW-1 .grn-btn {
        font-size: 12px;
        text-transform: none;
    }
}

@media only screen and (max-width: 767px) {
    .SERCHW-1 .t-datepicker {
        padding-bottom: 10px;
        margin-right: -5px;
        margin-left: -5px;
    }
}

@media only screen and (max-width: 480px) {
    .SERCHW-1 .search-widget-box {
        padding: 15px;
    }

    .SERCHW-1 .check-availability .t-datepicker .date_box {
        width: 100%;
        padding: 0;
    }

    .SERCHW-1 .t-datepicker {
        margin: 0;
    }

    .SERCHW-1 .t-check-out .t-datepicker-day {
        left: 0;
    }
}

/*End of Search Widget-1*/
/******************/
/* Search Widget-2*/
.SERCHW-2 {
    position: relative;
    padding: 0;
    z-index: 1;
}

.SERCHW-2 .search_box_2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(-100% - 30px));
    padding: 0;
    z-index: 9;
    transition: ease 0.8s;
}

.SERCHW-2 .search-widget-box {
    padding: 35px 50px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.SERCHW-2 .search-heading {
    color: #ffffff;
    font-size: 45px;
    text-align: center;
    font-weight: 400;
    font-family: 'Arizonia', cursive;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.SERCHW-2 .search-heading i {
    font-size: 20px;
    transition: ease 0.8s;
}

.SERCHW-2 .search-heading i.active {
    transform: rotate(-46deg);
}

.SERCHW-2 .date-box i {
    position: absolute;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #b9b9b9;
}

.SERCHW-2 .check-availability {
    display: none;
    padding-top: 30px;
}

.SERCHW-2 .check-availability [class*=col-] {
    padding: 0 3px;
    margin-bottom: 5px;
}

.SERCHW-2 .check-availability label {
    color: #fff;
    font-weight: 400;
}

.SERCHW-2 .grn-btn {
    background: #d94602;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 7px;
    width: 100%;
    text-align: center;
}

.SERCHW-2.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/*.SERCHW-2.sticky .search_box_area{ transform: translateY(0); }
*/
.SERCHW-2.sticky .search-heading {
    display: none;
}

.SERCHW-2.sticky .search_box_2 {
    top: 0;
}

.SERCHW-2 .check-availability .t-datepicker .t-dates {
    position: relative;
    height: auto;
    padding: 6px 8px;
}

.SERCHW-2 .check-availability .t-datepicker .t-dates i {
    top: 0;
    color: #ffad03;
    font-size: 15px;
}

.SERCHW-2 .check-availability .t-datepicker .t-dates label {
    font-size: 14px;
    margin: 0;
    padding-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.SERCHW-2 .check-availability .t-datepicker .t-dates span {
    font-size: 14px;
    margin: 0;
    padding-left: 2px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.SERCHW-2 .check-availability .t-arrow-top,
.SERCHW-2 .check-availability .t-arrow-top .t-arrow-top::after {
    display: none !important;
}

.SERCHW-2 .best_rate {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 50%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 15px 20px;
    transform: translate(-50%, -100%);
}

.SERCHW-2 .best_rate h5 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'Arizonia', cursive;
}

.SERCHW-2 .best_rate h5 span {
    font-weight: bold;
}

.SERCHW-2 .best_rate a {
    font-size: 14px;
    color: #111;
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}

/*Responsive*/
@media only screen and (max-width: 1100px) {
    .SERCHW-2.sticky {
        z-index: 0;
    }

    .SERCHW-2 {
        position: relative !important;
        top: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }

    .SERCHW-2 .search_box_2 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 0;
    }

    .SERCHW-2 .search-widget-box {
        border-radius: 0;
        background: #000;
    }

    .SERCHW-2.sticky .search-heading {
        display: block;
    }

    .SERCHW-2 .search-heading {
        display: block;
    }

    .SERCHW-2 .best_rate {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        border-top: 1px #666 dashed;
        margin-top: 20px;
    }

    .SERCHW-2 .t-datepicker {
        float: none;
    }
}

@media only screen and (max-width: 991px) {
    .SERCHW-2 .check-availability [class*=col-] {
        margin-bottom: 10px;
    }

    .SERCHW-2 .grn-btn {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .SERCHW-2 .check-availability [class*=col-] {
        margin-bottom: 5px;
    }

    .SERCHW-1 .t-datepicker {
        padding-bottom: 20px;
    }
}

/*End of Search Widget-2*/
/******************/
/* Search Widget-3*/
.SERCHW-3 {
    padding: 0;
    position: relative;
    background: #eaeaea;
    z-index: 1;
}

.SERCHW-3 .container {
    position: relative;
}

.SERCHW-3 .search-widget-box form {
    padding: 16px 0px 28px;
}

.SERCHW-3 .date-box {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
    color: #606060
}

.SERCHW-3 .date-box i {
    position: absolute;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
    color: #b9b9b9;
    border-left-color: #dadada;
}

.SERCHW-3 .box-select .ui-button {
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    width: 100%;
    padding: 9px 10px;
    background: #fff;
    color: #606060;
    border-color: #dadada
}

.SERCHW-3 .avail-btn {
    margin-top: 36px;
    display: inline-block;
    vertical-align: middle;
}

.SERCHW-3 .grn-btn {
    text-transform: none;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
    background: #222;
    height: 35px;
    ;
}

.SERCHW-3 .form-control {
    border: 0
}

.SERCHW-3 .ui-state-active .ui-icon,
.SERCHW-3 .ui-button:active .ui-icon {
    background-image: url("../..images/templateOne/ui-icons_777777_256x240.png");
}

.SERCHW-3 .ui-menu .ui-menu-item-wrapper {
    padding: 5px 1em 5px .4em
}

.SERCHW-3 .form-horizontal .control-label {
    font-weight: normal;
    font-size: 14px;
    color: #5a697e;
    line-height: 29px;
}

.SERCHW-3 .form-horizontal [class*="col-"] {
    padding: 0 7px;
}

.SERCHW-3 .form-horizontal .form-group {
    margin-left: -7px;
    margin-right: -7px
}

.SERCHW-3 .search-avalability .row {
    margin: 0 -5px;
}

.SERCHW-3 .row [class*="col-"] {
    padding: 0 5px;
    min-height: 90px;
}

.SERCHW-3 .check-availability h5 {
    color: #000;
}

.SERCHW-3.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.SERCHW-3.sticky .search_box_area {
    transform: translateY(0);
}

.SERCHW-3 .check-availability .t-datepicker .date_box {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.SERCHW-3 .check-availability .t-datepicker .date_box .t-check-in,
.SERCHW-3 .check-availability .t-datepicker .date_box .t-check-out {
    border: 1px #ddd solid;
    background: #fff;
    border-radius: 0;
    width: 100%;
}

.SERCHW-3 .check-availability .t-datepicker .t-dates {
    position: relative;
    height: auto;
    padding: 7px 15px;
}

.SERCHW-3 .check-availability .t-datepicker .t-dates i {
    top: 0;
    color: #ffad03;
    font-size: 15px;
}

.SERCHW-3 .check-availability .t-datepicker .t-dates label {
    font-size: 14px;
    margin: 0;
    padding-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.SERCHW-3 .check-availability .t-arrow-top,
.SERCHW-3 .check-availability .t-arrow-top .t-arrow-top::after {
    display: none !important;
}

.SERCHW-3 .best_rate {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 15px;
    background: #eaeaea;
    padding: 15px 20px;
    transform: translateY(-100%);
}

.SERCHW-3 .best_rate h4 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.SERCHW-3 .best_rate h4 span {
    font-size: 16px;
    font-weight: bold;
}

.SERCHW-3 .best_rate a {
    font-size: 14px;
    color: #333;
    border: 1px #111 solid;
    padding: 5px 10px;
    display: inline-block;
}

/*Responsive*/
@media only screen and (max-width: 1100px) {
    .SERCHW-3.sticky {
        position: relative;
        top: auto;
        left: auto;
    }

    .SERCHW-3 .best_rate {
        position: relative;
        border: 1px #ddd solid;
        top: auto;
        left: auto;
        transform: none;
        background: #fff;
        text-align: center;
        margin-top: 5px;
    }

    .SERCHW-3 .row [class*="col-"] {
        padding: 0 15px;
    }

    .SERCHW-3 .t-datepicker {
        margin-left: -5px;
        margin-right: -5px;
        float: none;
    }

    .SERCHW-3 .avail-btn {
        display: inline-block;
        width: calc((100% / 2) - 3px);
    }

    .SERCHW-3 .grn-btn {
        font-size: 16px;
        font-weight: 600;
        padding: 0;
    }

    .SERCHW-3 .search-widget-box {
        padding: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .SERCHW-3 .check-availability h5 {
        min-height: auto;
    }

    .SERCHW-3 .row [class*="col-"] {
        min-height: auto;
    }

    .SERCHW-3 .t-datepicker {
        max-width: 100%;
        margin: 0 0 15px;
    }

    .SERCHW-3 .check-availability .t-datepicker .date_box {
        padding: 0;
    }

    .SERCHW-3 .avail-btn {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .SERCHW-3 .check-availability .t-datepicker .date_box {
        width: 100%;
    }

    .SERCHW-3 .avail-btn {
        display: block;
        width: 100%;
    }

    .SERCHW-3 .t-datepicker {
        margin: 0;
    }

    .SERCHW-3 .date-box {
        margin-bottom: 15px;
    }
}

/*End of Search Widget-3*/
/******************/
/* Search Widget-4*/
/*.SERCHW-4{ position: relative; padding: 0; font-family: 'Roboto', sans-serif; }
.SERCHW-4 .search_box_area{ position: fixed; top: 0; right: 0; padding: 0; z-index: 99; transition: ease 0.8s; width: 315px; transition: ease 0.8s; }
.SERCHW-4 .search_box_area.open{ right: -315px; }
.SERCHW-4 .headingButton{ background: #ffa702 url(../../images/widget-arrow.png) left 20px center no-repeat; cursor: pointer; position: absolute; left: 0; text-align: center; bottom: 36px; width: 100%; transform: rotate(-90deg); transform-origin: left bottom; }
.SERCHW-4 .search_box_area.open .headingButton{ background-image: url(../../images/widget-arrow-up.png); }
.SERCHW-4 .headingButton h4{ font-size: 22px; font-weight: 600; color: #0b0b0b; }
.SERCHW-4 .search-widget-box{ padding: 0; width: 100%; float: left; background: #ffa702; padding: 30px 25px; }
.SERCHW-4 .date-box{ position: relative; }
.SERCHW-4 .date-box i{ position: absolute; right: 0px; bottom: 0px; pointer-events: none; width: 40px; height: 35px; line-height: 35px; text-align: center; color: #ffe105; }
.SERCHW-4 .check-availability{ padding: 0; position: relative; float: left; width: 100%; }
.SERCHW-4 .check-availability .check_coll{ padding: 0; float: left; vertical-align: top; width: 20%; padding: 10px 15px; }
.SERCHW-4 .check-availability .check_coll2{ padding: 0; display: inline-block; width: 13%; padding: 30px 25px; border-right: 1px #929292 solid; }
.SERCHW-4 .check-availability .check_coll2.border_none{ border: none; }
.SERCHW-4 .box-select .ui-button{ outline: 0; border-radius: 0; width: 100%; padding: 7px 0; background: none; color: #ffe105; border: none; font-size: 15px; }
.SERCHW-4 .check-availability .check_coll label, .SERCHW-4 .check-availability .check_coll2 label{ display: block; color: #fff; font-size: 13px; font-family: 'Poppins', sans-serif; text-transform: uppercase; font-weight: 400; }
.SERCHW-4 .ui-widget.ui-widget-content{ background: none; border: none; }
.SERCHW-4 .date-box .datepicker{ position: relative; font-family: 'Poppins', sans-serif; border: none; color: #ffe105; background: none; height: 34px; width: 100%; padding: 5px 0; border-radius: 0; font-size: 15px; font-weight: 400; }
.SERCHW-4 .datepicker:: -moz-placeholder{ color: #ffe105; opacity: 1; }
.SERCHW-4 .datepicker: -ms-input-placeholder{ color: #ffe105; }
.SERCHW-4 .datepicker:: -webkit-input-placeholder{ color: #ffe105; }
.SERCHW-4 .ui-spinner-input{ color: #ffe105; font-size: 15px; font-family: 'Poppins', sans-serif; }
.SERCHW-4 .ui-widget.ui-widget-content{ background: none; border: none; width: 100%; position: relative; }
.SERCHW-4 .ui-spinner-up{ background: url(../../images/search-3-spiner-arrow-up.png) no-repeat; width: 11px; height: 6px; top: 8px; cursor: pointer; }
.SERCHW-4 .ui-spinner-down{ background: url(../../images/search-3-spiner-arrow-down.png) no-repeat; width: 11px; height: 6px; bottom: 10px; cursor: pointer; }
.SERCHW-4 .avail-btn .grn-btn{ padding: 8px 10px; width: 100%; font-size: 17px; margin-top: 21px; color: #151f87; border-radius: 5px; font-family: 'Roboto', sans-serif; background: #050605 !important; border: none; }
.SERCHW-4 .type_3 .grn-btn{ height: 49%; width: 24%; }
.SERCHW-4 .type_3 input[type="button"]{ top: auto; bottom: 0; padding: 0 13px 0 12px; }
.SERCHW-4.sticky{ position: fixed; top: 0; width: 100%; z-index: 9999; }
.SERCHW-4.sticky .search_box_area{ transform: translateY(0); }
.SERCHW-4.sticky .search_box_area{ top: 0; }
.SERCHW-4 .best_rate{ position: absolute; margin: 0; padding: 0; top: 0; left: 0; background: rgba(0,0,0,0.84); padding: 15px 20px; transform: translateY(calc(-100% - 1px)); }
.SERCHW-4 .best_rate h5{ margin: 0; padding: 0 0 10px; font-size: 14px; font-weight: 400; color: #fff; }
.SERCHW-4 .best_rate h5 span{ font-size: 18px; font-weight: bold; }
.SERCHW-4 .best_rate a{ font-size: 14px; color: #fff; border: 1px #fff solid; padding: 5px 10px; display: inline-block; }
.SERCHW-4 .check-availability .t-datepicker{ padding-bottom: 20px; }
.SERCHW-4 .check-availability .t-datepicker .t-check-in, .SERCHW-4 .check-availability .t-datepicker .t-check-out{ border: none; position: relative; background: #fff; width: calc(50% - 10px); margin: 0 5px; height: 60px; border-radius: 0; }
.SERCHW-4 .check-availability .t-datepicker .t-dates i{ display: none; }
.SERCHW-4 .check-availability .t-datepicker .t-dates{ position: absolute; width: 100%; text-align: center; top: 50%; transform: translateY(-50%); left: 0; }
.SERCHW-4 .check-availability .t-datepicker .t-dates label{ font-size: 14px; color: #292929; font-weight: 500; font-family: 'Roboto', sans-serif; }
.SERCHW-4 .check-availability .t-datepicker .t-datepicker-day{ left: auto; right: 0; }
.SERCHW-4 .check-availability .row{ margin-left: 0; margin-right: 0; }
.SERCHW-4 .check-availability [class*=col-]{ padding: 0 5px; }
.SERCHW-4 .check-availability h5{ font-size: 14px; color: #292929; font-family: 'Roboto', sans-serif; font-weight: 600; min-height: 35px; }
.SERCHW-4 .check-availability .form-control{ background: none; border-radius: 0; border: 1px #000 solid; }
*/
/*Responsive*/
/*@media only screen and (max-width: 1370px){ .SERCHW-4 .check-availability .check_coll{ width: 25%; }
}
@media only screen and (max-width: 1100px){ .SERCHW-4.sticky{ z-index: 0; }
.SERCHW-4{ position: relative !important; top: auto; left: auto; margin-bottom: 30px; }
.SERCHW-4 .search_box_area{ position: relative; left: auto; right: auto; top: auto; width: 100%; }
.SERCHW-4 .search-widget-box{ width: 100%; }
.SERCHW-4 .check-availability .t-datepicker{ max-width: 100%; float: none; }
}
@media only screen and (max-width: 650px){ .SERCHW-4 .check-availability .check_coll{ width: 100%; display: block; padding: 10px; }
.SERCHW-4 .check-availability .check_coll2{ width: 100%; display: block; padding: 10px; }
.SERCHW-4 .avail-btn .grn-btn, .SERCHW-4 .type_3 input[type="button"]{ position: relative; width: 100%; padding: 15px 30px; margin-bottom: 5px; }
}
@media only screen and (max-width: 480px){ .SERCHW-4 .check-availability .check_coll{ width: 100%; }
.SERCHW-4 .check-availability .t-datepicker .t-check-in .t-datepicker-day{ left: 0; right: auto; }
}
*/
/*End of Search Widget-4*/
/******************/
/* Search Widget-5*/
/*.SERCHW-5{ position: relative; padding: 0; font-family: 'Roboto', sans-serif; }
.SERCHW-5 .search_box_area{ position: absolute; top: 0; transform: translateY(calc(-100% - 70px)) translateX(-50%); left: 50%; padding: 0; z-index: 8; transition: ease 0.8s; }
.SERCHW-5 .search-widget-box{ padding: 0; width: 670px; }
.SERCHW-5 .date-box{ position: relative; }
.SERCHW-5 .date-box i{ position: absolute; right: 0px; bottom: 0px; pointer-events: none; width: 40px; height: 35px; line-height: 35px; text-align: center; color: #333; }
.SERCHW-5 .check-availability{ padding: 15px; display: none; background: #fff; position: relative; float: left; width: 100%; }
.SERCHW-5 .check-availability .cross{ position: absolute; cursor: pointer; top: 5px; right: 10px; font-size: 20px; color: #333; }
.SERCHW-5 .check-availability .left_part{ width: 40%; float: left; padding: 60px 25px; border-right: 1px #d8d8d8 solid; }
.SERCHW-5 .check-availability .right_part{ width: 60%; float: left; padding: 60px 25px; }
.SERCHW-5 .check-availability h5{ font-size: 15px; color: #08090d; font-family: 'Roboto', sans-serif; font-weight: 600; margin-top: 0; }
.SERCHW-5 .check-availability .form-control{ background: none; border-radius: 0; border: 1px #9f9f9f solid; }
.SERCHW-5 .check-availability .row{ margin-left: -5px; margin-right: -5px; }
.SERCHW-5 .check-availability [class*=col-]{ padding: 0 5px; }
.SERCHW-5 .t-margin{ margin-top: 30px; }
.SERCHW-5 .check-availability .t-datepicker{ padding-bottom: 20px; }
.SERCHW-5 .check-availability .t-datepicker .dateBox{ float: left; width: 100%; padding: 0; }
.SERCHW-5 .check-availability .t-datepicker .t-check-in, .SERCHW-5 .check-availability .t-datepicker .t-check-out{ border: none; position: relative; background: #e3e3e3; width: 100%; border-radius: 0; height: 40px; }
.SERCHW-5 .check-availability .t-datepicker h5{ font-size: 18px; color: #070707; margin-bottom: 3px; }
.SERCHW-5 .check-availability .t-datepicker .t-dates{ position: relative; height: auto; padding: 10px 15px; }
.SERCHW-5 .check-availability .t-datepicker .t-dates i{ top: 0; }
.SERCHW-5 .check-availability .t-datepicker .t-dates label{ font-size: 17px; padding-left: 10px; text-transform: capitalize; display: inline-block; position: relative; top: auto; left: auto; color: #070707; font-weight: 400; font-family: 'Roboto', sans-serif; }
.SERCHW-5 .check-availability h6{ font-size: 20px; color: #fff; margin: 0; padding: 15px 0; position: relative; border-bottom: 1px #fff solid; }
.SERCHW-5 .check-availability h6 i{ position: absolute; top: 14px; right: 0; font-size: 24px; cursor: pointer; transition: ease 0.8s; }
.SERCHW-5 .check-availability h6 i.active{ transform: rotate(-46deg); }
.SERCHW-5 .box-select .ui-button{ outline: 0; border-width: 1px; border-style: solid; border-radius: 0; width: 100%; padding: 9px 10px; background: #fff; color: #606060; border-color: #dadada}
.SERCHW-5 .check-availability label, .SERCHW-5 .check-availability label{ display: block; color: #fff; font-size: 13px; text-transform: uppercase; font-weight: 400; }
.SERCHW-5 .ui-widget.ui-widget-content{ background: none; border: none; }
.SERCHW-5 .date-box .datepicker{ position: relative; }
.SERCHW-5 .ui-spinner-input{ color: #ffe105; font-size: 15px; font-family: 'Poppins', sans-serif; }
.SERCHW-5 .ui-widget.ui-widget-content{ background: none; border: none; width: 100%; position: relative; }
.SERCHW-5 .ui-spinner-up{ background: url(../images/search-3-spiner-arrow-up.png) no-repeat; width: 11px; height: 6px; top: 8px; cursor: pointer; }
.SERCHW-5 .ui-spinner-down{ background: url(../images/search-3-spiner-arrow-down.png) no-repeat; width: 11px; height: 6px; bottom: 10px; cursor: pointer; }
.SERCHW-5 .grn-btn{ padding: 10px 25px; font-family: 'Roboto', sans-serif; border-radius: 0; width: 100%; font-size: 16px; color: #0f0f0f; font-weight: 600; text-transform: capitalize; background: #f0b004; border: none; margin-bottom: 5px; }
.SERCHW-5 .avail-btn.check .grn-btn{ border-radius: 0 0 0 5px; }
.SERCHW-5 .avail-btn.cancel .grn-btn{ border-radius: 0 0 5px 0; }
.SERCHW-5 .grn-btn:hover{ background: #e19702 !important; }
.SERCHW-5.sticky{ position: fixed; top: 0; width: 100%; z-index: 999; }
.SERCHW-5.sticky .search_box_area{ top: 0; transform: none; }
.SERCHW-5 .search_box_area .form-group{ margin-bottom: 5px; }
.SERCHW-5 .up_part{ width: 60%; margin: 0 auto; }
.SERCHW-5 .up_part h6{ float: left; width: 50%; cursor: pointer; border-radius: 0 5px 0 0; padding: 22px 15px; text-align: center; font-family: 'Roboto', sans-serif; background: #fff; font-size: 22px; color: #000; font-weight: 600; margin: 0; }
.SERCHW-5 .best_rate{ width: 50%; float: left; background: #ce4b06; padding: 15px; border-radius: 5px 0 0 0; }
.SERCHW-5 .best_rate h3{ font-size: 16px; color: #fff; font-weight: 500; margin: 0; }
.SERCHW-5 .best_rate h5{ margin: 0; padding: 5px 0 0; font-size: 14px; font-weight: 400; color: #fff; }
.SERCHW-5 .best_rate a{ font-size: 14px; color: #fff; border: 1px #fff solid; padding: 5px 10px; display: inline-block; }
.SERCHW-5 .button_area{ position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) translateY(100%); }
.SERCHW-5 .button_area .avail-btn{ float: left; }
.SERCHW-5 .t-arrow-top, .SERCHW-5 .t-arrow-top::after{ display: none !important; }
.SERCHW-5 .t-check-out .t-datepicker-day{ left: 0; }
.SERCHW-5 .check-availability .t-datepicker .t-check-in.active{ box-shadow: 0 0 5px rgba(0,0,0,0.5); }
*/
/*Responsive*/
/*@media only screen and (max-width: 1100px){ .SERCHW-5.sticky{ z-index: 0; }
.SERCHW-5{ position: relative !important; top: auto; left: auto; margin-bottom: 30px; }
.SERCHW-5 .search_box_area{ position: relative; left: auto; right: auto; top: auto; transform: none; }
.SERCHW-5 .search-widget-box{ width: 100%; }
.SERCHW-5 .check-availability{ display: block; }
.SERCHW-5 .up_part h6{ display: none; }
.SERCHW-5 .best_rate{ width: 100%; border-radius: 10px 10px 0 0; }
.SERCHW-5 .check-availability .cross{ display: none; }
.SERCHW-5 .t-datepicker{ float: none; }
}
@media only screen and (max-width: 767px){ .SERCHW-5 .t-margin{ margin: 0; }
.SERCHW-5 .check-availability [class*="col-"]{ margin-bottom: 10px; }
.SERCHW-5 .button_area .avail-btn{ width: 50%; }
.SERCHW-5 .button_area{ width: 100%; }
.SERCHW-5 .check-availability .t-datepicker .dateBox{ margin-bottom: 20px; }
}
@media only screen and (max-width: 650px){ .SERCHW-5 .check-availability .check_coll{ width: 49%; }
.SERCHW-5 .check-availability .check_coll2{ width: 49%; }
.SERCHW-5 .avail-btn .grn-btn{ position: relative; width: 100%; padding: 15px 30px; }
.SERCHW-5 .check-availability .left_part{ width: 100%; border: none; padding: 0; }
.SERCHW-5 .check-availability .right_part{ width: 100%; padding: 0; }
.SERCHW-5 .up_part{ width: 100%; }
}
@media only screen and (max-width: 360px){ .SERCHW-5 .check-availability .check_coll{ width: 100%; }
}
*/
/*Responsive*/
/*End of Search Widget-5*/
/* Search Widget-6*/
/*.SERCHW-6{ position: relative; padding: 0; font-family: 'Roboto', sans-serif; }
.SERCHW-6 .search_box_area{ position: absolute; top: 0; transform: translateY(calc(-100% - 20px)); left: 5%; padding: 0; z-index: 7; transition: ease 0.8s; }
.SERCHW-6 .search-widget-box{ padding: 0; width: 350px; }
.SERCHW-6 .date-box{ position: relative; }
.SERCHW-6 .date-box i{ position: absolute; right: 0px; bottom: 0px; pointer-events: none; width: 40px; height: 35px; line-height: 35px; text-align: center; color: #fff; }
.SERCHW-6 .check-availability{ padding: 15px; float: left; width: 100%; background: rgba(0,0,0,0.6); position: relative; border: 1px #fff solid; }
.SERCHW-6 .check-availability h4{ font-size: 18px; color: #fff; font-weight: 300; margin: 0; padding: 0 0 15px; text-transform: uppercase; position: relative; }
.SERCHW-6 .check-availability h4 i{ position: absolute; top: 1px; font-size: 20px; color: #fff; right: 0; cursor: pointer; }
.SERCHW-6 .check-availability .form-group{ width: calc(100% / 3); padding: 0 15px; float: left; }
.SERCHW-6 .check-availability .form-group.fullwidth{ width: calc(100%); }
.SERCHW-6 .check-availability label, .SERCHW-6 .check-availability label{ display: block; color: #fff; font-size: 13px; text-transform: uppercase; font-weight: 500; font-family: 'Roboto', sans-serif; }
.SERCHW-6 .check-availability .form-control{ background: #fff; height: 38px; color: #333; border: 1px #fff solid; }
.SERCHW-6 .check-availability .form-control:: -webkit-placeholder{ color: #fff; }
.SERCHW-6 .check-availability .form-control:: -moz-placeholder{ color: #fff; }
.SERCHW-6 .ui-selectmenu-button.ui-button{ background: none; color: #fff; border-radius: 0; border: 1px #fff solid; width: 100%; height: 35px; }
.SERCHW-6 .ui-widget.ui-widget-content{ background: none; border: none; }
.SERCHW-6 .date-box .datepicker{ position: relative; }
.SERCHW-6 .ui-spinner-input{ color: #fff; font-size: 15px; font-family: 'Poppins', sans-serif; }
.SERCHW-6 .ui-widget.ui-widget-content{ background: none; border: none; width: 100%; position: relative; }
.SERCHW-6 .ui-spinner-up{ background: url(../images/search-3-spiner-arrow-up.png) no-repeat; width: 11px; height: 6px; top: 8px; cursor: pointer; }
.SERCHW-6 .ui-spinner-down{ background: url(../images/search-3-spiner-arrow-down.png) no-repeat; width: 11px; height: 6px; bottom: 10px; cursor: pointer; }
.SERCHW-6 .grn-btn{ padding: 15px 10px; width: 100%; font-size: 16px; color: #fff; font-weight: 700; font-family: 'Poppins', sans-serif; text-transform: uppercase; background: #ffa403; border: none; }
.SERCHW-6 .check-availability .type_4{ float: none; clear: both; width: 100%; }
.SERCHW-6 .type_4 .grn-btn{ width: 49%; float: left; }
.SERCHW-6 .type_4 .grn-btn[type="button"]{ margin-left: 2%; }
.SERCHW-6.sticky{ position: fixed; top: 0; width: 100%; z-index: 999; }
.SERCHW-6.sticky .search_box_area{ transform: translateY(0); }
.SERCHW-6.sticky .search_box_area{ top: 0; }
.SERCHW-6.sticky .search_filed_box{ display: none; }
.SERCHW-6.sticky .check-availability{ background: rgba(0,0,0,0.9); }
.ui-selectmenu-menu{ z-index: 99999; }
.SERCHW-6 .best_rate{ position: absolute; margin: 0; padding: 0; top: 0; left: 0; background: rgba(0,0,0,0.84); border: 1px #fff solid; width: calc(100%); text-align: center; padding: 15px 20px; transform: translateY(-100%); }
.SERCHW-6 .best_rate h5{ margin: 0; padding: 0 0 10px; font-size: 14px; font-weight: 400; color: #fff; }
.SERCHW-6 .best_rate h5 span{ font-size: 18px; font-weight: bold; }
.SERCHW-6 .best_rate a{ font-size: 14px; color: #fff; border: 1px #fff solid; padding: 5px 10px; display: inline-block; }
.SERCHW-6 .check-availability label.t-date-info-title{ font-size: 20px; opacity: 1; color: #000; position: static; left: auto; bottom: auto; margin-top: 5px; }
.SERCHW-6 .check-availability .t-dates{ height: auto; background: #fff; text-align: center; font-size: 20px; }
.SERCHW-6 .check-availability .t-datepicker{ margin-bottom: 15px; }
.SERCHW-6 .check-availability .t-datepicker .t-arrow-top::after, .SERCHW-6 .check-availability .t-datepicker .t-arrow-top{ display: none !important; }
*/
/*Responsive*/
/*@media only screen and (max-width: 1100px){ .SERCHW-6.sticky{ z-index: 0; }
.SERCHW-6{ position: relative !important; top: auto; left: auto; margin-bottom: 30px; }
.SERCHW-6 .search_box_area{ position: relative; left: auto; right: auto; top: auto; }
.SERCHW-6 .search-widget-box{ width: 100%; }
.SERCHW-6 .check-availability h4 i{ display: none; }
.SERCHW-6 .check-availability .t-datepicker{ max-width: 100%; }
.SERCHW-6 .check-availability .form-group, .SERCHW-6 .check-availability .form-group.fullwidth{ width: calc(100% / 4); }
.SERCHW-6 .best_rate{ float: left; position: relative; top: auto; left: auto; transform: none; }
.modal-body .SERCHW-6 ~ div{ display: none; }
.SERCHW-6 .t-datepicker{ float: none; }
}
@media only screen and (max-width: 650px){ .SERCHW-6 .check-availability .form-group, .SERCHW-6 .check-availability .form-group.fullwidth{ width: calc(100% / 2); }
}
@media only screen and (max-width: 360px){ .SERCHW-6 .check-availability label.t-date-info-title{ font-size: 16px; }
}
*/
/*Responsive*/
/*End of Search Widget-6*/
/* Search Widget-7*/
/*.SERCHW-7{ position: relative; padding: 0; font-family: 'Roboto', sans-serif; }
.SERCHW-7 .search_bttn_area{ position: fixed; top: 25%; right: -100%; font-weight: 600; transform: rotate(-90deg) translateY(calc(100% + 4px)); background: rgba(0, 0, 0, 0.8); padding: 8px 16px; z-index: 999; transition: ease 0.8s; font-size: 14px; text-transform: uppercase; font-family: 'Arimo', sans-serif; color: #fff; cursor: pointer; }
.SERCHW-7 .search_box_area{ position: fixed; bottom: 0; right: 0; padding: 0; z-index: 999; transition: ease 1s; }
.SERCHW-7 .search-widget-box{ padding: 0; width: 730px; }
.SERCHW-7 .date-box{ position: relative; }
.SERCHW-7 .date-box i{ position: absolute; right: 0px; bottom: 0px; pointer-events: none; width: 40px; height: 35px; line-height: 35px; text-align: center; color: #333; }
.SERCHW-7 .check-availability{ padding: 0; display: flex; width: 100%; position: relative; }
.SERCHW-7 .check-availability label, .SERCHW-7 .check-availability label{ display: block; color: #333; font-size: 13px; text-transform: uppercase; font-weight: 500; font-family: 'Roboto', sans-serif; }
.SERCHW-7 .check-availability .form-control{ background: none; color: #333; border-radius: 0; border: 1px #636363 solid; box-shadow: none; height: 40px; }
.SERCHW-7 .check-availability .form-control:: -webkit-placeholder{ color: #333; }
.SERCHW-7 .check-availability .form-control:: -moz-placeholder{ color: #333; }
.SERCHW-7 .ui-selectmenu-button.ui-button{ background: none; color: #333; border-radius: 25px; padding: 12px; border: 1px rgba(0,0,0,0.2) solid; box-shadow: none; width: 100%; height: 40px; }
.SERCHW-7 .ui-widget.ui-widget-content{ background: none; border: none; }
.SERCHW-7 .date-box .datepicker{ position: relative; }
.SERCHW-7 .ui-spinner-input{ color: #ffe105; font-size: 15px; font-family: 'Poppins', sans-serif; }
.SERCHW-7 .ui-widget.ui-widget-content{ background: none; border: none; width: 100%; position: relative; }
.SERCHW-7 .ui-spinner-up{ background: url(../images/search-3-spiner-arrow-up.png) no-repeat; width: 11px; height: 6px; top: 8px; cursor: pointer; }
.SERCHW-7 .ui-spinner-down{ background: url(../images/search-3-spiner-arrow-down.png) no-repeat; width: 11px; height: 6px; bottom: 10px; cursor: pointer; }
.SERCHW-7 .close_bttn{ position: absolute; left: -15px; top: -15px; cursor: pointer; background: #ffad03; width: 30px; height: 30px; border-radius: 50%; text-align: center; color: #444; font-size: 16px; padding: 3px 0 0; z-index: 9; }
.ui-selectmenu-menu{ z-index: 99999; }
.SERCHW-7 .best_rate{ text-align: center; }
.SERCHW-7 .best_rate h5{ margin: 0; padding: 0 0 10px; font-size: 14px; font-weight: 400; color: #333; }
.SERCHW-7 .best_rate h5 span{ font-size: 18px; font-weight: bold; }
.SERCHW-7 .best_rate a{ font-size: 14px; color: #111; border: 1px #111 solid; border-radius: 25px; padding: 5px 10px; display: inline-block; }
.SERCHW-7 .check-availability .left_part{ -webkit-flex: 1; -ms-flex: 1; flex: 1; background: #dbdbdb; padding: 70px 30px; }
.SERCHW-7 .check-availability .right_part{ -webkit-flex: 1; -ms-flex: 1; flex: 1; background: #e7e7e7; padding: 70px 30px; }
.SERCHW-7 .check-availability .row{ margin-left: -5px; margin-right: -5px; }
.SERCHW-7 .check-availability [class*=col-]{ padding: 0 5px; }
.SERCHW-7 .check-availability h5{ font-size: 13px; color: #333; font-family: 'Roboto', sans-serif; font-weight: 600; margin-top: 0; }
.SERCHW-7 .button_area{ float: left; width: 100%; margin-top: 30px; }
.SERCHW-7 .button_area .avail-btn{ float: left; width: calc(50% - 4px); margin: 0 2px; }
.SERCHW-7 .grn-btn{ padding: 15px 10px; width: 100%; font-size: 15px; font-weight: 600; color: #0f0f0f; text-transform: capitalize; background: #ffad03; border: none; border-radius: 0; }
.SERCHW-7 .check-availability .t-datepicker{ padding-bottom: 20px; }
.SERCHW-7 .check-availability .t-datepicker .dateBox{ float: left; width: 100%; padding: 0; }
.SERCHW-7 .check-availability .t-datepicker .t-check-in, .SERCHW-7 .check-availability .t-datepicker .t-check-out{ border: none; position: relative; background: none; width: 100%; border-radius: 0; height: 44px; border: 1px #000 solid; }
.SERCHW-7 .t-margin{ margin-top: 20px; }
.SERCHW-7 .check-availability .t-datepicker h5{ font-size: 16px; color: #333; margin-bottom: 3px; font-weight: 500; }
.SERCHW-7 .check-availability .t-datepicker .t-dates{ position: relative; height: auto; padding: 10px 15px; }
.SERCHW-7 .check-availability .t-datepicker .t-dates i{ top: 0; }
.SERCHW-7 .check-availability .t-datepicker .t-dates label{ font-size: 17px; padding-left: 10px; text-transform: capitalize; display: inline-block; position: relative; top: auto; left: auto; color: #070707; font-weight: 400; font-family: 'Roboto', sans-serif; }
.SERCHW-7 .check-availability .t-datepicker .t-arrow-top::after{ display: none; }
.SERCHW-7 .check-availability .t-datepicker .t-datepicker-day{ top: auto; bottom: 51px; }
*/
/*Responsive*/
/*@media only screen and (max-width: 1100px){ .SERCHW-7.sticky{ z-index: 0; }
.SERCHW-7{ position: relative !important; top: auto; left: auto; margin-bottom: 30px; }
.SERCHW-7 .search_box_area{ position: relative; left: auto; right: auto; top: auto; }
.SERCHW-7 .search-widget-box{ width: 100%; }
.SERCHW-7 .close_bttn{ display: none; }
.SERCHW-7 .t-datepicker{ float: none; }
.SERCHW-7 .check-availability .t-datepicker{ padding-bottom: 0; }
.SERCHW-7 .check-availability .t-datepicker .t-datepicker-day{ top: 51px; bottom: auto; }
}
@media only screen and (max-width: 767px){ .SERCHW-7 .check-availability [class*=col-]{ margin-bottom: 10px; }
.SERCHW-7 .check-availability h5{ margin: 0; }
.SERCHW-7 .button_area .avail-btn{ width: 100%; margin: 0 0 5px; float: none; }
.SERCHW-7 .button_area{ margin: 0; float: none; }
}
@media only screen and (max-width: 650px){ .SERCHW-7 .check-availability .check_coll{ width: 49%; }
.SERCHW-7 .check-availability .check_coll2{ width: 49%; }
.SERCHW-7 .avail-btn .grn-btn{ position: relative; width: 100%; padding: 15px 30px; }
.SERCHW-7 .check-availability .form-group{ width: 100%; padding: 0; float: none; }
.SERCHW-7 .check-availability{ display: block; background: #e7e7e7; }
.SERCHW-7 .check-availability .left_part, .SERCHW-7 .check-availability .right_part{ padding: 15px; background: none; }
.SERCHW-7 .check-availability .t-datepicker .t-check-out .t-datepicker-day{ left: 0; }
}
@media only screen and (max-width: 360px){ .SERCHW-7 .check-availability .check_coll{ width: 100%; }
}
*/
/*Responsive*/
/*End of Search Widget-7*/
/******************/
/* Search Widget-8*/
.SERCHW-8 {
    padding: 0;
    background: none;
    font-family: 'Roboto', sans-serif;
}

.SERCHW-8 .search_box_area {
    position: absolute;
    width: 360px;
    background: rgba(6, 6, 6, 0.8);
    border-radius: 15px;
    top: 0;
    left: 30px;
    padding: 35px;
    z-index: 999;
    transform: translateY(calc(-100% - 50px));
}

.SERCHW-8 .search-heading {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.SERCHW-8 .search-heading i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.SERCHW-8 .search-heading i.active {
    transform: translateY(-50%) rotate(45deg);
}

.SERCHW-8 .date-box i {
    position: absolute;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #b9b9b9;
}

.SERCHW-8 .check-availability {
    padding-top: 32px;
}

.SERCHW-8 .check-availability {
    margin-left: -5px;
    margin-right: -5px;
}

.SERCHW-8 .check-availability [class*=col-] {
    padding: 0 5px;
}

.SERCHW-8 .check-availability h5 {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
}

.SERCHW-8 .check-availability .col-sm-2 h5 {
    font-size: 14px;
}

.SERCHW-8 .grn-btn {
    background: #fff;
    color: #3ca99e;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 10px;
    width: 100%
}

.SERCHW-8 .avail-btn {
    padding-top: 10px;
}

.SERCHW-8 .check-availability .form-control {
    background: none;
    color: #fff;
    border-radius: 0;
    border: 1px #636363 solid;
    box-shadow: none;
    height: 40px;
}

.SERCHW-8.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.SERCHW-8.sticky .search_box_area {
    transform: translateY(0);
}

.SERCHW-8 .search_type3 .grn-btn {
    padding: 8px 10px;
    margin-bottom: 5px;
}

.SERCHW-8 .search_type3 {
    padding-top: 0;
}

.SERCHW-8 .best_rate {
    position: absolute;
    border-bottom: 1px #fff solid;
    margin: 0;
    padding: 0;
    top: 0;
    right: 15px;
    background: #02a493;
    text-align: center;
    padding: 15px 20px;
    transform: translateY(-100%);
}

.SERCHW-8 .best_rate h4 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.SERCHW-8 .best_rate h4 span {
    font-size: 16px;
    font-weight: bold;
}

.SERCHW-8 .best_rate a {
    font-size: 14px;
    color: #fff;
    border: 1px #fff solid;
    padding: 5px 10px;
    display: inline-block;
}

.SERCHW-8 .check-availability .t-datepicker {
    padding-bottom: 30px;
    border-bottom: 1px #636363 solid;
    margin-bottom: 30px;
}

.SERCHW-8 .check-availability .t-datepicker .dateBox {
    float: left;
    width: 100%;
    padding: 0;
}

.SERCHW-8 .check-availability .row {
    margin: 0;
}

.SERCHW-8 .check-availability .t-datepicker .t-check-in,
.SERCHW-8 .check-availability .t-datepicker .t-check-out {
    border: none;
    position: relative;
    background: #fff;
    width: 100%;
    border-radius: 0;
    height: 45px;
}

.SERCHW-8 .t-margin {
    margin-top: 20px;
}

.SERCHW-8 .check-availability .t-datepicker h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: 500;
}

.SERCHW-8 .check-availability .t-datepicker .t-dates {
    position: relative;
    height: auto;
    padding: 14px 15px;
}

.SERCHW-8 .check-availability .t-datepicker .t-dates i {
    top: 0;
}

.SERCHW-8 .check-availability .t-datepicker .t-dates label {
    font-size: 17px;
    padding-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #070707;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.SERCHW-8 .check-availability .t-datepicker .t-arrow-top {
    display: none;
}

.SERCHW-8 .button_area {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.SERCHW-8 .button_area .avail-btn {
    float: left;
    width: calc(50% - 4px);
    margin: 0 2px;
}

.SERCHW-8 .grn-btn {
    padding: 15px 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #0f0f0f;
    text-transform: capitalize;
    background: #ffad03;
    border: none;
    border-radius: 0;
}

/*Responsive*/
@media only screen and (max-width: 1100px) {
    .SERCHW-1.sticky {
        position: relative;
        top: auto;
        width: 100%;
        z-index: 0;
    }

    .SERCHW-8 .search_box_area {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }

    .SERCHW-8 .check-availability .t-datepicker {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding-bottom: 10px;
        border-bottom: none;
    }

    .SERCHW-8 .search-heading i {
        display: none;
    }

    .SERCHW-8 .t-datepicker {
        float: none;
    }

    .SERCHW-8 .check-availability {
        padding-top: 10px;
        margin: 0;
    }

    .SERCHW-8 .check-availability .row {
        margin: 0;
    }
}

@media only screen and (max-width: 1000px) {
    .SERCHW-8 .check-availability [class*="col-"] {
        border: none;
    }

    .SERCHW-8 .check-availability h5,
    .SERCHW-8 .date-box .datepicker,
    .SERCHW-8 .ui-selectmenu-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .SERCHW-8 .check-availability h5 {
        padding-bottom: 10px;
    }

    .SERCHW-8 .check-availability [class*="col-"] {
        padding: 10px 0;
    }

    .SERCHW-8 .date-box i {
        right: 0;
    }

    .SERCHW-8 .check-availability [class*="col-"] {
        min-height: 0px;
    }

    .SERCHW-8.open {
        top: 10px !important;
    }
}

@media only screen and (max-width: 480px) {
    .SERCHW-8 .t-check-out .t-datepicker-day {
        left: 0;
    }
}

/*End of Search Widget-8*/
/**************************/
#search-widget.sticky-7 {
    top: 0;
}

#search-widget.sticky .best_rate {
    display: none;
}

/*For Defult search Button*/
.respon_book_now {
    position: fixed;
    bottom: 0;
    display: none;
    width: 100%;
    background: #e0b800;
    text-align: center;
    z-index: 99;
    cursor: pointer;
}

.respon_book_now a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 10px;
}
.respon_book_now a.sticky_widget_faq_toggler{
    background: #f3ab5f !important;
}

.search_widgate_modal {
    z-index: 9999;
}

.search_widgate_modal .modal-dialog {
    width: 100%;
    margin: 0;
}

.search_widgate_modal .modal-content {
    padding: 5px;
    background: none;
}

.search_widgate_modal .modal-body {
    padding: 0;
}

.search_modal_close {
    background: #fff;
    cursor: pointer;
    color: #333;
    padding: 2px 0 0;
    font-size: 18px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    #search-widget {
        display: none;
    }

    .search_widgate_modal #search-widget {
        display: block;
    }

    .respon_book_now {
        display: flex;
    }

    .respon_book_now>a {
        flex: 1;
    }

    .respon_book_now .call_us ._icon {
        width: 40px;
        height: 100%;
        display: flex;
        padding: 10px;
        background-color: #a77c40;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .respon_book_now .call_us ._icon svg {
        width: 100%;
        height: 100%;
        fill: #fff;
    }

    .respon_book_now .call_us ._right_text {
        display: none;
    }

    .search_widgate_modal .modal-body .SERCHW-4 {
        margin-bottom: 0;
    }

    .search_widgate_modal .modal-body .container {
        width: 100%;
        padding: 0;
    }

    .search_widgate_modal .modal-body .SERCHW-3 .container {
        padding: 10px;
    }
}

/*******END*******/
/* widget option 03 start */
.widget_option_03 {
    font-family: 'Roboto', sans-serif;
}

.widget_option_03 .search_box_1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 30px));
    padding: 0;
    z-index: 9;
    transition: ease 0.8s;
}

.widget_option_03 .search-widget-box {
    padding: 0;
    background: rgba(11, 11, 11, 0.9);
}

.widget_option_03 .bookingBox {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.widget_option_03 .best_rate {
    margin: 0 40px 0 0;
    padding: 30px;
    background: #bc4508;
    position: relative;
    max-width: 220px;
}

.widget_option_03 .best_rate h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.widget_option_03 .best_rate h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.widget_option_03 .best_rate h4 span.rateFor {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin: 2px 0 0;
}

.widget_option_03 .best_rate .rightArrow {
    position: absolute;
    right: 0;
    transform: translate(100%, -50%);
    top: 50%;
    border-style: solid;
    border-width: 0 0 0 30px;
    border-color: transparent transparent transparent #bc4508;
}

.widget_option_03 .best_rate a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 10px;
    display: inline-block;
    line-height: 1;
    transition: all 0.25s ease-in-out;
    white-space: nowrap;
}

.widget_option_03 .best_rate a:hover {
    background-color: #fff;
    color: #bc4508;
}

.widget_option_03 .check-availability {
    padding: 40px 7px;
    display: flex;
    align-items: flex-end;
    justify-content: stretch;
    width: 100%;
}

.widget_option_03 .check-availability h5 {
    text-transform: capitalize;
    color: #f8f8f8;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_option_03 .check-availability [class*="col-"] {
    padding: 0 8px;
    clear: both;
    width: 100%;
}

.widget_option_03 .check-availability .t-datepicker {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    width: calc(100% + 16px);
}

.widget_option_03 .check-availability .t-datepicker .date_box {
    width: 100%;
    min-width: calc(345px/2);
    padding: 0 8px;
}

.widget_option_03 .check-availability .t-datepicker .date_box .t-check-in,
.widget_option_03 .check-availability .t-datepicker .date_box .t-check-out {
    border-radius: 0;
    width: 100%;
    border: none;
}

.widget_option_03 .check-availability .t-datepicker .t-dates {
    border: 1px solid #ffad03;
    color: #fff;
    height: 50px;
    padding: 10px;
    min-width: 140px;
    display: flex;
    align-items: center;
}

.widget_option_03 .check-availability .t-datepicker .t-dates span:not(:last-child) {
    margin-right: 2px;
}

.widget_option_03 .check-availability .t-datepicker .t-dates i {
    color: #ffad03;
    font-size: 22px;
}

.widget_option_03 .check-availability .t-datepicker .t-dates label {
    font-size: 18px;
    padding-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
}

.widget_option_03 .check-availability .t-arrow-top,
.widget_option_03 .check-availability .t-arrow-top .t-arrow-top::after {
    display: none !important;
}

.widget_option_03 .check-availability .form-control {
    border: 1px solid #636363;
    border-radius: 0;
    height: 50px;
    background: none;
    padding: 0 10px;
    text-overflow: ellipsis;
    color: #fff;
}

.widget_option_03 .grn-btn {
    background: #ffad03;
    color: #0f0f0f;
    text-transform: capitalize;
    border: 1px solid #ffad03;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    transition: all 0.25s ease-in-out;
}

.widget_option_03 .grn-btn:hover {
    background-color: transparent;
    color: #ffad03;
}

.widget_option_03 .check-availability .otherLinks {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 13px;
    font-weight: 300;
}

.widget_option_03 .check-availability .otherLinks a {
    color: #ccc;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 10px;
    text-transform: capitalize;
    transition: all 0.25s ease-in-out;
}

.widget_option_03 .check-availability .otherLinks a:first-child {
    border-width: 0;
    margin: 0;
    padding: 0;
}

.widget_option_03 .check-availability .otherLinks a:hover {
    color: #ffad03;
}

.widget_option_03 .childrenInputWrap {
    display: flex;
}

.widget_option_03 .childrenInputWrap [class*="childInputWrap-"] {
    width: 100%;
    max-width: 20%;
    margin-right: 10px;
}

.widget_option_03 .childrenInputWrap [class*="childInputWrap-"]:last-child {
    margin-right: 0;
}

.widget_option_03 .roomGuestWrap .dropdown-toggle {
    text-align: left;
    color: #ccc;
    font-size: 15px;
    font-weight: 300;
    min-width: 280px;
}

.widget_option_03 .roomGuestWrap .dropdown-menu {
    border-radius: 0;
    left: 8px;
    margin: -1px 0 0;
    width: calc(100% - 16px);
    padding: 0;
    border: 1px solid #636363;
    background-color: rgba(0, 0, 0, 0.95);
}

.widget_option_03 .roomGuestWrap .dropdown-menu li {
    padding: 10px;
    border-bottom: 1px solid #636363;
    display: flex;
    align-items: center;
    color: #ffad03;
    font-size: 16px;
    line-height: 100%;
    position: relative;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li:last-child {
    border: none;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 30px;
    width: 60px;
    margin-left: auto;
    color: #fff;
    padding: 5px;
    font-weight: 300;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li input:focus {
    outline: none;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li .childAgeWrap {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(20, 20, 20, 0.95);
    width: 130px;
    padding: 0;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li .childAgeWrap li {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    align-items: flex-start;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li .childAgeWrap li>span {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li .childAgeWrap li>span input {
    border: none;
    height: 20px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 0 10px;
    width: 35px;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li .childAgeWrap li .ui-slider {
    width: 100%;
    border-radius: 0;
    border: none;
    height: 4px;
    margin-bottom: 5px;
    background-color: #bc4508;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li .childAgeWrap li .ui-slider span {
    background-color: #bc4508;
    border: none;
    top: -6px;
    margin-left: 0;
    width: 4px;
}

.widget_option_03 .roomGuestWrap .dropdown-menu li .childAgeWrap li .ui-slider span:focus {
    border: none;
    outline: none;
}

.widget_option_03 .bookingCollapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.25s ease-in-out;
    flex-flow: row wrap;
}

.widget_option_03 .bookingCollapse [class*="col-"]:not(.childrenAgeWrap) {
    width: 33.33%;
}

.widget_option_03 .fieldWithHandeler {
    position: relative;
}

.widget_option_03 .fieldWithHandeler input[type=number]::-webkit-inner-spin-button,
.widget_option_03 .fieldWithHandeler input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.widget_option_03 .numberControlBtn {
    position: absolute;
    right: 0;
    height: calc(50% - 2px);
    width: 24px;
    background-color: #555;
    color: #ffad03;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.widget_option_03 .numberControlBtn:hover {
    opacity: 0.75;
}

.widget_option_03 .numberControlBtn.inc {
    top: 1px;
}

.widget_option_03 .numberControlBtn.dec {
    bottom: 1px;
}

/* widget option 03 end */
/* widget option 04 start */
.SERCHW-4 {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.modal-body.SERCHW-4 {
    top: 0 !important;
    height: auto !important;
}

.SERCHW-4 .largeDisplay {
    background-color: rgba(2, 164, 147, 0.75);
    color: #fff;
    border: 1px solid #02796d;
    max-width: 280px;
    border-radius: 5px;
    text-align: center;
}

.SERCHW-4 .bookingBtn {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    background-color: #028f81;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 20px;
}

.SERCHW-4 .bookingBtn:hover,
.bookingBtn:focus {
    background-color: #02796d;
    color: #fff;
}

.SERCHW-4 .largeDisplay p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    padding: 20px;
    border-top: 1px solid #02796d;
    margin: 0;
}

.SERCHW-4 .largeDisplay p span {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    display: block;
}

.SERCHW-4 .largeDisplay p small {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.SERCHW-4 .btnWrapper {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #02796d;
}

.SERCHW-4 .btnWrapper a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 10px;
    display: block;
    background-color: #028f81;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    flex: 1;
    min-width: 50%;
    border-right: 1px solid #02796d;
}

.SERCHW-4 .btnWrapper a:last-child {
    border-right: 0;
}

.SERCHW-4 .flexibleDate:hover,
.flexibleDate:focus {
    background-color: #02796d;
    color: #fff;
}

.SERCHW-4 .container {
    position: relative;
}

.SERCHW-4 .expandDetails {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    flex-wrap: wrap;
    transform: scale(0) translateY(-50%);
    transform-origin: 0 0;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

.SERCHW-4 .expandDetails.open {
    transform: scale(1) translateY(-50%);
    opacity: 1;
}

.SERCHW-4 .expandDetails h4 {
    margin: 0 0 5px;
    font-size: 16px;
}

.SERCHW-4 .expandDetails .datepicker .table-condensed {
    background-color: rgba(2, 143, 129, 0.25);
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.SERCHW-4 .expandDetails .datepicker .table-condensed>tbody>tr>td {
    padding: 2px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
}

.SERCHW-4 .expandDetails .datepicker .table-condensed>thead {
    background-color: #02796d;
}

.SERCHW-4 .expandDetails table th {
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.SERCHW-4 .expandDetails table th.prev,
.SERCHW-4 .expandDetails table th.next {
    width: 15%;
}

.SERCHW-4 .expandDetails table th.picker-switch {
    width: 70%;
}

.SERCHW-4 .expandDetails table thead tr:first-child th:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.SERCHW-4 .expandDetails table td.disabled,
.expandDetails table td.disabled:hover,
.expandDetails table th.disabled,
.expandDetails table th.disabled:hover {
    color: rgba(0, 0, 0, 0.5) !important;
    background-color: transparent !important;
}

.SERCHW-4 .expandDetails table td.active,
.expandDetails table td.active:hover {
    background-color: rgba(2, 143, 129, 0.75);
}

.SERCHW-4 .expandDetails table td.today:before {
    border-bottom-color: rgba(2, 143, 129, 0.75);
}

.SERCHW-4 .expandDetails table td.day:hover {
    background-color: rgba(2, 143, 129, 0.5);
    color: #fff;
}

.SERCHW-4 .expandDetails .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1;
    border-radius: 0 0 0 5px;
}

.SERCHW-4 .expandDetails .close:hover {
    opacity: 0.5;
}

.SERCHW-4 .nightsWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.SERCHW-4 .nightsWrapper h3 {
    font-size: 28px;
    line-height: 100%;
    font-weight: 400;
    color: #028f81;
    text-align: center;
    margin: 0;
    background-color: #fff;
    padding: 0;
    border-radius: 5px 20px;
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.SERCHW-4 .nightsWrapper h3 span {
    display: block;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 4px;
}

.SERCHW-4 #js-inline_datepicker_checkin,
.SERCHW-4 #js-inline_datepicker_checkout,
.SERCHW-4 .large_display {
    height: 204px;
}

/* .SERCHW-4 #js-inline_datepicker_checkin *,.SERCHW-4 #js-inline_datepicker_checkout *{ height: 100%; }
 */
.SERCHW-4 .expandDetails .datepicker .table-condensed>tbody>tr>td span {
    display: inline-block;
    padding: 5px;
    height: auto !important;
    cursor: pointer;
}

.SERCHW-4 .large_display {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(2, 143, 129, 0.75);
    border-radius: 5px;
}

.SERCHW-4 .large_display .day {
    font-size: 44px;
    line-height: 100%;
    color: #fff;
    font-weight: 700;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.25));
}

.SERCHW-4 .large_display .month {
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    font-weight: 300;
}

.SERCHW-4 .large_display .year {
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
}

.SERCHW-4 .innerCol {
    margin-bottom: 15px;
}

.SERCHW-4 .expandDetails h5 {
    margin: 0 0 5px;
}

.SERCHW-4 .childWrapper {
    display: flex;
    flex-wrap: wrap;
}

.SERCHW-4 .childWrapper>div {
    width: calc(20% - 48px/5);
    margin-right: 12px;
    font-size: 12px;
}

.SERCHW-4 .childWrapper>div:last-child {
    margin-right: 0;
}

.SERCHW-4 .childWrapper>div select {
    width: 34px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../../images/select-arrow.svg') no-repeat right 5px center / 7px auto;
    padding: 0 2px;
}

.SERCHW-4 .fieldWithHandeler {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 110px;
}

.SERCHW-4 .fieldWithHandeler input[type=number]::-webkit-inner-spin-button,
.fieldWithHandeler input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.SERCHW-4 .fieldWithHandeler input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.SERCHW-4 .fieldWithHandeler input {
    border: none;
    background-color: transparent;
    pointer-events: none;
    box-shadow: none;
    width: calc(100% - 68px);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    height: 24px;
    line-height: 100%;
}

.SERCHW-4 .numberControlBtn {
    width: 28px;
    height: 24px;
    background-color: #028f81;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.SERCHW-4 .numberControlBtn:hover {
    opacity: 0.75;
}

.SERCHW-4 .numberControlBtn.dec {
    border-radius: 5px 0 0 5px;
}

.SERCHW-4 .numberControlBtn.inc {
    border-radius: 0 5px 5px 0;
}

.SERCHW-4 .submitWrapper {
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

.SERCHW-4 .submitWrapper input {
    max-width: 150px;
    width: 100%;
    background-color: #02a493;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.SERCHW-4 .submitWrapper input:hover {
    opacity: 0.75;
    color: #fff;
}

.SERCHW-4 .rightCol {
    height: 100%;
    /* display: flex; align-items: flex-start; flex-flow: row wrap; */
}

@media only screen and (max-width: 1100px) {

    .modal-dialog,
    .modal-content {
        height: 100%;
    }

    .SERCHW-4 {
        position: relative;
        height: auto;
    }

    .SERCHW-4 form {
        width: 100%;
    }

    .SERCHW-4 .largeDisplay {
        max-width: none;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.75);
        padding-bottom: 10px;
        border: none;
    }

    .SERCHW-4 .bookingBtn {
        display: none;
        background-color: transparent;
    }

    .SERCHW-4 .largeDisplay p {
        font-size: 20px;
        line-height: 26px;
        padding: 10px;
        border: none;
    }

    .SERCHW-4 .largeDisplay p span {
        display: inline-block;
        font-size: 30px;
        line-height: 30px;
        display: inline-block;
    }

    .SERCHW-4 .btnWrapper {
        justify-content: center;
        border: none;
    }

    .SERCHW-4 .btnWrapper a {
        width: auto;
        min-width: auto;
        flex: 0;
        display: inline-block;
        white-space: nowrap;
        font-size: 12px;
        line-height: 12px;
    }

    .SERCHW-4 .expandDetails {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        border-radius: 0;
        transform: none;
        opacity: 1;
    }

    .SERCHW-4 .expandDetails .close {
        display: none;
    }

    .SERCHW-4 .wgt_4_clndr_wrpr {
        width: calc(50% - 50px);
    }

    .SERCHW-4 .nightsWrapper {
        width: 100px;
    }

    .SERCHW-4 .wgt_4_more_wrpr {
        width: 100%;
        margin-top: 15px;
    }

    .SERCHW-4 .innerCol {
        width: auto;
    }

    .SERCHW-4 .rightCol {
        height: auto;
        display: flex;
        margin-bottom: 55px;
    }

    .SERCHW-4 .innerCol.wgt_4_access_code_wrpr {
        position: absolute;
        bottom: -15px;
    }

    .SERCHW-4 .submitWrapper {
        right: 0;
    }

    .SERCHW-4 .childWrapper>div {
        min-width: calc(20% - 48px/5);
        width: auto;
    }

    .SERCHW-4 .childWrapper>div span {
        white-space: nowrap;
        display: block;
    }

    .SERCHW-4 .childWrapper>div select {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .SERCHW-4 .rightCol {
        flex-wrap: wrap;
    }

    .SERCHW-4 .childrenInputWrap {
        width: 100%;
    }

    .SERCHW-4 .childWrapper>div {
        min-width: auto;
    }
}

@media only screen and (max-width: 640px) {
    .SERCHW-4 .wgt_4_clndr_wrpr {
        width: 100%;
        margin-bottom: 15px;
    }

    .SERCHW-4 .rightCol {
        flex-wrap: wrap;
    }

    .SERCHW-4 .innerCol.wgt_4_access_code_wrpr {
        position: relative;
        bottom: auto;
        width: 100%;
    }

    .SERCHW-4 .submitWrapper {
        position: relative;
        bottom: auto;
        width: 100%;
        right: auto;
    }

    .SERCHW-4 .submitWrapper input {
        width: 100%;
        max-width: none;
    }

    .SERCHW-4 .childrenInputWrap {
        width: 100%;
    }

    .SERCHW-4 .childWrapper>div {
        min-width: auto;
    }

    .SERCHW-4 .nightsView {
        margin-bottom: 55px;
    }

    .SERCHW-4 .nightsWrapper {
        width: auto;
        position: absolute;
        top: 255px;
        left: 0;
        transform: none;
    }

    .SERCHW-4 .nightsWrapper h3 {
        font-size: 18px;
        font-weight: 700;
        border-radius: 5px;
        flex-direction: row;
    }

    .SERCHW-4 .nightsWrapper h3 span {
        margin: 0 0 0 4px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        text-transform: capitalize;
    }
}

@media only screen and (max-width: 480px) {
    .SERCHW-4 .nightsWrapper {
        top: 495px;
    }

    .SERCHW-4 .nightsWrapper+.nightsView {
        margin-bottom: 70px;
    }

    .SERCHW-4 .wgt_4_more_wrpr {
        margin-top: 0;
    }
}

/* widget option 04 end */
/* widget option 05 start */
.SERCHW-5 {
    padding: 0;
    position: absolute;
    top: 160px;
    left: auto;
    right: 0;
    z-index: 20;
    font-family: 'Open sans', sans-serif;
}

.SERCHW-5 form {
    position: relative;
    z-index: 20;
}

.SERCHW-5 .container {
    width: auto;
}

.SERCHW-5 .widget_option_05_wrapper .sticky_widget_toggler {
    display: none;
}

.SERCHW-5 .widget_option_05_wrapper.sticky .sticky_widget_toggler {
    text-align: center;
    display: flex;
    transform: rotate(-90deg) translateX(-100%);
    position: absolute;
    width: 120px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #f3ab5f;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    top: 0;
    left: 0;
    transform-origin: -20px 20px;
}

.widget_option_05_wrapper {
    transition: all 25s ease-in-out;
    background-color: #f3ab5f;
    max-width: 340px;
    width: 100%;
    margin: 0 0 0 auto;
}

.widget_option_05_rate {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #331b01;
    margin: 0;
    display: flex;
}

.widget_option_05_rate sup {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px 10px 15px 15px;
    font-size: 15px;
    top: auto;
    display: flex;
    align-items: center;
    line-height: 18px;
    width: 100%;
    max-width: 80px;
}

.widget_option_05_rate span {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 15px 15px 15px 10px;
    border-radius: 0 5px 5px 0;
    width: calc(100% - 80px);
}

.widget_option_05_rate span small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    line-height: 100%;
}

.widget_option_05_toggle {
    display: flex;
    padding: 15px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    align-items: center;
    width: 340px;
    max-width: 100%;
}

.widget_option_05_toggle i {
    font-size: 20px;
    margin-left: auto;
    transition: all 0.25s ease-in-out;
}

.widget_option_05_toggle.open i {
    transform: rotate(180deg);
}

.widget_option_05_toggle:focus {
    color: #fff;
}

.widget_option_05_toggle:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.widget_option_05_expand {
    /* overflow-y: auto;
overflow-x:hidden; */
    background-color: rgba(0, 0, 0, 0.5);
}

.widget_option_05_expand_inner {
    padding: 15px 15px 0;
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.widget_option_05_form_group {
    position: relative;
    width: 100%;
    padding: 0 8px;
}

.widget_option_05_form_group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.widget_option_05_form_group label {
    font-size: 13px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    margin-bottom: auto;
}

.widget_option_05_form_group input {
    width: 100%;
    border-width: 0 0 1px 0;
    height: 30px;
    background-color: transparent;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.widget_option_05_form_group input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.widget_option_05_form_group input:focus {
    outline: none;
}

/* .SERCHW-5 .datepicker-here{ background: url('../images/icons/svg/calendar.svg') no-repeat right 10px center / 20px auto; }
 */
.SERCHW-5 .w-50 {
    flex: 50%;
}

.SERCHW-5 .w-33 {
    flex: 33.33%;
}

.SERCHW-5 .t-datepicker {
    display: flex;
}

.SERCHW-5 .t-check-in,
.SERCHW-5 .t-check-out {
    border: none;
}

.SERCHW-5 .t-dates {
    border-width: 0 0 1px 0;
    height: 30px;
    background: transparent url('../../images/calendar.svg') no-repeat right 10px center / 20px auto;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
}

.SERCHW-5 .t-dates span:not(:last-child) {
    margin-right: 4px;
}

.widget_option_05_form_group .numberControlBtn {
    position: absolute;
    right: 8px;
    bottom: 5px;
    border-radius: 50%;
    width: 16px;
    color: transparent;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.widget_option_05_form_group .numberControlBtn:after,
.widget_option_05_form_group .numberControlBtn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.75);
}

.widget_option_05_form_group .numberControlBtn:after {
    width: 8px;
    height: 2px;
}

.widget_option_05_form_group .numberControlBtn.inc:before {
    width: 2px;
    height: 8px;
}

.widget_option_05_form_group .numberControlBtn:hover {
    opacity: 0.5;
}

.widget_option_05_form_group .numberControlBtn.dec {
    right: 26px;
}

.widget_option_05_form_group input[type="submit"] {
    width: 100%;
    background-color: #a77c40;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
}

.widget_option_05_form_group input[type="submit"]:hover {
    opacity: 0.75;
}

.widget_option_05_links {
    display: flex;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 0 -7px;
    width: calc(100% + 14px);
    overflow: hidden;
}

.widget_option_05_links a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    flex: 1;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
}

.widget_option_05_links a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_option_05_links a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.SERCHW-5 .childrenInputWrap {
    display: none;
}

.SERCHW-5 .childWrapper {
    display: flex;
    flex-wrap: wrap;
}

.SERCHW-5 .childWrapper>div {
    width: calc(20% - 40px/5);
    margin-right: 10px;
    font-size: 12px;
    margin-top: 5px;
}

.SERCHW-5 .childWrapper>div:last-child {
    margin-right: 0;
}

.SERCHW-5 .childWrapper>div span {
    display: block;
    font-size: 12px;
    color: #fff;
}

.SERCHW-5 .childWrapper>div select {
    width: 100%;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url('../../images/select-arrow-white.svg') no-repeat right 5px center / 7px auto;
    padding: 0 2px;
    color: #fff;
    border: none;
    margin-top: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.SERCHW-5 .childWrapper>div select:focus {
    outline: none;
}

.SERCHW-5 .childWrapper>div select option {
    color: #000;
}

.widget_option_05_wrapper {
    transition: all 0.25s ease-in-out;
}

.widget_option_05_wrapper.sticky {
    position: fixed;
    right: -340px;
    top: 160px;
    transition: all 0.25s ease-in-out;
}

.widget_option_05_wrapper.sticky.open {
    right: 15px;
}

.SERCHW-5 .widget_option_05_wrapper .sticky_widget_toggler.open {
    display: none;
}

.widget_option_05_toggle.fix.open {
    right: 350px;
    z-index: 100;
}

.SERCHW-5 .t-datepicker .t-datepicker-day {
    right: 0;
    left: auto;
}

@media only screen and (max-width: 1100px) {
    .SERCHW-5 {
        position: relative;
        top: auto !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 350px;
    }

    .widget_option_05_wrapper {
        max-width: none;
    }

    .widget_option_05_toggle {
        display: none;
    }

    .widget_option_05_expand {
        display: block !important;
    }

    .widget_option_05_wrapper.sticky.slideStick {
        width: 100%;
        right: -350px;
    }

    .widget_option_05_wrapper.sticky {
        right: auto;
        position: static;
        top: auto;
    }

    .SERCHW-5 .widget_option_05_wrapper.sticky .sticky_widget_toggler {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .widget_option_05_form_group label {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .widget_option_05_wrapper .widget_option_05_expand .t-check-in .t-datepicker-day {
        min-width: 300px;
    }
}

@media only screen and (max-width: 330px) {
    .widget_option_05_wrapper .widget_option_05_expand .t-check-in .t-datepicker-day {
        left: -4px;
    }
}

/* widget option 05 end */
/* widget option 06 start */
.SERCHW-6 {
    padding: 0;
    position: absolute;
    top: 185px;
    right: 0;
    height: calc(100% - 185px);
    font-family: 'Open sans', sans-serif;
    transform: translateX(100%);
    transition: all 0.25s ease-in-out;
    z-index: 8;
}

.SERCHW-6.open {
    transform: translateX(0);
}

.widget_option_06_toggle,
.widget_option_06_toggle:focus {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 40px;
    height: 158px;
    background-color: #02B4A2;
    color: #fff;
    display: flex;
    transition: all 0.25s ease-in-out;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.SERCHW-6.open .widget_option_06_toggle {
    background-color: #0B5042;
    height: 40px;
}

.widget_option_06_toggle i {
    transform: rotate(180deg);
    transition: all 0.25s ease-in-out;
    margin-bottom: auto;
    margin-top: 16px;
}

.widget_option_06_toggle span {
    opacity: 1;
    visibility: visible;
    transform: rotate(-90deg);
    white-space: nowrap;
    width: 120px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    position: relative;
    transition: all 0.25s ease-in-out;
}

.SERCHW-6.open .widget_option_06_toggle i {
    transform: rotate(0);
    margin-top: 31px;
}

.SERCHW-6.open .widget_option_06_toggle span {
    opacity: 0;
    visibility: hidden;
}

.widget_option_06_toggle:hover {
    background-color: #0B5042;
    color: #fff;
}

.SERCHW-6.open .widget_option_06_toggle:hover {
    background-color: #02B4A2;
    color: #fff;
}

.SERCHW-6>form {
    height: 100%;
}

.widget_option_06_wrapper {
    background-color: #16a085;
    max-width: 350px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto
}

.widget_option_06_rate {
    padding: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    color: #023a2f;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    height: 130px;
}

.widget_option_06_rate span {
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    margin-top: 0;
    display: block;
}

.widget_option_06_rate span small {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    display: block;
    margin-top: 5px;
}

.widget_option_06_expand {
    height: calc(100% - 204px);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.widget_option_06_expand_inner {
    padding: 0 15px;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.widget_option_06_expand_inner:not(:last-child) {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.widget_option_06_expand_heading {
    padding: 0 8px;
    width: 100%;
    flex: 100%;
}

.widget_option_06_expand_inner h4 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.widget_option_06_form_group {
    position: relative;
    width: 100%;
    padding: 0 8px;
}

.widget_option_06_form_group {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.widget_option_06_form_group label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
}

.widget_option_06_form_group input {
    width: 100%;
    border-width: 0 0 1px 0;
    height: 30px;
    background-color: transparent;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: auto;
}

.widget_option_06_form_group input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.widget_option_06_form_group input:focus {
    outline: none;
}

.datepicker-here {
    background: url('../../images/calendar.svg') no-repeat right 10px center / 20px auto;
}

.SERCHW-6 .t-datepicker {
    display: flex;
}

.SERCHW-6 .t-check-in,
.SERCHW-6 .t-check-out {
    border: none;
}

.SERCHW-6 .t-dates {
    border-width: 0 0 1px 0;
    height: 30px;
    background: transparent url('../../images/calendar.svg') no-repeat right 10px center / 20px auto;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    width: 100%;
}

.SERCHW-6 .t-dates span:not(:last-child) {
    margin-right: 4px;
}

.widget_option_06_form_group .numberControlBtn {
    position: absolute;
    right: 8px;
    bottom: 1px;
    width: 20px;
    color: transparent;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.widget_option_06_form_group .numberControlBtn:after,
.widget_option_06_form_group .numberControlBtn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.75);
}

.widget_option_06_form_group .numberControlBtn:after {
    width: 8px;
    height: 2px;
}

.widget_option_06_form_group .numberControlBtn.inc:before {
    width: 2px;
    height: 8px;
}

.widget_option_06_form_group .numberControlBtn:hover {
    opacity: 0.5;
}

.widget_option_06_form_group .numberControlBtn.inc {
    border-radius: 0 8px 0 0;
}

.widget_option_06_form_group .numberControlBtn.dec {
    right: 28px;
    border-radius: 8px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.widget_option_06_submit {
    width: 100%;
    background-color: #02B4A2;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
}

.widget_option_06_submit:hover {
    opacity: 0.75;
}

.widget_option_06_links {
    display: flex;
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
}

.widget_option_06_links a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
    flex: 1;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
}

.widget_option_06_links a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_option_06_links a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.SERCHW-6 .childrenInputWrap {
    display: none;
}

.SERCHW-6 .childWrapper {
    display: flex;
    flex-wrap: wrap;
}

.SERCHW-6 .childWrapper>div {
    width: calc(20% - 40px/5);
    margin-right: 10px;
    font-size: 12px;
    margin-top: 5px;
}

.SERCHW-6 .childWrapper>div:last-child {
    margin-right: 0;
}

.SERCHW-6 .childWrapper>div span {
    display: block;
    font-size: 12px;
    color: #fff;
}

.SERCHW-6 .childWrapper>div select {
    width: 100%;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url('../../images/select-arrow-white.svg') no-repeat right 5px center / 7px auto;
    padding: 0 2px;
    color: #fff;
    border: none;
    margin-top: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.SERCHW-6 .childWrapper>div select:focus {
    outline: none;
}

.SERCHW-6 .childWrapper>div select option {
    color: #000;
}

.SERCHW-6 .w-33 {
    flex: 33.33%;
}

.SERCHW-6 .w-50 {
    flex: 50%;
}

.SERCHW-6 .t-end,
.SERCHW-6 .t-end-limit,
.SERCHW-6 .t-start {
    background: #02B4A2;
}

.SERCHW-6 .t-today:hover,
.SERCHW-6 .t-today:hover .t-hover-day-content {
    background: #02B4A2;
}

.SERCHW-6 .t-today,
.SERCHW-6 .t-hover-day-content,
.SERCHW-6 .t-today:hover,
.SERCHW-6 .t-hover-day {
    background: #02B4A2;
}

@media only screen and (max-width: 1100px) {
    .SERCHW-6 {
        position: relative;
        top: auto !important;
        right: auto;
        height: auto !important;
        transform: none;
    }

    .SERCHW-6 .widget_option_06_wrapper {
        max-width: 700px;
        margin: 0 auto;
    }

    .widget_option_06_wrapper .t-check-out .t-datepicker-day {
        left: auto;
    }
}

@media only screen and (max-width: 640px) {
    .widget_option_06_wrapper .t-check-out .t-datepicker-day {
        left: 0;
    }

    .SERCHW-6 .t-datepicker {
        display: block;
    }

    .SERCHW-6 .t-datepicker .w-50 {
        flex: none;
    }

    .widget_option_06_form_group {
        display: block;
    }

    .SERCHW-6 .t-check-in,
    .SERCHW-6 .t-check-out {
        position: relative;
    }

    .SERCHW-6 .t-arrow-top {
        display: none !important;
    }
}

/* widget option 06 end */
/* widget option 07 style start */
body.body-fixed {
    position: fixed;
}

.SERCHW-7 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0
}

.widget_option_07_main {
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.widget_option_07_main .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.widget_option_07_view {
    background-color: #02b4a2;
    color: #fff;
    padding: 0;
    max-width: 300px;
    margin-right: 0;
    margin-left: auto;
}

.widget_option_07_rate {
    padding: 15px 15px 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.widget_option_07_rate span {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px 0 0;
}

.widget_option_07_rate span small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    line-height: 100%;
}

.widget_option_07_links {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.widget_option_07_links a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.widget_option_07_links a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.widget_option_07_links a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.widget_option_07_toggle {
    display: block;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.widget_option_07_toggle:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.widget_option_07_toggle i {
    margin-left: 15px;
    font-size: 22px;
}

.widget_option_07 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
    z-index: 10000;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    display: none;
}

.widget_option_07_wrapper {
    width: 80vw;
    height: 80vh;
    margin: 10vh 10vw;
    overflow-x: hidden;
    overflow-y: auto;
}

.widget_07_close,
.widget_07_close:focus {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.widget_07_close:hover {
    color: rgba(255, 255, 255, 0.5);
}

.widget_option_07>form {
    height: 100%;
}

.widget_option_07_expand {
    padding: 20px 0;
}

.widget_option_07_expand_inner {
    padding: 0 15px;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.widget_option_07_expand_inner:not(:last-child) {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.widget_option_07_expand_heading {
    padding: 0 8px;
    width: 100%;
    flex: 100%;
}

.widget_option_07_expand_inner h4 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.widget_option_07_form_group {
    position: relative;
    width: 100%;
    padding: 0 8px;
}

.widget_option_07_form_group {
    margin-bottom: 20px;
}

.widget_option_07_form_group label {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
}

.widget_option_07_form_group input {
    width: 100%;
    border-width: 0 0 1px 0;
    height: 50px;
    background-color: transparent;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.widget_option_07_form_group input[type="number"]:not([readonly]) {
    border-bottom-right-radius: 8px;
}

.widget_option_07_form_group input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.widget_option_07_form_group input:focus {
    outline: none;
}

.datepicker-here {
    background: url('../../images/calendar.svg') no-repeat right 10px center / 20px auto;
}

.SERCHW-7 .t-datepicker {
    display: flex;
    max-width: 100%;
}

.SERCHW-7 .t-datepicker-days {
    width: calc(200% - 16px);
    border-radius: 0;
}

.SERCHW-7 .t-check-in,
.SERCHW-7 .t-check-out {
    border: none;
}

.SERCHW-7 .t-dates {
    border-width: 0 0 1px 0;
    height: 50px;
    background: transparent url('../../images/calendar.svg') no-repeat right 10px center / 24px auto;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 12px;
}

.SERCHW-7 .t-dates span:not(:last-child) {
    margin-right: 4px;
}

.widget_option_07_form_group .numberControlBtn {
    position: absolute;
    right: 8px;
    bottom: 1px;
    width: 30px;
    color: transparent;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.25);
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.widget_option_07_form_group .numberControlBtn:after,
.widget_option_07_form_group .numberControlBtn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.75);
}

.widget_option_07_form_group .numberControlBtn:after {
    width: 12px;
    height: 2px;
}

.widget_option_07_form_group .numberControlBtn.inc:before {
    width: 2px;
    height: 12px;
}

.widget_option_07_form_group .numberControlBtn:hover {
    opacity: 0.5;
}

.widget_option_07_form_group .numberControlBtn.inc {
    border-radius: 0 8px 8px 0;
}

.widget_option_07_form_group .numberControlBtn.dec {
    right: 38px;
    border-radius: 8px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.widget_option_07_expand_footer {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.SERCHW-7 .access_code_wrap {
    padding: 0 8px;
    margin-right: 15px;
}

.SERCHW-7 .access_code_wrap label {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-right: 15px;
    margin-bottom: 0;
}

.SERCHW-7 .access_code_wrap input {
    width: 170px;
    max-width: 100%;
    height: 60px;
    background-color: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
}

.SERCHW-7 .access_code_wrap input:focus {
    outline: none;
}

.SERCHW-7 .submit_btn_wrap {
    padding: 0 8px;
    margin-left: auto;
}

.widget_option_07_submit {
    width: auto;
    display: block;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    height: 60px;
    margin: 0 auto;
    padding: 0 30px;
}

.widget_option_07_submit:hover {
    background-color: rgba(255, 255, 255, 0.75);
    color: #222;
}

.SERCHW-7 .childrenInputWrap {
    display: none;
}

.SERCHW-7 .childWrapper {
    display: flex;
    flex-wrap: wrap;
}

.SERCHW-7 .childWrapper>div {
    width: calc(20% - 40px/5);
    margin-right: 10px;
    font-size: 12px;
    margin-top: 8px;
}

.SERCHW-7 .childWrapper>div:last-child {
    margin-right: 0;
}

.SERCHW-7 .childWrapper>div span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.SERCHW-7 .childWrapper>div select {
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url('../../images/select-arrow-white.svg') no-repeat right 5px center / 12px auto;
    padding: 0;
    color: #fff;
    border: none;
    margin-top: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 15px;
    font-weight: 300;
}

.SERCHW-7 .childWrapper>div select:focus {
    outline: none;
}

.SERCHW-7 .childWrapper>div select option {
    color: #000;
}

.SERCHW-7 .w-33 {
    flex: 33.33%;
}

.SERCHW-7 .w-50 {
    flex: 50%;
}

.SERCHW-7 .w-67 {
    flex: 66.67%;
}

@media only screen and (max-width: 1100px) {
    .SERCHW-7 .widget_option_07_main {
        top: 0 !important;
    }

    .SERCHW-7 .widget_option_07_view {
        max-width: none;
        width: 100%;
    }

    .SERCHW-7 .widget_07_close,
    .SERCHW-7 .widget_07_close:focus {
        right: auto;
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .SERCHW-7 .w-67 {
        width: 100%;
        display: block;
    }

    .SERCHW-7 .w-33 {
        width: 100%;
    }

    .SERCHW-7 .widget_option_07_expand_inner,
    .SERCHW-7 .widget_option_07_expand_footer {
        display: block;
    }

    .SERCHW-7 .widget_option_07_wrapper {
        margin: 0;
        padding: 30px;
        width: auto;
        height: auto;
    }

    .SERCHW-7 .widget_option_07_submit {
        width: 100%;
        margin-top: 10px;
    }

    .SERCHW-7 .access_code_wrap {
        margin-right: 0;
    }

    .SERCHW-7 .access_code_wrap label {
        display: block;
    }

    .SERCHW-7 .access_code_wrap input {
        width: 100%;
    }

    .SERCHW-7 .t-datepicker-days {
        width: calc(100% - 16px);
    }
}

@media only screen and (max-width: 680px) {
    .widget_option_07_wrapper .t-datepicker-days .t-table-wrap {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        border-top: solid 1px #999;
    }

    .widget_option_07_wrapper .t-datepicker-days .t-table-wrap:first-child {
        margin-top: 0;
        border-top: none;
    }

    .widget_option_07_wrapper .t-check-out .t-datepicker-day {
        left: 0;
    }

    .widget_option_07_wrapper .t-arrow-top,
    .widget_option_07_wrapper .t-arrow-top::after {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .SERCHW-7 .w-50 {
        width: 100%;
        padding: 0;
    }

    .SERCHW-7 .widget_option_07_form_group label {
        font-size: 14px;
        line-height: 14px;
    }
}

/* widget option 07 style end */
/* input type number field arrow remove */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.hed4-wid6 {
    top: 95px;
}

/*==========================================================*/
.SERCHW-5.header4 {
    top: 120px !important;
}

.SERCHW-5.header5 {
    top: 140px !important;
}

.SERCHW-5.header6 {
    top: 140px !important;
}

.SERCHW-5.header7 {
   /* top: 145px !important;*/
}

.SERCHW-8 .booking_row {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eaeaea;
}

.SERCHW-8 label {
    width: 100%;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #222;
    margin-bottom: 5px;
}

.SERCHW-8 .form-control {
    width: 100%;
    height: 34px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dadada;
}

.SERCHW-8 .t-datepicker {
    max-width: 100%;
}

.SERCHW-8 .t-datepicker .form-control {
    position: relative;
}

.SERCHW-8 .t-datepicker .form-control i {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #dadada;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
}

.SERCHW-8 .t-datepicker .form-control .t-dates {
    display: flex;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 44px;
}

.SERCHW-8 .t-datepicker .form-control .t-dates .t-date-info-title {
    margin: 0;
    margin: 0;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.SERCHW-8 .t-datepicker .form-control .t-dates span {
    line-height: 1;
    margin: 0 5px 0 0;
}

.SERCHW-8 .t-datepicker-day {
    border-radius: 0;
    left: 0;
    top: calc(100% + 5px);
}

.SERCHW-8 .btn-primary {
    background-color: #fad500;
    color: #222;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border-color: #fad500;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.SERCHW-8 .btn-primary:hover {
    background-color: #00c8d1;
    border-color: #00c8d1;
    color: #222;
}
/* For the FAQ Button */
.SERCHW-1 .sticky_widget_faq_toggler {
    text-align: center;
    display: flex;
    position: fixed;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #bc4508;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    bottom: 90px;
    right: 20px;
    border-radius: 50%;
    z-index: 9;
    border: 2px #000 solid;    
}
.SERCHW-2 .sticky_widget_faq_toggler {
    text-align: center;
    display: flex;
    transform: rotate(90deg) translateX(100%);
    position: fixed;
    width: 120px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #f3ab5f;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    top: 360px;
    left: -40px;    
}
.SERCHW-3 .sticky_widget_faq_toggler {
    text-align: center;
    display: flex;
    position: absolute;
    width: 150px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background-color: #f3ab5f;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    top: 0;
    left: 204px;
    border: 3px #eaeaea solid; 
    transform: translateY(-100%);   
}
.SERCHW-4 .sticky_widget_faq_toggler {
    text-align: center;
    display: flex;
    position: absolute;
    width: 280px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #f3ab5f;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    top: -44px;
    left: 15px;
    border-radius: 5px;   
}
.SERCHW-5 .sticky_widget_faq_toggler {
    text-align: center;
    display: flex;
    transform: rotate(-90deg) translateX(-100%);
    position: fixed;
    width: 120px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #f3ab5f;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    top: 233px;
    right: -40px;
    
}
.SERCHW-6 .sticky_widget_faq_toggler {
    text-align: center;
    display: flex;
    transform: rotate(-90deg) translateX(-100%);
    position: absolute;
    width: 120px;
    height: 43px;
    align-items: center;
    justify-content: center;
    background-color: #02B4A2;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    top: 79px;
    right: 88%;
    z-index: 9999;    
}
.SERCHW-7 .sticky_widget_faq_toggler {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 300px;
    background-color: #2980b9;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    bottom: 0;
    z-index: 9999;
    transform: translateY(100%);    
}
/* End */
@media screen and (max-width: 1100px) {
    .SERCHW-8 .booking_row {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .SERCHW-8 .top_row {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .SERCHW-8 .t-datepicker {
        margin-bottom: 15px;
    }

    .SERCHW-8 .booking_row {
        padding: 40px 15px 15px;
    }

    .SERCHW-8 .t-datepicker-day {
        width: calc(100vw - 44px);
    }

    .SERCHW-8 .t-check-out .t-datepicker-day {
        left: auto;
        right: 0;
    }
}

/* Added for Widget Modification */

.SERCHW-5.SERCHW-5a {
    top: 0 !important;
    z-index: 100000;
}

.SERCHW-5.SERCHW-5a .container {
    padding: 0;
}

.search_widgate_modal .modal-content {
    box-shadow: none;
    overflow-y: auto;
}

.search_widgate_modal .modal-body {
    top: auto !important;
}

