
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* ==========================
   Full Page Loader
========================== */

.page-loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* Spinner */
.loader-spinner {
/*    width: 50px;
    height: 50px;
    border: 5px solid #e5e5e5;
    border-top-color: #55bec8;
    border-radius: 50%;*/
    animation: loaderSpin 0.8s linear infinite;
}

@keyframes loaderSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.menu_bar {
    width: 30px;
    height: auto;
}

.offcanvas-end {
    width: 350px;
}
.col-lg-12.text_paras p {
    font-size: 17px;
    margin: 8px 5px;
    text-align: justify;
    line-height: 1.6;
}
.menu_list .nav-link {
    display: block;
    padding: 12px 0;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
}

    .menu_list .nav-link:hover,
    .menu_list .nav-link.active {
        color: #55b7c3;
    }

button.btn-close-btn {
    float: right;
    position: absolute;
    right: 20px;
    top: 40px;
}

.offcanvas.offcanvas-end {
    width: 100%;
    text-align: center;
}

img.menu_bar {
    width: 40px;
    margin-top: 32px;
}

.offcanvas-header {
    justify-content: center;
}

.full-landing-image {
    width: 100%;
    height: 100vh;
    background: url('https://i.postimg.cc/J07vSC9q/hero-background.jpg') no-repeat center;
    background-size: cover;
}

.topBanner {
    background-image: url("../img/banner/banner-top.jpg");
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.re_treate {
    background: #f4f5f8;
    padding: 100px 0 50px 0;
    display: block;
    width: 100%;
    height: auto;
}

.products {
    background-image: url("../img/banner/item-bg.png");
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
    text-align: center;
}

.hand_picked {
    background-image: url("../img/banner/banner-hand_picked.png");
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 80px 0;
    text-align: center;
}

.acientWellness {
    background-image: url("../img/banner/re-treats.png");
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    text-align: center;
    color: #fff;
}

.content {
    width: 100%;
    padding: 30px;
}

.img_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    .img_flex img {
        width: 75px;
        height: auto;
        margin: 10px 15px;
    }

section.hand_picked h1 {
    font-size: 60px;
    color: #fff;
    margin: 50px 0 8px 0;
    font-family: "demo_coneriascript";
}

.ht_heading h1 {
    font-size: 32px;
    margin: 30px 0 20px 0;
    color: #224c41;
    text-align: center;
    font-family: "demo_coneriascript";
}

.ht_heading p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #224c41;
    text-align: center;
}

.Wellbeing {
    background: #f4f5f8;
    padding: 60px 0;
    text-align: center;
    color: #224c41;
}

img.leaf {
    width: 30px;
    /* margin: 10px; */
    height: auto;
}

section.Wellbeing h6 {
    font-size: 28px;
    font-weight: 500;
    color: #224c41;
}

.Wellbeing p {
    font-size: 18px;
    color: #224c41;
}

.Wellbeing h1 {
    font-size: 42px;
    color: #224c41;
    margin: 45px 0 5px 0;
    font-family: "demo_coneriascript";
    line-height: 1.6;
}

img.leaf-A {
    width: 70px;
}

img.leaf-Ab {
    width: 70px;
}

.img_leaf {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px;
}

.text_para {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 60px 0;
}

section.about h3 {
    font-size: 26px;
    font-family: "demo_coneriascript";
    color: #224c41;
    margin: 20px 0 5px 0;
    font-weight: 500;
}

