@media only screen and (max-width: 1200px) {
    .login-right-in {
        padding: 60px 30px 60px 46px;
    }

    .login-left {
        width: 48%;
    }

    .login-right {
        width: 52%;
    }

    .menu-drp-in {
        padding: 45px 30px;
    }

    .error-bg {
        font-size: 38vw;
    }

    .page-cnt {
        padding-left: 0;
    }

    .side-menu {
        left: -320px;
    }

    .page-cnt-in {
        padding: 40px 50px 0;
    }

    .side-menu {
        z-index: 102;
        background: #fff;
        top: 0;
        max-height: 100vh;
        bottom: 0;
        overflow: unset;
    }

    .side-menu.active {
        left: 0;
    }

    .side-menu ul {
        margin-top: 90px;
        padding: 2px 15px 2px 15px;
        overflow: auto;
        max-height: calc(100vh - 100px);
    }

    .side-menu .responsive-close {
        top: 30px;
        display: flex;
    }

    .contact-l {
        padding: 50px 10px 70px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .features-image {
        width: 210px;
    }

    .features-section {
        padding: 30px;
    }

    .features-image-in img {
        width: 140px;
    }

    .features-image-in {
        margin-top: 35px;
    }

    .m-drp-out {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-drp-in {
        padding: 45px 60px;
    }

    .sign-up-section .login-section-in .login-left {
        background-position: center -50px !important;
    }

    .page-cnt-in {
        padding: 20px 20px 0;
    }

    .dash-l {
        width: 60%;
    }

    .dash-r {
        width: 40%;
    }

    .responsive-menu-button {
        display: grid;
    }

    .main-menu {
        position: fixed;
        left: -300px;
        width: 300px;
        top: 0;
        bottom: 0;
        transition: .5s ease-in-out;
        background: #fff;
        display: block;
        z-index: 100;
    }

    .main-menu.active {
        left: 0;
    }

    .header {
        z-index: 100;
    }

    .main-menu ul {
        width: 100%;
        float: left;
    }

    .main-menu ul li {
        width: 100%;
        padding: 0 20px;
        margin: 5px 0;
    }

    .main-menu ul li a {
        width: 100%;
        float: left;
        padding: 10px 0;
        font-size: 14px;
    }

    .main-menu ul .active a::after {
        display: none;
    }

    .main-menu .logo {
        display: block;
        padding: 0 20px 30px 20px;
        margin: 30px 0 20px 0;
        position: relative;
    }

    .main-menu .logo::after {
        position: absolute;
        content: "";
        height: 1px;
        background: #2222222e;
        left: 20px;
        bottom: 0;
        right: 20px;
    }

    .responsive-close {
        position: absolute;
        right: 20px;
        width: 30px;
        height: 30px;
        background: #eaeaea;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -3px;
        ;
        cursor: pointer;
    }

    .responsive-close span {
        font-size: 32px;
        font-weight: 500;
    }

    .main-menu ul li a img {
        right: 5px;
        top: unset;
    }

    .menu-drp {
        opacity: 1;
        visibility: unset;
        display: none;
        transition: unset;
        position: unset;
        transform: unset;
        float: left;
        width: 100%;
    }

    .menu-drp-in {
        border-radius: 0;
        box-shadow: none;
        padding: 10px !important;
        background: #f9f9f9;
        border-radius: 10px;
    }

    .m-drp-out {
        display: block;
    }

    .m-drp-hf span {
        display: none;
    }

    .m-drp-in ul li a:hover {
        color: #1d1d1d;
        left: -5px !important;
    }

    .m-drp-in ul li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .m-drp-out {
        max-height: unset;
        margin-top: 15px;
    }

    .main-menu ul {
        overflow: auto;
        height: calc(100vh - 120px);
    }

    .m-drp-in ul {
        height: unset;
    }

    .m-drp-hf {
        float: left;
        width: 100%;
    }

    .m-drp-in h4::before {
        display: none;
    }

    .m-drp-in h4 {
        font-size: 15px;
        margin-bottom: 8px;
        width: 100%;
        float: left;
        padding-left: 5px;
    }

    .m-drp-in ul li a {
        padding: 10px 0;
    }

    .m-drp {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .m-drp:last-child {
        margin-bottom: 5px;
    }

    .dash-res-menu-btn {
        display: flex;
    }

    .main-menu ul a::after {
        position: unset;
    }

    .st-lst-hd {
        display: block;
    }

    .st-lst-hd-r {
        float: left;
        width: 100%;
        margin: 20px 0;
        padding: 12px 20px;
    }

    .mock-an {
        display: grid;
    }

    .mock-an-l,
    .mock-an-r {
        width: 100%;
    }

    .mock-chart {
        padding: 40px 20px;
    }

    .main-menu .logo a img {
        height: 25px;
    }

    .hw-lst {
        padding: 65px 10px 0;
    }

    .service-in {
        gap: 25px;
    }

    .ai-feature-in-l,
    .ai-feature-in-r {
        align-items: start;
    }

    .ai-feature-in-r-cnt h4 {
        font-size: 30px;
    }

    .ai-list-cnt h4 {
        font-size: 20px;
    }

    .ai-feature-in {
        gap: 25px;
    }

    .pte-modules-in {
        gap: 5px 25px;
        grid-template-columns: repeat(2, 1fr);
    }

    .gts-l {
        padding-right: 25px;
    }

    .main-menu ul {
        display: block;
    }
}
@media only screen and (max-width :992px) {
    /* .mock-test-in-cnt {
        padding: 10px 0 30px;
    } */
    .mock-system-requirement {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 768px) {
    .p-head {
        display: block;
    }

    .mock-head-right {
        justify-content: end;
        margin-top: 10px;
    }

    .subscr-in {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }

    .subscr-item {
        width: 100%;
    }

    .sub-ftrs {
        display: block;
    }

    .sub-ft-list {
        width: 100%;
        margin-bottom: 25px;
    }

    .counter {
        display: block;
    }

    .counter-in {
        width: 100%;
        margin-bottom: 30px;
    }

    .counter-in:last-child {
        margin-bottom: 0;
    }

    /* .r-close {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .r-close::before {
        position: absolute;
        content: "";
        height: 4px;
        width: 18px;
        background: #313030;
        transform: rotate(45deg);
        border-radius: 15px;
    }
    .r-close::after {
        position: absolute;
        content: "";
        height: 4px;
        width: 18px;
        background: #313030;
        transform: rotate(-45deg);
        border-radius: 15px;
    } */
    .banner-in {
        display: block;
    }

    .banner-section-right,
    .banner-section-left {
        width: 100%;
        float: left;
    }

    .banner-section-right img {
        width: 75%;
        max-width: 400px;
    }

    .banner-section {
        padding: 100px 0 50px 0;
    }

    .banner-section-left-in {
        padding: 0;
        margin-top: 50px !important;
    }

    .m-head h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .head-line::before,
    .head-line::after {
        width: 38px;
    }

    .features {
        display: block;
        background: #f5f9f1;
        height: fit-content;
        padding: 25px 30px;
        border-radius: 30px;
    }

    .features-details {
        padding: 0;
        border-radius: unset;
    }

    .features-image-in {
        display: block;
    }

    .features-image-in img {
        max-width: 170px;
        width: 90%;
    }

    .features-image {
        width: 100%;
    }

    .ft {
        margin-top: 20px;
    }

    .f-abt {
        max-width: 100%;
    }

    .banner-section {
        background-position: right;
    }

    .login-left,
    .login-right {
        width: 100%;
    }

    .w-100.login-section-in {
        display: block;
    }

    .login-left {
        min-height: 400px;
    }

    .login-right-in,
    .sign-up-section .login-section-in .login-right .login-right-in,
    .payment-section-in {
        padding: 60px 45px 60px 45px;
    }

    .sign-up-section .login-section-in {
        background-position: center;
    }

    .sign-up-section .login-section-in .login-left {
        background-position: center;
    }

    .menu-in button {
        padding: 8px 12px;
    }

    .user-menu-in {
        padding-right: 0;
    }

    .user-menu-drp {
        right: -40px !important;
    }

    .pop-head2 {
        display: block;
    }

    .p-popup-in {
        padding: 25px 20px;
    }

    .check-box-section,
    .search-section {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .q-serach {
        width: 100%;
    }

    .login-success-in {
        display: block;
    }

    .login-success {
        padding: 120px 30px;
    }

    .login-success-in-left,
    .login-success-in-right {
        width: 100%;
    }

    .login-success-img {
        max-width: 420px;
        width: 100%;
    }

    .login-success-in-right {
        margin-top: 35px;
        padding: 0;
    }

    .page-height {
        background-position: unset;
    }

    .login-success-cnt {
        margin-top: 0;
    }

    .error-bg {
        font-size: 48vw;
    }

    .sign-up-section .login-section-in .login-left {
        background-position: center right !important;
    }

    .p-re-order-paragraph {
        gap: 10px;
    }

    /* #divA,
    #divB {
        width: 100%;
    } */

    #divA {
        margin-bottom: 30px;
    }

    #divB {
        min-height: 270px;
    }

    .dash-out {
        display: block;
    }

    .dash-l,
    .dash-r {
        width: 100%;
        float: left;
    }

    .dash-l {
        margin-bottom: 30px;
    }

    .q-pagination {
        display: block;
        text-align: center;
        margin-top: 15px !important;
    }

    .q-pagination.w-100.float-start.mt-3 ul {
        margin: 15px auto 0;
    }

    .table-buttons {
        flex-wrap: unset;
    }

    .table-div table tbody tr th,
    td {
        white-space: nowrap;
    }

    .st-out {
        display: grid;
    }

    .st-vrt-alng {
        width: 100%;
    }

    .practice-section {
        background: #fff;
        padding: 0;
    }

    .hd-line {
        display: none;
    }

    .practice-tp {
        background: #fffaee;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 5px;
    }

    .p-cnt {
        padding: 20px;
    }

    .contact-us {
        display: block;
    }

    .contact-r,
    .contact-l {
        width: 100%;
    }

    .contact-r {
        height: 450px;
    }

    .c-btm {
        padding: 70px 35px 60px 35px;
    }

    .contact-l {
        padding: 50px 0 0 0;
    }

    .c-tp {
        text-align: center;
    }

    .c-tp h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .c-tp p {
        margin-bottom: 40px;
    }

    .mc-rs-rnd {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .mc-rslt {
        padding: 40px 20px;
    }

    .parctice-score {
        display: block;
    }

    .p-scr-r {
        margin: 10px 0 3px 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .scr-btn {
        height: 39px;
    }

    .mejs__time-rail {
        margin: 0 !important;
    }

    .mejs__volume-button {
        margin: 0 !important;
    }

    .p-cnt-in {
        padding: 15px;
    }

    .audio-rc {
        display: block;
    }

    .audio-in {
        border-right: none !important;
        padding-right: 0;
        margin-right: 0;
    }

    .pop-cnt,
    .pop-cnt1 {
        max-height: calc(100vh - 500px);
    }

    .practice-score-in {
        background: #fff;
        padding: 20px;
    }

    .mock-pop-tp-r {
        width: 100%;
        justify-content: end;
        margin: 10px 0 5px;
        float: left;
    }

    .check-box-section {
        margin-top: 5px;
    }

    .q-list-left {
        width: 100%;
        display: block;
    }

    .q-num,
    .q-name {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }

    .q-list-right {
        flex-shrink: 0;
    }

    .q-name {
        font-size: 13px;
    }

    .hw-b {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
        padding: 0 20px;
    }

    .hw-lst {
        padding: 20px 0 20px 70px !important;
    }

    .hw-lst p {
        text-align: left;
        line-height: 26px;
    }

    .hw-line {
        width: 2px;
        height: 100%;
        left: 0;
    }

    .hw-lst:first-child .hw-line,
    .hw-lst:last-child .hw-line {
        width: 2px;
        right: unset;
        transform: unset;
        left: -1px;
    }

    .h-cnt {
        padding: 35px 45px;
        width: auto;
    }

    .hw-lst:first-child .hw-line {
        height: 50%;
        bottom: 0 !important;
        top: unset !important;
    }

    .hw-lst:last-child .hw-line {
        height: 50%;
        top: 0;
    }

    .hw-count {
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hw-lst::before {
        width: 50px;
        height: 2px;
        left: 0;
        transform: translateY(-50%);
        top: 50%;
    }

    .hw-lst::after {
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
    }

    .service-in,
    .ai-feature-in {
        display: grid;
    }

    .ai-feature-in-l,
    .ai-feature-in-r {
        width: 100%;
    }

    .ai-feature-in {
        gap: 45px;
    }

    .gts-flex {
        display: grid;
        padding: 40px 20px;
        gap: 25px;
    }
    .word-box {
        padding: 15px;
    }
    .mock-system-requirement {
        gap: 20px;
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .subscr-in {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-section-left-in h4,
    .banner-section-left-in h4 span {
        font-size: 45px;
    }

    .features-section {
        padding: 20px;
    }

    .login-right-in,
    .sign-up-section .login-section-in .login-right .login-right-in,
    .payment-section-in {
        padding: 60px 20px 60px 20px;
    }

    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        margin-right: 7px;
    }

    .lg-ic-out {
        margin: 40px 0 25px 0;
    }

    .sign-up-section .login-section-in .login-left {
        background-position: center right -110px !important;
    }

    .coming-soon1 {
        width: 100px;
    }

    .coming-soon1in {
        width: 100%;
    }

    h4.lanching-text1 {
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 15px;
    }

    .coming-soon1in::after {
        height: 100%;
    }

    .notification-pop {
        width: auto;
        right: 30px;
        left: 30px;
    }

    /* .practice-section {
        padding: 20px;
    } */
    .logo-m {
        display: block;
    }

    .logo-w {
        display: none;
    }

    .logo img {
        height: 40px;
    }

    .dash-tile-out {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .dash-hd {
        float: left;
        width: 100%;
    }

    .dash-tile {
        margin-bottom: 25px;
    }

    .dash-tile:last-child {
        margin-bottom: 0;
    }

    .dash-subscr,
    .dash-mock-exam {
        margin-top: 30px;
    }

    .header-in {
        padding: 0 15px;
    }

    .mock-an {
        margin-bottom: 0;
    }

    .mc-r-dtl {
        display: block !important;
    }

    .total-time {
        margin-top: 20px;
    }

    .pte-modules-in {
        gap: 5px;
        grid-template-columns: repeat(1, 1fr);
    }

    .pte-modules-list {
        padding: 25px 40px;
    }
    .p-cnt {
        padding: 10px;
    }
    #divA, #divB {
        padding: 10px;
    }

    .word-box {
        padding: 10px;
        gap: 8px;
        margin-top: 15px;
    }
    .p-cnt-in p {
        max-height: 320px;
        overflow: auto;
    }
    .mock-test-in {
        padding: 30px 10px 10px;
    }
    .mock-test-in-cnt {
        padding: 10px;
    }
    .mock-order {
        gap: 8px;
    }
    .mock-test-in-cnt p {
        margin: 0;
    }
    .mock-system-requirement {
        gap: 25px;
        padding: 5px;
        grid-template-columns: repeat(1, 1fr);
    }
}