
/*carousel starts*/
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

.main_carousel .carousel-control {
    display: none;
}

.carousel_img {
    height: 90vh;
    width: 100%;
}
    /*.banner{
        height: 90vh;
    background: url(../images/banner_2.jpg) no-repeat;
    background-position: top center;
}*/
    .carousel_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
/*.banner-new {
         height: 60vh;
    background: url(../images/banner_new.png) no-repeat;
    background-position: top center;
}*/
/*.trip_select .nav-tabs>li>a:hover {
    border-color: #fff;
}*/
.banner_txt {
    margin-top: 135px;
}

    .banner_txt h2 {
        font-size: 52px;
        font-weight: 600;
        color: #fff;
        line-height: 65px;
        letter-spacing: 2px;
    }

.carousel-indicators {
    top: 40%;
    left: inherit;
    width: inherit;
    padding-left: none;
    margin-left: inherit;
    right: 35px;
    bottom: inherit;
}

    .carousel-indicators li {
        margin: inherit;
        margin-bottom: 15px;
        display: inherit;
        width: 10px;
        height: 10px;
    }

    .carousel-indicators .active {
        width: 10px;
        margin: inherit;
        height: 40px;
        margin-bottom: 15px;
    }
/*carousel end*/

/*header*/
.header_con {
    position: relative;
    width: 1170px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.menu_hem {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 15px;
    top: 15px;
}

    .menu_hem img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.logo {
    width: 200px;
    height: 80px;
}

    .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

header {
    margin-top: 64px;
}
/*.hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000;
}*/
.cross {
    display: none;
    background: none;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 7px 15px 0px 15px;
    color: #999;
    border: 0;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.menu {
    display: none;
    width: 100%;
    background: #f1f1f1;
    z-index: 1000;
    position: absolute;
    top: 55px;
    right: 25px;
}

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .menu li {
        display: block;
        padding: 15px 0 15px 0;
        border-bottom: #dddddd 1px solid;
    }

        .menu li:hover {
            display: block;
            background: #ffffff;
            padding: 15px 0 15px 0;
            border-bottom: #dddddd 1px solid;
        }

    .menu ul li a {
        text-decoration: none;
        margin: 0px;
        color: #666;
    }

        .menu ul li a:hover {
            color: #666;
            text-decoration: none;
        }

    .menu a {
        text-decoration: none;
        color: #666;
    }

        .menu a:hover {
            text-decoration: none;
            color: #666;
        }

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}
/*header end*/
/*bottom part*/
.bottom_sec {
    position: relative;
    width: 1170px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.trip_select {
    margin-top: -120px;
}

    .trip_select .nav li a {
        background-color: #afafaf;
        color: #fff;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        font-size: 18.0px;
        font-weight: 600;
        margin-right: inherit;
        /*color: rgba(103,103,103,1.0);*/
        text-align: left;
        line-height: 24.0px;
        padding: 18px 36px;
    }

    .trip_select .nav-tabs {
        border-bottom: inherit;
    }

        .trip_select .nav-tabs li:first-child a {
            border-radius: 5px 0 0 0;
        }

        .trip_select .nav-tabs li:last-child a {
            border-radius: 0 5px 0 0;
        }

    .trip_select .nav li.active a {
        background-color: #fff;
        color: rgba(103,103,103,1.0);
    }

.trip_cont {
    width: 100%;
    position: absolute;
}

.add_more_btnbox {
    float: left;
    line-height: 47px;
    padding-left: 15px;
    text-align: left;
    padding-bottom: 15px;
}

.filter {
    padding-bottom: 20px;
    padding-top: 20px;
}

.single_trip_inp_box {
    /*height: 105px;*/
    margin-top: -58px;
    border-radius: 0 5px 5px 5px;
    margin-bottom: 60px;
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
}

.height105 {
    /*height: 105px;*/
    height: 84px;
}

.single_trip_inp_box_wh {
    margin-top: -58px;
    border-radius: 0 5px 5px 5px;
    margin-bottom: 60px;
    min-height: 105px;
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
}





.destination_inp, .total_amount {
    /* width: 19%;
    float: left;/*border:1px solid red;*/
    /*height: 100%;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;*/
}

.guest-htl-title {
}

.total_am {
    text-align: center;
    padding: 10px 15px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.destination_inp {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
    /*bottom part end*/
    .destination_inp label, .room_num label, .room_num_n label, .guest label, .total_amount label, .total label, .total_am label, .total_dis label, .payable label {
        color: #9B9B9B;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
    }

.select_cust_btn {
    font-weight: 700;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
    color: #393939;
}

    .select_cust_btn:hover {
        background: none;
    }

.drop_arrow {
    margin-left: 13px;
}

    .drop_arrow img {
        width: 13px;
    }

.destination_inp .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.destination_inp .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: transparent !important;
}

.destination_inp .btn:focus {
    outline: none !important;
}

.dropdown-backdrop {
    display: none;
}

.destination_inp .dropdown-menu {
    min-width: inherit;
    width: 190px;
    /* top: 160%; */
    left: -10px;
    border: inherit;
    border-radius: 0 0 5px 5px;
    top: 45px;
}

.vl {
    /*width: 2px;*/
    float: right;
    top: 30px;
    right: 0;
    position: absolute;
}

    .vl img, .vl1 img {
        width: 2px;        
    }

.vl1 {
    margin-top: 30px;
}

.start_date .form-control {
    border: 0;
    box-shadow: inherit;
    padding: inherit;
    font-weight: 700;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 18px;
    text-transform: capitalize;
    color: #393939;
}

.start_date input[type="text"]::-webkit-input-placeholder {
    color: #393939;
}

.start_date .form-control[readonly] {
    background-color: transparent !important;
}

.start_date .input-group-addon {
    padding: 6px 0;
    font-size: 18px;
    color: #9b9b9b;
    background: inherit;
    border: inherit;
}

.room_num_n {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px; /*  padding-top: 20px;*/
}


.room_num, .guest, .multi_remove {
    width: 50% !important;
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px; /*  padding-top: 20px;*/
}

.multi_trip_inp_box_row .room_num, .multi_trip_inp_box_row .guest, .multi_trip_inp_box_row .multi_remove {
    width: 33.33%;
}

.roomnum_guest {
    display: inline-flex;
}

.room_num .inc-dec-btn {
    float: inherit;
}

.inc-dec-btn {
    float: left;
    display: inline-flex;
}

.pad-rl-0 {
    padding-left: 0;
    padding-right: 0;
}

.inc-dec-btn input {
    background: transparent;
}

.value-btn {
    cursor: pointer;
    font-size: 21px;
    /*color: #959595;*/
    color: #393939;
    padding-left: 5px;
    padding-right: 5px;
}

/*.inc-dec-btn input {
    font-size: 20px;
    width: 30px;
    text-align: center;
    border: 0;
     color: #393939;
}*/

.inc-dec-btn input {
    width: 30px;
    text-align: center;
    border: 0;
    color: #393939;
    font-weight: 700;
    font-size: 18px;
}


.room_num label, .room_num_n label {
    padding-left: 5px;
}

.guest .dropdown-menu {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    min-width: inherit;
    width: 143px;
    top: 150%;
    left: -16px;
    border: inherit;
    border-radius: 0 0 5px 5px;
}

.guest .btn-default:active:hover {
    background-color: inherit;
}

.guest .btn-default:focus {
    background-color: inherit;
}

.guest .btn:active {
    outline: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.guest .btn-default:active {
    background-color: inherit;
}

.guest .open > .dropdown-toggle.btn-default:focus {
    outline: inherit;
}

.guest .inc-dec-btn {
    margin-left: 26%;
}

.guest .dropdown-menu li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .guest .dropdown-menu li:last-child {
        margin-bottom: 0;
    }

.search_inp {
    text-align: center;
    /* width: 237.5px;
    float: left;*/
    /*height: 100%;
    padding-top: 38px;
    padding-left: 32px;
    padding-right: 32px;*/
}

.search_inp_btn {
    width: 100%;
    display: inline-block;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: #FF3E56;
    /*text-decoration: none;
	height: 32px;
	width: 73px;*/
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 84px;
    transition: all 0.3s ease;
}

    .search_inp_btn:hover {
        text-decoration: none;
        color: #fff;
        font-size: 24px;
    }

.destination_cards {
    margin-bottom: 60px;
}

.dest_img {
    border-radius: 5px;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

    .dest_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.dest_desc h3 {
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.dest_desc p {
    color: #9B9B9B;
    font-family: 'CircularStd-Book',Helvetica,Arial,serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
}

.dest_exp_btn {
    padding: 8px 52px;
    border-radius: 2px;
    background-color: #526297;
    font-family: 'CircularStd-Book',Helvetica,Arial,serif;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    display: inline-block;
    margin-top: 24px;
}

a.dest_exp_btn:hover {
    color: #e2e2e2;
    text-decoration: none;
}

.multi_trip_inp_box_row {
    float: left;
    width: 100%;
}

.multi_trip_inp_box {
    border-radius: 0 5px 5px 5px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
}

.addmore_search {
    float: left;
    width: 100%;
    height: 60px;
}

.addmore_btn {
    font-weight: 700;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 18px;
    text-transform: capitalize;
    color: #393939;
    line-height: 32px;
}

.add_more_btn_box {
    width: 200px;
    padding: 10px 32px;
    float: left;
}

.addmore_btn span {
    padding: 1px 6px;
    color: green;
    background: #64A51C;
    color: #fff;
    border-radius: 49.99%;
    font-size: 21px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 12px;
}

.multi_search_btn {
    width: 200px;
    float: right;
    text-align: center;
    padding-bottom: 15px;
}

    .multi_search_btn a {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        background-color: #FF3E56;
        padding: 15px 43px;
        text-align: center;
        line-height: 60px;
        border-radius: 4px;
    }

.remove_row {
    margin-top: 20px;
    margin-left: auto;
    width: 27px;
    background: #E51931;
    border-radius: 49.99%;
    cursor: pointer;
    padding: 4px 10px;
    margin-top: 30px;
    margin-right: auto;
}

    .remove_row a {
        color: #fff;
        font-size: 14px;
    }

.filter-gm_view {
    float: left;
    margin-bottom: 60px;
}

.filter_title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    color: #000;
    text-transform: uppercase;
    float: left;
}

.left_title {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.filter_reset {
    float: right;
}

    .filter_reset a {
        color: #000;
        font-size: 18px;
        line-height: 35px;
    }

.fl-left {
    width: 100%;
    float: left;
}

.left_titles {
    width: 100%;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
/*.filter-gm_view .col-md-3, .filter-gm_view .col-md-9{padding: 0;}*/

/*price range slider css*/
/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

    .irs-slider.single {
    }

    .irs-slider.from {
    }

    .irs-slider.to {
    }

    .irs-slider.type_last {
        z-index: 2;
    }

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 4px;
    top: 45px;
    background: #000;
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 2px;
    top: 45px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #000;
}

.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 36px;
    width: 20px;
    height: 20px;
    border: 5px solid #000;
    background: #fff;
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

    .irs-slider.state_hover, .irs-slider:hover {
        background: #FFF;
    }

.irs-min, .irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #000;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 12px;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(226,226,226,1);
    -moz-box-shadow: 0px 0px 7px 2px rgba(226,226,226,1);
    box-shadow: 0px 0px 7px 2px rgba(226,226,226,1);
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

    .irs-grid-pol.small {
        background: #999;
    }

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}

.min-max_range {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .min-max_range span:first-child {
        font-size: 17px;
        float: left;
    }

    .min-max_range span:last-child {
        font-size: 17px;
        float: right;
    }

.price_range {
    margin-bottom: 40px;
}

/*price range slider css end*/
.sticky_left {
    float: left;
    width: 100%;
    /*   border: 1px solid #e2e2e2;*/
}

.check_group input[type="checkbox"] {
    width: 25px; /*Desired width*/
    height: 25px; /*Desired height*/
}

.check_group {
    display: inline-flex;
    float: left;
    width: 100%;
}

    .check_group p {
        padding-top: 4px;
        font-size: 16px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        color: #000;
        line-height: 25px;
        float: left;
        width: 100%;
        margin-left: 25px;
    }


        .check_group p span {
            font-weight: 700;
        }

.show_more {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    float: left;
    margin-top: 10px;
}

.flexible_date {
    margin-bottom: 40px;
}

.amenities {
    margin-bottom: 40px;
}

.sticky_right {
    float: left;
    width: 100%;
    /*border: 1px solid #e2e2e2;*/
}

.gm_view {
    /*float: left;
    width: 100%;
    margin-bottom: 45px;*/
}

    .gm_view .nav-tabs {
        float: right;
        border-bottom: inherit;
    }

        .gm_view .nav-tabs:active {
            border: inherit;
        }

        .gm_view .nav-tabs > li:hover {
            border: inherit;
        }

        .gm_view .nav-tabs > li > a {
            font-size: 15px;
            line-height: 20px;
            font-weight: 700;
            color: #000;
            font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        }

            .gm_view .nav-tabs > li > a:hover {
                border: 0;
                background: inherit;
            }

            .gm_view .nav-tabs > li > a, .gm_view .nav-tabs > li > a:active, .gm_view .nav-tabs > li > a:hover, .gm_view .nav-tabs > li > a:focus {
                border: none;
            }

    .gm_view li img {
        width: 20px;
        margin-right: 10px;
    }

.gm_view_content {
    width: 100%;
    float: left;
}

.grid_view_content .container, .map_view_content .container {
    width: 100%;
    float: left;
}

.hotel_card {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 32px 8px #e2e2e2;
    -webkit-box-shadow: 0px 0px 32px 8px #e2e2e2;
    -moz-box-shadow: 0px 0px 32px 8px #e2e2e2;
}

.hotel_img {
    height: 240px;
}

    .hotel_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hotel_detail {
    padding: 20px 18px;
}

    .hotel_detail .h_name, .hotel_detail .h_price {
        float: left;
        text-transform: capitalize;
        font-weight: 700;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        font-size: 18px;
    }

    .hotel_detail .h_name {
        width: 65%;
        text-align: left;
    }

    .hotel_detail .h_price {
        width: 35%;
        text-align: right;
        color: #2bbeae !important;
        font-weight: 500 !important;
    }

.h_cate, .h_person {
    color: #9B9B9B;
    float: left;
    font-size: 12px;
    font-weight: 300;
}

.h_cate {
    width: 60%;
    text-align: left;
}

.h_person {
    width: 40%;
    text-align: right;
}

.checked {
    color: orange;
}

.unchecked {
    color: #e2e2e2;
}
/*.grid_view_content .col-md-4{padding-left: 10px;
padding-right: 10px;}*/
.map_img {
    width: 100%;
    height: 900px;
}

    .map_img img {
        width: 100%;
        height: 100%;
    }
/*.map_view_content .col-md-12{
  padding-right: 0;
}*/
.flexible_date_box {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.11);
    -webkit-box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.11);
}

    .flexible_date_box .carousel-control.left, .flexible_date_box .carousel-control.right, .selected_hotel .carousel-control.right, .selected_hotel .carousel-control.left {
        background: inherit;
    }

.left-right-controller {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    float: left;
    width: 100%;
    /* background: red; */
    height: 50px;
    text-align: center;
}

    .left-right-controller .carousel-control {
        width: 30px;
    }

    .left-right-controller .glyphicon-chevron-left, .left-right-controller .glyphicon-chevron-right {
        font-size: 18px;
        color: #000;
    }

    .left-right-controller .title {
        width: 100%;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 700;
        line-height: 30px;
    }

.date_select_row, .date_display_row {
    display: inline;
    padding: 15px;
}

/*.datepi input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    background-color: #fff;
    border: 2px solid #FF3E56;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
}*/


.datepi .rdoactive input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    background-color: #fff;
    border: 2px solid #FF3E56;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
}

.datepi .rdodeactive input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    background-color: #fff;
    border: 2px solid #9B9B9B;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
}


#stylee-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

#stylee-3::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: #928e8e;
}

#stylee-3::-webkit-scrollbar-thumb {
    background-color: #928e8e;
}
/**/
.datepi {
    overflow-x: scroll;
}

    .datepi ul {
        display: inline-flex;
        padding: 8px 0;
        /* display: inline; */
        width: auto;
        float: left;
        list-style: none;
        /* overflow-x: scroll; */
    }

        .datepi ul:first-child {
            border-bottom: 1px solid #e2e2e2;
        }

        .datepi ul:last-child {
            border-top: 1px solid #e2e2e2;
        }

        .datepi ul li {
            width: 100px;
            float: left;
        }

