﻿
.modify_rectengle {
    box-sizing: border-box;
    border-radius: 0px;
    padding: 7px;
    margin-bottom: 20px;
    border: 1px solid #E7E7E7;
}
.stick {
    position: absolute;
    background: var(--primary-color);
    padding: 5px;
    color: #fff;
    border-radius: 0px 0px 0px 5px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    top:0;
    right:0;
}
.supplier_name{
    position: relative;
    background: var(--primary-color);
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    max-width:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 0;
    right: 0;
 white-space:nowrap;  
 line-height:23px; 
  width:fit-content;
}
.rich-datepicker-wrap input {
    background: #FAFAFA;
}
.search_input {
    height: 45px;
    width: 100%;
    color: #7D7D7D;
    padding: 0px 8px 0px 30px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
    border: none;
    appearance: none;
    line-height: 45px;
    background: #FAFAFA;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 4px;
}

.lbl_up {
    max-width: 100%;
    font-size: 12px;
    position: absolute;
    padding-left: 8px;
    color: #94AFAF;
    top: 7px;
    z-index: 1;
    font-weight: normal;
    white-space: nowrap;
    display: none;
}
/*modify icon*/
.drop_icon {
    width: 20px;
    height: 20px;
    pointer-events: none;
    position: absolute;
    top: 12px;
    left: 8px;
    z-index: 1;
}

.going_location, .down_location, .from_location {
    background-position: -65px -5px;
}
.clock_time {
    background-position: -634px -8px;
    background-color: transparent;
    border: none;
}
.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
    opacity: 0;
}
.down_checkin {
    background-position: -96px -5px;
}

.down_class {
    background-position: -270px -7px;
}

.down_adult {
    background-position: -386px -427px;
}

.down_markup {
    background-position: -602px -8px;
}

.down_moon {
    background-position: -132px -5px;
}

.down_nationalty {
    background-position: -188px -5px;
}

.Luggage_icon {
    background-position: -483px -208px;
}

.down_room {
    background-position: -161px -4px;
}

.down_time {
    background-position: -712px -5px;
}



.rating ul {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    line-height: 20px;
    align-items: center;
    column-gap: 2px;
}

.rating li:not(:checked) > input {
    top: -9999px;
    position: fixed !important;
}

.rating li:not(:checked) > label {
    position: relative;
    cursor: pointer;
    text-transform: none;
    height: 24px;
    width: 35px;
    background: #F0F2F5;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

#star-filter .rating li:not(:checked) > label {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 3px;
    color: #FFA800;
    line-height: 14px;
}

.rating li label span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

#star-filter .rating li label span {
    left: 7px;
}

.rating li > input:checked ~ label .fa-star-o {
    color: #ffffff;
}

.rating li > input:checked ~ label {
    background-color: #000000;
}

.fa-star-o:before {
    content: "\f006";
}

.rating li > input:checked ~ label span {
    color: #ffffff;
}

.rating li i.fa.fa-star-o {
    position: relative;
    color: #DDDDDD;
    font-size: 15px;
}

#star-filter .rating li i.fa.fa-star-o {
    left: 2px;
}

.rating_new li:not(:checked) > label:hover {
    color: var(--primary-color);
}
/*side filter*/

.search_button {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    background: var(--primary-color);
    border-radius: 3px;
    width: 100%;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-style: normal;
    max-width: 100%;
    line-height: 40px;
}

.map_view {
    display: block;
    margin: 0px 0 20px 0;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
}

    .map_view a {
        position: absolute;
        padding: 7px 4px;
        width: 128px;
        display: block;
        margin: 0 auto;
        left: 0;
        background: #ffffff;
        right: 0;
        text-align: center;
        top: 30px;
        cursor: pointer;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        box-sizing: border-box;
        border-radius: 3px;
    }

    .map_view img {
        width: 100%;
        border: 1px solid #E7E7E7;
        border-radius: 2px;
    }

    .map_view a:hover {
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }




.filters-container{
    margin-top: 30px;
}
.filter_div_all {
    padding: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
}

.sidebar-item {
    display: block;
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #E7E7E7;
    padding: 10px;
}

