@media(max-width:1100px) {
    .unleash .animate .main-img {
        display: none;
    }

    .unleash .animate .main-line {
        position: relative;
        margin: 280px 0 240px 0;

    }

}

@media(max-width:991px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 0;
        margin: 10px 0;
    }

    header .navbar .btn {
        margin-bottom: 10px;
    }

    .dropdown-toggle::after {
        position: absolute;
        right: 7px;
        top: 28px;
    }

    header .navbar-nav .dropdown-menu{
        border: none;
    }
}

@media(max-width:850px) {
    .responsive-line-content .icon {
        margin: 0 auto;
    }

    .responsive-line-content {
        text-align: center;
        padding-top: 2.5rem;
        display: flex !important;
    }

    .responsive-line-content .content {
        margin-bottom: 20px;
    }

    .unleash .animate {
        display: none;
    }

    .join-business {
        background: url("../images/last-section-without-screen.png");
    }

    .join-business .main {
        text-align: center;
        width: 100%;
    }

    .join-business .main .check {
        flex-direction: row-reverse;
        justify-content: center !important;
    }
}

@media(max-width:767px) {
    .banner h1{
        font-size: 2.5rem;
    }
    .banner .banner-footer .company-logos img {
        width: 90px;
    }

    .revolutionize img {
        margin-top: 30px;
    }
    .contact-section{
        padding: 5rem 1rem;
    }
    .contact-box:first-child {
        margin-bottom: 3rem;
    }
    
    
}