.site-content-contain #content {
  background-color: #F7FCFF;
}

.show-mobile,
.show-mobile-flex,
.show-tablet,
.show-tablet-flex {
  display: none !important;
}

section {
  width: 100%;
}

#bredcrumb {
  padding: 15px 0;
  background-color: #F7FCFF;
  color: #000;
}
#bredcrumb .container {
  max-width: 1270px;
  margin: 0 auto;
}
#bredcrumb .container i.fa-angle-double-right {
  color: #000;
}

#hero {
  padding: 0 0 20px;
}
#hero .container {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
}
#hero .container .pretitle {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: #000;
  padding: 0;
  margin-bottom: 10px !important;
}
#hero .container .page-title {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 0;
  max-width: 680px;
  text-transform: none;
  margin-bottom: 10px;
}
#hero .container .banner-text {
  max-width: 497px;
  margin-bottom: 14px;
}
#hero .container .banner-text p {
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0 0 5px !important;
}
#hero .container .banner-text p:not(:first-child) {
  display: none;
}
#hero .container .banner-text .readmore {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.5px;
  color: #010101;
  font-family: Lato;
}
#hero .container .banner-text .readmore:hover {
  text-decoration: underline !important;
}
#hero .container .banner-text.extended p {
  margin: 0 0 1em !important;
}
#hero .container .banner-text.extended p:not(:first-child) {
  display: block;
}
#hero .container .banner-text.extended p:last-of-type {
  margin: 0 0 5px !important;
}
#hero .container .form {
  max-width: 480px;
}
#hero .container .form .title {
  color: #fff;
  font-family: "Lato", serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 33.8px;
  background-color: #0D7BE5;
  border: 1px solid #0D7BE5;
  border-radius: 20px 20px 0 0;
  padding: 13px 0;
  text-align: center;
}
#hero .container .form form {
  background-color: rgba(255, 255, 255, 0.6980392157);
  border: 1px solid #000;
  border-radius: 0 0 20px 20px;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}
#hero .container .form form .student {
  margin: 0 0 10px;
}
#hero .container .form form .student .remove-student {
  display: flex;
  justify-content: flex-end;
  margin: 22px 0 0;
}
#hero .container .form form .student .remove-student a {
  font-family: Lato, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20.8px;
  letter-spacing: 0.8px;
  color: #0D7BE5;
}
#hero .container .form form .student .remove-student a:hover {
  color: #000;
}
#hero .container .form form .student.student-2, #hero .container .form form .student.student-3 {
  display: none;
  padding-top: 10px;
  border-top: 1px solid #EEEEEE;
}
#hero .container .form form .student.student-2 label {
  color: #0D7BE5;
}
#hero .container .form form .student.student-3 label {
  color: #31891f;
}
#hero .container .form form .form-row {
  width: 100%;
  margin: 0;
}
#hero .container .form form .form-row:not(:last-child) {
  margin-bottom: 15px;
}
#hero .container .form form .cols-2 {
  display: flex;
  gap: 55px;
}
#hero .container .form form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
#hero .container .form form .extra-fields {
  display: none;
  flex-direction: column;
  gap: 15px;
}
#hero .container .form form .extra-fields .stream {
  display: none;
}
#hero .container .form form .extra-fields .form-group {
  display: flex;
  flex-direction: column;
}
#hero .container .form form .invalid {
  box-shadow: 0 0 3px 0 red;
}
#hero .container .form form .invalid + .select2 {
  box-shadow: 0 0 3px 0 red;
}
#hero .container .form form .invalid-message {
  position: relative;
  color: red;
  font-size: 14px;
  font-family: Lato;
}
#hero .container .form form .invalid-message + .select2 {
  box-shadow: 0 0 3px 0 red;
}
#hero .container .form form .select2-container {
  width: 100% !important;
}
#hero .container .form form .select2-container .select2-dropdown {
  background-color: #EEEEEE;
  border: none;
}
#hero .container .form form .select2-container .select2-dropdown .select2-results ul li {
  color: #000;
  padding: 5px !important;
  background: none;
  font-weight: 500;
}
#hero .container .form form .select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
  background-color: #0D7BE5;
  color: #fff;
}
#hero .container .form form .select2-container {
  border-radius: 5px;
  border: transparent;
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  width: 100%;
  height: auto;
  position: relative;
  background: url("../svg/arrow-down-gray.svg");
  background-size: 24px;
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  background-color: #EEEEEE;
  margin: 0;
  min-height: unset;
}
#hero .container .form form .select2-container .select2-selection {
  border: none;
  background: none;
  height: auto;
  padding: 10.5px 12px;
}
#hero .container .form form .select2-container .select2-selection .select2-selection__rendered {
  padding: 0 !important;
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
#hero .container .form form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #757575 !important;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 19px;
}
#hero .container .form form .select2-container .select2-selection .select2-selection__rendered:after {
  display: none;
}
#hero .container .form form .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}
#hero .container .form form .select2-container .select2-selection .select2-search__field {
  height: 19px !important;
  margin: 0;
}
#hero .container .form form label {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.8px;
  color: #000;
  margin: 0 0 5px;
}
#hero .container .form form label span {
  color: #D33333;
  margin-left: 7px;
}
#hero .container .form form input,
#hero .container .form form select {
  background-color: #EEEEEE;
  border-radius: 5px;
  border: transparent;
  padding: 10.5px 12px;
  color: #757575;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  width: 100%;
  height: auto;
}
#hero .container .form form input::placeholder,
#hero .container .form form select::placeholder {
  color: #757575;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
#hero .container .form form input[type=submit] {
  background-color: #0D7BE5;
  border: 2px solid #0D7BE5;
  padding: 8.5px 12px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}
#hero .container .form form input[type=submit]:hover {
  color: #0D7BE5;
  background-color: transparent;
}
#hero .container .form form .add-student {
  display: block;
  font-family: Lato;
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #FF5C01;
  margin: 0 0 5px;
}
#hero .container .form form .add-student:hover {
  color: #000;
}
#hero .container .form form p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}
#hero .container .form form p:last-of-type {
  margin: 0 0 20px !important;
}
#hero .container .back-image {
  position: absolute;
  right: 0;
  top: 80px;
  max-width: 570px;
}
#hero .container .front-image {
  position: absolute;
  right: 20px;
  bottom: -20px;
  max-width: 730px;
}
#hero .container .stats-icon-mobile {
  display: none;
}

#stats {
  margin-bottom: 100px;
}
#stats .container {
  max-width: 1350px;
  border: 2px solid rgba(13, 123, 229, 0.4);
  border-radius: 200px;
}
#stats .container .inner-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 37px 0 45px;
}
#stats .container .inner-container .item {
  display: flex;
  gap: 16px;
  align-items: center;
}
#stats .container .inner-container .item .stats-icon {
  width: auto;
  height: 60px;
  display: flex;
  justify-content: flex-end;
}
#stats .container .inner-container .item .text {
  display: flex;
  flex-direction: column;
}
#stats .container .inner-container .item .text .number {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
  color: #0D7BE5;
}
#stats .container .inner-container .item .text .label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  color: #38393B;
  font-family: "Lato", sans-serif;
}
#stats .container .inner-container .separator {
  width: 1px;
  height: 84px;
  background-color: #0D7BE5;
}
#stats .container .inner-container .separator:last-child {
  display: none;
}

