﻿/*start login*/

@media (max-width: 757px) {
    .app-download-pc {
        padding-top: 5px;
    }
}

.icon-apartment {
    width: 17px;
    height: 17px;
}

.icon-villa, .icon-farm, .icon-office, .icon-building {
    width: 18px;
    height: 18px;
}

.icon-land {
    width: 22px;
    height: 18px;
}

.icon-store {
    width: 16px;
    height: 16px;
}


.no-transform {
    text-transform: none !important;
}

.d-block-ruby-text{
    display: block !important;
}

.main-content {
    overflow: hidden;
}

.card-numbers-bold {
    font-weight: bold;
    margin: 0px 2px 0px 2px;
}

.selected-page {
    z-index: 1 !important;
    color: #fff !important;
    border-radius: 10px !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.UserProfilePhoneNumber::before {
    display: none;
}

.direction-ltr {
    direction: ltr;
}

.area-card {
    height: fit-content;
    border-radius: 12px;
    border-color: #00000094;
    margin: 2px;
}

.area-card-body {
    display: inline-flex;
    padding: 6px;
    align-items: center;
}

.area-trash {
    margin: 5px;
    color: red;
    cursor: pointer;
}

.our_missions_grid_without_using_animation {
    box-shadow: 0px 4px 15px 0px #0000000F;
    background: #fff;
    padding: 60px 45px 50px;
    flex-grow: 1;
    max-width: calc(50% - 30px);
    margin: 0 15px;
}

.main-search {
    padding-bottom: 20px;
    padding-top: 70px;
    background-image: url(../images/main/search-bg.png);
}

.has_cover {
    background-size: cover;
}

.login-form-grid {
    max-width: 656px;
    margin: auto;
}

.login-form {
    padding: 48px;
    position: relative;
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.02);
}

.back-link {
    margin-bottom: 20px;
    font-size: 18px;
}

.login-form h2 {
    margin-bottom: 40px;
}

.conditions {
    color: #424247;
}

input.phone {
    width: calc(100% - 115px);
    display: inline-block;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.input-has-icon i,
.password-show {
    position: absolute;
    top: 17px;
    color: #C7C7C7;
    font-size: 16px;
}

.password-show {
    cursor: pointer;
}


.forget-pass a {
    font-size: 14px;
    font-weight: 500;
}

.login-form .custom-btn {
    margin-top: 30px;
}

.login-text p {
    font-size: 15px;
    max-width: 360px;
    line-height: 22px;
}

.confirm-register-method b {
    margin-bottom: 10px;
}

.g-recaptcha {
    max-width: 100%;
    overflow: hidden;
}

.overlay-bg {
    position: relative;
    overflow: initial;
    background-position: center bottom;
}

    .overlay-bg:before {
        background: #000;
        opacity: .3;
    }


.verfication-phone {
    direction: ltr;
    margin: 30px auto;
}

    .verfication-phone input {
        width: 37px;
        height: 40px;
        display: inline-block;
        border-radius: 9px;
        padding: 0;
        text-align: center;
        font-weight: bold;
        border: 1px solid #E8E8ED;
        background: transparent;
        margin: 0 5px;
    }


/*end login*/


/*start index*/
.responsive-checkbox-content {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    max-width: 800px;
}

.slider-youtube-link {
    padding: 4px 8px;
    position: absolute;
    background: #E8E8ED;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    top: -80px;
}

    .slider-youtube-link:hover {
        color: #fff;
        background: #D92228;
    }

        .slider-youtube-link:hover i {
            color: #fff;
        }

.main-mult-radio-btns {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    background: #fff;
}

.mult-radio-btns {
    display: flex;
    align-content: space-between;
    justify-content: center;
}

    .mult-radio-btns > div {
        flex: 1 1 auto;
        display: inline-block;
        margin-bottom: 5px;
    }

.main-mult-radio-btns > div {
    margin-bottom: 0;
}

.mult-radio-btns .custom-checkbox {
    display: block;
}

    .mult-radio-btns .custom-checkbox input ~ label {
        font-weight: 700;
        color: #424247;
        font-size: 14px;
        padding: 6px 8px;
    }

.main-mult-radio-btns .custom-checkbox input ~ label {
    margin-bottom: 0;
    padding: 10px 8px;
}

.round-checkbox input ~ label:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-color: #a4a4a4;
    border-width: 2px;
}

.round-checkbox input ~ label:after {
    content: "";
    background: #D92228;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px)
}

.mult-radio-btns .custom-checkbox input:checked ~ label {
    color: #D92228;
    margin-bottom: 0;
}

.mult-radio-btns .custom-checkbox:not(.round-checkbox) input ~ label:after {
    display: none;
}

.mult-radio-btns .custom-checkbox:not(.round-checkbox) input ~ label {
    border-bottom: 1px solid #a4a4a4;
}

    .mult-radio-btns .custom-checkbox:not(.round-checkbox) input ~ label:before {
        height: 1px;
        width: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: none;
        background: #D92228;
        display: inline-block;
        top: auto;
        bottom: -1px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

.mult-radio-btns .custom-checkbox:not(.round-checkbox) input:checked ~ label:before {
    width: 100%;
}

.round-checkbox input ~ label:before {
    top: calc(50% - 10px);
}

.responsive-checkbox .mult-radio-btns .round-checkbox input ~ label {
    font-weight: 500;
    color: #111112;
}

    .responsive-checkbox .mult-radio-btns .round-checkbox input ~ label:before {
        top: calc(50% - 9px);
    }

    .responsive-checkbox .mult-radio-btns .round-checkbox input ~ label::after {
        top: calc(50% - 5px);
    }

    .responsive-checkbox .mult-radio-btns .round-checkbox input ~ label img {
        vertical-align: text-bottom;
    }

.search-form {
    position: relative;
    z-index: 2;
}

.search-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

    .search-form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #a4a4a4;
    }

    .search-form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #a4a4a4;
    }


    .search-form-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #a4a4a4;
    }


    .search-form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #a4a4a4;
    }



    .search-form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #a4a4a4;
    }

.suggestion-list {
    position: absolute;
    top: 100%;
    z-index: 6;
    background: #fff;
    width: 100%;
    border-top: none;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}


    .suggestion-list li {
        color: #a4a4a4;
        display: block;
        padding: 10px;
    }

        .suggestion-list li:hover,
        .display_box_hover {
            background: #D92228;
            color: #fff;
            border-bottom-color: #D92228;
        }

        .suggestion-list li:not(:last-of-type) {
            border-bottom: 1px solid #eee;
        }

