
.disable_div {
    opacity: .5;
    pointer-events: none;
}
/*body {
    background: #FFEFEF !important;
}*/

/*Search Box*/
.search_box {
    float: left;
    background: #FFFFFF;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.1);
}

    .search_box ul.search_ul {
        float: left;
        width: 100%;
        border-radius: 22px;
    box-shadow: 0px 5px 15px #E9338326;
    }

        .search_box ul.search_ul li.search_li {
            float: left;
            width: 33.33%;
            padding: 0px;
        }

            .search_box ul.search_ul li.search_li:first-child {
                border-right: #e3e3e3 0px solid;
                width: calc(100% - 170px);
                float: right;
            }

            .search_box ul.search_ul li.search_li:last-child {
                float: right;
                max-width: 170px;
                margin-top: 10px;
                padding: 18px 20px;
            }

                .search_box ul.search_ul li.search_li:last-child button {
                    text-align: right !important;
                    float: right;
                    padding: 0px 15px !important;
                    min-width: 110px;
                }

                    .search_box ul.search_ul li.search_li:last-child button i {
                        float: right;
                        margin-top: 11px;
                        margin-left: 10px;
                    }

                .search_box ul.search_ul li.search_li:last-child button {
                    float: right;
                    background-image: linear-gradient(to bottom,var(--grad-first-color), var(--grad-second-color)) !important;
                    color: #FFFFFF !important;
                    border: none;
                    color: #FFFFFF;
                    border-radius: 3px;
                    text-align: center;
                    line-height: 40px;
                    padding: 0 20px;
                    font-size: 14px;
                    cursor: pointer;
                    margin: 6px;
                }

            .search_box ul.search_ul li.search_li p.label {
                float: left;
                width: 100%;
                font-size: 12px;
                padding: 20px 20px 5px 20px;
                height: auto !important;
                text-align: right;
            }

            .search_box ul.search_ul li.search_li .search_input {
                float: right;
                width: 100%;
                border: 0px solid;
                border-bottom: #ededed 1px solid;
                line-height: 30px;
                margin-right: 20px;
                padding: 0px;
                font-size: 14px;
                color: #868686;
            }

            .search_box ul.search_ul li.search_li .sandbox {
                float: left;
                width: 100%;
            }

.selectize-control.single .selectize-input {
    border: none;
    border-radius: 6px;
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    line-height: 33px;
    padding: 0 20px 15px 20px;
}

.selectize-input > * {
    color: #868686;
    font-size: 12px;
    direction: ltr !important;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 14px;
}

    .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
        font-size: 12px;
        padding: 8px;
    }


/*Pagination*/
.pagination_row {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .pagination_row .left {
        float: left;
        line-height: 40px;
        font-weight: 600;
        width: calc(100% - 300px);
    }

    .pagination_row .right {
        float: right;
        width: 300px;
    }

        .pagination_row .right ul {
            float: right;
            border-radius: 3px;
            border: #e3e3e3 1px solid;
            overflow: hidden;
            background: #FFFFFF;
        }

            .pagination_row .right ul li {
                float: left;
                display: inline-block;
                line-height: 40px;
                height: 40px;
                width: 40px;
                text-align: center;
                border-right: #e3e3e3 1px solid;
            }

                .pagination_row .right ul li:last-child {
                    border-right: none;
                }

                .pagination_row .right ul li a {
                    float: left;
                    width: 100%;
                    text-align: center;
                    line-height: 40px;
                    color: #868686;
                }

                    .pagination_row .right ul li a:hover, .pagination_row .right ul li a.active {
                        background-image: linear-gradient(to right, #EC00D8, var(--main-color)) !important;
                        color: #FFFFFF !important;
                        border: none !important;
                        color: #FFFFFF;
                    }



/*Search Page*/
.res_search {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: none;
}

.res_filter {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    display: none;
}

.searchPage footer {
    padding-bottom: 60px;
}

.pageHeader {
    float: left;
    width: 100%;
    padding: 120px 0 50px 0;
    background: #FAFCFE;
}

.content_div {
    float: left;
    width: 100%;
    padding: 50px 0;
    padding-top: 90px;
}

    .content_div .filter_div {
        float: right;
        width: 270px;
        padding-bottom: 20px;
        background: white;
        /*box-shadow: 0px 14px 15px #34485c0A;*/
        box-shadow: 0px 5px 15px #E9338326;
        border-radius: 25px;
        position:relative;
    }

    .content_div .main_right {
        float: right;
        width: calc(100% - 270px);
        padding-right: 30px;
    }

        .content_div .main_right .search_div {
            float: left;
            width: 100%;
            margin-bottom: 10px;
            display: block;
        }

.listing_2col {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 25px;
    box-shadow: 0px 14px 15px #34485c0A;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .listing_2col li {
        float: left;
        width: 100%;
        margin-bottom: 4%;
        overflow: hidden;
        padding-bottom: 30px;
        background: #FFFFFF;
        border-bottom: 1px solid #ededed;
    }

.main_right .listing_2col li:nth-child(even) {
    float: right;
}

.main_right .listing_2col li a {
    float: left;
    width: 100%;
}

.listing_2col li .image {
    margin-right: 10px;
    margin-left: 20px;
    padding-top: 20px;
    float: right;
    width: 150px;
    position: relative;
    border-radius: 16px;
    background: #FFFFFF;
}

    .listing_2col li .image img {
        width: 100%;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        padding: 0px;
        box-shadow: 2px 3px 10px 1px #F7E5ED;
        -webkit-box-shadow: 2px 3px 10px 1px #F7E5ED;
    }

    .listing_2col li .image .rating {
        position: absolute;
        line-height: 25px;
        text-align: center;
        height: 25px;
        right: 20px;
        top: 20px;
        border-radius: 3px;
        font-weight: 700;
        color: #FFFFFF;
        font-size: 10px;
        padding: 0 10px;
        background: #19B13D;
    }

        .listing_2col li .image .rating.green {
            background: #19B13D;
        }

        .listing_2col li .image .rating.yellow {
            background: #EABD0A;
        }

        .listing_2col li .image .rating.red {
            background: #f91515;
        }

.listing_2col li .cnt {
    float: right;
    width: calc(100% - 430px);
    position: relative;
    padding: 20px 10px;
}

.listing_2col li .right {
    float: right;
    width: 240px;
    min-height: 60px;
    padding: 20px;
}

    .listing_2col li .right div {
        float: left;
        width: auto;
        text-align: left;
        line-height: 30px;
        padding-bottom: 0px;
    }

    .listing_2col li .right .salontype_div {
        width: 100% !important;
    }

        .listing_2col li .right .salontype_div span {
            float: left;
        }

    .listing_2col li .right div i {
        font-size: 11px;
        line-height: 30px;
        padding-right: 0px;
    }

    .listing_2col li .right div a {
        float: left;
        width: 100%;
        text-decoration: none;
        color: var(--main-color) !important;
    }

    .listing_2col li .right button.btn {
        float: left;
        width: auto;
        padding: 0 15px;
        cursor: pointer;
        border-radius: 6px;
        line-height: 36px;
        background: #FFFFFF;
        border: #e3e3e3 1px solid !important;
        margin-left: 20px;
        margin-top: 10px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .listing_2col li .right button.button_two {
        color: white;
        float: left;
        min-width: 168px;
        width: auto;
        padding: 0px 15px;
        cursor: pointer;
        border-radius: 10px;
        line-height: 36px;
        background: var(--main-color);
        margin-top: 5px;
        position: relative;
        bottom: 0px;
        right: 0px;
        border: 1px solid var(--main-color) !important;
    }

.listing_2col li .cnt .identity {
    position: absolute;
    color: #FFFFFF;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    z-index: 1;
}

    .listing_2col li .cnt .identity.hospital {
        background-image: linear-gradient(to right, #EC00D8, var(--main-color)) !important;
    }

    .listing_2col li .cnt .identity.clinic {
        background: #EABD0A;
    }

.listing_2col li .cnt h3 {
    float: left;
    width: 100%;
    padding-left: 20px;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 7px;
}

.listing_2col li:hover h3 {
    color: var(--main-color);
}

.listing_2col li:hover {
    cursor: pointer;
}


.listing_2col .Salon_Employee {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}

    .listing_2col .Salon_Employee ul li {
        position: relative;
        float: right;
        border: 1px solid #F8BCD6;
        background: #FCF6F9;
        margin-right: 5px;
        padding: 2px 15px;
        border-radius: 16px;
        cursor: pointer;
        width: auto;
        cursor: pointer;
        min-width: 100px;
        text-align: center;
        margin-bottom: 2% !important;
    }

        .listing_2col .Salon_Employee ul li:nth-child(even) {
            float: right !important;
        }

        .listing_2col .Salon_Employee ul li:hover, .listing_2col .Salon_Employee ul .active {
            border: 1px solid var(--main-color);
        }

    .listing_2col .Salon_Employee .header {
        padding-bottom: 5px;
        font-weight: 600;
        font-size: 11px;
        float: right;
        padding-left: 10px;
        line-height: 22px;
    }


.tooltiptext {
    visibility: visible;
    width: 500px;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    text-align: center;
    border-radius: 6px;
    margin: auto;
    padding: 15px;
    float: left;
    position: absolute;
    display: none;
    z-index: 000000000;
}

    .tooltiptext #StylistImage {
        width: 125px;
        float: right;
    }

        .tooltiptext #StylistImage img {
            border-radius: 2px;
        }

    .tooltiptext .right_tooltip {
        width: calc(100% - 150px);
        float: right;
        text-align: right;
        padding-right: 10px;
    }

.right_tooltip .stars i.checked {
    color: var(--icon-star);
}

.right_tooltip .stars i {
    color: #CCCCCC;
    font-size: 11px;
    line-height: 24px;
    margin-right: 5px;
}

.right_tooltip h1 {
    float: left;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    color: #34485c;
}

.right_tooltip h3 {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #868686;
    line-height: 24px;
}

.right_tooltip .stars {
    padding-bottom: 10px;
}

.right_tooltip button {
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
}

.tooltiptext .tool_close {
    margin-left: -10px;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    top: 10px;
    font-size: 11px;
    margin-top: -20px;
    font-weight: 600;
    background-color: #dcdcdc;
    color: white;
    border-radius: 50%;
    cursor: pointer;
}

    .tooltiptext .tool_close:hover {
        background-color: #ff218f;
    }

.range_div h3 {
    margin-bottom: 30px;
}

.listing_2col li .cnt p.location {
    color: var(--link-grey);
    float: right;
    height: 26px;
    overflow: hidden;
    text-align: right;
    padding-right: 0px;
    padding-left: 10px;
}

.doctor_advance_search {
    position: relative;
    display: inline-block;
    background: white;
    width: 100%;
    padding: 20px 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-top: 10px;
    border-bottom: 1px solid #ededed;
}
.curve {
  height: 150px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    bottom: -150px;
    width: 115px;
}

.concave {
  border-radius: 29%;
       box-shadow: rgb(233 51 131) -130px -130px;
    height: 175px;
    position: absolute;
    width: 250px;
}
.content_div .filter_div h2 {
    float: left;
    width: 100%;
    line-height:45px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius:45px;
    color: #FFFFFF;
    padding: 0 25px;
    background: #e93383;
    position: relative;
    font-size: 16px;
    padding-bottom:15px;
    padding-top:20px;
    background-image: linear-gradient(#ad1055, #e93383);
}
.content_div .filter_div h2::after{
        /*content: "";
    border-bottom-right-radius: 69%;
    box-shadow: rgb(233 51 131) -41px -50px;
    height: 95px;
    position: absolute;
    width: 69px;
    bottom: -95px;
    left: 2px;*/
}
    .content_div .filter_div h2 i {
        font-size: 23px;
        padding-left: 5px;
    }

    .content_div .filter_div h2 span {
        float: left;
        color: inherit;
        margin-top: 20px;
        position: absolute;
        left: 10px;
        font-size: 10px;
    }

.side_sticky {
    border-radius: 25px;
}

.content_div .filter_div .cnt {
    float: left;
    width: 100%;
    display: block;
    padding-top: 10px;
}

    .content_div .filter_div .cnt.active {
        display: block;
    }

    .content_div .filter_div .cnt .each {
        float: left;
        width: 100%;
        margin-top: 5px;
        border: #e3e3e3 0px solid;
        border-radius: 3px;
        padding: 10px 20px;
    }

        .content_div .filter_div .cnt .each h3 {
            display: flex;
            position: relative;
            float: left;
            width: 100%;
            font-size: 12px;
            font-weight: 600;
            border-bottom: #e3e3e3 0px solid;
            padding-bottom: 0px;
        }

.near_by {
    float: left;
    background: #ffe8f3 !important;
    color: #e93383 !important;
    border: 1px solid #f8bcd6 !important;*/
     background: #EEE6F6 !important;
    color: #86719A !important;
    border: 1px solid #86719A !important;
    padding: 4px 10px;
    border-radius: 16px;
    cursor: pointer;
}

.homeservice {
   float: left;
    background: #EEE6F6 !important;
    margin-right: 10px;
    color: #86719A !important;
    border: 1px solid #86719A !important;
    padding: 4px 10px;
    border-radius: 16px;
    cursor: pointer;
}

    .advance_appointmentdate:hover, .near_by:hover, .homeservice:hover {
        cursor: pointer !important;
        border: 1px solid var(--main-color) !important;
    }

.advance_insurance, .advance_appointmentdate {
    position: relative;
    float: left;
    border: 1px solid #86719A;
    padding: 4px 10px;
    border-radius: 16px;
    /*background-color: #ffe8f3;*/
    background: #EEE6F6 !important;
    height: 28px;
    cursor: pointer;
    margin-right: 10px;
}

    .advance_appointmentdate .date_span {
        color: #86719A !important;
        font-size: 11px;
    }

    .advance_appointmentdate i {
        color: #ffffff;
        padding: 3px 10px;
        display: none;
        float: left;
        padding-left: 0px;
    }

    .advance_appointmentdate .date_span {
        color: #e93383 !important;
        font-size: 11px;
    }

.content_div .filter_div .cnt .each ul {
    float: left;
    width: 100%;
    padding-top: 10px;
}

    .content_div .filter_div .cnt .each ul li {
        float: left;
        width: 100%;
        margin: 10px 0;
    }

.new_rating img {
    display: inline-block;
    padding-right: 10px;
}

#calendar-demo1 {
    border-radius: 3px;
    position: absolute;
    z-index: 100;
    top: 34px;
    background: #ffffff;
    left: 0px;
}

    #calendar-demo1 .calendar-grid {
        border: 1px solid #ccc;
    }

.calendar-date-holder .calendar-dates .date.selected a {
    background: #A200F1 !important;
}

.res_filter h2 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
    border-radius: 3px;
    color: #34485c;
    padding: 0 15px;
    background: #F5F5F5;
    border: #e3e3e3 1px solid;
}

    .res_filter h2 span {
        float: right;
        color: inherit;
    }

.res_filter .cnt {
    float: left;
    width: 100%;
    display: none;
}

    .res_filter .cnt .each {
        float: left;
        width: 100%;
        margin-top: 20px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        padding: 20px;
    }

        .res_filter .cnt .each h3 {
            float: left;
            width: 100%;
            font-size: 14px;
            font-weight: 600;
            border-bottom: #e3e3e3 1px solid;
            padding-bottom: 10px;
        }

        .res_filter .cnt .each ul {
            float: left;
            width: 100%;
            padding-top: 10px;
        }

            .res_filter .cnt .each ul li {
                float: left;
                width: 100%;
                margin: 10px 0;
            }



/*Hospital_detail*/
.hospital_detail_page header {
    position: relative;
    top: 0;
}

