﻿@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

blockquote, q {
    quotes: none;
}

br {
    height: 0;
}

ul, ol, dl, li {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}

html, body {
    height: 100%;
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
}

/* Class for clearing floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after, .cf:before {
    display: table;
    content: ''
}

.cf:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {
}

/* Specific Header Settings */
h1 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    color: #555;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/* Create the Default Paragraphs */
p {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 24px;
}

/* Other Typo */
strong {
    font-weight: bold;
}

hr {
    border: 0 #000 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {
    border: 0;
    border-style: none;
}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

    a:hover {
    }

    a:active {
        color: #e8941a;
    }

    a:focus {
        outline: none;
    }

    a.current {
        color: #e8941a;
    }


/* 5. Forms
------------------------------------------------------------------------------*/

input[type='submit'] {
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='password'] {
}

textarea {
    overflow: auto;
}

::-webkit-input-placeholder {
    color: #f8688e;
}

:-moz-placeholder {
    color: #f8688e;
}

::-moz-placeholder {
    color: #f8688e;
}

:-ms-input-placeholder {
    color: #f8688e;
}

::-ms-input-placeholder {
    color: #f8688e;
}

:placeholder-shown {
    color: #f8688e;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
    border: 1px solid transparent;
}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}


/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/*common margin style*/
.m0 {
    margin: 0 !important;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt50 {
    margin-top: 50px !important;
}

/*all padding zero*/
.p0 {
    padding: 0 !important;
}

.pt20 {
    padding-top: 20px;
}

/*common display style*/
.dis-b {
    display: block
}

.pos_rel {
    position: relative;
}

.hidden {
    display: none !important;
}

/*border*/
.no_bdr {
    border: none !important;
}

/*common fonts style*/
.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.fbold {
    font-weight: bold;
}

/*transition effect*/
.tra {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Page Layout */
body {
    font-family: 'Meoded-Sans_OE';
    padding-top: 78px;
}

    body * {
        direction: rtl
    }

.main {
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    position: relative
}

#full_wrapper {
    //min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1198px;
}

.content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.in, .sub {
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}
/* Header*/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

    header .top_had {
        text-align: center;
        border-bottom: 1px solid #edd8dc;
        position: relative;
        z-index: 2;
        background-color: #fff;
    }

        header .top_had .brand {
            float: right;
            margin-right: 15px;
            margin-top: 10px;
            width: 220px;
        }

            header .top_had .brand img {
                max-width: 100%;
            }

    header label {
        position: relative;
        display: inline-block;
        vertical-align: top;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-image: url(../images/site/pink_arrow.png);
        font-size: 26.06px;
        color: #f26d87;
        font-weight: bold;
        padding-top: 16px;
        padding-bottom: 17px;
        cursor: pointer;
    }

    header .right_col {
        float: left;
    }

        header .right_col .toggle, header .right_col .fb, header .right_col .user {
            float: left;
        }

        header .right_col .toggle {
            width: 153px;
            height: 77px;
            padding-top: 15px;
            cursor: pointer;
        }

            header .right_col .toggle.active {
                background-color: #fef0f3
            }

            header .right_col .toggle img {
                display: block;
                margin: 0 auto;
                margin-bottom: 9px;
            }

            header .right_col .toggle span {
                color: #f26d87;
                font-size: 19.34px;
            }

        header .right_col .fb {
            width: 71px;
            height: 77px;
            border-left: 1px solid #edd8dc;
            border-right: 1px solid #edd8dc;
            padding-top: 22px;
        }

            header .right_col .fb img {
                max-width: 100%;
            }

        header .right_col .user {
            padding-top: 21px;
        }

            header .right_col .user .img_col {
                float: right;
                width: 38px;
                height: 41px;
                border-radius: 50%;
                overflow: hidden;
                border: 1px solid #f26d87;
                padding: 1px;
            }

                header .right_col .user .img_col .high_rating {
                }

                header .right_col .user .img_col img {
                    max-width: 100%;
                    border-radius: 50%;
                }

            header .right_col .user .text {
                min-width: 115px;
                float: left;
                text-align: right;
                margin-right: 22px;
                padding-left: 5px;
            }

                header .right_col .user .text .name {
                    font-weight: bold;
                    color: #f26d87;
                    font-size: 19.34px;
                    line-height: 21px;
                    border-bottom: 1px dashed #f26d874f;
                }

                header .right_col .user .text a {
                    display: block;
                    color: #f26d87;
                    font-size: 16px;
                    line-height: 1.8;
                }
    /*header nav{display: block;background-color: #fff; box-shadow: 2.924px 9.563px 21px 0px rgba(26, 26, 26, 0.039);}*/
    header nav {
        display: block;
        background-color: #fff;
        box-shadow: 2.924px 9.563px 21px 0px rgba(26, 26, 26, 0.1);
        position: absolute;
        left: 0;
        width: 100%;
        top: 78px;
        z-index: 0;
        transform: translateY(0px);
        transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
    }

        header nav.active {
            transform: translateY(-100%)
        }

        header nav ul {
            list-style: none;
            display: flex;
            justify-content: center;
        }

            header nav ul li {
                display: flex;
            }

                header nav ul li a {
                    min-height: 122px;
                    position: relative;
                    font-size: 19.34px;
                    color: #f26d87;
                    font-weight: 400;
                    transition: 0.4s ease all;
                    -o-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    padding: 0px 29.69px;
                    min-width: 120px;
                    text-align: center;
                    padding-top: 72px;
                }

                    header nav ul li a img {
                        max-width: 100%;
                        position: absolute;
                        top: 19px;
                        transition: 0.4s ease all;
                        -o-transition: 0.4s ease all;
                        -moz-transition: 0.4s ease all;
                        -webkit-transition: 0.4s ease all;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                    }

                    header nav ul li a .hover_img {
                        opacity: 0;
                    }

                header nav ul li:hover a, header nav ul li.active a {
                    background-color: #f8688e;
                    color: #fff;
                }

                    header nav ul li:hover a img, header nav ul li.active a img {
                        opacity: 0;
                    }

                    header nav ul li:hover a .hover_img, header nav ul li.active a .hover_img {
                        opacity: 1;
                    }

    header .drop_menu {
        position: absolute;
        left: 0;
        top: 78px;
        width: 439px;
        background-color: rgb(255, 255, 255);
        box-shadow: 10px 17.321px 20.16px 0.84px rgba(0, 0, 0, 0.035);
        border-bottom-right-radius: 5px;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
    }

        header .drop_menu.active {
            opacity: 1;
            visibility: visible;
            z-index: 99
        }

        header .drop_menu a {
            float: left;
            text-align: center;
            color: #fff;
            transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
            position: relative;
            color: #f26d87;
            font-size: 19.34px;
            padding: 67px 25px 0px 25px;
            line-height: 19px;
        }

            header .drop_menu a img {
                max-width: 100%;
                position: absolute;
                top: 15.5px;
                transition: 0.4s ease all;
                -o-transition: 0.4s ease all;
                -moz-transition: 0.4s ease all;
                -webkit-transition: 0.4s ease all;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

            header .drop_menu a .hover_img {
                opacity: 0;
            }

            header .drop_menu a:hover img {
                opacity: 0
            }

            header .drop_menu a:hover .hover_img {
                opacity: 1
            }

            header .drop_menu a:hover {
                background-color: #f26d87;
                color: #fff
            }

            header .drop_menu a:nth-child(2), header .drop_menu a:nth-child(5), header .drop_menu a:nth-child(8) {
                border-left: 1px solid #edd8dc;
                border-right: 1px solid #edd8dc;
            }

            header .drop_menu a:nth-child(4), header .drop_menu a:nth-child(5), header .drop_menu a:nth-child(6) {
                border-top: 1px solid #edd8dc;
                border-bottom: 1px solid #edd8dc;
            }

            header .drop_menu a:first-child, header .drop_menu a:nth-child(2), header .drop_menu a:nth-child(3) {
                height: 113px;
            }

            header .drop_menu a:nth-child(4), header .drop_menu a:nth-child(5), header .drop_menu a:nth-child(6) {
                height: 121px;
            }

            header .drop_menu a:last-child, header .drop_menu a:nth-child(7), header .drop_menu a:nth-child(8) {
                height: 119px;
            }

            header .drop_menu a:first-child, header .drop_menu a:nth-child(4), header .drop_menu a:nth-child(7) {
                width: 144px;
            }

            header .drop_menu a:nth-child(2), header .drop_menu a:nth-child(5), header .drop_menu a:nth-child(8) {
                width: 148px;
            }

            header .drop_menu a:nth-child(3), header .drop_menu a:nth-child(6), header .drop_menu a:nth-child(9) {
                width: 147px;
            }

            header .drop_menu a:nth-child(9) {
                border-bottom-right-radius: 5px;
            }

            header .drop_menu a:nth-child(9) {
                border-bottom-right-radius: 5px;
            }
/* banner */
.banner {
    min-height: 961px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 185px;
    text-align: center;
}

    .banner h1 {
        color: #4a3239;
        font-size: 3em;
        margin-bottom: 16.5px;
    }

    .banner > h3 {
        color: #4a3239;
        font-size: 20px;
        font-weight: 400;
    }

.search_location {
    text-align: center;
    max-width: 1058px;
    margin: 0 auto;
}

    .search_location .col {
        width: 1000px;
        height: 73px;
        border-radius: 10px;
        background-color: #fff;
        margin: 0 auto;
        position: relative;
        text-align: right;
        margin-right: 0;
        box-shadow: 2.047px 6.694px 32px 0px rgba(0, 0, 0, 0);
    }

    .search_location .in {
        width: 100%;
        height: 73px;
        background-color: transparent;
        text-align: right;
        padding-right: 25px;
        color: #ff6691;
        font-size: 22px;
        font-weight: 400;
        font-family: 'Meoded-Sans_OE';
        padding-left: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .search_location .in:focus {
            background-color: rgba(204, 204, 204, 0.3)
        }

    .search_location .map_i {
        padding-right: 49px;
        position: relative;
        line-height: 73px;
        display: inline-block;
        vertical-align: top;
        right: -4px;
        color: #f8688e;
        font-size: 23.35px;
        font-weight: bold;
        background-image: url(../images/site/map.png);
        background-position: right 21px center;
        background-repeat: no-repeat;
    }

        .search_location .map_i:after {
            width: 1px;
            background-color: #ffa6bf;
            height: 56px;
            content: '';
            position: absolute;
            right: 0;
            top: 6px;
        }

    .search_location .sub {
        text-align: right;
        color: #fff;
        font-size: 36.07px;
        padding-right: 106px;
        border-radius: 50px;
        border: 2px solid #fff;
        width: 251px;
        height: 84px;
        background-color: #f8688e;
        background-image: url(../images/site/search.png);
        background-position: right 59px center;
        background-repeat: no-repeat;
        cursor: pointer;
        position: absolute;
        left: -58px;
        top: -5.5px;
    }

        .search_location .sub:hover {
            background-color: #00b1c1
        }

.banner .bord {
    width: 292px;
    height: 73px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 41px;
}

    .banner .bord a {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #00b1c1;
        background-position: right 62px center;
        background-repeat: no-repeat;
        line-height: 78px;
        color: #fff;
        font-size: 24.78px;
        transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
    }

        .banner .bord a:hover {
            background-color: #92c4d2
        }

.banner .slider {
}

    .banner .slider h2 {
        color: #4a3239;
        font-size: 2em;
        font-weight: 400;
        margin-bottom: 28px;
    }

        .banner .slider h2 i {
            font-size: 50px;
            font-style: normal;
        }

    .banner .slider .col.productBox h3 {
        color: #ffffff;
        padding-top: 35px;
    }
    .banner .slider .productBox .text_col svg {
        color: #ffffff;
    }
    .banner .slider h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .banner .slider .inner {
        max-width: 996px;
        margin: 0 auto
    }

        .banner .slider .inner .col {
            display: flex;
            border: 1px solid #fff;
            border-radius: 10px;
            width: 100%;
            overflow: hidden;
        }

        .banner .slider .inner .left_col {
            width: 50%;
            min-height: 150px;
            background-color: #6e6465;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }

            .banner .slider .inner .left_col:first-child {
                padding: 0px 66px 37px 63px;
            }

        .banner .slider .inner .left_col {
            text-align: right;
            border-inline-start: 1px solid #fff;
        }

            .banner .slider .inner .left_col .star {
                display: inline-block;
                vertical-align: middle;
            }

                .banner .slider .inner .left_col .star h6 {
                    color: #b9dcfd;
                    font-size: 20px;
                    font-weight: 400;
                    padding-left: 5px;
                    display: inline-block;
                    vertical-align: middle;
                }
/*.banner .slider .inner .left_col .star */ .star_icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
/*.banner .slider .inner .left_col .star */ .star_icon {
    color: #b9dcfd;
}

.banner .slider .inner .left_col .review {
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
}

    .banner .slider .inner .left_col .review a {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        border-bottom: 1px solid;
        line-height: 20px;
    }

        .banner .slider .inner .left_col .review a:hover {
            color: #f8688e;
        }

.banner .slider .inner .left_col label {
    display: block;
    padding-right: 33px;
    line-height: 30px;
    margin-top: 10px;
    background-position: right center;
    background-image: url(../images/site/gray_map.png);
    background-repeat: no-repeat;
}

    .banner .slider .inner .left_col label i {
        font-style: normal;
        color: #fff;
        font-size: 20px;
    }

    .banner .slider .inner .left_col label span {
        color: #f4c7d4;
        font-size: 20px;
        font-weight: bold;
        padding-right: 25px;
        position: relative;
    }

        .banner .slider .inner .left_col label span:after {
            content: '';
            position: absolute;
            right: 6px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background-color: #fff;
        }

.banner .slider .inner .left_col .tell {
    color: #fff;
    font-size: 20px;
    padding-right: 33px;
    line-height: 20px;
    background-position: right center;
    background-image: url(../images/site/gray_tell.png);
    background-repeat: no-repeat;
    margin-top: 6px;
    display: block;
}

.banner .slider .inner .left_col ul {
    list-style: none;
    width: 100%;
    display: flex;
    border-top: 1px dashed #fff;
    margin-top: 19px;
    padding-top: 20px;
}

    .banner .slider .inner .left_col ul li {
        padding: 0px 6px;
        color: #fff;
        font-size: 13.71px;
        font-weight: 400;
        line-height: 13.5px;
        text-align: center;
        margin-left: 10px;
    }

        .banner .slider .inner .left_col ul li img {
            display: block;
            margin: 0 auto;
            margin-bottom: 8.5px;
        }

        .banner .slider .inner .left_col ul li:nth-child(2) {
            margin-left: 17px;
        }

        .banner .slider .inner .left_col ul li:nth-child(3) {
            margin-left: 22px
        }

        .banner .slider .inner .left_col ul li:nth-child(4) {
            margin-left: 24px;
        }

.banner .slider .owl-carousel img {
    width: auto;
}

.banner .slider .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 20.5px);
    width: 100%;
}

    .banner .slider .owl-carousel .owl-nav .owl-prev, .banner .slider .owl-carousel .owl-nav .owl-next {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        height: 41px;
        color: transparent !important;
        width: 26px;
    }

    .banner .slider .owl-carousel .owl-nav .owl-next {
        background-image: url(../images/site/h_left.png);
        left: -100px;
    }

    .banner .slider .owl-carousel .owl-nav .owl-prev {
        right: -100px !important;
        text-align: right;
        background-image: url(../images/site/h_right.png);
        background-position: right;
    }

.more_mikvahs {
    text-align: center;
    padding-top: 92px;
    margin-bottom: 101px;
}

    .more_mikvahs h2 {
        color: #f26d87;
        font-size: 28.4px;
        margin-bottom: 26px;
    }

    .more_mikvahs .title {
        height: 48px;
        text-align: right;
        border-top: 1px solid #f8f0f1;
        border-bottom: 1px solid #f8f0f1;
        margin-bottom: 45px;
    }

        .more_mikvahs .title h5 {
            display: inline-block;
            vertical-align: top;
            line-height: 48px;
            color: #3b3b3b;
            font-size: 20px;
            padding-right: 5px;
            font-weight: 400;
        }

        .more_mikvahs .title ul {
            list-style: none;
            display: inline-block;
            vertical-align: top;
            padding-right: 34px;
        }

            .more_mikvahs .title ul li {
                display: inline-block;
                vertical-align: top;
                line-height: 48px;
                float: right;
            }

                .more_mikvahs .title ul li a {
                    display: block;
                    color: #f26d87;
                    font-size: 20px;
                    font-weight: 400;
                    min-width: 160px;
                    text-align: center;
                    transition: 0.4s ease all;
                    -o-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                }

                .more_mikvahs .title ul li:hover a, .more_mikvahs .title ul li.active a {
                    color: #fff;
                    background-color: #f26d87;
                }

    .more_mikvahs .blog {
    }

        .more_mikvahs .blog .col {
            width: 30.969%;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #dedede;
            float: right;
            margin-left: 3.5465%
        }

            .more_mikvahs .blog .col:nth-child(3n) {
                margin-left: 0px;
            }

            .more_mikvahs .blog .col .img_col {
                width: 100%;
                height: 227px;
                border-bottom: 1px solid #dedede;
                background-image: url(../images/site/t.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
            }

            .more_mikvahs .blog .col .text_col {
                width: 100%;
                position: relative;
                text-align: right;
                padding: 0px 25px 20px 25px;
            }

                .more_mikvahs .blog .col .text_col h3 {
                    padding-top: 33px;
                }



                .more_mikvahs .blog .col .text_col h4 {
                    color: rgba(0, 0, 0, 0.70);
                    font-size: 20px;
                    font-weight: 400;
                    margin-bottom: 8px;
                }

                .more_mikvahs .blog .col .text_col .star {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .more_mikvahs .blog .col .text_col .star > h6, .banner .slider .inner .text_col .star h6 {
                        color: #8dc8ff;
                        font-size: 20px;
                        font-weight: 400;
                        padding-left: 5px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                    .more_mikvahs .blog .col .text_col .star .star_icon {
                        display: inline-block;
                        vertical-align: middle;
                    }

                    .more_mikvahs .blog .col .text_col .star .star_icon {
                        color: #8dc8ff;
                    }

                .more_mikvahs .blog .col .text_col .review a {
                    display: inline-block;
                    vertical-align: middle;
                    color: #f26d87;
                    font-size: 20px;
                    font-weight: 400;
                    transition: 0.5s all ease;
                    -webkit-transition: 0.5s all ease;
                    -o-transition: 0.5s all ease;
                    -moz-transition: 0.5s all ease;
                    border-bottom: 1px solid;
                    line-height: 20px;
                }

                    .more_mikvahs .blog .col .text_col .review a:hover {
                        color: #92c4d2;
                    }

                .more_mikvahs .blog .col .text_col label i, .banner .slider .inner .text_col label i {
                    font-style: normal;
                    font-size: 20px;
                    vertical-align: text-bottom;
                }

            .more_mikvahs .blog .col .text_tt {
                background-image: url(../images/site/dot_line.png);
                background-repeat: no-repeat;
                background-position: top center;
                padding-top: 30px;
                margin-top: 22px;
            }

                .more_mikvahs .blog .col .text_tt h6 {
                    color: rgba(65, 65, 65, 0.81);
                    font-size: 20px;
                    font-weight: bold;
                }



.col.productBox .text_col h3 {
    color: #f26d87;
    font-size: 24px;
    margin-bottom: 15px;
}

/* Push */
.push {
}

footer {
    background-color: #5b444a;
    text-align: center;
}

    footer h2 {
        padding-top: 70px;
        padding-bottom: 30px;
        color: #ffffff;
        font-size: 29.38px;
        font-weight: 400;
    }

    footer .newsletter {
        position: relative;
        width: 370px;
        margin: 0 auto;
    }

        footer .newsletter .in {
            height: 48px;
            border-radius: 10px;
            background-color: #ffffff;
            padding-right: 23px;
            width: 100%;
            font-family: 'Meoded-Sans_OE';
            font-size: 20px;
            font-weight: 400;
        }

            footer .newsletter .in::-webkit-input-placeholder {
                color: #6f63a9;
            }

            footer .newsletter .in:-moz-placeholder {
                color: #6f63a9;
            }

            footer .newsletter .in::-moz-placeholder {
                color: #6f63a9;
            }

            footer .newsletter .in:-ms-input-placeholder {
                color: #6f63a9;
            }

            footer .newsletter .in::-ms-input-placeholder {
                color: #6f63a9;
            }

            footer .newsletter .in:placeholder-shown {
                color: #6f63a9;
            }

        footer .newsletter .submit {
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            margin: auto;
            background-color: #f8688e;
            border-radius: 10px;
            color: #ffffff;
            font-size: 20px;
            font-weight: 400;
            width: 104px;
            border: 1px solid #efecff;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            cursor: pointer;
            transition: 0.5s all ease;
            -webkit-transition: 0.5s all ease;
            -moz-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            font-family: 'Meoded-Sans_OE';
            line-height: 50px;
        }

            footer .newsletter .submit:hover {
                background-color: #00b1c1;
            }

    footer .contact_footer {
        text-align: center;
        margin-top: 44px;
        margin-bottom: 57px;
        position: relative;
        padding-bottom: 27px;
    }

        footer .contact_footer:after {
            position: absolute;
            content: '';
            width: 156px;
            height: 1px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            background-color: #967b80;
        }

        footer .contact_footer ul li {
            display: inline-block;
            vertical-align: middle;
            padding-left: 28px;
            margin-right: 20px;
            position: relative;
        }

            footer .contact_footer ul li:after {
                position: absolute;
                content: '';
                width: 6px;
                height: 6px;
                border-radius: 50%;
                left: 0px;
                top: 0px;
                bottom: 0px;
                margin: auto;
                background-color: #7c696e;
            }

            footer .contact_footer ul li:last-child:after {
                display: none;
            }

            footer .contact_footer ul li a {
                display: inline-block;
                vertical-align: middle;
                color: #ffffff;
                font-size: 18px;
                font-weight: 500;
                font-family: 'Assistant', sans-serif;
                transition: 0.4s ease all;
            }

                footer .contact_footer ul li a:hover {
                    opacity: 0.8;
                }

                footer .contact_footer ul li a img {
                    max-width: 100%;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }

.bottom_menu .col {
    text-align: right;
}

.bottom_menu .col {
    display: inline-block;
    vertical-align: top;
}

.bottom_menu .col1 {
    margin-left: 100px;
}

.bottom_menu .col2 {
    margin-left: 127px;
}

.bottom_menu .subscribe {
    margin-right: 135px;
}

.bottom_menu .col ul li {
    list-style: none;
    line-height: 18px;
    margin-bottom: 9px;
}

    .bottom_menu .col ul li a {
        color: #ffffff;
        font-size: 18px;
        transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
    }

        .bottom_menu .col ul li a:hover {
            color: #f8688e
        }

.subscribe .btn {
    width: 236px;
    line-height: 48px;
    text-align: center;
    background-color: #f8688e;
    border: 1px solid #ffffff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    margin-top: 10px;
}

    .subscribe .btn:hover {
        background-color: #92c4d2;
    }

.subscribe h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.subscribe strong {
    font-weight: 400;
}

.subscribe {
    padding-bottom: 80px;
}

footer .copy_right {
    height: 70px;
    background-color: #4b3b3f;
}

    footer .copy_right p {
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        padding-top: 28px;
    }

.black_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    opacity: 0;
    visibility: hidden;
}

    .black_overlay.active {
        opacity: 1;
        visibility: visible;
        z-index: 10
    }
/* mikvah4u */
.wrapper_two {
    max-width: 951px;
    margin: 0 auto;
}

.padd_top {
    margin-top: 123px;
    position: relative;
}

.mikveh_page h2 {
    text-align: center;
    color: #4a3239;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
}

.mikveh_page h5 {
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.mikveh_page .read_reviews {
    text-align: center;
    margin-block-end: 40px;
}

    .mikveh_page .read_reviews .star {
        display: inline-block;
        vertical-align: middle;
    }

        .mikveh_page .read_reviews .star h6 {
            color: #b9dcfd;
            font-size: 20px;
            font-weight: 400;
            padding-left: 5px;
            display: inline-block;
            vertical-align: middle;
        }

        .mikveh_page .read_reviews .star .star_icon {
            display: inline-block;
            vertical-align: middle;
        }

        .mikveh_page .read_reviews .star .star_icon {
            color: #8dc8ff;
        }

    .mikveh_page .read_reviews .review {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

        .mikveh_page .read_reviews .review a {
            display: inline-block;
            vertical-align: middle;
            color: #6e6364;
            font-size: 16px;
            font-weight: 400;
            transition: 0.5s all ease;
            -webkit-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            -moz-transition: 0.5s all ease;
            text-decoration-line: underline;
            text-decoration-color: #f05b78;
        }

            .mikveh_page .read_reviews .review a:hover {
                color: #f8688e;
            }

.contact_detail {
    margin-top: 33px;
    padding-bottom: 27px;
    position: relative;
}

    .contact_detail:after {
        background-image: url(../images/site/line.png);
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        content: '';
        position: absolute;
        height: 1px;
    }

    .contact_detail .col {
        display: inline-block;
        vertical-align: top;
    }

        .contact_detail .col.address {
            width: 100%;
            max-width: 202px;
        }

        .contact_detail .col.contact_info {
            max-width: 172px;
            width: 100%;
            max-width: 202px;
        }

        .contact_detail .col.time {
            width: 100%;
            max-width: 295px;
        }

        .contact_detail .col h4 {
            color: #6e6364;
            font-size: 16px;
            font-weight: bold;
            padding-bottom: 12px;
        }

            .contact_detail .col h4 i {
                color: #6e6364;
                font-size: 16px;
                font-weight: 900;
                font-style: normal;
                padding-left: 8px;
            }

            .contact_detail .col h4 img {
                display: inline-block;
                vertical-align: middle;
            }

        .contact_detail .col .text_detail {
            padding-right: 20px;
        }

            .contact_detail .col .text_detail p {
                color: rgba(110, 99, 100, 0.70);
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                padding-bottom: 5px;
            }

                .contact_detail .col .text_detail p em {
                    color: #8dc8ff;
                    font-weight: 16px;
                    font-weight: 400;
                    font-style: normal;
                }

            .contact_detail .col .text_detail a.waze {
                background-color: #92c4d2;
                border-radius: 50px;
                color: #ffffff;
                font-size: 16px;
                font-weight: 400;
                display: inline-block;
                vertical-align: middle;
                width: 100%;
                line-height: 38px;
                padding: 0px 15px;
                margin-top: 15px;
                transition: 0.5s all ease;
                -webkit-transition: 0.5s all ease;
                -o-transition: 0.5s all ease;
                -moz-transition: 0.5s all ease;
            }

                .contact_detail .col .text_detail a.waze:hover {
                    background-color: #f8688e;
                }

                .contact_detail .col .text_detail a.waze img {
                    display: inline-block;
                    vertical-align: middle;
                }

            .contact_detail .col .text_detail a.mail {
                color: #e76780;
                font-size: 16px;
                font-weight: 600;
                text-decoration: underline;
                padding-bottom: 5px;
                display: inline-block;
                vertical-align: middle;
                transition: 0.5s all ease;
                -webkit-transition: 0.5s all ease;
                -o-transition: 0.5s all ease;
                -moz-transition: 0.5s all ease;
                font-family: 'Assistant', sans-serif;
            }

                .contact_detail .col .text_detail a.mail:hover {
                    color: #92c4d2;
                }

            .contact_detail .col .text_detail p strong {
            }

            .contact_detail .col .text_detail h6 {
                color: rgba(110, 99, 100, 0.70);
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                padding-inline-end: 5px;
            }

            .contact_detail .col .text_detail .price {
                padding-inline-end: 3px;
            }

            .contact_detail .col .text_detail .Weekdays {
                border-bottom: 1px solid #e0dede;
            }

                .contact_detail .col .text_detail .Weekdays h5 {
                    width: 49%;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: right;
                    color: rgba(110, 99, 100, 0.70);
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 20px;
                    line-height: 30px
                }

                .contact_detail .col .text_detail .Weekdays.today {
                    border-top: 2px solid #e0dede;
                    padding-top: 10px;
                }

                    .contact_detail .col .text_detail .Weekdays.today h5 {
                        color: #f26d87 !important;
                    }

            .contact_detail .col .text_detail .cal {
                border: 1px solid #dbdbdb;
                width: 100%;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
                margin-top: 10px;
                border-radius: 50px;
                color: rgba(110, 99, 100, 0.70);
                font-size: 16px;
                font-weight: 400;
            }

                .contact_detail .col .text_detail .cal img {
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 7px;
                }

.main .futher_detail {
    display: block;
    width: 182px;
    line-height: 38px;
    color: #6e6364;
    font-size: 16px;
    font-weight: 400;
    background-color: #ececec;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 23px;
    font-weight: 400;
    position: relative;
    padding-right: 34px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

    .main .futher_detail:after {
        position: absolute;
        content: '';
        background-image: url(../images/site/arrow-left.png);
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        z-index: 9;
        background-size: contain;
        top: 0px;
        bottom: 0px;
        margin: auto;
        left: 30px;
    }

.image_gallery {
    margin-top: 52px;
}

    .image_gallery .img {
        height: 315px;
        border-radius: 10px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
    }

.productTemplite .image_gallery .owl-stage-outer {
    max-height: 315px;
}



.image_gallery .img img {
    max-width: 100%;
}

.image_gallery .owl-nav .owl-next {
    background-image: url(../images/site/arrow_s.png);
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    width: 120px;
    height: 126px;
    margin: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    background-repeat: no-repeat;
}

.image_gallery .owl-nav .owl-prev {
    background-image: url(../images/site/arrow_s.png);
    font-size: 0px;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    height: 126px;
    margin: auto;
    background-repeat: no-repeat;
    width: 120px;
}

.services {
    text-align: center;
    margin-bottom: 65px;
}

    .services h2 {
        margin-top: 45px;
        color: #6e6364;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .services .services_list {
        position: relative;
        padding: 20px 0px;
    }

        .services .services_list:after {
            background-image: url(../images/site/line.png);
            width: 100%;
            left: 0px;
            right: 0px;
            bottom: 0px;
            content: '';
            position: absolute;
            height: 1px;
        }

        .services .services_list:before {
            background-image: url(../images/site/line.png);
            width: 100%;
            left: 0px;
            right: 0px;
            top: 0px;
            content: '';
            position: absolute;
            height: 1px;
        }

        .services .services_list .box {
            display: inline-block;
            vertical-align: top;
            margin: 0px 22px;
            position: relative;
        }

            .services .services_list .box img {
                position: absolute;
                top;
                0px;
                left: 0px;
                right: 0px;
                margin: auto;
            }

            .services .services_list .box h6 {
                padding-top: 40px;
                color: #6e6364;
                font-size: 13.71px;
                font-weight: 500;
                width: 44px;
            }

#map {
    min-height: 532px;
}

.hope_pop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

    .hope_pop.active {
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }

    .hope_pop .hope_bg {
        background-color: rgba(255,255,255,0.6);
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        width: 100%;
        height: 100%;
    }

    .hope_pop .hope_wrap {
        width: 825px;
        margin: 80px auto;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 52px 50px 60px 50px;
        box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
        -webkit-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
        -o-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
        -moz-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
        position: relative;
        z-index: 99;
    }

        .hope_pop .hope_wrap .hope_con h2 {
            color: #f26d87;
            font-size: 25.45px;
            font-weight: bold;
            margin-bottom: 50px;
        }

        .hope_pop .hope_wrap .hope_con .change_wrap {
            padding: 10px 0px;
            border-bottom: 1px solid #eeeeee;
        }

            .hope_pop .hope_wrap .hope_con .change_wrap label {
                width: 163px;
                display: inline-block;
                vertical-align: middle;
                color: #383838;
                font-size: 16px;
                font-weight: 900;
            }

            .hope_pop .hope_wrap .hope_con .change_wrap .in {
                width: 404px;
                display: inline-block;
                vertical-align: middle;
                height: 47px;
                color: #383838;
                font-size: 18px;
                font-weight: 400;
                font-family: 'Meoded-Sans_OE';
                padding-right: 20px;
                pointer-events: none;
                transition: 0.5s all ease;
                -webkit-transition: 0.5s all ease;
                -o-transition: 0.5s all ease;
                -moz-transition: 0.5s all ease;
            }

                .hope_pop .hope_wrap .hope_con .change_wrap .in::-webkit-input-placeholder {
                    color: #383838;
                    font-size: 18px;
                    font-weight: 400;
                }

                .hope_pop .hope_wrap .hope_con .change_wrap .in:-moz-placeholder {
                    color: #383838;
                    font-size: 18px;
                    font-weight: 400;
                }

                .hope_pop .hope_wrap .hope_con .change_wrap .in::-moz-placeholder {
                    color: #383838;
                    font-size: 18px;
                    font-weight: 400;
                }

                .hope_pop .hope_wrap .hope_con .change_wrap .in:-ms-input-placeholder {
                    color: #383838;
                    font-size: 18px;
                    font-weight: 400;
                }

                .hope_pop .hope_wrap .hope_con .change_wrap .in::-ms-input-placeholder {
                    color: #383838;
                    font-size: 18px;
                    font-weight: 400;
                }

                .hope_pop .hope_wrap .hope_con .change_wrap .in:placeholder-shown {
                    color: #383838;
                    font-size: 18px;
                    font-weight: 400;
                }

            .hope_pop .hope_wrap .hope_con .change_wrap .editing {
                width: 80px;
                display: inline-block;
                vertical-align: middle;
                border: #f26d87 1px solid;
                border-radius: 50px;
                text-align: center;
                line-height: 28px;
                color: #f26d87;
                font-size: 16px;
                font-weight: 400;
                transition: 0.5s all ease;
                -webkit-transition: 0.5s all ease;
                -o-transition: 0.5s all ease;
                -moz-transition: 0.5s all ease;
                margin-right: 45px;
            }

            .hope_pop .hope_wrap .hope_con .change_wrap.email {
                font-family: 'Assistant', sans-serif;
            }

                .hope_pop .hope_wrap .hope_con .change_wrap.email ::-webkit-input-placeholder {
                    color: #f26d87;
                    font-size: 18px;
                    font-weight: 400;
                    text-decoration: underline
                }

                .hope_pop .hope_wrap .hope_con .change_wrap.email :-moz-placeholder {
                    color: #f26d87;
                    font-size: 18px;
                    font-weight: 400;
                    text-decoration: underline
                }

                .hope_pop .hope_wrap .hope_con .change_wrap.email ::-moz-placeholder {
                    color: #f26d87;
                    font-size: 18px;
                    font-weight: 400;
                    text-decoration: underline
                }

                .hope_pop .hope_wrap .hope_con .change_wrap.email :-ms-input-placeholder {
                    color: #f26d87;
                    font-size: 18px;
                    font-weight: 400;
                    text-decoration: underline
                }

                .hope_pop .hope_wrap .hope_con .change_wrap.email ::-ms-input-placeholder {
                    color: #f26d87;
                    font-size: 18px;
                    font-weight: 400;
                    text-decoration: underline
                }

                .hope_pop .hope_wrap .hope_con .change_wrap.email :placeholder-shown {
                    color: #f26d87;
                    font-size: 18px;
                    font-weight: 400;
                    text-decoration: underline
                }

            .hope_pop .hope_wrap .hope_con .change_wrap .editing:hover {
                background-color: #f26d87;
                color: #ffffff;
            }

            .hope_pop .hope_wrap .hope_con .change_wrap.on_focus .in {
                pointer-events: all;
                border: 1px solid #d8d8d8;
                border-radius: 5px;
            }

.popup_reviews {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

    .popup_reviews.active {
        z-index: 9999;
        opacity: 1;
        visibility: visible;
    }

    .popup_reviews .hope_bg {
        background-color: rgba(255,255,255,0.6);
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        width: 100%;
        height: 100%;
    }

    .popup_reviews .popup_inner {
        width: 790px;
        margin: 80px auto;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 52px 40px 17px 40px;
        box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
        -webkit-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
        -o-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
        -moz-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
        position: relative;
        z-index: 99;
    }

        .popup_reviews .popup_inner .top_col {
            border-bottom: 1px solid #dddddd;
            padding-bottom: 13px;
        }

            .popup_reviews .popup_inner .top_col .right_col {
                float: right
            }

                .popup_reviews .popup_inner .top_col .right_col h2 {
                    color: #f26d87;
                    font-size: 32px;
                }

                .popup_reviews .popup_inner .top_col .right_col h3 {
                    color: rgba(0, 0, 0, 0.70);
                    font-size: 16px;
                    font-weight: 400;
                    margin-bottom: 16px;
                }

                .popup_reviews .popup_inner .top_col .right_col .star {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .popup_reviews .popup_inner .top_col .right_col .star h6 {
                        color: #b9dcfd;
                        font-size: 24px;
                        font-weight: 400;
                        padding-left: 5px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                .popup_reviews .popup_inner .top_col .right_col .star_icon {
                    color: #8dc8ff;
                    font-size: 24px;
                }

            .popup_reviews .popup_inner .top_col .left_col {
                float: left;
                text-align: left;
            }

                .popup_reviews .popup_inner .top_col .left_col .review {
                    width: 134px;
                    height: 38px;
                    line-height: 41px;
                    display: block;
                    text-align: right;
                    background-color: #3592e9;
                    color: #ffffff;
                    font-size: 16px;
                    border-radius: 4px;
                    transition: 0.4s ease all;
                    -o-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    margin: 0 auto;
                    -webkit-transition: 0.4s ease all;
                    margin-left: 0;
                    margin-bottom: 30px;
                    padding-right: 34px;
                    background-image: url(../images/site/edite.png);
                    background-repeat: no-repeat;
                    background-position: right 12px top 9px;
                    background-size: 14px;
                }

                    .popup_reviews .popup_inner .top_col .left_col .review:hover {
                        background-color: #999091
                    }

                .popup_reviews .popup_inner .top_col .left_col select {
                    width: 136px;
                    height: 38px;
                    color: rgba(0, 0, 0, 0.70);
                    font-size: 16px;
                    border-radius: 10px;
                    padding-right: 12px;
                    background-image: url(/Themes/DefaultClean/Content/images/site/down_arrow.png);
                    background-position: left 10px center;
                    background-repeat: no-repeat;
                    outline: none;
                }

                .popup_reviews .popup_inner .top_col .left_col label {
                    color: rgba(0, 0, 0, 0.70);
                    font-size: 16px;
                    margin-left: 2px;
                }

        .popup_reviews .popup_inner .bottom_col {
            height: 546px;
            overflow: auto;
            margin-top: 12px;
            padding-right: 15px;
        }

            .popup_reviews .popup_inner .bottom_col .col_review {
                margin-top: 28px;
            }

                .popup_reviews .popup_inner .bottom_col .col_review .img_col_review {
                    width: 44px;
                    height: 44px;
                    border-radius: 50%;
                    background-color: rgba(214, 214, 214, 0.81);
                    display: inline-block;
                    vertical-align: top;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                }

                .popup_reviews .popup_inner .bottom_col .col_review .text_col_review {
                    width: calc(100% - 48px);
                    padding-right: 10px;
                    display: inline-block;
                    vertical-align: top;
                    padding-left: 90px
                }

                    .popup_reviews .popup_inner .bottom_col .col_review .text_col_review h3 {
                        color: #383838;
                        font-size: 16px;
                    }

                    .popup_reviews .popup_inner .bottom_col .col_review .text_col_review .star {
                        vertical-align: middle;
                    }

                        .popup_reviews .popup_inner .bottom_col .col_review .text_col_review .star h6 {
                            color: rgba(0, 0, 0, 0.50);
                            font-size: 14px;
                            font-weight: 400;
                            padding-left: 5px;
                            display: inline-block;
                            vertical-align: middle;
                        }

                    .popup_reviews .popup_inner .bottom_col .col_review .text_col_review .star_icon {
                        color: #8dc8ff;
                        font-size: 14px;
                    }

                    .popup_reviews .popup_inner .bottom_col .col_review .text_col_review textarea {
                        width: 100%;
                        height: 68px;
                        resize: none;
                        border: 1px solid #ccc;
                        border-radius: 4px;
                        font-size: 16px;
                        color: #000;
                        padding-right: 15px;
                        padding-top: 20px;
                    }

                    .popup_reviews .popup_inner .bottom_col .col_review .text_col_review .sub {
                        width: 134px;
                        height: 34px;
                        border-radius: 25px;
                        color: #fff;
                        text-align: center;
                        line-height: 34px;
                        background-color: #3592e9;
                        cursor: pointer;
                        margin-top: 10px;
                    }

                        .popup_reviews .popup_inner .bottom_col .col_review .text_col_review .sub:hover {
                            background-color: #999091
                        }

            .popup_reviews .popup_inner .bottom_col .col1 {
                margin-bottom: 35px;
            }

                .popup_reviews .popup_inner .bottom_col .col1 .text_col_review .star_icon {
                    color: rgba(0, 0, 0, 0.33);
                    font-size: 22px;
                }

                .popup_reviews .popup_inner .bottom_col .col1 .text_col_review .star h6 {
                    display: block;
                    font-size: 16px;
                    color: rgba(0, 0, 0, 0.30);
                }

                .popup_reviews .popup_inner .bottom_col .col1 .text_col_review .star {
                    margin-bottom: 10px;
                }

            .popup_reviews .popup_inner .bottom_col .col_review .text_col textarea ::-webkit-input-placeholder {
                color: #000;
            }

            .popup_reviews .popup_inner .bottom_col .col_review .text_col_review textarea :-moz-placeholder {
                color: #000;
            }

            .popup_reviews .popup_inner .bottom_col .col_review .text_col_review textarea ::-moz-placeholder {
                color: #000;
            }

            .popup_reviews .popup_inner .bottom_col .col_review .text_col_review textarea :-ms-input-placeholder {
                color: #000;
            }

            .popup_reviews .popup_inner .bottom_col .col_review .text_col_review textarea ::-ms-input-placeholder {
                color: #000;
            }

            .popup_reviews .popup_inner .bottom_col .col_review .text_col_review textarea :placeholder-shown {
                color: #000;
            }

            .popup_reviews .popup_inner .bottom_col .col_review .text_col_review p, .popup_reviews .popup_inner .bottom_col .col_review .text_col_review a {
                color: #515151;
                font-size: 16px;
                line-height: 22px;
                margin-top: 6px;
                display: inline-block;
                vertical-align: top;
            }

            .popup_reviews .popup_inner .bottom_col .col_review .text_col_review a {
                color: #f26d87;
                margin-top: 0px;
            }

#style-9::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

#style-9::-webkit-scrollbar {
    width: 13px;
    background-color: #eaeaea;
}

#style-9::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
}

/* search page */
.padd_top .banner {
    padding-top: 0;
}

.serach_page .banner {
    min-height: 825px;
}

.serach_page h2 {
    padding-top: 55px;
    color: #4a3239;
    font-size: 28.04px;
    font-weight: bold;
    padding-bottom: 5px;
}

.serach_page p {
    color: #8b787b;
    font-size: 20px;
    font-weight: 400;
}

.serach_page .serach_filter_list {
    margin-bottom: 28px;
    text-align: right;
}

    .serach_page .serach_filter_list ul {
        width: 890px;
        margin: 0 auto;
    }

        .serach_page .serach_filter_list ul li {
            list-style: none;
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px;
            margin-bottom: 28px;
        }

            .serach_page .serach_filter_list ul li:nth-child(6) {
                margin-left: 0;
            }

            .serach_page .serach_filter_list ul li a {
                background-color: #ffffff;
                padding-left: 25px;
                padding-right: 20px;
                display: inline-block;
                vertical-align: middle;
                line-height: 35px;
                border-radius: 50px;
                text-align: right;
                color: #f26d87;
                font-size: 16.17px;
                font-weight: 400;
                transition: 0.5s all ease;
                -webkit-transition: 0.5s all ease;
                -o-transition: 0.5s all ease;
                -moz-transition: 0.5s all ease;
                position: relative;
                white-space: nowrap;
            }

                .serach_page .serach_filter_list ul li a:after {
                    position: absolute;
                    content: '\2715';
                    right: 10px;
                    top: 0px;
                    bottom: 0px;
                    margin: auto;
                    color: #ffffff;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.5s all ease;
                    -webkit-transition: 0.5s all ease;
                    -moz-transition: 0.5s all ease;
                    -o-transition: 0.5s all ease;
                    height: 31px;
                    font-weight: bold;
                }

            .serach_page .serach_filter_list ul li.active a:after {
                opacity: 1;
                visibility: visible;
            }

            .serach_page .serach_filter_list ul li a i {
                position: relative;
                display: inline-block;
                vertical-align: middle;
                width: 30px;
            }

                .serach_page .serach_filter_list ul li a i img {
                    display: inline-block;
                    vertical-align: middle;
                    position: absolute;
                    left: 0px;
                    right: 0px;
                    bottom: 0px;
                    top: 0px;
                    margin: auto;
                    max-width: 100%;
                    transition: 0.5s all ease;
                    -webkit-transition: 0.5s all ease;
                    -o-transition: 0.5s all ease;
                    -moz-transition: 0.5s all ease;
                    height: 25px;
                }

                    .serach_page .serach_filter_list ul li a i img + img {
                        opacity: 0;
                        visibility: hidden;
                    }

            .serach_page .serach_filter_list ul li a:hover {
                color: #ffffff;
                background-color: #f26d87;
            }

                .serach_page .serach_filter_list ul li a:hover i img {
                    opacity: 0;
                    visibility: hidden;
                }

                    .serach_page .serach_filter_list ul li a:hover i img + img {
                        opacity: 1;
                        visibility: visible;
                    }

            .serach_page .serach_filter_list ul li.active a {
                color: #ffffff;
                background-color: #f26d87;
                padding-right: 30px;
                padding-left: 15px;
            }

                .serach_page .serach_filter_list ul li.active a i img {
                    opacity: 1;
                    visibility: visible;
                }

                    .serach_page .serach_filter_list ul li.active a i img + img {
                        opacity: 1;
                        visibility: visible;
                    }

.serach_page .search_location .bottom_btn {
    position: fixed;
    bottom: 5px;
    left: 20px;
    transition: bottom .2s;
}

    .serach_page .search_location .bottom_btn a {
        background-color: #8dc8ff;
        line-height: 56px;
        border-radius: 50px;
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
    }

        .serach_page .search_location .bottom_btn a img {
            margin: 0px 12px -6px 12px;
            display: inline-block;
            vertical-align: middle;
        }

        .serach_page .search_location .bottom_btn a:hover {
            background-color: #f8688e;
        }

.serach_result_page .search_location {
    margin-top: 20px;
    padding-block-start: 30px;
}

.serach_result {
    max-width: 1624px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 15px;
    padding-right: 77px;
    padding-left: 95px;
    margin-top: -660px;
    border: 1px solid #dedede;
    box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
    margin-bottom: 172px;
    -webkit-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
    -o-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
    -moz-box-shadow: 0px 13px 68px rgba(177, 25, 58, 0.1);
    text-align: center;
}

    .serach_result h2 {
        color: #4a3239;
        font-size: 39.24px;
        font-weight: 400;
        text-align: center;
        padding-top: 50px;
    }

    .serach_result .serach_wrapper {
    }

        .serach_result .serach_wrapper .right {
            float: right;
            width: 20%;
            padding-top: 81px;
        }

        .serach_result .serach_wrapper .left {
            float: left;
            width: 75%;
            padding-bottom: 70px;
        }

        .serach_result .serach_wrapper .right h6 {
            color: #6e6364;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .serach_result .serach_wrapper .right .rating {
            position: relative;
            padding-top: 24px;
            padding-bottom: 18px;
        }

        .serach_result .serach_wrapper .right .filtering:before {
            position: absolute;
            content: '';
            background-image: url(../images/site/dotted_line.png);
            width: 100%;
            height: 2px;
            top: 0px;
            right: 0px;
        }

        .serach_result .serach_wrapper .right .rating:after {
            position: absolute;
            content: '';
            background-image: url(../images/site/dotted_line.png);
            width: 100%;
            height: 2px;
            bottom: 0px;
            right: 0px;
        }

        .serach_result .serach_wrapper .right .rating .star_icon {
            margin-bottom: 12px;
        }

            .serach_result .serach_wrapper .right .rating .star_icon.pink i {
                color: #f4a6b6;
            }

        .serach_result .serach_wrapper .right .filtering {
            position: relative;
            padding-top: 21px;
            padding-bottom: 28px;
        }

            .serach_result .serach_wrapper .right .filtering:after {
                position: absolute;
                content: '';
                background-image: url(../images/site/dotted_line.png);
                width: 100%;
                height: 2px;
                bottom: 0px;
                right: 0px;
            }

            .serach_result .serach_wrapper .right .filtering ul li {
                list-style: none;
                display: inline-block;
                vertical-align: middle;
                margin-left: 21px;
                margin-bottom: 15px;
                display: block;
            }

                .serach_result .serach_wrapper .right .filtering ul li a {
                    color: #f26d87;
                    font-size: 14px;
                    font-weight: 400;
                    padding-right: 25px;
                    line-height: 30px;
                    transition: 0.5s all ease;
                    -webkit-transition: 0.5s all ease;
                    -o-transition: 0.5s all ease;
                    -moz-transition: 0.5s all ease;
                    display: inline-block;
                    vertical-align: middle;
                    padding-left: 12px;
                    position: relative;
                    border-radius: 50px;
                }

                    .serach_result .serach_wrapper .right .filtering ul li a:hover {
                        background-color: #f8688e;
                        color: #ffffff;
                    }

                    .serach_result .serach_wrapper .right .filtering ul li a:after {
                        position: absolute;
                        content: '\2715';
                        right: 10px;
                        top: 0px;
                        bottom: 0px;
                        margin: auto;
                        color: #ffffff;
                        opacity: 0;
                        visibility: hidden;
                        transition: 0.5s all ease;
                        -webkit-transition: 0.5s all ease;
                        -moz-transition: 0.5s all ease;
                        -o-transition: 0.5s all ease;
                        height: 31px;
                        font-weight: bold;
                    }

                .serach_result .serach_wrapper .right .filtering ul li.active a:after {
                    opacity: 1;
                    visibility: visible;
                }

                .serach_result .serach_wrapper .right .filtering ul li.active a {
                    background-color: #f8688e;
                    color: #ffffff;
                }


        .serach_result .serach_wrapper .left .title {
            height: 48px;
            text-align: right;
            border-top: 1px solid #f8f0f1;
            border-bottom: 1px solid #f8f0f1;
            margin-bottom: 40px;
        }

            .serach_result .serach_wrapper .left .title h5 {
                display: inline-block;
                vertical-align: top;
                line-height: 48px;
                color: #3b3b3b;
                font-size: 20px;
                padding-right: 5px;
                font-weight: 400;
            }

            .serach_result .serach_wrapper .left .title ul {
                list-style: none;
                display: inline-block;
                vertical-align: top;
                padding-right: 34px;
            }

                .serach_result .serach_wrapper .left .title ul li {
                    display: inline-block;
                    vertical-align: top;
                    line-height: 48px;
                    float: right;
                }

                    .serach_result .serach_wrapper .left .title ul li a {
                        display: block;
                        color: #f26d87;
                        font-size: 20px;
                        font-weight: bold;
                        min-width: 160px;
                        text-align: center;
                        transition: 0.4s ease all;
                        -o-transition: 0.4s ease
                    }

                    .serach_result .serach_wrapper .left .title ul li:hover a, .serach_result .serach_wrapper .left .title ul li.active a {
                        color: #fff;
                        background-color: #f26d87;
                    }

        .serach_result .serach_wrapper .left .col {
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #dedede;
            float: right;
            margin-bottom: 15px;
        }

            .serach_result .serach_wrapper .left .col:nth-child(3n) {
                margin-left: 0px;
            }

            .serach_result .serach_wrapper .left .col .img_col {
                width: 49.7%;
                height: 100%;
                border-bottom: 1px solid #dedede;
                background-image: url(../images/site/t.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                float: right;
                overflow: hidden;
                position: relative;
                background-position: center;
            }

                .serach_result .serach_wrapper .left .col .img_col a {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }

            .serach_result .serach_wrapper .left .col .text_col {
                width: 100%;
                position: relative;
                text-align: right;
                padding: 0px 25px 0px 60px;
                float: left;
                width: 50.1%;
                padding-right: 70px;
            }

            .serach_result .serach_wrapper .left .col .high_rating {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                width: 200px;
                transform: rotate(40deg);
                -webkit-transform: rotate(40deg);
                -moz-transform: rotate(40deg);
                -o-transform: rotate(40deg);
                background-color: #3592e9;
                position: absolute;
                z-index: 9;
                top: 25px;
                right: -50px;
            }

                .serach_result .serach_wrapper .left .col .high_rating.c_change {
                    background-color: #f26d87;
                }

                .serach_result .serach_wrapper .left .col .high_rating h5 {
                    color: #ffffff;
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 45px;
                }

            .serach_result .serach_wrapper .left .col .text_col .mikveh_link {
                color: #f26d87;
                font-size: 24px;
                padding-top: 33px;
                margin-bottom: 5px;
                display: block;
                font-weight: bold;
            }

            .serach_result .serach_wrapper .left .col .text_col h4 {
                color: #000000;
                font-size: 20px;
                font-weight: 400;
                margin-bottom: 8px;
            }

            .serach_result .serach_wrapper .left .col .text_col .star {
                display: inline-block;
                vertical-align: middle;
            }

                .serach_result .serach_wrapper .left .col .text_col .star > h6 {
                    color: #8dc8ff;
                    font-size: 20px;
                    font-weight: 400;
                    padding-left: 5px;
                    display: inline-block;
                    vertical-align: middle;
                }

                .serach_result .serach_wrapper .left .col .text_col .star .star_icon {
                    display: inline-block;
                    vertical-align: middle;
                }

                .serach_result .serach_wrapper .left .col .text_col .star .star_icon {
                    color: #8dc8ff;
                }

            .serach_result .serach_wrapper .left .col .text_col .review {
                display: inline-block;
                vertical-align: middle;
                margin-right: 17px;
            }

                .serach_result .serach_wrapper .left .col .text_col .review a {
                    display: inline-block;
                    vertical-align: middle;
                    color: #a19b9c;
                    font-size: 20px;
                    font-weight: 400;
                    transition: 0.5s all ease;
                    -webkit-transition: 0.5s all ease;
                    -o-transition: 0.5s all ease;
                    -moz-transition: 0.5s all ease;
                    border-bottom: 1px solid;
                    line-height: 20px;
                }

                    .serach_result .serach_wrapper .left .col .text_col .review a:hover {
                        color: #92c4d2;
                    }

            .serach_result .serach_wrapper .left .col .text_col label {
                display: block;
                line-height: 30px;
                margin-top: 17px;
                background-position: right top;
                background-repeat: no-repeat;
            }

.col.productBox .text_col label i {
    font-style: normal;
    font-size: 20px;
    vertical-align: text-bottom;
    font-weight: bold;
    margin-right: 4px
}



            .serach_result .serach_wrapper .left .col .text_tt {
                padding-top: 22px;
                margin-top: 22px;
                position: relative;
            }

                .serach_result .serach_wrapper .left .col .text_tt:after {
                    background-image: url(../images/site/black_line.png);
                    background-position: top center;
                    position: absolute;
                    content: '';
                    top: 0px;
                    width: 100%;
                    height: 1px;
                }

                .serach_result .serach_wrapper .left .col .text_tt h6 {
                    color: #000000;
                    font-size: 20px;
                    font-weight: bold;
                }

.hope_pop .hope_wrap .hope_con .change_wrap .file-upload {
    display: inline-block;
    vertical-align: middle;
    width: 404px;
}

    .hope_pop .hope_wrap .hope_con .change_wrap .file-upload .custom-file-upload {
        width: 47%;
        float: right;
        margin-bottom: 20px;
        height: 50px;
    }

        .hope_pop .hope_wrap .hope_con .change_wrap .file-upload .custom-file-upload:nth-child(2n) {
            float: left;
        }

        .hope_pop .hope_wrap .hope_con .change_wrap .file-upload .custom-file-upload img {
            max-width: 100%;
            display: block;
            border-radius: 5px;
            max-height: 100%;
        }

        .hope_pop .hope_wrap .hope_con .change_wrap .file-upload .custom-file-upload input[type="file"] {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 0px;
        }

.hope_pop .hope_wrap .hope_con .change_wrap.file_upload label, .hope_pop .hope_wrap .hope_con .change_wrap.file_upload .editing {
    vertical-align: top;
}

.hope_pop .hope_wrap .hope_con .change_wrap.file_upload {
    padding: 22px 0px;
    padding-bottom: 10px;
}

.hope_pop .hope_wrap .submit {
    display: block;
    width: 150px;
    line-height: 40px;
    background-color: #3592e9;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    margin: auto;
    margin-top: 34px;
    cursor: pointer;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

    .hope_pop .hope_wrap .submit:hover {
        background-color: #f26d87;
    }



.padd_top .update_info a {
    display: inline-block;
    vertical-align: middle;
    background-color: #8dc8ff;
    line-height: 38px;
    margin-right: 16px;
    border-radius: 50px;
    padding: 0px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

    .padd_top .update_info a span {
        padding-inline-start: 8px;
    }

    .padd_top .update_info a:hover {
        box-shadow: 0px 0px 20px rgba(248, 104, 142,0.5);
        -webkit-box-shadow: 0px 0px 20px rgba(248, 104, 142,0.5);
        -moz-box-shadow: 0px 0px 20px rgba(248, 104, 142,0.5);
        -o-box-shadow: 0px 0px 20px rgba(248, 104, 142,0.5);
    }

    .padd_top .update_info a img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
    }



/* contact us page */
.inner_banner {
    min-height: 840px;
}

.contact_us h2 {
    font-size: 50px;
    padding-top: 47px;
    padding-bottom:;
}

.contact_page {
    max-width: 1624px;
    margin: 0 auto;
    box-shadow: 0px 26px 68px 0px rgba(125, 14, 35, 0.21);
    border: 1px solid rgb(222, 222, 222);
    background-color: #fff;
    min-height: 150px;
    border-radius: 16px;
    text-align: center;
    padding: 42px 198px 98px 198px;
    margin-top: -669px;
    margin-bottom: 150px;
}

    .contact_page h3 {
        color: #4a3239;
        font-size: 29.62px;
        font-weight: 400;
        line-height: 35px;
        margin-bottom: 81px;
    }

    .contact_page .inner .left_col {
        float: right;
        width: 460px;
    }

        .contact_page .inner .left_col .in {
            width: 100%;
            height: 64px;
            border: 1px solid #d8d8d8;
            border-radius: 10px;
            margin-bottom: 28px;
            padding-right: 16px;
            color: #383838;
            font-size: 22px;
            font-weight: 400;
            font-family: 'Meoded-Sans_OE';
            transition: 0.4s ease all;
            background-repeat: no-repeat;
            background-position: left 17px center;
        }

            .contact_page .inner .left_col .in.in_name {
                background-image: url(../images/site/icon_name.png);
            }

            .contact_page .inner .left_col .in.in_gmail {
                background-image: url(../images/site/icon_gmail.png)
            }

            .contact_page .inner .left_col .in.in_phone {
                background-image: url(../images/site/icon_tell.png)
            }

            .contact_page .inner .left_col .in:focus {
                border-color: #3592e9
            }

            .contact_page .inner .left_col .in::-webkit-input-placeholder {
                color: #383838;
            }

            .contact_page .inner .left_col .in:-moz-placeholder {
                color: #383838;
            }

            .contact_page .inner .left_col .in::-moz-placeholder {
                color: #383838;
            }

            .contact_page .inner .left_col .in:-ms-input-placeholder {
                color: #383838;
            }

            .contact_page .inner .left_col .in::-ms-input-placeholder {
                color: #383838;
            }

            .contact_page .inner .left_col .in:placeholder-shown {
                color: #383838;
            }

        .contact_page .inner .left_col .in_t {
            height: 195px;
            resize: none;
            padding-top: 28.5px
        }

        .contact_page .inner .left_col .sub {
            width: 235px;
            height: 68px;
            background-color: #00b1c1;
            border-radius: 40px;
            color: #ffffff;
            font-size: 24px;
            font-weight: 400;
            cursor: pointer;
            transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
            margin-top: 10px;
        }

            .contact_page .inner .left_col .sub:hover {
                background-color: #f26d87;
            }

        .contact_page .inner .left_col:nth-child(2) {
            float: left;
            width: 684px;
            background-color: #fef0f3;
            text-align: right;
            padding: 107px 48px 106px 70px;
            border-radius: 16px;
        }

        .contact_page .inner .left_col h4 {
            color: rgba(242, 109, 135, 0.70);
            font-size: 27.4px;
            margin-bottom: 6px;
        }

        .contact_page .inner .left_col p {
            color: #383838;
            font-size: 22px;
            line-height: 25px;
            margin-bottom: 50px;
        }

        .contact_page .inner .left_col a {
            display: block;
            color: #f26d87;
            font-size: 31.66px;
            font-weight: 300;
            font-family: 'Assistant', sans-serif;
            border-bottom: 1px solid #f69eaf;
            line-height: 31px;
            margin-top: 17px;
            transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
        }

            .contact_page .inner .left_col a:hover {
                color: #3592e9;
                border-color: #3592e9;
            }

        .contact_page .inner .left_col .left {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            padding: 0px 27px;
        }

            .contact_page .inner .left_col .left + .left a {
                font-size: 40.3px;
                font-weight: bold;
                font-family: 'Meoded-Sans_OE';
                border: none;
                pointer-events: none;
                font-weight: 400;
                color: rgba(242, 109, 135, 0.7);
            }
/* login page */
.welcome {
    text-align: center;
}

    .welcome h2 {
        color: #f26d87;
        font-size: 39.5px;
        margin-bottom: 42px;
        padding-top: 61px;
    }

    .welcome h3 {
        color: #383838;
        font-size: 26px;
    }

    .welcome h4 {
        color: #383838;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .welcome label {
        color: #383838;
        font-size: 17px;
        text-align: right;
        display: block;
        margin-bottom: 9px;
    }

    .welcome .in {
        width: 100%;
        height: 51px;
        border: 1px solid #d8d8d8;
        color: #383838;
        font-size: 17px;
        font-family: 'Meoded-Sans_OE';
        border-radius: 5px;
        padding-right: 10px;
    }

    .welcome label + .in {
        margin-bottom: 32px;
    }

    .welcome .in:focus {
        border-color: #3592e9
    }

    .welcome .sub {
        cursor: pointer;
        font-family: 'Meoded-Sans_OE';
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        height: 48px;
        background-color: #3592e9;
        width: 251px;
        border-radius: 40px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

        .welcome .sub:hover {
            background-color: #f26d87
        }

    .welcome form > a {
        color: #3592e9;
        font-size: 14px;
        font-weight: 400;
        display: block;
        line-height: 8px;
        border-bottom: 1px solid;
        max-width: 85px;
        margin: 0 auto;
        margin-left: 0;
        margin-top: -13px;
        transition: 0.4s ease all;
        margin-bottom: 21px;
    }

        .welcome form > a:hover {
            color: #f26d87
        }

    .welcome .sosial_icon {
        margin-top: 16px;
        margin-bottom: 50px;
    }

        .welcome .sosial_icon a {
            height: 47px;
            line-height: 50px;
            border-radius: 40px;
            transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            font-size: 17px;
            background-repeat: no-repeat;
            padding-right: 28px;
            padding-left: 28px;
            background-position: right 20px center;
            margin: 0px 5px;
        }

            .welcome .sosial_icon a svg {
                height: 25px;
                margin-block-start: 10px;
            }

            .welcome .sosial_icon a span {
                padding-inline-start: 5px;
                vertical-align: top;
            }

            .welcome .sosial_icon a:hover {
                background-color: #ababab;
                color: #fff;
                border-color: #fff;
            }

        .welcome .sosial_icon .fb {
            background-color: #3164cb;
            background-image: url(../images/site/fb.png);
        }

        .welcome .sosial_icon .gmail {
            border: 1px solid #ababab;
            color: #383838;
        }

        .welcome .sosial_icon .twitt {
            background-color: #34a1ce;
            background-image: url(../images/site/twitt.png)
        }

    .welcome form {
        max-width: 404px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
/* the_rabbi_page */
.serach_page .the_rabbi h2 {
    font-size: 50px;
    padding-top: 41px;
}

.the_rabbi_page {
    max-width: 1624px;
    margin: 0 auto;
    box-shadow: 0px 26px 68px 0px rgba(125, 14, 35, 0.21);
    border: 1px solid rgb(222, 222, 222);
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 61px 0px 78px 0px;
    margin-top: -700px;
    margin-bottom: 150px;
}

    .the_rabbi_page ul {
        list-style: none;
        display: flex;
        border: 1px solid #f26d87;
        border-radius: 40px;
        overflow: hidden;
        max-width: 594px;
        margin: 0 auto;
        margin-bottom: 29px;
    }

        .the_rabbi_page ul li label {
            width: 153px;
            transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
            color: #f8688e;
            font-size: 22px;
            font-weight: 400;
            text-align: center;
            height: 54px;
            line-height: 54px;
            cursor: pointer;
            margin-bottom: 0
        }

            .the_rabbi_page ul li label:hover, .the_rabbi_page ul li.active {
                background-color: #f26d87;
                color: #fff;
            }

                .the_rabbi_page ul li label:hover, .the_rabbi_page ul li.active label {
                    color: #fff;
                }

    .the_rabbi_page form {
        max-width: 460px;
        margin: 0 auto;
    }

        .the_rabbi_page form > span {
            display: block;
            text-align: right;
            color: #6e6364;
            font-size: 20px;
            margin-top: 43px;
            margin-bottom: 29px;
        }

    .the_rabbi_page label {
        color: #383838;
        font-size: 17px;
        text-align: right;
        display: block;
        margin-bottom: 9px;
    }

    .the_rabbi_page .in {
        width: 100%;
        height: 64px;
        border: 1px solid #d8d8d8;
        color: rgba(56, 56, 56, 0.70);
        font-size: 22px;
        font-family: 'Meoded-Sans_OE';
        border-radius: 10px;
        padding-right: 22px;
        margin-bottom: 29px;
        background-repeat: no-repeat;
        padding-left: 28px;
        background-position: left 20px center;
        outline: none;
    }

        .the_rabbi_page .in:focus {
            border-color: #3592e9
        }

        .the_rabbi_page .in.in_t {
            height: 197px;
            resize: none;
            padding-top: 28.5px;
        }

    .the_rabbi_page .sub {
        cursor: pointer;
        font-family: 'Meoded-Sans_OE';
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        height: 68px;
        background-color: #3592e9;
        width: 235px;
        border-radius: 40px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

        .the_rabbi_page .sub:hover {
            background-color: #f26d87
        }

    .the_rabbi_page .in::-webkit-input-placeholder {
        color: rgba(56, 56, 56, 0.70);
    }

    .the_rabbi_page .in:-moz-placeholder {
        color: rgba(56, 56, 56, 0.70);
    }

    .the_rabbi_page .in::-moz-placeholder {
        color: rgba(56, 56, 56, 0.70);
    }

    .the_rabbi_page .in:-ms-input-placeholder {
        color: rgba(56, 56, 56, 0.70);
    }

    .the_rabbi_page .in::-ms-input-placeholder {
        color: rgba(56, 56, 56, 0.70);
    }

    .the_rabbi_page .in:placeholder-shown {
        color: rgba(56, 56, 56, 0.70);
    }

    .the_rabbi_page input[type="checkbox"] {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .the_rabbi_page label.NewsletterRegistration {
        position: relative;
        padding-right: 54px;
        background-image: url(../images/site/ch.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 30px;
        font-size: 20px;
        color: #6e6364;
        line-height: 30px;
        text-align: right;
        margin-bottom: 47px;
        margin-left: 5px;
    }

    .the_rabbi_page label.active {
        background-image: url(../images/site/ch1.png);
    }

    .the_rabbi_page .in.in_gmail {
        background-image: url(../images/site/icon_gmail.png)
    }

    .the_rabbi_page .in.in_phone {
        background-image: url(../images/site/icon_tell.png)
    }

    .the_rabbi_page select {
        background-image: url(../images/site/select_arrow.png);
        color: rgba(56, 56, 56, 0.70);
    }

/* calendar */
.calendar {
    max-width: 1470px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 77px;
    margin-bottom: 84px;
}

    .calendar .foreign {
        overflow: hidden;
        border-radius: 30px;
        border: 1px solid #f26d87;
        display: flex;
        width: 140px;
        position: absolute;
        left: 0;
        top: -80px;
    }

        .calendar .foreign a {
            width: 70px;
            height: 22px;
            line-height: 27px;
            text-align: center;
            color: #f26d87;
            transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
            font-size: 15.62px;
        }

            .calendar .foreign a:hover, .calendar .foreign a.active {
                background-color: #f26d87;
                color: #fff
            }

    .calendar h2 {
        color: #4a3239;
        font-size: 50.52px;
        margin-bottom: 8px;
    }

    .calendar .calendar_title {
    }

        .calendar .calendar_title .comman {
            display: inline-block;
            vertical-align: top;
            height: 35px;
            border: 1px solid #dadada;
            border-radius: 30px;
            overflow: hidden;
        }

        .calendar .calendar_title a {
            width: 40px;
            display: inline-block;
            vertical-align: top;
            background-color: #f2f2f2;
            height: 35px;
            background-position: center;
            background-repeat: no-repeat;
            transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
        }

            .calendar .calendar_title a:hover {
                background-color: #f8688e
            }

            .calendar .calendar_title a.prev {
                background-image: url(../images/site/right.png);
            }

            .calendar .calendar_title a.next {
                background-image: url(../images/site/left.png);
            }

        .calendar .calendar_title p {
            width: 66px;
            color: #575757;
            font-size: 22px;
            font-weight: 400;
            display: inline-block;
            vertical-align: top;
            line-height: 35px;
        }



        .calendar .calendar_title .month_name p {
            width: 106px;
        }

    .calendar a {
        transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
    }

    .calendar .inner {
        padding-left: 150px;
    }

        .calendar .inner .left_col {
            float: left;
            width: 80%;
            position: relative;
        }

        .calendar .inner .right_col {
            width: 264px;
            float: right;
            text-align: right
        }

        .calendar .inner a {
            display: inline-block;
            background-repeat: no-repeat;
            font-size: 15.6px;
            font-weight: 400;
        }

        .calendar .inner .bride_screen {
            height: 38px;
            min-width: 80px;
            padding-left: 18px;
            padding-right: 29px;
            background-color: #f26d87;
            color: #fff;
            border-radius: 30px;
            line-height: 42px;
            background-position: right 10px center;
            background-repeat: no-repeat;
            background-size: 18px 18px;
            background-image: url(/Themes/DefaultClean/Content/images/Tags/iii7.png);
            float: left;
        }

        .calendar .inner .bride_screen_i {
        }

        .calendar .inner .right_col .bride_screen:hover {
            background-color: #ababab
        }

        .calendar .inner .my_events {
            height: 38px;
            min-width: 140px;
            padding-left: 17px;
            padding-right: 17px;
            background-color: #ababab;
            color: #fff;
            border-radius: 30px;
            line-height: 42px;
            /*background-image: url(../images/site/my_events.png);*/
            background-position: right 21px center;
            float: right;
        }

        .calendar .inner .right_col .my_events:hover {
            background-color: #f26d87
        }

        .calendar .inner .right_col .reader {
            color: #f26d87;
            padding-right: 5px;
            margin-bottom: 19px;
            margin-top: 30px;
        }

        .calendar .inner .right_col ul {
            display: block;
            list-style: none;
        }

            .calendar .inner .right_col ul li {
                display: block;
                color: #383838;
                font-size: 19px;
                font-weight: 400;
                padding-right: 20px;
                background-repeat: no-repeat;
                background-position: right top 1px;
                line-height: 26px;
                margin-bottom: 26px;
            }

                .calendar .inner .right_col ul li:first-child {
                    background-position: right 5px top 1px
                }

                .calendar .inner .right_col ul li:nth-child(2) {
                    background-position: right 10px top 1px
                }

                .calendar .inner .right_col ul li:nth-child(7) {
                    background-position: right 4px top 1px
                }

        .calendar .inner .left_col .explanation_calendar {
            max-width: 173.72px;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            padding-right: 19px;
            height: 38px;
            line-height: 38px;
            text-align: right;
            background-color: #f26d87;
            display: inline-block;
            border-radius: 30px;
            padding-left: 19px;
            /*background-image: url(../images/site/explanation.png);*/
            background-repeat: no-repeat;
            background-position: right 12px center;
            width: 100%;
            display: inline-block;
            margin: 0 auto;
            margin-left: 0;
            float: left;
        }

            .calendar .inner .left_col .explanation_calendar:hover {
                background-color: #ababab
            }

        .calendar .inner .left_col .day_title {
            margin-top: 36px;
        }

            .calendar .inner .left_col .day_title li {
                height: 32px;
                line-height: 32px;
                text-align: center;
                background-color: #9b9b9b;
                color: #fff;
                font-weight: 400;
                font-size: 19.34px;
                border-left: 1px solid #fff;
            }

                .calendar .inner .left_col .day_title li:last-child {
                    border-left: none;
                }

        .calendar .inner .left_col ul {
            list-style: none;
        }

            .calendar .inner .left_col ul li {
                float: right;
                width: 14.28%;
            }

        .calendar .inner .left_col .day {
        }

            .calendar .inner .left_col .day li {
                height: 120px;
                border: 1px solid #e2e2e2;
                position: relative;
                background-repeat: no-repeat;
                background-position: bottom 47px center;
            }

                .calendar .inner .left_col .day li.border_opa {
                    border-color: rgba(226, 226, 226, 0.3)
                }

                .calendar .inner .left_col .day li img {
                    position: absolute;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    bottom: 47px;
                }

                .calendar .inner .left_col .day li .active {
                    background-color: #fff4f7;
                    height: 100%;
                }

                    .calendar .inner .left_col .day li .active i {
                        background-color: #f8688e;
                        color: #fff
                    }

                .calendar .inner .left_col .day li b {
                    position: absolute;
                    left: 5px;
                    top: 4px;
                    color: rgba(94, 94, 94, 0.66);
                    font-size: 19px;
                    font-weight: 400;
                }

                .calendar .inner .left_col .day li i {
                    color: #383838;
                    font-size: 19px;
                    position: absolute;
                    right: 6px;
                    top: 4px;
                    font-style: normal;
                    height: 22px;
                    line-height: 25px;
                    min-width: 24px;
                    text-align: center;
                }

                .calendar .inner .left_col .day li em {
                    color: #e7abbc;
                    font-size: 14px;
                    position: absolute;
                    right: 0px;
                    top: 3px;
                    font-style: normal;
                    text-align: center;
                    left: 0;
                    margin: 0 auto;
                }

                .calendar .inner .left_col .day li span.line {
                    height: 8px;
                    display: inline-block;
                    position: absolute;
                    bottom: 23px;
                    width: 104%;
                    border-top: 2px solid #fff;
                    border-bottom: 2px solid #fff;
                    z-index: 1
                }



                .calendar .inner .left_col .day li span.full_line {
                    right: -2px;
                }

                .calendar .inner .left_col .day li span.full_line_r {
                    right: 5px;
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .calendar .inner .left_col .day li span.full_line_l {
                    left: 5px;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .calendar .inner .left_col .day li span.half {
                    width: 52%;
                }

                .calendar .inner .left_col .day li span.line_l_half {
                    right: 0px;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                    width: 50%;
                    right: 0;
                }

                .calendar .inner .left_col .day li span.line_r_half {
                    left: 0px;
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                    width: 50%;
                }

                .calendar .inner .left_col .day li .left {
                    right: -1px;
                }

                .calendar .inner .left_col .day li .right {
                    left: -1px;
                }

                .calendar .inner .left_col .day li .right_l {
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                    left: 3px;
                }

                .calendar .inner .left_col .day li .full_line.right_l, .calendar .inner .left_col .day li .full_line.left_l {
                    width: 98%
                }

                .calendar .inner .left_col .day li .half.right_l, .calendar .inner .left_col .day li .half.left_l {
                    width: 47%
                }

                .calendar .inner .left_col .day li .left_l {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .calendar .inner .left_col .day li .full_line.right_l.left_l {
                    width: 92%
                }

                .calendar .inner .left_col .day li .left.left_l {
                    right: 4px;
                }

                .calendar .inner .left_col .day li .half.left_l.right_l {
                    width: 45%
                }

                /* red */
                .calendar .inner .left_col .day li span.red_c {
                    background-color: #dd0711;
                }

                .calendar .inner .left_col .day li span.blue_c {
                    background-color: #ababab;
                }

                .calendar .inner .left_col .day li span.skyblue_c {
                    background-color: #48b1ed;
                }

                .calendar .inner .left_col .day li span.green_c {
                    background-color: #6bd7b2;
                }

                .calendar .inner .left_col .day li span.perpal_c {
                    background-color: #a86ef6;
                }

                .calendar .inner .left_col .day li.blood {
                    background-image: url(../images/site/blood.png);
                }

                .calendar .inner .left_col .day li.hand {
                    background-image: url(../images/site/hand.png);
                }

                .calendar .inner .left_col .day li.Seven {
                    background-image: url(../images/site/seven.png);
                }

                .calendar .inner .left_col .day li.night {
                    background-image: url(../images/site/night.png);
                }

                .calendar .inner .left_col .day li.stop {
                    background-image: url(../images/site/stop11.png);
                }

                .calendar .inner .left_col .day li.love {
                    background-image: url(../images/site/love1.png);
                }







/*gallery*/
.gallery {
}

    .gallery .welcome {
    }

        .gallery .welcome h2 {
            font-size: 50.56px;
            color: #4a3239;
        }

    .gallery .gal_images {
        width: 100%;
        max-width: 790px;
        margin: 0 auto;
        margin-bottom: 99px;
    }

        .gallery .gal_images .col {
            width: 100%;
            max-width: 228px;
            float: right;
            margin-bottom: 60px;
            margin-left: 50px;
        }

            .gallery .gal_images .col:nth-child(3n) {
                margin-left: 0;
            }

        .gallery .gal_images .image_sec {
            border-radius: 10px;
            width: 100%;
            height: 100%;
            max-width: 228px;
            height: 201px;
            background-position: center;
            background-size: cover;
        }

        .gallery .gal_images p {
            font-size: 22px;
            color: #383838;
            margin-top: 17px;
        }

/*termination*/
.termination {
    padding-top: 60px;
}

    .termination h3 {
        text-align: center;
        font-size: 19px;
        color: #383838;
    }

    .termination h2 {
        text-align: center;
        font-size: 50.56px;
        color: #4a3239;
    }

    .termination .the_rabbi_page {
        text-align: center;
        margin-top: 0;
        max-width: 995px;
        width: 100%;
        box-shadow: none;
        border: none;
        margin-bottom: 55px;
    }

        .termination .the_rabbi_page ul {
            list-style: none;
            display: flex;
            border: 1px solid #f26d87;
            border-radius: 40px;
            overflow: hidden;
            max-width: 437px;
            margin: 0 auto;
        }

            .termination .the_rabbi_page ul li {
                width: 145px;
                transition: 0.4s ease all;
                -o-transition: 0.4s ease all;
                -moz-transition: 0.4s ease all;
                -webkit-transition: 0.4s ease all;
                font-size: 19px;
                ;
                color: #f8688e;
                font-weight: 400;
                text-align: center;
                height: 40px;
                line-height: 40px;
                cursor: pointer;
            }

                .termination .the_rabbi_page ul li:hover, .termination .the_rabbi_page ul li.active {
                    background-color: #f26d87;
                    color: #fff;
                }

        .termination .the_rabbi_page .tab_detail {
            margin-top: 70px;
        }

            .termination .the_rabbi_page .tab_detail .col {
                text-align: right;
                display: none;
            }

                .termination .the_rabbi_page .tab_detail .col.active {
                    text-align: right;
                    display: block;
                }

            .termination .the_rabbi_page .tab_detail h4 {
                font-size: 24px;
                color: #f8688e;
                margin-bottom: 10px;
            }

            .termination .the_rabbi_page .tab_detail h5 {
                font-size: 19px;
                color: #f8688e;
                margin-bottom: 10px;
            }

            .termination .the_rabbi_page .tab_detail p {
                font-size: 19px;
                color: #383838;
                margin-bottom: 22px;
            }


/*History events*/
.history {
    padding-top: 70px;
}

    .history h2 {
        text-align: center;
        font-size: 50.56px;
        color: #4a3239;
    }

    .history .the_rabbi_page {
        padding-bottom: 0;
        text-align: center;
        margin-top: 0;
        max-width: 995px;
        width: 100%;
        box-shadow: none;
        border: none;
        margin-bottom: 0;
        padding-top: 21px;
    }

        .history .the_rabbi_page ul {
            list-style: none;
            display: flex;
            border: 1px solid #f26d87;
            border-radius: 40px;
            overflow: hidden;
            max-width: 419px;
            margin: 0 auto;
            width: fit-content;
        }

            .history .the_rabbi_page ul li {
                width: 209px;
                transition: 0.4s ease all;
                -o-transition: 0.4s ease all;
                -moz-transition: 0.4s ease all;
                -webkit-transition: 0.4s ease all;
                font-size: 19px;
                ;
                color: #f8688e;
                font-weight: 400;
                text-align: center;
                height: 42px;
                line-height: 42px;
                cursor: pointer;
            }

                .history .the_rabbi_page ul li:hover, .history .the_rabbi_page ul li.active {
                    background-color: #f26d87;
                    color: #fff;
                }

    .history .tab_detail {
        margin-top: 34px;
    }

        .history .tab_detail .content {
            max-width: 820px;
            width: 100%;
        }

            .history .tab_detail .content .not_show {
                border-radius: 20px;
                max-width: 153px;
                height: 32px;
                background-color: #ececec;
                width: 100%;
                margin: 0 auto;
                margin-left: 0;
            }

                .history .tab_detail .content .not_show p {
                    text-align: center;
                    line-height: 35px;
                    color: #383838;
                    font-size: 16px;
                }

                .history .tab_detail .content .not_show a {
                    text-align: center;
                    line-height: 35px;
                    color: #383838;
                    font-size: 16px;
                    display: inline-block;
                    vertical-align: top;
                    text-align: center;
                    transition: 0.4s ease all;
                    width: 100%;
                }

                    .history .tab_detail .content .not_show a:hover {
                        background-color: #f26d87;
                        color: #fff
                    }

        .history .tab_detail .col {
            text-align: right;
            display: none;
        }

            .history .tab_detail .col.active {
                text-align: right;
                display: block;
            }

            .history .tab_detail .col .title {
                margin-top: 10px;
            }

            .history .tab_detail .col ul {
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                background-color: #f26d87;
                height: 46px; /*padding:0 30px;*/
            }

                .history .tab_detail .col ul li {
                    font-weight: bold;
                    width: 111px;
                    list-style: none;
                    display: inline-block;
                    font-size: 16px;
                    color: #fff;
                    line-height: 49px;
                }

                    .history .tab_detail .col ul li:nth-child(2) {
                        width: 166px;
                    }

                    .history .tab_detail .col ul li:nth-child(3) {
                        width: 87px;
                    }

        .history .tab_detail .hflgutsTable.col ul li:nth-child(3) {
            width: 180px;
        }

        .history .tab_detail .col ul li:nth-child(4) {
            width: 94px;
        }

        .history .tab_detail .col ul li:nth-child(5) {
            width: 109px;
        }

        .history .tab_detail .col ul li:first-child {
            padding-right: 30px;
            width: 165px;
        }
        /*.history .tab_detail .col ul li:nth-child(5){width: 111px;}*/
        .history .tab_detail .col ul li:last-child {
            padding-left: 0;
        }

        .history .tab_detail .hflgutsTable.col ul.active {
            background-color: #f26d8724
        }

        .history .tab_detail .col .title ul li.drop {
            position: relative;
        }

            .history .tab_detail .col .title ul li.drop:after {
                position: absolute;
                content: '';
                background-image: url(../images/site/drop_arrow.png);
                background-repeat: no-repeat;
                left: 23px;
                width: 11px;
                height: 6px;
                background-size: contain;
                top: 20px;
            }

            .history .tab_detail .col .title ul li.drop:nth-child(2):after {
                right: 48px;
                left: auto;
            }

        .history .tab_detail .col .detail {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            border-left: 1px solid #d6d6d6;
            border-right: 1px solid #d6d6d6;
            border-bottom: 1px solid #d6d6d6;
            margin-bottom: 40px;
        }

            .history .tab_detail .col .detail ul li {
                color: #181818;
                font-size: 18px;
                font-weight: normal;
            }

            .history .tab_detail .col .detail ul {
                border-bottom: 1px solid #d6d6d6;
                background-color: #fff;
                transition: 0.4s ease all;
                -o-transition: 0.4s ease all;
                -moz-transition: 0.4s ease all;
                -webkit-transition: 0.4s ease all;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
            }

                .history .tab_detail .col .detail ul:hover {
                    background-color: #e4e5e7;
                }

                .history .tab_detail .col .detail ul:last-child {
                    border-bottom: none;
                    border-bottom-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }

        .history .tab_detail .col .pagination {
            direction: ltr;
            border: 1px solid #c4c8cb;
            height: 40px;
            width: fit-content;
            margin: 0 auto;
            border-radius: 20px;
            text-align: center;
            padding: 0 20px
        }

            .history .tab_detail .col .pagination a {
                vertical-align: middle;
                display: inline-block;
                font-size: 20px;
                color: #7a7d7f;
                line-height: 33px;
                width: 34px;
                margin-top: 3px;
                font-family: 'Assistant', sans-serif;
                font-weight: 400;
            }

                .history .tab_detail .col .pagination a.active, .history .tab_detail .col .pagination a:hover {
                    color: #fff;
                    background-color: #318de4;
                    border-radius: 50%;
                }

            .history .tab_detail .col .pagination .prev {
                background-image: url(../images/site/left_arrow.png);
                height: 20px;
                width: 20px;
                background-repeat: no-repeat;
                background-size: contain;
                position: relative;
            }

                .history .tab_detail .col .pagination .prev:after {
                    position: absolute;
                    content: '';
                    width: 1px;
                    height: 39px;
                    background-color: #c4c8cb;
                    right: 0;
                    top: -10px;
                }

                .history .tab_detail .col .pagination .prev:hover {
                    background-color: #fff;
                }

            .history .tab_detail .col .pagination .next {
                background-image: url(../images/site/right_arrow.png);
                height: 20px;
                width: 20px;
                background-repeat: no-repeat;
                background-size: contain;
                position: relative;
                margin-right: 0;
                margin-left: 20px;
                background-position: center;
            }

                .history .tab_detail .col .pagination .next:after {
                    position: absolute;
                    content: '';
                    width: 1px;
                    height: 38px;
                    background-color: #c4c8cb;
                    left: -13px;
                    top: -10px;
                }

                .history .tab_detail .col .pagination .next:hover {
                    background-color: transparent;
                }

        .history .tab_detail .btn {
            margin: 0 auto;
            margin-bottom: 70px;
            text-align: center;
        }

            .history .tab_detail .btn a {
                width: 20%;
                color: #fff;
                font-size: 19px;
                display: inline-block;
                height: 40px;
                line-height: 44px;
                border-radius: 20px;
                margin-left: 10px;
                transition: 0.4s ease all;
                -o-transition: 0.4s ease all;
                -moz-transition: 0.4s ease all;
                -webkit-transition: 0.4s ease all;
            }

                .history .tab_detail .btn a.ok:hover, .history .tab_detail .btn a.back:hover {
                    background-color: #f26d87;
                }

                .history .tab_detail .btn a.ok {
                    background-color: #3592e9;
                }

                .history .tab_detail .btn a.back {
                    background-color: #c9c9c9;
                }


/*Personal*/
.personal .welcome form {
    margin-bottom: 0px;
    max-width: 100%;
}

.personal .welcome {
    max-width: 968px;
    width: 100%;
    margin: 0 auto;
}

    .personal .welcome h2 {
        font-size: 50.56px;
        color: #4a3239;
    }

    .personal .welcome .personal_detail {
        margin-bottom: 100px;
        position: relative;
    }

        .personal .welcome .personal_detail .right_side {
            float: right;
            width: 30%;
        }

            .personal .welcome .personal_detail .right_side ul {
            }

                .personal .welcome .personal_detail .right_side ul li {
                    list-style: none;
                    width: 170px;
                    transition: 0.4s ease all;
                    -o-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    cursor: pointer;
                }

                    .personal .welcome .personal_detail .right_side ul li.active, .personal .welcome .personal_detail .right_side ul li:hover {
                        background-color: #fef0f3;
                        height: 45px;
                    }

                        .personal .welcome .personal_detail .right_side ul li.active a, .personal .welcome .personal_detail .right_side ul li:hover a {
                            color: #f8688e;
                            font-weight: bold;
                        }

                    .personal .welcome .personal_detail .right_side ul li a {
                        font-size: 18px;
                        color: #424242;
                        line-height: 45px;
                        transition: 0.4s ease all;
                        -o-transition: 0.4s ease all;
                        -moz-transition: 0.4s ease all;
                        -webkit-transition: 0.4s ease all;
                        display: block;
                        text-align: right;
                        padding: 0px 22px;
                    }

        .personal .welcome .personal_detail .left_side {
            float: right;
            width: 70%;
        }

            .personal .welcome .personal_detail .left_side h3 {
                color: #f26d87;
                font-size: 22px;
                text-align: right;
                margin-bottom: 10px;
            }

            .personal .welcome .personal_detail .left_side .private_detail {
            }

                .personal .welcome .personal_detail .left_side .private_detail ul {
                    text-align: right;
                    height: auto;
                    border-bottom: 1px solid #f2f2f2;
                    position: relative;
                    transition: 0.4s ease all;
                    -o-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                }

                    .personal .welcome .personal_detail .left_side .private_detail ul li {
                        display: block;
                        width: 100%;
                    }

                        .personal .welcome .personal_detail .left_side .private_detail ul li:first-child {
                            min-height: 45px;
                            border-bottom: 1px solid #f2f2f2;
                        }

                        .personal .welcome .personal_detail .left_side .private_detail ul li .col {
                            width: 20%;
                            display: inline-block;
                            vertical-align: top;
                        }

                            .personal .welcome .personal_detail .left_side .private_detail ul li .col h4 {
                                font-size: 16px;
                                color: #424242;
                                margin-bottom: 0px;
                                line-height: 45px;
                                padding-right: 10px;
                            }

                        .personal .welcome .personal_detail .left_side .private_detail ul li .input_type {
                            height: 45px;
                            color: #8a8a8a;
                            font-size: 16px;
                            font-family: 'Meoded-Sans_OE';
                            pointer-events: none;
                        }

                        .personal .welcome .personal_detail .left_side .private_detail ul li .col + .col {
                            width: 69%;
                        }

                            .personal .welcome .personal_detail .left_side .private_detail ul li .col + .col + .col {
                                width: 10%;
                                padding-top: 10px;
                            }

                        .personal .welcome .personal_detail .left_side .private_detail ul li.in_val {
                            background-color: #f7f7f7;
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            width: 100%;
                            pointer-events: none;
                        }

                            .personal .welcome .personal_detail .left_side .private_detail ul li.in_val.active {
                                z-index: 9;
                                pointer-events: auto;
                            }

                            .personal .welcome .personal_detail .left_side .private_detail ul li.in_val .in_t {
                                height: 46px;
                                width: 207px;
                                border: 1px solid #e0e0e0;
                                border-radius: 6px;
                                background-color: #fff;
                                margin-bottom: 22px;
                                color: #8a8a8a;
                                font-family: 'Meoded-Sans_OE';
                                font-size: 13px;
                                padding-right: 15px;
                                margin-top: 13px;
                            }

                            .personal .welcome .personal_detail .left_side .private_detail ul li.in_val h4 {
                                line-height: normal;
                                padding-top: 13px;
                            }

                            .personal .welcome .personal_detail .left_side .private_detail ul li.in_val .col + .col {
                                width: 290px;
                                margin-bottom: 17px;
                            }

                        .personal .welcome .personal_detail .left_side .private_detail ul li a {
                            color: #00b1c1;
                            font-size: 13px;
                            border: 1px solid #d7e9fb;
                            border-radius: 20px;
                            padding: 5px 10px;
                        }

                    .personal .welcome .personal_detail .left_side .private_detail ul .input_type {
                        border-bottom: 1px solid transparent;
                        border: none;
                    }
                        /*
.personal .welcome .personal_detail .left_side .private_detail ul .input_type{pointer-events: auto;border-color: #f26d87;height: 43px;width: 100%;padding-right: 15px;}
*/
                        .personal .welcome .personal_detail .left_side .private_detail ul .input_type::-webkit-input-placeholder {
                            color: #8a8a8a;
                            font-size: 16px;
                            font-family: 'Meoded-Sans_OE';
                        }

                        .personal .welcome .personal_detail .left_side .private_detail ul .input_type:-moz-placeholder {
                            color: #8a8a8a;
                            font-size: 16px;
                            font-family: 'Meoded-Sans_OE';
                        }

                        .personal .welcome .personal_detail .left_side .private_detail ul .input_type::-moz-placeholder {
                            color: #8a8a8a;
                            font-size: 16px;
                            font-family: 'Meoded-Sans_OE';
                        }

                        .personal .welcome .personal_detail .left_side .private_detail ul .input_type:-ms-input-placeholder {
                            color: #8a8a8a;
                            font-size: 16px;
                            font-family: 'Meoded-Sans_OE';
                        }

                        .personal .welcome .personal_detail .left_side .private_detail ul .input_type::-ms-input-placeholder {
                            color: #8a8a8a;
                            font-size: 16px;
                            font-family: 'Meoded-Sans_OE';
                        }

                    .personal .welcome .personal_detail .left_side .private_detail ul .in {
                        margin-top: 10px;
                        height: 40px;
                        width: 205px;
                        background-color: #fff;
                        border: 1px solid #e0e0e0;
                        display: block;
                        margin-bottom: 20px;
                    }

                    .personal .welcome .personal_detail .left_side .private_detail ul .keep {
                        height: 32px;
                        display: inline-block;
                        width: 100%;
                        color: #fff;
                        background-color: #3592e9;
                        border-radius: 20px;
                        max-width: 128px;
                        transition: 0.4s ease all;
                        -o-transition: 0.4s ease all;
                        -moz-transition: 0.4s ease all;
                        -webkit-transition: 0.4s ease all;
                    }

                    .personal .welcome .personal_detail .left_side .private_detail ul .cancel {
                        display: inline-block;
                        width: 100%;
                        max-width: 132px;
                        color: #fff;
                        background-color: #c3c3c3;
                        height: 32px;
                        border-radius: 20px;
                        text-align: center;
                        line-height: 32px;
                        font-size: 16px;
                        padding: 0;
                        transition: 0.4s ease all;
                        -o-transition: 0.4s ease all;
                        -moz-transition: 0.4s ease all;
                        -webkit-transition: 0.4s ease all;
                    }

                        .personal .welcome .personal_detail .left_side .private_detail ul .keep:hover, .personal .welcome .personal_detail .left_side .private_detail ul .cancel:hover {
                            cursor: pointer;
                            background-color: #f8688e;
                        }

                    .personal .welcome .personal_detail .left_side .private_detail ul:last-child {
                        border: none;
                    }

            .personal .welcome .personal_detail .left_side .definitions {
                margin-top: 80px;
            }

                .personal .welcome .personal_detail .left_side .definitions .drop {
                    text-align: right;
                    margin-top: 15px;
                }

                    .personal .welcome .personal_detail .left_side .definitions .drop label {
                        color: #383838;
                        font-size: 16px;
                        text-align: right;
                        display: inline-block;
                        margin-bottom: 9px;
                        font-weight: bold;
                    }

            .personal .welcome .personal_detail .left_side .drop select {
                background-image: url(../images/site/down_arrow.png);
                background-repeat: no-repeat;
                background-position: 20px 20px;
                outline: none;
                width: 180px;
                height: 43px;
                border-radius: 20px;
                border: 1px solid #e7e7e7;
                padding-right: 25px;
                font-size: 16px;
                color: #8a8a8a;
                margin-right: 24px;
            }

            .personal .welcome .personal_detail .left_side .definitions .drop select option {
                font-size: 16px;
                color: #8a8a8a;
                height: 30px;
                line-height: 30px;
            }

            .personal .welcome .personal_detail .left_side .reminders {
                margin-top: 49px;
                max-width: 515px;
            }

                .personal .welcome .personal_detail .left_side .reminders .col h4 {
                    margin-top: 20px;
                }

                .personal .welcome .personal_detail .left_side .reminders h4 {
                    font-size: 16px;
                    color: rgba(242, 109, 135, 0.70);
                    text-align: right;
                    margin-bottom: 5px;
                }

                .personal .welcome .personal_detail .left_side .reminders ul {
                    text-align: right;
                    height: 45px;
                    border-bottom: 1px solid #f2f2f2;
                }

                    .personal .welcome .personal_detail .left_side .reminders ul li {
                        display: inline-block;
                        width: 90%;
                        font-size: 16px;
                        color: #424242;
                        font-weight: bold;
                        padding-right: 12px;
                        line-height: 45px;
                    }

                    .personal .welcome .personal_detail .left_side .reminders ul:last-child {
                        border: none;
                    }

                    .personal .welcome .personal_detail .left_side .reminders ul li:last-child {
                        width: 9%;
                        margin-top: 5px;
                    }

                .personal .welcome .personal_detail .left_side .reminders .switch {
                    position: relative;
                    display: inline-block;
                    width: 35px;
                    height: 23px;
                }

                    .personal .welcome .personal_detail .left_side .reminders .switch input {
                        opacity: 0;
                        width: 0;
                        height: 0;
                    }
/*
.onoff {position: absolute;cursor: pointer;top: 0;left: -7px;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;}
*/
.onoff {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -7px;
    right: 0;
    bottom: 0;
    border: 1px solid #cbcbcb78;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

    .onoff:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.4)
    }

.personal .welcome .personal_detail .left_side .reminders input:checked + .onoff {
    background-color: #00b1c1;
}

.personal .welcome .personal_detail .left_side .reminders input:focus + .onoff {
    box-shadow: 0 0 1px #2196F3;
}

.personal .welcome .personal_detail .left_side .reminders input:checked + .onoff:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.onoff.round {
    border-radius: 34px;
}

    .onoff.round:before {
        border-radius: 50%;
    }

.personal .welcome .personal_detail .left_side .reminders .col.mid {
    margin-top: 75px;
}

    .personal .welcome .personal_detail .left_side .reminders .col.mid .pop {
        position: relative;
        cursor: pointer;
    }

        .personal .welcome .personal_detail .left_side .reminders .col.mid .pop p {
            background-color: #fff;
            position: absolute;
            width: 61%;
            border: 1px solid #fdeaee;
            color: rgba(242, 109, 135, 0.80);
            font-size: 14px;
            top: -12px;
            right: 30%;
            padding: 10px 25px 10px 15px;
            line-height: 15px;
            border-radius: 15px;
            opacity: 0;
            transition: 0.4s ease all;
        }

        .personal .welcome .personal_detail .left_side .reminders .col.mid .pop:hover p {
            opacity: 1;
        }

        .personal .welcome .personal_detail .left_side .reminders .col.mid .pop p:after {
            position: absolute;
            content: '';
            background-image: url(../images/site/pop_arrow.png);
            background-repeat: no-repeat;
            top: 23px;
            right: -15px;
            width: 20px;
            height: 20px;
            background-size: contain;
        }

.personal .welcome .personal_detail .left_side .reminders .col .pop span {
    position: relative;
    top: 8px;
    right: 5px;
}

.personal .welcome .chek_box {
    text-align: right;
    margin-right: 55px;
    margin-top: 15px;
}

    .personal .welcome .chek_box form {
        max-width: auto;
        text-align: right;
        margin: 0;
    }

    .personal .welcome .chek_box .col {
        display: block;
        border-bottom: 1px solid #f2f2f2;
        padding: 13px 0px;
        padding-bottom: 6px;
    }

        .personal .welcome .chek_box .col:last-child {
            border-color: transparent;
        }

        .personal .welcome .chek_box .col label input {
            opacity: 0;
            visibility: hidden;
        }

        .personal .welcome .chek_box .col label {
            background-image: url(../images/site/uncheck.png);
            background-repeat: no-repeat;
            background-position: right center;
            padding-right: 25px;
            font-size: 15px;
        }

            .personal .welcome .chek_box .col label.active {
                background-image: url(../images/site/checked_icon.png);
                background-repeat: no-repeat;
                color: #5985ae;
            }

    .personal .welcome .chek_box label {
        display: inline-block;
    }

    .personal .welcome .chek_box .box {
        display: inline-block;
    }
/*.personal .welcome .personal_detail .left_side .reminders .col.mid .pop:after{content: ''; position: absolute;width:25px;height: 28px;background-size: contain;background-position: center;right: 19%;top: 4px;background-image: url(../images/site/que_icon.png);}*/


/* calander popup */
.cal_popup {
    position: relative;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}

    .cal_popup .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .cal_popup .inner {
        width: 728px;
        border-radius: 10px;
        overflow: hidden;
        min-height: 200px;
        position: relative;
        background-color: #fff;
        display: inline-block;
        vertical-align: top;
        box-shadow: 0px 26px 68px 0px rgba(125, 14, 35, 0.21);
        margin-top: 100px;
        z-index: 2
    }

        .cal_popup .inner .top_title {
            background-color: #f26d87;
            min-height: 20px;
            padding: 22px 24px 22px 12px
        }

            .cal_popup .inner .top_title .right_col {
                float: right;
            }

                .cal_popup .inner .top_title .right_col p {
                    display: inline-block;
                    vertical-align: top;
                    line-height: 36px;
                    background-color: #fff;
                    min-width: 107px;
                    text-align: center;
                    color: #f26d87;
                    font-size: 25.45px;
                    font-weight: bold;
                }

                .cal_popup .inner .top_title .right_col h3 {
                    display: inline-block;
                    vertical-align: top;
                    line-height: 36px;
                    color: #ffcbd5;
                    font-size: 25.45px;
                    font-weight: 400;
                    margin-right: 14px;
                }

                    .cal_popup .inner .top_title .right_col h3 strong {
                        color: #fff;
                    }

            .cal_popup .inner .top_title .left_col {
                float: left;
            }

                .cal_popup .inner .top_title .left_col a {
                    display: inline-block;
                    vertical-align: top;
                    background-color: rgba(255, 255, 255, 0.27);
                    background-repeat: no-repeat;
                    transition: 0.4s ease all;
                    -o-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                }

                    .cal_popup .inner .top_title .left_col a:hover {
                        background-color: rgba(255, 255, 255, 0.4);
                    }

            .cal_popup .inner .top_title .edit {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                background-position: center;
                background-image: url(../images/site/edite.png);
                margin-left: 5px;
            }

            .cal_popup .inner .top_title .delete {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                background-position: center;
                background-image: url(../images/site/delete.png);
                margin-right: 5px;
            }

            .cal_popup .inner .top_title .add_event {
                width: 146px;
                height: 36px;
                border-radius: 30px;
                line-height: 36px;
                color: #fff;
                padding-right: 35px;
                background-position: right 16px center;
                background-image: url(../images/site/pluse.png);
                text-align: right
            }

    .cal_popup .inner {
    }

    .cal_popup .bottom_part {
        padding: 20px 140px 45px 120px;
        text-align: right;
        min-height: 296px;
    }

        .cal_popup .bottom_part h2 {
            color: #f26d87;
            font-size: 23px;
            background-image: url(../images/site/pinkdot.png);
            background-repeat: repeat-x;
            background-position: bottom right;
            padding-bottom: 10px;
            margin-bottom: 15px;
            margin-top: 30px;
        }

        .cal_popup .bottom_part ul {
            list-style: none;
            margin-top: 35px;
            margin-bottom: 100px;
        }

            .cal_popup .bottom_part ul li {
                color: #383838;
                font-size: 16px;
                line-height: 21px;
            }

        .cal_popup .bottom_part .okay {
            color: #fff;
            font-size: 19px;
            text-align: center;
            width: 148px;
            height: 38px;
            border-radius: 35px;
            background-color: #00b1c1;
            display: block;
            line-height: 41px;
            transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
            margin: 0 auto
        }

            .cal_popup .bottom_part .okay:hover {
                background-color: #f26d87
            }


.popupc1.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.popupc2.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.popupc3.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.popupc4.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.popupc5.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.popupc6.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.popupc7.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.popupc8.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
/* pop2 */
.popupc2 .bottom_part ul {
    margin-top: 16px;
    margin-bottom: 74px;
}

    .popupc2 .bottom_part ul li i {
        font-style: normal;
        color: #000;
        font-size: 22px;
        line-height: 25px;
        line-height: 32px;
    }

        .popupc2 .bottom_part ul li i strong {
            padding-right: 3px;
        }
/* pop3 */
.popupc3 .bottom_part h5 {
    color: #000;
    font-size: 22px;
    margin-top: 35px;
}

.popupc3 .bottom_part ul {
    margin-top: 0px;
    margin-bottom: 51px;
}
/* pop4 */
.popupc4 .bottom_part h5 {
    color: #000;
    font-size: 22px;
    margin-top: 35px;
    text-align: center;
    font-weight: 400;
    line-height: 28px;
    margin-top: 19px;
    margin-bottom: 45px;
}

.popupc4 .bottom_part .okay {
    height: 82px;
    width: 314px;
    border-radius: 50px;
    line-height: 26px;
    font-size: 30px;
    font-weight: 400;
    padding-top: 15px;
}

    .popupc4 .bottom_part .okay i {
        display: block;
        font-style: normal;
        font-size: 22px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: bold;
    }
/* pop5 */
.popupc5 .bottom_part {
    padding: 20px 60px 28px 60px;
}

    .popupc5 .bottom_part ul {
        margin-top: 29px;
        margin-bottom: 73px;
    }

        .popupc5 .bottom_part ul li i {
            font-style: normal;
            color: #000;
            font-size: 22px;
            line-height: 25px;
            line-height: 32px;
        }

            .popupc5 .bottom_part ul li i strong {
                padding-right: 3px;
            }
/* pop6 */
.popupc6 .bottom_part {
    padding: 20px 146px 45px 120px;
}

    .popupc6 .bottom_part h3 {
        color: #000;
        font-size: 22px;
        margin-top: 35px;
        text-align: center;
        line-height: 28px;
        margin-top: 5px;
        margin-bottom: 31px;
    }

.cal_popup input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.cal_popup label {
    position: relative;
    padding-right: 30px;
    background-image: url(../images/site/pullround.png);
    background-repeat: no-repeat;
    background-position: right 1px top 3px;
    background-size: 15px;
    font-size: 22px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    text-align: right;
    display: inline-block;
    margin-bottom: 21px;
}

    .cal_popup label.active {
        background-image: url(../images/site/fillround.png);
    }

.popupc6 .check_col {
}

    .popupc6 .check_col label {
        width: 280px;
    }

    .popupc6 .check_col .events-long {
        width: 59%;
        display: inline-block;
        vertical-align: top;
    }

    .popupc6 .check_col .events-short {
        width: 40%;
        display: inline-block;
    }

.cal_popup .btn_col {
    text-align: center;
    margin-top: 45px;
}

.cal_popup a {
    width: 148px;
    height: 38px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.cal_popup .continued {
    background-color: #00b1c1;
}

    .cal_popup .continued:hover {
        background-color: #c3c3c3;
    }

.cal_popup .cancel {
    background-color: #c3c3c3;
    margin-left: 6px;
}

    .cal_popup .cancel:hover {
        background-color: #3592e9;
    }
/* pop7 */
.popupc7 {
}

    .popupc7 .bottom_part h3 {
        font-size: 22px;
        margin-top: 35px;
        line-height: 20px;
    }

    .popupc7 p {
        font-size: 16px;
        color: #a7a6a6;
        font-weight: 400;
    }

    .popupc7 .check_col {
        margin-top: 13px;
    }

        .popupc7 .check_col i {
            height: 45px;
            display: inline-block;
            vertical-align: top;
            font-size: 25px;
            padding-top: 9px;
            font-style: normal;
            margin: 0px 7px;
        }

    .popupc7 .in {
        display: inline-block;
        vertical-align: top;
        width: 44px;
        height: 45px;
        border-radius: 4px;
        border: 1px solid #e7e7e7;
        text-align: center;
        color: #000;
        font-size: 22px;
        font-family: 'Meoded-Sans_OE';
    }

        .popupc7 .in::-webkit-input-placeholder {
            color: #cbcbcb;
        }

        .popupc7 .in:-moz-placeholder {
            color: #cbcbcb;
        }

        .popupc7 .in::-moz-placeholder {
            color: #cbcbcb;
        }

        .popupc7 .in:-ms-input-placeholder {
            color: #cbcbcb;
        }

        .popupc7 .in::-ms-input-placeholder {
            color: #cbcbcb;
        }

        .popupc7 .in:placeholder-shown {
            color: #cbcbcb;
        }

    .popupc7 .check_col label {
        line-height: 45px;
        background-position: right 1px top 12px;
        padding-right: 29px;
    }

    .popupc7 .check_col .in + i + .in {
        margin-left: 34px;
    }

        .popupc7 .check_col .in + i + .in + label + label {
            margin-right: 26px;
        }

    .popupc7 .location h3 {
        margin-top: 15px;
        margin-bottom: 13px;
    }

    .popupc7 .location .loctionin {
        width: 100%;
    }

    .popupc7 .btn_col {
        margin-top: 31px;
    }
/* pop8 */
.popupc8 .bottom_part h3 {
    font-size: 22px;
    margin-top: 22px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
}

.popupc8 .blue_btn {
    max-width: 314px;
    margin: 0 auto;
}

    .popupc8 .blue_btn a {
        display: block;
        border-radius: 35px;
        height: 68px;
        line-height: 72px;
        color: #ffffff;
        font-size: 30px;
        background-color: #00b1c1;
        width: 100%;
        margin-bottom: 19px;
        transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
    }

        .popupc8 .blue_btn a:hover {
            background-color: #c3c3c3
        }

        .popupc8 .blue_btn a + a {
            margin-bottom: 0px;
        }

.personal .welcome .personal_detail .left_side .private_detail ul.active .col.editing {
    opacity: 0;
}

.personal .welcome .personal_detail .left_side .private_detail ul.active li .col h4 {
    line-height: normal;
}

.personal .welcome .personal_detail .left_side .private_detail ul.active li {
    vertical-align: top;
    padding-bottom: 17px;
}

.personal .welcome .personal_detail .left_side .private_detail ul.active {
    background-color: #f7f7f7;
    padding-top: 13px;
}

    .personal .welcome .personal_detail .left_side .private_detail ul.active .input_type {
        height: 34px;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        width: 207px;
        padding-right: 15px;
        border-radius: 6px;
        pointer-events: auto;
    }

        .personal .welcome .personal_detail .left_side .private_detail ul.active .input_type::-webkit-input-placeholder {
            color: #8a8a8a;
        }

        .personal .welcome .personal_detail .left_side .private_detail ul.active .input_type:-moz-placeholder {
            color: #8a8a8a;
        }

        .personal .welcome .personal_detail .left_side .private_detail ul.active .input_type::-moz-placeholder {
            color: #8a8a8a;
        }

        .personal .welcome .personal_detail .left_side .private_detail ul.active .input_type:-ms-input-placeholder {
            color: #8a8a8a;
        }

        .personal .welcome .personal_detail .left_side .private_detail ul.active .input_type::-ms-input-placeholder {
            color: #8a8a8a;
        }

        .personal .welcome .personal_detail .left_side .private_detail ul.active .input_type:placeholder-shown {
            color: #8a8a8a;
        }

.personal .welcome .personal_detail .left_side .private_detail ul .in_val {
    padding-right: 20%;
    margin-top: 22px;
}
/* mob side btn */
.mob_btn_calendar, .mob_btn_serach_result {
    display: none;
}

.calendar .inner .right_col .close, .serach_result .serach_wrapper .right .close {
    display: none;
}


.popup.active {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    overflow: auto;
}


.popup {
    position: relative;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    opacity: 0;
    visibility: hidden;
}

    .popup .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .popup .inner {
        width: 728px;
        border-radius: 10px;
        overflow: hidden;
        min-height: 200px;
        position: relative;
        background-color: #fff;
        display: inline-block;
        vertical-align: top;
        box-shadow: 0px 26px 68px 0px rgba(125, 14, 35, 0.21);
        z-index: 2
    }

        .popup .inner .top_title {
            min-height: 20px;
            padding: 22px 24px 22px 12px
        }

    .popup.error .inner .top_title {
        background-color: #f26d87;
    }

    .popup.success .inner .top_title {
        background-color: #42b36a;
    }

    .popup .inner .top_title h3 {
        display: inline-block;
        vertical-align: top;
        line-height: 36px;
        color: #ffcbd5;
        font-size: 25.45px;
        font-weight: 400;
        margin-right: 14px;
    }

        .popup .inner .top_title h3 strong {
            color: #fff;
        }


.popup_reviews .popup_inner .bottom_col .col1 .text_col_review .star_icon .fa-star.active {
    color: rgb(141, 200, 255);
}

.search_location .location {
    opacity: 0.5;
}

    .search_location .location.active {
        opacity: 1;
    }

.productBox .text_col h4 {
    overflow: hidden;
    height: 40px;
}

.text_col .tags i.tagIcon {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}


.services .services_list .tags i.tagIcon {
    height: 32px;
    width: 44px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    display: grid;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    background-position: center;
}

.ritual_list .productBox .text_col .tags i.tagIcon.f1 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii6.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f1 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i6.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f1 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii6.png)
}

.services .services_list .tags i.tagIcon.f1 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i6.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f2 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii5.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f2 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i5.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f2 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii5.png)
}

.services .services_list .tags i.tagIcon.f2 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i5.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f3 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii7.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f3 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i7.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f3 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii7.png)
}

.services .services_list .tags i.tagIcon.f3 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i7.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f4 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii3.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f4 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i3.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f4 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii3.png)
}

.services .services_list .tags i.tagIcon.f4 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i3.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f5 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/chabad-pink.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f5 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/chabad-gray.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f5 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/chabad-white.png)
}

.services .services_list .tags i.tagIcon.f5 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/chabad-gray.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f6 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii8.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f6 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i8.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f6 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii8.png)
}

.services .services_list .tags i.tagIcon.f6 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i8.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f7 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii1.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f7 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i1.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f7 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii1.png)
}

.services .services_list .tags i.tagIcon.f7 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i1.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f8 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii9.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f8 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i9.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f8 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii9.png)
}

.services .services_list .tags i.tagIcon.f8 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i9.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f9 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii2.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f9 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i2.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f9 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii2.png)
}

