﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Sans+Arabic:wght@100..900&display=swap');

:root {
    --grad-first-color: #e93383;
    --grad-second-color: #e93383;
    --main-color: #e93383;
    --icon-star: #e93383;
    --link-grey: #848484;
}
/*#e93383;*/


* {
    margin: 0;
    direction: rtl !important;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    appearance: none;
    outline: none;
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: normal;
    outline: none;
    box-sizing: border-box;
    color: #34485c;
}

body {
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

ul, ol, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
    cursor: pointer;
}

i {
    color: inherit;
    line-height: inherit;
}

img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
}

.clr {
    clear: both;
}

.left {
    float: right !important;
}

.right {
    float: left !important;
}

.pd_10 {
    padding: 10px;
}

.pd_20 {
    padding: 20px;
}

.pd_30 {
    padding: 30px;
}

::-moz-selection {
    color: #FFF;
    background: var(--main-color);
}

::selection {
    color: #FFF;
    background: var(--main-color);
}

.wrapper {
    margin: 0 auto;
    width: 90%;
    max-width: 1300px;
}

header, section, footer, .full_row, .sections {
    float: left;
    width: 100%;
}

.half_row {
    float: left;
    width: 50%;
}

.qtr_row {
    float: left;
    width: 25%;
}

.full_width {
    float: left;
    width: 100% !important;
}

.disable_div {
    opacity: .5;
    pointer-events: none;
}
/*Scroll Top*/
.scrollTopBtn {
    background: var(--main-color);
    position: fixed;
    display: none;
    z-index: 99999;
    right: 20px;
    bottom: 20px;
    background-image: linear-gradient(to right,var(grad-first-color),var(grad-second-color)) !important;
    border-radius: 3px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .scrollTopBtn.active {
    }
/*Animation*/
.transition_div {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.Element_Animation {
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

    .Element_Animation.active {
        transform: scale(1);
        visibility: visible;
        opacity: 1;
    }


.glow {
    border: none;
    overflow: hidden;
    border: #d59229 1px solid !important;
    padding: 10px 40px !important;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

    .glow:before {
        content: '';
        background: linear-gradient(45deg, #fcde67, #d59229, #fcde67, #d59229, #fcde67, #d59229, #fcde67, #d59229, #fcde67);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        border-radius: 10px;
    }

    .glow:active {
        color: #34485c;
    }

        .glow:active:after {
            background: transparent;
        }

    .glow:before {
        opacity: 1;
    }

    .glow:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 10px;
    }

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 200% 0;
    }

    100% {
        background-position: 0 0;
    }
}



/*Header*/
header {
    padding: 10px 0;
}

    header.active {
        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);
    }

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

h2.sec_heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    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;
    }

.pageHeader {
    float: left;
    width: 100%;
    padding: 120px 0 50px 0;
    background: #FAFCFE;
}

.innerpage header {
    background: #ffffff;
}

    .innerpage header.active {
        background: #FFFFFF;
    }

.main_logo {
    float: right;
    width: 160px;
}

nav.main_menu ul li {
    height: 35px;
    float: left;
    display: inline-block;
    padding-left: 10px;
    border: 1px solid #e3e3e3;
    padding-right: 10px;
    margin-top: 0px;
    margin-right: 10px;
    border-radius: 3px;
}

.header_cnt {
    float: left;
    width: calc(100% - 160px);
    padding-right: 30px;
}

.rs_menu_btn {
    float: left;
    text-align: right;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    width: 25px;
    margin-right: 10px;
    display: none;
}

