

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Poppins:wght@400;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800;900&display=swap');
:root {
  --header-height: 3.5rem;
  /*========== Colors ==========*/
  --first-color: #484b86;
  --first-color-alt: #7072a5;
  --first-color-light: #9799c6;
  --first-color-lighten: #dddef0;
  --dark-green: #44acac;
  --active-class: #62c0c0;
  --light-green: #d6ecec;
  --body-color: #ffffff;
}

html,
body {
  width: 100%;
}

body {
  border: none;
  font: 18px 'Poppins', sans-serif;
  font-weight: 400;
  background: #f7fafa;
}

input,
textarea,
button,
select {
  font-family: 'Poppins', sans-serif;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: none;
}

strong {
  font-weight: 700;
}

a,
button {
  text-decoration: none;
  display: inline-block;
  transition: 0.4s;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  font-family: 'Poppins', sans-serif;
}

img {
  max-width: 100%;
  border: none;
}

main.content {
  display: block;
  padding: 100px 0 0;
  position: relative;
}

main.content.form {
  margin: 0 0 50px;
}

.extra-padding {
  margin-top: 10px;
}
.privecy-policy {
  padding: 80px 0px 100px 0px;
}
.header .menu .navigation li .active,
.footer-navigation > ul > li > .active {
  color: #62c0c0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100px;
  background: transparent;
}
.cash-fast {
  display: none;
}
.header.resize-class {
  background-color: #f7fafa;
  background-image: none;
}
.header.resize-class::after {
  display: none;
}
.box {
  display: none;
}
.titleText,
.thank-you-title {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 32px;
  color: var(--first-color);
}
.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;

  color: var(--first-color-alt);
}
.main-text > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;

  color: var(--first-color-alt);
}
.privecy-policy div p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0;

  color: #484b86;
}
.privecy-policy div p > span,.privecy-policy div p strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
  color: #484b86;
}
.privecy-policy div h1 ~ strong {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: #484b86;
}
.privecy-policy p > a {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #44acac;
}

.privecy-policy p > a:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #44acac;
  transition: width 0.3s ease-out;
}
.privecy-policy p > a:hover:after,
.privecy-policy p > a:focus:after {
  width: 100%;
}
.privecy-policy div h1 {
  display: none;
}
.privecy-policy div .h1 {
  display: block;
}
.wrapper {
  max-width: 1210px;
  height: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
/* Buttons hover */
.continue:hover,
.started:hover {
  background: #8a8eea;
}
/*! HEADER STYLE */
.header {
  height: 100px;
}
.header .menu .navigation li > a:hover,
.footer-navigation > ul > li > a:hover {
  color: #62c0c0;
}
.started-btn:hover,
.show-all:hover,
.modal .window .modal-btn.call-btn:hover {
  color: #9799c6;
  border-color: #9799c6;
}
.form-section .bg-box .flex-table button:hover {
  background-color: rgba(51, 74, 157, 0.7);
}
#omForm .om_full_area button.btn.omLookupStart:hover {
  background: #7377c9;
}
.hide > img {
  margin-right: 30px;
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phone-numb p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: var(--first-color);
}
.phone-numb span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  color: var(--dark-green);
}
.started-btn {
  background: #ffffff;
  padding: 1rem 1.875rem;
  border: 1px solid #484b86;
  border-radius: 5px;

  font-weight: 600;
  font-size: 1.25rem;
  line-height: 28px;
  color: var(--first-color);
}

.menu {
  display: flex;
  justify-content: space-between;
}
.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation > li:not(:last-child) {
  margin-right: 1.875rem;
}
.header .menu .navigation li a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;

  color: var(--first-color);
}
.hide {
  display: none;

  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 1.375rem;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 24px;
  height: 72px;
  background: #ff7575;
  color: #ffffff;
  box-shadow: 0px 0px 4px rgb(17 33 112 / 20%);
  border-radius: 5px;
  outline: none;
  border: none;
}
.menu-btn {
  width: 290px;

  height: 72px;
}
.started-block {
  display: flex;
  align-items: center;
  margin-left: 3.75rem;
}
.get-started {
  margin-left: 1.25rem;
}

