.signinform {
  position: relative;
  overflow: hidden;
}

.signinform::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1A2E74;
  opacity: 0.6;
}

.signinform .content {
  position: relative;
  z-index: 2;
}

.parent-login.auth-cont-box {
  padding-top: 214px;
  height: 835px;
}

.parent-login.parent-forgot {
  padding-top: 164px;
}

.card.login-main-box.auth-card-body {
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.auth-card-body .card-body {
  padding: 26px;
  margin-bottom: 0;
}

.auth-card-body .login-box .title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 32px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gordita", sans-serif;
}

.auth-card-body .auth-input-box {
  padding: 12px 46px 12px 12px;
  border: 1px solid rgba(110, 110, 110, 0.2);
  border-radius: 10px;
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.auth-card-body .auth-input-box::placeholder {
  font-size: 16px;
  font-family: "Gordita", sans-serif;
  color: #a4a4a4;
}

/* .auth-card-body .auth-label {
  font-size: 20px;
  font-family: "Gordita", sans-serif;
  font-weight: 600;
  color: #000;
} */

.pass-icons.password-icon {
  position: absolute;
  top: 20%;
  padding: 6px;
  height: 100%;
}

.link-text.auth-link-text {
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #107dc2;
}

.login1-btn.auth-login-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  gap: 10px;
  background: #B13590;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  height: auto;
}

.login1-btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #B13590;
}

.auth-card-body .form-data .custom-float {
  margin-bottom: 29px;
}

.account-text {
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}

.as-mainwrapper.contact-box-cont .contact-form-box {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 24px 24px;
}

/* Rectangle 165 */
.contact-info-box {
  background: #1A2E74   ;
  border-radius: 20px;
  padding: 28px 44px;
}

.contact-info-box .contact-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: start;
  color: #ffffff;
  text-transform: capitalize;
}

.call-info-detail {
  display: flex;
  gap: 16px;
}

.call-info-detail .call-info-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}

.contact-info-detail .call-info-icon img {
  height: 46px;
  max-width: 46px;
  min-width: 46px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  object-fit: none;
}

.call-info-detail .call-info-text .call-info-title {
  font-family: "Gordita", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffe100;
}

.call-info-detail .call-info-text .call-info-sublink {
  font-family: "Gordita", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.iframe-map .iframe-cont {
  height: 260px;
  width: 260px;
  border: 3px solid #f4b400;
  border-radius: 50%;
  margin: 8px auto;
}

.contact-info-box .social-link-cont {
  font-family: "Gordita", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fffefe;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-info-box .social-link-cont .social-highlight {
  color: #ffe100;
}

.contact-info-box .link-social.custom-link {
  margin-bottom: 36px;
}

.contact-info-box .custom-link i {
  background-color: #fff;
  border-radius: 13px;
  color: #083b5c;
  transition: 0.5s all;
}
.contact-info-box .custom-link i:hover{
  background-color: #B13590;
  color: #ffffff;
}

.contact-info-box .note-text-cont {
  font-family: "Gordita", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 1px;
}

.note-text-cont .highlight-note {
  font-size: 24px;
  color: #ffe100;
}

.auth-card-body .cont-input-box {
  padding: 12px 46px 12px 12px;
  border: 1px solid rgba(110, 110, 110, 0.2);
  border-radius: 10px;
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  min-height: 60px;
}

.auth-card-body .button-default.contact-sub-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  gap: 10px;
  background: #B13590;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  min-width: 200px;
  color: #ffffff;
}

.text-content-wrapper .banner-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
}

.text-content-wrapper .banner-descript {
  font-family: "Gordita", sans-serif;
  letter-spacing: 0.5px;
}

.banner-content h1.text-center.max-englishtext.btm-circ-border::after {
  width: 100%;
}

.banner-text-cont .main-banner-title {
  font-size: 45px;
  line-height: 56px;
}

.title1.text-center.max-englishtext.w-100 {
  width: 100%;
  max-width: 100%;
}

