﻿.image_height{
    height:450px;overflow:hidden;
}
.image_height img{
    width:100%;
    object-fit:cover;
    height:450px !important;
}

.modify_rectengle {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 15px 15px 0px 15px;
    margin-bottom: 20px;
}
.modify_button {
    background: #674e59;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 20px;
    display: block;
    text-align: center;
    margin-top: 15px;
    max-width: fit-content;
    float: right;
    margin-left: 10px;
    cursor:pointer;
}
.modify_button.collapsed {
    background: #000;
}
.modify_button {
    background: #000;
}

    .btn_hover{
    transition:all 0.4s;
}
    .btn_hover:hover {
        background: var(--hover-text-color) !important;
    }

.hotel_Adderss {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 21px;
    position: relative;
    width: 100%;
}
.place {
    color: var(--primary-color);
    font-size: 15px;
    letter-spacing: 3px;
    margin-left:5px;
}
.main_price_div {
    text-align: right;
    color:#fff;
}

.from_text {
    font-size: 12px;
}

.main_price {
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
}

.priceline {
    font-size: 10px;
    line-height: 15px;
    color: red;
    display: block;
}

.Adderss_icon {
    background-position: -68px -5px;
}

.Adderss_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    float: left;
    left: 0;
    filter: brightness(9);
}

.map_view {
    display: block;
    margin: 20px 0 20px 0;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
}

    .map_view img {
        width: 100%;
    }

    .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: #400D82;
        border: 1px solid #400D82;
        box-sizing: border-box;
        border-radius: 3px;
    }

        .map_view a:hover {
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
        }
/*modify*/
.sidebar-item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

    .sidebar-item .filter_text {
        font-size: 15px;
        line-height: 17px;
        font-weight: 500;
        display: inline-block;
        width: 100%;
        color: #fff;
        text-transform: capitalize;
        background: var(--primary-color);
        padding: 14px 12px;
        border-radius: 4px 4px 0px 0px;
    }

.item-filter {
    position: relative;
    padding: 10px;
}

.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;
}

.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;
}

.down_room {
    background-position: -161px -4px;
}

.down_time {
    background-position: -712px -5px;
}

.rating ul {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    line-height: 20px;
}

.rating li:not(:checked) > input {
    top: -9999px;
    position: fixed !important;
}

.rating li:not(:checked) > label {
    position: relative;
    cursor: pointer;
    text-transform: none;
    font-size: 24px;
    height: 24px;
    width: 40px;
    background: #F0F2F5;
    margin-bottom: 0;
    display: inline-block;
}


.rating li label span {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    left: 5px;
}

.rating li > input:checked ~ label .fa-star-o {
    color: #ffffff;
}

.rating li > input:checked ~ label {
    background-color: #FF9500;
}

.fa-star-o:before {
    content: "\f006";
}
.fa-star:before {
    content: "\f005";
}
.rating li > input:checked ~ label span {
    color: #ffffff;
}

.rating li i.fa.fa-star-o {
    position: relative;
    color: #DDDDDD;
    font-size: 15px;
    float: right;
    right: 5px;
    top: 5px;
}

.rating_new li:not(:checked) > label:hover {
    color: var(--primary-color);
}

.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;
}

.frist_image img {
    min-height: 416px;
    max-height: 416px;
}

.thrid_image_popup img {
    min-height: 200px;
    max-height: 200px;
}

