/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select,
input,
textarea {
  outline: none;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
ul,
ol {
  padding-left: 20px;
}

a {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

label {
  display: none !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  height: auto;
  min-height: 100%;
}
body,
aside,
section,
header,
footer {
  position: relative;
}
section > *,
header > *,
footer > * {
  position: relative;
}
base {
  display: none;
}
a {
  color: #2792f2;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-decoration: none;
}
a:hover {
  color: #1771c1;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
a:focus {
  outline-offset: -2px;
}


html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #676c76;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
  font-family: Roboto, sans-serif;
}
h1 {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 2.6rem;
}
h2 {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2em;
}
h3 {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;

  @media screen and (max-width: 575px) {
    h3 {
      font-size: 1.5rem;
    }
  }
}
h4 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
}
h5 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #111111;
}
h6 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
}
p {
  margin: 0;
  padding: 0;
}

.image {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.image img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}


html,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

*:focus {
  outline: 0 !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0 !important;
  -webkit-appearance: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

.padded {
  padding: 80px 0 110px 0;
}

.blue {
  color: #2d71b9;
}

.green {
  color: #04a10f;
}

.red {
  color: #f94953;
}


.btn-default {
  font-family: "Montserrat", sans-serif;
  z-index: 2;
  font-size: 1.6rem;
  height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: white;
  background: #91d3f0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.btn-submit {
  width: 100% !important;
  margin-top: 2rem !important;
  font-size: 2.6rem;
  padding: 20px 100px;
}

.btn-submit .fa {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.btn-modal {
  padding: 2rem;
  font-size: 1.8rem;
  background: 0;
  border: 1px solid white;
  color: #4399d4;
  height: 80px;
}

.btn-modal:hover {
  background: #91d3f0;
}

#bottom_button .btn {
  padding: 14px;
}

#r-form {
  background-color: rgb(255 255 255 / 76%);
}

.loader-container {
  position: relative;
  margin-bottom: 250px;
  margin-top: 70px;
}

.loader-container .loader div {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ccc;
  bottom: 80%;
  border-radius: 50%;
}