.rs_menu {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    background: rgba(255,255,255,0.99);
    top: 0;
    left: 0;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

    .rs_menu.active {
        transform: scale(1);
        -webkit-transform: scale(1);
        visibility: visible;
        opacity: 1;
    }

    .rs_menu .heading {
        float: left;
        width: 100%;
        position: relative;
        padding: 20px 0 30px 0;
    }

        .rs_menu .heading img {
            float: left;
            max-width: 120px;
        }

        .rs_menu .heading a.close {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -15px;
            line-height: 20px;
            width: 20px;
            height: 20px;
            font-size: 14px;
            cursor: pointer;
        }

    .rs_menu ul {
        float: left;
        width: 100%;
    }

        .rs_menu ul li {
            float: left;
            width: 100%;
            border-bottom: #e3e3e3 0px solid;
        }

            .rs_menu ul li:last-child {
                border-bottom: none;
            }

            .rs_menu ul li a {
                color: #34485c;
                font-size: 12px;
                line-height: 40px;
                padding: 0 10px;
                border-radius: 3px;
            }

                .rs_menu ul li a i {
                    color: var(--main-color);
                    margin-left: 5px;
                }

                .rs_menu ul li a:hover {
                    background: var(--main-color);
                    color: #FFFFFF;
                }

                    .rs_menu ul li a:hover i {
                        color: #FFFFFF;
                    }

.log_div {
    float: left;
    width: auto;
    background: var(--main-color);
    cursor: pointer;
    border-radius: 3px;
    line-height: 34px;
    margin: 3px 0;
    color: #FFFFFF;
    padding: 0 12px;
    display: block;
    margin-left: 10px;
    height: 35px;
}

.user_details {
    float: left;
    width: auto;
    height: 34px;
    position: relative;
    cursor: pointer;
    display: none;
}

    .user_details .icon {
        float: right;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: #b5b5b5 2px solid;
        overflow: hidden;
    }

    .user_details .dropdown {
        width: 160px;
        background: var(--main-color);
        position: absolute;
        z-index: 999;
        right: 0;
        top: 50px;
        padding: 0px;
        border-radius: 3px;
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

        .user_details .dropdown.active {
            transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 1;
            visibility: visible;
        }

        .user_details .dropdown ul {
            float: left;
            width: 100%;
            position: relative;
        }

            .user_details .dropdown ul:before {
                content: "";
                position: absolute;
                right: 12px;
                top: -8px;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid var(--main-color);
            }

            .user_details .dropdown ul li {
                float: left;
                width: 100%;
                color: #FFFFFF;
                border-bottom: #f100d6 0px solid;
                border-radius: 3px;
                overflow: hidden;
            }

                .user_details .dropdown ul li:last-child {
                    border-bottom: none;
                }

                .user_details .dropdown ul li:hover {
                    background: #fc93be;
                }

                .user_details .dropdown ul li a {
                    color: inherit;
                    float: left;
                    width: 100%;
                    line-height: 20px;
                    padding: 10px 15px;
                }

nav.main_menu {
    float: left;
    display: block;
}

    nav.main_menu a {
        cursor: pointer;
    }

    nav.main_menu ul {
        float: left;
        width: 100%;
    }

        nav.main_menu ul li {
            float: left;
            display: inline-block;
            padding-right: 20px;
        }

            nav.main_menu ul li a {
                font-size: 12px;
                color: inherit;
                line-height: 34px;
                font-weight: 600;
            }

                nav.main_menu ul li a:hover, nav.main_menu ul li a.active {
                    color: var(--main-color) !important;
                }

            nav.main_menu ul li i {
                color: var(--main-color) !important;
                padding-right: 5px;
            }

/*Page Not Found*/
.page_not_found {
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0;
    margin-top: 40px;
}

    .page_not_found .image {
        float: left;
        width: 50%;
    }

        .page_not_found .image img {
            display: inline-block;
            max-width: 100%;
        }

    .page_not_found .cnt {
        float: left;
        width: 50%;
        padding-left: 30px;
        padding-top: 100px;
    }

        .page_not_found .cnt h2 {
            float: left;
            width: 100%;
            text-align: left;
            font-size: 38px;
            font-weight: 300;
            padding-bottom: 0px;
            color: #34485c;
        }

        .page_not_found .cnt a {
            float: left;
            margin-top: 10px;
            display: inline-block;
            clear: both;
            text-align: left;
            font-size: 13px;
            color: #FFFFFF;
            font-weight: 400;
            background: var(--main-color);
            border-radius: 3px;
            line-height: 35px;
            padding: 0 15px;
        }

        .page_not_found .cnt p.msg {
            float: left;
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 400;
            padding: 0px 0;
            line-height: 30px;
            color: #262662;
            padding-bottom: 10px;
        }

        .page_not_found .cnt p {
            float: left;
            width: 100%;
            text-align: left;
            font-size: 12px;
            color: #868686;
            font-weight: 600;
        }
/*Footer*/
footer {
    background: #222D31;
    padding: 70px 0;
    color: #FFFFFF;
    padding-bottom: 0px;
}

.footer_ul {
    float: right;
    width: 100%;
    font-size: 11px;
}

.footer_li {
    float: right;
    width: 35%;
    padding-right: 30px;
    color: #FFFFFF;
}

    .footer_li:last-child {
        padding-right: 0;
        width: 40%;
        background-image: url("/images/world.png");
        min-height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-left: 50px;
    }

    .footer_li:nth-child(1) {
        width: 35%;
        padding-right: 20px;
    }

    .footer_li h3 {
        float: right;
        width: 100%;
        font-size: 16px;
        color: #FFFFFF;
        padding-bottom: 15px;
    }

    .footer_li p {
        float: left;
        width: 100%;
        font-size: 12px;
        color: #d5d5d5;
        line-height: 26px;
    }

        .footer_li p a {
            float: left;
            display: inline-block;
            color: #868686;
        }

            .footer_li p a:hover {
                color: #fff;
            }

.foot_left {
    float: right;
    width: 25px;
}

    .foot_left img {
        background: rgb(34, 53, 71);
        border-radius: 50%;
        width: 23px;
        height: 23px;
        padding: 6px;
    }

.links_layout {
    padding-top: 30px;
    line-height:1.3;
}

    .links_layout a {
        color: #d5d5d5;
        padding-bottom: 6px;
    }

        .links_layout a:hover {
            text-decoration: underline;
        }

.foot_div {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.footer_row_search {
    text-align: right;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 55px;
}

    .footer_row_search a {
        display: inline-block;
        background-color: #223547;
        border-radius: 5px;
        padding: 0px 7px 7px;
        width: 130px;
        margin-left: 5px;
    }

        .footer_row_search a .app_left {
            float: left;
            width: 20px;
            padding-top: 6px;
        }

        .footer_row_search a .app_right {
            float: left;
            padding-left: 10px;
            width: calc(100% - 20px);
            line-height: 1.4;
            padding-top: 5px;
        }

            .footer_row_search a .app_right span {
                color: #979797;
                font-size: 10px;
                margin-bottom: -2px;
            }

            .footer_row_search a .app_right h3 {
                color: #d5d5d5;
                font-size: 12px;
                padding-bottom: 0px;
            }

.foot_right {
    float: left;
    width: calc(100% - 30px);
    color: #d5d5d5;
    line-height: 20px;
    padding-right: 10px;
}

.sm {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0px;
}


.footer_li:nth-child(2) {
    width: 25%;
    padding-left: 20px;
}

.sm li {
    float: right;
    display: inline-block;
    width: 25px;
    margin-left: 8px;
}

    .sm li a img {
        width: 27px;
        height: 27px;
        padding: 5px;
    }

    .sm li a {
        float: left;
        width: 100%;
        display: block;
        background: #223547;
        border-radius: 50%;
    }

.footer_li input {
    float: left;
    width: 100%;
    line-height: 40px;
    background: #273338;
    border-radius: 3px;
    border: none;
    padding: 0 15px;
    color: #FFFFFF;
}

.footer_li button {
    float: left;
    line-height: 35px;
    border-radius: 3px;
    color: #FFFFFF;
    background: var(--main-color);
    padding: 0 15px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

.copyright {
    float: left;
    width: 100%;
    line-height: 40px;
    border-top: rgba(255,255,255,0.1) 1px solid;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #152536;
}

.rotate {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

    .rotate:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

/*PopUp CSS*/
.PopupFullBg.active1 {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.PopupFullBg {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.85);
    z-index: 999999999;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: content-box;
    padding-left: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .PopupFullBg.active {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

.PopupFullBg1.active1 {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.PopupFullBg1 {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.85);
    z-index: 999999999;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: content-box;
    padding-left: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .PopupFullBg1.active {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

.PopupBg {
    margin: 50px auto;
    max-width: 600px;
    width: 90%;
    background: #FFFFFF;
    min-height: 400px;
    max-height: 700px;
    display: inline-block;
    position: relative;
    z-index: 999;
    border-radius: 3px;
    padding: 0px;
}

#Booking_popup .PopupBg, #HomeBooking_popup .PopupBg {
    border-radius: 20px;
}

.PopupClosebtn {

    position: absolute;
    left: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background: #745d8b;
    border-radius: 50%;
    line-height: 25px;
    font-size: 17px;
    /* padding: 5px; */
    cursor: pointer;
    z-index: 1;

}

.popup_content {
    float: left;
    width: 100%;
}

    .popup_content h1 {
        float: right;
        width: 100%;
        font-size: 28px;
        font-weight: 400;
        color: #34485c;
        padding: 10px 0 20px 0;
        text-align: right;
    }

    .popup_content h2 {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        color: #34485c;
        padding: 10px 0 10px 0;
        text-align: right;
    }

.PopupBg p {
    float: left;
    width: 100%;
    padding: 20px;
    line-height: 25px;
    color: #666;
    text-align: left;
}

#cropped_result img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
}

.cropper-container img {
    max-width: 100%;
}

.popup_content_crop .btn.blue {
    line-height: 35px;
    padding: 0 15px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 10px;
    background: var(--main-color);
    color: #FFFFFF;
    border: var(--main-color) 1px solid;
}

.popup_content_crop {
    float: left;
    width: 100%;
    padding: 20px;
    direction: ltr !important;
}

    .popup_content_crop h1 {
        font-size: 22px;
        margin-bottom: 1.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

.cropper-crop-box {
    float: left !important;
    direction: ltr !important;
}

#ImageCropPopup {
    direction: ltr !important;
}

.image_container * {
    direction: ltr !important;
}
/* width */
.PopupBg *::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.PopupBg *::-webkit-scrollbar-track {
    background: #EFEFEF;
    width: 5px;
}
/* Handle */
.PopupBg *::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
    /* Handle on hover */
    .PopupBg *::-webkit-scrollbar-thumb:hover {
        background: #ccc;
        border-radius: 10px;
    }

/*signin*/
#Login {
    display: block;
}

.log_tab {
    float: left;
    width: 100%;
    padding-top: 15px;
}

    .log_tab li {
        float: right;
        width: 35%;
        cursor: pointer;
        position: relative;
        font-weight: 600;
        line-height: 38px;
        color: #868686;
        margin-left: 10px;
        display: inline-block;
        border-radius: 3px;
        background: #f5f5f5;
    }

        .log_tab li.active {
            background: var(--main-color);
            color: #FFFFFF;
        }

            .log_tab li.active:before {
                content: "";
                position: absolute;
                bottom: -8px;
                left: 50%;
                margin-left: -10px;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid var(--main-color);
            }

.signin_left_img {
    float: right;
    width: 43%;
    overflow: hidden;
    min-height: 462px;
    background: url('/images/Default/log-img.jpg') no-repeat center center;
    background-size: cover;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.signin_right_div {
    float: right;
    width: 57%;
    padding: 30px;
}

.popup_content h1 {
    float: right;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: #ccc 0px solid;
    text-align: right;
    font-size: 23px;
    font-weight: 300;
    color: #363636;
    padding-top: 20px;
}

.PopupBg p {
    float: left;
    width: 100%;
    padding: 20px;
    line-height: 25px;
    color: #666;
    text-align: justify;
    padding: 0;
}

.popup_content .alrtTxt {
    text-align: center !important;
    line-height: 18px;
    font-size: 11px;
}

.log_tab_cnt {
    float: left;
    width: 100%;
    display: none;
}

#tab1 {
    display: block;
}

.signin_ul {
    float: right;
    width: 100%;
    margin: 0;
    list-style: none;
}

.signin_li {
    float: right;
    width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

    .signin_li:nth-last-child(-n+2) {
        width: 50%;
    }

    .signin_li a {
        float: right;
        text-align: right;
        text-decoration: none;
        color: #363636;
        font-size: 11px;
        font-weight: 400;
        line-height: 45px;
    }

.signup_ul {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.signup_li {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

    .signup_li:nth-child(even) {
        padding-left: 0;
    }

    .signup_li:nth-last-child(-n+2) {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .signup_li .form_btn {
        width: auto;
        padding: 0 25px;
    }

.otp_holder {
    display: none;
}

.otp_msg {
    float: left;
    width: 100%;
    padding: 10px 0 !important;
}

    .otp_msg.red {
        color: #D60008;
    }

    .otp_msg.green {
        color: #2d9f09;
    }

    .otp_msg.yellow {
        color: #e2c20f;
    }

    .otp_msg span {
        float: right;
        color: var(--main-color);
        cursor: pointer;
    }

.form_btn {
    float: left;
    width: auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background-image: linear-gradient(to bottom,var(--grad-first-color), var(--grad-second-color)) !important;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

p.switch_txt {
    float: left;
    width: 100%;
    line-height: 22px;
    padding: 10px 0;
    text-align: center;
    color: #363636;
    font-weight: 400;
}

    p.switch_txt a {
        color: var(--main-color);
        font-weight: 700;
        text-decoration: none;
    }

p.or {
    float: left;
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #363636;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
}

/*Forgot Password*/
#forgot_password {
    display: none;
}

.forgot_password_ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
}

.forgot_password_li {
    float: left;
    width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

#reset_password {
    display: none;
}

.reset_password_ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
}

.reset_password_li {
    float: left;
    width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

/*Controls*/

/*Input Fields*/
.login_showpswd {
    position: absolute;
    bottom: 11px;
    margin: auto;
    left: 15px;
    font-size: 12px;
    cursor: pointer;
}

.inptTxt {
    float: left;
    width: 100%;
    line-height: 40px;
    border: #e3e3e3 1px solid;
    border-radius: 3px;
    padding: 0 10px;
}

.login_showpswd {
    position: absolute;
    bottom: 11px;
    margin: auto;
    right: 15px;
    font-size: 12px;
    cursor: pointer;
}

.alrtTxt {
    float: left;
    width: 100%;
    text-align: center;
}

    .alrtTxt.red {
        color: #D60008;
    }

    .alrtTxt.green {
        color: #2d9f09;
    }

    .alrtTxt.yellow {
        color: #e2c20f;
    }

.password_div {
    float: right;
    width: 100%;
    position: relative;
}

    .password_div .show_pswd {
        position: absolute;
        left: 10px;
        top: 21px;
        color: var(--main-color);
        margin-top: -7px;
        height: 14px;
        width: 14px;
        text-align: center;
        line-height: 14px;
        cursor: pointer;
    }

.resendspan {
    float: left;
    color: blue;
    cursor: pointer;
    margin-top: 5px;
}

.language {
    width: 45px;
    float: left;
    text-align: center;
    margin-top: 5px;
    position: relative;
}

    .language::after {
        content: "";
        height: 22px;
        border-right: 2px solid #B2B2B2;
        position: absolute;
        top: 3px;
        left: 0;
    }

.div_notifiation::after {
    content: "";
    height: 22px;
    border-left: 2px solid #B2B2B2;
    position: absolute;
    top: 8px;
    left: 0;
}

.language a {
    color: #34485c;
}

.mob_no,
.mob_no1 {
    float: left;
    width: 100%;
    position: relative;
}

    .mob_no .dflt_code, .mob_no1 .dflt_code1 {
        position: absolute;
        right: 0;
        top: 1px;
        line-height: 40px;
        width: 50px;
        text-align: center;
        color: #34485c;
        font-size: 12px;
    }

    .mob_no input, .mob_no1 input {
        padding-right: 55px;
    }


/*Custom Check box*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        padding-right: 40px;
        float: right;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-left: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: #DDDDDD;
            border-radius: 3px;
            position: absolute;
            right: 0;
            top: 0;
        }

    .styled-checkbox:hover + label:before {
        background-image: linear-gradient(to right, #EC00D8, var(--main-color)) !important;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background-image: linear-gradient(to right, #EC00D8, var(--main-color)) !important;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        right: 13px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }


/*Radio buttons*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    right: -9999px;
}

    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-right: 28px;
        cursor: pointer;
        padding-left: 10px;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: var(--main-color);
            position: absolute;
            top: 4px;
            right: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/*Validation Input field*/
.inputTxt {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: #e3e3e3 1px solid;
    border-radius: 3px;
    padding: 0 10px;
}

fieldset {
    border: none;
    outline: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.fieldwrap {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 5px;
}

    .fieldwrap label, p.label {
        float: left;
        width: 100%;
        padding-bottom: 5px;
        min-height: 26px;
        height: 26px;
    }

        .fieldwrap label sup, p.label sup {
            color: #E20031;
        }

    .fieldwrap .inputTxt {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        padding: 0 10px;
    }

        .fieldwrap .inputTxt.error {
            border: #fde1e2 1px solid;
        }

        .fieldwrap .inputTxt:focus {
            outline: none;
        }

    .fieldwrap label.error {
        float: left;
        position: absolute;
        left: 0;
        bottom: -30px;
        width: auto;
        padding: 5px 10px;
        font-size: 11px;
        margin-top: 8px;
        border-radius: 3px;
        line-height: 20px;
        color: #D60008;
        background: #fde1e2;
    }

#managebooking_popup #manageBooking .fieldwrap label.error {
    bottom: -6px !important;
}

.fieldwrap label.error:before {
    position: absolute;
    content: "";
    right: 15px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fde1e2;
}

.fieldwrap1 {
    float: left;
    width: 40%;
    position: relative;
}

    .fieldwrap1 label, p.label {
        float: left;
        width: 100%;
        padding-bottom: 5px;
        min-height: 26px;
        height: 26px;
    }

        .fieldwrap1 label sup, p.label sup {
            color: #E20031;
        }

    .fieldwrap1 .inputTxt {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        padding: 0 10px;
    }

        .fieldwrap1 .inputTxt.error {
            border: #fde1e2 1px solid;
        }

        .fieldwrap1 .inputTxt:focus {
            outline: none;
        }

    .fieldwrap1 label.error {
        float: left;
        position: absolute;
        right: 0;
        bottom: -30px;
        width: auto;
        padding: 5px 10px;
        font-size: 11px;
        margin-top: 8px;
        border-radius: 3px;
        line-height: 20px;
        color: #D60008;
        background: #fde1e2;
    }

        .fieldwrap1 label.error:before {
            position: absolute;
            content: "";
            right: 15px;
            top: -5px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #fde1e2;
        }

.fieldwrap3 {
    float: left;
    width: 40%;
    position: relative;
    padding-bottom: 5px;
    margin-right: 2.5%;
    margin-bottom: 10px;
}

    .fieldwrap3 select {
        width: 100% !important;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
        padding-left: 5px;
    }

    .fieldwrap3 label, p.label {
        float: left;
        width: 100%;
        padding-bottom: 5px;
        min-height: 26px;
        height: 26px;
    }

        .fieldwrap3 label sup, p.label sup {
            color: #E20031;
        }

    .fieldwrap3 .inputTxt {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        padding: 0 10px;
    }

        .fieldwrap3 .inputTxt.error {
            border: #fde1e2 1px solid;
        }

        .fieldwrap3 .inputTxt:focus {
            outline: none;
        }

    .fieldwrap3 label.error {
        float: left;
        position: absolute;
        right: 0;
        bottom: -30px;
        width: auto;
        padding: 5px 10px;
        font-size: 11px;
        margin-top: 8px;
        border-radius: 3px;
        line-height: 20px;
        color: #D60008;
        background: #fde1e2;
    }

        .fieldwrap3 label.error:before {
            position: absolute;
            content: "";
            right: 15px;
            top: -5px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #fde1e2;
        }

.fieldwrap4 {
    float: left;
    width: 15%;
    position: relative;
    padding-bottom: 5px;
}

    .fieldwrap4 label, p.label {
        float: left;
        width: 100%;
        padding-bottom: 5px;
        min-height: 26px;
        height: 26px;
    }

        .fieldwrap4 label sup, p.label sup {
            color: #E20031;
        }

    .fieldwrap4 .inputTxt {
        float: left;
        width: 100%;
        height: 35px;
        line-height: 38px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        padding: 0 10px;
    }

        .fieldwrap4 .inputTxt.error {
            border: #fde1e2 1px solid;
        }

        .fieldwrap4 .inputTxt:focus {
            outline: none;
        }

    .fieldwrap4 label.error {
        float: left;
        position: absolute;
        right: 0;
        bottom: -30px;
        width: auto;
        padding: 5px 10px;
        font-size: 11px;
        margin-top: 8px;
        border-radius: 3px;
        line-height: 20px;
        color: #D60008;
        background: #fde1e2;
    }

        .fieldwrap4 label.error:before {
            position: absolute;
            content: "";
            right: 15px;
            top: -5px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #fde1e2;
        }

.fieldwrap2 {
    float: left;
    width: 60%;
    position: relative;
    padding-left: 10px;
}

    .fieldwrap2 label, p.label {
        float: left;
        width: 100%;
        padding-bottom: 5px;
        min-height: 26px;
        height: 26px;
    }

        .fieldwrap2 label sup, p.label sup {
            color: #E20031;
        }

    .fieldwrap2 .inputTxt {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        padding: 0 10px;
    }

        .fieldwrap2 .inputTxt.error {
            border: #fde1e2 1px solid;
        }

        .fieldwrap2 .inputTxt:focus {
            outline: none;
        }

    .fieldwrap2 label.error {
        float: left;
        position: absolute;
        right: 0;
        bottom: -30px;
        width: auto;
        padding: 5px 10px;
        font-size: 11px;
        margin-top: 8px;
        border-radius: 3px;
        line-height: 20px;
        color: #D60008;
        background: #fde1e2;
    }

        .fieldwrap2 label.error:before {
            position: absolute;
            content: "";
            right: 15px;
            top: -5px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #fde1e2;
        }

.savecheck {
    position: absolute;
    right: 9000px;
}

.fieldwrapcard {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 5px;
    height: 45px;
}

    .fieldwrapcard label, p.label {
        float: left;
        width: 100%;
        padding-bottom: 5px;
        min-height: 26px;
        height: 26px;
    }

        .fieldwrapcard label sup, p.label sup {
            color: #E20031;
        }

    .fieldwrapcard .inputTxt {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        padding: 0 10px;
    }

        .fieldwrapcard .inputTxt.error {
            border: #fde1e2 1px solid;
        }

        .fieldwrapcard .inputTxt:focus {
            outline: none;
        }

    .fieldwrapcard label.error {
        float: left;
        position: absolute;
        right: 0;
        bottom: -30px;
        width: auto;
        padding: 5px 10px;
        font-size: 11px;
        margin-top: 8px;
        border-radius: 3px;
        line-height: 20px;
        color: #D60008;
        background: #fde1e2;
    }

        .fieldwrapcard label.error:before {
            position: absolute;
            content: "";
            right: 15px;
            top: -5px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #fde1e2;
        }

/*drop down with border*/
.sandbox.border .selectize-control.single .selectize-input {
    border: #e3e3e3 1px solid !important;
    border-radius: 3px;
    line-height: 37px;
    padding: 0 10px 1px 10px;
}

    .sandbox.border .selectize-control.single .selectize-input:after {
        top: 50% !important;
    }

.sandbox.border .selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 12px !important;
}

/*Mobile number*/
.mobilenumber {
    float: left;
    width: 100%;
}

    .mobilenumber .code {
        float: left;
        width: 100px;
        border-radius: 3px;
    }

    .mobilenumber .number {
        float: left;
        width: calc(100% - 100px);
        padding-left: 10px;
    }

/* ==== UPLOAD BUTTON ====== */
.inputBtnSection {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    font-family: verdana;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 0px;
    background: #FFFFFF;
    border: #e3e3e3 1px solid;
    padding: 3px;
    border-radius: 3px;
}

.disableInputField {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    margin: 0;
    font-size: 11px;
    padding: 0 3px;
    border: none;
    background: none;
    float: right;
    width: calc(100% - 91px);
    padding-left: 10px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    float: right;
    cursor: pointer;
    width: 91px;
}

.uploadBtn {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    font-size: 10px;
    padding: 2px 10px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border-radius: 3px;
    color: #FFFFFF;
    background: var(--main-color);
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

/* ==== MSG BOX ====== */
.userMsg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto !important;
    text-align: center;
    background: rgba(0,0,0,0.0);
    z-index: 999999999;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: content-box;
    padding-right: 20px;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .userMsg.active {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        opacity: 1;
        visibility: visible;
    }

    .userMsg .PopupBg {
        box-shadow: 0px 0px 40px 0px rgba(37, 48, 52, 0.3);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(37, 48, 52, 0.3);
        margin: 50px auto;
        max-width: 450px;
        width: 90%;
        background: var(--main-color);
        min-height: auto !important;
        display: inline-block;
        position: relative;
        z-index: 999;
        border-radius: 3px;
        padding: 0px;
    }

    .userMsg .PopupClosebtn {
        position: absolute;
        left: 15px;
        top: 20px;
        width: 20px;
        height: 20px;
        color: #FFFFFF;
        border-radius: 50%;
        line-height: 20px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
    }

    .userMsg .popup_content {
        float: left;
        width: 100%;
        color: #FFFFFF;
        padding: 10px;
        display: table;
    }

        .userMsg .popup_content .icon {
            width: 50px;
            font-size: 28px;
            color: #FFFFFF;
            display: table-cell;
            vertical-align: middle;
        }

        .userMsg .popup_content .txt {
            float: left;
            width: calc(100% - 50px);
            padding-left: 20px;
        }

            .userMsg .popup_content .txt p {
                float: right;
                width: 100%;
                padding: 0px;
                line-height: 25px;
                color: #FFFFFF;
                text-align: right;
                padding-top: 10px;
            }

/*Signup Popup*/
.signin_content {
    display: block;
}

.signup_details_div {
    float: left;
    width: 100%;
    padding: 30px;
    display: none;
}

ul.signup_details {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    ul.signup_details li.signup_li {
        float: left;
        width: 47%;
        text-align: left;
    }

        ul.signup_details li.signup_li:nth-child(even) {
            float: right;
            padding-left: 0;
        }

.signup_details_div.popup_content h1 {
    text-align: center;
}

.gender_div {
    float: left;
    width: 100%;
    border: #e8e8e8 1px solid;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

    .gender_div .male, .gender_div .female {
        float: left;
        width: 50%;
        text-align: left;
    }

.signup_li .gender_div {
    line-height: 42px;
    height: 42px;
}

.signup_li .selectize-control.single .selectize-input {
    padding: 0;
    padding-left: 10px;
    line-height: 40px;
    border: #e3e3e3 1px solid;
}

    .signup_li .selectize-control.single .selectize-input:after {
        top: 50%;
    }

.full_width {
    width: 100% !important;
}

.conditions {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 11px;
}

    .conditions.small input {
        float: left;
        width: 10%;
    }

    .conditions.small label {
        float: left;
        width: 85%;
        font-size: 8px;
    }

    .conditions a {
        color: var(--main-color);
        text-decoration: none;
        display: inline-block;
    }

.signup_li .form_btn {
    float: right;
}

/*Calendar Style*/
.ui-datepicker {
    width: 300px;
    width: 250px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 9999999999999 !important;
    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);
}

a.ui-datepicker-prev, a.ui-datepicker-next {
    display: none;
}

.ui-datepicker-header {
    float: left;
    width: 100%;
    background: var(--main-color) !important;
    padding: 10px;
}

.ui-datepicker-title {
    float: left;
    width: 100%;
}

select.ui-datepicker-month {
    float: left;
    width: 48%;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    border: none;
    position: relative;
}

    select.ui-datepicker-month:before {
        content: "";
        position: absolute;
        z-index: 99999;
        top: 0;
        right: 0;
        width: 15px;
        height: 30px;
        background: red;
    }

select.ui-datepicker-year {
    float: right;
    width: 48%;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    border: none;
}

table.ui-datepicker-calendar {
    float: left;
    width: 100%;
    padding: 7px;
}

.ui-datepicker th {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #868686;
    padding: 5px 0 8px 0;
}

    .ui-datepicker th span {
        color: #868686;
        font-size: 11px;
    }

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    color: #34485c;
}

    .ui-datepicker td span, .ui-datepicker td a:hover {
        background: var(--main-color);
        color: #FFFFFF;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #FFFFFF;
    color: #34485c;
    font-weight: 700;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: var(--main-color);
    color: #FFFFFF;
}

.ui-autocomplete-category {
    font-weight: 600;
    line-height: 30px;
    padding: 0px 10px;
    background: #f5f5f5;
    margin: 10px 0px;
    color: #6b6b6b;
    border-radius: 6px;
}

/*City selection in header*/
/*.city-selection{ float: right; margin-right: 10px; width: 120px;  position: relative;  cursor: pointer; margin-top: 3px; height: 34px;}
.city-selection p{ float: left; cursor: pointer; width: 100%; max-height: 34px; overflow: hidden; background: #FFFFFF;  font-size: 12px; border:#e3e3e3 1px solid; border-radius: 3px; line-height: 32px; padding: 0 5px; position: relative; padding-right: 20px;  }

.city-selection p:before{ content:""; position:absolute; top: 15px; right: 5px;  width: 0; height: 0; border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #868686;}
.city-selection ul{ z-index: 1111111; display: none; position: absolute; top: 35px; left: 0; width: 100%; margin:0; padding: 0; background: #FFFFFF; border:#e3e3e3 1px solid; border-radius: 3px;}
.city-selection ul li{ float: left; width: 100%; padding: 5px 7px; font-size: 12px; }
.city-selection ul li:hover{ background: var(--main-color); color: #FFFFFF; }*/



/**/
#PurchaseCancel .PopupBg {
    max-width: 500px;
}

    #PurchaseCancel .PopupBg .confirm_ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        #PurchaseCancel .PopupBg .confirm_ul li.confirm_li {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

            #PurchaseCancel .PopupBg .confirm_ul li.confirm_li:last-child {
                margin-bottom: 0;
            }

            #PurchaseCancel .PopupBg .confirm_ul li.confirm_li a {
                display: inline-block;
                color: var(--main-color);
                font-weight: 600;
            }

                #PurchaseCancel .PopupBg .confirm_ul li.confirm_li a:hover {
                    text-decoration: underline;
                }

#PurchaseCancel .popup_content h1 {
    margin-bottom: 20px;
}

#PurchaseReturn .PopupBg {
    max-width: 500px;
}

    #PurchaseReturn .PopupBg .confirm_ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        #PurchaseReturn .PopupBg .confirm_ul li.confirm_li {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

            #PurchaseReturn .PopupBg .confirm_ul li.confirm_li:last-child {
                margin-bottom: 0;
            }

            #PurchaseReturn .PopupBg .confirm_ul li.confirm_li a {
                display: inline-block;
                color: var(--main-color);
                font-weight: 600;
            }

                #PurchaseReturn .PopupBg .confirm_ul li.confirm_li a:hover {
                    text-decoration: underline;
                }

