main .blue-section {
  background-color: #314ab8 !important;
  padding: 50px;
}

/* main form start */
.form {
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  margin: 0 auto 50px;
  max-width: 100%;
}

.form__title-preview,
.form__title-preview-main {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 30px 0;
  margin: 0;
  background-color: #5A3594;
  border-radius: 6px 6px 0 0;
}

.form__after-calculate {
  display: none
}

.form__title {
  color: #ff7a00;
  font-size: 35px;
  margin: 0;
  padding: 20px 0
}

.form__subtitle,
.form__title {
  font-weight: 700;
  text-align: center
}

.form__subtitle {
  font-family: inherit;
  font-size: 18px
}

.form__profit {
  display: block;
  color: #00952a;
  text-align: center;
  font-size: 45px;
  font-weight: 700
}

form {
  position: relative;
  top: auto
}

.form__description {
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 10px 30px 0;
  text-align: center
}

.cta-btn {
  margin: 0 auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #5A3594;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 24px;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  transition: all 0.5s;
}

@media screen and (min-width:576px) {
  .cta-btn {
    padding: 15px;
    font-size: 18px
  }
}

@media screen and (min-width:992px) {
  .cta-btn {
    width: 500px;
    font-size: 18px
  }
}

.cta-btn:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.regFormButton {
  margin: 0 auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #5A3594;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 24px;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  transition: all 0.5s;
}

.regFormButton:hover {
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important
}

.regFormButton:focus {
  outline: none !important
}

.form-widget {
  box-shadow: none !important
}

button:focus {
  outline: none !important
}

.form-widget form .form-group.error {
  margin-bottom: 0
}

.form-widget form .form-group.error .error-message {
  margin-bottom: 0;
  bottom: 0
}

.form__image-wrapper {
  padding-bottom: 20px;
}

.form-widget form,
.form {
  background: transparent;
  box-shadow: none;
  padding: 0;
  background-color: #fff;
}

.form-widget form {
  padding-top: 20px;
}

.form-widget {
  padding: 0 20px 20px 20px;
}

.form-widget form button {
  /* background-color: #00CA22 !important;
  border-radius: 30px !important; */
}

/* main form end */

/* custom footer */
.footer {
  background-color: #212932;
  padding: 30px 20px 20px;
  font-family: Montserrat, Sans-serif;
  line-height: 25px !important;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #bdbdbd
}

.footer ul {
  list-style-type: none !important;
  padding: 0
}

.footer ul li {
  cursor: pointer;
  color: inherit;
  transition: color 250ms ease;
}

.footer ul li:hover {
  color: #78a6f1;
}

.footer p {
  font-size: 11px !important;
  line-height: 25px !important;
}

.footer .logo img {
  width: 100px
}

@media screen and (max-width: 1200px) {
  .footer .logo {
    text-align: center
  }
}

.footer .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3px auto 0;
  text-align: center
}

.footer .menu,
.footer .menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.footer .menu ul {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 1200px) {
  .footer .menu ul {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

.footer .menu ul li {
  font-family: Roboto, sans-serif;
  list-style: none;
  cursor: pointer
}

.footer .menu ul li a {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.footer .note p {
  text-align: justify;
  font-size: 11px
}

/*************end*************/



.form-btn-text {
  color: #212529;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  line-height: 16px;
}

/* form preloader - Begin */

.submit-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 10000;
  padding: 10px;
  text-align: center;
}

.submit-overlay .lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.submit-overlay .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 0.8s linear infinite;
}

.submit-overlay .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* form preloader - END */

/* form modal start*/

#form.modal .form-widget form {
  background: white;
  box-shadow: none;
  padding: 20px;
}

#form.modal .form__title-preview,
#form.modal .form__title-preview-main,
#form.modal .form-container h2 {
  background-color: #00CA22;
  color: #fff;
}

#form.modal .form-btn-text {
  color: #000;
}

#form.modal .modal-content {
  width: fit-content;
  padding: 0;
  border-radius: 6px;
}

#form.modal .modal-content:before {
  background-image: none !important;
}

#form.modal .modal-content .close {
  color: #000;
}

#form.modal .modal-content h2 {
  padding-top: 40px !important;
}

#form.modal .modal-content p {
  white-space: normal;
}

#form.modal .form__image-wrapper,
.form__image-wrapper {
  margin-top: 0;
  display: flex;
  justify-content: center;
}

/* form modal end*/

.form-container,
.nxreg,
.nx-signup,
.nx-signup-form {
  border-radius: 6px;
}


.form-widget form .form-group input {
  padding: 12px 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 16px !important;
  margin: 0;
  display: block;
  width: 100%;
  box-shadow: none;
}