.search-form-group .form-control {
    border: 1px solid #0000000d;
    background: #F7F8F8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: calc(100% - 150px);
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.search-form-group .custom-btn {
    background: #D92228;
    height: 50px;
}

    .search-form-group .custom-btn:hover {
        color: #fff;
    }

    .search-form-group .custom-btn i {
        color: #fff;
        position: static;
    }

.decorate-link-div {
    display: flex;
    justify-content: space-between;
}

.main-search .decorate-link {
    position: relative;
    height: 23px;
    overflow: hidden;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

    .main-search .decorate-link i {
        position: absolute;
        top: 4px;
    }

.search-form-grid h1 {
    margin-bottom: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-search.login > .container > .row {
    min-height: 586px;
}

.scroll-link {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
}

    .scroll-link i {
        display: block;
        margin-top: 10px;
    }


.stroke-title {
    animation: title_effect 7s ease-in-out infinite;
    color: #fff;
}

    .stroke-title:hover {
        color: #f3b340
    }

.product-type {
    font-size: 12px;
}

.product-img {
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 1;
    position: relative;
}

.product-div {
    position: relative;
    max-width: 315px;
    margin: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.inner-product-div {
    height: 408px;
    padding: 8px;
}

.product-owl .owl-stage-outer {
    padding: 20px 0;
}


.product-div .main-product-link {
    display: block;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
}

    .product-div .main-product-link:hover {
        color: #111112;
    }

        .product-div .main-product-link:hover .product-name {
            color: #D92228;
        }

.bdge {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 6px 8px;
    background: #fff;
    color: #424247;
    font-size: 11px;
    display: inline-block;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    margin-bottom: 8px;
}

    .bdge:hover {
        color: #fff;
        background: #424247;
    }

    .bdge .fa-circle {
        font-size: 10px;
    }

    .bdge .fa-circle-check {
        color: #1DA1F2;
    }

.Published i {
    color: #46C032;
}

.limited-width {
    max-width: 145px;
}

.product-div .custom-checkbox,
.product-map .custom-checkbox,
.top-product-items {
    position: absolute;
    top: 20px;
    z-index: 2;
}

    .flex-data-contain .product-button-contain .custom-checkbox label::before,
    .product-div .custom-checkbox label::before,
    .product-map .custom-checkbox label::before,
    .product-div .custom-checkbox label:after,
    .product-map .custom-checkbox label::after {
        content: none
    }

    .flex-data-contain .product-button-contain .custom-checkbox label,
    .product-div .custom-checkbox label,
    .product-map .custom-checkbox label {
        padding: 0;
        width: 30px;
        margin: 0;
        text-align: center;
        border: none;
        background: #fff;
        height: 30px;
        width: 30px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        animation: none;
        -webkit-animation: none;
    }

        .flex-data-contain .product-button-contain .custom-checkbox label i,
        .product-div .custom-checkbox label i,
        .product-map .custom-checkbox label i {
            color: #111112;
            font-size: 20px;
            margin: 0;
            position: relative;
            z-index: 1;
            line-height: 32px;
        }

            .flex-data-contain .product-button-contain .custom-checkbox label i:hover,
            .product-div .custom-checkbox label i:hover,
            .product-map .custom-checkbox label i:hover {
                color: #e02828;
                font-weight: bold;
            }

    .flex-data-contain .product-button-contain .custom-checkbox input:checked ~ label i,
    .product-div .custom-checkbox input:checked ~ label i,
    .product-map .custom-checkbox input:checked ~ label i {
        color: #e02828;
        font-weight: bold;
        animation: bounceIn .5s linear;
        -webkit-animation: bounceIn .5s linear;
    }

.product-owl {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.products {
    overflow: hidden;
    position: relative;
}


.product-img:before {
    background: #D92228;
    opacity: 0;
    z-index: 1;
}

.product-div:hover .product-img:before {
    opacity: .3;
}

.product-description {
    position: relative;
    padding: 0 10px;
}

    .product-description .row > div {
        padding: 0;
    }

.feature {
    background: #F3B340;
    position: absolute;
    top: 185px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    display: inline-block;
    padding: 6px 12px;
    min-height: 32px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 3px 3px 20px rgba(0, 0, 0, 0.06);
}


    .feature::before {
        content: "";
        position: absolute;
        border: 7px solid transparent;
        border-left-color: #C0800C;
        transform: rotate(-45deg);
        bottom: 21px;
        margin: auto;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

.product-name {
    margin-top: 17px;
    height: 45px;
    overflow: hidden;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
}


.product-right-data {
    display: flex;
    flex-wrap: wrap;
}

.product-details-grid {
    flex: 0 0 50%;
    margin-bottom: 3px;
    max-width: 50%;
    font-size: 11.4px;
}

    .product-details-grid span {
        color: #111112;
    }

.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
}

.owl-carousel.owl-theme .owl-nav {
    bottom: 55%;
}

.owl-carousel.top-nav .owl-nav {
    bottom: calc(100% + 100px);
    width: 100px
}


.owl-carousel.owl-theme .owl-nav button {
    height: 40px;
    width: 40px;
    color: #a4a4a4 !important;
    background: transparent !important;
    padding: 0 !important;
    line-height: 40px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #a4a4a4;
}

    .owl-carousel.owl-theme .owl-nav button:hover {
        color: #424247 !important;
        background: transparent !important;
        border-color: #424247;
    }

    .owl-carousel.owl-theme .owl-nav button span {
        display: none;
    }

.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.owl-carousel.owl-theme .owl-nav button:before {
    content: "\f105";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    left: 0;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 0;
}

.owl-carousel.owl-theme .owl-nav .owl-next:before {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    margin-left: 0;
    margin-right: -2px;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}



.third_btn {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 10px;
}

    .third_btn:hover {
        color: #111112
    }


    .third_btn i {
        vertical-align: middle;
    }


.customer-stories {
    overflow: hidden;
}


.opinion-div {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 20px;
    max-width: 350px;
    margin: auto;
    height: 250px;
    position: relative;
    z-index: 1;
}

    .opinion-div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(217, 34, 40, .3);
        z-index: -1;
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: all .3s linear;
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
    }

    .opinion-div:hover:before {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .opinion-div:hover {
        color: #fff;
    }

        .opinion-div:hover h3 {
            color: #D92228;
        }

            .opinion-div:hover h3::before {
                background: #D92228;
            }

    .opinion-div > div {
        flex: 0 0 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }

.opinion-description {
    padding: 0 27px;
    position: relative;
    font-size: 16px;
    align-self: flex-start;
}

    .opinion-description::before,
    .opinion-description::after {
        font-weight: bold;
        font-family: 'Font Awesome 5 Free';
        font-size: 30px;
        position: absolute;
        color: #F9DCDD;
    }

    .opinion-description::before {
        content: "\f10d";
        top: -20px;
        left: 0;
    }

    .opinion-description::after {
        content: "\f10e";
        bottom: -20px;
        right: 0;
    }

.opinion-div h3 {
    display: inline-block;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: calc(100% - 57px);
}

    .opinion-div h3::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 2px;
        background: #a4a4a4;
        top: 50%
    }

.opinion-bottom {
    align-self: flex-end;
    margin-top: 20px;
}

.owl-theme .opinion-img {
    display: inline-block;
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}



[data-tooltip] {
    position: relative
}

    [data-tooltip]::before,
    [data-tooltip]::after {
        opacity: 0;
        visibility: hidden;
    }

    [data-tooltip]::before {
        content: attr(data-tooltip);
        display: block;
        position: absolute;
        bottom: calc(100% + 10px);
        text-align: center;
        border-radius: 4px;
        background: #111112;
        color: white;
        font-size: 1em;
        padding: 0.75em 0.95em;
        z-index: 1;
        width: 180px;
        line-height: 25px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }



    [data-tooltip]::after {
        content: "";
        border: 5px solid transparent;
        border-top-color: #111112;
        position: absolute;
        bottom: 100%;
    }


    [data-tooltip]:hover::before,
    [data-tooltip]:hover::after {
        opacity: 1;
        visibility: visible;
        animation: fadeIn .3s linear;
        -webkit-animation: fadeIn .3s linear;
    }

/*start app-download*/
.app-download {
    background: #D92228;
    padding: 5px 0;
    color: #fff;
}

    .app-download .row {
        min-height: 75px;
    }

.app-download-text b {
    font-size: 20px;
}

.app-download-img {
    height: 70px;
    width: 70px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

    .app-download-img img {
        max-height: 70%;
        max-width: 70%;
    }

.app-download .custom-btn {
    min-width: 100px;
    background: #fff;
    color: #D92228;
}

.close-app-download {
    border-radius: 50%;
    border: none;
    background: #fff;
    height: 25px;
    width: 25px;
    font-size: 17px;
    box-shadow: 0 0 8px #000;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/*end app-download*/
/*end index*/

/*start product-details*/
.pa-16 {
    padding: 16px;
}

#sync1 .item > div {
    width: 100%;
    display: block;
    height: 295px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    #sync1 .item > div img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        cursor: pointer;
    }

.owl-carousel#sync1 .owl-nav button {
    color: #111112 !important;
    background: #fff !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: none;
}

.owl-carousel#sync1 .owl-nav .owl-next:before {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}



.owl-carousel#sync1 .owl-nav .owl-prev:before {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.owl-carousel#sync1 .owl-nav .owl-prev {
    left: 10px;
}

.owl-carousel#sync1 .owl-nav .owl-next {
    right: 10px;
    left: auto;
}

.product-show-img {
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/*.lg-sub-html {
    display: none;
}*/

.lg-rotate-left,
.lg-rotate-right,
.lg-flip-hor,
.lg-flip-ver,
.g-actual-size {
    display: none;
}

.lg-toolbar .lg-icon {
    width: 40px;
}

.lg-progress-bar .lg-progress {
    background-color: #6b7bb9
}

#sync2 {
    margin-top: 10px;
}

    #sync2 .owl-item.current .product-show-img {
        border-color: #D92228;
    }

.product-details-carousel {
    margin-bottom: 20px;
}

#map3,
#map4 {
    height: 300px;
}

