@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
body {
  margin: 0px;
  padding: 0px;
  font-family: 'DM Sans', sans-serif;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
}
a {
  color: #42c347;
  font-weight: 500
}
h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.23px;
  line-height: 52px;
}
/*Top header*/
header {
  padding: 10px 10px;
}
header a.nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0px 40px !important;
}
header a.nav-link:hover {
  color: #FB8500;
}
header a.nav-link.active {
  text-decoration: underline;
}
/*Banner Section*/
.banner-section {
  background: #f2f8ff;
  padding: 69px 0px;
  position: relative;
}
section.banner-section:before {
  /*content: "";
  position: absolute;
  width: 120px;
  height: 152px;
  background: url('../images/trust-pilot-tag.svg') no-repeat;
  background-size: contain;
  right: 0;
  background-position: right;
  top: 50px;*/
}
.hero-sub-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.11px;
  line-height: 20px;
  color: #7F94AE;
}
.hero-title {
  font-size: 43px;
  font-weight: 700;
  letter-spacing: -0.31px;
  line-height: 52px;
  margin-bottom: 0;
}
.lead-text {
  max-width: 440px;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 31px;
  margin: 35px 0px 40px;
}
/*Button */
.btn-primary {
  background: #FB8500;
  border-color: #FB8500;
  color: #FFF;
  min-width: 209px;
  border-radius: 100px;
  font-size: 16.8px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 38px;
}
.btn-primary:hover, .btn-primary:focus {
  background: #04579b !important;
  border-color: #04579b !important;
}
.btn-danger {
  color: #FFF;
  min-width: 209px;
  border-radius: 100px;
  font-size: 16.8px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 38px;
}
/* Logo Section */
section.logo-section {
  padding: 50px 0px;
}
.logo-box {
  text-align: center;
}
.logo-col2 img {
  max-width: 108px;
}
.logo-col3 img {
  max-width: 93px;
}
.logo-col4 img {
  max-width: 85px;
}
.logo-col5 img {
  max-width: 133px;
}
.logo-row {
  justify-content: space-around !important;
  max-width: 958px;
  margin: 28px auto 0;
}
/*Why Section */
section.why-section {
  background: #fef4f4;
  padding: 76px 0px;
}
section.why-section h3.hero-sub-title {
  color: #FB8500;
}
section.why-section .hero-title {
  max-width: 460px;
}
section.why-section .lead-text {
  margin: 26px 0px 40px;
}
/*Step Section */
section.step-section {
  padding: 100px 0px;
}
.step-section h3.hero-sub-title {
  color: #B0B0B0;
}
.section-intro {
  margin: 0px 0px 90px;
}
.step-box {
  border-radius: 42px;
  background-color: #F2F8FF;
  padding: 20px 20px 28px;
}
.step-media {
  background: #FFF;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  min-height: 251px;
}
.step-info {
  padding: 20px;
}
.step-info h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.16px;
  line-height: 29px;
}
ul.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-style li {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 31px;
  position: relative;
  padding-left: 23px;
  margin: 5px 0px;
  font-weight: 500;
}
ul.list-style li img {
  position: absolute;
  left: 0;
  top: 7px;
}
/* Review Section */
section.test-section {
  padding: 0px 0px 90px;
}
.test-icon {
  max-width: 124px;
  margin: 0px auto 14px;
}
.test_box {
  text-align: center;
}
.test_box p {
  font-size: 19px;
  letter-spacing: -0.14px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 25px;
}
.testimonial_item {
  max-width: 755px;
  margin: 0px auto;
}
.test-img-col {
  margin-bottom: 25px;
}
.test_box h3 {
  font-size: 43px;
  font-weight: bold;
  letter-spacing: -0.31px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 15px;
}
.owl-nav {
  position: absolute;
  top: 6%;
  width: 100%;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
}
button.owl-next {
  position: absolute;
  right: 0 !important;
}
button.owl-prev:before {
  content: "";
  background: url(../images/left-arrow.svg);
  position: absolute;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -57px;
  top: 17px;
}
button.owl-next:before {
  content: "";
  background: url(../images/left-arrow.svg);
  position: absolute;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 17px;
  transform: rotate(180deg);
}
.owl-theme .owl-nav [class*=owl-] span {
  display: none !important;
}
button.owl-prev {
  left: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
  background: transparent !important;
  color: #000 !important;
  border: 0;
  outline: 0;
}
/* FAQ section */
section.faq-section {
  background-color: #FEF4F4;
  padding: 94px 0px;
}
.faq-section h2 {
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 49px;
  margin-bottom: 40px;
}
.faq-section .img-col {
  text-align: right;
}
.accordion-button, .accordion-button:not(.collapsed) {
  padding: 18px 35px 18px 0px;
  width: 100%;
  text-align: left;
  border-radius: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-top: 0;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 0;
  text-decoration: none;
  background: transparent;
  box-shadow: none !important;
}
.accordion-button:hover, .accordion-button .btn:focus {
  text-decoration: none !important;
  background: transparent;
  color: #000;
}
.accordion-header {
  margin-bottom: 0 !important;
}
.accordion-body {
  padding: 20px 0px 0;
}
.accordion-item {
  padding: 0;
  background: transparent;
  border: 0;
}
.accordion-button::after {
  content: '\002B';
  color: #FB8500;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 3px;
  font-size: 32px;
  top: 22px;
  line-height: 24px;
  background-image: none !important;
}
.accordion-button:not(.collapsed)::after {
  content: '\2212';
  color: #FB8500;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 3px;
  font-size: 32px;
  top: 23px;
  line-height: 24px;
  background-image: none !important;
}
/*CTA section*/
section.cta-section {
  text-align: center;
  padding: 85px 0px;
  background: url(../images/footer-hand.svg);
  background-size: 168px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-position-x: 92%;
}
.cta-text h2 {
  font-size: 43px;
  font-weight: bold;
  letter-spacing: -0.31px;
  line-height: 52px;
  text-align: center;
}
.cta-text p {
  font-size: 19px;
  letter-spacing: -0.14px;
  line-height: 36px;
  text-align: center;
  max-width: 600px;
  margin: 17px auto;
}
/*Footer*/
footer {
  background-color: #F2F8FF;
  padding: 80px 0px;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-col.logo-bottom img {
  margin-bottom: 30px;
}
.footer-col h3 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}
.footer-col p {
  color: #586677;
  font-family: "DM Sans";
  font-size: 11px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 20px;
}
p.flead-text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}
p.copy-text {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  color: #73808F;
}
ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.footer-menu li a {
  color: #000;
  font-size: 13px;
}
.footer-col.logo-bottom img {
  margin-bottom: 25px;
  max-width: 200px;
}
.footer-col.footer-menu-col {
  position: relative;
  top: 85px;
  padding-left: 90px;
}