.frist_image img, .thrid_image_popup img, .all_image img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.frist_image, .thrid_image_popup, .all_image {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.overlay-opa {
    opacity: 0.6;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 15px 0;
    bottom: 0;
}

.img_above_text {
    position: absolute;
    color: #fff;
    border-radius: 5px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.tourmenu1 {
    display: flex;
    padding: 0px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    column-gap: 55px;
    border: 1px solid #EDEDED;
}

    .tourmenu1 > li > a {
        display: block;
        position: relative;
        line-height: 45px;
        padding: 0px 0px 0px 0px;
        font-weight: 500;
        font-size: 16px;
        color: #1C2A37;
        white-space: nowrap;
    }
   .visa_nav .tourmenu1 > li > a {
    padding: 10px 0px 5px 0px;
}
        .tourmenu1 > li > a small {
            font-size: 12px;
        }

    .tourmenu1 > li.active > a {
        border-bottom: 3px solid var(--primary-color);
    }



.stick_nav_icon {
    float: left;
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    top: 15px;
}

.hotel_room_icon {
    background-position: -351px -143px;
}

.hotel_facilities_icon {
    background-position: -553px -143px;
}

.hotel_about_icon {
    background-position: -421px -143px;
}

.hotel_map_icon {
    background-position: -488px -143px;
}

.detail_p_block {
    margin: 20px 0 20px 0;
}

.detail_p_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #222222;
    margin-bottom: 15px;
}
.detail_in_block ul li{
    position: relative;
}
.detail_in_block ul li:before{
    color: #1DBA65;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 1em;
    margin-right: 8px;
}


.detail_in_block .room_count_div ul li:before {
    display:none
}
.detail_in_block {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
     position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
}
.detail_in_block span,.detail_in_block p,.detail_in_block li {
    font-family: 'Poppins',sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}
.title_aminitis {
    font-weight: normal;
    font-size: 14px;
    color: #424444;
    padding-left: 5px;
}

.hotel_tooltip_min {
    display: flex;
    line-height: 22px;
    margin-bottom: 20px;
}

    .hotel_tooltip_min img {
        height: 22px;
        width: 22px;
    }

.book_button {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
    position: relative;
    background: var(--secondary-color);
    border-radius: 5px;
    color: #fff;
    line-height: 21px;
    text-transform: uppercase;
    display: block;
    min-width: 144px;
    max-width: 155px;
    margin: 0 auto;
}

    .book_button:hover {
        background:var(--hover-text-color);
    }

/*tourdetail page css start*/
.back_block {
       background: #FFFFFF;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
}

    .back_block ul {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0;
        margin-bottom: 0px;
    }

        .back_block ul li {
            float: left;
            max-height: 86px;
            margin: 10px 0;
            overflow: hidden;
        }

.back_b {
    width: 33.33%;
}

.tour_info_icon {
    width: 25px;
    height: 25px;
    pointer-events: none;
    position: relative;
    float: left;
    margin-right: 5px;
    top: 0;
}

.back_b .tour_info_span {
    color: #000;
    display: flex;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

.tour_availability {
    background-position: -94px -205px;
}

.tour_duration {
    background-position: -133px -205px;
}

.tour_Upcoming {
    background-position: -256px -205px;
}

.tour_Printed {
    background-position: -334px -205px;
}

.tour_Pickup {
    background-position: -216px -205px;
}

.tour_starttime {
    background-position: -174px -205px;
}

.tour_CancellationName {
    background-position: -295px -205px;
}

.tour_language {
    background-position: -376px -205px;
}

.tour_rate_icon {
    background-position: -5px -243px;
}

.tour_over_icon {
    background-position: -55px -243px;
}

.tour_inclu_icon {
    background-position: -110px -243px;
}

.tour_time_icon {
    background-position: -164px -243px;
}

.tour_im_info_icon {
    background-position: -215px -243px;
}

.tour_policy_icon {
    background-position: -266px -243px;
}


/*tourdetail page css end*/

/*fix package detail page start*/
.back_block .pdf_button{
    background: black;
    padding: 0px 20px;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
    float: right;
}
.back_block .pdf_button a{
    display: block;
    line-height: 40px;
    cursor:pointer;
    color: #fff;
}
.no_day {
    display: inline-block;
    width: 100%;
    background: #e5e5e5;
    padding: 5px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 0px 5px 0px;
}
.info_data.collapse:not(.in) {
    height: 65px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}
.info_data.collapsing {
    min-height: 86px !important;
}

a.info_reedmore.collapsed:after {
    content: '...Read More';
}

a.info_reedmore:not(.collapsed):after {
    content: '...Read Less';
}

.info_reedmore {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    width: 77px;
    right: 0;
    top: 0px;
}
.policy_text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 30px;
    background: #f7f9fc;
    padding: 5px;
    font-weight: 500;
}
.get_policy {
    float: right;
    background: var(--primary-color);
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
}
.green-color{
    background:#03a84e;
}
/*fix package detail page end*/
/*transfer detail page start*/
.list_car_icon {
    background-position: -753px -7px;
}
.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);
}
.border_radius_left_none{
    border-radius: 0px 4px 4px 0px;
}
.border_radius_right_none{
   border-radius: 4px 0px 0px 4px;
}
.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-bottom: 3px;
}
.passenger_icon{
    background-position: -432px -209px;
}
.bagge_icon{
    background-position: -484px -210px;
}
.air_icon{
    background-position: -511px -210px;
}
.depart_time_icon{
    background-position: -459px -210px;
}
.location_icon{
    background-position: -663px -210px;
}
/*cart hide css*/
.detail_hide,.cart_block,.empty_cart{
    display:none !important;
}
@media (min-width: 992px) and (max-width:1199px) {
    .frist_image img {
        min-height: 283px;
    }

    .tourmenu1 > li > a {
        margin-right: 30px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .frist_image img {
        min-height: 294px;
    }

    .thrid_image_popup img {
        min-height: 139px;
        max-height: 139px;
    }
}

@media (min-width: 200px) and (max-width:991px) {
    .image_height,.image_height img{
    height:250px;
}

    .modify_rectengle {
    padding: 60px 0px 0px 0px;
    border: none;
}
    .detail_p_block {
        margin: 0px 0 20px 0;
    }

    .back_b {
        width: 50%;
        min-height: 40px;
    }

        .back_b .tour_info_span {
            font-size: 13px;
        }

    .window_hist a {
        background: #fff;
        font-size: 15px;
        font-weight: 500;
        display: block;
        padding: 5px;
        margin-top: 10px;
    }

    .fa-long-arrow-left:before {
        content: "\f177";
    }

    .detail_p_title {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .stick_nav_icon {
        display: none;
    }

    .tourmenu1 {
        margin-bottom: 20px;
        padding-left: 10px;
        overflow: auto;
    }

        .tourmenu1 > li > a {
            margin-right: 15px;
            padding: 10px 0px 5px 0px;
            font-size: 14px;
        }

        .tourmenu1 > li.active > a {
            border-bottom: 2px solid var(--primary-color);
        }

        .tourmenu1 > li > a small {
            display: none;
        }

    .service_count_block {
        padding: 5px 0;
    }

    .hotel_count {
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .text_div_mo {
        text-align: left;
        border: 1px solid #e8e9e9;
        padding: 5px;
        border-radius: 3px;
        font-size: 10px;
        width: 100%;
        position: relative;
    }

        .text_div_mo p {
            font-weight: 500;
            margin-bottom: 0px;
            font-size: 14px;
        }

    .div_detail .text_div_mo .font-text {
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        display: flex;
        text-overflow: ellipsis;
    }

    .edit {
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: center;
        color: var(--primary-color);
    }

    .fa-pencil:before {
        content: "\f040";
    }

    .hotel_Adderss {
        font-size: 12px;
    }

   .hote_room_price {
        font-size: 22px;
        line-height: 20px;
        margin-top: 10px;
    }


    .mobile_responsive tr {
        border-bottom: 5px dashed #F0F0F0;
    }

    .m_padding {
        padding-left: 15px !important;
    }
}