@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/trebuchet-ms-2');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Trebuchet MS";
}
.top_panel {
  width: 100%;
  background: #006760;
  position: relative;
}
.top_panel::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  content: "";
  background-color: #fff;
}

@font-face {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: normal;
  src: local("Trebuchet MS"), url("trebuc.woff") format("woff");
}

@font-face {
  font-family: "Trebuchet MS Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Trebuchet MS Italic"),
    url("Trebuchet-MS-Italic.woff") format("woff");
}
.container_bx {
  max-width: 1046px;
  margin: 0 auto;
}
/* header section start */
.header_section {
  padding: 20px 15px 10px;
  text-align: center;
}

/* top heading section start */
.top_heading {
  width: 100%;
  text-align: center;
}
.top_heading_inr p {
  color: #fff;
  font-size: 16px;
  font-family: "Trebuchet MS", sans-serif;
}
.color_g {
  color: #00ccb0 !important;
}
.starts_eliment {
  margin-top: 15px;
  padding-left: 120px;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
}
.starts_eliment img {
  width: 100px;
  margin-right: 10px;
}

.top_heading_inr h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 10px;
    line-height: 1.3;
    letter-spacing: 1.2px;
}

.main_form {
  width: 100%;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.form_container {
    width: 100%;
    max-width: 890px;
    background: #f3f3f3;
    border-style: none none solid solid;
    border-width: 5px;
    border-color: #04cbbe;
    border-radius: 10px;
    min-height: 560px;
    margin: 0 auto;
    padding: 20px 30px;
    position: relative;
}

/* progress bar design start */
.progress {
  max-width: 660px;
  background-color: aquamarine !important;
  transition: width 0.6s ease;
  background: #eee;
  border-radius: 5px;
  height: 25px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 50px;
}
.progress-bar {
  background-color: rgba(1, 204, 176, 1);
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* form design start */
.main_form .step {
  display: none;
  padding-bottom: 5px;
}

.step_heading h3 {
    margin-bottom: 15px;
}

.main_form .step.active {
  display: block;
}

.step_heading h3 {
  font-size: 20px;
  color: #222222;
  font-family: Arial, sans-serif !important;
  font-weight: 700;
  line-height: 1.6;
}

.step_heading.name_part {
  margin-bottom: 50px;
}

#multiStepForm {
  text-align: center;
}
.step_iner {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -8px;
  position: relative;
  justify-content: center;
}
.col-12,
.col-6,
.col-4 {
  padding: 0 8px;
}
.col-12 {
  width: 100%;
}
.col-6 {
  width: 50%;
}
.col-4 {
  width: 33.3333%;
}
.fild_box {
  padding-bottom: 16px;
}
.fild_box .option {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: #01ccb0;
  padding: 13px;
  color: rgb(255 255 255);
  cursor: pointer;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px;
  line-height: 19px !important;
  width: 100%;
  display: block;
}
.fild_box .option input[type="radio"] {
  display: none;
}
.fild_box .option:hover {
  background-color: rgba(0, 103, 96, 1);
}

.submit_btn,
.verify_btn {
    font-size: 20px;
    padding: 5px 30px;
    border: none;
    background: #01ccb0;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.submit_btn:hover,
.verify_btn:hover {
   background: #000;
   color: #fff;
}

.state__btn_area {
    width: 69%;
}

.step select {
    appearance: none;
}

.select_box option {
    font-size: 17px;
    line-height: 1.5;
    color: #2a2a2a;
    margin-bottom: 5px;
}

.step_heading h5 {
  font-size: 48px;
   line-height: 1.3;
    color: #2a2a2a;
    margin-bottom: 8px;
    font-weight: 700;
}

.step_heading h6 {
  font-size: 22px;
   line-height: 1.3;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 25px;
}

.timer_text {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
}

/* We connect you with your most suitable lender within minutes.. */
.suitable_lender_section {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.suitable_lender_iner h2 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 36px;
  margin: 80px 0 0;
}
.button_section {
  width: 100%;
  text-align: center;
}
.get_started {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #00ccb0;
  padding: 15px 50px;
  color: rgb(255 255 255);
  cursor: pointer;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px;
  line-height: 19px !important;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 50px;
}
.get_started:hover {
  background: #00c2a3;
}

.step .range_slider_wrap {
    width: 100%;
    margin: 0 auto;
}

.step input[type="range"] {
    width: 100%;
    height: 12px;
    -webkit-appearance: none;
    background: linear-gradient(to right, #0271c2 0%, #0271c2 50%, #f9f9f9 50%, #f9f9f9 100%);
    border-radius: 5px;
    outline: none;
    transition: background 450ms ease-in;
    border: 1px solid #ccc;
}

.step input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: white;
  border: 6px solid #0271c2;
  cursor: pointer;
  margin-top: -4px;
}

.step .loan_value {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}

.step .forward_btn {
    margin-top: 20px;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: 500;
    background-color: #01ccb0;
    border: none;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.step .forward_btn:hover {
    background-color: #000;
    color: #fff;
}

.step_heading p {
    color: #000d1a;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

.step_heading.range_heading h3 {
    margin-bottom: 40px;
}

.step_heading.range_heading p {
    margin-bottom: 40px;
}

.forward_btn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.step input[type=text],
.step input[type=email],
.step input[type=date],
.step input[type=number],
.step .iti.iti--allow-dropdown.iti--show-flags,
.step select {
    width: 100%;
    border: 1px solid #063c5a;
    border-radius: 5px;
    height: 56px;
    padding: 15px;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 15px;
}

.step .iti.iti--allow-dropdown.iti--show-flags {
    padding: 0;
}

.step input[type=tel] {
    width: 100%;
    display: block;
    height: 100%;
    border: 0 !important;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

label.state_label {
    font-size: 19px;
    color: #063c5a;
    font-weight: 400;
}

.state_text {
    text-align: left;
}

.state_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
}

.state_text {
  width: calc(25% - 7px);
}

.state_select {
    width: calc(75% - 7px);
}

button#submitBtn {
    background: #01ccb0;
    border-radius: 8px;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}


/* What our clients say */
.our_clients_sec {
  width: 100%;
  background-color: #e7f4f2;
  padding: 50px 20px;
}
.our_clients_inr {
  width: 100%;
  text-align: center;
}
.our_clients_inr h3 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 36px;
  margin: 0;
}
.our_clients_inr p {
  font-family: "Trebuchet MS", sans-serif;
  line-height: 1.6;
  margin-top: 30px;
}
.our_clients_inr .row {
  margin: 0 -15px;
}
.our_clients_inr .col-4 {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0 15px;
}
.our_clients_bx {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 3px 3px 10px #0000001c !important;
  border-radius: 20px;
  padding: 15px;
  margin-top: 40px;
}
.our_clients_img {
  width: 100%;
  padding: 0 40px;
}
.our_clients_img img {
  width: 100%;
}
.our_clients_bx span {
  font-size: 14px;
  color: rgb(250, 167, 7);
  font-weight: 900;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
.our_clients_bx h4 {
  font-weight: 700;
  font-size: 16px;
  color: rgb(0, 0, 0);
  margin: 10px 0 10px;
}
.our_clients_bx p {
  text-align: left;
  margin-bottom: 20px;
}
.our_clients_bx p:last-child {
  margin-bottom: 0;
}
/* footer section start */
.footer_section {
  width: 100%;
  background: #006760;
}
.footer_inr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 60px 30px 40px;
}
.footer_logo {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer_logo h5 {
  font-size: 15px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Trebuchet MS", sans-serif;
  margin: 0;
  align-self: end;
}
.footer_text {
  width: 80%;
  padding-left: 21px;
}
.footer_text p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
  padding: 0;
}
.footer_logo img {
  width: 165px;
  object-fit: contain;
}

.thanks_top_box {
    background-color: #006760;
    padding: 45px 20px;
}

.thanks_top_box .header_iner {
    text-align: center;
    margin-bottom: 35px;
}

.thnaks_head_content {
    max-width: 575px;
    text-align: center;
    margin: 0 auto 55px;
}

.thnaks_head_content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 35px;
}

.thnaks_head_content p {
font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}

.thanks_step_content {
    display: flex;
    align-items: start;
    gap: 70px;
    max-width: 505px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}

.step_box {
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 25px;
    width: calc(50% - 35px);
    text-align: center;
}

.step_box h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
}