#maths-help {
  margin-bottom: 48px;
}
#maths-help .container {
  max-width: 1310px;
}
#maths-help .container .title {
  width: 100%;
  text-align: center;
  color: #2F303A;
  font-size: 40px;
  line-height: 1.05em;
  font-weight: 400;
  margin-bottom: 60px;
}
#maths-help .container .text-image {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
#maths-help .container .text-image .text {
  display: flex;
  flex-direction: column;
  flex: 1 1 60%;
}
#maths-help .container .text-image .text h3 {
  font-size: 30px;
  line-height: 1.4em;
  color: #0D7BE5;
  margin: 0 0 16px;
}
#maths-help .container .text-image .text .block-text p {
  font-size: 18px;
  line-height: 1.7em;
  color: #5F5F5F;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0 0 1em !important;
}
#maths-help .container .text-image .text .block-text p:last-of-type {
  margin-bottom: 16px;
}
#maths-help .container .text-image .text .block-text h3 {
  margin-top: 16px;
}
#maths-help .container .text-image .text .block-text a {
  color: #0D7BE5;
}
#maths-help .container .text-image .text .block-text a:hover {
  text-decoration: underline !important;
}
#maths-help .container .text-image .text .block-text ul {
  margin: 16px 0;
}
#maths-help .container .text-image .text .block-text ul li {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-family: "Lato", sans-serif;
  color: #5F5F5F;
  margin-bottom: 12px;
  padding-left: 35px;
  background: url(../svg/green-tick.svg) no-repeat;
  background-size: 18px 18px;
  background-position: 0 4px;
}
#maths-help .container .text-image .text .block-text ul li strong {
  color: #39428C;
}
#maths-help .container .text-image .text .block-text ol {
  padding-left: 25px;
  margin: 16px 0;
}
#maths-help .container .text-image .text .block-text ol li {
  font-size: 18px;
  line-height: 1.7em;
  color: #5F5F5F;
  letter-spacing: 0.5px;
  font-family: Lato;
  margin: 0 0 10px;
}
#maths-help .container .text-image .text .block-text .readmore-container {
  margin-top: 16px;
  line-height: 1;
}
#maths-help .container .text-image .text .block-text .readmore,
#maths-help .container .text-image .text .block-text .readless {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  color: #010101 !important;
  font-family: "Lato", sans-serif;
  text-decoration: none !important;
}
#maths-help .container .text-image .text .block-text .readmore:hover,
#maths-help .container .text-image .text .block-text .readless:hover {
  text-decoration: underline !important;
}
#maths-help .container .text-image .text .block-text .readless {
  display: none;
}
#maths-help .container .text-image .text .block-text.extended h3 {
  display: block;
}
#maths-help .container .text-image .text .block-text.extended p:not(:first-child) {
  display: block;
}
#maths-help .container .text-image .text .block-text.extended p:first-child {
  margin-bottom: 0;
}
#maths-help .container .text-image .image {
  flex: 1 1 40%;
}
#maths-help .container .text-image.image-left {
  flex-direction: row-reverse;
}
#maths-help .container .carousel {
  width: 100%;
}
#maths-help .container .carousel .swiper-wrapper {
  margin-bottom: 48px;
}
#maths-help .container .carousel .swiper-wrapper .swiper-slide {
  height: auto;
}
#maths-help .container .carousel .swiper-wrapper .swiper-slide .card {
  padding: 25px;
  border-radius: 20px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  cursor: grab;
  height: 100%;
}
#maths-help .container .carousel .swiper-wrapper .swiper-slide .card .image {
  width: 70px;
  height: 70px;
}
#maths-help .container .carousel .swiper-wrapper .swiper-slide .card .title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3em;
  color: #242424;
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
}
#maths-help .container .carousel .swiper-wrapper .swiper-slide .card .text {
  font-size: 20px;
  line-height: 1.5em;
  color: #5F5F5F;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
#maths-help .container .carousel .swiper-pagination {
  position: relative;
  line-height: 1;
}
#maths-help .container .carousel .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  opacity: 1;
}
#maths-help .container .carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0D7BE5;
  opacity: 1;
}

#subject-categories {
  margin-bottom: 70px;
}
#subject-categories .container {
  max-width: 1250px;
  position: relative;
}
#subject-categories .container .title {
  width: 100%;
  text-align: center;
  color: #2F303A;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 37px;
}
#subject-categories .container .swiper-container {
  position: relative;
  margin-bottom: 25px;
}
#subject-categories .container .swiper-container .nav-container .nav-items .nav-item {
  max-width: fit-content;
  font-size: 20px;
  line-height: 1.7em;
  color: #000;
  position: relative;
}
#subject-categories .container .swiper-container .nav-container .nav-items .nav-item:hover {
  cursor: pointer;
}
#subject-categories .container .swiper-container .nav-container .nav-items .nav-item.active {
  font-weight: 700;
}
#subject-categories .container .swiper-container .nav-container .nav-items .nav-item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #0D7BE5;
  left: 0;
  bottom: 0;
}
#subject-categories .container .swiper-button-next {
  right: -30px;
  width: 24px;
  height: 24px;
  top: 27px;
}
#subject-categories .container .swiper-button-next::after {
  content: "";
  background: url(../png/arrows-right-blue.png) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
#subject-categories .container .swiper-button-prev {
  left: -30px;
  width: 24px;
  height: 24px;
  top: 27px;
}
#subject-categories .container .swiper-button-prev::after {
  content: "";
  background: url(../png/arrows-right-blue.png) no-repeat;
  transform: scaleX(-1);
  background-size: 24px;
  width: 24px;
  height: 24px;
}
#subject-categories .container .mask-right {
  content: "";
  position: absolute;
  width: 40px;
  height: 34px;
  background-image: linear-gradient(to right, transparent, #F7FCFF);
  top: 0;
  right: 0;
  z-index: 1;
}
#subject-categories .container .category-content {
  padding: 35px 50px;
  background-color: rgba(249, 248, 246, 0.6980392157);
  border-radius: 10px;
}
#subject-categories .container .category-content .category-content-card {
  display: none;
  gap: 30px;
}
#subject-categories .container .category-content .category-content-card .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 25%;
  align-items: flex-end;
  padding-top: 50px;
}
#subject-categories .container .category-content .category-content-card .left .category-icon {
  width: 100px;
  height: auto;
}
#subject-categories .container .category-content .category-content-card .left .category-name {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 800;
  text-transform: uppercase;
  color: #0D7BE5;
  text-align: right;
}
#subject-categories .container .category-content .category-content-card .right {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1 1 75%;
}
#subject-categories .container .category-content .category-content-card .right .title {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  color: #0D7BE5;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0;
}
#subject-categories .container .category-content .category-content-card .right .text p {
  font-size: 18px;
  line-height: 1.5em;
  color: #000;
  font-family: "Lato", serif;
  padding: 0;
}
#subject-categories .container .category-content .category-content-card .right .text p:not(:last-child) {
  margin-bottom: 15px;
}
#subject-categories .container .category-content .category-content-card.active {
  display: flex;
}
#subject-categories .swiper-button-next.swiper-button-disabled,
#subject-categories .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#topics-covered {
  margin-bottom: 77px;
}
#topics-covered .container {
  max-width: 1105px;
}
#topics-covered .container .title {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
}
#topics-covered .container .carousel-topics {
  width: 100%;
}
#topics-covered .container .carousel-topics .swiper-wrapper {
  margin-bottom: 48px;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide {
  height: auto;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card {
  padding: 20px 13px;
  border-radius: 6px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: grab;
  height: 100%;
  justify-content: space-between;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  margin: 0 0 25px !important;
  text-align: center;
  letter-spacing: 0;
  padding: 0 17px;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text {
  margin-bottom: 25px;
  padding: 0 17px;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text p {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto Slab", serif;
  padding: 0;
  margin-bottom: 10px;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text ul {
  list-style: inside;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text ul li {
  color: #fff;
  font-family: "Lato", serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  padding-left: 1ch;
  margin-left: 1ch;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text ul li::marker {
  content: "-";
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text ul li.readmore-container::marker {
  content: "";
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .view-more {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  padding: 26px 0;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  transition: 0.3s;
}
#topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .view-more:hover {
  transform: scale(1.05);
}
#topics-covered .container .carousel-topics .swiper-pagination-topics {
  position: relative;
  line-height: 1;
  text-align: center;
}
#topics-covered .container .carousel-topics .swiper-pagination-topics .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  opacity: 1;
}
#topics-covered .container .carousel-topics .swiper-pagination-topics .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0D7BE5;
  opacity: 1;
}

#affordable {
  margin-bottom: 63px;
  padding: 0;
}
#affordable .title {
  max-width: 820px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.25em;
}
#affordable .pricetablechart {
  margin-bottom: 30px;
}
#affordable .pricetablechart .tutorPrice th:first-child {
  max-width: 183px;
  padding: 50px 49px 44px 44px;
}
#affordable .pricetablechart .tutorPrice th:first-child .timeTitle {
  max-width: 180px;
}
#affordable .pricetablechart .tutorPrice td:first-child {
  max-width: 205px;
  padding: 15px;
}
#affordable .pricetablechart .tutorPrice .timeTitle {
  font-size: 25px;
}
#affordable .pricetablechart .tutorPrice .timeTitle:first-child {
  padding: 0;
}
#affordable .pricetablechart .tutorPrice .icon {
  width: 100%;
  height: auto;
  max-width: 125px;
}
#affordable .cta {
  display: flex;
  flex-direction: row;
  gap: 18.5px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#affordable .cta .text {
  font-size: 20px;
  line-height: 38.4px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
