/* header section */
@media (max-width:920px) {
    .row {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .web-hide {
        display: block !important;
    }

    .header_section nav .navbar {
        max-width: 100%;
        padding: 10px 10px;
    }

    .header_section nav {
        height: auto;
    }

    .header_section .header_logo {
        width: 110px;
    }

    .header_section .navbar .bx-menu {
        display: block;
    }

    .header_section .sidebar-logo i,
    .header_section .navbar .bx-menu {
        font-size: 25px;
        color: var(--main-black-color);
        cursor: pointer;
    }

    .header_section nav .navbar .links {
        display: block;
        margin-top: 20px;
        padding-left: 0px;
    }

    .header_section nav .navbar .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
        overflow: auto;
    }

    .header_section .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .header_section nav .navbar .links .links-li .nav-link-text,
    .header_section .navbar .links .links-li .sub-menu .more-arrow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-left: 10px;
        font-size: 15px;
    }

    .header_section nav .navbar .links .links-li .nav-link-text {
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    }

    .header_section .navbar .links .links-li .sub-menu .more-arrow {
        margin-left: 16px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
        display: flex !important;
    }

    .header_section .navbar .links .links-li .sub-menu .droupdown-link .droupdown-title {
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        padding: 8px;
        text-decoration: none !important;
    }

    .header_section nav .navbar .links .links-li .dropdown-arrow-span {
        background-color: #EBE8E8;
        width: 40px;
    }

    .header_section nav .navbar .links .links-li .dropdown-arrow-span .arrow,
    .header_section nav .navbar .links .links-li .dropdown-arrow-span .sub-arrow {
        width: 40px !important;
    }

    .header_section nav .navbar .links .links-li {
        padding: 0 0px 0px !important;
        white-space: nowrap;
        display: block !important;
    }

    .header_section nav .navbar .links .links-li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        padding: 0px;
    }

    .navbar .links .links-li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
        padding-left: 1em;
    }

    .navbar .links .links-li .sub-menu .more-sub-menu.row {
        margin: 0px 0px 0px 0px !important;
    }

    .header_section nav .navbar .links .links-li .sub-menu .grid-menu {
        grid-template-columns: 1fr;
    }

    .header_section nav .navbar .links .links-li .sub-menu .sub-menu-left-line,
    .header_section nav .navbar .links .links-li .sub-menu .sub-menu-right-line {
        display: none !important;
    }

    .header_section nav .navbar .links .links-li ul li {
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    }

    .header_section nav .navbar .links .links-li .sub-menu .grid-menu h6 {
        margin: 0px 0px 0px;
        font-size: 14px;
        color: #000;
    }

    .header_section nav .navbar .links .links-li .sub-menu .grid-menu ul li {
        margin: 0px 0px 12px !important;
        padding: 4px 6px !important;
    }

    .header_section nav .navbar .links .links-li .sub-menu .grid-menu ul li a {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .header_section .olympiad-drop .header-drop-girl,
    .header_section .olympiad-drop .header-drop-boy {
        display: none;
    }

    .header_section .resource-dropdownBox .col-12 {
        padding: 0px;
    }

    .header_section .resource-dropdownBox .droupdown-desc,
    .header_section .Achievers-drop .droupdown-desc {
        font-size: 13px;
        line-height: 16px;
    }

    .header_section .resource-dropdownBox .droupdown-title,
    .header_section .Achievers-drop .droupdown-title {
        font-size: 14px;
    }

    .header_section .resource-dropdownBox .image-card img,
    .header_section .resource-dropdownBox .video-thumb {
        width: 120px;
    }

    .resource-dropdownBox .image-card h6 {
        font-size: 13px !important;
        line-height: 13px !important;
    }

    .header_section .resource-dropdownBox .image-card p {
        font-size: 12px !important;
        line-height: 13px !important;
        margin: 0px;
    }

    .header_section .resource-dropdownBox .gallery-images img {
        height: 100px;
        width: 90px;
        margin-bottom: 10px;
    }

    .Achievers-drop.row .col-12 {
        padding: 0px 0px 0px 0px !important;
    }

    .Achievers-drop.row .droupdown-title {
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        padding: 8px;
    }

    .header_section .Achievers-drop.row .more-arrow {
        margin-left: 0px !important;
    }

    .Achievers-drop .more-arrow h6 {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin: 0px;
    }

    .header_section .Achievers-drop img {
        height: 80px;
    }

    .header_section .Achievers-drop ul li {
        margin-bottom: 10px;
        padding: 8px;
    }

    .header_section .resource-dropdownBox .droupdown-desc,
    .header_section .Achievers-drop .droupdown-desc {
        font-size: 14px;
        color: #000;
    }

    .header_section .login-btn,
    .header_section .register-btn,
    .header_section .myprofile-btn,
    .header_section .logout-btn {
        border-radius: 0px;
        padding: 8px 10px;
        font-size: 14px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    }

    .header_section .sidebar-button-bottom .login-btn,
    .header_section .sidebar-button-bottom .register-btn,
    .header_section .sidebar-button-bottom .myprofile-btn,
    .header_section .sidebar-button-bottom .logout-btn {
        padding: 2px 16px;
    }

    .header_section .date-sheet-btn {
        background-color: #f89721;
        color: var(--white-color);
        padding: 7px 14px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    }

    .header_section .contact-icons {
        font-size: 20px;
        color: var(--secondary-color);
    }

    .header_section .contact-drop .contact-summary-title {
        font-size: 16px;
        text-align: left;
        margin-bottom: 10px !important;
    }

    .header_section .contact-drop .contact-detailBox h6 {
        font-size: 15px;
    }

    .header_section .contact-drop .contact-detailBox {
        margin-bottom: 10px;
        justify-content: left !important;
    }

    .header_section .contact-drop .contact-detailBox i {
        padding: 6px;
        border-radius: 50px;
        font-size: 14px;
    }

    .header_section .contact-drop .border_right {
        border-right: none;
    }

    .header_section .contact-drop .contact-social-link {
        gap: 2em;
        margin-top: 10px;
    }

    .header_section .contact-drop .contact-social-link li {
        box-shadow: none !important;
    }

    .header_section .contact-drop .contact-social-link li a {
        border-bottom: none !important;
    }

    .header_section .nav-date-sheet {
        padding: 0px 0px;
        clip-path: none;
        background-color: transparent;
    }

    .header_section .nav-date-sheet span {
        color: var(--main-black-color);
        position: unset;
        z-index: unset;
    }

    .header_section .resource-dropdownBox .image-card {
        display: none !important;
    }

    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .register-school-headerpage-section h2 {
        font-size: 24px;
    }

    .process_bottomArea #processVideo iframe {
        height: 200px !important;
    }
}

