﻿body.profile-body {
    padding-top: 0;
    background-image: none;
}

.separator-desktop {
    margin-top: 25px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
    .separator-desktop {
        display: none;
    }

    .xs-pr-0 {
        padding-right: 0 !important;
    }

    .xs-pl-0 {
        padding-left: 0 !important;
    }
    
}

@media (max-width: 500px) {
    .fix-btn-font {
        font-size: 13px !important;
        font-weight: 400 !important;
    }
    .fix-btn-padding {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}


.link-default {
    color: #222;
}

    .link-default:hover {
        color: #19b5bc;
    }

.link-primary {
    color: #19b5bc;
}

    .link-primary:hover {
        color: #19b5bc;
    }

.button {
    padding: 10px 15px;
    border-radius: 22px;
    border: 0;
    display: inline-block;
    font-size: 14px;
    outline: 0;
    transition: all .25s;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
}

.button-primary,
.button-primary-outstanding {
    background-color: #ff802e;
    color: #fff;
}

.button-primary-outline {
    border: 1px solid #19b5bc;
    color: #19b5bc;
    background-color: white;
}

.button-primary-outstanding {
    font-size: 16px;
    font-weight: 600;
}

    .button-primary:hover,
    .button-primary-outstanding:hover {
        background-color: rgb(0, 65, 255);
        color: #fff;

    }

.button-outline {
    border: 1px solid #d9d9d9;
    width: 100%;
    background-color: white;
    text-align: center;
    display: block;
    color: #222;
}

.button-outline-icon {
    color: #6c6c6c;
    margin-left: 5px;
}

/******************** Top Navbar ********************/
.top-navbar-list {
    width: 100%;
}

.top-navbar {
    margin-bottom: 0;
    min-height: 0px;
    border: none;
    border: 0;
}

.top-navbar-access {
    display: none;
}


.top-navbar__item > a > i.fa {
    text-align: center;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    border-right: 1px solid #d9d9d9;
    display: none;
}

.top-navbar__item > a > i.fa-angle-down {
    display: block;
}

.top-navbar__item.open i.fa-angle-down {
    display: none;
}

.top-navbar__item.open i.fa-angle-up {
    display: block;
}

.top-navbar__item-mb-city,
.top-navbar__item-mb-city:active,
.top-navbar__item-mb-city:focus {
    background:#fff;
    background-color:#fff;
    color:#19b5bc;
    width:100%;
    font-size:15px;
}

.top-navbar__sub-list {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 3;
}

.top-navbar__item.open .top-navbar__sub-list {
    display: block;
}

.top-navbar__sub-list__item > a {
    display: block;
}

.navbar-nav > li.top-navbar-item-logo {
    display: none;
}

.nav > li > a:focus, .nav > li > a:hover,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    background-color: none;
}

.navbar-toggle {
    margin-top: 1px;
    margin-bottom: 1px;
    float: right;
    margin-right: 0;
    margin-left: 0;
    color: #818182;
}

.navbar-header-user {
    margin-top: 1px;
    margin-bottom: 1px;
    float: left;
    position: relative;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #818182;
}

.navbar-header-user {
    outline: 0;
}

.navbar-header-wrapper {
    text-align: center;
}

.navbar-header {
  
}

.navbar-header-logo > img {
    max-height: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 100%;
    max-width: 200px;
    display: inline-block;
}

.navbar-nav > li.open .top-navbar__sub-list__item > a,
.navbar-nav > li > a {
    color: #222;
}

.navbar-nav > li.open .top-navbar__sub-list__item > a {
    padding: 10px 15px;
    border-bottom: 1px solid #d9d9d9;
    white-space: nowrap;
}

