@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --extralightblue: #E0F5FB;
  --lightblue: #64CFE9;
  --blue: #012169;
  --red: #C8102E;
  --inputcolor: rgba(1, 33, 105, 0.50);
}

html, body{
  margin: 0;
  padding: 0!important;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* header */
.header {
  background-color: var(--extralightblue);
  background-image: url('/img/spots.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
}
.header-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.header-txt {
  width: 58%;
  margin-bottom: 120px;
  text-wrap: balance;
}
.logo {
  height: 70px;
  margin-bottom: 40px;
}
.header-txt h6 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--blue);
  margin-bottom: 10px;
}
.header-txt h1 {
  color: var(--blue);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}
.underline {
  width: 380px;
  margin: 0 0 40px 0;
}
.header-txt ul {
  padding: 0;
  margin: 0 0 50px 0;
  list-style-type: none;
  max-width: 100%;
}
.header-txt ul li {
  background: url('/img/bullet.svg') no-repeat left top;
  height: 30px;
  padding-left: 35px;
  margin: 10px 0 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--blue);
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.6s ease;
}
.header-txt ul li:hover {
  transform: scale(1.05);
}
.google-selo {
  width: 265px;
  background: var(--white);
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.6s ease;
}
.google-selo:hover {
  transform: scale(1.1);
}
.google-selo img:nth-child(2) {
  width: 40px;
  height: 35px;
  position: absolute;
  right: -35px;
  bottom: 20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.header-img {
  width: 42%;
}
.header-img img {
  height: 630px;
  margin-left: -40px;
}
/* form */
.form-outer {
  position: relative;
  height: 600px;
}
.chat-tail {
  position: absolute;
  left: -40px;
  bottom: 30%;
  z-index: 99;
}
#contactform {
  position: absolute;
  z-index: 90;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 400px;
  min-height: 350px;
  padding: 50px 30px;
  margin: 0 0 0 auto;
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contactform h3 {
  color: var(--blue);
  font-family: "Montserrat Alternates";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
#contactform h3 span {
  font-weight: 700;
}
.form-inputs input,  .form-inputs select{
  width: 90%;
  height: 40px;
  margin: 2px auto;
  background: var(--white);
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--red);
  text-align: left !important;
  color: var(--blue) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.form-inputs .dropdown-toggle {
  background: var(--white);
  width: 90%;
  height: 40px;
  font-size: 18px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--red);
  color: var(--inputcolor);
  text-align: left;
  margin: 2px auto;
  padding: 0px;
}
.form-inputs .dropdown-toggle::after {
  display: none;
}
.form-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-inputs input, .form-inputs .dropdown-toggle:active, .form-inputs .dropdown-toggle:focus-visible, .form-inputs .dropdown-toggle:focus {
  box-shadow: none;
  background: var(--white);
  color: var(--inputcolor);
  outline: none;
}
.form-inputs .dropdown-menu {
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  cursor: pointer;
}
.form-option:hover, .form-option.selected{
  background: var(--lightblue);
  color: var(--white);
}
::-webkit-input-placeholder {
  color: var(--inputcolor);
}
:-moz-placeholder {
  color: var(--inputcolor);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--inputcolor);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--inputcolor);
}
::-ms-input-placeholder {
  color: var(--inputcolor);
}
::placeholder {
  color: var(--inputcolor);
}
.form-check {
  margin-top: 20px;
  padding: 0;
}
.form-check label {
  margin: 0;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1;
  color: var(--blue);
  font-size: 12px;
  font-weight: 400;
}
.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--blue);
  border-radius: 3px;
  padding-right: 5px;
  color: var(--blue);
}
.form-check input[type=checkbox]:checked + .checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0.8px;
  margin-top: 1.3px;
  font-size: 14px;
}
#politica-link {
  color: var(--blue);
  font-weight: 400;
}
#politica-link:hover {
  color: var(--red);
  font-weight: 400;
}
.form-button {
  margin-top: 20px;
  width: 230px;
  height: 50px;
  border-radius: 40px;
  background: var(--red);
  color: var(--white);
  font-size: 25px;
  font-weight: 700;
  transition: all 0.6s ease;
  border: none;
}
.form-button:hover {
  transform: scale(1.1);
  background: var(--blue);
  color: var(--white);
}
.error, #termos-error {
  font-size: 11px;
  font-weight: 300;
  color: var(--red);
  padding: 0;
}
/* numbers */
.numbers {
  margin-top: -50px;
  color: var(--white);
  position: relative;
  z-index: 30;
}
.numbers .container {
  background: var(--blue);
  padding: 30px;
  border-radius: 200px;
}
.numbers-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.numb-txt {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.numb-txt.visible {
  opacity: 1;
  transform: translateY(0);
}
.numb-txt h6 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.numb-txt p {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400;
}
/* section1 */
.section1 {
  text-align: center;
  padding: 70px 0;
}
.title {
  margin-bottom: 40px;
}
.title h3 {
  color: var(--blue);
  font-family: "Montserrat Alternates";
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}
.title h3 span {
  font-weight: 700;
}
.title img {
  width: 255px;
  margin-top: 10px;
}
.vants {
  width: 100%;
  border: 2px solid var(--white);
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s ease;
}
.vants:hover {
  min-height: 185px;
  border: 2px solid var(--lightblue);
  border-radius: 20px;
  transform: scale(1.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.vants:hover .vant-txt {
  min-height: 70px;
  opacity: 1;
}
.vant-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-bottom: 15px;
}
.vant-title img {
  width: 45px;
  animation: subtle-shake 1.5s ease-in-out infinite;
}
@keyframes subtle-shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-1px) rotate(-1deg); }
  50% { transform: translateX(1px) rotate(1deg); }
  75% { transform: translateX(-1px) rotate(-1deg); }
  100% { transform: translateX(0); }
}
.vant-title h4 {
  color: var(--blue);
  font-family: "Montserrat Alternates";
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.vant-txt {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.vant-txt p {
  text-align: left;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
/* section 2 */
.section2 {
  padding: 70px 0 100px 0;
  background: var(--extralightblue);
  text-align: center;
}
.courses-slider {
  margin-top: 20px;
}
.courses-slider .slick-track {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.courses-slider .slick-slide {
  display: flex !important; 
  justify-content: center; 
  align-items: center;
  height: 100%;
  min-height: 1px;
  float: unset;
}
.course-box {
  width: 85%;
  min-height: 300px;
  padding: 30px 20px;
  border-radius: 30px;
  background: var(--white);
  border: 2px solid var(--blue);
  position: relative;
  transition: all 0.6s ease;
}
.course-box {
  filter: grayscale(1);
  opacity: 0.3;
}
.uk {
  filter: none;
  opacity: 1;
}
.uk:hover {
  transform: scale(1.04);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
/*.course-box:hover {
  transform: scale(1.04);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}*/
.course-selo {
  width: 145px;
  height: 30px;
  background: var(--blue);
  border-radius: 50px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red-outer {
  border: 2px solid var(--red);
}
.course-box:before {
  content: "";
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.fr:before {
  background-image: url('/img/flags/fr.svg');
}
.es:before {
  background-image: url('/img/flags/es.svg');
}
.uk:before {
  background-image: url('/img/flags/uk.svg');
}
.de:before {
  background-image: url('/img/flags/de.svg');
}
.course-box h3 {
  color: var(--black);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.course-box h3 span {
  color: var(--red);
  font-family: "Montserrat Alternates";
  font-size: 30px;
  font-weight: 700;
}
.course-box p {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px auto 20px auto;
}
.course-box ul {
  padding: 0;
  list-style-type: none;
  text-align: left;
  width: 95%;
  margin: 0 auto;
}
.course-box ul li {
  background: url('/img/check.svg') no-repeat left top;
  height: 30px;
  padding-left: 25px;
  margin: 10px 0 20px 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--black);
  line-height: 1.1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.6s ease;
  text-wrap: balance;
}
.course-box button {
  margin-top: 10px;
  width: 180px;
  height: 45px;
  border-radius: 40px;
  background: var(--red);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  transition: all 0.6s ease;
  border: none;
  pointer-events: none; 
}
.uk button {
  pointer-events: unset; 
}
.uk button:hover {
  transform: scale(1.05);
  background: var(--blue);
  color: var(--white);
}
/*.course-box button:hover {
  transform: scale(1.05);
  background: var(--blue);
  color: var(--white);
}*/
/* section 2 */
.section3 {
  padding: 60px 0;
  text-align: center;
}
.sec3-cta button {
  margin: 0 10px;
  width: 260px;
  height: 45px;
  border-radius: 40px;
  background: var(--red);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  transition: all 0.6s ease;
  border: none;
}
.sec3-cta button:hover {
  transform: scale(1.05);
  background: var(--blue);
  color: var(--white);
}
.vant-slider {
  margin-bottom: 40px;
}
.vant-slider .slick-track {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.vant-slider .slick-slide {
  display: flex !important; 
  justify-content: center; 
  align-items: center;
  height: 100%;
  min-height: 1px;
  float: unset;
}
.vant-box {
  width: 90%;
  min-height: 245px;
  padding: 25px 20px 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid var(--lightblue);
  border-radius: 20px;
  text-align: left;
  cursor: pointer;
  transition: all 0.6s ease;
}
.vant-box:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.vant-box h6 {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
  line-height: 1.2;
}
.vant-box p {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
/* section 4 */
.section4 {
  text-align: center;
  padding: 50px 0;
}
.section4 .container {
  background: var(--blue);
  border-radius: 60px;
  padding: 55px;
}
.section4 .title h3 {
  color: var(--white);
}
.teacher-slider .slick-track {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.teacher-slider .slick-slide {
  display: flex !important; 
  justify-content: center; 
  align-items: center;
  height: 100%;
  min-height: 1px;
  float: unset;
}
.teacher-box {
  width: 95%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s ease;
}
.teacher-box:hover {
  transform: scale(1.05);
}
.teacher {
  width: 100%;
  min-height: 200px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.teacher1 {
  background: url('/img/teacher/teacher1.png');
}
.teacher2 {
  background: url('/img/teacher/teacher2.png');
}
.teacher3 {
  background: url('/img/teacher/teacher3.png');
}
.teacher4 {
  background: url('/img/teacher/teacher4.png');
}
.teacher5 {
  background: url('/img/teacher/teacher5.png');
}
.teacher6 {
  background: url('/img/teacher/teacher6.png');
}
.teacher-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.teacher-info {
  padding: 15px 10px;
  background: var(--lightblue);
}
.teacher-txt {
  text-align: left;
}
.teacher-txt h6 {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  color: var(--blue);
  margin: 0;
}
.teacher-txt p {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 2px 0 0 0;
}
.teacher-info button {
  background: var(--white);
  width: 70px;
  height: 30px;
  border-radius: 50px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  border: none;
  transition: all 0.6s ease;
}
.teacher-info button:hover {
  transform: scale(1.02);
  background: var(--blue);
  color: var(--white);
}
.custom-dots, .custom-dots2, .custom-dots3 {
  text-align: center;
  margin-top: 30px;
}
.custom-dots .slick-dots, .custom-dots2 .slick-dots, .custom-dots3 .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.custom-dots .slick-dots li, .custom-dots2 .slick-dots li, .custom-dots3 .slick-dots li {
  margin: 0 5px;
}
.custom-dots .slick-dots li button, .custom-dots2 .slick-dots li button, .custom-dots3 .slick-dots li button {
  background: var(--white); 
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
.custom-dots3 .slick-dots li button {
  background: var(--extralightblue);
}
.custom-dots .slick-dots li.slick-active button, .custom-dots2 .slick-dots li.slick-active button, .custom-dots3 .slick-dots li.slick-active button {
  background-color: var(--lightblue);
}
/* section 5 */
.section5 {
  padding: 60px 0;
}
.sec5-txt h3 {
  color: var(--blue);
  font-family: "Montserrat Alternates";
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 80%;
}
.sec5-txt h3 span {
  font-weight: 700;
}
.sec5-txt span {
  font-weight: 700;
}
.sec5-txt p {
  font-size: 15px;
  line-height: 1.2;
  color: var(--blue);
  max-width: 80%;
  margin: 0;
}
.google-blue {
  margin: 25px 0 15px 0;
  height: 30px;
}
.sec5-txt button {
  width: 225px;
  height: 50px;
  border-radius: 50px;
  background: var(--red); 
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin: 40px 0 0 0;
  transition: all 0.3s ease-in;
}
.sec5-txt button:hover {
  transform: scale(1.05);
  color: var(--white);
  background: var(--blue);
}
.review-slider-box{
  position: relative;
  overflow: hidden;
}
.review-slider::before, .review-slider::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  right: 0;
  left: 0;
  z-index: 4;
}
.review-slider::before {
  top: 0;
  background: linear-gradient(0deg, rgba(255,255,255,0) 8%, rgba(255,255,255,1) 37%, rgba(255,25557,255,1) 100%);
}
.review-slider::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 8%, rgba(255,255,255,1) 37%, rgba(255,255,255,1) 100%);;
}
.review-slider .slick-track {
  padding: 30px 0;
}
.review-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
}
.testimonial-box {
  background: var(--white);
  border: 2px solid var(--lightblue);
  width: 44%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.small-testimonial {
  height: 215px;
}
.large-testimonial {
  height: 285px;
}
.testimonial-box p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 auto;
}
.persona {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 0 0;
}
.persona img {
  width: 30px;
  border-radius: 50px;
}
.persona h6 {
  margin: 0 0 0 10px;
  font-style: italic;
  font-weight: 700;
  color: var(--blue);
  font-size: 14px;
}
.persona h6 span {
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
}
/* footer */
.footer {
  background-color: var(--extralightblue);
  background-image: url('/img/spots2.svg');
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  position: relative;
}
.footer-chat {
  position: absolute;
  top: -100px;
  right: 15%;
  z-index: -1;
}
.footer-txt h3 {
  color: var(--blue);
  font-family: "Montserrat Alternates";
  font-size: 30px;
  font-weight: 400;
  max-width: 85%;
}
.footer-txt h3 span {
  font-weight: 700;
}
.footer-txt button {
  width: 210px;
  height: 50px;
  border-radius: 50px;
  background: var(--red); 
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin: 30px 0 0 0;
  transition: all 0.3s ease-in;
}
.footer-txt button:hover {
  transform: scale(1.05);
  color: var(--white);
  background: var(--blue);
}
.footer-img img {
  height: 450px;
  margin-top: -80px;
  margin-left: -150px;
  position: relative;
  z-index: 99;
}
/* message pages */
.message-header {
  min-height: 80vh;
  padding: 40px 0 0 0;
}
.message-content {
  margin-top: -80px;
}
.message-box {
  margin-top: 20px;
  background: var(--white);
  border-radius: 30px;
  padding: 40px 30px;
  width: 80%;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.particular .message-box, .error .message-box {
  width: 70%;
}
.message-chat {
  position: absolute;
  top: 20%;
  right: -70px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.message-box h3 {
  color: var(--blue);
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2;
}
.error .message-box h3, .particular .message-box h3 {
  max-width: 100%;
}
.message-box .underline {
  width: 300px;
}
.message-box p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--blue);
  margin-bottom: 10px;
}
.error .message-box p {
  max-width: 90%;
}
.message-img {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.message-img img {
  width: 100%;
  opacity: 0;
  animation: fadeInUp 1.5s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* adstrategy */
#section-ads {
  padding: 30px 0;
  text-align: center;
}
/* Media Queries */
@media only screen and (max-width: 1400px) {
  .header-txt h1 {
    font-size: 32px;
  }
  .numb-txt h6 {
    font-size: 23px;
  }
  .chat-tail {
    left: -100px;
  }
  .sec5-txt h3 {
    max-width: 100%;
    font-size: 30px;
  }
  .persona-box {
    height: 210px;
  }
  .persona-box img {
    height: 250px;
  }
  .course-box p {
    font-size: 14px;
  }
  .message-box h3 {
    max-width: 90%;
  }
  .vants:hover {
    min-height: 190px;
  }
  .vants:hover .vant-txt {
    min-height: 90px;
  }
  .footer-txt h3 {
    font-size: 28px;
  }
  .header-txt ul li br {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .header-img img {
    height: 500px;
    margin-left: -70px;
  }
  .chat-tail {
    left: -130px;
    bottom: 15%;
  }
  .header-txt h1 {
    font-size: 28px;
  }
  .numb-txt h6 {
    font-size: 20px;
  }
  .vants {
    width: 100%;
  }
  .vant-title h4 {
    font-size: 18px;
  }
  .testimonial-box {
    width: 45%;
    padding: 15px;
  }
  .testimonial-box p {
    font-size: 12px;
  }
  .sec5-txt p {
    max-width: 100%;
    font-size: 18px;
    text-wrap: balance;
  }
  .persona-box {
    height: 190px;
  }
  .persona-box img {
    height: 220px;
  }
  .teacher-box {
    width: 95%;
  }
  .footer-txt h3 {
    max-width: 90%;
    font-size: 24px;
  }
  .vant-box h6 {
    font-size: 14px;
  }
  .vant-box p {
    font-size: 12px;
  }
  .course-box {
    width: 90%;
  }
  .course-box button {
    width: 100%;
  }
  .course-box:before {
    width: 40px;
    height: 40px;
    top: -10px;
    left: -10px;
  }
  .course-selo {
    font-size: 12px;
  }
  .course-box p {
    font-size: 12px;
  }
  .course-box ul {
    width: 100%;
  }
  .course-box ul li {
    font-size: 11px;
  }
  .message-box h3 {
    max-width: 100%;
    font-size: 35px;
  }
  .message-content {
    margin-top: 0px;
  }
  .particular .message-box, .error .message-box {
    width: 100%;
  }
  .teacher-txt h6 {
    font-size: 16px;
  }
  .header-txt ul {
    max-width: 90%;
  }
  .footer-img img {
    margin-left: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .header-txt h6 {
    font-size: 16px;
  }
  .numbers .container {
    padding: 30px 0;
    max-width: 90%;
  }
  .numb-txt h6 {
    font-size: 18px;
  }
  .numb-txt p {
    font-size: 13px;
  }
  .header-img {
    display: none;
  }
  .header-txt {
    width: 100%;
  }
  .form-outer {
    height: auto;
  }
  #contactform {
    position: relative;
    width: 370px;
    padding: 30px 20px;
  }
  .chat-tail {
    left: -60px;
    bottom: 22%;
  }
  .testimonial-box {
    width: 90%;
    margin: 10px auto;
    padding: 20px;
  }
  .review-outer {
    margin: 0 auto;
    flex-direction: column;
  }
  .large-testimonial, .small-testimonial {
    height: auto;
  }
  .sec5-txt h3 {
    font-size: 28px;
  }
  .persona-box img {
    height: 270px;
    left: unset;
    right: unset;
  }
  .vant-slider {
    margin-bottom: 20px;
  }
  .custom-dots3 {
    margin-top: 0;
  }
  .sec3-cta {
    margin-top: 30px;
  }
  .sec3-cta button {
    width: 190px;
    font-size: 16px;
  }
  .footer-chat {
    right: 5%;
  }
  .footer-txt button {
    margin: 20px 0 0 0;
  }
  .footer-img img {
    height: 400px;
    margin-left: -100px;
  }
  .message-box h3 {
    font-size: 30px;
  }
  .underline {
    width: 280px;
  }
  .message-box {
    width: 100%;
  }
  .message-box p {
    max-width: 80%;
  }
  .particular .message-box p {
    max-width: 100%;
  }
  .message-img {
    min-height: 85vh;
  }
  .message-img img {
    height: 600px;
    width: auto;
    margin-right: -100px;
  }
  .message-box .underline {
    width: 270px;
  }
  .vants:hover {
    min-height: 210px;
  }
  .vants:hover .vant-txt {
    min-height: 100px;
  }
}
@media only screen and (max-width: 880px) {
  #contactform {
    width: 335px;
  }
  #contactform h3 {
    font-size: 22px;
  }
  .numb-txt h6 {
    font-size: 16px;
  }
  .numbers .container {
    max-width: 95%;
  }
}
@media only screen and (max-width: 800px) {
  #contactform {
    width: 325px;
    margin-left: -20px;
  }
  #contactform h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    text-align: center;
    padding: 40px 0 80px 0;
  }
  .header-txt {
    margin-bottom: 30px;
  }
  .header-txt-m  {
    margin: 20px auto 0 auto;
  }
  .header-txt h1 {
    font-size: 35px;
  }
  .underline {
    margin-bottom: 20px;
  }
  .google-selo {
    margin: 30px auto;
  }
  .header-txt ul {
    max-width: 70%;
    margin: 0 auto;
    text-align: left;
  }
  #contactform {
    width: 85%;
    margin: 0 auto;
  }
  .chat-tail {
    width: 70px;
    left: -15px;
  }
  .numbers .container {
    max-width: 95%;
    padding: 15px 10px;
  }
  .numbers-row {
    flex-direction: column;
  }
  .numb-txt {
    width: 90%;
    flex-direction: row;
    text-align: left;
    margin: 5px 0;
  }
  .numb-txt h6 {
    font-size: 14px;
  }
  .numb-txt p {
    text-wrap: balance;
    max-width: 90%;
  }
  .vants {
    width: 320px;
    margin: 0px auto;
    padding: 20px 30px;
    text-align: center;
  }
  .vants:hover {
    margin: 0 auto 20px auto;
  }
  .vant-txt p {
    text-align: center;
  }
  .vant-title {
    justify-content: center;
  }
  .course-box {
    width: 88%;
  }
  .title h3 {
    font-size: 30px;
  }
  .title img {
    width: 220px;
  }
  .section5 {
    padding: 60px 0 100px 0;
  }
  .section5 .row {
    flex-direction: column-reverse;
  }
  .sec5-txt {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec5-txt h3 {
    margin: 0 auto;
    max-width: 75%;
  }
  .persona-box img {
    height: 240px;
    left: 0;
    right: 0;
  }
  .teacher-txt h6 {
    font-size: 13px;
  }
  .teacher-txt p {
    font-size: 8px;
  }
  .footer-chat {
    height: 80px;
    top: -60px;
  }
  .footer {
    text-align: center;
    padding-top: 50px;
  }
  .footer-txt {
    margin-bottom: 40px;
  }
  .footer-txt h3 {
    margin: 0 auto;
  }
  .footer-img img {
    margin: 0 auto;
    height: auto;
    width: 80%;
  }
  .message-header {
    padding: 40px 0 0 0;
  }
  .message-img {
    min-height: auto;
  }
  .message-img img {
    margin: 0 auto;
  }
  .message-box h3 {
    font-size: 40px;
  }
  .message-content {
    margin-bottom: 40px;
  }
  .message-box p {
    font-size: 22px;
    max-width: 60%;
    margin: 0 auto 20px auto;
  }
  .message-chat {
    top: unset;
    right: 50px;
    bottom: -70px;
    transform: rotate(270deg);
  }
  .vants:hover {
    min-height: 165px;
  }
  .vants:hover .vant-txt {
    min-height: 70px;
  }
  .vant-txt p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .persona-box img {
    height: 220px;
  }
  .sec3-cta button {
    width: 250px;
    font-size: 20px;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 550px) {
  .teacher-box {
    width: 240px;
  }
  .vant-box {
    width: 290px;
  }
  .section3 {
    padding: 50px 0 0 0;
  }
  .footer-txt h3 {
    font-size: 23px;
  }
  .course-box {
    width: 85%;
  }
  .course-box:before {
    width: 60px;
    height: 60px;
    left: -20px;
    top: -20px;
  }
  .course-box h3 span {
    font-size: 35px;
  }
  .course-box p {
    font-size: 16px;
    max-width: 75%;
    margin: 10px auto 20px auto;
  }
  .course-box ul li {
    font-size: 14px;
  }
  .header-txt ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 475px) {
  .sec5-txt h3 {
    max-width: 100%;
  }
  .header-txt h1 {
    font-size: 30px;
  }
  .header-txt ul {
    text-align: left;
  }
  .message-box h3 {
    font-size: 30px;
  }
  .message-box p {
    font-size: 22px;
    max-width: 80%;
  }
  .numb-txt {
    flex-direction: column;
  }
}
@media only screen and (max-width: 445px) {
  .persona-box img {
    height: 190px;
  }
  .underline {
    width: 100%;
  }
  .numb-txt p {
    max-width: 100%;
  }
  .vant-title h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 415px) {
  #contactform {
    width: 95%;
  }
  .chat-tail {
    display: none;
  }
  .header-txt h1 {
    font-size: 26px;
  } 
  .title h3 {
    font-size: 26px;
  }
  .footer-txt h3 {
    font-size: 22px;
  }
  .google-blue {
    width: 90%;
    margin: 20px auto;
    height: auto;
  }
  .persona-box {
    width: 80%;
  }
  .persona-box img {
    height: 250px;
  }
  .vants {
    width: 100%;
  }
  .course-box p {
    max-width: 95%;
    font-size: 15px;
  }
  .message-img img {
    width: 100%;
    height: auto;
  }
  .message-box .underline {
    width: 100%
  }
  .vant-box {
    width: 90%;
  }
  .numb-txt {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .header-txt h1 {
    font-size: 24px;
  }
  .numbers .container {
    border-radius: 250px;
    padding: 20px 15px;
  }
  .google-selo {
    width: 250px;
  }
  .section2 .title h3 {
    max-width: 70%;
    margin: 0 auto;
  }
  .section4 {
    padding: 50px 10px;
  }
  .section4 .container {
    border-radius: 40px;
    padding: 30px 15px;
  }
  .footer-img img {
    width: 100%;
  }
  .course-box ul li {
    font-size: 11px;
  }
  .message-box h3 {
    font-size: 26px;
  }
  .message-box p {
    font-size: 18px;
  }
  .message-box {
    padding: 30px 15px;
  }
  .vants:hover {
    min-height: 135px;
  }
  .vants:hover .vant-txt {
    min-height: 60px;
  }
  .vant-txt p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 335px) {
  .header-txt h6 {
    font-size: 14px;
  }
  #contactform {
    width: 98%;
  }
  #contactform h3 {
    font-size: 20px;
  }
  .header-txt ul {
    max-width: 85%;
  }
  .vants {
    padding: 20px;
  }
  .title {
    margin-bottom: 30px;
  }
  .numbers .container {
    border-radius: 50px;
  }
}
@media only screen and (max-width: 325px) {
  .header-txt h1 {
    font-size: 22px;
  }
  #contactform {
    min-height: auto;
  }
  #contactform h3 {
    font-size: 18px;
  }
  .message-box h3 {
    font-size: 25px;
  }
  .vants:hover {
    min-height: 145px;
  }
  .vants:hover .vant-txt {
    min-height: 70px;
  }
}