* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.font-Quick {
  font-family: 'Quicksand', sans-serif;
}

.font-Robo {
  font-family: 'Roboto', sans-serif;
}

.font-Rale {
  font-family: 'Raleway', sans-serif;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-light {
  font-weight: 300;
}

.font-reg {
  font-weight: 400;
}

.font-med {
  font-weight: 500;
}

.font-semi {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-xbold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.header__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
}

.header__section .nav__logo {
  max-width: 200px;
  padding: 10px;
}

.header__section nav .main_nav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.header__section nav .main_nav_ul > li {
  margin: 0 20px;
  cursor: pointer;
  color: #222;
}

.header__section nav .main_nav_ul > li > a {
  text-decoration: none;
  color: inherit;
  padding: 8px 0;
}

.header__section nav .main_nav_ul > li .drop_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__section nav .main_nav_ul > li .drop_nav .wrapper_sub_nav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 30px;
  padding-top: 30px;
  z-index: 99;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(172.45deg, #fae9fe -18.26%, #ffffff 96.68%);
  border: 2px solid #eea8e6;
  border-radius: 0px 35px 10px 10px;
  padding: 10px 30px 20px 10px;
  position: relative;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  color: #9f53b2;
  position: relative;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav > li:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: #5c0073;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav > li > .wrapper_sub_sub_nav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 100%;
  padding-left: 10%;
  z-index: 111;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav > li > .wrapper_sub_sub_nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(172.45deg, #fae9fe, white);
  border: 2px solid #eea8e6;
  border-radius: 0px 35px 10px 10px;
  padding: 10px 30px 20px 10px;
  position: relative;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav > li > .wrapper_sub_sub_nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  color: #9f53b2;
  position: relative;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav > li > .wrapper_sub_sub_nav > ul > li > a {
  padding: 4px 0;
  padding-right: 10px;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav > li > .wrapper_sub_sub_nav > ul > li:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: #5c0073;
}

.header__section nav .main_nav_ul > li .drop_nav .sub__nav > li:hover > .wrapper_sub_sub_nav {
  opacity: 1;
  pointer-events: all;
}

.header__section nav .main_nav_ul > li .drop_nav:hover > .wrapper_sub_nav {
  opacity: 1;
  pointer-events: all;
}

.header__section nav .main_nav_ul > li:hover {
  color: #555;
}

.nav_button_header {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 20px;
  min-width: 181px;
  text-align: center;
}

.nav_button_header:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.hidden {
  display: none;
}

.sub__nav__padding {
  padding: 5px 30px 5px 10px !important;
}

.sub__nav__padding > li > a {
  text-decoration: none;
  color: inherit;
}

.hamburger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.hamburger span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: width ease-in-out 0.2s, -webkit-transform ease-in-out 0.15s;
  transition: width ease-in-out 0.2s, -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, width ease-in-out 0.2s;
  transition: transform ease-in-out 0.15s, width ease-in-out 0.2s, -webkit-transform ease-in-out 0.15s;
}

.hamburger span:first-child {
  display: block;
  background-color: #5c0073;
  height: 3px;
  width: 24px;
  border-radius: 200px;
  margin-bottom: 3px;
}

.hamburger span:last-child {
  display: block;
  background-color: #5c0073;
  height: 3px;
  width: 14px;
  border-radius: 200px;
}

.ham_active span:first-child {
  -webkit-transform: rotate(-45deg) translateX(-2px) translateY(2px);
          transform: rotate(-45deg) translateX(-2px) translateY(2px);
}

.ham_active span:last-child {
  width: 24px;
  -webkit-transform: rotate(45deg) translateX(-2px) translateY(-2px);
          transform: rotate(45deg) translateX(-2px) translateY(-2px);
}

.main_nav_mob_ul {
  opacity: 1;
  pointer-events: all;
  z-index: 122;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  padding-bottom: 30px;
  background: linear-gradient(172.45deg, #fae9fe -18.26%, #ffffff 96.68%);
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1% 10%;
  padding-bottom: 20px;
}

.main_nav_mob_ul > li {
  margin: 3px;
}

.main_nav_mob_ul > li > a {
  text-decoration: none;
  color: inherit;
  padding: 8px;
  display: block;
}

.main_nav_mob_ul_hidden {
  opacity: 0;
  pointer-events: none;
}

.bottom_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: saturate(183%) blur(30px);
          backdrop-filter: saturate(183%) blur(30px);
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bottom_wrapper .nav_button_bottom {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  min-width: 181px;
  margin-right: 20px;
  text-align: center;
}

.state_nav_color {
  background-color: #0874f5;
  border: 2px solid #0874f5;
}

.state_nav_color:hover {
  border: 2px dashed #0874f5;
  background-color: transparent;
  color: #0874f5;
}

.robotics_nav_color {
  background-color: #218091;
  border: 2px solid #218091;
}

.robotics_nav_color:hover {
  border: 2px dashed #218091;
  background-color: transparent;
  color: #218091;
}

.btech_nav_color {
  background-color: #c874fa;
  border: 2px solid #c874fa;
}

.btech_nav_color:hover {
  border: 2px dashed #c874fa;
  background-color: transparent;
  color: #c874fa;
}

.home_nav_color {
  background-color: #58bcee;
  border: 2px solid #58bcee;
}

.home_nav_color:hover {
  border: 2px dashed #58bcee;
  color: #58bcee;
  background-color: transparent;
}

.tutor_nav_color {
  background-color: #e77466;
  border: 2px solid #e77466;
}

.tutor_nav_color:hover {
  border: 2px dashed #e77466;
  color: #e77466;
  background-color: transparent;
}

.home_section {
  background-color: #f5fafd;
}

.home_section .hero_home {
  position: relative;
  z-index: 0;
}

.home_section .hero_home .hero_wave_home {
  width: 100%;
  z-index: -1;
  margin-bottom: -60px;
}

.home_section .hero_home .hero_wave_home > img {
  width: 100%;
  max-height: 180px;
}

@media (max-width: 959px) {
  .home_section .hero_home .hero_wave_home {
    margin-bottom: 0;
  }
}

.home_section .hero_home .home_HeroIllu {
  min-width: 480px;
  max-width: 480px;
}

@media (max-width: 959px) {
  .home_section .hero_home .home_HeroIllu {
    width: 90%;
    max-width: 400px;
    min-width: 250px;
    margin-top: 20px;
  }
}

.home_section .hero_home .hero__heading {
  font-size: 40px;
  color: #333;
  margin-left: 20px;
}

@media (max-width: 959px) {
  .home_section .hero_home .hero__heading {
    font-size: 30px;
    text-align: center;
    margin-left: 0;
  }
}

.home_section .hero_home .heading_hero_home_2 {
  font-size: 30px;
}

@media (max-width: 959px) {
  .home_section .hero_home .heading_hero_home_2 {
    font-size: 24px;
  }
}

.home_section .hero_home .typing_text {
  color: #58bcee;
}

.home_section .hero_home .cursor_typing {
  color: #58bcee;
  -webkit-animation: blink ease-in-out 500ms infinite alternate;
          animation: blink ease-in-out 500ms infinite alternate;
}

.home_section .hero_home .hero__content {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  margin: 20px 0;
  margin-left: 20px;
}

@media (max-width: 959px) {
  .home_section .hero_home .hero__content {
    width: 95%;
    font-size: 15px;
    text-align: center;
    margin-left: 0;
  }
}

.home_section .why_need_us_home {
  padding-top: 40px;
  margin-top: 40px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home {
    margin-top: 30px;
  }
}

.home_section .why_need_us_home > div > h2 {
  color: #333;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
  padding-top: 50px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > h2 {
    padding: 20px 0;
    font-size: 24px;
  }
}

.home_section .why_need_us_home > div > .student_need_home {
  margin-top: 100px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home {
    margin-top: 40px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1,
.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div,
.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 90%;
  max-width: 500px;
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div,
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div {
    max-width: 450px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > p,
.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > p {
  background: linear-gradient(92.93deg, #eef7fc 4.04%, #e3f2fb 97.2%);
  -webkit-box-shadow: 6px -10px 6px rgba(255, 255, 255, 0.75), 1px 4px 8px #cdd9df;
          box-shadow: 6px -10px 6px rgba(255, 255, 255, 0.75), 1px 4px 8px #cdd9df;
  border-radius: 30px;
  padding: 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #2e3a59;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > p,
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > p {
    height: 80px;
    padding: 20px 30px;
    font-size: 16px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > img,
.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > img {
  width: 100%;
  max-width: 175px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > img,
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > img {
    max-width: 120px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -30px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 30px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > p {
  margin-right: 10%;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > img {
  margin-left: -17%;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div:hover {
  -webkit-transform: scale(1.04) translateX(-50%);
          transform: scale(1.04) translateX(-50%);
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin-bottom: -30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 30px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > p {
  margin-left: 10%;
  text-align: right;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > img {
  margin-right: -17%;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div:hover {
  -webkit-transform: scale(1.04) translateX(50%);
          transform: scale(1.04) translateX(50%);
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.home_section .benefits_home {
  margin-top: 150px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .home_section .benefits_home {
    padding-bottom: 20px;
    margin-top: 60px;
  }
}

.home_section .benefits_home .benefits_home_image > div {
  position: relative;
  max-width: 650px;
  margin: auto;
}

@media (max-width: 959px) {
  .home_section .benefits_home .benefits_home_image > div {
    max-width: 500px;
  }
}

.home_section .benefits_home .benefits_home_image > div > img {
  width: 90%;
}

.home_section .benefits_home .benefits_home_image > div > div {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 60%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
  background-color: #fff;
  color: #0491d4;
  padding: 10px 20px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .home_section .benefits_home .benefits_home_image > div > div {
    min-height: 120px;
  }
}

.home_section .benefits_home .benefits_home_image > div > div > h2 {
  font-size: 26px;
  text-align: center;
}

@media (max-width: 959px) {
  .home_section .benefits_home .benefits_home_image > div > div > h2 {
    font-size: 23px;
  }
}

.home_section .benefits_home .slick-arrow {
  display: none !important;
}

.home_section .benefits_home .slider_points_benefits_home .point_wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_section .benefits_home .slider_points_benefits_home .point_wrapper > div {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  width: 80%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  max-width: 300px;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 2px 2px 23px rgba(210, 240, 255, 0.5);
          box-shadow: 2px 2px 23px rgba(210, 240, 255, 0.5);
}

.home_section .benefits_home .slider_points_benefits_home .point_wrapper > div > p {
  color: #2e3a59;
  font-size: 16px;
  padding-left: 20px;
  text-align: center;
}

.home_section .benefits_home .slider_points_benefits_home .point_wrapper > div > img {
  position: absolute;
  height: 90%;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home_section .unique_home {
  padding-top: 80px;
}

@media (max-width: 959px) {
  .home_section .unique_home {
    padding-top: 50px;
  }
}

.home_section .unique_home > div > h2 {
  color: #222;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
  padding-top: 50px;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > h2 {
    padding: 20px;
    font-size: 24px;
  }
}

.home_section .unique_home > div > .home_teacherind_unique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 90%;
  margin: auto;
  margin-top: 50px;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > .home_teacherind_unique {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_section .unique_home > div > .home_teacherind_unique .lg_unique_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > .home_teacherind_unique .lg_unique_img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.home_section .unique_home > div > .home_teacherind_unique .lg_unique_img > img {
  width: 100%;
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 550px;
  width: 100%;
  margin-right: 40px;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > .home_teacherind_unique .unique_points {
    margin-top: 30px;
    margin-right: auto;
  }
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > .home_teacherind_unique .unique_points > div {
    max-width: 700px;
    margin: 20px auto;
  }
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div > img {
  width: 70px;
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div > div {
  margin-left: 10px;
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div > div > h3 {
  font-size: 20px;
  color: #444;
  text-align: left;
  margin-bottom: 10px;
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div > div > p {
  font-size: 16px;
  color: #777;
}

.home_section .counter_home {
  margin-top: 120px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .home_section .counter_home {
    margin-top: 60px;
  }
}

.home_section .counter_home .counter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home_section .counter_home .counter_wrapper .counter_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 80px;
}

@media (max-width: 959px) {
  .home_section .counter_home .counter_wrapper .counter_image {
    max-width: 75px;
  }
}

.home_section .counter_home .counter_wrapper .counter_image > img {
  width: 100%;
}

.home_section .counter_home .counter_wrapper .counter_number {
  color: #2e3a59;
  text-align: center;
  font-size: 28px;
  margin: 10px 0;
}

@media (max-width: 959px) {
  .home_section .counter_home .counter_wrapper .counter_number {
    font-size: 22px;
  }
}

.home_section .counter_home .counter_wrapper .counter_description {
  color: #38486e;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.home_section .testimonials_home {
  padding-top: 50px;
  padding-bottom: 100px;
}

.home_section .testimonials_home > div > h2 {
  color: #222;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
  padding-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 959px) {
  .home_section .testimonials_home > div > h2 {
    padding: 20px 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.home_section .testimonials_home > div .testimonial_wrapper {
  height: 100%;
  padding: 30px 15px;
  max-width: 350px;
  width: 100%;
  margin: auto;
  outline: none;
  border: none;
}

.home_section .testimonials_home > div .testimonial_wrapper > div {
  height: 480px;
  max-width: 350px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper {
  width: 100%;
  height: 30%;
  background-image: linear-gradient(45deg, #03aeee, #96e5f9);
  position: absolute;
  bottom: 0;
  border-radius: 140px 140px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper .testimonial_image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 8px solid #fff;
  position: relative;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper .testimonial_image > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper > h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  bottom: 52px;
  text-align: center;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper .testimonial_role {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-align: center;
  position: relative;
  bottom: 48px;
  padding: 0 20px;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_saying {
  padding: 10px 20px;
  color: #796161;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 10%;
  line-height: 32px;
}

.arrow_slick::before {
  display: none;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 512px) {
  .slick-arrow {
    display: none !important;
  }
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.home_hero_btn {
  color: #fff;
  background-color: #58bcee;
  border-radius: 200px;
  padding: 10px 20px;
  border: 2px solid #58bcee;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.home_hero_btn:hover {
  background-color: #fff;
  color: #58bcee;
  border: 2px dashed #58bcee;
}

.button_download_app_footer,
.book_free_class_button_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.button_download_app_footer > a,
.book_free_class_button_footer > a {
  background-color: #c9d439;
  text-decoration: none;
  color: #fff !important;
  text-shadow: 1px 1px 4px #a2ac20;
  border-radius: 15px;
  padding: 12px 30px;
  font-size: 16px !important;
  text-align: center;
  width: 100%;
  max-width: 250px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.button_download_app_footer > a:hover,
.book_free_class_button_footer > a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.book_free_class_button_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btech_book_button,
.robot_book_button,
.robot_book_button_light,
.state_book_button,
.robotics_book_button,
.spoken_english_book_button,
.tutor_book_button {
  display: inline-block;
  text-decoration: none;
  font-size: 18px !important;
  padding: 9px 25px;
  border-radius: 15px;
  border: 2px solid transparent;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.btech_book_button {
  color: #fff;
  background: #c874fa;
}

.btech_book_button:hover {
  border: 2px dashed #c874fa;
  color: #c874fa;
  background: transparent;
}

.robot_book_button_light {
  color: #218091;
  background: #fff;
}

.robot_book_button_light:hover {
  border: 2px dashed #fff;
  color: #fff;
  background: #218091;
}

.robot_book_button {
  color: #fff;
  background-color: #207d8e;
}

.robot_book_button:hover {
  border: 2px dashed #207d8e;
  color: #207d8e;
  background: transparent;
}

.state_book_button,
.spoken_english_book_button {
  color: #fff;
  background-color: #0874f5;
}

.state_book_button:hover,
.spoken_english_book_button:hover {
  border: 2px dashed #0874f5;
  color: #0874f5;
  background: transparent;
}

.robotics_book_button {
  color: #fff;
  background-color: #218091;
}

.robotics_book_button:hover {
  border: 2px dashed #218091;
  color: #218091;
  background: transparent;
}

.tutor_book_button {
  color: #fff;
  background: #e77466;
}

.tutor_book_button:hover {
  border: 2px dashed #e77466;
  color: #e77466;
  background: transparent;
}

.footer-section {
  background-color: #1f2128;
  color: #fff;
  padding: 30px 10px;
  padding-bottom: 50px;
}

.footer-section p,
.footer-section a {
  color: #8d949e;
  font-size: 15px;
}

.footer-section h4 {
  font-size: 18px;
  margin: 20px 0;
}

.footer-section .quick_links_section .footer_quick_link_section {
  margin: 20px;
}

.footer-section .quick_links_section .footer_quick_link_section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer-section .quick_links_section .footer_quick_link_section > div > a {
  text-decoration: none;
  margin: 5px 0;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.footer-section .quick_links_section .footer_quick_link_section > div > a:hover {
  color: #e6ffe8ef;
}

.footer-section .about_us_footer {
  text-align: center;
  margin-bottom: 30px;
}

.footer-section .about_us_footer > div {
  background-color: #7e848d;
  height: 3px;
  width: 50px;
  border-radius: 20px;
  margin: 10px auto;
}

.footer-section .social_media_footer {
  text-align: center;
  margin: 50px 0;
  margin-bottom: 30px;
}

.footer-section .social_media_footer > h4 {
  position: relative;
  margin-bottom: 30px;
}

.footer-section .social_media_footer > h4::before {
  content: '';
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #7e848d;
  height: 3px;
  width: 50px;
  border-radius: 20px;
}

.footer-section .social_media_footer .social_media_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 300px;
  margin: auto;
}

.footer-section .copyright_footer {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.privacy_policy_footer p,
.privacy_policy_footer a {
  color: #8d949e;
  font-size: 15px;
}

.privacy_policy_footer h4 {
  font-size: 18px;
  margin: 20px 0;
}

.privacy_policy_footer a {
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.privacy_policy_footer a:hover {
  color: #e6ffe8ef;
}

.btech_section {
  background-color: #ffeffd;
  display: flex;
  min-width: 95vw;
  justify-content: center;
  height:850px;
  overflow: scroll;
  padding: 12px;
}

.btech_section .btech_hero_section {
  padding-top: 90px;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section {
    padding-top: 40px;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_image > img {
  width: 100%;
  max-width: 500px;
  padding-right: 40px;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_image > img {
    padding-right: 0;
    width: 80%;
    max-width: 500px;
    margin: 20px 0;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content {
  width: 100%;
  max-width: 500px;
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > h1 {
  color: #333;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > h1 > span {
  color: #c874fa;
}

.btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > p {
  color: #555;
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .btech_section .btech_hero_section .btech_hero_section_wrapper .btech_hero_content > p {
    text-align: center;
    margin-bottom: 20px;
  }
}

.btech_section .btech_benefits_section {
  margin-top: 100px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section {
    margin-top: 50px;
  }
}

.btech_section .btech_benefits_section > div > h2 {
  color: #c874fa;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div > h2 {
    margin-bottom: 15px;
  }
}

.btech_section .btech_benefits_section > div > p {
  color: #555;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 0 30px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div > p {
    margin-bottom: 30px;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle {
  position: relative;
  margin: auto;
  max-width: 850px;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_btech_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_btech_image > img {
  width: 90%;
  max-width: 500px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_btech_image > img {
    width: 80%;
    max-width: 400px;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content {
  text-align: center;
  margin: 15px 0;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content > h4 {
  color: #c874fa;
  margin-bottom: 10px;
  font-size: 24px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content > h4 {
    font-size: 20px;
    color: #ffa8f3;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content > p {
  color: #333;
  font-size: 16px;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .btech_benefit_bottom_content > p {
    color: #666666;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards {
  margin: auto;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 850px;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 {
  background-color: #f2f3f7;
  -webkit-box-shadow: 6px 6px 16px #eedaeb, -6px -6px 16px #fce7f9;
          box-shadow: 6px 6px 16px #eedaeb, -6px -6px 16px #fce7f9;
  border-radius: 30px;
  position: absolute;
  max-width: 200px;
  height: 220px;
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}

@media (max-width: 959px) {
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5,
  .btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 {
    position: relative;
    min-width: 150px;
    width: 40%;
    margin: 20px 10px;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5 > h4,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 > h4 {
  padding: 10px;
  font-size: 18px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40%;
  width: 100%;
  color: #fff;
  background-color: #ffa6f2;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5 > p,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 > p {
  padding: 10px;
  font-size: 14px;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60%;
  text-align: center;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5:hover,
.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_1 {
  top: 10%;
  left: -10%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_2 {
  top: 10%;
  right: -10%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_3 {
  bottom: -4%;
  left: -10%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_4 {
  bottom: -4%;
  right: -10%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_5 {
  bottom: -50%;
  left: 20%;
}

.btech_section .btech_benefits_section > div .benefit_circle_arrangement .image_benefit_circle .benefit_cards .btech_benefit_card_6 {
  bottom: -50%;
  right: 20%;
}

.btech_section .btech_benefits_section > div .benefit_button_btech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
  margin-top: 400px;
}

.btech_section .btech_cloud_section {
  margin-top: 80px;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 959px) {
  .btech_section .btech_cloud_section {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.btech_section .btech_cloud_section > img {
  width: 100%;
  max-height: 250px;
}

.form_page_section {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(37.42%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(202, 221, 244, 0.24)), to(#d9eaff));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 37.42%), linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(180deg, rgba(202, 221, 244, 0.24) 0%, #d9eaff 100%);
  min-height: 100vh;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form_page_section .form_page_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form_page_section .form_card {
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  max-width: 450px;
  width: 100%;
}

.form_page_section .form_card h1 {
  color: #252b42;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.form_page_section .form_card .error_msg,
.form_page_section .form_card .success_msg,
.form_page_section .form_card .loading_msg {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form_page_section .form_card .error_msg > span,
.form_page_section .form_card .success_msg > span,
.form_page_section .form_card .loading_msg > span {
  margin-left: 10px;
}

.form_page_section .form_card .error_msg {
  color: red;
}

.form_page_section .form_card .success_msg {
  color: green;
}

.form_page_section .form_card .loading_msg {
  color: #9c8812;
}

.form_page_section .form_card .input_field {
  width: 100%;
}

.form_page_section .form_card .input_field > input,
.form_page_section .form_card .input_field > select {
  width: 100%;
  outline: none;
  border: none;
  background: #f1f3f8;
  border-radius: 10px;
  color: #666;
  padding: 15px 20px;
  font-size: 16px;
  margin: 10px 0;
}

.form_page_section .form_card .input_field > input::-webkit-input-placeholder,
.form_page_section .form_card .input_field > select::-webkit-input-placeholder {
  color: #9ea8bd;
}

.form_page_section .form_card .input_field > input:-ms-input-placeholder,
.form_page_section .form_card .input_field > select:-ms-input-placeholder {
  color: #9ea8bd;
}

.form_page_section .form_card .input_field > input::-ms-input-placeholder,
.form_page_section .form_card .input_field > select::-ms-input-placeholder {
  color: #9ea8bd;
}

.form_page_section .form_card .input_field > input::placeholder,
.form_page_section .form_card .input_field > select::placeholder {
  color: #9ea8bd;
}

.form_page_section .form_card .phone_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_page_section .form_card .phone_number .country_code {
  margin-right: 10px;
  max-width: 90px;
}

.form_page_section .form_card .resend_otp {
  color: #6d778a;
  text-align: right;
  cursor: pointer;
  margin: 5px;
}

.form_page_section .form_card .button_form {
  background-color: #0874f5;
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}

.form_page_section .form_card .button_form:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.form_page_section .form_card .button_form:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.contact_form_details_header {
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 20px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_form_details_header .logo_contact_form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.contact_form_details_header .logo_contact_form > img {
  width: 90%;
  max-width: 200px;
}

.contact_form_details_header .logo_contact_not_in_form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_form_details_header .logo_contact_not_in_form > img {
  width: 90%;
  max-width: 200px;
}

.contact_form_details_header .logo_contact_not_in_form > p {
  margin-top: 20px;
  max-width: 300px;
  color: #555;
}

.contact_form_details_header .contact_in_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_form_details_header .contact_in_form > a {
  padding: 5px 0;
  margin: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.contact_form_details_header .contact_in_form > a > img {
  margin-right: 10px;
}

.contact_form_details_header .contact_in_form > a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.success_card_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.success_card_form > p {
  width: 80%;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 30px;
  color: #333;
}

.success_card_form > a {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #686793;
}

.faq_1 {
  background: linear-gradient(108.3deg, #70e8bd 23.49%, #66dbb1 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #53d2bb;
          box-shadow: inset 5px -4px 10px #53d2bb;
}

.faq_2 {
  background: linear-gradient(108.3deg, #4ce0e9 23.49%, #41d9e2 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #31c7d0;
          box-shadow: inset 5px -4px 10px #31c7d0;
}

.faq_3 {
  background: linear-gradient(102.25deg, #ef81dd 29.31%, #eb76d8 82.56%);
  -webkit-box-shadow: inset 4px -3px 6px #e375d1;
          box-shadow: inset 4px -3px 6px #e375d1;
}

.faq_4 {
  background: linear-gradient(108.3deg, #5c72e8 23.49%, #5068e2 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #4a60d5;
          box-shadow: inset 5px -4px 10px #4a60d5;
}

.faq_5 {
  background: linear-gradient(108.3deg, #5a88ff 23.49%, #5081ff 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #4276fb;
          box-shadow: inset 5px -4px 10px #4276fb;
}

.faq_6 {
  background: linear-gradient(108.3deg, #7fc2ff 23.49%, #75bdff 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #6bb8fe;
          box-shadow: inset 5px -4px 10px #6bb8fe;
}

.faq_single_item {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq_single_item .number_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
}

.faq_single_item .number_faq > p {
  padding: 10px;
  max-height: 30px;
  min-height: 30px;
  max-width: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq_single_item .faq_qn_ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq_single_item .faq_qn_ans > h4 {
  color: #333;
  cursor: pointer;
}

.faq_single_item .faq_qn_ans .answer_faq {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  max-height: 300px;
  opacity: 1;
}

.faq_single_item .faq_qn_ans .answer_faq > p {
  color: #555;
  margin: 10px 0;
}

.faq_single_item .faq_qn_ans .hide_faq_ans {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  max-height: 0px;
  opacity: 0;
  pointer-events: none;
}

.all_faqs_section {
  background: #fffcfc;
  padding: 30px 0;
  padding-bottom: 40px;
}

.all_faqs_section > h2 {
  color: #c874fa;
  text-align: center;
  font-size: 28px;
  margin-bottom: 80px;
  margin-top: 50px;
}

@media (max-width: 959px) {
  .all_faqs_section > h2 {
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 50px;
    margin-top: 0;
  }
}

.robotics_page {
  background-color: #e9fcff;
}

.robotics_page .robotics_hero {
  padding-top: 40px;
  position: relative;
  z-index: 0;
  min-height: 80vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.2%, #207f90), color-stop(85.15%, #1b6471));
  background: linear-gradient(180deg, #207f90 29.2%, #1b6471 85.15%);
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero {
    min-height: 75vh;
  }
}

.robotics_page .robotics_hero .hero_robotics_images > img {
  position: absolute;
}

.robotics_page .robotics_hero .hero_robotics_images .robot_lines {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.robotics_page .robotics_hero .hero_robotics_images .robot_wave_1 {
  bottom: -2px;
  left: 0;
  width: 100%;
  max-height: 150px;
  z-index: 3;
}

.robotics_page .robotics_hero .robot_hero_wrapper {
  position: relative;
  z-index: 0;
  min-height: 80vh;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_wrapper {
    min-height: 75vh;
  }
}

.robotics_page .robotics_hero .robot_hero_wrapper .robot {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 2;
  width: 50%;
  max-width: 600px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_wrapper .robot {
    width: calc(300px + 17vw);
    -o-object-fit: cover;
       object-fit: cover;
    right: 0;
  }
}

.robotics_page .robotics_hero .robot_hero_content {
  position: relative;
  z-index: 5;
  padding-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-top: 0;
  }
}

.robotics_page .robotics_hero .robot_hero_content > h1 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #daf0ff;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_content > h1 {
    font-size: 35px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 20px;
  }
}

.robotics_page .robotics_hero .robot_hero_content > h1 > span {
  color: #fff;
}

.robotics_page .robotics_hero .robot_hero_content > p {
  font-size: 18px;
  color: #daf0ff;
  padding-bottom: 25px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_hero .robot_hero_content > p {
    text-align: center;
    padding-bottom: 0;
  }
}

.robotics_page .robotics_benefits .robot_benefit_header {
  margin-bottom: 20px;
}

.robotics_page .robotics_benefits .robot_benefit_header > h2 {
  color: #217b8b;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_header > h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_header > p {
  color: #555;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_header > p {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid {
  max-width: 1150px;
  margin: auto;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid {
    max-width: 760px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot > h1 {
  color: #207d8e;
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot > h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot > p {
  max-width: 450px;
  color: #555;
  font-size: 16px;
  padding-right: 20px;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot > p {
    font-size: 14px;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .before_line_robot {
  position: relative;
}

.robotics_page .robotics_benefits .robot_benefit_grid .before_line_robot::before {
  content: '';
  position: absolute;
  background-color: #3d8490;
  height: 90%;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
  border-radius: 20px;
  min-height: 120%;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .before_line_robot::before {
    display: none;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .after_line_robot {
  position: relative;
}

.robotics_page .robotics_benefits .robot_benefit_grid .after_line_robot::after {
  content: '';
  position: absolute;
  background-color: #3d8490;
  height: 90%;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0%;
  border-radius: 20px;
  min-height: 120%;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .after_line_robot::after {
    display: none;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot_image {
    max-width: 250px;
    margin: auto;
    width: 100%;
  }
}

.robotics_page .robotics_benefits .robot_benefit_grid .content_benefit_robot_image > img {
  width: 100%;
}

.robotics_page .robotics_benefits .benefit_button_robot {
  margin-top: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.robotics_page .robotics_rocket {
  margin: 80px 0;
}

@media (max-width: 959px) {
  .robotics_page .robotics_rocket {
    margin: 40px 0;
  }
}

.robotics_page .robotics_rocket > img {
  width: 75%;
  max-width: 900px;
}

.state_page_section {
  background-color: #fff;
}

.state_page_section .state_hero_section {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f3ff), to(#ffffff));
  background: linear-gradient(180deg, #e9f3ff 0%, #ffffff 100%);
}

.state_page_section .state_hero_section .hero_state_wrapper {
  padding-top: 60px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 959px) {
  .state_page_section .state_hero_section .hero_state_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_content_state {
  width: 100%;
  max-width: 500px;
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > h1 {
  color: #333;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > h1 > span {
  color: #0874f5;
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > p {
  color: #555;
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .state_page_section .state_hero_section .hero_state_wrapper .hero_content_state > p {
    margin-bottom: 40px;
    text-align: center;
  }
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_image_section_state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: auto;
}

.state_page_section .state_hero_section .hero_state_wrapper .hero_image_section_state > img {
  width: 100%;
  max-width: 600px;
  margin-left: 30px;
}

@media (max-width: 959px) {
  .state_page_section .state_hero_section .hero_state_wrapper .hero_image_section_state > img {
    margin-left: 0;
    max-width: 500px;
  }
}

.state_page_section .grains_state {
  width: 100%;
  padding: 40px 0;
}

@media (max-width: 959px) {
  .state_page_section .grains_state {
    padding: 10px 0;
  }
}

.state_page_section .grains_state > img {
  max-height: 300px;
  width: 100%;
}

.state_benefits {
  margin-bottom: 0px;
}

@media (max-width: 959px) {
  .state_benefits {
    margin-bottom: 50px;
  }
}

.state_benefits > h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #0874f5;
}

@media (max-width: 959px) {
  .state_benefits > h2 {
    margin-bottom: 15px;
  }
}

.state_benefits > p {
  color: #333;
  text-align: center;
  font-size: 16px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .state_benefits > p {
    margin-bottom: 30px;
  }
}

.state_benefits .benefit_cards_state {
  margin-top: 100px;
}

.state_benefits .benefit_cards_state .benefit_card_state {
  background: linear-gradient(105.27deg, rgba(255, 255, 255, 0.105) 2.25%, rgba(154, 154, 154, 0.035) 49.02%, rgba(201, 201, 201, 0.07) 60.55%, rgba(255, 255, 255, 0.042) 68.44%, rgba(129, 143, 161, 0.0424448) 84.06%, rgba(0, 28, 65, 0) 100%);
  border: 2px solid rgba(209, 239, 253, 0.42);
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
  max-width: 250px;
  height: 300px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.state_benefits .benefit_cards_state .benefit_card_state .image_benefit_card_state > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 164px;
  width: 75%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

@media (max-width: 959px) {
  .state_benefits .benefit_cards_state .benefit_card_state .image_benefit_card_state > img {
    width: 75%;
    max-width: 150px;
  }
}

.state_benefits .benefit_cards_state .benefit_card_state .image_benefit_card_state > img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state {
  margin-top: 40px;
}

.state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state > h3 {
  font-size: 18px;
  color: #0874f5;
  text-align: center;
  margin-bottom: 10px;
}

.state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state > p {
  color: #333;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 959px) {
  .state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state > p {
    font-size: 14px;
  }
}

.spoken_page_section {
  background: #f7fbfe;
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken {
  width: 100%;
  max-width: 500px;
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > h1 {
  color: #333;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
  font-size: 16px;
  margin-bottom: 16px;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div > p {
    text-align: center;
  }
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_content_spoken > div > p > img {
  margin-right: 10px;
  width: 20px;
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_image_section_spoken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: auto;
}

.spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_image_section_spoken > img {
  width: 100%;
  max-width: 600px;
  margin-left: 30px;
}

@media (max-width: 959px) {
  .spoken_page_section .spoken_hero_section .hero_spoken_wrapper .hero_image_section_spoken > img {
    margin-left: 0;
    margin-top: 20px;
    max-width: 500px;
  }
}

.spoken_page_section .who_need_spoken_section {
  background: linear-gradient(108.02deg, #536cc0 10.31%, #3a37a6 72.54%), #3a37a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spoken_page_section .who_need_spoken_section .spokenWave1 {
  max-height: 150px;
  width: 100%;
}

.spoken_page_section .who_need_spoken_section .spokenWave2 {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.spoken_page_section .who_need_spoken_section .spokenWave2 > img {
  width: 100%;
  max-height: 210px;
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > h2 {
  color: #f7fbfe;
  text-align: left;
  font-size: 28px;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > h2 {
    text-align: center;
    font-size: 24px;
    padding: 20px;
  }
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_image > img {
  width: 100%;
  max-width: 480px;
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points > p {
  color: #f7fbfe;
  max-width: calc(200px + 2vw);
}

.spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points > p:first-child {
  font-size: 60px;
  margin-right: 20px;
}

@media (max-width: 959px) {
  .spoken_page_section .who_need_spoken_section .who_need_spoken_content > div .who_need_spoken_points_wrapper .who_need_spoken_points > p:first-child {
    font-size: 40px;
  }
}

.spoken_page_section .improve_english_section {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .spoken_page_section .improve_english_section {
    margin-top: 20px;
  }
}

.spoken_page_section .improve_english_section .title_improve_english {
  color: #333;
  text-align: center;
  font-size: 28px;
  margin: 20px 0;
  padding: 20px;
}

@media (max-width: 959px) {
  .spoken_page_section .improve_english_section .title_improve_english {
    font-size: 24px;
  }
}

.spoken_page_section .improve_english_section .improve_english_card {
  background-color: #f2f3f7;
  -webkit-box-shadow: 6px 6px 16px #becde2, -6px -6px 16px #ffffff;
          box-shadow: 6px 6px 16px #becde2, -6px -6px 16px #ffffff;
  border-radius: 30px;
  max-width: 200px;
  height: 220px;
  margin: 40px auto;
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}

@media (max-width: 959px) {
  .spoken_page_section .improve_english_section .improve_english_card {
    position: relative;
    max-width: 160px;
    margin: 20px auto;
  }
}

.spoken_page_section .improve_english_section .improve_english_card > h4 {
  padding: 10px;
  font-size: 18px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40%;
  width: 100%;
  color: #fff;
  background-color: #4070f4;
}

.spoken_page_section .improve_english_section .improve_english_card > p {
  padding: 10px;
  font-size: 14px;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60%;
  text-align: center;
}

.spoken_page_section .improve_english_section .improve_english_card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.spoken_page_section .all_faqs_section {
  background: #f7fbfe;
}

.tutor_page {
  background: linear-gradient(170.08deg, #f9feff 2.5%, #fefefe 24.01%);
}

.tutor_page .tutor_hero_section {
  padding-top: 40px;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > h2 {
  color: #2f225a;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div .image_mob_get_started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div .image_mob_get_started > img {
  width: 90%;
  max-width: 400px;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div .get_started_points {
  margin-bottom: 50px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_mob > div .get_started_points > p {
  color: #333;
  padding-right: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
  padding-top: 40px;
  width: 90%;
  margin: auto;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 500px;
  width: 100%;
  margin-left: 100px;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div > h2 {
  color: #2f225a;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div > h2::before {
  content: '';
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 100%;
  border-radius: 20px;
  background-color: #cdc9dc;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div > div {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tutor_page .tutor_hero_section .tutor_how_to_get_started_section_desk > div > div > p {
  color: #333;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
}

.tutor_page .become_tutor_section {
  margin-bottom: 100px;
  margin-top: 40px;
}

@media (max-width: 959px) {
  .tutor_page .become_tutor_section {
    margin-top: 0;
  }
}

.tutor_page .become_tutor_section > h2 {
  color: #2f225a;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 959px) {
  .tutor_page .become_tutor_section > h2 {
    font-size: 24px;
    padding: 0 20px;
  }
}

.tutor_page .become_tutor_section .tutor_become_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}

.tutor_page .become_tutor_section .tutor_become_image > img {
  width: 90%;
  max-width: 500px;
}

@media (max-width: 959px) {
  .tutor_page .become_tutor_section .tutor_become_image > img {
    max-width: 400px;
  }
}

.tutor_page .become_tutor_section .become_tutor_points_wrapper {
  margin-top: 60px;
}

@media (max-width: 959px) {
  .tutor_page .become_tutor_section .become_tutor_points_wrapper {
    margin-top: 30px;
  }
}

.tutor_page .become_tutor_section .become_tutor_points_wrapper .become_tutor_points {
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tutor_page .become_tutor_section .become_tutor_points_wrapper .become_tutor_points > img {
  margin-right: 10px;
  max-width: 60px;
}

.tutor_page .become_tutor_section .become_tutor_points_wrapper .become_tutor_points > p {
  font-size: 16px;
  color: #282339;
}

.tutor_google_form {
  min-height: 100vh;
  background: radial-gradient(46.08% 91.12% at 100% 100%, #fffbd9 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(58.89% 116.46% at 6.46% 92.82%, #d5fff8 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(47.36% 81.92% at 96.6% 2.64%, #d5ffd7 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(65.1% 128.75% at 6.35% 28.03%, #ffcef5 0%, rgba(255, 255, 255, 0) 97.53%), #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact_us_page {
  min-height: 100vh;
  background: radial-gradient(46.08% 91.12% at 100% 100%, #fffbd9 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(58.89% 116.46% at 6.46% 92.82%, #d5fff8 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(47.36% 81.92% at 96.6% 2.64%, #d5ffd7 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(65.1% 128.75% at 6.35% 28.03%, #ffcef5 0%, rgba(255, 255, 255, 0) 97.53%), #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy_policy_page {
  padding-top: 20px;
  padding-bottom: 100px;
}

.privacy_policy_page h4 {
  font-size: 20px;
  color: #555;
  margin: 15px 0;
  margin-top: 40px;
}

.privacy_policy_page p {
  font-size: 16px;
  color: #555;
}

.privacy_policy_page .privacy_page_heading {
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

.how_to_get_started_section {
  background: #fffcfc;
}

.how_to_get_started_section .how_to_get_started_section_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how_to_get_started_section .how_to_get_started_section_mob > h2 {
  color: #c874fa;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.how_to_get_started_section .how_to_get_started_section_mob > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how_to_get_started_section .how_to_get_started_section_mob > div .image_mob_get_started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.how_to_get_started_section .how_to_get_started_section_mob > div .image_mob_get_started > img {
  width: 90%;
  max-width: 450px;
}

.how_to_get_started_section .how_to_get_started_section_mob > div .get_started_points {
  margin-bottom: 50px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how_to_get_started_section .how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
  padding-right: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
}

.how_to_get_started_section .how_to_get_started_section_desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
  padding-top: 40px;
  width: 90%;
  margin: auto;
}

.how_to_get_started_section .how_to_get_started_section_desk > img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 500px;
  width: 100%;
  margin-left: 100px;
}

.how_to_get_started_section .how_to_get_started_section_desk > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how_to_get_started_section .how_to_get_started_section_desk > div > h2 {
  color: #c874fa;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}

.how_to_get_started_section .how_to_get_started_section_desk > div > h2::before {
  content: '';
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 100%;
  border-radius: 20px;
  background-color: #ffd5f9;
}

.how_to_get_started_section .how_to_get_started_section_desk > div > div {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how_to_get_started_section .how_to_get_started_section_desk > div > div > p {
  color: #555;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
}

.btech_how_to_get_started_section {
  background: #fffcfc;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_mob > h2 {
  color: #c874fa;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_desk > div > h2 {
  color: #c874fa;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_desk > div > h2::before {
  background-color: #ffd5f9;
}

.btech_how_to_get_started_section .btech_how_to_get_started_section_desk > div > div > p {
  color: #555;
}

.state_how_to_get_started_section {
  background: #fffcfc;
}

.state_how_to_get_started_section .state_how_to_get_started_section_mob > h2 {
  color: #0874f5;
}

.state_how_to_get_started_section .state_how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
}

.state_how_to_get_started_section .state_how_to_get_started_section_desk > div > h2 {
  color: #0874f5;
}

.state_how_to_get_started_section .state_how_to_get_started_section_desk > div > h2::before {
  background-color: #89bcfa;
}

.state_how_to_get_started_section .state_how_to_get_started_section_desk > div > div > p {
  color: #555;
}

.robotics_how_to_get_started_section {
  background: #fffcfc;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_mob > h2 {
  color: #218091;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_desk > div > h2 {
  color: #218091;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_desk > div > h2::before {
  background-color: #abd6de;
}

.robotics_how_to_get_started_section .robotics_how_to_get_started_section_desk > div > div > p {
  color: #555;
}

.spoken_english_how_to_get_started_section {
  background: #f7fbfe;
  margin-top: 40px;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_mob > h2 {
  color: #333;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_mob > div .get_started_points > p {
  color: #555;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_desk > div > h2 {
  color: #333;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_desk > div > h2::before {
  background-color: #89bcfa;
}

.spoken_english_how_to_get_started_section .spoken_english_how_to_get_started_section_desk > div > div > p {
  color: #555;
}

.who_can_benefit_section_general {
  background: linear-gradient(175.71deg, #ffeffd 5.52%, #fdbef4 96.26%);
  position: relative;
  z-index: 0;
}

.who_can_benefit_section_general .wave1_general {
  width: 100%;
  z-index: -1;
  max-height: 150px;
}

.who_can_benefit_section_general .general_wave2 {
  width: 100%;
  z-index: -1;
  margin-bottom: -10px;
  max-height: 150px;
}

.who_can_benefit_section_general > h2 {
  color: #c874fa;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 959px) {
  .who_can_benefit_section_general > h2 {
    font-size: 24px;
    padding: 0 20px;
  }
}

.who_can_benefit_section_general .content_who_can_benefit_general {
  background: #ffeffd;
  -webkit-box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  max-width: 850px;
  margin: auto;
  position: relative;
  padding: 20px;
  width: 90%;
}

.who_can_benefit_section_general .content_who_can_benefit_general .general_benef_hept_card {
  width: 90%;
  max-width: 170px;
  max-height: 200px;
  min-height: 200px;
  margin: 10px auto;
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 30px 30px 50% 50%;
  position: relative;
  z-index: 0;
}

.who_can_benefit_section_general .content_who_can_benefit_general .general_benef_hept_card::before {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 30px 30px 50% 50%;
  height: 100%;
  width: 100%;
  top: 5%;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.who_can_benefit_section_general .content_who_can_benefit_general .general_benef_hept_card > h4 {
  font-size: 24px;
  color: #c71dce;
  position: absolute;
  top: 10%;
  left: 10%;
}

@media (max-width: 959px) {
  .who_can_benefit_section_general .content_who_can_benefit_general .general_benef_hept_card > h4 {
    font-size: 22px;
  }
}

.who_can_benefit_section_general .content_who_can_benefit_general .general_benef_hept_card > p {
  font-size: 14px;
  text-align: center;
  padding: 20px;
  margin-top: 15%;
  color: #c874fa;
}

@media (max-width: 959px) {
  .who_can_benefit_section_general .content_who_can_benefit_general .general_benef_hept_card > p {
    padding: 10px;
    margin-top: 15%;
    font-size: calc(12px + 0.3vw);
  }
}

.who_can_benefit_section_general .content_who_can_benefit_general .general_benef_hept_card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.who_can_benefit_section_general .content_who_can_benefit_general .general_benef_hept_card:hover::before {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.btech_who_can_benefit_section {
  background: linear-gradient(175.71deg, #ffeffd 5.52%, #fdbef4 96.26%);
}

.btech_who_can_benefit_section .btech_wave1 {
  max-height: 150px;
}

.btech_who_can_benefit_section .btech_wave2 {
  margin-bottom: -10px;
}

.btech_who_can_benefit_section > h2 {
  color: #c874fa;
}

.btech_who_can_benefit_section .content_who_can_benefit_btech {
  background: #ffeffd;
}

.btech_who_can_benefit_section .content_who_can_benefit_btech .btech_benef_hept_card {
  background-color: #fed8ff;
}

.btech_who_can_benefit_section .content_who_can_benefit_btech .btech_benef_hept_card > h4 {
  color: #c71dce;
}

.btech_who_can_benefit_section .content_who_can_benefit_btech .btech_benef_hept_card > p {
  color: #c874fa;
}

.btech_who_can_benefit_section .content_who_can_benefit_btech .btech_benef_hept_card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.state_who_can_benefit_section {
  background: linear-gradient(181.84deg, #d7f3fa 23.65%, #00cdff 92.51%, #02cdfe 92.52%);
}

.state_who_can_benefit_section > h2 {
  color: #0874f5;
  background-color: #fff;
  margin-bottom: -1px;
}

.state_who_can_benefit_section .content_who_can_benefit_state {
  background: #edf9ff;
}

.state_who_can_benefit_section .content_who_can_benefit_state .state_benef_hept_card {
  background-color: #bef3ff;
}

.state_who_can_benefit_section .content_who_can_benefit_state .state_benef_hept_card > h4 {
  color: #0073ff;
}

.state_who_can_benefit_section .content_who_can_benefit_state .state_benef_hept_card > p {
  color: #4b96f1;
}

.state_who_can_benefit_section .content_who_can_benefit_state .state_benef_hept_card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.robotics_who_can_benefit_section {
  background: linear-gradient(175.71deg, #e9fcff 5.52%, #84d3df 96.26%);
}

.robotics_who_can_benefit_section > h2 {
  color: #207e8f;
  background-color: #e9fcff;
}

.robotics_who_can_benefit_section .content_who_can_benefit_robotics {
  background: #e9fcff;
}

.robotics_who_can_benefit_section .content_who_can_benefit_robotics .robotics_benef_hept_card {
  background-color: #c5f2f9;
}

.robotics_who_can_benefit_section .content_who_can_benefit_robotics .robotics_benef_hept_card > h4 {
  color: #14535f;
}

.robotics_who_can_benefit_section .content_who_can_benefit_robotics .robotics_benef_hept_card > p {
  color: #218091;
}

.robotics_who_can_benefit_section .content_who_can_benefit_robotics .robotics_benef_hept_card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/*# sourceMappingURL=style.css.map */

.floating-menu {
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
}
.floating-menu.phone {
  right: 10px;
  bottom: 95px;
}
.floating-menu.whatsapp {
  right: 10px;
  bottom: 15px;
}

.bottom_wrapper a.phone, .bottom_wrapper a.whatsapp { display: inline-block; margin-top: 3px; margin-right: 15px;}
.bottom_wrapper a.phone img, .bottom_wrapper a.whatsapp img { width: 50px; height: 50px;}

.reviews {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.point {
  color: #333;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  position: relative;
  top: -3px;
}

.google img {
  width: 35px;
  margin-left: 20px;
  margin-right: 20px;
}

.review img {
  width: 100px;
}

.academic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 40px;
  width: 90%;
  margin: auto;
}
.academic-wrap > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.academic-wrap h2 {
  color: #0874f5;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}
.academic-wrap p {
  color: #555;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0;
}

.academic {
  max-width: 500px;
  width: 100%;
  margin-right: 100px;
}

.state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state > p { height: 65px;}

.content_who_can_benefit_state > div div:nth-child(5), .content_who_can_benefit_state > div div:nth-child(6), .content_who_can_benefit_state > div div:nth-child(7) { display: none;}

.who_can_benefit_section_general .content_who_can_benefit_general {
  padding: 60px 20px;
}

.who_can_benefit_section_general .wave1_general {
  max-height: 60px;
}

.how_to_get_started_section .how_to_get_started_section_desk {
  align-items: center;
}

.default-hero {
  max-width: 450px !important;
}

@media only screen and (max-width: 959px) {
  .floating-menu { display: none;}
}
@media only screen and (max-width: 600px) {
  .academic-wrap {
    flex-wrap: wrap;
  }
  .academic { margin-right: 0;}
  .academic-wrap h2 { text-align: center; margin-top: 30px;}
  .state_benefits .benefit_cards_state .benefit_card_state { height: 400px;}
  .state_benefits .benefit_cards_state .benefit_card_state .content_benefit_card_state > p {
    margin-bottom: 15px;
  }
}


.basic-border {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 21px;
}

.basic-header{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.highlighted-header{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tution-fee-button{
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps{
  display: flex;
  flex-direction: row !important;
  width: 100%;
  /* border: 1px solid black; */
  border-radius: 12px;
  margin: 1%;
}
.steps-content{
  flex: 1; 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 5%;
}

.steps-image{
  flex: 1; 
  height: 350px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.image-overlay {
  content: "";
  width: 100%;
  height: 100%;
  /* position: absolute; */
  bottom: -5px;
  left: 0;
  /* background: rgb(255, 255, 255); */
  /* background: linear-gradient(-90deg, rgb(255 255 255 / 0%) 10%, rgb(255 255 255) 97%); */
  z-index: 0;
}

.steps-image img{
  width: 40%;
}

.steps:nth-child(odd) {
  flex-direction: row-reverse;
}

.step-content-text{
  margin-top: 2%;
  margin-bottom: 2%;
}


table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  /* border-radius: 12px; */
}

th, td {
  text-align: center;
  padding: 14px 10px;
  border: 1px solid #ddd;
}

th {
  background-color: #0874f5;
  color: #fff;
}

td:first-child {
  text-align: left;
  background-color: #fff;
  font-weight: 500;
}

.check {
  color: green;
  font-size: 1.5rem;
}

.cross {
  color: red;
  font-size: 1.5rem;
}

.cta {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  color: #111;
  margin-top: 20px;
}

@media (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }

  td:first-child {
    background-color: #f1f1f1;
    font-weight: bold;
  }
}

.fees-comp{
  padding: 5%;
}

table tr:last-child td:first-child {
  /* border: 2px solid orange; */
  border-bottom-left-radius: 10px;
}
  
table tr:last-child td:last-child {
  /* border: 2px solid green; */
  border-bottom-right-radius: 10px;
}

tr > td:last-of-type {
  background: linear-gradient(to right, rgba(92, 0, 115, 1), rgb(145, 2, 180));
  color: white !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: unset;
}

tr > th:last-of-type {
  background: linear-gradient(to right, rgba(92, 0, 115, 1), rgb(145, 2, 180));
  color: white !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
  border: unset;
}

/* testimonials.css */

/* StudentTestimonials.css - Updated Version */

.testimonials-section {
  padding: 80px 20px;
  /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
  position: relative;
  overflow: hidden;
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.testimonials-header h2 {
  font-size: 2.8rem;
  color: black;
  margin-bottom: 15px;
  font-weight: 700;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
}

.testimonials-header p {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-slider-wrapper {
  position: relative;
  padding: 20px 40px;
}

.testimonial-slide {
  padding: 0 15px;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 0 0 0 100%;
  opacity: 0.08;
}

.testimonial-image-wrapper {
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  transition: transform 0.3s ease;
}

.testimonial-card:hover .testimonial-image {
  transform: scale(1.05);
}

.video-play-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.video-play-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.play-button {
  font-size: 1.2rem;
  margin-left: 3px;
}

.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial-text {
  color: #7f8c8d;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
  font-style: italic;
  flex: 1;
  min-height: 100px;
}

.testimonial-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.star-icon {
  color: #f39c12;
  font-size: 1.3rem;
  transition: transform 0.2s ease;
}

/* Half star support */
.star-icon.half {
  position: relative;
  color: #f39c12;
}

.star-icon.half::before {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #f39c12;
}

/* Empty star */
.star-icon.empty {
  color: #ddd;
}

.testimonial-rating:hover .star-icon {
  transform: scale(1.1);
}

.testimonial-author {
  text-align: center;
  border-top: 1px solid #ecf0f1;
  padding-top: 20px;
  margin-top: auto;
}

.author-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.author-designation {
  font-size: 0.95rem;
  color: #95a5a6;
  line-height: 1.4;
}

/* Custom Slick Arrow Styles */
.arrow_slick {
  width: 50px !important;
  height: 50px !important;
  background: white !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  z-index: 10 !important;
  transition: all 0.3s ease !important;
}

.arrow_slick:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
  transform: scale(1.1);
}

.arrow_slick:hover svg {
  color: white !important;
}

.arrow_slick::before {
  display: none !important;
}

.slick-prev {
  left: -25px !important;
}

.slick-next {
  right: -25px !important;
}

/* Slick Dots Customization */
.slick-dots {
  bottom: -50px !important;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button:before {
  font-size: 12px !important;
  color: #bdc3c7 !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
  color: #667eea !important;
  transform: scale(1.3);
}

.slick-dots li button:hover:before {
  color: #764ba2 !important;
}

/* Loading state */
.testimonials-loading {
  text-align: center;
  padding: 60px 20px;
  color: #7f8c8d;
  font-size: 1.1rem;
}

.testimonials-loading::after {
  content: '...';
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0%, 20% { content: '.'; }
  40% { content: '..'; }
  60%, 100% { content: '...'; }
}

/* No data state */
.testimonials-no-data {
  text-align: center;
  padding: 60px 20px;
  color: #95a5a6;
  font-size: 1.1rem;
}

/* Smooth fade-in animation */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.testimonial-card {
  animation: fadeInUp 0.6s ease-out;
}

/* Staggered animation for multiple cards */
.testimonial-slide:nth-child(1) .testimonial-card {
  animation-delay: 0.1s;
}

.testimonial-slide:nth-child(2) .testimonial-card {
  animation-delay: 0.2s;
}

.testimonial-slide:nth-child(3) .testimonial-card {
  animation-delay: 0.3s;
}

/* Responsive Styles */
@media (max-width: 960px) {
  .testimonials-header h2 {
      font-size: 2.2rem;
  }

  .testimonials-slider-wrapper {
      padding: 20px 30px;
  }

  .arrow_slick {
      width: 40px !important;
      height: 40px !important;
  }

  .slick-prev {
      left: -20px !important;
  }

  .slick-next {
      right: -20px !important;
  }

  .testimonial-text {
      min-height: 120px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
      padding: 60px 15px;
  }

  .testimonials-header h2 {
      font-size: 2rem;
  }

  .testimonials-header p {
      font-size: 1rem;
  }

  .testimonials-slider-wrapper {
      padding: 20px 10px;
  }

  .testimonial-slide {
      padding: 0 10px;
  }

  .testimonial-card {
      padding: 25px;
  }

  .testimonial-image {
      height: 180px;
  }

  .arrow_slick {
      width: 35px !important;
      height: 35px !important;
  }

  .slick-prev {
      left: -10px !important;
  }

  .slick-next {
      right: -10px !important;
  }

  .testimonial-text {
      font-size: 0.95rem;
      min-height: 100px;
  }

  .author-name {
      font-size: 1.1rem;
  }

  .author-designation {
      font-size: 0.9rem;
  }

  .star-icon {
      font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .testimonials-section {
      padding: 40px 10px;
  }

  .testimonials-header {
      margin-bottom: 40px;
  }

  .testimonials-header h2 {
      font-size: 1.8rem;
  }

  .testimonials-header p {
      font-size: 0.95rem;
  }

  .slick-prev {
      left: 0 !important;
  }

  .slick-next {
      right: 0 !important;
  }

  .arrow_slick {
      background: rgba(255, 255, 255, 0.9) !important;
      width: 30px !important;
      height: 30px !important;
  }

  .testimonial-card {
      padding: 20px;
  }

  .testimonial-image {
      height: 160px;
  }

  .video-play-icon {
      width: 40px;
      height: 40px;
      bottom: 10px;
      right: 10px;
  }

  .play-button {
      font-size: 1rem;
  }

  .testimonial-text {
      font-size: 0.9rem;
      line-height: 1.6;
  }

  .star-icon {
      font-size: 1rem;
  }

  .author-name {
      font-size: 1rem;
  }

  .author-designation {
      font-size: 0.85rem;
  }

  .slick-dots {
      bottom: -40px !important;
  }
}

/* Print styles */
@media print {
  .testimonials-section {
      background: white;
      padding: 20px;
  }

  .arrow_slick,
  .slick-dots,
  .video-play-icon {
      display: none !important;
  }

  .testimonial-card {
      break-inside: avoid;
      box-shadow: none;
      border: 1px solid #ddd;
  }
}

/* Accessibility improvements */
.arrow_slick:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}

.video-play-icon:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .testimonial-card {
      border: 2px solid #2c3e50;
  }

  .testimonials-header h2 {
      -webkit-text-fill-color: #2c3e50;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .testimonial-card,
  .testimonial-image,
  .star-icon,
  .arrow_slick,
  .video-play-icon {
      transition: none;
      animation: none;
  }

  .testimonial-card:hover {
      transform: none;
  }
}