#affordable .cta .button {
  font-size: 20px;
  line-height: 24px;
}

#pricing-faq {
  margin-bottom: 100px;
}
#pricing-faq .title {
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  color: #2F303A;
}
@media (min-width: 1024px) {
  #pricing-faq .title {
    font-size: 40px;
    line-height: 1.25em;
  }
}
#pricing-faq .pricing-faq-wrapper {
  max-width: 1130px;
  padding: 0 15px;
  margin: auto;
}
@media (max-width: 1279px) {
  #pricing-faq .pricing-faq-wrapper {
    max-width: 920px;
  }
}
#pricing-faq .pricing-faq-wrapper .full_bottomQue {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pricing-faq .pricing-faq-wrapper .full_bottomQue a {
  color: #007BFF;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: underline !important;
  text-align: center;
}
#pricing-faq .pricing-faq-wrapper .full_bottomQue a:hover {
  color: #2F303A;
  text-decoration: none !important;
}
#pricing-faq #pricing-faq-tabs {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #pricing-faq #pricing-faq-tabs {
    margin-top: 30px;
    flex-direction: row;
  }
}
#pricing-faq #pricing-faq-tabs .advancer_icon {
  display: none;
}
@media (max-width: 640px) {
  #pricing-faq #pricing-faq-tabs .advancer_icon {
    display: block;
    fill: #0d7be5;
    width: 8px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 25px;
  }
}
#pricing-faq #pricing-faq-tabs .advancer_icon_rt {
  right: 10px;
}
#pricing-faq #pricing-faq-tabs .active {
  border-color: #0d7be5;
  color: #fff !important;
  background: #0d7be5;
}
@media (max-width: 640px) {
  #pricing-faq #pricing-faq-tabs .active {
    box-shadow: inset 0 -2px 0 #0d7be5 !important;
    font-weight: 900 !important;
    color: #0d7be5 !important;
    border: none !important;
    border-bottom: 1px solid #0d7be5 !important;
    background: none !important;
  }
}
#pricing-faq #pricing-faq-tabs .active_tab {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
  border-bottom: none;
}
#pricing-faq #pricing-faq-tabs .active_tab::before {
  background: #fff !important;
  color: #007bff !important;
}
#pricing-faq #pricing-faq-tabs .active_rotate {
  transform: rotate(180deg);
}
#pricing-faq #pricing-faq-tabs .tabs-nav {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 640px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0;
    align-items: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (max-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav {
    max-width: 670px;
    margin: auto;
    width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav {
    flex-direction: column;
    max-width: none;
  }
}
#pricing-faq #pricing-faq-tabs .tabs-nav::-webkit-scrollbar {
  display: none;
}
#pricing-faq #pricing-faq-tabs .tabs-nav li {
  display: flex;
  margin: 10px 0;
  max-width: 670px;
}
@media (min-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav li {
    width: 250px;
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav li {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav li {
    margin: 0;
    align-items: center;
  }
}
#pricing-faq #pricing-faq-tabs .tabs-nav li a {
  font-family: "Roboto Slab", serif;
  border: none;
  color: #5f5f5f;
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 15px;
}
@media (max-width: 639px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav li a {
    border: none;
    font-family: "Lato", sans-serif;
    margin: 0 18px;
    padding-bottom: 12px;
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav li a {
    padding: 15px 20px;
    border-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 640px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav li:last-child {
    border-right: 1px solid #e1e1e1;
  }
}
@media (min-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .tabs-nav li:last-child {
    border-bottom: 1px solid #e1e1e1;
    border-right: 0;
  }
}
#pricing-faq #pricing-faq-tabs .pricing-tabs-items {
  width: 100%;
  max-width: 670px;
}
@media (max-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .pricing-tabs-items {
    padding: 0 30px !important;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .pricing-tabs-items {
    max-width: none;
  }
}
#pricing-faq #pricing-faq-tabs .pricing-tabs-items .tabs-item {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #pricing-faq #pricing-faq-tabs .pricing-tabs-items .tabs-item {
    margin-bottom: 20px;
  }
}
#pricing-faq #pricing-faq-tabs .pricing-tabs-items .tabs-item .title-tab {
  cursor: pointer;
  width: 100%;
  padding: 15px 35px 15px 55px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  border: 1px solid #e1e1e1;
}
#pricing-faq #pricing-faq-tabs .pricing-tabs-items .tabs-item .title-tab i {
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
}
#pricing-faq #pricing-faq-tabs .pricing-tabs-items .tabs-item .title-tab i.active_rotate {
  transform: translateY(-50%) rotate(180deg);
}
#pricing-faq #pricing-faq-tabs .pricing-tabs-items .tabs-item .title-tab::before {
  content: "Q";
  font-family: "Lato", sans-serif;
  left: 14px;
  top: 15px;
  background: #007bff;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  padding: 5px 0;
  font-size: 15px;
  line-height: normal;
}
#pricing-faq #pricing-faq-tabs .pricing-tabs-items .tabs-item .text_tab {
  display: none;
  padding: 15px 20px;
  height: auto;
  border: 1px solid #e1e1e1;
  border-top: none;
}
#pricing-faq #pricing-faq-tabs .pricing-tabs-items .tabs-item .text_tab p {
  font-size: 16px;
  padding-bottom: 15px;
}