#PurchaseReturn .popup_content h1 {
    margin-bottom: 20px;
}

#salon_employee li a img, #favourite li a {
    width: 150px;
    font-weight: 600;
    border-radius: 3px;
}

#salon_employee li a, #favourite li a {
    font-size: 11px;
    text-align: center;
}

#salon_employee li, #favourite li {
    max-width: 190px;
    word-break: break-word;
    min-height: 220px;
    padding-top: 15px;
    position: relative;
    border-radius: 4px;
}

    #salon_employee li a p, #favourite li a p {
        font-size: 10px;
        color: #7c7c7c;
        line-height: 1;
        text-align: center;
    }

    #favourite li i {
        width: 22px;
        text-align: center;
        position: absolute;
        top: 18px;
        background: #ffffff;
        right: 18px;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
        color: #383838;
        font-size: 10px;
    }

        #favourite li i:hover {
            color: #fb1f8c;
        }

    #salon_employee li a img, #favouritesalon li a {
        width: 150px;
        font-weight: 600;
        border-radius: 3px;
    }

    #salon_employee li a, #favouritesalon li a {
        font-size: 11px;
        text-align: center;
        line-height: 18px;
    }

#favouritesalon li {
    max-width: 190px;
    word-break: break-word;
    min-height: 175px;
    padding-top: 15px;
    position: relative;
    border-radius: 6px;
    padding-bottom: 10px;
}

    #salon_employee li a p, #favouritesalon li a p {
        font-size: 10px;
        color: #7c7c7c;
        line-height: 20px;
    }

    #favouritesalon li i {
        width: 22px;
        text-align: center;
        position: absolute;
        top: 18px;
        background: #ffffff;
        right: 18px;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
        color: #383838;
        font-size: 10px;
    }

        #favouritesalon li i:hover {
            color: #fb1f8c;
        }

#salon_employee .active {
    border: 1px solid #fb208c;
    background: #ffe8f5;
}

/*Salon Result Page*/
.expandable_div .collapsible {
    background-color: #F1F8FE;
    color: #006792;
    cursor: pointer;
    padding: 10px;
    padding-right: 20px;
    width: 100%;
    border: 1px solid #CDEEFC;
    border-radius: 6px;
    text-align: right;
    outline: none;
    font-size: 12px;
    margin-bottom: 8px;
}

.expandable_div .active {
    margin-bottom: 0px;
}

.expandable_div .active, .collapsible:hover {
    background-color: #CDEEFC;
}

.expandable_div .active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.expandable_div .content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #CDEEFC;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.expandable_div button.active:after {
    content: "\2212";
}

.expandable_div button:after {
    content: '\002B';
    color: #006792;
    font-weight: 600;
    float: left;
    margin-right: 5px;
    font-size: 16px;
}

.expandable_div .spl li {
    cursor: pointer;
    margin-bottom: 10px !important;
    background: #ffffff !important;
    padding: 3px 17px !important;
    border-radius: 0px !important;
    width: 32%;
    color: #006792;
    text-align: center;
    border-radius: 16px !important;
}

    .expandable_div .spl li span {
        color: #006792;
    }

.expandable_divpackage .collapsible {
    position: relative;
    background-color: #FFF6FA;
    border: 1px solid #FFE1ED;
    color: black;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    border-radius: 6px;
    text-align: left;
    outline: none;
    font-size: 12px;
    margin-bottom: 8px;
}

    .expandable_divpackage .collapsible:hover {
        background-color: #ffe7f0;
    }

.expandable_divpackage .active {
    margin-bottom: 0px;
}

.expandable_divpackage .active, .collapsible:hover {
    background-color: #CDEEFC;
}

.expandable_divpackage .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.expandable_divpackage .spl li {
    cursor: pointer;
    margin-bottom: 5px !important;
    background: #ffffff !important;
    padding: 5px 15px !important;
    border-radius: 0px !important;
    width: 100%;
    border: 1px solid #e7e7e7;
}

.selectize-control.rtl.single .selectize-input:after {
    right: auto;
    left: 15px;
    float: left !important;
    text-align: left !important;
}

#User_Nationality-selectized {
    float: right;
}

.doctor_cnt .right_cnt1 {
    float: right;
    width: calc(100% - 300px);
}

.right_cnt1 ul li {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: left;
    border: 1px solid #dedede;
    margin-right: 5px;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.right_cnt1 {
    margin-bottom: 10px;
}

.expandable_divpackage .price .new {
    position: relative;
    padding: 0 3px;
    width: auto;
    font-size: 14px;
    color: #34485c;
    text-decoration: none;
    font-weight: 700;
}

.expandable_divpackage .price .old {
    color: #FFA0C6;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: line-through;
}

.expandable_divpackage .price .off {
    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 0 4px 5px;
}

.doctor_cnt .right_cnt2 {
    float: right;
    width: calc(100% - 300px);
}

.right_cnt2 .dealbutton {
    background-color: var(--grad-second-color) !important;
    color: #FFFFFF !important;
    float: left;
    border: 1px solid #dedede;
    margin-right: 5px;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.right_cnt2 {
    margin-bottom: 10px;
}
/*End Salon Result Page*/
.menuli img {
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 0px;
    margin-left: 10px;
}

.cardsave .card1 {
    position: relative;
    display: inline-block;
}

.cardsave label.error {
    float: right;
    position: relative;
    right: 0;
    bottom: 0px !important;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 5px 10px;
    font-size: 10px;
    margin-top: 8px;
    border-radius: 3px;
    line-height: 20px;
    color: #D60008;
    background: #fde1e2;
}
/*Responsive for Signup Details Popup*/
@media screen and (max-width: 600px) {
    ul.signup_details li.signup_li {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .header_cnt {
        width: calc(100% - 150px);
    }
}

/*Responsive*/
@media screen and (max-width: 1000px) {
    /*Header*/
    .homepage header {
        position: relative;
        top: 0;
        background: #FFFFFF !important;
    }

    .footer_li:last-child {
        padding-left: 0px;
    }

    .links_layout {
        padding-top: 0px;
        line-height: 1.3;
    }

    .log_div {
        display: none !important;
    }

    .top_bar {
        padding-top: 5px !important;
    }

    .user_details {
        display: none !important;
    }

    /*City selection in header*/
    .city-selection {
        float: right;
        margin-top: 0px;
        margin-right: 0;
    }

        .city-selection p {
            line-height: 28px;
        }

            .city-selection p:before {
                top: 12px;
            }

    /*Main Menu*/
    nav.main_menu {
        display: none;
    }

    .rs_menu_btn {
        display: block;
        color: #808080;
    }

    /*Footer*/
    .footer_li:nth-child(1) {
        padding-right: 0px;
    }

    .footer_li {
        width: 33.33% !important;
    }

    /*Page not found*/
    .page_not_found p {
        font-size: 18px;
    }

    .page_not_found .cnt {
        padding-top: 30px;
    }
}

@media screen and (max-width: 800px) {

    #offer_popup .column1 {
        float: right;
        width: 100% !important;
        padding: 20px;
        position: relative;
        min-height: 380px !important;
        display: inline-block;
    }

    #offer_popup .column {
        width: 0% !important;
    }
    /*Footer*/

    .footer_li {
        width: 50% !important;
    }

    footer {
        padding-top: 50px;
    }

    .footer_li button {
        margin-top: 15px;
    }

    /*Page Not Found*/
    .page_not_found .cnt, .page_not_found .image {
        width: 100%;
        padding-left: 0;
    }

        .page_not_found .image img {
            width: 400px;
        }

    .page_not_found .cnt {
        padding-top: 10px;
    }

        .page_not_found .cnt h2, .page_not_found .cnt p.msg, .page_not_found .cnt p, .page_not_found .cnt a {
            text-align: center;
        }

        .page_not_found .cnt a {
            float: none;
        }

        .page_not_found .cnt h2 {
            font-size: 28px;
        }

        .page_not_found .cnt p.msg {
            font-size: 14px;
        }
}

@media screen and (max-width: 550px) {
    /*Signin Popup*/
    .signin_left_img {
        display: none;
    }

    .signin_right_div {
        width: 100%;
    }

    .log_tab {
        padding-top: 0;
    }
}

@media screen and (max-width: 450px) {
    /*Footer*/
    .footer_li {
        width: 100% !important;
    }

        .footer_li:nth-child(2) {
            padding-left: 0;
            margin-bottom: 20px;
        }

    .s2 .Featured_listing li {
        margin-bottom: 20px;
    }
    /*.footer_li:nth-child(2){ display: none; }*/
    footer {
        padding-top: 35px;
        padding-bottom: 15px;
    }

    /*Page Not Found*/
    .page_not_found .cnt p.msg {
        font-size: 12px;
        padding-bottom: 10px;
    }
}

/*filer class for directory search page*/
.clearfilter {
    font-size: 12px;
    cursor: pointer;
}

/*Mobile number validation message textbox design*/
.validation {
    font-size: 11px;
    color: #d71a21;
    text-align: right; /* margin-left: 29px; */
    padding-top: 2px;
    display: none;
}

/*City selection in header*/
@media screen and (max-width: 400px) {
    .header_cnt {
        padding-left: 0;
    }

    .city-selection {
        width: 102px;
    }

        .city-selection p {
            font-size: 8px;
        }
}

@media screen and (max-width: 330px) {
    .city-selection {
        width: 90px;
    }
}

/*breadcrumb-div*/
.breadcrumb-div {
    float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 11px;
    line-height: 25px;
}

    .breadcrumb-div a {
        float: none;
        width: auto;
        padding: 0 5px;
        line-height: 25px;
        font-size: 11px;
        display: inline-block;
        color: #34485c;
    }

        .breadcrumb-div a:hover {
            color: var(--main-color);
        }


/*Top Bar*/
header {
    padding-top: 15px;
}

    header.transition_div {
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }

    header.active {
        top: 0 !important;
        padding-top: 20px;
    }

.top_bar {
    float: left;
    width: 100%;
    height: 30px;
    background: #FAFCFE;
    padding: 5px 0;
    padding-top: 10px;
}

    .top_bar .full_width {
        text-align: right;
    }

    .top_bar .language {
        float: right;
        text-align: left;
        font-size: 10px;
        line-height: 20px;
        font-weight: 600;
        padding: 0 0 0 25px;
        border-left: #e3e3e3 1px solid;
        cursor: pointer;
        background: url(/images/Default/language-globe.png) no-repeat left top;
    }

        .top_bar .language:hover {
            color: var(--main-color) !important;
        }

/*City selection in header*/
.city-selection {
    float: right;
    margin-left: 15px;
    width: auto;
    position: relative;
    cursor: pointer;
    height: 20px;
}

    .city-selection p {
        float: right;
        cursor: pointer;
        margin-left: 10px;
        margin-top: 10px;
        min-width: 100px;
        max-height: 20px;
        overflow: hidden;
        font-weight: 600;
        background: none;
        font-size: 10px;
        border: #e3e3e3 0px solid;
        border-radius: 3px;
        line-height: 20px;
        padding: 0;
        position: relative;
        padding-left: 20px;
        text-align: right;
    }

        .city-selection p i {
            color: var(--main-color) !important;
            margin-left: 3px;
        }

        .city-selection p:before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #868686;
        }

    .city-selection ul {
        z-index: 1111111;
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #FFFFFF;
        border: #e3e3e3 0px solid;
        border-radius: 3px;
    }

        .city-selection ul li {
            float: left;
            width: 100%;
            padding: 5px 7px;
            font-size: 10px;
            text-align: left;
        }

            .city-selection ul li:hover {
                background: var(--main-color);
                color: #FFFFFF;
            }

.buy_online header {
    top: 0;
}

textarea {
    resize: none;
}

span#Emailverify {
    font-weight: 700;
    padding-left: 10px;
    cursor: pointer;
    font-size: 11px;
    text-decoration: underline;
}

p.insurance_disclaimer {
    float: left;
    width: 100%;
    font-size: 12px !important;
    color: #868686 !important;
    text-align: left;
}

@media screen and (max-width: 450px) {
    .empty-cart .cart-image img {
        width: 100%;
    }
}

.s2 .Featured_listing li a .image img {
    width: 100%;
}

.tab_header {
    padding: 0 5%;
    padding-bottom: 10px;
    display: inline-block;
}

    .tab_header .tabs {
        float: left;
        width: auto;
        border: 1px solid var(--main-color);
        background: #ffffff;
        margin-right: 5px;
        padding: 10px 20px;
        line-height: 20px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 14px;
    }

        .tab_header .tabs.active {
            background-image: linear-gradient(to bottom,var(--grad-first-color), var(--grad-second-color) ) !important;
            color: #FFFFFF !important;
        }

.search_div {
    display: none;
}

#beauty_saloon_div {
    display: block;
}

/*New Theme*/
/*.button_one{ background-image: linear-gradient(to right, #EC00D8 , var(--main-color)) !important; color: #FFFFFF !important; border:none !important;}*/
.button_one {
    background-image: linear-gradient(to bottom, var(--grad-first-color), var(--grad-second-color)) !important;
    color: #FFFFFF !important;
    border: none !important;
}

.prmyTxtClr {
    color: var(--main-color) !important;
}

.new_rating {
    float: left;
    width: 100%;
    line-height: 20px;
    padding-bottom: 15px;
}

    .new_rating i {
        float: right;
        width: auto;
        margin-left: 5px;
        color: #CCCCCC;
        line-height: 20px;
    }

        .new_rating i.active {
            color: var(--main-color) !important;
        }

.popup_content.review h1.spl {
    font-size: 12px;
    line-height: 22px;
    padding: 0px;
}

    .popup_content.review h1.spl span {
        line-height: 24px;
        float: right;
        width: calc(100% - 50px);
        font-size: 16px;
        font-weight: 600;
    }

    .popup_content.review h1.spl.pd-btm {
        padding: 20px 0 10px 0;
    }



/*Loader div*/
.relative {
    position: relative;
}

.loader-outer-div {
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: none;
    left: 0;
    top: 0;
    display: none;
}

    .loader-outer-div .table-div {
        display: table;
        height: 100%;
        width: 100%;
        background-color: rgba(255,255,255,0.9);
    }

.load-wrapper-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .load-wrapper-inner img {
        display: inline-block;
    }

