body {
    font-family: 'Poppins', sans-serif !important;
}

.mosenco-trade .text-gray-fade {
    color: #5b5b5b;
}

.mosenco-trade .container-fluid {
    padding-right: 72px;
    padding-left: 72px;
}

.navbar-brand img {
    width: 600px;
}

.hero-section {
    background-image: url(../images/background-pattern.jpg);
    height: calc(100vh - 100px);
}

/* .hero-section::after {
    position: absolute;
    content: '';
    background-image: url(../images/bg-gradient.png);
} */

.mosenco-trade .form-control {
    box-shadow: none;
    background-color: #f8fafb;
    padding: 0.75rem;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
}

.mosenco-trade .form-label {
    font-size: 14px;
    color: #878b92;
    text-transform: uppercase;
    font-weight: 600;
}

.mosenco-trade .btn-movers {
    color: #fff;
    background-color: #3a86ff;
    border-style: none;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    font-weight: 500;
}

.mosenco-trade .navbar {
    box-sizing: border-box;
    padding: 28px 32px;
    border-radius: 16px;
    background-color: transparent !important;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    transition: all 300ms ease 0s;
}

.mosenco-trade .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(to right, #876A43 0, #CAA979 22%, #A38358 45%, #E9C18C 50%, #E9C18C 55%, #A38358 78%, #CAA979 85%, #876A43 100%);
    border-radius: 32px;
    transition: 0.2s;
    font-weight: bold;
    padding: 8px 17px;

}

.mosenco-trade .navbar .navbar-nav .nav-item .nav-link:hover {
    background-image: linear-gradient(to left, #876A43 0, #CAA979 22%, #A38358 45%, #E9C18C 50%, #E9C18C 55%, #A38358 78%, #CAA979 85%, #876A43 100%);
    transition: 0.2s;
}


/* .mosenco-trade .navbar .navbar-nav .nav-item .nav-link:hover {
    background-image: linear-gradient(to right, #876A43 0, #CAA979 22%, #A38358 45%, #E9C18C 50%, #E9C18C 55%, #A38358 78%, #CAA979 85%, #876A43 100%);
    color: transparent;
    -webkit-background-clip: text;
} */

.mosenco-trade .navbar .get-quote-button a {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f8fafb;
    transition: all 120ms ease 0s;
    color: #2e3538;
}

.mosenco-trade .form-check-label {
    cursor: pointer;
}

.mosenco-trade .form-select {
    box-shadow: none;
    padding: 0.75rem;
}

.mosenco-trade .nice-select {
    line-height: 22px;
    background-color: #f8fafb;
    border: 0;
    height: 48px;
    border-radius: 8px;
    width: 100%;
}

.mosenco-trade .nice-select::after {
    display: none;
}

.mosenco-trade .nice-select .list {
    width: 100%;
}

.mosenco-trade .nice-select .option.disabled {
    font-weight: normal;
    font-size: 14px;
}

.mosenco-trade .nice-select .option.selected {
    font-weight: 500;
}

.mosenco-trade .newsletter-mail {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    height: 48px;
    padding: 11px 64px 11px 20px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #e6e8ec;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.mosenco-trade .newsletter-mail:focus,
.mosenco-trade .newsletter-mail:hover {
    box-shadow: none;
    outline: none;
    border-color: #2e3538;
}

.mosenco-trade .date-section {
    position: relative;
}

.mosenco-trade .date-section .daterangepicker {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.mosenco-trade .date-section .daterangepicker::before {
    display: none;
}

.mosenco-trade .accordion .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mosenco-trade .accordion .accordion-item .accordion-header .accordion-button {
    border: 0;
    border-radius: 0;
}

.mosenco-trade .accordion .accordion-item .accordion-body {
    color: #5b5b5b;
}

.mosenco-trade .movers-main .mover-middle {
    position: relative;
}

.mosenco-trade .movers-main .mover-middle .bg-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mosenco-trade .footer-main img {
    width: 250px;
}

.qr-codes {
    width: max-content;
}

.qr-codes img {
    width: 100px;
}

.qr-codes a:last-child {
    margin-left: 30px;
}

.mosenco-trade .movers-main .mover-middle .bg-img .box-img {
    width: 30%;
    animation: float 3s ease-in-out infinite;
}

.mosenco-trade .footer .container-fluid .row .footer-menu .footer-link {
    flex-direction: column;

}

.footer-menu a {
    font-size: 12px !important;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}



.mosenco-trade .mover-rl .marquee11 {
    overflow: hidden;
    display: flex;
    background-image: linear-gradient(to right,
            #876A43 0,
            #CAA979 22%,
            #A38358 45%,
            #E9C18C 50%,
            #E9C18C 55%,
            #A38358 78%,
            #CAA979 85%,
            #876A43 100%);
    color: #0c0e02;
    align-items: center;
    padding: 12px;
}

.mosenco-trade .mover-rl .marquee11 h1 {
    font-size: 4rem;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #fff;
    font-weight: 600;
}

.mosenco-trade .movers-header {
    margin-top: 90px;
    margin-bottom: 80px;
}

.mosenco-trade .movers-header h2 {
    font-size: 5vw;
    font-weight: 600;
    margin: auto;
    letter-spacing: -3.8px;
    background-image: linear-gradient(to right,
            #876A43 0,
            #CAA979 22%,
            #A38358 45%,
            #E9C18C 50%,
            #E9C18C 55%,
            #A38358 78%,
            #CAA979 85%,
            #876A43 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.mosenco-trade .movers-header p {
    color: #fff;
    margin-top: 2.5rem;
}

.mosenco-trade .moving-form .moving-form-top {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.mosenco-trade .moving-form .moving-form-top>* {
    width: 50%;
}

.mosenco-trade .moving-form .moving-form-top .floor-check .floor-count {
    gap: 10px;
}

.mosenco-trade .moving-form .moving-form-top .floor-check .floor-count>* {
    flex-grow: 1;
}

.mosenco-trade .moving-form .moving-form-bottom {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.mosenco-trade .moving-form .moving-form-bottom>* {
    width: 50%;
}



.mosenco-trade .features-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mosenco-trade .features-cards>.feature-card {
    width: calc(33% - 30px);
    background-color: #f8fafb;
    padding: 30px;
    border-radius: 25px;
}

.mosenco-trade .features-cards>.feature-card .icon-box {
    margin-bottom: 1rem;
    padding: 8px;
}

.mosenco-trade .features-cards>.feature-card h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.mover-about {
    margin-top: 100px;
}

.mosenco-trade .mover-about .about-image {
    border-radius: 15px;
}

.mosenco-trade .mover-about .inner-box {
    position: relative;
    display: block;
}

.mosenco-trade .mover-about .inner-box.text-left .single-item {
    padding-left: 100px;
}

.mosenco-trade .mover-about .inner-box.text-left .single-item h4::before {
    left: 0px;
}

.mosenco-trade .mover-about .inner-box.text-left .single-item .icon-box {
    left: 0;
}

.mosenco-trade .mover-about .inner-box.text-left .single-item .icon-box::before {
    right: -6px;
}

.mosenco-trade .mover-about .inner-box.text-right .single-item {
    padding-right: 100px;
}

.mosenco-trade .mover-about .inner-box.text-right .single-item h4::before {
    right: 0px;
}

.mosenco-trade .mover-about .inner-box.text-right .single-item .icon-box {
    right: 0;
}

.mosenco-trade .mover-about .inner-box.text-right .single-item .icon-box::before {
    left: -6px;
}

.mosenco-trade .mover-about .inner-box .single-item {
    position: relative;
    display: block;
}

.mosenco-trade .mover-about .inner-box .single-item:not(:last-child) {
    margin-bottom: 100px;
}

.mosenco-trade .mover-about .inner-box .single-item .icon-box {
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #E9C18C;
    text-align: center;
    border-radius: 10px;
    background-color: #424242;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(120,
            #876A43 0,
            #CAA979 22%,
            #A38358 45%,
            #E9C18C 50%,
            #E9C18C 55%,
            #A38358 78%,
            #CAA979 85%,
            #876A43 100%); */
}


.mosenco-trade .mover-about .inner-box .single-item .icon-box::before {
    position: absolute;
    content: "";
    top: 25px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: -1;
    background-color: inherit;
}

.mosenco-trade .mover-about .inner-box .single-item h4 {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.mosenco-trade .mover-about .inner-box .single-item h4::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    bottom: 0px;
    background-color: #E9C18C;

}

.mosenco-trade .mover-about .inner-box .single-item .text-gray-fade {
    max-width: 20rem;
}

.mosenco-trade .mover-about .partners-wrapper {
    padding-top: 80px;
}

.mosenco-trade .mover-about .partners-wrapper .partner-heading {
    margin-bottom: 2rem;
}

.mosenco-trade .mover-about .partners-wrapper .partner-heading p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.mosenco-trade .mover-about .partners-wrapper .partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.mosenco-trade .movers-privacy .privacy-header {
    padding-top: 165px;
    text-align: center;
    padding-bottom: 80px;
}

.mosenco-trade .movers-privacy .privacy-header h2 {
    font-size: 65px;
    color: #1a1a1a;
}

.mosenco-trade .movers-privacy .content .privacy-heading h2 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 2.2rem;
    font-weight: 600;
}

.mosenco-trade .movers-privacy .content .privacy-content p {
    font-size: 18px;
    color: #6e6e73;
    line-height: 28px;
}

.mosenco-trade .movers-privacy .content .privacy-content p strong {
    color: #2e3538;
}

.mosenco-trade .movers-privacy .content .privacy-content a {
    color: #2e3538;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.mosenco-trade .movers-privacy .content .privacy-content .sub-heading {
    margin-top: 1em;
    font-size: 1.4rem;
    font-weight: 600;
}

.mosenco-trade .movers-elements {
    padding: 80px 0;
}

.mosenco-trade .movers-elements .movers-element-wrapper {
    margin-top: 30px;
    padding: 20px 50px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .elements-text {
    color: #8a8fa3;
    font-size: 100%;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    margin-left: 9px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-elements-text {
    color: #4b4b4b;
    font-size: 100%;
    font-weight: 400;
    line-height: 24px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors {
    border: 1px dotted #ced4da;
    padding: 40px 40px;
    margin-bottom: 2rem;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors .color-box {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    display: grid;
    place-content: center;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors .color-box p {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors .color-box-1 {
    background-color: #3a86ff;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors .color-box-2 {
    background-color: #060606;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors .color-box-3 {
    background-color: #f8fafb;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors .color-box-3 p {
    color: #141416;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors .color-box-4 {
    background-color: #212529;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-colors .color-box-5 {
    background-color: #5b5b5b;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-buttons {
    border: 1px dotted #ced4da;
    padding: 40px 40px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-buttons .mover-btn-group {
    gap: 10px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-buttons .mover-btn-group label {
    border-radius: 30px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-forms {
    border: 1px dotted #ced4da;
    padding: 40px 40px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-fields {
    border: 1px dotted #ced4da;
    padding: 40px 40px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-dropdown {
    border: 1px dotted #ced4da;
    padding: 40px 40px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-checks {
    border: 1px dotted #ced4da;
    padding: 40px 40px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-cards {
    border: 1px dotted #ced4da;
    padding: 40px 40px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-cards .movers-card {
    padding: 30px;
    width: 150px;
    height: 150px;
    display: grid;
    place-content: center;
    text-align: center;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-cards .movers-card p {
    font-size: 14px;
    color: #4f4f4f;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-cards .movers-card-1 {
    background-color: #f8fafb;
    border-radius: 30px;
}

.mosenco-trade .movers-elements .movers-element-wrapper .main-movers-cards .movers-card-2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 30px;
}

.mosenco-trade .footer {
    /* margin-top: 100px; */
    border-top: 1px solid #e6e8ec;
    background-image: url(../images/background-gray.jpg);
}

.mosenco-trade .footer .container-fluid .row {
    padding: 80px 0 48px;
}

.mosenco-trade .footer .container-fluid .row .footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-link img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.mosenco-trade .footer .container-fluid .row .footer-menu .footer-link {
    flex: 0 0 calc(33.333% - 32px);
    width: calc(33.333% - 32px);
    margin: 32px 16px 0;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.mosenco-trade .footer .container-fluid .row .footer-menu .footer-link:hover {
    color: #2e3538;
}



.mosenco-trade .footer .container-fluid .footer-bottom {
    padding: 24px 0;
    border-top: 1px solid #f4f5f6;
}

.mosenco-trade .footer .container-fluid .footer-bottom .footer-copyright {
    font-size: 12px;
    line-height: 1.66667;
}

@media (max-width: 768px) {
    .mosenco-trade .container-fluid {
        padding-right: 32px;
        padding-left: 32px;
    }

    .mosenco-trade .movers-header {
        margin-top: 15px;
    }

    .mosenco-trade .movers-header h2 {
        font-size: 36px;
        max-width: none;
        letter-spacing: -1.8px;
    }

    .mosenco-trade .mover-rl .marquee11 h1 {
        font-size: 2rem;
    }


    .mosenco-trade .features-cards>.feature-card {
        width: 100%;
    }

    .mosenco-trade .features-cards>.feature-card:not(:last-child) {
        margin-bottom: 30px;
    }


    .mosenco-trade .mover-about {
        padding-top: 0;
    }

    .mosenco-trade .mover-about .inner-box.text-right {
        margin-top: 60px;
    }

    .mosenco-trade .mover-about .inner-box.text-right.text-end {
        text-align: left !important;
    }

    .mosenco-trade .mover-about .inner-box.text-right .single-item {
        padding-left: 100px;
        padding-right: 0;
    }

    .mosenco-trade .mover-about .inner-box.text-right .single-item h4::before {
        left: 0;
        right: auto;
    }

    .mosenco-trade .mover-about .inner-box.text-right .single-item .icon-box {
        left: 0;
    }

    .mosenco-trade .mover-about .inner-box.text-right .single-item .icon-box::before {
        right: -6px;
        left: auto;
    }

    .mosenco-trade .mover-about .inner-box.text-left {
        margin-bottom: 60px;
    }

    .mosenco-trade .mover-about .inner-box .single-item .text-gray-fade {
        max-width: none;
    }

    .mosenco-trade .mover-about .inner-box .single-item:not(:last-child) {
        margin-bottom: 40px;
    }

    .mosenco-trade .mover-about .partners-wrapper .partners {
        justify-content: center;
    }

    .mosenco-trade .mover-contact .contact-header h1 {
        font-size: 28px;
    }

    .mosenco-trade .mover-contact .contact-body.gap-5 {
        gap: 1rem !important;
    }



    .mosenco-trade .footer .container .row {
        padding: 60px 0 10px;
    }

    .mosenco-trade .footer .container-fluid .row .footer-menu {
        flex-direction: column;

    }

    .mosenco-trade .footer-main img {
        width: 200px;
    }

    .mosenco-trade .footer .container-fluid .row .footer-menu .footer-link {
        width: 100%;
    }

    .footer-link img {
        width: 40px;
    }

    .qr-codes {
        margin-top: 30px !important;
        margin: 0 auto;
    }

    .mosenco-trade .footer .container-fluid .row {
        padding: 40px 0 40px;
    }

    .navbar-brand {
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 300px;
    }

    .footer-main {
        margin: 0 auto;
    }

    .footer-menu .footer-link {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .qr-codes img {
        width: 80px;
    }

}

@media screen and (min-width:575px) and (max-width:768px) {
    .footer-info-tags {
        width: 100% !important;
    }

    .mosenco-trade .footer-main img {
        width: 250px;
    }

    .mosenco-trade .footer .container-fluid .row .footer-menu {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width:769px) and (max-width:1140px) {
    .mosenco-trade .footer .container-fluid .row .footer-menu {
        margin-left: 80px;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .mosenco-trade .footer-main img {
        width: 250px;
    }

    .mosenco-trade .footer .container-fluid .row .footer-menu .footer-link {
        word-break: break-all;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .mosenco-trade .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }


    .mosenco-trade .mover-rl .marquee11 h1 {
        font-size: 2rem;
    }

    .mosenco-trade .features-cards>.feature-card {
        width: calc(50% - 10px);
        gap: 10px;
    }

    .mosenco-trade .features-cards>.feature-card:not(:last-child) {
        margin-bottom: 30px;
    }

    .mosenco-trade .date-section .daterangepicker {
        right: 0 !important;
        left: auto !important;
    }

    .mosenco-trade .mover-about .inner-box.text-right {
        margin-top: 60px;
    }

    .mosenco-trade .mover-about .inner-box.text-right.text-end {
        text-align: left !important;
    }

    .mosenco-trade .mover-about .inner-box.text-right .single-item {
        padding-left: 100px;
        padding-right: 0;
    }

    .mosenco-trade .mover-about .inner-box.text-right .single-item h4::before {
        left: 0;
        right: auto;
    }

    .mosenco-trade .mover-about .inner-box.text-right .single-item .icon-box {
        left: 0;
    }

    .mosenco-trade .mover-about .inner-box.text-right .single-item .icon-box::before {
        right: -6px;
        left: auto;
    }

    .mosenco-trade .mover-about .inner-box.text-left {
        margin-bottom: 60px;
    }

    .mosenco-trade .mover-about .inner-box .single-item .text-gray-fade {
        max-width: none;
    }

    .mosenco-trade .mover-about .inner-box .single-item:not(:last-child) {
        margin-bottom: 40px;
    }


    .mosenco-trade .accordion .accordion-item {
        min-height: 70px;
    }

    .mosenco-trade .footer .container-fluid .row .footer-menu .footer-link {
        word-break: break-all;
        width: 100%;

    }
}


@media only screen and (min-width: 1440px) and (max-width: 1566px) {
    .mosenco-trade .movers-header h2 {
        max-width: 80%;
    }

}

@media (max-width: 430px) {
    .mosenco-trade .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }


    .mosenco-trade .btn-movers {
        padding: 8px 16px;
        font-size: 14px;
    }



    .mosenco-trade .movers-header h2 {
        font-size: 30px;
    }

    .mosenco-trade .navbar {
        padding: 0;
    }

    .hero-section {
        height: 500px;
    }
}

@media (max-width: 360px) {
    .mosenco-trade .movers-header h2 {
        font-size: 30px;
    }

}