/* Form  */

section.form-banner-inner {
    background-size: cover !important;
    background-position: center;
    padding: 2px 0px 0px;
}
.form-main {
    position: relative;
    max-width: 700px;
    margin: auto;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    padding: 50px 50px;
}
.form-main h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 800;
}
.input-group-text {
    height: 57px;
    border: 0;
    min-width: 39px;
    font-size: 24px;
    border-radius: 4px 0px 0px 4px;
    background: #0469ce;
    color: #FFFF;
}
.label-box label {
    text-align: left;
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.form-main h4 {
  
    text-align: center;
    margin: 30px auto  40px;
    max-width: 800px;
}
.form-input label , .form-group.form-col.form-input label {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
}
 
select.form-select {
  padding: 10px;
  height: 56px;
  font-size: 20px;
  border: 2px solid #F0F5FC !important;
  margin-bottom: 20px;
  background-color: #F0F5FC;
  box-shadow: none !important;
  color: #787D82;
}
.detail-col h5 {
    font-size: 20px;
    line-height: 32px;
    max-width: 550px;
    margin: 0px auto 30px;
}
 .form-col {
    max-width: 500px;
    margin: 0px auto;
}
span.checkmark {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    min-width: 122px;
    height: 67px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 24px;
    justify-content: center;
    background: #08174a;
    font-weight: 700;
    color: #ffffff;
    padding: 16px 51px;
}
.step_1_main label.radio_container {
    width: calc(50% - 10px);
}

.three-col.step_1_main {
    display: flex;
    justify-content: space-between;
}

.step_1_main label.radio_container span.box-icon {
    display: block;
    margin-bottom: 12px;
}

.step_1_main label.radio_container  span.checkmark {
    display: inherit;
    height: 106px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
}

.step_1_main label.radio_container span.box-icon img {
    max-width: 42px;
}

.step_1_main label.radio_container span.box-icon img {
    filter: brightness(0) invert(1);
}
.note-text p {
    font-size: 20px;
}
button.page-prev.btn.btn-danger:focus {
    box-shadow: none !important;
    outline: 0;
    color: #ffffff !important;
}
label.radio_container {
  margin: 0px 10px;
}
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}
 