.filter_div_all .sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-item .filter_text {
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    display: flex;
    width: 100%;
    color: var(--hover-text-color);
    text-transform: capitalize;
    background: #fff;
    padding: 0px;
    align-items: center;
    justify-content: space-between;
}
.sidebar-item a .fa-angle-up {
    font-size: 23px;
   
}
.Search_Your_Hotel {
    position: relative;
}

    .Search_Your_Hotel input {
        width: 100%;
        height: auto;
        padding: 13px;
        border: 1px solid #DBDBDB;
        box-sizing: border-box;
        border-radius: 4px;
    }

.item-filter {
    position: relative;
    margin-top: 10px;
}

.filter_block {
    padding: 0px;
}

.hotel-sear-panI, .search_cancel {
    font-size: 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    text-align: center;
    padding: 14px;
    background: #000;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    cursor: pointer;
}

.search_cancel {
    padding: 18px;
    line-height: 12px;
    font-size: 23px;
    font-weight: 500;
    background: var(--primary-color);
    top: 0;
    right: 0;
}

.fa-search:before {
    content: "\f002";
}

.padding_none {
    padding: 0px;
}

.rating .filters-option {
    margin-bottom: 0px;
    padding-left: 0px;
    flex-direction: row;
}
/*price slider*/
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: var(--primary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    height: 100%;
}

.ui-slider.ui-widget-content {
    background: rgba(13,71,155,.2);
    border-radius: 6px;
    height: 4px;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    width: 95%;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #F2ED39;
    margin-left: 0;
    top: -4px;
}
.min_height50{
    min-height:50px;
}
.min-price-label, .max-price-label {
    padding: 2px 5px;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
}

ul.filters-option, .arrow {
    padding-left: 0px;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}
.input_check_box label {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #66626A;
    text-align:left;
}

.check-square {
    margin-bottom: 0px;
}

    .check-square li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #000;
        position: relative;
        display: flex;
        cursor: pointer;
        align-items: center;
        gap: 7px;
    }

  
       
        .check-square li a:before, .check-square .input_check_box label::before {
            font-family: FontAwesome;
            content: "\f00c";
            background: none;
            color: var(--primary-color);
            font-size: 14px;
            border: 2px solid var(--primary-color);
            padding: 0;
            left: 0;
            position: relative;
            text-align: center;
            font-weight: normal;
            color: #fff;
            border-radius: 3px;
            height: 18px;
        }

        .check-square li.active a:before, .check-square .input_check_box input:checked ~ label:before {
            background: #ffffff;
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
        }
        .fa-long-arrow-right:before {
    content: "\f178";
}
        .arrow li a:before{
            display:none;
        }
.fa-angle-up:before {
    content: "\f106";
}

.collapsed .fa-angle-up:before {
    content: "\f107";
}



/*side bar end*/
.modify_button {
   background: var(--primary-color);
    border-radius: 4px 4px 0px 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0px 15px;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

  .modify_button.collapsed {
        background: #000;
    }

ul.filter_short {
    display: flex;
    padding-left: 0;
    overflow: auto;
    justify-content: flex-start;
}

    ul.filter_short li {
        margin-right: 20px;
    }

        ul.filter_short li:last-child {
            margin-right: 0px;
        }

    ul.filter_short > li > a, ul.filter_short > li > select {
        padding: 5px 20px;
        border-radius: 3px;
        cursor: pointer;
        display: block;
        color: #1E1E1E;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        line-height: 18px;
        border:1px solid var(--primary-color)
    }

        ul.filter_short > li > a.sortby_select, .sortbyfilter:hover {
            border: 1px solid var(--primary-color);
            background: var(--primary-color);
            color: #fff !important;
        }


/*list block*/
.hotel_list_block, .rentcar_list_block {
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin-bottom: 25px;
    color: #000;
    display: block;
    position: relative;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
}

    .hotel_list_block img {
        min-height: 210px;
        object-fit: cover;
        max-height: 182px;
        border-radius: 0;
        width:100%;
    }

.datepicker-wrap .ui-datepicker-trigger {
    min-height: 10px;
}

.rentcar_list_block img {
    object-fit: contain;
    max-height: 125px;
    margin: 0 auto;
}

.hotel_list_block > div {
    display: flex;
}

.prodct_name,.prodct_name a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin: 5px 0;
}

