.homepage, body {
    background: #FFFFFF !important;
}

.wrapper {
    max-width: 1300px;
}

.logo_gif {
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
}

.s1 {
    min-height: 800px;
    max-height: 850px;
    float: left;
    width: 100%;
    height: 110vh;
    background: url("/images/banner_top_ar.jpg") no-repeat top center;
    background-size: cover;
    -webkit-background-size: cover;
    padding-top: 0px;
    position: relative;
}

.header_cnt {
    float: left;
    min-width: 360px !important;
    width: auto;
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.51);
    padding: 8px 20px;
    border-radius: 18px;
}
.land_pop{
    min-height:250px !important;

}
.land_pop img{
    border-radius:15px;
}
.pop_btn{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.pop_btn button{
    background: #34485c;
    color: white;
    padding: 10px 30px;
    outline: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.main_logo {
    display: none;
}
.main_dwl{
    display: none !important;
}
.table_cell {
    width: 30%;
    min-height: 500px;
    min-width: 550px;
    padding-top: 25px;
    top: 0px;
    right: 0px;
    height: 100vh;
    border-bottom-left-radius: 50px;
    position: relative;
}

.s1 h1 {
    float: revert;
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 40px;
    color: #FFFFFF;
}

    .s1 h1 span.color {
        color: #23AFE3;
        font-weight: 800;
    }

    .s1 h1 span.line {
        float: left;
        width: 100%;
        font-weight: 400;
        font-size: 28px;
        color: #FFFFFF;
    }

.s1 .search_div {
    float: left;
    width: 80%;
    padding: 0 2%;
    margin-bottom: 45px;
}



.row_line {
    width: 100%;
    border-bottom: 1px solid #444444;
    height: 1px;
    margin-bottom: 50px;
}

.search_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.owl-dots {
    display: none;
}

.language a {
    color: white;
    cursor: pointer;
}

.log_div {
    float: left;
    width: auto;
    background: var(--main-color);
    cursor: pointer;
    border-radius: 6px;
    line-height: 35px;
    margin: 3px 0px;
    color: #FFFFFF;
    font-size: 10px;
    padding: 0 10px;
    display: block;
    margin-left: 10px;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    margin: -1px 0 0 0;
    background: #fff;
    border: 0 solid #d0d0d0;
    border-top: 0 none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.app_head {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 13px;
    color: #34485c;
}

.s1 .btn_row_search a {
    background-color: #34485c;
}

#beauty_saloon_div {
    width: 100%;
    background-color: #c7c7c78f;
    padding: 30px;
    border-radius: 25px;
}

.search_box ul.search_ul {
    float: left;
    width: 100%;
    border-radius: 3px;
}

    .search_box ul.search_ul li.search_li {
        float: right;
        width: 30%;
        padding: 0px;
    }

        .search_box ul.search_ul li.search_li:first-child {
            width: 100%;
            margin-bottom: 15px;
        }

        .search_box ul.search_ul li.search_li:first-child {
            border-right: #e3e3e3 0px solid;
        }

        .search_box ul.search_ul li.search_li:nth-child(2) {
            border-right: #e3e3e3 0px solid;
            width: calc(100% - 125px);
        }

        .search_box ul.search_ul li.search_li:last-child {
            float: left;
            width: 110px;
            padding: 0px;
        }

            .search_box ul.search_ul li.search_li:last-child button i {
                padding-left: 6px;
                /*border-left: 1px solid #d83e80;*/
                /*margin-left: 10px;*/
            }

.land_icon_div {
}

.deals_btn {
    float: left;
    width: 160px;
    font-size: 8px;
    position: absolute;
    left: 0;
    text-align: center;
    border: none;
    line-height: 40px;
    border-radius: 9px;
    color: #FFFFFF;
    font-size: 12px;
    background-image: linear-gradient(to bottom, var(--grad-first-color), var(--grad-second-color)) !important;
}

    .deals_btn:before {
        /*content: "-----";
        background-color: white;
        color: white;
        font-weight: 600;
        width: 20px;
        height: 20px;
        margin-left: -50px;
        margin-right: 18px;*/
    }

    .deals_btn img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px;
        margin-top: -5px;
    }

.innerpage header {
    background: none;
}

.top_bar {
    float: left;
    width: 100%;
    height: 30px;
    background: #34485c5c;
    padding: 0px 0;
    padding-top: 5px;
    position: absolute;
}

.city-selection p {
    color: #ffffff;
    font-weight: 500;
}

.city-selection {
    margin-right: 0px;
}

.Name_login span, .Name_login p {
    color: white;
}

.search_box ul.search_ul li.search_li:last-child button {
    float: right;
    background: #23AFE3;
    border: none;
    color: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 6px;
    width: 100%;
}

.search_box ul.search_ul li.search_li p.label {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 20px 20px 5px 20px;
    height: auto !important;
}

.search_box ul.search_ul li.search_li .search_input {
    float: left;
    width: calc(100% - 36px);
    border: #e3e3e3 0px solid;
    line-height: 35px;
    padding: 0 20px;
    font-size: 11px;
    color: #868686;
    border-radius: 12px;
}

.search_box ul.search_ul li.search_li .sandbox {
    float: left;
    width: calc(100% - 36px);
    background: white;
    border-radius: 12px;
    line-height: 35px;
    height: 35px;
}

.selectize-control.single .selectize-input {
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    line-height: 35px;
    padding: 0 20px 0px 20px;
}

.selectize-input > * {
    color: #868686;
    font-size: 11px;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 11px !important;
}

    .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
        font-size: 11px;
        padding: 8px;
    }

.selectize-control.single .selectize-input:after {
    top: 51%;
}



.s1 p.popular_search {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #34485c;
}