.microsite_banner {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: url(/Images/Default/hospital_banner2.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
}

    .microsite_banner .banner {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 3px;
    }

        .microsite_banner .banner img {
            width: 1050px;
            max-width: 1050px;
        }

        .microsite_banner .banner .overlay {
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(/Images/Default/hospital_overlay.png) no-repeat left top;
            background-size: cover;
        }

        .microsite_banner .banner .absolute {
            float: left;
            width: 100%;
            position: absolute;
            left: 0px;
            bottom: 20px;
            z-index: 2;
            padding-left: 20px;
        }

            .microsite_banner .banner .absolute .hospital-logo {
                float: left;
                border-radius: 3px;
                overflow: hidden;
                width: auto;
                height: 60px;
                max-width: 100px;
                clear: both;
                padding-bottom: 5px;
            }

                .microsite_banner .banner .absolute .hospital-logo img {
                    width: auto !important;
                    max-width: 100% !important;
                    height: auto !important;
                    max-height: 100% !important;
                    display: inline-block;
                }

            .microsite_banner .banner .absolute h1 {
                float: left;
                width: 100%;
                text-align: left;
                color: #FFFFFF;
                font-weight: 700;
                font-size: 23px;
                padding-bottom: 7px;
            }

            .microsite_banner .banner .absolute p.tagline {
                float: left;
                width: 100%;
                font-size: 14px;
                color: #FFFFFF;
                padding-bottom: 7px;
            }

            .microsite_banner .banner .absolute div.stars {
                float: left;
                width: 100%;
                font-size: 14px;
                color: #FFFFFF;
                padding-bottom: 5px;
            }

                .microsite_banner .banner .absolute div.stars i {
                    color: #EABD0A;
                    margin-right: 8px;
                }

            .microsite_banner .banner .absolute .status {
                display: inline-block;
                padding: 0 10px;
                border-radius: 3px;
                color: #FFFFFF;
                text-transform: uppercase;
                line-height: 25px;
                font-size: 11px;
                font-weight: 600;
            }

                .microsite_banner .banner .absolute .status.open {
                    background: #19B13D;
                }

                .microsite_banner .banner .absolute .status.closed {
                    background: #F91515;
                }

.microsite_cnt {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 40px;
}

    .microsite_cnt .sidemenu {
        float: left;
        width: 250px;
        padding: 20px;
        border: #e3e3e3 0px solid;
        border-radius: 3px;
        background: #FFFFFF;
    }

        .microsite_cnt .sidemenu.fixed {
            position: fixed;
            top: 20px;
            left: auto;
        }

        .microsite_cnt .sidemenu.absolute {
            position: absolute;
            z-index: 1;
            bottom: 40px;
            top: auto;
            height: auto;
        }

        .microsite_cnt .sidemenu ul {
            float: left;
            width: 100%;
        }

            .microsite_cnt .sidemenu ul li {
                float: left;
                width: 100%;
            }

                .microsite_cnt .sidemenu ul li a {
                    color: #34485c;
                    padding: 0 15px;
                    border-radius: 3px;
                    line-height: 40px;
                    float: left;
                    width: 100%;
                }

                    .microsite_cnt .sidemenu ul li a.active, .microsite_cnt .sidemenu ul li a:hover {
                        background: var(--main-color);
                        color: #FFFFFF;
                    }

    .microsite_cnt .right_div {
        float: right;
        width: calc(100% - 280px);
        padding: 30px;
        background: #FFFFFF;
        border-radius: 3px;
    }

        .microsite_cnt .right_div .each_details {
            float: left;
            width: 100%;
            padding-top: 10px;
            margin-bottom: 30px;
        }

            .microsite_cnt .right_div .each_details:last-child {
                margin-bottom: 0;
            }

            .microsite_cnt .right_div .each_details h2 {
                float: left;
                width: 100%;
                font-size: 16px;
                font-weight: 600;
                padding-bottom: 20px;
                color: #34485c;
            }

            .microsite_cnt .right_div .each_details p {
                float: left;
                width: 100%;
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                color: #34485c;
            }

#basic_details {
    background: #E7F6F8;
    padding: 20px;
    position: relative;
    border-radius: 3px;
}

    #basic_details ul {
        float: left;
        width: 100%;
    }

        #basic_details ul li {
            float: left;
            width: 33.33%;
            margin-bottom: 15px;
            display: inline-block;
        }

            #basic_details ul li:last-child {
                width: 100%;
                margin-bottom: 0;
            }

            #basic_details ul li .label {
                float: left;
                width: 100%;
                color: #34485c;
                font-size: 12px;
                font-weight: 600;
                padding-bottom: 3px;
            }

            #basic_details ul li .data {
                float: left;
                width: 100%;
                color: #868686;
                font-size: 12px;
                font-weight: 400;
                word-wrap: break-word;
                padding-right: 10px;
            }

#departments ul {
    float: left;
    width: 100%;
}

    #departments ul li {
        float: left;
        width: auto;
        margin-right: 10px;
        padding: 0 15px;
        margin-bottom: 10px;
        line-height: 36px;
        background: #f5f5f5;
        border-radius: 3px;
        display: inline-block;
    }

        #departments ul li .time span {
            background: #FFFFFF;
            line-height: 26px;
            font-size: 10px;
            color: #34485c;
            padding: 0 5px;
            border-radius: 3px;
            margin: 0 5px;
        }

        #departments ul li .text {
            float: left;
            display: inline-block;
            height: auto;
            line-height: 36px;
            width: auto;
        }

        #departments ul li .time {
            float: left;
            display: inline-block;
            direction: ltr !important;
        }

            #departments ul li .time * {
                direction: ltr !important;
            }


.each_details ul.inlineBox {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .each_details ul.inlineBox li {
        float: left;
        width: auto;
        margin-right: 10px;
        padding: 0 15px;
        margin-bottom: 10px;
        line-height: 36px;
        background: #f5f5f5;
        border-radius: 3px;
        display: inline-block;
    }

        .each_details ul.inlineBox li span {
            background: #FFFFFF;
            color: #868686;
            font-size: 11px;
            padding: 2px 5px;
            border-radius: 3px;
        }

.each_details ul.inlinetick {
    float: left;
    width: 100%;
}

    .each_details ul.inlinetick li {
        float: left;
        width: auto;
        margin-right: 25px;
        padding: 0 0px;
        margin-bottom: 10px;
        line-height: 36px;
        background: #FFFFFF;
        border-radius: 3px;
        display: inline-block;
    }

        .each_details ul.inlinetick li i {
            margin-right: 5px;
        }

.redTxt {
    color: #f91515;
}

.blueTxt {
    color: var(--main-color);
}


#our_doctors {
}

.acc_full {
    float: left;
    width: 100%;
}

    .acc_full .each {
        float: left;
        width: 100%;
        background: #f5f5f5;
        border-radius: 3px;
        margin-bottom: 2px;
    }

        .acc_full .each h4 {
            float: left;
            width: 100%;
            position: relative;
            line-height: 50px;
            padding: 0 20px;
            cursor: pointer;
        }

            .acc_full .each h4:before {
                content: "";
                position: absolute;
                width: 16px;
                height: 3px;
                margin-top: -2px;
                border-radius: 3px;
                background: #34485c;
                z-index: 1;
                right: 20px;
                top: 50%;
            }

            .acc_full .each h4:after {
                content: "";
                position: absolute;
                width: 3px;
                height: 16px;
                margin-top: -8px;
                border-radius: 3px;
                background: #34485c;
                z-index: 1;
                right: 26px;
                top: 50%;
            }

            .acc_full .each h4.active:after {
                display: none;
            }

            .acc_full .each h4.active:before {
                background: var(--main-color);
            }

        .acc_full .each .cnt {
            float: left;
            width: 100%;
            display: none;
        }

            .acc_full .each .cnt.active {
                display: block;
            }

            .acc_full .each .cnt ul {
                float: left;
                width: 100%;
                padding: 0 20px;
            }

                .acc_full .each .cnt ul li {
                    float: left;
                    width: 100%;
                    width: 48%;
                    border-radius: 3px;
                    background: #FFFFFF;
                    margin-bottom: 20px;
                }

                    .acc_full .each .cnt ul li a {
                        float: left;
                        width: 100%;
                        padding: 20px;
                        cursor: pointer;
                    }

                    .acc_full .each .cnt ul li:nth-child(even) {
                        float: right;
                    }

                    .acc_full .each .cnt ul li .image {
                        float: left;
                        width: 65px;
                        border-radius: 3px;
                        overflow: hidden;
                    }

                    .acc_full .each .cnt ul li .details {
                        float: left;
                        width: calc(100% - 65px);
                        padding-left: 15px;
                    }

                        .acc_full .each .cnt ul li .details h3 {
                            float: left;
                            width: 100%;
                            text-align: left;
                            font-size: 14px;
                            font-weight: 600;
                            color: #34485c;
                            line-height: 18px;
                            padding-bottom: 3px;
                        }

                        .acc_full .each .cnt ul li .details p {
                            float: left;
                            width: 100%;
                            text-align: left;
                            color: #868686;
                            font-size: 10px;
                            line-height: 18px;
                            padding-bottom: 3px;
                        }

                        .acc_full .each .cnt ul li .details button {
                            float: left;
                            height: 24px;
                            cursor: pointer;
                            color: #FFFFFF;
                            border-radius: 3px;
                            background: var(--main-color);
                            line-height: 24px;
                            font-size: 11px;
                            border: none;
                            padding: 0 7px;
                        }


#insurance ul {
    float: left;
    width: 100%;
    display: block;
}

    #insurance ul li {
        float: left;
        width: 22.75%;
        margin-right: 3%;
        margin-bottom: 20px;
    }

        #insurance ul li a {
            float: left;
            width: 100%;
            cursor: auto;
        }

            #insurance ul li a .ins_image {
                float: left;
                width: 100%;
                border: #e3e3e3 1px solid;
                padding: 20px;
                cursor: auto;
            }

            #insurance ul li a p {
                float: left;
                width: 100%;
                font-size: 11px;
                text-align: center;
                line-height: 20px;
                height: 40px;
                overflow: hidden;
                padding: 0 10px;
                margin-top: 5px;
            }

            #insurance ul li a img {
                float: left;
                width: 100%;
                max-width: 133px;
            }

        #insurance ul li:nth-child(4n) {
            float: right;
            margin-right: 0;
        }

.department_div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 180px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .department_div.active {
        max-height: 1000px;
    }

#departments .loadmore {
    float: left;
    width: auto;
    clear: both;
    line-height: 25px;
    z-index: 1;
    color: var(--main-color);
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
}

    #departments .loadmore:hover {
        text-decoration: underline;
    }

#loaction_map {
}