.navbar-nav {
    margin: auto;
}
#navbar-main .tel {
    float: left;
    padding: 12px 0 11px 0;
    color: #fff;
    direction: ltr;
    font-size: 15px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.collapsed-p-0 {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav > li > a {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #19b5bc;
}

.navbar-nav > li.top-navbar-item-user {
    display: none;
}


.gallery-container {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }

    .navbar-header-user {
        display: none;
    }

    .navbar-nav > li > a {
        border-bottom: 0;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .top-navbar {
        padding-bottom: 15px;
        border-bottom: 1px solid #e7e7e7;
    }

    .top-navbar__item > a > i.fa {
        text-align: center;
        right: 0;
        width: 100%;
        bottom: 0;
        height: auto;
        line-height: initial;
        border-right-width: 0;
        border-right: none;
    }

    .top-navbar-access {
        display: block;
        text-align: left;
        margin-top: 10px;
    }

        .top-navbar-access > a {
            color: #222;
        }

    .top-navbar__item.open .top-navbar__sub-list {
        top: 100%;
        visibility: visible;
        opacity: 1;
        transition-delay: 0s, 0s, 0.3s;
    }

    .top-navbar__sub-list {
        display: block;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 75%;
        right: 0;
        min-width: 200px;
        background: white;
        box-shadow: -1px 3px 10px -3px #BBB;
        transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s, top 0.2s linear;
    }

    .top-navbar__sub-list__item > a {
        border: 1px solid #f0f0f0;
        border-top: none;
        font-size: 12px;
    }

    .profile-body .navbar-nav > li > a {
        line-height: 50px;
        height: 50px;
        font-weight: 500;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li.open a {
        color: rgb(246, 183, 1) !important;
    }

    .navbar-nav > li.top-navbar-item-logo {
        display: block;
    }

        .navbar-nav > li.top-navbar-item-logo > a {
            padding-left: 35px;
            padding-right: 0;
        }

            .navbar-nav > li.top-navbar-item-logo > a > img {
                max-height: 50px;
            }

    .navbar-nav > li.top-navbar-item-user {
        display: block;
        float: left;
    }

        .navbar-nav > li.top-navbar-item-user > a {
            color: #19b5bc;
        }

    .collapsed-p-0 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .gallery-container {
        margin-right: 0;
        margin-left: 0;
    }
}

/****************************************/

/******************** Breadcrumb ********************/

.breadcrumb {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    color: #8c8c8c;
}

    .breadcrumb > li {
        padding-top: 5px;
    }

        .breadcrumb > li + li:before {
            padding: 0 2px;
            content: '\005C';
        }

        .breadcrumb > li > a,
        .breadcrumb > li {
            color: #8c8c8c;
            font-size: 12px;
        }

            .breadcrumb > li > a:hover {
                color: #19b5bc;
            }



/****************************************/

/******************* Search ********************/
.search-container {
    border-bottom: 1px solid #e7e7e7;
    background: #f8f8f8;
    padding: 45px 0;
    text-align: center;
}
/**********************************************/

/******************* Profile *****************/
.vip-profile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vip-profile .header {
    color: #333;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 36px;
    margin-top: 15px;
}


.profile-summary-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

@media(min-width:768px) {
    .vip-profile-wrapper {
        padding-top: 5px;
    }

    .vip-profile .header {
        margin-top: 5px;
        font-size: 28px;
        line-height: 40px;
    }
}

/*********************************************/

.svg-playVideo {
    position: absolute;
    z-index: 3;
}

.gallery-box {
    order: 1;
    width: 100%;
}

.info-box {
    order: 4;
    width: 100%;
    margin-bottom: 15px;
}

.discount-box {
    order: 8;
}

.title-box, .disabled-box {
    order: 2;
    width: 100%;
}

.address-box {
    order: 3;
    width: 100%;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.prices-box {
    order: 5;
    width: 100%;
}
.price-req-box {
    order: 6;
    width: 100%;
}

.review-box {
    order: 3;
}
.view-capacity-box {
    order: 3;
    padding-right: 10px;
}

.view-count-box {
    order: 3;
    width: 100%;
}

.profile-navbar-box {
    width: 100%;
    order: 8;
    display: none;
    height: 55px;
    overflow: hidden;
}
.ShortDescription-box {
    order: 9;
    width: 100%;
}

.about-box {
    order: 10;
    width: 100%;
}
.map-box {
    order: 11;
    width: 100%;
}
.packages-box {
    order: 12;
    width: 100%;
}
.fac-box {
    order: 12;
    width: 100%;
}
.social-box {
    font-size: 13px;
    color: #8c8c8c;
    order: 13;
    width: 100%;
}

.faq-box {
    order: 14;
    width: 100%;
}

.rating-box {
    order: 15;
    width: 100%;
}
.awards-box {
    order: 16;
    width: 100%;
}
.gallery-thumb-box {
    order: 17;
    width: 100%;
}
.comments-box {
    order: 18;
    width: 100%;
}




.breadcrumb-box {
    order: 19;
    width: 100%;
}

.tag-box {
    order: 20;
    width: 100%;
}

.notice-box {
    order: 21;
    width: 100%;
    color: #8c8c8c;
    margin-bottom: 15px;
}

.vip-box {
    order: 22;
    width: 100%;
}

.tg-box {
    order: 23;
    width: 100%;
}

.free-customer .vip-box {
    order: 2;
}

.free-customer.tg-box {
    order: 1;
}

@media (min-width: 768px) {
    .breadcrumb-box {
        order: 1;
    }

    .info-box {
        order: 3;
    }

    .title-box, .disabled-box {
        order: 1;
    }

    .address-box {
        order: 2;
        margin-bottom: 15px;
    }

    .price-req-box {
        order: 5;
        width: auto;
    }

    /*.discount-box {
        width: auto;
        order: 4;
    }*/
    .prices-box {
        margin-bottom: 0;
        margin-right: 15px;
        order: 6;
        border-left: 1px solid #d9d9d9;
        width: auto;
    }
    .review-box {
        margin-bottom: 0;
        margin-right: 15px;
        order: 6;
        border-left: 1px solid #d9d9d9;
    }
    .view-capacity-box {
        margin-bottom: 0;
        margin-right: 15px;
        order: 6;
        border-left: 1px solid #d9d9d9;
    }
    .view-count-box {
        order: 7;
        width: auto;
    }

    .profile-navbar-box {
        order: 8;
        display: block;
    }

    .middle-box {
        order: 9;
        width: 100%;
    }

    .gallery-box {
        order: 10;
        margin-top: 15px;
    }
    .ShortDescription-box {
        order: 10;
    }
}

.about__text {
    font-size: 15px;
    line-height: 25px;
    word-break: break-word;
}

.social__icon-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: 5px;
}

.social__instagram-icon {
    color: #b900b4;
}

.social__telegram-icon {
    color: #35a9db;
}

.social__website-icon {
    color: #19b5bc;
}

a.profile-info-item {
    display: inline-block;
    font-size: 13px;
    color: #19b5bc;
    font-weight: 500;
    cursor: pointer;
}

    a.profile-info-item:first-child {
        margin-right: 5px;
    }

    a.profile-info-item:before {
        content: "\007c";
        color: #8c8c8c;
        margin-left: 3px;
        margin-right: 3px;
    }

    a.profile-info-item:first-child:before {
        content: none;
    }

    a.profile-info-item:hover,
    a.profile-info-item:focus,
    a.profile-info-item:active {
        color: #19b5bc;
    }

    a.profile-info-item .infoPopup {
        position: absolute;
        color: #222;
        background: white;
        border: 1px solid #d9d9d9;
        padding: 15px;
        top: 10px;
        min-width: 200px;
        text-align: center;
        right: 50%;
        transform: translate(50%);
        z-index: 3;
        border-radius: 3px;
        font-weight: 400;
        font-size: 15px;
        color: #19b5bc;
    }

        a.profile-info-item .infoPopup:before,
        a.profile-info-item .infoPopup:after {
            content: " ";
            position: absolute;
            border: 10px solid #d9d9d9;
            z-index: 7;
            left: 50%;
            transform: translate(-50%);
        }

        a.profile-info-item .infoPopup:before {
            top: -21px;
            border-color: transparent transparent #D9D9D7 transparent;
        }

        a.profile-info-item .infoPopup:after {
            top: -20px;
            border-color: transparent transparent white transparent;
        }

    a.profile-info-item .phone-tag {
        white-space: nowrap;
        border-radius: 3px;
        background: #f8f8f8;
        padding: 10px;
    }

.faq__list {
    padding-right: 25px;
    list-style: none;
}

    .faq__list > li {
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 24px;
        font-size: 14px;
        color: #6c6c6c;
    }

        .faq__list > li:before {
            content: "\2022";
            color: #19b5bc;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-right: -1em;
            font-size: 1.5em;
            float: right;
        }

        .faq__list > li > span {
            display: block;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            color: #222;
        }

@media(min-width: 768px) {
    .faq__list > li > span {
        font-size: 15px;
    }
}

.phone-popup strong.phone-number {
    letter-spacing: 1px;
    direction: ltr;
}

.phone-number-item .phone-popup {
    display: none;
}

.phone-number-item.show-popup .phone-popup {
    display: block;
}

.phone-number-item .show-more {
    border-bottom: 1px dashed #19b5bc;
}

.phone-popup .des {
    font-size: 13px;
    color: #222;
}

.contact-modal-ins {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
}

.vip-profile .summary-item {
    line-height: 25px;
    color: #8c8c8c;
}

.vip-profile .summary-label {
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    white-space: nowrap;
    color: #8c8c8c;
    font-weight: 500;
}

.vip-profile .summary-text {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.summary-dot {
    display: inline-block;
}

.button-contact {
    padding: 0;
    line-height: 50px;
    height: 50px;
}

.button-contact {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-mb-contact,
.btn-mb-contact:active,
.btn-mb-contact:focus,
.btn-mb-contact:hover {
    padding: 0 15px;
    margin-right: 10px;
    color: #19b5bc;
    border: 1px solid #19b5bc;
    line-height: 48px;
    border-radius: 3px;
    text-align: center;
}
.profile-call__text {
    display:inline-block;
    border-right: 1px solid #19b5bc;
    display: inline-block;
    margin-right: 3px;
    font-weight: 500;
    font-size: 15px;
    padding-right: 15px;
}

.profile-call__icon {
    margin-top: -2px;
    margin-right: -7px;
    transform: rotate(315deg) !important;
}

@media(max-width : 768px) {
    .prices-box .discount-prices {
        display: block;
    }

    .prices-box {
        text-align: center
    }
}
    @media(min-width : 768px) {
        .vip-profile .summary-label {
            font-size: 14px;
            display: block;
            color: #222;
            font-weight: 400;
        }

        .vip-profile .summary-item {
            margin-bottom: 15px;
            padding-right: 15px;
            padding-left: 15px;
        }

        .summary-dot {
            display: none;
        }

       
    }

    .profile-navbar {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .profile-navbar-item {
        display: inline-block;
        line-height: 24px;
        padding: 12px 0;
        border-bottom: 3px solid transparent;
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }

        .profile-navbar-item a {
            cursor: pointer;
            color: #222;
        }

    .navbar-item__count {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        height: 24px;
        line-height: 24px;
        font-weight: 500;
        color: #8c8c8c;
        letter-spacing: 0.5px;
    }

    .profile-navbar-item.active,
    .profile-navbar-item:hover {
        border-bottom-color: #19b5bc;
    }

    .profile-navbar-item + li {
    }

    .profile-navbar-container {
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,.04);
        width: 100%;
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
        background: white;
        z-index: 9;
    }

    .like-box {
        display: inline-block;
        font-size: 13px;
        cursor: pointer;
    }

    .like-box-outline {
        border: 1px solid #d9d9d9;
        padding: 8px 12px;
        border-radius: 3px;
    }

    .like-box__icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px;
    }

    .js-profileNavbar .like-box {
        opacity: 0;
        transition: opacity 0.2s ease 0s;
    }

    .js-profileNavbar.js-fixed .like-box {
        opacity: 1;
        transition: opacity 0.2s ease 0s;
    }

    .gallery__image-count {
        position: absolute;
        z-index: 2;
        background: rgba(0,0,0,.5);
        bottom: 15px;
        color: white;
        right: 15px;
        direction: ltr;
        text-align: left;
        padding: 2px 8px;
    }

    .gallery__image-icon {
        margin-right: 5px;
        vertical-align: middle;
    }

    .gallery__like {
        position: absolute;
        z-index: 2;
        top: 15px;
        right: 15px;
    }

    .gallery__img {
        position: relative;
        z-index: 2;
    }

    .gallery__img-caption {
        position: absolute;
        z-index: 1;
    }

    .vip-profile .gallery-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        position: relative;
        overflow: hidden;
        text-align: center;
        width: 100%;
        height: calc(100vw * 125 / 213) !important;
        background: #232323;
    }

    .vip-profile .gallery-slider {
        height: auto;
        width: 100%;
    }

    .vip-profile .gallery-slide img {
        max-width: 100%;
        max-height: 100%;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url(data:image/png;base64,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);
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url(data:image/png;base64,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);
    }

    /* Vendors */
    @media (min-width: 768px) {
        .vip-profile .gallery-slider {
            height: 450px;
            margin-bottom: 50px;
        }

        .vip-profile .gallery-slide {
            transition: transform .2s ease-in-out;
            width: auto;
            height: auto !important;
        }

            .vip-profile .gallery-slide img {
                max-width: 770px;
            }

            .vip-profile .gallery-slide.swiper-slide-next, .vip-profile .gallery-slide.swiper-slide-prev {
                -webkit-transform: scale3d(.95,.95,1);
                transform: scale3d(.95,.95,1);
            }

            .vip-profile .gallery-slide.swiper-slide-prev {
                transform-origin: center left;
            }

            .vip-profile .gallery-slide.swiper-slide-next {
                transform-origin: center right;
            }

            .vip-profile .gallery-slide.swiper-slide:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: rgba(0,0,0,.5);
                transition: .3s background;
                pointer-events: none;
                z-index: 4;
            }

            .vip-profile .gallery-slide.swiper-slide-active:before {
                background: 0 0;
            }
    }

    .seperator-border {
        border-top: 10px solid #eee;
    }

    .profile-section {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 10px solid #eee;
    }

    .section-header {
        margin: 0 0 15px 0;
        font-size: 20px;
    }

    @media(min-width:768px) {
        .profile-section {
            border-top-width: 0px;
            border-top: none;
        }
    }

    .discount-offer {
        display: block;
        vertical-align: middle;
        font-weight: 700;
        color: #ea974d;
        padding: 4px 15px;
        /*min-width: 100%;*/
        line-height: 21px;
        font-size: 13px;
        /*text-align: center;*/
        position: relative;
        border: 1px solid #ea974d;
        color: #ea974d;
        background: #fff;
        margin-top: 10px;
    }

        .discount-offer:hover, .discount-offer:focus {
            outline-width: 0;
            outline-color: #ea974d;
            color: #ea974d;
        }

        .discount-offer:before, .discount-offer:after {
            content: "";
            transform: translateX(50%);
            width: 0;
            height: 0;
            border-width: 0px 6px 6px 6px;
            border-style: solid;
            position: absolute;
            right: 25px;
        }

        .discount-offer:before {
            top: -7px;
            border-color: transparent transparent #ea974d transparent;
        }

        .discount-offer:after {
            top: -6px;
            border-color: transparent transparent white transparent;
        }

    @media(min-width: 768px ) {
        .discount-offer {
            display: inline-block;
            font-weight: 600;
            border-radius: 3px;
            /*margin-right: 15px;*/
            margin-left: 0;
            max-width: 400px;
            /*min-width: unset;
        min-width: auto;*/
            /*margin-top:0;*/
        }

            .discount-offer:hover {
                color: #ea974d;
            }
        /*.discount-offer:before, .discount-offer:after {
        content: "";
        top: 50%;
        transform: translateY(-50%);
        border-width: 6px 0 6px 6px;
    }

    .discount-offer:before {
        right: -7px;
        border-color: transparent transparent transparent #ea974d;
    }

    .discount-offer:after {
        right: -6px;
        border-color: transparent transparent transparent #fff;
    }*/
    }

.modal-header {
    background-color: #f8f8f8;
    text-align: center;
    padding: 25px 50px;
    border-bottom: none;
    border-radius: 22px 22px 0 0;
}

    .modal-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
    }

    .modal-footer {
        border-top: none;
    }

    .modal-subtitle {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        color: #8c8c8c;
    }

    .field-group,
    .field-group-line {
        margin-bottom: 25px;
    }

        .field-group label,
        .field-group-line label {
            letter-spacing: 0.5px;
            display: block;
            font-size: 13px;
        }

        .field-group .label-help,
        .field-group-line .label-help {
            color: #c1c1c1;
        }

        .field-group .field-icon,
        .field-group-line .field-icon {
            line-height: 34px;
            height: 34px;
            width: 30px;
        }

        .field-group .field-input,
        .field-group-line .field-input {
            width: 100%;
            line-height: 24px;
            padding-right: 0;
            font-size: 16px;
            box-shadow: none;
            outline: none;
            border-width: 1px;
            border-style: solid;
            border-color: #d9d9d9;
            border-radius: 3px;
        }

        .field-group-line .field-input {
            border-width: 0 0 1px;
            border-radius: 0;
        }

            .field-group-line .field-input:focus {
                border-color: #666;
            }

            .field-group .field-input.error,
            .field-group-line .field-input.error {
                border-color: #ec8780;
            }

            .field-group .field-input[type=text],
            .field-group-line .field-input[type=text] {
                height: 34px;
            }

        .field-group .field-icon-group,
        .field-group-line .field-icon-group {
            position: relative;
        }

            .field-group .field-icon-group .field-icon,
            .field-group-line .field-icon-group .field-icon {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 2;
                font-size: 20px;
            }

            .field-group .field-icon-group .field-input,
            .field-group-line .field-icon-group .field-input {
                padding-right: 30px;
            }


            .field-group .field-icon-group.reverse .field-icon,
            .field-group-line .field-icon-group.reverse .field-icon {
                left: 0;
                right: auto;
                text-align: center;
            }

            .field-group .field-icon-group.reverse .field-input,
            .field-group-line .field-icon-group.reverse .field-input {
                padding-left: 30px;
                padding-right: 0;
            }

    .form-side {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px;
        border: 1px solid rgb(217, 217, 217);
        border-radius: 3px;
        margin-top: 0;
        position: relative;
        margin-bottom: 5px;
    }

    .form-side__title {
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .form-side__header-icon {
        color: #19b5bc;
        vertical-align: middle;
        margin-left: 5px;
    }

    .form-side__ins {
        text-align: center;
        color: #999;
        margin-bottom: 0px;
    }


    .form-side .field-group .field-input {
        padding-right: 5px;
        line-height: 42px;
    }

        .form-side .field-group .field-input[type=text] {
            height: 42px;
        }

    .form-side .field-group .field-icon,
    .form-side .field-group-line .field-icon {
        line-height: 42px;
        height: 42px;
    }

    .form-side .btn-apply {
        width: 100%;
        font-weight: 600;
        font-size: 16px;
    }

    .form-side-message {
        position: absolute;
        bottom: 0;
        display: block;
        max-width: 100%;
        z-index: 3;
        margin-bottom: 0;
        line-height: 22px;
        border-radius: 0;
    }

    .like-box .fa.heart-icon:before {
        content: '\f08a';
        color: #8c8c8c;
    }

    .map-container {
        margin-top: 15px;
        height: 225px;
        position: relative;
        overflow: hidden;
        background: url(/images/loading.gif);
        background-position: 50%;
        background-repeat: no-repeat;
    }

    @media(max-width: 600px) {
        .map__img {
            position: absolute;
            top: -9999px;
            bottom: -9999px;
            left: -9999px;
            right: -9999px;
            margin: auto;
        }
    }

    .map-links__box {
        margin-top: 15px;
        padding-right: 10px;
    }

    .vendor-map__link {
        position: relative;
        display: inline-block;
        background: white;
        border-radius: 25px;
        font-size: 12px;
        font-weight: 500;
        color: #222;
        height: 38px;
        padding-left: 40px;
        line-height: 38px;
        padding-right: 8px;
        border: 1px solid #DFE1E5;
        margin-bottom: 15px;
    }

        .vendor-map__link:first-child {
            margin-left: 10px;
        }

        .vendor-map__link:after {
            position: absolute;
            left: 0;
            content: "";
            width: 32px;
            height: 32px;
            top: 50%;
            left: 1px;
            transform: translateY(-50%);
            background-repeat: no-repeat;
            background-size: 24px;
            border-radius: 25px;
            background-position: 50%;
            display: block;
        }
.Neshan-map__icon:after {
    background-image: url('/images/neshan.jpg');
}
.Balad-map__icon:after {
    background-image: url('/images/balad.jpg');
    background-color: #8dbecb;
}
.waze-map__icon:after {
    background-image: url('https://www.nobatan.com/images/waze32x32.png');
    background-color: #8dbecb;
}

.g-map__icon:after {
    background-image: url('/images/google-maps32x32.png');
    background-color: #dedede;
}

    .btn-map {
        color: #19b5bc;
        cursor: pointer;
    }

        .btn-map:hover {
            border-bottom: 1px solid #19b5bc;
        }

    @media(min-width: 400px) {
        .map-container {
            height: 250px;
        }
    }

    @media(min-width: 600px) {
        .map-container {
            height: 300px;
        }
    }

    .map-box__address {
        color: #222;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
        margin-left: 5px;
    }

    @media(min-width: 768px) {
        .map-box__address {
            font-size: 16px;
        }
    }


    .like-box--white .fa.heart-icon:before {
        content: '\f08a';
        color: #fff;
    }

    .like-box.liked .fa.heart-icon:before {
        content: '\f004';
        color: #19b5bc;
    }

    .mapOverlaystorefront {
        display: none;
    }

    @media(min-width:992px) {
        .ui-helper-hidden-accessible {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .ui-helper-hidden {
            display: none;
        }

        .ui-autocomplete {
            position: absolute;
            top: 0;
            left: 0;
            cursor: default;
        }

        .ui-menu {
            list-style: none;
            margin: 0;
            display: block;
            outline: 0;
            border: 1px solid #d9d9d9;
            border-radius: 3px;
            box-shadow: 0 3px 4px 0 rgba(0,0,0,.15);
            z-index: 900;
            background: #fff;
            padding: 29px 0 0 0;
            position: absolute;
            text-align: right;
            list-style: none;
        }

            .ui-menu .ui-menu {
                position: absolute;
            }

            .ui-menu .ui-menu-item {
                margin: 0;
                cursor: pointer;
                /* support: IE10, see #8844 */
                list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
            }

            .ui-menu .ui-menu-item-wrapper {
                position: relative;
                padding: 0px 20px;
                display: block;
            }

                .ui-menu .ui-menu-item-wrapper span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    color: #222;
                    padding: 3px 0;
                    line-height: 18px;
                    max-width: 83%;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    float: right;
                }

                .ui-menu .ui-menu-item-wrapper span:nth-child(2) {
                    width: 20%;
                    float: left;
                    text-align: left;
                    position: relative;
                    top: 2px;
                    font-size: 11px;
                    line-height: 22px;
                    color: #8c8c8c;
                }

            .ui-menu .ui-menu-divider {
                margin: 5px 0;
                height: 0;
                font-size: 0;
                line-height: 0;
                border-width: 1px 0 0 0;
            }

            .ui-menu .ui-state-focus,
            .ui-menu .ui-state-active {
            }

        /* icon support */
        .ui-menu-icons {
            position: relative;
        }

            .ui-menu-icons .ui-menu-item-wrapper {
                padding-left: 2em;
            }

        /* left-aligned */
        .ui-menu .ui-icon {
            position: absolute;
            top: 0;
            bottom: 0;
            left: .2em;
            margin: auto 0;
        }

        /* right-aligned */
        .ui-menu .ui-menu-icon {
            left: auto;
            right: 0;
        }

        .ui-menu li {
            border-bottom: 1px solid #d9d9d9;
            padding: 9px 0;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .ui-menu li:hover {
                background-color: #f8f8f8;
                color: #19b5bc;
            }

                .ui-menu li:hover span:first-of-type {
                    color: #19b5bc;
                }

        .ui-menu::after, .ui-menu::before {
            content: "";
            border-width: 10px;
            border-style: solid;
            padding: 0;
            height: 0;
            width: 0;
            right: 18px;
            position: absolute;
        }

        .ui-menu::before {
            top: -21px;
            border-color: transparent transparent #d9d9d9 transparent;
        }

        .ui-menu::after {
            top: -19px;
            border-color: transparent transparent #fff transparent;
        }

        .mapOverlaystorefront {
            position: absolute;
            -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
            display: block;
            z-index: 9999999;
        }

        .mapOverlay {
            background: #fff;
            border-radius: 2px;
            width: 200px;
            padding: 10px;
            letter-spacing: normal;
            word-spacing: normal;
            text-rendering: auto;
        }

        .mapOverlay__figure {
            margin: 0px;
            margin-bottom: 0px;
            border-radius: 2px;
            overflow: hidden;
            position: relative;
            margin-bottom: 8px;
        }

        .mapOverlay__img {
            width: 200px;
            height: 130px;
            object-fit: cover;
            display: block;
        }

        .mapOverlay__caption {
            position: absolute;
            margin: 5px;
            bottom: 0;
            left: 0;
            right: 0;
            direction: ltr;
        }

        .mapOverlay__captionIcon {
            margin-right: 3px;
            vertical-align: sub;
        }

        .svgIcon {
            width: 16px;
            height: 16px;
            display: inline-block;
        }

        .mapOverlay__captionTag {
            font-size: 14px;
            line-height: 21px;
            background-color: rgba(0,0,0,.5);
            color: #fff;
            display: inline-block;
            border-radius: 3px;
            padding: 5px;
            margin-right: 5px;
        }

        .svgIcon svg {
            fill: #222;
            width: 100%;
            height: 100%;
        }

        .mapOverlay__captionIcon svg {
            fill: #fff;
        }

        svg:not(:root) {
            overflow: hidden;
        }

        .mapOverlay__save {
            top: 0;
            right: 0;
            position: absolute;
        }

        .btn-fav {
            /*background-image: url(https://cdn1.weddingwire.com/assets/img/sprite_fav_white.png);*/
        }

        .btn-fav {
            cursor: pointer;
            /*background-image: url(https://cdn1.weddingwire.com/assets/img/sprite_fav.png);*/
            width: 40px;
            height: 40px;
            z-index: 1;
        }

        .mapOverlay__title {
            color: #222;
            font-size: 17px;
            line-height: 27px;
            font-weight: 600;
            line-height: 25px;
            margin-bottom: 3px;
        }

            .mapOverlay__title:hover {
                color: #19b5c0;
            }

        .mapOverlay__sector {
            font-size: 13px;
            line-height: 26px;
            color: #8c8c8c;
            display: block;
        }

        .mb5 {
            margin-bottom: 5px;
        }

        .rating-stars-vendor {
            display: inline-block;
            vertical-align: middle;
            /*background: url(https://cdn1.weddingwire.com/assets/img/sprite-rating.svg) no-repeat;*/
            background-position-x: 0%;
            background-position-y: 0%;
            background-position: 0 -18px;
            width: 66px;
            height: 14px;
            line-height: 0;
            text-align: left;
            margin-top: -1px;
        }

            .rating-stars-vendor.rating-stars-vendor-bar {
                background-position: -66px -18px;
                margin: 0;
            }

        .count {
            font-size: 10px;
            line-height: 16px;
            color: #8c8c8c;
        }

        .mapOverlay .btn-flat {
            padding: 8px;
            font-size: 15px;
        }

        .btn-flat.red:hover {
            background-color: #19b5bc;
            color: #fff;
        }

        .btn-flat.red {
            background-color: #169fa5;
        }


        a[role="button"] {
            cursor: pointer;
        }

        .btn-full {
            width: 100%;
            box-sizing: border-box;
        }

        .btn-flat {
            font-weight: 600;
            padding: 9px 12px;
            border-radius: 3px;
            color: #fff;
            display: inline-block;
            cursor: pointer;
            border: 0;
            outline: 0;
            -webkit-appearance: none;
            appearance: none;
            box-sizing: border-box;
            vertical-align: middle;
            text-align: center;
        }

        .mapOverlay::after {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            content: "";
            border-width: 10px;
            border-style: solid;
            border-color: #fff transparent transparent;
            bottom: -20px;
            left: 50%;
            position: absolute;
        }

        .svgIcon {
            width: 16px;
            height: 16px;
            display: inline-block;
        }

            .svgIcon svg {
                fill: #222;
                width: 100%;
                height: 100%;
            }

        svg:not(:root) {
            overflow: hidden;
        }
    }



    .new-comment__form {
        display: block;
        margin-bottom: 50px;
    }

    .comments .comment-item {
        box-shadow: none;
    }

    .comments .ci-header {
        border-bottom: none;
    }

    .comments .ci-footer {
        border-top: none;
    }

    .btn-more-comemnt {
        display: block;
        margin: auto;
    }

    .profile__tag {
        display: inline-block;
        line-height: 21px;
        color: #8c8c8c;
        border: 1px solid #d9d9d9;
        padding: 1px 5px;
        border-radius: 3px;
        font-size: 13px;
        margin-bottom: 5px;
    }

        .profile__tag a {
            color: #8c8c8c;
        }

    .mobile-fixed-bottom {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 15px;
        background: #fff;
        z-index: 2;
    }

    .button-tel {
        width: 100%;
        color: #19b5bc;
        letter-spacing: 0.5px;
        direction: ltr;
        border: 1px solid #19b5bc;
        margin-bottom: 10px;
    }

    /*** VIP Slider ***/

    .vip-slide, .article-slide {
        width: 100%;
        padding: 10px;
    }

    .list-slide {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    @media(min-width: 400px) {
        .vip-slide, .article-slide {
            width: 50%;
        }

        .list-slide {
            width: 50%;
        }
    }

    @media(min-width: 768px) {
        .vip-slide, .list-slide, .article-slide {
            width: 33.3333333%;
        }
    }

    @media(min-width: 992px) {
        .vip-slide, .list-slide, .article-slide {
            width: 25%;
        }
    }

    .list-slide__figure {
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: 100px;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
        margin-right: 0;
    }

    .list-slide__link {
        display: block;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
    }

    .list-slide__figure figcaption {
        position: absolute;
        top: 50%;
        color: white;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
    }

    .vip-slide__box, .article-slide__box {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        text-align: center;
    }

    .article-slide__box {
        background-color: #fff;
    }

    .vip-slide__figure, .article-slide__figure {
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: 175px;
        position: relative;
    }

    .article-slide__figure {
        height: 200px;
    }

    .vip-slide__link, .article-slide__link {
        width: 100%;
        height: 100%;
        display: block;
    }

        .vip-slide__link figcaption, .article-slide__link figcaption {
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .vip-slide__info, .article-slide__info {
        padding: 10px;
    }

    .vip-slide__title-link {
        color: #222;
        font-weight: 600;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 10px;
        display: block;
    }
    /******************/


    /****************** Badges ***************/
    .badges__list {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .badge__item .badge__label {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        font-weight: 600;
        bottom: 0;
    }

    .badge__item {
        width: 90px;
        height: 90px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin-left: 5px;
    }

        .badge__item img {
            width: 100%;
            height: 100%;
        }

.badge-50 {
    background-image: url('https://www.nobatan.com/images/badge-50.png');
    background-size: contain;
    background-repeat: no-repeat;
}

        .badge-50 .badge__label {
            top: 26px;
            color: white;
            font-size: 18px;
        }

    .badge__item .badge__label {
        font-size: 14px;
    }

    @media(min-width: 992px) {
        .badge__item .badge__label {
            font-size: 18px;
        }

        .badge-50 .badge__label {
            top: 38px;
        }

        .badge__item {
            width: 124px;
            height: 124px;
        }
    }

    /******************/

    /********** Footer **********/
    #footer {
        border-top-width: 0;
        border-top: none;
        background: #fff;
        color: #DDD;
    }

        #footer a:hover {
            color: #ffbe00;
        }

        #footer a {
            color: #6c6c6c;
            direction: ltr;
        }

        #footer .mid-row.row-quick-access {
            background-color: #fff;
        }

        #footer h3.header,
        #footer span.header {
            color: #222;
        }

        #footer .mid-row.row-info {
            padding-top: 30px;
            color: #222;
        }