h3.heading {
    font-size: 30px;
    font-family: "demo_coneriascript";
    color: #224c41;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

.text_para h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.text_para p {
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
}

.text_para h4 {
    font-size: 19px;
    font-weight: 500;
    color: #b0cb1f;
    font-family: "demo_coneriascript";
}

.leafs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.products_item {
    display: block;
    width: 100%;
    height: auto;
    background: #e8e7dbe3;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    box-shadow: none;
    text-align: center;
}

    .products_item:hover {
        box-shadow: 0 0 10px #b9b9b9;
    }

img.Ayurdev {
    width: 30px;
    height: auto;
}


.products_item h2 {
    font-size: 36px;
    margin: 10px 0;
}


.clients-logo img {
    width: 75%;
    max-width: 100% !important;
}

.products_item p {
    font-size: 15px;
    line-height: 1.4;
    margin: 30px 0 25px 0;
}

.img_hotl {
    width: 100%;
    height: 200px;
    background: #ccc;
    margin-top: 30px;
}

    .img_hotl img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

img.Ayurdev {
    width: 42px;
    height: auto;
    margin-bottom: 10px;
}

.text_holt_para h1 {
    font-size: 25px;
    margin: 0 0 5px 0;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 74px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "demo_coneriascript";
}

p.hotel_desc {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    max-height: calc(1.6em * 8);
    color: #224c41;
}

.products_item h2 {
    font-size: 25px;
    margin: 0 0 5px 0;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 74px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "demo_coneriascript";
}

.products_item p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0px 0 10px 0;
}

.img_hotl {
    width: 100%;
    height: 200px;
    background: #ccc;
    margin-top: 20px;
}

    .img_hotl img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

section.products h1 {
    font-size: 42px;
    font-weight: 400;
    color: #2b2a29;
    font-family: "Montserrat", sans-serif;
    margin: 10px 0 50px 0;
    text-transform: capitalize;
}

.products_item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.6em * 3);
    color: #224c41;
}
.text_holt_para p {
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.6em * 6);
    color: #224c41;
}

.hotel_text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.6em * 3);
    color: #224c41;
}

p.abot {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.6em * 3);
    color: #224c41;
    display:none;
}

p.text_pr {
    font-size: 28px;
    color: #224c41;
    margin: 5% 0 0 0;
    line-height: 1.4;
    font-weight: 400;
}
p.text_prp {
    font-size: 28px;
    color: #224c41;
    margin: 10px 0 0 0;
    line-height: 1.4;
    font-weight: 400;
}

.text_par h1 {
    font-size: 115px;
    color: #224c41;
    line-height: 1;
    margin: 0px 0;
    font-family: 'angelova script', sans-serif;
}
.text_p.text-white p.text_pr, .text_p.text-white h1, .text_p.text-white p.text_prp, .text_p.text-white .name_adrw {
    color: #fff;
}
.text_p h1 {
    font-size: 115px;
    color: #224c41;
    line-height: 1;
    margin: 0px 0;
    font-family: 'angelova script', sans-serif;
}

p.name_adrw {
    font-size: 20px;
    font-weight: 600;
    color: #224c41;
    margin: 10px 0 0 0;
}

.owl-carousel .owl-item img.k_leaf {
    width: 25px;
    max-width: 25px;
    margin: 0px 0 0 -5px;
    display: inline-block;
}

img.k_leaf {
    width: 25px;
    margin: 20px 0 0 -5px;
}

img.k_flowers {
    width: 49%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    opacity: .4;
    z-index: 9;
}

section.about.section-padding {
    padding: 100px 0;
}

h5.welbeing {
    font-size: 26px;
    color: #55b7c3;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

h1.name_type {
    font-family: "demo_coneriascript";
}

.owl-carousel {
    display: block;
}

img.k_leaf_chakra {
    width: 450px;
    max-width: 100%;
    opacity: .6;
    z-index: 1;
}

.chakra {
    text-align: center;
    position: relative;
}

.text_par {
    position: absolute;
    top: 30px;
    text-align: center;
}
.vegas-container{
    padding:120px 0 0 0;
}
.main_chkra {
    position: relative;
    z-index: 1;
    margin-top: 10%;
}


.banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img_hotl_pa {
    width: 100%;
    height: 450px;
    background: #fff;
    overflow: hidden;
}

    .img_hotl_pa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.text_holt_para {
    border: 1px solid #224c41;
    padding: 30px;
    text-align: center;
    min-height: 450px;
}

    .text_holt_para img {
        width: 30px;
        max-width: 30px;
        margin: 10px auto;
    }

.rooms.row {
    padding: 15px;
}

.btn_grou {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
img.chakra-white {
    width: 203px;
    max-width: 240px;
    position: absolute;
    bottom: 15px;
    right: 26px;
    z-index: -1;
}
a.viewMore {
    font-size: 15px;
    text-transform: uppercase;
    padding: 6px 30px;
    border: 1px solid #fff;
}

    a.viewMore:hover {
        border: 1px solid #224c41;
        background: #224c41;
        color: #ffffff;
    }

a.viewMore_ing {
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 30px;
    border: 1px solid #224c41;
    background: #224c41;
    color: #ffffff;
}

    a.viewMore_ing:hover {
        border: 1px solid #224c41;
        background: #224c41;
        color: #ffffff;
    }

p.maills {
    font-size: 14px;
    color: #0e113b;
    font-weight: 500;
}

img.emil_txt {
    width: 25px;
    float: left;
    margin: 0px 4px 0 0;
}

.followus .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #000;
    color: #fff;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    background: #000;
}

p.address {
    font-size: 16px;
    line-height: 1.4;
    color: #0e113b;
    font-weight: 500;
}

.url_footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
}