.mapDiv {
    float: left;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.rating_left {
    float: right;
    width: 50%;
}

    .rating_left .stars {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 20px;
        font-weight: 600;
    }

        .rating_left .stars i {
            color: var(--main-color);
            font-size: 18px;
            margin-right: 5px;
        }

.rating_right {
    float: left;
    width: 50%;
    text-align: right;
    padding-top: 30px;
}

    .rating_right button {
        float: left;
        border: none;
        background: var(--main-color);
        cursor: pointer;
        color: #FFFFFF;
        line-height: 50px;
        border-radius: 6px;
        font-size: 14px;
        padding: 0 30px;
    }

/*Rating*/
.rating_full {
    float: left;
    width: 100%;
}

.rating_each {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .rating_each:last-child {
        margin-bottom: 0;
    }

    .rating_each .left {
        float: left;
        width: 40px;
        text-align: left;
        font-size: 12px;
    }

        .rating_each .left i {
            color: var(--main-color);
        }

    .rating_each .middle {
        float: left;
        width: calc(100% - 80px);
    }

    .rating_each .right {
        float: left;
        width: 40px;
        font-size: 12px;
        text-align: left;
        padding-left: 10px;
    }

.bars {
    float: left;
    width: 100%;
    background: #FFE1ED;
    height: 18px;
    margin-top: 2px;
    position: relative;
    font-size: 0;
    border-radius: 16px;
}

    .bars div {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-image: linear-gradient(to left,var(--grad-first-color), var(--grad-second-color)) !important;
        color: #FFFFFF !important;
        border: none !important;
        border-radius: 16px;
    }

.review_full {
    float: left;
    width: 100%;
    padding-top: 60px;
}

    .review_full .each {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #ededed;
        border-radius: 6px;
        padding: 15px 10px;
    }

        .review_full .each:last-child {
            margin-bottom: 0;
        }

        .review_full .each .image {
            float: right;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
        }

        .review_full .each .details {
            float: right;
            width: calc(100% - 60px);
            padding-right: 20px;
            position: relative;
        }

            .review_full .each .details .time {
                position: absolute;
                left: 0;
                top: 25px;
                font-size: 11px;
                color: #868686;
                width: auto;
                z-index: 1;
            }

            .review_full .each .details .title {
                width: 100%;
                font-size: 13px;
                font-weight: 600;
                padding-top: 5px;
                border-bottom: #ededed 1px solid;
                padding-bottom: 5px;
            }

            .review_full .each .details span i {
                color: #CCCCCC;
                margin-left: 3px;
            }

                .review_full .each .details span i:first-child {
                    margin-left: 0px;
                }

            .review_full .each .details span {
                font-size: 11px;
                line-height: 20px;
            }

                .review_full .each .details span i.checked {
                    color: var(--main-color);
                }

            .review_full .each .details p {
                float: left;
                width: 100%;
                font-size: 12px;
                line-height: 24px;
                padding-top: 10px;
            }

    .review_full .spl {
        display: flex;
        flex-wrap: wrap;
    }

.padding-t-100 {
    padding-top: 100px !important;
}


/*Rating Popup*/
.popup_content.review {
    padding: 30px;
}

    .popup_content.review h1 {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        line-height: 35px;
        padding-bottom: 0;
        padding-top: 0;
    }

        .popup_content.review h1 span {
            float: left;
            width: 100%;
            font-size: 16px;
            font-weight: 600;
            line-height: 35px;
        }

    .popup_content.review .rate_stars {
        float: right;
        width: 100%;
        padding: 20px 0;
        font-size: 28px;
        text-align: right;
        cursor: pointer;
    }

        .popup_content.review .rate_stars i {
            color: #CCCCCC;
            margin-right: 5px;
        }

            .popup_content.review .rate_stars i.active {
                color: #F0C916;
            }

    .popup_content.review p.label {
        float: left;
        width: 100%;
        text-align: right;
        font-size: 12px;
        padding: 0;
        padding-bottom: 5px;
    }

    .popup_content.review .inputArea {
        float: left;
        width: 100%;
        line-height: 22px;
        padding: 10px 15px;
        border: #e3e3e3 1px solid;
        border-radius: 3px;
        background: #FFFFFF;
    }

    .popup_content.review .button_row {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

        .popup_content.review .button_row button {
            float: left;
            line-height: 40px;
            color: #FFFFFF;
            background: var(--main-color);
            border-radius: 3px;
            padding: 0 20px;
            border: none;
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
        }

            .popup_content.review .button_row button.cancel {
                float: right;
                color: #34485c;
                background: #F5F5F5;
                line-height: 38px;
                border: #e3e3e3 1px solid;
                margin-right: 10px;
            }

    .popup_content.review .button_row1 button {
        float: left;
        line-height: 40px;
        color: #FFFFFF;
        background: var(--main-color);
        border-radius: 3px;
        padding: 0 20px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

    .popup_content.review .button_row .step1_btn {
        float: right;
        line-height: 40px;
        color: #FFFFFF;
        background: var(--main-color);
        border-radius: 3px;
        padding: 0 10px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

    .popup_content.review .button_row .step5_btn {
        float: right;
        line-height: 40px;
        color: #FFFFFF;
        background: var(--main-color);
        border-radius: 3px;
        padding: 0 10px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

/*Doctor Detail Page*/
.doctor_banner {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 80px;
    background: url(../images/doctor_banner.jpg) no-repeat center center;
    height: 230px;
    background-size: cover;
}

.doctor_cnt {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 50px;
}

    .doctor_cnt .side_sticky {
        float: right;
        width: 270px;
        background: #FFFFFF;
        margin-top: 0px;
        box-shadow: 0px 14px 15px #DED4E8;
        -moz-box-shadow: 0px 14px 15px #DED4E8;
        -webkit-box-shadow: 0px 14px 15px #DED4E8;
        -o-box-shadow: 0px 14px 15px #DED4E8;
        padding:10px;
    }

        .doctor_cnt .side_sticky .image {
            float: left;
            width: 100%;
            padding: 20px;
            padding-bottom: 10px;
        }

.res_doc_basic {
    float: left;
    width: 100%;
    display: none;
    padding-top: 20px;
}

.sticky_cnt {
    float: left;
    width: 100%;
}

.res_doc_basic .left h1 {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: 400;
    color: #34485c;
    padding-bottom: 5px;
}

.res_doc_basic .left h3 {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #868686;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 0;
    font-weight: 400;
}

    .res_doc_basic .left h3 span {
        display: inline-block;
        margin-left: 5px;
        background: var(--main-color);
        color: #FFFFFF;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 11px;
        padding: 0 10px;
        border-radius: 3px;
    }

.res_doc_basic .left .stars {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #34485c;
}

    .res_doc_basic .left .stars i {
        color: #CCCCCC;
        font-size: 14px;
        line-height: 24px;
        margin-right: 5px;
    }

        .res_doc_basic .left .stars i.checked {
            color: #EABD0A;
        }

.res_doc_basic .right button {
    float: right;
    border: none;
    background: var(--main-color);
    margin-top: 15px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 50px;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 15px;
}

    .res_doc_basic .right button.chat {
        background: #19B13D;
        margin-right: 15px;
    }

#salon_employee li {
    min-width: 120px !important;
    max-width: 15%;
    margin-right: 2% !important;
    margin-left: 0px !important;
    word-break: break-word;
    min-height: 200px;
    padding-top: 15px;
    padding-bottom: 6px;
    position: relative;
    border-radius: 6px;
}

    #salon_employee li:first-child {
        margin-right: 0% !important;
    }

    #salon_employee li:nth-child(7n) {
        margin-right: 0% !important;
    }

.doctor_cnt .right_cnt {
    float: left;
    width: calc(100% - 300px);
    border-radius: 25px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 14px 15px #DED4E8;
    box-shadow:  0px 14px 15px #DED4E8;
    -moz-box-shadow:  0px 14px 15px #DED4E8;
    -webkit-box-shadow:  0px 14px 15px #DED4E8;
    -o-box-shadow:  0px 14px 15px #DED4E8;
}

.side_sticky .doc_cont {
    float: right;
    width: 100%;
    font-size: 11px;
    background:rgb(235 228 241);
    padding: 20px 10px;
    border-radius:10px;
    margin-top:10px;
    margin-bottom:20px;
}

    .side_sticky .doc_cont li, .left_html .doc_cont li {
        float: right;
        width: 100%;
        padding-right: 30px;
        line-height: 22px;
        padding-bottom: 20px;
        word-wrap: break-word;
    }

        .side_sticky .doc_cont li:last-child {
            padding-bottom: 0;
        }

        .side_sticky .doc_cont li a {
            color: #34485c;
        }

        .side_sticky .doc_cont li.phone {
            background: url(/images/doc_phone.png) no-repeat right top;
        }

        .side_sticky .doc_cont li.email {
            background: url(/images/Icons_result/mail.svg) no-repeat right top;
            line-height: 15px;
        }

        .side_sticky .doc_cont li.website {
            background: url(/images/Icons_result/travel.svg) no-repeat right top;
            line-height: 17px;
        }

.slider_div_salon {
    float: right;
    width: calc(100% - 300px);
}

    .slider_div_salon .owl-carousel .owl-item img {
        border-radius: 6px;
    }

.officetime_div_salon {
    width: 280px;
    float: left;
    min-height: 300px;
    background: #F6F9F9;
    border-radius: 6px;
    border: 1px solid #E1F0F6;
}

    .officetime_div_salon .officetime_div_hd {
        min-height: 60px;
    background: #F8C2DA;
    /* border: 1px solid #ffa9cf; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 15px;
    }

        .officetime_div_salon .officetime_div_hd h3 {
            width: auto !important;
            float: right;
            font-size: 12px !important;
            line-height: 28px !important;
            margin-right: 7px;
            font-weight:600;
        }

        .officetime_div_salon .officetime_div_hd img {
            float: right;
        }

.AvalworkinghoursContainer {
    width: 100%;
    display: inline-block;
}

.officetime_div_salon .officetime_div_cnt {
    padding: 15px 30px;
}

.right_tooltip .doc_cont li.phone {
    background: url(/images/doc_phone.png) no-repeat right top;
}

.right_tooltip .doc_cont li.email {
    background: url(/images/Icons_result/mail.svg) no-repeat right top;
    margin-top: 5px;
}

.right_tooltip .doc_cont li.website {
    background: url(/images/doc_website.png) no-repeat right top;
}

.right_tooltip .doc_cont li {
    float: left;
    width: 100%;
    padding-right: 25px;
    line-height: 15px;
    padding-bottom: 10px;
    word-wrap: break-word;
}

.side_sticky h3 {
    float: left;
    width: 100%;
    padding: 20px 0 10px 0px;
    font-size: 12px;
    font-weight: 600;
}

.side_sticky .slots {
    float: left;
    width: 100%;
    padding: 0px;
}

    .side_sticky .slots li {
        min-width: 31%;
        text-align: center;
        float: right;
        width: auto;
        display: inline-block;
        border-radius: 3px;
        margin-bottom: 10px;
        margin-right: 5px;
        font-size: 10px;
        line-height: 20px;
        padding: 0 10px;
        border: #e3e3e3 1px solid;
    }

.side_sticky .cnt {
    float: left;
    width: 100%;
    padding: 20px;
    padding-top: 0px;
}

.doctor_cnt .right_cnt .each_details {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

    .doctor_cnt .right_cnt .each_details:last-child {
        padding-bottom: 0;
    }

    .doctor_cnt .right_cnt .each_details h2 {
        display: flex;
        position: relative;
        float: left;
        width: 100%;
        padding-bottom: 15px;
        font-size: 16px;
        font-weight: 600;
    }

        .doctor_cnt .right_cnt .each_details h2 span {
            background-color: white;
            padding-left: 10px;
            z-index: 2;
            font-weight: 600;
        }

.right_cnt .each_details h2:after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #ededed;
    z-index: 1;
}

.doctor_cnt .right_cnt .each_details p {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    text-align: justify;
}

.doc_basic .left {
    float: left;
    width: calc(100% - 360px);
}

.doc_basic .right {
    float: left;
    width: 360px;
}

.doc_basic .left h1 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #34485c;
    padding-bottom: 5px;
  
}

.doc_basic .left h3 {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #565656;
    line-height: 24px;
    padding-bottom: 5px;
}

    .doc_basic .left h3 span {
        display: inline-block;
        margin-left: 5px;
        background: var(--main-color);
        color: #FFFFFF;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 11px;
        padding: 0 10px;
        border-radius: 3px;
    }

.doc_basic .left .stars {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #34485c;
}

    .doc_basic .left .stars i {
        color: #CCCCCC;
        font-size: 14px;
        line-height: 24px;
        margin-right: 5px;
    }

        .doc_basic .left .stars i.checked {
            color: var(--main-color);
        }

.doc_basic .right button {
    float: left;
    border: none;
    background: var(--main-color);
    margin-top: 15px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 40px;
    border-radius: 6px;
    font-size: 13px;
    padding: 0 15px;
}

    .doc_basic .right button.chat {
        background: #19B13D;
        margin-right: 15px;
    }

.each_details .spl {
    float: right;
    width: 100%;
}

    .each_details .spl li {
        float: right;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 30px;
        /*background: #F5F5F5;*/
        padding: 0 15px;
        border-radius: 3px;
    }

        .each_details .spl li a img {
            width: 150px;
            font-weight: 600;
            border-radius: 3px;
        }

.doc_basic .right .hs_button {
    margin-right: 2px;
}
/*Chat_popup*/
.Chat_full {
    position: fixed;
    bottom: 0;
    width: auto;
    float: right;
    background: #CCC;
    right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

    .Chat_full .Chat_each {
        width: 280px;
        float: right;
        border-right: #CCC 1px solid;
        border-left: #CCC 1px solid;
        border-top: #CCC 1px solid;
        position: relative;
        display: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden;
    }

        .Chat_full .Chat_each .ChatClose {
            position: absolute;
            right: 5px;
            font-size: 14px;
            top: 0px;
            text-align: center;
            cursor: pointer;
            line-height: 40px;
            color: #868686;
        }

        .Chat_full .Chat_each h6 {
            width: 100%;
            float: left;
            background: #EFEFEF;
            color: #34485c;
            margin: 0;
            line-height: 40px;
            padding: 0 10px;
            font-size: 12px;
            font-weight: 400;
        }

            .Chat_full .Chat_each h6 span.videobtn {
                float: right;
                margin-right: 20px;
                display: inline-block;
                font-size: 14px;
                color: var(--main-color);
                line-height: 40px;
                padding-right: 5px;
                cursor: pointer;
            }

            .Chat_full .Chat_each h6 span.status {
                margin-right: 0px;
                display: inline-block;
                font-size: 10px;
                color: var(--main-color);
                line-height: 40px;
                padding-right: 5px;
                cursor: pointer;
            }

                .Chat_full .Chat_each h6 span.status.online {
                    color: #19B13D;
                }

        .Chat_full .Chat_each .Chat_content {
            float: left;
            width: 100%;
            background: #FFF;
            max-height: 300px;
            min-height: 300px;
            overflow: auto;
            padding: 5px;
        }

            .Chat_full .Chat_each .Chat_content p.me {
                float: right;
                padding: 7px 10px;
                background: #EFEFEF;
                width: 80%;
                border: #CCC 0px solid;
                border-radius: 3px;
                clear: both;
                margin: 10px;
            }

            .Chat_full .Chat_each .Chat_content p.other {
                float: left;
                padding: 7px 10px;
                background: #eaf7e6;
                color: #34485c;
                width: 80%;
                border: #CCC 0px solid;
                border-radius: 3px;
                margin: 10px;
            }

        .Chat_full .Chat_each .input_full {
            float: left;
            width: 100%;
            padding: 10px;
            border-top: #ccc 1px solid;
            background: #EFEFEF;
        }

        .Chat_full .Chat_each .input_Txt {
            float: left;
            width: 75%;
            background: #fff;
            line-height: 20px;
            font-size: 12px;
            border: none;
            border-radius: 3px;
            padding: 5px 10px;
        }

        .Chat_full .Chat_each .SubmitBtn {
            float: right;
            width: 20%;
            background: var(--main-color);
            color: #FFF;
            text-align: center;
            cursor: pointer;
            line-height: 20px;
            font-size: 11px;
            border: none;
            border-radius: 3px;
            padding: 5px 10px;
        }


/*Signup Page*/
.signup_details {
    float: left;
    width: 100%;
    padding: 60px 0;
    margin-top: 80px;
}

.signup_detail_ul {
    float: left;
    width: 100%;
    padding-top: 40px;
}

    .signup_detail_ul li {
        float: left;
        width: 48%;
        margin-right: 3%;
        margin-bottom: 20px;
    }

        .signup_detail_ul li:nth-child(even) {
            margin-right: 0;
            float: right;
        }

        .signup_detail_ul li p.label {
            float: left;
            width: 100%;
            padding-bottom: 5px;
        }

            .signup_detail_ul li p.label sup {
                color: red;
            }

.mobilenumber {
    float: left;
    width: 100%;
}

    .mobilenumber .code {
        float: left;
        width: 100px;
        border-radius: 3px;
    }

        .mobilenumber .code .selectize-control.single .selectize-input {
            padding: 0;
            padding-left: 10px;
            line-height: 39px;
        }

            .mobilenumber .code .selectize-control.single .selectize-input:after {
                top: 50%;
            }

.signup_detail_ul li .selectize-control.single .selectize-input {
    padding: 0;
    padding-left: 10px;
    line-height: 44px;
    border: #e3e3e3 1px solid;
}

    .signup_detail_ul li .selectize-control.single .selectize-input:after {
        top: 50%;
    }

.signup_detail_ul li img {
    display: inline-block;
    width: auto;
}

.mobilenumber .number {
    float: left;
    width: calc(100% - 100px);
    padding-left: 10px;
}

.password_div {
    float: left;
    width: 100%;
    position: relative;
}

    .password_div .show_pswd {
        position: relative;
        left: 10px;
        top: 50%;
        color: var(--main-color);
        margin-top: -7px;
        height: 14px;
        width: 14px;
        text-align: center;
        line-height: 14px;
        cursor: pointer;
    }

.signup_detail_ul li:nth-last-child(-n+2) {
    width: 100%;
}

.signup_detail_ul li:last-child {
    text-align: center;
}

.signup_detail_ul li button {
    display: inline-block;
    width: 100px;
    float: none;
}

.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: right;
        width: 50%;
        text-align: right;
    }

.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;
    }

/*Calendar Style*/
.ui-datepicker {
    width: 300px;
    width: 250px;
    border-radius: 3px;
    overflow: hidden;
    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);
    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;
}


/*add Company Page*/
.sections {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.add_company_banner {
    float: left;
    width: 100%;
    padding: 60px 0;
    margin-top: 80px;
    background: url(/Images/Default/add_company_banner.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
}

.add_company_full {
    float: left;
    width: 100%;
}

.border_line {
    float: left;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 50px;
    border: #E3E3E3 1px solid;
    position: relative;
    padding: 30px;
    background: #FFFFFF;
    padding-top: 20px;
}

    .border_line:last-child {
        margin-bottom: 30px !important;
    }

    .border_line .heading {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        line-height: 30px;
        font-size: 20px;
    }

.add_company_full ul.colm-3 {
    float: left;
    width: 100%;
    list-style: none;
}

    .add_company_full ul.colm-3 li {
        float: left;
        width: 31%;
        min-height: 72px;
        margin-right: 3.5%;
        margin-bottom: 20px;
    }

        .add_company_full ul.colm-3 li:nth-child(3n) {
            float: right;
            margin-right: 0;
        }

    .add_company_full ul.colm-3.basicInfo li {
        margin-bottom: 0;
    }

    .add_company_full ul.colm-3.contactinfo li:last-child {
        margin-bottom: 0;
    }

    .add_company_full ul.colm-3.departments li {
        margin-bottom: 0;
        min-height: 50px;
    }

    .add_company_full ul.colm-3.departments { /*max-height: 300px;*/
        overflow: hidden;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

        .add_company_full ul.colm-3.departments.active {
            max-height: 50000px;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

.add_company_full .dept_header {
    float: left;
    width: 100%;
    padding: 20px 0;
    padding-bottom: 30px;
}

    .add_company_full .dept_header h3 {
        float: left;
        width: 50%;
        font-size: 18px;
        line-height: 35px;
    }

    .add_company_full .dept_header .button_row {
        float: left;
        width: 50%;
        padding-left: 20px;
        text-align: right;
    }

        .add_company_full .dept_header .button_row .btn {
            display: inline-block;
            float: right;
            line-height: 35px;
            border-radius: 3px;
            line-height: 33px;
            background: #f5f5f5;
            border: #e3e3e3 1px solid;
            color: #34485c;
            padding: 0 15px;
            cursor: pointer;
        }

            .add_company_full .dept_header .button_row .btn.blue {
                background: var(--main-color);
                border: var(--main-color) 1px solid;
                color: #FFFFFF;
                margin-left: 15px;
            }

.add_company_full .view_btn_row {
    float: left;
    width: 100%;
}

    .add_company_full .view_btn_row a {
        display: inline-block;
        float: left;
        line-height: 20px;
        border-radius: 3px;
        line-height: 20px;
        background: none;
        border: none;
        color: var(--main-color);
        padding: 0;
        cursor: pointer;
    }

.add_company_full .button_row {
    float: left;
    width: 100%;
    padding-left: 20px;
    text-align: right;
}

    .add_company_full .button_row .btn {
        display: inline-block;
        float: right;
        line-height: 35px;
        border-radius: 3px;
        line-height: 33px;
        background: #f5f5f5;
        border: #e3e3e3 1px solid;
        color: #34485c;
        padding: 0 15px;
        cursor: pointer;
    }

        .add_company_full .button_row .btn.blue {
            background: var(--main-color);
            border: var(--main-color) 1px solid;
            color: #FFFFFF;
            margin-left: 15px;
        }


/*Booking Page*/
.booking_page header {
    position: relative;
    top: 0;
}

.booking_banner {
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px 0;
    background: url(/Images/Default/booking_banner.jpg) no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .booking_banner.fixed {
        position: fixed;
        padding: 10px 0;
        background: #FFFFFF;
        left: 0;
        top: 0;
        z-index: 9999;
        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);
    }

    .booking_banner .process_lines {
        float: left;
        width: 100%;
    }

        .booking_banner .process_lines ul {
            float: left;
            width: 100%;
            display: inline-block;
            list-style: none;
        }

            .booking_banner .process_lines ul li {
                float: left;
                width: 20%;
                text-align: center;
                position: relative;
            }

                .booking_banner .process_lines ul li .numbers {
                    display: inline-block;
                    position: relative;
                    z-index: 1;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    font-size: 14px;
                    font-weight: 700;
                    color: #34485c;
                    border-radius: 50%;
                    text-align: center;
                    background: #FFFFFF;
                    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
                    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
                }

                    .booking_banner .process_lines ul li .numbers a {
                        display: block;
                        color: inherit;
                        font-weight: inherit;
                        border-radius: 50%;
                    }

                .booking_banner .process_lines ul li p {
                    float: left;
                    width: 100%;
                    text-align: center;
                    padding-top: 5px;
                    line-height: 16px;
                    font-size: 11px;
                    color: #34485c;
                    font-weight: 600;
                }

                .booking_banner .process_lines ul li:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 6px;
                    border-radius: 3px;
                    left: -50%;
                    top: 25px;
                    z-index: 0;
                    background: #FFFFFF;
                    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
                    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
                }

                .booking_banner .process_lines ul li:first-child:before {
                    display: none;
                }

                .booking_banner .process_lines ul li.active .numbers {
                    background: var(--main-color);
                    color: #FFFFFF;
                }

                .booking_banner .process_lines ul li.active:before {
                    background: var(--main-color);
                    color: #FFFFFF;
                }

    .booking_banner.fixed .process_lines ul li .numbers {
        background: #f5f5f5;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .booking_banner.fixed .process_lines ul li.active .numbers {
        background: var(--main-color);
        color: #FFFFFF;
    }

    .booking_banner.fixed .process_lines ul li:before {
        background: #F5F5F5;
        color: #FFFFFF;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .booking_banner.fixed .process_lines ul li.active:before {
        background: var(--main-color);
        color: #FFFFFF;
    }

    .booking_banner.fixed .process_lines ul li p {
        padding-top: 10px;
    }

.slider_container {
    float: left;
    width: 100%;
    overflow: hidden;
}

.booking_slider_full {
    float: left;
    transition: all 0.5s ease;
}

/*Selected Hospital*/
.selected-hospital {
    position: relative;
    float: left;
    width: 100%;
    display: table;
    text-align: left;
    border: #e3e3e3 1px solid;
    background: #ECF8FC;
    border-radius: 3px;
    padding: 20px;
    text-align: left;
    margin-bottom: 20px;
}

    .selected-hospital h2 {
        float: left;
        width: 100%;
        font-size: 16px;
        padding-bottom: 5px;
        color: #34485c;
        text-align: left;
        font-weight: 600;
    }

    .selected-hospital p {
        float: left;
        width: 100%;
        font-size: 12px;
        padding-bottom: 5px;
        text-align: left;
    }

        .selected-hospital p.location {
            font-size: 10px;
            padding-bottom: 0;
            text-align: left;
            color: #868686;
        }

    .selected-hospital .icon {
        float: left;
        width: 50px;
        text-align: center;
        margin-top: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        color: #FFFFFF;
        font-size: 18px;
        background: var(--main-color);
    }

    .selected-hospital .cnt {
        float: right;
        width: calc(100% - 70px);
    }

    .selected-hospital .remove {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        color: #888;
        background: none;
        border: none;
        cursor: pointer;
    }

.booking_page .content_div .main_right .search_div {
    margin-bottom: 20px;
}


.booking_cnt {
    float: left;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.booking_step {
    float: left;
    width: 100%;
}

.booking_step_1 {
    float: left;
    margin-left: 0px;
    width: 100%;
}

    .booking_step_1.show {
    }

.booking_step .content_div {
    padding: 0;
}

.booking_cnt .sec_heading {
    padding-bottom: 40px;
}

.booking_step_1 .listing_2col li {
    cursor: pointer;
}
/*.booking_step_1 .listing_2col li a:hover .image img{ opacity: .1; }*/
.listing_2col li a .image .selection {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 175, 227, 0.9);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .listing_2col li a .image .selection .tble_cnt {
        width: 100%;
        height: 100%;
        display: table;
    }

        .listing_2col li a .image .selection .tble_cnt .cell {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 60px;
            color: #FFFFFF;
        }



.booking_step_2 {
    float: left;
    width: 100%;
}

.doc_listing {
    float: left;
    width: 100%;
    list-style: none;
}

    .doc_listing li {
        float: left;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 2%;
        color: #868686;
        cursor: pointer;
        padding: 20px;
        border-radius: 3px;
        background: #FFFFFF;
    }

        .doc_listing li:nth-child(even) {
            float: right;
            margin-right: 0;
        }

        .doc_listing li .image {
            float: left;
            width: 65px;
        }

        .doc_listing li .details {
            float: left;
            width: calc(100% - 65px);
            padding-left: 10px;
        }

            .doc_listing li .details h3 {
                float: left;
                width: 100%;
                text-align: left;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
                color: #34485c;
                line-height: 18px;
                padding-bottom: 3px;
            }

            .doc_listing li .details p {
                float: left;
                width: 100%;
                text-align: left;
                color: inherit;
                font-size: 10px;
                line-height: 18px;
                padding-bottom: 3px;
            }

            .doc_listing li .details .rating {
                float: left;
                width: 100%;
                line-height: 20px;
                color: inherit;
            }

                .doc_listing li .details .rating span {
                    float: left;
                    width: auto;
                    margin-right: 5px;
                    font-size: 10px;
                    color: inherit;
                    padding: 0 7px;
                    border-radius: 3px;
                    color: #FFFFFF;
                }

                    .doc_listing li .details .rating span.green {
                        background: #19B13D;
                    }

                    .doc_listing li .details .rating span.yellow {
                        background: #EABD0A;
                    }

                    .doc_listing li .details .rating span.red {
                        background: #f91515;
                    }

        .doc_listing li.active {
            background: var(--main-color);
            color: #FFFFFF;
        }

            .doc_listing li.active .details h3, .doc_listing li.active .details p, .doc_listing li.active .details .rating {
                color: #FFFFFF;
            }



.booking_step_3 {
    float: left;
    width: 100%;
}

    .booking_step_3 .calander_div {
        float: left;
        width: 286px;
    }

        .booking_step_3 .calander_div .full_row {
            border-radius: 3px;
            border: #e3e3e3 1px solid;
            background: #FFFFFF;
        }

    .booking_step_3 .slots {
        float: left;
        width: calc(100% - 286px);
        padding-left: 30px;
    }

        .booking_step_3 .slots .full_row {
            border-radius: 3px;
            border: #e3e3e3 1px solid;
            height: 334px;
            padding: 10px;
            background: #FFFFFF;
        }

            .booking_step_3 .slots .full_row .heading {
                float: left;
                width: 100%;
                text-transform: uppercase;
                text-align: center;
                font-weight: 600;
                font-size: 12px;
                height: 47px;
                line-height: 47px;
                border-radius: 3px;
                color: #FFFFFF;
                background: #434A54;
            }

            .booking_step_3 .slots .full_row ul.slot_ul {
                float: left;
                width: 100%;
                padding: 10px;
                overflow: auto;
                max-height: 270px;
            }

                .booking_step_3 .slots .full_row ul.slot_ul li {
                    float: left;
                    width: auto;
                    line-height: 30px;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    cursor: pointer;
                    padding: 0 10px;
                    border-radius: 3px;
                    border: #e3e3e3 1px solid;
                    display: inline-block;
                }

                    .booking_step_3 .slots .full_row ul.slot_ul li:hover, .booking_step_3 .slots .full_row ul.slot_ul li.active {
                        background: var(--main-color);
                        color: #FFFFFF;
                        border: var(--main-color) 1px solid;
                    }

                    .booking_step_3 .slots .full_row ul.slot_ul li.blocked {
                        opacity: .5;
                        cursor: not-allowed;
                    }

    .booking_step_3 .button_row {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

        .booking_step_3 .button_row button {
            float: right;
            line-height: 40px;
            color: #FFFFFF;
            background: var(--main-color);
            border-radius: 3px;
            padding: 0 20px;
            border: none;
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
        }

            .booking_step_3 .button_row button.cancel {
                color: #34485c;
                background: #F5F5F5;
                line-height: 38px;
                border: #e3e3e3 1px solid;
                margin-right: 10px;
            }

    .booking_step_3 .calander_div h2, .booking_step_3 .slots h2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding-bottom: 10px;
    }



.booking_step_4 {
    float: left;
    width: 100%;
}

    .booking_step_4 .patient_detail {
        float: left;
        width: 100%;
        text-align: center;
    }

        .booking_step_4 .patient_detail li {
            width: 32%;
            float: left;
            margin-right: 2%;
            margin-bottom: 20px;
        }

            .booking_step_4 .patient_detail li:nth-child(3) {
                float: right;
                margin-right: 0;
            }

            .booking_step_4 .patient_detail li:last-child {
                width: 100%;
                margin-right: 0;
            }

    .booking_step_4 .button_row button {
        float: right;
        line-height: 40px;
        color: #FFFFFF;
        background: var(--main-color);
        border-radius: 3px;
        padding: 0 20px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

        .booking_step_4 .button_row button.cancel {
            color: #34485c;
            background: #F5F5F5;
            line-height: 38px;
            border: #e3e3e3 1px solid;
            margin-right: 10px;
        }

.booking_page .booking_step .gender_div {
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: #e3e3e3 1px solid;
}

.booking_step_5 {
    float: left;
    width: 100%;
}

.doc-not-availble {
    float: left;
    width: 100%;
    line-height: 200px;
    color: #CCCCCC;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.summary_full {
    float: left;
    width: 100%;
    border: #e3e3e3 1px solid;
    border-radius: 3px;
    padding: 30px;
    background: #FFFFFF;
}

    .summary_full h3 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

    .summary_full .doc_detail {
        float: left;
        width: 100%;
        padding: 30px 0;
    }

        .summary_full .doc_detail li {
            float: left;
            width: 32%;
            margin-right: 2%;
            padding-left: 50px;
        }

            .summary_full .doc_detail li p {
                float: left;
                width: 100%;
                text-align: left;
                font-size: 12px;
                color: #868686;
                line-height: 18px;
            }

                .summary_full .doc_detail li p span {
                    float: left;
                    width: 100%;
                    font-size: 14px;
                    font-weight: 600;
                    color: #34485c;
                    line-height: 25px;
                }

            .summary_full .doc_detail li:nth-child(3n) {
                float: right;
                margin-right: 0;
            }

            .summary_full .doc_detail li.hospital {
                background: url("/Images/Default/hospital_icon.png") top left no-repeat;
            }

            .summary_full .doc_detail li.doctor {
                background: url("/Images/Default/doctor_icon.png") top left no-repeat;
            }

            .summary_full .doc_detail li.time {
                background: url("/Images/Default/time_icon.png") top left no-repeat;
            }

    .summary_full h4 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
    }

    .summary_full .pat_detail {
        float: left;
        width: 100%;
        padding: 20px 0;
    }

        .summary_full .pat_detail li {
            float: left;
            width: 32%;
            margin-right: 2%;
            margin-bottom: 20px;
        }

            .summary_full .pat_detail li p {
                float: left;
                width: 100%;
                text-align: left;
                font-size: 12px;
                color: #868686;
                line-height: 18px;
            }

                .summary_full .pat_detail li p span {
                    float: left;
                    width: 100%;
                    font-size: 14px;
                    font-weight: 600;
                    color: #34485c;
                    line-height: 25px;
                }

            .summary_full .pat_detail li:nth-child(3n) {
                float: right;
                margin-right: 0;
            }

            .summary_full .pat_detail li:last-child {
                float: left;
                width: 100%;
                margin-right: 0;
            }

                .summary_full .pat_detail li:last-child p span {
                    float: left;
                    width: 100%;
                    font-size: 12px;
                    font-weight: 400;
                    color: #34485c;
                    line-height: 24px;
                    padding-top: 5px;
                }

.booking_step_5 .button_row {
    float: left;
    width: 100%;
    text-align: center;
}

    .booking_step_5 .button_row button {
        float: none;
        display: inline-block;
        line-height: 40px;
        color: #FFFFFF;
        background: var(--main-color);
        border-radius: 3px;
        padding: 0 20px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

        .booking_step_5 .button_row button.cancel {
            color: #34485c;
            background: #F5F5F5;
            line-height: 38px;
            border: #e3e3e3 1px solid;
            margin-right: 10px;
        }

.booking_page .booking_step {
    padding: 0 15px;
}

.booking_page .listing_2col li, .booking_page .search_box, .doc_listing li {
}

.inptArea {
    float: left;
    width: 100%;
    line-height: 30px;
    border: #e3e3e3 1px solid;
    border-radius: 3px;
    padding: 0 10px;
}

.fieldwrap label, p.label {
    text-align: right;
}


/*user_dashboard*/

/*user_dashboard*/
.user_dashboard {
    float: left;
    width: 100%;
    padding: 100px 0 50px 0;
}

    .user_dashboard .sidemenu {
        float: right;
        width: 250px;
        background: #ffffff;
        box-shadow: 0px 14px 15px #AA030329;
        -webkit-box-shadow: 0px 14px 15px #AA030329;
        border-radius: 10px;
        overflow: hidden;
    }

        .user_dashboard .sidemenu .profile_div {
            position: relative;
            float: left;
            width: 100%;
            border-radius: 3px;
            padding: 20px;
            background: #23AFE3;
            color: #FFFFFF;
            margin-bottom: 20px;
            border-bottom-right-radius: 53px;
            background: transparent linear-gradient(3deg, #e93383 0%, #FFA0C6 100%) 0% 0% no-repeat padding-box !important;
        }

            .user_dashboard .sidemenu .profile_div .icon {
                float: right;
                width: 50px;
                border-radius: 50%;
                overflow: hidden;
            }

                .user_dashboard .sidemenu .profile_div .icon img {
                    float: left;
                    width: 100%;
                }

            .user_dashboard .sidemenu .profile_div .cnt {
                float: right;
                width: calc(100% - 50px);
                padding-right: 10px;
                line-height: 18px;
                padding-top: 5px;
                font-size: 12px;
                color: #f5f5f5;
            }

                .user_dashboard .sidemenu .profile_div .cnt span {
                    float: left;
                    width: 100%;
                    font-size: 14px;
                    color: #FFFFFF;
                    font-weight: 600;
                    line-height: 25px;
                }

            .user_dashboard .sidemenu .profile_div .menu {
                position: absolute;
                z-index: 1;
                color: #FFFFFF;
                line-height: 50px;
                top: 15px;
                left: 15px;
                font-size: 23px;
                display: none;
            }

    .user_dashboard .right_cnt {
        float: left;
        width: calc(100% - 280px);
        min-height: 666px;
        padding: 30px;
        background: #FFFFFF;
        border-radius: 10px;
        color: #868686;
        background: #ffffff 0% 0% no-repeat padding-box;
        box-shadow: 0px 14px 15px #AA030329;
    }

        .user_dashboard .right_cnt h1 {
            width: 100%;
            font-size: 20px;
            font-weight: 700;
            color: #34485c;
            padding-bottom: 10px;
        }

        .user_dashboard .right_cnt h3 {
            color: #34485c;
            font-weight: 700;
        }

    .user_dashboard .sidemenu .whitebg {
        float: left;
        display: block;
        width: 100%;
        border-radius: 3px;
        padding: 0px;
        background: #FFFFFF;
        color: #868686;
    }

    .user_dashboard .sidemenu .menuUl {
        float: left;
        width: 100%;
    }

        .user_dashboard .sidemenu .menuUl li.menuli {
            float: left;
            width: 100%;
            padding: 0px;
            border-bottom: #f5f5f5 1px solid;
        }

            .user_dashboard .sidemenu .menuUl li.menuli a {
                float: left;
                width: 100%;
                padding: 20px;
                color: #868686;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 12px;
            }

                .user_dashboard .sidemenu .menuUl li.menuli a i {
                    color: #F582B2;
                    margin-right: 10px;
                    font-size: 12px;
                    vertical-align: middle;
                }

            .user_dashboard .sidemenu .menuUl li.menuli .submenu {
                float: left;
                width: 100%;
                padding-right: 50px;
                padding-bottom: 10px;
            }

                .user_dashboard .sidemenu .menuUl li.menuli .submenu li {
                    float: left;
                    width: 100%;
                }

                    .user_dashboard .sidemenu .menuUl li.menuli .submenu li a {
                        float: left;
                        width: 100%;
                        padding: 7px 0;
                        text-transform: none;
                        font-weight: 400;
                        font-size: 12px;
                    }

            .user_dashboard .sidemenu .menuUl li.menuli a:hover, .user_dashboard .sidemenu .menuUl li.menuli a.active {
                color: #F582B2;
            }

    .user_dashboard .right_cnt .whitebg {
        float: left;
        width: 100%;
        border-radius: 3px;
        padding: 30px;
    }

.usr_ds_ul {
    float: left;
    width: 100%;
}

    .usr_ds_ul li.usr_ds_li {
        float: right;
        width: 100%;
        max-width: 350px;
        clear: both;
        margin-bottom: 20px;
    }

.usr_ds_li {
    padding-top: 14px;
}

.with-edit {
    position: relative;
}

.label span.edit {
    color: #A200F1;
    cursor: pointer;
    font-weight: 600;
    margin-right: 10px;
}

.update_ctrls {
    float: left;
    width: 100%;
    display: none;
}

    .update_ctrls .btn, .address_full .btn {
        float: right;
        line-height: 35px;
        padding: 0 15px;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 3px;
        border: #e3e3e3 1px solid;
        background: #F5F5F5;
        color: #34485c;
        margin-left: 10px;
    }

        .update_ctrls .btn.blue, .address_full .btn.blue {
            background: var(--main-color);
            color: #FFFFFF;
            border: var(--main-color) 1px solid;
        }

.mobilenumber .code .selectize-control.single .selectize-input {
    border: #e3e3e3 1px solid;
}

.address_full {
    float: left;
    width: 100%;
}

    .address_full .new-address {
        float: left;
        width: 100%;
        padding: 0;
    }

        .address_full .new-address h2 {
            float: left;
            width: 100%;
            font-size: 14px;
            padding-bottom: 20px;
            font-weight: 600;
        }

.svd-address {
    float: left;
    width: 100%;
    border: #f5f5f5 2px dashed;
    padding: 20px;
    position: relative;
    margin: 10px 0;
}

    .svd-address .ctrls {
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 10px;
    }

        .svd-address .ctrls a {
            margin-left: 5px;
            font-size: 14px;
            display: inline-block;
            color: #34485c;
            cursor: pointer;
        }

    .svd-address h3 {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .svd-address h4 {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .svd-address p {
        float: left;
        width: 100%;
        line-height: 26px;
        text-align: left;
    }

.address_full .btn {
    margin-top: 0;
}

.each-order {
    float: left;
    width: 100%;
    border: #e3e3e3 1px solid;
    border-radius: 3px;
    margin: 10px 0;
}

    .each-order .title {
        float: left;
        width: 100%;
        background: #f5f5f5;
        padding: 10px 20px;
    }

        .each-order .title .btn {
            float: right;
            border: #e3e3e3 1px solid;
            margin-left: 15px;
            line-height: 30px;
            cursor: pointer;
            background: #f5f5f5;
            color: #34485c;
            padding: 0 15px;
            border-radius: 3px;
        }

        .each-order .title .invoice-btn {
            float: left;
            line-height: 30px;
            cursor: pointer;
            background: none;
            color: #34485c;
            padding: 0;
            border-radius: 3px;
        }

            .each-order .title .btn i, .each-order .title .invoice-btn i {
                color: #A200F1;
                vertical-align: middle;
                margin-right: 5px;
            }

    .each-order .cnt {
        float: left;
        width: 100%;
        background: #FFFFFF;
        padding: 10px;
    }

        .each-order .cnt .icon {
            float: left;
            width: 150px;
        }

        .each-order .cnt .right {
            float: right;
            width: calc(100% - 180px);
            padding-top: 20px;
        }

            .each-order .cnt .right h2 {
                float: left;
                width: 100%;
                text-align: left;
                font-size: 14px;
                line-height: 28px;
                color: #34485c;
                font-weight: 600;
            }

            .each-order .cnt .right h3 {
                float: left;
                width: 100%;
                text-align: left;
                font-size: 12px;
                line-height: 28px;
                color: #34485c;
                font-weight: 600;
            }

                .each-order .cnt .right h3 span {
                    text-align: left;
                    font-size: 12px;
                    line-height: 28px;
                    color: #A200F1;
                    font-weight: 600;
                }

    .each-order .ftr {
        float: left;
        width: 100%;
        background: #FFFFFF;
        padding: 10px 20px;
        border-top: #e3e3e3 1px solid;
    }

        .each-order .ftr .date {
            float: left;
            width: 70%;
        }

            .each-order .ftr .date p {
                float: left;
                width: 100%;
                text-align: left;
                font-size: 12px;
                line-height: 28px;
                color: #34485c;
            }

                .each-order .ftr .date p span {
                    font-size: 12px;
                    line-height: 28px;
                    color: #34485c;
                    font-weight: 600;
                }

        .each-order .ftr .total {
            float: right;
            margin-left: 15px;
            line-height: 30px;
            cursor: pointer;
            background: #ffffff;
            color: #868686;
        }

            .each-order .ftr .total span {
                font-weight: 600;
                color: #34485c;
            }

.each_booking {
    float: left;
    width: 100%;
    border: #e3e3e3 1px solid;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .each_booking .title {
        float: left;
        width: 100%;
        padding: 10px 20px;
        background: #f5f5f5;
    }

        .each_booking .title .bkgId-btn {
            float: left;
            line-height: 30px;
            cursor: pointer;
            background: none;
            color: 262626;
            padding: 0;
            border-radius: 3px;
        }

        .each_booking .title .bkgDate {
            float: right;
            line-height: 30px;
        }

            .each_booking .title .bkgDate i, .each_booking .title .bkgId-btn i {
                color: #A200F1;
                margin-right: 5px;
            }

    .each_booking .cnt {
        float: left;
        width: 100%;
        padding: 10px 20px;
        background: #FFFFFF;
    }

        .each_booking .cnt .doc_detail {
            float: left;
            width: 100%;
            padding: 30px 0;
        }

            .each_booking .cnt .doc_detail li {
                float: left;
                width: 35%;
                margin-right: 2%;
                padding-left: 50px;
            }

                .each_booking .cnt .doc_detail li p {
                    float: left;
                    width: 100%;
                    text-align: left;
                    font-size: 11px;
                    color: #868686;
                    line-height: 18px;
                }

                    .each_booking .cnt .doc_detail li p span {
                        float: left;
                        width: 100%;
                        font-size: 12px;
                        font-weight: 600;
                        color: #34485c;
                        line-height: 25px;
                    }

                .each_booking .cnt .doc_detail li:nth-child(3n) {
                    float: right;
                    margin-right: 0;
                    width: 25%;
                }

                .each_booking .cnt .doc_detail li.hospital {
                    background: url("/Images/Default/hospital_icon.png") top left no-repeat;
                }

                .each_booking .cnt .doc_detail li.doctor {
                    background: url("/Images/Default/doctor_icon.png") top left no-repeat;
                }

                .each_booking .cnt .doc_detail li.time {
                    background: url("/Images/Default/time_icon.png") top left no-repeat;
                }

        .each_booking .cnt h4 {
            float: left;
            width: 100%;
            text-align: left;
            font-size: 14px;
            font-weight: 600;
        }

        .each_booking .cnt .pat_detail {
            float: left;
            width: 100%;
            padding: 20px 0 0 0;
        }

            .each_booking .cnt .pat_detail li {
                float: left;
                width: 25%;
                margin-right: 2%;
                margin-bottom: 20px;
            }

                .each_booking .cnt .pat_detail li:first-child {
                    width: 45%;
                }

                .each_booking .cnt .pat_detail li p {
                    float: left;
                    width: 100%;
                    text-align: left;
                    font-size: 11px;
                    color: #868686;
                    line-height: 18px;
                }

                    .each_booking .cnt .pat_detail li p span {
                        float: left;
                        width: 100%;
                        font-size: 12px;
                        font-weight: 600;
                        color: #34485c;
                        line-height: 25px;
                    }

                .each_booking .cnt .pat_detail li:nth-child(3n) {
                    float: right;
                    margin-right: 0;
                }

.user_dashboard .right_cnt .review_full .each {
    border-radius: 3px;
    border: #e3e3e3 1px solid;
    padding: 20px;
}

.user_dashboard .right_cnt .review_full {
    padding-top: 0;
}

    .user_dashboard .right_cnt .review_full .each .details p {
        font-size: 11px;
    }

    .user_dashboard .right_cnt .review_full .each .details .edit {
        position: absolute;
        left: 18px;
        cursor: pointer;
        top: 0px;
        font-size: 12px;
        color: #34485c;
        width: auto;
        z-index: 1;
    }

    .user_dashboard .right_cnt .review_full .each .details .delete {
        position: absolute;
        left: -3px;
        cursor: pointer;
        top: 0px;
        font-size: 12px;
        color: #34485c;
        width: auto;
        z-index: 1;
    }

    .user_dashboard .right_cnt .review_full ul.review_tab_ul {
        float: right;
        width: 100%;
        padding-bottom: 20px;
    }

        .user_dashboard .right_cnt .review_full ul.review_tab_ul li {
            float: right;
            width: auto;
            padding: 7px 10px;
            position: relative;
            background: #F5F5F5;
            border-radius: 3px;
            color: #34485c;
            cursor: pointer;
            margin-left: 5px;
        }

            .user_dashboard .right_cnt .review_full ul.review_tab_ul li.active {
                background: #F582B2;
                color: #FFFFFF;
            }

                .user_dashboard .right_cnt .review_full ul.review_tab_ul 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 #F582B2;
                }

    .user_dashboard .right_cnt .review_full .review_tab_cnt {
        float: left;
        width: 100%;
        display: none;
    }

#doctors {
    display: block;
}

/*.shrink_container.active{ max-height: 5000px; }*/
.content_div .filter_div .cnt .each button.more_btn {
    margin-top: 5px;
    float: left;
    width: auto;
    background: none;
    color: #34485c;
    border: none;
    padding: 3px 0px;
    border-radius: 3px;
    cursor: pointer;
    color: var(--main-color);
}

    .content_div .filter_div .cnt .each button.more_btn:hover {
        text-decoration: underline;
    }

.popup_content.insurance {
    padding: 30px;
}

    .popup_content.insurance h1 {
        float: left;
        width: 100%;
        font-size: 28px;
        font-weight: 300;
        line-height: 45px;
        padding-bottom: 5px;
        padding-top: 0;
    }

    .popup_content.insurance h2 {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        padding-bottom: 10px;
        padding-top: 0;
    }

    .popup_content.insurance ul.package_details {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 20px;
    }

        .popup_content.insurance ul.package_details li.package_li {
            float: left;
            width: 100%;
            list-style: disc;
            margin-top: 20px;
        }

.review_full .each .details .time i {
    color: var(--main-color);
    margin-left: 5px;
    cursor: pointer;
}

/**/
#SalonImage img {
    border-radius: 6px;
}

/*Salon Result Page*/
.cnt .showmore {
    float: right;
    width: auto;
    line-height: 20px;
    cursor: pointer;
    font-weight: 600;
    color: var(--main-color);
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    display: none;
}

.right_cnt .socialmedia {
    display: none;
}

.cnt #map {
    height: 170px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #ededed;
}

.salonresult_address h4 {
    padding: 15px 0px 5px 0px;
    word-break: break-all;
    font-weight: 600;
    font-size: 11px;
}

.salonresult_address p {
    padding-bottom: 10px;
    word-break: break-word;
    font-size: 11px;
    color: #787878;
}

.new_rating i.checked {
    color: var(--icon-star);
}

.viewmap_div {
    float: right;
    width: auto !important;
    border-right: 1px solid #e93383;
    padding-right: 10px;
}

    .viewmap_div img {
        width: auto;
        float: right;
        padding-left: 5px;
        padding-top: 3px;
    }

.salontype_div img {
    float: left;
    padding-left: 5px;
    padding-top: 8px;
}

.search_input {
    background: url('/images/Icons_result/search_icon.png') right !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    padding-right: 30px !important;
}

.viewmap_div a, .salontype_div {
    font-size: 11px;
}

    .viewmap_div a i, .salontype_div i {
        padding-right: 5px;
    }

    .viewmap_div a:hover {
        color: var(--main-color);
        cursor: pointer;
    }

#Available_Timesloat .left_content_div {
    float: left;
    width: 40%;
    min-height: 300px;
    padding: 30px 0px;
}

#Available_Timesloat .right_content_div {
    float: left;
    width: 60%;
    min-height: 300px;
    padding: 0px 0px 10px 20px;
}

.daterangepicker {
    z-index: 9999999999 !important;
}

#Available_Timesloat .left_content_div input {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 15px;
    padding: 10px;
    border-radius: 3px;
}

#Available_Timesloat .left_content_div select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    line-height: 20px;
    margin-top: 10px;
}

#Available_Timesloat .right_content_div .slots li {
    cursor: pointer;
    float: left;
    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;
}

