.form-yellow-block {
  width: 600px;
  padding: 30px 30px 30px 30px;
  background-color: #ffd438;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  z-index: 2;
}
.form-yellow-block .column {
  padding-bottom: 0px !important;
}
.form-yellow-block p {
  margin: 0px !important;
  padding: 0px !important;
}
.form-yellow-block .wpcf7-not-valid-tip {
  position: absolute !important;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.form-yellow-block .wpcf7-response-output {
  margin: 0px !important;
  font-size: 14px;
  font-weight: 600;
}

ul.icon-content {
  list-style: none;
  color: #ffffff;
  padding-top: 14px;
}
ul.icon-content li {
  position: relative;
  padding: 0px 0px 0px 70px;
  margin-bottom: 20px;
}
ul.icon-content li i {
  width: 55px;
  padding: 10px;
  background-color: #ffd438;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}
ul.icon-content li i img {
  width: 100%;
  height: 100%;
}
ul.icon-content li .title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1215px) {
  .form-yellow-block {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .form-yellow-block {
    position: relative;
  }
}
.choose-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 47%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-3-bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-3-bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-3-bg {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .choose-3-bg {
    position: static;
    width: 100%;
  }
}
.choose-3-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.choose-3-shape img {
  animation: tpupdown 0.8s infinite alternate;
}

.choose-3-text {
  position: absolute;
  bottom: 95px;
  left: 385px;
  padding: 30px 45px;
  background-color: var(--tp-common-white);
  z-index: 2;
  animation: tp-pulse 1.7s infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .choose-3-text {
    left: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .choose-3-text {
    left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose-3-text {
    left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-3-text {
    left: 70px;
    padding: 35px 30px;
    padding-right: 40px;
  }
}
.choose-3-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 115%;
  width: 108%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  z-index: -1;
}

.choose-3-text span {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-3-text span {
    font-size: 18px;
  }
}
.choose-3-text a {
  font-size: 36px;
  color: var(--tp-theme);
}

.choose-3-text a:hover {
  color: var(--tp-text-body);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3-text a {
    font-size: 24px;
  }
}
.black-mode .choose-3-wrap {
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-3-area {
  background-color: #5c6a6c;
  min-height: 630px;
}

.choose-content {
  margin-bottom: 50px;
  padding-top: 50px;
}

.choose-space {
  padding-top: 120px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .choose-space {
    padding-bottom: 120px;
  }
  .choose-content {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.choose-text p {
  line-height: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose-text p {
    padding-right: 100px;
  }
  .choose-text p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .choose-text p {
    font-size: 14px;
  }
  .choose-text p br {
    display: none;
  }
}/*# sourceMappingURL=home-form.css.map */