@media (max-width: 1800px) {
  .explore-section::before {
    display: none;
  }
  .explore-section {
    padding: 120px 0 20px;
  }
  section,
  footer {
    max-width: 1920px;
    margin: auto;
  }
}
@media (max-width: 1400px) {
  .banner_block img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  /* .container {
      max-width: 100% !important;
      padding: 0 10px !important;
    } */
  .dashboard-section {
    padding: 70px 20px;
  }
  .container.mini-container {
    padding: 0 !important;
  }
  .signup-section {
    padding: 70px 10px;
  }
  .questions_result_content {
    padding: 0 10px;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 5px;
  }
  .membership_boxs_row {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  :root {
    --size78: 50px;
    --size50: 35px;
    --size48: 34px;
    --size46: 30px;

    --size42: 30px;
    --size30: 20px;
    --size24: 20px;
    --size22: 16px;
    --size20: 14px;
    --size18: 14px;
    --size16: 14px;
  }
  .membership_plan {
    max-width: calc(50% - 20px);
  }
  .dashboard-section .container {
    padding: 6px !important;
  }
  .swiper {
    padding: 30px 10px;
  }
  .hero_section {
    padding: 80px 0 0px;
  }
  .hero_section .banner_block {
    display: flex;
    justify-content: center;
  }
  .sepration img {
    width: 80%;
  }
  .heading h1 {
    line-height: 59px;
    font-size: 50px;
  }
  .hero_section .sub_heading li {
    font-size: 25px;
  }
  .navbar-toggler {
    color: var(--dark);
    border: 0;
    box-shadow: none;
    background: #f5b12c;
    width: 40px;
    height: 40px;
    color: #ffff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  .navbar-toggler i {
    color: #fff;
  }
  .header_inner .navbar-toggler {
    color: #000;
  }
  .navbar-expand-lg .navbar-nav {
    gap: 5px;
    align-items: center !important;
  }
  /* #navbarNavDropdown {
      background: #00274bf2;
      box-shadow: 0px 2px 2px -1px #64616194;
      padding-left: 14px;
      padding-top: 5px;
      padding-bottom: 6px
      } */
  .header_inner #navbarNavDropdown {
    background: #fff;
  }
  .contact_bg .banner_block {
    position: relative;
  }
  .btn.white_btn {
    font-size: 19px;
    width: 176px;
    height: 56px;
    background-size: contain;
  }
  .question_sets {
    margin: 7px 0 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* .question_sets .question_set {
           width: 50%;
         } */
  .question_sets .play-questoin {
    max-width: fit-content;
  }
  /* .question_time {
           width: 90%;
           min-height: 49px;
         } */
  .question ol li {
    padding: 6px 0 6px 40px;
  }
  .question .question_options ol li {
    padding: 0;
  }
  .account_left_img {
    display: none;
  }
  .tpl_card {
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 28px !important;
  }
  .paper_details {
    width: 48%;
  }
  .plan_box img {
    width: 30px;
  }
  .plan_box h6 {
    font-size: 20px;
  }
  .membership_boxs_row::after {
    width: 190px;
    height: 313px;
  }
  .membership_boxs_row {
    gap: 30px 10px;
    /* justify-content: space-around; */
  }
  .btn.start_pact_btn {
    height: 55px;
  }
  .section_heading {
    padding: 0 12px;
  }
  .test_series .btn.start_pact_btn {
    width: 80%;
  }
  .test_series .btn.start_pact_btn div:first-child {
    font-size: 13px;
  }
  .account_left {
    min-height: auto;
    padding: 50px;
  }
  .explore_content_top {
    margin-top: 0px;
  }
  .question ol li label::after {
    width: calc(100% + 60px);
    left: -60px;
  }
  .modal-dialog {
    margin-right: 10px;
    margin-left: 10px;
  }
  .review-section::after {
    top: 30px;
    right: 0%;
  }
  .top_about {
    height: 400px;
  }
  .whyConnect .heading {
    padding: 30px 0;
  }
  .testimonialslider .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
  }
  .learningSteps {
    gap: 0.5rem !important;
  }
  .learningSteps li i {
    margin-left: 0 !important;
  }
  .learningSteps li {
    font-size: 16px;
  }
  #deleteProfile .container,
  #startestseries .container {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .profile_card_img {
    max-width: 100%;
    max-height: 170px;
  }
  .selected_profile .profile_card_img img,
  .selected_profile .profile_card_img {
    border-radius: 26px 26px 0 0;
  }
  .selected_profile .profile_card,
  .viewProfile {
    flex-direction: column;
  }
  .selected_profile .d-flex.flex-column.align-items-start {
    padding: 0 20px 20px;
  }
  .subjectLists {
    overflow-x: scroll;
  }
  .profileImg {
    max-width: 100%;
    width: 100%;
    height: 200px;
  }
  .dashboard-section {
    padding: 23px 20px;
  }
  img.pngwing_img.img-fluid {
    width: 100px;
  }
  .quistions_detail_left,
  .quistions_detail_right {
    border-radius: 25px;
    padding: 15px;
  }
  .question_time i,
  .question_time span {
    font-size: 20.63px;
    font-weight: 500;
    line-height: 25.76px;
  }
  .navbar-expand-lg .navbar-nav {
    gap: 5px;
    align-items: start !important;
    flex-direction: column;
  }
  .curriculum #curriculum.position-absolute {
    position: relative !important;
    margin: 0;
    margin-left: 15px;
  }
  #curriculum .card-body {
    padding: 0;
    border: 0;
  }
  #curriculum ul li a {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  :root {
    --size78: 34px;
    --size50: 25px;
    --size48: 24px;
    --size46: 22px;
    --size42: 21px;
    --size30: 15px;
    --size24: 18px;
    --size22: 16px;
    --size20: 16px;
    --size18: 16px;
    --size16: 14px;
  }

  .hero_section {
    background-size: cover;
  }

  .learningSteps li {
    font-size: 14px;
  }
  .impactCategory span {
    line-height: 18px;
  }
  .w-75 {
    width: 100% !important;
  }
  .footer {
    padding: 35px 0;
  }
  .account_left {
    padding: 20px 0px;
  }
  .subject_card {
    width: 274px;
    border-radius: 16px;
  }
  .swiper-button-next::after {
    padding: 7px 8px 7px 8px;
  }
  .swiper-button-next::before {
    left: 36px;
  }
  /* .swiper-button-prev::after {
      padding: 7px 65px 7px 10px;
    } */
  .swiper {
    padding: 10px 10px;
  }

  .swiper-button-disabled.swiper-button-next::after {
    padding: 7px 8px 7px 8px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 23px;
    border-radius: 6px;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  .membership-section {
    min-height: 124px;
    padding: 10px 0 0px;
  }
  /* .swiper-button-disabled.swiper-button-prev::after {
      padding: 7px 8px 7px 8px;
    } */
  .heading h1 {
    line-height: 47px;
    font-size: 34px;
  }
  .hero_section .sub_heading li {
    font-size: 18px;
  }
  .signup-section {
    padding: 22px 10px 50px;
  }
  .signup_detail .row .col-12 .frgt_pass_icon {
    top: 55%;
    transform: translateY(-55%);
  }
  .account-content {
    min-height: auto;
  }
  .signup_detail {
    margin-top: 10px;
  }
  .form .input {
    margin-bottom: 15px;
    padding: 15px 15px;
  }
  .signup-section h1 {
    font-size: 20px;
    line-height: 100%;
  }
  .account_left h2 {
    font-size: 33px;
    margin-bottom: 0px;
  }
  .signup-section p {
    font-size: 16px;
  }
  .questions_imgs.h-100,
  .questions_question,
  .questions_btns {
    max-width: 500px;
    margin: auto;
    height: auto !important;
  }
  .next_previous {
    width: calc(100% - 65px);
  }
  .skip {
    width: auto;
    max-width: fit-content;
  }
  .questions_count {
    max-width: 600px;
    margin: auto;
  }
  .quistions_detail {
    flex-wrap: wrap;
    gap: 15px;
  }
  .quistions_detail_left {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .question-topic.d-flex.justify-content-between {
    justify-content: center !important;
  }
  .quistions_detail_right {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .total_questions {
    gap: 8px;
  }
  .full-screen span {
    display: none;
  }
  .hero_section {
    padding: 35px 0 0px !important;
    /* height: 90vh; */
  }
  h1 {
    line-height: 50px;
  }
  .hero_section .sub_heading {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  section {
    padding: 15px 0;
  }
  .paper_slider {
    margin-top: 30px;
    padding: 0 20px;
  }
  .paper_details {
    width: 100%;
    max-width: 100%;
  }
  .membership-information h1 {
    font-size: 32px;
  }
  .membership-information p {
    font-size: 15px;
  }
  .call_section img {
    width: 60px;
  }
  .call_info h2 {
    font-size: 15px;
  }
  .call_info p {
    font-size: 12px;
  }
  .membership-information.display {
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
  }
  .membership_boxs h1 {
    font-size: 30px;
  }
  .membership_plans.display {
    flex-wrap: wrap;
    gap: 13px;
  }
  .plan_box {
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    gap: 30px;
    height: 100%;
  }
  .plan_box:last-child {
    border-radius: 8px 8px 0 0;
  }
  .btn.add_btn {
    width: 90%;
  }
  .delete_card,
  .edit_card {
    width: 25px;
    height: 25px;
  }
  .membership_boxs_row::after {
    display: none;
  }
  .service-box {
    width: 82%;
    height: 224px;
  }
  .service_content {
    width: 93%;
    bottom: 22px;
    padding: 7px 10px;
  }
  .service-box h2 {
    font-size: 20px;
  }
  .service_content.display p,
  .pages-content p {
    font-size: 18px;
  }
  .copyright {
    margin-top: 8px;
  }
  .review_name h3 {
    font-size: 20px;
  }
  .review_slide p {
    font-size: 16px;
  }
  .review_user {
    max-width: 58px;
    max-height: 58px;
  }
  .review_slide {
    padding: 10px;
  }
  .review-section::after {
    display: none;
  }
  .top_about {
    height: 250px;
  }
  .about_content h4 {
    font-size: 20px;
  }
  .about_content ul li,
  .about_content h6,
  .term-content :is(p, a, ul li) {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .about_content p {
    font-size: 20px;
    margin: 12px 0;
  }
  .registerBlock .container {
    padding-bottom: 30px;
    border-radius: 25px;
  }

  .hero_inner .hero_section h2 {
    font-size: 70px;
    line-height: 73.92px;
  }
  .historyPage h1 {
    font-size: 20px;
    line-height: 12.6px;
  }
  .section_heading {
    padding: 0 0px;
}
.hero_section .heading{
  gap: 5px;
}
.btnBlock.mt-3{
  margin-top: 0.5rem !important;
}
  .historyTable {
    border-radius: 20px;
    padding: 13px;
  }
  .historyTable table thead th:first-child {
    border-radius: 15px 0 0 0;
  }
  .historyTable table thead th {
    font-size: 14px;
  }
  .moreSubMenu {
    top: 89%;
    left: 17%;
  }
  .accordian_box .accordion-button {
    font-size: 14px;
  }
  .accordian_box .accordion-button::after {
    width: 20px;
    height: 20px;
  }
  .checkout_section,
  .faq_section {
    padding: 15px 10px;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    justify-content: center;
  }
  .subjects_checkout_box_price h1{
    font-size: 16px;
  }
  .answerList li span,ul.accordion-list li h3{
    font-size: 14px;
    font-weight: 500;
    line-height: 18.6px;
  }
  .playTest,.resumeTest,.completedTest {
    visibility: hidden; /* Hides everything */
    max-width: 50px;
}

.playTest i,.resumeTest i,.completedTest i {
  visibility: visible;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.playTest i{
  background: #f24908;
}
.resumeTest i {
  background: #fe897f;
}
.completedTest i{
  background: #0da70dc9;
}
.answerList li{
  padding: 16px 0px 16px 30px;
}
.question ol li{
  width: calc(100% - 0px);
}
.questions p{
  font-size: 14px;
}
.viewProfile {
  border-radius: 15px;
}
.subjectLists {
  gap: 0px;
}
}
@media (max-width: 600px) {
  .log-out-btn .nav-link,
  .log-in-btn .nav-link {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .profile_list,
  .profile_list .profile_card,
  .add_profilelist {
    width: 100%;
  }
  .profileContent h2 {
    font-size: 20px;
  }
  .profileContent h1 {
    font-size: 26px;
  }
  .dashboard-section p {
    width: 100%;
  }
  .log-in-btn.gap-3 {
    gap: 0.5rem !important;
  }
  .d-flex.align-items-center.justify-content-between.my-4 {
    flex-wrap: wrap;
  }
  span.marks {
    width: 100px;
  }
  .membership_plan {
    max-width: calc(100% - 0px);
  }
  .impactList {
    gap: 0rem !important;
  }
  .services li {
    max-width: calc(100% - 0px);
  }
  .services {
    list-style-type: disc;
    gap: 0.5rem !important;
    margin-bottom: 0;
  }
  .registerBlock .heading.d-flex.align-items-center.gap-4 {
    flex-direction: column;
    text-align: center;
    gap: 0 !important;
  }
  .registerBlock p {
    margin: 12px 0;
  }
  .testimonial .swiper-pagination-clickable .swiper-pagination-bullet {
    max-width: 8px;
    max-height: 8px;
  }
  .signup-section {
    padding: 0px;
  }
  .term_box .label,
  .password_box .frgt_pass {
    font-size: 13px;
  }
  .signup-section p a,
  .signup-section p.form_login {
    font-size: 14px;
  }
  .content_block.d-flex.align-items-center.justify-content-between {
    flex-direction: column;
    gap: 10px;
    align-items: start !important;
  }
  .profile_slider {
    padding-top: 25px !important;
  }
  .subjectSection .dashboard_div {
    padding: 14px;
  }
  .subject_slider .subject_card h5 {
    font-size: 16px;
  }
  .subject_card {
    width: 130px;
    height: 60px;
    padding: 14px;
  }
  .subject_card img {
    width: 20px;
  }
  .badgeSection .swiper-button-prev::after,
  .badgeSection .swiper-button-next::after {
    min-width: 40px;
    height: 40px;
  }
  .section_heading.display.mb-5 {
    margin-bottom: 1rem !important;
  }
  .solve_paper_section {
    padding-top: 15px !important;
  }
  .solve_paper_section {
    padding: 15px 10px;
  }
  .solve_paper_section .container {
    border-radius: 10px;
  }
  .badgeSection .swiper_btns {
    margin-top: 1rem;
  }
  .curriculumCard ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .skip {
    padding-right: 0;
  }
  .account-content {
    padding: 10px;
  }
  .allprofile_list {
    gap: 5px;
  }
  .btn.white_btn {
    font-size: 15px;
    width: 169px;
    height: 47px;
    background-size: contain;
  }
  .explore_content_left img {
    width: 30px;
  }
  .explore_heading_content h2 {
    font-size: 20px;
  }
  .previousCard {
    max-width: calc(100% - 0px);
  }
  .previousClassesBlock {
    padding: 15px;
    border-radius: 30px;
  }
  .addProfilePage::after {
    display: none;
  }
  .signup-section .container::after {
    left: 0;
  }
  .account_left::before {
    display: none;
  }
  .signup_detail {
    padding: 10px;
  }
  a.navbar-brnad img {
    width: 120px;
  }
}
@media (max-width: 400px) {
  .top_about {
    height: 200px;
  }
}
