@media only screen and (max-width: 57.125em) /*914px*/ {
  .nav_menu {
    z-index: 10;
    width: 100%;
    background-color: #fbb929;
    position: fixed;
    top: -100%;
    left: 0;
    padding: 3rem;
    border-radius: 0 0 1.5rem 1.5rem;
    transition: 0.2s;
  }
  .nav_list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .nav_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .nav_close i {
    font-size: 1.7rem;
  }
  .show-menu {
    top: 0;
  }
}

@media only screen and (min-width: 23.4375em) /* 375px */ {
}
@media only screen and (min-width: 29.375em) /* 480px */ {
  /* .banner_img_section,
  .hero_video {
    min-height: 45vh;
  } */
  .banner_img_section {
    height: 60vh;
  }

  .heading h1 {
    font-size: 1.7rem;
  }
  .banner_content_container {
    row-gap: 0.7rem;
  }
  .title_container h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 48em) /* 768px */ {
  .resources_sub_menu {
    display: none;
    position: absolute;
    top: 4rem;
    z-index: 10;
    background-color: white;
    border-radius: 0.5rem;
    padding: 1rem;
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 0.44);
  }
  .footer_content p {
    font-size: 0.85rem;
    font-weight: 500;
    color: #262626;
  }
  /* .banner_img_section,
  .hero_video {
    height: 55vh;
  } */
  .banner_img_section {
    height: 70vh;
  }
  .heading h1 {
    font-size: 2.5rem;
  }
  .sub_heading {
    font-size: 1rem;
  }
  .banner_content_container {
    row-gap: 1rem;
  }
  .title_container h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .title_container p {
    margin-top: 3.2rem;
    font-size: 0.85rem;
  }

  .our_aim {
    padding: 1.5rem;
    height: 650px;
  }
  .our_aim_heading {
    font-size: 1.7rem;
  }
  .our_aim_sub_headings p i {
    font-size: 1.5rem;
  }
  .our_aim_sub_headings p {
    font-size: 0.95rem;
  }
  .lets_learn_title {
    font-size: 2.2rem;
  }
  .lets_learn_sub_title {
    margin-top: 5rem;
    font-size: 0.85rem;
    font-weight: 500;
  }
  .activity_container {
    flex-direction: row;
    justify-content: space-between;
  }
  .class_circle {
    width: 50px;
    height: 50px;
  }
  .class_circle i {
    font-size: 1.8rem;
  }
  .lets_learn_section_heading h2 {
    font-size: 2rem;
  }
  .about_us_heading {
    font-size: 2rem;
  }
  .about_us_para {
    font-size: 0.85rem;
  }
  .learn_best_heading {
    font-size: 2.5rem;
  }
  .learn_best_circle {
    width: 50px;
    height: 50px;
  }
  .learn_best_container {
    column-gap: 1rem;
  }
  .tutors_heading {
    font-size: 2rem;
  }
  .lets_learn_sub_title {
    font-size: 0.85rem;
  }
  .tutors_sub_heading {
    font-size: 0.85rem;
  }
  .learn_best_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .no_of_flex_container {
    flex-direction: row;
    justify-content: space-between;
  }
  /* .footer_menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  } */
  /* .lets_learn_section {
    height: 900px;
  } */
  /*-------------------------------
 
       About_NOD section

--------------------------------*/

  .about_nod_heading_section {
    height: 40vh;
  }
  .profile_card_heading {
    font-size: 1.5rem;
  }
  .profile_card_para {
    font-size: 0.9rem;
  }
  .accordion-body {
    font-size: 1rem;
  }
  .accordion-button {
    font-size: 1.8rem;
  }
  /*-------------------------------
 
       Contact_us section

--------------------------------*/

  .contact_us_heading_section {
    height: 40vh;
  }
  .contact_us_heading {
    font-size: 2rem;
  }
  .contact_us_bg {
    padding: 1.5rem;
    height: 1100px;
  }
  /*-------------------------------
 
       Contact_us section

--------------------------------*/
  .parents_reach_bg {
    height: 100vh;
  }
  /*-------------------------------
 
       Infographic section

--------------------------------*/
  .info_heading_section {
    height: 40vh;
  }
  /*-------------------------------
 
       Testmonial section start

--------------------------------*/
  .testmonial_heading_bg {
    height: 40vh;
  }
  /*-------------------------------
 
      events section start

--------------------------------*/
  .events_heading_section {
    height: 40vh;
  }
  .events_content {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 57.1875em) /* 915px */ {
  .logo {
    width: 90px;
  }
  .nav_close,
  .nav_toggle {
    display: none;
  }
  .nav_list {
    display: flex;
    flex-direction: row;
    column-gap: 2.2rem;
  }
  .nav_links:hover,
  .nav_links:focus {
    /* border-bottom: 2px solid var(--secondary-color);
    padding: 0; */
    color: var(--primay-color);
  }
 
  .our_aim {
    padding: 1.5rem;
    height: 600px;
  }
  .languages_header {
    display: block;
  }
  .resources_sub_menu {
    position: absolute;
    top: 7rem;
  }
  .sm_languages_nav_menu {
    display: none;
  }
}
@media only screen and (min-width: 62em) /* 992px */ {
  /* .banner_img_section,
  .hero_video {
    min-height: 65vh;
  } */
  .banner_img_section {
    height: 80vh;
  }
  .heading h1 {
    font-size: 2.8rem;
  }
  .banner_content_container {
    row-gap: 1.2rem;
  }
  .title_container h2 {
    margin-top: 2.5rem;
    font-size: 2.5rem;
  }
  .title_container p {
    margin-top: 3.5rem;
    font-size: 0.9rem;
  }
  .lets_learn_title {
    font-size: 2.5rem;
  }
  .learn_best_heading {
    margin: 0;
  }
  .tutors_heading {
    font-size: 2.2rem;
  }
  .no_of_flex_container {
    justify-content: space-around;
  }
  /*-------------------------------
 
       About_NOD section

--------------------------------*/

  .about_nod_heading_section {
    height: 50vh;
  }
  /*-------------------------------
 
       Contact_us section

--------------------------------*/

  .contact_us_heading_section {
    height: 50vh;
  }
  /*-------------------------------
 
       Dyslexia section

--------------------------------*/
  .dyslexia_heading_section {
    height: 40vh;
  }
  /*-------------------------------
 
       Infographic section

--------------------------------*/
  .info_heading_section {
    height: 50vh;
  }
  /*-------------------------------
 
       Testmonial section start

--------------------------------*/
  .testmonial_heading_bg {
    height: 50vh;
  }
  /*-------------------------------
 
      events section start

--------------------------------*/
  .events_heading_section {
    height: 50vh;
  }
}
@media only screen and (min-width: 75em) /* 1200px */ {
  /* .banner_img_section,
  .hero_video {
    min-height: 75vh;
  } */
  .banner_img_section {
    height: 90vh;
  }
  .heading h1 {
    font-size: 3.2rem;
  }
  .banner_content_container {
    row-gap: 1.4rem;
  }
  .title_container h2 {
    font-size: 3rem;
  }
  .title_container p {
    margin-top: 3rem;
    font-size: 0.95rem;
  }
  .lets_learn_title {
    font-size: 2.7rem;
  }
  .lets_learn_sub_title {
    font-size: 0.95rem;
  }
  .about_us_para {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .tutors_heading {
    font-size: 2.4rem;
  }
  .lets_learn_sub_title {
    font-size: 0.9rem;
  }
  .tutors_sub_heading {
    font-size: 0.9rem;
  }
  /*-------------------------------
 
       About_NOD section

--------------------------------*/

  .about_nod_heading_section {
    height: 55vh;
  }
  /*-------------------------------
 
       Contact_us section

--------------------------------*/

  .contact_us_heading_section {
    height: 55vh;
  }
  /*-------------------------------
 
       Infographic section

--------------------------------*/
  .info_heading_section {
    height: 55vh;
  }
  /*-------------------------------
 
       Testmonial section start

--------------------------------*/
  .testmonial_heading_bg {
    height: 55vh;
  }
  /*-------------------------------
 
      events section start

--------------------------------*/
  .events_heading_section {
    height: 55vh;
  }
}
@media only screen and (min-width: 87.5em) /* 1400px */ {
  /* .banner_img_section,
  .hero_video {
    min-height: 80vh;
  } */
  .title_container p {
    font-size: 1rem;
  }
  .tutors_heading {
    font-size: 2.6rem;
  }
  .lets_learn_title {
    font-size: 3rem;
  }
  /*-------------------------------
 
       About_NOD section

--------------------------------*/

  .about_nod_heading_section {
    height: 55vh;
  }
  /*-------------------------------
 
       Contact_us section

--------------------------------*/

  .contact_us_heading_section {
    height: 55vh;
  }
  /*-------------------------------
 
       Dyslexia section

--------------------------------*/
  .dyslexia_heading_section {
    height: 50vh;
  }
  /*-------------------------------
 
       Infographic section

--------------------------------*/
  .info_heading_section {
    height: 60vh;
  }
  /*-------------------------------
 
       Testmonial section start

--------------------------------*/
  .testmonial_heading_bg {
    height: 60vh;
  }
  /*-------------------------------
 
      events section start

--------------------------------*/
  .events_heading_section {
    height: 60vh;
  }
}
