﻿
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Vazirmatn", sans-serif;
    background-color: #F3F3F3;
    direction: rtl;
}

a {
    text-decoration: none
}

.clearfix {
    clear: both
}

.contract {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    border: 0;
    padding: 40px;
}

    .contract h2 {
        font-size: 24px;
        font-weight: 800;
    }

    .contract h3 {
        font-size: 16px;
        font-weight: 400;
    }

.container {
    width: 1280px;
    margin: 0 auto
}

.padding {
    padding: 60px 0;
}

.header {
    display: block;
    background-color: #fff;
    padding: 16px 40px;
    position: relative
}

.logo {
    width: 74px;
    float: right;
}

.menu {
    display: inline-block;
    margin-top: 16px;
    margin-right: 50px;
}

    .menu a {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 20px;
        color: #0079E2;
    }

        .menu a i {
            font-size: 17px;
            color: white;
            background-color: #0079E2;
            border-radius: 5px;
            margin-left: 6px;
        }

        .menu a:hover {
            color: #484848
        }

        .menu a span {
            font-size: 30px;
            line-height: 0;
            font-weight: 200;
            position: relative;
            top: 4px;
        }

.sign-btn {
    float: left;
    margin-top: 10px;
    min-width: 45px;
}

.sign-btn-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
    color: #0079E2;
}

    .sign-btn-text:hover {
        color: #484848;
    }

.btn {
    font-size: 12px;
    background-color: #0079E2;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 20px 8px;
}

    .btn:hover {
        background-color: #484848;
        color: #fff;
    }

.banner {
    display: block;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

    .banner h1 {
        font-size: 34px;
        color: #fff;
        font-weight: 600;
    }

    .banner h2 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 26px
    }

.search {
    border-radius: 100px;
    padding: 30px;
    background: rgba(255,255,255,0.20);
    margin: 0 auto;
    display: inline-block;
}

.form-select {
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 1.3rem 10px 2.50rem;
    color: #484848;
    text-align: center
}

.form-control {
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 1.3rem;
    color: #484848
}

.lang {
    float: left;
    margin-left: 16px;
    margin-top: 8px;
    border-left: 1px #ddd solid;
}

.lang-drop {
    border: 0;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: transparent;
}

.lang ul {
    margin-top: 23px;
}

    .lang ul li a {
        font-size: 14px;
        text-align: center;
        font-family: ' Vazirmatn';
    }

.lang-mob {
    position: absolute;
    top: 10px;
    margin: 0;
    left: 70px;
    display: none
}

#btn {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #000;
    display: none
}

    #btn i {
        font-size: 24px;
    }

#panel {
    display: inherit
}

.search-drops {
    display: inline-block;
    width: auto
}

.items {
    display: block;
}

.title {
    display: block;
    margin-bottom: 30px;
}

    .title h1 {
        color: #0079E2;
        font-size: 30px;
        font-weight: 700;
        text-transform: capitalize;
        position: relative;
        display: inline-block;
    }

        .title h1::before {
            content: '';
            width: 12px;
            height: 12px;
            border-radius: 30px;
            background-color: #FDB827;
            float: right;
            margin-left: 14px;
            margin-top: 13px;
        }

.title-btn {
    float: left;
}

.card {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    border: 0;
}

.card-img {
    width: 100%;
    height: 170px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: cover;
    background-position: center center;
}

.card-title {
    padding: 20px;
    display: block;
    border-bottom: 1px #DCE2E8 solid;
}

    .card-title h2 {
        color: #484848;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .card-title h3 {
        display: inline-block;
        margin-bottom: 12px;
        position: relative;
        padding-right: 24px;
        font-size: 12px;
        color: #484848;
        font-weight: 400;
    }

        .card-title h3 i {
            color: #0079E2;
            position: absolute;
            font-size: 13px;
            right: 0;
            top: -1px;
        }

.review-wrapper {
    display: block;
}

.review-stars {
    float: left;
    margin: 0 0 0 5px;
}

    .review-stars i {
        color: #FDB827;
        font-size: 16px;
    }

.card-extra {
    padding: 20px;
}

    .card-extra h4 {
        font-size: 18px;
        color: #484848;
        display: inline-block;
        margin: 0;
    }