#Available_Timesloat .right_content_div .slots .active {
    background: var(--main-color);
    color: white;
}

#Available_Timesloat .right_content_div .Available_sloat_cnt {
    padding-top: 5px;
    display: inline-block;
    height: 225px;
    overflow: auto;
}

#Available_Timesloat .right_content_div button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 35px;
    border-radius: 3px;
    min-width: 110px;
    font-size: 12px;
    padding: 0px 15px;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

#btnAvailableTimesloat {
    width: 100%;
    margin-top: 10px;
    border-radius: 6px;
    line-height: 35px;
}

/*Result Page*/
.image_gallery a {
    width: 33%;
    padding-right: 2%;
    float: left;
    margin-bottom: 15px;
}

.total_result_salon {
    color: #34485c;
    background: white;
    line-height: 28px;
    padding: 4px 10px;
    border: 1px solid #ccc !important;
    border-radius: 16px;
}

.salon_result_count {
    color: #d71574;
    padding: 0px 3px;
    font-size: 13px;
}

.makeasfavouritesalon {
    position: absolute;
    text-align: center;
    top: 25px;
    right: 25px;
    height: 31px;
    background: #ffffff;
    padding: 3px;
    font-size: 18px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    border-radius: 50%;
}

    .makeasfavouritesalon i {
        color: #909090;
    }

    .makeasfavouritesalon:hover i {
        color: var(--main-color);
    }

    .makeasfavouritesalon[aria-label]:after {
        opacity: 0;
        content: attr(aria-label);
        padding: 4px 8px;
        position: absolute;
        left: 0px;
        top: 100%;
        white-space: nowrap;
        font-size: 10px;
        color: white;
        z-index: 20;
        background: #fa1f8b;
        top: -35px;
        border-radius: 3px;
        transition: opacity 0.5s;
        pointer-events: none;
    }

    .makeasfavouritesalon[aria-label]:hover:after {
        opacity: 1;
        transition-delay: 0.2s;
    }

