.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: #e9e9e9;
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: var(--black);
    padding: 30px 0 15px 24px;
    display: inline-block;
    background-color: transparent;
}

.mobile-nav .logo-main img {
    width: 100%;
}

.mobile-nav nav {
    height: 100%
}

.mobile-nav nav li a {
    color: #000;
    font-weight: 400 !important;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 15px;
    text-decoration: none
}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right
}

.mobile-nav nav li ul {
    display: none;
    background: #fff
}

.mobile-nav nav li ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: none
}

.app-container {
    display: block;
}

.mobile-nav-btn {
    display: none !important;
    position: absolute;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: -10px;
}

.mobile-nav-btn.active {
    right: 80%;
    z-index: 999999999;
    top: 0;
}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px
}

.lines:before,
.lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease
}

.mobile-nav-btn .lines:before {
    top: 10px;
    content: "\f0c9";
    /* hamburger icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    padding: 5px 15px;
    border-radius: 5px;
    background: #f54927;
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: #f54927;
    color: #fff;
}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 40px;
}

h4.mobile-menu {
    padding: 19px 24px
}

@media (max-width:1366px) {}

@media (max-width:1024px) {}

@media (max-width:992px) {
    .marketing-box-main .content-market-box {
        bottom: 80px;
        opacity: 1;
        visibility: visible;
    }
    
    section.why-choose .row .col-md-6 {
        width: 100%;
    }
    
    .why-choose-intro-text {
        text-align: center;
        padding: 0 0 40px 0;
    }
    
    .why-choose-intro-text h1 {
        line-height: 52px !important;
        padding: 0 0 30px 0;
    }
    
    section.contact_form_section_re .col-md-6 {
        width: 100%;
        margin: 0 0 40px 0;
        text-align: center;
    }
    
    .location-wrapper {
        text-align: center;
    }
    
    .location-info::before {
        opacity: 0.2;
        z-index: -1;
    }
    
    .location-info {
        z-index: 9;
    }
    
    form.custom-form {
        flex-direction: column;
    }
    
    .input-icon {
        width: 100%;
    }
    
    .hero-intro-image.aos-init.aos-animate {
        display: none;
    }
    
    .about-intro-text {
        text-align: center;
        padding: 40px 0 0 0;
    }
    
    .marketing-box-main:before {
        height: 100%;
    }
    
    .marketing-box-main {
        margin-bottom: 44px;
    }
    .faq-title {
        display: none;
    }
    .hero-intro-text {
        text-align: center;
    }
    .app-container {
        display: block;
    }

    .mobile-nav-btn {
        display: block !important;
    }

    .main-navigation {
        display: none !important;
    }
    .head-sec.aos-init.aos-animate {
    padding: 0;
}
.content-market-box p {
    padding: 0;
}

}

@media (max-width:576px) {
    .mobile-text {
        text-align: center;
    }
    
    p {
        font-size: 14px;
    }
    
    h2, h1, h3 {
        font-size: 24px !important;
    }
    
    span.carde_number {
        opacity: 0;
    }

    .socails-icons {
        justify-content: center;
    }

    h1 {
        font-size: 30px !important;
        padding: 20px 0 0;
    }

    h2 {
        font-size: 30px !important;
    }

    .card-custom {
        margin-bottom: 25px;
        text-align: center;
        min-height: 200px;
        margin-top: 20px;
        padding: 0px 11px;
    }

    .about-img {
        margin-bottom: 20px;

    }

    .why-choose-img {
        margin-top: 20px;
    }

    .icon {
        margin: 0 auto;
    }

    .faq-title {
        height: 460px;
        margin: 0px 0px 20px 0px !important;
    }

    .faq-title::before {
        width: 250px;
        height: 250px;
    }

    .faq-title p {
        padding: 0px 0 0 0;
    }

    a.quest-title::before {
        right: 0px;
    }

    .cta-form {
        min-height: 0px;
        padding: 0px;
        background-position: 68% center;
    }

    .site-footer {
        margin-top: 20px;
    }

    .footer-content h2 {
        margin-bottom: 10px !important;
    }

    .footer-content p {
        padding: 0px 20px 0px;
        margin: 0 auto 10px;
    }

    .footer-menu {
        gap: 20px;
    }

    .ftr-btm {
        margin: 30px 0 0 0;
    }

    .location-section {
        padding: 16px 0 16px 0;
    }

    .end_foot_part {
        display: block;
        text-align: center;
    }

    .mid_footer {
        display: block;
    }

    .end_footer p {
        margin-bottom: 0px;
        text-align: center;
    }

    a.footer_logo img {
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
    }

    footer.footer {
        padding: 20px 0 0 0;
    }

    span.highlight:before {
        display: none;
    }

    section.hero {
        padding: 80px 0 15px 0;
    }

    section.hero h1 {
        font-size: 30px !important;
    }

    .list li {
        text-align: center;
    }
    
    .list li:before {
        opacity: 0;
    }

    img.hero-img {
        display: none;
    }

    .form-base {
        width: 100%;
        max-width: 100%;
        margin: 0px auto 0 auto;
    }

    .custom-form {
        display: flex;
        flex-direction: column;
    }

    form.custom-form a {
        width: 100%;
    }

    .inner-page-banner {
        padding: 70px 0 0 0;
    }

    section.inner-page-banner h1 {
        padding: 35px 0 30px 0px;
    }

    .logo-main {
        padding: 0;
    }

    h2.why-choose-title {
        font-size: 36px !important;
        margin-bottom: 0px !important;
    }

    .card.why-choose-card {
        margin-top: 40px;
    }

    section.process-step {
        margin-top: 30px;
    }

    .choose-card-1,
    .choose-card-2 {

        animation: none;
    }
}

@media (max-width:768px) {
    .location-wrapper {
        flex-direction: column;
    }

}