.bkng .popup_content.review .button_row {
    padding-left: 55px;
    float: right;
    position: absolute;
    bottom: 20px;
    width: auto;
    left: 0px;
}

.bkng .popup_content.review .button_row1 {
    float: left;
    position: absolute;
    bottom: 45px;
    width: 100%;
    left: 50px;
}

    .bkng .popup_content.review .button_row1 button {
        float: left !important;
    }

.step_5 .Online label:after {
    left: 3px !important;
    top: 3px !important;
}

.bkng .PopupBg {
    max-width: 1000px;
    margin: 20px auto;
    height: calc(100vh - 40px);
    overflow-y: auto;
}

.bkng .popup_content.review {
    padding: 25px !important;
}

.bkng .PopupBg h1.spl {
    position: relative;
    padding-right: 50px;
    padding-bottom: 0;
    padding-top: 0px;
}

    .bkng .PopupBg h1.spl a {
        position: absolute;
        line-height: 46px;
        right: 0;
        top: 0;
        width: 40px;
        font-size: 24px;
    }

.bkng .PopupBg .full_row {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 20px;
}

    .bkng .PopupBg .full_row .left {
        float: left;
        width: 50%;
        padding-left: 15px;
        max-height: 410px;
        overflow: auto;
        overflow-x: hidden;
    }

    .bkng .PopupBg .full_row .bk_Hservice,
    .bkng .PopupBg .full_row .bk_service {
        max-height: 320px;
    }

    .bkng .PopupBg .full_row .right {
        float: right;
        width: 50%;
        padding-right: 15px;
        text-align: right;
    }

    .bkng .PopupBg .full_row .left ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .bkng .PopupBg .full_row .left ul li {
            cursor: pointer;
            float: left;
            width: 100%;
            border: #e3e3e3 1px solid;
            position: relative;
            padding: 10px 15px;
            padding-right: 40px;
            margin-bottom: 5px;
            border-radius: 6px;
        }

    .bkng .PopupBg .full_row .bk_employee ul li {
        direction: ltr !important;
        font-size: 11px;
        cursor: pointer;
        min-height: 175px;
        text-align: center;
        font-weight: 600;
        float: right;
        width: 29%;
        border: #e3e3e3 1px solid;
        position: relative;
        padding: 10px 15px;
        margin-left: 1%;
        margin-bottom: 10px;
        border-radius: 6px;
    }

        .bkng .PopupBg .full_row .bk_employee ul li img {
            border-radius: 50%;
            margin-bottom: 5px;
            width: 95px;
            display: inline-block;
            position: relative !important;
        }

        .bkng .PopupBg .full_row .bk_employee ul li p {
            line-height: 15px;
            width: 100% !important;
            text-align: center;
            padding-top: 0px !important;
            font-size: 10px !important;
        }

        .bkng .PopupBg .full_row .bk_employee ul li .stars {
            float: left;
            width: 100%;
            text-align: center !important;
            display: inline-block;
            line-height: 15px;
        }

            .bkng .PopupBg .full_row .bk_employee ul li .stars i {
                color: #FB1E8C;
                font-size: 8px;
            }

        .bkng .PopupBg .full_row .bk_employee ul li:first-child .no_preference {
            background: #FFDFEF;
            padding: 9px;
            border: 1px solid #FEC7E3;
        }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date a {
        border: 1px solid #fb1e8c !important;
        color: #fb1e8c;
        width: 30px;
        height: 30px;
        line-height: 16px;
        text-align: center;
        background: #FFDFEF;
        display: inline-block;
        border-radius: 50%;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date.disabled a {
        border: 1px solid #dac1cd !important;
        color: #ffffff;
        background: #dac1cd;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-grid .calendar-date-holder {
        width: 100%;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date {
        padding-bottom: 10px;
    }

    .bkng .PopupBg .full_row .bk_date .date.current a {
        color: #FB1E8C;
        border-radius: 50%;
    }

    .bkng .PopupBg .full_row .bk_date .date.selected a {
        background: #FB1E8C !important;
        color: #ffffff;
        border-radius: 50%;
    }

    .bkng .PopupBg .full_row .left ul li:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        margin-top: 20px;
        border-radius: 50%;
        border: #e3e3e3 1px solid;
        right: 10px;
        top: 0;
    }

    .bkng .PopupBg .full_row .bk_employee ul li:before {
        content: "";
        width: 0px;
        height: 0px;
    }

    .bkng .PopupBg .full_row .bk_employee ul li.active {
        border: 1px #fb9acb solid;
    }

    .bkng .PopupBg .full_row .left ul li.active:after {
        content: "\2713";
        position: absolute;
        color: green;
        font-size: 12px;
        z-index: 999;
        left: 16px;
        top: 22px;
    }

    .bkng .PopupBg .full_row .left ul li.Hactive:after {
        content: "\002B";
        position: absolute;
        color: #e75994;
        font-size: 21px;
        z-index: 999;
        right: 14px;
        top: 14px;
        cursor: pointer;
    }
    .bkng .PopupBg .full_row .left ul li.Hactive:hover{
    background:#f5f5f5;
}
    .bkng .PopupBg .full_row .bk_employee ul li.active:after {
        content: "";
    }

    .bkng .PopupBg .full_row .left ul li p {
        float: right;
        width: calc(100% - 100px);
        font-size: 13px;
        line-height: 20px;
    }

        .bkng .PopupBg .full_row .left ul li p span {
            float: left;
            width: 100%;
            font-size: 11px;
        }

    .bkng .PopupBg .full_row .left ul li div {
        text-align: left !important;
        float: left;
        width: 100px;
        line-height: 25px;
        font-size: 12px;
        font-weight: 600;
    }

        .bkng .PopupBg .full_row .left ul li div span {
            float: left;
            color: #b4b4b4;
            padding: 0 3px;
            font-size: 11px;
            text-decoration: line-through;
        }

    .bkng .PopupBg .full_row .bkp_service_amt_details .image {
        float: left;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }

        .bkng .PopupBg .full_row .bkp_service_amt_details .image img {
            width: 100%;
        }

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary {
        float: left;
        width: 98%;
        margin: 0 2%;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 20px;
        border: 1px solid #e3e3e3;
    }

    .bkng .PopupBg .full_row .bk_details .summary {
        margin-top: 25px;
    }

    .bkng .PopupBg .full_row .bkp_service_amt_details .bk_salonname a {
        font-weight: 600;
    }

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div {
        text-align: right;
        float: right;
        width: 100%;
        padding: 10px 0;
    }

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary .multiple_service_data, .bk_salonname_head {
        border-bottom: #e3e3e3 1px solid !important;
    }

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div h3 {
        float: left;
        width: 100%;
        font-size: 14px;
        color: #222222;
        text-align: right;
    }

        .bkng .PopupBg .full_row .bkp_service_amt_details .summary div h3 span {
            float: right;
            width: 100%;
            font-size: 12px;
            line-height: 20px;
        }

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div h4 {
        float: right;
        width: 100%;
        font-size: 12px;
        color: #222222;
    }

        .bkng .PopupBg .full_row .bkp_service_amt_details .summary div h4 span {
            float: right;
            width: 100%;
            font-size: 10px;
            line-height: 20px;
        }

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div .price {
        float: right;
        width: 100%;
        text-align: right;
        padding-left: 30px;
    }

        .bkng .PopupBg .full_row .bkp_service_amt_details .summary div .price span {
            float: left;
            text-align: left;
        }

        .bkng .PopupBg .full_row .bkp_service_amt_details .summary div .price.total {
            float: right;
            width: 100%;
            text-align: right;
            font-weight: 800;
        }

            .bkng .PopupBg .full_row .bkp_service_amt_details .summary div .price.total span {
                float: left;
                text-align: left;
                font-weight: 800;
            }

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div:last-child {
        border-bottom: none;
    }

    .bkng .PopupBg .full_row .Apt_Package_li {
        display: none;
    }

.bkng .PopupBg .bkp_img {
    float: right;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    background: #E1DBE8;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #745D8B4D;
}

.bkng .PopupBg .bkp_line_head {
    position: relative;
    border-bottom: 0px solid #e3e3e3;
    width: 100%;
    margin-bottom: 5px;
    height: 35px;

}

.step_1.bkng .PopupBg .bkp_line {
    background: white;
    position: absolute;
    width: 210px;
}

.bkng .PopupBg .bkp_line {
    background: white;
    position: absolute;
    width: 200px;
}

.bkng .PopupBg .service_group ul, .bkng .PopupBg .Hservice_group ul {
    background: #F8F8F8;
    display: inline-block;
    width: calc(100% + 50px);
    padding: 10px;
    margin-right: -25px;
    padding-right: 10px;
}

.right_txt {
    text-align: right !important;
}

.bkng .PopupBg .full_row .bk_service {
    max-height: 320px;
}

.bkng .PopupBg .full_row .right .summary div .price {
    float: right;
    width: 100%;
    text-align: right;
    padding-left: 30px;
}

    .bkng .PopupBg .full_row .right .summary div .price span {
        float: left;
        text-align: left;
    }

    .bkng .PopupBg .full_row .right .summary div .price.total {
        float: right;
        width: 100%;
        text-align: right;
        font-weight: 800;
        padding-left: 30px;
    }

        .bkng .PopupBg .full_row .right .summary div .price.total span {
            float: left;
            text-align: left;
            font-weight: 800;
        }

.bkng .PopupBg .full_row .bk_date .calendar-top-selector .calendar-curr-month {
    color: #34485c;
}

.bkng .PopupBg .full_row .bk_date .calendar-next, .bkng .PopupBg .full_row .bk_date .calendar-prev {
    color: #34485c;
}

.bkng .PopupBg .full_row .bk_date .calendar-booking {
    width: 100%;
}

.bkng .PopupBg .full_row .left .date .day {
    float: left;
    width: 14%;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

    .bkng .PopupBg .full_row .left .date .day p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 10px;
        color: inherit;
    }

    .bkng .PopupBg .full_row .left .date .day span {
        float: left;
        width: 100%;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        color: inherit;
    }

    .bkng .PopupBg .full_row .left .date .day.active, .bkng .PopupBg .full_row .left .date .day:hover {
        background-image: linear-gradient(to right, #EC00D8, var(--main-color)) !important;
        color: #FFFFFF !important;
        border: none !important;
    }



.bkng .PopupBg .full_row .left ul li p.spl {
    line-height: 36px;
    font-size: 16px;
}

.inputMobile {
    float: left;
    width: 100%;
}

    .inputMobile .code {
        float: left;
        width: 45px;
        line-height: 36px;
    }

    .inputMobile input {
        float: left;
        width: calc(100% - 45px);
        border: none;
        border-bottom: #e3e3e3 1px solid;
        line-height: 36px;
    }


.service_group ul li, .Hservice_group ul li {
    float: right;
    margin-right: 0px;
    text-align: center;
    width: 90px;
}

    .service_group ul li img, .Hservice_group ul li img {
        display: inline-block;
        background: white;
        border-radius: 10%;
        height: 60px;
        padding: 5px 5px;
    }

    .service_group ul li p, .Hservice_group ul li p {
        width: 100%;
        text-align: center;
        color: #34485c;
        font-size: 11px;
    }

.service_group ul .active img, .Hservice_group ul .active img {
    cursor: pointer;
    border: 1px solid #86719A;
}

.Hstep3_btn,
.step5_btn {
    width: 190px !important;
}

.Hstep_3 .button_row,
.step_4 .button_row {
    width: 215px !important;
}

.step1_btn, .step_2, .step2_btn {
    display: none;
}

.bk_employee ul li p {
    padding-top: 7px;
}

.bk_date .calendar-top-selector {
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(to right, #F8F8F8,#F8F8F8) !important;
}

.bk_date .calendar-grid .calendar-labels {
    background: #f8f8f8;
    margin-bottom: 20px;
    height: 35px;
    line-height: 20px;
}

.bk_date #calendar-booking {
    width: 100%;
}

.fc-toolbar {
    display: none !important;
}

.each_booking .cnt ul li b {
    font-weight: 600;
}

.each_booking .cnt ul li {
    height: 40px;
}

.Name_login {
    float: left;
    padding-right: 10px;
}

    .Name_login span {
        font-size: 11px;
        color: #4f4e4e;
    }

.fc-event-container .fc-content .fc-time, .fc-event-container .fc-content .fc-title {
    color: white;
}

.bk_date_display {
    font-size: 16px;
    padding-top: 4px;
    font-weight: 600;
}

/*Loader div*/

.business-hours .opening-hours li.today, .business-hours .opening-hours li.today span {
    color: var(--main-color);
}

.business-hours {
    line-height: 23px;
    font-size: 11px;
    width: 100%;
    padding: 0px 5px;
}

    .business-hours ul li span {
        font-size: 10px;
    }

.bk_date_display {
    font-size: 16px;
    padding-top: 4px;
    font-weight: 600;
}

.calendar-grid .calendar-date-holder {
    height: 254px !important;
}

.status {
    background-color: #dee3e7;
    border-radius: 10px;
    color: #67768c;
    display: inline-block;
    margin: 3px;
    min-width: 90px;
    padding: 4px 9px;
    text-align: center;
    font-size: 8px;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.unpaid {
    background-color: #ffc92f;
    color: white;
}

.complete, .Completed {
    background-color: #00be78;
    color: white;
}

.New {
    background-color: dodgerblue;
    color: white;
}

#calendar_time li, #Hcalendar_time li {
    cursor: pointer;
    float: right;
    width: auto;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 10px;
    min-width: 64px;
    line-height: 25px;
    padding: 0 5px;
    border: #e3e3e3 1px solid;
}

#calendar_time_booking {
    height: calc(100vh - 200px);
    overflow: auto;
}

#calendar_time .active, #Hcalendar_time .active {
    background: var(--main-color);
    color: white;
}

.offer_div {
    float: left;
    color: #b4b4b4;
    padding: 0 3px;
    font-size: 11px;
    text-decoration: line-through;
}

.booking_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffde;
    z-index: 9999999999;
}

    .booking_loader img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 10%;
    }

.salonlist_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffde;
    z-index: 9999999999;
}

    .salonlist_loader img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 10%;
    }

.reshedule_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffde;
    z-index: 9999999999;
}

    .reshedule_loader img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 10%;
    }

.link_logintype {
    text-align: left;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 11px;
    color: #f71f8a;
    text-decoration: underline;
    font-weight: 600;
}

    .link_logintype:hover {
        color: #383838;
    }

/*.signinotp_ul {
    display: none;
}*/

.signin_ul {
    display: none;
}
.otp_holder1 span {
    cursor: pointer;
    font-size: 11px;
    color: #f71f8a;
    float: left;
}

.cardshow {
    float: left;
    width: 96%;
    height: 50px;
    margin: 0 2%;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 1%;
    border: #e3e3e3 1px solid;
    cursor: pointer;
}

.cardimg {
    float: right;
    max-width: 14%;
    height: 50px;
    border-right: 1px solid #ededed;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}





.cardnumdiv {
    float: left;
    padding-top: 10px;
    height: 30px;
    display: inline-flex;
}

    .cardnumdiv .cardnm {
        min-width: 112px;
        max-width: 112px;
    }

.deletediv {
    float: right;
    padding-top: 12px;
    width: 9%;
    height: 48px;
    text-align: center;
    background: #f5f5f5;
}

.cardimg img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
    padding-top: 2px;
}

.referral span {
    color: #ff006c;
    position: absolute;
    margin-top: 25px;
    margin-right: 205px;
}

.cardsection {
    margin-left: 20px;
    display: none;
}

.cardsave {
    display: inline-block;
    padding-bottom: 50px;
}

.cardlist {
    float: left;
    width: 100%;
    padding-right: 15px;
    height: 110px;
    overflow: auto;
    padding-left: 20px;
    margin-bottom: 20px;
}

.payonline {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
    padding-top: 35px;
}

.paysalonmsg {
    color: #ff006c;
    padding-right: 116px;
    font-size: 11px;
    position: absolute;
}

#offer_popup .column {
    float: left;
    width: 55%;
}

#offer_popup .column1 {
    float: left;
    width: 45%;
    padding: 30px;
    position: relative;
    min-height: 450px;
    display: inline-block;
}

    #offer_popup .column1 .offer_head {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 5px;
        padding-top: 100px;
    }

    #offer_popup .column1 .offer_text {
        text-align: center; /* padding-left: 48px; */
        font-size: 11px;
        line-height: 1.5;
        padding-top: 20px;
    }

    #offer_popup .column1 .offer_terms {
        padding-right: 12px;
        padding-top: 12px;
        font-size: 10px;
        color: #9a9a9a;
        position: absolute;
        bottom: 0;
        margin: 0;
        left: 0;
        right: 0;
    }

    #offer_popup .column1 .signup {
        border-radius: 3%;
        background: transparent linear-gradient(180deg, #FF218F 0%, #CC116C 100%) 0% 0% no-repeat padding-box;
        color: #FFFFFF;
        width: 90px;
        height: 35px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
    }