.content_div .filter_div .cnt .each h3 span {
    background-color: white;
    padding-left: 10px;
    z-index: 2;
    font-weight: 600;
}

.content_div .filter_div .cnt .each h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #ededed;
    z-index: 1;
}

.Service_Parent:before {
    background: url(/images/Icons_result/service_filter.svg) right !important;
    position: absolute;
    top: 8px;
    right: 10px !important;
    display: block;
    width: 25px;
    height: 23px !important;
    border-left: 1px solid #e5e5e5;
    margin-top: -3px;
    background-repeat: no-repeat !important;
    content: ' ';
}

.Stylist_Parent:before {
    background: url(/images/Icons_result/stylist_filter.svg) right !important;
    position: absolute;
    top: 8px;
    right: 10px !important;
    display: block;
    width: 25px;
    height: 23px !important;
    border-left: 1px solid #e5e5e5;
    margin-top: -3px;
    background-repeat: no-repeat !important;
    content: ' ';
}

.Area_Parent:before {
    background: url(/images/Icons_result/area_filter.svg) right !important;
    position: absolute;
    top: 8px;
    right: 10px !important;
    display: block;
    width: 25px;
    height: 23px !important;
    border-left: 1px solid #e5e5e5;
    margin-top: -3px;
    background-repeat: no-repeat !important;
    content: ' ';
}