.header {
  background-color: #f7fafa;
}
.header::after {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  height: 29px;
  padding: 15px 0px 0px 0px;
  background-image: url('../img/path-new.png');
  background-size: cover;
}

.header-wrapper {
  padding: 0px 25px;
}
.menu-nav {
  display: none;
}
/* !Index.php */
.pos-rel {
  height: 100%;
  position: relative;
}
.section {
  display: flex;
  margin-bottom: 1.25rem;
}
.error + .placeholder.prints {
  color: #ec5277;
}

.left-side {
  width: 540px;
}
.wrapper-select {
  display: flex;
  align-items: center;
}

.left-side h1,
.bloc-left h1,
.unsubscribe h1,
.privecy-policy > div > h1 {
  font-weight: 900;
  font-size: 3.25rem;
  line-height: 60px;
  margin-bottom: 1.25rem;

  color: var(--first-color);
}

.left-side p + p {
  margin-bottom: 1.25rem;
}

.left-side p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 28px;
  color: var(--first-color);
}
form .loan-select {
  width: 174px;

  font-family: 'Inter';
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 24px;
  margin-right: 1rem;

  border-radius: 5px;
  padding: 18px 15px;

  background: url(../img/arrow-down.svg) no-repeat 85% 50% #fff;
  border: 1px solid var(--first-color-light);
  color: var(--first-color);
}
form .email {
  width: 350px;
  height: 60px;
  padding: 1.125rem;
  background: #ffffff;

  border: 1px solid var(--first-color-light);
  border-radius: 5px;
}
form .email::placeholder {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;

  color: var(--first-color);
}
form .wrapper-select {
  margin-bottom: 1.25rem;
}

.continue {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  padding-left: 1.375rem;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 24px;

  height: 72px;
  background: #ff7575;
  color: #ffffff;
  box-shadow: 0px 0px 4px rgba(17, 33, 112, 0.2);
  border-radius: 5px;
  outline: none;
  border: none;
}
.continue > img {
  margin-right: 30px;
}
.arrow-continue {
  margin-right: 1.875rem;
}

.column-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.advanteges:nth-child(1) {
  background: no-repeat url('../img/advantage-phone.svg');
  background-position-x: 95%;
  background-position-y: 10%;
}
.advanteges:nth-child(1) div > p {
  max-width: 200px;
}
.advanteges:nth-child(2) div > p {
  max-width: 270px;
}
.advanteges:nth-child(3) div > p {
  max-width: 270px;
}
.advanteges:nth-child(2) {
  background: no-repeat url('../img/advantage-message.svg');
  background-position-x: 95%;
  background-position-y: 10%;
}

.advanteges:nth-child(3) {
  background: no-repeat url('../img/advantage-tv.svg');
  background-position-x: 95%;
  background-position-y: 10%;
  background-color: var(--body-color);
}
.funds-need-section {
  background-color: var(--light-green);
  padding: 121px 0 1px;
  position: relative;
}
.advanteges-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;

  top: 78px;
}
.advanteges {
  box-shadow: 0px 0px 30px rgba(88, 92, 159, 0.2);
  background-color: var(--body-color);
  border-radius: 10px;
  display: flex;

  width: 350px;
  height: 150px;
  bottom: -75px;
}
.advanteges > div > img {
  max-width: 60px;
}

.advanteges > div > h3 {
  margin-bottom: 0.625rem;
}
.advanteges:not(:last-child) {
  background-color: var(--body-color);
}
.advanteges {
  padding-right: 1.25rem;
  padding-left: 2.5rem;
}
.wrapper-item {
  padding-top: 1.875rem;
}
.wrapper-item + div {
  padding-top: 1.25rem;
}

/* Trusted source section */
.trusted-section {
  padding-top: 300px;

  padding-bottom: 200px;
}