.loader-container .loader div:nth-child(1) {
  background-color: #3f76b9;
  animation: move 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.loader-container .loader div:nth-child(2) {
  background-color: #699bd7;
  animation: move 4s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.loader-container .loader div:nth-child(3) {
  background-color: #8db6e9;
  animation: move 4s 700ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.loader-container .loader div:nth-child(4) {
  background-color: #a5d5ed;
  animation: move 4s 1300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

@keyframes move {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.form-border {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#bottom_button {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}

.datepicker td {
  color: #1771c1;
  font-weight: bold;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #12a5ff !important;
  color: #fff !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #f2f2f2 !important;
}

.form-section .Calendar__day.-disabled,
.form-section .Calendar__weekDays {
  color: #aca7a7 !important;
}

.f-calendar .Calendar__day.-selected {
  background: #12a5ff !important;
  color: #fff !important;
}

#form {
  margin-top: 70px;
}


/******* HEADER *******/
.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #4399d4;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  box-shadow: none;
  border: 0;
  z-index: 99;
}

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

.header__content .navbar-brand {
  padding: 0;
  float: initial;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
    background: rgb(93, 117, 154) !important;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  }

  .header-navigation {
    display: none;
  }
}


/******* MAIN FORM Section *******/
.form-section {
  margin-top: 90px;
}

.form-section .bg_girl {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 55px;
}

.form-section .compress-content {
  padding: 0 70px;
}

.form-section h1,
.form-section h2 {
  font-family: "Montserrat", sans-serif;
  color: #777778;
}

.form-section h1 {
  font-size: 3rem;
  line-height: 1.1em;
  margin-top: 5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.form-section h1 span {
  color: #4fc1f7 !important;
}

.form-section h1 .as-soon-as {
  color: inherit !important;
  font-size: 30px !important;
}

.form-section h1 .dollar {
  font-size: 120px;
  line-height: 1em;
  letter-spacing: -5px;
}

.form-section h1 .dollar-sign {
  font-size: 95px;
  position: relative;
  bottom: 10px;
}

.form-section h1 .up {
  font-size: 18px;
  color: white !important;
  letter-spacing: 0;
  position: absolute;
  top: 115px;
  left: 18px;
  z-index: 90;
}

.form-section h2 {
  font-size: 2.5rem;
  line-height: 33px;
}

.form-section h3 {
  display: none;
  font-size: 2rem;
  color: white;
  margin-bottom: 50px;
}

@media (max-width: 1670px) {
  .form-section h1 .dollar {
    font-size: 120px;
    line-height: 12rem;
  }

  .form-section h1 .dollar-sign {
    font-size: 94px;
  }
}

@media (max-width: 1500px) {
  header h1 {
    margin-top: 20px !important;
  }

  header .up {
    top: 85px !important;
  }
}

@media (max-width: 992px) {
  .form-section {
    clear: initial;
  }

  .form-section h1 {
    font-size: 25px;
    line-height: 1.2em;
    width: 100% !important;
    margin-top: 50px;
  }

  .form-section h1 .dollar {
    font-size: 100px !important;
    line-height: 1.1em;
  }

  .form-section h1 .as-soon-as {
    font-size: 25px !important;
  }

  .form-section h1 .up {
    left: 14px;
    top: 78px !important;
    font-size: 16px;
  }

  .form-section h1 .dollar-sign {
    font-size: 77px;
  }
}

@media screen and (max-width: 767px) {
  .form-section {
    margin-top: 50px;
  }

  .form-section .mainheader {
    position: relative;
  }

  .form-section .bg_girl {
    padding: 0 35px 50px;
    background-size: cover;
  }

  .form-section .header-form-col {
    min-width: 100%;
  }

  .form-section .header-form-col label {
    left: 0;
    margin-top: 5px;
  }

  .form-section .header-form-col .form-control {
    margin-bottom: 25px;
  }

  .form-section h1 {
    margin-top: 80px !important;
    margin-bottom: 0;
    margin-left: 0 !important;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
  }

  .form-section h1 span {
    color: #91d3f0 !important;
  }

  .form-section h1 .dollar {
    font-size: 55px;
    color: #91d3f0 !important;
    position: relative !important;
  }

  .form-section h1 .as-soon-as {
    font-size: 25px !important;
    color: white !important;
  }

  .form-section h1 .up {
    top: 6px !important;
    left: 1px;
  }

  .form-section h3 {
    font-size: 14px;
  }

  #full .navbar {
    margin-bottom: 0;
    border: 0;
  }

  #myProgress {
    width: 100%;
    background-color: #ddd;
    margin: 0 auto;
    transition: all, 1.2s, ease-in;
  }

  .btn-submit {
    padding: 20px 10px !important;
    font-size: 18px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .form-section .bg_girl {
    padding: 0 15px 50px;
  }

  .form-section h1 {
    font-size: 16px;
    line-height: 1.25em;
    margin-top: 75px !important;
  }

  .form-section h1 .dollar {
    font-size: 58px !important;
    letter-spacing: -1px;
  }

  .form-section h1 .as-soon-as {
    font-size: 15px !important;
  }

  .form-section h1 .dollar-sign {
    font-size: 51px;
    top: -3px;
  }

  .form-section h1 .up {
    font-size: 10px;
    top: 3px !important;
  }

  .form-section h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .form-section .btn {
    background-color: #4399d4;
  }
}


/******* STEPS Section *******/
.steps {
  padding: 85px 0 50px;
}

.steps__title,
.steps__subtitle {
  text-align: center;
}

.steps__title {
  font-size: 23px;
  line-height: 34px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.steps__title_blue {
  color: #4399d4;
}

.steps__subtitle {
  width: 80%;
  margin: 0 auto;
  font-size: 17px;
}

.steps__inner {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.steps-card {
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}

.steps-card__title {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
}

.steps-card__text {
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .steps__title {
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 5px;
  }

  .steps__subtitle,
  .steps-card__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .steps {
    padding: 50px 0 35px;
  }

  .steps-card {
    margin: 0 0 25px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .steps-card:last-child {
    margin: 0;
  }

  .steps-card__image {
    width: 49px;
    min-width: 49px;
    height: 36px;
    margin-right: 15px;
  }

  .steps-card__title {
    margin: 0 0 5px;
  }

  .steps-card__text {
    width: 100%;
    margin: 0;
  }
}


/******* WHY Section *******/
.why {
  padding: 120px 0 80px;
  background-color: #757d8a;
}

.why__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 5;
}

.why__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.why-card {
  width: 33.33%;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .why-card {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }

  .why-card:last-child {
    margin-bottom: 0;
  }
}

.why-card__icon {
  margin-right: 20px;
  font-size: 35px;
  color: #e3e3e8;
}

.why-card__title {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.why-card__text {
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
}

.why__image {
  position: absolute;
  z-index: 1;
}

.why__image_iphone,
.why__image_ipad {
  top: -100px;
}

.why__image_iphone {
  width: 17%;
  left: 0;
}

.why__image_ipad {
  width: 39%;
  right: 0;
}

.why__image_laptop {
  width: 39%;
  left: 50px;
  bottom: -80px;
}

@media screen and (max-width: 767px) {
  .why__title {
    font-size: 18px;
  }

  .why__image_iphone {
    width: 29%;
  }

  .why__image_ipad {
    width: 54%;
    right: -20px;
  }

  .why__image_laptop {
    width: 49%;
  }
}

@media screen and (max-width: 575px) {
  .why__title {
    font-size: 18px;
  }

  .why-card__text {
    line-height: 1.6rem;
  }

  .why__image_iphone,
  .why__image_ipad {
    top: -120px;
  }


  .why__image_iphone {
    width: 35%;
  }

  .why__image_ipad {
    width: 60%;
    right: -15px;
  }

  .why__image_laptop {
    width: 75%;
  }
}


/******* BENEFITS Section *******/
.benefits {
  padding: 30px 0;
  background-color: #8b9ab0;
}

.benefits__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.benefits__text {
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
  color: #e2e4f1;
  font-size: 15px;
  line-height: 1.2em;
}

.benefits__text i {
  margin-right: 6px;
}


/******* FAQ Section *******/
.faq {
  padding: 65px 0 50px;
}

.faq__title {
  text-align: center;
  margin-bottom: 20px;
}

.faq__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faq__column {
  width: calc(50% - 15px);
  position: relative;
}

@media screen and (max-width: 991px) {
  .faq__column {
    width: 100%;
  }
}

.faq .panel-default > .panel-heading {
  padding: 20px;
  background: 0;
  cursor: pointer;
  position: relative;
}

.faq .panel-title {
  line-height: 1.35em;
}

.faq .panel-default > .panel-heading span {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
}

.faq .panel-default > .panel-heading i {
  color: #4399d4;
  position: absolute;
  top: 23px;
  right: 15px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}

.faq .panel-default > .panel-heading:not(.collapsed) i {
  transform: rotate(180deg);
}

.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 25px;
  font-size: 14px;
  line-height: 1.5em;
}

@media screen and (max-width: 575px) {
  .benefits {
    display: none;
  }

  .faq__title {
    font-size: 1.5rem;
  }

  .faq .panel-title {
    font-size: 14px;
  }

  .faq .panel-default > .panel-heading span {
    width: 80%;
  }

  .faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-size: 13px;
  }
}


/******* SECURITY Section *******/
.security {
  background-color: #f7f7f7;
  padding: 45px 0;
  text-align: center;
}

.security__title {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: black;
  text-transform: uppercase;
}

.security__title_blue {
  color: #4399d4;
}

.security_text {
  font-size: 13px;
  width: 80%;
  max-width: 888px;
  margin: 0 auto;
}

.security_image {
  margin: 0 auto 55px;
  width: 35%;
  max-width: 388px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .security {
    padding: 30px 0 10px;
  }

  .security__title {
    font-size: 18px;
  }

  .security_text {
    font-size: 12px;
    width: 100%;
  }

  .security_image {
    width: 40%;
  }
}

@media screen and (max-width: 660px) {
  .security_image {
    width: 40%;
  }
}

@media screen and (max-width: 575px) {
  .security_image {
    width: 75%;
    margin: 0 auto 25px;
  }
}


/******* FOOTER *******/
.footer {
  padding: 45px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}

.footer__text {
  font-size: 12px;
}

.footer-navigation {
  margin-top: 40px;
}

.footer-navigation__list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.footer-navigation__item {
  margin-right: 10px;
  font-size: 12px;
}


/******* MODAL *******/
.modal p {
  margin: 20px 0;
}

.modal .btn-default {
  background: #4399d4;
  color: #fff;
  border-radius: 4px;
  display: initial;
  transition: 0.4s;
}

.modal .btn-default:hover,
.modal .btn-default:active,
.modal .btn-default:focus {
  background: #318ac6;
}

.modal .form-holder {
  margin: 20px 0 40px;
}

.modal .form-holder .btn-default {
  width: 100%;
}