@media(max-width: 768px) {
    #footer .mid-row.row-info {
        padding: 30px 50px 0 50px;
    }
}
        #footer h3.header span {
            border-bottom: 2px solid #19b5bc;
        }

        #footer .mid-row.row-info h3.header,
        #footer .mid-row.row-info span.header {
            margin-bottom: 25px;
        }

            #footer .mid-row.row-info h3.header  span,
            #footer .mid-row.row-info span.header span {
                font-size: 15px;
                padding-bottom: 10px;
                border-bottom: 2px solid #d9d9d9;
            }
            #footer .mid-row.row-info span.header span {
                font-size: 15px;
                padding-bottom: 4px;
                border-bottom: 2px solid #d9d9d9;
            }

        #footer .svgIcon {
            display: inline-block;
            width: 16px;
            height: 16px;
        }

        #footer .header-info {
            margin-top: 30px;
            font-size: 16px;
        }

#footer .bottom-row {
    background-color: #000;
    padding: 15px 0px 5px;
}

@media (max-width: 768px) {
    #footer .bottom-row p {
        text-align: center;
        font-size: 12px;
    }
}

    .footer__contact-box {
        color: #6c6c6c;
    }

.footer__co {
    color: rgb(255, 190, 0);
    margin-top: 0;
}

    .footer__copywrite {
        color: #fff;
        line-height: 21px;
        display: inline-block;
        text-align: center;
        direction: ltr;
    }
    /***************************/

    /*************Index Page*************/
    .index-search__form {
        margin: auto;
        display: block;
        position: absolute;
        z-index: 2;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .index__search__input, .index__search__submit {
        padding: 15px 10px;
        border: none;
        border-width: 0;
    }

    @media(min-width:768px) {
        .index__search__input, .index__search__submit {
            padding: 20px 15px;
        }
    }

    .index__search__submit {
        background-color: #19b5bc;
        outline: none;
        color: #fff;
    }

    .index__search__input {
        width: 100%;
        max-width: 500px;
    }

.index-search__subheader, .index-search__header {
    color: #fff;
    padding-bottom: 30px;
}

    .index-search__header {
        font-size: 20px;
    }
        .index-search__header span {
            color: #0042ff;
            background: #ffffff7a;
            padding: 0 15px;
            border-radius: 22px;
        }
    .index-search__subheader {
        margin-bottom: 15px;
        font-size: 12px;
    }

    @media(min-width : 992px) {
        .index-search__header {
            font-size: 32px;
        }

        .index-search__subheader {
            margin-bottom: 25px;
            font-size: 16px;
        }
    }

    .index-slider-row {
        position: relative;
    }

    .index-slider {
        height: 250px;
    }

    @media(min-width : 992px) {
        .index-slider {
            height: 500px;
        }

            .index-slider .swiper-pagination {
                bottom: 50px;
            }
    }

    .index-slide img {
        width: 100%;
        max-height: 100%;
    }

    .index-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #dadada;
        opacity: 1;
        outline: 0;
    }

