@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&family=Salsa&display=swap');
/* @import url(myaccount.css); */

:root {
    --white-color: #fff;
    --black-color: #101010;
    --bg-light: #F2F4FA;
    --bg-gray: #dddddd;
    --pink-color: #FF006B;
    --bg-dark: #000;
    --button-color: #3E4356;
    --light-hover-color: #f93184;
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    --heading-font: 'Salsa', cursive;
    --base-dark: #3e4451;
    --table-header: rgba(0, 0, 0, 0.08);
    --body-font: 'Inter', sans-serif;
    ;
}

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--black-dark);
    background: var(--white-color);
    font-size: 1rem;
    line-height: normal;
    overflow-x: hidden;
    /* font-weight: 300; */
}

a {
    text-decoration: none;
    color: inherit;
}

small {
    font-family: 'Inter', sans-serif;
}

section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.heading {
    font-family: var(--heading-font);
    text-transform: capitalize;
}

.text-theme {
    color: var(--pink-color);
}

.bg2 {
    background: var(--bg-light);
}

.fs-7 {
    font-size: 0.8rem;
}

.w-200 {
    width: 200px;
}

.title {
    /* font-weight: 700; */
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-family: var(--heading-font);
}

.ladyBtn {
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 0;
    outline: none;
    padding: 0.75rem 1.5rem;
    position: relative;
    background: var(--button-color);
    color: var(--white-color);
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.ladyBtn:hover,
.ladyBtn:focus {
    background: var(--light-hover-color);
}

.sticky {
    background: var(--white-color);
    box-shadow: var(--shadow);
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0.5rem 0;
}

.sticky .navbar-brand img {
    width: 50px;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 1rem;
    color: var(--white-color);
}
.swiper-button-next, .swiper-button-prev{
    background-color: var(--light-hover-color);
    padding: 0.5rem 1.38rem;
    border-radius: 2rem;
}
.swiper-button-next{
    right: 10px;
}
.swiper-button-prev{
    left: 10px;
}


/* ======================== */
/* THEME */
/* ========================================= */
/* .modal{z-index: 99999; sfsdf dfsdf dsf} */
.swichMain {
    position: fixed;
    left: 10px; 
    bottom: 10px;
    z-index: 999; 
    display: none;
}

.swichMain .checkbox {
    opacity: 0;
    position: absolute;
}

.swichMain .label {
    width: 30px;
    height: 30px;
    background-color: #534e5d;
    border-radius: 50px;
    position: relative;
    color: var(--white-color);
    cursor: pointer;
}

.swichMain i {
    position: absolute;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    left: 7px;
    top: 1px;
}

.swichMain .label .bi-sun {
    opacity: 1;
}

.swichMain .checkbox:checked+.label .bi-sun {
    opacity: 0;
}

.swichMain .checkbox:checked+.label .bi-moon-fill {
    opacity: 1;
}


/* ====================== */
/* NAVBAR */
/* ====================================== */
nav {
    background: var(--white-color);
    box-shadow: var(--shadow);
    position: fixed !important;
    width: 100%;
    z-index: 999;
    top: 0;
    min-height: 72px;
}

.navbar-brand img {
    width: 60px;
    transition: width 0.3s;
    transition-timing-function: linear;
}

@media all and (min-width: 992px) {
    nav.absolute-top {
        top: 0;
        z-index: 999;
        position: absolute;
        width: 100%;
    }

    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
        min-height: auto !important;
        border-radius: 0;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 1;
        transition: all .3s ease-in;
        visibility: hidden;
        box-shadow: 0 5px 20px rgba(197, 208, 216, 0.15);
    }

    /* .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        border: 0;
        padding: 0;
        min-width: 14rem;
        border-radius: 0;
        box-shadow: 0 10px 20px rgba(15, 39, 125, 0.4);
    } */
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        border: 0;
        padding: 0;
        min-width: 50rem;
        left: 50%;
        transform: translate(-50%, 0);  
        margin-top: 1.1rem;
        border-radius: 0;
        box-shadow: 0 10px 15px rgba(15, 39, 125, 0.2);
        height: 80vh;
        overflow: auto;
    }
    .navbar .nav-item .dropdown-menu::-webkit-scrollbar {
        width: 0;
    }  
    .navbar .nav-item .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1; 
    }
    .navbar .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
        background: #888; 
    }
    .navbar .nav-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }

    .navbar .nav-link {
        padding: 0.65rem 1rem !important;
        text-decoration: none;
        font-size: 1rem;
        /* text-transform: uppercase; */
        font-weight: 500;
        color: inherit;
    }

    .navbar .nav-item:hover .nav-link {
        color: var(--light-hover-color);
    }

    body.dark .navbar .nav-item:hover .nav-link {
        color: #4eff17;
    }

    .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        left: 100%;
        right: 0;
        top: -20px;
        box-shadow: 0 10px 10px rgba(15, 39, 125, 0.14);
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu,
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        /* transform: scaleY(1); */
        visibility: visible;
    }

    .dropdown-menu a,
    .dropdown-submenu a {
        padding: 0.5rem 0.75rem;
        text-decoration: none;
        font-size: 0.8rem;
        display: block;
    }

    .dropdown-menu a:hover,
    .dropdown-submenu a:hover,
    .dropdown-menu a:focus,
    .dropdown-submenu a:focus {
        /* color: var(--white-color);
        background: var(--light-hover-color); */
        color: var(--light-hover-color);
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: var(--bs-dropdown-link-active-bg);
    }

    .navbar-brand:focus,
    .navbar-brand:hover {
        color: var(--light-hover-color);
    }
}
.dropdown-menu h5{
    padding-left: 0.75rem;
    font-weight: 600;
    margin-bottom: 0;
}
.dropdown-menu ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}
.dropdown-menu ul li{
    width: 25%;
    display: block;
}
.navbar-toggler {
    border-color: #9d9d9d;
}