#user-reviews {
  margin-bottom: 100px;
}
#user-reviews .container {
  max-width: 1410px;
}
#user-reviews .container .title {
  font-size: 40px;
  line-height: 1.3em;
  color: #007BFF;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#user-reviews .container .title span {
  font-size: 26px;
  font-weight: 600;
}
#user-reviews .container .separator {
  width: 50%;
  max-width: 310px;
  height: 8px;
  border-radius: 20px;
  background-color: #007BFF;
  margin: 0 auto 40px;
}
#user-reviews .container .description {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}
#user-reviews .container .description p {
  font-size: 36px;
  line-height: 1.3em;
  color: #000;
  font-family: "Roboto Slab", serif;
  padding: 0;
  margin: 0;
}
#user-reviews .container .description pre {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  font-family: "Lato", sans-serif;
}
#user-reviews .container .swiper-container {
  position: relative;
  margin-bottom: 54px;
}
#user-reviews .container .carousel-reviews {
  width: 100%;
  padding: 0 6px 6px;
}
#user-reviews .container .carousel-reviews .swiper-wrapper {
  padding: 0 4px;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide {
  height: auto;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card {
  padding: 25px 18px 15px;
  border-radius: 20px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: grab;
  height: 270px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 13px;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .top .left {
  display: flex;
  gap: 12px;
  align-items: center;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .top .left .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: Lato;
  display: flex;
  justify-content: center;
  align-items: center;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .top .left .name-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .top .left .name-date .name {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: Lato;
  color: #000;
  padding: 0;
  margin: 0;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .top .left .name-date .date {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: Lato;
  color: #4D4D4D;
  padding: 0;
  margin: 0;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .top .right img {
  width: 35px;
  height: auto;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .stars {
  margin-bottom: 9px;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .text {
  overflow: auto;
}
#user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Lato;
  color: #000;
  margin-bottom: 1em !important;
  padding: 0;
  letter-spacing: 0;
}
#user-reviews .container .reviews-swiper-button-next {
  position: absolute;
  right: -30px;
  width: 13px;
  height: 25px;
  top: calc(50% - 16px);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#user-reviews .container .reviews-swiper-button-next::after {
  content: "";
  background: url(../png/arrow-right-black.png) no-repeat;
  background-size: 13px;
  width: 13px;
  height: 25px;
}
#user-reviews .container .reviews-swiper-button-prev {
  position: absolute;
  left: -30px;
  width: 13px;
  height: 25px;
  top: calc(50% - 16px);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#user-reviews .container .reviews-swiper-button-prev::after {
  content: "";
  background: url(../png/arrow-right-black.png) no-repeat;
  transform: scaleX(-1);
  background-size: 13px;
  width: 13px;
  height: 25px;
}
#user-reviews .container .buttons {
  display: flex;
  gap: 14px;
  width: 100%;
  justify-content: center;
}
#user-reviews .container .buttons .view-all {
  background: #646E77;
}
#hurry-up {
  margin-bottom: 80px;
}

#maths-home-tuition {
  margin-bottom: 90px;
}
#maths-home-tuition .container {
  max-width: 1340px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#maths-home-tuition .container .title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #0D7BE5;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
#maths-home-tuition .container .subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 23px;
  line-height: 1.4em;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0;
  padding: 0;
  text-align: center;
}
#maths-home-tuition .container .image-text {
  display: flex;
  gap: 22px;
  flex-wrap: nowrap;
}
#maths-home-tuition .container .image-text .image {
  flex: 1;
}
#maths-home-tuition .container .image-text .image img {
  width: 100%;
  height: auto;
}
#maths-home-tuition .container .image-text .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#maths-home-tuition .container .image-text .text p {
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px !important;
  letter-spacing: 0;
}
#maths-home-tuition .container .image-text .text p strong {
  font-weight: 800;
  color: #000;
}
#maths-home-tuition .container .image-text .text p a {
  text-decoration: none !important;
}
#maths-home-tuition .container .image-text .text p a:hover {
  text-decoration: underline !important;
}
#maths-home-tuition .container .image-text .text .readmore-container {
  line-height: 1;
  margin-bottom: 0 !important;
}
#maths-home-tuition .container .image-text .text .readmore,
#maths-home-tuition .container .image-text .text .readless {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  color: #010101 !important;
  font-family: Lato;
  text-decoration: none !important;
}
#maths-home-tuition .container .image-text .text .readmore:hover,
#maths-home-tuition .container .image-text .text .readless:hover {
  text-decoration: underline !important;
}
#maths-home-tuition .container .image-text .text .readless {
  display: none;
}
#maths-home-tuition .container .image-text .text .button-new {
  display: block !important;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 20px 100px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #0D7BE5;
  border: 2px solid #0D7BE5;
  align-self: center;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
}
#maths-home-tuition .container .image-text .text .button-new:hover {
  color: #0D7BE5;
  background-color: transparent;
}

#math-tuition-near-me {
  margin-bottom: 90px;
}
#math-tuition-near-me .container {
  max-width: 1320px;
}
#math-tuition-near-me .container .inner-container {
  width: 100%;
  background-color: rgba(248, 248, 248, 0.8980392157);
  padding: 30px 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#math-tuition-near-me .container .inner-container .title {
  font-size: 40px;
  line-height: 1.05em;
  font-weight: 400;
  color: #2F303A;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#math-tuition-near-me .container .inner-container .subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 30px;
  color: #8E8E8E;
  letter-spacing: 0;
  padding: 0;
}
#math-tuition-near-me .container .inner-container .image-text {
  width: 100%;
}
#math-tuition-near-me .container .inner-container .image-text .image {
  width: 50%;
  padding: 0 30px 30px 0;
  float: left;
}
#math-tuition-near-me .container .inner-container .image-text .image img {
  width: 100%;
  height: auto;
}
#math-tuition-near-me .container .inner-container .image-text .text p {
  font-size: 18px;
  line-height: 1.5em;
  color: #252525;
  font-weight: 400;
  padding: 0;
  margin-bottom: 10px !important;
  letter-spacing: 0.5px;
}
#math-tuition-near-me .container .inner-container .image-text .text p a {
  text-decoration: none !important;
}
#math-tuition-near-me .container .inner-container .image-text .text p a:hover {
  text-decoration: underline !important;
}
#math-tuition-near-me .container .inner-container .image-text .text p:first-child {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 23px;
  color: #000;
  clear: none;
}
#math-tuition-near-me .container .inner-container .image-text .text p:not(:first-child) {
  clear: both;
}
#math-tuition-near-me .container .inner-container .image-text .text p.readmore-container {
  margin: 0 !important;
  clear: none;
  display: none;
}
#math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container {
  border: 1px solid #898989;
  border-radius: 10px;
  background-color: #fff;
  max-height: 265px;
  padding: 15px 15px 0;
  overflow: hidden;
  max-width: 487px;
  margin-bottom: 10px;
}
#math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container .scroll-box {
  list-style: inside;
  margin-left: 0;
  overflow: auto;
  max-height: 245px;
}
#math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container .scroll-box li {
  list-style: inside;
  font-size: 18px;
  line-height: 1.5em;
  color: #000;
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
}
#math-tuition-near-me .container .inner-container .image-text .text .readmore,
#math-tuition-near-me .container .inner-container .image-text .text .readless {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 600;
  color: #000 !important;
  font-family: "Lato", sans-serif;
  text-decoration: none !important;
}
#math-tuition-near-me .container .inner-container .image-text .text .readmore:hover,
#math-tuition-near-me .container .inner-container .image-text .text .readless:hover {
  text-decoration: underline !important;
}
#math-tuition-near-me .container .inner-container .image-text .text .readless {
  display: none;
}

#subject_faq {
  margin-bottom: 80px;
}
#subject_faq #subject_faq_tabs .tabs-items .tabs-item .title_tab i.active_rotate {
  transform: translateY(-50%) rotate(180deg);
}
#subject_faq .subject_faq_wr .title {
  padding: 0;
  font-size: 40px;
  line-height: 1.05em;
}
#subject_faq .subject_faq_wr .full_bottomQue {
  gap: 24px;
}
#subject_faq .subject_faq_wr .full_bottomQue .button {
  font-size: 20px;
  margin: 0;
}

#askfor {
  margin-bottom: 87px;
}

#requestForTutor {
  margin-bottom: 60px;
}
#requestForTutor .heading {
  margin-bottom: 30px;
}
#requestForTutor .heading .title {
  font-size: 40px;
  line-height: 1.3em;
}
#requestForTutor .heading .sub-title {
  font-size: 23px;
  line-height: 1.3em;
  color: #000;
  font-weight: 300;
}
#requestForTutor .requestForTutor .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#requestForTutor .cta-card {
  padding: 50px 70px 90px;
  height: 100%;
  border-radius: 5px;
}
#requestForTutor .cta-card .call-icon h2 {
  font-size: 35px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 14px;
}
#requestForTutor .cta-card .call-icon .call {
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 60px;
  margin-bottom: 13.5px;
  align-items: center;
}
#requestForTutor .cta-card .call-icon .call img {
  max-width: 70px;
}
#requestForTutor .cta-card .call-icon .call a {
  font-size: 35px;
  line-height: 1.2em;
  color: #fff;
}
#requestForTutor .cta-card .call-icon .call a:hover {
  text-decoration: underline !important;
}
#requestForTutor .cta-card .call-icon .contact-hours {
  font-size: 25px;
  color: #fff;
  font-style: italic;
  padding: 0;
  margin-bottom: 10.5px !important;
}
#requestForTutor .cta-card .call-icon .footer-text {
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-style: italic;
}
#requestForTutor .request-button a {
  display: flex;
  gap: 10px;
  background-color: #797979;
  color: #fff;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 1.2em;
  border-radius: 100px;
  align-items: baseline;
}
#requestForTutor .request-button a:hover {
  background-color: rgba(121, 121, 121, 0.8);
}

