﻿
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

* {
    box-shadow: unset;
    outline: unset !important;
}

    *:focus {
        box-shadow: unset;
        outline: unset !important;
        box-shadow: unset !important;
    }

.n_div {
    width: 32px;
    height: 32px;
    background: #e2e1e1;
    border-radius: 50%;
    padding: 4px;
}

.top_bar .btn.icon {
}

span.off_p {
    white-space: nowrap;
}

.top_bar .dropdown-toggle::after {
    margin-left: 2.255em;
    float: right;
    margin-top: -18px;
}

.top_bar .dropdown-item {
    color: #ffffff;
    text-align: right;
}

.top_bar .dropdown-menu.show {
    background: #ae296c;
}

.btn-search {
    border-bottom: 1px solid #f14156;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top: 1px solid #f14156;
    border-left: 1px solid #f14156;
    border-right: unset;
    background: #f14156;
    color: #fff;
    font-weight: bold;
}

.modal_search .input-group input {
    border-bottom: 1px solid #f14156;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top: 1px solid #f14156;
    border-left: 1px solid #f14156;
    border-right: unset;
}

.modal_search .pl-5 {
    padding: 0px 36px 5px !important;
}


.sidebar {
    height: 100%;
    width: 300px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    top: 0px;
    z-index: 9999;
}

.closebar {
    float: right;
    margin: 5px;
    background: red;
    padding: 5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}


.margin-top39 {
    margin-top: 3.9rem !important;
}

@media only screen and (max-width: 600px) {


    .margin-top39 {
        margin-top: 0rem !important;
    }



    /*.carousel-item img {
   
    height: 25vh!important;
    width: unset;
}*/

}

.slider-bg .container {
}

.search_mobile {
    width: 100%;
    display: grid;
    grid-template-columns: 129px auto;
    margin: 10px 0px 4px 0px;
}



.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    /*width: 100%;*/
    padding-right: 10px;
    padding-left: 10px;
}

._add_cart_button {
    display: none;
}

product {
    display: none;
}

.con .checkbox {
    position: relative;
    margin: 0 0.4rem 0 0;
    cursor: pointer;
}

    .con .checkbox:before {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0);
        content: "";
        position: absolute;
        left: 0.1875rem;
        top: 0.125rem;
        z-index: 1;
        width: 0.75rem;
        height: 0.375rem;
        border: 2px solid #50B648;
        border-top-style: none;
        border-right-style: none;
    }

    .con .checkbox:checked:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1);
    }

    .con .checkbox:after {
        content: "";
        position: absolute;
        top: -0.125rem;
        left: 0;
        width: 1rem;
        height: 1rem;
        background: #fff;
        border: 2px solid #f2f2f2;
        cursor: pointer;
    }

.con hr {
    margin: 6px;
}

.go_to_cart {
    background: #2DC06A;
    border-radius: 2px;
    padding: 18px;
    margin: 0px 9px 8px;
    color: #fff;
    display: none;
}


/* sign in FORM */
#logreg-forms {
    width: 412px;
    margin: 10vh auto;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#logreg-forms form {
    width: 100%;
    max-width: 410px;
    margin: auto;
}

.padding-15 {
    padding: 15px;
}

#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

    #logreg-forms .form-control:focus {
        z-index: 2;
    }

#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login {
    /*display: grid;
    grid-template-columns: 50% 50%;
    width:100%;
    margin:0 auto;
    margin-bottom: 14px;*/
    text-align: center;
}

#logreg-forms .social-btn {
    font-weight: 100;
    color: white;
    width: 100%;
    font-size: 0.9rem;
}

#logreg-forms a {
    /*display: block;*/
    padding-top: 10px;
    color: lightseagreen;
}

#logreg-form .lines {
    width: 200px;
    border: 1px solid red;
}


#logreg-forms button[type="submit"] {
    margin-top: 10px;
}

#logreg-forms .facebook-btn {
    background-color: #3C589C;
}

#logreg-forms .google-btn {
    background-color: #DF4B3B;
}

#logreg-forms .form-reset,
#logreg-forms .form-signup {
    display: none;
}

    #logreg-forms .form-signup .social-btn {
        width: 210px;
    }

    #logreg-forms .form-signup input {
        margin-bottom: 2px;
    }

