
header{
    background: url(../img/header.png)
}
.wrap_container{
    min-height: 600px;
    padding-bottom: 50px;
}
.logo{
    width: auto;
    max-height: 120px !important;
    top:-20px;
}
header .navbar-nav{
    position: absolute;
    left: 0px;
    top: 10px;
}
.wrap_slider{
    overflow: hidden;
}

.wrap_social{
    display: inline-block;
}

.wrap_social a{
    width: 50px;
    height: 50px;
    line-height: 57px;
    border-radius: 50%;
    color: #F9C745;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    border: 1px solid #F9C745;
}

.btn_app{
    border: 1px solid #F9C745;
    border-radius: 30px;
    color: #F9C745;
    padding-right: 35px;
    padding-left: 35px;
    height: 50px;
    line-height: 40px;
}
.btn_app:hover{
    color: #FFF;
}

.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;
        right: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;
    font-size: 1.6rem;
    cursor: pointer;
    line-height: 48px;
    width: 50px;
    height: 50px;
}
.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;
}
.border-primary2{
    border-color: #A87D00 !important;
}
.border-primary3{
    border-color: #F7C533 !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: 100px;
    overflow: hidden;
    border-radius: 20px;
    /*margin-bottom: 15px;*/
}
.wrap_image img{
    height: 100px;
    width: 130px;
    object-position: center;
    object-fit: cover;
}


.wrap_image_star{

    height: 180px;
    overflow: hidden;
    border-radius: 20px;
    /*margin-bottom: 15px;*/
}
.wrap_image_star img{
    max-height: 180px;
    max-width: 100%;
}
.footer_sec{
    color: #FFF;
    font-size: .9rem;
    margin-bottom: 12px;
    display: inline-block;
}
.footer_sec img{
    width: 30px;
}


.wrap_search{

}
.wrap_search input{
    border: none;
    outline: none;
    width: 85%;
    height: 44px;
    font-size: 1.2rem;
}
.wrap_search input:focus-visible{
    border: none !important;
    outline:  none !important;
}
.wrap_search button{
    padding: 5px;
}

.wrap_search button img{
    width: 50px;
}

.bg_section{
    background: #F5FCFF;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
}
.bg_section img{
    width: 32px !important;
    margin: auto;
}
.bg_section a{
    color: #1F6684;
    text-align: center  !important;
    padding: 7px;
    display: block;
}
.bg_foot{
    background: #FF6F93;
}
.account_menu{
    min-width:210px !important;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
    border: none;
}

.dropdown-divider{
    color: #EAEAEA
}
.form-check-input{
    width: 25px;
    height: 25px;
}
.dropdown_menu{
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
    border: none;
    max-height: 300px;
    overflow: scroll;
}
.user_profile{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}


.wrap_menu{
    background-color: rgba(38, 26, 0, 0.5);
    border-radius: 30px;
    border: 1px solid #A99149;
}
.wrap_menu a:hover{
    color: #FFF;
}
.btn_acount button:hover{
    color: #FFF;
}
.wrap_menu a{
    color: #E9BC5C;
}
.btn_acount{
    background: #14161E;
    border-radius: 30px;
    border: 1px solid #8C7437;
}
.btn_acount button{
    color: #F8C22E;
}
footer hr{
    background-color :#707070;
}
.btn_contact{
    border: 1px solid #F9C745;
    border-radius: 15px;
    text-align: center;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #DCAB27;
    font-size: 20px;
    /*margin-bottom: 25px;*/
}
.btn_contact:hover{
    color: #FFF;
}
.btn_contact img{
    width: 40px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.wrap_service:hover{
    box-shadow: 0 0 25px #000;
}

.wrap_service{
    position: relative;
    display: block;
    height: 392px;
    border-radius: 10px;
    transition: box-shadow 0.3s;


}
.wrap_service img{
    max-width: 100%;
    position: absolute;
    height: 392px;
}
.wrap_service h4{
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: #FFF;
}
.wrap_about{
    background: url(../img/about.png) no-repeat;
    background-size: cover;
}
.wrap_customer{
    background: #FDFDFD;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 0 5px #cdcdcd;
}
.wrap_customer_header{
    display: inline-block;
    border-radius: 30px;
    background: #F5F4F4;
    padding-right: 10px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.cycle_analyces{
    width: 250px;
    height: 250px;
    text-align: center;
    color: #9F7600;
    border-radius: 50%;
    border: 1px solid #F7C533;
}

#loginModal input , #losspassModal input{

    background: #FAFAFA !important;
    border-color: #E5E5E5  !important;
    border-radius: 13px;
}

.line-title{
    height: 5px;
    background: #F7C533;
    width: 60px;
    margin: auto;
    margin-top: 7px;
}


.container_inner{
    background: #212121;
}
.wrap_unit{
}

.wrap_unit select{
    -webkit-appearance: none;
    appearance: none;
    padding-right: 20px;
    margin-right: 10px;
    height: 40px;
    border: none;
    width: 90% !important;
    line-height: 45px;
}
.select-wrapper{
    border: 1px  solid #585858;
    border-radius: 10px;
    padding-left: 10px;
    position: relative;
}
.wrap_unit .select-wrapper::after {
    content: "▼";
    font-size: .6rem;
    top: 15px;
    right: 10px;
    position: absolute;
}
.wrap_unit a{

    background: #F7C439;
    color: #FFF;
    text-align: center;
    border-radius: 30px;

}
.wrap_order h5{
    background:#FFEEBC;
    color: #050505;
    padding-top: 13px;
    padding-bottom: 10px;
}








.holographic-card {
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s ease;
}



.holographic-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        0deg,
        transparent,
        transparent 30%,
        rgba(249, 199, 69,0.3) /* rgb(249, 199, 69);*/
        );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.holographic-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(249, 199, 69,0.5);
}

.holographic-card:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}











.liquid-morph-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.liquid-morph-element {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.liquid-morph-element span {
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
}

.liquid-morph-element::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(
        #0ff 0deg,
        #0a2342 120deg,
        #0ff 240deg
        );
    transition: all 0.6s ease;
    opacity: 0;
    transform: scale(0);
}

.liquid-morph-element:hover {
    border-radius: 10px;
    transform: rotate(15deg);
}

.liquid-morph-element:hover::before {
    opacity: 0.5;
    transform: scale(2);
}

.wrap_logo{
    top: -25px;
    width: 100%;
    text-align: center;
    background: #000;
    border-radius: 30px;
    margin: auto;
    box-shadow: 0 0 25px #606060;
    padding: 5px;
}
.splash{
    position: fixed;
    z-index: 10000;
    background: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: grid;
    place-items: center;
}
.splash img{
    max-width: 50%;
}