.services .services_list .tags i.tagIcon.f9 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i2.png)
}

.ritual_list .productBox .text_col .tags i.tagIcon.f10 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/ii10.png)
}

.result-home-page.ritual_list .productBox .text_col .tags i.tagIcon.f10 {
    /*background-image: url(/Themes/DefaultClean/Content/images/Tags/i10.png)*/
}

.slider .productBox .text_col .tags i.tagIcon.f10 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/iii10.png)
}

.services .services_list .tags i.tagIcon.f10 {
    background-image: url(/Themes/DefaultClean/Content/images/Tags/i10.png)
}


.popup p.PopupMesage {
    font-size: 30px;
    line-height: 5;
}

.popup.calendar {
    right: 0;
}

    .popup.calendar .inner {
        width: fit-content;
        padding: 0;
    }

    .popup.calendar .top_title {
        background-color: #f26d87;
    }

    .popup.calendar .bottom_part {
        padding: 10px 35px;
    }

.btn.button {
    width: 134px;
    height: 34px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background-color: #f26d87;
    cursor: pointer;
    margin-top: 10px;
    padding: 7px;
}

/* calendars */
.calendars.calendars-rtl {
    width: fit-content !important;
}

.calendars-month {
    width: auto !important;
}

.date-cont {
    min-height: 50px;
}