.s1 .popular_banner {
    float: left;
    width: 100%;
    padding: 0 5%;
    background: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.popularsearch_slider {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0 30px;
    position: relative;
    z-index: -2;
}

.popular_srch {
}

    .popular_srch a {
        float: left;
        width: 100%;
        text-align: center;
        background: #FFFFFF;
        border-radius: 3px;
        border: #e3e3e3 1px solid;
        padding: 20px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }

        .popular_srch a:hover {
            transform: scale(1);
            -webkit-transform: scale(1);
            border: #23AFE3 1px solid;
        }

        .popular_srch a .dept_img {
            float: left;
            width: 100%;
            text-align: center;
        }

            .popular_srch a .dept_img img {
                display: inline-block;
                width: auto;
            }

        .popular_srch a p {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 14px;
        }

.Feature_div {
    float: left;
    width: 100%;
}

    .Feature_div .Featured_listing {
        float: left;
        width: 100%;
        padding-top: 0px;
    }

        .Feature_div .Featured_listing li {
            float: left;
            width: 23.8%;
            margin-right: 1.6%;
            min-height: 150px;
            background: #f9f9f9;
            border: #b9b9b93b 0px solid;
            border-radius: 14px;
            overflow: hidden;
        }

            .Feature_div .Featured_listing li:nth-child(even) {
                float: left;
            }

            .Feature_div .Featured_listing li a {
                float: left;
                width: 100%;
            }

                .Feature_div .Featured_listing li a .image {
                    float: left;
                    width: 100%;
                    position: relative;
                }

                    .Feature_div .Featured_listing li a .image .rating {
                        position: absolute;
                        line-height: 22px;
                        text-align: center;
                        height: 22px;
                        min-width: 45px;
                        left: 10px;
                        top: 10px;
                        border-radius: 10px;
                        color: #FFFFFF;
                        font-size: 9px;
                        padding: 0 10px;
                        background: #19B13D;
                    }

                        .Feature_div .Featured_listing li a .image .rating.green {
                            background: #19B13D;
                        }

                        .Feature_div .Featured_listing li a .image .rating.yellow {
                            background: #EABD0A;
                        }

                        .Feature_div .Featured_listing li a .image .rating.red {
                            background: #f91515;
                        }

                .Feature_div .Featured_listing li a .cnt {
                    float: left;
                    width: 100%;
                    position: relative;
                    padding: 17px;
                }

                    .Feature_div .Featured_listing li a .cnt .identity {
                        position: absolute;
                        color: #FFFFFF;
                        right: 20px;
                        top: 20px;
                        width: 20px;
                        height: 20px;
                        text-align: center;
                        line-height: 20px;
                        border-radius: 3px;
                        z-index: 1;
                    }

                        .Feature_div .Featured_listing li a .cnt .identity.hospital {
                            background-image: linear-gradient(to right, #EC00D8, #A100F2) !important;
                        }

                        .Feature_div .Featured_listing li a .cnt .identity.clinic {
                            background: #EABD0A;
                        }

                    .Feature_div .Featured_listing li a .cnt h3 {
                        float: right;
                        width: 100%;
                        padding-left: 20px;
                        font-size: 12px;
                        font-weight: 600;
                        padding-bottom: 7px;
                    }

                    .Feature_div .Featured_listing li a .cnt p.location {
                        float: right;
                        width: 100%;
                        height: 20px;
                        font-size: 10px;
                        overflow: hidden;
                        color: #707070;
                        text-align: right;
                        padding-right: 20px;
                        background: url(/images/location.png) no-repeat right top;
                    }

/*.IsDealhide li{ float: left; width: 23.8% !important; margin-right: 1.6% !important; min-height: 150px; margin-bottom: 3.35%; background: #f5f5f5; border: #d0d0d0 1px solid; border-radius:3px; overflow: hidden;}
.IsDealhide li:nth-child(even){ float: left !important;}*/
.IsDealhide li:last-child {
    margin-right: 0px !important;
}

.newlistedsalon {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.s1_sub {
    float: left;
    width: 100%;
}

    .s1_sub .overlay_div {
        float: left;
        width: 100%;
        background: #FFFFFF;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 10px 40px;
    }

.white_bg_shadow {
    padding-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 0px;
    background: #FFFFFF;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
}

.white_bg_shd {
    padding-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 0px;
    background: #FFFFFF;
    padding-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 36px;
    margin-top: 0px;
    margin-top: 0px;
    z-index: 99;
    position: relative;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
}

    .white_bg_shd::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 450px;
        top: 0;
        border-top-left-radius: 36px;
        border-top-right-radius: 36px;
        z-index: -100;
        -webkit-box-shadow: 0px -28px 66px rgba(0,0,0,0.09);
        -moz-box-shadow: 0px -28px 66px rgba(0,0,0,0.09);
        box-shadow: 0px -28px 66px rgba(0,0,0,0.09);
    }

.deal_banner {
    float: left;
    width: 99.8%;
    padding: 0px;
    margin-bottom: 10px;
}

    .deal_banner .banner {
        float: left;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
    }

        .deal_banner .banner:nth-child(2n) {
            width: 50%;
            background: #ccc;
        }

        .deal_banner .banner .left {
            float: left;
            width: 100%;
        }

            .deal_banner .banner .left img {
                width: 100%;
                border-radius: 25px;
            }

        .deal_banner .banner .right {
            float: left;
            width: 100%;
            background: none;
            display: table;
        }

            .deal_banner .banner .right .tablecell {
                width: 100%;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

                .deal_banner .banner .right .tablecell .cnt {
                    float: right;
                    width: 100%;
                    display: inline-block;
                    padding: 10px 5px;
                    text-align: right;
                }

                    .deal_banner .banner .right .tablecell .cnt h2 {
                        float: right;
                        width: 100%;
                        font-size: 11px;
                        line-height: 20px;
                        font-weight: 700;
                        margin: 0;
                        padding: 0;
                        margin-bottom: 5px;
                    }

                    .deal_banner .banner .right .tablecell .cnt p {
                        float: left;
                        width: 100%;
                        font-size: 11px;
                        line-height: 17px;
                        margin-bottom: 5px;
                    }

                    .deal_banner .banner .right .tablecell .cnt .price {
                        font-weight: 700;
                        float: right;
                        width: auto;
                        margin-left: 10px;
                    }

                        .deal_banner .banner .right .tablecell .cnt .price.slash {
                            font-weight: 500;
                            font-size: 10px;
                            text-decoration: line-through;
                            float: right;
                            line-height: 22px;
                            width: auto;
                            color: #707070;
                        }

                    .deal_banner .banner .right .tablecell .cnt .btn {
                        float: left;
                        line-height: 25px;
                        border-radius: 6px;
                        background-color: var(--main-color);
                        color: #FFFFFF;
                        border: none;
                        padding: 0px 10px;
                        font-size: 8px;
                        margin-top: 0px;
                        cursor: pointer;
                    }

.new_sec_head {
    float: left;
    width: 100%;
    position: relative;
}

    .new_sec_head h1 {
        float: left;
        width: 100%;
        font-size: 21px;
        color: #34485c;
        padding: 0;
        margin: 0;
        text-align: right;
        font-weight: 600;
    }

    .new_sec_head .div_head {
        float: right;
        width: 100%;
        position: relative;
        border-bottom: #f1f1f1 1px solid;
        min-height: 15px;
        margin-bottom: 50px;
    }

        .new_sec_head .div_head div {
            position: absolute;
            right: 0;
            top: 0;
            line-height: 25px;
            background: #FFFFFF;
            padding-left: 20px;
            font-size: 13px;
            color: #34485c;
        }

.language a {
    color: white;
}

.cat_ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

    .cat_ul li {
        float: left;
        width: 100%;
        text-align: center;
        padding: 18px 0px 5px 0px;
        margin-right: 2%;
        background: #f7f7f7;
        border-radius: 15px;
    }

        .cat_ul li:nth-child(7) {
            margin-right: 0px;
        }

        .cat_ul li:hover {
            cursor: pointer;
            transform: scale(1.05);
            -webkit-transition: transform 0.2s ease-in-out;
        }

        .cat_ul li img {
            display: inline-block;
            height: 80px;
        }

        .cat_ul li p {
            float: left;
            width: 100%;
            text-align: center;
            padding-top: 10px;
            font-weight: 600;
        }

.popularSearch_ul {
    float: left;
    width: 100%;
    padding: 0 0%;
    margin-top: 20px;
}

    .popularSearch_ul li {
        float: left;
        width: 20%;
        padding: 15px;
    }

        .popularSearch_ul li a {
            float: left;
            width: 100%;
            text-align: center;
            background: #FFFFFF;
            border-radius: 3px;
            border: #e3e3e3 1px solid;
            padding: 20px;
            transition: all .4s ease;
            -webkit-transition: all .4s ease;
        }

            .popularSearch_ul li a:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

            .popularSearch_ul li a .dept_img {
                float: left;
                width: 100%;
                text-align: center;
            }

                .popularSearch_ul li a .dept_img img {
                    display: inline-block;
                    width: auto;
                }

            .popularSearch_ul li a p {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 14px;
            }

.sections {
    padding: 40px 0;
}

h2.sec_heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    padding-top: 20px;
}
/*h2.sec_heading:before{ content: ""; width: 66px; height: 15px; position: absolute; left: 50%; top: 0; margin-left: -33px; background: url("../images/Default/color_dots.png") no-repeat center center; }*/
.btn_row {
    float: left;
    width: 100%;
    text-align: center;
}

    .btn_row .sec_btn {
        line-height: 45px;
        border: none;
        background: #23AFE3;
        display: inline-block;
        margin-top: 25px;
        color: #FFFFFF;
        padding: 0 30px;
        border-radius: 3px;
        text-align: center;
    }

.s2 {
    padding-left: 40px;
    padding-right: 40px;
}

    .s2 .New_listing {
        float: left;
        width: 100%;
    }

        .s2 .New_listing li {
            float: left;
            width: 23.8%;
            margin-right: 1.6%;
            min-height: 150px;
            margin-bottom: 3.35%;
            background: #f9f9f9;
            border: #b9b9b93b 1px solid;
            border-radius: 14px;
            overflow: hidden;
        }

            .s2 .New_listing li:nth-child(3n) {
                float: right;
                margin-right: 0;
            }

            .s2 .New_listing li a {
                float: left;
                width: 100%;
            }

                .s2 .New_listing li a .image {
                    float: left;
                    width: 100%;
                    position: relative;
                }

                    .s2 .New_listing li a .image .rating {
                        position: absolute;
                        line-height: 22px;
                        text-align: center;
                        height: 22px;
                        min-width: 45px;
                        left: 10px;
                        top: 10px;
                        border-radius: 10px;
                        color: #FFFFFF;
                        font-size: 9px;
                        padding: 0 10px;
                        background: #19B13D;
                    }

                        .s2 .New_listing li a .image .rating.green {
                            background: #19B13D;
                        }

                        .s2 .New_listing li a .image .rating.yellow {
                            background: #EABD0A;
                        }

                        .s2 .New_listing li a .image .rating.red {
                            background: #f91515;
                        }

                .s2 .New_listing li a .cnt {
                    float: left;
                    width: 100%;
                    position: relative;
                    padding: 14px;
                }

                    .s2 .New_listing li a .cnt .identity {
                        position: absolute;
                        color: #FFFFFF;
                        right: 20px;
                        top: 20px;
                        width: 20px;
                        height: 20px;
                        text-align: center;
                        line-height: 20px;
                        border-radius: 3px;
                        z-index: 1;
                    }

                        .s2 .New_listing li a .cnt .identity.hospital {
                            background-image: linear-gradient(to right, #EC00D8, #A100F2) !important;
                        }

                        .s2 .New_listing li a .cnt .identity.clinic {
                            background: #EABD0A;
                        }

                    .s2 .New_listing li a .cnt h3 {
                        float: right;
                        width: 100%;
                        padding-left: 20px;
                        font-weight: 600;
                        padding-bottom: 7px;
                        font-size: 12px;
                        height: 30px;
                        overflow: hidden;
                    }

                    .s2 .New_listing li a .cnt p.location {
                        float: left;
                        width: 100%;
                        height: 20px;
                        font-size: 10px;
                        overflow: hidden;
                        color: #707070;
                        text-align: right;
                        padding-right: 20px;
                        background: url(/images/location.png) no-repeat right top;
                    }

.s3 {
    background: #F5F5F5;
    padding-left: 40px;
    padding-right: 40px;
}

    .s3 .left {
        float: left;
        width: 360px;
    }

        .s3 .left h2.sec_heading {
            text-align: left;
            color: #FFFFFF;
            padding-top: 0px !important;
            font-weight: 600;
        }

.deals_half {
    float: left;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.sec_heading:before {
    background: none !important;
}
/*.s3 .left h2.sec_heading:before{ left: 0; margin-left: 0; background: url("../images/Default/white_dots.png") no-repeat center center; }*/
.s3 .left p {
    text-align: justify;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    padding-top: 20px;
    color: #FFFFFF;
}

.s3 .left .btn_row .sec_btn {
    background: #FFFFFF;
    color: #A200F1 !important;
    float: left;
}

.s3 .right {
    width: calc(100% - 360px);
    padding-left: 10px;
}

    .s3 .right img {
        float: right;
    }

.s3.white {
    background: #FFFFFF;
}

    .s3.white .left {
        float: left;
        width: 560px;
        background: #f4f4f4;
        padding: 20px 30px;
        border: 1px solid #ededed;
        border-radius: 18px;
    }

        .s3.white .left h2.sec_heading {
            text-align: right;
            color: #34485c;
            font-weight: 300;
            font-size: 32px;
        }

.s3 .left h2.sec_heading span.bold {
    font-weight: 700;
    font-size: 32px;
}

.s3 .left h2.sec_heading div.small {
    font-size: 21px;
    display: inline-block;
    padding-top: 0px !important;
    font-weight: 600;
    padding-bottom: 0px;
}
/*.s3.white .left h2.sec_heading:before{ left: 0; margin-left: 0; background: url("../images/Default/white_dots.png") no-repeat center center; }*/
.s3.white .left p {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    padding-top: 0px;
    color: #34485c;
}

.s3.white .left .list_salon {
    padding-top: 10px;
}

.s3.white .left .btn_row .sec_btn {
    background: #FFFFFF;
    color: #A200F1 !important;
    float: left;
}

.s3.white .right {
    width: calc(100% - 560px);
    padding-right: 10px;
}

    .s3.white .right img {
        float: right;
    }

.view_all {
    color: #F81E8A;
    border: 0.5px solid #ff93c8;
    background: #FBDEEC;
    cursor: pointer;
    padding: 2px 15px;
    font-size: 8px;
    border-radius: 10px;
    margin-left: 10px;
    vertical-align: text-top;
    line-height: 3;
}

.s4 {
    background: #e7e7e7;
    padding-left: 40px;
    padding-right: 40px;
}

    .s4 .left {
        float: left;
        width: 400px;
        margin-left: 50px;
    }

    .s4 .right {
        width: calc(100% - 500px);
        position: relative;
        background: #f4f4f4;
        margin-top: 10px;
        padding: 35px;
        border: 1px solid #ddd;
        border-radius: 18px;
    }

        .s4 .right .app_right span {
            color: #c9c9c9;
            font-size: 9px;
            margin-bottom: 0px;
        }

    .s4 .btn_row_search a .app_right h3 {
        color: white;
        font-size: 11px;
        line-height: 14px;
    }

    .s4 .btn_row_search a .app_right {
        line-height: 1.4;
    }

    .s4 .right h2.sec_heading {
        text-align: left;
        color: #34485c;
        padding-top: 0px !important;
    }

        .s4 .right h2.sec_heading span {
            font-weight: 600;
        }
    /*.s4 .right h2.sec_heading:before{ left: 0; margin-left: 0; background: url("../images/Default/color_dots.png") no-repeat center center; }*/
    .s4 .right p {
        float: left;
        width: 100%;
        font-size: 11px;
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 20px;
        color: #34485c;
        text-align: justify;
    }

    .s4 .right .btn_row {
        color: #23AFE3;
        float: left;
        margin-top: 20px;
    }

        .s4 .right .btn_row a {
            float: left;
            margin-right: 20px;
            display: inline-block;
            max-width: 40%;
        }

.Testimonial_slider {
    float: left;
    width: 100%;
    padding: 0 13%;
    padding-top: 30px;
}

    .Testimonial_slider .item p {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 30px;
        color: #34485c;
    }

        .Testimonial_slider .item p.stars {
            color: #F3D114;
            font-size: 11px;
            text-align: center;
            padding-top: 10px;
        }

            .Testimonial_slider .item p.stars i {
                margin: 0 5px;
            }

                .Testimonial_slider .item p.stars i.inactive {
                    color: #e3e3e3;
                }

        .Testimonial_slider .item p.name {
            font-size: 16px;
            font-weight: 600;
            padding-top: 20px;
        }

        .Testimonial_slider .item p.place {
            font-size: 12px;
            color: #868686;
        }

    .Testimonial_slider .item .image {
        display: inline-block;
        width: 70px;
        height: 70px;
        overflow: hidden;
        border: #ccc 2px solid;
        border-radius: 50%;
    }

    .Testimonial_slider .item {
        text-align: center;
    }

        .Testimonial_slider .item .white_wrap {
            direction: ltr !important;
            float: left;
            width: 100%;
            background: #FFFFFF;
            padding: 30px;
            border: #e2e2e2 1px solid;
            margin-top: 10px;
            margin-bottom: 50px;
            border-radius: 10px;
            box-shadow: 0px 1px 10px #34485c21;
            -webkit-box-shadow: 0px 1px 10px #34485c21;
        }

.btn_row_search {
    text-align: right;
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    bottom: 0px;
    right: 0px;
}

    .btn_row_search a img {
        width: 120px;
    }

    .btn_row_search a {
        display: inline-block;
        background-color: #34485c;
        border-radius: 5px;
        padding: 6px 10px;
        padding-left: 30px;
        margin-left: 10px;
    }

        .btn_row_search a .app_left {
            float: right;
        }

        .btn_row_search a .app_right {
            float: right;
            padding-right: 10px;
            line-height: 1.4;
        }

        .btn_row_search a .app_left img {
            width: 26px;
            height: 26px;
            padding: 4px;
            background: #EA3383;
            border-radius: 50%;
        }

        .btn_row_search a .app_right p {
            color: #c9c9c9;
            font-size: 10px;
            margin-bottom: 0px;
        }

        .btn_row_search a .app_right h3 {
            color: white;
            font-size: 13px;
        }

.search_li .icon_data {
    float: right;
    background: #b1aeaf;
    border-radius: 50%;
    margin-top: 5px;
}

    .search_li .icon_data img {
        width: 26px;
        height: 26px;
        padding: 6px;
    }

.selectize-control {
    position: relative;
}

.search_li .right_src {
    float: left;
}

.sec_heading span {
    float: right;
}

    .sec_heading span:first-child {
        padding-right: 5px;
    }

.sec_heading img {
    float: right;
    margin-top: -10px;
}
#managebooking_popup{
   z-index:1000;
}


#login .PopupBg {
    max-width: 600px !important;
}

#Deal_Details .popup_content {
    padding: 0px !important;
}

#Deal_Details .popup_div_left {
    width: 50%;
    float: right;
}

    #Deal_Details .popup_div_left h2 {
        text-align: right;
        font-size: 12px;
        font-weight: 600;
        color: #34485c;
        padding: 10px 0px 5px 0px;
    }

    #Deal_Details .popup_div_left p {
    }