.lft-rl-fotr {
    border-right: 1px solid #fff;
}

.lft-rl-fotr {
    display: block;
    width: 49%;
    padding: 5px;
}

.url_footer a {
    font-size: 16px;
    padding: 4px 0;
    color: #0e113b;
    width: 100%;
    font-weight: 500;
}

.lft-rl-fotr a:hover {
    color: #639f4f;
    font-weight: 500;
}

.text_detls {
    width: 100%;
    background: #55b7c3;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    z-index: 9;
    display: none;
}
.Membr_team {
    position: relative;
}
.Membr_team {
    position: relative;
}

.text_about_menbr h5 {
    font-size: 20px;
    color: #fff;
}

.text_about_menbr p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.info-text {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.img_team {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin: 2px auto;
}
.info-text h4 {
    font-size: 20px;
    margin: 0;
    color: #224c41;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.about_text_mr h5 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #224c41;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color:#fff;
}

.about_text_mr {
    position: absolute;
    top: 0;
    background: #55b7c3;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: left;
    max-height: 100%;
    overflow: auto;
    color: #ffffff;
    display: none;
}
.port_positin:hover .about_text_mr {
    display:block;
}

.port_positin {
    position: relative;
}

    .img:hover .text_detls {
        display: block;
    }

    .img:hover .info-text {
        display: none !important;
    }


.lft-rl-fotr:last-child {
    border-right: none;
}

.footer .bottom {
    padding: 20px 0 0px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: #57b1b9;
    color: #fff;
}

    .footer .bottom p {
        font-size: 16px;
        color: #000;
    }

        .footer .bottom p.right {
            text-align: right;
        }

img.logo-white {
    width: 170px;
}
.container.price_box {
    box-shadow: 0 0 4px #ccc;
    padding: 35px 0;
}
section.Prices-section {
    padding: 20px 0 50px 0;
}
i.fa.fa-user, i.fa.fa-users {
    width: 50px;
    height: 50px;
    background: #224c41;
    border-radius: 50%;
    font-size: 22px;
    color: #ffffff;
    padding: 12px 0 0 0;
    margin-bottom: 17px;
}

.hotel_main {
    display: block;
    height: auto;
    position: relative;
    box-shadow: 0 0 3px #ccc;
    margin: 4px;
    padding: 20px 20px 0 20px;
    background: #fff;
    margin-top: 15px;
}

.hotel_img {
    display: block;
    width: 100%;
    height: 250px;
    background: #fff;
    overflow: hidden;
}

.hotel_text {
    display: block;
    background: #fff;
    padding: 18px;
    color: #224c41;
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 0;
}

    .hotel_text h3 {
        font-size: 22px;
        margin: 0 0 5px 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.3;
        height: 62px;
        font-weight: 500;
        text-transform: capitalize;
        font-family: "Outfit", sans-serif;
    }

section.wellPrograme {
    padding: 70px 0;
    text-align: center;
}
section.section-OtherRetreats {
    padding: 50px 0;
}

.hotel_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 500ms ease;
}

.hotel_main:hover .hotel_img img {
    transform: scale(1.08);
}

section.hotl_nm {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -140px;
    z-index: 9;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}

.bordere {
    border: 1px solid #fff;
    padding: 15px 15px;
}

