@import url("https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/muli");
@import url("https://fonts.cdnfonts.com/css/arial");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
body {
  margin: 0;

  padding: 0;
  font-family: "Arial, sans-serif";
  box-sizing: border-box;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Arial, sans-serif";
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial, sans-serif";
}

img {
  max-width: 100%;
}

.btn {
  background: rgba(253, 178, 18, 1);
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 3px;
  transition: all 0.5s;
  font-family: "Poppins";
  width: 235px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn:hover,
.btn:focus {
  background: rgba(240, 158, 14, 1);
}

.container_part {
  max-width: 1190px;
  margin: 0 auto;
}

/*-------------header-------------*/

.header_part {
  background: #ffffff;
  padding: 15px 20px;
}

.top_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_header .logo img {
  max-width: 250px;
}

.header_number a {
  font-weight: 700;
  font-family: sans-serif;
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-style: normal;
  line-height: 1.3;
}

/*-------------header-------------*/

/*-------------Banner_part-------------*/
.banner_part {
  padding: 20px;
  background: #fff;
}

.banner_part h1 {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 72px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 60px;
}

.banner_part h1 span {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 72px;
  line-height: 1.1;
  color: rgb(241, 90, 43);
  text-decoration: underline;
}

.banner_part h3 {
  font-weight: 900;
  font-family: Muli;
  font-size: 36px;
  color: rgb(38, 37, 38);
  line-height: 1.2;
  margin-bottom: 40px;
}

.banner_boxes {
  max-width: 1090px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.banner_box_img {
  max-width: 157px;
  margin: 0 auto 5px;
  text-align: center;
  height: 80px;
}

.banner_box_img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.banner_box_text p {
  font-weight: 600;
  font-family: Muli;
  font-size: 22px;
  color: rgb(38, 37, 38);
  line-height: 1.3;
  text-align: center;
}
/*-------------Banner_part-------------*/

/*-------------Leads_part-------------*/

.leads_part {
  padding: 30px 20px 20px;
  background: #fff;
}

.leads_top_text p {
  font-weight: 600;
  font-style: normal;
  font-family: Muli;
  font-size: 22px;
  color: rgb(38, 37, 38);
  line-height: 1.3;
  margin-bottom: 30px;
}

.leads_middle_text h3 {
  font-weight: 800;
  font-style: normal;
  font-family: Muli;
  font-size: 22px;
  color: rgb(38, 37, 38);
  line-height: 1.3;
}

.leads_bottom_text p {
  font-weight: 400;
  font-style: normal;
  font-family: Muli;
  font-size: 20px;
  color: rgb(38, 37, 38);
  line-height: 1.3;
  margin-bottom: 30px;
}

.leads_bottom_text p strong {
  font-weight: 800;
  font-style: normal;
  font-family: Muli;
  font-size: 20px;
  color: rgb(38, 37, 38);
  line-height: 1.3;
}

.lead_btn_area h3 {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
}

.lead_btn_area a {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 30px;
  color: rgb(38, 37, 38);
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

.lead_btn_area a:after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 6px;
}

.lead_btn_area {
  background: #f15a2b;
  text-align: center;
  padding: 27px 30px;
}

.leads_middle_text {
  margin-bottom: 40px;
}

.leads_all_content {
  display: flex;
  gap: 40px;
}

.leads_left,
.leads_rights {
  width: 50%;
  flex: 1;
}

.leads_top_text {
  align-items: center;
}

/*-------------Leads_part-------------*/

/*-------------Quiz-------------*/
.quiz_sec {
  padding: 10px 20px 20px;
  background: #fff;
}

.quiz_heading {
  margin-bottom: 15px;
}

.quiz_heading h2 {
  font-weight: 900;
  font-family: Muli;
  font-size: 36px;
  color: rgb(38, 37, 38);
  line-height: 1.2;
  text-align: center;
}

.main_form,
#step_cross {
  background: #fff;
  margin: 0 auto 0 0;
  padding: 95px 40px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 12px;
  height: 550px;
  max-width: 100%;
  border: 3px dotted #f15a2b;
}

.step_heading {
  margin-bottom: 25px;
}

.step_heading h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin-bottom: 35px;
  letter-spacing: 0.4px;
  font-family: "Open Sans";
}

.step p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}

#multiStepForm {
  max-width: 920px;
  margin: 0 auto;
}

.main_form .step {
  display: none;
  padding-bottom: 5px;
}

.main_form .step.active {
  display: block;
}

