@media only screen and (max-width: 768px) {

  .logo-mobile,
  .menuBar {
    display: block;
    z-index: 500;
  }

  .logo-mobile {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4rem 4%;
  }

  .logo-mobile img {
    width: 10rem;
    transition: all 0.3s ease;
  }

  .logo-mobile.blueHeader img {
    filter: invert(1);
  }

  .menuBar {
    position: fixed;
    top: 4rem;
    right: 4%;
    padding: 0rem 0%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .menuBar:hover {
    opacity: 0.8;
  }

  .menuBar img {
    width: 3rem;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    flex-direction: column;
    justify-content: unset;
    gap: 3rem;
    transform: translateX(100%);
    transition: all 0.3s ease;
  }

  .header.open {
    transform: translateX(0);
  }

  .header .logo img {
    width: 10rem;
  }

  .header .links ul {
    flex-direction: column;
    gap: 2rem;
  }

  .header .links ul li a {
    font-size: 1.2rem;
  }

  .header .login {
    align-self: flex-start;
    font-size: 1.2rem;
  }

  .home_banner {
    flex-direction: column;
    gap: 3rem;
    padding: 10rem 6% 3rem;
  }

  .home_banner .c1 {
    width: 100%;
    align-items: center;
  }

  .home_banner .c1 h1 {
    font-size: 2.4rem;
    text-align: center;
  }

  .home_banner .c1 h2 {
    font-size: 1.4rem;
    text-align: center;
    max-width: 26rem;
  }

  .home_banner .c1 a {
    font-size: 1.2rem;
    text-align: center;
  }

  .home_banner .c2 {
    width: 100%;
  }

  .saas_featured .f-marquee-1-1 h1,
  .saas_featured .f-marquee-1-2 h1 {
    font-size: 1.4rem;
    padding-right: 20px;
    padding-left: 20px;
  }

  .home_about {
    padding: 6rem 6% 3rem;
  }

  .home_about .head h1 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    text-align: center;
  }

  .home_about .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .home_about .content .block {
    padding: 3rem 1.4rem 3rem;
  }

  .home_about .content .block img {
    margin-bottom: 1rem;
    height: auto;
    margin-bottom: .5rem;
  }

  .home_about .content .block p {
    font-size: 1.4rem;
    margin-top: auto;
  }

  .home_tutorList {
    padding: 3rem 6% 3rem;
  }

  .home_tutorList .head {
    flex-direction: column;
    gap: 3rem;
  }

  .home_tutorList .head h1 {
    font-size: 2.4rem;
  }

  .home_tutorList .head .nav {
    position: relative;
    width: 100%;
  }

  .home_tutorList .head .arrow {
    bottom: 0;
    top: unset;
    transform: translate(50%, -2rem);
  }

  .home_tutorList .head .nav .block {
    padding: 0.7rem 1.4rem;
    gap: 0.5rem;
  }

  .home_tutorList .head .nav .block h1 {
    font-size: 1.6rem;
  }

  .home_tutorList .head .nav .block p {
    font-size: 1rem;
  }

  .home_tutorList .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .home_tutorList .list .profile .image img {
    margin-bottom: 1.1rem;
  }

  .home_tutorList .list .profile .image .tag h1 {
    font-size: 0.8rem;
  }

  .home_tutorList .list .profile .details .name h1 {
    font-size: 1.4rem;
  }

  .home_tutorList .list .profile .details .name p {
    font-size: 1rem;
  }

  .home_tutorList .list .profile .details .language {
    gap: 0.7rem;
  }

  .home_tutorList .list .profile .details .language h1 {
    font-size: 1.2rem;
    text-align: left;
  }

  .home_tutorList .list .profile .details .subject {
    gap: 0.7rem;
  }

  .home_tutorList .list .profile .details .subject>h1 {
    font-size: 1.2rem;
    text-align: left;
  }

  .home_tutorList .list .profile .details .link {
    font-size: 0.8rem;
  }

  .home_perfect {
    flex-direction: column;
    padding: 3rem 6%;
    gap: 3rem;
  }

  .home_perfect .c1 {
    width: 100%;
  }

  .home_perfect .c2 {
    width: 100%;
    align-items: center;
  }

  .home_perfect .c2 h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .home_perfect .c2 p {
    font-size: 1.4rem;
    text-align: center;
  }








  .home_stats {
    padding: 3rem 6%;
  }

  .home_stats .container img {
    height: 30rem;
  }

  .home_stats .container .content {
    flex-direction: column;
    gap: 2rem;
  }

  .home_stats .container .content .block h1 {
    font-size: 3.8rem;
  }

  .home_stats .container .content .block p {
    font-size: 1.4rem;
  }

  .home_stats .container .content .line {
    width: 100%;
    max-width: 4rem;
    height: 3.3px;
    align-self: center;
  }

  .home_howZipply {
    padding: 6rem 6%;
  }

  .home_howZipply .head h1 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }

  .home_howZipply .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }

  .home_howZipply .content .block img {
    margin-bottom: 1.5rem;
  }

  .home_howZipply .content .block h1 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .home_howZipply .content .block h2 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }


  .home_howZipply .content .block p {
    font-size: 1.2rem;
  }

  .home_guarantee {
    padding: 3rem 6%;
  }

  .home_guarantee .container {
    padding: 4rem 3rem;
  }

  .home_guarantee .container h1 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .home_guarantee .container p {
    font-size: 1.4rem;
    text-align: center;
  }

  .home_happyCustomers {
    padding: 3rem 0%;
  }

  .home_happyCustomers .head h1 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }

  .home_happyCustomers .content .slick-slide {
    margin: 0 7px;
  }

  .home_happyCustomers .content .block {
    padding: 2.3rem;
  }

  .home_happyCustomers .content .block>p {
    font-size: 1.3rem;
  }

  .home_happyCustomers .content .block .profile .c2 h1 {
    font-size: 1.4rem;
  }

  .home_contactUs {
    padding: 3rem 6% 6rem;
    flex-direction: column;
    gap: 3rem;
  }

  .home_contactUs .c1 {
    width: 100%;
  }

  .home_contactUs .c2 {
    width: 100%;
    align-items: center;
  }

  .home_contactUs .c2 h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .home_contactUs .c2 h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .home_contactUs .c2 a {
    font-size: 1.2rem;
    text-align: center;
  }

  .footer {
    display: grid;
    gap: 2rem;
    padding: 7rem 6% 5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer .c1 {
    display: flex;
  }

  .footer .c1 h1 {
    order: 2;
  }

  .footer .c1 ul {
    order: 3;
  }

  .footer .c1 .logo {
    order: 1;
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .footer .c2 {
    margin-top: 6.3rem;
  }

  .footer .logo {
    width: 10rem;
  }

  .footer>div a {
    font-size: 1.4rem;
  }

  .tutor_banner {
    padding: 10rem 6% 3rem;
  }

  .tutor_banner .c1,
  .tutor_banner .c3 {
    display: none;
  }

  .tutor_banner .c2 h1 {
    font-size: 2.4rem;
  }

  .tutor_banner .c2 h2 {
    font-size: 1.4rem;
    max-width: 23rem;
  }

  .tutor_banner .c2 a {
    font-size: 1.2rem;
  }

  .tutor_banner .c2 .mobile {
    display: flex;
    margin-top: 2rem;
  }

  .tutor_banner .stats {
    display: none;
  }

  .tutor_why {
    padding: 5rem 6% 3rem;
  }

  .tutor_why .head h1 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    max-width: 28rem;
  }

  .tutor_why .content {
    flex-direction: column;
    gap: 3rem;
    max-width: 25rem;
  }

  .tutor_stats {
    padding: 3rem 6%;
  }

  .tutor_stats .container img {
    height: 30rem;
  }

  .tutor_stats .container .content {
    flex-direction: column;
    gap: 2rem;
  }

  .tutor_stats .container .content .block h1 {
    font-size: 3.8rem;
  }

  .tutor_stats .container .content .block p {
    font-size: 1.4rem;
  }

  .tutor_stats .container .content .line {
    width: 100%;
    max-width: 4rem;
    height: 3.3px;
    align-self: center;
  }

  .tutor_popularSubjects {
    flex-direction: column;
    padding: 3rem 6% 5rem 6%;
  }

  .tutor_popularSubjects .head {
    width: 100%;
    align-items: center;
  }

  .tutor_popularSubjects .head h1 {
    text-align: center;
  }

  .tutor_popularSubjects .head p {
    text-align: center;
    max-width: 19rem;
  }

  .tutor_popularSubjects .content {
    width: 100%;
  }

  .tutor_popularSubjects .content .slick-list {
    padding: 0 0% 0 0 !important;
  }

  .tutor_popularSubjects .content .slick-slide {
    height: auto;
    margin-right: 1rem;
    margin-left: 1rem;
    display: flex !important;
    align-items: stretch;
    justify-content: center;
  }

  .tutor_checkList {
    flex-direction: column;
    padding: 3rem 6%;
  }

  .tutor_checkList .c1 {
    width: 100%;
  }

  .tutor_checkList .c1 img {
    margin-bottom: 2.4rem;
  }

  .tutor_checkList .c1 h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    /* max-width: 28rem; */
  }

  .tutor_checkList .c1 p {
    font-size: 1.4rem;
    margin-bottom: 0;
    /* max-width: 23rem; */
  }






  .tutor_checkList .c2 {
    width: 100%;
  }

  .tutor_checkList .c2 .block .text h1 {
    font-size: 1.6rem;
  }

  .tutor_checkList .c2 .block .text p {
    font-size: 1.4rem;
  }

  .tutor_happyCustomers {
    padding: 3rem 0%;
  }

  .tutor_happyCustomers .head h1 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }

  .tutor_happyCustomers .content .slick-slide {
    margin: 0 7px;
  }

  .tutor_happyCustomers .content .block {
    padding: 2.3rem;
  }

  .tutor_happyCustomers .content .block>p {
    font-size: 1.3rem;
  }

  .tutor_happyCustomers .content .block .profile .c2 h1 {
    font-size: 1.4rem;
  }

  .tutor_FAQ {
    flex-direction: column;
    padding: 3rem 6%;
  }

  .tutor_FAQ .head {
    width: 100%;
  }

  .tutor_FAQ .head h1 {
    font-size: 2.4rem;
  }

  .tutor_FAQ .head p {
    font-size: 1.4rem;
  }

  .tutor_FAQ .accordion {
    width: 100%;
  }

  .tutor_FAQ .accordion .accordion-item .accordion-header {
    font-size: 1.4rem;
    padding: 1.6rem 0;
  }

  .tutor_FAQ .accordion .accordion-item .accordion-content {
    font-size: 1.3rem;
  }

  .tutor_FAQ .accordion .accordion-item.open .accordion-content {
    max-height: 200px;
    padding: 0 0 2.6rem 0;
  }

  .tutor_community {
    padding: 3rem 6% 6rem;
    flex-direction: column;
    gap: 3rem;
  }

  .tutor_community .c1 {
    width: 100%;
  }

  .tutor_community .c2 {
    width: 100%;
    align-items: center;
  }

  .tutor_community .c2 h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .tutor_community .c2 h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .tutor_community .c2 a {
    font-size: 1.2rem;
    text-align: center;
  }

  .blog_banner {
    flex-direction: column;
    padding: 10rem 6% 3rem;
    gap: 3rem;
  }

  .blog_banner .c1 {
    width: 100%;
  }

  .blog_banner .c1 h1 {
    font-size: 2.5rem;
  }

  .blog_banner .c2 {
    width: 100%;
  }

  .blog_list {
    padding: 3rem 6% 6rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 3rem;
  }

  .blog_list .block h1 {
    font-size: 1.6rem;
  }

  .blog_single {
    padding-top: 10rem;
  }

  .blog_single .head {
    margin-bottom: 3rem;
    padding: 0 6%;
  }

  .blog_single .head .blog_single_banner_image {
    height: 35vh;
  }

  .blog_single .content h2 {
    font-size: 2.4rem;
  }

  .blog_single .content p {
    font-size: 1.4rem;
  }

  .blog_moreBlogs {
    padding: 3rem 6% 6rem;
  }

  .blog_moreBlogs .head h1 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }

  .blog_moreBlogs .content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 3rem;
  }

  .blog_moreBlogs .content .block h1 {
    font-size: 1.6rem;
  }

  .blog_moreBlogs .content .block img {
    border-radius: 1.5rem;
  }

  .blog_list .block img {
    border-radius: 1.5rem;

  }



  .home_ignite {
    flex-direction: column;
    padding: 3rem 6%;
    gap: 3rem;
  }

  .home_ignite .c1 {
    width: 100%;
  }

  .home_ignite .c2 {
    width: 100%;
    align-items: center;
  }

  .home_ignite .c2 h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .home_ignite .c2 p {
    font-size: 1.4rem;
    text-align: center;
  }

  /* !new blocks  */

  .home_explore h1 {
    font-size: 2.4rem;
  }


  .home_explore p {
    font-size: 1.2rem;
    max-width: 100%;
  }

  .home_explore a {
    font-size: 1.2rem;
  }


  .home_moreStudents {
    flex-direction: column;
    padding: 3rem 6%;

  }

  .home_moreStudents .c1 {
    width: 100%;
  }

  .home_moreStudents .c2 {
    padding: 4rem 6%;
    width: 100%;
  }

  .home_moreStudents .c2 h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .home_moreStudents .c2 p {
    font-size: 1.2rem;
    text-align: center;
  }



  .home_moreStudents .c2 .email form {
    flex-direction: column;
    gap: .7rem;
    width: 100%;
  }

  .home_moreStudents .c2 input {
    width: 100%;
    border-radius: 2rem 2rem 2rem 2rem;
    font-size: 1.2rem;
    text-align: center;
  }

  .home_moreStudents .c2 button {
    font-size: 1.2rem;
    width: 100%;
    border-radius: 2rem 2rem 2rem 2rem;
  }

  /* =============== */

  .tutor_moreStudents {
    flex-direction: column;
    padding: 3rem 6%;

  }

  .tutor_moreStudents .c1 {
    width: 100%;
  }

  .tutor_moreStudents .c2 {
    padding: 4rem 6%;
    width: 100%;
  }

  .tutor_moreStudents .c2 h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .tutor_moreStudents .c2 p {
    font-size: 1.2rem;
    text-align: center;
  }



  .tutor_moreStudents .c2 .email form {
    width: 100%;
    flex-direction: column;
    gap: .7rem
  }

  .tutor_moreStudents .c2 input {
    width: 100%;
    border-radius: 2rem 2rem 2rem 2rem;
    font-size: 1.2rem;
    text-align: center;
  }

  .tutor_moreStudents .c2 button {
    font-size: 1.2rem;
    width: 100%;
    border-radius: 2rem 2rem 2rem 2rem;
  }

  .earlyAccessPopup {
    padding: 5.5rem 3rem 3.5rem;
  }

  .earlyAccessPopup .head h1 {
    font-size: 2rem;
  }

  .earlyAccessPopup p {
    font-size: 1.6rem;
  }

  .earlyAccessPopup label {
    font-size: 1.2rem;
  }

  .earlyAccessPopup input {
    font-size: 1.2rem;

  }

  .earlyAccessPopup .email {
    gap: 1rem;
    width: 100%;
  }

  .earlyAccessPopup button {
    font-size: 1.2rem;
  }

  .earlyAccessPopup .close {
    width: 2.4rem;
    height: 2.4rem;
  }


  /* !about us  */


  .aboutUs_banner {
    padding: 10rem 6% 3rem;
    flex-direction: column;
    gap: 2rem;
  }


  .aboutUs_banner .c1 {
    width: 100%;

  }

  .aboutUs_banner .c2 {
    width: 100%;
  }

  .aboutUs_banner .c1 h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }


}