.tutoring_section .online-title-box .online-bg-title {
  background: linear-gradient(90deg, #083b5c 0%, #107dc2 100%);
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 100%;
}

.online-img-box {
  display: flex;
  /* grid-template-columns: 35% 25% 40%; */
  gap: 4px;
}

.online-img-box .online-img-cont {
  height: 394px;
  width: 100%;
  border: 2px solid #107dc2;
}

.online-img-box .online-img-cont .online-img-icon {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.online-flex-cont {
  display: flex;
  justify-content: center;
}

.online-tutor-main .tutoring_section {
  margin-bottom: 26px;
}

.online-tutor-main .tutor-descript-box .tutor-descript-cont {
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 45px;
  color: #2b2b2b;
}

.benefits-list-box {
  margin-bottom: 16px;
}

.benefits-list-box .benefits-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 46px;
}

.benefits-list-box .benefits-list .benefits-list-item {
  filter: drop-shadow(3px 3px 83px rgba(0, 0, 0, 0.05));
  background: #ffffff;
  border: 1px solid #f3f3f3;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  width: 100%;
  padding: 16px 32px;
  margin-bottom: 20px;
  min-height: 100px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.benefits-list-box .benefits-list .benefits-list-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Gordita", sans-serif;
  font-weight: 700;
  color: #2b2b2b;
}

.benefits-list-box .benefits-list .benefits-list-descript {
  font-size: 20px;
  line-height: 30px;
  font-family: "Gordita", sans-serif;
  font-weight: 400;
  color: #2b2b2b;
}

.benefit-img-box {
  position: absolute;
  height: 1050px;
  width: 1050px;
  visibility: unset;
  top: -100px;
  left: -100px;
}

.benefit-img-box .benefit-img {
  width: 100%;
  height: 100%;
}

.are-we-form-img-box .are-we-form-img {
  max-height: 768px;
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
}

.are-we-form-box .are-we-form-title {
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  max-width: 85%;
  margin: 16px auto;
}

.auth-card-body.online-contact {
  max-width: calc(100% - 100px);
}

.are-we-form-box .online-contact-title {
  font-family: "Gordita", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #083b5c;
  margin: 16px 0 16px 0;
}

.review-star-box .review-star-img {
  max-width: 100%;
  margin: 16px 0 8px 0;
}

.auth-card-body.online-contact .auth-label {
  font-weight: normal;
}

.auth-card-body.online-contact .cont-input-box {
  min-height: 70px;
  padding-right: 0;
}

.auth-card-body.online-contact .check-box-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.auth-card-body.online-contact .f2fterm {
  justify-content: start;
  padding-left: 50px;
}

.auth-card-body.online-contact .f2fterm[type="checkbox"] {
  left: 5%;
}

.auth-card-body.online-contact .check-box-flex [type="checkbox"] {
  height: 26px;
  width: 26px;
  left: 50%;
}

.auth-card-body.online-contact .check-box-flex.f2fterm [type="checkbox"] {
  left: 10%;
  margin-top: -4px;
}

.auth-card-body.online-contact .check-box-flex [type="checkbox"]:focus {
  outline: 0;
  box-shadow: none;
}

.auth-card-body.online-contact .cont-check {
  font-family: "Gordita", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #083b5c;
  margin-bottom: 0;
}

.section-title-bg-box {
  max-width: max-content;
}

.online-tutor-main .home-tutoring-section {
  margin: 0;
}

.home-descript-box {
  /* background-color: #107DC221; */
  padding: 61px 100px 73px;
  width: 100%;
  margin-bottom: 20px;
  background-image: url(../img/subjimg/home-scoding-dis-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home-descript-text {
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Gordita", sans-serif;
  max-width: 797px;
}

.home-mam-img-box {
  position: absolute;
  right: 14%;
  top: -41%;
  z-index: 1;
}

.home-mam-img {
  height: 534px;
  width: 100%;
  object-fit: cover;
}

.home-mam-with-student-img-box {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.home-mam-with-student-img {
  height: 578px;
  width: 100%;
  object-fit: cover;
}

.home-scolding-mam-section {
  position: relative;
  padding: 154px 0px 50px 0px;
}

.home-blue-line {
  height: 67px;
  width: 100%;
  max-width: 1431px;
}

.home-tutore-box {
  background-color: #e4f5ff;
  box-shadow: 5.75px 5.75px 11.5px 0px #107dc24d;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-bottom: 10px solid #083b5c;
  padding: 20px;
}

.home-tutor-col {
  position: relative;
}

.home-tutor-img-box {
  margin: -100px auto 20px;
}

.home-tutor-img {
  height: 173px;
  width: 200px;
  object-fit: contain;
}

.home-tutor-text {
  color: #083b5c;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Gordita", sans-serif;
  text-align: center;
  margin: 0;
}

.home-tutor-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 48px;
}

.online-tutor-main .home-scolding-tutoring-section {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 150px;
}

.home-scolding-toutor-section {
  margin-bottom: 100px;
}

.mock-round-img {
  height: 304px;
  width: 304px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 4px solid #107dc2;
}

.mock-round-box {
  background-color: #e5f5ff;
  border-radius: 0px 0px 500px 500px;
  -webkit-border-radius: 0px 0px 500px 500px;
  -moz-border-radius: 0px 0px 500px 500px;
  -ms-border-radius: 0px 0px 500px 500px;
  -o-border-radius: 0px 0px 500px 500px;
  border-bottom: 10px solid #107dc2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
}

.mock-round-box-flex {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.mock-round-box-flex .mock-round-box:nth-child(1) {
  height: 561px;
}

.mock-round-box-flex .mock-round-box:nth-child(2) {
  height: 446px;
}

.mock-round-box-flex .mock-round-box:nth-child(3) {
  height: 353px;
}

.online-tutor-main .mock-tutoring-section {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.mock-exam-para {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Gordita", sans-serif;
  color: #2b2b2b;
  text-align: right;
  margin: 0;
  max-width: 874px;
}

.mock-exam-box {
  background-color: #f4f4f4;
  padding: 20px 60px;
  position: relative;
}

.mock-exam-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #107dc2;
  width: 6px;
  height: 100%;
}

.mock-exam-wrapper {
  position: absolute;
  right: 0;
  bottom: 34px;
}

.mock-round-section {
  position: relative;
}

.mock-exam-para {
  color: #2b2b2b;
  text-align: right;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  font-family: "Gordita", sans-serif;
}

.tested-section {
  padding: 50px 0px;
}

.tested-content-flex {
  display: flex;
  gap: 41px;
  align-items: center;
  margin-bottom: 20px;
}

.tested-text {
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Gordita", sans-serif;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}

.tested-text::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #d5d5d5;
  bottom: 0;
  left: 0;
}

.tested-text::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #d5d5d5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: 0;
  bottom: -2px;
}

.divider {
  height: 2px;
  background: #107dc2;
  width: 100%;
}

.tested-right-img-box {
  position: absolute;
  top: -200px;
  width: 100%;
  max-width: 100%;
}

.tested-right-img-box .tested-right-img {
  max-width: 100%;
  width: 100%;
}

.mock-test-img-box {
  height: 492px;
  width: 100%;
}

.mock-test-img-box .mock-test-img {
  height: 100%;
  width: 100%;
  border: 3px solid #107dc2;
}

.mock-test-rule .mock-test-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.mock-test-rule .mock-test-list .mock-test-list-item {
  width: 100%;
  background: #f6f6f6;
  border-right: 15px solid #107dc2;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 34px 16px;
  margin-bottom: 4px;
}

.mocktest-btm-img-box {
  display: flex;
  align-items: end;
  max-width: 90%;
  margin: -80px auto 0 auto;
}

.mocktest-btm-img-box .mocktest-btn-img {
  height: 100%;
  width: 100%;
}

.take-moke-exam-box .take-moke-title-box {
  background: #d4eeff;
  border-radius: 26px;
  max-width: 80%;
  margin: 0 auto 26px auto;
}

.take-moke-exam-box .take-moke-title-box .take-moke-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 26px;
  text-align: center;
}

.take-more-card-cont {
  background-image: url(../img/subjimg/BlurCard.png);
  background-size: cover;
  background-position: center;
  height: 324px;
  width: 324px;
  position: relative;
  margin: 0 auto;
}

.take-more-card-cont .take-more-card-title {
  font-family: "Gordita", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #083b5c;
  -webkit-text-stroke: 0.5px #ffffff;
  padding: 26px;
}

.take-more-card-img-box {
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.take-more-card-img-box .take-more-card-img {
  width: 100%;
  height: 100%;
}

.home-tutore-box:hover {
  background-color: #083b5c;
  box-shadow: 5.75px 5.75px 11.5px 0px #107dc24d;
  border-bottom: 10px solid #e4f5ff;
}

.home-tutore-box:hover .home-tutor-text {
  color: #fff;
}

.letYourChild .leftpart ul li p {
  line-height: normal;
}

ul.subject-tutor-ul li {
  display: flex;
}

.showOnlyWeb a.button-default.mb-2 {
  display: flex;
  max-width: max-content;
}

.header-mob .dropdown .htBtn {
  min-width: 180px;
  justify-content: center;
}

.custom-dropdown {
  position: relative;
}

.custom-dropdown:hover .dropdown-menu {
  display: block;
}

.custom-dropdown .dropdown-item:hover {
  /* color: #1A2E74; */
  color: #107dc2;
}

.signin-drop .htBtn {
  min-width: 170px;
  justify-content: center;
}

/* @media only screen and (min-width: 1820px) {
  .DiscoverOurBlogs .tag {
    min-height: 130px;
  }
} */

@media (max-width: 1820px){
.TutorsbyLevel .img-box {
    height: 370px;
}
}


@media (max-width: 1720px) {

  .TutorsbyLevel .img-box {
    height: 340px;
  }
  .DiscoverOurBlogs .img-box {
    min-height: 300px;
  }

  .DiscoverOurBlogs .img-box img {
    min-height: 300px;
  }

  .DiscoverOurBlogs .tag {
    padding: 16px 20px;
  }

  .expertTution .bottomleft .containInfo img {
    bottom: 50px;
    left: 60px;
  }

  .online-package-image-div {
    max-height: 200px;
  }
}

@media (max-width: 1640px) {
    .TutorsbyLevel .img-box {
    height: 320px;
  }
}

@media (max-width: 1540px) {
    .TutorsbyLevel .img-box {
    height: 288px;
  }

    .ourServices .mainBox .servicebox {
    width: 200px;
    height: 200px;
    padding: 16px;
  }
}


@media only screen and (max-width: 1399px) {
  .topbarBackgroundColor.py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .online-package-image-div {
    max-height: 186px;
  }


  .headerTop a {
    font-size: 18px;
  }

  .mainmenu ul#nav li ul.sub-menu>li h5,
  .sub-menu-custom-main ul li h5 {
    font-size: 18px;
  }

  .expertTution .bottomleft .containInfo img {
    left: 0px;
  }

  .how-we-match .bottom .center img {
    height: 350px;
  }

  .TutorsbyLevel .img-box {
    height: 280px;
  }

  .logo img {
    width: 172px;
  }

  .mainmenu ul#nav>li>a {
    font-size: 14.9px;
  }

  .online-package-section {
    padding: 80px 0 94px 0;
  }

  .mainmenu ul#nav>li {
    margin-right: 12px;
    margin-bottom: 0;
  }

  .associations .logosSlider {
    gap: 30px;
  }

  .hero-carousel-title h1 {
    font-size: 55px;
  }

  .m-scroll__title h1 {
    min-height: 60px;
    font-size: 20px;
  }

  img.vectorImg {
    width: 25%;
  }

  .find-tutor-forms .btn-primary,
.border-btn-div .btn-border {
    padding: 10px 20px;
  }

  .whyChoose .title h1 {
    font-size: 36px;
  }

  .common-para-custom {
    font-size: 26px;
  }

  .whyChoose .title p {
    font-size: 26px;
    max-width: 80%;
    margin: 0 auto;
  }

  .section-3 .container-items .box p {
    margin-top: 0px;
  }

  .section-3 .container-items h3 {
    margin-bottom: 16px;
  }

  .testimonial-area .title h1 {
    font-size: 36px;
  }

  .testimonial-area .title p,
  .online-package-main .title p {
    font-size: 26px;
  }

  .testimonial-area .shop-grid-area .tutor-slide .single-product-item .single-product-text h4 {
    font-size: 22px;
  }

  .TutorsbyLevel .title h1,
  .online-package-main .title h2 {
    font-size: 36px;
  }

  .DiscoverOurBlogs .title h1 {
    font-size: 36px;
  }

  .DiscoverOurBlogs .tag {
    font-size: 20px;
    min-height: 80px;
  }

  .letYourChild .leftpart .top h2 {
    font-size: 36px;
  }

  .letYourChild .leftpart .searchBox {
    padding: 10px 20px;
  }

  .letYourChild .leftpart ul li {
    padding: 13px 0 13px 26px;
    min-height: 100px;
    margin-bottom: 20px;
  }

  .letYourChild .leftpart ul li p {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .letYourChild .box h2 {
    font-size: 24px;
  }

  .letYourChild .box ul li {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .ourFeatured .ourFeatureBox p {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
    text-wrap: auto;
  }

  .inquiryForm .leftpart p {
    font-size: 28px;
  }

  .inquiryForm .rightpart .title h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .ourServices .title h2 {
    font-size: 36px;
  }

  .ourServices .mainBox {
    gap: 16px;
  }

  .expertTution .topright .containInfo h2 {
    font-size: 36px;
  }

  .expertTution .topright .containInfo p {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
  }

  .expertTution .topright .containInfo {
    padding-top: 0;
  }

  .expertTution .topright .containInfo img {
    height: 85%;
  }

  .expertTution .mainBannerImg {
    height: 304px;
  }

  .expertTution .bottomleft .containInfo h2 {
    font-size: 36px;
  }

  .expertTution .bottomleft .containInfo p {
    font-size: 17px;
    line-height: 32px;
  }

  .expertTution .bottomleft .containInfo {
    padding-left: 37px;
  }

  .expertTution .bottomleft .containInfo .bold {
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 26px;
  }

  .expertTution .bottomleft .containInfo h2 {
    margin-bottom: 8px;
  }

  .experiencedPrivateTutors .leftpart p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
  }

  .ourPopularSubject .mainBox {
    margin-bottom: 16px;
  }

  .complimenting .innerPartation .contain {
    padding: 35px 100px 46px 100px;
    width: 680px;
  }

  .complimenting .innerPartation .points ul {
    gap: 14px;
  }

  .complimenting .innerPartation .points ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .complimenting .accordion .title {
    line-height: 30px;
  }

  .card-header {
    min-height: 60px;
  }

  .custom-link-coll {
    font-size: 18px;
  }

  .associations {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .footer-mob-color {
    gap: 10px;
  }

  .single-footer-widget>span {
    gap: 10px;
  }

  .single-footer-widget {
    padding-left: 6rem;
  }

  .single-footer-widget>h3 {
    font-size: 20px;  
  }

  .footer-area {
    font-size: 18px;
  }

  .how-we-match .bottom .contain-box p {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-mob {
    flex-wrap: wrap;
  }

  .footerYellowDiv h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .testimonial-area .owl-dots {
    flex-wrap: wrap;
  }

  .footerYellowDiv h1 {
    font-size: 28px;
    line-height: 37px;
  }

  .TutorsbyLevel .img-box .tag {
    font-size: 24px;
  }

  .DiscoverOurBlogs .img-box {
    min-height: 260px;
  }

  .DiscoverOurBlogs .img-box img {
    min-height: 280px;
    height: 280px;
  }

  /* .ourPopularSubject .mainBox .servicebox {
    height: 130px;
  } */
  .how-we-match .left .title {
    margin-top: 0;
  }

  .prof-tutor-main {
    gap: 0;
  }

  .text-content-wrapper .banner-subtitle {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  /* .backgrount-area {
    padding-top: 162px;
  } */
  .mock-round-img {
    height: 204px;
    width: 204px;
  }

  .home-tutor-text {
    font-size: 18px;
    line-height: 26px;
  }

  .home-tutor-img {
    height: 150px;
    width: 150px;
    object-fit: contain;
  }

  .home-tutor-row {
    grid-gap: 20px;
  }

  .banner-content.padding-headsection-small {
    padding: 188px 0px 0;
  }

  .p-tags {
    position: sticky;
    top: 190px;
  }
}

@media only screen and (max-width: 1280px) {
  img.vectorImg {
    width: 10%;
  }

  section.DiscoverOurBlogs .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .letYourChild .box h2 {
    padding: 0 0 0 0;
  }

  .letYourChild .box ul {
    padding: 0 0;
  }

  .letYourChild .leftpart .top {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .expertTution .col-md-6.bottomleft {
    margin-top: 0 !important;
  }

  .gallery1 {
    margin-left: 0;
  }

  .gallery3 {
    width: 250px;
  }

  .weOffer .main-box .innerBox .secoundDiv .bottomDiv .lightBlue {
    width: 70px;
  }

  .gallery4 {
    width: 150px;
  }

  .gallery5 {
    width: 290px;
  }

  .weOffer .main-box .innerBox .firstDiv h1 {
    font-size: 56px;
  }

  .social-icons a {
    border-radius: 8px;
  }

  .letYourChild .box .featureIcon .icon {
    width: 64px;
    height: 64px;
  }

  .ourServices .mainBox .servicebox {
    width: 160px;
    height: 160px;
    padding: 10px;
  }

  .ourServices .mainBox p {
    word-break: break-word;
  }

  .footerYellowDiv h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .how-we-match .bottom .contain-box h1 {
    font-size: 26px;
  }

  .expertTution .topright .containInfo h2 {
    font-size: 30px;
  }

  /* .backgrount-area {
    position: relative;
    padding-top: 182px;
  } */
  .auth-card-body.online-contact .check-box-flex [type="checkbox"] {
    left: 30%;
  }

  .are-we-form-box .are-we-form-title {
    font-size: 26px;
  }

  .are-we-form-box .online-contact-title {
    font-size: 32px;
  }

  .mock-exam-wrapper {
    bottom: -20px;
  }

  .tested-right-img-box {
    top: -160px;
    right: 20px;
  }

  .tested-content-flex {
    gap: 20px;
  }

  .tested-content-flex img {
    height: 36px;
    width: 36px;
  }

  .tested-text {
    font-size: 24px;
    line-height: 30px;
  }

  .mock-test-rule .mock-test-list .mock-test-list-item {
    font-size: 20px;
    line-height: 24px;
    padding: 16px 16px;
  }

  .mocktest-btm-img-box {
    max-width: 100%;
  }

  .mock-test-img-box {
    height: 352px;
    width: 100%;
  }

  .take-moke-exam-box .take-moke-title-box {
    margin: 26px auto 26px auto;
  }
}

@media only screen and (max-width: 1180px) {
  .TutorsbyLevel .img-box .tag {
    padding: 10px 20px;
  }

  .DiscoverOurBlogs .tag {
    padding: 10px 10px;
  }

  .letYourChild .leftpart ul li p {
    font-size: 22px;
  }

  /* .letYourChild .box .bannerimg {
    width: 100%;
    height: 408px;
  } */
}

@media only screen and (max-width: 1080px) {
  .expertTution .topright .containInfo img {
    left: 10px;
  }

  .expertTution .bottomleft .containInfo img {
    left: 80px;
  }

  /* .ourPopularSubject .mainBox .servicebox {
    height: 100px;
  } */
  .weOffer .main-box .innerBox .secoundDiv {
    width: 450px;
  }

  .tested-right-img-box {
    position: relative;
    top: 0;
  }

  .take-more-card-img-box {
    position: absolute;
    bottom: -20px;
    right: -20px;
    height: 200px;
    width: 200px;
  }

  .take-more-card-cont {
    height: 304px;
    width: 304px;
  }

  .take-more-card-img-box {
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 160px;
    width: 160px;
  }

  .mocktest-btm-img-box {
    max-width: 90%;
    margin: -66px auto 0 auto;
  }

  .home-tutor-row {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
  }

  .p-tags a.button-default.inline {
    font-size: 19px;
  }

  .showOnlyWeb a.button-default.mb-2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .slider_btn {
    font-size: 30px;
  }

  .section-3 .container-items .box {
    padding: 16px;
  }

  .section-3 .container-items .box svg {
    max-width: 200px;
    margin-bottom: 16px;
    /* height: 100%; */
  }

  .testimonial-area .owl-dots {
    bottom: -30px;
  }

  .section-3 .container-items h3 {
    font-size: 26px;
  }

  /* .TutorsbyLevel .img-box {
    min-height: 186px;
    border-radius: 20px;
  } */
  .TutorsbyLevel .img-box .tag {
    font-size: 18px;
  }

  .DiscoverOurBlogs .img-box {
    min-height: 160px;
  }

  .DiscoverOurBlogs .img-box img {
    min-height: 160px;
    /* height: 160px; */
  }

  .how-we-match .left .contain p {
    font-size: 22px;
    line-height: 30px;
  }

  .how-we-match .left .contain ul {
    margin-top: 16px;
  }

  .how-we-match .bottom .contain-box h1 {
    font-size: 25px;
  }

  .how-we-match .bottom .contain-box p {
    font-size: 16px;
    line-height: 22px;
  }

  .weOffer .main-box .innerBox .secoundDiv .topDiv .topinnerdiv {
    width: 240px;
  }

  .banner-content .text-content-wrapper.full-width {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .auth-card-body.online-contact .check-box-flex [type="checkbox"] {
    left: 20px;
  }

  .p-tags {
    position: sticky;
    top: 210px;
  }
}

@media only screen and (max-width: 991px) {
  .whyChoose .title h1 {
    font-size: 30px;
  }

  .whyChoose .title p,
  .common-para-custom {
    font-size: 20px;
  }

  .section-3 .container-items h3 {
    font-size: 24px;
  }

  .testimonial-area .title h1 {
    font-size: 30px;
  }

  .testimonial-area .title p,
  .online-package-main .title p {
    font-size: 20px;
  }

  .testimonial-area .owl-dots {
    position: relative;
  }

  .TutorsbyLevel .title h1 {
    margin-top: 0;
    font-size: 30px;
  }

  .TutorsbyLevel .title p {
    font-size: 20px;
  }

  .DiscoverOurBlogs .title h1 {
    margin-top: 0;
    font-size: 30px;
  }

  .DiscoverOurBlogs .title p {
    font-size: 20px;
  }

  .how-we-match .left .contain p {
    font-size: 20px;
    line-height: 26px;
  }

  .how-we-match .left .contain h2 {
    font-size: 20px;
  }

  .how-we-match .bottom .contain-box h1 {
    font-size: 22px;
    margin-top: 0;
  }

  .letYourChild .leftpart .top h2 {
    font-size: 30px;
  }

  .letYourChild .leftpart ul li p {
    font-size: 20px;
  }

  .letYourChild .leftpart ul li span {
    font-size: 18px;
    line-height: 24px;
  }

  .letYourChild .leftpart ul li {
    min-height: 86px;
  }

  .letYourChild .box .featureIcon .icon {
    width: 44px;
    height: 44px;
  }

  .letYourChild .box h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .letYourChild .box ul li {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .ourServices .title h2 {
    font-size: 30px;
  }

  .ourServices .title p {
    font-size: 20px;
  }

  .ourServices .mainBox p {
    font-size: 16px;
  }

  .expertTution .topright .containInfo h2 {
    font-size: 28px;
  }

  .expertTution .topright .containInfo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }

  .experiencedPrivateTutors .leftpart {
    padding-left: 20px;
  }

  .expertTution .bottomleft .containInfo h2 {
    font-size: 28px;
  }

  .expertTution .bottomleft .containInfo p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .experiencedPrivateTutors .leftpart h2 {
    font-size: 30px;
  }

  .experiencedPrivateTutors .leftpart p {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .theme-btn {
    min-width: 210px;
    padding: 16px 10px;
    font-size: 24px;
  }

  .ourPopularSubject .title h2 {
    font-size: 30px;
  }

  .complimenting .innerPartation .contain h2 {
    font-size: 30px;
  }

  .complimenting .innerPartation .contain p {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonials h2 {
    font-size: 36px;
    margin-bottom: 58px;
  }

  .associations .title h1 {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 26px;
  }

  .footerYellowDiv {
    margin: 0px 16px;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 26px;
  }

  .how-we-match .left .contain ul li {
    font-size: 18px;
    line-height: 30px;
  }

  .ourServices .mainBox .servicebox {
    margin: auto;
    width: 146px;
    height: 146px;
  }

  .testimonial-area .owl-dots {
    display: none;
  }

  .prof-tutor-sec::after {
    display: none;
  }

  .contact-info-box {
    border-radius: 20px;
    padding: 16px;
  }

  .auth-card-body.online-contact {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }

  .are-we-form-box .online-contact-title {
    text-align: center;
  }

  .review-star-box .review-star-img {
    margin: 16px auto 8px auto;
  }

  .associations .logosSlider {
    gap: 20px;
  }

  .mock-exam-wrapper {
    position: relative;
    bottom: -20px;
  }

  .mock-round-img {
    height: 174px;
    width: 174px;
  }

  .take-more-card-cont .take-more-card-title {
    font-size: 23px;
    line-height: 35px;
    padding: 16px;
  }

  .take-more-card-cont {
    height: 224px;
    width: 224px;
  }

  .take-more-card-img-box {
    height: 120px;
    width: 120px;
  }

  .banner-content.padding-headsection-small {
    padding-top: 125px !important;
  }

  .course-details-area.section-padding.tutor-padding {
    padding-top: 100px !important;
  }

  .course-details-area.section-padding.tutor-padding.custom-tutor-padding {
    padding-top: 160px !important;
  }

  .p-tags {
    position: sticky;
    top: 160px;
  }

  .section-3 .container-items .box svg {
    height: max-content;
  }
}

@media only screen and (max-width: 767px) {
  .hero-carousel-title h1 {
    font-size: 52px;
  }

  .slider_btn {
    font-size: 24px;
    margin-top: 8px;
  }

  .section-3 {
    padding: 40px 0;
  }

  .testimonial-area .owl-dots {
    bottom: 0;
  }

  .section-3 .container-items .box svg {
    max-width: 146px;
    margin-bottom: 16px;
  }

  .section-3 .container-items .box {
    padding: 10px !important;
    margin: 0 !important;
  }

  .whyChoose .section-3 .container-items {
    gap: 16px !important;
  }

  .whyChoose .title {
    margin-bottom: 16px;
  }

  .DiscoverOurBlogs {
    padding-top: 26px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .DiscoverOurBlogs .tag {
    min-height: 50px;
    border-radius: 0 0 15px 15px;
  }

  .ourServices .mainBox .servicebox {
    width: 246px;
    height: 246px;
    padding: 16px;
  }

  .ourServices .mainBox p {
    font-size: 22px;
  }

  .experiencedPrivateTutors .leftpart {
    padding-left: 36px;
  }

  .experiencedPrivateTutors .rightpart .imgbox .experienced1 {
    width: 100%;
    height: 280px;
  }

  .complimenting .accordion .title {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }

  .col-md-12.h-auto.mb-5 {
    margin-bottom: 0 !important;
  }

  .auth-card-body .cont-input-box {
    padding: 8px 36px 8px 8px;
    font-size: 20px;
    color: #000;
    min-height: 46px;
  }

  .auth-card-body .button-default.contact-sub-btn {
    /* background: #107dc2; */
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    color: #ffffff;
  }

  .auth-card-body.online-contact .check-box-flex {
    padding-left: 50px;
    justify-content: start;
  }

  .auth-card-body.online-contact .check-box-flex [type="checkbox"] {
    left: 40px;
  }

  .benefits-list-box .benefits-list .benefits-list-title {
    font-size: 22px;
    line-height: 26px;
  }

  .benefits-list-box .benefits-list .benefits-list-descript {
    font-size: 18px;
    line-height: 24px;
  }

  .benefit-img-box {
    position: absolute;
    height: 100%;
    width: 100%;
    visibility: unset;
    top: 0;
    left: 0;
  }

  /* .backgrount-area {
    padding-top: 122px;
  } */
  .mock-round-img {
    height: 104px;
    width: 104px;
  }

  .mock-round-box-flex .mock-round-box:nth-child(3) {
    height: 183px;
  }

  .mock-round-box-flex .mock-round-box:nth-child(2) {
    height: 246px;
  }

  .mock-round-box-flex .mock-round-box:nth-child(1) {
    height: 361px;
  }

  .mock-round-box-flex {
    justify-content: space-evenly;
  }

  .mocktest-btm-img-box {
    max-width: 90%;
    margin: 16px auto 0 auto;
  }

  .take-more-card-cont {
    margin-bottom: 26px;
  }

  .tutoring_section .online-title-box .online-bg-title {
    font-size: 24px;
    padding: 16px 16px;
  }

  .mock-exam-para {
    font-size: 20px;
    line-height: 28px;
  }

  .mock-exam-box {
    padding: 16px;
  }

  .mock-exam-para {
    font-size: 16px;
    line-height: 24px;
  }

  .tested-section {
    padding: 25px 0px;
  }

  .tested-text {
    font-size: 18px;
    line-height: 24px;
  }

  .tested-right-img-box {
    right: 0;
  }

  .home-tutor-row {
    grid-gap: 60px;
  }

  .main-custom-calendar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 667px) {
  .ourFeatured .title {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }

  .home-tutor-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .showOnlyMob a.button-default.mb-2 {
    display: flex;
    padding: 8px !important;
    max-width: max-content;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .hero-carousel-title h1 {
    font-size: 28px;
  }

  .slider_btn {
    font-size: 22px;
  }

  .whyChoose .title p {
    font-size: 18px;
    line-height: 1.5;
  }

  .whyChoose .title h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .section-3 .container-items h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .testimonial-area {
    padding: 40px 0 16px;
  }

  .letYourChild .leftpart ul li p {
    font-size: 18px;
  }

  .letYourChild .leftpart ul li span {
    font-size: 16px;
    line-height: 22px;
  }

  .expertTution .topright .containInfo h2 {
    font-size: 24px;
  }

  .expertTution .topright .containInfo p,
  .expertTution .bottomleft .containInfo p {
    font-size: 16px;
    line-height: 1.5;
  }

  .ourServices .title h2,
  .expertTution .bottomleft .containInfo h2 {
    font-size: 24px;
  }

  .ourServices .title p {
    font-size: 16px;
    line-height: 1.5;
  }

  .experiencedPrivateTutors .leftpart h2 {
    font-size: 24px;
  }

  .as-mainwrapper.contact-box-cont .contact-form-box {
    padding: 8px;
  }

  .call-info-detail {
    gap: 4px;
    flex-direction: column;
    align-items: center;
  }

  .call-info-detail .call-info-text .call-info-title {
    text-align: center;
    font-size: 16px;
  }

  .call-info-detail .call-info-text .call-info-sublink {
    font-size: 18px;
  }

  .iframe-map .iframe-cont {
    height: 200px;
    width: 200px;
  }

  .custom-link a {
    margin-right: 6px;
    margin-bottom: 6px;
  }

  .contact-info-box .note-text-cont {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .mock-round-box {
    padding: 6px;
  }

  .mock-round-img {
    height: 74px;
    width: 74px;
  }

  /* .backgrount-area {
    padding-top: 90px;
  } */
  .mock-test-img-box {
    height: 252px;
  }

  .mock-test-rule .mock-test-list .mock-test-list-item {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 16px;
    border-right: 8px solid #107dc2;
  }

  .take-moke-exam-box .take-moke-title-box .take-moke-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    padding: 16px;
    text-align: center;
  }

  .home-tutor-row {
    grid-template-columns: 1fr;
  }

  .weOffer .main-box .innerBox .firstDiv h1 span {
    font-size: 28px;
  }
}

/* .inquiryForm .bottomBtn a{
  padding: 20px 60px;
  width: max-content;
}
.inq-contain-sec{
  padding: 78px 15px 20px 36px;
} */
.auth-card-body #forgot-password .auth-input-box {
  background: transparent;
}