.Nationality_Parent:before {
    background: url(/images/Icons_result/nationality_filter.svg) right !important;
    position: absolute;
    top: 8px;
    right: 10px !important;
    display: block;
    width: 25px !important;
    height: 23px !important;
    border-left: 1px solid #e5e5e5;
    margin-top: -3px;
    background-repeat: no-repeat !important;
    content: ' ';
}

.Yearofexperience_Parent:before {
    background: url(/images/Icons_result/year_filter.svg) right !important;
    position: absolute;
    top: 8px;
    right: 10px !important;
    display: block;
    width: 25px !important;
    height: 23px !important;
    border-left: 1px solid #e5e5e5;
    margin-top: -3px;
    background-repeat: no-repeat !important;
    content: ' ';
}

.Language_Parent:before {
    background: url(/images/Icons_result/language_filter.svg) right !important;
    position: absolute;
    top: 8px;
    right: 10px !important;
    display: block;
    width: 25px !important;
    height: 23px !important;
    border-left: 1px solid #e5e5e5;
    margin-top: -3px;
    background-repeat: no-repeat !important;
    content: ' ';
}

.btn_redirection {
    margin-left: 10px;
    position: relative;
    background-color: white !important;
    color: #34485c !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 6px !important;
    padding-right: 40px !important;
}

    .btn_redirection:after {
        position: absolute;
        top: 10px;
        display: block;
        width: 25px;
        margin-top: 0px;
        content: " ";
        right: 10px !important;
        height: 20px !important;
        border-left: 1px solid rgb(229, 229, 229);
        background: url(/images/Icons_result/address.svg) no-repeat right !important;
        background-repeat: no-repeat !important;
    }

.left_salon_data .deal_button {
    margin-left: 10px;
    position: relative;
    background-color: white !important;
    color: #34485c !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 6px !important;
    padding-right: 40px !important;
    line-height: 40px;
    border-radius: 6px;
    font-size: 13px;
    padding: 0 15px;
}

.left_salon_data #btndeal:before {
    position: absolute;
    top: 10px;
    display: block;
    width: 25px;
    margin-top: 0px;
    content: " ";
    right: 10px !important;
    height: 20px !important;
    border-left: 1px solid rgb(229, 229, 229);
    background: url(/images/Icons_result/bag.svg) no-repeat right !important;
    background-repeat: no-repeat !important;
}

.left_salon_data #btnpackage:before {
    position: absolute;
    top: 10px;
    display: block;
    width: 25px;
    margin-top: 0px;
    content: " ";
    right: 10px !important;
    height: 20px !important;
    border-left: 1px solid rgb(229, 229, 229);
    background: url(/images/Icons_result/tag.svg) no-repeat right !important;
    background-repeat: no-repeat !important;
}

.left_salon_data {
    float: right;
    width: 255px;
}

.right_salon_data {
    float: left;
    width: calc(100% - 260px);
}

    .right_salon_data ul {
        float: left;
    }

        .right_salon_data ul li {
            width: auto;
            float: right;
            background: #EDE5FC;
            margin-left: 10px;
            border: 1px solid #E1D1FF;
            border-radius: 16px;
            padding: 5px 10px;
            color: #5A30A8;
            cursor: pointer;
            margin-bottom: 5px;
        }

.service_salon_data {
    padding: 10px 0px 25px 0px !important;
}
/*stylist page*/
.makeasfavourite {
    position: absolute;
    text-align: center;
    top: 25px;
    left: 25px;
    height: 40px;
    background: #ffffff;
    padding: 7px;
    font-size: 18px;
    border: 1px solid #bebebe;
    cursor: pointer;
    border-radius: 5px;
}

    .makeasfavourite i {
        color: #909090;
    }

    .makeasfavourite:hover i {
        color: var(--main-color);
    }

#SalonImage .active i {
    color: var(--main-color);
}

.gallery-fp img {
    border-radius: 6px;
}

.makeasfavourite[aria-label]:after {
    opacity: 0;
    content: attr(aria-label);
    padding: 4px 8px;
    position: absolute;
    left: -45px;
    top: 100%;
    white-space: nowrap;
    font-size: 10px;
    color: white;
    z-index: 20;
    background: #fa1f8b;
    top: -35px;
    border-radius: 3px;
    transition: opacity 0.5s;
    pointer-events: none;
}

.makeasfavourite[aria-label]:hover:after {
    opacity: 1;
    transition-delay: 0.2s;
}

.booking_wrap {
    float: left;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 14px #34485c12;
}

    .booking_wrap .date {
        float: right;
        width: 80px;
        background: #DAF5F7;
        border-radius: 6px;
        overflow: hidden;
    }

        .booking_wrap .date p {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 23px;
            font-weight: 700;
            line-height: 35px;
            color: #34485c;
            padding: 15px 0;
        }

            .booking_wrap .date p span {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 37px;
                font-weight: 700;
                color: #34485c;
            }

        .booking_wrap .date .time {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: 700;
            background: #C8F4F8;
            line-height: 20px;
            font-size: 10px;
        }

    .booking_wrap .right {
        float: right;
        width: calc(100% - 100px);
    }

        .booking_wrap .right h3 {
            float: left;
            width: 100%;
            font-size: 16px;
            font-weight: 600;
            color: #34485c;
            padding-bottom: 5px;
        }

        .booking_wrap .right p {
            width: 100%;
            font-size: 12px;
            font-weight: 600;
            color: #34485c;
            padding-bottom: 10px;
        }

        .booking_wrap .right .emp {
            float: right;
            width: auto;
            font-size: 10px;
            font-weight: 600;
            color: #FFF;
            background: #F582B2;
            border-radius: 10px;
            padding: 0 15px;
            line-height: 20px;
            margin-bottom: 5px;
            margin-left: 5px;
        }

        .booking_wrap .right .service {
            float: right;
            width: auto;
            font-size: 10px;
            font-weight: 600;
            border: #c5ffc0 1px solid;
            background: #EAFFE8;
            color: #0A7C00;
            border-radius: 10px;
            padding: 0 15px;
            line-height: 20px;
            margin-bottom: 5px;
            margin-left: 5px;
        }

        .booking_wrap .right .new {
            color: #fb67a5;
            padding: 0 10px;
            background: #feeff6;
            border-radius: 10px;
            font-size: 8px;
            border: #ffbfda 1px solid;
            margin-right: 5px;
            display: inline-block;
            line-height: 17px;
        }

        .booking_wrap .right .pack1 {
            font-size: 10px;
            color: #F582B2;
            font-weight: 600;
        }

        .booking_wrap .right .new1 {
            font-size: 10px;
            color: #ff2525;
        }

        .booking_wrap .right .split {
            padding: 0px 8px;
            color: #ccc;
        }

        .booking_wrap .right .pack_text {
            font-size: 10px;
            margin-right: 5px;
            font-weight: 600;
        }

        .booking_wrap .right .pack {
            width: auto;
            font-size: 8px;
            font-weight: 600;
            color: #FFF;
            background: #F582B2;
            border-radius: 10px;
            padding: 1px 15px;
            display: inline-block;
            line-height: 17px;
            margin-bottom: 5px;
            margin-right: 5px;
            margin-left: 6px;
        }

        .booking_wrap .right .cancelled {
            color: #ef0000;
            padding: 0 5px;
            background: #ffe3e3;
            border-radius: 10px;
            font-size: 8px;
            border: #ef0000 1px solid;
        }



    .booking_wrap .cnt {
        float: right;
        width: calc(100% - 100px);
    }

    .booking_wrap .icon {
        float: left;
        width: 100px;
        position: relative;
        display: block;
    }

    .booking_wrap .rating {
        position: absolute;
        left: 20px;
        top: 20px;
        background: #5CBF9A;
        color: #ffffff;
        font-size: 8px;
        padding: 2px 5px;
        border-radius: 3px;
    }

    .booking_wrap .icon .image {
        float: right;
        width: 63px;
        height: 63px;
        border-radius: 50%;
        overflow: hidden;
        border: #F582B2 2px solid;
    }

    .booking_wrap .footer_wrap {
        float: left;
        width: 100%;
        border-top: #D4D4D4 1px solid;
        padding: 5px 0;
        margin-top: 10px;
    }

        .booking_wrap .footer_wrap div {
            float: right;
            color: #F582B2;
            font-size: 12px;
            cursor: pointer;
            border-left: #D4D4D4 1px solid;
            padding: 10px 15px 0px 15px;
        }

            .booking_wrap .footer_wrap div:first-child {
                border-left: #D4D4D4 0px solid;
            }

            .booking_wrap .footer_wrap div.price {
                float: left;
                width: 115px;
                border-left: #D4D4D4 0px solid;
                font-weight: 700;
                color: #34485c;
                font-size: 12px;
                cursor: pointer;
            }


@media screen and (max-width: 700px) {
    .booking_wrap .icon {
        display: none;
    }

    .booking_wrap .cnt {
        width: 100%;
        padding-top: 20px;
    }
    
}

@media screen and (max-width: 450px) {
    .booking_wrap .date, .booking_wrap .right {
        width: 100%;
    }
}

.page_head_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.booking_id {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    background: #56D494;
    color: #ffffff;
    font-size: 11px;
    line-height: 25px;
    padding: 3px 15px;
    border-radius: 30px;
}

.saloon_details_wrap {
    float: left;
    width: 100%;
    margin: 20px 0;
}

    .saloon_details_wrap .logo {
        float: right;
        width: 125px;
        border-radius: 18px;
        border: #f3f3f3 1px solid;
        overflow: hidden;
    }

    .saloon_details_wrap .cnt {
        float: left;
        width: calc(100% - 210px);
        padding-right: 20px;
    }

        .saloon_details_wrap .cnt h1 {
            float: left;
            width: 100%;
            font-size: 18px;
            font-weight: 700;
        }

        .saloon_details_wrap .cnt p.location {
            float: left;
            width: 100%;
            padding-bottom: 10px;
            font-size: 12px;
            line-height: 15px;
            padding-right: 30px;
            background: url(/images/Icons_result/mail.svg) no-repeat right top;
        }

        .saloon_details_wrap .cnt p.phone {
            float: right;
            text-align: right;
            direction: ltr !important;
            width: 100%;
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 5px;
            padding-right: 30px;
            background: url(/images/Icons_result/phone.svg) no-repeat right top;
        }

        .saloon_details_wrap .cnt .rating {
            float: left;
            width: 100%;
            line-height: 20px;
            font-size: 12px;
            padding-top: 10px;
        }

            .saloon_details_wrap .cnt .rating i {
                float: right;
                margin-right: 5px;
                color: #CCCCCC;
            }

                .saloon_details_wrap .cnt .rating i.active {
                    color: #FFC107;
                }

    .saloon_details_wrap .date {
        float: left;
        width: 80px;
        background: #F1F1F1;
        border-radius: 6px;
        overflow: hidden;
    }

        .saloon_details_wrap .date p {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 23px;
            font-weight: 700;
            line-height: 35px;
            color: #34485c;
            padding: 15px 0;
        }

            .saloon_details_wrap .date p span {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 37px;
                font-weight: 700;
                color: #34485c;
            }

        .saloon_details_wrap .date .time {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: 700;
            background: #DBDBDB;
            line-height: 20px;
            font-size: 10px;
        }

.service_details_wrap {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .service_details_wrap .package {
        float: right;
        width: 50%;
        border: #ffe9f2 1px solid;
        background: #FCF6F9;
        padding: 20px;
        border-radius: 10px;
    }

        .service_details_wrap .package .each {
            float: left;
            width: 100%;
            border-top: #cccccc 1px solid;
            padding: 20px 0;
        }

            .service_details_wrap .package .each:first-child {
                border-top: #cccccc 0px solid;
            }

            .service_details_wrap .package .each:last-child {
                border-bottom: none;
            }

            .service_details_wrap .package .each .left {
                float: left;
                width: 50%;
            }

                .service_details_wrap .package .each .left .cancelledservice {
                    float: right;
                    font-size: 11px;
                    padding-top: 4px;
                    color: var(--main-color) !important;
                }

                .service_details_wrap .package .each .left .time {
                    float: right;
                    width: 34%;
                    font-size: 10px;
                    line-height: 25px;
                    font-weight: 700;
                }

                .service_details_wrap .package .each .left .pk_name {
                    float: left;
                    width: 100%;
                    font-size: 14px;
                    line-height: 25px;
                    padding-bottom: 10px;
                    font-weight: 700;
                }

                .service_details_wrap .package .each .left .tag {
                    float: right;
                    font-size: 10px;
                    border-radius: 20px;
                    font-weight: 700;
                    padding: 0 15px;
                    border: #987AD1 1px solid;
                    background: #EDE5FC;
                    color: #987AD1;
                    margin-left: 5px;
                    line-height: 20px;
                    display: inline-block;
                }

                    .service_details_wrap .package .each .left .tag.duration {
                        border: #e1d1ff 1px solid;
                        background: #EDE5FC;
                        color: #987AD1;
                    }

                    .service_details_wrap .package .each .left .tag.price {
                        border: #c5ffc0 1px solid;
                        background: #EAFFE8;
                        color: #0A7C00;
                    }

.saloon_details_wrap .cnt .tag.status {
    background: #F582B2;
    color: #FFFFFF;
}

.service_details_wrap .package .noteshead {
    float: left;
    width: 100%;
    font-weight: 700;
    padding: 20px 0 5px 0;
}

.service_details_wrap .package .pkge_name {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 18px;
    font-weight: 700;
    padding-right: 150px;
}

.service_details_wrap .package .each .left .apt_cancel {
    cursor: pointer;
    color: var(--main-color) !important;
    display: none;
    font-size: 11px;
    padding-top: 4px;
}

.service_details_wrap .package .apt_cancelAll {
    cursor: pointer;
    color: var(--main-color) !important;
    padding-right: 74px;
    display: none;
    padding-top: 5%;
    font-size: 11px;
    float: right;
}

.service_details_wrap .package .notes {
    float: left;
    width: 100%;
    font-size: 10px;
    padding: 0px 0px;
}

.service_details_wrap .package .each .right {
    float: left;
    width: 50%;
    padding-top: 10px;
}

    .service_details_wrap .package .each .right .icon {
        float: right;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        border: #EE5E9B 2px solid;
    }

    .service_details_wrap .package .each .right .cnt {
        float: left;
        width: calc(100% - 50px);
    }

        .service_details_wrap .package .each .right .cnt .name {
            float: left;
            width: 100%;
            font-size: 10px;
            font-weight: 600;
            padding-bottom: 5px;
        }

        .service_details_wrap .package .each .right .cnt .des {
            float: left;
            width: 100%;
            font-size: 10px;
            font-weight: 400;
            padding-bottom: 5px;
        }

        .service_details_wrap .package .each .right .cnt .rating {
            float: right;
            width: 100%;
            line-height: 20px;
            font-size: 8px;
            padding-top: 5px;
        }

            .service_details_wrap .package .each .right .cnt .rating i {
                float: right;
                margin-left: 5px;
                color: #CCCCCC;
            }

                .service_details_wrap .package .each .right .cnt .rating i.active {
                    color: #FFC107;
                }

.service_details_wrap .right {
    float: right;
    width: 50%;
    padding-right: 20px;
}

    .service_details_wrap .right .bill_wrap {
        float: left;
        width: 100%;
        border-radius: 10px;
        border: #D4F6F9 1px solid;
        background: #E8FBFC;
        overflow: hidden;
    }

        .service_details_wrap .right .bill_wrap table {
            float: left;
            width: 100%;
        }

            .service_details_wrap .right .bill_wrap table td {
                padding: 10px 20px;
                font-weight: 600;
            }

            .service_details_wrap .right .bill_wrap table td {
                border-bottom: #D4F6F9 1px solid;
                text-align: right;
            }

            .service_details_wrap .right .bill_wrap table tr:last-child td {
                background: #C8F4F8;
                padding: 15px 20px;
                font-weight: 700;
                border-bottom: none;
            }

    .service_details_wrap .right .btn_div {
        float: left;
        width: 100%;
        margin-top: 40px;
    }

        .service_details_wrap .right .btn_div .btn {
            float: left;
            margin-right: 10px;
            cursor: pointer;
            line-height: 30px;
            border: #F582B2 2px solid;
            background: #ffffff;
            color: F582B2;
            padding: 0 20px;
            border-radius: 20px;
        }

            .service_details_wrap .right .btn_div .btn.pink {
                color: #FFFFFF;
                background: #F582B2;
            }

.sub_head {
    float: left;
    width: 100%;
    line-height: 26px;
    padding-bottom: 20px;
    border-bottom: #D4D4D4 1px solid;
    margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
    .service_details_wrap .package .each .left, .service_details_wrap .package .each .right {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .service_details_wrap .package .each .right {
        padding-top: 15px;
    }

        .service_details_wrap .package .each .right .cnt {
            width: calc(100% - 60px);
        }
}

@media screen and (max-width: 800px) {
    .service_details_wrap .package {
        width: 100%;
        margin-bottom: 20px;
    }

    .service_details_wrap .right {
        padding-left: 0;
        width: 100%;
    }

        .service_details_wrap .right .btn_div {
            margin-top: 20px;
        }
}

@media screen and (max-width: 800px) {
    .saloon_details_wrap .cnt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .page_head_wrap .sub_head {
        padding-bottom: 60px;
    }

    .booking_id {
        right: auto;
        left: 0;
        top: 75px;
    }
}

.apointment_reshedule_div label {
    float: right;
}
/*Anu*/
.div_reshedule {
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 150px;
    box-shadow: 0 2px 5px 0 rgba(164, 173, 186, 0.25);
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
}

    .div_reshedule #msgerror {
        color: #ff006c;
    }

.apointment_reshedule_div label {
    float: right;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
    border-radius: 10px;
}

.w-75 {
    width: 75% !important;
}

.form-group {
    margin-bottom: 1rem;
}

.w-20 {
    width: 20%;
}

.mt-3 {
    margin-top: 1rem !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

h2 {
    font-size: 18px;
}

.package_service_data {
   background: #f4f1f8;
    padding: 6px 10px;
    margin-right: 5px;
    border-radius: 16px;
    color: #34485c;
    width: auto;
    min-width: 135px;
    text-align: center;
    float: left;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
    border: 1px solid #f4f1f8;
}

#salonpackagediv ul {
    width: calc(100% - 125px);
    display: inline-block;
    float: right;
}

    #salonpackagediv ul li:first-child {
        width: auto;
        padding-left: 10px;
        float: right;
    }

