/* ******************************************** MEDIA RESPONSIVE SECTION CSS */

@media only screen and (max-width: 600px) {
    .header-section .header-contact-section .leftcontact-txt {
        padding: 0;
        text-align: center;
        font-size: 14px;
    }

    .header-section .header-contact-section {
        padding: 1em 0;
    }

    .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;
    }

    .signuppage-form {
        width: 100% !important;
        padding: 26px !important;
    }
    .signuppage-form .captcha-input {
        width: 40%;
    }


    .DemoNavigationHeader .navbar .links li .sub-menu li,
    .DemoNavigationHeader .navbar .links li .sub-menu {
        background: transparent !important;
    }

    .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;
    }

    .headingtxt-box h2 {
        display: block;
        text-align: center;
        padding-bottom: 10px;
        font-size: 22px;
    }

    .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 {
        margin: 0 auto;
        display: none;
    }

    .aboutus-section .aboutus-details-box p {
        font-size: 12px;
    }

    .aboutus-details-box {
        padding: 10px 0;
    }

    .counters-section ul {
        display: block;
    }

    .counters-section ul li {
        margin: 0 0 10px 0;
    }

    .Footer-section h2 {
        font-size: 20px;
    }

    .Footer-section h6 {
        line-height: 28px;
        font-size: 12px;
    }

    .Footer-section h5 {
        font-size: 12px;
        display: block;
        line-height: 22px;
    }

    .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 h4 {
        margin-top: 15px;
    }

    .Footer-section h6 a {
        width: 100%;
    }

    .Footer-section h3 {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .Footer-section {
        padding: 1em 0;
    }

    .ContactUs-section {
        padding: 0em 0;
    }

    .headingtxt-box h6 {
        margin-bottom: 10px;
        padding: 0;
    }

    .ourfeatures-section {
        padding: 1em 0;
    }

    .aboutus-section {
        padding: 0em 0;
    }

    .Sliderbanner-section .Modern-Slider .NextArrow,
    .Sliderbanner-section .Modern-Slider .PrevArrow {
        display: none !important;
    }

    .Feature-section .Feature-flex .Feature-flex-box {
        padding: 1em;
    }

    .person-comment {
        padding: 1em 0;
    }

    .welcome-sec .person-img {
        display: none;
    }

    .welcome-sec p {
        font-size: 12px;
    }

    .planpage-section .planpage-ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .planpage-section .mocktestplan-section h4 {
        padding: 1em 0 0;
    }

    .contact-second-design {
        padding: 0em 0;
    }

    .contact-second-design #main {
        padding: 1em 2em;
    }

    .details .heading {
        font-size: 20px;
        margin: 0;
    }

    .about-us-section .about-tittle {
        padding: 10px;
    }

    .about-us-section p {
        padding: 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;
    }

    .header-section .navigation-header {
        border: none;
    }

    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;
    }

    .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;
    }

    .topheader-flex,
    .topheader-section .row {
        display: block;
    }

    .topheader-flex li {
        margin-bottom: 10px;
    }
}

@media (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;
    }
}


/* responsive css */