#Deal_Details .price {
    margin-top: 25px;
    float: right;
    width: 50%;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

    #Deal_Details .price .new {
        position: relative;
        padding: 0 3px;
        float: left;
        width: auto;
        font-size: 14px;
        color: #313131;
        text-decoration: none;
        font-weight: 800;
    }

    #Deal_Details .price .old {
        float: left;
        color: #b4b4b4;
        padding: 0 3px;
        font-size: 12px;
        font-weight: 700;
        text-decoration: line-through;
    }

    #Deal_Details .price .off {
        float: left;
        line-height: 22px;
        border-radius: 10px;
        border: #f01c85 1px solid;
        background: #fbdeec;
        color: #f01c85;
        font-weight: 500;
        font-size: 8px;
        padding: 0 10px;
        margin: 4px 5px 4px 0px;
    }

#Deal_Details .terms_content_div {
    text-align: right;
    height: 350px;
    overflow: auto;
    background: #f5f5f5;
    padding: 20px;
}

#Deal_Details .popup_head {
    padding: 20px;
    width: 100%;
    display: inline-block;
    padding: 20px;
}

#Deal_Details .footer_content_div {
    padding: 20px;
    min-height: 75px;
    max-height: 145px;
}

    #Deal_Details .footer_content_div button {
        line-height: 35px;
        border-radius: 5px;
        background: transparent linear-gradient(180deg, #FF218F 0%, #CC116C 100%) 0% 0% no-repeat padding-box;
        color: #FFFFFF;
        border: none;
        padding: 0px 15px;
        font-size: 12px;
        margin-right: 10px;
        cursor: pointer;
        float: left;
        margin-bottom: 20px;
    }

    #Deal_Details .footer_content_div .disabled {
        background: #ccc;
        background-image: none !important;
        cursor: no-drop;
    }