.owl-carousel .owl-item img.Ayurdev {
    max-width: 42px;
    width: 42px;
    margin: 10px auto;
}

.clients-logo img {
    max-width: 30px;
}

i.fa.fa-star {
    color: #e0ab4d;
}

.main_card {
    display: block;
    /*    width: 100%;*/
    height: auto;
    position: relative;
    box-shadow: 0 0 3px #ccc;
    margin: 4px;
    padding: 20px 20px 0 20px;
    background: #fff;
    margin-top: 20px;
}
section.holidBanner {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h3.programme-price {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Outfit", sans-serif;
    margin: 2px 0;
}

.img_sect {
    display: block;
    width: 100%;
    height: 250px;
    background: #fff;
    overflow: hidden;
}

h3.programme-price span {
    font-size: 14px;
    font-weight: 400;
    color: #224c41;
    margin-right: 7px;
}

.img_sect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text_card {
    background: #fff;
    padding: 20px 5px 15px 5px;
    text-align: center;
}
.name_hotl_star p.duration {
    color: #214f44;
    margin-bottom: 5px;
}

    .text_card h4 {
        font-size: 22px;
        margin: 0 0 5px 0;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.3;
        height: 87px;
        font-weight: 500;
        text-transform: capitalize;
        font-family: "Outfit", sans-serif;
    }

    .text_card p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: calc(4.8em);
        color: rgb(34, 76, 65);
    }

    .text_card p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

        .text_card p.duration {
            font-size: 17px;
            font-weight: 600;
            color: #224c41;
            margin: 10px 0;
        }

a.btn-anchor-link {
    font-size: 15px;
    background: #fff;
    border: 1px solid #55b7c3;
    padding: 7px 15px;
    margin: 26px 0 10px 0;
    color: #55b7c3;
    text-transform: uppercase;
    display: block;
}

    a.btn-anchor-link:hover {
        background: #55b7c3;
        color: #fff;
    }

.bordere h1 {
    color: #224c41;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    font-family: "demo_coneriascript";
    line-height: 1.6;
}

.name_hotl_star {
    background: #fff;
    text-align: center;
    padding: 20px;
}

    .name_hotl_star p {
        font-size: 20px;
        color: #55b7c3;
        margin: 0;
    }

section.imageGallery.team {
    text-align: center;
    padding: 50px 0;
}