.trusted-section {
  position: relative;
}
.flex-table {
  margin-left: auto;
}
.straight-line {
  background: #dddef0;
  height: 100px;
  width: 100%;
}

.col-right > h2,
.help-right > h2,
.form-title,
.header-wrapper h2 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 48px;
  margin-bottom: 20px;

  color: var(--first-color);
}
.col-right p {
  margin-bottom: 5px;
}
.col-right > h3,
#omForm .om_full_area h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  margin-top: 15px;

  color: var(--first-color);
}

.help-section {
  padding-bottom: 60px;
}

.col-left > img {
  position: absolute;
  width: 483px;
  min-width: 483px;
  left: -619px;
  bottom: 0px;
  top: -109px;
}

/* !HELP SECTION */
.started {
  font-family: Inter;
  width: 290px;
  height: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  border: none;
  outline: none;
  text-align: center;
  border-radius: 5px;

  margin-top: 20px;
  padding: 18px 30px 18px 30px;
  background-color: #ff7575;
  color: var(--body-color);
}
.help-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
.help-left {
  transform: translateX(5%);
}
.help-right {
  width: 445px;
}

/*!Second advantages section  */
.list-advantages {
  display: flex;
  justify-content: center;
}
.list-advantages > li > div {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}
.list-advantages > li > div > h3 {
  margin-left: 10px;
}
.list-advantages > li > div + p {
  margin-left: 42px;
  max-width: 200px;
}
.list-advantages > li:nth-child(2) > p {
  max-width: 240px;
}
.list-advantages > li:nth-child(3) > p {
  max-width: 270px;
}
.list-advantages > li:not(:last-child) {
  margin-right: 66px;
}
.list-advantages > li > div > h3,
.bloc-left ul li div > h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;

  color: var(--first-color);
}
.bloc-left ul li:not(:last-child) {
  margin-bottom: 20px;
}
.faq-title {
  font-weight: 800;
  font-size: 24px;
  font-family: Inter;
  line-height: 32px;
  margin-bottom: 10px;

  color: var(--first-color);
}
.steps-section {
  background-image: url('../img/wave-bac-advantages.svg');
  padding: 45px 0px 40px 0px;
}

/*! Asked questions sections */
.asked-questions {
  padding: 130px 0px 150px 0px;
}
.asked-questions > div > ul {
  display: flex;
}
.asked-questions > div > h2 {
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 3.75rem;
  line-height: 48px;

  color: var(--first-color);
}
.asked-questions > div > ul > li > h3 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.938rem;
  line-height: 24px;
  color: #334a9d;
}
.asked-questions > div > ul > li {
  width: 512px;
}
.asked-questions > div > ul > li:nth-child(1) {
  margin-right: 80px;
}
.btn-wrapper {
  text-align: center;
  margin-top: 40px;
}
.btn-wrapper > a {
  padding: 16px 30px;
  font-weight: 600;
  font-size: 1.25rem;

  background: var(--body-color);
  border: 1px solid var(--first-color);
  color: var(--first-color);
  border-radius: 5px;
}

/*! Get quote section */
.get-quote {
  background-color: #dddef0;
}
.back-col {
  background: #d9ecec;
}
.common-container-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 334px;
}
.common-container-quote > div:nth-child(2) {
  width: 540px;
  margin-left: 60px;
}
.common-container-quote > div:nth-child(1) {
  transform: translateY(-7%);
}
.common-container-quote > div:nth-child(2) > h3 {
  font-weight: 800;
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  line-height: 32px;

  color: var(--first-color);
}

/*! Footer section */
.footer-navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-navigation > ul {
  display: flex;
}
.footer-navigation > ul > li:not(:last-child) {
  margin-right: 30px;
}
.footer-navigation > a {
  margin-right: auto;
}

.footer-navigation > ul > li > a,
.copyright > a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  color: var(--first-color);
}
hr {
  border: none;
  background: #7072a5;
  color: #7072a5;
  height: 1px;
}
.main-text {
  padding-top: 20px;
}
.main-text p:not(:last-child) {
  margin-bottom: 15px;
}
.main-text > h3,
.title-policy,
.bold-text {
  margin-bottom: 15px;

  font-weight: 600;
  font-size: 0.875rem;
  line-height: 20px;

  color: var(--first-color);
}