.title-col {margin-right: 10px;min-width: 90px;}

.name-col {margin-right: 10px;}

.email-col {margin-right: 10px;}

.btn-col .btn {height: 55px;font-weight: 700;}

.form-control, .form-control:focus {box-shadow: none !important; border: 2px solid #8b8989;
    background: #fff;}
.main-form-wrap {
  /* max-width: 500px; */
  margin: 0px auto;
  text-align: center;
}
.thanks-col .form-group h2 {font-size: 48px;font-weight: 700;}

.thanks-col .form-group p {color: #293646;font-size: 20px;max-width: 532px;margin: 17px auto 17px;font-weight: 600;line-height: 28px;}

fieldset legend {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 32px;
    line-height: 30px;
}

.btn-action-main {
  display: block;
  align-items: center;
  justify-content: center;
}
button.page-prev.btn.btn-danger {
    background: #0469ce;
    border-color: #0469ce;
    min-width: 209px;
    border-radius: 100px;
    font-size: 16.8px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 38px;
}
.btn-action-main {
    list-style: none;
    margin: 8px 0px;
    text-align: center;
}

.btn-action-main li {
  margin: 0px 24px;
}

.progress-bar.active {
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
.progress .progress-value {
  display: block;
  padding: 3px 7px;
  font-size: 13px;
  color: #000;
  border-radius: 4px;
  background: transparent;
  border: 0;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 100%;
}

.privacy-text, .privacy-text a {font-size: 13px;font-weight: 500;text-decoration: none;}

.privacy-text a {
    color: #ffffff;
}
.trustpilot-widget {
    float: left;
    width: 100%;
    margin: 90px 0px 40px;
}
.progress-bar-striped {
    background: #43c348;
}
.progress {
    background-color: #F0F5FC;
    height: 8px;
    margin: 90px auto 12px;
    max-width: 900px;
    border-radius: 0;
}
.form-control {
    padding: 10px;
    height: 56px;
    font-size: 20px;
    border: 2px solid #8b8989;
    background: #fff;
    margin-bottom: 20px;
}
.two-col span.checkmark {
  min-width: 180px;
  font-size: 20px;
}

.privacy-text {
    color: #FFF;
    margin: 18px auto 39px;
    max-width: 655px;
}
section.thanks-col .privacy-text {
  margin-top: 9px;
}
 
.active_box span.checkmark {
    background: #FB8500;
    color: #ffffff;
}
.post-col input.form-control {margin-bottom: 0;}

.form-input.input-group.post-col {max-width: 500px;margin: 0px auto 30px;}

.form-input.input-group.post-col .btn {border-radius: 0px 6px 6px 0px;}


 

section.form-section.thanks .form-main {
  text-align: center;
}

section.form-section.thanks .form-main p {
  font-size: 20px;
  font-weight: 600;
}

a.back-btn {
  color: #4e606f;
  text-decoration: underline;
  font-weight: 600;
  margin: 100px 0px;
  display: inherit;
}

.form-img-top {
    text-align: center;
    margin-bottom: 90px;
}
section.form-banner-inner.thanks-sec .form-img-top {
    margin-top: 22px;
}

.name-col label {
    text-align: left;
    display: block;
    font-size: 20px;
}

.error {
    color: red;
    font-size: 14px !important;
    display: block;
    margin-top: -10px;
}







@media (min-width:1200px) and (max-width:1400px) {
  .step-box {
    padding: 14px 14px 28px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
@media (max-width:991px) {
  .hero-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.29px;
    line-height: 33px;
  }
  .banner-text {
    text-align: center;
  }
  .lead-text {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 16px auto 16px;
  }
  .banner-section {
    padding: 35px 0px;
  }
  .btn-primary {
/*
    font-size: 13.44px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    min-width: 167px;
*/
  }
  .banner-img {
    margin-top: 30px;
  }
  .banner-img {
    max-width: 245px;
    margin: 30px auto 0;
  }
  section.banner-section:before {
    display: none;
  }
  .logo-text h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.13px;
    line-height: 24px;
  }
  section.logo-section {
    padding: 30px 0px;
  }
  section.why-section {
    padding: 35px 0px;
  }
  section.why-section .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  section.why-section .lead-text {
    margin: 8px 0px 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .img-col {
    margin: 40px auto 0px;
    max-width: 160px;
  }
  .banner-section .hero-title {
    max-width: 300px;
    margin: auto;
  }
  section.why-section .hero-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }
  section.step-section {
    padding: 30px 0px;
  }
  .step-box {
    max-width: 400px;
    margin: 0px auto 30px;
    padding: 12px 12px 12px;
  }
  .step-info h3 {
    font-size: 19.2px;
    font-weight: bold;
    letter-spacing: -0.14px;
    line-height: 20px;
  }
  ul.list-style li {
    font-size: 12.8px;
    letter-spacing: 0;
    line-height: 24.8px;
  }
  .section-intro {
    margin: 0px 0px 28px;
  }
  .section-intro h2.hero-title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 33px;
  }
  section.step-section h2.hero-title {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .test_box h3 {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.15px;
    line-height: 52px;
    margin-bottom: 0;
  }
  .test_box p {
    font-size: 15px;
    letter-spacing: -0.11px;
    line-height: 26px;
  }
  .test-icon {
    margin: 0px auto 0px;
  }
  .test-img-col {
    max-width: 283px;
    margin: 0px auto 15px;
  }
  section.test-section {
    padding: 0px 0px 118px;
  }
  .faq-section h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34.3px;
    margin-bottom: 0;
  }
  .owl-nav {
    bottom: -34px;
    top: auto;
    max-width: 15px;
  }
  button.owl-next:before {
    top: 10px;
  }
  .accordion-button, .accordion-button:not(.collapsed) {
    font-size: 14.7px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22.4px;
  }
  section.faq-section {
    padding: 40px 0px;
  }
  .faq-section .img-col {
    max-width: 277px;
    margin-top: 7px;
  }
  .footer-col p {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 19px;
  }
  .footer-col.footer-menu-col {
    top: 0;
    padding: 0;
  }
  footer {
    padding: 35px 0px;
  }
  p.flead-text {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .footer-col h3 {
    margin-top: 16px;
  }
  .cta-text h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34.3px;
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-text p {
    font-size: 18px;
    letter-spacing: -0.13px;
    line-height: 24px;
  }
  section.cta-section {
    background-position: center bottom;
    background-size: 115px;
    padding: 35px 0px 200px;
  }
  .navbar-collapse {
    position: absolute;
    top: 75px;
    z-index: 99;
    background: #0469ce;
    left: 0;
    right: 0;
    padding: 20px;
  }
  a.navbar-brand img {
    max-width: 161px;
  }
  header a.nav-link {
    padding: 7px 0px !important;
    color: #FFF;
  }
  .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: #FFF;
  }
  .navbar-toggler {
    padding: 0 !important;
    border: 0 !important;
    max-width: 40px;
  }
  button:focus:not(:focus-visible) {
    box-shadow: none !important;
  }
  .cta-text h2 br {
    display: none;
  }
  .logo-row {
    justify-content: center !important;
    margin: 4px auto 0;
  }
  .sm-logo {
    display: block !important;
    text-align: center;
  }
  .desktop-logo {
    display: none;
  }
  .step-info {
    padding: 25px 12px 30px;
  }
  .accordion-button::after, .accordion-button::before {
    font-size: 21px;
  }
	
	
.form-main h1 {
    font-size: 24px;
    line-height: 30px;
}

fieldset legend {
    font-size: 18px;
    line-height: 14px;
}

.form-main {
    padding: 20px;
}

.step_1_main label.radio_container span.checkmark {
    padding: 8px;
}

.step_1_main label.radio_container span.checkmark {
    font-size: 15px;
    line-height: 16px;
}

button.page-prev.btn.btn-danger, .btn-primary {
    min-width: 130px;
}
.note-text p {
    font-size: 14px;
} 
.note-text a {
    display: inline-block;
}	
span.checkmark {
    min-width: 100px;
    padding: 16px 33px;
}

label.radio_container {
    margin: 0px 5px;
}	
.form-control {
    font-size: 16px;
}	
	
	
	
	
}
@media (max-width:335px) {
  .cta-text h2 {
    font-size: 26px;
  }
}

#step5 legend{ display:none; }