.border-btm {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.prod-title {
    margin-bottom: 20px;
    font-size: 20px;
}

iframe#st_gdpr_iframe {
    left: 0 !important
}

.st-btns > div {
    display: none !important;
}

.st-btns > .st-btn[data-network='facebook'],
.st-btns > .st-btn[data-network='messenger'],
.st-btns > .st-btn[data-network='twitter'],
.st-btns > .st-btn[data-network='email'],
.st-btns > .st-btn[data-network='instagram'],
.st-btns > .st-btn[data-network='telegram'],
.st-btns > .st-btn[data-network='snapchat'],
.st-btns > .st-btn[data-network='skype'],
.st-btns > .st-btn[data-network='linkedin'],
.st-btns > .st-btn[data-network='gmail'],
.st-btns > .st-btn[data-network='yahoomail'],
.st-btns > .st-btn[data-network='whatsapp'] {
    display: inline-block !important;
}

.st-disclaimer {
    display: none;
}

.st-custom-button {
    cursor: pointer;
}

.inner-features li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
    position: relative;
}

    .inner-features li i {
        color: #5C76E8;
        font-size: 22px;
        vertical-align: middle;
        width: 35px;
        display: inline-block;
        position: absolute;
        top: 0;
        margin: auto;
    }

.related-products {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.flex-data-contain {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0px 15px;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

    .flex-data-contain .product-info-details {
        column-gap: 8px;
        row-gap: 5px;
        flex-wrap: wrap;
    }

        .flex-data-contain .product-info-details .name {
            font-size: 12px;
            font-weight: 500;
            color: #424247;
            margin-inline-end: 4px;
        }

        .flex-data-contain .product-info-details .number i {
            margin-inline-end: 4px;
            color: #424247;
        }

    .flex-data-contain .product-button-contain {
        gap: 8px;
    }

        .flex-data-contain .product-button-contain .custom-checkbox,
        .flex-data-contain .product-button-contain a {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            border-radius: 8px;
            overflow: hidden;
            color: #111112;
            border: 1px solid #111112;
        }

            .flex-data-contain .product-button-contain a.warning {
                border-color: #D92228;
            }

                .flex-data-contain .product-button-contain a.warning i {
                    color: #D92228;
                }

            .flex-data-contain .product-button-contain .custom-checkbox i,
            .flex-data-contain .product-button-contain a i {
                margin: 0px;
                font-size: 15px;
                color: #111112;
            }

            .flex-data-contain .product-button-contain .custom-checkbox label::after {
                display: none;
            }

.verfied-product-contain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 22px 0px 12px;
}

    .verfied-product-contain .verified {
        background-color: #F7F8F8;
    }

    .verfied-product-contain .awaiting span {
        color: #424247;
        font-size: 12px;
        font-weight: 500;
    }

    .verfied-product-contain .awaiting .ReadyForPublish {
        color: yellow;
        font-size: 10px;
        margin: 0px;
    }

    .verfied-product-contain .awaiting .Published {
        color: #00ff21;
        font-size: 10px;
        margin: 0px;
    }

    .verfied-product-contain .awaiting .Draft {
        color: orange;
        font-size: 10px;
        margin: 0px;
    }

    .verfied-product-contain .awaiting .Rejected {
        color: red;
        font-size: 10px;
        margin: 0px;
    }

    .verfied-product-contain .awaiting .UnPublished {
        color: #007bff;
        font-size: 10px;
        margin: 0px;
    }

.Draft i {
    color: orange;
}

.ReadyForPublish i {
    color: yellow;
}

.Rejected i {
    color: red;
}

.UnPublished i {
    color: #007bff;
}

.PendingPayment i {
    color: #919191;
}

.awaiting i {
    color: #F2A000;
}

.verfied-product-contain .verified span {
    color: #1DA1F2;
    font-size: 12px;
    font-weight: 500;
}

.verfied-product-contain p {
    margin: 0px;
    font-size: 12px;
    color: #A4A4AA;
    font-weight: 500;
}

.product-title-contain {
    font-size: 15px;
    font-weight: 700;
    margin: 0px;
}

.company-information {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 24px 0px 16px;
    border-block-end: 1px solid #E8E8ED;
}

    .company-information .logo-contain {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #A4A4AA;
        border: 1px solid #A4A4AA;
        overflow: hidden;
    }

        .company-information .logo-contain img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .company-information .contain {
        width: calc(100% - 100px);
    }

        .company-information .contain .company-name {
            font-size: 14px;
            font-weight: 700;
            color: #1DA1F2;
            margin-bottom: 8px;
        }

        .company-information .contain .contact {
            display: flex;
            align-items: center;
            align-content: center;
            gap: 9px;
            width: fit-content;
        }

            .company-information .contain .contact i {
                color: #424247;
                font-size: 15px;
                margin: 0px;
            }

            .company-information .contain .contact span {
                color: #424247;
                font-size: 14px;
                font-weight: 500;
            }

            .company-information .contain .contact:hover i {
                animation: phone_ring 1s infinite ease-in-out;
                color: #1DA1F2;
            }

            .company-information .contain .contact:hover span {
                color: #1DA1F2;
                animation: storm .3s linear both;
            }

.word-wrap-description {
    word-wrap: break-word;
}

.company-overview {
    width: 100%;
    padding: 16px 0px;
    border-block-end: 1px solid #E8E8ED;
}

    .company-overview .title {
        font-size: 14px;
        font-weight: 500;
        color: #424247;
        margin-bottom: 16px;
    }

    .company-overview .desc {
        color: #111112;
        font-size: 16px;
        font-weight: 700;
        margin: 0px;
    }

.product-details-contain {
    width: 100%;
    padding: 22px 0px 5px;
    border-block-end: 1px solid #E8E8ED;
    border-block-end: 1px solid #E8E8ED;
    margin-bottom: 24px;
}

.product-details-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 11px;
}

    .product-details-list li {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
    }

        .product-details-list li .name {
            width: 40%;
            display: flex;
            color: #A4A4AA;
            font-size: 12px;
            font-weight: 500;
        }

        .product-details-list li .data {
            font-size: 14px;
            font-weight: 500;
            color: #000;
            width: 60%;
            display: flex;
        }

            .product-details-list li .data.warning {
                font-size: 16px;
                font-weight: 700;
                color: #D92228;
            }