#Deal_Details .terms_div {
    width: 50%;
    float: right;
    line-height: 30px;
    display: inline-block;
}

#Deal_Details .terms_content_div h3 {
    font-weight: 600;
    font-size: 11px;
}

.validdiv {
    display: inline-block;
    padding-bottom: 20px;
}

#Deal_Details .popup_content .terms_content_div ol li {
    padding-left: 1px;
    list-style: decimal;
    list-style-type: decimal !important;
}

#Deal_Details .popup_content .terms_content_div ul li {
    padding-left: 1px;
    list-style-type: disc !important;
    list-style: disc;
}

#Deal_Details .popup_content .terms_content_div #condition {
    padding-right: 30px;
}

#Booking_popup .inptArea {
    float: right;
    width: 100%;
    line-height: 30px;
    border: #e3e3e3 1px solid;
    border-radius: 3px;
    padding: 0 10px;
}

#Booking_popup .popup_content .button_row button {
    float: right;
    line-height: 40px;
    color: #FFFFFF;
    background: var(--main-color);
    border-radius: 3px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.sections.s5 {
    padding-top: 0px !important;
    background-color: #f8f8f8;
}

    .sections.s5 .wrapper {
        text-align: center;
        padding-top: 30px;
        width: 70%;
    }

        .sections.s5 .wrapper img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 30px;
        }

        .sections.s5 .wrapper h2 {
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 25px;
        }

        .sections.s5 .wrapper p {
            text-align: center;
            color: #34485c;
        }