.bk_salonname a:hover {
    color: var(--main-color);
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.opentime {
    color: var(--main-color);
    font-weight: 600;
    margin-right: 45px;
    float: left;
    padding-top: 4px;
}

.deal_page select {
    background-image: linear-gradient(45deg, transparent 50%, #f57faf 50%), linear-gradient(135deg, #f680b0 50%, transparent 50%), linear-gradient(to left, #ffffff, #ffffff);
    background-position: 10px calc(1em + 4px), 15px calc(1em + 4px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .deal_page select:focus {
        background-image: linear-gradient(45deg, grey 50%, transparent 50%), linear-gradient(135deg, transparent 50%, grey 50%), linear-gradient(to left, white, white);
        background-position: 15px 1.2em, 10px 1.2em, 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
        border-color: grey;
        outline: 0;
    }

.pull-right {
    float: left !important;
    direction: rtl !important;
}

.pull-left {
    float: right !important;
}

.popup_content.review.step_1 .spl {
    padding-right: 0px;
}

.footer_phone {
    color: #868686;
    direction: ltr !important;
    text-align: right;
}

.bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date.selected a {
    color: #fff;
}

.bkng .PopupBg .Hstep_1 .full_row .bk_multipleservicedata {
    max-height: 150px !important;
    overflow-y: auto;
}

.payicon {
    margin-right: 10px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap { /*border-bottom:1px solid #f5f5f5;*/
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
}

    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .promoicon {
        float: left;
        width: 30px;
    }

        .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .promoicon img {
            width: 20px;
        }

.Timer {
    position: absolute;
    left: 70px;
    top: 14px;
    font-size: 15px;
    display: none;
}

.bkng .PopupBg .full_row .multiple_service_data {
    padding: 0px !important;
}

    .bkng .PopupBg .full_row .multiple_service_data .multiple_service_left {
        width: calc(100% - 130px) !important;
        float: left;
        border-bottom: none !important;
    }

        .bkng .PopupBg .full_row .multiple_service_data .multiple_service_left span {
            padding-right: 10px;
            color: #959595;
            font-size: 10px;
            float: revert;
            display: inline-block;
            text-align: right;
        }

    .bkng .PopupBg .full_row .multiple_service_data .multiple_service_right {
        position: relative;
        float: left;
        width: 130px !important;
        padding-left: 5px !important;
        font-size: 11px;
    }

        .bkng .PopupBg .full_row .multiple_service_data .multiple_service_right p, .bkng .PopupBg .full_row .multiple_service_data .multiple_service_right .offer_div {
            text-align: left !important;
            padding: 0px !important;
        }

.bkng .PopupBg .full_row .bk_multipleservicedata {
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border-radius: 10px;
}

.bkng .PopupBg .Hstep_1 .full_row .bk_multipleservicedata {
    max-height: 150px !important;
    overflow-y: auto;
}

.bkng .PopupBg .step_1 .full_row .bk_multipleservicedata {
    max-height: 160px;
    overflow-y: auto;
    background: white;
    border-radius: 10px;
}

.bkng .PopupBg .full_row .multiple_service_data .multiple_service_right .mult_service_close {
    left: 0px;
    position: absolute;
    top: 13px;
    color: var(--main-color);
    cursor: pointer;
    font-weight: 700;
    padding: 0px 10px;
}

.bkng .PopupBg .full_row .left .summary div .price.total {
    padding-left: 30px;
}

.book_new_btn button {
    float: right;
    line-height: 30px;
    color: #FFFFFF;
    background: var(--main-color);
    border-radius: 3px;
    padding: 0 9px;
    border: none;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    cursor: pointer;
}

.bkd_multiple_date p {
    color: #3a3838;
    font-weight: 600;
    margin-top: 5px;
}

.bkd_multiple_date span {
    font-size: 12px;
    float: right;
}

.step_5 span.mult_service_close, .step_5 .booking_finish_button {
    display: none !important;
}

.booking_finish_button {
    float: right;
    margin-top: 5px;
    color: #e93383;
    cursor: pointer;
    text-decoration: underline;
    display: none;
}

.multiple_service_left p {
    font-size: 11px;
}

    .multiple_service_left p span {
        padding-right: 5px !important;
        float: left;
        display: inline-block;
        color: #e93383 !important;
        background: #ffffff;
        font-size: 9px;
        padding: 1px 5px;
        margin-left: 5px;
    }

.contry_code {
    float: right !important;
    margin-right: 0px !important;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    width: auto !important;
    margin: auto;
}

.owl-carousel .owl-stage-outer {
    background: whitesmoke;
    border-radius: 10px;
}
/*Notification*/
.div_notifiation {
    display: none;
    cursor: pointer;
    position: relative;
    float: left;
    width: 25px;
    color: #e93383;
    text-align: center;
}

.dropdown-menu.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.div_notifiation i {
    font-size: 16px;
}

.label-count {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 8px;
    line-height: 15px;
    background-color: #00b11a;
    color: white;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: -35px !important;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border: none;
    position: absolute;
    left: 10%;
    top: 94px;
    background: white;
    width: 25%;
    min-width: 300px;
    border-radius: 3px;
    z-index: 999;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    max-height: 300px;
    overflow: auto;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

    .dropdown-menu .not_header {
        font-size: 11px;
        font-weight: 600;
        width: 100%;
        border-bottom: 1px solid #eee;
        text-align: center;
        padding: 10px 0 10px 0;
    }

    .dropdown-menu .not_body {
        padding: 10px;
        display: inline-flex;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

        .dropdown-menu .not_body:last-child {
            border-bottom: 0px solid #eee;
        }

    .dropdown-menu li .icon-circle {
        width: 36px;
        height: 36px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        display: inline-block;
    }

.bg-orange {
    background-color: #fd86b9 !important;
    color: #fff;
}

.dropdown-menu li .menu-info {
    width: calc(100% - 40px);
    padding-right: 10px;
}

    .dropdown-menu li .menu-info h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .dropdown-menu li .menu-info p {
        font-size: 11px;
        color: #929292;
        padding-top: 0px;
    }

.dropdown-menu .not_body:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.dropdown-menu li .icon-circle i {
    font-size: 10px;
    line-height: 36px;
}

.no_notifications {
    font-size: 11px;
    color: #929292;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.Notification_Div .not_body {
    padding: 10px;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}

    .Notification_Div .not_body:last-child {
        border-bottom: 0 solid #eee;
    }

.Notification_Div li .icon-circle {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.Notification_Div li .menu-info {
    width: calc(100% - 40px);
    padding-left: 10px;
}

    .Notification_Div li .menu-info h3 {
        font-size: 12px;
        font-weight: 600;
    }

    .Notification_Div li .menu-info p {
        font-size: 12px;
        color: #929292;
        padding-top: 0;
    }

.Notification_Div .not_body:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.Notification_Div li .icon-circle i {
    font-size: 10px;
    line-height: 36px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(startYposition);
    }

    100% {
        opacity: 1;
        transform: translateY(endYposition);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(startYposition);
    }

    100% {
        opacity: 0;
        transform: translateY(endYposition);
    }
}

.salonlist_showpswd {
    position: absolute;
    bottom: 16px;
    margin: auto;
    left: 15px;
    font-size: 12px;
    cursor: pointer;
}

.salonlist_showpswd1 {
    position: absolute;
    bottom: 16px;
    margin: auto;
    left: 15px;
    font-size: 12px;
    cursor: pointer;
}

.salonlist_showpswd2 {
    position: absolute;
    bottom: 16px;
    margin: auto;
    left: 15px;
    font-size: 12px;
    cursor: pointer;
}

.right_cnt1 {
    margin-bottom: 10px;
}

.expandable_divpackage .price .new {
    position: relative;
    padding: 0 3px;
    width: auto;
    font-size: 14px;
    color: #34485c;
    text-decoration: none;
    font-weight: 700;
}

.expandable_divpackage .price .old {
    color: #ffa0c6;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: line-through;
}

.expandable_divpackage .price .off {
    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 0 4px 5px;
}

.doctor_cnt .right_cnt2 {
    float: right;
    width: calc(100% - 300px);
}

.right_cnt2 .dealbutton {
    background-color: var(--grad-second-color) !important;
    color: #fff !important;
    float: left;
    border: 1px solid #dedede;
    margin-right: 5px;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.right_cnt2 {
    margin-bottom: 10px;
}

.menuli img {
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 0;
    margin-left: 10px;
}

.cardsave .card1 {
    position: relative;
    display: inline-block;
}

.cardsave label.error {
    float: left;
    position: relative;
    right: 0;
    bottom: 0 !important;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 5px 10px;
    font-size: 10px;
    margin-top: 8px;
    border-radius: 3px;
    line-height: 20px;
    color: #d60008;
    background: #fde1e2;
}

@media screen and (max-width: 600px) {
    ul.signup_details li.signup_li {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .header_cnt {
        width: calc(100% - 150px);
    }
}

@media screen and (max-width: 1000px) {
    .homepage header {
        position: relative;
        top: 0;
        background: #fff !important;
    }

    .footer_li {
        text-align: left;
        margin-bottom: 10px;
        padding-right: 0px;
        text-align: justify;
    }

        .footer_li:last-child {
            padding-left: 0px;
        }

    .links_layout {
        padding-top: 0px;
        line-height:1.3;
    }

    .log_div {
        display: none !important;
    }

    .top_bar {
        padding-top: 5px !important;
    }

    .user_details {
        display: none !important;
    }

    .city-selection {
        float: right;
        margin-top: 0;
        margin-right: 0;
    }

        .city-selection p {
            line-height: 28px;
        }

            .city-selection p:before {
                top: 12px;
            }

    nav.main_menu {
        display: none;
    }

    .rs_menu_btn {
        display: block;
        color: grey;
    }

    /*.footer_li:first-child {
        display: none;
    }*/

    .footer_li {
        width: 33.33% !important;
    }

    .page_not_found p {
        font-size: 18px;
    }

    .page_not_found .cnt {
        padding-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    #offer_popup .column1 {
        float: left;
        width: 100% !important;
        padding: 20px;
        position: relative;
        min-height: 380px !important;
        display: inline-block;
    }

    #offer_popup .column {
        width: 0% !important;
    }



    /*.footer_li:nth-child(3) {
        display: none;
    }*/

    .footer_li {
        width: 50% !important;
    }

    footer {
        padding-top: 50px;
    }

    .footer_li button {
        margin-top: 15px;
    }

    .page_not_found .cnt,
    .page_not_found .image {
        width: 100%;
        padding-left: 0;
    }

        .page_not_found .image img {
            width: 400px;
        }

    .page_not_found .cnt {
        padding-top: 10px;
    }

        .page_not_found .cnt a,
        .page_not_found .cnt h2,
        .page_not_found .cnt p,
        .page_not_found .cnt p.msg {
            text-align: center;
        }

        .page_not_found .cnt a {
            float: none;
        }

        .page_not_found .cnt h2 {
            font-size: 28px;
        }

        .page_not_found .cnt p.msg {
            font-size: 14px;
        }
}

@media screen and (max-width: 550px) {
    .signin_left_img {
        display: none;
    }

    .signin_right_div {
        width: 100%;
    }

    .log_tab {
        padding-top: 0;
    }
}

@media screen and (max-width: 450px) {
    .footer_li {
        width: 100% !important;
    }

        .footer_li:nth-child(2) {
            padding-left: 0;
            margin-bottom: 20px;
        }

    .s2 .Featured_listing li {
        margin-bottom: 20px;
    }

    footer {
        padding-top: 35px;
        padding-bottom: 0px !important;
    }

    .copyright {
        margin-top: 0px;
    }

    .page_not_found .cnt p.msg {
        font-size: 12px;
        padding-bottom: 10px;
    }
}

.clearfilter {
    font-size: 12px;
    cursor: pointer;
}

.validation {
    font-size: 11px;
    color: #d71a21;
    text-align: left;
    padding-top: 2px;
    display: none;
}

@media screen and (max-width: 400px) {
    .header_cnt {
        padding-left: 0;
    }

    .city-selection {
        width: 102px;
    }

        .city-selection p {
            font-size: 10px;
        }
}

@media screen and (max-width: 330px) {
    .city-selection {
        width: 90px;
    }
}

.breadcrumb-div {
    float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 11px;
    line-height: 25px;
}

    .breadcrumb-div a {
        float: none;
        width: auto;
        padding: 0 5px;
        line-height: 25px;
        font-size: 11px;
        display: inline-block;
        color: #34485c;
    }

        .breadcrumb-div a:hover {
            color: var(--main-color);
        }

header {
    padding-top: 15px;
}

    header.transition_div {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    header.active {
        top: 0 !important;
        padding-top: 20px;
    }

.top_bar {
    float: left;
    width: 100%;
    height: 30px;
    background: #fafcfe;
    padding: 5px 0;
    padding-top: 10px;
}

    .top_bar .full_width {
        text-align: right;
    }

    .top_bar .language {
        float: right;
        text-align: left;
        font-size: 10px;
        line-height: 20px;
        font-weight: 600;
        padding: 0 0 0 25px;
        border-left: #e3e3e3 1px solid;
        cursor: pointer;
        background: url(/images/Default/language-globe.png) no-repeat left top;
    }

        .top_bar .language:hover {
            color: var(--main-color) !important;
        }

.city-selection {
    float: right;
    margin-right: 15px;
    width: auto;
    position: relative;
    cursor: pointer;
    height: 20px;
}

    .city-selection p {
        float: left;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 10px;
        min-width: 100px;
        max-height: 20px;
        overflow: hidden;
        font-weight: 600;
        background: 0 0;
        font-size: 10px;
        border: #e3e3e3 0 solid;
        border-radius: 3px;
        line-height: 20px;
        padding: 0;
        position: relative;
        padding-right: 15px;
        margin-right: 15px;
        margin-left: 5px;
        text-align: left;
        display: inline-flex;
    }

        .city-selection p i {
            color: var(--main-color) !important;
            margin-right: 8px;
            font-size: 18px;
            margin-left: 10px;
        }

        .city-selection p:before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #e93383;
        }

    .city-selection ul {
        z-index: 1111111;
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        border: #e3e3e3 0 solid;
        border-radius: 3px;
    }

        .city-selection ul li {
            float: left;
            width: 100%;
            padding: 5px 7px;
            font-size: 10px;
            text-align: left;
        }

            .city-selection ul li:hover {
                background: var(--main-color);
                color: #fff;
            }

.buy_online header {
    top: 0;
}

textarea {
    resize: none;
}

span#Emailverify {
    font-weight: 700;
    padding-left: 10px;
    cursor: pointer;
    font-size: 11px;
    text-decoration: underline;
}

p.insurance_disclaimer {
    float: left;
    width: 100%;
    font-size: 12px !important;
    color: #868686 !important;
    text-align: left;
}

@media screen and (max-width: 450px) {
    .empty-cart .cart-image img {
        width: 100%;
    }
}

.s2 .Featured_listing li a .image img {
    width: 100%;
}

.tab_header {
    padding: 0 5%;
    padding-bottom: 10px;
    display: inline-block;
}

    .tab_header .tabs {
        float: left;
        width: auto;
        border: 1px solid var(--main-color);
        background: #fff;
        margin-right: 5px;
        padding: 10px 20px;
        line-height: 20px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 14px;
    }

        .tab_header .tabs.active {
            background-image: linear-gradient(to bottom, var(--grad-first-color), var(--grad-second-color)) !important;
            color: #fff !important;
        }

.search_div {
    display: none;
}

#beauty_saloon_div {
    display: block;
}

.button_one {
    background-image: linear-gradient(to bottom, var(--grad-first-color), var(--grad-second-color)) !important;
    color: #fff !important;
    border: none !important;
}

.prmyTxtClr {
    color: var(--main-color) !important;
}

.new_rating {
    float: left;
    width: 100%;
    line-height: 20px;
    padding-bottom: 15px;
}

    .new_rating i {
        float: left;
        width: auto;
        margin-right: 5px;
        color: #ccc;
        line-height: 20px;
    }

        .new_rating i.active {
            color: var(--main-color) !important;
        }

.popup_content.review h1.spl {
    font-size: 11px;
    line-height: 22px;
    padding: 0;
}

    .popup_content.review h1.spl span {
        line-height: 24px;
        float: left;
        width: calc(100% - 50px);
        font-size: 16px;
        font-weight: 700;
        float: left;
    }

    .popup_content.review h1.spl.pd-btm {
        padding: 20px 0 10px 0;
    }

.relative {
    position: relative;
}

.loader-outer-div {
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: none;
    left: 0;
    top: 0;
    display: none;
}

    .loader-outer-div .table-div {
        display: table;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }

.load-wrapper-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .load-wrapper-inner img {
        display: inline-block;
    }

.bkng .popup_content.review .button_row {
    float: right;
    position: absolute;
    bottom: 20px;
    width: 135px;
    left: 0;
}

.bkng .popup_content.review .button_row1 {
    float: right;
    position: absolute;
    bottom: 45px;
    width: 100%;
    right: 50px;
}

    .bkng .popup_content.review .button_row1 button {
        float: right !important;
    }

.step_5 .Online label:after {
    left: 3px !important;
    top: 3px !important;
}

.bkng .PopupBg {
    max-width: 1000px;
    margin: 20px auto;
    height: calc(100vh - 40px);
    overflow-y: auto;
}

.bkng .popup_content.review {
    padding: 25px !important;
}

.bkng .PopupBg h1.spl {
    position: relative;
    padding-right: 50px;
}

    .bkng .PopupBg h1.spl a {
        position: absolute;
        line-height: 46px;
        left: 0;
        top: 0;
        width: 40px;
        font-size: 24px;
    }

.bkng .PopupBg .full_row {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 25px;
}

    .bkng .PopupBg .full_row .left {
        float: left;
        width: 50%;
        padding-right: 15px;
        max-height: 410px;
        overflow: auto;
        overflow-x: hidden;
    }

    .bkng .PopupBg .full_row .bk_Hservice,
    .bkng .PopupBg .full_row .bk_service {
        max-height: 320px;
    }

    .bkng .PopupBg .full_row .right {
        float: right;
        width: 50%;
        padding-left: 15px;
        text-align: left;
    }

    .bkng .PopupBg .full_row .left ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .bkng .PopupBg .full_row .left ul li {
            cursor: pointer;
            float: left;
            width: 100%;
            /*border: #e3e3e3 1px solid;*/
            border: 1px solid #DED4E8CC;
            border-radius: 16px;
            position: relative;
            padding: 10px 15px;
            padding-left: 40px;
            margin-bottom: 5px;
            /*border-radius: 6px;*/
        }

    .bkng .PopupBg .full_row .bk_employee ul li {
        font-size: 11px;
        cursor: pointer;
        min-height: 175px;
        text-align: center;
        font-weight: 600;
        float: right;
        width: 29%;
        border: #DED4E880 1px solid;
        position: relative;
        padding: 10px 15px;
        margin-right: 3%;
        margin-bottom: 10px;
        border-radius: 6px;
    }

        .bkng .PopupBg .full_row .bk_employee ul li img {
            border-radius: 50%;
            margin-bottom: 5px;
            width: 75px;
            display: inline-block;
            position: relative !important;
        }

        .bkng .PopupBg .full_row .bk_employee ul li p {
            line-height: 15px;
            width: 100% !important;
            text-align: center;
            padding-top: 0 !important;
            font-size: 10px !important;
        }

        .bkng .PopupBg .full_row .bk_employee ul li .stars {
            width: 100%;
            text-align: center;
            display: inline-block;
            line-height: 15px;
        }

            .bkng .PopupBg .full_row .bk_employee ul li .stars i {
                color: #fb1e8c;
                font-size: 8px;
            }

        .bkng .PopupBg .full_row .bk_employee ul li:first-child .no_preference {
            background: #ffdfef;
            padding: 9px;
            border: 1px solid #fec7e3;
        }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date a {
        border: 1px solid #fb1e8c !important;
        color: #fb1e8c;
        width: 30px;
        height: 30px;
        line-height: 16px;
        text-align: center;
        background: #ffdfef;
        display: inline-block;
        border-radius: 50%;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date.selected a {
        color: #fff;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date.disabled a {
        border: 1px solid #d5c5e5 !important;
        color: #745D8B;
        background: #DED4E8;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-grid .calendar-date-holder {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        padding: 0 10px;
    }

.fieldwrapcard .inputTxt.error {
    border: #fde1e2 1px solid;
}

.fieldwrapcard .inputTxt:focus {
    outline: 0;
}

.fieldwrapcard label.error {
    float: left;
    position: absolute;
    right: 0;
    bottom: -30px;
    width: auto;
    padding: 5px 10px;
    font-size: 11px;
    margin-top: 8px;
    border-radius: 3px;
    line-height: 20px;
    color: #d60008;
    background: #fde1e2;
}

    .fieldwrapcard label.error:before {
        position: absolute;
        content: "";
        right: 15px;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fde1e2;
    }

.sandbox.border .selectize-control.single .selectize-input {
    border: #e3e3e3 1px solid !important;
    border-radius: 3px;
    line-height: 37px;
    padding: 0 10px 1px 10px;
}

    .sandbox.border .selectize-control.single .selectize-input:after {
        top: 50% !important;
    }

.sandbox.border .selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-size: 12px !important;
}

.mobilenumber {
    float: left;
    width: 100%;
}

    .mobilenumber .code {
        float: left;
        width: 100px;
        border-radius: 3px;
    }

    .mobilenumber .number {
        float: left;
        width: calc(100% - 100px);
        padding-left: 10px;
    }

.inputBtnSection {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    font-family: verdana;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 0;
    background: #fff;
    border: #e3e3e3 1px solid;
    padding: 3px;
    border-radius: 3px;
}

.disableInputField {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    margin: 0;
    font-size: 11px;
    padding: 0 3px;
    border: none;
    background: 0 0;
    float: right;
    width: calc(100% - 91px);
    padding-left: 10px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    float: left;
    cursor: pointer;
    width: 91px;
}

.uploadBtn {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    font-size: 10px;
    padding: 2px 10px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    background: var(--main-color);
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    display: none;
}

.userMsg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto !important;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    z-index: 999999999;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: content-box;
    padding-right: 20px;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .userMsg.active {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }

    .userMsg .PopupBg {
        box-shadow: 0 0 40px 0 rgba(37, 48, 52, 0.3);
        -webkit-box-shadow: 0 0 40px 0 rgba(37, 48, 52, 0.3);
        margin: 50px auto;
        max-width: 450px;
        width: 90%;
        background: var(--main-color);
        min-height: auto !important;
        display: inline-block;
        position: relative;
        z-index: 999;
        border-radius: 3px;
        padding: 0;
    }

    .userMsg .PopupClosebtn {
        position: absolute;
        right: 15px;
        top: 20px;
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 50%;
        line-height: 20px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
    }

    .userMsg .popup_content {
        float: left;
        width: 100%;
        color: #fff;
        padding: 10px;
        display: table;
    }

        .userMsg .popup_content .icon {
            width: 50px;
            font-size: 28px;
            color: #fff;
            display: table-cell;
            vertical-align: middle;
        }

        .userMsg .popup_content .txt {
            float: left;
            width: calc(100% - 50px);
            padding-left: 20px;
        }

            .userMsg .popup_content .txt p {
                float: left;
                width: 100%;
                padding: 0;
                line-height: 25px;
                color: #fff;
                text-align: left;
                padding-top: 10px;
            }

.signin_content {
    display: block;
}

.signup_details_div {
    float: left;
    width: 100%;
    padding: 30px;
    display: none;
}

ul.signup_details {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    ul.signup_details li.signup_li {
        float: left;
        width: 47%;
        text-align: left;
    }

        ul.signup_details li.signup_li:nth-child(even) {
            float: right;
            padding-left: 0;
        }

.signup_details_div.popup_content h1 {
    text-align: center;
}

.gender_div {
    float: left;
    width: 100%;
    border: #e8e8e8 1px solid;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

    .gender_div .female,
    .gender_div .male {
        float: left;
        width: 50%;
        text-align: left;
    }

.signup_li .gender_div {
    line-height: 42px;
    height: 42px;
}

.signup_li .selectize-control.single .selectize-input {
    padding: 0;
    padding-left: 10px;
    line-height: 40px;
    border: #e3e3e3 1px solid;
}

    .signup_li .selectize-control.single .selectize-input:after {
        top: 50%;
    }

.full_width {
    width: 100% !important;
}

.conditions {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 11px;
}

    .conditions.small input {
        float: left;
        width: 10%;
    }

    .conditions.small label {
        float: left;
        width: 85%;
        font-size: 8px;
    }

    .conditions a {
        color: var(--main-color);
        text-decoration: none;
        display: inline-block;
    }

.signup_li .form_btn {
    float: left;
}

.ui-datepicker {
    width: 300px;
    width: 250px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 9999999999999 !important;
    background: #fff;
    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);
}

a.ui-datepicker-next,
a.ui-datepicker-prev {
    display: none;
}

.ui-datepicker-header {
    float: left;
    width: 100%;
    background: var(--main-color) !important;
    padding: 10px;
}

.ui-datepicker-title {
    float: left;
    width: 100%;
}

select.ui-datepicker-month {
    float: left;
    width: 48%;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    border: none;
    position: relative;
}

    select.ui-datepicker-month:before {
        content: "";
        position: absolute;
        z-index: 99999;
        top: 0;
        right: 0;
        width: 15px;
        height: 30px;
        background: red;
    }

select.ui-datepicker-year {
    float: right;
    width: 48%;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    border: none;
}

table.ui-datepicker-calendar {
    float: left;
    width: 100%;
    padding: 7px;
}

.ui-datepicker th {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #868686;
    padding: 5px 0 8px 0;
}

    .ui-datepicker th span {
        color: #868686;
        font-size: 11px;
    }

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    color: #34485c;
}

    .ui-datepicker td a:hover,
    .ui-datepicker td span {
        background: var(--main-color);
        color: #fff;
    }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #fff;
    color: #34485c;
    font-weight: 700;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: var(--main-color);
    color: #fff;
}

.ui-autocomplete-category {
    font-weight: 600;
    line-height: 30px;
    padding: 0 10px;
    background: #f5f5f5;
    margin: 10px 0;
    color: #6b6b6b;
    border-radius: 6px;
}

#PurchaseCancel .PopupBg {
    max-width: 500px;
}

    #PurchaseCancel .PopupBg .confirm_ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        #PurchaseCancel .PopupBg .confirm_ul li.confirm_li {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

            #PurchaseCancel .PopupBg .confirm_ul li.confirm_li:last-child {
                margin-bottom: 0;
            }

            #PurchaseCancel .PopupBg .confirm_ul li.confirm_li a {
                display: inline-block;
                color: var(--main-color);
                font-weight: 600;
            }

                #PurchaseCancel .PopupBg .confirm_ul li.confirm_li a:hover {
                    text-decoration: underline;
                }

#PurchaseCancel .popup_content h1 {
    margin-bottom: 20px;
}

