.a-btn {
  background-color: #ff7100;
  border: none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  margin-left: 7px;
  font-size: 15px;
  line-height: 1em;
  outline: none;
  padding: 15px 40px 15px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 700;
  align-items: center;
}
.a-btn:before,
.a-btn:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.a-btn .arrow-link {
  background: url("/local/templates/learning-center/css/../img/btn-arrow-wh.png")
    center/cover;
  width: 18px;
  height: 17px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.a-btn.a-btn-color {
  background-color: #fff;
  color: #ff7100 !important;
}
.a-btn.a-btn-color i {
  color: #ff7100;
}
.a-btn.a-btn-color .arrow-link {
  background: url("/local/templates/learning-center/css/../img/btn-arrow-color.png")
    center/cover;
}
.a-btn.a-btn-color:after,
.a-btn.a-btn-color:before {
  border-color: #fff;
}

.a-btn:before {
  border-color: #ff7100;
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}

.a-btn:after {
  border-bottom-width: 2px;
  border-color: #ff7100;
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}

.a-btn:hover:before,
.a-btn.hover:before,
.a-btn:hover:after,
.a-btn.hover:after {
  height: 24px;
  width: 24px;
}

.landing__section__form {
  background: url("/local/templates/learning-center/css/../img/bg-form.jpg")
    center/cover;
  padding: 105px 0;
}
.landing__section__form .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.landing__section__form form {
  width: 870px;
  max-width: 100%;
  background: #ececec;
  padding: 45px 45px 70px;
}
.landing__section__form form .title {
  text-align: center;
  margin-bottom: 30px;
}
.landing__section__form form .row-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.landing__section__form form * {
  outline: none;
}
.landing__section__form form .input {
  margin-bottom: 30px;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.landing__section__form form .input select {
  cursor: pointer;
}
.landing__section__form form .input select,
.landing__section__form form .input input {
  width: 100%;
  background: #fefefe;
  height: 56px;
  padding: 10px 24px;
  border: 0;
  font-size: 15px;
}
.landing__section__form form .input select::placeholder,
.landing__section__form form .input input::placeholder {
  color: #4c4947;
}
.landing__section__form
  form
  .select2-container--default
  .select2-selection--single {
  border: 0;
  height: 56px;
  padding: 0 24px;
  background: #fefefe;
}
.landing__section__form
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 100%;
  line-height: 56px;
}
.landing__section__form
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -19px;
  margin-top: 11px;
}
.landing__section__form form .input-full {
  width: 100%;
}
.landing__section__form form .row-form-checks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.landing__section__form form .captcha {
  width: 50%;
  margin-bottom: 25px;
}
.landing__section__form form .captcha img {
  max-width: 100%;
}
.landing__section__form form .checks {
  margin-bottom: 45px;
  margin-top: -4px;
}
.landing__section__form form .input-check {
  margin-bottom: 3px;
}
.landing__section__form form .input-check input {
  display: none;
}
.landing__section__form form .input-check input:checked + label span {
  display: inline-block;
  text-decoration: underline;
}
.landing__section__form form .input-check input:checked + label:before {
  background: #a9a8a8;
}
.landing__section__form form .input-check label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #1e1a16;
  user-select: none;
}
.landing__section__form form .input-check label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}
.landing__section__form form .input-check label:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  border: 2px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  z-index: 5;
  left: 5px;
  top: 6px;
  transform: rotate(45deg);
}
.landing__section__form form .submit {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-right: 77px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff7100;
}

.select2-results__option--selectable {
  padding-left: 25px;
  padding-right: 25px;
}

.select2-container {
  max-width: 100%;
  min-width: 100%;
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 1250px) {
  .landing__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing__col .item__content {
    margin-bottom: 25px;
  }

  .item_section__content .item__content:before {
    display: none;
  }

  .item_section__content .item__content .title {
    min-height: 60px;
  }

  .landing__section__about__slider .content__section .right-block {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .landing__tabs-menu ul {
    flex-wrap: wrap;
  }

  .landing__tabs-menu button {
    padding: 0 10px;
  }

  .landing__about__content ul li {
    width: 50%;
    margin-bottom: 30px;
  }

  .landing__section__order-banner .img {
    display: none;
  }

  .landing__section__order-banner .content {
    width: 100%;
    padding: 30px 0;
  }

  .landing__section__about__slider .content__section .left-block {
    width: 100%;
    padding: 50px 15px;
    background: url("/local/templates/learning-center/css/../img/bg-3.jpg")
      center/cover;
  }

  .landing__section__about__slider .content__section .right-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing__section__about__slider {
    padding: 0;
  }

  .landing__section__about__slider .content__section .left-block:before {
    display: none;
  }

  .landing__section__about__slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  .video-slider__section .item {
    min-width: 1px;
  }
}
@media screen and (max-width: 850px) {
  .landing__programs .title-row .i:after {
    display: none;
  }

  .landing__programs .title-row .caption {
    padding-left: 0;
  }

  .landing__programs .title-row {
    padding: 0 15px 10px 75px;
  }

  .landing__owl .owl-nav {
    position: relative;
    top: initial;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .landing__about__content ul li {
    width: 100%;
  }

  .landing__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .landing__about__content ul {
    margin-top: 30px;
  }

  .landing__programs .title-row .caption {
    min-height: 1px;
  }

  .landing__programs .title-row {
    padding-top: 5px;
  }

  .landing__col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .landing__section__form form {
    padding: 15px 15px 40px;
  }

  .landing__section__form form .submit {
    width: calc(100% - 14px);
    padding-right: 20px;
  }
  .landing__section__form form .submit i {
    margin-right: 15px;
  }

  .landing__section__form form .row-form-checks {
    flex-direction: column;
    align-items: center;
  }

  .landing__section__form form .checks {
    width: 100%;
  }

  .landing__section__banner .landing__content {
    padding: 20px 25px 35px;
  }

  .a-btn {
    padding: 15px;
  }

  .a-btn .arrow-link {
    margin-right: 15px;
  }

  .landing__programs .title-row .title-caption {
    line-height: 1.2;
    font-size: 18px;
  }

  .landing__programs .title-row .caption {
    padding: 5px 0;
  }

  .item_section__content .item__content .title {
    min-height: 1px;
  }

  .item_section__content .item__content .content {
    padding: 10px 20px 20px;
  }

  .landing__programs .item_section {
    margin-bottom: 40px;
  }

  .link-hover {
    text-decoration: underline;
    border-bottom: 0;
  }

  .landing__section__order-banner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

  .landing__section__order-banner .content .title span {
    white-space: nowrap;
    font-size: 50px;
  }
}
@media screen and (max-width: 450px) {
  .landing__section__about__slider .text-content img {
    float: none !important;
    width: 100%;
  }

  .landing__section__thank .section__thank .cont-text .c {
    width: 100%;
  }

  .landing__section__form form .input {
    margin-bottom: 20px;
  }

  .landing__section__form form .input {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .landing__section__form form .captcha {
    width: 100%;
  }
}