.flexi_date .carousel-control.left, .flexi_date .carousel-control.right {
    background: inherit;
}

.flexi_date {
    width: 100%;
    display: inline-grid;
    margin-bottom: 30px;
    box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.11);
    -webkit-box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.11);
}

.datepi input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #FF3E56;
    border: 2px solid #FF3E56;
    content: '';
    display: inline-block;
    visibility: visible;
}





.date_pick {
    text-align: center;
}

    .date_pick .price {
        font-weight: 600;
        font-size: 13px;
        color: #4d8520;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        margin-top: 5px;
    }

    .date_pick .deactiveprice {
        font-weight: 600;
        font-size: 13px;
        color: #FF3E56;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        margin-top: 5px;
    }


    .date_pick .nights {
        color: #716f6f;
        font-size: 11px;
    }

    .date_pick .date {
        font-weight: 700;
        font-size: 13px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    }

.bor-top {
    border-top: 1px solid #f4f2f2;
}

.bor-bot {
    border-bottom: 1px solid #f4f2f2;
}

.pad-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.selected_hotel {
    padding: 24px;
    box-shadow: 0 -8px 11px 0 rgba(0,0,0,0.11);
}

.selected_hotel_booking_list {
    padding: 24px;
    box-shadow: 0 -8px 11px 0 rgba(0,0,0,0.11);
}

