@media (min-width: 576px) and (max-width: 991px) {
    .boy_img {
        max-height: 291px;
    }

    .boy_img_div {
        position: absolute;
        top: 0;

        left: calc(50% - 40px);
    }

    .girl_img {
        max-height: 290px;
    }

    .girl_img_div {
        position: absolute;
        top: 122px;
        left: calc(50% + 145px);

    }

    .offer-btn-div {
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        background: linear-gradient(174deg, rgb(255 255 255 / 174%) 19.55%, rgba(255, 255, 255, 0.00) 86%);
        backdrop-filter: blur(5px);

        fill: linear-gradient(130deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.54) 100%);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        /* justify-content: space-evenly; */
        /* height: 70px; */
        /* Text */
        color: #2400FF;
        text-align: justify;
        text-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.25);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .scholarship-arrow {
        width: 80px;
    }

    .mob-btm-pad-30 {
        padding-bottom: 30px;
    }

    .mob-btm-pad-30 a {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1198px) {
    .boy_img {
        max-height: 291px;
    }

    .boy_img_div {
        position: absolute;
        top: 0;

        left: calc(50% - 247px);
    }

    .girl_img {
        max-height: 290px;
    }

    .girl_img_div {
        position: absolute;
        top: 122px;
        left: calc(50% - 72px);

    }

    .offer-btn-div {
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        background: linear-gradient(174deg, rgb(255 255 255 / 174%) 19.55%, rgba(255, 255, 255, 0.00) 86%);
        backdrop-filter: blur(5px);

        fill: linear-gradient(130deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.54) 100%);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        /* justify-content: space-evenly; */
        /* height: 70px; */
        /* Text */
        color: #2400FF;
        text-align: justify;
        text-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.25);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 576px) and (max-width: 1198px) {
    .way-web-bg {

        height: 600px;
    }

    .way-navbar {

        padding-top: 32px;
    }

    .way-nav-menu {
        display: none;
    }

    .mobile-nav-enclose {
        position: relative;
    }

    .way-nav-menu {
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
        backdrop-filter: blur(21px);
        position: absolute;
        justify-content: space-between;
        right: 0;
        border: 2px solid #8080802b;
        z-index: 1;
        text-align: center;
    }

    .way-nav-menu::before {
        border-top: 4px solid linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    }

    .way-menu-tab {
        font-size: 16px;
        color: #0D41E1;
        margin-top: 28px;
        padding: 1px 11px;
    }

    .mobile-menu-btn {
        float: right;
        color: #2443e5;
    }

    .selected-way-menu {
        background-color: blue;
        border-radius: 32px;
        color: #ffff;
    }

    .way-menu-tab a {
        text-decoration: none;
        color: inherit;
    }

    .way-menu-tab a:hover {
        text-decoration: none;
        color: inherit;
    }



    .main-text {
        color: #0D41E1;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        backdrop-filter: blur(72.5px);
        position: absolute;
        top: 155px;
    }

    .bold-text-main {
        color: #0D41E1;
        font-size: 75px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        backdrop-filter: blur(19.5px);
        position: absolute;
        top: 245px;
        width: 765px;
    }

    .book-btn {
        padding: 10px 40px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: absolute;
        top: 440px;
    }

    .register-now-btn {
        padding: 10px 40px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: absolute;
        top: 440px;
    }

    .scroll-btn {
        padding: 1px 7px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 18px;
        text-align: center;
    }

    .sub-title-heading {
        color: #003CD0;
        font-size: 55px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: inline-flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding-top: 82px;
    }

    /* Section -two => Way Provides */
    .section-two {
        background: linear-gradient(181deg, #fff 10%, #07F 100%);
    }

    .provides-card {
        padding: 10px;
        text-align: center;
        border-radius: 25px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0.55%, rgba(255, 255, 255, 0.00) 100%);
        border: 2px solid #ffffff6e;
    }

    .provide-boxs .col-lg-12 {
        padding-top: 54px;
    }

    .provides-title {
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .provides-bold {
        color: #D8FDFF;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .provides-bottom {
        color: #FEFFD6;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .why-way-question {
        color: #FFF;
        font-size: 64px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-top: 57px;
        padding-bottom: 22px;
    }



    .way-way-top-pad {
        padding: 0px 0px;
    }

    .why-que-div {
        backdrop-filter: blur(200px);
        border-radius: 11px;
        width: 85%;
        margin: 11px;
        padding: 13px;
        background-color: #ffffff3d;
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.15);
    }


    .why-que-div h1 {
        font-size: 48px;
        font-weight: 700;
    }

    .why-que-div h3 {
        font-size: 30px;
        font-weight: 500;

    }

    .why-que-div h2 {
        font-size: 40px;
        font-weight: 300;
    }

    .way-advantage h1 {
        font-size: 64px;
        font-weight: 700;
    }

    .way-advantage h2 {
        font-size: 64px;
        font-weight: 700;
    }

    .way-advantage h6 {
        font-size: 36px;
        font-weight: 400;
    }

    .why-adv-way {
        border-radius: 30px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 100%);
        backdrop-filter: blur(10px);
        border: 2px solid #ffffff4f;
        text-align: center;
    }

    .mock-test-card {
        border-radius: 30px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 100%);
        backdrop-filter: blur(10px);
        /* border: 2px solid #ffffff4f; */
        text-align: center;
    }

    .yes-adv-way {
        width: 78%;
        border-radius: 8px;
        height: 69px;
    }

    .white-line-adv {
        width: 182.423px;
        height: 12.07px;

    }

    .fff-line-adv {
        width: 182.423px;
        height: 12.07px;
    }

    .adv-title {
        font-size: 30px;
        font-weight: 700;
        padding-top: 46px;
    }

    .why-overflow {
        position: relative;
    }

    .why-adv-way-mobile {
        display: none !important;
    }

    .renukas-video {
        border-radius: 40px;
        width: 90%;
        height: 527.36px;
    }

    .renukas-video-neet-page {
        border-radius: 20px;
        width: 88%;
        height: 300px;
    }

    .renukas-div {
        padding-top: 120px;
    }

    .expert-div {
        padding-top: 90px;
    }

    .expert-container {
        padding: 56px 0px;
    }

    .selected-way-menu {
        background-color: blue;
        padding: 15px 40px;
        border-radius: 32px;
        color: #ffff;
    }

    .way-menu-tab a {
        text-decoration: none;
        color: inherit;
    }

    .way-menu-tab a:hover {
        text-decoration: none;
        color: inherit;
    }

    .iframe-view {
        border-radius: 28px;
        width: 100%;
        height: 244px;
    }

    .words-of-mouth-video {
        min-height: 300px;
        border-radius: 48px;
    }

    .words-of-mouth-title {
        padding: 30px;
    }

    .words-of-mouth-video-outer-div {
        padding: 45px 0px;
    }

    .adv-enclose {
        margin-top: 43px;
    }

    .top-pad-111 {
        padding-top: 111px;
    }

    .top-pad-60 {
        padding-top: 60px;
    }

    .connect_call {
        font-size: 31px;
    }

    .enquiry-input::placeholder {
        color: transparent;
    }

    .adv-grid-28 {
        width: 28%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 27px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        color: blue;
        padding-left: 62px;
        justify-content: space-between;
    }

    .adv-grid-72 {
        width: 72%;
        padding: 10px;
    }

    /* About Us Section CSS */

    .round-card-div {
        border-radius: 140px 0px 202.291px 0px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 110px;
        text-align: justify;
    }

    .round-card-div-new {
        border-radius: 140px 0px 202.291px 0px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 50px;
        text-align: justify;
    }

    .round-card-revers-div {
        border-radius: 0px 140px 0px 202.291px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 110px;
        text-align: justify;
    }

    .round-card-revers-div-new {
        border-radius: 0px 140px 0px 202.291px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 50px;
        text-align: justify;
    }

    .way-abt-text {
        color: #192BC2;
        text-align: justify;
        font-family: 'Inter';
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .way-abt-msg {
        margin-top: 36px;
        text-align: justify;
        color: #2400FF;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .way-quot {
        font-family: ' Irish Grover';
        font-size: 65px;
    }


    .way-abt-heading {
        color: #003FFF;
        text-align: justify;
        font-family: 'Inter';
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .top-margin-90 {
        margin-top: 90px;
    }

    .top-margin-50 {
        margin-top: 50px;
    }

    .padding-50-110 {
        padding: 50px 110px;
    }

    .padding-80-110 {
        padding: 50px 110px;
    }

    .social-media-icon {
        max-height: 90px;
        margin: 0px 15px;
    }

    .way-abt-follow {
        color: #265BFF;
        text-align: center;
        font-family: 'Inter';
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 150.023%;
    }

    .middle-way-image-logo {
        max-height: 90px;
    }

    .map-sizing {
        width: 100%;
        height: 500px;
    }

    .add-div h1 {
        color: #003FFF;
        font-size: 64px;
        font-weight: 900;
    }

    .add-div h2 {
        color: #003FFF;
        font-size: 40px;
        font-weight: 900;
    }

    .add-div h4 {
        font-size: 40px;
        color: #003FFF;
    }

    .scholarship-input {
        height: 60px;
        font-size: 16px;
    }

    .scholarship-textarea {
        font-size: 16px;
    }

    .way-contact-heading {
        color: #003FFF;
        text-align: center;
        font-family: 'Inter';
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .footer-font-formatter {
        font-size: 22px;
    }

    .apply-btn-mock-big {
        padding: 11px 90px;
        border-radius: 64.602px;
        background: #514AFF;
        color: #FFF;
        font-family: 'Inter';
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .apply-btn-mock-regular {
        padding: 11px 11px;
        width: 80%;
        border-radius: 64.602px;
        background: linear-gradient(to right, #ff69b4, #8a2be2);
        color: #FFF;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 2px;
    }

    .mock-grid-40 {
        width: 33%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        color: #FFF;
        font-family: 'Inter';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        padding: 10px 5px 10px 29px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
        backdrop-filter: blur(10px);
        text-align: left;
    }

    .mock-grid-60 {
        width: 67%;
        padding: 10px;
        color: #FFF;
        font-family: 'Inter';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        text-align: left;
    }

    .mock-card {

        background: linear-gradient(180deg, rgba(10, 0, 255, 0.23) 0%, rgba(0, 0, 94, 0.50) 100%);
        backdrop-filter: blur(21px);
    }

    .mock-title {
        color: #5753A8;
        font-family: 'Inter';
        font-size: 64px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 60px;
    }

    .mock-test-card-btn {
        background: linear-gradient(130deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.54) 100%);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        color: #4945AA;
        text-align: center;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: capitalize;
    }

    .btn-mock-details {
        width: 72%;
        margin: 2px 0px;
    }

    .mock-test-card-btn-img {
        height: 35px;
    }

    .mock-para {
        color: #5753A8;
        text-align: center;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
    }

    .filter-label {
        font-size: 15px;
    }

    .mock-feature-card .col-lg-6 {
        color: #413EA9;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
        text-transform: capitalize;
        padding: 7px 9px 29px 31px;
    }

    .cong-text {
        font-size: 28px;
    }

    .contact-btn {
        border-radius: 25px;
        border: 2px solid #FFF;
        background: linear-gradient(180deg, rgba(0, 63, 255, 0.72) 0%, rgba(13, 65, 225, 0.72) 33.65%, rgba(0, 63, 255, 0.72) 65.42%, rgba(0, 42, 171, 0.72) 100%);
        backdrop-filter: blur(21px);
        height: 67.566px;
        width: 262px;
        color: #fff;
        font-family: 'Inter';
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 150.023%;
    }

    /* 578 t0 1199 px  */
}

@media (max-width: 575px) {
    .way-web-bg {

        height: 680px;
    }

    .way-navbar {

        padding-top: 32px;
    }

    .way-nav-menu {
        display: none;
    }

    .mobile-nav-enclose {
        position: relative;
    }

    .way-nav-menu {
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
        backdrop-filter: blur(21px);
        position: absolute;
        justify-content: space-between;
        right: 0;
        border: 2px solid #8080802b;
        z-index: 1;
        text-align: center;
    }

    .way-nav-menu::before {
        border-top: 4px solid linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    }

    .way-menu-tab {
        font-size: 16px;
        color: #0D41E1;
        margin-top: 28px;
        padding: 1px 11px;
    }

    .mobile-menu-btn {
        float: right;
        color: #2443e5;
    }

    .selected-way-menu {
        background-color: blue;
        border-radius: 32px;
        color: #ffff;
    }

    .way-menu-tab a {
        text-decoration: none;
        color: inherit;
    }

    .way-menu-tab a:hover {
        text-decoration: none;
        color: inherit;
    }

    .boy_img {
        max-height: 260px;
    }

    .boy_img_div {
        position: absolute;
        top: -20px;
        left: calc(50% - 202px);
    }



    .girl_img {
        max-height: 230px;
    }

    .girl_img_div {
        position: absolute;
        top: 89px;
        left: calc(50% - 35px);
    }



    .main-text {
        color: #0D41E1;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        padding-top: 10px;
    }

    .bold-text-main {
        color: #0D41E1;
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 100%;
        text-align: center;
    }

    .register-now-btn {
        padding: 7px 10px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 18px;

        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        text-align: center;
        bottom: -235px;
        right: 38px;
        position: absolute
    }

    .book-btn {

        padding: 7px 10px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 18px;
        margin: 0px 88px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        text-align: center;
        bottom: -378px;
        right: 38px;
        position: absolute
    }

    .scroll-btn {
        padding: 0px 7px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 12px;
        /* margin: 0px 88px; */

        text-align: center;
    }

    .book-arrow {
        width: 54px;
    }

    .offer-btn-div {
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        background: linear-gradient(174deg, rgb(255 255 255 / 174%) 19.55%, rgba(255, 255, 255, 0.00) 86%);
        backdrop-filter: blur(5px);
        fill: linear-gradient(130deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.54) 100%);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        display: inline-flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        /* height: 32px; */
        color: #2400FF;
        text-align: justify;
        text-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.25);
        font-size: 16px;
        font-style: normal;
        /* font-weight: 700; */
        line-height: normal;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .scholarship-arrow {
        width: 38px;
    }

    .scholarship-img {
        width: 28px;
    }

    .sub-title-heading {
        color: #003CD0;
        font-size: 26px;
        font-weight: 900;
        line-height: normal;
        display: inline-flex;
        align-items: baseline;
        width: 100%;
        justify-content: center;
        padding-top: 43px;
    }

    .sub-title-heading img {
        height: 21px;
    }

    .provide-boxs .col-lg-4 {
        padding-top: 20px;
        padding-right: 28px;
        padding-left: 28px;
    }

    .provide-boxs .col-lg-12 {
        padding-top: 0px;
    }

    .section-two {
        /* background: linear-gradient(181deg, #fff 6%, #07F 29%); */
        background: linear-gradient(180deg, #fff 2%, #192BC2 25%, #00F1FF 39.68%, #00D1FF 72%, #07F 96%);

    }

    .provides-card {
        padding: 10px;
        text-align: center;
        border-radius: 25px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0.55%, rgba(255, 255, 255, 0.00) 100%);
        border: 2px solid #ffffff6e;
    }

    .provides-title {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .provides-bold {
        color: #D8FDFF;
        font-size: 49px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .provides-bottom {
        color: #FEFFD6;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .why-way-question {
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-top: 19px;
        text-align: center;
    }


    .way-way-top-pad {
        padding: 0px 0px;
    }

    .why-way-c1-img svg {
        width: 200px;
    }

    .why-div-first-mob {
        padding: 28px;
    }

    .why-que-div h1 {
        font-size: 36px;
        font-weight: 700;
    }

    .why-que-div h3 {
        font-size: 20px;
        font-weight: 500;

    }

    .why-que-div h2 {
        font-size: 24px;
        font-weight: 300;
    }

    .way-advantage h1 {
        font-size: 26px;
        font-weight: 700;
        padding: 58px 35px 0px 35px
    }

    .way-advantage h2 {
        font-size: 26px;
        font-weight: 700;
        padding: 12px 20px 0px 20px;
    }

    .way-advantage h6 {
        font-size: 20px;
        font-weight: 400;
    }

    .why-adv-way {
        display: none !important;
    }

    .mock-test-card {
        border-radius: 30px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 100%);
        backdrop-filter: blur(10px);
        /* border: 2px solid #ffffff4f; */
        text-align: center;
    }

    .why-adv-way-mobile {
        border-radius: 30px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 100%);
        backdrop-filter: blur(10px);
        border: 2px solid #ffffff4f;
        text-align: center;
    }

    .yes-adv-way {
        width: 90%;
        border-radius: 11px;
        height: 45px;
    }

    .white-line-adv {
        width: 115.423px;
        height: 7.07px;

    }

    .fff-line-adv {
        width: 115.423px;
        height: 7.07px;

    }

    .adv-title {
        font-size: 20px;
        font-weight: 600;
        padding-top: 46px;
    }

    .why-overflow {
        position: relative;
        overflow: hidden;
    }

    .renukas-video {
        border-radius: 20px;
        width: 88%;
        height: 183px;
    }

    .renukas-video-neet-page {
        border-radius: 20px;
        width: 88%;
        height: 183px;
    }

    .renukas-div {
        padding-top: 80px;
    }

    .expert-div {
        padding-top: 0px;
    }

    .expert-container {
        padding: 19px 0px;
    }


    .iframe-view {
        border-radius: 20px;
        width: 88%;
        height: 183px;
    }

    .words-of-mouth-video {
        border-radius: 20px;
        width: 88%;
        height: 183px;
    }

    .connect_call {
        font-size: 22px;
    }

    .mob-btm-pad-30 {
        padding-bottom: 30px;
    }

    .mob-btm-pad-30 a {
        font-size: 16px;
    }

    .enquiry-input::placeholder {
        color: #fff;
    }

    .adv-grid-28 {
        display: none;

    }

    .adv-grid-72 {
        width: 100%;
        padding: 10px;
    }

    /* About Us Section CSS */

    .round-card-div {
        border-radius: 120px 0px 120px 0px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 55px 25px 25px 25px;
        text-align: justify;
    }

    .round-card-div-new {
        border-radius: 120px 0px 120px 0px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 50px;
        text-align: justify;
    }

    .round-card-revers-div {
        border-radius: 0px 120px 0px 120px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 25px 25px 55px 25px;
        text-align: justify;
    }

    .way-abt-text {
        color: #192BC2;
        text-align: justify;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .way-abt-msg {
        margin-top: 17px;
        text-align: justify;
        color: #2400FF;
        font-family: 'Inter';
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .way-quot {
        font-family: ' Irish Grover';
        font-size: 40px;
    }


    .way-abt-heading {
        color: #003FFF;
        text-align: justify;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .mng-line-width {
        width: 76.602px;
    }

    .mng-abt-img {
        width: 78.59px;
        height: 44.433px;
    }

    .mng-icon-img {
        width: 29.588px;
        height: 29.588px;
    }

    .top-margin-90 {
        margin-top: 50px;
    }

    .top-margin-50 {
        margin-top: 30px;
    }

    .padding-50-110 {
        padding: 50px 110px;
    }

    .padding-80-110 {
        padding: 50px 110px;
    }

    .social-media-icon {
        max-height: 40px;
        margin: 0px 10px;
    }

    .way-abt-follow {
        color: #265BFF;
        text-align: center;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 150.023%;
    }

    .middle-way-image-logo {
        max-height: 29px;
    }

    .way-contact-heading {
        color: #003FFF;
        font-family: 'Inter';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .map-sizing {
        width: 100%;
        height: 380px;
    }

    .add-div h1 {
        color: #003FFF;
        font-size: 24px;
        font-weight: 900;
    }

    .add-div h2 {
        color: #003FFF;
        font-size: 15px;
        font-weight: 900;
    }

    .add-div h4 {
        font-size: 15px;
        color: #003FFF;
    }

    .scholarship-input {
        height: 50px;
        font-size: 14px;
    }

    .scholarship-textarea {
        font-size: 14px;
    }

    .mob-btm-pad-30 a {
        font-size: 16px;
    }

    .footer-font-formatter {
        font-size: 20px !important;
    }

    /* Mock Test Page */
    .apply-btn-mock-big {
        padding: 11px 65px;
        border-radius: 64.602px;
        background: #514AFF;
        color: #FFF;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .apply-btn-mock-regular {
        padding: 11px 11px;
        width: 80%;
        border-radius: 64.602px;
        background: linear-gradient(to right, #ff69b4, #8a2be2);
        color: #FFF;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 2px;
    }

    .mock-grid-40 {
        width: 33%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        color: #FFF;
        font-family: 'Inter';
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        padding: 10px 5px 10px 10px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
        backdrop-filter: blur(10px);
        text-align: left;
    }

    .mock-grid-60 {
        width: 67%;
        padding: 10px;
        color: #FFF;
        font-family: 'Inter';
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        text-align: left;
    }

    .mock-card {

        background: linear-gradient(180deg, rgba(10, 0, 255, 0.23) 0%, rgba(0, 0, 94, 0.50) 100%);
        backdrop-filter: blur(21px);
    }

    .mock-title {
        color: #5753A8;
        text-align: center;
        font-family: 'Inter';
        font-size: 15px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 12px;
    }

    .mock-test-card-btn {
        background: linear-gradient(130deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.54) 100%);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        color: #4945AA;
        text-align: center;
        font-family: 'Inter';
        font-size: 10px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 2px;
    }

    .btn-mock-details {
        width: 92%;
        margin: 2px 0px;
    }

    .width-45 {
        width: 45%;
    }

    .mock-test-card-btn-img {
        height: 8px;
    }

    .mock-para {
        color: #5753A8;
        text-align: center;
        font-family: 'Inter';
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
    }

    .filter-label {
        font-size: 14px;
    }

    .mock-feature-card .col-lg-6 {
        color: #413EA9;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
        text-transform: capitalize;
        padding: 7px 9px 16px 52px;
    }

    .contact-btn {
        border-radius: 25px;
        border: 2px solid #FFF;
        background: linear-gradient(180deg, rgba(0, 63, 255, 0.72) 0%, rgba(13, 65, 225, 0.72) 33.65%, rgba(0, 63, 255, 0.72) 65.42%, rgba(0, 42, 171, 0.72) 100%);
        backdrop-filter: blur(21px);
        height: 44.566px;
        width: 214px;
        color: #fff;
        font-family: 'Inter';
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: 150.023%;
        text-align: center;
    }

    /*End of Section Min 580px scree  */

}

@media (min-width: 1199px) {
    .mobile-menu-btn {
        display: none;
    }

    .way-nav-menu {
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        background: linear-gradient(174deg, rgb(255 255 255 / 174%) 19.55%, rgba(255, 255, 255, 0.00) 86%);
        backdrop-filter: blur(5px);
        position: relative;
        justify-content: space-between;
        max-height: 60px;
    }

    .way-nav-menu::before {
        border-top: 4px solid linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    }

    .way-menu-tab {
        font-size: 20px;
        font-weight: bold;
        color: black;
        padding: 0px 42px;
    }

    .way-web-bg {

        height: 760px;
    }

    .way-navbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 50px;
    }

    .way-nav-menu {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 837.48px;
        border-radius: 48px;
        padding: 15px 0px;
    }

    .boy_img {
        max-height: 500px;
    }

    .boy_img_div {
        position: absolute;
        top: 0;
        left: -170px;
    }

    .girl_img {
        max-height: 450px;
    }

    .girl_img_div {
        position: absolute;
        top: 204px;
        left: 168px;
    }

    .main-text {
        color: #0D41E1;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        backdrop-filter: blur(72.5px);
        position: absolute;
        top: 225px;
    }

    .bold-text-main {
        color: #0D41E1;
        font-size: 96px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        backdrop-filter: blur(19.5px);
        position: absolute;
        top: 320px;
        width: 765px;
    }

    .book-btn {
        padding: 10px 40px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: absolute;
        top: 560px;
    }

    .register-now-btn {
        padding: 10px 40px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 70%;
    }

    .scroll-btn {
        padding: 0px 7px;
        border-radius: 120px;
        border: 1px solid #0D41E1;
        background: #0D41E1;
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 22px;
        text-align: center;
    }

    .offer-btn-div {
        box-shadow: 11px 10px 30px 2px rgba(0, 0, 0, 0.25);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        background: linear-gradient(174deg, rgb(255 255 255 / 174%) 19.55%, rgba(255, 255, 255, 0.00) 86%);
        backdrop-filter: blur(5px);

        fill: linear-gradient(130deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.54) 100%);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        /* justify-content: space-evenly; */
        /* height: 70px; */
        /* Text */
        color: #2400FF;
        /* text-align: justify; */
        text-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.25);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .sub-title-heading {
        color: #003CD0;
        font-size: 55px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: inline-flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding-top: 82px;
    }

    /* Section -two => Way Provides */
    .section-two {
        background: linear-gradient(181deg, #fff 10%, #07F 100%);
    }

    .provides-card {
        padding: 10px;
        text-align: center;
        border-radius: 25px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0.55%, rgba(255, 255, 255, 0.00) 100%);
        border: 2px solid #ffffff6e;
    }

    .provide-boxs .col-lg-12 {
        padding-top: 54px;
    }

    .provides-title {
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .provides-bold {
        color: #D8FDFF;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .provides-bottom {
        color: #FEFFD6;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .why-way-question {
        color: #FFF;
        font-size: 64px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-top: 57px;
        padding-bottom: 22px;
    }



    .way-way-top-pad {
        padding: 0px 0px;
    }

    .why-que-div {
        backdrop-filter: blur(200px);
        border-radius: 11px;
        width: 85%;
        margin: 11px;
        padding: 13px;
        background-color: #ffffff3d;
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.15);
    }


    .why-que-div h1 {
        font-size: 48px;
        font-weight: 700;
    }

    .why-que-div h3 {
        font-size: 30px;
        font-weight: 500;

    }

    .why-que-div h2 {
        font-size: 40px;
        font-weight: 300;
    }

    .way-advantage h1 {
        font-size: 64px;
        font-weight: 700;
    }

    .way-advantage h2 {
        font-size: 64px;
        font-weight: 700;
    }

    .way-advantage h6 {
        font-size: 36px;
        font-weight: 400;
    }

    .why-adv-way {
        border-radius: 30px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 100%);
        backdrop-filter: blur(10px);
        border: 2px solid #ffffff4f;
        text-align: center;
    }

    .mock-test-card {
        border-radius: 30px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 100%);
        backdrop-filter: blur(10px);
        text-align: center;
    }

    .yes-adv-way {
        width: 78%;
        border-radius: 8px;
        height: 69px;
    }

    .white-line-adv {
        width: 182.423px;
        height: 12.07px;

    }

    .fff-line-adv {
        width: 182.423px;
        height: 12.07px;
    }

    .adv-title {
        font-size: 30px;
        font-weight: 700;
        padding-top: 46px;
    }

    .why-overflow {
        position: relative;
    }

    .why-adv-way-mobile {
        display: none !important;
    }

    .renukas-video {
        border-radius: 40px;
        width: 90%;
        height: 527.36px;
    }

    .renukas-video-neet-page {
        border-radius: 20px;
        width: 88%;
        height: 300px;
    }

    .renukas-div {
        padding-top: 120px;
    }

    .expert-div {
        padding-top: 90px;
    }

    .expert-container {
        padding: 56px 0px;
    }

    .selected-way-menu {
        background-color: blue;
        padding: 15px 40px;
        border-radius: 32px;
        color: #ffff;
    }

    .way-menu-tab a {
        text-decoration: none;
        color: inherit;
    }

    .way-menu-tab a:hover {
        text-decoration: none;
        color: inherit;
    }

    .iframe-view {
        border-radius: 28px;
        width: 100%;
        height: 244px;
    }

    .words-of-mouth-video {
        min-height: 300px;
        border-radius: 48px;
    }

    .words-of-mouth-title {
        padding: 30px;
    }

    .words-of-mouth-video-outer-div {
        padding: 45px 0px;
    }

    .adv-enclose {
        margin-top: 43px;
    }

    .top-pad-111 {
        padding-top: 111px;
    }

    .top-pad-60 {
        padding-top: 60px;
    }

    .connect_call {

        font-size: 32px;

    }

    .enquiry-input::placeholder {
        color: transparent;
    }

    .adv-grid-28 {
        width: 28%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 27px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        color: blue;
        padding-left: 62px;
        justify-content: space-between;
    }

    .adv-grid-72 {
        width: 72%;
        padding: 10px;
    }

    .enquiry-btn-div {
        padding: 8px 243px;
    }

    /* About Us Section CSS */

    .round-card-div {
        border-radius: 140px 0px 202.291px 0px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 110px;
        text-align: justify;
    }

    .round-card-div-new {
        border-radius: 140px 0px 202.291px 0px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 50px;
        text-align: justify;
    }

    .round-card-revers-div {
        border-radius: 0px 140px 0px 202.291px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 110px;
        text-align: justify;
    }

    .round-card-revers-div-new {
        border-radius: 0px 140px 0px 202.291px;
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.20) 100%);
        box-shadow: 9px 10px 39px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(86.5px);
        padding: 50px 50px;
        text-align: justify;
    }

    .way-abt-text {
        color: #192BC2;
        text-align: justify;
        font-family: 'Inter';
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .way-abt-msg {
        margin-top: 36px;
        text-align: justify;
        color: #2400FF;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .way-quot {
        font-family: ' Irish Grover';
        font-size: 65px;
    }


    .way-abt-heading {
        color: #003FFF;
        text-align: justify;
        font-family: 'Inter';
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .way-contact-heading {
        color: #003FFF;
        text-align: center;
        font-family: 'Inter';
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
    }

    .top-margin-90 {
        margin-top: 90px;
    }

    .top-margin-50 {
        margin-top: 50px;
    }

    .padding-50-110 {
        padding: 50px 110px;
    }

    .padding-80-110 {
        padding: 50px 110px;
    }

    .social-media-icon {
        max-height: 90px;
        margin: 0px 15px;
    }

    .way-abt-follow {
        color: #265BFF;
        text-align: center;
        font-family: 'Inter';
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 150.023%;
    }

    .middle-way-image-logo {
        max-height: 90px;
    }

    .scholarshipForm input.scholarship-input {
        height: 65px;
    }

    .map-sizing {
        width: 100%;
        height: 500px;
    }

    .add-div h1 {
        color: #003FFF;
        font-size: 64px;
        font-weight: 900;
    }

    .add-div h2 {
        color: #003FFF;
        font-size: 40px;
        font-weight: 900;
    }

    .add-div h4 {
        font-size: 40px;
        color: #003FFF;
    }

    .scholarship-input {
        height: 90px;
        font-size: 20px;
    }

    .scholarship-textarea {
        font-size: 20px;
    }

    .footer-font-formatter {
        font-size: 22px;
    }

    /* Mock Test */
    .apply-btn-mock-big {
        padding: 11px 190px;
        border-radius: 64.602px;
        background: #514AFF;
        color: #FFF;
        font-family: 'Inter';
        font-size: 54px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .apply-btn-mock-regular {
        padding: 11px 11px;
        width: 80%;
        border-radius: 64.602px;
        background: linear-gradient(to right, #ff69b4, #8a2be2);
        color: #FFF;
        font-family: 'Inter';
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 2px;
    }

    .mock-grid-40 {
        width: 33%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        color: #FFF;
        font-family: 'Inter';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        padding: 10px 5px 10px 29px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
        backdrop-filter: blur(10px);
        text-align: left;
    }

    .mock-grid-60 {
        width: 67%;
        padding: 10px;
        color: #FFF;
        font-family: 'Inter';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        text-align: left;
    }

    .mock-card {

        background: linear-gradient(180deg, rgba(10, 0, 255, 0.23) 0%, rgba(0, 0, 94, 0.50) 100%);
        backdrop-filter: blur(21px);
    }

    .mock-title {
        color: #5753A8;
        font-family: 'Inter';
        font-size: 64px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 60px;
    }

    .mock-test-card-btn {
        background: linear-gradient(130deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.54) 100%);
        filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
        color: #4945AA;
        text-align: center;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: capitalize;
    }

    .btn-mock-details {
        width: 60.5%;
        margin: 2px 0px;
    }

    .mock-test-card-btn-img {
        height: 35px;
    }

    .mock-para {
        color: #5753A8;
        text-align: center;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
    }

    .filter-label {
        font-size: 16px;
    }

    .mock-feature-card .col-lg-6 {
        color: #413EA9;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 150.023%;
        text-transform: capitalize;
        padding: 7px 9px 29px 31px;
    }

    .cong-text {
        font-size: 28px;
    }

    .contact-btn {
        border-radius: 25px;
        border: 2px solid #FFF;
        background: linear-gradient(180deg, rgba(0, 63, 255, 0.72) 0%, rgba(13, 65, 225, 0.72) 33.65%, rgba(0, 63, 255, 0.72) 65.42%, rgba(0, 42, 171, 0.72) 100%);
        backdrop-filter: blur(21px);
        height: 67.566px;
        width: 262px;
        color: #fff;
        font-family: 'Inter';
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 150.023%;
    }

    .viewBtnDiv {
        width: 100%;
        text-align: center;
    }

    /* end of scree 1200+ */
}

.way-web-bg {
    background: linear-gradient(175deg, #F4F2F2 70%, #CBCBCB 100%);

}

.way-other-pages-bg {
    background: linear-gradient(175deg, #F4F2F2 70%, #CBCBCB 100%);

}


/* After Menu Text & Image */


.offer-repeater-text {

    text-align: justify;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.offer-repeater-text::before {
    border-top: 4px solid linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

@keyframes glow-animation {
    0% {
        text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
    }

    50% {
        text-shadow: 0 0 20px white, 0 0 40px #f7ff5f, 0 0 60px #fe750d;
    }

    100% {
        text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
    }
}

.glowing-text {
    animation: glow-animation 1s infinite;
}

@keyframes color-change-animation {
    0% {
        color: #fff;
    }

    50% {
        color: red;
    }

    100% {
        color: #fff;
    }
}

.color-change {
    animation: color-change-animation 1s infinite;
}

@keyframes shake-animation {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px) rotate(-5deg);
    }

    50% {
        transform: translateX(5px) rotate(5deg);
    }

    75% {
        transform: translateX(-5px) rotate(-5deg);
    }

    100% {
        transform: translateX(0);
    }
}

.shake-image {
    animation: shake-animation 1s infinite;
}


.section-three {
    background: linear-gradient(181deg, #07F 10%, #00F1FF 100%);
    /* background: linear-gradient(180deg, #192BC2 0%, #00F1FF 51.68%, #00D1FF 100%); */
}

.why-way-c1-img {
    position: absolute;
    top: -55px;
    left: -55px;
}

.why-way-c2-img {
    position: absolute;
    bottom: -17px;
    right: -55px;
}

.why-main {
    border-radius: 30px;
    background: linear-gradient(134deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 100%);
    backdrop-filter: blur(10px);
    border: 2px solid #ffffff4f;
    text-align: center;
}

.book-btn:hover {
    border: 1px solid #f37400;
    background: #f37400;
    cursor: pointer;
}

.register-now-btn:hover {
    border: 1px solid #f37400;
    background: #f37400;
    cursor: pointer;
}

.why-que-div {
    backdrop-filter: blur(200px);
    border-radius: 11px;
    width: 85%;
    margin: 11px;
    padding: 13px;
    background-color: #ffffff3d;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    min-height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.why-que-div h1 {
    color: #0D41E1;
    line-height: normal;
    margin-bottom: 0rem;
}

.why-que-div h3 {
    color: #002AAB;
    font-style: normal;
    margin-bottom: 0rem;
    line-height: normal;
    font-family: 'Inter';
}

.why-que-div h2 {
    color: #0D41E1;
    text-align: center;
    font-style: normal;
    margin-bottom: 0rem;
    line-height: normal;
}

/* section -four Way Advantage Section  00F1FF*/
.section-four {
    background: linear-gradient(181deg, #00F1FF 2%, #07F 100%);

}

.way-advantage {
    font-style: normal;
    text-align: center;
}

.way-advantage h1 {
    color: #FFF;
    font-style: normal;
    line-height: normal;
}

.way-advantage h2 {
    color: #FFF;
    font-style: normal;
    line-height: normal;
}

.way-advantage h6 {
    color: #FFF;
    font-family: 'Inter';

    font-style: normal;

    line-height: normal;
}

.adv-enclose {
    display: flex;
    flex-wrap: wrap;
}

.adv-grid-27 {
    width: 27%;
    background: linear-gradient(97deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: blue;
}

.adv-grid-36 {
    width: 36.5%;
    padding: 10px;
}

.adv-grid-100 {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.adv-grid-40 {
    width: 40%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: blue;
    padding-left: 17px;
}

.adv-grid-60 {
    width: 60%;
    padding: 10px;
}

.adv-title {
    color: #FFF;

    font-style: normal;

    line-height: normal;

}

.white-line-adv {

    border-radius: 20px;
    background: linear-gradient(90deg, #0295FF 0%, #003FFF 100%);
}

.fff-line-adv {
    border-radius: 20px;
    background: #fff;
}

.yes-adv-way {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.54) 100%);
    filter: drop-shadow(7px 10px 9px rgba(0, 0, 0, 0.10));
    font-weight: bold;
    color: blue;
}



.expert-container .col-lg-4 {
    text-align: center;
}



.scroll-img {
    width: 100%;
}



.enquiry-form {
    background: linear-gradient(97deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
    padding: 34px;
}

.enquiry-input {
    height: 64.734px;
    border-radius: 24px;
    background: linear-gradient(270deg, #608CFF 0%, #38FCF3 100%);
    border: none;

}


.scholarship-input {
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(0, 63, 255, 0.50) 0%, rgba(13, 65, 225, 0.50) 33.65%, rgba(0, 63, 255, 0.50) 65.42%, rgba(0, 42, 171, 0.50) 100%);
    backdrop-filter: blur(21px);
    color: #fff !important;
    margin: 5px 0px;
}

.scholarship-input::placeholder {
    color: #f9f9f96e;
}

.scholarship-textarea {
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(0, 63, 255, 0.50) 0%, rgba(13, 65, 225, 0.50) 33.65%, rgba(0, 63, 255, 0.50) 65.42%, rgba(0, 42, 171, 0.50) 100%);
    backdrop-filter: blur(21px);
    color: #fff !important;
    margin: 5px 0px;
}

.scholarship-textarea::placeholder {
    color: #f9f9f96e;
}


.enquiry-btn {
    border-radius: 74px;
    background: linear-gradient(180deg, #3BF7F4 0%, #4039E9 100%);
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 148px;
    height: 42px;
    padding: 0px !important;
}



.connect_call {
    text-align: center;
    width: 100%;
    height: 93.87px;
    color: #007605;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.connect_call a {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(270deg, #BDFF00 0%, #FFF 100%);

}

.footer-bar-way {
    text-align: center;
    height: 55.569px;
    background: #FFF;
    color: #003FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px;
}

.footer-way-add-bold {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
}

.footer-way-add-regular {
    color: #FFF;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.footer-way-link-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
}

.col-lg-3 a {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.footer-last a {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    width: 100%;
    height: auto;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.previous {
    left: 10px;
}

.next {
    right: 10px;
}

.modal-close-way {
    position: fixed;
    top: -13px;
    right: -9px;
    background: #0D41E1;
    border-radius: 32px;
    padding: 0px 10px 4px 10px;
    opacity: 1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.white-thanks {
    color: #fff;
    font-size: 22px;
}

.footerSection {
    background-color: #07f;
}

.why-que-div h3 {
    text-transform: capitalize;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #2e78ff3b;
    backdrop-filter: blur(11px);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.container {
    position: relative;
}

.custom-slider-wrapper {
    display: flex;
    overflow: hidden;
}

.custom-slide {
    width: 100%;
    display: none;
}

.custom-slide.active {
    display: block;
}

.custom-slide .video-iframe {
    background-color: transparent;
}



.custom-prev-btn {
    left: 10px;
}

.custom-next-btn {
    right: 10px;
}

.custom-prev-btn,
.custom-next-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 18px;
    color: #000;
}

.custom-prev-btn:hover,
.custom-next-btn:hover {
    color: #f00;
    /* Change the color on hover */
}

.mock-feature-card {
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.09) 100%), radial-gradient(325.41% 118.78% at 0.00% 46.96%, rgba(255, 255, 255, 0.70) 0%, rgba(146, 146, 146, 0.00) 94.47%);
    box-shadow: 13px 11px 13px -4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(46.5px);
    padding-top: 21px;
}



.hr-class {
    background: linear-gradient(134deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
    backdrop-filter: blur(10px);
    margin-top: 0px;
    margin-bottom: 0px;
}


.white {
    color: white;
}

.red {
    color: red;
}

@keyframes colorChange {
    0% {
        color: white;
    }

    50% {
        color: red;
    }

    100% {
        color: red;
    }
}

.mock-card {
    margin-top: 25px;
}

.filter {
    /* background-color: #c3bdf591; */
    background: linear-gradient(to right, #ff69b46b, #8a2be270);
    border-radius: 5px;
}