.product-3d-toure {
    width: 100%;
    height: 262px;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

    .product-3d-toure::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
    }

    .product-3d-toure:hover img {
        transform: scale(1.2);
    }

    .product-3d-toure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: all .3s linear;
    }

    .product-3d-toure .icon-3d-cubic {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        position: absolute;
        top: calc(50% - 28px);
        left: calc(50% - 28px);
        z-index: 4;
        background-color: rgba(66, 66, 71, 0.6);
        border-radius: 8px;
        overflow: hidden;
    }

        .product-3d-toure .icon-3d-cubic i {
            font-size: 20px;
            margin: 0px;
            color: #fff;
        }

        .product-3d-toure .icon-3d-cubic:hover i {
            animation: tada .3s linear both;
        }

    .product-3d-toure .product-3d-title {
        width: calc(100% - 32px) !important;
        padding: 8px 3px;
        background-color: rgba(66, 66, 71, 0.6);
        border-radius: 8px;
        position: absolute;
        bottom: 16px;
        left: 16px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin: 0px;
        z-index: 9;
    }

    .product-3d-toure .toure-name {
        width: fit-content;
        padding: 8px 9px;
        background-color: rgba(66, 66, 71, 0.6);
        display: flex;
        align-items: center;
        align-content: center;
        position: absolute;
        top: 16px;
        z-index: 9;
        gap: 4px;
    }

        .product-3d-toure .toure-name span {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
        }

        .product-3d-toure .toure-name i {
            font-size: 15px;
            color: #fff;
        }

.loction-product {
    border-top: 1px solid #E8E8ED;
    padding-top: 13px;
}

.modal {
    padding: 0px !important;
}

.modal-dialog {
    max-width: 656px;
}

.modal .modal-content {
    padding: 24px 48px;
    max-height: 88vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

    .modal .modal-content::-webkit-scrollbar-track {
        background-color: #eee
    }

    .modal .modal-content::-webkit-scrollbar {
        width: 6px;
        background-color: #fff;
    }

    .modal .modal-content::-webkit-scrollbar-thumb {
        background-color: #D92228;
    }

    .modal .modal-content .modal-header {
        border: 0px;
        padding: 10px 0px !important;
    }

        .modal .modal-content .modal-header .modal-title {
            font-size: 18px !important;
            font-weight: 900 !important;
            color: #000;
            margin: 0px;
        }

        .modal .modal-content .modal-header .close {
            opacity: 1 !important;
            color: #000;
            font-size: 20px;
        }

            .modal .modal-content .modal-header .close:hover {
                color: #D92228;
            }

.modal .modal-body {
    padding: 0px 0px 0px !important;
}

    .modal .modal-body .button-contain {
        margin-top: 24px;
    }

.modal .problem-modal .modal-body .remember-checkbox {
    margin-bottom: 18px !important;
}

    .modal .problem-modal .modal-body .remember-checkbox label {
        margin: 0px;
    }

.product-button-action {
    gap: 17px;
}

    .product-button-action i {
        margin: 0px !important;
        font-size: 15px;
    }

    .product-button-action a:hover i {
        animation: tada .3s linear both;
    }

    .product-button-action .add {
        width: 20px;
        height: 20px;
        display: flex;
        border: 1px solid #424247;
        border-radius: 3px;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        .product-button-action .add i {
            color: #424247;
        }

    .product-button-action .edit i {
        color: #1DA1F2;
    }

    .product-button-action .delete i {
        color: #e02828;
    }


.pending-tour-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 11px;
}

    .pending-tour-list button,
    .pending-tour-list .custom-checkbox label {
        width: 100%;
        padding: 8px;
        background-color: #E8E8ED;
        box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.01);
        border-radius: 8px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        gap: 5px;
        border: none;
    }

        .pending-tour-list button:hover,
        .pending-tour-list .custom-checkbox input:checked ~ label {
            background-color: #1DA1F2;
            color: #fff;
        }

            .pending-tour-list button:hover i,
            .pending-tour-list .custom-checkbox input:checked ~ label i {
                animation: tada .3s linear;
                -webkit-animation: tada .3s linear;
            }

            .pending-tour-list button:hover i,
            .pending-tour-list button:hover span {
                color: #fff;
            }

        .pending-tour-list button i {
            font-size: 15px;
            margin: 0px;
            color: #A4A4AA;
        }

        .pending-tour-list button span,
        .pending-tour-list .custom-checkbox label {
            color: #A4A4AA;
            font-size: 11px;
            font-weight: 500;
        }

    .pending-tour-list .pending-payment-btn {
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.18);
        transition: box-shadow .25s ease, transform .25s ease, filter .25s ease;
    }

        .pending-tour-list .pending-payment-btn::before {
            content: "";
            position: absolute;
            top: 0;
            left: -130%;
            width: 55%;
            height: 100%;
            background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.10) 65%, transparent 100%);
            transform: skewX(-20deg);
            opacity: 0;
            pointer-events: none;
            transition: left .45s ease, opacity .2s ease;
            z-index: 0;
        }

        .pending-tour-list .pending-payment-btn:hover {
            background-color: #28a745;
            border-color: #28a745;
            color: #fff;
            box-shadow: 0 6px 16px rgba(40, 167, 69, 0.28);
            filter: brightness(1.03);
        }

            .pending-tour-list .pending-payment-btn:hover::before {
                left: 130%;
                opacity: 1;
            }

        .pending-tour-list .pending-payment-btn i,
        .pending-tour-list .pending-payment-btn span {
            position: relative;
            z-index: 1;
            color: #fff;
        }

            .pending-tour-list .pending-payment-btn:hover i {
                animation: none;
                -webkit-animation: none;
            }

    .pending-tour-list .custom-checkbox label {
        padding: 10px;
    }

        .pending-tour-list .custom-checkbox label i {
            font-size: 15px;
        }