.selected_hotel_card {
    margin-left: 35px;
    position: relative;
    padding: 20px 24px;
    border: 3px solid #E2E2E2;
    border: 3px solid #aaaaaa;
    border-radius: 4px;
    /*background-color: #FFFFFF;*/

}


    .selected_hotel_card .hotel_name, .selected_hotel_card .add_room {
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 700;
        margin-top: 0;
        float: left;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    }

    .selected_hotel_card .hotel_name {
        width: 60%;
        margin-bottom: 5px;
    }

    .selected_hotel_card .add_room {
        width: 40%;
        text-align: right;
        margin-bottom: 0;
    }

    .selected_hotel_card .location {
        color: #9B9B9B;
        font-size: 12px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        font-weight: 700;
        float: left;
        width: 50%;
    }

    .selected_hotel_card .rqst {
        text-align: right;
        float: left;
        width: 50%;
        color: #9B9B9B;
        font-size: 12px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    }

    .selected_hotel_card .status {
        width: 25%;
        float: left;
        margin-top: 35px;
    }

        .selected_hotel_card .status .check {
            color: #393939;
            font-family: 'CircularStd-Black',Helvetica,Arial,serif;
            font-size: 12px;
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 0;
        }

        .selected_hotel_card .status .date {
            color: #393939;
            font-family: 'CircularStd-Black',Helvetica,Arial,serif;
            font-size: 11px;
            margin-top: 0;
            margin-bottom: 0;
        }

    .selected_hotel_card .num {
        left: -18px;
        color: #fff;
        height: 30px;
        padding: 5px;
        width: 30px;
        height: absolute;
        background: #FF3E56;
        position: absolute;
        text-align: center;
        border-radius: 49.99%;
    }

