@media all and (max-width: 1600px) {
    .banner-silder-box button.slick-arrow {
        bottom: -18%;
    }

    html {
        font-size: 56%;
    }
}

@media all and (max-width: 1440px) {
    html {
        font-size: 54%;
    }

    header .logo-box img {
        width: 90%;

    }

    .hp-banner-section::after {
        width: 52%;
    }

    .how-it-work-list .how-it-work-box .img-box img {
        max-width: 120px;
    }
    ul.our-featured-list li .inner-box > img{width: 13rem;}
    .unlock-box span{font-size: 1.2rem;}
    .slide-box button.slick-arrow{bottom: -12%;}
    .login-section .col-3{width: 35%;}
    .great-minds-section .slide-sec .slide-item h4{font-size: 2.8rem;}
}

@media all and (max-width: 1370px) {
    html {
        font-size: 53%;
    }

    .hp-banner-section .banner-silder-box {
        padding-top: 20rem;
    }

    .hp-banner-section .banner-silder-box p {
        margin: 3.5rem 0;
    }

    .container {
        padding: 0 7rem;
    }

    .hp-banner-section::after {
        width: 45%;
        height: 588px;
    }

    footer {
        background-size: 30%;
    }

    ul.tiles-list li img {
        width: 35%;
    }

    .bright-future-section .img-box img {
        max-width: 460px;
    }

    .how-it-work-list .how-it-work-box .img-box img {
        max-width: 110px;
    }

    .great-minds-section h2 {
        font-size: 6rem;
    }

    .inner-banner-section {
        height: 375px;
    }

    .great-minds-section .slide-sec .slide-item h4 {
        font-size: 2.5rem;
    }
    .list-nav ul li a{padding-top: 1.2rem;}
    .slide-box button.slick-arrow{bottom: -20%;}
    .inner-header .nav-list .btn-box a{padding: 1.5rem;}
    .overlay{width: 68%;}
}

@media all and (max-width: 1280px) {
    .container {
        padding: 0 8rem;
    }

    html {
        font-size: 52%;
    }

    ul.why-olympiad-list li .olympiad-list-box {
        padding: 2.5rem;
    }

    ul.why-olympiad-list li .olympiad-list-box img {
        width: 60px;
    }

    ul.why-olympiad-list li .olympiad-list-box strong {
        width: 72%;
    }

    .syllabus-table-section .syllabus-box ul li {
        font-size: 1.5rem;
    }
}