#PurchaseReturn .PopupBg {
    max-width: 500px;
}

    #PurchaseReturn .PopupBg .confirm_ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        #PurchaseReturn .PopupBg .confirm_ul li.confirm_li {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

            #PurchaseReturn .PopupBg .confirm_ul li.confirm_li:last-child {
                margin-bottom: 0;
            }

            #PurchaseReturn .PopupBg .confirm_ul li.confirm_li a {
                display: inline-block;
                color: var(--main-color);
                font-weight: 600;
            }

                #PurchaseReturn .PopupBg .confirm_ul li.confirm_li a:hover {
                    text-decoration: underline;
                }

#PurchaseReturn .popup_content h1 {
    margin-bottom: 20px;
}

#favourite li a,
#salon_employee li a img {
    width: 150px;
    font-weight: 600;
    border-radius: 3px;
}

#favourite li a,
#salon_employee li a {
    font-size: 11px;
    text-align: center;
}

#favourite li,
#salon_employee li {
    max-width: 190px;
    word-break: break-word;
    min-height: 220px;
    padding-top: 15px;
    position: relative;
    border-radius: 4px;
}

    #favourite li a p,
    #salon_employee li a p {
        font-size: 10px;
        color: #7c7c7c;
        line-height: 1;
        text-align: center;
    }

    #favourite li i {
        width: 22px;
        text-align: center;
        position: absolute;
        top: 18px;
        background: #fff;
        right: 18px;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
        color: #383838;
        font-size: 10px;
    }

        #favourite li i:hover {
            color: #fb1f8c;
        }

    #favouritesalon li a,
    #salon_employee li a img {
        width: 150px;
        font-weight: 600;
        border-radius: 50%;
    }

    #favouritesalon li a,
    #salon_employee li a {
        font-size: 11px;
        text-align: center;
        line-height: 20px;
        font-weight: 600;
    }

#favouritesalon li {
    max-width: 190px;
    word-break: break-word;
    min-height: 175px;
    padding-top: 15px;
    position: relative;
    border-radius: 6px;
    padding-bottom: 10px;
}

    #favouritesalon li a p,
    #salon_employee li a p {
        font-size: 10px;
        color: #7c7c7c;
        line-height: 20px;
    }

    #favouritesalon li i {
        width: 22px;
        text-align: center;
        position: absolute;
        top: 18px;
        background: #fff;
        right: 18px;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
        color: #383838;
        font-size: 10px;
    }

        #favouritesalon li i:hover {
            color: #fb1f8c;
        }

#salon_employee .active {
    border: 1px solid #fb208c;
    background: #ffe8f5;
}

.expandable_div .collapsible {
    background-color: #ffffff;
    color: #34485c;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 15px;
    text-align: left;
    outline: 0;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 600;
}

.expandable_div .active {
    margin-bottom: 0;
}

.collapsible:hover,
.expandable_div .active {
    background-color: #ffffff;
}