.selected_hotel .next_btn {
    margin-top: 45px;
}

    .selected_hotel .next_btn a {
        line-height: 28px;
        background-color: #253769;
        color: #fff;
        padding: 19px 60px;
        font-size: 22px;
        border-radius: 2px;
    }

.selected_hotel .carousel-control .icon-next {
    line-height: 23px;
    background: #6f6c6c73;
    left: 20px;
}

.selected_hotel .carousel-control .icon-prev {
    line-height: 23px;
    background: #6f6c6c73;
    left: 10px;
}

.back_bt {
    padding: 40px;
    text-align: center;
}

    .back_bt a {
        cursor: pointer;
    }

    .back_bt img {
        width: 32px;
    }

.room_type .single_trip_inp_box {
    margin-bottom: inherit;
    padding-left: 55px;
    padding-right: 55px;
    box-shadow: inherit;
}

.selec_htl_bnr {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.selec_htl_bnr_img {
    width: 100%;
    height: 440px;
    float: left;
}

.selec_htl_bnr img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.selec_htl_bnr .logo {
    position: absolute;
    width: 200px;
    height: auto;
}

.selct_htl_name {
    color: #fff;
    font-size: 52px;
    line-height: 66px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-weight: 700;
}

.selct_htl_name_tgline {
    color: #fff;
    font-size: 30px;
    line-height: 24px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}

.guest-htl-title {
    margin-top: 100px;
    float: left;
}

.guest-htl-title-confirm {
    margin-top: 100px;
    float: left;
}
/*.fb-goo-sign .col-md-6{
    padding-right: 0;
    padding-left: 0;
}*/
.mar-top-40 {
    margin-top: 40px;
}

.mar-top-30 {
    margin-top: 20px;
}

.room_policy_btn a {
    font-size: 16px;
    font-weight: bold;
    color: #64A51C;
    line-height: 24px;
}

.room_detail {
    margin-bottom: 40px;
}

.cancel_policy_btn a {
    color: #FF3E56;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.room_type_list {
    margin-bottom: 40px;
    position: relative;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.11);
}

    .room_type_list .room_img {
        width: 100%;
        height: 184px;
        float: left;
        border-radius: 2px;
        -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,0.11);
        -moz-box-shadow: 0 4px 16px 0 rgba(0,0,0,0.11);
        box-shadow: 0 4px 16px 0 rgba(0,0,0,0.11);
        overflow: hidden;
    }

        .room_type_list .room_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    /*.room_type_list .room_details{
  width: 34%;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
}*/
    .room_type_list .room_details h3 {
        font-size: 22px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        font-weight: 700;
        color: #666666;
        text-transform: capitalize;
        line-height: 32px;
        margin: 0;
    }

    .room_type_list .room_details p {
        font-size: 14px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        color: #666666;
        text-transform: capitalize;
        line-height: 18px;
        word-wrap: break-word;
        margin-bottom: 26px;
    }

    .room_type_list .room_details .stars {
        float: left;
    }

    .room_type_list .room_details .rating_review {
        float: right;
    }

        .room_type_list .room_details .rating_review span {
            padding-left: 5px;
            padding-right: 5px;
            font-size: 14px;
            line-height: 18px;
            font-weight: 700;
            font-family: 'CircularStd-Black',Helvetica,Arial,serif;
            color: #666666;
        }

    .room_type_list .v_line {
        margin-top: 3%;
        float: left;
        width: 2px;
        height: 124px;
        padding-top: 3%;
    }

        .room_type_list .v_line img {
            width: 100%;
            height: 100%;
            margin-top: 20px;
        }

    .room_type_list .web_price_list {
        float: left;
        width: 100%;
    }

        .room_type_list .web_price_list .web_price_card {
            height: 175px;
            margin-left: 7px;
            margin-right: 7px;
            overflow-y: scroll;
            width: calc(100% - 18px);
            text-align: center;
            float: left;
            padding: 9px 26px;
            transition: all ease 0.3s;
        }