.form-signup .social-login {
    width: 210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width:500px) {
    #logreg-forms {
        width: 300px;
    }

        #logreg-forms .social-login {
            /*display: grid;
    grid-template-columns: 50% 50%;
        width:100%;
        margin:0 auto;
        margin-bottom: 10px;
        text-align: center;*/
        }

        #logreg-forms .social-btn:nth-child(1) {
            /*margin-bottom: 5px;*/
        }

        #logreg-forms .social-btn span {
            display: none;
        }

        #logreg-forms .facebook-btn:after {
            content: 'Facebook';
        }

        #logreg-forms .google-btn:after {
            content: 'Google';
        }
}

.search_mobile.d-lg-none {
    display: none;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: unset;
}

/* Style the buttons */
.go_to_cart.ff_f {
    bottom: 70px !important;
}

a.btn_footer_bar.active {
    background: #fff;
    color: #f14156;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
}

a.btn_footer_bar {
    color: #fff;
    /*display: block;*/
    border: none;
    outline: none;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    /*padding: 10px 10px;*/
    background-color: #f14156;
    cursor: pointer;
    font-size: 15px;
}

@media only screen and (min-width: 600px) {
    .footer_bar {
        display: none;
    }
}

.menu-tab-menu-group-bottom {
    background: #f14156;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    border-top: 1px solid #f14156;
}

footer {
    /*display: grid;*/
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding-top: 40px;
    padding-bottom: 40px;
}

    footer ul li {
        list-style: none;
    }

    footer ul {
        margin: 0px;
        padding: 0px;
    }

        footer ul li a {
            text-decoration: none !important;
            color: #000;
            font-size: 12px;
            font-weight: 500;
        }

            footer ul li a:hover {
                color: #ccc !important;
            }

.heading_color {
    color: #f14156;
}

.copyright {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 8px;
}
/*     .packages-div{
                display: grid;
                grid-template-columns: 33% 33% 33%;
                padding-top: 40px;
                padding-bottom: 40px;

            }*/
@media only screen and (max-width: 600px) {
    footer {
        display: unset;
        display: grid;
        grid-template-columns: 100%;
    }

    .app_store {
        display: grid;
        grid-template-columns: 50% 50%;
    }

        .app_store img {
            width: 100% !important;
            height: auto;
        }
}


.panel-headings a:after {
    font-family: Fontawesome;
    content: '\f077';
    float: right;
    font-size: 15px;
    color: #f14156;
    font-weight: 300;
}

.panel-headings a.collapsed:after {
    font-family: Fontawesome;
    content: '\f078';
}

.collapse.show {
    display: block;
}

.collapse {
    display: none;
}

.close:focus {
    border: none;
    outline: none;
}

#m_product_details .close {
    text-align: right;
    padding: 10px;
    cursor: pointer;
}

#m_product_details .modal-body {
    padding: unset;
}

#m_product_details img {
    width: 100%;
}

#m_product_details .close {
    position: absolute;
    top: 2px;
    right: 10px;
}

#m_product_details .product_details {
    padding: 18px;
}

#m_product_details .product_name {
    font-size: 12px
}

#m_product_details .hr {
    border: 1px solid black !important;
}

#m_product_details .products_order_div {
    display: grid;
    grid-template-columns: auto 70px;
    width: 100%;
    grid-column-gap: 5px;
}

    #m_product_details .products_order_div label {
        font-size: 12px;
    }

#m_product_details .products_order_checkbox {
    margin: auto;
    margin-top: 0px;
    color: green;
    text-align: left;
}

#m_product_details .products_order_pro_text {
    font-size: 12px;
    color: #808082;
}

#m_product_details .products_order_pro_price {
    font-size: 12px;
    color: #464646;
    font-weight: 700;
    text-align: right;
}

#m_product_details .products_add_to_cart {
    display: grid;
    grid-template-columns: 140px auto 150px;
    /*margin-left: 30px;*/
    margin-bottom: 25px;
    width: 100%;
}

#m_product_details .products_add_to_time {
    font-size: 12px;
    color: #808080;
}

#m_product_details .products_add_to_min {
    color: #000000;
    font-weight: 600;
}

#m_product_details .products_add_to_rs {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}