.title-policy {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 1rem;
  line-height: 20px;
  color: var(--first-color);
}
.main-text p > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;

  color: var(--first-color);
}
.copyright {
  display: flex;
}
.copyright > p {
  margin-right: auto;
}
.partners {
  margin-top: 2.5rem;
}
.partners > a:nth-child(1) {
  margin-right: 2.5rem;
}
.partners > hr {
  margin: 1.875rem 0rem 0.938rem 0rem;
}
.main-text p {
  font-size: 14px;
}
.footer-section {
  padding-top: 1.625rem;
  background-color: var(--body-color);
}

/*! Responsive styles */
.hum.get-close span:first-child {
  transform: rotate(45deg);
  top: 4px;
  background: var(--dark-green);
}

.hum.get-close span:last-child {
  transform: rotate(-45deg);
  top: -4px;
  background: var(--dark-green);
}
.hum.get-close span:nth-child(2) {
  display: none;
}

.hum span:last-child {
  margin: 0;
}

.burger {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  background: #d6ecec;
}
.burger span {
  display: block;
  width: 28px;

  height: 3px;
  min-height: 3px;
  background: var(--dark-green);
  margin-bottom: 5px;
  transition: 0.4s;
  position: relative;
  top: 0;
}
.box {
  margin-left: 2.5rem;
}
/*! How it works  */
.bloc-left,
.block-right {
  width: calc(100% / 2);
}
.bloc-left {
  padding-top: 5rem;
}
.block-right {
  padding-top: 4rem;
}

.block-right {
  transform: translate(650px, -8px);
  width: 1330px;
  position: absolute;
}
.table-wrapper {
  display: flex;
  flex-direction: row;
}

.head-works-section {
  background-color: #d9ecec;
  height: 480px;
}

.bloc-left ul li {
  display: flex;
  align-items: flex-start;
}
.bloc-left ul li div {
  margin-left: 0.938rem;
}
.installment {
  padding: 225px 0px 150px 0px;
}
.inst-cart {
  position: relative;
  width: 920px;
  display: flex;

  flex-direction: column;
  justify-content: center;
  padding: 60px 95px 60px 95px;
  margin: auto;
  border-radius: 20px;
  background-color: var(--first-color-lighten);
}
.inst-cart p:first-child {
  margin-bottom: 30px;
}
.installment-img {
  position: absolute;
  top: -13px;
  right: -20px;
}
.installment-circule {
  position: absolute;
  left: -30px;
  bottom: -26px;
}
.inst-cart > p {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: var(--first-color);
}

.change-pos {
  flex-flow: inherit;
  justify-content: space-around;
  margin-bottom: 9.563rem;
}
.how-works-list {
  list-style: initial;
  text-align: initial;
}
.how-works-list li {
  margin-bottom: 15px;
}
.requirements-list {
  margin-left: 20px;
}
.how-works-list li,
.link-faqs > span,
.link {
  color: var(--dark-green);
}
.link-faqs {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--first-color-alt);
}
.change-pos-register {
  flex-flow: row-reverse;
  justify-content: space-around;
}
.how-it-works {
  background: var(--light-green);
  margin-top: 215px;
}
.requirements {
  padding-bottom: 100px;
}
.faq {
  width: calc(100% / 2);
  position: static;
  transform: initial;
}
.faq img {
  position: absolute;
  bottom: 0;
  width: 462px;
  min-width: 462px;
}
.faq:first-child {
  margin-right: 12.5rem;
}

/*! PAGE CONTACT FORM  */

/* ! FAQ Section */
.faq-section {
  position: relative;
  height: 483px;
}
.bac-color {
  background: #d9ecec;
}

.questions-section {
  padding: 100px 0 150px;
  position: relative;
}

.accordeon ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 10px;
}