#salonpackagediv .price {
    padding-top: 10px;
    width: 120px;
    float: left;
    position: absolute;
    left: 10px;
    top: 0;
    text-align: center;
    bottom: 0;
    margin: 10px auto;
    border-right: 1px solid #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
}

#salonpackagediv .center {
    display: inline-block;
}

.doctor_cnt .right_cnt .each_details h3 {
    text-align: right;
    float: right;
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.expandable_divpackage h3 {
    width: 50% !important;
    font-size: 13px !important;
}

.btn-warning {
    background: #F582B2;
    height: 26px !important;
    border-radius: 12px;
    outline: none;
    border: none;
    color: #ffffff;
    line-height: 0px !important;
}

#btnLoadMorelist, #btnLoadMorelist1, #btnLoadMorelist2 {
    display: inline-block;
    padding: 5px 10px;
    background-color: #60bb5a;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 18px !important;
}

#Div_LoadMoreList, #Div_LoadMoreList1, #Div_LoadMoreList2 {
    float: left;
    width: 100%;
    text-align: center;
    display: none;
}

#Div_LoadMoreList2 {
    margin-bottom: 38px;
    margin-top: -22px;
}


/*payment popup*/



.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .labelicon {
    display: inline-flex;
    align-items: center;
    margin-top: 0.3em;
}

.bkng .PopupBg .step_5 .full_row .right .fieldwrap .labelicon {
    display: inline-flex;
    align-items: center;
    margin-top: 0.3em;
}

.bkng .PopupBg .step_5 .full_row .leftpay .cardsave .labelicon {
    display: inline-flex;
    align-items: center;
    margin-top: 0.3em;
}

.bkng .PopupBg .step_5 .full_row .leftpay .cardlistdiv .labelicon {
    display: inline-flex;
    align-items: center;
    margin-top: 0.3em;
}

.bkng .PopupBg .step_5 .full_row .leftpay p.cardhead {
    font-weight: 600;
    padding-left: 15px !important;
    font-size: 14px;
    color: #34485c;
}

.bkng .PopupBg .step_5 .full_row .leftpay p.payhead {
    font-weight: 600;
    font-size: 14px;
    color: #34485c;
}