.web_price_card::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #fff;
}

.web_price_card::-webkit-scrollbar {
    width: 6px;
    background-color: #e2e2e2;
}

.web_price_card::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #e2e2e2;
}

.web_price_card ul {
    list-style: none;
    padding: 0;
}

.room_type_list .room_details {
    margin-top: 10px;
}

.web_price_card ul li {
    border-radius: 4px;
    padding: 8px 10px;
    transition: all ease 0.3s;
    margin-bottom: 5px;
}

    .web_price_card ul li:hover {
        background-color: #E5F2F6;
    }

.room_type_list .web_price_list .web_price_card p {
    margin: 0;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}

.web_price_card > ul > li:hover p {
    color: red;
}

.room_type_list .web_price_list .web_price_card h5 {
    margin-bottom: 0;
    margin-top: 5px;
    color: #666666;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
}
/*.room_type_list .web_price_list .web_price_card:hover p{
  color: #4A90E2;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
font-family:'CircularStd-Black',Helvetica,Arial,serif;
}*/
/*.room_type_list .web_price_list .web_price_card:hover h5{
  margin-bottom: 0;
  margin-top: 5px; 
  color: #4A90E2; 
font-family:'CircularStd-Black',Helvetica,Arial,serif;
  font-size: 16px;  
  font-weight: 700; 
  line-height: 12px;}*/
.room_type_list .best_price {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 22px;
}

.pad-l-0 {
    padding-left: 0;
}