#m_product_details .products_add_to_rscolor {
    color: #808080;
}

#m_product_details .products_add_to_button .cart_btn {
    /*background: #f14156;*/
    /*border-radius: 2px;*/
    /*border:none;*/
    /*border: none !important;*/
    /*font-size: 12px;*/
    /*padding: 9px 30px 9px 30px;*/
    /*color: #fff;
  outline: none !important;*/
}

#m_product_details .products_add_to_button {
    text-align: right;
}

@media only screen and (max-width: 600px) {
    #m_product_details .products_add_to_cart {
        display: grid;
        grid-template-columns: 80px auto 140px;
    }
}


#autocomplete_search .dropdown-menu li a {
    padding: 2px;
    color: #f14156;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
}

div#autocomplete_search ul {
    margin: unset;
    padding: unset;
}

.mobile-book img {
    width: 56px;
    /* background: #ccc;
    border-radius: 50% !important;*/
}

.mobile-book .main {
    display: grid;
    grid-template-columns: 49% 2% 49%;
    text-align: center;
    margin-bottom: 10px;
    padding: 40px;
}

    .mobile-book .main div:nth-child(2) {
    }

.mobile-book .modal-content {
    /*border-radius: 11px !important;*/
    box-shadow: 2px 2px #0000002e;
}

    .mobile-book .modal-content .w {
        color: #37b34a;
    }

    .mobile-book .modal-content .p {
        color: #29abe2;
    }

    .mobile-book .modal-content .v {
        border-left: 1px #dcd5d5 dashed;
    }

.mobile-book button.close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 36px;
    width: 30px;
    height: 30px;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 1px;
    padding-right: 0px;
    margin-right: 0px;
}



.male-female .btn {
    background: #2c5497;
    color: #fff;
}

.male-female .font50px {
    font-size: 50px;
}

.male-female .male-female-select {
    position: absolute;
    top: 99px;
    background: #009688;
    margin-left: -35px;
    color: #ffffff;
    border: 1px solid #009688;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    padding: 4px;
}

    .male-female .male-female-select img {
        width: 20px;
        height: 20px;
    }
   /* index css */
.carousel-inner {
    filter: drop-shadow(0px 0px 20px rgba(233, 14, 139, 0.2));
}


.hometab-div {
    /*margin-top: 10px;*/
}

.nav.nav-tabs {
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-item {
    text-align: center;
    border-color: #0c6bcb #98abae #fff;
    /*color: #000;*/
    font-size: 12px;
    /*min-width: 165px;*/
    color: #969696;
    border-radius: unset;
}

.nav-tabs img.img-tab {
    background: #e390b754;
    border-radius: 50% !important;
    /* margin-right: 9px; */
    width: 50px;
}

.nav-link.view_all_cat {
    background: #f14156;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {

    .hometab-div {
        margin-top: 10px;
    }

    .nav-tabs .nav-item {
        min-width: unset;
    }

    div.nav-tabs {
        grid-template-columns: 1fr 1fr 1fr !important;
        // grid-auto-rows: minmax(33.3%,auto) !important;
        display: grid;
    }

    .view_all_cat {
        background: #f14156;
        color: #fff;
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        width: 95%;
        display: table-row;
        /* bottom: 0px; */
        /* clear: both; */
        padding: 3px;
        margin: 0px;
        height: 25px !important;
        position: absolute;
        bottom: -31px;
    }

    .nav-link.view_all_cat {
        margin-top: 10px;
        border: 0px;
    }
}

.nav.nav-tabs a:nth-last-child(3) {
    // background: red;
    // display: none;
}


//

.nav-tabs .nav-item {
    font-size: 14px;
}

.nav-tabs img.img-tab {
    width: 60px;
    margin-bottom: 8px;
}

//


// a.menu-tab-btn {
    // color: #f14156;
    //
}

a.menu-tab-btn {
    color: #f14156;
    display: block;
}

.menu-tab-menu-group {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    // border-radius: 10px;
}

.menu-tab-div {
    margin-top: 12px;
}

a.menu-tab-btn.active {
    background: #f14156;
    color: #fff
}

.menu-tab-menu-group {
    background: #fff;
    // padding: 2px;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    border: 1px solid #f14156;
}

