
.wrap_container{
    min-height: 600px;
    padding-bottom: 50px;
}
.logo{
    width: 130px;
}
header .navbar-nav{
    position: absolute;
    left: 0px;
    top: 10px;
}
.wrap_slider{
    overflow: hidden;
}

.wrap_social{

}
.wrap_social a{
    width: 50px;
    height: 50px;
    line-height: 59px;
    border-radius: 50%;
    background: #7b7af8;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}

.owl-nav{
    position: absolute;
    top: 0px;
    left: 0px;
}
.owl-nav button span{
    background: #FFF;
    color: #814d8d;
    border: 1px solid #814d8d;
    border-radius: 5px;
    display: block;
    width: 36px;
    font-size: 30px;
    font-weight: 900;
    height: 38px;
    line-height: 31px;
}

body.offcanvas-active{
    overflow:hidden;
}

.offcanvas-header{
    display:none;
}

.screen-darken{
    height: 100%;
    width:0%;
    z-index: 3000;
    position: fixed;
    top: 0;
    right: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
    z-index:1030;
    transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
.list_menu_chat span{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}
.fs-7{
    font-size: 13px;
}
/* ============ mobile view ============ */
@media all and (max-width: 991px) {

    .offcanvas-header{
        display:block;
    }

    .mobile-offcanvas{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0;
        display:block;
        position: fixed;
        top: 0;
        left:0;
        height: 100%;
        width:80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show{
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
        display: block;
    }

}
/* ============ mobile view .end// ============ */

.text-gold{
    color: #e8d003;
}
.rate_stars i{
    cursor: pointer;
}

.wrap_stars_1 i:nth-child(1){
    color: #e8d003;
}

.wrap_stars_2 i:nth-child(1) , .wrap_stars_2 i:nth-child(2) {
    color: #e8d003;
}

.wrap_stars_3 i:nth-child(1) , .wrap_stars_3 i:nth-child(2) , .wrap_stars_3 i:nth-child(3) {
    color: #e8d003;
}

.wrap_stars_4 i:nth-child(1) , .wrap_stars_4 i:nth-child(2) , .wrap_stars_4 i:nth-child(3) , .wrap_stars_4 i:nth-child(4) {
    color: #e8d003;
}

.wrap_stars_5 i:nth-child(1) , .wrap_stars_5 i:nth-child(2) , .wrap_stars_5 i:nth-child(3) , .wrap_stars_5 i:nth-child(4)  , .wrap_stars_5 i:nth-child(5) {
    color: #e8d003;
}

.bg-green-middle{
    background: #d4ffcc !important ;
}
.details_booking{
    display: none;
    margin-top: -11px;
    border-radius: 0 0 13px 13px;
}

.owl-carousel .owl-nav.disabled{
    display: block !important;
}
.top_footer{
    background: #916c99;
}
.block_star{
    color: #866b22;
}
.top_footer i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #d6af00;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
.discount{
    position: absolute;
    top: 10px;
    left: 15px;
    background: #ffa4a4;
    color: #814d8d;
    text-align: center;
    font-size: .9rem;
    padding: 4px 10px;
    border-radius: 4px;
}
.block_seller{
    position: relative;
}
.block_seller{

}
.block_seller a{
    border-radius: 10px;
    overflow: hidden;
}
.block_seller h4{
    position: absolute;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #814d8d;
}
.block_seller img{
    height: 170px;
}
.wrap_sec{
}
.wrap_sec a{
    display: block;
    margin-bottom: 20px;
}
.wrap_sec a h5{
    color: #814d8d;
    margin-top: 15px;
    font-size: 1rem;
}
.wrap_sec a img{
    width: 130px !important;
    height: 130px;
    border-radius: 50%;
    margin: auto;
}
.wrap_sec .owl-carousel .owl-nav.disabled{
    display: none !important;
}
.btn_fav{

    background: #FFF;
    padding: 3px 8px;
    bottom: 7px;
    right: 5px;
    color: #6563f9;
    font-size: 1.6rem;
    border-radius: 10px;
    cursor: pointer;
}
.owl-theme .owl-nav{
    margin-top: 0px !important;
}

.wrap_contact_footer{
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 100000;
}
.wrap_contact_footer a{
    display: block;
    background: #895e02;
    padding: 15px 12px;
    border-radius: 30px 0 0 30px;
    color: #d49830;
    margin-bottom: 5px;
}
.wrap_contact_footer a i{
    display: inline-block;
    margin-right: 10px;
    font-size: 1.4rem;
    float: left;
    margin-top: 2px;
    margin-left: 4px;
}
.block_2{
    position: relative;
    height: 250px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    color: #855b00;
    border: 1px solid #e3a51e;
    margin-top: 20px;
}
.block_2 img{
    min-width: 100%;
    min-height: 100%;
}
.block_2 h5{
    position: absolute;
    bottom: 2px;
    background: rgba(227, 165, 30, .8);
    width: 95%;
    right: 2.5%;
    padding: 7px 0;
    text-align: center;
    border-radius: 5px;

}


.block img{
    min-width: 100%;
    min-height: 100%;
}

.block .four h5:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: "";
    right: 0;
    margin-left: -30px;
    bottom: -14px;
}
h5.title:before, h5.title:after {
    background-color: #855b00;
}
.border-primary{
    border-color: #855b00 !important;
}
.container_menu{
    top: 50px;
}
.title_bg{
    background: url(../img/title.png) no-repeat;
    background-size: 100% 50px;
    display: inline-block;
    padding: 15px 40px;
    min-width: 200px;
    height: 50px;
    text-align: center;
    color: #C8A297;
    font-size: 1.5rem;
}



.timeline{
    position: relative;
}

/*Line*/
.timeline>li::before{
    content:'';
    position: absolute;
    width: 3px;
    background-color: #eddcd4;
    top: 0;
    bottom: 0;
    right:-19px;
}

/*Circle*/
.timeline>li::after{
    text-align: center;
    padding-top:10px;
    z-index: 10;
    content:counter(item);
    position: absolute;
    width: 50px;
    height: 50px;
    border:3px solid white;
    background-color: #eddcd4;
    border-radius: 50%;
    top:0;
    right:-43px;
    color: #c7ad9b;
    line-height: 35px;
    font-size: 1.5rem;
}

/*Content*/
.timeline>li{
    counter-increment: item;
    padding: 10px 10px;
    margin-left: 0px;
    min-height:70px;
    position: relative;
    background-color: white;
    list-style: none;
}
.timeline>li:nth-last-child(1)::before{
    width: 0px;
}
.container_slider{
    height: 1000px;
}
.owl-prev {
    display: none;
}
.owl-next {
    display: none;
}
.disabled {
    display: none !important;
}
.wrap_image{

    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    /*margin-bottom: 15px;*/
}
.wrap_image img{
    max-height: 200px;
    max-width: 100%;
}

.wrap_img_sec{
    height: 100px;
}


.btn_select_bookinga{
    display: block;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 22px 13px;
}

.wrap_select_booking{
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 0 13px;
}

.btn_select_booking img{
    width: 35px;
}

.btn_select_booking span{
    color: #c1c1c1;
    margin-right: 4px;
}
.chooses_booking , .chooses_city{
    background: #FFF;
    width: 500px;
    min-height: 200px;
    box-shadow: 0 0 5px #c1c1c1;
    border-radius: 10px;
    padding: 15px;
    z-index: 1000;
    display: none;
    right: -12px;
}
.list_airport a , .list_hotel_city a{
    display: block;
    margin-bottom: 5px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    color: #000;
}
.list_airport a:hover , .list_hotel_city a:hover{
    background: #cdedd8;
}


.block_flight{
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #cdcdcd;

}

.wrap_btn_tab{

}
.wrap_btn_tab a{
    min-width: auto !important;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
    padding-top:.6rem !important;
}
#travel_to{
    right: 50%;
}

.header_search_booking{

}

.header_search_booking a{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    padding-bottom: 22px;
    font-size: 1.1rem;
}
.header_search_booking a .active{
    color: #7b7af8;
}



.header_search_booking a span{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #7B7AF8;
    border-radius: 40px;
    line-height: 63px;
    text-align: center;
}

.header_search_booking a span img{
    width: 28px;
    max-width: 100%;
    max-height: 100%;
}
.header_search_booking a .arrow{
    position: absolute;
    right: 12px;
    bottom: -10px;
}

.btn_section{
    /*background: #f5f5ff;*/
    background: #a5a5ff;
    height: 110px;
    border-radius: 10px;
    /*box-shadow: 0 0 20px #d1d1d1;*/
}
.btn_more{
    background: #7B7AF8;
    border-radius: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 7px;
    color: #FFF;
}


.wrap_image_star{
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
    /*margin-bottom: 15px;*/
}
.wrap_image_star img{
    height: 100%;
    max-width: 100%;

    object-fit: cover;
    object-position: center center;
    display: inline-block;
    vertical-align: middle;
}
.wrap_star_title{
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    background: #000000;
/*background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);*/
    /*text-align: center;*/
    /*border-radius: 15px;*/
    /*margin-right: 2%;*/
    /*margin-bottom: 10px;*/
    
      padding-top: 50px;
      padding-right: 15px;
      padding-left: 15px;
   
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);

}
.header_top{
    z-index: 1000;
    top:0;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
}


.wrap_image_post{
    
    height: 200px;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    
    /*margin-bottom: 15px;*/
}
.wrap_image_post img{
    height: 100%;
    width: 100%;
    
     object-fit: cover;
    object-position: center center;
    display: inline-block;
    vertical-align: middle;
}
.wrap_app{
    background: #7b7af8;
}
input.form-control{
    height: 50px;
}