.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
    background-color: #9b9b9b;
}



.calendars-month td .calendars-highlight {
    background-color: #f26c8717;
}

.is-calendarsPicker .calendars {
    border: 1px solid #e2e2e2;
}

.is-calendarsPicker .calendars-month {
    border: none;
}

    .is-calendarsPicker .calendars-month a {
        background-color: rgba(0, 0, 0, 0);
    }

.calendars-month td .calendars-today {
    background-color: #f7adbc;
}

.calendars-month td .calendars-selected {
    background-color: #f26d87;
}

.calendars-month td {
    border: 1px solid #e2e2e2;
    padding: 4px;
}


.personal .welcome .personal_detail .left_side label.CustomerInfo {
    font-size: 16px;
    color: #424242;
    margin-bottom: 0px;
    line-height: 45px;
    padding-right: 10px;
    font-weight: 700;
}

.personal .welcome .personal_detail .left_side .reminders .col .pop.info label {
    display: inline;
}

.personal .welcome .personal_detail .left_side .reminders .col .pop.info p {
    background-color: #fff;
    position: absolute;
    width: 61%;
    border: 1px solid #fdeaee;
    color: rgba(242, 109, 135, 0.80);
    font-size: 14px;
    top: -12px;
    right: 30%;
    padding: 10px 25px 10px 15px;
    line-height: 15px;
    border-radius: 15px;
    opacity: 0;
    transition: 0.4s ease all;
}