.main_form .buttons {
  margin-top: 20px;
}

.main_form .option {
  position: relative;
}

.main_form button,
.main_form .option span {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #ef935d;
  color: rgb(255 255 255);
  border-radius: 4px;
  cursor: pointer;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px;
  line-height: 1.3;
  padding: 16.3px 42px;
  display: block;
  border: 2px solid #f77112;
  font-family: "Open Sans";
  min-width: 146px;
  position: relative;
  z-index: 3;
}

.main_form .option input[type="radio"],
.main_form .option input[type="checkbox"] {
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.main_form .option span:hover,
.main_form .option span:focus,
.main_form .option span:focus-within {
  background-color: #f77112;
  color: #fff;
  border: 2px solid #f77112;
}

.option input[type="radio"]:checked + span,
.option input[type="checkbox"]:checked + span {
  background-color: #f77112;
  color: #fff;
  border: 2px solid #f77112;
}

.main_form .back:hover,
.main_form .back:focus {
  background: #e6e6e6;
}

.step_heading p {
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: 20px;
}

#step_cross h3 {
  line-height: 1.2;
  font-size: 38px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.flex_items {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 746px;
  margin: 0 auto 35px;
}

.input_btn_area {
  display: flex;
  align-items: center;
  max-width: 300px;
  gap: 14px;
  justify-content: center;
  margin: 0 auto;
}

.input_area {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

button.next_btn {
  text-transform: capitalize;
  background-color: #1e2e53;
  font-weight: 600;
  font-size: 16px;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  max-width: 100%;
  height: 50px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e2e53;
  transition: 0.2s !important;
  min-width: 150px;
  padding: 10px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.main_form .back {
  text-transform: capitalize;
  background-color: #000;
  font-weight: 600;
  font-size: 16px;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  max-width: 100%;
  height: 50px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e2e53;
  transition: 0.2s !important;
  min-width: 150px;
  padding: 10px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.otp_btn_area button.next_btn {
  font-size: 16px;
  font-weight: 500;
  min-width: 160px;
  text-transform: capitalize;
}

.step input[type="text"]::placeholder,
.step input[type="number"]::placeholder,
.step input[type="date"]::placeholder,
.step input[type="email"]::placeholder,
.step input[type="tel"]::placeholder {
  font-size: 16px;
  color: #8e8e8e;
}

.input_btn_area.otp_btn_area {
  max-width: inherit;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 35px !important;
}

.step input[type="text"],
.step input[type="number"],
.step input[type="date"],
.step input[type="email"],
.step input[type="tel"] {
  font-size: 16px;
  font-weight: 300;
  color: #1c1c1c;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  padding: 12px 14px;
  line-height: 20px;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  height: 50px;
  transition: all 0.1s ease-out;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  box-shadow: rgb(0, 0, 0) 0px 0px 0px;
}

.input_title {
  min-width: 245px;
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  text-align: right;
}

.single_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-width: 600px;
  margin: 0 auto;
}

.max_width_limit {
  min-width: 600px;
  margin: 0 auto;
}

.step select {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  padding: 0.375rem 30px 0.375rem 0.75rem;
  line-height: 1.2;
  outline: none;
  display: block;
  box-sizing: border-box;
  z-index: 2;
  height: 50px;
  transition: all 0.1s ease-out;
  background-color: #24aae1;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  width: 100%;
  border: none;
  box-shadow: none;
  /* appearance: none; */
  background-repeat: no-repeat;
  background-position: right 10px center;
  position: relative;
}

.step select:hover,
.step select:focus {
  background-color: #275e9e;
}

.step select option {
  background: #fff;
  color: #000;
}

.step .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
  font-size: 16px;
  font-weight: 300;
  color: #6d6e7a;
  border: none;
  border-radius: 4px;
  padding: 0;
  padding-bottom: 0;
  line-height: 20px;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  height: 50px;
  transition: all 0.1s ease-out;
  background-color: #fff;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px;
}

.step input[type="number"]::-webkit-inner-spin-button,
.step input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.send_sms .next_btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.input_area {
  margin-bottom: 25px;
}

.single_input.mobile_input input {
  padding-left: 58px !important;
}

.single_input.mobile_input .iti__selected-dial-code {
  display: none;
}

.otp_input {
  flex-direction: row;
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 340px;
  margin: 0 auto 25px;
}

.otp_input input {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #b3b3b3 !important;
  border-radius: 5px !important;
  color: #484848 !important;
  font-size: 16px !important;
  background-color: #fff !important;
  text-overflow: ellipsis !important;
  text-align: center !important;
  font-weight: 500 !important;
  padding: 0 !important;
}

.otp_input input[type="number"] {
  -moz-appearance: textfield;
}

.check_mark {
  margin-bottom: 20px;
  text-align: center;
}

.close_back img {
  width: 13px;
  flex: none;
  margin-right: 10px;
}

.close_back a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.step_cross p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}

.close_back p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.close_back {
  width: 110px;
  background: #fff;
  border-radius: 25px;
  padding: 10px;
  margin: 30px auto;
}

.close_back:hover {
  background: #000;
}

.close_back:hover img {
  filter: brightness(0) invert(1);
}

.close_back:hover p {
  color: #fff;
}

.step_cross {
  background: #1b233d;
  width: 100%;
  margin: 0 auto;
  padding: 34px;
  min-height: 268px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  display: none;
  border-radius: 25px;
}

.error-text {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  padding: 5px 7px 1px;
  background: rgb(227, 75, 79);
  border-radius: 0 0 3px 3px;
  margin-bottom: 5px;
  position: relative;
  top: -3px;
}

.error_border {
  border: 1px solid #e34b4f !important;
}

.option.selected {
  background: #000000;
  color: rgb(255 255 255);
  border-color: rgb(247 113 18);
}

.flex_items.max_team {
  max-width: 910px;
}

.single_input {
  position: relative;
}

.single_input label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 4px;
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 300;
  transition: 0.2s ease all;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  z-index: 3;
}