@media (max-width:370px) {
    .header_section nav .navbar .nav-links {
        max-width: 100%;
    }
}

@media (min-width:412px) and (max-width: 500px) {
    .Empowering-section .section-heading-box h2 {
        margin: 0px 2em !important;
    }
}

@media (min-width:360px) and (max-width: 400px) {
    .Empowering-section .section-heading-box h2 {
        margin: 0px 2em !important;
        font-size: 20px !important;
    }
}

@media (min-width: 375px) and (max-width: 667px) {
    .enroll-details-page-box .inputGroup.oly-clsss .course-stats .stat {
        padding: 6px 6px !important;
        font-size: 12px !important;
    }
}

/* header section */

@media (max-width: 767px) {

    /* banner section */
    .banner-slider .banner-left .swiper-wrapper {
        height: 280px;
    }

    .banner-slider .banner-left {
        padding: 0px 0px 0px 0px;
    }

    .banner-slider .banner-right .registertext-div {
        padding: 20px 20px;
        border-radius: 0px 0px 0px 0px;
        position: relative;
        box-shadow: none;
    }

    .banner-slider .banner-right .registertext-div .register-now {
        font-size: 24px;
    }

    .banner-slider .banner-right .registertext-div .register-now span {
        font-size: 20px;
    }

    /* attemped section */
    .attemped-box {
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.50);
        padding: 16px 10px;
    }

    .attemped-box-end {
        border-radius: 0px 0px 10px 10px !important;
    }

    .attempted-content h4 {
        font-size: 22px;
    }

    .attempted-content p {
        font-size: 13px;
    }

    .section-heading-box h2 .highlight {
        color: #19958c;
    }

    /* Empowering section */
    .section-heading-box h2 {
        font-size: 24px;
    }

    .Empowering-section .section-heading-box h2 {
        font-size: 24px;
        margin: 0px 1em;
    }

    .Empowering-section .section-heading-box h2:after {
        right: 10px;
    }

    .section-heading-box p {
        margin: 10px 10px 20px;
        font-size: 14px;
        color: #1d978e;
    }

    .Empowering-section .Empowering-card .card-box img {
        padding: 12px 10px;
        height: 130px;
    }

    .Empowering-section .Empowering-card .card-box {
        display: block;
        margin-bottom: 20px;
        height: 200px;
        padding: 0px;
        border-radius: 10px;
        position: relative;
    }

    .Empowering-section .Empowering-card .card-box h6 {
        font-size: 15px;
        background-color: var(--secondary-color);
        padding: 16px;
        height: 70px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 10px 10px;
        position: relative;
    }

    .Empowering-section .Empowering-card .card-box:hover h6 {
        display: block;
    }

    .Empowering-section .Empowering-card .card-box:hover h6 span {
        display: none;
    }

    .Empowering-section .Empowering-card .card-box h6::after {
        content: "\f077";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: -16px;
        background-color: #fff;
        color: var(--secondary-color);
        padding: 4px 6px;
        border-radius: 10px;
        font-size: 12px;
    }

    .Empowering-section .Empowering-card .card-box:hover h6::after {
        top: -80px;
        left: 10px;
        animation: slideUp 0.6s ease forwards;
    }

    /* Hidden Paragraph Text */
    .empowering-hideText {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        color: #fff;
        padding: 10px;
        transform: translateY(100%);
        opacity: 0;
        height: 180px;
        overflow: auto;
        border-radius: 10px;
        z-index: 1;
    }

    /* Reveal on Hover */
    .card-box:hover .empowering-hideText {
        animation: slideUp 0.6s ease forwards;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* category section */
    .category-section {
        padding: 1em 0em 1em;
    }

    .cateogry-left-gate,
    .cateogry-right-gate,
    .junior-left-image,
    .senior-left-image,
    .junior-right-image,
    .senior-right-image,
    .category-trophy-image,
    .category-circle-image {
        display: none !important;
    }

    .category-register-gif img {
        left: 0%;
        width: 160px;
    }

    #categoryTabs.nav-pills .nav-link {
        padding: 6px 10px;
        font-size: 13px;
        width: 140px;
        border-radius: 10px;
    }

    .category-box-grid {
        grid-template-columns: 1fr;
    }

    .category-box-grid #slideCardleft,
    .category-box-grid #slideCardright {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        background-color: #e2eafa;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        background-image: url(/wp-content/themes/shine-olympiad/images/category-exam/category-subject-bg.png);
        margin: 0px 10px;
    }

    .category-box-grid #slideCardleft {
        order: 2;
        border-radius: 20px 20px 0px 0px;
        padding: 10px 10px 0px;
    }

    .category-box-grid #slideCardright {
        order: 3;
        border-radius: 0px 0px 20px 20px;
        padding: 10px 10px;
    }

    .processSec-Box {
        padding: 1em 0em;
    }

    .process_cardBox .process_cardBox_List {
        margin-bottom: 16px;
    }

    .process_cardBox .process_cardBox_List .progress_rightIcon {
        display: none !important;
    }

    .process_cardBox {
        display: block;
        height: auto;
    }

    .process_cardBox .process_cardBox_List .list-unstyled {
        opacity: 1;
    }

    .processSec-Box .process_bottomArea h6 {
        font-size: 18px;
    }

    .processSec-Box .process_bottomArea img {
        max-width: 70%;
    }

    .processSec-Box .process_bottomArea p {
        font-size: 14px;
    }

    .subject-wrap {
        width: 95%;
        border-radius: 20px;
    }

    .subject-label {
        display: none;
    }

    .subject-card {
        margin-bottom: 10px;
    }

    .subject-card {
        width: 120px;
        height: 120px;
    }

    .speech-bubble .bubble-name {
        font-size: 13px;
    }

    .speech-bubble {
        top: 0px;
        left: 21%;
    }

    .speech-bubble {
        width: 70px;
    }

    .speech-bubble:hover {
        height: 70px;
        width: 90px;
        left: 17px;
    }

    /* new feature section */
    .features-section {
        padding: 1em 0em;
    }

    .features-section .features-container {
        padding: 3em 0em 1em;
    }

    .features-section .features-container .square-container {
        display: none;
    }

    .features-section .features-heading-box h2 {
        font-size: 26px;
    }

    .features-section .feature-card {
        padding: 10px;
        width: 150px;
        height: 130px;
        max-width: 150px;
        min-width: 150px;
    }

    .features-section .feature-card img {
        width: 60px;
    }

    .features-section .feature-title {
        font-size: 13px;
    }

    .features-section .square-container {
        width: 50%;
        height: 94%;
        top: 43%;
    }

    .features-section .first-left-vertical {
        left: 10px;
    }

    .features-section .top-right-horizontal {
        display: none;
    }

    .features-section .coming-soon {
        display: none;
    }

    /* gallery section */
    .gallery-section .swiper-wrapper .swiper-slide .gallery-gridBox {
        grid-template-columns: 1fr;
    }

    .gallery-section .swiper-wrapper .swiper-slide .gallery-gridBox img {
        height: 250px;
        object-position: top;
    }

    .gallery-section .swiper-wrapper .swiper-slide .gallery-gridBox>div {
        width: 330px;
        margin: 0 auto;
    }

    .gallery-section .swiper-wrapper .swiper-slide .overlay {
        font-size: 16px;
    }

    .gallery-section .gallery-bottomarea {
        margin: 10px auto 0px;
    }

    .gallery-section .gallery-bottom-text {
        font-size: 22px;
        letter-spacing: 0px;
    }

    .gallery-section .text-light-left {
        left: -30px;
        width: 40px !important;
    }

    .gallery-section .text-light-right {
        right: -30px;
        width: 40px !important;
    }

    .text-line-bottom {
        width: 200px;
    }

    .gallery-section .gallerySwiper .swiper-button-next,
    .gallery-section .gallerySwiper .swiper-button-prev {
        width: 22px;
        height: 90%;
    }

    .gallery-section .swiper-wrapper .swiper-slide {
        padding: 0em 1em;
    }

    .gallery-section .gallerySwiper .swiper-button-next:after,
    .gallery-section .gallerySwiper .swiper-button-prev:after {
        font-size: 22px !important;
    }

    .gallery-section .profile-img {
        width: 100px;
        height: 100px;
    }

    .gallery-section .rank-details p {
        font-size: 13px;
    }

    .gallery-section .profile-img {
        margin: 0 auto;
    }

    .gallery-section .rank-card {
        display: block;
        padding: 4px 10px;
        width: 100%;
        margin-bottom: 1em;
    }

    .gallery-section .rank-details h3 {
        font-size: 18px;
    }

    .gallery-section .rank-details {
        margin-left: 0px;
        text-align: center;
    }

    .gallery-section .rank-box-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-section .text-line-bottom {
        width: 230px;
    }

    .gallery-section .gallery-link {
        font-size: 16px;
    }

    /* whats see a apart section */
    .what-sets-apart-sec .heading_box .title {
        font-size: 20px;
    }

    .what-sets-apart-sec .heading_box hr {
        width: 30%;
        height: 3px;
    }

    .what-sets-apart-sec .apart-text {
        font-size: 14px;
    }

    .whats-list li {
        padding: 10px 16px;
        min-height: 60px;
        border-radius: 10px;
    }

    .whats-list li i {
        font-size: 16px;
    }

    .whats-list li span {
        font-size: 14px;
    }

    .What-Sets-Apart h4 {
        font-size: 14px;
        padding: 16px;
    }

    .What-Sets-Apart img {
        height: auto;
    }

    /* expert section */
    .experts-section .swiper-slide {
        width: 100%;
    }

    .experts-section .swiper-slide .experts-section-box h2,
    .testimonials-section .testimonial-slide h6 {
        font-size: 15px;
        margin: 0px 20px 10px;
    }

    .testimonials-section .testimonial-slide p {
        font-size: 13px;
        margin: 0px 20px 0px;
    }

    .testimonials-section .testinomial-bgBox {
        padding: 1em 0em;
    }

    .testimonials-section .testimonial-slide img {
        width: 120px;
        height: 120px;
    }

    /* contact section */
    .contactus-section .contactus-details-box h4 {
        font-size: 20px;
        margin: 0.5em 0 0.5em;
        text-align: center;
    }

    .contactus-section form input,
    .contactus-section form textarea,
    .contactus-section form select {
        height: 50px;
        font-size: 14px;
        border-radius: 10px;
    }

    .contactus-section form i {
        padding: 12px 0;
        font-size: 16px;
    }

    .contactus-section form .contactus-details-btn {
        border-radius: 10px;
        font-size: 14px;
        letter-spacing: 1px;
        width: fit-content;
    }

    /* footer section */
    .footer_section .footer_topBox .logo_img {
        width: 42%;
    }

    .footer_section .footer_topBox .footer_quotes {
        font-size: 15px;
    }

    .footer_section .footer_topBox .footer_title {
        font-size: 18px;
        text-align: left !important;
    }

    .footer_section .footer_topBox .footer_contact li a,
    .footer_section .footer_topBox .footer_links li a,
    .footer_bottomBox p {
        font-size: 14px;
    }

    .footer_section .quick-menu-box,
    .footer_section .quick-menu-box .row,
    .footer_section .quick-menu-box .row .col-md-6 {
        padding: 0px;
        margin: 0px 0px !important;
    }

    .footer_bottomBox {
        display: block;
    }

    .footer_bottomBox p {
        text-align: center;
    }

    .footer_bottomBox_links li a {
        font-size: 13px;
        padding: 0px 10px 0px 0px;
    }

    .footer_bottomBox_links {
        justify-content: center;
    }

    /* login page */
    .olylogin-page-section .olylogin-page-form-box {
        padding: 30px 20px;
    }

    .olylogin-page-section .img-part-signin-page img {
        display: none !important;
    }

    .olylogin-page-section .olylogin-page-form-box {
        margin: 0 auto !important;
    }

    .olylogin-page-section form .form-group .olylogin-page-form-div .tooltip .tooltiptext {
        top: 10px;
        right: 20px;
        left: unset;
    }

    /* register page */
    .enroll-header-page-section h1 {
        font-size: 20px;
    }

    .enroll-header-page-section {
        padding: 2em 0;
    }

    .enroll-details-page-section h4 {
        font-size: 16px;
    }

    .enroll-details-page-box .enroll-details-h3-box h6 {
        font-size: 18px;
    }

    .enroll-details-page-section .ChooseLanguage-box .ChooseLanguage-flex {
        overflow: auto !important;
    }

    .enroll-details-page-section {
        padding: 2em 0;
    }

    .queryform-page {
        padding: 20px;
    }

    .queryform-page .form-group {
        float: none !important;
        width: 100% !important;
    }

    .queryform-page h5 {
        margin: 0px 0 10px;
        font-size: 18px;
    }

    .queryform-page label {
        font-size: 13px;
    }

    .olylogin-page-section .olylogin-page-form-box .already-login-txt {
        padding-top: 2em;
    }

    .enroll-listed-page-table tr th {
        width: 40%;
    }

    .enroll-listed-page-box {
        padding: 0 !important;
        margin-top: 20px !important;
    }

    .submit-btn {
        width: 50% !important;
    }

    .notes-box ul {
        padding-left: 0em;
    }

    .notes-box h2 {
        font-size: 18px;
    }

    .enroll-details-page-section .ChooseLanguage-box label {
        min-width: 90px !important;
    }

    /* about us page */
    .about_advantageBox .head_subtitle {
        max-width: 80%;
    }

    /* privatepolicy, termscond, disclaimer page */
    .privatepolicy-section,
    .termscond-page-section,
    .disclaimer-page-section {
        padding: 2em 0;
    }

    .disclaimer-page-box,
    .privatepolicy-box,
    .termscond-page-box {
        padding: 20px;
    }

    .privatepolicy-section .privatepolicy-box h1,
    .disclaimer-page-section .disclaimer-page-box h1,
    .termscond-page-section .termscond-page-box h1 {
        font-size: 20px;
    }

    /* faq page */
    .faq-header-page-section,
    .faq-details-page-section {
        padding: 2em 0;
    }

    .faq-header-page-section .trending-heading {
        margin: 0;
        font-size: 19px;
    }

    .faq-header-page-section p {
        line-height: 16px;
        font-size: 12px;
        margin-top: 10px;
    }

    .faq-details-page-section .accordian-faq-box {
        padding: 20px 20px;
        margin-bottom: 1em;
    }

    /* school register page */
    .mobile-noti-icon,
    .register-school-feature-box,
    .shine-details-class-page-section .shine-details-class-left-div,
    .user-dashboard-page-details .user-dashboard-myaccount-box,
    .web-hide {
        display: block !important;
    }

    .register-school-feature-box .register-school-feature-details {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .olyregister-page-section .olyregister-page-box h1,
    .register-school-page-section .how-it-works-page-section h4,
    .register-school-feature-details-box h4,
    .register-school-page-section form h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .register-school-page-section form {
        margin-top: 0 !important;
        position: relative !important;
    }

    .register-school-feature-box .register-school-feature-details {
        width: 100%;
    }

    /* language chart modal */
    .select-grade-modal .modal-dialog {
        display: block;
        text-align: left
    }

    .select-grade-modal .modal-dialog select {
        width: 100%;
        margin-left: 0
    }

    .select-grade-modal .modal-dialog .table-responsive {
        margin-top: 1em;
        border: none;
        height: auto
    }

    .select-grade-modal .modal-dialog .table-responsive table {
        border-top: none;
        margin-top: 0
    }

    .select-grade-modal .modal-dialog {
        width: 94%
    }

    /* all subject page */
    .subject-header-page-section,
    .ShineOlympiadRegistrationVideo-section,
    .subject-details-page-section,
    .buy-plan-section {
        padding: 2em 0;
    }

    .subject-header-page-section h1 {
        font-size: 20px;
    }

    .subject-header-page-section h2 {
        font-size: 14px;
    }

    .subject-header-page-section p {
        font-size: 13px;
    }

    .subject-header-page-section h5 {
        font-size: 18px;
    }

    .subject-header-page-section .free-demo-btn,
    .subject-header-page-section .syllabus-btn {
        margin-top: 10px;
        padding: 8px 8px;
        font-size: 11px;
    }

    .subject-header-page-section .WatchVideos-btn {
        padding: 8px 10px;
        font-size: 11px;
    }

    .ytiframe {
        height: auto;
        margin-top: 1em;
    }

    .ShineOlympiadRegistrationVideo-section .ShineOlympiadHead {
        font-size: 20px;
    }

    .ShineOlympiadRegistrationVideo-section .ShineOlympiadpara {
        font-size: 12px;
    }

    .ShineOlympiadRegistrationVideo-section .buy-plan-sectionFlex .buy-plan-btn {
        margin: 10px auto 0px;
        float: unset;
    }

    .subject-details-page-section .tab .tablinks {
        padding: 4px 20px;
    }

    .subject-details-page-section .subject-details-heading {
        font-size: 19px;
    }

    .subject-details-page-section .tabcontent h4 {
        font-size: 18px;
    }

    .subject-details-page-section .tabcontent h6 {
        font-size: 16px;
    }

    .subject-details-page-section .tabcontent p {
        line-height: 20px;
        font-size: 13px;
    }

    .subject-details-table-box table {
        width: 100%;
    }

    .subject-details-table-box table tr th,
    .subject-details-table-box table tr td {
        padding: 8px 8px;
        font-size: 14px;
    }

    .subject-details-table-box ul li {
        font-size: 13px;
    }

    .sample-question-page-section .row {
        margin: 0px 0px 0px 0px !important;
    }

    .sample-question-page-section .sample-question-box {
        padding: 10px 10px 10px;
    }

    .subject-details-page-section .tabcontent {
        padding: 10px;
    }

    .buy-plan-section .buy-plan-head {
        font-size: 20px;
    }

    .buy-plan-section .buy-plan-btn {
        float: unset;
        padding: 10px 20px;
        font-size: 12px;
        margin: 10px auto 0px;
        display: flex;
    }

    .subject-details-page-section h4 {
        font-size: 18px;
    }

    .subject-details-page-section .accordion {
        padding: 14px;
        font-size: 14px;
    }

    .subject-details-page-section .panel p {
        font-size: 13px;
    }

    .subject-details-table-box {
        margin-top: 0px;
    }

    .subject-details-page-section .tab {
        overflow: auto;
    }

    /* blog page */
    .blogsPage-section .blogsCard-box .blogList-img {
        margin: 0 auto 10px;
    }

    .blogsPage-section .blogsCard-box .blogList-content .timeDayText {
        position: relative;
    }

    .magnific-img {
        width: 100% !important;
    }

    .select-grade-modal .modal-dialog .select-grade-modalClasses {
        overflow-x: auto;
    }

    .select-grade-modal .modal-dialog .select-grade-modalClasses button img {
        width: 60px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss label h3 {
        font-size: 14px;
        width: 50%;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-container {
        display: block;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .dropdown-box.open {
        max-height: 500px;
        padding: 10px 4px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1em;
        gap: 6px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats .stat {
        padding: 8px 8px;
        font-size: 14px;
        text-align: center;
        display: grid;
        width: 100px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats .stat .num {
        font-size: 18px !important;
        margin-right: 0px;
    }

    .pages-hero-section {
        min-height: 140px;
    }

    .pages-hero-section h1 {
        font-size: 25px;
    }

    .pages-hero-section p {
        font-size: 16px;
        margin: 0px;
    }

    /* video page */
    .videoBox-sec .unlock-card.is-sticky {
        position: relative;
    }

    #videoModal .modal-body iframe {
        height: 230px;
    }

    #videoModal .modal-body .btn-close {
        top: 6px;
        right: 8px;
    }

    /* gallery page */
    .galleryPage-section .imagePageDivider img {
        margin-left: 140px !important;
        width: 70px !important;
        top: -16px !important;
    }

    .language-subjectTab .language-subjectList {
        padding: 6px;
    }

    .language-subjectTab .language-subjectList li {
        min-width: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    /* banner section */
    .banner-slider .banner-left .swiper-wrapper {
        height: 480px;
    }

    /* empowering section */
    .section-heading-box h2 {
        font-size: 28px;
    }

    .Empowering-section .section-heading-box h2:after,
    .Empowering-section .section-heading-box h2:before {
        top: 6%;
    }

    .attemped-box {
        padding: 10px;
        gap: 10px;
    }

    .attempted-content p {
        font-size: 13px;
    }

    .section-heading-box p {
        margin: 1em 3em;
    }

    .Empowering-section .Empowering-card .card-box {
        height: 230px;
        margin-bottom: 10px;
        overflow: auto;
    }

    .Empowering-section .Empowering-card .card-box img {
        width: 100px;
    }

    /* category section */
    .category-section {
        padding: 2em 0em 2em;
    }

    .cateogry-left-gate,
    .cateogry-right-gate {
        display: none;
    }

    .category-box-grid {
        grid-template-columns: 1fr;
    }

    .subject-wrap {
        width: 96%;
    }

    .category-box-grid #slideCardleft,
    .category-box-grid #slideCardright {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 40px;
        flex-wrap: wrap;
        background-color: #e2eafa;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        background-image: url(/wp-content/themes/shine-olympiad/images/category-exam/category-subject-bg.png);
        margin: 0px 10px 10px;
    }

    .category-box-grid #slideCardleft {
        order: 2;
        border-radius: 100px;
        padding: 10px 10px 0px;
    }

    .category-box-grid #slideCardright {
        order: 3;
        border-radius: 100px;
        padding: 10px 10px;
    }

    /* process section */
    .process-section {
        padding: 2em 2em;
    }

    .process_cardBox {
        grid-template-columns: repeat(3, 1fr) !important;
        height: auto;
    }

    .process_cardBox .process_cardBox_List {
        margin-bottom: 16px;
    }

    .process_cardBox .process_cardBox_List .list-unstyled {
        opacity: 1;
    }

    .process_cardBox .process_cardBox_List .list-unstyled li {
        font-size: 13px;
    }

    .process_cardBox .process_cardBox_List img {
        width: 80px;
        height: 80px;
    }

    .processSec-Box .process_bottomArea h6 {
        font-size: 18px;
    }

    /* feature section */
    .features-section {
        padding: 1em 0;
    }

    .features-section h1 {
        font-size: 8rem;
        line-height: 200px;
    }

    .features-section .square-container {
        height: 85%;
        top: 36%;
    }

    .features-section .first-right-vertical {
        right: 90px;
    }

    .features-section .first-left-vertical {
        left: 100px;
    }

    .features-section .top-left-horizontal,
    .features-section .second-left-vertical {
        left: -90px;
    }

    .features-section .top-right-horizontal,
    .features-section .second-right-vertical {
        right: -90px;
    }

    .features-section .sbottom-left-horizontal {
        left: -160px;
    }

    .features-section .sbottom-right-horizontal {
        right: -160px;
    }

    .features-section .feature-card {
        width: 160px;
        height: 140px;
        max-width: 160px;
        min-width: 160px;
    }

    .features-section .feature-title {
        font-size: 13px;
    }

    /* enroll section */
    .enroll_bgbox {
        width: 80%;
    }

    /* gallery section */
    .gallery-section .swiper-wrapper .swiper-slide .gallery-gridBox img {
        width: 100%;
        object-fit: cover;
        height: 250px;
    }

    .gallery-section .gallery-bottom-text {
        font-size: 26px;
    }

    .gallery-section .rank-card {
        width: 210px;
        display: block;
    }

    .gallery-section .profile-img {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .gallery-section .rank-details p {
        font-size: 15px;
        text-align: center;
    }

    .gallery-section .rank-details {
        margin-left: 0px;
    }

    .gallery-section .rank-details h3 {
        margin: 8px 0px 4px;
        font-size: 18px;
    }

    .What-Sets-Apart img {
        height: 22vh;
    }

    .experts-section .swiper-slide {
        width: 80%;
    }

    .contactus-section .contactus-details-box h4 {
        font-size: 28px;
        margin: 0em 0 0em;
        text-align: center
    }

    .footer_section .footer_topBox .logo_img {
        width: 60%;
    }

    /* about page */
    .aboutus-pageheader-section,
    .aboutus-advantage-pageheader-section,
    .aboutus-nep-pageheader-section {
        padding: 3em 0em;
    }

    .aboutus-pageheader-section .aboutus-page-banner h2 {
        font-size: 30px;
    }

    /* faq page */
    .faq-details-page-section .accordian-faq-box h2 {
        font-size: 14px;
    }

    .faq-details-page-section .quicklinks-box h4 {
        font-size: 17px;
    }

    .faq-details-page-section .quicklinks-box ul li a {
        font-size: 13px;
    }

    .faq-header-page-section .trending-heading {
        font-size: 24px;
    }

    .select-grade-modal .modal-dialog {
        width: 90%;
    }

    /* all subjects page */
    .subject-header-page-section h1,
    .ShineOlympiadRegistrationVideo-section .ShineOlympiadHead,
    .buy-plan-section .buy-plan-head {
        font-size: 24px;
    }

    .subject-details-table-box table {
        width: 70%;
    }

    .enroll-details-page-section .ChooseLanguage-box .ChooseLanguage-flex {
        overflow-x: auto;
    }

    .enroll-details-page-box .enroll-details-h3-box h6 {
        font-size: 20px;
    }

    .queryform-page .form-group {
        float: none;
        width: 100%;
    }

    .submit-btn {
        width: 100% !important;
    }

    .header_section nav .navbar {
        padding: 10px 20px;
    }

    /* gallery page */
    .pages-hero-section {
        min-height: 140px;
    }

    .pages-hero-section h1 {
        font-size: 28px;
    }

    .galleryPage-section .category-title {
        font-size: 20px;
        margin: 14px 0px;
    }

    .galleryPage-section .magnific-img {
        width: 22.8%;
    }

    .galleryPage-section .magnific-img img {
        height: 200px;
    }

    img.mfp-img {
        max-width: 60%;
    }

    .register-school-page-section .container {
        max-width: 800px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss label h3 {
        font-size: 14px;
        width: 40%;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-container {
        display: block;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .dropdown-box.open {
        max-height: 500px;
        padding: 10px 4px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1em;
        gap: 6px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats .stat {
        padding: 6px 6px;
        font-size: 12px;
        text-align: center;
        display: grid;
        width: 100px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats .stat .num {
        font-size: 18px !important;
        margin-right: 0px;
    }

    .olylogin-page-section .img-part-signin-page img {
        padding: 10px 10px;
    }

    .olylogin-page-section .olylogin-page-form-box {
        padding: 20px 30px;
    }

    .olylogin-page-section .olylogin-page-form-box .already-login-txt {
        padding-top: 2em;
    }

    .register-school-headerpage-section {
        height: 180px;
    }

    .register-school-page-section form {
        margin-top: 0em;
    }

    .register-school-feature-box .register-school-feature-details {
        margin-bottom: 10px;
    }

    .page_headerimgBox img {
        width: 100%;
    }

    .page-heading-box h2 {
        font-size: 30px;
    }

    .olylogin-page-section .olylogin-page-form-box .captcha-input {
        width: 44%;
    }

    .blogsPage-section .blogsCard-box .blogList-content .timeDayText {
        position: relative;
    }

    #videoModal .modal-body iframe {
        height: 330px;
    }

    .videoBox-sec .unlock-card.is-sticky {
        position: relative;
    }

    .language-subjectTab .language-subjectList li {
        min-width: 60px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .What-Sets-Apart img {
        height: 16vh;
    }

    .features-section .square-container {
        width: 38%;
    }

    .process_cardBox {
        grid-template-columns: repeat(3, 1fr) !important;
        height: auto;
    }

    .process_cardBox .process_cardBox_List {
        margin-bottom: 16px;
    }

    .process_cardBox .process_cardBox_List .list-unstyled {
        opacity: 1;
    }

    .process_cardBox .process_cardBox_List .list-unstyled li {
        font-size: 13px;
    }

    .process_cardBox .process_cardBox_List img {
        width: 80px;
        height: 80px;
    }

    .Empowering-section .Empowering-card .card-box img {
        width: 100px;
    }

    .Empowering-section .Empowering-card .card-box {
        gap: 10px;
    }

    .section-heading-box p {
        margin: 1em 4em;
    }

    .category-trophy-image,
    .category-circle-image {
        bottom: 80px;
    }

    .category-circle-image {
        left: 90px;
    }

    .senior-right-image {
        bottom: -78px;
        right: -37px;
    }

    .Empowering-section .Empowering-card .card-box h6 {
        font-weight: var(--font-weight-400);
        font-size: 18px;
    }

    .banner-slider .banner-left .swiper-wrapper,
    .banner-right .accordion {
        height: 510px;
    }

    .banner-slider .banner-right .registertext-div {
        padding: 30px 20px;
    }

    .banner-slider .banner-right .accordion-header {
        padding: 26px 16px;
    }

    .banner-slider .banner-right .accordion-item.active .accordion-content {
        padding: 0px 20px 16px;
    }

    .banner-slider .banner-right .registertext-div .register-now {
        font-size: 30px;
    }

    .header_section nav .navbar {
        padding: 12px 20px;
        flex-wrap: nowrap;
    }

    .header_section nav .navbar .links .links-li {
        padding: 0 6px;
    }

    .header_section .olympiad-drop .header-drop-girl {
        width: 170px;
    }

    .header_section .resource-dropdownBox .gallery-images img {
        width: 90px;
        height: 110px;
    }

    .header_section .resource-dropdownBox .video-thumb {
        width: 160px;
    }

    .header_section .contact-drop .contact-summary-title {
        font-size: 24px;
    }

    .header_section nav .navbar .links .links-li .sub-menu .sub-menu-left-line img,
    .header_section nav .navbar .links .links-li .sub-menu .sub-menu-right-line img {
        bottom: 10px;
    }

    .aboutus-pageheader-section,
    .aboutus-advantage-pageheader-section,
    .aboutus-nep-pageheader-section {
        padding: 3em 0;
    }

    .aboutus-pageheader-section .aboutus-page-banner h2 {
        font-size: 32px;
    }

    .magnific-img {
        width: 23% !important;
    }

    .subject-header-page-section h1 {
        font-size: 26px;
    }

    .olylogin-page-section .img-part-signin-page img {
        padding: 60px 40px;
    }

    .olylogin-page-section .olylogin-page-form-box {
        padding: 30px 30px;
    }

    .olylogin-page-section .olylogin-page-form-box .already-login-txt {
        padding-top: 2em;
    }

    .olylogin-page-section .olylogin-page-form-box .captcha-input {
        width: 38%;
    }

    .olylogin-page-section .olylogin-page-form-box .frgt-pwd-txt {
        padding-bottom: 10px;
    }

    .queryform-page .form-group {
        width: 100%;
    }

    .enroll-details-page-section .ChooseLanguage-box input {
        margin: -42px -16px;
    }

    .footer_section .footer_topBox .footer_socialLinks a i {
        font-size: 22px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss label h3 {
        font-size: 14px;
        width: 50%;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-container {
        display: block;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .dropdown-box.open {
        max-height: 500px;
        padding: 10px 4px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1em;
        gap: 6px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats .stat {
        padding: 8px 8px;
        font-size: 14px;
        text-align: center;
        display: grid;
        width: 110px;
    }

    .enroll-details-page-box .inputGroup.oly-clsss .course-stats .stat .num {
        font-size: 18px !important;
        margin-right: 0px;
    }

    .features-section .feature-card {
        padding: 10px;
        width: 170px;
    }

    .features-section .second-right-vertical,
    .features-section .top-right-horizontal {
        right: -170px;
    }

    .features-section .second-left-vertical,
    .features-section .top-left-horizontal {
        left: -170px;
    }

    .features-section .first-right-vertical {
        right: 10px;
    }

    .features-section .first-left-vertical {
        left: 10px;
    }

    .blogsPage-section .blogsCard-box .blogList-content .timeDayText {
        position: relative;
    }

    #videoModal .modal-body iframe {
        height: 300px;
    }
}

/* gallery page */
@media screen and (max-width: 600px) and (orientation: landscape),
screen and (max-height: 300px) {
    .galleryPage-section .magnific-img {
        width: 100% !important;
    }

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}