.personal .welcome .personal_detail .left_side .reminders .col .pop.info:hover p {
    opacity: 1;
}

.personal .welcome .personal_detail .left_side .reminders .col .pop.info p:after {
    position: absolute;
    content: '';
    background-image: url(../images/site/pop_arrow.png);
    background-repeat: no-repeat;
    top: 23px;
    right: -15px;
    width: 20px;
    height: 20px;
    background-size: contain;
}


.personal .welcome .personal_detail .left_side .reminders .col .pop.info {
    position: relative;
    cursor: pointer;
}

    .personal .welcome .personal_detail .left_side .reminders .col .pop.info p {
        background-color: #fff;
        position: absolute;
        width: 61%;
        border: 1px solid #fdeaee;
        color: rgba(242, 109, 135, 0.80);
        font-size: 14px;
        top: -12px;
        right: 30%;
        padding: 10px 25px 10px 15px;
        line-height: 15px;
        border-radius: 15px;
        opacity: 0;
        transition: 0.4s ease all;
    }

.welcome .sosial_icon .Register {
    background-color: #00b1c1;
    padding-left: 49px;
}

.welcome .password.in {
    margin-bottom: 10px;
}

.welcome .RememberMe {
    padding-bottom: 35px;
}

.welcome label.RememberMe {
    display: inline-block;
}

