body {
    overflow-x: hidden;
    direction: rtl;
}

.owl-carousel {
    direction: ltr;
}

    .owl-carousel .owl-nav,
    .owl-carousel .owl-dots,
    .owl-carousel .owl-item {
        direction: rtl;
    }

.contact__input-box .bootstrap-select .dropdown-menu,
.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
}

.list-unstyled {
    /* padding-right: 0; */
}

.bootstrap-select .dropdown-menu.inner {
    text-align: right;
}

.main-menu .main-menu__list li ul li > a::after {
    content: "\f060";
}

.about-one__image__two svg {
    left: 40px;
    right: auto;
}
/*===== section-tab ======*/
.section-tab .nav-tabs {
    border-bottom: none;
}

    .section-tab .nav-tabs .nav-item {
        margin-bottom: 0;
        margin-right: 6px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 6px;
    }
}

.section-tab .nav-tabs .nav-link {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 9px 25px 9px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}

    .section-tab .nav-tabs .nav-link i {
        font-size: 20px;
    }

    .section-tab .nav-tabs .nav-link.active {
        color: #287dfa;
        background-color: #fff;
    }


/*====== section-tab 2 ========*/
.section-tab-2 .nav-tabs .nav-item {
    margin-right: 20px;
}

.section-tab-2 .nav-tabs .nav-link {
    color: #0d233e;
    background-color: transparent;
    padding: 0 0 0 20px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}

    .section-tab-2 .nav-tabs .nav-link::before, .section-tab-2 .nav-tabs .nav-link::after {
        position: absolute;
        content: "";
        top: 8px;
        left: 0;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .section-tab-2 .nav-tabs .nav-link::before {
        left: 4px;
        top: 12px;
        width: 6px;
        height: 6px;
        background-color: #fff;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .section-tab-2 .nav-tabs .nav-link::after {
        border: 2px solid rgba(19, 41, 104, 0.2);
    }

    .section-tab-2 .nav-tabs .nav-link.active, .section-tab-2 .nav-tabs .nav-link:hover {
        background-color: transparent;
        color: #287dfa;
    }

        .section-tab-2 .nav-tabs .nav-link.active::before, .section-tab-2 .nav-tabs .nav-link:hover::before {
            background-color: #287dfa;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .section-tab-2 .nav-tabs .nav-link.active::after, .section-tab-2 .nav-tabs .nav-link:hover::after {
            border-color: #287dfa;
        }


/*====== section-tab 3 ========*/
.section-tab-3 .nav-tabs .nav-item {
    margin-right: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}

.section-tab-3 .nav-tabs .nav-link {
    padding: 5px 45px;
    color: #5d646d;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
}

@media (max-width: 375px) {
    .section-tab-3 .nav-tabs .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.section-tab-3 .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #287dfa;
}

    .section-tab-3 .nav-tabs .nav-link.active:hover {
        color: #fff;
        background-color: #287dfa;
    }

.section-tab-3 .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #287dfa;
}

/*===== deal-card =======*/
.deal-card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 25px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
}

    .deal-card .deal-title img {
        width: 25px;
        margin-left: 12px;
    }

    .deal-card .deal__title {
        font-size: 18px;
        color: #0d233e;
    }

@media (max-width: 1199px) {
    .deal-card .deal__title {
        font-size: 16px;
    }
}

.deal-card .deal__title a {
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .deal-card .deal__title a:hover {
        color: #287dfa;
    }

.deal-card .deal__meta {
    font-size: 14px;
    padding-left: 36px;
    font-weight: 500;
    margin-bottom: 0px;
}

.deal-card .deal-action-box {
    padding-top: 10px;
}

.deal-card .price-box {
    font-size: 15px;
}

    .deal-card .price-box .price__num {
        color: #0d233e;
        font-size: 17px;
        font-weight: 700;
    }

.deal-card:hover {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}





/*======= fullscreen-slide-contain =======*/
#fullscreen-slide-contain {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: -2;
}

/*====== step-bar-list ========*/
@media (max-width: 375px) {
    .step-bar-list {
        display: block !important;
    }
}

