@media(max-width:991px) {
    .navbar {
        background: white;
    }

    .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-item {
        margin-top: 5px;
        margin-bottom: 10px;
        padding-right: 0px !important;
    }

    .nav-link {
        color: var(--main-text-color) !important;
        text-align: center;
    }

    .navbar-highlight {
        font-weight: 500;
        background-color: rgba(99, 140, 253, 0.1);
        border-radius: 5px;
        transition: all 300ms ease;
    }

    .navbar-highlight .nav-link {
        color: #4580F1 !important;
    }

    .dropdown-item {
        text-align: center !important;
    }

    .carousel-caption h5 {
        font-size: 28px;
    }

    #features {
        margin-top: 300px;
    }

    .feature-img {
        width: 100% !important;
        margin-top: 60px;
        margin-right: 0px;
    }

    .floating-form-container {
        height: 400px;
    }

    .floating-form {
        box-shadow: 0 5px 50px -12px rgba(28, 48, 104, 0.12) !important;
        position: unset !important;
        transform: translate(0, 10%) !important;
    }

    .floating-form form {
        width: 100% !important;
    }

    .hero-carousel .row {
        margin-top: 35px;
        text-align: center;
    }

    .cta-hero .mybtn {
        margin-top: 10px;
    }

    .mybtn {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .human {
        display: none;
    }

    .pricing-card-single {
        margin-top: 20px !important;
    }

    .swiper-container {
        width: 100vw !important;
    }

    .download img {
        display: none;
    }

    .download h2,
    .download p {
        text-align: center;
    }

    .download-btn-single {
        width: 100%;
    }
}

@media(max-width:768px) {
    .logo-footer {
        margin-left: -10px;
    }

    .list-footer.footer-col-1 li {
        margin-left: 0;
    }

    .footer-bottom h3 {
        font-size: 13px;
    }

    .footer-bottom .col-md:first-child h3 {
        padding-bottom: 10px;
    }

    .footer-bottom .col-md:last-child h3 {
        padding-top: 5px;
    }

    .footer-bottom .container .row .col-md {
        justify-content: start !important;
    }
}

@media(max-width:576px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .articles-box p,
    .articles-box b,
    .articles-box li {
        font-size: 14px !important;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    h3 {
        font-size: 20px;
    }

    .cta-hero .mybtn {
        width: 100%;
        margin-top: 10px;
    }

    .navbar .container {
        margin: 0px 10px;
    }


    .download-btn {
        display: block !important;
    }

    .download-btn-single {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .pcs-single {
        font-size: 35px !important;
    }

}