.accordeon li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  background: #414c8f;
  border-radius: 50%;
}

.acc-section {
  padding: 80px 0 0;
}

.box-acc {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(50, 53, 126, 0.08);
  border-radius: 8px;
  margin: 0 0 10px;
}

.box-acc:last-child {
  border: none;
}

.ac-head {
  position: relative;
  cursor: pointer;
  padding: 20px 75px 20px 20px;
}

.ac-head:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url('../img/arrow-down-second.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  right: 45px;
}

.ac-head.in:after {
  background: url('../img/arrow-down-second.svg');

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ac-body {
  display: none;
  padding: 0 40px 35px;
}

.ac-head h4 {
  display: inline;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #414c8f;
  position: relative;
}

.ac-head:hover h4 {
  color: #44acac;
}

.ac-head.in h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;

  color: var(--first-color);
}

.ac-body p {
  margin: 15px 0;
}

.ac-body p:first-child,
.ac-body p:last-child {
  margin: 0;
}

.ac-body li,
.ac-body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;

  color: var(--first-color);
}

.contact-section {
  position: relative;
  height: 472px;
}
.contact img {
  height: 463px;
  width: auto;
}
.contact-info-cont li img {
  width: 25px;
  height: 40px;
  position: static;
  min-width: auto;
}
.item-phone {
  align-items: end;
}
.item-mail {
  align-items: flex-start;
  margin-top: 28px;
}
.bloc-left ul li .wrapper-contact {
  margin-left: 0px;
  margin-right: 18px;
}
.form-section {
  padding: 100px 0px 120px 0px;
}

/*=============== CONTACT ===============*/
.placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6f7498;
  position: absolute;
  top: 21px;
  left: 21px;
  transition: 0.3s;
  pointer-events: none;
}
.placeholder.prints {
  font-size: 14px;
  top: 3px;
}
.error + label + .placeholder.prints {
  color: #ec5277;
}

.form-section .bg-box .box-table {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form-section .bg-box .box-table .col-left,
.form-section .bg-box .box-table .col-right {
  width: 48%;
}
.form-section .bg-box .box-table .box-field {
  width: 100%;
  height: 60px;
  position: relative;
}
.form-section .bg-box .box-table .box-field:last-child {
  margin: 0;
}
.form-section .bg-box .box-table .field-text {
  width: 100%;
  height: 140px;
  position: relative;
}
.form-section .bg-box .box-table .box-field input,
.form-section .bg-box .box-table .field-text textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #9799c6;
  border-radius: 5px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.form-section .bg-box .box-table .field-text textarea {
  padding: 15px 20px;
  resize: none;
}
.form-section .bg-box .box-table .box-field {
  margin: 0 0 20px;
}
.form-section .bg-box .flex-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0;
}
.form-section .bg-box .flex-table button {
  font-family: 'Inter';

  font-weight: 700;
  font-size: 20px;
  line-height: 1.5rem;

  width: 255px;
  height: 60px;
  color: #ffffff;

  border: none;
  outline: none;
  background-color: rgba(51, 74, 157, 0.5);
  box-shadow: 0px 0px 4px rgba(17, 33, 112, 0.2);
  border-radius: 5px;
}

/* error */
.form-section .box-contact .box-table .box-field,
.form-section .box-contact .box-table .field-text {
  position: relative;
}

.form-section .box-contact .box-table label {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 14px;
  line-height: 19px;
  color: #ec5277;
}

.form-section .box-contact .box-table .error + label {
  display: block;
}

.form-section .bg-box .box-table .box-field input.valid,
.form-section .bg-box .box-table .field-text textarea.valid {
  border-color: rgba(68, 172, 172, 1);
}

/* send true */
.contact-thankyou {
  text-align: center;
}

.contact-thankyou h2 {
  margin: 50px 0 20px;
}

.contact-thankyou p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #6f7498;
}
.contact-thankyou {
  padding: 220px 0px 306px 0px;
}
/* form error */