@media screen and (max-width: 600px) {
    .header-section .topheader-section .topheader-left {
        margin-top: 14px;
        justify-content: center;
    }

    .header-section .topheader-section .topheader-right {
        justify-content: center;
        text-align: center;
    }

    .social-items {
        display: flex;
    }

    .double-line-bottom-centered-theme-colored-2 {
        padding-bottom: 0px;
        margin-right: 0%;
    }

    .call-address {
        margin-bottom: 12px;
    }

    .icon-body h5 {
        margin: 0;
    }

    .popularcourse-section .popularcourse-box img {
        width: 60%;
        height: 90px;
    }

    .demo-banner-sec {
        padding: 1em 0;
        background-position: center;
        background-size: auto;
        width: 100%;
    }

    .demo-banner-sec h2 {
        font-size: 16px;
    }

    .demo-banner-sec a {
        padding: 10px;
        font-size: 16px;
    }

    .state-exam-sec {
        padding: 2em 0;
    }

    .popularcourse-section {
        padding: 1em 0 0em;
    }

    .know-all-section {
        padding: 1em 0;
    }

    .plan-box {
        margin-bottom: 12px;
    }

    .popularcourse-box .box-images {
        margin: 6px 76px;
    }

    .current-affairs-section {
        padding: 1em 0;
    }

    .person-comment .person-img img {
        height: auto;
        width: 46%;
    }

    .person-img div {
        padding: 30px 16px 10px;
    }

    .state-exam-sec .state-exam-box p {
        font-size: 13px;
    }

    .current-affairs-img {
        padding: 10px;
    }

    .current-images img {
        margin-top: 0;
    }

    .notification {
        padding: 1em 0;
    }

    .Testimonials-section {
        padding: 1em 0 4em;
    }

    .testimonial-block .inner-box .content span {
        font-size: 12px;
    }

    .testimonial-block .inner-box {
        margin-bottom: 10px;
        height: 260px;
    }

    .mobile-section {
        padding: 1em 0;
    }

    .app-content-box {
        padding: 0;
        margin-top: 0;
        text-align: center;
    }

    .app-content-box p {
        padding: 10px 0 6px;
    }

    .app-content-box .qr-code-img {
        width: 34%;
    }

    .text-list p {
        font-size: 12px;
    }

    .wl-features {
        padding: 1em 0 0;
    }

    .headingtxt-box span.decor {
        margin: 8px 0 8px;
    }

    .our-team {
        margin-bottom: 10px;
    }

    .mobile-img {
        height: auto;
    }

    .notification-bell {
        top: 70px;
        margin-top: 0;
    }

    .state-exam-sec .state-exam-box img {
        width: 40%;
    }
}


/* ===========Shivani css================= */


/* ******************************************Navbar SECTION CSS */

@media all and (max-width: 768px) {
    nav ul.menu {
        display: none;
    }

    nav {
        margin: 0;
    }

    .toggle+a,
    .menu {
        display: none;
    }

    .toggle {
        display: block;
        background-color: #ebebeb;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        border: none;
        margin: 0 auto 0;
        padding: 10px 20px;
        font-weight: 600;
        cursor: pointer;
        text-align: left;
    }

    .toggle:hover {
        color: #20b876;
    }

    .menu-toggle {
        display: block;
        background-color: #262f36;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        border: none;
        font-weight: 500;
        cursor: pointer;
    }

    .custom-dropdown-ul li {
        width: 100%;
        float: none;
    }

    .other-ul,
    .custom-dropdown-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,
    .custom-dropdown-ul li {
        width: 100%;
        float: none;
    }

    .custom-dropdown-ul li a {
        background-color: #fff;
        border-bottom: 1px solid #d3d3d3;
        font-weight: 500;
    }

    .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;
        color: #000;
    }

    nav ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #d3d3d3;
        text-align: start;
    }

    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;
        text-decoration: none;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
    }

    .mobile-hide {
        display: none;
    }
}

@media all and (max-width: 330px) {
    nav ul li {
        display: block;
        width: 94%;
    }
}


/* ************************************************* MEDIA RESPONSIVE SECTION CSS */