.expandable_div .active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.expandable_div .content {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.expandable_div button.active:after {
    content: "\2212";
}

.expandable_div button:after {
    content: "\002B";
    color: var(--main-color);
    font-weight: 700;
    float: right;
    margin-left: 5px;
    font-size: 16px;
}

.expandable_div .spl li {
    cursor: pointer;
    margin-bottom: 10px !important;
    background: #DED4E852 !important;
    padding: 3px 17px !important;
    border-radius: 0 !important;
    width: 48%;
    color: #34485c;
    text-align: left;
    border-radius: 16px !important;
}

    .expandable_div .spl li span {
        color: #34485c;
    }

.expandable_divpackage .collapsible {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgb(239 239 239);
    color: #34485c;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    border-radius: 15px;
    text-align: left;
    outline: 0;
    font-size: 12px;
    margin-bottom: 8px;
}

    .expandable_divpackage .collapsible:hover {
        background-color: #ffffff;
    }

.expandable_divpackage .active {
    margin-bottom: 0;
}

.collapsible:hover,
.expandable_divpackage .active {
    background-color: #ffffff;
}

.expandable_divpackage .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.expandable_divpackage .spl li {
    cursor: pointer;
    margin-bottom: 5px !important;
    background: #fff !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    width: 100%;
    border: 1px solid #e7e7e7;
}

.doctor_cnt .right_cnt1 {
    float: right;
    width: calc(100% - 300px);
}

.right_cnt1 ul li {
    background-color: var(--main-color) !important;
    color: #fff !important;
    float: left;
    border: 1px solid #dedede;
    margin-right: 5px;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.right_cnt1 {
    margin-bottom: 10px;
}

.expandable_divpackage .price .new {
    position: relative;
    padding: 0 3px;
    width: auto;
    font-size: 14px;
    color: #34485c;
    text-decoration: none;
    font-weight: 700;
}

.expandable_divpackage .price .old {
    color: #ffa0c6;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: line-through;
}

.expandable_divpackage .price .off {
    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 0 4px 5px;
}

.doctor_cnt .right_cnt2 {
    float: right;
    width: calc(100% - 300px);
}

.right_cnt2 .dealbutton {
    background-color: var(--grad-second-color) !important;
    color: #fff !important;
    float: left;
    border: 1px solid #dedede;
    margin-right: 5px;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.right_cnt2 {
    margin-bottom: 10px;
}

.menuli img {
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 0;
    margin-right: 10px;
}

.cardsave .card1 {
    position: relative;
    display: inline-block;
}

.cardsave label.error {
    float: left;
    position: relative;
    right: 0;
    bottom: 0 !important;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 5px 10px;
    font-size: 10px;
    margin-top: 8px;
    border-radius: 3px;
    line-height: 20px;
    color: #d60008;
    background: #fde1e2;
}

@media screen and (max-width: 600px) {
    ul.signup_details li.signup_li {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .header_cnt {
        width: calc(100% - 150px);
    }
}

@media screen and (max-width: 1000px) {
    .homepage header {
        position: relative;
        top: 0;
        background: #fff !important;
    }

    .footer_li {
        text-align: left;
        margin-bottom: 10px;
        padding-right: 0px;
        text-align: justify;
    }

        .footer_li:last-child {
            padding-left: 0px;
        }

    .links_layout {
        padding-top: 0px;
        line-height:1.3;
    }

    .log_div {
        display: none !important;
    }

    .top_bar {
        padding-top: 5px !important;
    }

    .user_details {
        display: none !important;
    }

    .city-selection {
        float: right;
        margin-top: 0;
        margin-right: 0;
    }

        .city-selection p {
            line-height: 28px;
        }

            .city-selection p:before {
                top: 12px;
            }

    nav.main_menu {
        display: none;
    }

    .rs_menu_btn {
        display: block;
        color: grey;
    }

    /*.footer_li:first-child {
        display: none;
    }*/

    .footer_li {
        width: 33.33% !important;
    }

    .page_not_found p {
        font-size: 18px;
    }

    .page_not_found .cnt {
        padding-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    #offer_popup .column1 {
        float: left;
        width: 100% !important;
        padding: 20px;
        position: relative;
        min-height: 380px !important;
        display: inline-block;
    }

    #offer_popup .column {
        width: 0% !important;
    }



    /*.footer_li:nth-child(3) {
        display: none;
    }*/

    .footer_li {
        width: 50% !important;
    }

    footer {
        padding-top: 50px;
    }

    .footer_li button {
        margin-top: 15px;
    }

    .page_not_found .cnt,
    .page_not_found .image {
        width: 100%;
        padding-left: 0;
    }

        .page_not_found .image img {
            width: 400px;
        }

    .page_not_found .cnt {
        padding-top: 10px;
    }

        .page_not_found .cnt a,
        .page_not_found .cnt h2,
        .page_not_found .cnt p,
        .page_not_found .cnt p.msg {
            text-align: center;
        }

        .page_not_found .cnt a {
            float: none;
        }

        .page_not_found .cnt h2 {
            font-size: 28px;
        }

        .page_not_found .cnt p.msg {
            font-size: 14px;
        }
}

@media screen and (max-width: 550px) {
    .signin_left_img {
        display: none;
    }

    .signin_right_div {
        width: 100%;
    }

    .log_tab {
        padding-top: 0;
    }
}

@media screen and (max-width: 450px) {
    .footer_li {
        width: 100% !important;
    }

        .footer_li:nth-child(2) {
            padding-left: 0;
            margin-bottom: 20px;
        }

    .s2 .Featured_listing li {
        margin-bottom: 20px;
    }

    footer {
        padding-top: 35px;
        padding-bottom: 0px !important;
    }

    .copyright {
        margin-top: 0px;
    }

    .page_not_found .cnt p.msg {
        font-size: 12px;
        padding-bottom: 10px;
    }
}

.clearfilter {
    font-size: 12px;
    cursor: pointer;
}

.validation {
    font-size: 11px;
    color: #d71a21;
    text-align: left;
    padding-top: 2px;
    display: none;
}

@media screen and (max-width: 400px) {
    .header_cnt {
        padding-left: 0;
    }

    .city-selection {
        width: 102px;
    }

        .city-selection p {
            font-size: 8px;
        }
}

@media screen and (max-width: 330px) {
    .city-selection {
        width: 90px;
    }
}

.breadcrumb-div {
    float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 11px;
    line-height: 25px;
}

    .breadcrumb-div a {
        float: none;
        width: auto;
        padding: 0 5px;
        line-height: 25px;
        font-size: 11px;
        display: inline-block;
        color: #34485c;
    }

        .breadcrumb-div a:hover {
            color: var(--main-color);
        }

header {
    padding-top: 15px;
}

    header.transition_div {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    header.active {
        top: 0 !important;
        padding-top: 20px;
    }

.top_bar {
    float: left;
    width: 100%;
    height: 30px;
    background: #fafcfe;
    padding: 5px 0;
    padding-top: 10px;
}

    .top_bar .full_width {
        text-align: right;
    }

    .top_bar .language {
        float: right;
        text-align: left;
        font-size: 10px;
        line-height: 20px;
        font-weight: 600;
        padding: 0 0 0 25px;
        border-left: #e3e3e3 1px solid;
        cursor: pointer;
        background: url(/images/Default/language-globe.png) no-repeat left top;
    }

        .top_bar .language:hover {
            color: var(--main-color) !important;
        }

.city-selection {
    float: right;
    margin-right: 15px;
    width: auto;
    position: relative;
    cursor: pointer;
    height: 20px;
}

    .city-selection p {
        float: left;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 10px;
        min-width: 100px;
        max-height: 20px;
        overflow: hidden;
        font-weight: 600;
        background: 0 0;
        font-size: 10px;
        border: #e3e3e3 0 solid;
        border-radius: 3px;
        line-height: 20px;
        padding: 0;
        position: relative;
        padding-left: 15px;
        margin-left: 15px;
        margin-right: 5px;
        text-align: left;
        display: inline-flex;
    }

        .city-selection p i {
            color: var(--main-color) !important;
            margin-right: 8px;
            font-size: 18px;
            margin-left: 10px;
        }

        .city-selection p:before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #e93383;
        }

    .city-selection ul {
        z-index: 1111111;
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        border: #e3e3e3 0 solid;
        border-radius: 3px;
    }

        .city-selection ul li {
            float: left;
            width: 100%;
            padding: 5px 7px;
            font-size: 10px;
            text-align: left;
        }

            .city-selection ul li:hover {
                background: var(--main-color);
                color: #fff;
            }

.buy_online header {
    top: 0;
}

textarea {
    resize: none;
}

span#Emailverify {
    font-weight: 700;
    padding-left: 10px;
    cursor: pointer;
    font-size: 11px;
    text-decoration: underline;
}

p.insurance_disclaimer {
    float: left;
    width: 100%;
    font-size: 12px !important;
    color: #868686 !important;
    text-align: left;
}

@media screen and (max-width: 450px) {
    .empty-cart .cart-image img {
        width: 100%;
    }
}

.s2 .Featured_listing li a .image img {
    width: 100%;
}

.tab_header {
    padding: 0 5%;
    padding-bottom: 10px;
    display: inline-block;
}

    .tab_header .tabs {
        float: left;
        width: auto;
        border: 1px solid var(--main-color);
        background: #fff;
        margin-right: 5px;
        padding: 10px 20px;
        line-height: 20px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 14px;
    }

        .tab_header .tabs.active {
            background-image: linear-gradient(to bottom, var(--grad-first-color), var(--grad-second-color)) !important;
            color: #fff !important;
        }

.search_div {
    display: none;
}

#beauty_saloon_div {
    display: block;
}

.button_one {
    background-image: linear-gradient(to bottom, var(--grad-first-color), var(--grad-second-color)) !important;
    color: #fff !important;
    border: none !important;
}

.prmyTxtClr {
    color: var(--main-color) !important;
}

.new_rating {
    float: left;
    width: 100%;
    line-height: 20px;
    padding-bottom: 15px;
}

    .new_rating i {
        float: left;
        width: auto;
        margin-right: 5px;
        color: #ccc;
        line-height: 20px;
    }

        .new_rating i.active {
            color: var(--main-color) !important;
        }

.popup_content.review h1.spl {
    font-size: 11px;
    line-height: 22px;
    padding: 0;
}

    .popup_content.review h1.spl span {
        line-height: 24px;
        float: left;
        width: calc(100% - 50px);
        font-size: 16px;
        font-weight: 700;
        float: left;
    }

    .popup_content.review h1.spl.pd-btm {
        padding: 20px 0 10px 0;
    }

.relative {
    position: relative;
}

.loader-outer-div {
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: none;
    left: 0;
    top: 0;
    display: none;
}

    .loader-outer-div .table-div {
        display: table;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }

.load-wrapper-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .load-wrapper-inner img {
        display: inline-block;
    }

.bkng .popup_content.review .button_row {
    float: right;
    position: absolute;
    bottom: 20px;
    width: 135px;
    left: 0;
}

.bkng .popup_content.review .button_row1 {
    float: right;
    position: absolute;
    bottom: 45px;
    width: auto;
    right: 50px;
}

    .bkng .popup_content.review .button_row1 button {
        float: left !important;
    }

.step_5 .Online label:after {
    left: 3px !important;
    top: 3px !important;
}

.bkng .PopupBg {
    max-width: 1000px;
    margin: 20px auto;
    height: calc(100vh - 40px);
    overflow-y: auto;
}

.bkng .popup_content.review {
    padding: 25px !important;
}

.bkng .PopupBg h1.spl {
    position: relative;
    padding-right: 50px;
}

    .bkng .PopupBg h1.spl a {
        position: absolute;
        line-height: 46px;
        left: 0;
        top: 0;
        width: 40px;
        font-size: 24px;
    }

.bkng .PopupBg .full_row {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 25px;
}

    .bkng .PopupBg .full_row .left {
        float: left;
        width: 50%;
        padding-right: 15px;
        max-height: 410px;
        overflow: auto;
        overflow-x: hidden;
    }

    .bkng .PopupBg .full_row .bk_Hservice,
    .bkng .PopupBg .full_row .bk_service {
        max-height: 320px;
    }

    .bkng .PopupBg .full_row .right {
        float: right;
        width: 50%;
        padding-left: 15px;
        text-align: left;
    }

    .bkng .PopupBg .full_row .left ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .bkng .PopupBg .full_row .left ul li {
            cursor: pointer;
            float: left;
            width: 100%;
            /*border: #e3e3e3 1px solid;*/
            border: 1px solid #DED4E8CC;
            border-radius: 16px;
            position: relative;
            padding: 10px 15px;
            padding-right: 40px;
            margin-bottom: 5px;
            /*border-radius: 6px;*/
        }

    .bkng .PopupBg .full_row .bk_employee ul li {
        font-size: 11px;
        cursor: pointer;
        min-height: 175px;
        text-align: center;
        font-weight: 600;
        float:right;
        width: 29%;
        border: #DED4E880 1px solid;
        position: relative;
        padding: 10px 15px;
        margin-right: 3%;
        margin-bottom: 10px;
        border-radius: 6px;
    }

        .bkng .PopupBg .full_row .bk_employee ul li img {
            border-radius: 50%;
            margin-bottom: 5px;
            width: 75px;
            display: inline-block;
            position: relative !important;
        }

        .bkng .PopupBg .full_row .bk_employee ul li p {
            line-height: 15px;
            width: 100% !important;
            text-align: center;
            padding-top: 0 !important;
            font-size: 10px !important;
        }

        .bkng .PopupBg .full_row .bk_employee ul li .stars {
            width: 100%;
            text-align: center;
            display: inline-block;
            line-height: 15px;
        }

            .bkng .PopupBg .full_row .bk_employee ul li .stars i {
                color: #fb1e8c;
                font-size: 8px;
            }

        .bkng .PopupBg .full_row .bk_employee ul li:first-child .no_preference {
            background: #ffdfef;
            padding: 9px;
            border: 1px solid #fec7e3;
        }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date a {
        border: 1px solid #fb1e8c !important;
        color: #fb1e8c;
        width: 30px;
        height: 30px;
        line-height: 16px;
        text-align: center;
        background: #ffdfef;
        display: inline-block;
        border-radius: 50%;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date.selected a {
        color: #fff;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date.disabled a {
        border: 1px solid #d5c5e5 !important;
        color: #745D8B;
        background: #DED4E8;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-grid .calendar-date-holder {
        width: 100%;
    }

    .bkng .PopupBg .full_row .bk_date .calendar-date-holder .calendar-dates .date {
        padding-bottom: 10px;
    }

    .bkng .PopupBg .full_row .bk_date .date.current a {
        color: #fb1e8c;
        border-radius: 50%;
    }

    .bkng .PopupBg .full_row .bk_date .date.selected a {
        background: #fb1e8c !important;
        color: #fff;
        border-radius: 50%;
    }

.calendar-grid .calendar-date-holder {
    height: 254px !important;
}

.bkng .PopupBg .full_row .left ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    border-radius: 50%;
    border: 1px solid #745D8B4D;
    background: #DED4E8;
    left: 10px;
    top: 0;
}

.bkng .PopupBg .full_row .bk_employee ul li:before {
    content: "";
    width: 0;
    height: 0;
    border: none;
}

.bkng .PopupBg .full_row .bk_employee ul li.active {
    border: 1px #fb9acb solid;
}

.bkng .PopupBg .full_row .left ul li.active:after {
    content: "\2713";
    position: absolute;
    color: white;
    background: var(--main-color);
    font-size: 12px;
    z-index: 999;
    right: 10px;
    top: 19px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    padding: 5px;
    padding-top: 0px;
}
.bkng .PopupBg .full_row .bk_Hservice ul li.active:after{
    right: 5px !important;
}

.bkng .PopupBg .full_row .bk_employee ul li.active:after {
    content: "";
    background: none;
    text-decoration: none;
    list-style: none;
}

.bkng .PopupBg .full_row .left ul li.Hactive:after {
    content: "\002B";
    position: absolute;
    color: #e75994;
    font-size: 21px;
    z-index: 999;
    right: 13.7px;
    top: 10px;
    cursor: pointer;
     background:none !important;
     padding:0px;
}

.bkng .PopupBg .full_row .left ul li p {
    float: right;
    width: calc(100% - 100px);
    font-size: 12px;
    line-height: 20px;
}

    .bkng .PopupBg .full_row .left ul li p span {
        float: left;
        width: 100%;
        font-size: 11px;
    }

.bkng .PopupBg .full_row .left ul li div {
    text-align: right;
    float: right;
    width: 100px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
}

    .bkng .PopupBg .full_row .left ul li div span {
        float: right;
        color: #b4b4b4;
        padding: 0 3px;
        font-size: 11px;
        text-decoration: line-through;
    }

.bkng .PopupBg .full_row .bkp_service_amt_details .image {
    float: left;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

    .bkng .PopupBg .full_row .bkp_service_amt_details .image img {
        width: 100%;
    }

.bkng .PopupBg .full_row .bkp_service_amt_details .summary {
    float: left;
    width: 98%;
    margin: 0 2%;
    background: #DED4E852;
    border-radius: 10px;
    padding: 5px 20px;
}

.bkng .PopupBg .full_row .bkp_service_amt_details .bk_salonname a {
    font-weight: 600;
}

.bkng .PopupBg .full_row .bkp_service_amt_details .summary div {
    float: right;
    width: 100%;
    padding: 10px;
}

.bk_salonname_head,
.bkng .PopupBg .full_row .bkp_service_amt_details .summary .multiple_service_data {
    /*border-bottom: #e3e3e3 1px solid !important;*/
}

.bkng .PopupBg .full_row .bkp_service_amt_details .summary div h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #222;
}

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div h3 span {
        float: left;
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

.bkng .PopupBg .full_row .bkp_service_amt_details .summary div h4 {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #222;
}

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div h4 span {
        float: left;
        width: 100%;
        font-size: 10px;
        line-height: 20px;
    }

.bkng .PopupBg .full_row .bkp_service_amt_details .summary div .price {
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 30px;
}

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div .price span {
        float: right;
        text-align: right;
    }

    .bkng .PopupBg .full_row .bkp_service_amt_details .summary div .price.total {
        float: left;
        width: 100%;
        text-align: left;
        font-weight: 800;
    }

        .bkng .PopupBg .full_row .bkp_service_amt_details .summary div .price.total span {
            float: right;
            text-align: right;
            font-weight: 800;
        }

.bkng .PopupBg .full_row .bkp_service_amt_details .summary div:last-child {
    border-bottom: none;
}

.bkng .PopupBg .full_row .Apt_Package_li {
    display: none;
}

.bkng .PopupBg .bkp_img {
    float: right;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    background: #E1DBE8;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #745D8B4D;
}

.bkng .PopupBg .bkp_line_head {
    position: relative;
    /*border-bottom: 1px solid #e3e3e3;*/
    width: 100%;
    margin-bottom: 5px;
    height: 35px;
}

.step_1.bkng .PopupBg .bkp_line {
    background: #fff;
    position: absolute;
    width: 210px;
}

.bkng .PopupBg .bkp_line {
    background: #fff;
    position: absolute;
    width: 260px;
}

.bkng .PopupBg .Hservice_group ul,
.bkng .PopupBg .service_group ul {
    background: #F9F5FC;
    display: inline-block;
    width: calc(100% + 50px);
    padding: 10px;
    margin-left: -25px;
    padding-left: 10px;
}

.right_txt {
    text-align: right !important;
}

.bkng .PopupBg .full_row .right .summary div .price {
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 30px;
}

    .bkng .PopupBg .full_row .right .summary div .price span {
        float: right;
        text-align: right;
    }

    .bkng .PopupBg .full_row .right .summary div .price.total {
        float: left;
        width: 100%;
        padding-right: 30px;
        text-align: left;
        font-weight: 800;
    }

        .bkng .PopupBg .full_row .right .summary div .price.total span {
            float: right;
            text-align: right;
            font-weight: 800;
        }

.bkng .PopupBg .full_row .bk_date .calendar-top-selector .calendar-curr-month {
    color: #34485c;
}

.bkng .PopupBg .full_row .bk_date .calendar-next,
.bkng .PopupBg .full_row .bk_date .calendar-prev {
    color: #34485c;
}

.bkng .PopupBg .full_row .bk_date .calendar-booking {
    width: 100%;
}

.bkng .PopupBg .full_row .left .date .day {
    float: left;
    width: 14%;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

    .bkng .PopupBg .full_row .left .date .day p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 10px;
        color: inherit;
    }

    .bkng .PopupBg .full_row .left .date .day span {
        float: left;
        width: 100%;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        color: inherit;
    }

    .bkng .PopupBg .full_row .left .date .day.active,
    .bkng .PopupBg .full_row .left .date .day:hover {
        background-image: linear-gradient(to right, #ec00d8, var(--main-color)) !important;
        color: #fff !important;
        border: none !important;
    }

.bkng .PopupBg .full_row .left ul li p.spl {
    line-height: 36px;
    font-size: 16px;
}

.inputMobile {
    float: left;
    width: 100%;
}

    .inputMobile .code {
        float: left;
        width: 45px;
        line-height: 36px;
    }

    .inputMobile input {
        float: left;
        width: calc(100% - 45px);
        border: none;
        border-bottom: #e3e3e3 1px solid;
        line-height: 36px;
    }

.Hservice_group ul li,
.service_group ul li {
    float: right;
    margin-right: 0;
    text-align: center;
    width: 90px;
}

    .Hservice_group ul li img,
    .service_group ul li img {
        display: inline-block;
        background: #fff;
        border-radius: 10px;
        height: 60px;
        padding: 5px 5px;
    }

    .Hservice_group ul li p,
    .service_group ul li p {
        width: 100%;
        text-align: center;
        color: #34485c;
        font-size: 11px;
    }

.Hservice_group ul .active img,
.service_group ul .active img {
    cursor: pointer;
    border: 1px solid var(--main-color);
}

.Hstep3_btn,
.step5_btn {
    width: 190px !important;
}

.Hstep_3 .button_row,
.step_4 .button_row {
    width: 215px !important;
}

.step1_btn,
.step2_btn,
.step_2 {
    display: none;
}

.bk_employee ul li p {
    padding-top: 7px;
}

.bk_date .calendar-top-selector {
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(to right, #F9F5FC, #F9F5FC) !important;
}

.bk_date .calendar-grid .calendar-labels {
    background: #F9F5FC;
    margin-bottom: 20px;
    height: 35px;
    line-height: 20px;
}

.bk_date #calendar-booking {
    width: 100%;
}

.fc-toolbar {
    display: none !important;
}

.each_booking .cnt ul li b {
    font-weight: 700;
}

.each_booking .cnt ul li {
    height: 40px;
}

.Name_login {
    float: right;
    padding-left: 10px;
}

    .Name_login span {
        font-size: 10px;
        color: #4f4e4e;
    }

.fc-event-container .fc-content .fc-time,
.fc-event-container .fc-content .fc-title {
    color: #fff;
}

.bk_date_display {
    font-size: 16px;
    padding-top: 4px;
    font-weight: 700;
}

.business-hours .opening-hours li.today,
.business-hours .opening-hours li.today span {
    color: var(--main-color);
}

.business-hours {
    line-height: 23px;
    font-size: 11px;
    width: 100%;
    padding: 0 5px;
}

    .business-hours ul li span {
        font-size: 10px;
    }

.bk_date_display {
    font-size: 16px;
    padding-top: 4px;
    font-weight: 700;
}

.status {
    background-color: #dee3e7;
    border-radius: 10px;
    color: #67768c;
    display: inline-block;
    margin: 3px;
    min-width: 90px;
    padding: 4px 9px;
    text-align: center;
    font-size: 8px;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.unpaid {
    background-color: #ffc92f;
    color: #fff;
}

.Completed,
.complete {
    background-color: #00be78;
    color: #fff;
}

.New {
    background-color: #1e90ff;
    color: #fff;
}

#Hcalendar_time li,
#calendar_time li {
    cursor: pointer;
    float: right;
    text-align:center;
    width: auto;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 10px;
    min-width: 64px;
    line-height: 25px;
    padding: 0 5px;
    border: #DED4E8 1px solid;
    background: #F9F5FC;
}

#calendar_time_booking {
    height: calc(100vh - 200px);
    overflow: auto;
}

#Hcalendar_time .active,
#calendar_time .active {
    background: var(--main-color);
    color: #fff;
}

.offer_div {
    float: right;
    color: #b4b4b4;
    padding: 0 3px;
    font-size: 11px;
    text-decoration: line-through;
}

.booking_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffde;
    z-index: 9999999999;
}

    .booking_loader img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 10%;
    }