ul.listing {
    margin: 0;
    padding: 0;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

a.btn-left {
    font-size: 17px;
    padding: 5px 0;
    text-align: center;
    width: 49%;
    text-transform: uppercase;
    background: #55b7c3;
    color: #fff;
    border: 1px solid #55b7c3;
}

button.btn-right {
    font-size: 17px;
    padding: 3px;
    text-align: center;
    width: 49%;
    text-transform: uppercase;
    background: #fff;
    color: #55b7c3;
    border: 1px solid #55b7c3;
}

    button.btn-right:hover {
        background: #55b7c3;
        color: #fff;
    }

a.btn-right {
    font-size: 17px;
    padding: 3px;
    text-align: center;
    width: 49%;
    text-transform: uppercase;
    background: #fff;
    color: #55b7c3;
    border: 1px solid #55b7c3;
}

    a.btn-right:hover {
        background: #55b7c3;
        color: #fff;
    }

a.btn-left:hover {
    background: #fff;
    color: #55b7c3;
}

ul.listing li {
    margin: 0 10px;
}

    ul.listing li i {
        background: #55b7c3;
        width: 38px;
        height: 36px;
        border-radius: 50%;
        padding: 11px 0;
        color: #224c41;
    }

    ul.listing li p {
        font-size: 15px;
        font-weight: 600;
        color: #224c41;
        margin: 0;
    }

span.starrating {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 4px 0 2px 0;
}

    span.starrating i {
        margin: 4px;
    }

p.hote_text {
    font-size: 18px;
    margin: 3px;
    color: #224c41;
    font-weight: 500;
}

ul.men_veticle {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.text_para_section {
    background-image: url("/img/pattern.png");
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px 0;
}

section.enqueryNow {
    background-image: url("/img/pattern.png");
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px 0;
}

.box-shadow {
    display: block;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 10px 0;
    box-shadow: 0 0 10px #ccc;
}
.section_box{
    padding:20px;
    background:#fff;
    position:relative;
    z-index:9;
}
.getForm {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    z-index: 9;
}
.form-check-input:checked {
    background-color: #224c41;
    border-color: #224c41;
}
.form-control:focus {
    color: #224c41;
    background-color: none;
    border-color: #224c41;
    outline: 0;
    box-shadow: none;
}
.form-check-input:focus{
    box-shadow:none;
}

a.acton {
    font-size: 17px;
    font-weight: 500;
    color: #224c41;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.text_para_section h1.contact_detls {
    font-size: 26px;
    border-left: 3px solid #060606;
    padding: 5px 15px;
    margin: 9px 0 29px 0;
    font-weight: 500;
    font-family: "demo_coneriascript";
}

section.text_para_section h1 {
    font-size: 28px;
    margin: 25px 0 10px 0;
    color: #000;
    font-family: "demo_coneriascript";
}

ul li a.link-tab {
    display: block;
    font-size: 17px;
    margin: 3px 0;
    font-weight: 400;
    color: #224c41;
    line-height: 1.5;
}

.caption h1 {
    font-size: 42px;
    line-height: 1.5;
    font-family: "demo_coneriascript";
    margin: 15px 0;
}

.banner-header h1.name_type {
    font-size: 75px;
    line-height: 1.5;
    font-family: "demo_coneriascript";
    margin: 15px 0;
    text-transform: capitalize;
}

.gallery-img {
}

.gallery-img {
    width: 100%;
    height: 300px;
    background: #ccc;
    overflow: hidden;
}

.form_input label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    margin: 9px 0 7px 6px;
    display: block;
    width: 100%;
}

input.form-controls {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    color: #000;
    height: 50px;
}
select.form-select.form-controls {
    height: 50px;
    border-radius: 0;
   
}
.clients .clients-logo img {
    width: 75%;
    max-width: 65% !important;
}
span.text-danger.small.contry {
    margin-top: 0;
}
.text-danger {
    position: absolute;
    margin-top: -12px;
}
textarea.form-controls {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    color: #000;
}

button.btn.btn-submit {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    background: #224c41;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
}

button.btn-btn-submit:hover {
    background: #55b7c3;
    color: #fff;
}
section.room {
    text-align: center;
}

span.red {
    color: red;
}

.gallery-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.news-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.news-carousel .owl-item {
    transition: all 0.5s ease;
}

    .news-carousel .owl-item .item {
        transition: all 0.5s ease;
        transform: scale(0.85);
        opacity: 0.6;
    }
    /* Active center item */
    .news-carousel .owl-item.center .item {
        transform: scale(1);
        opacity: 1;
    }
/* Image */
.news-carousel .item .position-re {
    overflow: hidden;
}

.news-carousel .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}
/* Active image slightly taller */
.news-carousel .owl-item.center img {
    height: 400px;
}
/* Content */
.news-carousel .con {
    padding: 15px 5px;
}

.news-carousel .owl-item:not(.center) .con {
    opacity: 0.6;
}

