.wrap_header{
    background: url(../img/header_web.png) no-repeat;
    background-size: 100% 700px;
    height: 700px;
}
header{
    background: url(../img/header.png)
}
.wrap_container{
    min-height: 600px;
    padding-bottom: 50px;
}
.logo{
    width: 85px;
}
header .navbar-nav{
    position: absolute;
    left: 0px;
    top: 10px;
}
.wrap_slider{
    height: 700px;
    overflow: hidden;
}

.wrap_social{

}
.wrap_social a{
    width: 35px;
    height: 35px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #BD0808;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}

.owl-nav{
    position: absolute;
    top: 0px;
    left: 0px;
}
.owl-carousel .owl-stage-outer{
    top: 60px;
}
.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{
    position: absolute;
    background: #FFF;
    padding: 3px 8px;
    bottom: 7px;
    right: 5px;
    color: #814d8d;
    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;
}