@media only screen and (max-width: 600px) {
    /* a.book-now {
        display: flex !important;
        margin: 0 auto !important;
    } */

    .topheader-section .logoimg {
        display: flex;
        margin: 0 auto;
    }

    .header-section .header-contact-section .leftcontact-txt {
        text-align: center;
    }

    .header-section .header-contact-section .rightcontact-txt i {
        border: 1px solid #e8e8e8;
    }

    .header-section .topheader-section ul {
        display: flex;
        padding: 0;
        justify-content: space-between;
    }

    .header-section .topheader-section ul li {
        padding: 12px 0;
    }

    .header-section .topheader-section ul li div h3 {
        font-size: 12px;
    }

    .header-section .topheader-section .col-md-2.col-sm-2.col-xs-12.text-right {
        text-align: center;
    }

    .header-section .navigation-header form {
        justify-content: center;
    }

    .header-section .navigation-header .topnav {
        background: #2e4a5f;
        padding: 0 0 0 10px;
    }

    .Sliderbanner-section .Modern-Slider .item .img-fill {
        height: 22vh;
    }

    .Sliderbanner-section .Modern-Slider .item .info .banner1txt,
    .Sliderbanner-section .Modern-Slider .item .info .banner2txt {
        display: none !important;
    }

    .Feature-section .Feature-flex {
        display: block;
    }

    .counters-section {
        padding: 2em 0;
    }

    .counters-section h2 {
        line-height: 30px;
        font-size: 18px;
        text-align: center;
        margin-top: 0px;
    }

    .counters-section ul {
        margin-top: 20px;
    }

    .counters-section ul li i {
        width: 50px;
        font-size: 20px;
    }

    .counters-section ul li h3 {
        font-size: 28px;
    }

    .counters-section ul li p {
        font-size: 12px;
        line-height: 22px;
    }

    .header-section .topheader-section {
        padding: 4px 0;
    }

    .headingtxt-box h2 {
        font-size: 25px;
        padding-bottom: 0px;
    }

    .PhotoGallery-section {
        padding: 0em 0;
    }

    .Footer-section {
        padding: 1em 0;
    }

    .Footer-section .Footerflex-box {
        margin-top: 0px;
        padding-top: 8px;
    }

    .Footer-section .Footerflex-box {
        display: block;
        text-align: center;
    }

    .header-section .topheader-section h3 {
        font-size: 14px;
        padding-top: 8px;
    }

    .header-section .topheader-section ul li i {
        font-size: 20px;
        margin-right: 10px;
    }

    .header-section .topheader-section h1 {
        text-align: center;
    }

    .upcoming-exam-section .col-xs-12 {
        padding: 0;
    }

    .Sliderbanner-section .img-fill img {
        object-fit: fill;
    }

    .planning-sec {
        padding: 2em 0 0;
    }

    .wl-tabs-sec {
        padding: 1em 0;
    }

    .pcss3t {
        margin: 60px 0 0;
    }

    .planpage-section {
        padding: 0em 0;
    }

    .Testimonials-section .slideshow .PrevArrow {
        left: 11em;
        top: 18em;
    }

    .Testimonials-section .slideshow .NextArrow {
        left: 14em;
        top: 18em;
    }

    .current-affairs-img img {
        display: none;
    }

    .current-affairs-sec {
        padding: 1em 0 0;
    }

    .about-us-section {
        padding: 1em 0;
    }

    .location-map {
        margin: 10px 0;
    }

    .location-map iframe {
        width: 100% !important;
    }

    .download-section {
        padding: 1em 0em;
        position: relative;
    }

    .featured-course-section {
        padding: 0em 0 0em;
    }

    .filter-side-box {
        padding: 0px;
        margin-top: 0px;
    }

    #product-data {
        margin-top: 0px;
    }

    .featured-course-section .featured-course-box {
        border: 1px solid #cecece;
    }

    .upcomingexam-section {
        padding: 0em 0;
    }

    .center_container {
        width: 100%;
    }

    .learning-image-cycle {
        padding: 1em 0;
    }

    .featured-details-section-page .featured-details-page-box {
        display: block;
    }

    .featured-details-section-page .featured-details-page-box .imagedescription-box {
        width: 100%;
    }

    .featured-details-section-page .featured-details-page-box .imagedescription-box img {
        height: 200px;
    }

    .featured-details-section-page .featured-details-page-box .checkout-list-box {
        width: 100%;
        margin: 16px 0 0;
    }

    .featured-details-section-page .featured-details-page-box .imagedescription-box p {
        padding: 0 0px;
    }

    .featured-details-section-page .featured-details-page-box .imagedescription-box h2 {
        margin: 0px 0px 0px;
    }

    .wl-tabs-sec .category_box img {
        width: 50px;
    }

    .wl-tabs-sec .category_box h4 {
        font-size: 11px;
    }

    .demo-banner-sec a {
        font-size: 12px !important;
    }

    .heading-txt {
        font-size: 24px;
    }

    .heading {
        font-size: 20px;
    }

    .wht-noti-section {
        padding: 1em 0;
    }

    .PhotoGallery-section #overlay img {
        width: 78%;
    }

    .gallery-section {
        padding: 1em 0;
    }

    .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;
    }
}

