@media (max-width:1199px) {
    .home-page h1 span::before {
        top: 174px;
        left: 10px;
    }
}

@media (max-width:991px) {
    .navbar-toggler-icon {
        height: 1.1em;
    }

    .navbar-toggler {
        background-color: var(--primary-color);
        color: var(--white);
        padding: 10px;
        font-size: 25px;
    }

    .home-page h1 span::before {
        top: 120px;
    }

    .banner-btn {
        margin-bottom: 40px;
    }

    .home-page h1 {
        font-size: 56px
    }

    .banner {
        padding: 170px 0 80px 0;
    }

    .trusted {
        padding: 0px 0px 60px;
    }

    .main-overly {
        transform: translate(96px, -55px);
    }

    .faq-girl {
        text-align: center;
    }

    .nav-link .primary-btn {
        display: inline-block;
    }

    header li.nav-item {
        color: var(--white);
    }

    div#collapsibleNavbar {
        background-color: var(--white);
        padding: 20px;
    }

    .welcome-to-nexus-left h2 {
        font-size: 30px;
        line-height: 37.2px;
    }

    .who-we-are-box .content-wrap {
        height: 400px;
    }

    .partner-with-nexus {
        padding: 60px 0px;
    }

    .ready-to-simplify {
        padding: 40px 0px 50px;
    }

    .why-choose {
        padding: 60px 0px;
    }

    .what-we-offer {
        padding: 50px 0px;
    }

    .who-we-are {
        padding: 40px 0px;
    }

    .contact-us-box {
        display: block;
    }

    .contact-us-inner-box {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .contact-form-div {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .welcome-to-nexus {
        padding: 50px 0px;
    }

    .discover-head h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .future-left {
        text-align: center;
    }

    .future-right {
        margin-top: 40px;
    }

    .perfect-payment {
        padding: 60px 0px;
    }

    .perfect-payment-right {
        text-align: center;
    }

    .small-business {
        padding: 60px 0px;
    }

    .small-business-right {
        margin-top: 40px;
    }

    .small-business-left {
        text-align: center;
    }

    .small-business-right {
        margin-top: 40px;
    }

    .seamless {
        padding: 60px 0px;
    }

    .seam-less-right {
        margin-top: 40px;
        text-align: center;
    }

    .welcome-to-nexus-right {
        margin-top: 50px;
        text-align: center;
    }

}

@media (max-width:767px) {
    .who-we-are-box {
        margin-bottom: 30px
    }

    .why-choose-left {
        margin-bottom: 60px;
    }

    .discover-head {
        background-color: var(--black) !important;
        padding: 20px;
        background-image: none;
    }
}

@media (max-width:467px) {
    .perfect-payment-right {
        display: none;
    }
    .home-page h1 span::before{
        display: none;
    }
}

@media (max-width:600px) {
    .banner-img {
        display: none;
    }

    .main-overly {
        height: 210px;
    }
}