.news-carousel .owl-item.center .con {
    opacity: 1;
}
/* Navigation */
.news-carousel .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.img_sect_team {
    padding-top: 30px;
}
section.wellbeing_landing {
    padding: 90px 0 80px 0;
    text-align: center;
    background-image: url(/img/about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
}
section.banner_top_common {
    background: #214f44;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
img.chakra-white-cl {
    width: 200px;
    float: right;
    opacity: .4;
    margin-right: 5%;
}
section.banner_top_common p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

    section.banner_top_common h3 {
        font-size: 52px;
        color: #fff;
    }
p.paragpy {
    font-size: 16px;
    text-align: justify;
    margin: 50px 0 50px 0;
}

img.iconers {
    width: 80px;
    margin-bottom: 30px;
}

.moretext {
    display: none;
}
a.moreless-button {
    display: block;
    width: 100%;
    text-align: right;
    color: #c14810;
    font-weight: 500;
    font-size: 16px;
}

section.wellbeing_landing h1 {
    font-size: 36px;
    color: #224c41;
    font-weight: 500;
    margin-bottom:30px;
}

section.team_Member h1 {
    font-size: 30px;
    margin: 40px 0 40px 0;
    font-family: "Montserrat", sans-serif;
}

.info-text p {
    font-size: 14px;
    color: #639f4f;
    font-weight: 500;
    margin: 0;
}

section.team_Member h1:after {
    content: "";
    height: 4px;
    width: 130px;
    background: linear-gradient(180deg, #55b7c3 0%, #224c41 100%);
    display: block;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
}

section.team_Member {
    padding: 50px 0;
}




section.about ul {
    list-style: none;
    padding-left: 0;
}

    section.about ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }

section.prodctContent ul {
    list-style: none;
    padding-left: 0;
}

    section.prodctContent ul li {
        position: relative;
        padding-left: 30px;
        margin: 10px 0 0 0;
        width: 50%;
        float: left;
        font-size: 17px;
        font-weight: 500;
    }

        section.about ul li::before, section.prodctContent ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            width: 18px;
            height: 18px;
            background-image: url("/img/list-dot.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

section.img_srct {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

    section.img_srct img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.img_view {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

    .img_view img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

section.prodctContent {
    background: #fff;
    padding: 20px 0;
}

    section.prodctContent h1 {
        font-size: 30px;
        text-align: center;
        margin: 10px 0;
        line-height: 1.7;
    }

    section.prodctContent p {
        font-size: 16px;
        text-align: justify;
        margin: 10px 0;
    }

.NamProgm p {
    color: #55b7c3;
    font-size: 18px;
    margin: 0;
}
.NamProgm p.info_alert {
    font-size: 16px;
    color: #d41f1f;
    display: block;
    margin: 20px 0;
}
.NamProgm h1 {
    font-size: 30px;
    margin: 5px 0 20px 0;
    color: #224c41;
}

.programme-enquiry {
    background-image: url("/img/text-banner.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px 0;
    text-align: center;
}

.half-star {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

    .half-star i.fa.fa-star {
        color: #ddd;
    }

    .half-star::before {
        content: "\f005";
        font-family: FontAwesome;
        position: absolute;
        left: 4px;
        top: 0;
        width: 49%;
        overflow: hidden;
        color: #e9a846;
    }
span.Luxury {
    color: #e0ab4d;
    font-size: 15px;
    display: inline-block;
    margin: 0 0 0 7px;
    font-weight: 500;
    text-transform: uppercase;
}
section.otherWellness {
    padding: 50px 0;
    text-align: center;
}
.enquiry-box h2 {
    font-size: 32px;
    line-height: 1.5;
    margin: 20px 0;
    color: #224c41;
}
section.enqueryNow.bg-lightblue {
    padding: 50px 0;
}
.enquiry-box p {
    font-size: 18px;
    line-height: 1.4;
    color: #224c41;
    font-weight: 500;
}

a.btn-btn-primary {
    background: #224c41;
    color: #fff;
    padding: 10px 30px;
    margin: 10px 0;
    border-radius: 4px;
}
    a.btn-btn-primary:hover {
        background: #55b7c3;
        color: #000;
    }
img.user_user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    position: relative;
    margin-right:5px;
}
p.bagain {
    color: #55b7c3;
}
section.bg-custom {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:120px 0;
}

section.bg-custom h1.name_type {
    font-size: 54px;
    color: #fff;
    margin: 20px 0 0 0;
}

    section.bg-custom h5.welbeing {
        color: #fff;
        font-size: 34px;
    }
.left_side {
    background: #fff;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 4px #f1f1f1;
    padding: 20px;
}
ul.list_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
    ul.list_nav li a.active {
        background: #224c41;
        color: #fff;
    }

    ul.list_nav li a {
        display: block;
        width: 100%;
        font-size: 16px;
        background: #f1f1f1;
        margin: 5px 0;
        padding: 10px;
        font-weight: 500;
        color: #224c41;
    }
.right_side {
    background: #fff;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 4px #f1f1f1;
    padding: 20px;
}
.dashboard {
    padding: 50px 20px;
}
a.btn.btn-primary.btn-sm {
    font-size: 15px;
    padding: 8px 20px;
    background: #224c41;
    color: #fff;
    border: none;
    outline: none;
}
button.btn-Dropdown.dropdown-toggle {
    width: 125px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 17px;
    color: #214f44;
    font-weight: 400;
}
h3.programme-price span.main_price {
    font-size: 24px;
    font-weight: 700;
}

h3.programme-price span.crass_price {
    font-size: 17px;
    font-weight: 600;
    color: #e73939cf;
    text-decoration: line-through;
}
h3.programme-price span.Sharing {
    display: block;
    width: 100%;
    color: #224c41;
    font-size: 16px;
    margin-top: 10px;
    background: #f2f5f5;
    padding: 6px 0;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
h3.programme-price span.person {
    font-size: 14px;
    display: block;
    color: green;
}
h5.sl_price {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 3px;
    color: #224c41;
}
/* Responsive start */



@media(max-width:991px) {
    p.text_pr {
        font-size: 18px;
    }
    button.btn-Dropdown.dropdown-toggle {
        width: 100%;
    }
    section.prodctContent ul li{
        width:100%;
    }
    img.chakra-white-cl{
        display:none;
    }
    section.banner_top_common p{
        font-size:14px;
    }
    section.banner_top_common {
        padding: 50px 0 30px 0;
    }
    section.text_para_section {
        padding: 30px 0px;
    }
    section.banner_top_common h3 {
        font-size: 32px;
    }
    section.prodctContent p {
        text-align: left;
        font-size: 15px;
    }
    section.imageGallery.team {
        text-align: center;
        padding: 0px 0;
    }
    section.bg-custom h5.welbeing {
        color: #fff;
        font-size: 20px;
    }
    .bordere h1 {
        font-size: 23px;
    }
    .section-padding {
        padding: 20px 0;
    }
    section.bg-custom{
        padding:30px 0;
    }
    p.text_prp {
        font-size: 18px;
    }
    section.team_Member h1, section.wellbeing_landing h1 {
        font-size: 26px;
    }
    .text_p h1 {
        font-size: 54px;
    }
    .banner-header h1.name_type {
        font-size: 42px;
    }
        section.wellbeing_landing {
            padding: 38px 0 20px 0;
        }

        .col-lg-12.text_paras p {
            font-size: 15px;
        }

        .main_chkra {
            margin-top: 46%;
        }

        .text_par h1 {
            font-size: 52px;
        }

        section.holidBanner {
            height: 40vh;
            min-height: 40vh;
        }

        .footer .bottom p.right {
            text-align: left;
        }

        p.name_adrw {
            font-size: 15px;
        }

        .Wellbeing, .acientWellness, .products, .hand_picked, .re_treate, .footer-top {
            padding: 40px 0;
        }

            .Wellbeing h1 {
                font-size: 22px;
                margin: 20px 0 5px 0;
            }

        section.acientWellness h1, section.hand_picked h1 {
            font-size: 28px;
        }

        section.products h1 {
            font-size: 24px;
            margin: 10px 0 20px 0;
        }

        img.menu_bar {
            width: 34px;
            margin-top: 5px;
        }

        .logo-wrapper {
            padding: 0px;
        }

        .logo-img {
            margin-bottom: 0px;
            width: 100px;
            padding: 0;
        }

        .text_par {
            display: ruby;
        }

        .products_item {
            box-shadow: 0 0 7px #b8b2b2;
        }

        .Wellbeing p {
            font-size: 14px;
        }

        h5.welbeing {
            font-size: 16px;
        }

        section.Wellbeing h6 {
            font-size: 22px;
        }

        .text_para {
            padding: 0px 0;
        }

        .for-desktop {
            display: none;
        }

        .ht_heading h1 {
            font-size: 26px;
        }

        .ht_heading p {
            font-size: 14px;
            margin-bottom: 30px;
            color: #224c41;
        }

        section.about.section-padding {
            padding: 30px 0;
        }
    }


@media(min-width:992px) {
    .for-mobile {
        display: none;
    }
}