.menu-tab-content-div {
    display: none;
}

    .menu-tab-content-div.active {
        display: block;
    }

@media only screen and (max-width: 600px) {
  .menu-tab-menu-group {
    max-width: 105% !important;
    margin-bottom: 0px !important;
    font-size: small;
  }
}


.menu-tab-menu-group {
    max-width: 333px;
    margin-bottom: 10px;
}


.packages-div .packages {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}

.packages-div .packages img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.packages-div .products_add_to_button {
    text-align: right;
}

.packages-div .packages .detals {
    padding: 13px;
}

.packages-div .packages .con {
    background: #fff;
    border-radius: 5px;
    min-width: 250px;
    max-width: 250px;
    margin-right: 14px;
    display: inline-block;
}

.packages-div .details p {
    padding: 0px;
    margin: 0px;
}

p.product_name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    white-space: pre-line;
    overflow: hidden;
    height: 39px;
}

.packages-div .packages::-webkit-scrollbar {
    /*height: 9px;*/
    height: 0px;
    background: transparent;
}

.packages-div .packages::-webkit-scrollbar-thumb {
    background-color: #f14156;
    border: 1px solid #f14156;
    border-radius: 0 0 .1875rem .1875rem;
}

.packages-div .packages::-webkit-scrollbar-track {
    background-color: #c1c1c1;
    margin: 0;
    border-radius: 0 0 .1875rem .1875rem;
}

.packages-div .details_action {
    display: grid;
    grid-template-columns: 60% auto;
    margin-top: 12px;
}

.packages-div .price_off_div {
    font-size: 9px;
    margin: 0px;
    color: #808080;
    font-weight: 300;
}

.packages-div .price_div {
    font-size: 14px;
    margin: 0px;
}

.packages-div .off_p {
    background: #2DC06A;
    color: #fff;
    padding: 3px;
}

.packages-div .details {
    padding: 13px;
}

.packages-div .product_deatils {
    padding-top: 10px;
}

    .packages-div .product_deatils p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        color: #737373;
        max-height: 40px;
        overflow: hidden;
        white-space: pre-line;
    }

.packages-div .read_more {
    text-align: center;
    background: #4CAF50;
    height: 50px;
    margin-top: -17px;
    z-index: 999;
    position: relative;
    padding-top: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 42.5%);
    cursor: pointer;
}

    .packages-div .read_more p {
        color: #f14156;
    }

.packages-div .packages-div {
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .margin-top-45 {
        margin-top: 45px;
    }

    a.carousel-control-next, a.carousel-control-prev {
        width: 15% !important;
    }
}

.packages-div .products_img {
    display: flex;
}

    .packages-div .products_img span {
        position: relative;
        float: right;
        margin-left: -86px;
        display: flex;
        height: 22px;
        color: #f14156;
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.7;
    }

    .packages-div .products_img spna img {
        width: 20px;
    }