.feed_contact input.error,
.feed_contact textarea.error,
.error {
  border-color: #ec5277 !important;
}

.feedCaptcha-error {
  color: #ec5277;
  font-size: 14px;
  line-height: 19px;
}

.pos-rel {
  height: 100%;
  position: relative;
}

p.text-req {
  font-size: 14px !important;
  line-height: 19px;
  color: #ec5277 !important;
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}

/* MODAL */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1007;
  width: 100%;
  height: 100%;
  background: rgba(251, 250, 249, 0.9);
  cursor: pointer;
}

.modal {
  display: flex;
  position: fixed;
  top: -150%;

  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1007;
  overflow-y: auto;
}

.flex-add {
  display: block;
}

.modal .window {
  position: relative;
  height: 697px;
  z-index: 1008;
  padding: 70px 40px 60px;
  background: #f7fafa;
  background-size: 100%;
  text-align: center;
  animation: modal 0.5s ease-in;
  -webkit-animation: modal 0.5s ease-in;
  -moz-animation: modal 0.5s ease-in;
  box-shadow: 0px 0px 30px rgba(78, 84, 200, 0.3);
}

.modal .window h4 {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #414c8f;
  margin: 45px 0 10px;
}

.leaving-title > p {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #414c8f;
}

.modal .window > p img {
  position: absolute;
  top: 14px;
  right: -50px;
}

.modal .window .box-btn {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 30px 0 0;
}

.modal .window .modal-btn {
  width: 162px;
  height: 60px;
  background: #fff;
  border: 1px solid #565fe7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.modal .window .modal-btn.back-btn {
  background: #ff7575;
  color: #fff;
  padding: 18px 25px 18px 20px;
  text-align: left;
  margin: 0 20px 0 0;
}
.modal .window .modal-btn.back-btn:hover {
  background: rgba(138, 142, 234, 1);
}

.modal .window .modal-btn.back-btn p {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

.modal .window .modal-btn.call-btn {
  color: #484b86;

  width: 208px;
  text-align: left;
  padding: 0 25px;
}

.modal .window .modal-btn.call-btn:hover {
  color: #484b86;
}

.modal .window .modal-btn.call-btn p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

/* close modal */

.modal .window .close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal .window .close-modal:before,
.modal .window .close-modal:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #6f7498;
}

.modal .window .close-modal:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .window .close-modal:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*!Form php section  */
.om_subhead {
  display: none;
}
.header-form {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
}
.header-wrapper > h2 {
  margin-top: 40px;
}
#omForm .om_full_area .om_full_step_colored_bg button {
  font-family: 'Poppins';
  border-radius: 42px;
  background: #ff7575;
  width: 380px;
  height: 84px;
}
#omForm .om_full_area button.btn.omLookupStart {
  background: #ff7575;
  box-shadow: 0px 0px 4px rgba(17, 33, 112, 0.2);
  border-radius: 5px;
  height: 60px;
}
/* Last Form */

#omForm .om_full_step_colored_bg label:first-child {
  color: #2c4b5d;
}

#omForm .om_full_step_colored_bg h4:first-child,
#omForm .om_full_step_colored_bg > div {
  color: #2c4b5d;
}

#omForm .om_full_step_row .om_full_step_colored_bg {
  background-color: #d6ecec;
}
#omForm label .om_full_question {
  background: #44acac;
}
#omForm .om_subhead + .om_full_area {
  padding: 0px;
}
#omReApplyPage + .omForm {
  background-color: #fff;
}
#omForm .om_full_area h3 {
  font-weight: 800;
}
#omForm .om_full_area > div button.btn.omLookupStart {
  height: 60px;
}
#omReApplyPage .omReApply_clmns + .omReApplyBttnOrange {
  background-color: #ff7575;
  border: none;
}
#omReApplyPage .omReApply_clmns + .omReApplyBttnOrange:hover {
  background-color: #8a8eea;
  color: #ffffff;
}
#omReApplyPage .omReApplyQuestion > .omReApplyQuestionSign {
  background: #44acac;
}