.salonlist_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffde;
    z-index: 9999999999;
}

    .salonlist_loader img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 10%;
    }

.reshedule_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffde;
    z-index: 9999999999;
}

    .reshedule_loader img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 10%;
    }

.link_logintype {
    text-align: right;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 11px;
    color: #f71f8a;
    text-decoration: underline;
    font-weight: 700;
}

    .link_logintype:hover {
        color: #383838;
    }

/*.signinotp_ul {
    display: none;
}*/
.signin_ul {
    display: none;
}

.otp_holder1 span {
    cursor: pointer;
    font-size: 11px;
    color: #f71f8a;
    float: left;
}

.cardshow {
    float: left;
    width: 96%;
    height: 50px;
    margin: 0 2%;
    background: #fff;
    border-radius: 4px;
    margin-top: 1%;
    border: #e3e3e3 1px solid;
    cursor: pointer;
}

.cardimg {
    float: left;
    max-width: 14%;
    height: 50px;
    border-right: 1px solid #ededed;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.cardnumdiv {
    float: left;
    padding-top: 10px;
    height: 30px;
    display: inline-flex;
}

    .cardnumdiv .cardnm {
        min-width: 112px;
        max-width: 112px;
    }

.deletediv {
    float: right;
    padding-top: 12px;
    width: 9%;
    height: 48px;
    text-align: center;
    background: #f5f5f5;
}

.cardimg img {
    border: 0;
    outline: 0;
    display: block;
    max-width: 100%;
    padding-top: 2px;
}

.referral span {
    color: #ff006c;
    position: absolute;
    margin-top: 25px;
    margin-left: 15px;
}

.cardsection {
    margin-left: 20px;
    display: none;
}

.cardsave {
    display: inline-block;
    padding-bottom: 50px;
}

.cardlist {
    float: left;
    width: 100%;
    padding-right: 15px;
    height: 110px;
    overflow: auto;
    padding-left: 20px;
    margin-bottom: 20px;
}

.payonline {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
    padding-top: 35px;
    box-sizing: border-box;
}

.paysalonmsg {
    color: #ff006c;
    padding-left: 28px;
    font-size: 11px;
    position: absolute;
}

#offer_popup .column {
    float: left;
    width: 55%;
}

#offer_popup .column1 {
    float: left;
    width: 45%;
    padding: 30px;
    position: relative;
    min-height: 450px;
    display: inline-block;
}

    #offer_popup .column1 .offer_head {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 5px;
        padding-top: 100px;
    }

    #offer_popup .column1 .offer_text {
        text-align: center;
        font-size: 11px;
        line-height: 1.5;
        padding-top: 20px;
    }

    #offer_popup .column1 .offer_terms {
        padding-right: 12px;
        padding-top: 12px;
        font-size: 10px;
        color: #9a9a9a;
        position: absolute;
        bottom: 0;
        margin: 0;
        left: 0;
        right: 0;
    }

    #offer_popup .column1 .signup {
        border-radius: 3%;
        background: transparent linear-gradient(180deg, #ff218f 0, #cc116c 100%) 0 0 no-repeat padding-box;
        color: #fff;
        width: 90px;
        height: 35px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
    }

.bk_salonname a:hover {
    color: var(--main-color);
    cursor: pointer;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.opentime {
    color: var(--main-color);
    font-weight: 600;
    margin-left: 45px;
    float: left;
    padding-top: 4px;
}

.deal_page select {
    background-image: linear-gradient(45deg, transparent 50%, #f57faf 50%), linear-gradient(135deg, #f680b0 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 15px) calc(1em + 4px), calc(100% - 10px) calc(1em + 4px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .deal_page select:focus {
        background-image: linear-gradient(45deg, grey 50%, transparent 50%), linear-gradient(135deg, transparent 50%, grey 50%), linear-gradient(to right, #fff, #fff);
        background-position: calc(100% - 10px) 1.2em, calc(100% - 15px) 1.2em, 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
        border-color: grey;
        outline: 0;
    }

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.footer_phone {
    color: #d5d5d5;
}

.Timer {
    position: absolute;
    right: 70px;
    top: 14px;
    font-size: 15px;
    display: none;
}

.bkng .PopupBg .full_row .multiple_service_data {
    padding: 0 !important;
}

    .bkng .PopupBg .full_row .multiple_service_data .multiple_service_left {
        width: calc(100% - 130px) !important;
        float: left;
        border-bottom: none !important;
    }

        .bkng .PopupBg .full_row .multiple_service_data .multiple_service_left span {
            padding-left: 10px;
            color: #959595;
            font-size: 10px;
        }

    .bkng .PopupBg .full_row .multiple_service_data .multiple_service_right {
        position: relative;
        float: left;
        width: 130px !important;
        padding-right: 5px !important;
        font-size: 11px;
    }

        .bkng .PopupBg .full_row .multiple_service_data .multiple_service_right .offer_div,
        .bkng .PopupBg .full_row .multiple_service_data .multiple_service_right p {
            text-align: right !important;
            padding: 0 !important;
        }

.bkng .PopupBg .full_row .bk_multipleservicedata {
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border-radius: 10px;
}

.bkng .PopupBg .Hstep_1 .full_row .bk_multipleservicedata {
    max-height: 150px !important;
    overflow-y: auto;
}

.bkng .PopupBg .step_1 .full_row .bk_multipleservicedata {
    max-height: 160px;
    overflow-y: auto;
    background: white;
    border-radius: 10px;
}

.bkng .PopupBg .full_row .multiple_service_data .multiple_service_right .mult_service_close {
    position: absolute;
    top: 13px;
    color: var(--main-color);
    cursor: pointer;
    font-weight: 700;
    padding: 0 10px;
}

.bkng .PopupBg .full_row .left .summary div .price.total {
    padding-right: 30px;
}

.book_new_btn button {
    float: right;
    line-height: 30px;
    color: #fff;
    background: var(--main-color);
    border-radius: 3px;
    padding: 0 9px;
    border: none;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    cursor: pointer;
}

.bkd_multiple_date p {
    color: #3a3838;
    font-weight: 700;
    margin-top: 5px;
}

.bkd_multiple_date span {
    font-size: 12px;
}

.step_5 .booking_finish_button,
.step_5 span.mult_service_close {
    display: none !important;
}

.booking_finish_button {
    float: right;
    margin-top: 5px;
    color: #e93383;
    cursor: pointer;
    text-decoration: underline;
    display: none;
}

.multiple_service_left p {
    font-size: 11px;
}

    .multiple_service_left p span {
        padding-left: 5px !important;
        color: #e93383 !important;
        background: #fff;
        font-size: 9px;
        padding: 1px 5px;
        margin-left: 5px;
    }

.disable_bk {
    pointer-events: none;
    background: #c1ffc1;
    border: 1px solid #92ff92;
    cursor: not-allowed !important;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    width: auto !important;
    margin: auto;
}

.owl-carousel .owl-stage-outer {
    background: #f5f5f5;
    border-radius: 10px;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.div_notifiation {
    display: none;
    cursor: pointer;
    position: relative;
    float: left;
    width: 35px;
    color: var(--main-color);
    text-align: center;
    margin-right: 20px;
}

.dropdown-menu.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.div_notifiation i {
    font-size: 18px;
    padding-top: 14px;
}

.label-count {
    position: absolute;
    top: 3px;
    right: -3px;
    font-size: 8px;
    line-height: 15px;
    background-color: #00b11a;
    color: #fff;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: -35px !important;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border: none;
    position: absolute;
    right: 10%;
    top: 94px;
    background: #fff;
    width: 25%;
    min-width: 300px;
    border-radius: 3px;
    z-index: 999;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    max-height: 300px;
    overflow: auto;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .dropdown-menu .not_header {
        font-size: 11px;
        font-weight: 700;
        width: 100%;
        border-bottom: 1px solid #eee;
        text-align: center;
        padding: 10px 0 10px 0;
    }

    .dropdown-menu .not_body {
        padding: 10px;
        display: inline-flex;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

        .dropdown-menu .not_body:last-child {
            border-bottom: 0 solid #eee;
        }

    .dropdown-menu li .icon-circle {
        width: 36px;
        height: 36px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        display: inline-block;
    }

.bg-orange {
    background-color: #fd86b9 !important;
    color: #fff;
}

.dropdown-menu li .menu-info {
    width: calc(100% - 40px);
    padding-left: 10px;
}

    .dropdown-menu li .menu-info h3 {
        font-size: 12px;
        font-weight: 600;
    }

    .dropdown-menu li .menu-info p {
        font-size: 11px;
        color: #929292;
        padding-top: 0;
    }

.dropdown-menu .not_body:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.dropdown-menu li .icon-circle i {
    font-size: 10px;
    line-height: 36px;
}

.no_notifications {
    font-size: 11px;
    color: #929292;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.Notification_Div .not_body {
    padding: 10px;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}

    .Notification_Div .not_body:last-child {
        border-bottom: 0 solid #eee;
    }

.Notification_Div li .icon-circle {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.Notification_Div li .menu-info {
    width: calc(100% - 40px);
    padding-left: 10px;
}

    .Notification_Div li .menu-info h3 {
        font-size: 1px;
        font-weight: 600;
    }

    .Notification_Div li .menu-info p {
        font-size: 11px;
        color: #929292;
        padding-top: 0;
    }

.Notification_Div .not_body:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.Notification_Div li .icon-circle i {
    font-size: 10px;
    line-height: 36px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(startYposition);
    }

    100% {
        opacity: 1;
        transform: translateY(endYposition);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(startYposition);
    }

    100% {
        opacity: 0;
        transform: translateY(endYposition);
    }
}

.salonlist_showpswd {
    position: absolute;
    bottom: 16px;
    margin: auto;
    right: 15px;
    font-size: 12px;
    cursor: pointer;
}

.salonlist_showpswd1 {
    position: absolute;
    bottom: 16px;
    margin: auto;
    right: 15px;
    font-size: 12px;
    cursor: pointer;
}

.salonlist_showpswd2 {
    position: absolute;
    bottom: 16px;
    margin: auto;
    right: 15px;
    font-size: 12px;
    cursor: pointer;
}

.socialmedia .sm {
    position: relative !important;
}

#servicediv, #salonservicediv, #salonpackagediv {
    background: #DED4E852;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

    #servicediv h2 span, #salonservicediv h2 span, #salonpackagediv h2 span {
        background: none;
    }

        #servicediv h2 span::after {
            border-top: none !important;
        }
/*Global Mobile Number*/
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-right: 6px !important;
}

.iti__arrow {
    margin-right: 6px;
}
.iti__country-list{
    text-align:right;
}

#User_MobileNoLogin, #User_MobileNo, #BUD_MobileNumber {
    padding-right: 100px !important;
}
iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.iti-mobile .iti--container {
    z-index: 9999999999;
    width: 85%;
}
/*End Global Mobile Number*/