a.carousel-control-next span,
a.carousel-control-prev span {
    background: #fff;
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

a.carousel-control-next,
a.carousel-control-prev {
    /*width: 3%;*/
}

.carousel-control-next > span > img,
.carousel-control-prev > span > img {
    /*width: 20px;
    height: 20px;*/
    width: 16px !important;
    height: 17px;
    margin-top: 5px;
}

.packages-div .right-arrow, .left-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

/*   */

.con {
    border-radius: 15px !important;
    overflow: hidden;
    border: 1px solid;
    border-color: #dee2e6;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 10%);
    position: relative;
}

.whatsapp_and_price {
    display: grid;
    grid-template-columns: 50% auto;
}

.read_more_btn {
    border-radius: 5px;
    color: $color-black;
    box-shadow: 0 0 6px 0 rgb(157 96 212 / 50%);
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f14156, #a50ba0);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.btn_salonline {
    background-image: linear-gradient(to right, #f14156, #9c27b0);
}

img.product_whatsapp {
    width: 37px !important;
}

.p_description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #737373;
    max-height: 40px;
    white-space: pre-line;
}

.promo {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.promo img {
    width: 100%;
    padding: 5px;
}

@media only screen and (max-width: 600px) {

    .promo {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}

p.review-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

p.review-text::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

p.review-text::-webkit-scrollbar-thumb {
    background-color: #2c5497;
}

.card-box {
    margin-bottom: 6px;
}

ul.review-stars {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.review-stars ul li {
    float: left;
    margin-right: 5px;
    line-height: 1;
}

    .review-stars ul li i {
        color: #E4B248;
        font-size: 12px;
    }

        .review-stars ul li i.inactive {
            color: #c6c6c6;
        }

.star:after {
    content: "\2605";
}

.review-meta img {
    width: 50px;
}

.review-stars ul {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.review-stars li {
    float: left;
    margin-right: 5px;
}

    ul.review-stars li i {
        color: #ffd337;
    }

        ul.review-stars li i.inactive {
            color: #c6c6c6;
        }

.star:after {
    content: "\2605";
}

.review-meta img {
    width: 40px;
}

.review {
    max-width: 300px;
    border: 1px solid #ccc;
    padding: 13px;
    margin: 4px;
    border-radius: 5px !important;
    background: #fff;
    min-width: 190px;
}

.review-item {
    display: grid;
    grid-template-columns: 50px auto;
    margin-top: 17px;
}

div#google-reviews {
    display: flex;
    overflow: hidden;
}

span.review-author {
    font-size: 12px;
    display: block;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
    line-height: 15px;
}

span.review-date {
    font-size: 12px;
    display: block;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
}

p.review-text {
    font-size: 12px;
    text-align: left;
    height: 87px;
    overflow-y: scroll;
    margin: 0px;
}

@media only screen and (max-width: 600px) {
    div#google-reviews {
        display: flex;
        overflow: scroll;
    }
}
.about-banner {
    background-size: cover;
    background-repeat: no-repeat;
}

.about-text p {
    font-weight: 400;
}
.txt-clor {
    color: #007bff;
}
.btn-link:hover, .btn-link, .btn-link:focus {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .instagram_gallery

{
    overflow: scroll;
    max-height: 321px;
}

}


h5.is-title.post-title-alt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-content.post-excerpt.cf {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

a.title {
    color: #000 !important;
    letter-spacing: -0.05em;
    font-weight: 600;
}

.card {
    /*background-color: transparent; */
}

.careers-banner {
    background-size: cover;
    background-repeat: no-repeat;
}

.careers-text p {
    font-weight: 500;
    text-align: justify;
    color: #000;
}

.top-text {
    background-color: #f14156;
    color: #fff;
}
/*------------- School Css-------------*/

.cosmetology {
    background-image: url("/HomeContent1/cosmetology.jpg");
    height: 300px;
    background-size: cover;
}

.make_up {
    background-image: url("/HomeContent1/make-up.jpg");
    height: 300px;
    background-size: cover;
}

.nail_art {
    background-image: url("/HomeContent1/NilArtImage.jpg");
    height: 300px;
    background-size: cover;
}

.hair {
    background-image: url("/HomeContent1/hair.jpg");
    height: 300px;
    background-size: cover;
}

.list_style {
    padding: 0;
    list-style-type: none;
}

.list_table {
    font-size: 12px;
}

.text_para {
    background-color: #d000ad;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    text-transform: capitalize;
}

.serviceBox {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    /*text-align: center;*/
    padding: 30px 20px;
    border: 10px solid #ddd;
    border-top-color: #21BCB8;
    border-bottom-color: #21BCB8;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
}

    .serviceBox:before {
        content: '';
        border: 3px dashed #ddd;
        border-radius: 20px;
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

    .serviceBox .service-icon {
        color: #21BCB8;
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 15px;
    }

    .serviceBox .title {
        color: #333;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 7px;
    }

    .serviceBox .description {
        /*color: #ccc;*/
        font-size: 12px;
        line-height: 24px;
        margin: 0;
    }

    .serviceBox.blue {
        border-top-color: #3D729B;
        border-bottom-color: #3D729B;
    }

        .serviceBox.blue .service-icon {
            color: #3D729B;
        }

    .serviceBox.red {
        border-top-color: #ED5543;
        border-bottom-color: #ED5543;
    }

        .serviceBox.red .service-icon {
            color: #ED5543;
        }

    .serviceBox.purple {
        border-top-color: #924963;
        border-bottom-color: #924963;
    }

        .serviceBox.purple .service-icon {
            color: #924963;
        }

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

@media only screen and (min-width:786px) {
    .serviceBox {
        height: 330px !important;
    }
}

.text_style {
    color: #fff;
    text-transform: capitalize;
    font-family: monospace;
    font-weight: 600;
    background: #e90e8b;
    padding-left: 9px;
    /*border-left: 10px solid #f5dc06;*/
}

.text_style2 {
    background-color: #f5dc06;
    padding: 10px 5px;
    color: #7d7a7c;
    font-weight: 500;
    font-size: 15px;
}

#career {
    /*background-color:#fff;*/
    padding: 20px 0px;
}

.beuty_category {
    color: #fff;
}

    .beuty_category:hover {
        color: #fff;
    }

html {
    scroll-behavior: smooth;
}

.extra_style {
    width: 50%;
    text-align: center;
    margin: 8px auto;
}

.cosmetologyBox {
    background: linear-gradient(to right bottom,#9F459D, #39166A);
    font-family: 'Poppins', sans-serif;
    padding: 25px 2px 2px;
    border-radius: 30px;
}

    .cosmetologyBox .title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 10px 20px;
    }

    .cosmetologyBox .service-content {
        background-color: #fff;
        padding: 35px 20px 20px;
        border-radius: 0 0 28px 28px;
        position: relative;
        z-index: 1;
    }

        .cosmetologyBox .service-content:before,
        .cosmetologyBox .service-content:after {
            content: '';
            background: linear-gradient(to right bottom, #9F459D, #39166A);
            height: 15px;
            width: 30px;
            border-radius: 0 0 200px 200px;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
        }

        .cosmetologyBox .service-content:after {
            background: #fff;
            height: 50px;
            width: auto;
            border-radius: 0;
            transform: translateX(0);
            left: -2px;
            right: -2px;
            z-index: -1;
        }

    .cosmetologyBox .service-icon {
        color: #39166A;
        font-size: 60px;
        line-height: 50px;
        margin: 0 0 15px;
    }

    .cosmetologyBox .description {
        color: #777;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .cosmetologyBox.blue,
    .cosmetologyBox.blue .service-content:before {
        background: linear-gradient(to right bottom, #60C7CE, #0D8FC3);
    }

        .cosmetologyBox.blue .service-icon {
            color: #0D8FC3;
        }

    .cosmetologyBox.green,
    .cosmetologyBox.green .service-content:before {
        background: linear-gradient(to right bottom, #A3CD39, #6DBD42);
    }

        .cosmetologyBox.green .service-icon {
            color: #6DBD42;
        }

    .cosmetologyBox.gray,
    .cosmetologyBox.gray .service-content:before {
        background: linear-gradient(to right bottom, #38475C, #354A5F);
    }

        .cosmetologyBox.gray .service-icon {
            color: #354A5F;
        }

@media only screen and (max-width: 990px) {
    .cosmetologyBox {
        margin: 0 0 30px;
    }
}

.cosmetologyBox {
    background: linear-gradient(to right bottom,#9F459D, #39166A);
    font-family: 'Poppins', sans-serif;
    /*text-align: center;*/
    padding: 25px 2px 2px;
    border-radius: 30px;
}

    .cosmetologyBox .title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 10px 20px;
    }

    .cosmetologyBox .service-content {
        background-color: #fff;
        padding: 35px 20px 20px;
        border-radius: 0 0 28px 28px;
        position: relative;
        z-index: 1;
    }

        .cosmetologyBox .service-content:before,
        .cosmetologyBox .service-content:after {
            content: '';
            background: linear-gradient(to right bottom, #9F459D, #39166A);
            height: 15px;
            width: 30px;
            border-radius: 0 0 200px 200px;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
        }

        .cosmetologyBox .service-content:after {
            background: #fff;
            height: 50px;
            width: auto;
            border-radius: 0;
            transform: translateX(0);
            left: -2px;
            right: -2px;
            z-index: -1;
        }

    .cosmetologyBox .service-icon {
        color: #39166A;
        font-size: 60px;
        line-height: 50px;
        margin: 0 0 15px;
    }

    .cosmetologyBox .description {
        color: #777;
        font-size: 12px;
        line-height: 24px;
        margin: 0;
    }

    .cosmetologyBox.blue,
    .cosmetologyBox.blue .service-content:before {
        background: linear-gradient(to right bottom, #60C7CE, #0D8FC3);
    }

        .cosmetologyBox.blue .service-icon {
            color: #0D8FC3;
        }

    .cosmetologyBox.green,
    .cosmetologyBox.green .service-content:before {
        background: linear-gradient(to right bottom, #A3CD39, #6DBD42);
    }

        .cosmetologyBox.green .service-icon {
            color: #6DBD42;
        }

    .cosmetologyBox.gray,
    .cosmetologyBox.gray .service-content:before {
        background: linear-gradient(to right bottom, #38475C, #354A5F);
    }

        .cosmetologyBox.gray .service-icon {
            color: #354A5F;
        }

@media only screen and (max-width: 990px) {
    .cosmetologyBox {
        margin: 0 0 30px;
    }
}


@media only screen and (min-width:786px) {
    .cosmetologyBox .service-content {
        height: 330px !important;
    }
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.tab {
    font-family: 'Jura', sans-serif;
}

    .tab .nav-tabs {
        border: none;
    }

        .tab .nav-tabs li a {
            color: #f14156;
            background: transparent;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 11px 25px 8px;
            margin: 0 5px 1px 0;
            border: none;
            border-radius: 30px 30px 0 0;
            position: relative;
            transition: all 0.3s ease-in-out;
        }

        .tab .nav-tabs li.active a,
        .tab .nav-tabs li.active a:hover {
            color: #fff;
            background-color: #f14156;
            border: none;
        }

        .tab .nav-tabs li a:before {
            content: '';
            height: 70%;
            width: 100%;
            border: 2px solid #f14156;
            border-bottom: none;
            border-radius: 30px 30px 0 0;
            position: absolute;
            left: 0;
            top: 0;
            transition: all 0.3s ease 0s;
        }

        .tab .nav-tabs li.active a:before,
        .tab .nav-tabs li a:hover:before {
            height: 100%;
        }

    .tab .tab-content {
        color: #242323;
        background: repeating-linear-gradient(45deg, transparent,transparent 10px,rgba(255,67,0,0.03) 10px, rgba(255,67,0,0.03) 20px);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 25px;
        padding: 25px 25px 20px;
        border: 2px solid #f14156;
        border-radius: 0 0 30px 30px;
    }

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 600px) {
    .fill_form img {
        transform: rotate(90deg);
    }

    .enquiry_form {
        margin-top: 30px;
    }

    .tab .nav-tabs li a {
        font-size: 10px;
    }
}

.cosmetologyBox .fa {
    color: #6f2f85 !important;
}

.cosmetologyBox.blue .fa {
    color: #39adc9 !important;
}

.cosmetologyBox.green .fa {
    color: #89c53d !important;
}

.cosmetologyBox.gray .fa {
    color: #37485d !important;
}

.serviceBox .fa {
    color: #21bcb8 !important;
    ;
}

.serviceBox.blue .fa {
    color: #3d729b !important;
    ;
}

.serviceBox.red .fa {
    color: red !important;
}

.serviceBox.purple .fa {
    color: #924963 !important;
    ;
}

.cosmetologyBox {
    text-transform: capitalize;
}

section#beauty_section {
    text-transform: capitalize;
}

.serviceBox {
    text-transform: capitalize;
}

section#career {
    text-transform: capitalize;
}

a p {
    color: #000;
}

/*AllTypeSkinFacial*/


/*.slider-bg {
    margin-top: 3.9rem!important;
  }*/
.main_category {
    display: flex;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
}

.main_category a {
    white-space: nowrap;
    margin-right: 5px;
    border: 1px solid #d3109d8c;
    border-radius: 34px;
    padding: 3px 5px 3px 5px;
    background: #ffff;
}

#main_category a.active {
    border: 1px solid #d0cccc;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 13%);
    background: #f14156;
    color: #fff !important;
}

.main_category a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/**/
.sub_category {
    display: flex;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media screen and (max-width: 786px) {
    .sub_category {
        overflow-x: scroll !important;
    }

    .main_category {
        overflow-x: scroll !important;
    }
}

.sub_category a {
    /*white-space: nowrap;*/
    margin-right: 5px;
    border: 1px solid #d3109d8c;
    /*border-radius: 34px;*/
    padding: 8px;
    text-align: center;
    background: #ffff;
    min-width: 100px;
}

    .sub_category a.active {
        border: 1px solid #d0cccc;
        box-shadow: 0px 4px 10px rgb(0 0 0 / 13%);
        background: #f14156;
        color: #fff !important;
    }

    .sub_category a img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }


/*div#main_category a:nth-child(1),*/
/*div#sub_category a:nth-child(1) {*/
/*  margin-left: 23px;*/
/*}*/
div#main_category a:nth-last-child(3)
div#sub_category a:nth-last-child(3) {
    padding-right: 40px;
}


a.left-arrow.carousel-control-prev, a.right-arrow.carousel-control-next {
    min-width: 30px;
    height: 30px;
    margin-top: 25rem;
    border: 0px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}


div#sub_category a.left-arrow.carousel-control-prev,
div#sub_category a.right-arrow.carousel-control-next {
    margin-top: 34px;
}
/**/
#main_category a {
    color: #000 !important;
    font-size: 14px;
}

#sub_category a {
    color: #000;
    line-height: 1.4;
    font-size: 14px;
}

.product_list img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.product_list .products_add_to_button {
    text-align: right;
}

.product_list .detals {
    padding: 13px;
}

.product_list .con {
    background: #fff;
    border-radius: 5px;
    min-width: 250px;
    // max-width: 250px;
    // margin-right: 14px;
    // display: inline-block;
    margin-top: 12px;
}

.product_list .details p {
    padding: 0px;
    margin: 0px;
}

.product_list .packages::-webkit-scrollbar {
    height: 9px;
    background: transparent;
}

.product_list .packages::-webkit-scrollbar-thumb {
    background-color: #f14156;
    border: 1px solid #f14156;
    border-radius: 0 0 .1875rem .1875rem;
}

.product_list .packages::-webkit-scrollbar-track {
    background-color: #c1c1c1;
    margin: 0;
    border-radius: 0 0 .1875rem .1875rem;
}

.product_list .details_action {
    display: grid;
    grid-template-columns: 50% auto;
    margin-top: 12px;
}

.product_list .price_off_div {
    font-size: 9px;
    margin: 0px;
    color: #808080;
    font-weight: 300;
}

.product_list .price_div {
    font-size: 14px;
    margin: 0px;
}

.product_list .off_p {
    background: #2DC06A;
    color: #fff;
    padding: 3px;
}

.product_list .details {
    padding: 13px;
}

.product_list .product_deatils {
    padding-top: 10px;
}

    .product_list .product_deatils p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        color: #737373;
        max-height: 35px;
        overflow: hidden;
    }

.product_list .read_more {
    text-align: center;
    background: #4CAF50;
    height: 50px;
    margin-top: -21px;
    z-index: 999;
    position: relative;
    padding-top: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 42.5%);
    cursor: pointer;
}

    .product_list .read_more p {
        color: #f14156;
    }


.product_list .products_img {
    display: flex;
}

    .product_list .products_img span {
        position: relative;
        float: right;
        margin-left: -86px;
        display: flex;
        height: 22px;
        color: #f14156;
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.7;
    }

    .product_list .products_img spna img {
        width: 20px;
    }

@media only screen and (max-width: 600px) {
    .product_list .con {
        min-width: 100%;
    }

    .product_list .details .product_name {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
    }

    .cart_btn {
        display: block;
        width: 100%;
        // margin-top: 10px;
    }
}

.left-arrow {
    display: none;
}


.btn_salonline {
    background-image: linear-gradient(to right, #f14156, #9c27b0);
    color: #fff;
}

.read_more_btn {
    border-radius: 5px;
    color: $color-black;
    box-shadow: 0 0 6px 0 rgb(157 96 212 / 50%);
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #f14156, #a50ba0);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.con {
    border-radius: 15px !important;
    overflow: hidden;
    border: 1px solid;
    border-color: #dee2e6;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 10%);
    position: relative;
}

img.product_whatsapp {
    width: 37px !important;
}

.whatsapp_and_price {
    display: grid;
    grid-template-columns: 50% auto;
}

p.product_name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    white-space: pre-line;
    overflow: hidden;
    height: 39px;
}

