@charset "UTF-8";
.header__bottom .liveandstudy-popup-button {
  padding: 10px;
  border-radius: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.liveandstudy-popup-button {
  background-color: #FFDD00;
  color: #000;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.liveandstudy-popup-button:focus, .liveandstudy-popup-button:active {
  outline: none;
  border: none;
}

.fancybox__content {
  padding: 0;
}

.liveandstudy-multiform-wrap {
  width: 1200px;
  padding: 45px;
  margin: 0 auto;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  max-width: calc(100% - 25px);
  font-size: 16px;
}
.liveandstudy-multiform-wrap .f-button.is-close-btn {
  background-color: transparent;
}
.liveandstudy-multiform-wrap input, .liveandstudy-multiform-wrap button, .liveandstudy-multiform-wrap label {
  font-family: "Montserrat", sans-serif;
}
.liveandstudy-multiform-wrap .f-button.is-close-btn {
  top: 10px !important;
  right: 10px !important;
  color: #000;
}
.liveandstudy-multiform-wrap .swiper-form {
  width: 100%;
  height: max-content;
}
.liveandstudy-multiform-wrap .swiper-form .form-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  font-weight: 500;
}
.liveandstudy-multiform-wrap .swiper-form .form-slide h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}
.liveandstudy-multiform-wrap .swiper-form .form-slide p {
  margin-bottom: 25px;
  line-height: 1.55em;
}
.liveandstudy-multiform-wrap .swiper-form .form-slide .close-liveandstudy-popup {
  background-color: #38A5DD;
  padding: 1px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.liveandstudy-multiform-wrap .swiper-form .form-slide .open-next-form {
  background-color: #FFDD00;
  color: #000;
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: underline;
}
.liveandstudy-multiform-wrap .swiper-form .form-step-two, .liveandstudy-multiform-wrap .swiper-form .form-step-finish {
  align-items: flex-start;
}
.liveandstudy-multiform-wrap .message {
  text-align: center;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.liveandstudy-multiform-wrap .form-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  padding-bottom: 25px;
}
.liveandstudy-multiform-wrap .form-wrap .form-column {
  width: 100%;
}
.liveandstudy-multiform-wrap .form-wrap .form-column p {
  margin-bottom: 0 !important;
}
.liveandstudy-multiform-wrap .form-wrap .form-column br {
  display: none;
}
.liveandstudy-multiform-wrap .form-wrap .form-column .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  margin-top: 2px;
  margin-bottom: 0;
}
.liveandstudy-multiform-wrap .form-wrap .form-column .wpcf7-form-control-wrap input[type=date] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 49.8334px;
  width: -webkit-fill-available;
  display: block;
}
.liveandstudy-multiform-wrap .form-wrap .form-column .country-select, .liveandstudy-multiform-wrap .form-wrap .form-column .intl-tel-input {
  margin-bottom: 0;
}
.liveandstudy-multiform-wrap .form-wrap .form-column .country-select .country-list {
  box-shadow: unset;
  background-color: #f0f6fb;
  border: 1px solid #38a5dd;
}
.liveandstudy-multiform-wrap .form-wrap .form-column .intl-tel-input .country-list {
  box-shadow: unset;
  background-color: #f0f6fb;
  border: 1px solid #38a5dd;
}
.liveandstudy-multiform-wrap .form-wrap .form-wild-column {
  grid-column: span 2;
}
.liveandstudy-multiform-wrap .form-wrap .form-radio-column {
  display: flex;
  align-items: center;
  gap: 25px;
}
.liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-radio {
  display: flex;
}
.liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item label {
  display: flex;
  margin-right: 25px;
  cursor: pointer;
}
.liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item-label {
  display: flex;
  text-wrap: nowrap;
  align-items: center;
  color: #000;
}
.liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item input {
  margin: 0;
  margin-right: 6px;
}
.liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item {
  margin-left: 0;
}
.liveandstudy-multiform-wrap .form-wrap .disabled-field {
  background-color: #f0f0f0;
  color: #aaa;
  pointer-events: none;
}
.liveandstudy-multiform-wrap .form-wrap .wpcf7-spinner {
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 4px;
  border: none;
  padding: 0;
  margin: 4px 0;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 50px);
  left: 25px;
  bottom: 15px;
  background-color: rgb(240, 246, 251);
  width: 100%;
  left: 0;
  bottom: 0;
}
.liveandstudy-multiform-wrap .form-wrap .wpcf7-spinner:before {
  display: none;
}
.liveandstudy-multiform-wrap .form-wrap .wpcf7-spinner::after {
  content: "";
  position: absolute;
  background-color: #38a5dd;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  animation: progress 2s linear infinite;
}
@keyframes progress {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item-label strong {
  font-weight: bold;
  color: #333;
}
.liveandstudy-multiform-wrap .form-data-fields {
  grid-gap: 5px;
  font-size: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6F3FB;
  padding-bottom: 15px;
}
.liveandstudy-multiform-wrap .form-data-fields b {
  font-weight: 600;
}
.liveandstudy-multiform-wrap .form-data-fields span {
  color: #38A5DD;
  font-weight: 700;
}
.liveandstudy-multiform-wrap .socials {
  align-items: center;
}
.liveandstudy-multiform-wrap .socials ul {
  list-style-type: none;
  display: flex;
}
.liveandstudy-multiform-wrap .socials ul li {
  margin-right: 15px;
  margin-bottom: 0;
}
.liveandstudy-multiform-wrap .socials ul li a {
  font-size: 22px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.liveandstudy-multiform-wrap .socials ul li a ion-icon {
  color: #38a5dd;
}
.liveandstudy-multiform-wrap .socials ul li a img {
  width: 34px;
  height: auto;
  display: block;
  object-fit: contain;
}
.liveandstudy-multiform-wrap .socials ul li:last-of-type {
  margin-right: 0;
}
.liveandstudy-multiform-wrap input {
  height: 48px;
  border-radius: 12px;
  outline: none;
  border: 1px solid #38A5DD;
  color: #000;
  font-size: 16px;
  background-color: #f0f6fb;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.liveandstudy-multiform-wrap label {
  color: #38a5dd;
  font-weight: 400;
}
.liveandstudy-multiform-wrap .validatePhone {
  width: calc(100% - 60px);
}
.liveandstudy-multiform-wrap .wpcf7-submit {
  background-color: #FFDD00;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  height: 48px;
  border-radius: 12px;
  width: 100%;
  border: #FFDD00;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.liveandstudy-multiform-wrap .country-select {
  width: 100%;
  display: flex;
}
.liveandstudy-multiform-wrap .intl-tel-input {
  width: 100%;
  display: flex;
}
.liveandstudy-multiform-wrap .mfcheckbox {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.liveandstudy-multiform-wrap .mfcheckbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.liveandstudy-multiform-wrap .mfcheckbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.liveandstudy-multiform-wrap .mfcheckbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.liveandstudy-multiform-wrap .mfcheckbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #38A5DD;
  background-color: #f0f6fb;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.liveandstudy-multiform-wrap .mfcheckbox label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "✔";
  position: absolute;
  left: 1px;
  top: 1px;
  font-size: 16px;
  color: white;
  background-color: #38a5dd;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.liveandstudy-multiform-wrap .mfcheckbox label .wpcf7-list-item-label {
  color: #333;
  line-height: 1.35em;
  max-width: calc(100% - 30px);
}
.liveandstudy-multiform-wrap .mfcheckbox.wpcf7-not-valid {
  border: none !important;
}
.liveandstudy-multiform-wrap .mfcheckbox.wpcf7-not-valid .wpcf7-list-item-label {
  color: red !important;
}
.liveandstudy-multiform-wrap .mfcheckbox.wpcf7-not-valid label::before {
  border-color: red !important;
}
.liveandstudy-multiform-wrap .wpcf7-response-output,
.liveandstudy-multiform-wrap .wpcf7-not-valid-tip {
  display: none !important;
}
.liveandstudy-multiform-wrap .wpcf7-not-valid {
  border: 1px solid red !important;
}
.liveandstudy-multiform-wrap .wpcf7-form-control.wpcf7-validates-as-required:valid,
.liveandstudy-multiform-wrap .wpcf7-form-control.wpcf7-validates-as-email:valid,
.liveandstudy-multiform-wrap .wpcf7-form-control.wpcf7-validates-as-url:valid {
  border: 1px solid #38A5DD;
}
.liveandstudy-multiform-wrap .form-radio-column input[type=radio] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.liveandstudy-multiform-wrap .form-radio-column .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.liveandstudy-multiform-wrap .form-radio-column .wpcf7-list-item span.wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #38A5DD;
  background-color: #f0f6fb;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}
.liveandstudy-multiform-wrap .form-radio-column .wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label::before {
  background-color: #38A5DD;
  border-color: #38A5DD;
  content: "✔";
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 16px;
}
.liveandstudy-multiform-wrap .wpcf7-form .select2-container {
  width: 100% !important;
}
.liveandstudy-multiform-wrap .select2-container--default .select2-selection--single {
  height: 48px !important;
  border-radius: 12px;
  outline: none;
  border: 1px solid #38A5DD !important;
  color: #000;
  font-size: 16px;
  background-color: #f0f6fb;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.liveandstudy-multiform-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 22px;
  border-left: 1px solid rgba(56, 165, 221, 0.2);
  padding-left: 30px;
  top: 13px;
}
.liveandstudy-multiform-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #38a5dd transparent transparent transparent;
}
.liveandstudy-multiform-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  color: #000;
}
.liveandstudy-multiform-wrap .select2-container--default .select2-selection--single .select2-selection__clear {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  left: 6px;
  border-radius: 50%;
  color: #38a5dd;
}
.liveandstudy-multiform-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #38a5dd transparent;
}
.liveandstudy-multiform-wrap .select2-dropdown {
  background: #f0f6fb;
  border: 1px solid #38a5dd !important;
}
.liveandstudy-multiform-wrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  background-color: #f0f6fb;
  font-size: 16px;
}
.liveandstudy-multiform-wrap .select2-results > .select2-results__options .select2-results__option {
  padding: 10px;
  color: #000;
  cursor: pointer;
}
.liveandstudy-multiform-wrap .select2-results > .select2-results__options .select2-results__option--highlighted {
  background-color: #38A5DD;
  color: #fff;
}
.liveandstudy-multiform-wrap .select2-results > .select2-results__options [aria-selected=true] {
  background-color: #38a5dd;
}
.liveandstudy-multiform-wrap .select2-search--dropdown .select2-search__field {
  width: 100% !important;
  height: 44px;
  background-color: #f0f6fb;
  border: 1px solid #38A5DD;
  padding: 0 10px;
  font-size: 16px;
  outline: none;
  border-radius: 12px;
}
.liveandstudy-multiform-wrap .select2-container--open .select2-dropdown--below {
  top: calc(100% + 25px);
}
.liveandstudy-multiform-wrap .country {
  border-radius: 12px;
  height: 48px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  background-color: #f0f6fb;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column {
    /* gap: 25px; */
    gap: 15px;
    flex-direction: column;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column div {
    width: 100%;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-radio {
    flex-direction: column;
    width: 100%;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item input {
    height: auto;
  }
  .liveandstudy-multiform-wrap .form-wrap .mobile-hide {
    display: none;
  }
  .liveandstudy-multiform-wrap .mfcheckbox label {
    align-items: flex-start;
  }
  .liveandstudy-multiform-wrap .select2-container--open .select2-dropdown--below {
    top: calc(100% + 45px);
  }
}
@media (max-width: 768px) {
  .liveandstudy-multiform-wrap {
    padding: 35px 10px;
  }
  .liveandstudy-multiform-wrap .form-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-right: 1px;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-wild-column {
    grid-column: span 1;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column {
    /* gap: 25px; */
    gap: 15px;
    flex-direction: column;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column div {
    width: 100% !important;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-radio {
    flex-direction: column;
    width: 100%;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item {
    width: 100%;
    display: flex;
    margin-bottom: 4px;
  }
  .liveandstudy-multiform-wrap .form-wrap .form-radio-column .wpcf7-list-item input {
    height: auto;
  }
  .liveandstudy-multiform-wrap .mfcheckbox label {
    gap: 8px;
  }
  .liveandstudy-multiform-wrap .mfcheckbox label .wpcf7-list-item-label {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */