@font-face {
  font-family: 'SF Pro Display';
  src: url('/wp-content/themes/elsa-tot/static/Fonts/SF-Pro-Display/SFProDisplay-Regular.woff2') format('woff2'),
      url('/wp-content/themes/elsa-tot/static/Fonts/SF-Pro-Display/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/wp-content/themes/elsa-tot/static/Fonts/SF-Pro-Display/SFProDisplay-Bold.woff2') format('woff2'),
      url('/wp-content/themes/elsa-tot/static/Fonts/SF-Pro-Display/SFProDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/wp-content/themes/elsa-tot/static/Fonts/SF-Pro-Display/SFProDisplay-Medium.woff2') format('woff2'),
      url('/wp-content/themes/elsa-tot/static/Fonts/SF-Pro-Display/SFProDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: #222326;
}

ul {
  list-style: none;
}

label {
  display: block;
}

.clr:before,
.clr:after {
  content: " ";
  display: table;
}

.clr:after {
  clear: both;
}

body {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  color: #222326;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

h1 {
  font-size: 45px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 53px;
}

h2 {
  font-size: 45px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

.button {
  background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
  border-radius: 50px;
  color: #fff;
  font-weight: 800;
  border: none;
  box-shadow: 0 10px 50px 0 rgba(255, 255, 255, 0.2);
  font-size: 18px;
}

.button:hover {
  color: #fff;
}

.button-spc {
  width: 300px;
  height: 50px;
  margin-top: 32px;
  text-transform: uppercase;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.errorr {
  color: red;
  font-size: 18px;
}

/* SECTION 1 */
.section1 {
  text-align: center;
  position: relative;
}

.section1 .button-spc {
  font-size: 24px;
}

.section1 a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
}

.section1 a:hover {
  opacity: 1;
}

.section1 .bg {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .section1 .bg--fix {
    height: 300px;
  }
  .section1 .bg--fix img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

.section1 .container2 {
  position: absolute;
  top: 30%;
}

.section1 .container-navbar {
  position: absolute;
  top: 0;
  z-index: 1;
}

.section1 .nav {
  padding: 32px 0 64px 0;
  justify-content: center;
  column-gap: 16px;
}

.section1 .nav-item {
  align-items: center;
  text-align: center;
}

.section1 .nav span {
  color: #fff;
  opacity: 0.7;
}

.section1.lp27 .bg {
  height: 650px;
  background: radial-gradient(1187.67% 252.26% at 100% 0%, #873bff 0%, #5732fe 100%);
}
.section1.lp27 .bg img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section1 h1 {
  padding-top: 32px;
}
.section1 .bg img {
  width: 100%;
}

@media (max-width: 1024px) {
  .section1 h1 {
    font-size: 30px;
    line-height: 1.5;
  }

  .section1 .nav {
    padding: 32px 0 24px 0;
  }

  .section1 .container2 {
    bottom: 30px;
  }

  .section1 .container2 .col-lg-7 {
    margin-top: 5%;
  }
}

/* SECTION 2 */
.section2 {
  padding: 64px;
  text-align: center;
}

.section2 .features {
  margin-top: 32px;
  padding: 45px 35px;
  background: linear-gradient(185.46deg, #A293EC 23.92%, #5F67EC 112.43%);
  border-radius: 30px;
}

.section2 .features-item {
  background-color: #fff;
  text-align: center;
  height: 100%;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  border: 1px solid #7D60E2;
  padding: 32px 44px 16px 44px;
}

.section2 .features-item img {
  margin: 0 auto;
}

.section2 .features-item h3 {
  padding-top: 12px;
}

.section2-container2 {
  padding: 128px 105px 16px 105px;
}

.section2 .purple-circle2 {
  background: linear-gradient(185.46deg, #A293EC 23.92%, #5F67EC 112.43%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding-top: 9px;
  margin: 0 auto;
}

.section2-container2 .phone-img .col-lg-3 {
  padding: 0 54px;
}

.section2-container2 .process-learning {
  margin-top: 30px;
}

.section2-container2 img {
  padding-bottom: 23px;
}

.section2-container2 .text-container {
  padding-top: 16px;
}

.section2-container2 h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
}

.section2-container2 p {
  font-size: 18px;
}

.section2-container2 .step {
  position: relative;
}

.section2-container2 .step hr {
  position: absolute;
  top: 50%;
  z-index: -1;
  color: #6F71EC;
  height: 2px;
  width: 75%;
  left: 13%;
}


/* SECTION 3 */
.section3 {
  text-align: center;
  padding: 32px 390px 46px 390px;
  background-color: #EDF0F7;
}

.section3 h2 {
  margin-bottom: 40px;
}

.section3 .video-wrapper {
  position: relative;
}

.section3 .video-item {
  position: relative;
  margin: 0 auto;
  max-width: 560px;
  top: 40px;
}

.section3 .video-container {
  position: relative;
  padding: 72px 0 60px 0;
  margin-bottom: 60px;
}

.section3 .decor-section {
  position: absolute;
  bottom: -32px;
  left: 5%;
}

.section3 .bg {
  background-repeat: no-repeat;
  background-size: contain;
  width: 751px;
  height: 350px;
  margin: 32px 0 0 0;
  position: absolute;
  left: -10%;
  top: 25px;
}

.section3 .purple1 {
  background-image: url(../image/decor-section3.png);
}

.section3 .blue {
  background-image: url(../image/decor-section3-blue.png);
}

.section3 .purple2 {
  background-image: url(../image/decor-section3-purple.png);
}

.section3 .bg-container {
  position: relative;
  width: 560px;
  margin: 0 auto;
}

.section3 .title {
  position: absolute;
  text-align: left;
  display: flex;
  column-gap: 9px;
  padding-bottom: 8px;
  left: 0;
  top: -35px;
}

.section3 .title img {
  width: 25px;
  height: 25px;
}

.section3 iframe {
  box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.15);
}

.section3 .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;

  position: absolute;
  top: -70px;
  left: -110px;
}

.section3 .circle::before {
  content: "";
  width: 120px;
  height: 120px;
  background: #EDF0F7;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 40px;
}

.section3 .circle-p1 {
  background: linear-gradient(130.06deg, #C9D2F7 10.83%, rgba(201, 210, 247, 0) 63.61%);
}

.section3 .circle-blue {
  background: linear-gradient(130.06deg, #8FF9FF 10.83%, rgba(143, 249, 255, 0) 63.61%);
}

.section3 .circle-p2 {
  background: linear-gradient(130.06deg, #75ABFF 10.83%, rgba(117, 171, 255, 0) 63.61%);
}

.section3 .button-spc {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .section3 {
    padding: 32px 0;
  }
}

/* SECTION 4 */
.section4 {
  background: linear-gradient(185.46deg, #A293EC 23.92%, #5F67EC 112.43%);
  position: relative;

}

.section4 .heading {
  text-align: center;
}

.section4 .square {
  border-radius: 15%;
  height: 180px;
  width: 180px;
  position: absolute;
  left: -7%;
  top: 50%;
  transform: rotate(45deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(126.15deg, #FFF35C 20.2%, #FF795B 95.32%);
  mix-blend-mode: normal;
}

.section4 .circle.bg-orange {
  right: 5%;
  top: 4%;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  mix-blend-mode: normal;
}

.section4 .circle.bg-purple {
  position: absolute;
  top: 35%;
  right: 10%;
  width: 193px;
  height: 193px;
  border-radius: 50%;
  background: linear-gradient(168.26deg, #C57BFF 15.09%, #454BCB 141.04%);


}

/* CIRCLE PROGRESS BAR */
.section4 .svg {
  width: 100px;
  height: 100px;
  position: relative;
  margin-top: 10px;
}

.section4 .svg .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.section4 .svg .text p {
  color: #606060;
}

.section4 .svg .text .number {
  color: #222326;
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 700;
}

.section4 .left {
  float: left;
  margin-right: 20px;
  padding: 20px 20px 20px 0;
  border-right: #eaeaeb solid 1px;
}


.section4 .left .circle {
  margin-top: 30px;
}

.section4 .left .circle:first-child {
  margin-top: 0;
}

.section4 .circle .name {
  padding-left: 0;
  font-weight: 700;
  text-align: center;
  position: relative;
  left: -5px;
  font-size: 18px;
}

.section4 .right {
  overflow: hidden;
}

.section4 .right {
  padding-top: 40px;
}

.section4 .line {
  margin-top: 20px;
}

.section4 .line:first-child {
  margin-top: 0;
}

.section4 .line .name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.section4 .line .number {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}

.section4 .line .bar {
  background: #eaeaeb;
  height: 32px;
  border-radius: 30px;
  overflow: hidden;
}

.section4 .line .bar-status {
  position: relative;
  width: 20%;
  height: 100%;
  transition: width 2s ease-out;
  border-radius: 30px;
  background: linear-gradient(90deg, #458BFF -1.68%, #29F4FF 100%);
}

.section4 .line-1 .bar-status.animated {
  width: 90%;
}

.section4 .line-2 .bar-status.animated {
  width: 68%;
}

.section4 .line-3 .bar-status.animated {
  width: 40%;
}

.section4 .button-section4 {
  width: 300px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border: 2px solid #7D60E2;
  border-radius: 50px;
  color: #5257FF;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .section4 .container {
    width: 1000px;
  }

  .section4 {
    background: linear-gradient(185.46deg, #A293EC 23.92%, #5F67EC 112.43%);
    padding: 70px 32px;
  }

  .section4 .cont-wrap {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
    padding: 60px 60px 60px 110px;
    border-radius: 20px;
  }

  .section4 .svg {
    width: 130px;
    height: 130px;
  }

  .section4 .circle-chart__circle {
    stroke-width: 2 !important;
  }

  .section4 .svg .text .number {
    /* margin-bottom: 10px; */
    position: relative;
    top: -20px;
    font-size: 24px;
    font-weight: 600;
  }

  .section4 .svg .text span.count {
    font-size: 48px;
    font-weight: 700;
  }

  .section4 .svg .text span.text-descript {
    position: relative;
    top: -16px;
    font-size: 14px;
  }

  .section4 .left {
    padding-right: 40px;
    margin-right: 40px;
  }

  .section4 .line .name {
    margin-bottom: 13px;
  }

  .section4 .line .bar {
    width: 465px;
    height: 50px;
    border-radius: 64px;
  }

  .section4 .line {
    margin-top: 40px;
  }

  .section4 .line .number {
    font-size: 32px;
    border-radius: 64px;
    right: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .goi {
    margin-bottom: 200px;
  }

  .section4 .left {
    padding-right: 80px;
    margin-right: 80px;
  }

}

/* @media screen and (min-width: 1400px) {
    .section4 .cont-wrap {
        padding: 60px;
    }
} */

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

.circle-chart__circle {
  transform: rotate(-90deg);
  /* 2, 3 */
}

.circle-chart__circle.animated {
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  transform-origin: center;
  /* 4 */
}

/* SECTION 5 */
.section5 {
  padding: 64px;
  text-align: center;
}

.section5 p {
  font-size: 18px;
}

.section5 .container {
  padding-top: 32px;
}

.section5 .image-section5 {
  /* max-width: 453px; */
  margin: 0 auto;
}

.section5 .panel-group {
  text-align: left;
  padding: 5px 0;
}

.section5 .panel-group img {
  width: 25px;
  height: 25px;
}

.section5 .question-item {
  display: flex;
  background: #EDF0F7;
  border-radius: 20px 20px 20px 0px;
  column-gap: 8px;
  padding: 9px 11px;
  cursor: pointer;
}

.section5 .question p {
  margin-bottom: 0;

}

.section5 .answer-wrap {
  display: none;
}

.section5 .answer-item {
  /* display: none; */
  display: flex;
  column-gap: 8px;
  margin: 4px 0;
  background: rgba(237, 240, 247, 0.5);
  border-radius: 0px 20px 20px 20px;
  padding: 9px 11px;
}

.section5 .answer-item p {
  color: rgba(34, 35, 38, 0.7);
}

/* SECTION 6 */
.section6 {
  position: relative;
  text-align: center;
  background: rgba(162, 147, 236, 0.2);
  padding: 60px 0;
  overflow: hidden;
}

.purple-circle {
  position: absolute;
  background: linear-gradient(0deg, #FC2AC2 -43.11%, #FFB84E 153.97%);
  opacity: 0.3;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  -webkit-filter: blur(32px);
  -moz-filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  filter: blur(32px);
  top: 10%;
  left: 0;
}

.section6 .turquoise-circle {
  position: absolute;
  background: #2EC5CE;
  opacity: 0.3;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  -webkit-filter: blur(32px);
  -moz-filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  filter: blur(32px);
  top: 80%;
  right: 0;
}

.section6 .heading {
  margin-bottom: 40px;
}

.section6 .heading p {
  font-size: 20px;
}

.section6 .box-section6 {
  overflow: hidden;
  position: relative;
}

.section6 .card {
  position: relative;
  overflow: unset !important;
  border-radius: 10px;
  background: linear-gradient(159.45deg, #75ABFF -0.09%, #5257FF 98.78%);
  box-shadow: 0px 8px 18px rgba(69, 137, 255, 0.25);
  margin: 0 20px;
  width: 370px !important;
}

.section6 .slick-slider {
  margin-bottom: 30px;
}

.section6 .slick-slider .slick-track,
.section6 .slick-slider .slick-list {
  display: flex;
}

.section6 .card-body {
  background: #fff;
  border-radius: 10px;
  margin: 1px;
  padding: 28px 32px;
  position: relative;
  height: calc(100% - 2px);
}

.section6 .cbr {
  background: linear-gradient(159.45deg, #FFB055 -0.09%, #FE579E 98.78%);
}

.section6 .card-title {
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 29px;
  margin-bottom: 32px;
}

.section6 .price {
  color: #5257FF;
  font-size: 30px;
  font-weight: bold;
}

.section6 .price-red {
  color: #C81B0D;
  font-size: 48px;
}

.section6 .price-container del {
  font-size: 18px;
  color: #606060;
}

.section6 .descript-container {
  text-align: left;
  margin: 32px 0;
}

.section6 .descript-container p {
  color: #606060;
  margin-bottom: 8px;
}

.section6 .descript-container p img{
  display: inline-block;
  margin-right: 5px;
}

.descript-container .icp {
  color: #5257FF;
  padding-right: 8px;
}

.descript-container .icr {
  color: #C81B0D;
  padding-right: 8px;
}

.section6 .button {
  width: 200px;
  box-shadow: 0px 4px 4px rgba(162, 147, 236, 0.2);
}

.section6 .btn-red {
  background: linear-gradient(180deg, #FF5757 -0.6%, #CE2727 99.4%);
}

.card .title-container span {
  display: block;
  width: 90%;
  height: 2px;
  background: #C4C4C4;
  position: relative;
  left: 5%;
}

.section6 .decor {
  position: absolute;
  top: -5px;
  left: -10px;
}

/* SECTION 7  */
.section7 {
  text-align: center;
  padding: 64px 0;
}

.section7 p {
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 8px;
}

.section7 h2 {
  font-size: 40px;
}

.section7 .heading {
  margin-bottom: 32px;
}

.section7 img {
  margin: 0 auto;
}

.section7 .book {
  position: relative;
  margin-bottom: 16px;
}

.section7 .pink-circle {
  position: absolute;
  border-radius: 50%;
  width: 40.65px;
  height: 40.65px;
  background: linear-gradient(0deg, #FC2AC2 -43.11%, #FFB84E 153.97%);
  opacity: 0.6;
  top: 0;
  left: 20%;
}

.section7 .orange-circle {
  position: absolute;
  border-radius: 50%;
  width: 117.87px;
  height: 117.87px;
  background: linear-gradient(180deg, #FFF35C -54.1%, #EF7B32 100%);
  opacity: 0.6;
  top: 0;
  right: 24%;
  z-index: -1;
}

.section7 .turquoise-circle {
  position: absolute;
  border-radius: 50%;
  width: 172.5px;
  height: 172.5px;
  background: #2EC5CE;
  opacity: 0.6;
  top: 35.5%;
  left: 23%;
  z-index: -1;
}

/* SLICK DOTS */
.slick-dots {
  text-align: center;
  list-style: none;
  padding-left: 0;
  padding-top: 32px;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  border: none;
  padding: 0 3px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
  text-indent: -999px;
}

.slick-dots li button:hover,
.slick-dots li button:active,
li.slick-active button {
  background: rgba(96, 96, 96, 0.5);
  border: 1px solid rgba(96, 96, 96, 0.5);
}

/* SECTION 8 */
.section8 {
  background: rgba(162, 147, 236, 0.1);
  padding: 64px 0 32px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section8 .box-section8 {
  overflow: hidden;
  position: relative;
  margin-top: 32px;
}

.section8 .orange-circle {
  width: 406px;
  height: 406px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFF35C -54.1%, #EF7B32 100%);
  opacity: 0.3;
  position: absolute;
  top: 3%;
  right: -10%;
  -webkit-filter: blur(32px);
  -moz-filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  filter: blur(32px);
}

.section8 .turquoise-circle {
  width: 248px;
  height: 248px;
  background: #53F5FF;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  left: -10px;
  -webkit-filter: blur(32px);
  -moz-filter: blur(32px);
  -o-filter: blur(32px);
  -ms-filter: blur(32px);
  filter: blur(32px);
}

.section8 .purple-circle {
  top: 65%;
  left: 10%;
}

.section8 .card {
  width: 367px;
  position: relative;
  border-radius: 10px;
  margin: 0 18px;
  border: 1px solid #5257FF;
}

.section8 .red-card {
  border: 1px solid #FE579E;
}

.section8 .card-body {
  padding: 11px;
  background: #fff;
  border-radius: 10px;
}

.section8 .card .decor {
  position: absolute;
  top: 0;
  right: -11px;
}

.section8 .card .card-title {
  font-weight: 800;
}

.section8 .card .price-red {
  color: #C81B0D;
}

.section8 .card .price {
  font-size: 30px;
  font-weight: bold;
}

.section8 .price-container del {
  color: #606060;
  font-size: 18px;
}

.section8 .descript-container {
  color: #606060;
  margin: 20px 0;
}

.section8 .descript-container .red-descript {
  color: #C81B0D;
}

.section8 .descript2 p {
  display: inline-block;
  margin: 0 20px;
}

.section8 .descript2 p img{
  display: inline-block;
  margin-right: 5px;
}

.section8 .button {
  width: 200px;
  margin-bottom: 13px;
}

/* SECTION 9  */
.section9 {
  padding: 64px 0;
  background: linear-gradient(185.46deg, #A293EC 23.92%, #5F67EC 112.43%);
}

.section9 h2 {
  font-size: 36px;
  font-weight: 700;
}

.section9 .container-desk {
  background: #fff;
  max-width: 982px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;

}

.section9 .container .column,
.section9 .container .col-6 {
  padding: 45px;
}

.section9 .input-row {
  padding: 10px 0;
}

.section9 .input-row input,
.section9 .input-row select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-size: 18px;
  padding: 0 8px;
  border: 1px solid #000;
}

.section9 .input-row label {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 12px 6px;
}

.section9 .input-row img {
  display: inline-block;
  padding-right: 6px;
}

.section9 h4 {
  font-size: 18px;
  font-weight: 700;
}

.section9 .membership-box {
  display: flex;
  flex-wrap: wrap;
}

.section9 .membership-box label {
  display: inline-block;
  font-size: 14px;
  padding: 8px 0 8px 0;
}

.section9 .membership-box label span {
  opacity: 0.5;
  font-weight: 700;
}

.section9 .membership-box input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  padding-right: 4px;
}

.section9 .input-yob {
  width: 160px;
}

.section9 .input-name {
  flex: 1;
}

.section9 .membership-box .col-sm {
  width: 50%;
}

.section9 .elsa-pro,
.section9 .elsa-oxford {
  padding: 16px 20px;
}

.section9 .choose-package {
  background: #F2F7FF;
  border-radius: 0 15px 15px 0;
}

/* FOOTER */
.footer {
  overflow: hidden;
  background: #072a48;
  position: relative;
}

.footer .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 276px;
  height: 258px;
}

.footer .ft-logo {
  display: none;
}

.footer .contact li {
  margin-top: 10px;
  position: relative;
  padding-left: 32px;
  line-height: 24px;
}

.footer .contact li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}

.footer .contact li a {
  color: #fff;
}

.footer .contact li:first-child {
  margin-top: 0;
}

.footer .contact-right {
  margin-top: 10px;
}

.footer-top {
  padding: 20px 0;
}

.footer .img-license {
  width: 116px;
}

.footer-bottom .copyright {
  padding: 20px;
  color: #fff;
}

.copyright a {
  color: #fff;
}

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

  .footer .contact-left,
  .footer .contact-right {
    margin-top: 20px;
  }

  .footer .bg {
    width: 536px;
    height: 502px;
  }
}

@media screen and (min-width: 1024px) {

  .footer .contact li img {
    width: 36px;
  }

  .footer .contact li {
    line-height: 36px;
    padding-left: 44px;
  }

  .footer .ft-logo {
    display: block;
    width: 265px;
  }

  .footer .img-license {
    width: auto;
    padding-top: 20px;
  }

  .footer-bottom .row {
    flex-direction: row-reverse;
  }

  .footer-top {
    padding: 60px 0;
  }

  .footer-bottom {
    padding: 20px 0;
    border-top: #748898 solid 1px;
  }
}

@media (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* MOBILE */
@media (max-width: 900px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 36px;
  }

  /* SECTION1 */
  .section1:not(.lp27) {
    background: linear-gradient(233.35deg, #A293EC 0%, #5F67EC 77.71%);
  }

  .section1 .nav {
    padding: 32px 0;
  }

  .section1 .col-lg-7 img {
    width: 180px;
  }

  .section1:not(.lp27) .container-navbar {
    position: relative;
  }

  .section1:not(.lp27) .container2 {
    position: relative;
    top: -30px;
  }

  .section1 .lp28a .container2 {
    position: relative;
    top: -30px;
  }

  /* SECTION 2 */
  .section2 {
    padding: 64px 0 0;
  }

  .section2 .features {
    margin-top: 25px;
    padding: 45px 20px 16px 20px;
  }

  .section2 .features .col-lg-3 {
    width: 264px !important;
    padding: 0 8px;
  }

  .section2 .features-item {
    padding: 33px 44px 14px 44px;
  }

  .section2 .features-item h3 {
    margin-bottom: 16px;
  }

  .section2 .img-container {
    width: 140px;
  }

  .section2-mb {
    padding: 64px 0;
  }

  .section2-mb .row {
    flex-wrap: wrap;
    text-align: left;
    padding: 16px 0;
  }

  .section2 .purple-circle2 {
    width: 50px;
    height: 50px;
    margin: 8px 0 16px 0;
    padding-top: 5px;
  }

  .section2-mb .step-container {
    padding: 16px 12px;
    max-width: 193px;
  }

  .section2-mb .step-container p {
    font-size: 18px;
  }

  .section2-mb .step-container h4 {
    font-size: 20px;
  }

  .section2-mb .button {
    width: 300px;
  }

  .section2 .flex-container {
    display: flex;
  }

  /* SLICK */
  .slick-dots {
    padding-top: 16px;
    margin-bottom: 0;
  }

  /* SECTION 3 */
  .section3 {
    padding: 32px 0;
    overflow-x: hidden;
  }

  .section3 iframe {
    width: 288px;
    height: 163px;
  }

  .section3 h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .section3 h3 {
    font-size: 20px;
  }

  .section3 .video-container {
    padding: 0 20px;

  }

  .section3 .video-item {
    top: 32px;
  }

  .section3 .bg-mb {
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    top: 35%;
    left: 15px;
  }

  .section3 .bg-mb img {
    margin: 0 auto;
  }

  /* SECTION 4 */
  .section4 {
    padding: 32px 10px;
    text-align: center;
    overflow: hidden;
  }

  .section4 h2 {
    color: #fff;
  }

  .section4 .container {
    position: relative;
    background: #fff;
    width: 318px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 24px 12px;
  }

  .section4 .svg {
    margin: 0 auto;
  }

  .section4 .container p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .section4 .svg .text .number {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: -9px;
  }

  .section4 .svg .text .count {
    font-size: 40px;
    font-weight: 700;
  }

  .section4 .svg .text-descript {
    font-size: 11px;
    position: relative;
    top: -16px;
  }

  .section4 .line {
    text-align: left;
  }

  .section4 .line .bar {
    height: 50px;
  }

  .section4 .bar .number {
    font-size: 30px;
    padding-right: 24px;
  }

  .section4 .text-center {
    position: relative;
  }

  .section4 .circle.circle.bg-purple {
    top: 75%;
    right: -105px;
  }

  .section4 .circle.bg-orange {
    top: 20%;
    right: 12px;
  }

  .section4 .square {
    left: -22%;
    top: 45%;
  }

  /* SECTION 5 */
  .section5 {
    padding: 32px 4px;
  }

  .section5 .heading img {
    margin: 0 auto;
  }

  .section5 h2 {
    font-size: 30px;
  }

  .section5 .container {
    padding-top: 25px;
    padding-bottom: 32px;
  }

  /* SECTION 6  */
  .section6 {
    padding: 32px 0;
  }

  .section6 .box-section6 {
    padding: 0 8px;
  }

  /* SECTION 7 */
  .section7 {
    padding: 40px 0;
  }

  .section7 .heading {
    margin-bottom: 16px;
  }

  .section7 h2 {
    font-size: 30px;
  }

  .section7 .description {
    padding: 0 8px;
  }

  /* SECTION8 */
  .section8 {
    padding: 32px 0;
  }

  .section8 .box-section8 {
    left: 8px;
  }

  .section8 .card {
    margin: 0 12px;
  }

  .section8 .orange-circle {
    width: 314px;
    height: 314px;
    right: -65%;
    top: 5%;
  }

  .section8 .turquoise-circle {
    left: -45%;
  }

  .section8 .heading {
    padding: 0 16px;
  }

  .section8 .heading p {
    font-size: 18px;
  }

  /* SECTION 9  */
  .section9 {
    padding: 30px 0;
    text-align: center;
  }

  .section9 .input-wrapper {
    background: #fff;
    border-radius: 15px;
    margin: 24px 5px;
    text-align: left;
    padding: 32px 8px;
  }

  .section9 h2 {
    color: #fff;
    font-size: 30px;
  }

  .section9 h3 {
    font-size: 18px;
  }

  .section9 .input-wrapper.border1 {
    border-radius: 15px 15px 0px 15px;
    margin: 24px 8px;
  }

  .section9 .input-wrapper.border2 {
    border-radius: 15px 0px 15px 15px;
    margin: 24px 8px;
  }

  .section9 .button-spc {
    margin-top: 12px;
  }

  .section9 .container-desk {
    background-color: transparent;
    box-shadow: none;
  }

  .section9 .form-elsa {
    padding: 0 15px;
  }

  .section9 .panel {
    background: #fff;
    border-radius: 15px;
    padding: 15px 10px;
    text-align: left;
  }

  .section9 .container .column,
  .section9 .container .col-6 {
    padding: 0;
  }

  .section9 .choose-package {
    margin-top: 40px;
    background-color: transparent;
  }

  .section9 .elsa-pro,
  .section9 .elsa-oxford {
    padding: 0;
  }

  .section9 .elsa-pro {
    margin-bottom: 20px;
  }

  .section9 h4 {
    text-align: left;
  }
}

.yellow-text {
  color: #FFF35C;
}

@media (max-width: 767px) {
  .lp27.section1 h1 {
    font-size: 26px;
  }

  .lp27.section1 .container2 {
    top: auto;
  }

  .section1 .yellow-text {
    font-size: 26px;
  }

  .section1 .button-spc {
    width: 300px;
    height: 70px;
    margin-top: 20px;
  }

  .s2-slider:not(.slick-initialized) .col-lg-3:not(:first-child) {
    display: none;
  }
}

.process-learning {
  display: flex;
  justify-content: space-around;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 30px;
}

.step-learn {
  display: flex;
  flex-direction: column;
}

.step-learn__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 206px;
  height: 274px;
  padding: 11px;
  margin: 0 10px;
  border-radius: 30px;
  background: #ffffff;
  border: 2px solid #827fec;
}

.learn-box-2 {
  height: 298px;
}

.step-learn__box-border {
  width: 184px;
  height: 207px;
  background: linear-gradient(185.46deg, #a293ec 23.92%, #5f67ec 112.43%);
  border-radius: 20px;
  margin-bottom: 12px;
}

.step-learn__box-arrow {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.step-learn__arrow {
  width: 50%;
}

.arrow-up {
  padding-top: 8px !important;
}

.arrow-down {
  margin-top: 40px;
  padding-bottom: 8px !important;
}

@media (max-width: 767px) {
  .process-learning-mb {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
  }

  .step-learn__box {
    height: auto;
  }
}

.elsa-post-edit {
  position: fixed;
  z-index: 9990;
  right: 0;
  top: 0;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  color: #000;
}
.fa-icon {
  display: inline-block;
  height: 14px;
  width: 8px;
  border-right: 3px solid #5257ff;
  border-bottom: 3px solid #5257ff;
  transform: rotate(45deg);
  margin-right: 10px;
  padding: 0 !important;
}
.fa-icon.icr {
  border-right-color: #c81B0d;
  border-bottom-color: #c81B0d;
}