.welcome .message-error {
    color: #e4434b;
}

    .welcome .message-error ul {
        color: #e4434b;
        list-style: none;
    }

        .welcome .message-error ul li {
            color: #e4434b;
        }

.fieldset {
    margin-bottom: 60px;
    font-size: 17px;
    font-family: 'Meoded-Sans_OE';
}


.inputs {
    margin-bottom: 32px;
    text-align: right;
}

    .inputs input {
        width: 100%;
        height: 51px;
        border: 1px solid #d8d8d8;
        color: #383838;
        border-radius: 5px;
        padding-right: 10px;
    }

    .inputs .required {
        color: #e4434b;
    }

    .inputs label {
        display: inline;
    }

    .inputs .field-validation-error {
        color: #e4434b;
        font-size: initial;
        display: block;
        text-align: center;
    }

.fieldset input[type="checkbox"] {
    height: auto;
    width: auto;
}

.contact_us .field-validation-error {
    color: #e4434b;
}

.password-recovery-page .page-body .result {
    color: #e4434b;
    margin-bottom: 40px;
}

.calendar .inner .left_col .day .cf a {
    height: 100%;
}




.top_had .user {
    padding-inline-start: 15px;
}

div#bar-notification {
    display: none;
}

.text_col .read_reviews .review {
    display: inline-block;
    vertical-align: middle;
}