.list_salon {
    width: 100% !important;
    display: inline-block;
}

.list_salon_btn {
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    float: left;
}

.send_salon img {
    float: left;
    width: 26px;
    height: 26px;
    padding: 4px;
    background: #EA3383;
    border-radius: 50%;
    margin-right: 10px;
}

.send_salon {
    background: #34485c;
    padding: 7px 20px 7px 10px;
    border-radius: 6px;
    display: inline-block;
}

#manageBooking input, #manageBooking select, .radioselect_div {
    margin-bottom: 20px;
}

#manageBooking {
    padding-top: 40px;
}

#managebooking_popup .PopupBg {
    max-height: 800px !important;
}

.selectize-dropdown-content {
    display: block;
    max-height: 150px !important;
}
/*Responsive*/
@media screen and (min-width: 1400px) {
    .s1 h1 {
        font-size: 21px;
        padding-bottom: 10px;
        color: #34485c;
        padding: 15px 0px 10px 0px;
    }
}

@media screen and (max-width: 1400px) {

    .s1_sub {
        float: left;
        width: 100%;
    }

    .s1 h1 {
        font-size: 21px;
        padding-bottom: 10px;
        color: #34485c;
        text-align: center;
        padding: 15px 0px 10px 0px;
    }

        .s1 h1 span.line {
            font-size: 13px;
            padding-top: 5px;
        }

    .s1 .search_div {
        margin-bottom: 35px;
    }

    .popularSearch_ul {
        margin-top: 15px;
    }

        .popularSearch_ul li a {
            padding: 15px;
        }

    .Feature_div .Featured_listing li a .cnt {
        float: left;
        width: 100%;
        position: relative;
        padding: 14px;
    }
}

@media screen and (max-width: 1160px) {
    .s1_sub {
        float: left;
        width: 100%;
    }

    .s1 {
        padding: 200px 0;
        height: auto;
        display: block;
    }
        /*.s1_sub{margin-top:-120px;}*/
        .s1 .table_cell {
            display: block;
        }

    .sections {
        padding: 40px;
    }

    .s2 .New_listing li, .Featured_listing li {
        min-height: 300px;
        margin-bottom: 3.35%;
    }

        .s2 .New_listing li:nth-child(odd), .Feature_div .Featured_listing li:nth-child(odd) {
            width: 48%;
            float: left;
        }

        .s2 .New_listing li:nth-child(even), .Feature_div .Featured_listing li:nth-child(even) {
            width: 48%;
            float: right;
            margin-right: 0;
        }

        .s2 .New_listing li a .image img, .Feature_div .Featured_listing a .image img {
            width: 100%;
        }

    .s4 .left {
        width: 100%;
    }

    .s4 .right {
        width: 100%;
        padding-left: 10px;
        padding-top: 10px;
    }

        .s4 .right p {
            padding-right: 0;
            text-align: justify;
        }

    .s3.white .left, .s3.white .right {
        width: 100%;
    }

        .s3.white .left h2.sec_heading {
            text-align: right;
        }
}

@media screen and (max-width: 900px) {
    .s4 .left {
        margin-left: 0px;
    }

    .footer_ul {
        text-align: center;
    }

        .footer_ul .sm li {
            float: none;
        }

    .footer_li {
        width: 100% !important;
    }

    .search_box ul.search_ul li.search_li .sandbox {
        width: calc(100% - 30px);
        background: white;
        border-radius: 12px;
        line-height: 40px;
        height: 40px;
    }

    .search_li .icon_data {
        margin-top: 6px;
    }

    .search_box ul.search_ul li.search_li .search_input {
        line-height: 40px;
        border-radius: 6px;
    }

    .s1 h1 {
        font-size: 21px;
        padding-bottom: 40px;
    }

    .search_box ul.search_ul li.search_li {
        width: 50%;
    }

        .search_box ul.search_ul li.search_li:first-child {
            width: 100%;
        }

        .search_box ul.search_ul li.search_li:nth-child(2) {
            margin-bottom: 10px;
            width: 100%;
            height: 40px;
            border-right: #e3e3e3 0px solid;
        }

    #Deal_Details .popup_div_left {
        width: 100%;
    }

    #Deal_Details .price, #Deal_Details .terms_div {
        width: 100%;
    }

    #Deal_Details .footer_content_div {
        display: inline-block;
    }

    .selectize-control.single .selectize-input {
        line-height: 40px;
    }

    .btn_row_search {
        text-align: center;
        display: inline-block;
        width: 100%;
        padding-top: 20px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        margin: auto;
    }
}
@media screen and (min-width: 1000px) {
    .btn_row_search
    {
        text-align:center;
    }
}
    @media screen and (max-width: 1000px) {
        .qrcode {
        display: none !important;
    }
    .main_dwl{
        display: inline-block !important;
    }
    .header_cnt {
        min-width: 70px !important;
        background: #00000000 !important;
    }

    .white_bg_shd {
        margin-top: 0px;
    }

    video {
        display: none;
    }

    .s1 {
        padding: 50px 0px;
    }

    img.logo_gif {
        width: 50%;
        padding-top: 0px;
        margin-bottom: 10px;
        max-height: 250px;
    }

    .language::after {
        border-right: none;
    }

    .s1 {
        background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),url(/images/Default/land_mob_banner.jpg) no-repeat top center;
        min-height: 500px;
        /*height: 85vh !important;*/
        background-size: cover;
    }

    .search_input {
        width: calc(100% - 30px) !important;
        border-radius: 18px;
    }

    .table_cell {
        height: 500px;
        border-bottom-right-radius: 0px;
        min-width: 100%;
    }

    .btn_row_search {
        position: relative;
    }

    .search_li .button_one {
        width: 150px;
    }

    .table_cell .wrapper {
        width: 100%;
    }

    .popularsearch_slider {
        padding: 0;
    }



    .cat_ul li {
        margin-bottom: 20px;
    }

        .cat_ul li:nth-child(4n) {
            float: right;
        }

    .s1 .table_cell {
        display: block;
    }

    .homepage header {
        position: relative;
    }

    .s1 h1 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        padding-bottom: 10px;
    }

    .popularSearch_ul li a p, .popular_srch a p {
        font-size: 12px;
    }

    .s1 h1 span.line {
        font-size: 18px;
    }

    .s1 .search_div {
        padding: 0 3%;
        width: 100%;
    }

    .deals_btn {
        margin: 0 3%;
    }

    .s1 .search_div {
        margin-bottom: 20px;
    }

    .deals_half {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 40px;
    }

    .Feature_div {
        width: 100% !important;
    }

        .Feature_div img {
            width: 100%;
        }

    h2.sec_heading {
        font-size: 23px;
    }

    .s2 .Featured_listing {
        padding-top: 30px;
    }

    .btn_row .sec_btn {
        margin-top: 10px;
    }

    .sections {
        padding: 40px;
    }

    .s2 .New_listing li {
        min-height: 300px;
    }

        .s2 .New_listing li:nth-child(odd) {
            width: 48%;
            float: left;
        }

        .s2 .New_listing li:nth-child(even) {
            width: 48%;
            float: right;
            margin-right: 0;
        }

        .s2 .New_listing li a .image img {
            width: 100%;
        }

    .s4 .left {
        width: 100%;
    }



    .s4 .right p {
        padding-right: 0;
    }

    .s3.white .left, .s3.white .right {
        width: 100%;
    }

        .s3.white .left h2.sec_heading {
            text-align: center;
        }

    #calendar_time li {
        margin-right: 4px;
    }

    .bkng .popup_content.review .button_row1 {
        position: relative;
        display: inline-block;
        margin-top: 10px;
        right: 5px;
        bottom: 0px;
    }

    .Timer {
        left: 60px;
        top: 5px;
    }

    .bkng .popup_content.review .button_row .step1_btn {
        margin-top: 10px;
    }

    .bkng .popup_content.review .button_row .step5_btn {
        margin-top: 30px;
    }

    .bkng .PopupBg .step_5 .full_row .leftpay {
        max-height: 500px !important;
    }
}