.price_seaction {
    min-height: 210px;
    text-align: right;
    position: relative;
    border-left: 1px solid #e5e5e5;
}

.select_box select, .select_box input {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px 0px 3px;
    width: 100%;
    color: #000;
    font-size: 13px;
}

.price_includes_rentcar {
    height: 230px;
}

.price_seaction ul {
    padding-left: 0px;
    font-size: 12px;
    font-weight: 500;
}

.main_price_div {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 35px;
    position: absolute;
    right: 20px;
    bottom: 70px;
}

    .main_price_div > span:first-child {
        margin-right: 5px;
    }
   .review_div {
    display: flex;
    justify-content: end;
    gap: 10px;
    font-size: 17px;
    align-items: center;
    color: #00b087;
    padding-top: 10px;
    padding-right: 20px;
}
.trip_reting_block {
    background: #00B087;
    border-radius: 0px 4px;
    padding: 0px 7px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
.hotel_list_block .review_count_trip img {
    height: 12px;
    width: auto;
    max-height: 12px;
    object-fit: contain;
    min-height: 12px;
}
.trip_img {
    padding-right: 20px;
    padding-top: 5px;
}
.trip_adwiser_icon {
    width: 38px;
    height: 24px;
    float: left;
    background-position: -142px -79px;
}

.total_night_div {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: normal;
}

.book_button {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding: 11px 30px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: var(--secondary-color);
    border-radius: 5px;
    color: #fff;
    line-height: 21px;
    text-transform: uppercase;
}

    /*.book_button:hover {
        background: var(--hover-text-color);
    }*/
.priceline{
    display:block;
    color:var(--primary-color);
}
.meal_book_btn {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    border-radius: 3px;
    padding: 8px 15px;
    cursor: pointer;
    position: relative;
    display: block;
    width: 150px;
    float: right;
}

.place {
    display: block;
    color: #FFA800;
    font-size: 13px;
    letter-spacing: 3px;
}

.fa-star:before {
    content: "\f005";
}

.hotel_Adderss {
    font-weight: normal;
    font-size: 14px;
    color: #828282;
    margin-bottom: 5px;
    display: -webkit-box;
    padding-left: 21px;
    position: relative;
   
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Adderss_icon, .impotrant_info_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    float: left;
    left: 0;
}

.Adderss_icon {
    background-position: -65px -5px;
}
.list_car_icon {
    background-position: -753px -7px;
}
.duration_icon {
    background-position: -634px -9px;
}

.impotrant_info_block {
    color: #27bc5a;
    margin-bottom: 5px;
    font-weight: 500;
}

.impotrant_info_icon {
    background-position: -724px -8px;
}

.property_block {
    display: inline-block;
    padding: 2px 5px;
    background: #F2F2F2;
    border-radius: 2px;
}

.property_icon {
    width: 18px;
    height: 18px;
    position: relative;
    float: left;
    background-position: -611px -10px;
}

.service {
    padding-left: 0;
    display: flex;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    align-items: center;
    column-gap: 30px;
}

    .service > li {
        padding: 4px 5px;
        width: 40px;
        font-size: 12px;
        color: #2CAEAA;
        cursor: pointer;
        background: #FFF2E6;
        border: 1px solid #BD732B;
        box-sizing: border-box;
        border-radius: 3px;
        margin-bottom: 0px;
    }

        .service > li:hover {
           border: 1px dashed var(--primary-color);
        }

       
    .service .service_icon {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        display: block;
    }

.facility_icon {
    background-position: -46px -139px;
}

.decrip_icon {
    background-position: -4px -139px;
}

.map_icon_des {
    background-position: -85px -139px;
}

.streeview_icon {
    background-position: -125px -139px;
}

.timing_icon {
    background-position: -168px -139px;
}

.includ_icon {
    background-position: -207px -139px;
}

.use_full_icon {
    background-position: -287px -139px;
}

.progress {
    margin: 10px 0px;
}
/*side pannel*/
.body_overfl {
    overflow: hidden !important;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

    .cd-panel.is-visible::after {
        background: rgba(0,0,0,.6);
        -webkit-transition: background .3s 0s;
        -moz-transition: background .3s 0s;
        transition: background .3s 0s;
        content: '' !important;
    }

.cd-panel {
    z-index: 999;
    position: fixed;
    visibility: hidden;
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    transition: visibility 0s .6s;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}


.cd-panel-container {
    box-shadow: 0 12px 27px 7px #000;
    width: 70%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}



.cd-panel::after {
    position: absolute;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.c_pnl_head {
    display: flex;
    width: 100%;
    font-size: 18px;
    padding: 0px;
    background: var(--primary-color);
    color: #fff;
    position: relative;
    line-height: 40px;
}

.cd-panel-close1 {
    color: var(--primary-color);
    background: #fff;
    font-size: 20px;
    position: relative;
    padding: 0px 18px;
    top: 0;
}

.c_pnl_head .title_dr {
    padding: 0px 10px;
}

.tab-container.style1 {
    padding: 0px;
    position: relative;
}

ul.listmenu {
    padding: 10px 10px;
    display: flex;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 19px 22px 0 rgb(53 64 90 / 6%);
    box-shadow: 0 19px 22px 0 rgb(53 64 90 / 6%);
    overflow: auto;
}

    ul.listmenu li a {
        color: #000;
        white-space: nowrap;
    }

    ul.listmenu .active a {
        color: var(--primary-color);
    }

    ul.listmenu > li + li {
        margin-left: 15px;
    }

.tabinfodetails {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 120px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 10px;
    box-shadow: -1px 2px 4px -1px #b7b7b7;
    color: #000;
}
.mybuletsincl li:before,.removeInline ul li:before {
    color: #1DBA65;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 1em;
    margin-right: 8px;
}
.pnltitlesub {
    font-size: 15px;
    font-weight: 500;
    color: #5a5a5a;
    background: #F8F8F8;
    padding: 5px;
}

.hotel_Description {
    display: table;
    width: 100%;
}

.data_inside {
    padding: 10px;
    min-height: 80vh;
}

    .data_inside ul {
        padding-left: 0px;
    }

.tab_data {
    border: 1px solid #f8f8f8;
    margin-bottom: 15px;
}

.hotel_Description .table-cell {
    display: table-cell;
    vertical-align: top;
    float: none;
    border-bottom: 1px solid #f8f8f8;
    padding: 5px;
    border-right: 1px solid #f8f8f8;
}

.hotel_tooltip_min {
display: flex;
line-height: 20px;
margin-bottom: 15px;
position: relative;
min-height: 40px;
max-height: 40px;
}
.hotel_tooltip_min img {
height: 15px;
margin-top: 3px;
}
.price_includes_rentcar .hotel_tooltip_min {
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    width: 100%;
}

.price_includes_rentcar .fa-question-circle {
    padding-left: 5px;
}

.title_aminitis {
    margin-left: 10px;
}

.hoteltooltip_info {
    background: rgba(0, 0,0, 0.57);
    bottom: 100%;
    color: #fff;
    display: block;
    border-radius: 4px;
    left: 10px;
    opacity: 0;
    max-width: 197px;
    padding: 6px;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-size: 12px;
    line-height: 14px;
    pointer-events: none;
    text-align: center;
    margin-bottom: 20px;
}

.hotel_tooltip_min:hover .hoteltooltip_info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.hotel_tooltip_min .hoteltooltip_info::after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #6e6e6e 10px;
    bottom: -8px;
    content: " ";
    height: 0;
    left: 10px;
    position: absolute;
    width: 0;
}

.price_includes_rentcar .hotel_tooltip_min .hoteltooltip_info::after {
    right: 10px;
    left: auto;
}
/*tour*/
.Favourite_add {
    width: 30px;
    height: 27px;
    pointer-events: none;
    position: relative;
    background-position: -139px -112px;
    float: left;
    z-index: 9;
}

.Favoriteicon {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    float: left;
    display: block;
}

    .Favoriteicon .hoteltooltip_info {
        min-width: 200px;
        left: -5px;
        margin-bottom: 10px;
    }

.img_block {
    position: relative;
}

/*package list*/
.recommended_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    float: left;
    background-position: -632px -6px;
}

.pkg-name span {
    color: var(--primary-color);
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    padding: 0 9px;
    margin-right: 6px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.holidays_img {
    margin-bottom: 10px;
}

.direct_check .input_check_box label::before {
    color: #49c1be;
    font-size: 14px;
    border: 1px solid #fff;
    margin-right: 5px;
}

.direct_check .input_check_box input:checked ~ label:before {
    background: #49c1be;
    border: 1px solid #fff;
    color: #fff;
}

.direct_check .input_check_box label {
    color: #fff;
}
/*transfer start*/
.input_redio_box {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.form_time {
    display: block;
}

.one_way_trip {
    margin-bottom: 15px;
}

.input_redio_box input {
    display: none;
}

.input_redio_box [type=radio] + label {
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
    cursor:pointer;
}

.input_redio_box label::before {
    font-family: FontAwesome;
    content: "";
    background: none;
    font-size: 14px;
    border: 1px solid var(--primary-color);
    padding: 0;
    left: 0;
    position: relative;
    text-align: center;
    font-weight: normal;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 3px;
    margin-right: 5px;
}

.input_redio_box input:checked ~ label:after {
    top: 6px;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    background: var(--primary-color);
    left: 3px;
    border-radius: 50%;
    margin: 0 auto;
}

.input_redio_box input:checked ~ label:before {
    border: 1px solid var(--primary-color);
}

.fa-users::before {
    content: '\f0c0';
}
.flex_div {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    line-height: 20px;
    margin-bottom: 5px;
}
.hotel_Adderss .fa-users {
    color: #828282;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 2px;
}

.recommended_text {
   font-size: 12px;
    display: inline-block;
    border: 1px solid #1DBA65;
    border-radius: 19px;
    padding: 1px 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    color: #1DBA65;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 3px;
}
.recommended_iocn {
  width: 16px;
  height: 18px;
  background-position: -369px -63px;
}
/*rent car*/
.fa-exchange::before {
    content: '\f0ec';
}

.rentcar_input {
    background: #fff;
    height: 60px;
    border-radius: 4px;
}

    .rentcar_input .input_check_box label {
        top: 4px;
    }

    .rentcar_input .input_check_box {
        position: absolute;
        margin: 0px;
    }

.logo_sp_div {
    width: 100%;
    text-align: center;
    display: flex;
}

.trnasport-img img {
    object-fit: contain;
    background: #fff;
}

.sup_img {
    width: 85px;
    height: 50px;
    margin-left: 8px;
}

.name_sp {
    padding-top: 16px;
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    float: right;
    position: relative;
    width: 50%;
    overflow: hidden;
}

ul.car_detail_li {
    padding-left: 15px;
    list-style-type: disc;
    display: inline-block;
}

    ul.car_detail_li li {
        font-size: 13px;
        color: #929292;
        line-height: 20px;
        width: 50%;
        position: relative;
        float: left;
    }

.fa-question-circle:before {
    content: "\f059";
}

ul.bottom_box_ul {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: space-around;
    text-transform: capitalize;
}

    ul.bottom_box_ul li {
        display: flex;
        width: auto;
    }

.bottom_icon_strip {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    margin-right: 5px;
}

.unlimited {
    background-position: -621px -123px;
}

.policy_icon_fuel {
    background-position: -740px -123px;
}

.location_icon {
    background-position: -677px -123px;
}
.detail_in_block {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 10px;
    display:inline-block;
    width:100%;
}

 caption{
    background: #f7f9fc;
    color: #000;
    padding: 10px;
}

 /*border left */
 table tr:last-child th:first-child {
    border-left-color: none;
}
 /*border left end*/

@media (min-width: 768px) and (max-width:1199px) {
    .cd-panel-container {
        width: 99%;
    }

    .sort-filter, .hotel_count {
        font-size: 16px;
    }

    .sidebar-item .filter_text {
        font-size: 13px;
        padding: 10px 9px;
    }

    .sidebar-item a .fa-angle-up {
        font-size: 20px;
    }

    .check-square li a, .input_check_box label {
        font-weight: 500;
        font-size: 14px;
    }

    .prodct_name,.prodct_name a {
        font-size: 14px;
    }

    .main_price_div {
        font-size: 22px;
    }

    .book_button {
        font-size: 13px;
        font-weight: 500;
        padding: 8px 10px;
    }

    .service > li {
        padding: 5px 5px;
        font-size: 12px;
    }

    .hotel_list_block img {
        min-height: 210px;
        max-height: 210px;
    }

    .price_seaction {
        height: 160px;
    }

    .price_includes_rentcar {
        height: 200px;
        padding-left: 2px;
    }

        .price_includes_rentcar .main_price_div {
            bottom: 40px;
        }

    ul.bottom_box_ul {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 21px;
    }

    .price_seaction ul {
        font-size: 11px;
    }
}

@media(min-width:991px) {
    .no-gutter-right {
        padding-right: 0px;
    }
}

@media (max-width:991px) {
    .filters-container {
    margin-top: 45px;
}
    ul.filter_short li + li {
        margin-left: 10px;
    }

    ul.filter_short li {
        margin-right: 0px;
    }

    .hotel_count {
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    ul.filter_short > li > a {
        font-size: 12px;
    }

    .map {
        width: 15%;
        background: var(--primary-color);
        margin-left: 5px;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        font-size: 12px;
        line-height: 18px;
    }

    .text_div_mo {
        text-align: left;
        border: 1px solid #e8e9e9;
        padding: 5px;
        border-radius: 3px;
        font-size: 10px;
        width: 85%;
        position: relative;
        margin-bottom: 10px;
    }

    .div_detail .text_div_mo .font-text {
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        display: flex;
        text-overflow: ellipsis;
    }

    .text_div_mo p {
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .fa-pencil:before {
        content: "\f040";
    }

    .edit {
        position: absolute;
        right: 10px;
        top: 15px;
        text-align: center;
        color: var(--primary-color);
    }

    .fa-map-o:before {
        content: "\f278";
    }

    .fa-sliders:before {
        content: "\f1de";
    }

    .modify_rectengle {
        padding: 60px 10px 0px 10px;
        border: none;
    }

    i.fa.fa-times {
        margin-right: 5px;
    }
    .modify_block, .mobile_filter {
        width:60%;
    }
    
}

@media (max-width:767px) {
    .hotel_list_block, .rentcar_list_block{
        padding:10px
    }
    .recommended_text {
        font-size: 11px;
        padding: 1px 5px;
        line-height: 16px;
    }

    ul.filter_short {
        margin-top: 10px;
    }

    .hotel_Description {
        display: grid;
    }

    .cd-panel-container {
        width: 100%;
    }

    .hotel_list_block > div {
        display: inline-block;
    }

    .hotel_list_block img {
        min-height: 130px;
        max-height: 130px;
        width: 100%;
        margin-bottom: 10px;
    }

    .price_seaction {
        height: auto;
        position: relative;
        border-left: none;
        padding-left: 0;
        margin-top: 15px;
        min-height: inherit;
    }

   .main_price_div {
        font-size: 18px;
        position: initial;
        line-height: 25px;
    }

    .total_night_div {
        font-size: 12px;
    }

    .service > li + li {
        margin-left: 5px;
    }

    .prodct_name,.prodct_name a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .service {
        position: relative;
        bottom: 0;
        column-gap: 5px;
    }

        .service > li {
            border-radius: 3px;
            padding: 3px;
            width: 40px;
        }



    .place {
        margin-left: 0;
        display: block;
    }

    .trip_reting_block {
        padding: 2px 6px;
        font-size: 14px;
    }

    .book_button {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 12px;
    padding: 7px 15px;
}

    .one_way_trip {
        margin-bottom: 10px;
    }
    .hotel_Adderss {
    font-size: 13px;
    -webkit-line-clamp:3;
    overflow: visible;
    display:none;
}
}