.text_col .read_reviews .star {
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 17px;
}

.banner .slider .inner .text_col label i {
    color: #fff !important;
}

.productBox .text_col label span {
    color: #6e6364b3;
    font-size: 17px;
    white-space: nowrap;
    display: block;
    margin-right: 26px;
    margin-top: -16px;
}

.banner .slider .productBox .text_col label span {
    color: #f4c7d4 !important;
}

.productBox .text_col label i:after {
    /* content: ''; */
    position: static;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #414141;
    display: inline-block;
    line-height: 30;
    vertical-align: middle;
    margin: 0 10px 0;
}

.banner .slider .productBox .text_col label i:after {
    background-color: #fff;
}

.productBox .text_col label.address {
    display: block;
    line-height: 30px;
    margin-top: 10px;
    background-position: right top;
    background-repeat: no-repeat;
    color: #6e6364b3;
}

    .productBox .text_col label.address svg {
        font-size: 25px;
        vertical-align: text-bottom;
    }

.slider .productBox .text_col label.address {
    color: #fff !important;
}


.productBox .text_col .tell {
    color: #6e6364b3;
    font-size: 20px;
    line-height: 20px;
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: 7px;
    display: block;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}

.slider .productBox .text_col .tell {
    color: #fff;
}



.productBox .text_col ul {
    list-style: none;
    width: 100%;
    display: flex;
    border-top: 1px dashed #fff;
    /*text-align: center;*/
    padding-block-end: 15px;
    overflow: hidden;
}

    .productBox .text_col ul li {
        padding: 0;
        margin: 0;
        /*text-align: center;
        flex:1;*/
        padding-inline-end: 25px;
        padding-inline-start: 10px;
    }