.single_input .form_control:focus + label,
.single_input .form_control:not(:placeholder-shown) + label {
  top: 10px;
  left: 11px;
  font-size: 11px;
  color: #8e8e8e;
}

.single_input.mobile_input {
  min-width: 400px;
}
/*-------------Quiz-------------*/

/*-------------about_us-------------*/
.about_us {
  padding: 85px 20px;
  background: #f15a2b;
}

.about_heading h2 {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 36px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

.about_box p {
  font-weight: 400;
  font-family: Muli;
  font-size: 16px;
  color: rgb(38, 37, 38);
  line-height: 1.4;
  font-style: italic;
}

.about_box p strong {
  font-weight: 800;
  font-family: Muli;
  color: rgb(38, 37, 38);
}

.about_bottom_text h4 {
  font-weight: 800;
  font-style: normal;
  font-family: Muli;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background: #f15a2b;
  padding: 8px 10px;
  min-width: 197px;
  margin-bottom: 12px;
}

.about_box p {
  font-weight: 400;
  font-family: Muli;
  font-size: 16px;
  color: rgb(38, 37, 38);
  line-height: 1.2;
  font-style: italic;
}

.about_bottom_img img {
  max-width: 97px;
}

.about_link h3 {
  max-width: 430px;
}

.about_link a {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 36px;
  color: rgb(255, 255, 255);
  text-decoration: underline;
  line-height: 1.2;
  display: inline-block;
}

.about_boxes {
  display: flex;
  gap: 5px;
  margin-bottom: 90px;
  flex-wrap: wrap;
  justify-content: center;
}

.about_box {
  padding: 25px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  max-width: 395px;
}

.about_heading {
  margin-bottom: 30px;
}

.about_bottom {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
}
/*-------------about_us-------------*/

/*-------------help_us-------------*/
.help_us_sec {
  padding: 80px 20px 60px;
  background: #fff;
}

.help_us_heading {
  margin-bottom: 25px;
}

.help_us_heading h2 {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 36px;
  color: rgb(38, 37, 38);
  line-height: 1.2;
}

.help_us_content ul li {
  font-weight: 600;
  font-style: normal;
  font-family: Muli;
  font-size: 22px;
  color: rgb(38, 37, 38);
  line-height: 1.4;
  margin-bottom: 25px;
}

.help_us_content ul li span {
  margin-right: 15px;
  display: inline-block;
}

.help_us_img {
  text-align: center;
}

/*-------------help_us-------------*/

/*-------------footer_sec-------------*/
.footer_sec {
  padding: 65px 20px;
  background: #f15a2b;
}

.footer_top_part h3 {
  font-weight: 600;
  font-style: normal;
  font-family: Muli;
  font-size: 22px;
  color: rgb(255, 255, 255);
  line-height: 1.3;
  margin-bottom: 80px;
}

.footer_top_part h4 a {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 36px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.footer_top_part h4 a span {
  display: inline-block;
  position: relative;
}

.footer_top_part h4 a span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer_top_part h4 span {
  font-weight: 900;
  font-family: Muli;
}

.footer_top_part h4 .get_in {
  font-weight: 900;
  font-family: Muli;
  color: rgb(0, 0, 0);
}

.footer_top_part h4 {
  max-width: 690px;
}

.footer_top_part {
  padding-bottom: 80px;
  border-bottom: 3px solid #fff;
  width: 100%;
}

.footer_bottom_part h5 {
  font-weight: 900;
  font-style: normal;
  font-family: Muli;
  font-size: 28px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-decoration: underline;
  margin-bottom: 35px;
}

.footer_bottom_part ul li {
  font-weight: 300;
  font-style: normal;
  font-family: Muli;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin-bottom: 10px;
}

.footer_bottom_part {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  gap: 20px;
  max-width: 950px;
  width: 100%;
}

/*-------------footer_sec-------------*/

/*-------------Thank-You-------------*/
.header_part.thanks_header .top_header .logo img {
  max-width: 200px;
}

.secure_img {
  max-width: 120px;
}

.thanks_sec {
  padding: 60px 20px;
}

.thanks_content h1 {
  font-family: Merriweather;
  font-weight: 700;
  line-height: 1.3;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_content h3 {
  font-weight: 400;
  font-family: Roboto;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  max-width: 790px;
  margin: 0 auto 40px;
}

.thanks_footer {
  background: #f17345;
  padding: 40px 20px;
}

.thanks_footer_left h3,
.thanks_footer_right ul li a {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  color: rgb(255, 255, 255);
  line-height: 1.3;
}

.footer_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.thanks_footer_right ul {
  display: flex;
  align-items: center;
  gap: 60px;
}

.thanks_iframe {
  height: 440px;
  max-width: 740px;
  margin: 0 auto;
}

.thanks_iframe iframe {
  width: 100%;
}

/*-------------Thank-You-------------*/

/*-------------Responsive-------------*/

@media all and (max-width: 1199px) {
  .banner_part h1 {
    font-size: 58px;
    margin-bottom: 40px;
  }
  .lead_btn_area a:after {
    display: none;
  }

  .banner_part h1 span {
    font-size: 58px;
  }
}

@media all and (max-width: 1024px) {
  .top_header .logo img {
    max-width: 160px;
  }
  .header_number a {
    font-size: 21px;
  }

  .banner_part h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }

  .banner_part h1 span {
    font-size: 48px;
  }

  .banner_part h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .banner_box_img {
    max-width: 105px;
    height: 65px;
    margin: 0 auto 0px;
  }

  .banner_box_text p {
    font-size: 19px;
  }

  .banner_boxes {
    max-width: 768px;
    gap: 25px;
  }

  .leads_part {
    padding: 20px 20px 10px;
  }

  .leads_top_text p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .lead_btn_area h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }

  .lead_btn_area a {
    font-size: 25px;
  }

  .leads_middle_text h3 {
    font-size: 18px;
  }

  .leads_middle_text {
    margin-bottom: 20px;
  }

  .leads_bottom_text p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .leads_bottom_text p strong {
    font-size: 18px;
  }

  .quiz_heading h2 {
    font-size: 30px;
  }

  .step_heading h2 {
    font-size: 23px;
  }

  .main_form button,
  .main_form .option span {
    font-size: 18px;
    padding: 10.3px 30px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main_form,
  #step_cross {
    padding: 40px 40px;
    height: 450px;
  }

  .about_us {
    padding: 40px 20px;
  }

  .about_heading h2 {
    font-size: 30px;
  }

  .about_heading {
    margin-bottom: 25px;
  }

  .about_boxes {
    margin-bottom: 35px;
  }

  .about_link a {
    font-size: 30px;
  }

  .help_us_sec {
    padding: 40px 20px 40px;
  }

  .help_us_heading h2 {
    font-size: 30px;
  }

  .help_us_heading {
    margin-bottom: 20px;
  }

  .help_us_content ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .help_us_img {
    max-width: 180px;
    margin: 0 auto;
  }

  .footer_sec {
    padding: 40px 20px;
  }

  .footer_top_part h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .footer_top_part h4 a {
    font-size: 30px;
  }

  .footer_top_part {
    padding-bottom: 50px;
  }

  .footer_bottom_part {
    padding-top: 40px;
    gap: 20px;
    max-width: 575px;
  }

  .footer_bottom_part h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer_bottom_part ul li {
    font-size: 18px;
  }

  .about_link {
    display: flex;
    justify-content: center;
  }

  .header_part.thanks_header .top_header .logo img {
    max-width: 150px;
  }

  .secure_img {
    max-width: 113px;
  }

  .thanks_sec {
    padding: 30px 20px;
  }

  .thanks_content h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .thanks_content h3 {
    font-size: 18px;
    max-width: 575px;
    margin: 0 auto 30px;
  }

  .thanks_footer {
    padding: 25px 20px;
  }
}

@media all and (max-width: 767px) {
  .header_part {
    background: #ffffff;
    padding: 10px 12px;
  }

  .top_header .logo img {
    max-width: 180px;
    margin-top: 14px;
  }

  .header_number a {
    font-size: 18px;
  }

  .banner_part h1 {
    font-size: 36px;
    margin-bottom: 45px;
  }

  .banner_part h1 span {
    font-size: 36px;
  }

  .banner_part h3 {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 2.2;
  }

  .banner_box_text p {
    font-size: 21px;
  }

  .banner_box_img {
    margin: 0 auto 4px;
    height: 80px;
  }

  .banner_boxes {
    max-width: 320px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .leads_all_content {
    gap: 20px;
    flex-wrap: wrap;
  }

  .leads_top_text p {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .lead_btn_area h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .lead_btn_area a {
    font-size: 32px;
  }

  .leads_left,
  .leads_rights {
    width: 100%;
    flex: inherit;
  }

  .leads_rights {
    margin-bottom: 25px;
  }

  .leads_bottom_text p {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .leads_middle_text h3 {
    font-size: 19px;
  }

  .leads_bottom_text p strong {
    font-size: 19px;
  }

  .leads_all_content.leads_bottom_text {
    gap: 5px;
  }

  .leads_part {
    padding: 20px 20px 0;
  }

  .quiz_sec {
    padding: 0px 20px 30px;
  }

  .quiz_heading h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .main_form,
  #step_cross {
    padding: 90px 40px;
    height: 867px;
  }

  .single_input {
    min-width: 100%;
  }

  .single_input.mobile_input {
    min-width: 100%;
  }

  .step_heading h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .main_form .option span {
    width: 100%;
  }

  .main_form .option {
    width: 100%;
  }

  .about_heading h2 {
    font-size: 30px;
  }

  .about_boxes {
    margin-bottom: 30px;
    gap: 50px;
  }

  .about_bottom {
    gap: 15px;
    flex-wrap: nowrap;
    margin-top: 25px;
  }

  .about_link a {
    font-size: 36px;
    line-height: 1.4;
  }

  .help_us_sec {
    padding: 40px 20px;
  }

  .help_us_heading h2 {
    font-size: 30px;
  }

  .help_us_content ul li {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .footer_top_part h3 {
    margin-bottom: 20px;
  }

  .footer_top_part h4 a {
    font-size: 36px;
    display: inline-block;
  }

  .footer_top_part {
    padding-bottom: 35px;
  }

  .footer_bottom_part {
    padding-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }

  .footer_bottom_part h5 {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .footer_bottom_part ul li {
    font-size: 16px;
  }

  .footer_sec {
    padding: 30px 20px;
  }

  .header_part.thanks_header .top_header .logo img {
    max-width: 105px;
  }

  .secure_img {
    max-width: 85px;
  }

  .thanks_content h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .thanks_content h3 {
    font-size: 17px;
    max-width: 90%;
    margin: 0 auto 25px;
  }

  .footer_content {
    flex-wrap: wrap;
    gap: 10px;
  }

  .thanks_footer_right ul {
    gap: 23px;
  }

  .help_us_img {
    max-width: 220px;
  }

  .about_box {
    padding: 25px 15px;
  }

  .about_bottom_img img {
    max-width: 75px;
  }

  .lead_btn_area {
    padding: 18px 30px 50px;
  }

  .logo {
    width: 100%;
    text-align: left;
  }

  .container_part {
    max-width: 320px;
  }

  .top_header {
    position: relative;
  }

  .header_number {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

.error-msg {
  color: #d93025;
  font-size: 0.85rem;
  margin-top: 4px;
  display: block;
}

/*-------------Responsive-------------*/
.visually-hidden-validator {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  padding: 0;
  border: none;
  top: -50px;
}
.lead-types {
  height: 0;
  padding: 0;
  border: none;
}

@media all and (min-width: 768px) {
  .mobile_display_show {
    display: none;
  }
}