.bkng .PopupBg .step_5 .full_row .leftpay .payhead {
    font-weight: 600;
    font-size: 14px;
    color: #34485c;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .radioselect_div {
    margin-top: 25px;
    margin-right: 33px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .Payatsalon {
    margin-left: 47px;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .right.fieldwrap .payicon img {
    vertical-align: middle;
    height: 16px;
    width: 26px;
    margin-left: 39%;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .labelicon_div {
    width: calc(100% - 50px);
    display: inline-block;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .saleicon {
    width: 40px;
    float: right;
}

.bkng .PopupBg .step_5 .full_row .right .fieldwrap p.dec {
    float: left;
    font-size: 9px;
    line-height: 20px;
    margin-bottom: 0;
    color: #67768c;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .atsalon {
    padding-top: 15px;
    display: inline-block;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap p.refdec {
    width: calc(100% - 40px);
    font-size: 9px;
    line-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    color: #67768c;
    float: right;
}

.bkng .PopupBg .step_5 .full_row .leftpay .cardsection p.refdec {
    font-size: 10px;
    line-height: 20px;
    padding-left: 34px;
    padding-bottom: 12px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .cardsection .row {
    padding-left: 31px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .credit_msgdiv i.fa.fa-check-circle {
    padding-left: 8px;
    color: #72c083;
    font-size: 13px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .credit_msgdiv b {
    font-weight: normal;
    color: #72c083;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .Refund_msgdiv i.fa.fa-check-circle {
    padding-left: 8px;
    color: #72c083;
    font-size: 13px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .Refund_msgdiv b {
    font-weight: normal;
    color: #72c083;
}


.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .promoicon {
    width: 40px;
    float: right;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .payicon {
    width: 58px;
    float: right;
}

    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .payicon img {
        height: 17px;
    }

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .promoicon img {
    height: 24px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .redeemselect_div {
    margin-right: 33px;
    margin-top: 25px;
    display: inline-block;
}

    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .redeemselect_div .redeemradio {
        display: inline-block;
    }

    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .redeemselect_div .refundradio {
        margin-left: 30px;
        display: inline-block;
    }


.bkng .PopupBg .step_5 .full_row .right .bk_paymentright .summary .bk_dicountdata p span b {
    color: #72c083;
    font-weight: normal;
}



.bkng .PopupBg .step_5 .full_row .right p.credit {
    font-weight: 600;
    padding-left: 46px !important;
}

.bkng .PopupBg .step_5 .full_row .right .fieldwrap text-referral {
    background-color: #FCEFF7 !important;
    color: #FB1E8C !important;
    float: left;
    border: 1px dashed #FB1E8C;
    margin-right: 5px;
    padding: 7px 20px;
    cursor: pointer;
    padding-left: 20px;
    margin-left: 45px;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-redeem {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-redeemremove {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-refund {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

    .bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-refund[disabled] {
        background-color: #ccc !important; /* Light gray background */
        color: #666 !important; /* Dimmed text color */
        cursor: not-allowed !important; /* Not-allowed cursor to indicate disabled */
        opacity: 0.6 !important; /* Slightly transparent */
        pointer-events: none !important; /* Disable pointer events */
    }

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .button-refundremove {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.referral .payapply {
    background-color: var(--main-color) !important;
    color: #FFFFFF !important;
    float: right;
    border: 1px solid #dedede;
    padding: 3px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}


.bkng .PopupBg .step_5 .full_row .leftpay {
    padding-top: 5px;
    float: right;
    width: 50%;
    padding-left: 15px;
    max-height: 350px;
}

.bkng .PopupBg .step_5 .full_row .right {
    padding-top: 5px;
}

.bkng .popup_content.review .step_5.button_row1 button {
    float: left;
    line-height: 40px;
    color: #FFFFFF;
    background: var(--main-color);
    border-radius: 3px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.cardnumdiv p.label {
    font-weight: 600px;
    padding-left: 24px !important;
    font-size: 14px;
    color: #34485c;
}

.bkng .PopupBg .step_5 .full_row .button_checkout {
    float: right;
    line-height: 40px;
    color: #FFFFFF;
    background: var(--main-color);
    border-radius: 3px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.bkng .PopupBg .step_5 button_row .button_one {
    float: right !important;
}


.bkng .PopupBg .step_5 .full_row .right .price.total {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 800;
}

    .bkng .PopupBg .step_5 .full_row .right .price.total span {
        float: right;
        text-align: right;
        font-weight: 800;
    }

bkng .PopupBg .full_row .right h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #222222;
}

.bkng .PopupBg .step_5 .full_row .leftpay .referral .inputTxt {
    float: left;
    /*width: 51%;*/
    height: 40px;
    line-height: 38px;
    /*padding: 0 10px;*/
    margin-top: 18px;
    border-style: dashed;
    border-color: #FB1E8C;
    background-color: #FCEFF7 !important;
    color: #FB1E8C !important;
    width: 195px;
    padding: 5px 10px;
}


.bkng .PopupBg .step_5 .full_row .right .fieldwrap .payapply {
    position: absolute;
    left: 165px;
    top: 10px;
    color: #FB1E8C !important;
    float: right;
    margin-right: 5px;
    cursor: pointer;
    padding-left: 94px;
    font-size: 8px;
    padding-top: 98px;
    border: none;
    background: transparent;
}

.bkng .PopupBg .step_5 .full_row .leftpay .fieldwrap .refercodediv {
    display: inline-block;
}
/*Help Page Style*/
.hepl_pg .help_hd, .promotion_pg .promotion_hd, .wallet_pg .wallet_hd {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}

    .hepl_pg .help_hd .left, .promotion_pg .promotion_hd .left, .wallet_pg .wallet_hd .left {
        width: 50px;
    }

    .hepl_pg .help_hd .right, .promotion_pg .promotion_hd .right, .wallet_pg .wallet_hd .right {
        width: calc(100% - 50px) !important;
    }

        .hepl_pg .help_hd .right h2, .promotion_pg .promotion_hd .right h2, .wallet_pg .wallet_hd .right h2 {
            font-size: 20px;
            margin-bottom: 8px;
            line-height: 20px;
            font-weight: 700;
        }

.hepl_pg .img, .promotion_pg .img, .wallet_pg .img {
    text-align: center;
    margin: auto;
    padding-top: 25px;
}

.hepl_pg .container {
    margin: auto;
    text-align: center;
    position: relative;
}

    .hepl_pg .container .help_info {
        background: #FFF8F8;
        min-width: 300px;
        min-height: 130px;
        margin-top: 30px;
        padding: 20px;
        border-radius: 6px;
        display: inline-block;
        border: 1px solid #FFE2F0;
    }

        .hepl_pg .container .help_info span {
            position: absolute;
            top: 16px;
            background: #FB1E8C;
            color: white;
            padding: 5px 15px;
            font-size: 10px;
            border-radius: 16px;
            margin: auto;
            left: 0;
            right: 0;
            width: 100px;
        }

        .hepl_pg .container .help_info .info_help {
            text-align: right;
            border: 1px solid #FFE2F0;
            background: white;
            margin-top: 10px;
            padding: 10px;
            border-radius: 6px;
            color: #707070;
        }

            .hepl_pg .container .help_info .info_help img {
                float: right;
                padding-left: 10px;
            }
/*End Help Page Style*/

/*Promotion Page Style*/
.promotion_pg .img {
    background: #f6f6f6;
    border-radius: 50%;
    padding-top: 0px;
    margin-top: 25px;
}

.promotion_pg .referral {
    text-align: center;
    font-weight: 700;
    padding: 10px 0px;
    font-size: 13px;
}

.promotion_pg .referral_code p label {
    color: #FB1E8C;
    font-weight: 600;
    background: #FCEFF7;
    border: 1px dotted #FB1E8C;
    padding: 5px 25px;
    line-height: 25px;
}

.promotion_pg .referral_code p {
    text-align: center;
    color: #707070;
}
.promotion_pg .referral_code .referralp {
    margin-bottom: 10px;
    margin-top: 10px;
}
.promotion_pg .container {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .promotion_pg .container a {
        margin-bottom: 10px;
        text-align: center;
        display: inline-block;
        border: 1px solid #EAEAEA;
        padding: 8px 15px;
        border-radius: 6px;
        line-height: 25px;
        margin-right: 10px;
    }

        .promotion_pg .container a img {
            float: left;
            padding-right: 10px;
            height: 25px;
        }

.promotion_pg .referral_code #referralcode {
    color: #FB1E8C;
    font-weight: 600;
    background: #FCEFF7;
    border: 1px dotted #FB1E8C;
    padding: 5px 25px;
    line-height: 25px;
}

.promotion_pg .referral_code #referrallink {
    color: #FB1E8C;
    font-weight: bold;
    background: #FCEFF7;
    border: 1px dotted #FB1E8C;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 25px;
}



.promotion_pg .clipboard {
    position: relative;
}

.promotion_pg .copy-input {
    max-width: 132px;
    width: 100%;
    cursor: pointer;
    background-color: #eaeaeb;
    border: none;
    color: #6c6c6c;
    font-size: 12px;
    padding: 15px 45px 15px 15px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 3px 15px #b8c6db;
    -moz-box-shadow: 0 3px 15px #b8c6db;
    -webkit-box-shadow: 0 3px 15px #b8c6db;
}

.promotion_pg .copy-inputlink {
    max-width: 410px;
    width: 100%;
    cursor: pointer;
    background-color: #eaeaeb;
    border: none;
    color: #6c6c6c;
    font-size: 14px;
    padding: 15px 45px 15px 15px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 3px 15px #b8c6db;
    -moz-box-shadow: 0 3px 15px #b8c6db;
    -webkit-box-shadow: 0 3px 15px #b8c6db;
}


    .promotion_pg .copy-input:focus {
        outline: none;
    }

.promotion_pg .copy-btn {
    position: absolute;
    font-size: 12px;
    border-radius: 5px;
    border: none;
    color: #FB1E8C;
    margin-right: -30px;
    margin-top: 7px;
    transition: all .4s;
}

    .promotion_pg .copy-btn:hover {
        transform: scale(1.3);
        color: #FB1E8C;
        cursor: pointer;
    }

    .promotion_pg .copy-btn:focus {
        outline: none;
    }

.promotion_pg .copied {
    font-family: 'Montserrat', sans-serif;
    width: 80px;
    display: none;
    position: absolute;
    margin-top: -3%;
    margin-right: 48%; /*margin: auto;*/
    color: #FB1E8C;
    padding: 15px 15px;
    background-color: #FCEFF7;
    border-radius: 5px;
    box-shadow: 0 3px 15px #b8c6db;
    -moz-box-shadow: 0 3px 15px #b8c6db;
    -webkit-box-shadow: 0 3px 15px #b8c6db;
}

    .promotion_pg .copied span {
        color: #FB1E8C;
    }
.promotion_pg .promotion_hd .right p.invite {
    top: 162px;
    left: 592px;
    width: 443px;
    /* height: 96px;*/
    font-weight: 700;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: right;
    font: normal normal bold 34px/36px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.promotion_pg .promotion_hd .right p.invite1 {
    top: 262px;
    left: 592px;
    width: 392px;
    height: 36px;
    display: flex; /* Enables horizontal alignment */
    align-items: center; /* Align text and Lottie player vertically */
    font: normal normal normal 20px/30px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 8px;
    gap: 1px; /* Space between text and Lottie player */
}
.Earned_div {
    width: 283px;
    height: 122px;
    right: 46px;
    top: 20px;
    margin-bottom: 6%;
    background-image: url("/images/bg.png"); /* Replace with your image */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center; /* Vertically center the content */
    color: white;
    padding: 20px;
    position: relative;
    border-radius: 15px; /* Rounded corners */
    overflow: hidden; /* Ensure no content goes outside */
    justify-content: flex-start; /* Align items to the left */
}

    .Earned_div .text-wrapper {
        display: flex;
        flex-direction: column; /* Stack "You earned" and "AED" vertically */
        justify-content: center; /* Vertically align the texts */
        align-items: flex-start; /* Align text to the left */
        margin-right: 10px; /* Add small space between text wrapper and amount wrapper */
    }

    .Earned_div .you-earned {
        font-size: 18px; /* Smaller font size for "You earned" */
        font-weight: normal;
        margin: 0;
        color: #FFFFFF;
    }

    .Earned_div .aed {
        font-size: 23px; /* Smaller font size for "AED" */
        font-weight: normal;
        margin: 0;
        line-height: 1;
        color: #FFFFFF;
    }

    .Earned_div .amount-wrapper {
        display: flex;
        align-items: center; /* Align the amount and the arrow horizontally */
        justify-content: center; /* Center align the contents in this container */
        position: absolute;
        left: 20px; /* Position "15" and the arrow to the right */
        top: 20%;
    }

    .Earned_div .amount {
        font-size: 72px; /* Smaller font size for "15" */
        font-weight: bold;
        line-height: 1;
        margin-right: 10px; /* Spacing between "15" and the arrow */
        transform: translateY(-15%); /* Adjust to cover the height of "You earned" and "AED" */
        color: #FFFFFF;
    }

    .Earned_div .arrow {
        width: 40px; /* Adjusts the width of the icon */
        height: 40px; /* Adjusts the height of the icon */
        stroke: white;
    }
/**/
.Termsofwaysdiv {
    padding-right: 6%;
}

    .Termsofwaysdiv ul li {
        list-style-type: disc;
    }


    .Termsofwaysdiv li {
        margin-bottom: 10px !important;
    }
.coin-image {
    width: 22px; /* Set the width of the coin image */
    height: 22px; /* Set the height of the coin image */
    margin-left: 5px; /* Space between the text and the coin image */
    vertical-align: middle; /* Align the image vertically with the text */
    display: inline; /* Ensure the image is treated as inline element */
    animation: spinY 2s infinite linear; /* Infinite horizontal spin */
    transform-origin: center; /* Rotate around the center */
}
@keyframes spinY {
    0% {
        transform: rotateY(0deg); /* Start position */
    }

    50% {
        transform: rotateY(180deg); /* Halfway point */
    }

    100% {
        transform: rotateY(360deg); /* Full rotation */
    }
}

#Promo_popup .PopupBg {
    background: url("/images/bg@2x.png") no-repeat center center !important;
    background-size: cover !important; /* Ensures the image covers the entire background */
    color: white !important;
    border-radius: 5% !important;
    max-width: 600px !important;
}

#Promo_popup h1 {
    color: white;
    font-weight: 600;
    font-size: 1.8vw;
    padding-bottom: 5px;
}

#Promo_popup .popup_content {
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 5%;
    padding-bottom: 5%;
}

#Promo_popup .earnedlabel, #Promo_popup .earnedlabel span {
    font-size: 2vw;
    margin-bottom: 10%;
}

#Promo_popup p, #Promo_popup span {
    color: white;
    font-size: 25px;
    font-weight: 600;
}

.earned-list {
    display: flex;
    justify-content: space-between; /* Space between columns */
    align-items: flex-start;
    flex-wrap: wrap; /* Wrap items to prevent overflow */
    gap: 10px; /* Reduced space between items */
    margin: 20px auto; /* Center the list inside the popup */
    width: 100%; /* Ensure the list spans the container */
    max-width: 500px; /* Optional: Restrict maximum width */
}

    .earned-list column {
        width: calc(50% - 10px); /* Two equal columns with spacing */
        display: flex;
        flex-direction: column;
        gap: 10px; /* Space between items within a column */
    }

    /* Main container for each item */
    .earned-list .item {
        display: flex;
        align-items: flex-start; /* Align items vertically centered */
        gap: 2px; /* Space between bullet and text */
        padding: 12px 0;
    }

/* Bullet styling */
.bullet {
    display: flex;
    align-items: center; /* Align bullet image to the center */
}

/* Bullet image styling */
.bullet-img {
    width: 30px; /* Adjust the size of the image */
    height: 30px; /* Adjust the size of the image */
    margin-right: 10px; /* Space between the bullet image and the name */
  
}
/* Content container */
.earned-list .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align text at the start */

}

/* Styling for the name */
.earned-list .name {
    font-size: 1.2vw;
    font-family: 'Open Sans', sans-serif !important;
    color: white; /* Adjust color as needed */
    padding-bottom: 5px; /* Space between name and amount box */
}

/* Styling for the amount box */
.earned-list .amount-box {
    width:117px;
    height: 31px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 4px;
    background-color: #e93383 !important; /* Background color for the rounded box */
    border-radius: 7px;
}

/* Smaller Hexagon shape for the amount */
.earned-list .amount .hexagon {
    position: relative;
    display: inline-block;
    color: #e93383 !important;
    background: #fff;
    font-size: .75vw !important; /* Smaller font size */
    font-weight: bold;
    text-align: center;
    padding: 2px 6px; /* Adjust padding for smaller size */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: fit-content;
}

/* AED text styling */
.earned-list .aed {
    color: white;
    font-size: 0.75vw; /* Adjust font size if needed */
    font-weight: bold;
}

.share-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.share-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background-color: white !important;
    /*  background-image: url("/images/bg.png");*/
    border: 2px solid #ded4e8;
    border-radius: 25px;
    cursor: pointer;
    /*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .share-button img {
        width: 40px;
        height: 40px;
    }

    .share-button:hover {
        /*  background-image: url("/images/bg.png");*/
        transform: scale(1.05);
    }

    .share-button:active {
        transform: scale(0.95);
    }
/*End Promotion Page*/
/*Wallet Page Style*/
.wallet_credit_div, wallet_refund_div, .wallet_cardmng {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.wallet_credit {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    float: right;
    margin-right: 10px;
    min-width: 150px;
    background: #fff8fb;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ffe6f0;
}

.wallet_refund {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    float: right;
    margin-right: 30px;
    min-width: 150px;
    background: #fff8fb;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ffe6f0;
}

.wallet_equal {
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    float: right;
    margin-right: 10px;
    padding: 10px;
}

.wallet_History {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    float: right;
    margin-right: 10px;
    min-width: 150px;
    background: #fff8fb;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ffe6f0;
    max-height: 400px;
    overflow: auto;
}

.refund_History {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    float: right;
    margin-right: 10px;
    min-width: 150px;
    background: #fff8fb;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ffe6f0;
    max-height: 400px;
    overflow: auto;
}

.wallet_credit_div {
    padding-bottom: 30px;
}

    .wallet_credit_div .no-result1 {
        padding-left: 60px;
    }

.wallet_refund_div .no-result2 {
    padding-left: 60px;
}

.wallet_credit label {
    color: #f98cb9;
    font-weight: 600;
    font-size: large;
}

.wallet_refund label {
    color: #f98cb9;
    font-weight: 600;
    font-size: large;
}

.wallet_cardmng .right {
    text-align: left;
    float: left !important;
    padding-left: 10px;
}

    .wallet_cardmng .right h3 {
        font-weight: 600 !important;
        line-height: 18px;
        padding-bottom: 10px;
    }

.card_details_div {
    border: 1px solid #ededed;
    border-radius: 6px;
    line-height: 55px;
    margin-left: 35px;
    margin-bottom: 10px;
    min-height: 55px;
}

    .card_details_div .card_img {
        padding: 5px;
        float: left;
        padding-right: 10px;
        max-width: 85px;
        border-right: 1px solid #ededed;
        margin-right: 10px;
    }

    .card_details_div .card_number {
        float: left;
        max-width: 150px;
        color: #8c8c8c;
    }

    .card_details_div .card_name {
        float: left;
        min-width: 200px;
    }

    .card_details_div .card_mngmt {
        float: right;
        max-width: 100px;
    }

.card_mngmt .edit_card {
    float: left;
    width: 50px;
    text-align: center;
}

    .card_mngmt .edit_card i, .card_mngmt .delete_card i {
        color: #636363;
    }

.card_mngmt .delete_card {
    float: left;
    width: 50px;
    text-align: center;
    background: #f5f5f5;
}

.add_card_div {
    padding-left: 40px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    .add_card_div .card_dt_div {
        float: left;
        width: calc(100% - 200px);
    }

        .add_card_div .card_dt_div .card_dt_name {
            float: left;
            width: 40%;
            margin-right: 3%;
        }

            .add_card_div .card_dt_div .card_dt_name input, .add_card_div .card_dt_div .card_dt_no input {
                width: 100%;
                margin-top: 5px;
                height: 40px;
                padding-left: 5px;
                border: 1px solid #ededed !important;
                border-radius: 6px;
            }

        .add_card_div .card_dt_div .card_dt_no {
            float: left;
            width: 54%;
            margin-right: 3%;
        }

.card_date {
    width: 200px;
    float: left;
}

    .card_date .column1 {
        float: left;
    }

        .card_date .column1 select, .card_date .column2 select {
            background: #f5f5f5;
            height: 40px;
            border-radius: 6px;
            border: 1px solid #ededed;
            padding: 5px;
        }

        .card_date .column1 select {
            margin-right: 20px;
            width: 50px;
        }

    .card_date .column2 select {
        width: 130px;
    }

    .card_date .column2 {
        float: left;
    }

    .card_date .column3 {
        width: 100%;
        margin-top: 10px;
    }

        .card_date .column3 button {
            cursor: pointer;
            background: #F582B2;
            color: #FFFFFF;
            height: 40px;
            line-height: 40px;
            border-radius: 6px;
            width: 100%;
            border: 1px solid #f582b2;
        }

.card_date_inner {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}
/*End Wallet Page Style*/
#Div_SalonInfo a {
    padding-bottom: 5px;
    display: inline-block;
}

    #Div_SalonInfo a:hover {
        color: var(--main-color);
        cursor: pointer;
    }

#Stylistsdiv #salon_employee .stars {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #34485c;
}

    #Stylistsdiv #salon_employee .stars i {
        color: #CCCCCC;
        font-size: 8px;
        line-height: 24px;
        margin-left: 3px;
    }

        #Stylistsdiv #salon_employee .stars i.checked {
            color: var(--main-color);
        }

.type {
    float: left;
    position: relative;
    right: 0;
    bottom: 0px !important;
    display: inline-block;
    height: auto;
    width: auto !important;
    padding: 5px 10px;
    font-size: 10px;
    margin-top: 8px;
    border-radius: 3px;
    line-height: 20px;
    color: #D60008;
    background: #fde1e2;
}

.doctor_cnt #SalonImage img {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

b,
strong {
    font-weight: 600;
}




#Walletcredit_list thead th {
    border-bottom: 1px solid #dee2e6;
    border-top: 0px;
    color: #34485c;
    font-weight: 700;
    padding: 0.95rem;
}

#Walletcredit_list td {
    color: #34485c;
    font-weight: 500;
    padding: 0.95rem;
}


#Walletrefund_list thead th {
    border-bottom: 1px solid #dee2e6;
    border-top: 0px;
    color: #34485c;
    font-weight: 700;
    padding: 0.95rem;
}

#Walletrefund_list td {
    color: #34485c;
    font-weight: 500;
    padding: 0.95rem;
}

.left_html #map, .left_html, .left_emp, .right_cnt .Language_Spoken, .mob_location {
    display: none;
}


/*profile image*/
.usr_ds_ul .profile-pic {
    /*max-width: 200px;
    max-height: 200px;*/
    display: block;
    float: left;
    width: 100%;
}

.usr_ds_ul .User_ProfileImage {
    display: none;
}

.usr_ds_ul .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 8px solid #f2f2f2;
    background: #f5f5f5;
}

.usr_ds_ul img {
    max-width: 100%;
    height: auto;
}

.usr_ds_ul .imagecirlce_div {
    position: relative;
}

.usr_ds_ul .p-image {
    position: absolute;
    top: 80px;
    right: 2px;
    /*color: #666666;*/
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #f5f5f5;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    background-color: #f5f5f5;
    border: 1px solid #fefefe;
    color: #101928;
    box-shadow: 0 4px 6px 0 rgb(16 25 40 / 10%);
    cursor: pointer;
}

    .usr_ds_ul .p-image .upload-button {
        padding: 6px;
    }

.usr_ds_ul .delete-image {
    position: absolute;
    top: 80px;
    right: 98px;
    /*color: #666666;*/
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #f5f5f5;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    background-color: #f5f5f5;
    border: 1px solid #fefefe;
    color: #101928;
    box-shadow: 0 4px 6px 0 rgb(16 25 40 / 10%);
    cursor: pointer;
}

    .usr_ds_ul .delete-image .delete-button {
        padding: 8px;
    }

.usr_ds_ul .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.usr_ds_ul .upload-button {
    font-size: 1.2em;
}

    .usr_ds_ul .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.usr_ds_ul .delete-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.usr_ds_ul .delete-button {
    /*font-size: 1.2em;*/
}

    .usr_ds_ul .delete-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.Salon_directions button:first-child {
    margin-right: 10px !important;
}

.Salon_directions button {
    min-width: 150px;
}

.rating_emp {
    color: #e93383;
    margin-right: 15px;
    display: inline-flex;
    line-height: 19px;
}

    .rating_emp i {
        color: #e93383;
        line-height: 19px;
        font-size: 8px;
        padding-right: 2px;
    }

.home_close {
    padding: 0px 5px;
    display: none;
}

.near_close {
    padding: 0px 5px;
    display: none;
}

.active_home .home_close, .active_near .near_close {
    display: inline-block;
}

.active_home, .active_near {
    background: #e93383 !important;
    color: #ffffff !important;
    border: 1px solid #e93383 !important;
}

.active_aptdate {
    background: #e93383 !important;
    border: 1px solid #e93383 !important;
}

    .active_aptdate .date_span {
        color: #ffffff !important;
    }

.listing_2col li .right button.button_hide {
    color: #878787;
    float: left;
    min-width: 168px;
    width: auto;
    padding: 0px 15px;
    cursor: pointer;
    border-radius: 6px;
    line-height: 36px;
    background: #d1d1d1;
    margin-top: 5px;
    position: relative;
    bottom: 0px;
    left: 0px;
    border: 1px solid #c5c5c5 !important;
}

    .listing_2col li .right button.button_hide:hover, .doc_basic .right button.disabled:hover {
        cursor: none;
    }

.doc_basic .right button.disabled {
    color: #878787 !important;
    background: #d1d1d1;
    border: 1px solid #c5c5c5 !important;
    background-image: none !important;
    pointer-events: none;
}
.ui-menu .ui-menu-item {
    position: relative;
    text-align: left;
    margin: 0;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    font-size: 14px;
}

.ui-widget-content { /*border: 1px solid #f4f4f4 !important;*/
    box-shadow: 0 1px 10px #ccc;
    color: #34485c;
    padding: 10px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background-color: #FFFFFF !important;
    z-index: 99999999;
    border-radius: 6px;
}

.ui-menu-item-wrapper {
    padding: 5px;
    border-radius: 6px;
}
#SalontCont li a {
    cursor: auto;
}