.navbar-toggler:focus {
    box-shadow: none;
}



/* ======================== */
/* BANNER */
/* ========================================= */
.banner {
    position: relative;
    margin-top: 76px;
    /* overflow: hidden;
    height: 100vh; */
}

.banner .slick-next {
    right: 25px;
    z-index: 9;
}

.banner .slick-prev {
    left: 25px;
    z-index: 9;
}

/* .banner:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(14,15,26,0) 0%, rgba(14,15,26,0.7) 100%);
    z-index: 1;
} */
/* .bannerContent{
    position: absolute;
    z-index: 2;
    color: var(--white-color);
    text-align: center;
    width: 100%;
    height: 90%; 
    bottom: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
.bannerContent h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 1rem;
    letter-spacing: 1px;
    font-family: var(--heading-font);
}

video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* SEARCH PANEL */
/* ============================== */
.searchPanel {
    position: relative;
    display: flex;
    align-items: center;
}

.searchPanel svg {
    position: absolute;
    left: 20px;
    z-index: 1;
}

.searchBox {
    position: relative;
    border-radius: 5rem;
    padding: 0.75rem 1.25rem;
    min-height: 44px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    padding-left: 3rem;
    font-size: 0.9rem;
    /* font-weight: 300; */
    width: 350px;
}

.searchCity {
    position: relative;
    border-radius: 5rem;
    padding: 0.75rem 1.25rem;
    min-height: 44px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    padding-left: 3rem;
    font-size: 0.9rem;
    /* font-weight: 300; */
    width: 160px;
}

/* CITY REGION */
/* ============================ */
#searchDestination, #searchDestination1 {
    background: var(--white-color);
    /* border-radius: 1rem; */
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 8px 16px rgb(0 0 0 / 15%);
    top: 60px;
    z-index: 9;
    /* overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain; */
    width: 400px;
    position: absolute;
    padding: 1rem;
    /* color: var(--black-color); */
    height: 80vh;
    overflow: auto;
}
#searchDestination::-webkit-scrollbar, #searchDestination1::-webkit-scrollbar {
    width: 0.3rem;
}  
#searchDestination::-webkit-scrollbar-track, #searchDestination1::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
#searchDestination::-webkit-scrollbar-thumb, #searchDestination1::-webkit-scrollbar-thumb {
    background: #888; 
}
#searchDestination::-webkit-scrollbar-thumb:hover, #searchDestination1::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
#searchDestination:before, #searchDestination1:before {
    top: -0.8em;
    left: 2rem;
    color: var(--pink-color);
    content: "";
    border-top: 0;
    border-right: 0.8em solid transparent;
    border-bottom: 0.8em solid;
    border-left: 0.8em solid transparent;
    position: absolute;
}

#searchDestination span, #searchDestination1 span {
    font-family: var(--heading-font);
    /* font-size: 1.15rem; */
    display: block;
    background: rgba(255, 238, 245, 0.2);
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 2px solid rgb(255, 238, 245, 0.7);
    cursor: pointer;
}

#searchDestination span:hover,
#searchDestination span.active, 
#searchDestination1 span:hover,
#searchDestination1 span.active {
    border-color: var(--pink-color);
}

#searchDestination span small, #searchDestination1 span small {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