.slider .productBox .text_col ul {
    margin-top: 20px;
    padding-top: 25px;
}

.productBox .text_co ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8.5px;
}


.slider .img_col {
    display: none;
}

.slider .left_col {
    display: block !important;
}

.slider .text_col {
    width: 50%;
    min-height: 150px;
    background-color: #6e6465;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: right;
    padding: 0px 66px 0 63px;
    text-align: right;
}

.banner .slider .inner .text_col .review a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    border-bottom: 1px solid;
    line-height: 20px;
}

.slider .productBox .left_col {
    background-size: cover !important;
    block-size: auto !important;
    background-position: center;
}

.newsletter-result {
    margin-top: 10px;
    color: #f05b78;
}

.the_rabbi_page .SendMethodId {
    color: #f8688e;
    font-size: 22px;
    text-align: center;
    line-height: 29px;
}

    .the_rabbi_page .SendMethodId label {
        color: #f8688e;
        font-size: 17px;
        text-align: center;
        line-height: 29px;
        display: inline;
        margin-inline-end: 10px;
        margin-inline-start: 10px;
    }

    .the_rabbi_page .SendMethodId input {
        margin-inline-end: 7px;
    }

.the_rabbi_page .SendMethodId {
    margin-block-end: 15px;
}


.padd_top .update_info {
    position: fixed;
    bottom: 5px;
    left: 20px;
    transition: bottom .2s;
    z-index: 2;
}

