@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

@media (min-width:1290px) and (max-width:1400px) {
    .main-hero {
        padding: 55px;
    }

    .query-imkage img {
        width: 100%;
        max-width: 300px;
    }

    .query-imkage-second img {
        width: 100%;
        max-width: 300px;
    }

}

@media (max-width:1290px) {
    .container {
        width: 1140px;
    }

    .query-imkage-second {
        position: fixed;
        right: 0;
        top: 180px;
        z-index: -9;
        display: none;
    }

    .query-imkage {
        position: fixed;
        left: 0;
        top: 180px;
        z-index: -9;
        display: none;
    }
}

@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 960px;
    }

    .query-imkage, .query-imkage-second {
        display: none;
    }

    .progress-data {
        margin: 35px 0;
    }

    .question-anser-title {
        font-size: 40px;
        line-height: 56px;
        max-width: 800px;
    }

    .mega-desck {
        margin-top: 50px;
        row-gap: 30px;
    }
}

@media (max-width:992px) {
    .container {
        width: 960px;
    }

    .query-imkage, .query-imkage-second {
        display: none;
    }

    .step-number {
        width: 60px;
        height: 60px;
    }

    .step-count-bar::after {
        width: 80px;
    }

    .question-anser-title {
        font-size: 34px;
        line-height: 46px;
        max-width: 650px;
    }

    .mega-desck {
        margin-top: 40px;
    }

    .query-name span {
        font-size: 20px;
        line-height: 24px;
    }

    .query-name p {
        font-size: 25px;
        width: 40px;
        height: 40px;
    }

    .next-prev {
        height: 130px;
    }
}

@media (min-width:768px) and (max-width:960px) {
    .container {
        width: 720px;
    }
}

@media (max-width:768px) {
    .container {
        width: 100%;
    }

    .step-count-bar::after {
        width: 40px;
    }

    .query-option {
        padding: 10px 20px;
    }

    .mega-desck {
        row-gap: 20px;
    }

    .question-anser-title {
        font-size: 26px;
        line-height: 40px;
    }

    .progress-data {
        margin: 30px 0;
    }

    .next-prev {
        height: 130px;
    }

    .logo-data img {
        width: 150px;
    }

    .responce {
        font-size: 30px;
        font-weight: 600;
        line-height: 20px;
        color: #040404;
        margin-top: 20px;
    }

    .subscribe {
        width: 350px;
    }

    .subscribe button {
        width: 70%;
    }
}

@media (min-width:576px) and (max-width:720px) {
    .container {
        width: 100%;
    }
}

@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .step-count-bar::after {
        width: 20px;
    }

    .step-number {
        width: 50px;
        height: 50px;
    }

    .question-anser-title {
        font-size: 24px;
        line-height: 30px;
    }

    .mega-desck {
        margin-top: 30px;
    }

    .next-prev button {
        height: 60px;
    }

    .next-prev {
        margin-top: 20px;
        justify-content: center;
        height: 180px;
    }

    .social-icon {
        gap: 5px;
    }

    .subscribe {
        width: 300px;
    }
}

@media (min-width:380px) and (max-width:540px) {
    .container {
        width: 100%;
    }
}

@media (max-width:380px) {
    .container {
        width: 100%;
    }

    .responce {
        font-size: 26px;
        font-weight: 600;
        line-height: 20px;
        color: #040404;
        margin-top: 20px;
    }
}

@media (min-width:280px) and (max-width:320px) {
    .container {
        width: 100%;
    }
}