.img-edit-icon {
    height: 30px;
    width: 30px;
    background: #424247;
    border-radius: 8px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    color: #fff;
}

/*end product-details*/

/*start profile*/

.profile-img h3 {
    text-align: center;
    margin-top: 25px;
}

.avatar-upload {
    position: relative;
    margin: auto auto 10px;
    width: 120px;
}


    .avatar-upload .avatar-edit input {
        opacity: 0;
        z-index: -1;
        position: absolute;
        width: 0
    }

    .avatar-upload .avatar-edit label,
    .avatar-edit a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        border-radius: 100%;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        position: absolute;
        top: calc(100% - 30px);
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        color: #111112;
        z-index: 1;
        font-size: 20px;
        background: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px solid #E8E8ED;
        text-align: center;
        line-height: 40px;
    }

        .avatar-upload .avatar-edit label:hover {
            background: #D92228;
            color: #fff;
        }



    .avatar-upload .avatar-preview {
        width: 120px;
        height: 120px;
        position: relative;
        border-radius: 100%;
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.profile-list {
    margin-top: 50px;
}

    .profile-list a {
        color: #111112;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        position: relative;
        margin-bottom: 30px;
    }

        .profile-list a span {
            max-width: 70%;
            font-weight: normal;
        }

    .profile-list li:not(.has_no_arrow) a:before {
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        top: 0px;
        color: #a4a4a4;
    }

    .profile-list a:hover::before {
        color: #D92228;
    }

.verify-sign {
    color: #1DA1F2;
    font-size: 20px;
}

.gray-links a {
    line-height: 40px;
    font-weight: 500;
    height: auto;
}

.main-tabs .nav-tabs .nav-link {
    border: none;
    background: none;
    color: #424247;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 10px;
}


    .main-tabs .nav-tabs .nav-link:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        opacity: 0;
        height: 2px;
        background: #D92228;
        right: 0;
        left: 0;
        margin: auto;
    }

.main-tabs .nav-tabs .nav-item.show .nav-link,
.main-tabs .nav-tabs .nav-item .nav-link.active {
    color: #D92228;
}



    .main-tabs .nav-tabs .nav-item.show .nav-link:after,
    .main-tabs .nav-tabs .nav-item .nav-link.active:after {
        width: 100%;
        opacity: 1;
    }

.tab-content {
    padding-top: 20px;
}

.main-tabs .nav-tabs {
    border: none;
}

.no-check-box input ~ label:before,
.no-check-box input ~ label:after {
    content: none
}

.product-properties-icons {
    position: absolute;
    top: 20px;
    z-index: 2;
}

.properties-icon {
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #424247;
    line-height: 30px;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    z-index: 2;
}

    .properties-icon .fa-plus {
        color: #111112;
    }

    .properties-icon:hover {
        color: #fff;
        background: #424247;
    }

        .properties-icon:hover .fa-plus {
            color: #fff;
        }

.messages-table {
    border: 1px solid #E4EAF1;
    color: #111112;
}

    .messages-table li {
        padding: 20px;
        display: flex;
    }

        .messages-table li:not(:last-of-type) {
            border-bottom: 1px solid #E4EAF1;
        }

        .messages-table li.unread {
            font-weight: 700;
        }

        .messages-table li span {
            vertical-align: middle;
            flex: 0 0 30%;
            display: inline-block;
            max-width: 240px;
        }

.profile-select-filters .select2-container--bootstrap4 .select2-selection {
    background: #fff;
    padding: 6px 0;
}

.profile-select-filters .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b:before {
    right: -10px;
}

.my-realestates-filter-width {
    width: 139px !important;
}

.profile-select-filters {
    display: inline-block;
    margin-bottom: 5px;
    width: 150px;
}

.styled-pagination {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
}

.page-link {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 14px;
    color: #111112;
    line-height: 23px;
}

.pagination-side-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    gap: 8px;
    width: 40px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background: #FFFFFF;
    border: 1px solid #E8E8ED;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #111112;
    display: inline-block;
    line-height: 40px;
}

    .pagination-side-link:hover,
    .page-item:first-child:hover .page-link,
    .page-item:last-child:hover .page-link {
        color: #fff;
        background: #D92228;
    }

.pagination-side-link {
    width: auto;
    min-width: 100px;
}

.pagination {
    width: calc(100% - 200px);
    text-align: center;
    justify-content: center;
}

.page-link:hover,
.page-link:focus {
    color: #D92228;
    border-color: #D92228;
    background: none;
    box-shadow: none;
}

.timeline-pg {
    position: relative;
    padding-bottom: 120px;
}


.main-timeline-img {
    height: 300px;
    background-size: cover;
    display: block;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}