#math-is-hard {
  margin-bottom: 74px;
}
#math-is-hard .container {
  max-width: 1470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#math-is-hard .container .title {
  font-size: 40px;
  line-height: 1.05em;
  font-weight: 400;
  color: #2F303A;
  letter-spacing: 0;
  margin-bottom: 47px;
}
#math-is-hard .container .text-image {
  max-width: 1310px;
  width: 100%;
  display: flex;
  gap: 25px;
  margin-bottom: 55px;
}
#math-is-hard .container .text-image .image {
  flex: 1 1 45%;
}
#math-is-hard .container .text-image .image img {
  width: 100%;
  height: auto;
}
#math-is-hard .container .text-image .text {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#math-is-hard .container .text-image .text h3 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  color: #0D7BE5;
  margin-bottom: 10px;
}
#math-is-hard .container .text-image .text h3:not(:first-child) {
  margin-top: 23px;
}
#math-is-hard .container .text-image .text p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
#math-is-hard .container .clouds {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 120px;
}
#math-is-hard .container .clouds .cloud {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  flex-direction: column;
}
#math-is-hard .container .clouds .cloud h4 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #0067C6;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  max-width: 282px;
  text-align: center;
}
#math-is-hard .container .clouds .cloud p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #4A4A4A;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
  max-width: 282px;
  text-align: center;
}
#math-is-hard .container .clouds .cloud:before {
  content: "";
  position: absolute;
  background: url(../png/cloud-bg.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 320px;
}
#math-is-hard .container .clouds .cloud.cloud-1 {
  transform: translateY(50px);
}
#math-is-hard .container .clouds .cloud.cloud-3 {
  transform: translateY(35px);
}
#math-is-hard .container .bottom-box {
  max-width: 916px;
  padding: 14px 42px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
#math-is-hard .container .bottom-box .image {
  flex: 1 0 120px;
}
#math-is-hard .container .bottom-box .image img {
  width: 100%;
  height: auto;
}
#math-is-hard .container .bottom-box .text p {
  font-size: 20px;
  line-height: 35px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
}
#math-is-hard .container .bottom-box .text p a {
  color: #fff !important;
  text-decoration: underline !important;
}
#math-is-hard .container .bottom-box .text p a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
#math-is-hard .container .bottom-box:after {
  content: "";
  position: absolute;
  width: 112px;
  height: 118px;
  right: -60px;
  top: -50px;
  background: url(../svg/bulb-black.svg) no-repeat;
  background-size: cover;
}

#here-to-help {
  margin-bottom: 60px;
}
#here-to-help .container {
  max-width: 1395px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#here-to-help .container .title {
  font-size: 40px;
  line-height: 1.05em;
  font-weight: 400;
  color: #2F303A;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-align: center;
}
#here-to-help .container .subtitle {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 60px;
  color: #8E8E8E;
  letter-spacing: 0;
  padding: 0;
  text-align: center;
}
#here-to-help .container .stories {
  display: flex;
  gap: 65px;
}
#here-to-help .container .stories .story {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
#here-to-help .container .stories .story .story-title {
  font-size: 33px;
  line-height: 42px;
  font-weight: 700;
  color: #0D7BE5;
  letter-spacing: 0;
}
#here-to-help .container .stories .story .text p {
  font-size: 18px;
  line-height: 30px;
  color: #5F5F5F;
  font-weight: 400;
  padding: 0;
  margin-bottom: 10px !important;
  letter-spacing: 0.5px;
}
#here-to-help .container .stories .story .text .readmore,
#here-to-help .container .stories .story .text .readless {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000 !important;
  font-family: "Lato", sans-serif;
  text-decoration: none !important;
}
#here-to-help .container .stories .story .text .readmore:hover,
#here-to-help .container .stories .story .text .readless:hover {
  text-decoration: underline !important;
}

#fewArticles {
  border: none;
}

