@media (max-width:1200px) {
    .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 15px !important
    }
}

@media (max-width:992px) {
    .nav-web-main {
        display: none !important;
    }

    .nav-responsive-main {
        display: block !important;
    }

    .main-title {
        font-size: 25px;
    }

    .title-h3 {
        font-size: 20px;
    }
}

@media (max-width:381px) {

    .responsive-nav-button,
    .responsive-nav-login-button {
        display: none !important;
    }

    .res-nev-sm {
        display: block !important;
    }
}

@media (min-width:381px) {

    .res-nev-sm {
        display: none !important;
    }
}

@media (max-width:340px) {
    .responsive-nav-img {
        margin-left: 50px !important;
    }
}

@media (max-width:767px) {
    .responsive-nav-button {
        display: none !important;
    }

    .hero-title {
        width: 400px;
        margin-top: 10px !important;
    }

    .sign-up-col {
        margin-top: 10px !important;
    }

    .why-we-title-div {
        margin-bottom: 20px;
    }

    .why-we-title-div {
        width: 100%;
    }

    .overview-list {
        font-size: 15px;
    }

    .overview-des p {
        font-size: 16px;
    }

    .compression-text-main {
        margin: 15px 0px !important;
    }

}

@media (max-width:425px) {
    .nav-main {
        position: fixed;
        width: 100%;
        background: white;
        top: 0px;
        z-index: 999;
    }

    .responsive-main-div,
    .hero-main {
        margin-top: 60px;
    }

    .footer-span {
        display: flex;
        justify-content: center;
        margin: 15px 0px;
    }

    .footer-line {
        display: none;
    }

    .footer-copyright {
        margin-top: 10px !important;
    }

    .main-title {
        font-size: 19px;
    }

    .title-h3 {
        font-size: 17px;
        font-weight: 500;
    }

    .all-p,
    .inner-li, .sign-up-terms-p {
        font-size: 14px;
    }

    .left-side-col {
        padding: 0px !important;
    }

    .hero-title,
    .signup-title,
    .why-we-title-div h2,
    .overview-title,
    .compression-title-div h2,
    .fq-1-title,
    .fq-2-title,
    .advantages-title {
        width: 100%;
        font-size: 20px !important;
    }

    .why-we-title-div { 
        margin-bottom: 10px !important;
    }

    .hero-p {
        margin-bottom: 5px !important;
    }

    .btn-signin {
        width: 100%;
    }

    .why-img-div img {
        width: 30px;
        height: 30px;
    }

    .why-des-div h5 {
        font-size: 17px !important;
    }

    .overview-des p {
        font-size: 15px !important;
    }

    .compression-title-div h2 {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .left-side-col {
        display: none;
    }

    .faq {
        margin-bottom: 15px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        padding: 10px;
        margin: 0px;
    }

    .footer-logo {
        width: 200px;
    }

    .left-side-icon-h5 {
        margin: 0px !important;
    }

    .hero-p {
        font-size: 15px !important;
    }

    .img-tick-hero {
        width: 20px;
    }

    .sign-up-input {
        padding: 5px;
    }

    .hero-main {
        height: 110vh !important;
    }

    .compression-text-main span {
        font-size: 17px;
    }

    .advantages-des p {
        font-size: 15px;
    }

    .advantages-title {
        width: 100%;
        font-size: 20px !important;
    }

    .advantages-tick {
        width: 20px;
    }

    .Advantages-img {
        width: 250px !important;
    }

    .fq-1-title,
    .fq-2-title {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-row {
        position: unset;
        top: 0;
        left: 0%;
        transform: translate(0%, 0%);
    }

    .hero-main {
        height: 125vh;
    }

    .hero-title {
        margin: 20px auto 10px auto;
        text-align: center;
        line-height: 35px;
        font-size: 25px;
    }

    .hero-title,
    .why-we-title-div h2,
    .overview-title,
    .compression-title-div h2,
    .advantages-title,
    .fq-1-title,
    .fq-2-title {
        font-size: 25px;
    }

    .hero-p {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .sign-up-col {
        margin-top: 20px;
    }

    .sign-up-input {
        margin: 0px !important;
    }

    .overview-title {
        text-align: left !important;
    }

    .overview-des p {
        font-size: 17px;
    }

    .compression-title-div p {
        width: 500px;
    }

    .compression-title-div h2 {
        width: 350px;
    }

    .Advantages-img {
        width: 380px;
        display: flex;
        justify-content: center;
        margin: 0px auto;
    }
}

@media (max-width: 600px) {
    .compression-title-div p {
        width: 100%;
    }
}

@media (min-width:767px) {
    .res-nev-inner-md {
        display: none !important;
    }
}