.contact-timeline {
    width: 395px;
    display: inline-flex;
    justify-content: flex-end;
}

    .contact-timeline a {
        position: relative;
        vertical-align: middle;
        color: #000;
    }

    .contact-timeline i {
        position: absolute;
        width: 28px;
        height: 28px;
        background: #424247;
        color: #fff;
        display: inline-block;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        vertical-align: middle;
        top: 0;
    }

    .contact-timeline a:not(.call-timeline) i {
        position: static;
    }

    .contact-timeline .fa-facebook-f {
        position: static;
        background: #1DA1F2;
    }

    .contact-timeline .fa-instagram {
        background: linear-gradient(#F6C304, #7C0CF1);
    }

    .contact-timeline .fa-snapchat {
        background: #d3d129;
    }

    .contact-timeline .fa-tiktok {
        background: #290B1C;
    }

.call-timeline:hover {
    color: #D92228;
}

.border-select .select2-container {
    border: 1px solid #a4a4a4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}


#business-map {
    height: 950px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.profile-timeline-img {
    height: 150px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 8px #888;
    top: -95px;
}

.profile-timeline {
    position: relative;
    min-height: 100px;
    display: inline-block;
    width: calc(100% - 400px)
}

.profile-timeline-img img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.inner-timeline {
    position: absolute;
    bottom: -125px;
    width: calc(100% - 40px);
}

    .inner-timeline .social-icon {
        background: transparent;
    }

        .inner-timeline .social-icon:hover {
            background: #004f8c;
        }

.input-group-text {
    border: none;
    font-size: 14px;
}

.custom-file-div label {
    overflow: hidden;
    line-height: 40px;
    color: #a4a4a4;
    cursor: pointer;
}

.show-photo.active {
    background-size: cover;
    height: 150px;
    width: 150px;
    z-index: 1;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-position: center center;
}

.show-photo.full-width.active {
    width: 100%;
    height: 200px;
}



/*end profile*/

/*start add product*/
.custom-loading {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-loading {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 200px;
    background: #FFFFFF;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.loading-img {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.black-form {
    padding: 24px;
}

    .black-form .form-group {
        margin-bottom: 20px;
    }

    .black-form .form-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }

.label-popover {
    background: none;
    border: none;
}

.popover-header {
    background-color: #004f8c;
    border-bottom-color: #004f8c;
    color: #fff;
}

.popover-body {
    color: #000;
}

.img-wrap {
    margin: 5px;
    position: relative;
    width: 175px;
    height: 190px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

    .img-wrap img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
    }

.secondary-upload.active .main-file-label {
    max-width: 175px;
    height: 190px;
}

.img-wrap .close {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 14px;
    background: #a4a4a4;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 30px;
    width: 30px;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

    .img-wrap .close i {
        margin: 0;
    }

.black-form .custom-checkbox input:checked ~ label {
    color: #111112;
}

    .black-form .custom-checkbox input:checked ~ label:before {
        border-color: #5C76E8;
    }

    .black-form .custom-checkbox input:checked ~ label:after {
        color: #5C76E8;
    }

.black-form .select2-container--bootstrap4 .select2-selection {
    height: 50px !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.black-form label {
    margin-bottom: 10px;
}


.publish-buttons {
    margin-top: 30px;
}

    .publish-buttons button {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .publish-buttons .simple-btn {
        border: none;
        font-size: 16px;
    }


.right-input-text {
    position: absolute;
    top: 13px;
    color: #888;
}

.not-show-input {
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 0
}

.main-image-upload {
    position: relative;
}

.main-file-label {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px dashed #a4a4a4;
    text-align: center;
    height: 200px;
    color: #424247;
    background: #F7F8F8;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 285px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 13px;
}


.main-image-upload label:hover {
    color: #D92228;
}

.main-file-label i {
    margin: 0 auto 10px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 16px;
}




.secondary-upload i {
    display: block;
}

.secondary-upload label {
    cursor: pointer;
    color: #424247;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.secondary-upload.active label {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin: 55px auto;
}

.FileNameCaptionStyle {
    display: none;
}

.gallery-add {
    position: relative;
}

    .gallery-add .slider-youtube-link {
        top: 0;
        z-index: 1;
    }

#map2 {
    height: 620px;
    margin-top: 10px;
}

.location-add .form-group {
    margin-bottom: 15px;
}


.top-phone .iti__flag-container {
    top: auto;
}

.inline-radios .custom-checkbox input ~ label:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.inline-radios .custom-checkbox input ~ label:after {
    width: 18px;
    content: "";
    height: 18px;
    border: 2px solid #fff;
    top: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gray-label-note {
    color: #888;
}

.append-div .remove-btn {
    background: red;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    position: absolute;
    top: -3px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.location-add {
    margin-bottom: 20px;
}

#roofTextarea {
    display: none;
}

#form-tags_tag {
    min-height: 223px;
}

.tagsinput {
    display: block;
}

    .tagsinput .tag {
        color: #424247;
        background: #fff;
        display: inline-block;
        font-size: 14px;
    }

        .tagsinput .tag .tag-remove {
            top: 2px;
        }

            .tagsinput .tag .tag-remove:after,
            .tagsinput .tag .tag-remove:before {
                background: #D92228;
            }


/*end add product*/

/*start search pg*/
.profile-products {
    position: relative;
    z-index: 1;
}

    .profile-products.hirozintal-red-scroll {
        height: 800px;
    }

.search-pg-form .form-control {
    height: 60px;
    background: #fff;
    width: 100%;
}

.search-pg-form .search-form-group {
    position: relative;
    max-width: 568px;
    display: block;
}

.search-pg-form button {
    position: absolute;
    top: 5px;
}

    .search-pg-form button i {
        display: none;
    }

.search-pg-form input ~ i {
    color: #111112;
    top: 22px;
    text-align: center;
}

.search-pg .slider-youtube-link {
    position: static;
    padding: 10px;
    display: inline-flex;
    align-items: center;
}

#infowindow {
    padding: 10px;
}

.secondary-filters {
    margin-bottom: 20px;
}

button.clear_select {
    position: absolute;
    background: none;
    border: none;
    color: #D92228;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.select2-selection__rendered[aria-readonly="true"],
.select2-selection__choice__display {
    color: #a4a4a4;
    font-weight: normal;
    font-weight: lighter;
}

.price-filter {
    display: flex;
    justify-content: space-between;
}

    .price-filter input {
        width: calc(50% - 3px)
    }



.secondary-filters .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #D92228;
}

.no-search-input .select2-search--dropdown {
    display: none;
}

.select2-container {
    display: inline-block;
}

.no-style-select .select2-container--bootstrap4.select2-container .select2-selection {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background-color: #D92228;
}

.product-grid {
    margin-bottom: 20px;
}

.right-products {
    height: 800px;
}

    .right-products .custom-btn {
        margin-top: 5px;
    }

.product-map:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: #000;
    opacity: 0.4;
    height: 100%;
}

#map .gm-style .gm-style-iw-t::after {
    display: none;
}

#map .gm-style-iw-d {
    overflow: hidden !important;
    max-height: inherit !important;
}

.product-grid .product-description .row > div {
    padding: 0 10px;
}

.product-map {
    max-width: 280px;
    position: relative;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
}

.gm-style .gm-style-iw-tc::after {
    top: 0 !important;
}

.product-map .product-div {
    max-width: 100%;
    background: transparent;
    color: #fff;
    height: 200px;
    padding-top: 55px;
}

.product-details-grid-font-size {
    font-size: 11px;
}

.product-map .product-name {
    color: #fff;
    font-weight: normal;
}


.product-map .gray-text,
.product-map .product-details-grid,
.product-map .product-details-grid span {
    color: #fff;
    font-weight: lighter;
}

.product-map .product-price {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    min-height: 200px !important;
}

.gm-style .gm-style-iw {
    overflow: inherit !important;
}

.gm-style .gm-style-iw-c {
    padding: 0;
}

button.gm-ui-hover-effect {
    top: -5px !important;
    height: 24px !important;
    width: 24px !important;
    background: #fff !important;
    border-radius: 8px;
    color: #fff;
    left: auto !important;
    right: -4px;
    opacity: .9 !important;
}