@media (max-width: 992px) {
    .planning-sec .pricing-table .ptable-item {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .planning-sec .pricing-table .ptable-item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .planning-sec .pricing-table .ptable-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .pcss3t>label {
        display: block;
    }

    .pcss3t>.right {
        float: none;
    }

    .pcss3t-theme-1>label {
        margin-right: 0;
    }

    .pcss3t-theme-1>input:checked+label {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-radius: 5px;
    }

    .pcss3t-theme-1>.tab-content-first:checked~ul {
        border-top-left-radius: 5px;
    }
}

@media (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:991px) {
    .testimonials-wrapper .owl-dots {
        display: block
    }
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }

    .PhotoGallery-section #overlay img {
        width: 60%;
    }

    .PhotoGallery-section #nextButton {
        font-size: 3em;
    }

    .PhotoGallery-section #prevButton {
        font-size: 3em;
    }

    .PhotoGallery-section #exitButton {
        font-size: 3em;
    }
}

@media screen and (min-width: 1200px) {
    .PhotoGallery-section #overlay img {
        width: 50%;
        height: 400px;
    }
}

@media (max-width:920px) {
    .DemoNavigationHeader .navbar {
        max-width: 100%;
        padding: 0;
        justify-content: center;
        min-height: 30px;
    }

    .DemoNavigationHeader .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
        border-bottom: 1px solid #747474 !important;
    }

    .DemoNavigationHeader .navbar .links li a {
        font-size: 13px !important;
        color: #fff !important;
        padding: 10px 0;
        justify-content: space-between;
        font-weight: 500;
    }

    .DemoNavigationHeader .navbar .links li a:hover {
        color: #fff !important;
    }
}

@media (max-width:800px) {
    .DemoNavigationHeader .navbar .bx-menu {
        display: block;
    }

    .DemoNavigationHeader .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: #262f36;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
        height: 100%;
        overflow: auto;
    }

    .DemoNavigationHeader .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .DemoNavigationHeader .navbar .nav-links .sidebar-logo i {
        color: #fff;
    }

    .DemoNavigationHeader .sidebar-logo i,
    .DemoNavigationHeader .navbar .bx-menu {
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 14em;
    }

    .DemoNavigationHeader .navbar .bx-menu h3 {
        margin: 0;
        font-size: 18px;
    }

    .DemoNavigationHeader .navbar .links {
        display: block;
        margin-top: 20px;
    }

    .DemoNavigationHeader .navbar .links li .arrow {
        line-height: 40px;
    }

    .DemoNavigationHeader .navbar .links li {
        display: block;
    }

    .DemoNavigationHeader .navbar .links li:last-child {
        border-bottom: none !important;
    }

    .DemoNavigationHeader .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        width: 100%;
    }

    .DemoNavigationHeader .navbar .links li .sub-menu li {
        border-bottom: none;
        padding: 10px 0px !important;
    }

    .DemoNavigationHeader .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
        padding-left: 0 !important;
    }

    .DemoNavigationHeader .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .DemoNavigationHeader .navbar .links li .sub-menu .more-sub-menu li.centralmore {
        display: block;
    }

    .DemoNavigationHeader .links li .sub-menu .centralmore:hover .somemore-sub-menu {
        left: 0;
    }

    .DemoNavigationHeader .links li:hover .htmlcss-arrow i,
    .DemoNavigationHeader .links li:hover .js-arrow i {
        transform: rotate(0deg);
    }

    .DemoNavigationHeader .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .DemoNavigationHeader .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center;
    }

    .DemoNavigationHeader .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    .DemoNavigationHeader .navbar .links li:hover .htmlCss-sub-menu,
    .DemoNavigationHeader .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .DemoNavigationHeader .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .DemoNavigationHeader .navbar .nav-links.show3 .links .js-sub-menu,
    .DemoNavigationHeader .navbar .nav-links.show4 .links .more .somemore-sub-menu,
    .DemoNavigationHeader .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .DemoNavigationHeader .navbar .nav-links.show1 .links .htmlcss-arrow i,
    .DemoNavigationHeader .navbar .nav-links.show3 .links .js-arrow i {
        transform: rotate(180deg);
    }

    .DemoNavigationHeader .navbar .nav-links.show2 .links .more-arrow i {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    .DemoNavigationHeader .navbar .nav-links {
        max-width: 100%;
    }
}