﻿

.wd_50 {
    width: 50%;
}

.m10 {
    margin: 10px;
}

.rooms {
    padding: 11px 17px;
    background-color: #f3f3f3;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px
}

/*Guest*/

.drop_down_field ul {
    background-color: #fff;
    display: block;
    margin: 0 0 0;
    padding: 0;
    position: absolute !important;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 100%;
    min-width: 300px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    z-index: 9;
}

.rooms {
    padding: 11px 17px;
    background-color: #f3f3f3;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.text_box_wrapp {
    overflow: hidden;
    padding: 10px 15px;
    width: 100%;
}

.Child_wrapp, .Unit_wrapp, .adult_wrapp {
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.Child_lbl, .Unit_lbl, .adult_lbl {
    color: #434343;
    font-family: arial;
    font-size: 14px;
    float: left;
    font-weight: 400;
}

.counter_wrapper {
    float: right;
}

.minus {
    background-color: #cecece;
    font-size: 32px;
    line-height: 20px;
    color: #fff;
    border-radius: 2px;
}

.minus, .plus {
    float: left;
    height: 20px;
    text-align: center;
    width: 20px;
    cursor: pointer;
}

.count_pre {
    font-size: 14px;
    line-height: 20px;
    float: left;
    height: 20px;
    text-align: center;
    width: 40px;
    color: #363636;
    font-weight: 500;
}

.plus {
    font-size: 17px;
    line-height: 20px;
    background: #0d479b;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
}

.add_room_btn_wrapper {
    height: 40px;
    width: 100%;
    text-align: center;
}

.bort_none {
    border-top: medium none !important;
}

.addroom_btn {
    max-width: fit-content;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 30px;
    background: #0d479b;
    color: #fff !important;
}

.add_room_btn_wrapper .addroom_btn, .add_room_btn_wrapper .doneadded, .add_room_btn_wrapper .removeroom {
    color: #949494;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.child_age {
    color: #434343;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
}

.Child_unit_age {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.text_box_wrapp span {
    font-size: 14px;
    height: 22px;
    margin-left: 10px;
    color: #949494;
    font-weight: 400;
}

.Child_unit_age .down_errow_grey {
    right: 5px;
    left: auto;
    position: absolute;
    pointer-events: none;
}

.Child_unit_age select {
    width: 100%;
    padding: 0 20px 0 5px;
    height: 27px;
}

.removeroom {
    float: right;
    font-size: 22px;
    position: absolute;
    right: 13px;
    top: 6px;
    color: #757575;
    cursor: pointer;
}




/*search box*/

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.hotsearch_section {
    background-image: url('/assets/whitelable1/img/Background.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
}

.count_down_div b {
    color: #FFFF00;
    font-size: 17px;
    font-weight: bold;
}

.count_down__main {
    position: relative;
    align-items: center;
    background: #147CD5;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    justify-content: center;
    border: 0px solid #115a9c;
    display: flex;
    gap: 10px;
    border-radius: 5px;
    max-width: 355px;
    margin: 0 auto;
}

.count_down_div {
    position: relative;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.count_watch {
    color: #fff;
    border-radius: 3px;
    gap: 5px;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 15px;
}

.count_watch {
    direction: ltr;
}

    .count_watch span {
        background: #115a9c;
        width: 50px;
        border-radius: 3px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
    }

.hour_sec_count {
    position: absolute;
    top: 0;
    font-size: 12px;
    color: #fff;
    display: flex;
    font-weight: 600;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    .hour_sec_count sub {
        width: 50px;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
    }

.search_box_area p {
    font-size: 14px;
    font-weight: bold;
}

.search_box_area h1 {
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    color: #fff;
    font-weight: bold;
}

.search_box_area {
    width: 100%;
    max-width: 1290px;
}

.main_search_containt {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
}

.panel_row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0px;
}

.n_d_div {
    flex: 1;
    position: relative;
}

button.find_now {
    height: 60px;
    border: none;
    background: #147CD5;
    color: #fff;
    font-size: 18px;
    border-radius: 12px;
}

.lbl_up {
    /* display: none; */
    font-size: 11px;
    position: absolute;
    color: #958b8b;
    z-index: 1;
    white-space: nowrap;
    top: 8px;
    font-weight: 400;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    right: 10px;
    left: 0;
    text-align: left;
    pointer-events: none;
}

.search_input {
    height: 60px;
    width: 100%;
    color: #000;
    padding: 18px 10px 10px 0px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border: none;
    appearance: none;
    background: #EBEBEB !important;
    box-sizing: border-box;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    position: relative;
    border-radius: 12px;
}


/*banner block*/
.banner_block {
    padding: 30px 0 20px 0;
}


/*hot deal banner start*/
.hot_deal_main {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
}

.pick_your {
    font-size: 34px;
    font-weight: 600;
}

.hot_dels {
    clip-path: polygon(1.5% 5%, 100% 0.5%, 91.4% 100%, 9.2% 100%);
    background-color: #257ECD;
    max-width: 225px;
    margin: 0 auto;
    color: #fff;
    line-height: 56px;
    font-size: 34px;
    font-weight: 600;
    width: 100%;
}

.hot_deal_main p {
    margin: 15px 0;
}

.hot_deal_main a {
    color: #257ECD;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-right: 0;
}
/* hot deal banner end */


/*why choose us*/
.why_main {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.why_signle {
    text-align: right;
    flex: 1;
    display: flex;
    gap: 15px;
    background: #EDEDED;
    padding: 15px 15px 15px 5px;
    align-items: center;
    border-radius: 5px;
    max-width: 370px;
    justify-content: space-between;
}

    .why_signle img {
        object-fit: contain;
        max-height: 50px;
    }

    .why_signle h5 {
        font-weight: 600;
        font-size: 16px;
        line-height: 17px;
        color: #000;
        margin-top: 0;
    }

    .why_signle p {
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        color: #115A9C;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
    }


/* end of summer sale */
a.end_of_summer_sale img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.cashback_sale img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.explore_more img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    max-width: 300px;
}
/* arending activities start */
a.arending_activities img {
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 5px;
    max-width: 130px;
}

a.arending_activities {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    a.arending_activities > div {
        color: #000;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }


/* arending activities end */

/* travel package */
a.travel_package img {
    height: 315px;
    border-radius: 6px;
}

a.travel_package {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%
}

.travel_package_tag {
    background: #1D65A0;
    max-width: fit-content;
    padding: 0 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
}

.travel_package_tille {
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0;
}

p.travel_package_tagline {
    font-size: 13px;
}

span.transding_pa {
    background: #FFFF00;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.trending_icon {
    width: 20px;
    height: 24px;
    background-position: -203px -614px;
}

span.travel_bookmark {
    width: 32px;
    height: 32px;
    background-position: -155px -615px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.travel_package_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    min-width: 100%;
    z-index: 1;
}

a.travel_package:before, .unbetable_package:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgb(0 0 0 / 34%);*/
    z-index: 1;
    border-radius: 6px;
}

.travel_package_name {
    text-align: center;
}

    .travel_package_name > div {
        font-size: 25px;
        font-weight: 600;
    }

.travel_package_other {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.travel_p_rating {
    display: flex;
    flex-direction: column;
}

.fa-star:before {
    content: "\f005";
}

span.travel_rating_star {
    display: flex;
    align-items: center;
    column-gap: 0px;
}

    span.travel_rating_star i.fa.fa-star {
        color: #FCB446;
        margin-right: 5px;
    }

    span.travel_rating_star span {
        margin-right: 5px;
    }

.travel_p_view {
    display: none;
}

span.view_package {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D65A0;
    line-height: 21px;
    padding: 0 10px;
    border-radius: 3px;
    gap: 5px;
}

.view_icon {
    width: 10px;
    height: 10px;
    background-position: -233px -634px;
}

.total-price-package {
    font-size: 16px;
}

/*unbetable deal*/
a.unbetable_package {
    position: relative;
    display: block;
    width: 100%;
}

    a.unbetable_package img {
        height: 465px;
        object-fit: cover;
        border-radius: 12px;
    }

.unbetable_package_name {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    z-index: 1;
}

    .unbetable_package_name > div {
        display: flex;
        font-size: 32px;
        font-weight: 600;
        gap: 10px;
    }

    .unbetable_package_name span.travel_rating_star i.fa.fa-star {
        font-size: 20px;
    }

    .unbetable_package_name p {
        font-size: 16px;
    }

.unbetable_package_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    z-index: 1;
}

.unbetable_package_deal {
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

    .unbetable_package_deal > div > span {
        font-size: 16px;
        font-weight: bold;
    }

    .unbetable_package_deal p {
        margin: 0;
    }

.unbetable_package_price {
    color: #fff;
    display: flex;
    column-gap: 10px;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    min-height: 45px;
}


    .unbetable_package_price span {
        font-size: 16px;
    }

/*review*/
a.hot_deal_review {
    background: #EDEDED;
    padding: 10px;
    display: block;
}

.deal_review_image {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .deal_review_image img {
        max-width: 42px;
        height: 42px;
        object-fit: cover;
        border-radius: 50%;
        width: 42px;
    }

    .deal_review_image > div > div {
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

a.hot_deal_review p {
    margin: 10px 0 0px 0;
    font-size: 15px;
    color: #7D7F88;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 200px;
}

#hot_deal_review .owl-nav button.owl-next, #hot_deal_review .owl-nav button.owl-prev {
    height: 271px;
}


.explore_more_tag {
    font-size: 23px;
    color: #004A95;
    font-weight: 600;
}

.explore_more_tille {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    margin: 5px 0;
}

p.explore_more_tagline {
    font-size: 14px;
}


/*Read More*/


.hotdealdes_wrapper.collapse {
    display: block;
    min-height: 100px;
    height: 100px;
    overflow: hidden;
}

.hotdealdes_wrapper {
    text-align: right;
}

    .hotdealdes_wrapper ul {
        list-style-type: disc;
        list-style-position: inside;
    }

a.info_reedmore.collapsed:after {
    content: '...اقرأ أكثر';
}

a.info_reedmore:not(.collapsed):after {
    content: '...أقرأ أقل';
}

.hot_deal_main .hotdealdes_wrapper.collapse:not(.in) {
    height: 100px !important;
    min-height: 100px !important;
}

.hot_deal_main .info_reedmore i {
    float: unset;
    position: absolute;
    left: -17px;
    top: 2px;
    transform: rotate(180deg);
}

.collapsed .fa-angle-up:before {
    content: "\f106";
}

.fa-angle-up:before {
    content: "\f107";
}


@media (max-width:767px) {
    .banner_block {
        padding: 15px 0 15px 0;
    }

    .hot_deal_main {
        row-gap: 7px;
    }

    .pick_your {
        font-size: 30px;
    }

    .hot_dels {
        max-width: 160px;
        font-size: 24px;
    }

    .unbetable_package_name > div, .travel_package_name > div {
        font-size: 20px;
    }

    .explore_more img {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        object-fit: unset;
    }

    .panel_row {
        display: flex;
        flex-direction: column
    }

    .why_main {
        flex-direction: column;
    }

    .why_signle {
        max-width: 100%;
    }

    .search_input {
        line-height: 37px;
        height: 55px;
        font-size: 13px;
        font-weight: normal;
        color: #000;
    }

    button.find_now {
        height: 45px;
    }
}
