body {
  font-family: 'Open Sans', sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  background: #ffffff;
  min-width: 320px;
}

a, button {
  color: #4A4A4A;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a:hover, button:hover {
  text-decoration: none;
  color: black;
}

.reset-p {
  padding: 0 !important;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.hero {
  background-image: url("../img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 546px;
}

.hero .container {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.hero .container .logo {
  margin-top: 30px;
}

.hero .container .claim {
  width: 100%;
  max-width: 779px;
}

.main-title {
  background: #0D79BF;
  margin-bottom: 10px;
}

.main-title h3 {
  margin: 20px 0px 10px 0px;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}

.main-title h4 {
  margin-bottom: 25px;
  color: #cbe5ff;
}

.form {
  background: #F2F5FB;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  max-width: 985px;
  width: 100%;
  margin: -80px auto;
  border-radius: 10px;
}

.form h3 span {
  display: block;
  font-size: 25px;
  font-weight: 400;
}

.form .lead {
  margin-top: 20px;
}

.form .lead .form-group {
  width: 46%;
  margin-bottom: 12px;
  -ms-input-placeholder-color: black;
  -moz-placeholder-color: black;
}

.form .lead .form-group:last-child {
  margin-left: 0;
}

.form .lead .form-group input {
  background: #fff;
  border: 1px solid rgba(208, 208, 208, 0.49);
  border-radius: 3px;
  height: 53px;
  width: 95%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #595959;
}

.form .lead .form-group ::-webkit-input-placeholder {
  color: #595959;
}

.form .lead .form-group ::-moz-placeholder {
  color: black;
}

.form .lead .checkbox label {
  font-size: 16px;
}

.form .lead .checkbox label input {
  margin-right: 5px;
}

.form .lead .action {
  margin-top: 30px;
}

.form .lead .action .btn {
  background: #4EC623;
  border-radius: 40px;
  padding: 20px 60px;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}

.form .lead .action .btn:hover {
  background: #3e9e1c;
}

.signature-data {
  max-width: 500px;
  margin: 0px auto 30px auto;
}

.signature-data .signature-number {
  font-size: 28px;
  font-weight: 600;
  color: #0072BC;
}

.signature-data .signature-number-2 {
  font-size: 22px;
  padding-bottom: 10px;
}

.signature-data .signature-number-2 span {
  font-weight: 900;
  color: #0072BC;
}

.signature-data .signature-bar {
  display: inline-block;
  background: #F4F4F4;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #0072BC;
  height: 14px;
}

.signature-data .signature-progress {
  background: #0072BC;
  height: 12px;
  display: block;
  border-radius: 10px 0 0 10px;
}

.signature-data .signature-percentage {
  font-weight: 600;
  color: #0072BC;
  font-size: 24px;
}

.tip-box-icon {
  width: 80px;
  height: 80px;
  margin: 0px auto 20px auto;
}

.tip-1 {
  background: url("../img/icon_1.png") center center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tip-2 {
  background: url("../img/icon_2.png") center center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tip-3 {
  background: url("../img/icon_3.png") center center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ferror {
  font-size: 14px;
  color: #9f1717;
  display: block;
  border-radius: 40px;
  margin-top: 10px;
  padding: 0px 20px 0px 20px;
}

.ierror {
  border-color: #ffbfbf !important;
}

h2 {
  font-weight: 600;
  color: #0D79BF;
  margin: 20px auto 40px auto;
  text-align: center;
}

h2:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: #c4e8ff;
  margin: 15px auto 0px auto;
}

.tips {
  max-width: 985px;
}

.tips h2 {
  margin-top: 160px;
}

.tips .tip-box {
  background: #F2F5FB;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  text-align: center;
}

.tips .tip-box i {
  color: #ffffff;
  margin: 30px 0px 10px 0px;
  font-size: 36px;
  background: red;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  background: #0D79BF;
}

.tips .tip-box h4 {
  font-size: 20px;
  color: #0D79BF;
  font-weight: 600;
  padding: 0px 50px;
  margin-bottom: 10px;
}

.tips .tip-box span {
  width: 80%;
  margin: auto;
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #0b4367;
}

.tips-2 .tip-box {
  background: #F2F5FB;
  padding: 30px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  max-width: 985px;
  margin: auto;
}

.tips-2 .tip-box h4 {
  color: #0D79BF;
  font-size: 32px;
  padding-bottom: 20px;
  font-weight: 600;
}

.tips-2 .tip-box span {
  display: block;
  color: #0b4367;
  padding-bottom: 20px;
}

.layout {
  position: fixed;
  bottom: 0px;
  background-color: rgba(198, 198, 198, 0.8);
  width: 100%;
  color: black;
  padding: 20px;
}

.layout #cookies {
  max-width: 960px;
  margin: 0px auto;
}

.layout #cookies .sst_close {
  background-color: #40ab40;
  color: white;
  font-family: Arial;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
  margin-top: 15px;
  border-radius: 5px;
}

.gracias-hero {
  height: 200px;
}

.gracias-hero .logo {
  margin-top: 60px !important;
}

.gracias {
  background: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gracias h3 {
  font-size: 34px;
  color: #0D79BF;
  font-weight: 600;
  line-height: 35px;
}

.gracias h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: #c4e8ff;
  margin: 15px auto 0px auto;
}

.gracias p {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
}

.gracias i {
  display: block;
  font-size: 62px;
  margin-bottom: 30px;
  color: #4EC623;
}

.gracias .btn {
  background: #4EC623;
  border-radius: 40px;
  padding: 20px 60px;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}

.gracias .btn:hover {
  background: #3e9e1c;
}

i.form-control-feedback {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.testimonials {
  background-color: #F4F4F4;
  padding: 80px 40px;
  margin-bottom: 100px;
  position: relative;
  margin-top: 100px;
}

.testimonials .container:after {
  width: 307px;
  height: 254px;
  background-image: url(../img/blockquotes.svg);
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  top: -20%;
}

.testimonials .container {
  max-width: 985px;
}

.testimonials .container span {
  font-family: 'Crimson Text',serif;
  font-size: 32px;
  color: #5c5c5c;
  position: relative;
  z-index: 43;
}

.testimonials h4 {
  font-weight: 300;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 104px;
  font-weight: 300;
  word-break: break-all;
}

.testimonials h4:before {
  padding-left: 20px;
  width: 100px;
  height: 1px;
  content: '';
  margin-right: 20;
  top: 11px;
  left: 0px;
  position: absolute;
  display: inline-block;
  background-color: #0D79BF;
}

.textx {
  max-width: 985px;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
}

.textx a {
  font-size: 16px;
  color: #0D79BF;
}

.bak {
  margin: 100px auto;
}

.content-end {
  position: relative;
  height: 400px;
  max-width: 990px;
  margin: 0px auto 200px auto;
}

.content-end .photo-wrapper {
  position: absolute;
  right: 0px;
  top: 40px;
}

.content-end .content-wrapper {
  max-width: 600px;
  padding: 50px;
  background-color: rgba(13, 121, 191, 0.9);
  position: absolute;
}

.content-end .content-wrapper:after {
  width: 50px;
  height: 50px;
  background-image: url(../img/d.svg);
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
}

.content-end .content-wrapper:before {
  width: 50px;
  height: 50px;
  background-image: url(../img/i.svg);
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.content-end .content-wrapper h3, .content-end .content-wrapper .text, .content-end .content-wrapper p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.content-end .content-wrapper h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.legacy-pages {
  padding-top: 40px;
}

.legacy-pages a {
  padding: 10px;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .main-title {
    padding: 20px;
  }
  .main-title h3 {
    margin-top: 0px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .main-title h4 {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .hero {
    height: 446px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 306px;
  }
  .hero .container .logo img {
    max-width: 100px;
    vertical-align: top;
    margin-top: 0px;
  }
  .form .lead .form-group {
    width: 100%;
  }
  .form .lead .form-group input {
    width: 100%;
  }
  .tips .tip-box {
    margin-bottom: 20px;
  }
  .textx {
    padding: 50px;
  }
  .testimonials .container:after {
    top: 30px;
  }
  .bak {
    margin-top: 0px;
  }
  .content-end {
    height: auto;
    margin-bottom: 50px;
    position: relative;
  }
  .content-end .photo-wrapper {
    text-align: center;
    margin: auto;
    position: relative;
  }
  .content-end .photo-wrapper img {
    width: 90%;
    height: auto;
    max-width: 500px;
  }
  .content-end .content-wrapper {
    right: 0px;
    position: relative;
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 458px) {
  .hero {
    height: 236px;
    overflow: hidden;
  }
  .logo img {
    max-width: 100px;
    vertical-align: top;
  }
  .main-title {
    padding: 20px;
  }
  .main-title h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .main-title h4 {
    font-size: 14px;
    line-height: 14px;
  }
  .gracias-hero {
    height: 200px !important;
  }
}
