/* ******************************************** MEDIA RESPONSIVE SECTION CSS */
@media all and (max-width : 330px) {
    nav ul li {
        display: block;
        width: 94%;
    }
}

@media only screen and (max-width:576px) {
    .Testimonials-section .sd_scroll {
        height: auto;
        overflow: auto;
        max-height: 240px;
    }

    .Testimonials-section .thumbnail,
    .Testimonials-section .btnNtxt {
        width: 100% !important;
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {

    /* navigation css */
    nav {
        margin: 0;
    }

    .toggle+a,
    .menu {
        display: none;
    }

    .toggle {
        display: block;
        color: #000;
        font-size: 16px;
        text-decoration: none;
        border: none;
        margin: 0 auto 0;
        padding: 10px 20px;
        font-weight: 600;
        cursor: pointer;
        text-align: left;
    }

    .menu-toggle {
        display: block;
        padding: 14px 20px;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        border: none;
        margin: 0 auto;
        font-weight: 500;
        cursor: pointer;
    }

    .custom-dropdown-ul {
        width: 100%;
        position: relative;
        top: 0;
        padding: 0 !important;
        left: 0;
        border-top: 1px solid #f9c098;
        border-bottom: 1px solid #f9c098;
    }

    .custom-dropdown-ul li {
        width: 100%;
        float: none;
    }

    .other-ul {
        width: 100%;
        position: relative;
        top: 0;
        padding: 0 !important;
        left: 0;
        border-top: 1px solid #f9c098;
        border-bottom: 1px solid #f9c098;
    }

    .other-ul li {
        width: 100%;
        float: none;
    }

    .toggle .fa-bars {
        float: right;
        font-size: 24px;
        cursor: pointer;
    }

    [id^=drop]:checked+ul {
        display: block;
        padding: 0;
    }

    nav a {
        display: block;
        padding: 10px 20px;
        font-weight: 600;
    }

    nav ul li {
        display: block;
        width: 100%;
        background: #fad8c0;
        background: #fad8c0;
        border-bottom: 1px solid #f9c098;
        margin: 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 8px 26px !important;
        color: #000;
        font-size: 15px !important;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
        transition: 0.4s all;
    }

    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
    }

    /* navigation css */
    .header-section .header-contact-section .leftcontact-txt {
        padding: 0;
        text-align: center;
        font-size: 14px;
    }

    .header-section .header-contact-section .leftcontact-txt span {
        display: table-cell;
        margin: 0;
        font-size: 10px;
        padding-left: 15px;
    }

    .header-section .header-contact-section .rightcontact-txt {
        text-align: center;
    }

    .header-section .header-contact-section .rightcontact-txt i {
        font-size: 16px;
    }

    .fa-solid {
        padding: 0 4px;
    }

    .header-section .topheader-section h1 {
        text-align: center;
        font-size: 22px;
    }

    .header-section .navigation-header .topnav {
        background: whitesmoke;
        margin-top: 20px;
        text-align: left;
        border: 1px solid #e9e9e9;
    }

    .Sliderbanner-section .Modern-Slider .item .img-fill {
        height: 30vh;
    }

    .fourfeatures-section {
        margin-top: 0;
        padding: 1em 0;
    }

    .Sliderbanner-section .Modern-Slider .item .info .banner1txt,
    .Sliderbanner-section .Modern-Slider .item .info .banner2txt {
        display: none !important;
    }

    .fourfeatures-section .fourfeaturesbox-flex {
        display: block;
    }

    .header-section .topheader-section .row {
        display: block !important;
    }

    .header-section .logoimg {
        display: flex;
        margin: 0 auto !important;
    }

    .headingtxt-box h2 {
        display: block;
        text-align: center;
        padding-bottom: 10px;
        font-size: 20px;
    }

    .headingtxt-box h2 a {
        display: block;
        text-align: center;
        padding: 10px 0 0;
    }

    .headingtxt-box h6 {
        text-align: center;
        font-size: 12px;
    }

    .popularcourse-section .popularcourse-box {
        margin-bottom: 10px;
        height: 200px;
        padding: 0;
    }

    .aboutus-section img,
    .person-img,
    .current-images img,
    .mobile-img {
        display: none !important;
    }

    .counters-section ul {
        display: block;
    }

    .counters-section ul li {
        margin: 0 0 0px 0;
    }

    .Footer-section h2 {
        font-size: 20px;
    }

    .Footer-section h6 {
        line-height: 28px;
        font-size: 12px;
    }

    .Footer-section h5 {
        font-size: 12px;
    }

    .ourfeatures-section .ourfeatures-box img {
        width: 70%;
    }

    .ourfeatures-section .ourfeatures-box h2 {
        font-size: 12px;
        margin-top: 10px;
    }

    .ourfeatures-section .ourfeatures-box {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .Footer-section .Footerflex-box {
        display: block;
        text-align: center;
        margin-top: 0px;
        padding-top: 0px;
    }

    .Footer-section .Footerflex-box h5 {
        font-size: 11px;
    }

    .Footer-section .Footerflex-box h4 {
        margin-top: 15px;
    }

    .Footer-section h6 a {
        width: 100%;
    }

    .Footer-section h3 {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .ContactUs-section {
        padding: 0em 0;
    }

    .headingtxt-box h6 {
        margin-bottom: 10px;
        padding: 0;
    }

    .aboutus-section {
        padding: 2em 0;
    }

    .Sliderbanner-section .Modern-Slider .NextArrow,
    .Sliderbanner-section .Modern-Slider .PrevArrow {
        display: none !important;
    }

    .all-view a {
        width: 26%;
        font-size: 13px;
    }

    .all-view {
        text-align: center;
        margin-top: 10px;
    }

    .exam-site-section .exam-title-box h1 {
        font-size: 20px;
        margin: 0;
    }

    .exam-site-section .btn {
        padding: 10px 10px;
    }

    .header-section .navigation-header .topnav a:not(:first-child) {
        display: none;
    }

    .header-section .navigation-header .topnav button.icon {
        background: #d8d8d8;
        float: right;
        display: block;
        padding: 16px 17px;
        border: 0;
        outline: none;
        cursor: pointer;
    }

    button.icon:focus,
    button.icon:hover {
        border: 0;
        outline: none;
        background: #b3b3b3;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav button.icon {
        background: #d8d8d8;
        float: right;
        display: block;
        padding: 16px 17px;
        border: 0;
        outline: none;
        cursor: pointer;
    }

    button.icon:focus,
    button.icon:hover {
        border: 0;
        outline: none;
        background: #b3b3b3;
    }

    .header-section .topheader-section .topheader-left {
        margin-top: 14px;
        justify-content: center;
    }

    .header-section .topheader-section .topheader-right {
        display: block;
        text-align: center;
    }

    .header-section .topheader-section .topheader-right li {
        justify-content: center !important;
        margin-bottom: 8px;
    }

    .double-line-bottom-centered-theme-colored-2 {
        padding-bottom: 0px;
        margin-right: 0%;
    }

    .call-address {
        margin-bottom: 12px;
        height: auto;
    }

    .icon-body h5 {
        margin: 0;
    }

    .popularcourse-section .popularcourse-box img {
        width: 30%;
        height: 60px;
    }

    .demo-banner-sec {
        padding: 1em 0 2em;
        background-position: center;
        background-size: auto;
        width: 100%;
    }

    .demo-banner-sec h2 {
        font-size: 16px;
    }

    .demo-banner-sec a {
        padding: 10px;
        font-size: 16px;
    }

    .popularcourse-section {
        padding: 1em 0 0em;
    }

    #myknowall {
        text-align: left;
        display: flex;
        overflow-x: scroll;
    }

    .know-all-section .tab button {
        font-size: 10px;
        padding: 10px 30px;
    }

    .plan-box {
        margin-bottom: 12px;
        border: 1px solid #b7b7b7;
    }

    .plan-box ul {
        padding: 10px 20px;
    }

    .popularcourse-box .box-images {
        margin: 6px 76px;
    }

    .person-comment .person-img img {
        height: auto;
        width: 30%;
    }

    .state-exam-sec .state-exam-box {
        padding: 14px 0px;
        margin-bottom: 10px;
        height: 110px;
    }

    .state-exam-sec .state-exam-box p {
        font-size: 13px;
    }

    .current-images img {
        margin-top: 0;
    }

    .Testimonials-section {
        padding: 1em 0 0;
    }

    .app-content-box {
        padding: 0;
        margin-top: 0;
        text-align: center;
    }

    .app-content-box p {
        padding: 10px 0 6px;
    }

    .nav-bar nav {
        float: none;
        margin-top: 10px;
    }

    .nav-bar nav .menu li a {
        color: #000;
        text-align: left;
    }

    .featured-details-section-page .featured-details-page-box {
        display: block !important;
    }

    .featured-details-section-page .featured-details-page-box .imagedescription-box {
        width: 100% !important;
    }

    .featured-details-section-page .featured-details-page-box .checkout-list-box {
        width: 100% !important;
        height: auto !important;
        margin-top: 12px !important;
    }

    .featured-details-section-page .featured-details-page-box .imagedescription-box h2 {
        margin: 20px 0px 20px !important;
    }

    .heading-txt-service {
        font-size: 24px !important;
    }

    .Product-Process-page-section .payprocess-box {
        margin: 0 !important;
    }

    .signuppage-form {
        padding: 16px;
        width: 90%;
    }

    .signuppage-form .captcha-input {
        width: 36%;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 8px 0;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .exprience-dector {
        padding: 1em 0 1em;
    }

    .exam-site-section .exam-title-box {
        padding: 0px;
    }

    .aboutus-section h2 {
        font-size: 22px;
        padding: 10px 0;
    }

    .app-content-box .mobile-code {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        font-size: 14px;
    }

    .notification-bell-modal .modal-content {
        width: 90%;
    }

    .fa-solid,
    .fas {
        padding: 0px 4px;
    }

    .topheader-left li a {
        padding: 6px 6px;
    }

    .whitelabel-selfanalyse-section-page,
    .whitelabel-psycometric-video-section,
    .whitelabel-edusoft-banner-section,
    .profile-dashboard-section,
    section.checkout-form-section,
    .category-details-page-section,
    .allpages-header-section,
    .exampage-details-page-section,
    .planpage-section,
    .featured-course-section,
    .upExam_section,
    .blogsdetails-page-section,
    .about-us-section,
    .download-notes-section,
    .wht-noti-section,
    .header-section .header-contact-section,
    .mobile-section,
    .current-affairs-section,
    .know-all-section,
    .exam-site-section,
    .ourfeatures-section,
    .blogs-page-section,
    .Footer-section {
        padding: 1em 0;
    }

    .upExam_section .upExam_card .examReadMore {
        padding: 8px 8px;
        font-size: 13px;
    }

    .heading-txt {
        font-size: 20px;
    }

    .heading-para {
        padding: 1em 0 1em;
        font-size: 14px;
    }

    .planpage-section .planpage-ul li a,
    .planpage-section .planpage-ul li a:hover {
        font-size: 15px;
    }

    .planpage-section .planpage-ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .planpage-section .planpage-ul {
        width: 100%;
    }

    .planpage-section .mocktestplan-section h4 {
        font-size: 17px;
        padding: 1em 0 0;
    }

    .planpage-section .mocktestplan-box p {
        font-size: 20px;
    }

    .planpage-section .mocktestplan-box h2 {
        font-size: 24px;
    }

    .planpage-section .mocktestplan-box ul li {
        font-size: 13px;
        padding: 6px 4px;
    }

    .planpage-section .mocktestplan-box button {
        width: 50%;
        font-size: 14px;
        padding: 6px;
    }

    .filter-side-box {
        padding: 20px 12px;
    }

    .featured-course-section .featured-course-box {
        height: auto;
    }

    .campignHeadBg .main-title-section1 {
        padding: 0em 0 0 !important;
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .campignHeadBg .partner-list {
        padding: 4px 0px;
    }

    .campignHeadBg .formLeftpart h2 {
        font-size: 16px;
    }

    .inputsectin #cmbCity,
    .inputsectin #comments {
        margin-top: 0px;
    }

    .submitbutton .submit-btn {
        padding: 10px 10px;
        font-size: 13px;
    }

    .contact-second-design .heading {
        font-size: 22px;
        margin: 0px;
    }

    .blog-heading-txt {
        font-size: 22px;
    }

    .post-content h1 a {
        font-size: 16px;
    }

    .box_image img {
        margin: 10px auto;
        width: 100%;
    }

    .blogs-page-details-box .box_blog .post-content .post-footer a {
        width: fit-content;
    }

    .blogs-page-details-box .box_blog .post-content .post-footer {
        display: flex;
    }

    .blogs-page-details-box .box_blog .post-content .post-footer .post-date {
        display: flex;
        justify-content: end;
    }

    .blogs-page-heading {
        font-size: 18px;
    }

    .blog-design {
        margin-bottom: 10px;
        height: auto;
    }

    .blogsdetails-page-box {
        margin-bottom: 10px;
    }

    .edusoft-banner-section {
        padding: 20px 0 !important;
    }

    .edusoft-banner-section .banner-head {
        font-size: 20px;
    }

    .learning-image-cycle img {
        width: 70%;
        margin: 20px auto;
    }

    .learning-image-cycle .learning-image-h4 {
        margin: 0 auto 10px;
        font-size: 16px;
        padding: 10px 16px;
    }

    .learning-image-cycle .benefits-table-box {
        width: 100%;
    }

    .learning-image-cycle .benefits-box-des {
        padding: 0px 0;
        font-size: 13px;
    }

    .edusoft-plans-section .pricing-school-box h2 {
        font-size: 14px;
    }

    .system-req-section h2 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .whitelabel-selfanalyse-section-page .whitelabel-selfanalyse-details-box .section-header h2,
    .whitelabel-offer-page-section .offer-box .section-header h2 {
        font-size: 20px;
    }

    .whitelabel-selfanalyse-section-page .psycometric-examlist-box,
    .whitelabel-offer-page-section .offer-box .img-box {
        height: auto;
        margin-bottom: 10px;
    }

    .whitelabel-psycometric-video-section .psycometric-video-box {
        margin-bottom: 10px;
    }

    .whitelabel-edusoft-banner-section .heading-para {
        padding: 10px 0em 10px;
    }

    .whitelabel-edusoft-banner-section .whitelabel-edusoft-form-btn {
        padding: 10px 10px;
        font-size: 12px;
    }

    .topheader-section-form {
        position: relative;
        top: 0px;
    }

    .section-header h2 {
        font-size: 20px;
    }

    .download-notes-section form h2 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .download-notes-section form {
        padding: 0 10px 10px;
    }

    .collapse-button i {
        font-size: 30px;
    }

    .header-section .loginregister-ul-div {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 4px;
        gap: 10px;
    }

    .category-details-page-box-heading {
        padding: 10px !important;
    }

    .category-details-page-section .category-details-page-box p {
        font-size: 12px !important;
    }

    .category-details-page-section .category-details-page-box .category-box {
        padding: 10px !important;
        height: 110px !important;
        display: block !important;
        text-align: center !important;
    }

    .category-box img {
        float: none !important;
        width: 32% !important;
    }

    .category-details-page-section .category-details-page-box .popular_text {
        font-size: 11px !important;
    }

    .upcoming-exam-sub-heading {
        font-size: 9px !important;
    }

    .category-details-page-box .col-xs-6 {
        padding: 0 4px !important;
    }

    .heading-txt {
        font-size: 20px !important;
    }

    .state-exam-sec .state-exam-box img {
        width: 30% !important;
    }

    .person-comment,
    .counters-section,
    .state-exam-sec {
        padding: 1em 0em !important;
    }

    .counters-section ul li i,
    .counters-section ul li h4 {
        font-size: 22px !important;
    }

    .slick-slide {
        height: auto !important;
    }

    .app-content-box a .google-play-img {
        vertical-align: middle;
        width: 40% 177.594px;
    }

    .partner-section,
    .contact-second-design,
    .blogs-page-section,
    .information-section,
    .videopage-list-section,
    .featured-course-section,
    .privatepolicy-section {
        padding: 1em 0 !important;
    }

    .contact-second-design #main {
        padding: 1em 1em !important;
    }

    .blog-heading-txt {
        font-size: 22px !important;
    }

    .about-us-section .left-img img {
        display: none !important;
    }

    .topheader-section-form {
        position: relative !important;
        top: 0px !important;
    }

}

@media screen and (min-width: 1200px) {
    .PhotoGallery-section #overlay img {
        width: 50%;
        height: 400px;
    }
}

@media only screen and (max-width: 1224px) and (min-width: 768px) {
    .header-section .topheader-section .topheader-left {
        justify-content: center !important;
    }

    .header-section .logoimg {
        width: 90% !important;
    }

    .planpage-section .planpage-ul {
        width: 100% !important;
    }

    .campignHeadBg .main-title-section1 {
        padding: 0em 0 0 !important;
        font-size: 17px !important;
    }

    .campignHeadBg .formLeftpart h2 {
        font-size: 14px !important;
    }

    .download-notes-section form h2 {
        margin-top: 20px !important;
    }

    .box_image img {
        width: 100% !important;
    }

    .blog-design {
        height: auto !important;
        font-size: 24px !important;
    }

    .contact-second-design .heading {
        font-size: 16px;
        margin: 0px;
    }

    .contact-second-design #main {
        padding: 2em 2em !important;
    }

    .center_container {
        width: 45% !important;
    }

    .vertical-center h4 {
        font-size: 13px !important;
        line-height: 18px !important;
        padding-top: 0px !important;
    }

    .learning-image-cycle .benefits-table-box {
        width: 100% !important;
    }

    .whitelabel-offer-page-section .offer-box .img-box {
        margin-bottom: 10px !important;
    }

    .topheader-section-form input,
    .topheader-section-form select {
        width: 100% !important;
    }

    .topheader-section-form .captcha-box {
        display: block !important;
    }

    .gallery img {
        width: 200px !important;
    }

    .gallery img {
        width: 160px !important;
        height: 100px !important;
    }

    .center_container {
        margin-right: 14px !important;
    }

    .signuppage-form {
        width: 56% !important;
    }

    .heading-txt {
        font-size: 22px !important;
    }

    .custom-dropdown-ul li {
        width: 40% !important;
    }

    .plan-box h4 {
        padding: 10px !important;
        width: 80% !important;
    }

    .plan-box ul li {
        font-size: 13px !important;
        padding: 6px 0 !important;
    }

    .PhotoGallery-section #overlay img {
        width: 60%;
    }

    .PhotoGallery-section #nextButton,
    .PhotoGallery-section #prevButton,
    .PhotoGallery-section #exitButton {
        font-size: 3em;
    }

    .popularcourse-box .box-images {
        margin: 20px 20px !important;
    }

    .popularcourse-section .popularcourse-box {
        height: 250px !important;
    }

    .popularcourse-section .popularcourse-box img {
        width: 60%;
        height: 70px;
    }

    .call-address {
        height: 260px !important;
    }

    .header-section .topheader-section .row {
        display: block !important;
    }

    .header-section .topheader-section .topheader-right {
        justify-content: center !important;
        margin-bottom: 10px !important;
    }

    .know-all-section .tab .tablinks {
        margin-bottom: 10px !important;
    }

    .state-exam-sec .state-exam-box {
        height: 160px !important;
    }

    .upcoming-exam-section .upcoming-head {
        font-size: 11px !important;
    }

    .video-self-page-box {
        margin-bottom: 0px !important;
        height: 210px !important;
    }

    .Footer-section .footer-bottom-form {
        display: flex;
        justify-content: center;
    }

    .Footer-section .footer-bottom-form input {
        width: 30% !important;
    }

    .Footer-section .bottom_images {
        justify-content: center !important;
    }

    .upExam_card {
        width: 356px !important;
    }

    .whitelabel-selfanalyse-section-page .psycometric-examlist-box p.para-phy {
        line-height: 15px !important;
    }
}