.step-bar-list .step-bar {
    position: relative;
    z-index: 1;
}

    .step-bar-list .step-bar::before, .step-bar-list .step-bar::after {
        display: block;
        position: absolute;
        background-color: #F5F7FC;
        height: 4px;
        content: '';
        width: 50%;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    .step-bar-list .step-bar::after {
        left: auto;
        right: 0;
    }

    .step-bar-list .step-bar .icon-element {
        text-indent: 0;
        background-color: #fff;
        color: #0d233e;
        -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        border: 2px solid rgba(128, 137, 150, 0.2);
    }

    .step-bar-list .step-bar.step-bar-active .icon-element {
        text-indent: -9999px;
        position: relative;
        background-color: #40CC6F;
        border-color: #40CC6F;
    }

        .step-bar-list .step-bar.step-bar-active .icon-element::before {
            position: absolute;
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            color: #fff;
            font-size: 26px;
            text-indent: 0;
            font-weight: 900;
        }

    .step-bar-list .step-bar.step-bar-active::before, .step-bar-list .step-bar.step-bar-active::after {
        background-color: #40CC6F;
    }

.icon-element {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #287dfa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 25px;
    color: #fff;
}
/*===== payment-received-list =======*/
.payment-received-list .icon-element {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    background-color: #40CC6F;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .payment-received-list .card-body .btn-box .theme-btn.mr-2 {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .payment-received-list .card-body .btn-box .theme-btn.mr-2 {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
}

@media (max-width: 375px) {
    .payment-received-list .card-body .btn-box .theme-btn {
        line-height: 25px;
    }
}

.payment-received-list:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*===== payment-received-card =======*/
.payment-received-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product-info .product-info-label {
    font-weight: 400;
    margin-right: 5px;
}




/*================== form-box ===================*/
.form-box {
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.form-title-wrap {
    padding: 20px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}

.form-content {
    padding: 20px;
}

.blockquote-item {
    border-left: none;
    background-image: url(../images/img9.jpg);
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    padding: 40px;
    position: relative;
}

    .blockquote-item .blockquote__text {
        line-height: 30px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
    }

    .blockquote-item .blockquote__meta {
        font-weight: 500;
        margin-top: 16px;
        display: -ms-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 18px;
    }

        .blockquote-item .blockquote__meta span {
            color: rgba(255, 255, 255, 0.6);
            font-size: 15px;
            margin-left: 5px;
        }

    .blockquote-item:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0d233e;
        opacity: 0.8;
        z-index: -1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.section-bg {
    background-color: #F5F7FC;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 650px) {
    .step-bar-list {
        display: block !important;
    }
}
/*======= card ========*/
.card-item {
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

    .card-item .card-img {
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .card-item .card-img img {
            width: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .card-item .card-img .badge {
            position: absolute;
            background-color: #40CC6F;
            top: -10px;
            left: 20px;
            padding: 6px 11px;
            font-size: 12px;
            text-transform: uppercase;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            font-weight: 500;
            z-index: 1;
            color: #fff;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .card-item .card-img .badge-ribbon {
            left: auto;
            right: 20px;
            background-color: #f9b851;
        }

        .card-item .card-img .add-to-wishlist {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 18px;
            cursor: pointer;
            color: #0d233e;
            background-color: #fff;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .card-item .card-img .add-to-wishlist:hover {
                background-color: #287dfa;
                color: #fff;
            }

    .card-item .card-title {
        font-size: 19px;
        color: #0d233e;
        margin-bottom: 2px;
    }

        .card-item .card-title a {
            color: #0d233e;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .card-item .card-title a:hover {
                color: #287dfa;
            }

    .card-item .card-meta {
        font-size: 15px;
    }

        .card-item .card-meta .post-dot {
            width: 4px;
            height: 4px;
            background-color: rgba(128, 137, 150, 0.4);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
            margin-left: 5px;
            position: relative;
            top: -3px;
        }

    .card-item .card-body {
        padding: 25px 30px;
        min-height: auto;
    }

@media (max-width: 425px) {
    .card-item .list-items-2 li span {
        width: 100%;
    }
}

.card-item .card-rating {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .card-item .card-rating .badge {
        background-color: #f9b851;
        font-size: 15px;
    }

    .card-item .card-rating .review__text {
        padding-left: 4px;
        padding-right: 4px;
        color: #f9b851;
        font-size: 15px;
    }

    .card-item .card-rating .rating__text {
        font-size: 14px;
    }

.card-item .card-price {
    font-size: 15px;
}

    .card-item .card-price .price__from {
        font-size: 13px;
    }

    .card-item .card-price .price__num {
        color: #0d233e;
        font-size: 18px;
        font-weight: 500;
    }

    .card-item .card-price .price__text {
        display: block;
        line-height: 16px;
    }

@media (max-width: 1199px) {
    .card-item .card-price {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-item .card-price {
        display: flex !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item .card-price {
        display: flex !important;
    }
}

.card-item:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.form-one__input {
    height: 50px;
}

/*======= file upload ========*/
.file-upload-wrap {
    position: relative;
}

    .file-upload-wrap .file-upload-input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        border: 2px dashed rgba(128, 137, 150, 0.2);
        height: 120px;
        text-align: center;
        cursor: pointer;
        position: relative;
        display: inline-block;
        padding: 10rem 0 0 0;
        overflow: hidden;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .file-upload-wrap .file-upload-input:hover {
            border-color: rgba(128, 137, 150, 0.6);
            background-color: rgba(128, 137, 150, 0.04);
        }

    .file-upload-wrap .file-upload-text {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        line-height: 170px;
        text-align: center;
        font-size: 18px;
        color: rgb(15 6 6);
    }

    .file-upload-wrap .MultiFile-list > .MultiFile-label {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: rgba(128, 137, 150, 0.06);
        display: inline-block;
        border: 2px solid rgba(128, 137, 150, 0.1);
        padding: 16px;
        position: relative;
        width: 100%;
    }

        .file-upload-wrap .MultiFile-list > .MultiFile-label + .MultiFile-label {
            margin-top: 20px;
        }

    .file-upload-wrap .MultiFile-list span.MultiFile-label {
        box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.08);
        position: relative;
        text-align: center;
        display: inline-block;
        margin: 10px;
    }

    .file-upload-wrap .MultiFile-list .MultiFile-remove {
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        background-color: #fff;
        color: #0d233e;
        width: 30px;
        height: 30px;
        text-align: center;
        top: -16px;
        right: -16px;
        z-index: 1;
    }

        .file-upload-wrap .MultiFile-list .MultiFile-remove:hover {
            color: #e1306c;
        }

    .file-upload-wrap .MultiFile-list .MultiFile-title {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        padding: 16px;
        bottom: 0;
        text-align: center;
        width: 100%;
        line-height: 24px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .file-upload-wrap .MultiFile-list .MultiFile-preview {
        max-width: 15rem !important;
        max-height: 15rem !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

/*======== file-upload-wrap-2 =======*/
.file-upload-wrap-2 .file-upload-input {
    width: 185px;
    border: 1px solid rgba(128, 137, 150, 0.1);
    height: 30px;
    padding-top: 3rem;
    background-color: rgb(250 245 238);
}

.file-upload-wrap-2 .file-upload-text {
    width: auto;
    right: 25px;
    line-height: 50px;
    font-size: 16px;
    z-index: 9;
}

/*======== file-upload-wrap-3 =======*/
.file-upload-wrap-3 .file-upload-input {
    height: 70px;
    padding-top: 5rem;
}

.file-upload-wrap-3 .file-upload-text {
    line-height: 90px;
    font-size: 16px;
}

.resumre-wrap .MultiFile-list span.MultiFile-label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.resumre-wrap .MultiFile-list .MultiFile-title {
    position: inherit;
    background-color: transparent;
    color: #5d646d;
    padding: 0;
    bottom: auto;
    text-align: inherit;
    width: auto;
    line-height: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-one__group .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--trevlo-secondary, #736D75);
}

.form-one__group .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 50px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: var(--trevlo-white2, #FAF5EE) !important;
    margin: 0;
    padding: 0;
    padding-right: 30px;
    padding-left: 39px;
    color: var(--trevlo-secondary, #736D75) !important;
    font-family: var(--trevlo-font, "DM Sans", sans-serif);
    font-size: var(--trevlo-size-2xl, 16px);
    line-height: 18px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: left 25.75px center;
    padding: 15px 15px 15px 15px;
    border-radius: 6px;
}

.dropdown-toggle::after {
    margin-right: .255em;
    margin-left: auto;
}

.row {
    --bs-gutter-y: 15px;
    --bs-gutter-x: 10px;
}

.validation-message {
    font-size: 13px;
    color: #b60707;
}
.form-one__message {
    min-height: 70px;
}
input::placeholder, textarea::placeholder {
    font-weight: 400;
    font-size: 12px;
}
.google-map iframe {
    height: 400px;
    width: 100%;
}