/* Category */
/* ========================= */
.bbcategoryMain {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bbcategoryMain .catItem {
    background: rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 0.5rem;
    flex: 1;
    margin: 0.5rem;
    display: flex;
    align-items: center;
    text-align: left;
}

.bbcategoryMain .catItem:hover {
    background: var(--pink-color);
}

.bbcategoryMain .catItem .imgPanel {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 120px;
    background: var(--white-color);
    border: 5px solid var(--white-color);
    box-shadow: 0px 0px 5px rgba(225, 225, 255, 0.5);
    border-radius: 8px;
}

.bbcategoryMain .catItem .imgPanel img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(.475, .425, 0, .995);
    -o-transition: all 1s cubic-bezier(.475, .425, 0, .995);
    transition: all 1s cubic-bezier(.475, .425, 0, .995);
    will-change: transform;
    display: block;
    cursor: pointer;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

/* .bbcategoryMain .catItem .imgPanel:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
} */
.bbcategoryMain .catItem h5 {
    font-family: var(--heading-font);
    /* color: var(--pink-color); */
    margin-bottom: 0;
    font-size: 1.75rem;
    margin-left: 1rem;
}

.bbcategoryMain .catItem h5 small {
    display: block;
    font-size: 1rem;
    margin-top: 0.25rem;
    font-weight: 300;
}

/* Category Menu */
/* ============================== */
.categoryMenu {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.categoryMenu a {
    white-space: nowrap;
    font-weight: 500;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
    background: rgba(225, 225, 225, 0.15);
    margin: 0.75rem;
    border-radius: 0.5rem;
    border: 2px solid rgba(225, 225, 225, 0.3);
    width: calc(16.667% - 1.5rem);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.categoryMenu a:hover {
    border-color: var(--pink-color);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.categoryMenu a img {
    height: 115px;
    width: 100%;
    transform: scale(1.05);
    display: block;
    border-radius: 0.5rem 0.5rem 0 0;
}

.categoryMenu a span {
    display: block;
    margin: 15px 0;
}



/* Promotion */
/* ============================== */
.promotion .slick-slide {
    margin: 0 15px;
}

.promotion .slick-slide img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .5s linear;
    border-radius: 0.5rem;
}

.promotion .slick-slide img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}


/* Products */
/* ============================== */
.productMain {
    display: block;
    position: relative;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0.75rem;
    background: var(--white-color);
    text-align: left;
}

.productMain:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.productMain img {
    height: 150px;
    margin: 0 auto 20px;
}

.productMain p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    opacity: 0.75;
}

.productMain small {
    display: block;
}

.productMain small b {
    color: var(--pink-color);
    font-weight: 700;
    font-size: 1.25rem;
}

/* Beauty Tips */
/* ============================== */
.beautyTips {
    text-align: left;
    display: block;
    background: rgba(225, 225, 225, 0.15);
    /* margin: 1rem 0.75rem; */
    border-radius: 0.5rem;
    border: 2px solid rgba(225, 225, 225, 0.3);
}

.beautyTips:hover {
    border-color: var(--pink-color);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.beautyTips .imgBx {
    position: relative;
    height: 200px;
    width: 100%;
}

.beautyTips .imgBx img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem 0.5rem 0 0;
}

.beautyTips h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin: 0 0 0.5rem;
    line-height: 1.4;
    font-size: 1.1rem;
    min-height: 50px;
}

.beautyTips p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Top Service */
/* ============================= */
.topService {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.topService li a {
    position: relative;
    font-weight: 400;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem;
    display: block;
    /* text-decoration: underline; */
}

.topService li a:before {
    position: absolute;
    content: '|';
    right: -7px;
    top: 5px;
}

.topService li a:hover {
    text-decoration: underline;
}


/* Footer */
/* ============================ */
footer {
    position: relative;
    background: #DDDDF0;
    padding: 4rem 0 5rem;
    font-size: 0.9rem;
}

footer .left {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}

footer .right {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
}

footer .footerget {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 15px 0;
    position: relative;
}

footer .footerget li {
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
    font-weight: 400;
}

footer .footerget li a {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
}

footer .footerget li a:hover {
    text-decoration: underline;
    color: var(--light-hover-color);
}

.social {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social li {
    margin-right: 0.25rem;
    text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    font-size: 1.25rem;
}

.social li a {
    display: inline-flex;
    padding: 10px;
    transition: 0.2s;
}

.social li a:hover {
    transform: scale(0.8);
}

.social li i {
    font-size: 1.15rem;
    display: inline-block;
    line-height: 0;
}

.otherMenu {
    display: flex;
    justify-content: center;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.85rem;
    /* list-style: none; */
}

.otherMenu li {
    margin: 0 0.75rem;
}

.otherMenu li:first-child {
    list-style: none;
}

.otherMenu li a:hover {
    text-decoration: underline;
}


/* Inner Sub category */
/* ============================== */
.innerMenuMain {
    position: -webkit-sticky;
    position: sticky;
    top: 76px;
    z-index: 99;
    padding: 1rem 0;
    background: var(--white-color);
}
.innerMenuCover{
    position: relative;
}
.innerMenu {
    position: relative;
    display: block;
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    overflow-x: auto;
    white-space: nowrap;
}

.innerMenu a {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1; */
    position: relative;
    display: inline-block;
    margin: 0 0.1rem;
    width: 100px;
    height: 110px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    cursor: pointer;
}

.innerMenu a.active {
    border-color: var(--light-hover-color);
}

.innerMenu a:hover {
    border-color: var(--light-hover-color);
}

.innerMenu a img {
    border-radius: 0.5rem;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 60px;
    top: 30px;
    left: 50%;
    transform: translate(-50.35%, -50%);
}

.innerMenu a span {
    position: absolute;
    width: 90%;
    left: 5%;
    text-align: center;
    bottom: 0;
    font-size: 0.7rem;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    white-space: normal;
}
.innerMenu::-webkit-scrollbar {
    height: .25em;
}

.innerMenu::-webkit-scrollbar,
.innerMenu::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.innerMenu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
}

.cover-bar {
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 0;
    height: 0.4em;
    -webkit-transition: all .5s;
    display: block;
}

.innerMenuCover:hover .cover-bar {
    display: none;
    -webkit-transition: all .5s;
}


/* Service List */
/* ================================ */
.catID {
    /* position: -webkit-sticky;
    position: sticky;
    top: 120px; */
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-bottom: 10px solid rgba(137, 153, 201, 0.1);
}

.serviceBox {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    position: relative;
    margin: 1.5rem 0;
}

.serviceBox .optBox {
    border: 1px solid var(--light-hover-color);
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}

.serviceBox .optBox .form-check-input {
    margin-top: 0.15rem;
}

.serviceBox .optBox .form-check-input:checked {
    background-color: var(--pink-color);
    border-color: var(--light-hover-color);
}

.serviceBox h5 {
    margin-bottom: 1rem;
}

.tag {
    display: flex;
    /* align-items: center; */
    list-style: none;
    padding: 0;
}

.tag li {
    margin-right: 0.75rem;
}

.serviceBox ul li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.7;
}