@media all and (max-width: 1200px) {
    header {
        transform: none;
        left: 0;
    }

    .button_container {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 20px;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 9;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }

    header.close .button_container {
        top: 30%;
    }

    .button_container:hover {
        opacity: .7;
    }

    .button_container.active .top {
        -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
        transform: translateY(5px) translateX(0) rotate(45deg);
        background: var(--primary-color);
    }

    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: var(--primary-color);
    }

    .button_container:hover.button_container span {
        background-color: #10162f;
    }

    .button_container span {
        background: #10162f;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    header nav ul li {
        padding-left: 0;
    }

    header nav {
        float: none;
    }

    .overlay {
        position: fixed;
        background: #ffffff;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, height .35s;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        z-index: 11;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
        z-index: 8;
    }

    .overlay.open .nav-list a {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
        opacity: 0;
    }

    .overlay nav {
        position: static;
        height: auto;
        margin-top: 20rem;
    }

    .popup-section .container {
        padding: 0 15px;
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .inner-header .nav-list {
        width: 100%;
        padding: 0 3rem ;
    }

    .inner-header .nav-list>a {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        font-size: 2.3rem;
        display: block;
        width: 100%;
        margin-bottom: 2rem;
        text-align: left;
        padding-bottom: 2rem;
        border-bottom: 1px solid #164594;
        font-weight: 400;
    }
        ul.subject-list li h6 {
            width: 100%;
            color: #A1BBE7;
            font-weight: 400;
            text-align: left;
            font-size: 2rem;
            margin-top: 0;
            padding-bottom: 2rem;
            margin-bottom: 2rem;
            border-bottom: 1px solid #164594;
        }
    ul.subject-list li img{display: none;}
    .inner-header .nav-list .btn-box a {
        font-size: 2rem;
    }

    .inner-header .nav-list:last-child {
        text-align: center;
        justify-content: center;
    }

    .inner-header .nav-list>a.lt {
        padding-right: 0;
    }

    header .btn-box.flex-box {
        margin-top: 7rem;
    }


    .hp-banner-section .banner-silder-box .col-5 {
        width: 65%;
    }

    .hp-banner-section::after {
        width: 65%;
        right: -20%;
    }

    .hp-banner-section {
        overflow-x: hidden;
        margin-bottom: 0rem;
    }

    .col-4, .col-45, .col-5, .col-55, .col-6, .col-65 {
        width: 100%;
        margin: 10px 0;
    }
    .why-olympiad-section .flex-box > .col-35{
        width: 50%;
    }
    .why-olympiad-section .flex-box .col-55 {
        order: 1;
    }
    .why-olympiad-section .btn-box.flex-box{
        order: 2;
    }
    .why-olympiad-section .btn-box.flex-box .col-35{
        width: 50%;
    }
    .why-olympiad-section {
        padding: 8rem 0;
    }

    .why-olympiad-section::after {
        width: 57%;
    }

    ul.our-featured-list li {
        width: calc((100% - 8rem) / 2);
    }

    ul.our-featured-list li:nth-child(-n+4) {
        margin-bottom: 8rem;
    }

    .bright-future-section .img-box {
        display: none;
    }

    .col-5.img-box.ctn.mobile-img {
        display: inline-block;
        width: 65%;
        margin: 5rem 0;
    }

    .together-section {
        margin-top: 7rem;
    }

    .our-featured-section {
        margin: 8rem 0;
    }

    .bright-future-section {
        padding-top: 5rem;
    }

    ul.tiles-list li .text {
        width: 70%;
    }

    ul.tiles-list li img {
        width: 25%;
    }

    .great-minds-section {
        padding: 8rem 0;
    }

    .great-minds-box .col-45.text-box {
        margin-bottom: 7rem;
    }

    .slide-box button.slick-arrow {
        bottom: 0%;
    }

    .bottom-register-bar-section .register-bar-box {
        background-color: #f16049;
    }

    .bottom-register-bar-section {
        padding-bottom: 8rem;
    }

    footer {
        background-position: right bottom;
    }

    .bottom-footer .footer-nav {
        margin-top: 3rem;
    }

    .inner-header .nav-list>a, .inner-header a.btn-trs {
        color: #A1BBE7;
        display: none;
    }

    .overlay.open .nav-list>a, .overlay.open a.btn-trs {
        display: block;
        color: var(--primary-color);
    }

    .register-box .trans-box {
        margin-top: 70px;
    }

    .bottom-register-bar-section::after {
        width: 98%;
        height: 48%;
        border-radius: 0 50px 50px 0px;
    }

    .register-box .trans-box h2 br {
        display: none;
    }

    .register-box {
        padding-bottom: 0;
        padding-top: 7rem;
    }

    .bottom-footer .col-65.flex-box.just-align {
        flex-direction: column-reverse;
    }

    .bottom-footer {
        padding-top: 2rem;
    }

    .stick-bar-section ul.sticky-bar li {
        padding-right: 2rem;
    }

    .how-it-work-section {
        padding-top: 8rem;
    }

    .how-it-work-list .how-it-work-box h4 {
        font-size: 2.2rem;
    }

    .how-it-work-list .how-it-work-box .img-box h3 {
        font-size: 8rem;
    }

    .how-it-work-list .how-it-work-box .img-box img {
        max-width: 100px;
    }

    .syllabus-section {
        margin: 8rem 0;
    }

    .sample-section .sample-box {
        margin-bottom: 8rem;
        padding-bottom: 8rem;
    }

    ul.about-list-list.our-featured-list li:nth-child(-n + 2) {
        margin-bottom: 7rem !important;
    }
    .button_container span.top {
        width: 60%;
        right: 0;
        left: auto;
        top: 3px;
      }
      .button_container span.bottom {
        width: 60%;
        right: 0;
        left: auto;
        top: 19px;
      }
      
      ul.main-listing-sec.our-featured-list li{width: calc((100% - 6rem) / 2);}
      .button_container:hover span{width: 100% !important;}
      .upcoming-box .top-upcoming-box .btn-box a.btn-blue{min-width: 135px;}
      .great-minds-section .slide-sec{padding: 4rem;}
      .great-minds-section .slide-sec::after {
        content: "";
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        border-radius: 30px;
        z-index: -1;
      }
      .great-minds-box::after {display: none;}
      .great-minds-box{padding: 0;}
      .login-section {
        padding: 10rem 7rem;
    }
    
    .login-section .col-3 {
        width: 60%;
        margin: 0 auto;
    }
    
    .login-section .img-box {
        display: none;
    }
    
    .school-detail-box .btn-box.flex-box a.btn-trs {
        width: 100%;
    }
    
    .school-detail-box .or-box {
        margin: 0 auto;
    }
    
    .school-detail-box .or-box span {
        padding: 0 3rem;
        margin-bottom: 5rem;
    }
    
    .school-detail-box .or-box span::before {
        width: 70%;
        height: 2px;
        right: auto;
        left: -6rem;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .school-detail-box .or-box span::after {
        width: 70%;
        height: 2px;
        top: 50%;
        bottom: auto;
        left: auto;
        right: -6rem;
        transform: translateY(-50%);
    }
    
    .school-detail-box .btn-box.flex-box {
        padding-top: 2rem;
    }
    
    
    
    .new-dashboard-section .dashboard-rightbar-wrapper {
        width: 100%;
        padding-left: 2.5%;
    }
    
    .new-dashboard-section .view-olympiads-main-box {
        margin: 3rem 0 0 0;
    }
    
    .drop-down-section {
        opacity: 1;
        position: static;
        transform: none;
        padding: 0;
        background-color: transparent;
        padding-left: 2rem;
    }
    
    .drop-down-section .wrapper {
        padding: 0;
    }
    
    .col-2.tabs-box {
        display: none;
    }
    
    .col-7.content-box {
        width: 100%;
    }
    
    .drop-down-section .tab-content {
        display: block;
    }
    
    ul.subject-list {
        display: block;
        max-height: 300px;
        overflow: auto;
    }
    
    ul.subject-list li {
        width: 100%;
        margin: 0;
    }
    
    ul.subject-list li>img {
        display: none;
    }
    
    ul.subject-list li .text {
        width: 100%;
    }
    
    ul.subject-list li span {
        display: none;
    }
    
    .drop-down-section .tab-content .text-box {
        margin-bottom: 2rem;
    }
    
    .drop-down-section .tab-content .text-box h4 {
        text-align: left;
    }
    
    .drop-down-section .tab-content .text-box h4 span.plusminus {
        display: inline-block;
        float: right;
    }
    
    .drop-down-section .tab-content .text-box h4 {
        color: #A1BBE7;
        font-weight: 400;
        font-size: 2.22rem;
        border-bottom: 1px solid #164594;
        padding-bottom: 2rem;
    }
    
    .plusminus-links {
        float: right;
        font-size: 3.5rem;
        margin-top: -.5rem;
        display: inline-block;
    }
header .nav-list .btn-box{display: none;}
.mobile-login{padding: 0 3rem;margin-top: 5rem;}
.mobile-login h5{
    color: #fff;
    font-size: 2.3rem;
    font-weight: 400;
    margin-bottom: 3rem;
}
.mobile-login ul li{
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid #2E579C;
}
.mobile-login ul li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.mobile-login ul li a{
    color: #A1BBE7;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}
.Resources-list{margin-top: 3rem;}
header .social-box{
    display: block;width: 100%;
    padding: 0 3rem;
    margin-top: 3rem;
}
header .social-box ul{align-items: center;justify-content: center;}
header .social-box ul li{padding: 0 .5rem;list-style: none;}
header .mobile-login, header .social-box{display: block;}
header .social-box ul li img{
    width: 35px;
}

ul.subject-list li strong{
    font-size: 1.9rem;
}




}

@media all and (max-width: 950px) {
    html {
        font-size: 53%;
    }

    ul.subject-list li .text{
        font-size: 1.9rem !important;
    }

    .hp-banner-section {
        max-height: 730px;
    }

    ul.tiles-list li {
        width: calc((100% - 6rem) / 3);
    }

    .hp-banner-section::after {
        height: 508px;
    }

    footer {
        padding-top: 8rem;
    }

    .about-iof-section .text-box h2 {
        width: 100%;
    }

    .about-iof-section .text-box p {
        width: 100%;
        max-width: none;
    }

    .stick-bar-section ul.sticky-bar {
        display: block;
        padding: 0;
    }

    .stick-bar-section ul.sticky-bar li {
        text-align: center;
        padding: 0 5px;
        margin: 2rem 0;
    }
    .stick-bar-section ul.sticky-bar li a::after{bottom: -14px;}
    .stick-bar-section ul.sticky-bar .slick-arrow.slick-prev {
        font-size: 0;
        padding: 0;
        margin: 0;
        border: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #E52425;
        cursor: pointer;
        left: 10px;
        z-index: 2;
    }

    .stick-bar-section ul.sticky-bar .slick-arrow.slick-next {
        font-size: 0;
        padding: 0;
        margin: 0;
        border: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #E52425;
        cursor: pointer;
        right: 10px;
        z-index: 2;
    }

    ul.class-list .slick-arrow.slick-prev {
        font-size: 0;
        padding: 0;
        margin: 0;
        border: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #E52425;
        cursor: pointer;
        left: 10px;
        z-index: 2;
    }

    ul.class-list .slick-arrow.slick-next {
        font-size: 0;
        padding: 0;
        margin: 0;
        border: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #E52425;
        cursor: pointer;
        right: 10px;
        z-index: 2;
    }

    ul.class-list::after, .stick-bar-section ul.sticky-bar::after{
        content: '';
        position: absolute;
        background: linear-gradient(270.27deg, rgba(255, 255, 255, 0.947) 29.77%, rgba(255, 255, 255, 0.768) 65.48%);
        width: 5%;
        height: 100%;
        left: 0;
        top: 0;
    }

    ul.class-list::before,.stick-bar-section ul.sticky-bar::before {
        content: '';
        position: absolute;
        background: linear-gradient(270.27deg, rgba(255, 255, 255, 0.947) 29.77%, rgba(255, 255, 255, 0.768) 65.48%);
        width: 5%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .syllabus-table-section .syllabus-box::after{display: none;}
    ul.download-list li a{font-size: 0;}
    ul.download-list li{width: calc((100% - 3rem) / 2);}
    .sample-section select{min-width: 130px;padding: 1rem 2rem;}
    .syllabus-table-section .syllabus-box .col{padding-left: 1.5rem;}
    .syllabus-table-section .syllabus-box{padding: 3rem 2.5rem;}
    .syllabus-table-section .syllabus-box ul li:last-child{margin-bottom: 0;}
    .hp-banner-section .banner-silder-box .col-5 {
        width: 60%;
        margin-bottom: 30px;
    }
    .tiles-section{margin-top: 7rem;margin-bottom: 0rem;}
    .text-box h1{font-size: 5rem;}
    ul.our-featured-list li {
        width: calc((100% - 4rem) / 2);
    }
    ul.tiles-list{justify-content: center;}
    ul.tiles-list li{
        padding: 2rem 1rem 2.8rem 1.5rem;
        width: 40%;
        margin: 5px;
    }
    .our-featured-section {
        margin-bottom: 4rem;
    }

    .great-minds-section h2 {
        font-size: 6rem;
    }

    footer .footer-nav {
        width: 50%;
    }

    .inner-header {
        padding: 0 2rem;
    }

    .button_container {
        top: 60%;
    }
    .container{
        padding: 0 5rem;
    }
    .how-it-work-list .how-it-work-box{
        width: 47%;
    }
    .how-it-work-list .how-it-work-box .img-box h3{
        font-size: 6.5rem;
        margin-bottom: -2.5rem;
        margin-right: -1.5rem;
        
    }
    .how-it-work-list .how-it-work-box h4{
        font-size: 2rem;
    }
    .how-it-work-list .how-it-work-box .img-box img {
        max-width: 80px;
      }
      .text-box h2{
          font-size: 4.5rem;
          margin-bottom: 2rem;
      }
      .text-box p{
          font-size: 1.8rem;
      }
      ul.about-list-list.our-featured-list li{
          margin: 0 !important;
          padding: 3rem 2rem;
          width: calc((100% - 2rem) / 2);
      }
      ul.about-list-list.our-featured-list li:nth-child(-n+2){margin-bottom: 4rem !important;}
      .about-iof-section .text-box{
          text-align: center;
      }
      .about-iof-section .text-box h2{font-size: 4rem;}
      .inner-banner-section {
        height: 425px;
      }
      .about-iof-section{
          padding: 7rem 0;
      }
      .how-it-work-section .text-box{
          text-align: center;
      }
      .how-it-work-list .how-it-work-box{width: 100%;}
      .how-it-work-list .how-it-work-box{margin-bottom: 3rem !important;}
      .how-it-work-list .how-it-work-box h4{width: 70%;}
      .com-padding {
        padding-top: 10rem;
        padding-bottom: 10rem;
      }
      .unlock-box{width: 50%;margin: 0 auto;order: 1;}
      .col-75.main-listing{width: 100%;order: 0;}
      .main-listing .select-box{margin-top: 2rem;}
      .col-75.upcoming-listing {
        width: 100%;
      }
      .list-nav ul{margin-bottom: 5rem;}
      .side-blue-box{order: 1;width: 100%;}
      .col-75.schedule-listing{width: 100%;margin-bottom: 5rem;}
      .gallery-listing .gallery-box{width: 50%;}
      .student-dash-topheader-stuname.dash-topheader-stuname {
        width: 100%;
      }
      .result-section{width: 100%;margin-bottom: 3rem;}
}

@media all and (max-width: 767px) {
    html {
        font-size: 50%;
    }

    .container {
        padding: 0 2rem;
    }

    .text-box h1 {
        font-size: 5rem;
    }

    .hp-banner-section {
        max-height: 750px;
        min-height: 750px;
        height: 95vh;
        padding-bottom: 8rem;
        overflow:visible;
    }

    .banner-silder-box button.slick-arrow{
        width: 50px;
        height: 45px;
        bottom: -5%;
    }
    .banner-silder-box button.slick-next{
        left: 50px;
    }
    .hp-banner-section .banner-silder-box .col-5 {
        width: 75%;
        padding-bottom: 3rem;
    }
    .hp-banner-section{
        max-height: none;
        background-image: url(../img/pngaaa-mobile.png);
        background-repeat: no-repeat;
        background-position: top right;
    }
    header .logo-box {
        width: 45%;
    }

    header .logo-box img {
        width: 100px !important;
    }

    header{
        position: fixed;
        background-color: #fff;
        border-bottom: 1px solid #dfdfdf;
    }
    .text-box h2 {
        font-size: 4rem;
    }

    .text-box h2 br {
        display: none;
    }
    .hp-banner-section .banner-silder-box p{width: 80%;}
    .hp-banner-section .banner-silder-box{padding-top: 6rem;}

    .why-olympiad-section .flex-box > .col-35.text-box{
        width: 90%;
        padding-left: 40px;
    }

    ul.why-olympiad-list {
        padding: 3rem 0;
    }

    ul.why-olympiad-list li {
        width: 100%;
        margin: 1rem 0
    }

    ul.our-featured-list {
        padding: 3rem 0;
    }

    ul.our-featured-list li {
        padding: 3rem;
    }

    ul.our-featured-list li img {
        margin-top: 0;
    }

    .our-featured-section .text-box {
        margin-bottom: 3rem;
    }

    .our-featured-section .btn-box {
        margin-top: 5rem;
    }

    .bright-future-section .img-box::after, .bright-future-section .img-box::before {
        display: none;
    }

    .col-5.img-box.ctn.mobile-img {
        width: 100%;
    }

    .col-5.img-box.ctn.mobile-img {
        margin-top: 1rem;
    }

    .great-minds-section .text-box ul.list li h4 {
        font-size: 3.5rem;
    }

    .great-minds-section .text-box ul.list li span {
        font-size: 2rem;
    }

    .slide-box button.slick-arrow {
        bottom: -12%;
    }

    .great-minds-section .slide-sec .slide-item h4 {
        font-size: 2.5rem;
    }

    .great-minds-section .text-box p {
        width: 100%;
    }

    .bottom-register-bar-section .register-bar-box {
        padding: 3rem;
    }

    .bottom-register-bar-section .register-bar-box .white-box h3 {
        font-size: 3rem;
    }

    .bottom-register-bar-section .register-bar-box .btn-box a.btn-trs {
        font-size: 1.7rem;
    }

    .slide-box button.slick-arrow {
        width: 35px;
        height: 40px;
        bottom: -15%;
    }
    .browse-related-list button.slick-arrow{
        width: 35px;
        height: 40px;
        top: -12%;
    }
    .slide-sec button.slick-prev {
        right: 40px;
    }

    .bottom-register-bar-section .register-bar-box h3 {
        font-size: 3rem;
    }
    .browse-related-list .browse-related-box{padding: 0 .5rem;}
    .footer-nav ul li a, .bottom-footer ul.info li a {
        font-size: 14px;
    }

    footer h4 {
        font-size: 2rem;
    }

    ul.tiles-list {

    }
    .browse-related-list button.slick-prev{
        right: 35px;
    }
    ul.tiles-list li {
        width: 100%;
    }

    .tiles-section {
        margin: 8rem 0 3rem 0;
    }

    .hp-banner-section::after {
        width: 100%;
    }

    .register-box {
        padding-top: 8rem;
    }

    .bottom-register-bar-section::after {
        height: 47%;
    }

    .register-box .trans-box h2 {
        font-size: 4.5rem;
    }

    footer .info-box {
        justify-content: center;
    }

    footer .info-box p {
        margin: 5px 0;
        text-align: center;
    }

    .top-footer img {
        width: 100%;
    }

    .register-box .trans-box .btn-box a.btn-trs {
        padding: 3rem;
        font-size: 1.8rem;
    }

    .blue-box .text a {
        display: block;
        margin-top: 5px;
        font-size: 13px;
    }
    ul.class-list .slick-arrow.slick-prev{
        left: 0;
    }
    ul.class-list .slick-arrow.slick-next{
        right: 0;
    }
    .syllabus-table-section .syllabus-box{
        padding: 0;
        border: none;
    }
    .syllabus-table-section .syllabus-box .col:first-child{
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .syllabus-table-section .syllabus-box .col{
        padding-left: 0;
        border-left: none;
        width: 50%;
    }
    .syllabus-table-section strong{
        font-size: 2rem;
        display: inline-block;
        padding-right: 1rem;
    }
    .syllabus-table-section p{
        font-size: 2rem;
        display: inline-block;
    }
    .syllabus-table-section p:last-child{
        display: block;
    }
    .syllabus-table-section .syllabus-box ul li{
        font-size: 1.8rem;
        margin-bottom: 1rem;
        padding-left: 1.2rem;
    }
    .syllabus-table-section .syllabus-box ul li:last-child{margin-bottom: 1rem;}
    .syllabus-table-section{margin-bottom: 5rem;padding-bottom: 5rem;}
    .sample-section .text-box{margin-bottom: 2.5rem;}
    .sample-section .text-box h2{margin-bottom: 1.5rem;}
    ul.download-list li{width: 100%;}
    .syllabus-section{margin-bottom: 0;}
    .stick-bar-section ul.sticky-bar{
        padding: 0
    }
    ul.select-two{width: 100%;}
    ul.select-two li{width: 50%;}
    ul.select-two li select{min-width: 100%;}
    .hp-banner-section::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, #E5EFFF 0%, rgba(229, 239, 255, 0.262661) 83.7%, rgba(229, 239, 255, 0) 100%);
        z-index: -1;
    }
    .text-box h1{
        font-size: 4.5rem;
        margin-top: 0;
    }
    .inner-header{
        margin: 5px 0;
        padding: 0 6rem 0 3rem !important;
    }
    .button_container {
        top: 35%;
      }
      .why-olympiad-section{padding-top: 0;}
      .why-olympiad-section::after {
        width: 10%;
        height: 35%;
        max-height: 250px;
    }
    .why-olympiad-section .flex-box > .col-35.text-box{padding-left: 60px;}
    ul.why-olympiad-list{padding: 7rem 0 0;}
    .why-olympiad-section .btn-box.flex-box .col-35 {width: 100%;}
    .why-olympiad-section .flex-box .col-55{position: relative;}
    .why-olympiad-section .flex-box .col-55::after{
        content: '';
        position: absolute;
        background-color: var(--grey-light-blue);
        width: 85%;
        height: 120%;
        right: -2rem;
        top: 30px;
        border-radius: 50px 0px 0px 0px;
        z-index: -1;
    }
    ul.tiles-list li{
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
        margin: 10px 0;
    }
    ul.tiles-list li .text span{
        display: block;
        width: 85%;
    }
    ul.tiles-list li::after {bottom: 2.2rem;}
    footer .footer-nav{width: 100%;}
    .top-footer.flex-box .col-35 {
        width: 100%;
      }
      .top-footer img {
        width: 55%;
      }
      ul.click-element{display: none;margin-top: 20px;}
      footer h4{
          margin-bottom: 0;
          font-size: 2.2rem;
          font-weight: 600;
          position: relative;
      }
      footer h4::after{
          content: '';
          position: absolute;
          background: url(../img/down-arrow.png) no-repeat;
          width: 16px;
          height: 10px;
          right: 7px;
          top: 3px;
          transition: all linear .2s;
      }
      footer h4.up::after{
          transform: rotate(180deg);
      }
      footer .footer-nav:nth-child(-n+3) {
        margin-bottom: 0;
      }
      footer .footer-nav:first-child .nav-box{border-top: 1px solid #164594;}
      footer .footer-nav .nav-box{
          border-bottom: 1px solid #164594;
          padding: 20px 0;
      }
      .bottom-footer{padding-top: 0;}
      .bottom-footer .footer-nav {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
      }
      .bottom-footer{margin-top: 0;border-top: 0;}
      .bottom-footer .col-65.flex-box.just-align{margin-top: 0;}
      .top-footer.flex-box .col-65 {margin-bottom: 0;}
      footer .info-box p{
        text-align: right;
        width: 60%;
        line-height: 1.2;
      }
      footer .info-box{
        justify-content: flex-end;
        padding-top: 50px;
      }
      footer {
        background-position: left bottom;
        background-size: 25%;
      }
      .bottom-footer .col-65.flex-box.just-align > .col-55{
          padding: 20px 0;
          margin: 0;
      }
      .bottom-footer ul.info li img{max-width: 20px;}
      .blue-box{padding: 1rem;}
      .blue-box .cls-btn{
        right: -15px;
        top: 70%;
      }
      .blue-box .text,.blue-box .text a{font-size: 1.2rem;}
      header .logo-box {
        width: 55%;
      }
      ul.main-listing-sec.our-featured-list li{
          width: 100%;
          margin-bottom: 5rem;
      }
      .unlock-box{width: 90%;}
      .unlock-box h4{font-size: 2.2rem;}
      .unlock-box h4 br{display: none;}
      .unlock-box span{font-size: 1.6rem;}
      .main-listing .select-box{width: 32%;}
      .main-listing .select-box select{width: 80%;}
      .com-padding{padding-top: 7rem;padding-bottom: 7rem;}
      ul.main-listing-sec{margin-top: 5rem;}
      .tiles-section.listing-tiles-section{padding: 7rem 0;}
      ul.our-featured-list li{margin: 0 1rem;}
      ul.main-listing-sec.our-featured-list{margin-top: 5rem;}
      .upcoming-listing .upcoming-box{padding: 3.5rem 3rem;}
      .upcoming-box .top-upcoming-box .text-box{width: 100%;margin-bottom: 2rem;}
      ul.bottom-upcoming-box li{padding: 0 1rem;width: 33.33% !important;}
      ul.bottom-upcoming-box li img{margin-bottom: 1rem;}
      ul.bottom-upcoming-box li p span{display: block;margin-bottom: .3rem;}
      .list-nav ul::before,.list-nav ul::after{width: 15%;}
      .upcoming-box .top-upcoming-box .btn-box{display: none;}
      ul.bottom-upcoming-box{margin-top: .5rem;}
      .top-upcoming-box .text-box .txt{padding-left: 0;width: 100%;}
      .upcoming-box .btn-box.mobile-btn{display: block;margin-top: 3rem;}
      .top-upcoming-box .text-box .img-box{max-width: 60px;}
      .upcoming-box .btn-box.mobile-btn a.btn-blue{min-width: 115px;padding: 1.6rem 1.2rem;}
      .form-section .input-box{width: 100%;margin: .8rem 0;}
      .schedule-box .text-box{font-size: 1.4rem;}
      .schedule-box,.schedule-box .text-box{line-height: 1.4;}
      .schedule-box,.schedule-box.heading{padding: 1rem 1.5rem;border-radius: 0;}
      .toppers-main-form-box .select-box.toppers-main-input{
          margin: 1rem 0;
      }
      .toppers-main-form-box .type-name-input{width: 32%;margin: 1rem 0;}
      .toppers-main-form-box .type-name-input input{width: 90%;}
      .toppers-main-form-box .select-box.toppers-main-input select{width: 95%;min-width: 12rem;padding-right: 0;}
      .scroll-box {
        width: 700px;
      }
      .gallery-listing .gallery-box{width: 100%;}
      .listing-section .schedule-listing{overflow-y: scroll;}
      .schedule-box.heading .text-box:last-child{text-align: right;}
      .toppers-main-form-box.flex-box.flex-center {
        justify-content: space-between;
      }
      .main-listing .select-box{padding: 1.5rem 1rem;}
      .toppers-main-form-box .type-name-input{padding: 1.5rem 1rem;}
      .toppers-main-form-box .type-name-input input{width: 85%;}
      .toppers-main-form-box .type-name-input button{width: 10%;}
      .toppers-main-form-box .type-name-input button img{width: 100%;}
      .great-minds-section .slide-sec::after{height: 110%;}
      .olympiad-contact-details .text-box h2{font-size: 3.5rem;}
      .contact-info-list .contact-info-box .info-box{padding-left: 0;margin-top: 3rem;}
      .contact-info-list .contact-info-box{width: 100%;margin: 1.5rem 0;}
      .login-section{padding: 5rem 3rem;}
      .login-section .col-3{width: 100%;margin: 0 auto;}
      .school-detail-box .or-box{width: 30%;}
      .registration-form-section{padding: 2.5rem 2rem;}
      .registration-form-box{padding: 4rem 2.5rem;}
      .registration-form .input-box{width: 100%;}
      .login-form-box .input-box select,.login-form-box .input-box input{padding: 1.7rem 2rem;}
      .login-form-box .input-box select{background-position-x: 93%;}
      .registration-form .btn-box{width: 100%;}
      .results-table.transaction-detail tbody tr td .transaction-detail-box{width: 60%;}
      .hp-banner-section .banner-silder-box p{margin-top: 2rem;}
}

@media all and (max-width: 400px) {
    .why-olympiad-section .btn-box a.btn-blue {
        min-width: 125px;
    }

    ul.tiles-list {
        margin-right: 0%;
    }

    .bottom-register-bar-section .register-bar-box .btn-box a.btn-trs {
        font-size: 1.4rem;
    }

    .register-box .trans-box .btn-box a.btn-trs {
        padding: 3rem 2.5rem;
    }
    .register-box {
        padding-top: 5rem;
      }
      .hp-banner-section{
        height: 90vh;
        margin-bottom: 60px;
        background-size: contain;
        padding-bottom: 0;
      }
      .text-box h1{font-size: 4.2rem;}
      .hp-banner-section .banner-silder-box .col-5{width: 85%;}
      .hp-banner-section .banner-silder-box{padding-top: 10rem;}
      .banner-silder-box button.slick-arrow{bottom: -3%;}
      .why-olympiad-section .flex-box > .col-35.text-box{padding-left: 40px;}
      ul.bottom-upcoming-box li p{font-size: 1.3rem;}
      ul.bottom-upcoming-box li p span{margin-bottom: .1rem;}
      .text-box p{font-size: 1.6rem;}
      .login-box p{margin-bottom: 2rem;}
      nav.flex-box.overlay-menu{height: 450px;overflow-y: scroll;}
}