@media screen and (max-width: 800px) {

    .popularSearch_ul li:last-child {
        display: none;
    }

    .popularSearch_ul li {
        width: 25%;
    }

    .btn_row_search a {
        display: inline-block;
        background-color: #34485c;
        border-radius: 5px;
        padding: 6px 10px;
        padding-right: 15px;
        margin-right: 0px;
    }

    .s4 .right {
        padding-left: 30px;
        padding-top: 20px;
    }

    .s3 .left {
        width: 100%;
    }

        .s3 .left h2.sec_heading {
            text-align: right;
            padding-bottom: 0px;
        }

            .s3 .left h2.sec_heading::before {
                left: 50%;
                margin-left: -33px;
            }

        .s3 .left p {
            text-align: right;
            padding: 0px;
            padding-bottom: 20px;
        }

        .s3 .left .btn_row .sec_btn {
            float: none;
            display: inline-block;
        }

    .s3 .right {
        width: 100%;
        padding-left: 0;
        padding-right: 10%;
        padding-top: 20px;
    }

    .s4 .left {
        width: 100%;
        text-align: center;
    }

        .s4 .left img {
            max-width: 250px;
            padding-top: 40px;
            float: none;
            display: inline-block;
        }

    .s4 .right {
        width: 100%;
        margin-top: 30px;
    }

        .s4 .right h2.sec_heading {
            text-align: center;
            padding-bottom: 10px;
        }

            .s4 .right h2.sec_heading::before {
                left: 50%;
                margin-left: -33px;
            }

        .s4 .right p {
            padding:0px;
            padding-bottom: 20px;
        }

        .s4 .right .btn_row a {
            float: none;
        }



    .s2 .New_listing li {
        min-height: 280px;
    }

    #Deal_Details .PopupBg {
        min-height: 790px;
        max-height: 900px;
    }
}

@media screen and (max-width: 700px) {
    .s1 {
        min-height: 100vh;
        position: relative;
    }
     .pop_btn{
        bottom:10px;
    }
    .pop_btn button{
        padding:7px 20px;
    }
    .white_bg_shd::before {
        content: "";
        width: 0px;
    }

    .list_salon {
        text-align: center !important;
    }

    .search_box ul.search_ul li.search_li .search_input {
        line-height: 40px;
        border-radius: 13px;
    }

    .deal_banner .banner .right .tablecell .cnt p {
        width: calc(100%);
    }

    .deal_banner .banner .right .tablecell .cnt div {
        text-align: right;
    }

    .deal_banner .banner .left {
        width: 100%;
    }

    .deal_banner .banner .right {
        width: 100%;
    }

    .sections, .s1 {
        padding: 50px 30px;
    }

    .search_box ul.search_ul li.search_li:last-child button {
        border-radius: 0px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        line-height: 40px;
    }

    /*.Feature_div, .deals_half,.s1_sub .overlay_div{ padding-right: 30px; padding-left: 20px; }*/
    .search_box ul.search_ul li.search_li {
        width: 100%;
    }

        .search_box ul.search_ul li.search_li:first-child {
            width: 100%;
        }

        .search_box ul.search_ul li.search_li:first-child {
            height: 35px;
            border-bottom: #e3e3e3 0px solid;
        }

        .search_box ul.search_ul li.search_li:last-child {
            max-width: 100%;
            width: 100%;
        }

            .search_box ul.search_ul li.search_li:last-child button {
                float: left !important;
                width: calc(100% - 30px) !important;
                text-align: left !important;
                line-height: 40px !important;
                margin: 0;
                border-radius: 13px;
            }

    .s1 {
        padding: 50px 0 !important;
    }

        .s1 .search_div {
            padding: 0 4%;
        }

    .log_div {
        display: none;
    }

    .popularSearch_ul li {
        width: 50%;
    }

        .popularSearch_ul li a {
            padding: 20px;
        }

            .popularSearch_ul li a p {
                font-size: 14px;
            }

    .s2 .New_listing li, .Feature_div li {
        width: 100% !important;
        margin: 0;
        margin-bottom: 30px;
    }

    .s3.white .left h2.sec_heading {
        text-align: right;
    }

        .s3.white .left h2.sec_heading span {
            float: none;
        }
}