.gm-ui-hover-effect > span {
    margin: 0px !important;
}

.gm-ui-hover-effect img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.main-resize {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .main-resize > div {
        position: relative;
        padding: 0 15px;
    }

.gm-style-iw.gm-style-iw-c {
    min-width: 250px !important;
    max-height: 220px !important;
}

.splitter {
    display: none;
    width: 2px;
    height: 100%;
    background: #c7c7c7;
    cursor: col-resize;
    position: absolute;
}

.select-box img,
.selectbox-icon {
    max-width: 30px;
    position: absolute;
    z-index: 1;
    max-height: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #111112;
    font-size: 20px;
}

.main-filters .select-box .select2-container--bootstrap4 .select2-selection {
    height: 48px !important;
}

.select-box .select2-container {
    display: block;
    width: 100% !important;
}

.select-box .select2-container--bootstrap4 .select2-selection {
    border-width: 2px;
    height: 48px !important;
}

.select-box .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.profile-select-filters .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
}

.select-box .select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #D92228;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select-box {
    position: relative;
    font-size: 14px;
}

.filter-responsive {
    height: 40px;
    width: 40px;
    background: #D92228;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 40px;
}

    .filter-responsive.active {
        background: #1DA1F2;
    }


.suggestion-list {
    position: absolute;
    top: 100%;
    z-index: 6;
    background: #fff;
    width: 100%;
    border-top: none;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

    .suggestion-list li {
        color: #a4a4a4;
        display: block;
        padding: 10px;
    }

        .suggestion-list li:hover,
        .display_box_hover {
            background: #D92228;
            color: #fff;
            border-bottom-color: #D92228;
        }

        .suggestion-list li:not(:last-of-type) {
            border-bottom: 1px solid #eee;
        }

.main-range .irs-to:before {
    content: "+";
    display: inline-block;
    position: absolute;
    color: #6b7bb9;
    font-size: 22px;
    top: -5px;
    left: -16px;
    font-family: "Montserrat", sans-serif;
}

[aria-multiselectable="true"] .select2-results__option:not([aria-disabled="true"]) {
    position: relative;
}

    [aria-multiselectable="true"] .select2-results__option:not([aria-disabled="true"]):before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 20px;
        width: 20px;
        border: 1px solid #b7b4b4;
        border-radius: 4px;
        background-color: #fff;
        vertical-align: middle;
        top: 7px;
    }

.select2-container--bootstrap4 .multi-container-check .select2-results__option--selected:after {
    font-family: "font Awesome 5 free";
    content: "\f00c";
    color: #D92228;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 7px;
}

/* 
.multiple-checkbox-select .select2-container--bootstrap4 .select2-selection {
    height: auto !important;
} */

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 0;
    float: none;
    padding: 0 5px;
    border: none;
}

.main-select-filters {
    padding: 0 7px;
}

.main-filters > div:not(.remember-checkbox) {
    margin-bottom: 20px;
}

.main-filters .remember-checkbox {
    margin-top: 10px
}

.main-filters label {
    color: #424247
}

.select2-container--bootstrap4 .select2-dropdown {
    border: none;
    background: #fff;
    box-shadow: 0 4px 13px #ddd;
}

.main-select-filters .multiple-checkbox-select .select2-container--bootstrap4 .select2-selection {
    padding-top: 2px;
    padding-bottom: 2px;
}

span.select2-search.select2-search--inline {
    display: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    display: block;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 9px;
    scrollbar-width: thin;
}

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
        background-color: #eee;
    }

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
        width: 6px;
        height: 5px;
        background-color: #fff;
    }

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
        background-color: #D92228;
    }

.map-with-drawer {
    position: relative;
}

.draw-button {
    height: 65px;
    width: 65px;
    right: 8px;
    top: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: url(/Content/images/MapDrawBlue.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    z-index: 2;
}

    .draw-button::before {
        content: attr(data-draw);
        display: block;
        text-align: center;
        color: white;
        font-size: 10px;
        margin-top: 40px;
    }

    .draw-button.active {
        background-image: url(/Content/images/CancelMapDraw.png);
        animation: rotateIn .5s cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-animation: rotateIn .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

        .draw-button.active::before {
            content: attr(data-cancel);
        }

/*end search pg*/


/* start static-pages */
.faq-list li {
    padding: 24px 40px;
    background: #fff;
    box-shadow: 0px 4px 15px 0px #0000000F;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400px;
    line-height: 24px;
    transition-duration: .5s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .faq-list li h3 {
        font-weight: 500;
        font-size: 22px;
        color: #111112;
        line-height: 30px;
        cursor: pointer;
    }

    .faq-list li:hover {
        box-shadow: 0 0 8px #888;
    }

    .faq-list li.active h3 {
        font-weight: 700;
    }

    .faq-list li:before {
        font-size: 17px;
        content: "\2b";
        font-family: "font awesome 5 free";
        font-weight: bold;
        vertical-align: middle;
        position: absolute;
        top: 28px;
    }

    .faq-list li.active:before {
        content: "\f068";
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

.slide-faq {
    display: none;
}

.faq-list li.active .slide-faq {
    animation: fadeInUp .7s ease-in-out both;
    -webkit-animation: fadeInUp .7s ease-in-out both;
}

.contact-pg .login-form {
    padding: 20px 24px 10px;
}

.keep-in-touch h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 40px;
}

.keep-in-touch {
    margin-top: 120px;
}

.contact-list-icons a {
    margin-bottom: 15px;
    color: #424247;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition-duration: .3s;
}

    .contact-list-icons a:hover {
        letter-spacing: .5px;
        color: #D92228;
    }

    .contact-list-icons a i {
        color: #D92228;
    }

.testimonial-pg .opinion-div {
    max-width: 90%;
    background: transparent;
}

    .testimonial-pg .opinion-div:before {
        content: none;
    }

    .testimonial-pg .opinion-div:hover .opinion-description {
        color: #111;
    }

.testimonial-div {
    padding: 100px 0 30px;
}

.testimonial-pg .sec-title {
    font-size: 32px;
    z-index: 1;
}

    .testimonial-pg .sec-title:before {
        z-index: -1;
        content: attr(data-text);
        font-size: 5em;
        color: #E8E8ED;
        position: absolute;
        top: -100px;
        left: 0;
        right: 0;
        margin: auto;
        animation: flash-title 3s ease-in-out infinite;
        -webkit-animation: flash-title 3s ease-in-out infinite;
    }

.testimonial-div .opinion-description {
    padding: 0 40px;
    text-align: center;
}

.custom-dots .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    background: #E8E8ED;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: all .7s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    -webkit-transition: all .7s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    -moz-transition: all .7s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    -ms-transition: all .7s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    -o-transition: all .7s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.custom-dots .owl-dots .owl-dot.active span {
    background: #D92228;
}

.testimonial-div .opinion-bottom h4 {
    font-size: 16px;
    color: #a4a4a4;
    padding: 0 10px;
}

    .testimonial-div .opinion-bottom h4 span {
        font-weight: bold;
        font-size: 18px;
        display: block;
        color: #111112;
    }

.why_eureka-pg .main-timeline-img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-attachment: fixed;
    background-position: bottom center;
    height: 312px;
}




.intersection-images {
    position: relative;
    min-height: 300px;
    display: inline-block;
    margin: 50px auto;
}

    .intersection-images .above-img {
        position: absolute;
        top: -30px;
        animation: why_image 2s ease-in-out infinite;
        -webkit-animation: why_image 2s ease-in-out infinite;
    }

.our_missions_grid {
    box-shadow: 0px 4px 15px 0px #0000000F;
    background: #fff;
    padding: 60px 45px 50px;
}

.red_box {
    background: #D92228;
}


.our_missions h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.about-images-grid .row > div:nth-of-type(odd) {
    padding-right: 7.5px;
}

.about-images-grid .row > div:nth-of-type(even) {
    padding-left: 7.5px;
}

.image-box {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 15px;
}

    .image-box:hover {
        opacity: .8;
    }

.modal-broadcast {
    min-width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.prev-btn,
.next-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    width: 30px;
    position: relative;
    margin: 0 5px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.13);
    box-shadow: 0 0 5px black;
}

    .prev-btn:hover,
    .next-btn:hover {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: rgba(255, 0, 0, 0.13);
        color: #ff0000;
    }

    .prev-btn::after,
    .next-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 1px solid rgba(205, 205, 205, 0.183);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        animation: topDown infinite linear 1.5s;
        -webkit-animation: topDown infinite linear 1.5s;
    }