.step_box p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.suitable_lender_iner h2 {
  max-width: 545px;
  margin: 0 auto;
}

.suitable_lender_iner p {
  font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin: 0 auto;
    max-width: 360px;
    margin-top: 20px;
}

.review_head {
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
}

.review_head h2 {
   font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}

.review_head p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

.author_detail .detail p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  margin-bottom: 1px;
}

.review_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.suitable_lender_section.thanks {
    padding: 70px 20px;
}

.review_sec {
    padding: 70px 20px;
    background: #e7f4f2;
}

.review_boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.review_box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 4px solid #04cbbe;
    border-top: 0;
    border-right: 0;
    width: calc(33.33% - 10px);
}

.author_img {
    position: relative;
    top: -50px;
    margin-bottom: -40px;
}

.author_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 6px;
    flex-wrap: wrap;
}

.review_sec .button_section {
    margin-bottom: 60px;
}

.suitable_lender_iner h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 70px;
}

.suitable_lender_iner .button_section {
    margin-bottom: 50px;
}

.client_top {
    max-width: 600px;
    margin: 0 auto;
}

@media all and (max-width: 1199px) {

}

@media all and (max-width: 1024px) {
 .top_heading_inr h1 {
    font-size: 40px;
} 

.form_container {
    max-width: 90%;
    min-height: 450px;
}

.suitable_lender_iner h2 {
    font-size: 30px;
    margin: 35px auto 0;
}

.suitable_lender_section {
  padding: 30px 15px 10px;
}

.our_clients_inr h3 {
    font-size: 30px;
}

.our_clients_inr p {
    margin-top: 15px;
}

.thanks_top_box {
    padding: 30px 20px;
}

.thanks_top_box .header_iner {
    text-align: center;
    margin-bottom: 15px;
}

.thnaks_head_content h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.thnaks_head_content {
    margin: 0 auto 30px;
}

.suitable_lender_section.thanks h2 {
    margin-top: 0;
    font-size: 30px;
}

.suitable_lender_section.thanks {
    padding: 50px 20px 30px;
}

.review_sec {
    padding: 40px 20px;
}

.review_sec .get_started {
    margin-top: 20px;
}

.state__btn_area {
    width: 100%;
}

.step_heading h5 {
    font-size: 40px;
    line-height: 1.2;
}

}