footer .newsletter .in {
    font-size: 17px;
}

.mikveh_page h5 {
    text-align: center;
    color: #777777;
    font-size: 17px;
    font-weight: 400;
}


.noPicture {
    max-width: 951px;
    margin: 0 auto;
}

.whirl:before {
    z-index: 1000;
}

.pink {
    color: #f8688e;
}

.productBox .mikveh_link.img_link {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.productBox .read_reviews {
    display: none;
}

.gray {
    color: #ececec;
}

body .whirl:after {
    border-top-color: #ff6691;
    z-index: 1000;
}


.productBox .text_col .tags span {
    display: none;
}

.productBox .text_col ul li:nth-child(n+7) {
    display: none !important;
}


.hope_pop .closePopup {
    font-size: 22px;
    color: #f26c87;
    cursor: pointer;
    margin-block-start: 6px;
    margin-inline-start: 10px;
    float: left;
    margin-block-start: -10px;
}

.hope_pop .hope_wrap .hope_con .change_wrap .file-upload.cf svg {
    font-size: 3em;
    color: #f37992;
}

.popupc7.cal_popup label {
    display: block;
}


/*BEGIN: footer logo*/
.copy_right .wrapper div {
    flex: 1;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.copy_right .wrapper {
    display: flex;
    height: 100%;
}

    .copy_right .wrapper div.start {
        text-align: start;
    }

    .copy_right .wrapper div.end {
        text-align: end;
    }

        .copy_right .wrapper div.end a img {
            display: inline-block;
            height: 30px;
            margin-top: -6px;
        }

/*END: footer logo*/


.owl-carousel .owl-item img {
    height: 100%;
    width: auto !important;
}


.popupc1 .inner .message a {
    margin-top: 20px;
}

.popupc1 .body .editTemplate:empty {
    display: none;
}

.cal_popup .bottom_part h2:first-child {
    margin-top: 0;
}


.mobileView {
    display: none !important;
}

.desktop {
    display: inline-block !important;
}

.calendars-popup {
    z-index: 1000
}


.WeddingPopup .input {
    width: 100%;
    height: 51px;
    border: 1px solid #d8d8d8;
    color: #383838;
    border-radius: 5px;
    padding-right: 10px;
    text-align: right;
    max-width: 444px;
}

.WeddingPopup .PopupMesage .block {
    margin-bottom: 32px
}


.WeddingPopup .input input, .WeddingPopup .input label {
    width: 49%;
    height: 51px;
    border-radius: 5px;
    padding-right: 10px;
    font-size: 1.2em;
}

    .WeddingPopup .input input.formatAdress {
        width: 100%;
    }

.WeddingPopup .input input {
    vertical-align: top;
}

.WeddingPopup .input label {
    line-height: 3;
}

.WeddingPopup .input i::before {
    width: 2px;
    background-color: #000000;
    height: 21px;
    content: '';
    position: absolute;
    margin-block-start: 17px;
}


.WeddingPopup .input label {
    text-align: center;
}

.WeddingPopup.calendar h2 {
    font-size: 35px;
    color: #f26d87;
    text-align: center;
}

.WeddingPopup.calendar .block {
    text-align: start;
}

    .WeddingPopup.calendar .block svg {
        margin-inline-end: 15px;
        font-size: 1.3em;
    }

.WeddingPopup.calendar .btn.button {
    padding: 17px 65px;
    background-color: #3592e9;
    font-size: 20px;
}

.WeddingPopup.calendar .center {
    max-width: 444px;
    display: inline-block;
    width: 100%;
}

    .WeddingPopup.calendar .center .block label {
        margin-block-end: 10px;
        display: inline-block;
    }


.WeddingPopup.calendar {
    max-width: unset;
}

div.left.closePopup {
    float: left;
    font-size: 20px;
    color: white;
}

.waze svg.fa-waze {
    font-size: 1.3em;
    margin-block-end: -4px;
    color: black;
    background-color: white;
    border-radius: 5px;
    padding: 1px;
}

.contact_detail .col .text_detail a.waze:hover svg.fa-waze {
    background-color: #92c4d2;
}

.banner .bord a svg {
    font-size: 1.3em;
    margin-block-end: -3px;
    margin-inline-end: 5px;
}


.calendar.Calendar-page .inner .btu {
    margin-top: 30px;
}


.popup.error.active {
    padding-block-start: 100px;
}

html, body, input, a, h1, h2, h3, h4, h5, h6, label, div, span {
    font-family: 'Meoded-Sans_OE';
}

.serach_wrapper .right .done-filter {
    text-align: end;
}

    .serach_wrapper .right .done-filter span {
        background-color: #f8688e;
        margin-block-start: 15px;
        padding: 6px;
        border-radius: 11px;
        color: #fff;
    }

.serach_wrapper .right .close {
    color: #f8688e;
}


.serach_page .right .serach_filter_list ul {
    width: auto;
}

.serach_page .right .star_rating {
    padding-right: 25px;
}

.text_detail table tr .name {
    text-align: start;
    padding-inline-end: 10px;
}

.text_detail table .icon {
    padding-inline-end: 10px;
    color: #00b2c1;
}

    .text_detail table .icon a {
        color: #00b2c1;
    }

.text_detail table .value a {
    color: rgba(110, 99, 100, 0.70);
}

.text_detail table .name a {
    color: rgba(110, 99, 100, 0.70);
}


.productTemplite .wrapper_two .contact_detail .col h4 > i > svg {
    color: #f26d87;
}

.productTemplite .contact_detail .col h4 {
    font-size: 24px;
    border-bottom: 1px solid #f26d87;
    padding-block-bottom: 5px;
    margin-block-end: 20px;
    color: #f26d87;
}


.productTemplite .contact_detail .col:nth-child(n+3) {
    margin-block-start: 35px;
}

.productTemplite .contact_detail .col.address {
    max-width: unset;
}

.productTemplite .contact_detail .col.contact_info {
    max-width: unset !important;
}


.productTemplite .mikveh_page div.contact_detail .col.prices,
.productTemplite .mikveh_page div.contact_detail .col.time {
    max-width: unset !important;
    width: 50% !important;
    margin-inline-start: 20px;
}

.productTemplite .mikveh_page div.contact_detail .text_detail > div > h5:first-child {
    width: 30%;
}

.productTemplite .mikveh_page div.contact_detail .text_detail > div > h5:last-child {
    width: 65%;
}

.productTemplite .mikveh_page div.contact_detail div.col {
    max-width: 46% !important;
    width: 46% !important;
}

.productTemplite .contact_detail .col .text_detail a.waze {
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    padding: 0px 15px;
    margin-top: 15px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    border: solid 1px #00000057;
    background-color: transparent;
    width: auto;
    padding: 0 25px;
}

    .productTemplite .contact_detail .col .text_detail a.waze:hover {
        background-color: transparent;
    }

        .productTemplite .contact_detail .col .text_detail a.waze:hover svg.fa-waze {
            background-color: transparent;
        }

.productTemplite .contact_detail .col .text_detail .Weekdays.today {
    border-top: 0;
    padding-top: 0;
}

.productTemplite .contact_detail:after {
    content: none;
}

.productTemplite .contact_detail .col .text_detail p em,
.productTemplite .mikveh_page .read_reviews .star .star_icon,
.productTemplite .mikveh_page .read_reviews .star h6 {
    color: #00b1c1;
}

.popup.WeddingPopup.active .closePopup {
    float: left;
    color: #fff;
    font-size: 1.1em;
}

.serach_page .search_location .filteringSpan .mob_btn_serach_result.active {
    background-color: #f8688e;
    color: #fff;
}


    .serach_page .search_location .filteringSpan .mob_btn_serach_result.active .filtered {
        display: block;
    }

.serach_page .search_location .filteringSpan .mob_btn_serach_result .filtered {
    display: none;
}

.serach_page .search_location .filteringSpan .mob_btn_serach_result.active .filtering {
    display: none;
}

.serach_page .search_location .filteringSpan .mob_btn_serach_result .filtering {
    display: block;
}

.popupc1 .inner .bottom_part.body .btu {
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}


.pauseSuggestAlert .bottom_part .okay {
    color: #fff;
    font-size: 19px;
    text-align: center;
    width: 148px;
    height: 38px;
    border-radius: 35px;
    background-color: #3592e9;
    display: inline-block;
    line-height: 41px;
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    margin: 0 auto;
}

    .pauseSuggestAlert .bottom_part .okay.continued {
        color: #fff;
        background-color: #00b1c1;
    }

.pauseSuggestAlert .btn_col {
    margin-block-end: 30px
}

.history .tab_detail .tabel {
    margin-block-end: 58px;
}

.history .back-to-calendar {
    text-align: start;
    padding: 0;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

    .history .back-to-calendar a {
        position: absolute;
        margin-top: 20px;
        background-color: #00b1c1;
        height: 35px;
        border-radius: 30px;
        line-height: 2.1;
        padding: 3px 10px;
        color: white;
    }


.calendar .calendar_title a.calendars-cmd.calendars-cmd-today {
    position: absolute;
    right: 0;
}

.html-History-page .history {
    padding-top: 30px;
}

.history .back-to-calendar a svg {
    margin-inline-end: 5px;
}

.calendar .inner .left_col .btu svg {
    margin-inline-end: 6px;
    margin-block-end: -2px;
}

.serach_result .productBox .text_col ul.tags {
    padding-block-end: 0;
}

/*placeholder*/
input:focus::-webkit-input-placeholder {
    opacity: 0.4;
}

input:focus:-moz-placeholder {
    opacity: 0.4;
}

input:focus::-moz-placeholder {
    opacity: 0.4;
}

input:focus:-ms-input-placeholder {
    opacity: 0.4;
}
/*placeholder end*/


.serach_result_title_subTitle {
    color: #4a3239;
    font-size: 25px;
    padding-bottom: 38px;
    color: #f26d87;
}

.productBox .text_col svg {
    color: #00b1c1;
}