@media only screen and (max-width: 767px) {
  img.desktop-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  img.mobile-img {
    display: none;
  }
}

.thank-you-section {
  background: #E81A3F;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .thank-you-section .wrap {
    padding: 120px;
  }
}
.thank-you-section .wrap .columns .column {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.thank-you-section .wrap .columns .column.thank-you-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thank-you-section .wrap .columns .column.thank-you-column .thank-you {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.thank-you-section .wrap .columns .column.thank-you-column .thank-you .icon {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .thank-you-section .wrap .columns .column.thank-you-column .thank-you .icon {
    width: 60px;
    height: 60px;
  }
}
.thank-you-section .wrap .columns .column.thank-you-column .thank-you .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.thank-you-section .wrap .columns .column.thank-you-column .thank-you h1 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media only screen and (min-width: 993px) {
  .thank-you-section .wrap .columns .column.thank-you-column .thank-you h1 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .thank-you-section .wrap .columns .column.thank-you-column .thank-you h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

.thank-you-section .wrap .columns .column.thank-you-column .thank-you .thankyou-pp {
  font-family: "lato";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .thank-you-section .wrap .columns .column.thank-you-column .thank-you .thankyou-pp {
    font-size: 18px;
    line-height: 26px;
  }
}
.thank-you-section .wrap .columns .column.thank-you-column .thank-you .thankyou-pp > a {
  color: #fff;
}
@media only screen and (min-width: 993px) {
  .thank-you-section .wrap .columns .column.thank-you-column .thank-you .thankyou-pp > br {
    display: none;
  }
}

div.ty-img-text {
  display: flex !important;
}

.ty-content-left {
  width: 50%;
  background: #F3F3F3;
  padding: 120px 80px 120px 100px;
}
.ty-content-left .tnky-h1 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  text-transform: capitalize;
  color: #E81A3F;
  margin-bottom: 32px;
}
.ty-content-left .thnky-p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #515151;
  margin-bottom: 32px;
}
.ty-content-left .thnky-h6 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #1B2540;
  padding-left: 20px;
  border-left: 6px solid #E81A3F;
}

.ty-img {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tyform {
  background: #1B2540;
  padding: 80px 120px;
}

.form-wraper-area {
  width: 100%;
  max-width: 640px;
  margin: auto;
}
.form-wraper-area .formh2 {
  font-family: "Lato";
  font-weight: 800;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
}
.form-wraper-area .formh2 .formh2-diff {
  color: #85CCFF;
}

.arrow-center {
  text-align: center;
  margin-bottom: 40px;
}

.down-arrow-animated {
  position: relative;
  display: inline-block;
}
.down-arrow-animated .form--spann {
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  transform: rotate(45deg);
  animation: moving-down-ani 2s infinite;
  margin: auto;
  border-color: #fff;
  margin: -3px auto;
}
.down-arrow-animated .form--spann:nth-child(2) {
  animation-delay: -0.2s;
}
.down-arrow-animated .form--spann:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes moving-down-ani {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}
.form_p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.ty-msg-area {
  resize: none;
}

.msg-submit .formlabel-msg {
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.msg-submit .formlabel-msg .label-req {
  color: #FF0000;
}
.msg-submit .ty-msg-area {
  padding: 12px 16px;
  color: #8C8B8A;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  box-shadow: -5px 10px 25px rgba(114, 128, 155, 0.1);
  border-radius: 4px;
}
.msg-submit .sub-btn {
  background: #E81A3F;
  border-radius: 230px;
  font-family: "Lato";
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  justify-content: center;
  color: #FFFFFF;
  padding: 24px;
  width: 100%;
  border: 2px solid #E81A3F;
  height: 74px;
  transition: all 0.4s;
  cursor: pointer;
}
.msg-submit .sub-btn:hover {
  background: transparent;
  border: 2px solid #E81A3F;
  color: #E81A3F;
}
.msg-submit .sub-btn:active {
  background: #E81A3F;
  opacity: 0.5;
  color: #fff;
  border: 2px solid #E81A3F;
}
.msg-submit .sub-btn:focus {
  background: #E81A3F;
  opacity: 0.5;
  color: #fff;
  border: 2px solid #E81A3F;
}

span.wpcf7-spinner {
  display: none;
}

.ty--notes {
  padding: 100px 0px;
  background: #F7F7F7;
}
.ty--notes .slick-slider {
  margin-bottom: 0px;
}

.tynotes-slider .tynotes-images {
  margin: 0px 10px;
  display: flex;
  width: 100%;
}
.tynotes-slider .tynotes-images .tyno-img {
  width: 100%;
  border: 2px solid #E1E1E1;
  border-radius: 2px;
}
.tynotes-slider .slick-slide {
  display: flex !important;
  transition: all 0.4s;
}

@media screen and (max-width: 992px) {
  .ty-content-left {
    padding: 60px;
  }

  .tyform {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ty-img-text {
    flex-direction: column-reverse;
  }

  .ty-content-left {
    padding: 40px 20px;
    width: 100%;
  }
  .ty-content-left .tnky-h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .ty-content-left .thnky-p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .ty-content-left .thnky-h6 {
    padding-left: 15px;
    border-left: 4px solid #E81A3F;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }

  .ty-img {
    width: 100%;
    height: 260px;
  }

  .tyform {
    padding: 40px 20px;
  }

  .form-wraper-area {
    max-width: 100%;
  }
  .form-wraper-area .formh2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    max-width: 430px;
  }

  .form_p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }

  .msg-submit .formlabel-msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .msg-submit .ty-msg-area {
    padding: 12px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-top: 6px;
    margin-bottom: 32px;
  }
  .msg-submit .sub-btn {
    height: 58px;
    padding: 16px;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 992px) {
  .ty--notes {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .ty--notes {
    padding: 40px 0px;
  }

  .tynotes-slider .tynotes-images {
    margin: 0px 6px;
  }
}

/*# sourceMappingURL=thank-you.css.map */