@keyframes topDown {
    0% {
        transform: translate(0px);
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
    }

    50% {
        transform: translate(0,-5px);
        -webkit-transform: translate(0,-5px);
        -moz-transform: translate(0,-5px);
        -ms-transform: translate(0,-5px);
        -o-transform: translate(0,-5px);
    }

    100% {
        transform: translate(0px);
    }
}
/* .thumb-Images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.thumb-Images li {
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
} */
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 450px;
}

    #sortable li {
        margin: 3px 3px 3px 0;
        padding: 1px;
        float: left;
        width: 100px;
        height: 90px;
        font-size: 4em;
        text-align: center;
    }

.gm-style-iw-chr {
    height: 0px;
}

.gm-style-iw-ch {
    display: none !important;
}

.gm-ui-hover-effect {
    z-index: 1;
}

.app-button {
    max-width: -webkit-fill-available !important;
    width: -webkit-fill-available !important;
    max-width: 93px;
    width: 93px;
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 8px;
    padding: 5px 8px;
    border: 1px solid #b1b1b1;
    color: #fff;
    text-decoration: none;
}

.app-button-footer {
    width: 86px;
    height: 30px;
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 8px;
    padding: 5px 7px;
    border: 1px solid #b1b1b1;
    color: #fff;
    text-decoration: none;
}

    .app-button img {
        height: 22px;
        margin-right: 8px;
    }

    .app-button span {
        font-weight: bolder;
        margin-bottom: 0px;
    }

.android-button img {
    height: 20px;
}

.ios-button img {
    height: 20px;
    width: 22px;
}

.selected-filters {
    margin-top: 10px;
}

.filter-tag {
    display: inline-block;
    background-color: #fae0e0;
    color: #790000;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #610000;
}

.cancel-filters {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    color: blue;
    font-size: 14px;
}

.temporary-height {
    height: 427px;
}
.custom-marker {
    position: absolute;
    font-family: 'Cairo', sans-serif;
    background: yellow;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #ff434d7d;
    text-align: center;
    font-weight: bold;
    font-size: 9px;
    transform: translate(-10px, -5px);
}

    .custom-marker::after {
        content: "";
        position: absolute;
        top: 98%;
        left: 9px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid yellow;
    }

    .custom-marker::before {
        content: "";
        position: absolute;
        top: 101%;
        left: 9px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 8.3px solid transparent;
        border-top: 8.3px solid #ff434d7d;
        z-index: -1;
    }

.highlight {
    font-size: 8px;
    position: absolute;
    top: -2px;
    left: 3px;
}

.customMarkerContent {
    display: inline-block;
    margin-top: 4px;
}

.weRecommendAlwaysShowPriceMessage {
    font-size: smaller;
    font-weight: bold;
    color: red;
}

.theRequestedPriceForEntirePieceNotPerMeter {
    font-size: smaller;
    font-weight: bold;
    color: red;
    padding: 0px 5px;
}

.flex-element {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 8px 0px;
}

.facebook-logo {
    background: #1DA1F2;
    width: 17px;
    height: 17px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
    margin: 0px 4px;
}

.instrgram-logo {
    background: linear-gradient(#F6C304, #7C0CF1);
    width: 17px;
    height: 17px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
    margin: 0px 4px;
}

.remove-price {
    cursor: pointer;
    width: 17px;
    height: 17px;
    color: #f00;
    font-size: 14px;
    margin: 0px;
    text-align: center;
}

.radio-button-style {
    padding-right: 25px !important;
    color: #111112 !important;
    font-size: 14px !important;
    background-color: unset !important;
}

.suggestion-list {
    overflow-y: auto;
    scroll-behavior: smooth;
}

.company-name {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}

    .company-name .licensed-office-icon {
        display: inline-flex;
        align-items: center;
        line-height: 0;
        text-decoration: none;
    }

    .company-name .licensed-office-img {
        height: 20px;
        width: 15px;
        margin: 0 2px;
        vertical-align: middle;
        text-decoration: none;
    }

.underline-style {
    text-decoration: underline;
}


/* Make title + icons always on one line and vertically centered */
.profile-timeline .timeline-title {
    display: inline-flex;
    align-items: center; /* vertical middle */
    gap: 6px; /* spacing between items */
    line-height: 1.2; /* stable baseline */
    margin: 0;
    white-space: nowrap; /* keep single line */
}

    /* Name itself */
    .profile-timeline .timeline-title .timeline-name {
        display: inline-block;
    }

    /* Any icon wrapper */
    .profile-timeline .timeline-title .timeline-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 0; /* prevents up/down jumping */
    }

    /* Licensed ico image */
    .profile-timeline .timeline-title .licensed-office-img {
        height: 20px;
        width: 15px;
        vertical-align: middle;
        display: block; /* removes inline image baseline gap */
    }

    /* Verified icon */
    .profile-timeline .timeline-title .verified-icon i {
        font-size: 15px;
        color: #007eff;
        line-height: 1; /* keep centered */
        display: block;
    }

    /* Edit icon link */
    .profile-timeline .timeline-title .timeline-edit {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        line-height: 0;
    }

        .profile-timeline .timeline-title .timeline-edit i {
            font-size: 14px; /* or initial if you want */
            line-height: 1;
            display: block;
        }