.card-extra-more {
    font-size: 12px;
    color: #989898;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    margin-top: 2px;
}

    .card-extra-more i {
        color: #0079E2;
        margin-right: 6px;
    }

.about {
    display: block;
    background-color: #fff;
    background-image: url(../images/bg-about-home.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button {
    color: #484848;
    font-weight: 600;
    text-transform: uppercase;
}

.accordion-body {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}

.about-img {
    width: 80%;
    float: right;
    border-radius: 20px;
    overflow: hidden;
}

    .about-img img {
        width: 100%
    }


.how {
    display: block;
}

    .how p {
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
    }

.how-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
}

    .how-card h4 {
        background-color: #FDB827;
        color: #484848;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .how-card h3 {
        color: #484848;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .how-card p {
        margin: 0
    }

.start {
    display: block;
    background-color: #fff;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

    .start h1 {
        font-size: 34px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .start p {
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .start span {
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
        margin-right: 20px;
    }

.start-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}

.start-img {
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 35%;
    height: 100%;
    left: 0;
    top: 0;
}

.footer {
    background-color: #484848;
    padding: 0 40px;
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: contain
}

.footer-upper {
    display: block;
    margin-bottom: 50px;
}

.footer-logo {
    width: 70px;
}

.footer-social {
    float: left;
}

    .footer-social a {
        display: inline-block;
        width: 44px;
        height: 44px;
        margin-left: 5px;
        background-color: #0079E2;
        color: #fff;
        text-align: center;
        line-height: 47px;
        border-radius: 44px;
    }

.footer-item {
    display: block;
}

    .footer-item h4 {
        color: white;
        font-size: 20px;
    }

.footer-dot {
    width: 12px;
    height: 12px;
    background-color: #FDB827;
    border-radius: 12px;
    margin: 20px 0;
}

.footer-item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    color: #EBEBEB;
}

.footer-item a {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
    color: #EBEBEB;
    display: block
}

.extra {
    display: block;
    padding: 20px 0;
    border-top: 1px #5D5D5D solid;
    background-color: #484848;
}

    .extra p {
        color: #999;
        text-align: center;
        margin: 0;
        font-weight: 300;
        font-size: 12px;
    }

.rentbanner {
    height: 380px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.rent-button {
    background-color: #fff;
    padding: 30px 0px 30px 10px;
    position: absolute;
    bottom: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

    .rent-button::before {
        content: '';
        background-color: #fff;
        width: 332px;
        position: absolute;
        right: -332px;
        height: 120px;
        bottom: 0;
    }

    .rent-button a {
        display: inline-block;
        border: 1px #ddd solid;
        border-radius: 100px;
        padding: 12px 30px;
        margin-left: 16px;
    }

        .rent-button a:hover {
            border-color: #0079E2
        }

        .rent-button a span {
            margin-right: 10px;
            font-size: 20px;
            font-weight: 600;
            color: #484848;
        }

.rent-button-active {
    border-color: #0079E2 !important
}

    .rent-button-active span {
        color: #0079E2 !important;
    }

.main-result {
    display: block
}

.filter {
    width: 24%;
    float: right
}

    .filter h3 {
        font-size: 20px;
        color: #0079E2;
        font-weight: 600;
        margin-bottom: 12px;
    }

        .filter h3 i {
            margin-left: 10px;
            font-size: 22px;
        }

.filter-card {
    background-color: #fff;
    border-radius: 12px;
    border: 0;
    padding: 30px;
}

.filter-card-items {
    display: block;
    margin-bottom: 30px;
}

    .filter-card-items h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

.rating-items {
    display: block;
}

    .rating-items input {
        float: right;
        margin-left: 10px;
        margin-top: 5px;
    }

.rating-stars {
    float: none;
}

    .rating-stars i {
        color: #FDB827;
        font-size: 16px;
    }

.filter-card-items label {
    margin-right: 10px;
}

.results {
    width: 74%;
    margin-right: 2%;
    float: right
}

    .results h6 {
        font-size: 20px;
        color: #0079E2;
        font-weight: 600;
        margin-bottom: 12px;
    }

#show {
    display: none
}

#hide {
    display: none
}

.filter-header {
    display: block;
    margin-bottom: 20px;
}

.detail-slide {
    display: block;
    padding: 20px;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-img {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.detail {
    display: block;
    background-color: #fff;
}

.detail-content {
    display: block
}

    .detail-content h1 {
        color: #0079E2;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

.detail-xtra {
    display: block;
    margin-bottom: 40px;
}

    .detail-xtra h4 {
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        padding-right: 24px;
        font-size: 14px;
        color: #484848;
        font-weight: 400;
    }

        .detail-xtra h4 i {
            color: #0079E2;
            position: absolute;
            font-size: 16px;
            right: 0;
            top: -2px;
        }

.detail-stars {
    display: inline-block;
    margin: 0 0 0 20px;
}

    .detail-stars i {
        color: #FDB827;
        font-size: 16px;
    }

.detail-xtra san {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.detail-item {
    display: block;
    border-bottom: 1px #DCE2E8 solid;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

    .detail-item h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .detail-item p {
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }

    .detail-item ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .detail-item ul li {
            width: 49%;
            display: inline-block;
            margin-bottom: 10px;
            position: relative;
        }

            .detail-item ul li i {
                color: #FDB827;
                font-size: 18px;
                position: absolute;
                right: 0;
            }

            .detail-item ul li span {
                color: #484848;
                padding-right: 30px;
                font-weight: 300;
            }

.statics {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
}

.statics-icon {
    width: 60px;
    float: right;
    margin-left: 20px;
}

    .statics-icon svg {
        width: 100%
    }

.statics h1 {
    color: #484848;
    font-weight: 700;
    font-size: 34px;
    margin: 0;
}

.statics span {
    color: #484848;
    font-weight: 300;
}

.detail-side {
    background-color: #F1F3F5;
    padding: 30px;
    border-radius: 10px;
    border: 1px #DCE2E8 solid;
}

    .detail-side h2 {
        font-size: 26px;
        font-weight: 700;
        color: #484848;
        margin-bottom: 20px;
    }

.detail-side-item {
    display: block;
    margin-bottom: 20px;
}

    .detail-side-item span {
        font-size: 13px;
        margin-bottom: 5px;
        display: block;
        font-weight: 300;
    }

    .detail-side-item h5 {
        font-size: 12px;
        margin-top: 10px;
        display: block;
        font-weight: 300;
        margin-bottom: 0
    }

.btn-book {
    display: block;
    width: 100%;
}

.detail-side-more {
    display: block;
    margin-top: 20px;
    border-top: 1px #DCE2E8 solid;
    padding-top: 20px;
}

    .detail-side-more h5 {
        display: inline-block;
        font-size: 16px
    }

    .detail-side-more span {
        float: left;
        font-size: 16px;
    }

.swiper-pagination-bullet-active {
    background-color: #fff;
}

#sticker {
    background-color: #F1F3F5;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px #DCE2E8 solid;
    width: 400px;
}

.stick {
    position: fixed;
    top: 20px;
    width: 400px;
    background-color: #F1F3F5;
    padding: 30px;
    border-radius: 10px;
    border: 1px #DCE2E8 solid;
}

#sticker h2 {
    font-size: 22px;
    font-weight: 700;
    color: #484848;
    margin-bottom: 20px;
}

.review {
    display: block;
}

    .review h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

.review-card {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    border: 0;
    padding: 30px;
    margin-bottom: 20px
}

.review-card-top {
    display: block;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.review-img {
    width: 64px;
    height: 64px;
    float: right;
    border-radius: 70px;
    overflow: hidden;
}

    .review-img img {
        width: 100%
    }

.review-card-top h3 {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    float: right;
    margin-top: 20px;
}

.review-card-xtra {
    float: left;
    margin-top: 20px;
}

.review-card-txt {
    display: block;
    clear: both;
}

    .review-card-txt p {
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }

.banner-bg {
    display: block
}

    .banner-bg img {
        width: 100%;
    }

.about-page {
    display: block;
    background-color: #fff;
}

    .about-page p {
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }

.mv-wrapper {
    display: block
}

.blue-bg {
    background-color: #0079E2;
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    width: 83%;
    float: left;
    padding: 120px 200px 120px 120px;
    position: relative;
    top: -50px;
}

.mv {
    display: block;
    margin: 20px 0;
}

    .mv h3 {
        display: inline-block;
        margin-bottom: 14px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

        .mv h3 i {
            color: #FDB827;
            margin-right: 20px
        }

    .mv h2 {
        font-size: 38px;
        font-weight: 300;
        color: #fff;
        line-height: 56px;
    }

.values {
    display: block
}

    .values p {
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }

.values-card {
    display: block
}

    .values-card h4 {
        background-color: #FDB827;
        color: #484848;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .values-card h3 {
        color: #484848;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .values-card p {
        margin: 0
    }

.testimonial {
    display: block
}

.testimonial-icon {
    display: block;
    margin-bottom: 20px;
}

.testimonial-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative
}

    .testimonial-card::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 16px solid #fff;
        bottom: -10px;
    }

    .testimonial-card p {
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }

.testimonial-user {
    display: block;
    padding-right: 10px;
}

.testimonial-img {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 64px;
    border: 1px #FFF solid;
    float: right;
    margin-left: 10px;
}

    .testimonial-img img {
        width: 100%
    }

.testimonial-user h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 14px 0 0 0;
    display: inline-block;
}

.testimonial-user span {
    font-size: 12px;
    display: block;
}

.blog {
    display: block;
}

.blog-card {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 40px 0;
}

.blog-card-txt {
    width: 50%;
    padding: 50px;
}

    .blog-card-txt span {
        font-size: 12px;
        color: #484848;
        margin-bottom: 10px;
        display: block;
    }

    .blog-card-txt h1 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .blog-card-txt p {
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

.blog-card-img {
    width: 50%;
    position: absolute;
    float: left;
    left: -80px;
    top: 40px;
    border-radius: 12px;
    overflow: hidden;
}

    .blog-card-img img {
        width: 100%
    }

.blog-dm-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

    .blog-dm-card img {
        width: 100%
    }

.blog-dm-card-txt {
    display: block;
    padding: 20px;
}

    .blog-dm-card-txt span {
        font-size: 12px;
        color: #484848;
        margin-bottom: 10px;
        display: block;
    }

    .blog-dm-card-txt h2 {
        font-size: 18px;
        color: #484848;
        font-weight: 700;
        line-height: 30px;
    }

.contact {
    display: block;
    background-color: #fff;
}

.contact-txt {
    display: block
}

    .contact-txt p {
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .contact-txt h3 {
        font-size: 18px;
        font-weight: 600;
    }

.blog-detail {
    display: block;
    background-color: #fff;
}

.blog-detail-wrapper {
    width: 1024px;
    margin: 0 auto;
    display: block;
}

    .blog-detail-wrapper span {
        font-size: 12px;
        color: #484848;
        margin-bottom: 10px;
        display: block;
    }

    .blog-detail-wrapper h1 {
        font-size: 42px;
        font-weight: 700;
    }

    .blog-detail-wrapper img {
        display: block;
        border-radius: 14px;
        width: 100%;
        margin: 20px 0;
    }

    .blog-detail-wrapper p {
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
    }

.card-form {
    display: block;
    background-color: #fff;
    width: 400px;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
}

.card-form-or {
    display: block;
    border-top: 1px #ddd solid;
    padding-top: 20px;
}

    .card-form-or span {
        display: block;
        clear: both;
        text-align: center;
        margin-bottom: 20px;
    }

    .card-form-or a {
        text-align: center;
        display: block;
        border-radius: 70px;
        border: 1px #ddd solid;
        padding: 8px 10px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
    }

        .card-form-or a img {
            display: inline-block;
            width: 18px;
            position: relative;
            top: -2px;
            margin-left: 7px;
        }

.edit-card {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    border: 0;
    padding: 20px;
}

.edit-card-link {
    float: left;
    margin-top: 13px;
}

.edit-card-link-href {
    margin-left: 14px;
    color: #484848
}

.faq {
    display: block;
    background-color: #fff
}

.list-form {
    display: block;
    background-color: #fff;
    width: 768px;
    margin: 0 auto;
    padding: 30px;
}

.features {
    background-color: #F6F9FC;
    border: 1px #DCE2E8 solid;
    border-radius: 24px;
    padding: 30px;
}

    .features h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .features ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .features ul li {
            width: 49%;
            display: inline-block;
            margin-bottom: 5px;
        }

            .features ul li label {
                margin-right: 10px;
            }

.careers__input input {
    display: none
}

.careers__input {
    margin-top: 17px;
}

    .careers__input span {
        font-size: 14px;
    }

        .careers__input span i {
            margin-right: 10px;
            font-size: 18px;
        }

.picture {
    background-color: #F6F9FC;
    border: 1px #DCE2E8 solid;
    border-radius: 24px;
    padding: 20px;
}

.picture-user {
    float: right;
    width: 64px;
    height: 64px;
    border-radius: 120px;
    overflow: hidden;
    margin-left: 20px;
}

    .picture-user img {
        width: 100%
    }

.User-area {
    width: 45px;
    height: 45px;
    position: relative;
}

    .User-area > .User-avtar {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        border: 2px solid #fff;
        box-shadow: 0px 0px 12px -5px #000;
    }

        .User-area > .User-avtar > img {
            width: 100%;
            height: 100%;
            border-radius: 30px;
        }

.User-Dropdown {
    display: none;
    position: absolute;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(98, 98, 98, 0.78);
    list-style: none;
    padding: 0 20px;
    width: 250px;
    margin: 0;
    top: 70px;
    left: 0%;
}

    .User-Dropdown:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-right: -0.5em;
        left: 31px;
        box-sizing: border-box;
        border: 7px solid black;
        border-color: transparent transparent #ffffff #ffffff;
        transform-origin: 0 0;
        transform: rotate(135deg);
        box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
    }

    .User-Dropdown h3 {
        font-size: 16px;
        padding: 20px 10px 0
    }

    .User-Dropdown.U-open {
        display: block;
        z-index: 10;
    }

    .User-Dropdown > li {
        padding: 0px;
        line-height: 47px;
        border-bottom: 1px solid rgba(215, 215, 215, 0.17);
    }

        .User-Dropdown > li:last-child {
            border-bottom: 0px;
        }

        .User-Dropdown > li > a {
            font-size: 13px;
            padding: 15px 10px 16px 25px;
            text-decoration: none;
            color: #0079e2;
            transition: all 0.2s ease-out;
        }

    .User-Dropdown span {
        background: #fdb726;
        padding: 3px 10px;
        color: #fff;
        border-radius: 30px;
        font-size: 13px;
    }

    .User-Dropdown > li:before {
        content: "";
        width: 0px;
        height: 40px;
        position: absolute;
        background: #0079E2;
        margin-top: 4px;
        border-radius: 0 1px 1px 0;
        right: 0px;
        transition: all 0.2s ease;
    }

    .User-Dropdown > li:hover:before {
        width: 5px;
        border-radius: 30px;
    }

    .User-Dropdown > li a:hover {
        margin-right: 5px;
    }

.user-picture {
    position: absolute;
    left: 40px;
    top: 23px;
}

.list-not {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-not li {
        display: block;
        position: relative;
        background-color: #fff;
        padding: 16px 20px;
        margin-bottom: 1px;
        border-radius: 8px;
    }

        .list-not li i {
            color: #fcb827;
            position: absolute;
        }

        .list-not li span {
            font-size: 14px;
            margin-right: 10px;
            position: absolute;
            right: 32px;
            top: 19px;
        }

        .list-not li h4 {
            display: inline-block;
            font-size: 14px;
            margin-right: 68px;
            color: #000;
            border-right: 1px #ddd solid;
            padding-right: 10px;
            margin-bottom: 0;
            font-weight: 400;
        }

        .list-not li:hover {
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
        }

.share {
    display: inline-block;
    margin-right: 20px;
}

    .share a {
        color: #0079E2;
        margin-left: 5px;
    }

.custom-upload {
    display: inline-block !important;
    padding: 10px !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd !important;
}

.RadUpload_Silk .ruSelectWrap .ruFakeInput {
    display: none !important;
}

.RadUpload .ruSelectWrap {
    display: block;
}

.custom-upload .ruFileWrap {
    margin-bottom: 0;
}

.RadUpload_Silk .ruSelectWrap .ruButton {
    background-image: none;
    border: none;
    background-color: transparent;
}

.RadUpload .ruBrowse {
    padding: 10px 10px;
}

.RadUpload .ruFileLI {
    margin-bottom: 10px;
    border-bottom: 1px #ddd solid;
    padding: 0 10px 10px;
    overflow-x: hidden;
}

.RadUpload .radIcon::before {
    right: 0;
}

.RadUpload .ruFileWrap.ruStyled {
    display: inline-block;
    margin-right: 5px;
}

.RadUpload .ruFileLI .ruButton {
    margin-right: 0;
    float: left;
    margin-top: 5px;
}

    .RadUpload .ruFileLI .ruButton.ruRemove::before {
        margin-left: 7px;
    }

.calendar-toggle {
    background-color: #fff;
    color: black;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.invoice-main {
    width: 991px;
    margin: 0 auto
}

.invoice {
    padding: 30px;
    font-size: 12px
}

    .invoice h2 {
        margin-top: 0px;
        line-height: 0.8em;
    }

    .invoice .small {
        font-weight: 300;
    }

    .invoice hr {
        margin-top: 10px;
        border-color: #ddd;
    }

    .invoice .table tr.line {
        border-bottom: 1px solid #ccc;
    }

    .invoice .table td {
        border: none;
    }

    .invoice .identity {
        margin-top: 10px;
        font-weight: 300;
    }

        .invoice .identity strong {
            font-weight: 600;
        }


.grid {
    position: relative;
    width: 100%;
    background: #fff;
    color: #666666;
    border-radius: 2px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}


.inv-no {
    float: left;
}

    .inv-no h2 {
        font-size: 16px;
        line-height: 24px;
    }

@media only screen and (max-width: 1600px) {
    .about {
        background-position: 120% center;
    }

    .swiper-slide-img {
        height: 350px;
    }

    .blue-bg {
        width: 89%;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 1024px;
        margin: 0 auto
    }

    .start {
        background-position: 150% center;
    }

    .swiper-slide-img {
        height: 280px;
    }

    #sticker {
        width: 320px;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 768px;
        margin: 0 auto
    }

    .blog-detail-wrapper {
        width: 92%;
    }

    .blog-card-img {
        width: 100%;
        position: static;
        float: none;
    }

    .blog-card {
        padding: 0
    }

    .blog-card-txt {
        width: 100%;
        padding: 30px 50px;
    }

    .blue-bg {
        width: 89%;
        padding: 80px 120px;
    }

    .mv h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .filter h3, h6 {
        display: none;
    }

    .results {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .target {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        overflow: scroll;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        height: 100%;
        width: 280px;
    }

    #show {
        display: block
    }

    #hide {
        display: block;
        text-align: left;
        font-size: 30px;
        margin-bottom: 0px;
    }

    .filter-card {
        border-radius: 0;
        padding: 20px;
        height: 100%;
    }

    .rent-button {
        padding: 10px 10px 10px 0;
    }

        .rent-button::before {
            width: 200px;
            right: -200px;
            height: 65px;
        }

        .rent-button a {
            padding: 6px 16px;
            margin-left: 6px;
        }

            .rent-button a svg {
                width: 22px;
            }

            .rent-button a span {
                margin-right: 6px;
                font-size: 11px;
                font-weight: 500;
            }

    .padding {
        padding: 40px 0;
    }

    #btn {
        float: left;
        display: inline-block
    }

    #panel {
        display: none;
        position: absolute;
        width: 100%;
        right: 0;
        top: 59px;
        background-color: #fff;
        padding: 20px 30px;
        border-top: 1px #ddd solid;
        z-index: 1000;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

    .menu {
        display: block;
        margin-top: 0;
        margin-right: 0;
    }

        .menu a {
            font-size: 12px;
            margin-left: 0;
            display: block;
            margin-bottom: 8px;
        }

    .sign-btn {
        float: none;
        margin-top: 20px;
        background-color: #f5f5f5;
        padding: 20px;
        border-radius: 8px;
    }

    .lang {
        float: none;
        margin-left: 0;
        margin-top: 18px;
        border: 0;
        display: inline-block;
    }

    .lang-drop {
        border: 0;
        padding: 10px 20px 10px 0;
    }

    .header {
        padding: 12px 20px;
    }

    .logo {
        width: 46px;
    }

    .search {
        border-radius: 12px;
    }

    .search-drops {
        display: block;
        width: 100%;
        margin-bottom: 14px;
    }

    .about-img {
        width: 100%;
        float: none;
    }

    .about {
        background-image: none;
    }

    .start {
        background-image: none;
    }

    .detail-content h1 {
        font-size: 24px;
    }

    .detail-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .detail-item h4 {
            margin-bottom: 20px;
        }

    .statics {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .user-picture {
        position: absolute;
        left: 80px;
        top: 13px;
    }

    .User-area {
        width: 35px;
        height: 35px;
    }

    .User-Dropdown {
        top: 60px;
        left: -20%;
    }

    .lang {
        display: none
    }

    .lang-mob {
        display: block;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 640px;
        margin: 0 auto
    }

    .card-img {
        width: 100%;
        height: 200px;
    }

    .title {
        margin-bottom: 30px;
    }

        .title h1 {
            font-size: 20px;
        }

            .title h1::before {
                margin-left: 10px;
                margin-top: 8px;
            }

    .about-img {
        margin-top: 30px;
    }

    .start h1 {
        font-size: 22px;
    }

    #sticker {
        width: 100%;
        padding: 20px;
        position: static !important;
    }

    .stick {
        position: static;
        top: 0;
        padding: 20px;
        width: 100%;
    }

    .start-img {
        display: none
    }

    .edit-card-link {
        float: none;
        margin-top: 33px;
        display: block;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        width: 94%;
    }

    .card-form {
        width: 92%;
        margin: 20px auto;
        padding: 20px;
        border-radius: 12px;
    }

    .blog-detail-wrapper h1 {
        font-size: 22px;
    }

    .blog-card-txt {
        padding: 20px;
    }

        .blog-card-txt h1 {
            font-size: 20px;
        }

    .blue-bg {
        width: 94%;
        padding: 20px 50px;
    }

    .mv h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .mv h3 {
        font-size: 16px;
    }

    .padding {
        padding: 22px 0 30px;
    }

    .banner h1 {
        font-size: 20px;
    }

    .banner h2 {
        font-size: 14px;
    }

    .search {
        padding: 20px;
    }

    .title-btn {
        font-size: 8px;
    }

    .start span {
        margin-right: 0;
        display: block;
        margin-top: 10px;
    }

    .footer {
        padding: 0 18px;
    }

    .rent-button a {
        padding: 2px 10px;
        margin-left: 4px;
    }

        .rent-button a svg {
            width: 15px;
        }

        .rent-button a span {
            margin-right: 2px;
            font-size: 9px;
        }

    .rentbanner {
        height: 170px;
    }

    .rent-button::before {
        height: 57px;
    }

    .swiper-slide-img {
        height: 200px;
    }

    .detail-slide {
        padding: 10px;
    }

    .review-img {
        width: 44px;
        height: 44px;
    }

    .review-card-top h3 {
        font-size: 16px;
        margin-right: 10px;
        margin-top: 13px;
    }

    .review-card-xtra {
        margin-top: 10px;
    }

    .review-card-txt p {
        font-size: 14px;
        line-height: 25px;
    }

    .edit-card {
        display: block;
        padding: 14px;
    }

    .edit-card-link {
        float: none;
        margin-top: 33px;
        display: block;
    }

    .edit-card-link-href {
        margin-left: 10px;
        font-size: 13px;
    }

    .btn {
        font-size: 10px;
        font-weight: 500;
        padding: 8px 20px 7px;
    }

    .list-not li h4 {
        font-size: 12px;
    }
}

.form-select {
    background-position: left.75rem center;
}