@media all and (max-width: 767px) {
  .top_heading {
    padding: 0 10px;
}

.starts_eliment {
    padding: 0;
    text-align: center;
}

    .top_heading_inr h1 {
        font-size: 36px;
    }

    .form_container {
        min-height: 410px;
        padding-bottom: 70px;
    }

        .suitable_lender_iner h2 {
        font-size: 25px;
        margin: 25px 0 0;
        line-height: 1.3;
    }

    .get_started {
    margin-top: 30px;
}

.our_clients_sec {
    padding: 40px 20px;
}

.col-4 {
    width: 100%;
}

.col-6 {
    width: 100%;
}

.our_clients_bx {
    margin-top: 24px;
}

 .footer_inr {
   padding: 25px 15px 30px;
 }

.thanks_step_content {
    gap: 25px;
}

.step_box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
}

.step_box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.thnaks_head_content h2 {
    font-size: 38px;
    margin-bottom: 12px;
  }

 .thnaks_head_content {
     margin: 0 auto 25px;
  }

  .suitable_lender_section.thanks {
        padding: 40px 20px 30px;
    }

.suitable_lender_section.thanks h2 {
  font-size: 27px;
  }

.suitable_lender_section.thanks .get_started {
  margin-top: 15px;
  }

  .review_sec {
   padding: 40px 20px;
  }

  .review_head h2 {
    font-size: 27px;
    margin-bottom: 15px;
}

.review_boxes {
    flex-wrap: wrap;
    gap: 50px;
}

.review_box {
    width: 100%;
}

.step_heading.range_heading h3 {
    margin-bottom: 15px;
    line-height: 1.4;
}

.step_heading.range_heading p {
    margin-bottom: 15px;
}

.state_text {
  width: 100%;
}

.state_select {
    width: 100%;
    margin-bottom: 10px;
}

.step_heading h3 {
    font-size: 18px;
    line-height: 1.4;
}

.step_heading h5 {
    font-size: 34px;
    line-height: 1.1;
}

.step_heading h6 {
    font-size: 19px;
    line-height: 1.3;
}

.timer_text {
    margin-left: 0;
    display: block;
    margin-top: 12px;
}

.suitable_logo {
    position: relative;
    top: -90px;
    margin-bottom: -35px;
    z-index: 9;
}

.footer_logo {
    width: 100%;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 15px;
}

.footer_logo h5 {
    align-self: center;
    margin-bottom: 15px;
}

.footer_text {
    width: 80%;
    padding-left: 0;
    margin: 0 auto;
}

}



/* new css add */

.step_cross h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.5px;
}