@media screen and (max-width: 1280px) {
  #bredcrumb .container {
    padding: 0 25px;
  }
  #hero .container {
    padding: 0 25px;
  }
  #hero .container .front-image {
    max-width: 500px;
    top: unset;
    bottom: -28px;
    background-size: 390px !important;
  }
  #stats {
    padding: 0 25px;
  }
  #stats .container {
    padding: 0 25px;
  }
  #stats .container .inner-container {
    padding: 30px 0;
  }
  #stats .container .inner-container .item .stats-icon {
    height: 40px;
  }
  #stats .container .inner-container .item .text .number {
    font-size: 28px;
  }
  #stats .container .inner-container .item .text .label {
    font-size: 16px;
  }
  #stats .container .inner-container .separator {
    height: 56px;
  }
  #maths-help .container {
    padding: 0 25px;
  }
  #subject-categories .container {
    padding: 0 50px;
  }
  #topics-covered .container {
    padding: 0 25px;
  }
  #user-reviews .container {
    padding: 0 50px;
  }
  #maths-home-tuition .container {
    padding: 0 25px;
  }
  #math-tuition-near-me .container {
    padding: 0 25px;
  }
  #math-tuition-near-me .container .inner-container {
    padding: 30px;
    max-width: 975px;
    margin: auto;
  }
  #math-tuition-near-me .container .inner-container .image-text .text p:first-child {
    font-size: 20px;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container .scroll-box {
    max-height: 171px;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container .scroll-box li {
    font-size: 18px;
  }
  #math-is-hard .container {
    padding: 0 25px;
  }
  #math-is-hard .container .bottom-box::after {
    right: -50px;
  }
  #here-to-help .container {
    padding: 0 25px;
  }
  #here-to-help .container .stories {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .show-tablet-flex {
    display: flex !important;
  }
  .show-tablet {
    display: block !important;
  }
  .hide-tablet {
    display: none !important;
  }
  #hero {
    margin-bottom: 60px;
    padding: 0;
  }
  #hero .container .pretitle {
    font-size: 16px;
  }
  #hero .container .page-title {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0.02em;
    max-width: unset;
  }
  #hero .container .banner-text {
    margin: 0 auto 25px;
    max-width: unset;
  }
  #hero .container .form {
    max-width: unset;
  }
  #hero .container .form form .cols-2 {
    flex-direction: column;
    gap: 15px;
  }
  #hero .container .front-image {
    position: relative;
    background-size: 68% !important;
    background-position: 65% 0% !important;
    top: 0;
    left: 0;
    max-width: unset;
  }
  #hero .container .front-image img {
    width: 80%;
  }
  #hero .container .stats {
    margin: 0 auto 20px;
    justify-content: center;
    padding: 20px 0;
    border: 2px solid rgba(13, 123, 229, 0.4);
    border-radius: 200px;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  #hero .container .stats .item {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  #hero .container .stats .item .stats-icon {
    width: auto;
    height: 40px;
    display: flex;
    justify-content: flex-end;
  }
  #hero .container .stats .item .text {
    display: flex;
    flex-direction: column;
  }
  #hero .container .stats .item .text .number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    color: #0D7BE5;
  }
  #hero .container .stats .item .text .label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
    color: #38393B;
    font-family: "Lato", sans-serif;
  }
  #hero .container .stats .separator {
    width: 1px;
    height: 56px;
    background-color: #0D7BE5;
  }
  #hero .container .stats .separator:last-child {
    display: none;
  }
  #affordable .pricetablechart .tutorPrice th:first-child {
    padding: 50px 25px 44px 25px;
  }
  #requestForTutor .requestForTutor {
    background: none !important;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 {
    padding: 0 15px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card {
    padding: 30px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon h2 {
    font-size: 33px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .call a {
    font-size: 30px;
  }
  #maths-home-tuition .container .image-text .text .button-new {
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  #math-tuition-near-me .container {
    padding: 0;
  }
  #math-tuition-near-me .container .inner-container {
    padding: 50px;
  }
  #math-tuition-near-me .container .inner-container .title {
    padding: 0 25px;
  }
  #math-tuition-near-me .container .inner-container .subtitle {
    padding: 0 25px;
    text-align: center;
    margin-bottom: 25px !important;
  }
  #math-tuition-near-me .container .inner-container .image-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  #math-tuition-near-me .container .inner-container .image-text .image {
    width: 100%;
    padding: 0;
  }
  #math-tuition-near-me .container .inner-container .image-text .text {
    padding: 0;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container {
    max-width: 500px;
    margin-bottom: 20px;
  }
  #math-tuition-near-me .container .inner-container .image-text .text p:first-child {
    margin-bottom: 20px !important;
  }
  #math-tuition-near-me .container .inner-container .image-text .text p.readmore-container {
    display: block;
  }
  #math-is-hard .container .clouds {
    margin-bottom: 50px;
  }
  #math-is-hard .container .clouds.swiper .cloud {
    height: 320px;
  }
  #math-is-hard .container .clouds.swiper .cloud::before {
    background-position: center;
  }
  #math-is-hard .container .clouds.swiper .swiper-pagination-clouds {
    text-align: center;
  }
  #math-is-hard .container .clouds.swiper .swiper-pagination-clouds .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  #math-is-hard .container .bottom-box::after {
    right: -20px;
    top: -75px;
  }
  #subject_faq .subject_faq_wr .title {
    margin-bottom: 25px;
    padding: 0 25px;
  }
  #here-to-help .container .stories .story {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .show-mobile-flex {
    display: flex !important;
  }
  .show-mobile {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .container {
    padding: 0 25px;
  }
  #bredcrumb {
    padding: 15px 0 10px;
  }
  #bredcrumb .container {
    font-size: 12px;
  }
  #bredcrumb .container i.fa-angle-double-right {
    transform: scale(0.7);
  }
  #hero {
    margin-bottom: 60px;
    padding: 0;
  }
  #hero .container .pretitle {
    font-size: 16px;
  }
  #hero .container .page-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    max-width: unset;
  }
  #hero .container .banner-text {
    margin: 0 auto 25px;
  }
  #hero .container .banner-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  #hero .container .form {
    max-width: unset;
  }
  #hero .container .form form .cols-2 {
    flex-direction: column;
    gap: 15px;
  }
  #hero .container .form form p {
    font-size: 12px;
    line-height: 1.5em;
  }
  #hero .container .front-image {
    position: relative;
    background-size: 68% !important;
    background-position: 65% 0% !important;
    top: 0;
    left: 0;
    max-width: unset;
  }
  #hero .container .front-image img {
    width: 80%;
  }
  #hero .container .stats {
    margin: 0 auto 20px;
    justify-content: center;
    padding: 20px 0;
    border: 2px solid rgba(13, 123, 229, 0.4);
    border-radius: 200px;
    flex-wrap: wrap;
    max-width: 500px;
    gap: 20px 10px;
  }
  #hero .container .stats .item {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  #hero .container .stats .item .stats-icon {
    width: auto;
    height: 40px;
    display: flex;
    justify-content: flex-end;
  }
  #hero .container .stats .item .text {
    display: flex;
    flex-direction: column;
  }
  #hero .container .stats .item .text .number {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    color: #0D7BE5;
  }
  #hero .container .stats .item .text .label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    color: #38393B;
    font-family: "Lato", sans-serif;
  }
  #hero .container .stats .separator {
    width: 1px;
    height: 45px;
    background-color: #0D7BE5;
  }
  #hero .container .stats .separator:last-child {
    display: none;
  }
  #hero .container .stats .separator:nth-child(6) {
    display: none;
  }
  #maths-help .container .title {
    font-size: 30px;
    line-height: 1.1875;
    margin: 0 0 25px;
  }
  #maths-help .container .text-image {
    gap: 25px;
  }
  #maths-help .container .text-image .text h3 {
    font-size: 24px;
    line-height: 1.1875;
  }
  #maths-help .container .text-image .text .block-text p {
    font-size: 14px;
    line-height: 1.5em;
  }
  #maths-help .container .text-image .text .block-text .readmore,
  #maths-help .container .text-image .text .block-text .readless {
    font-size: 14px;
  }
  #maths-help .container .text-image .text .block-text ul li, #maths-help .container .text-image .text .block-text ol li {
    font-size: 14px;
    line-height: 1.5em;
  }
  #maths-help .container .text-image .text .block-text ul li {
    margin: 0 0 0.5em;
    background-position: 0 3px;
  }
  #maths-help .container .text-image .text .block-text ol {
    padding-left: 15px;
  }
  #maths-help .container .text-image.image-right {
    flex-direction: column-reverse;
  }
  #maths-help .container .text-image.image-left {
    flex-direction: column-reverse;
  }
  #maths-help .container .carousel .swiper-wrapper {
    margin-bottom: 20px;
  }
  #maths-help .container .carousel .swiper-wrapper .swiper-slide .card {
    padding: 10px 20px;
  }
  #maths-help .container .carousel .swiper-wrapper .swiper-slide .card .image {
    width: 35px;
    height: 35px;
  }
  #maths-help .container .carousel .swiper-wrapper .swiper-slide .card .title {
    font-size: 16px;
    line-height: 1.2em;
  }
  #maths-help .container .carousel .swiper-wrapper .swiper-slide .card .text {
    font-size: 12px;
    line-height: 1.5em;
  }
  #maths-help .container .carousel .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #subject-categories .container {
    padding: 0 25px;
  }
  #subject-categories .container .title {
    font-size: 30px;
    line-height: 1.1875;
    margin: 0 0 16px;
  }
  #subject-categories .container .swiper-container .nav-container .nav-items .nav-item {
    font-size: 14px;
  }
  #subject-categories .container .swiper-container .nav-container .nav-items .nav-item.active::after {
    height: 2px;
  }
  #subject-categories .container .swiper-button-next {
    right: -22px;
    top: 22px;
  }
  #subject-categories .container .swiper-button-next::after {
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
  #subject-categories .container .swiper-button-prev {
    left: -22px;
    top: 22px;
  }
  #subject-categories .container .swiper-button-prev::after {
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
  #subject-categories .container .category-content {
    margin: 0 -25px;
    padding: 23px 36px;
  }
  #subject-categories .container .category-content .category-content-card {
    flex-direction: column;
    gap: 20px;
  }
  #subject-categories .container .category-content .category-content-card .left {
    align-items: center;
    padding: 0;
  }
  #subject-categories .container .category-content .category-content-card .left .category-icon {
    width: 40px;
  }
  #subject-categories .container .category-content .category-content-card .left .category-name {
    text-align: center;
    font-size: 22px;
    line-height: 1.1875;
    font-weight: 600;
  }
  #subject-categories .container .category-content .category-content-card .right {
    gap: 32px;
    margin-bottom: 22px;
  }
  #subject-categories .container .category-content .category-content-card .right .title {
    font-size: 18px;
    line-height: 20.8px;
  }
  #subject-categories .container .category-content .category-content-card .right .text {
    max-height: 230px;
    overflow: scroll;
  }
  #subject-categories .container .category-content .category-content-card .right .text p {
    font-size: 14px;
  }
  #subject-categories .container .category-content .category-content-card .right .text p:not(:last-child) {
    margin-bottom: 15px !important;
  }
  #topics-covered {
    margin-bottom: 60px;
  }
  #topics-covered .container .title {
    font-size: 30px;
    line-height: 1.1875;
  }
  #requestForTutor .heading {
    margin-bottom: 30px;
    padding: 0 25px;
  }
  #requestForTutor .heading .title {
    font-size: 30px;
    line-height: 1.1875;
  }
  #requestForTutor .heading .sub-title {
    line-height: 1.1875;
  }
  #requestForTutor .requestForTutor {
    padding: 0 25px;
  }
  #requestForTutor .requestForTutor .row {
    gap: 20px;
    flex-direction: column;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 {
    max-width: unset;
    padding: 0;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card {
    padding: 50px 70px 90px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon h2 {
    font-size: 35px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .call a {
    font-size: 35px;
  }
  #affordable .container {
    padding: 0 22px;
  }
  #affordable .heading {
    padding: 0;
  }
  #affordable .title {
    font-size: 30px;
    line-height: 1.1875;
  }
  #affordable .row {
    margin: 0;
  }
  #affordable .row .col-sm-12 {
    padding: 0;
  }
  #affordable .cta {
    flex-direction: column;
    gap: 10px;
  }
  #affordable .cta .text {
    font-size: 16px;
  }
  #affordable .cta .button {
    font-size: 16px;
  }
  #affordable .pricetablechart {
    margin-bottom: 15px;
  }
  #affordable .pricetablechart .tutorPrice th:first-child {
    padding: 30px 15px;
    max-width: 163px;
  }
  #affordable .pricetablechart .tutorPrice th:first-child .timeTitle {
    font-size: 14px !important;
    line-height: 20px;
  }
  #affordable .pricetablechart .tutorPrice .timeTitle {
    font-size: 16px !important;
    line-height: 20px;
  }
  #affordable .pricetablechart .tutorPrice .icon img {
    width: 60px;
  }
  #affordable .pricetablechart .tutorPrice .eduLevel table tbody tr td {
    font-size: 14px !important;
  }
  #affordable .pricetablechart .tutorPrice .eduLevel table tbody tr td:first-child {
    max-width: 163px;
  }
  #pricing-faq {
    margin-bottom: 60px;
  }
  #pricing-faq .pricing-faq-wrapper .title {
    font-size: 30px;
    line-height: 1.1875;
    margin-bottom: 25px;
  }
  #pricing-faq .pricing-faq-wrapper #pricing-faq-tabs .pricing-tabs-items .tabs-item .title-tab {
    font-size: 16px;
    line-height: 24px;
  }
  #pricing-faq .pricing-faq-wrapper #pricing-faq-tabs .pricing-tabs-items .tabs-item .title-tab::before {
    top: calc(50% - 15px);
  }
  #pricing-faq .pricing-faq-wrapper #pricing-faq-tabs .pricing-tabs-items .tabs-item .text_tab p {
    font-size: 14px;
    line-height: 1.5;
  }
  #user-reviews {
    margin-bottom: 60px;
  }
  #user-reviews .container {
    padding: 0 50px;
  }
  #user-reviews .container .carousel-reviews .swiper-wrapper .swiper-slide .card .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  #user-reviews .container .title {
    font-size: 30px;
    line-height: 1.1875;
    margin-bottom: 10px;
  }
  #user-reviews .container .title span {
    font-size: 20px;
    line-height: 30px;
    display: block;
  }
  #user-reviews .container .separator {
    margin-bottom: 32px;
  }
  #user-reviews .container .description {
    gap: 5px;
  }
  #user-reviews .container .description p {
    font-size: 24px;
  }
  #user-reviews .container .description p:last-child {
    display: none;
  }
  #user-reviews .container .description pre {
    font-size: 16px;
  }
  #user-reviews .container .swiper-container {
    margin-bottom: 40px;
  }
  #hurry-up {
    display: block;
    margin-bottom: 60px;
  }
  #hurry-up .container .calldesc {
    padding: 30px;
  }
  #hurry-up .container .calldesc .hurrytitle h5 br {
    display: block;
  }
  #maths-home-tuition {
    margin-bottom: 30px;
  }
  #maths-home-tuition .container .title {
    font-size: 30px;
    line-height: 1.1875;
    margin: 0;
  }
  #maths-home-tuition .container .subtitle {
    font-size: 18px;
    line-height: 1.1875;
    margin-bottom: 18px !important;
  }
  #maths-home-tuition .container .image-text {
    flex-direction: column;
    gap: 18px;
  }
  #maths-home-tuition .container .image-text .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  #maths-home-tuition .container .image-text .text .readmore,
  #maths-home-tuition .container .image-text .text .readless {
    font-size: 14px;
    line-height: 1.5;
  }
  #maths-home-tuition .container .button-new {
    padding: 12px 20px;
  }
  #math-tuition-near-me {
    margin-bottom: 60px;
  }
  #math-tuition-near-me .container {
    padding: 0;
  }
  #math-tuition-near-me .container .inner-container {
    padding: 50px 0;
  }
  #math-tuition-near-me .container .inner-container .title {
    font-size: 30px;
    line-height: 1.1875;
    padding: 0 25px;
    text-align: center;
  }
  #math-tuition-near-me .container .inner-container .subtitle {
    padding: 0 25px;
    text-align: center;
    margin-bottom: 25px !important;
    line-height: 1.1875;
  }
  #math-tuition-near-me .container .inner-container .image-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  #math-tuition-near-me .container .inner-container .image-text .image {
    width: 100%;
    padding: 0;
  }
  #math-tuition-near-me .container .inner-container .image-text .text {
    padding: 0 25px;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container {
    margin-bottom: 20px;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container .scroll-box li {
    font-size: 14px;
    line-height: 1.5;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container .scroll-box li::marker {
    margin-right: 8px;
  }
  #math-tuition-near-me .container .inner-container .image-text .text p:first-child {
    margin-bottom: 20px !important;
  }
  #math-tuition-near-me .container .inner-container .image-text .text p:not(:first-child) {
    font-size: 14px;
    line-height: 1.5;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .readmore,
  #math-tuition-near-me .container .inner-container .image-text .text .readless {
    font-size: 14px;
    line-height: 1.5;
  }
  #askfor {
    display: none;
  }
  #math-is-hard {
    margin-bottom: 60px;
  }
  #math-is-hard .container .title {
    text-align: center;
    font-size: 30px;
    line-height: 1.1875;
    margin-bottom: 15px;
  }
  #math-is-hard .container .text-image {
    flex-direction: column-reverse;
    gap: 35px;
    margin-bottom: 20px;
  }
  #math-is-hard .container .text-image .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  #math-is-hard .container .clouds {
    margin-bottom: 50px;
  }
  #math-is-hard .container .clouds.swiper .cloud {
    height: 320px;
  }
  #math-is-hard .container .clouds.swiper .cloud::before {
    background-position: center;
  }
  #math-is-hard .container .clouds.swiper .swiper-pagination-clouds {
    text-align: center;
  }
  #math-is-hard .container .clouds.swiper .swiper-pagination-clouds .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  #math-is-hard .container .bottom-box {
    border-radius: 0;
    padding: 25px 5px;
    gap: 5px;
  }
  #math-is-hard .container .bottom-box .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  #math-is-hard .container .bottom-box::after {
    transform: scale(0.7);
    right: -30px;
    top: -70px;
  }
  #subject_faq .subject_faq_wr .title {
    font-size: 30px;
    line-height: 1.1875;
  }
  #subject_faq .subject_faq_wr .tabs-items .tabs-item .text_tab p {
    font-size: 14px;
    line-height: 1.5;
  }
  #subject_faq .subject_faq_wr #subject_faq_tabs .tabs-items .tabs-item .text_tab p {
    font-size: 14px;
    line-height: 1.5;
  }
  #here-to-help .container .title {
    font-size: 30px;
    line-height: 1.1875;
    text-align: center;
  }
  #here-to-help .container .subtitle {
    margin-bottom: 25px !important;
    line-height: 1.1875;
  }
  #here-to-help .container .stories {
    flex-direction: column;
    gap: 40px;
  }
  #here-to-help .container .stories .story {
    gap: 20px;
  }
  #here-to-help .container .stories .story .image {
    margin-bottom: 20px;
  }
  #here-to-help .container .stories .story .text p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  #here-to-help .container .stories .story .text .readmore,
  #here-to-help .container .stories .story .text .readless {
    font-size: 14px;
    line-height: 1.5;
  }
  #here-to-help .container .stories .story .story-title {
    line-height: 1.1875;
  }
}
@media screen and (max-width: 639px) {
  #subject_faq {
    margin-bottom: 60px;
  }
  #subject_faq .subject_faq_wr .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    padding: 0 22px;
  }
  #subject_faq .subject_faq_wr #subject_faq_tabs {
    padding-bottom: 20px;
  }
  #subject_faq .subject_faq_wr #subject_faq_tabs .tabs-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subject_faq .subject_faq_wr #subject_faq_tabs .tabs-nav::-webkit-scrollbar {
    display: none;
  }
  #subject_faq .subject_faq_wr #subject_faq_tabs .tabs-nav li a {
    padding: 8px 0 0;
    margin: 0 30px 0 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }
  #subject_faq .subject_faq_wr #subject_faq_tabs .tabs-nav li a.active {
    font-weight: 500;
  }
  #subject_faq .subject_faq_wr #subject_faq_tabs .tabs-items .tabs-item .title_tab {
    font-size: 16px;
    line-height: 24px;
  }
  #subject_faq .subject_faq_wr #subject_faq_tabs .tabs-items .tabs-item .title_tab::before {
    top: calc(50% - 15px);
  }
  #subject_faq .subject_faq_wr .full_bottomQue {
    flex-direction: row;
    padding: 0 22px;
  }
  #subject_faq .subject_faq_wr .full_bottomQue h4 {
    font-size: 20px;
    line-height: 28.8px;
    margin: 0;
  }
  #subject_faq .subject_faq_wr .full_bottomQue .button {
    font-size: 18px;
    line-height: 21.6px;
    padding: 20px;
  }
  #fewArticles {
    padding: 0;
    margin-bottom: 60px;
    border-bottom: none !important;
  }
  #fewArticles .big-Container {
    padding: 0 25px;
  }
  #fewArticles .big-Container .row .heading {
    padding: 0;
  }
  #fewArticles .big-Container .row .heading .title {
    font-size: 32px;
    line-height: 1.1875;
  }
  #fewArticles .slick-dots-container {
    width: 112px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0 auto;
    height: 30px;
    position: relative;
  }
  #fewArticles .slick-dots-container > ul {
    padding: 0;
    display: flex !important;
    transition: all 0.25s;
    position: relative;
    margin: 0;
    list-style: none;
    transform: translateX(0);
    align-items: center;
    bottom: unset;
    height: 100%;
  }
  #fewArticles .slick-dots li button:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #hero .container .stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
    border: none;
    background-color: #fff;
    border-radius: 20px;
    justify-content: space-around;
    padding: 20px;
  }
  #hero .container .stats .item {
    justify-content: center;
  }
  #hero .container .stats .item .stats-icon {
    display: none;
  }
  #hero .container .stats .item .text {
    align-items: center;
    gap: 5px;
  }
  #hero .container .stats .item .text .number {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  #hero .container .stats .item .text .number div {
    flex: 0 0 auto;
  }
  #hero .container .stats .item .text .number .stats-icon-mobile {
    display: flex;
    height: 24px;
    width: fit-content;
    flex: 0 0 auto;
  }
  #hero .container .stats .item .text .number .stats-icon-mobile img {
    height: 24px;
    width: auto;
  }
  #hero .container .stats .item:nth-child(9) {
    display: none;
  }
  #hero .container .stats .separator {
    display: none;
  }
  #user-reviews .container .buttons {
    flex-direction: column;
  }
  #user-reviews .container .buttons .button {
    text-align: center;
  }
  #subject_faq .subject_faq_wr .full_bottomQue {
    flex-direction: column;
    gap: 15px;
  }
  #topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .title {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
    padding: 0;
    margin-bottom: 10px !important;
  }
  #topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text {
    padding: 0;
  }
  #topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text p {
    font-size: 20px;
    line-height: 1.5;
  }
  #topics-covered .container .carousel-topics .swiper-wrapper .swiper-slide .card .top .text ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  #requestForTutor .requestForTutor .row {
    width: 100%;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card {
    padding: 30px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon h2 {
    font-size: 30px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .call {
    gap: 15px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .call img {
    width: 50px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .call a {
    font-size: 30px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .contact-hours {
    font-size: 20px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .footer-text {
    font-size: 16px;
  }
  #affordable .pricetablechart .tutorPrice .eduLevel table thead tr th .timeTitle {
    font-size: 12px !important;
    line-height: 16px;
  }
  #affordable .pricetablechart .tutorPrice .eduLevel table thead tr th:first-child {
    padding: 0 10px;
  }
  #affordable .pricetablechart .tutorPrice .eduLevel table tbody tr td {
    font-size: 12px !important;
  }
  #affordable .pricetablechart .tutorPrice .eduLevel table tbody tr td:first-child {
    max-width: 100px;
  }
  #math-is-hard .container .clouds.swiper {
    margin: 0 -25px 50px;
    width: calc(100% + 50px);
  }
  #math-is-hard .container .clouds.swiper .cloud h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #math-is-hard .container .clouds.swiper .cloud p {
    font-size: 16px;
    line-height: 22px;
  }
  #math-is-hard .container .bottom-box {
    flex-direction: column;
    margin: 0 -25px 50px;
    width: calc(100% + 50px);
    padding: 25px;
  }
  #math-is-hard .container .bottom-box .image {
    width: 100px;
  }
  #math-is-hard .container .bottom-box::after {
    right: -15px;
  }
  #fewArticles .slick-dots li {
    margin: 0 8px;
  }
  #fewArticles .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container {
    padding: 10px 10px 0;
  }
  #math-tuition-near-me .container .inner-container .image-text .text .scroll-box-container .scroll-box li {
    list-style-position: outside;
    margin-left: 16px;
  }
}
@media screen and (max-width: 400px) {
  #hero .container .stats {
    gap: 10px;
  }
  #hero .container .stats .item .text {
    align-items: center;
  }
  #hero .container .stats .item .text .label {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  #hero .container .stats {
    margin: 0 -25px 20px;
    padding: 25px 0 20px;
    border-radius: 0;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .call {
    margin-bottom: 0;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .call img {
    width: 30px;
  }
  #requestForTutor .requestForTutor .row .col-lg-6 .cta-card .call-icon .call a {
    font-size: 24px;
  }
  #math-is-hard .container .clouds.swiper {
    margin: 0 -25px 50px;
    width: calc(100% + 50px);
  }
  #math-is-hard .container .clouds.swiper .cloud h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #math-is-hard .container .clouds.swiper .cloud p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
  }
  #math-is-hard .container .bottom-box {
    flex-direction: column;
    margin: 0 -25px 50px;
    width: calc(100% + 50px);
    padding: 25px;
  }
  #math-is-hard .container .bottom-box .image {
    width: 100px;
  }
  #math-is-hard .container .bottom-box::after {
    right: -15px;
  }
}
/**
 * Custom scrollbar style edits
 * */
.scroll-box .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.scroll-box .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #DADADA;
  width: 13px;
  border-radius: 20px;
}
.scroll-box .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #DADADA;
}
.scroll-box .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #DADADA;
}

.carousel-reviews .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #F2F2F2;
  border-radius: 0;
}
.carousel-reviews .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #999999;
  width: 6px;
  border-radius: 0;
}
.carousel-reviews .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #999999;
}
.carousel-reviews .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #999999;
}