.room_type_list .best_price h3 {
    color: #393939;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}

.room_type_list .best_price h4 {
    color: #393939;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}

.room_type_list .best_price p {
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #666666;
}

.room_type_list_Card {
    margin-bottom: 10px;
}

.room_type_list .option {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    line-height: 32px;
}

.room_type_list .service_details {
    width: 100%;
    float: left;
    padding: 20px;
}

.service_details ul li {
    margin-bottom: 5px;
    font-size: 14px;
    list-style: none;
    font-weight: bold;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    color: #666666;
    text-transform: capitalize;
}

.service_details ul {
    margin-bottom: 0;
    float: left;
    padding: 0;
}

    .service_details ul li img {
        width: 18px;
        margin-right: 5px;
    }

.demand {
    width: 100%;
    float: left;
    padding: 20px;
}

    .demand h5 {
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .demand .bdeal {
        color: #64A51C;
    }

    .demand .dem {
        color: #CA4A30;
    }

    .demand p {
        font-size: 14px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        color: #666666;
    }

.select_btn {
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
}

    .select_btn .select-inc-dec-btn {
        display: inline-flex;
        background-color: #64A51C;
        border-radius: 2px;
        padding: 3px 10px;
    }

    .select_btn .select-inc-dec-btn-pax {
        display: inline-flex;
        background-color: #64A51C;
        border-radius: 2px;
        padding: 3px 10px;
    }

    .select_btn h4 {
        font-size: 18px;
        color: #393939;
        font-weight: 700;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    }

    .select_btn p {
        color: #666666;
        font-size: 12px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        margin-bottom: 20px;
    }

.mar-bot-40 {
    margin-bottom: 40px;
}

.select-inc-dec-btn input {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    width: 90px;
    text-align: center;
    border: 0;
    background: transparent;
}

.select-inc-dec-btn-pax input {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    width: 50px;
    text-align: center;
    border: 0;
    background: transparent;
    padding-left:20px;
}

.room_type_list .value-btn {
    color: #fff;
}

.hr_lin {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    height: 2px;
    background: #ebebeb;
}

.room_type_list .discount {
    font-size: 12px;
    padding: 6px;
    color: #fff;
    right: 0;
    top: 15px;
    position: absolute;
    height: 26px;
    width: 40px;
    border-radius: 4px 0 0 4px;
    background-color: #CA4A30;
}

.nearbuy {
    margin-bottom: 40px;
}

.review .review_detail {
    float: left;
    width: 100%;
    padding: 23px;
    background-color: rgba(216,216,216,0.3);
    border-radius: 4px;
    margin-bottom: 20px;
}

    .review .review_detail p {
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        font-size: 14px;
        line-height: 18px;
        color: #666666;
    }

input[type="checkbox"] {
    background: #fff !important;
    border: #7f83a2 1px solid;
}

.guest-info {
    padding-left: 0;
    padding-right: 0;
}

    .guest-info .single_trip_inp_box {
        padding-left: 115px;
        padding-right: 115px;
        margin-bottom: 40px;
    }

.total_am p {
    margin-top: 8px;
    font-size: 18px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-weight: 700;
    color: #FF3E56;
}

.sign_in_btn {
    line-height: 40px;
    font-weight: 700;
    font-size: 16px;
    background-color: #64A51C;
    border-radius: 2px;
    color: #fff;
    padding: 11px 16px;
}

.add_guest_inf h1 {
    margin-top: 60px;
    color: #393939;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    margin-bottom: 30px;
}

.add_guest_inf .sign_inn {
    float: left;
    height: 40px;
}

.add_guest_inf .fb_signn, .add_guest_inf .google_signn {
    height: 40px;
    width: 232px;
    float: right;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}

.add_guest_inf {
    margin-bottom: 60px;
}

    .add_guest_inf .fb_signn img, .add_guest_inf .google_signn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .add_guest_inf h3 {
        color: #393939;
        font-size: 22px;
        font-weight: 700;
        line-height: 40px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        float: left;
        width: 100%;
    }

.basic_detail_form {
}

    .basic_detail_form label {
        color: #9B9B9B;
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        width: 100%;
    }
    /*.basic_detail_form .title{
  
  float: left;
}*/
    /*.basic_detail_form .f_name, .basic_detail_form .l_name{
  padding-left: 10px;
  padding-right: 10px;
  float: left;
width: 40%;}*/
    .basic_detail_form input {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        height: 45px;
        padding: 10px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        text-transform: capitalize;
    }

    .basic_detail_form select {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        height: 45px;
        padding: 10px;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        text-transform: capitalize;
    }
/*.basic_detail_form .email{
  float: left;width: 100%;
  padding-right: 10px;
}*/
/*.basic_detail_form .rew_num{
  float: left;
  width: 50%;
  padding-right: 10px;
}*/
.hr_line {
    float: left;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin-top: 25px;
    margin-bottom: 15px;
}

.guest-info-display .hr_line {
    margin-top: inherit;
}
/*.basic_detail_form .country{
  float: left;
  width: 50%;
  padding-right: 10px;
}*/
/*.basic_detail_form .addrs{
  float: left;
 width: 50%;
 padding-right: 10px;
 padding-left: 10px;
}*/
.basic_detail_form .db_num {
    float: left;
    width: 100%;
    padding-right: 10px;
}
/*.basic_detail_form .exmonth{float: left;
width: 50%;
padding-right: 10px;}
.basic_detail_form .exyear{float: left;
width: 50%;
padding-right: 10px;
padding-left: 10px;}*/
/*.basic_detail_form .cvv{
  float: left;
  width: 20%;
  padding-right: 10px;
}*/
.payment_gw_img {
    float: left;
}

.cancel_pol {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}

.payment_gw_img img {
    width: 100%;
}

.basic_detail_form .cancel_pol {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}

.book_nw_btn {
    width: 100%;
    border-radius: 2px;
    background-color: #FF3E56;
    padding: 16px;
    border: 0;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-weight: 700;
    margin-top: 45px;
}

.guest-info .single_trip_inp_box {
    height: inherit;
}

.hor_lin {
    background: #ebebeb;
    height: 2px;
    width: 94%;
    float: left;
    margin-top: 20px;
}

.blnk {
    float: left;
    width: 70%;
}

.single_trip_inp_box .total_dis {
    width: 11%;
    float: left;
    height: 100%;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
}

.total_dis p {
    font-weight: 700;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    color: #393939;
    font-size: 18px;
}

.single_trip_inp_box .payable {
    width: 19%;
    float: left;
    height: 100%;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
}

.payable p {
    font-size: 28px;
    font-weight: 700;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    color: #FF3E56;
}

.booking_confirm .single_trip_inp_box {
    box-shadow: inherit;
    margin-bottom: 20px;
}

.confirmation {
    color: #9B9B9B;
    font-family: "Circular Std";
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.modify-btn {
    height: 56px;
    width: 100%;
    padding: 17px 88px;
    color: #fff;
    font-size: 18px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    background-color: #FF3E56;
    border: 0;
    border-radius: 2px;
}

.prnt-mod-btn {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.detail_listt {
    list-style: none;
    padding: 0;
    float: left;
}

    .detail_listt li {
        float: left;
        font-size: 12px;
        color: #393939;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        text-transform: capitalize;
    }

.detail_list {
    list-style: none;
    padding: 0;
    float: left;
}

    .detail_list li {
        font-size: 12px;
        color: #393939;
        text-transform: capitalize;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    }

.print-booking-btn {
    width: 100%;
    height: 56px;
    padding: 17px 50px;
    font-size: 18px;
    color: #fff;
    font-size: 18px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    background-color: #64A51C;
    border: 0;
    border-radius: 2px;
}

.pad-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.booking_confirm {
    margin-top: 30px;
}

.single_trip_inp_area {
    padding-left: 15px;
    padding-right: 15px;
}


.multi_trip_inp_area_n {
    padding-left: 15px;
    padding-right: 15px;
}

.selected_htl_float {
    /*display: none;*/
    box-shadow: 0px 0px 12px 2px #c1bebe;
    -moz-box-shadow: 0px 0px 12px 2px #c1bebe;
    -webkit-box-shadow: 0px 0px 12px 2px #c1bebe;
    z-index: 999999;
    border-radius: 49.9%;
    bottom: 162px;
    right: 15px;
    position: fixed;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

    .selected_htl_float:hover {
        text-decoration: none;
        color: #FFFFFF;
        background: green;
    }

.filter_float {
    /*display: none;*/
    box-shadow: 0px 0px 12px 2px #c1bebe;
    -moz-box-shadow: 0px 0px 12px 2px #c1bebe;
    -webkit-box-shadow: 0px 0px 12px 2px #c1bebe;
    z-index: 999999;
    border-radius: 49.9%;
    bottom: 108px;
    right: 15px;
    position: fixed;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

    .filter_float:hover {
        text-decoration: none;
        color: #FFFFFF;
        background: green;
    }

.home_float {
    /*display: none;*/
    box-shadow: 0px 0px 12px 2px #c1bebe;
    -moz-box-shadow: 0px 0px 12px 2px #c1bebe;
    -webkit-box-shadow: 0px 0px 12px 2px #c1bebe;
    z-index: 999999;
    border-radius: 49.9%;
    bottom: 55px;
    right: 15px;
    position: fixed;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

    .home_float:hover {
        text-decoration: none;
        color: #FFFFFF;
        background: green;
    }

.filter_float img {
    width: 22px;
}

.selected_htl_float a, .filter_float a, .home_float a {
    line-height: 50px;
    height: 100%;
    text-align: center;
    width: 100%;
    background: #f92d47;
    display: inline-block;
}

.float_empty a{    
    background: #808080;    
}

.select_hotel_flist {
    margin-top: 30px;
    margin-bottom: 60px;
}

    .select_hotel_flist .bck-nxt-btn, .resp-filter .bck-nxt-btn {
        background: #FF3E56;
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 40px;
        text-align: center;
        border-radius: 2px;
    }

.bottom-fix {
    position: fixed;
    bottom: 60px;
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.filterr {
    margin-bottom: 83px;
    padding: 20px 15px;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    border: 1px solid #e2e2e2;
    /* height: 83vh; */
    margin-top: 20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
}

.guest-info-display {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.11);
}

.room_detail h1 {
    color: #393939;
    font-size: 32px;
    font-weight: bold;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    line-height: 40px;
}

.checkin-out {
    padding: 0;
    margin-top: 25px;
    list-style: none;
}

.room_detail .checkin-out li {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}

    .room_detail .checkin-out li span {
        color: #6b6b6b;
    }

.stay-billing-detail h3 {
    color: #393939;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.stay-billing-detail .room_num {
    width: 100%;
    text-align: inherit;
    padding: 10px 0px;
}

.billing_det {
    padding: 0;
    list-style: none;
}

    .billing_det .price, .promo .price {
        color: #393939;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        color: #393939;
        font-size: 18px;
        font-weight: bold;
        line-height: 23px;
    }

.promo .norn {
    color: #9B9B9B;
    font-weight: 300;
    margin-left: 5px;
    float: right;
}

.t_amount {
    color: #393939;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.t_amount_value {
    line-height: 45px;
    font-size: 18px;
    color: #9B9B9B;
    font-weight: 300;
    margin-left: 5px;
    float: right;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}
/*checkbox*/
.pick_title {
    font-size: 22px;
    color: #393939;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-weight: 700;
}

.stick-top {
    position: sticky;
    top: 10px;
}

.cancel_policy_close {
    padding: 10px 60px;
    border-radius: inherit;
    background-color: #64A51C;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .cancel_policy_close:hover {
        color: #fff;
    }

#cancel_policy .modal-content {
    border-radius: inherit;
}

#cancel_policy .modal-dialog {
    width: 100%;
}

.room_gallery {
    width: 100%;
    height: 140px;
}

    .room_gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.img_gallery_caro .item .col-md-4 {
    padding-right: 10px;
    padding-left: 10px;
}

#cancel_policy .modal-footer {
    text-align: center;
}

.cancel_policy_title {
    font-size: 22px;
    color: #666666;
    line-height: 32px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-weight: 700;
}

.pick-addition {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 20px 40px;
    background: #F1F1F1;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 23px 2px #e2e2e2;
    -webkit-box-shadow: 0px 0px 23px 2px #e2e2e2;
    -moz-box-shadow: 0px 0px 23px 2px #e2e2e2;
}

    .pick-addition ul {
        list-style: none;
        float: left;
        width: 100%;
        padding: 0;
    }

        .pick-addition ul li {
            margin-bottom: 10px;
            line-height: 32px;
        }

.checkbox-button__label {
    font-size: 14px;
    color: #64A51C;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    right: 65px;
}

.checkbox-button {
    cursor: pointer;
    display: inline;
}

.pick-addition input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.pick-addition input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control {
    float: right;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: #64A51C;
    color: #017b5f;
    /*border: 2px solid #666;*/
}

.checkbox-button__input:checked + .checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #64A51C;
}


.checkbox-button__input + .checkbox-button__control:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.checkbox-button__input:checked + .checkbox-button__control {
    border-color: #01a982;
}

.checkbox-button__control {
    transform: scale(0.75);
}

/*checkbox*/
.discou {
    color: #9B9B9B;
    font-weight: 300;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 18px;
    line-height: 23px;
}

.discount_value {
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    float: right;
}

.promo {
    margin-top: 20px;
}

.billing_det .norn {
    color: #9B9B9B;
    font-weight: 300;
    margin-left: 5px;
}

.billing_det .price_value {
    float: right;
}

.stay-billing-detail {
    -moz-box-shadow: 0px 0px 23px 2px #e2e2e2;
    -webkit-box-shadow: 0px 0px 23px 2px #e2e2e2;
    box-shadow: 0px 0px 23px 2px #e2e2e2;
}

.edit-selection a {
    background-color: #64A51C;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
}

.stay-billing-detail-box {
    padding: 30px;
}

.bill-booknow a {
    background-color: #FF3E56;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
}

.pick_service {
    font-size: 14px;
    color: #64A51C;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    text-transform: capitalize;
    font-weight: bold;
    margin-left: 10px;
}

.room_detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room_detail_img {
    height: 140px;
}

.room_detail_caro {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .room_detail_caro .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

.room_detail h4 {
    font-size: 16px;
    color: #393939;
    font-weight: bold;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}

.room_detail p {
    font-size: 12px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
}


/*custom check box*/

/*custom check box end*/

.nearbuy p, .amenities p {
    text-transform: lowercase;
}

    .nearbuy p::first-letter {
        text-transform: uppercase;
    }

    .amenities p::first-letter {
        text-transform: uppercase;
    }

.search-btn-sm {
    display: none;
}

.search-btn-bg {
    display: block;
}

.slider-index-sm {
    display: none;
}

.or-spacer {
    margin-top: 37px;
    width: 400px;
    position: relative;
}

.grid_map .or-spacer {
    margin-top: 50px;
    width: 100%;
    position: relative;
}

.or-spacer .mask {
    overflow: hidden;
    height: 20px;
}

    .or-spacer .mask:after {
        content: '';
        display: block;
        margin: -25px auto 0;
        width: 100%;
        height: 25px;
        border-radius: 125px / 12px;
        box-shadow: 0 0 8px black;
    }


.or-spacer span {
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #999;
    background: white;
}

    .or-spacer span i {
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: 4px;
        right: 4px;
        border-radius: 100%;
        border: 2px outset lightslategray;
        text-align: center;
        line-height: 40px;
        font-style: normal;
        font-weight: 600;
    }



.room_details li {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