@media screen and (max-width: 550px) {
    .new_sec_head .div_head {
        border-bottom: 0px solid;
    }

    .cat_ul li {
        margin: 0 !important;
        margin-bottom: 15px !important;
        margin-right: 2% !important;
        height: 110px;
    }

        .cat_ul li:nth-child(4n) {
            margin-right: 0% !important;
        }

        .cat_ul li img {
            display: inline-block;
            height: 55px;
        }

        .cat_ul li p {
            font-size: 9px;
            padding-top: 3px;
        }

    .Feature_div .Featured_listing li {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

        .Feature_div .Featured_listing li:last-child {
            margin-bottom: 0 !important;
        }

    .Feature_div .Featured_listing img {
        width: 100%;
    }

    .New_listing li {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

        .New_listing li:last-child {
            margin-bottom: 0 !important;
        }

    .New_listing img {
        width: 100%;
    }

    .s1_sub .wrapper {
        width: 100%;
        margin-top: 0px;
    }

        .s1_sub .wrapper .white_bg_shadow {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

    .new_sec_head h1 {
        font-size: 16px;
    }

    .deals_half, .sections {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .s2 .New_listing {
        padding-top: 0px;
    }


    .s3.white .left p {
        text-align: justify;
    }

    .s2 .Featured_listing {
        padding-top: 0px;
    }

    .deals_half {
        margin-bottom: 0px;
    }

    .newlistedsalon {
        margin-bottom: 20px;
    }

    .footer_ul {
        text-align: center;
    }

        .footer_ul .sm li {
            float: none;
        }
}

@media screen and (max-width: 450px) {
    .main_logo {
        width: 120px;
        margin: 5px 0;
    }

    .s1 {
        padding: 35px 0 !important;
    }

    .sections {
        padding: 35px 0;
        padding-top: 0px !important;
    }

    .s1 h1 {
        font-size: 18px;
        line-height: 30px;
    }

        .s1 h1 span.line {
            font-size: 14px;
        }

    .s1 .search_div {
        padding: 0;
    }

    .popularSearch_ul li a p {
        font-size: 12px;
    }

    .popularSearch_ul li {
        padding: 7px;
    }

    .s3 .left p {
        padding: 0;
        padding-bottom: 20px;
    }

    .s4 .right p {
        padding: 0;
    }

    .s4 .right .btn_row a {
        margin-right: 5px;
    }

        .s4 .right .btn_row a:last-child {
            margin-right: 0;
        }

    .footer_li {
        width: 100% !important;
    }

        .footer_li:nth-child(2) {
            padding-left: 0;
            margin-bottom: 20px;
        }

    .s2 .Featured_listing li {
        margin-bottom: 20px;
    }

    .deals_btn {
        margin: 0;
        width: auto;
        /*padding-left: 18px;*/
        /* padding-right: 6px; */
        height: 30px;
        font-size: 8px;
        z-index: 99;
        line-height: 30px;
        min-width: 85px;
        box-sizing: border-box;
        display: inline-block;
    }

        .deals_btn img {
            display: none;
        }
}

.popup_content.review .button_row1 button {
    float: left;
    line-height: 40px;
    color: #FFFFFF;
    background: var(--main-color);
    border-radius: 3px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
/*payment popup*/
.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap { /*border-bottom:1px solid #f5f5f5;*/
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 7%;
}


    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .labelicon {
        display: inline-flex;
        align-items: center;
        margin-top: 0.3em;
    }

.bkng .PopupBg .step_5 .full_row .right .fieldwrap .labelicon {
    display: inline-flex;
    align-items: center;
    margin-top: 0.3em;
}

.bkng .PopupBg .step_5 .full_row .leftpay .cardsave .labelicon {
    display: inline-flex;
    align-items: center;
    margin-top: 0.3em;
}

.bkng .PopupBg .step_5 .full_row .leftpay .cardlistdiv .labelicon {
    display: inline-flex;
    align-items: center;
    margin-top: 0.3em;
}

.bkng .PopupBg .step_5 .full_row .leftpay p.cardhead {
    font-weight: 600;
    padding-left: 15px !important;
    font-size: 14px;
    color: #34485c;
}

.bkng .PopupBg .step_5 .full_row .leftpay p.payhead {
    font-weight: 600;
    font-size: 14px;
    color: #34485c;
}

.bkng .PopupBg .step_5 .full_row .leftpay .payhead {
    font-weight: 600;
    font-size: 14px;
    color: #34485c;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .radioselect_div {
    margin-top: 25px;
    margin-right: 33px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .Payatsalon {
    margin-left: 47px;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .right.fieldwrap .payicon img {
    vertical-align: middle;
    height: 16px;
    width: 26px;
    margin-left: 39%;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .labelicon_div {
    width: calc(100% - 50px);
    float: left;
    display: inline-block;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .saleicon {
    width: 40px;
    float: right;
}

.bkng .PopupBg .step_5 .full_row .right .fieldwrap p.dec {
    float: left;
    font-size: 9px;
    line-height: 20px;
    margin-bottom: 0;
    color: #67768c;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .atsalon {
    padding-top: 15px;
    display: inline-block;
    padding-top: 15px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap p.refdec {
    width: calc(100% - 40px);
    font-size: 9px;
    line-height: 20px;
    padding-top: 2px;
    margin-bottom: 0;
    color: #67768c;
    float: right;
}

.bkng .PopupBg .step_5 .full_row .leftpay .cardsection p.refdec {
    font-size: 10px;
    line-height: 20px;
    padding-left: 34px;
    padding-bottom: 12px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .cardsection .row {
    padding-left: 31px;
}


.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .credit_msgdiv i.fa.fa-check-circle {
    padding-left: 8px;
    color: #72c083;
    font-size: 13px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .credit_msgdiv b {
    font-weight: normal;
    color: #72c083;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .Refund_msgdiv i.fa.fa-check-circle {
    padding-left: 8px;
    color: #72c083;
    font-size: 13px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .Refund_msgdiv b {
    font-weight: normal;
    color: #72c083;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .promoicon {
    width: 40px;
    float: right;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .payicon {
    width: 48px;
    float: right;
}

    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .payicon img {
        height: 17px;
    }

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .promoicon img {
    height: 24px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .redeemselect_div {
    margin-left: 33px;
    margin-top: 25px;
    display: inline-block;
}

    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .redeemselect_div .redeemradio {
        display: inline-block;
    }

    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .redeemselect_div .refundradio {
        margin-left: 30px;
        display: inline-block;
    }

.bkng .PopupBg .step_5 .full_row .right .bk_paymentright .summary .bk_dicountdata p span b {
    color: #72c083;
    font-weight: normal;
}



.bkng .PopupBg .step_5 .full_row .right p.credit {
    font-weight: 600;
    padding-left: 46px !important;
}

.bkng .PopupBg .step_5 .full_row .right .fieldwrap text-referral {
    background-color: #FCEFF7 !important;
    color: #FB1E8C !important;
    float: left;
    border: 1px dashed #FB1E8C;
    margin-right: 5px;
    padding: 7px 20px;
    cursor: pointer;
    padding-left: 20px;
    margin-left: 45px;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-redeem {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-redeemremove {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-refund {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-refundremove {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}


.bkng .PopupBg .step_5 .full_row .leftpay {
    padding-top: 5px;
    float: right;
    width: 50%;
    padding-left: 15px;
    max-height: 350px;
}

.bkng .popup_content.review .step_5.button_row1 button {
    float: left;
    line-height: 40px;
    color: #FFFFFF;
    background: var(--main-color);
    border-radius: 3px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.cardnumdiv p.label {
    font-weight: 600px;
    padding-left: 24px !important;
    font-size: 14px;
    color: #34485c;
}

.bkng .PopupBg .step_5 .full_row .button_checkout {
    float: right;
    line-height: 40px;
    color: #FFFFFF;
    background: var(--main-color);
    border-radius: 3px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.bkng .PopupBg .step_5 button_row .button_one {
    float: right !important;
}


.bkng .PopupBg .step_5 .full_row .right .price.total {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 800;
}

    .bkng .PopupBg .step_5 .full_row .right .price.total span {
        float: right;
        text-align: right;
        font-weight: 800;
    }

bkng .PopupBg .full_row .right h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #222222;
}

.bkng .PopupBg .step_5 .full_row .leftpay .referral .inputTxt {
    float: left;
    /*width: 51%;*/
    height: 40px;
    line-height: 38px;
    /*padding: 0 10px;*/
    margin-top: 18px;
    border-style: dashed;
    border-color: #FB1E8C;
    background-color: #FCEFF7 !important;
    color: #FB1E8C !important;
    width: 200px;
    padding: 5px 10px;
}


.bkng .PopupBg .step_5 .full_row .right .fieldwrap .payapply {
    position: absolute;
    left: 165px;
    top: 10px;
    color: #FB1E8C !important;
    float: right;
    margin-right: 5px;
    cursor: pointer;
    padding-left: 94px;
    font-size: 8px;
    padding-top: 98px;
    border: none;
    background: transparent;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .refercodediv {
    /*margin-left:35px;*/
    display: inline-block;
}


.bkng .PopupBg .step_5 .full_row .right {
    padding-top: 5px;
}

.step_1 .spl {
    padding: 0px;
}

.ui-menu .ui-menu-item {
    position: relative;
    text-align: left;
    margin: 0;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    font-size: 12px;
}

.ui-widget-content {
    border-bottom: 1px solid #e93383 !important;
    color: #34485c;
    padding: 10px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background-color: #FFFFFF !important;
    z-index: 99999999;
    border-radius: 6px;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
    border-radius: 10px;
}

.popup_content.review {
    padding: 30px;
}

    .popup_content.review .button_row button {
        float: left;
        line-height: 40px;
        color: #FFFFFF;
        background: #fb1f8c;
        border-radius: 3px;
        padding: 0 20px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.ui-menu-item-wrapper {
    padding: 5px;
    border-radius: 6px;
}

.popup_content.review .button_row {
    float: right;
    width: 100%;
    margin-top: 20px;
}

b,
strong {
    font-weight: 600;
}

.owl-carousel .owl-stage-outer {
    background: white;
    border-radius: 10px;
}

.Listsalonradio {
    text-align: right;
    padding: 5px;
}

@media screen and (min-width: 1367px) {
    .Testimonial_slider .item .white_wrap {
        min-height: 410px;
    }
}

.testimonial {
    margin-top: 30px;
}

    .testimonial .cloned {
    }

    .testimonial .owl-item.active {
        background-color: #ffffff;
        border-radius: 15px;
        opacity: 0.5;
        margin-top: 20px;
        min-height: 260px;
        box-shadow: 2px 7px 20px #34485c21;
        -webkit-box-shadow: 2px 7px 20px #34485c21;
        border: 1px solid #f1f1f1;
    }

        .testimonial .owl-item.active.center {
            background-color: #ffffff;
            border-radius: 15px;
            opacity: 1;
            margin-top: 0px;
            min-height: 300px;
            /*box-shadow: -5px 1px 10px #34485c21;
            -webkit-box-shadow: -5px 1px 64px #34485c21;*/
        }

    .testimonial .owl-stage-outer {
        background: #f8f8f8;
        border-radius: 0px;
    }

.test_div {
    padding: 20px;
    width: 100%;
}

.cloned .test_div {
    background-color: none;
}

.test_div img {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    /*border: 2px solid #ccc;*/
    border-radius: 50%;
}

.test_div h3 {
    padding-top: 8px;
    font-weight: 600;
}

.test_div h4 {
    padding-top: 2px;
    color: #8B8B8B;
}

.test_div p {
    font-size: 11px;
    color: #8B8B8B;
    padding: 8px 20px;
    line-height: 1.4;
}

video {
    width: 250px;
    position: relative;
    margin-bottom: -30px;
    z-index: -1;
}

.logo_file {
    width: 280px;
    position: relative;
    margin-bottom: -30px;
    display: none;
}
.qrcode {
    width: 130px;
    text-align: center;
    display: inline-block;
}
@media screen and (max-width: 900px) {
    .logo_file {
        display: none;
    }

    cat_ul li p {
        font-size: 8px;
    }
}

@media screen and (min-width: 1700px) {
    .sections.s5 .wrapper {
        width: 50%;
    }

    .s3.white .right {
        width: calc(100% - 650px);
        padding-left: 10px;
    }

    s3.white .left {
        width: 650px;
    }

    .s4 .right {
        width: calc(100% - 600px);
        margin-top: 70px;
    }

    .s3.white .left {
        margin-top: 40px;
        width: 650px;
    }

    .s4 .left {
        width: 450px;
    }

    .s1 {
        min-height: 950px;
        max-height: 1000px;
        height: 100vh;
        background: url(/images/banner_top_ar.jpg) no-repeat bottom center;
        /*background-size:80% 100%;*/
    }

    .white_bg_shd {
        margin-top: -120px;
    }

    #beauty_saloon_div {
        min-height: 170px;
    }

    .search_box ul.search_ul li.search_li .search_input {
        line-height: 44px;
        font-size: 12px;
        width: calc(100% - 45px);
    }

    .selectize-control.single .selectize-input {
        line-height: 44px;
        font-size: 12px;
    }

    .search_box ul.search_ul li.search_li .sandbox {
        height: 44px;
        width: calc(100% - 45px);
    }

    .selectize-dropdown, .selectize-input, .selectize-input input {
        font-size: 12px !important;
    }

    .search_box ul.search_ul li.search_li:last-child button {
        line-height: 44px;
        font-size: 12px;
    }

    .table_cell {
        min-width: 600px;
        padding-top: 60px;
        position: relative;
    }

    .search_li .icon_data img {
        width: 35px;
        height: 35px;
        padding: 8px;
    }

    .s1_sub .overlay_div {
        padding-top: 35px;
    }

    .cat_ul li {
        height: 175px;
        padding: 35px 0px 5px 0px;
    }

    .footer_row_search {
        bottom: 50px;
    }

    video {
        width: 350px;
    }
}

header.active {
    top: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