.index-slider .swiper-pagination-bullet-active {
    background: #0241ff;
}

    .index-slide {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
    }

        .index-slide:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0,0,0,.3);
            overflow: hidden;
        }

    .intro-section {
        margin-bottom: 50px;
        padding-bottom: 25px;
        padding-top: 25px;
        background: #fff;
    }

        .intro-section.section-odd {
            background: #fafafa;
        }

    .intro-container {
        margin-top: 50px;
    }

    .intro-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .intro__img-box img {
        max-width: 100%;
    }

    .intro__title {
        color: #222;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 34px;
    }

    .intro__subtitle {
        color: #585858;
        font-weight: 500;
        font-size: 17px;
        line-height: 26px;
    }

    .intro__info-box {
        margin-bottom: 30px;
        order: 1;
        text-align: center;
    }

    .intro__img-box {
        order: 2;
    }

    @media(min-width:992px) {
        .intro-section {
            margin-bottom: 45px;
        }

        .intro-row {
            flex-direction: row;
        }

        .intro-vd-row {
            flex-direction: column;
        }

        .intro__info-box {
            margin-bottom: 0;
            text-align: right;
        }

        .intro__info-box {
            margin-left: 50px;
        }

        .intro-row .intro__info-box {
            margin-left: 0;
        }

        .img-first .intro__img-box {
            order: 1;
            margin-left: 50px;
        }

        .img-first .intro__info-box {
            margin-left: 0;
        }

        .img-first .intro__info-box {
            order: 2;
        }
    }

    .cities-row {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .list-container {
        margin-top: 50px;
        background-color: #fff;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .articles-container {
        margin-top: 40px;
        background-color: #f8f8f8;
        padding-bottom: 35px;
        padding-top: 15px;
    }

    .btn__city, .btn__city-more {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

    .btn__city-more {
        background: white;
        color: #19b5bc;
        border: 1px solid #19b5bc;
    }

.btn__article-more {
    background: white;
    color: #ff802e;
    border: 1px solid #ff802e;
    font-weight: 600;
    font-size: 16px;
}
    /************************************/

    .vip-profile.disabled-customer .just-activeUser {
        display: none;
    }
.row-title {
    background: #f5f7fa;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 20px;
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
    .row-title span {
        font-size: 16px;
    }

/* نمایش فقط در موبایل */
@media (min-width: 768px) {
    .open-sheet-btn {
        display: none;
    }
}