.discount {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--pink-color);
    color: var(--white-color);
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.discount span {
    font-size: 13px;
    text-transform: uppercase;
}

/* service modal */
/* ============================ */
.serviceModal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    /* padding: 0.5rem; */
}

.serviceModal .btn-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    outline: none;
    box-shadow: none;
    opacity: 1;
}

.serviceModal .btn-close:hover {
    box-shadow: none;
}

.serviceModal ol {
    margin: 0;
}

.serviceModal ul li,
.serviceModal ol li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

.serviceModal ul li:last-child,
.serviceModal ol li:last-child {
    margin-bottom: 0;
}

.serviceModal .optionBox {
    border: 1px solid var(--light-hover-color);
    padding: 1rem;
    font-size: 0.8rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}

.serviceModal .optionBox .optHead {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.serviceModal .optionBox .optHead h5 {
    font-size: 1rem;
    font-weight: 500;
}

.serviceModal .optionBox .optHead h5 small {
    font-size: 70%;
    opacity: 0.8;
}

.serviceModal .optionBox .optHead h5 small b {
    font-size: 0.9rem;
    color: var(--pink-color);
}

.serviceModal .optionBox ul {
    padding: 0 0 0 16px;
    margin: 5px 0 0;
}

.serviceModal .optionBox ul li {
    opacity: 0.9;
    font-size: 0.8rem;
}

.serviceModal label {
    font-size: 0.9rem;
    font-weight: 500;
}

.serviceModal label span {
    opacity: 0.7;
}

.serviceModal .form-select {
    font-size: 0.9rem;
    min-height: 44px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #888;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.howitwork {
    border-top: 10px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    position: relative;
}

.howitwork .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    background: transparent;
}

.howitwork .accordion-button {
    padding: 0.75rem;
    color: #2C3F85;
    font-weight: 500;
    position: relative;
    background: transparent;
    cursor: pointer;
    font-size: 0.9rem;
}

.howitwork .accordion-body {
    font-size: 0.9rem;
}

.accordion-button:not(.collapsed) {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pink-color);
    padding: 0.25rem 0.35rem;
    border-radius: 0.25rem;
    background: rgba(255, 0, 106, 0.04);
}

.number .minus,
.number .plus {
    width: 16px;
    height: 16px;
    background: var(--pink-color);
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.number input {
    width: 30px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 0;
    background: transparent;
    line-height: 16px;
}

.minus:hover,
.plus:hover {
    background-color: var(--light-hover-color) !important;
    color: #fff !important;
}

/* Login Modal */
/* ============================= */
.loginModal .modal-dialog {
    max-width: 460px;
}

.loginModal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    /* padding: 0.5rem; */
}

.loginModal .btn-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    outline: none;
    box-shadow: none;
    opacity: 1;
}

.loginModal input {
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* padding: 0.75rem 1.15rem; */
    line-height: 50px;
    position: relative;
    text-align: center;
    outline: none;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.05);
    width: 250px;
}

.loginModal input::placeholder {
    font-size: 1rem;
    font-weight: 400;
}

.loginModal input:focus {
    border-color: var(--pink-color);
}

.loginModal button[type=submit] {
    line-height: 50px;
    text-align: center;
    outline: none;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 0;
    width: 282px;
    margin: 1.25rem 0;
    background: var(--button-color);
    color: var(--white-color);
}

/* Shoping Cart */
/* ============================= */
.shoppingPanel {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1rem 0;
    background: var(--white-color);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.shoppingPanel h5 {
    margin: 0;
    font-weight: 700;
    color: var(--pink-color);
}

.shoppingPanel del {
    opacity: 0.7;
    margin: 0 0.5rem;
}

.cartitem {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--pink-color);
    top: 5px;
    right: 5px;
    border-radius: 100%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-size: 0.85rem;
    line-height: 20px;
}

/* Product Details */
/* ======================================== */
.proview .tag{
    font-size: 0.7rem;
    border: 1px solid var(--secondary-color);
    border-radius: 10rem;
    padding: 0.4rem 1.2rem;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-right: 0.5rem;
    text-align: center;
    display: inline-block;
}
.proview .titlemain{
    font-size: 1.35rem;
    margin: 1rem 0 1rem 0;
    max-width: 70%;
    font-weight: 600;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
}
.proview h1{
    font-family: 'Hind', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.proview ul li{
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}
.qtymain h6{
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-right: 1rem;

}
.qtymain .qty{
    width: 40px;
    border:2px solid #ddd;
    padding: 0.2rem 0 0.2rem 0.5rem;
}
.show-addwish-btn{
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease 0.2s;
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    padding: 0.4rem 1.5rem;
}
.show-addwish-btn:hover {
    transition: all ease 0.2s;
    color: white;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.prodetails h4{
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Hind', sans-serif;
}
.prodetails h4 small{
    font-weight: 300;
    margin-top: 5px;
    font-size: 1rem;
    color: #565656;
}


.proview .show {
    width: 500px;
    /* height: 700px; */
    margin: auto;
    z-index: 9;
}
.proview .small-img {
    width: 90px;
    position: relative;
}
.proview .small-img .icon-left, .proview .small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    margin-left: 39px;
    /* position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0; */
}
.proview .small-img .icon-left { transform: rotate(-90deg); }
.proview .small-img .icon-right { transform: rotate(90deg) }
.proview .small-img .icon-left:hover, .proview .small-img .icon-right:hover { opacity: .5; }
.small-container {
    width: 90px;
    overflow: hidden;
    /* position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; */
}
.small-container div {
    height: 100%;
    position: relative;
}
.proview .small-container .show-small-img {
    width: 80px;
    margin: 5px;
    cursor: pointer;
    float: left;
}
.proview .small-container .show-small-img:last-of-type { margin-right: 0; }

.trust{
    width: calc(100% - 90px);
    position: relative;
    margin-left: auto;
}
.trust p{
    font-weight: 300;
}

.description .heading{
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 2px solid var(--bg-gray);
    cursor: pointer;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1rem;
    background-color: var(--bg-gray);
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
}
.description h5{
    letter-spacing: 1.2px;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
}
.description p{
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

/* Cart and Checkout */
/* ======================================== */
.step-nav {
    padding: 0.75rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 241, 247, 1);
    position: -webkit-sticky;
    position: sticky;
    top: 76px;
    z-index: 99;
}

.step-nav a {
    border: 0;
    background: var(--bg-gray);
    padding: 0.65rem 1.25rem;
    position: relative;
    border-radius: 0.5rem;
    min-height: 44px;
    font-size: 1.15rem;
    min-width: 180px;
    color: var(--bg-dark);
    text-align: center;
}

.step-nav a.active {
    background: var(--pink-color);
    color: var(--white-color);
}

.checkwrp {
    margin-top: 2rem;
    margin-bottom: 4rem;
    position: relative;
}

.router {
    width: 65%;
}

.checkline {
    width: 2px;
    margin: 0 1.5rem;
    background-color: var(--table-header);
}

.wrpchk .items {
    width: 100%;
}

.wrpchk .items .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.wrpchk .items .heading h5 {
    font-family: var(--body-font);
}

.wrpchk .total {
    font-size: 1.25rem;
}

.wrpchk .total span {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

.wrpchk .item {
    margin-bottom: 1rem;
    border: 2px solid var(--table-header);
    border-radius: 0.5rem;
}

.wrpchk .item .content {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.wrpchk .item .content .discount {
    transform: scale(0.6);
    right: 0;
    bottom: 0;
    top: inherit;
}

.wrpchk .item .content .info {
    margin-left: 1.2rem;
    flex-basis: 0;
    flex-grow: 1;
}

.wrpchk .item .content img.product-photo {
    height: 6rem;
    width: 6rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 0.5rem;
}

.wrpchk .item .content .info .basic {
    flex-basis: 0;
    flex-grow: 1;
}

.wrpchk .highlight {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.wrpchk .highlight .remove {
    padding: 0.3rem 0.75rem;
    border-radius: 0.25rem;
    background: #ecebf0;
    color: var(--bg-dark);
    /* font-size: 0.8rem; */
}

.wrpchk .item .content .info .price {
    margin-left: 2rem;
    text-align: right;
    white-space: nowrap;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 700;
    color: var(--pink-color);
}

.wrpchk button {
    font-weight: 500;
    /* color: var(--theme-color); */
    background-color: transparent;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
}

.wrpchk button:first-child {
    border-right: 2px solid var(--table-header);
}

/* .checkout-right {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    z-index: 9;
} */

.checkout-right {
    position: -webkit-sticky;
    position: fixed;
    right: calc(33.333% - 305px);
    top: 185px;
    z-index: 9;
    min-width: 350px;
}
.t-sticky-100 {
    top: 100px !important;
}

.checkout-right h5 {
    font-weight: 600;
}

.login-btn {
    background: white;
    border: none;
    padding: 0;
    font-weight: 600;
    color: var(--primary-color);
}

.det {
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 5rem;
}

.det .heading {
    font-size: 1.5rem;
}

.det ul li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.det ul li .text {
    color: var(--black-color);
}

.det .total {
    margin: 0.5rem 0;
    padding: 0.6rem 0;
    border-top: 1px solid var(--bg-gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 800;
}

.det .alert {
    font-size: 0.8rem;
    margin-bottom: 0;
}

/* Recommended */
/* ============================ */
.recommedMain {
    display: block;
    position: relative;
    border-radius: 0.75rem;
    padding: 0.85rem;
    /* box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); */
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 0.5rem;
    background: var(--white-color);
    text-align: left;
    /* width: 220px !important; */
}

.recommedMain:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.recommedMain .imgPt {
    height: 120px;
    border-radius: 0.5rem;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
}

.recommedMain .imgPt img {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recommedMain .imgPt2 {
    height: 180px;
    border-radius: 0.5rem;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
}

.recommedMain .imgPt2 img {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recommedMain p {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    /* min-height: 2.2rem; */
    font-size: 0.8rem;
    opacity: 0.8;
}

.recommedMain small {
    display: block;
}

.recommedMain small b {
    color: var(--pink-color);
    font-weight: 700;
    font-size: 1.05rem;
}

/* Slot Booking */
/* ============================== */
.custom-option-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.custom-options-checkable .custom-option-item {
    width: 100%;
    cursor: pointer;
    border-radius: 0.5rem;
    /* background-color: rgba(130,134,139,.06); */
    border: 1px solid #EBE9F1;
    margin-bottom: 0.5rem;
}

.custom-options-checkable .custom-option-item .ico {
    background: #F6F3FF;
    padding: 0.35rem 0.5rem;
    border-radius: 0.5rem;
    color: var(--bg-dark);
}

.custom-option-item-check:checked+.custom-option-item {
    color: var(--base-dark);
    /* background-color: rgba(240, 103, 201, 0.08); */
    border-color: var(--pink-color);
}

.custom-option-item-check:checked+.custom-option-item .ico {
    background-color: rgba(255, 0, 140, 0.1);
}

.slotBooking {
    border-top: 8px solid rgba(0, 0, 0, 0.08);
    position: relative;
}

.slotPending {
    position: absolute;
    width: 100%;
    background: var(--pink-color);
    text-align: center;
    color: var(--white-color);
    font-size: 0.6rem;
    bottom: 8px;
    left: 0;
    height: 14px;
    border-radius: 0 0 0.25rem 0.25rem;
}


/* Product List */
/* =========================== */
.proListMain form select {
    border: 1px solid var(--bg-gray);
    padding: 0.25rem 0.5rem;
    color: var(--black-color);
    outline: none;
    font-size: 0.9rem;
}

.proListMain form select:focus,
.proListMain form select:hover {
    border-color: var(--dark-blue);
}

.proListMain .productMain {
    margin: 0 0 1.25rem;
}

.proListMain .productMain img {
    height: 190px;
    display: block;
}

.tooltip2 {
    /* position: relative; */
    cursor: pointer;
    display: inline-block;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 150px;
    min-width: 250px;
    background-color: var(--base-dark);
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-radius: 6px;
    padding: 0.75rem 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: 46px;
    left: 50%;
    transform: translate(-50%, 0);
}

.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 15px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--base-dark) transparent transparent transparent;
}
.tooltip2 .tooltiptext::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
    bottom: -15px;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
}
.shadeCheck{
    position: relative;
    margin: 5px;
    line-height: 0;
}
.shadeCheck .form-check-input{
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    visibility: hidden;
}
.shadeCheck .form-check-input:checked:before{
    position: absolute;
    font-family: bootstrap-icons;
    content: '\F633';
    font-size: 20px;
    color: #fff;
    left: -4px;
    bottom: 3px;
    visibility: visible;
}

.filterMain {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
}

.filter {
    margin-bottom: 20px;
    position: relative;
    border: 3px solid #edeef3;
    padding: 0.75rem;
    background: #fff;
    max-width: 290px;
}

.filter .title-pt {
    /* font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 1px; */
    font-weight: 600;
    position: relative;
    border-bottom: 2px dotted var(--bg-gray);
    margin-bottom: 0.75rem;
    padding-bottom: 0.35rem;
}

.filter .form-check {
    min-height: 1.7rem;
    /* display: flex; */
    padding: 0 5px 0 30px;
    border-radius: 5px;
}

.filter .form-check input {
    margin-right: 10px;
}

.filter .form-check label {
    display: block;
    font-size: 0.9rem;
}

.filter .form-check span {
    width: 13px;
    height: 13px;
    /* background: #000; */
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.filter .form-check input[type="checkbox"] {
    border-radius: 0;
    box-shadow: none;
    margin-top: 1px;
}

.filter .form-check input[type="radio"] {
    box-shadow: none;
    margin-top: 1px;
}

.filter .form-check-input:checked {
    background-color: #ff0000;
    border-color: #ff0000;
}

.filter .filterOverflow {
    height: 180px;
    overflow: auto;
}

.filter .filterOverflow::-webkit-scrollbar {
    width: 6px;
}

.filter .filterOverflow::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filter .filterOverflow::-webkit-scrollbar-thumb {
    background: #888;
}

.filter .filterOverflow::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* MY PROFILE */
/* ================================ */
.myProfileBG {
    background: url(../images/profileBG.jpg) left bottom no-repeat;
    background-size: cover;
    padding: 1rem 1.25rem;
    color: var(--white-color);
    border-radius: 1rem;
    align-items: center;
    display: flex;
}

.myProfileBG h4 small {
    font-size: 0.9rem;
    display: block;
    margin-top: 0.5rem;
}

.myProfileBG img {
    height: 80px;
    border-radius: 15px;
    border: 3px solid #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.profileBox {
    background-color: #f6e7ed;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    margin-bottom: 1rem;
    padding: 1.5rem;
    border: 2px solid #fff;
    border-radius: 0.5rem;
}

.profileBox h5 {
    padding: 10px 14px;
    background: var(--white-color);
}

.profileBox ul {
    margin-bottom: 0;
    padding-left: 0;
}

.profileBox ul li {
    margin: 0 0 5px;
    list-style: none;
}

.profileBox li a {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.profileBox li a:hover,
.profileBox li a.active {
    color: var(--pink-color);
    background: var(--white-color);
}

/* Booking List */
/* ============================== */
.bookingList {
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem;
    border: 1px solid #ddd;
    margin-bottom: 0.25rem;
    border-radius: 1rem;
}

.bookingDate {
    width: 70px;
    height: 80px;
    padding-top: 10px;
    border-radius: 10px;
    background: var(--pink-color);
    color: var(--white-color);
    text-align: center;
    position: relative;
}

.bookingDate h5 small {
    font-size: 0.75rem;
    display: block;
    font-weight: 400;
}

.bookingDate h5 {
    font-weight: 600;
    font-size: 1.5rem;
}

.bookingDate .timeSet {
    background: #003859;
    padding: 0.25rem 0.15rem;
    position: absolute;
    bottom: 0;
    width: 70px;
    border-radius: 0 0 10px 10px;
    font-size: 0.75rem;
}

.bookingList del {
    color: var(--base-dark);
    font-size: 0.8rem;
}

/* Wallet Panel */
/* ====================== */
.walletMain {
    background: url(../images/walletbg.png) no-repeat;
    padding: 1rem 1.5rem;
    position: relative;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transactionList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #f1f1f1;
}

.transactionList:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

/* .transactionList .psName{
    width: calc(100% - 150px);
}
.transactionList .psName h6{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
}

.transactionList h5{
    width: 150px;
    text-align: right;
} */


.referBtn {
    border-radius: 0.5rem;
    border: 2px dashed var(--pink-color);
    padding: 0.5rem 1.25rem;
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    color: #888;
}

.referBtn b {
    display: block;
    font-size: 1.25rem;
    color: var(--pink-color);
    margin-top: 0.25rem;
}

.beautyTip {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 1rem 0 0;
}

.beautyTip li {
    position: relative;
    padding-left: 1.5rem;
}

.beautyTip li:before {
    position: absolute;
    content: '\F309';
    left: -3px;
    top: 50%;
    font-size: 2rem;
    font-family: bootstrap-icons;
    line-height: 0;
}

.other-tips {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 4px;
}

.other-tips-height {
    height: 40px;
    border-radius: 5px;
}

.other-tips ul a {
    color: #212529;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px !important;
    border: 1px solid #ddd
}


/*=======================*/
/*FAQ Area CSS*/
/*=================================================*/
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    text-align: left;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 0 60px 0 0;
    color: #463b87;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active {
    color: #212121;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9rem;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-accordion .accordion .accordion-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content ul li {
    color: #3e555f;
    position: relative;
    margin-bottom: 10px;
    line-height: 18px;
    padding-left: 15px;
}

.faq-accordion .accordion .accordion-content ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #086AD8;
    border-radius: 50%;
}

.faq-accordion .accordion .accordion-content ul li:last-child {
    margin-bottom: 0;
}

.footCart{
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #ddd;
}

.whatsapp{
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 999;
    animation: animate 2s linear infinite;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
    border-radius: 100%;
}
.whatsapp img{
    width: 50px;
}
@keyframes animate { 
    0% { 
        transform: scale(1.05); 
    } 
    50% { 
        transform: scale(0.9); 
    } 
    0% { 
        transform: scale(1.05); 
    }  
} 
.callbtn{
    position: fixed;
    right: 10px;
    bottom: 20px; 
    z-index: 999;
}

/* 13.05.24 */
.innerBanner {
    position: relative;
    padding: 2rem 0;
    /* background: var(--theme-bg-color); */
    background-color: #284366;
    color: var(--white-color);
    margin-top: 75px;
}
/* Blogs section */
/* ===================================== */
.blogs .card h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogs .card .date{
    color: var(--pink-color);
    font-weight: 600;
    font-size: 12px;
}
.blogs .card .card-img-top {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.blogs .card .button-grp a {
    font-size: 14px;
}

/* Blog-details page */
.blog-display .inner-contain {
    padding: 1rem;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-display h1 {
    font-size: 30px;
}
.blog-display h4, .blog-display h5 {
    font-size: 20px !important;
}
.blog-display .scroll-div h6 {
    font-size: 14px !important;
}

.blog-display .tag-box .tags {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #888;
    transition: all 0.2s ease-in-out;
}
/* .blog-display .tag-box .tags:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
} */
.blogs .card-heading {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
}
.blogs .card-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.blogs .button-grp {
    background-color: #ECECEC;
}

.blogs .card-img-top {
    overflow: hidden;
    height: 250px;
    transition: all 0.3s ease-in-out;
}

.blogs .card:hover .card-img-top {
    transform: scale(1.1);
}


/* Blog-details page */
.blog-display .inner-contain {
    padding: 1rem;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-display h1 {
    font-size: 30px;
}
.blog-display h4, .blog-display h5 {
    font-size: 20px !important;
}
.blog-display .scroll-div h6 {
    font-size: 14px !important;
}

.blog-display .tag-box .tags {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #888;
    transition: all 0.2s ease-in-out;
}
.blog-display .tag-box .tags:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
}
.service-area .side-service-menu {
    box-shadow: #64646f33 0px 7px 29px 0px;
    /*max-height: 575px;*/
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    z-index: 99;
}
.side-nav h3 {
    font-size: 20px;
}

.side-nav ul {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}
.side-nav ul li a{
    margin-top: 0.75rem;
    position: relative;
    transition: all 0.2s ease-in-out;
    padding-left: 1.5rem;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}
.side-nav ul li a:hover {
    color: var(--pink-color);
    padding-left: 1.75rem;
    font-weight: 600;
}
.side-nav ul li a:before {
    content: "\F138";
    position: absolute;
    font-family: "bootstrap-icons";
    left: 0;
}

.reviewContUser {
    display: flex;
    align-items: center;
}

.reviewContUser .author {
    width: 40px;
    height: 40px;
    position: relative;
}

.reviewContUser .author img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}

.reviewContent {
    position: relative;
    margin-right: 5rem;
}

.reviewContent p {
    /* max-height: 4.4rem;
    height: 100vh; */
    /* word-break: break-all; */
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

/* ============================================== */
/* =========== RESPONSIVE PANEL ======================================= */
/* ============================================== */
@media(max-width:1920px){
    .checkout-right {
        right: calc(37.333% - 365px);
    }
}
@media(max-width:1400px){
    .checkout-right {
        right: calc(33.333% - 305px);
    }
}


@media(max-width:800px){
    body{font-size: 0.85rem;}
    section{padding-top: 2.5rem; padding-bottom: 2.5rem;}
    .title{font-size: 1.5rem;}
    .topService li a{padding: 0.1rem 0.5rem;}
    #searchDestination1{width: 250px; padding: 0.5rem; left: -20px; top: 55px; border-radius: 0.5rem;}
    #searchDestination1 span{font-size: 0.9rem; padding: 0.25rem 0.5rem;}
    #searchDestination1 span small{font-size: 0.7rem; margin: 0; color: #888;}
    .bannerContent h1{font-size: 1.75rem;}
    .bannerContent h4{font-size: 1rem;}
    
    .categoryMenu a{width: calc(33.333% - 1rem); margin: 0.5rem;}
    .cover-bar{width: calc(100% - 1.5rem);}
    footer .left, footer .right{ display: none; }
    .step-nav{padding: 0.75rem 0;}
    .step-nav a{min-width: auto; transform: scale(0.85);}
    .wrpchk .highlight{margin: 0.5rem 0; font-size: 0.75rem;}
    .checkout-right{position: relative; right: 0; top: 0; margin-bottom: 1.5rem;}
    .wrpchk .items .heading h5{font-size: 1rem;}
    .wrpchk .item .content img.product-photo{ width: 4rem; height: 4rem;}
    .wrpchk .item .content .info .price{margin-left: 0; text-align: left; display: flex;}
    .wrpchk .item .content .info .price del{margin-left: 0.5rem;}
    .wrpchk .item .content .info .basic h6{font-size: 0.9rem;}
    .wrpchk .item .content{align-items: flex-start;}
    .mmenu{flex-direction: row; justify-content: space-around; align-items: center;}
    .searchBox{width: 100%;}
    .serviceBox{padding: 0.85rem;}
    /* .serviceBox .row{flex-direction: column-reverse;} */
    .navbar .nav-item .dropdown-menu{height: 60vh; overflow-y: auto;}
    .navbar-nav .dropdown-menu{position: absolute; width: 98vw; left: -30px;}
    .dropdown-menu ul li{width: 50%; display: block;}
    .dropdown-menu a, .dropdown-submenu a {padding: 0.5rem 0.75rem; text-decoration: none; font-size: 0.7rem; display: block;}
    .slotBtn{
        position: fixed;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
}

@media(max-width:640px){
    #searchDestination1{width: 250px; padding: 0.5rem; left: -20px; top: 55px; border-radius: 0.5rem; height: 245px; overflow-y: auto;}
    .categoryMenu a{width: calc(50% - 1rem); margin: 0.5rem;}
    .bbcategoryMain{display: block;}
}


@media(max-width:480px){
    
}







































































/* ====================== */
/* THEME RELATED BODY */
/* ====================================== */
body.dark {
    color: var(--white-color);
    background: var(--base-dark);
}

body.dark nav {
    background: var(--base-dark);
}

body.dark .bg2 {
    background: #535a69;
}

body.dark .searchBox,
body.dark .searchCity {
    color: var(--white-color);
    background: rgba(0, 0, 0, 0.2);
}

body.dark .productMain,
body.dark .innerMenuMain {
    background: #5f6778;
}

body.dark input,
body.dark button,
body.dark textarea {
    color: var(--white-color);
}

body.dark .text-dark {
    color: var(--bg-gray) !important;
    opacity: 0.7;
}

body.dark #searchDestination {
    background: #535a69;
}

body.dark footer {
    background: #292e37;
}

body.dark footer .left,
body.dark footer .right {
    opacity: 0.3;
}

body.dark .btn-outline-dark {
    border-color: var(--bg-gray);
    color: var(--bg-gray);
}

body.dark .modal-content {
    background: #292e37;
}

body.dark .accordion-body,
body.dark .accordion-button {
    color: var(--bg-gray);
}