@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Work Sans", sans-serif;
}

.org_singlepage_contentcolumn .entry-header h1 {
  display: none;
  color: #001c44;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: -2px;
  margin-bottom: 0px;
}
.org_singlepage_contentcolumn h1 {
  text-transform: capitalize;
  font-family: inherit;
  margin-bottom: 0px;
}
.org_singlepage_contentcolumn h2 {
  font-family: inherit;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
}
.org_singlepage_contentcolumn h3 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
}
.org_singlepage_contentcolumn h4 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
}
.org_singlepage_contentcolumn h5 {
  font-family: inherit;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
}
.org_singlepage_contentcolumn h6 {
  font-family: inherit;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
}
.cq-next,
.cq-back {
  width: 150px;
  margin-top: 35px;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  border-color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  padding: 11px 16px;
  cursor: pointer;
  color: inherit;
   /* background-color: #000; */
}

.cq-step button[type="submit"] {
  width: 150px;
  margin-top: 35px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: -0.2px;
  font-size: 14px;
  border-color: #fff;
  font-weight: 400;
  padding: 11px 0px;
  transition: all 0.3s;
  cursor: pointer;
  /*
  background-color: #000;
  color:inherit; */
}
.cq-step input[type="text"],
.cq-step input[type="email"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  height: 42px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: inherit;
}
#org_singlepage_wrapper p {
  margin-bottom: 0px !important;
  font-weight: 500;
  font-size: inherit;
}
.cq-step input[type="text"]:focus,
.cq-step input[type="email"]:focus,
.cq-step input[type="text"]:focus-visible,
.cq-step input[type="email"]:focus-visible,
.amount-display-container input[type="text"]:focus {
  /*outline: 2px solid #000; */
  outline: none;
}
.org_singlepage_contentcolumn {
  width: 100% !important;
  margin: auto !important;
}
.custom-questionaire {
  /*background: #fff;
    padding: 30px 40px;
    max-width: 70%;
    box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.2);
    margin: auto; 
    text-align: center;  */
  padding: 20px;
}
#org_singlepage_wrapper .sim-text {
  font-weight: 400;
  line-height: 31px;
  margin-block-start: 0.5rem;
  margin-bottom: 1rem !important;
  padding-right: 10px;
  font-size: inherit;
}
.sho-option {
  border: 2px solid white;
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: border 0.3s ease;
  width: fit-content;
  margin-bottom: 25px;
  line-height: normal;
  color: inherit;
  cursor: pointer;
  /*background-color: inherit; */
  border-radius: 30px;
}
.sho-option svg {
  width: 16px;
  height: 16px;
}
.loan-slider-wrapper .sho-option:hover {
  border-color: #ffffffcc;
/*  background: #3d3d3d; 
  color: #fff;*/
}
.step-container {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.step {
  text-align: center;
  padding: 10px 12px;
  color: #939393;
  line-height: normal;
  font-size: 18px;
  font-weight: 400;
}
.step.active {
  color: #000;
  border-bottom: 3px solid #000;
  z-index: 1;
}
.underline {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 3px;
  width: 0%;
  transition: width 0.3s ease;
}
.step-container:before {
  background: #d9d9d9;
  content: "";
  position: absolute;
  bottom: 0px;
  top: auto;
  height: 3px;
  width: 100%;
}
.cq-step select {
  width: 100%;
  height: 38px;
  font: inherit;
  color: inherit;
  margin-top: 10px;
  font-size: 14px;
}
.email-template h2 {
  color: #001c44;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
  line-height: 61px;
  letter-spacing: -2px;
  margin-bottom: 5px;
}
.email-template p,
.email-template ul li {
  margin-bottom: 10px !important;
  max-width: 80%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #404040;
  list-style-type: none;
}
.cq-thank-you-message {
  color: #001c44;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
  line-height: 61px;
  letter-spacing: -2px;
  margin-bottom: 5px;
  text-align: center;
}
.cq-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.loan-slider-wrapper input[type="range"] {
  width: 100%;
}
.bg-img img {
  width: auto !important;
  height: 50px !important;
}
input[type="range"].range-slider:focus {
  outline: none;
}
.range-slider {
  -webkit-appearance: none;
  height: 8px;
  background: #ddd;
  outline: none;
  border-radius: 10px;
  margin: 15px 0px;
}
.cq-step .range-slider {
  border: 1px solid #ccc;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #000;
  cursor: pointer;
  border-radius: 50px;
}
.range-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #04aa6d;
  cursor: pointer;
}

.loan-slider-wrapper,
.form-field {
  position: relative;
}
.loan-slider-wrapper .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #f2fafd;
  border: 1px solid #61b2df;
  color: #61b2df;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  font-size: 16px !important;
  transform: translateX(-50%);
}
.form-field .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #f2fafd;
  border: 1px solid #61b2df;
  color: #61b2df;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 50%;
  font-size: 16px !important;
  transform: translateX(-50%);
}
.loan-slider-wrapper:hover .tooltiptext,
.form-field:hover .tooltiptext {
  visibility: visible;
}
.span-line {
  text-align: center;
  font-size: 18px !important;
  /*color: #000000 !important; */
  font-weight: 400 !important;
}
#org_singlepage_wrapper p.contact-des {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px !important;
  line-height: 22px;
}
.form-field label {
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.5px;
}
#org_singlepage_wrapper p.form-field {
  margin-bottom: 15px !important;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11111;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: width 0.2s ease-in-out;
  padding-top: 50px;
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.2);
}

.sidenav .closebtn {
  position: absolute;
  right: 20px;
  font-size: 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  z-index: 1;
}
.sidenav .closebtn:hover {
  color: #fff;
  background: #3d3d3d;
}
.steps-c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.amount-slider {
  font-weight: 500;
  text-align: left;
  margin-bottom: 4px;
}
.amount-display-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  background: rgba(248, 248, 248, 0.85);
  border-radius: 50px;
  padding: 0.3rem 1.1rem;
  border: 1px solid rgba(240, 240, 230, 0.95);
  margin-bottom: 25px;
  margin-top: 10px;
}
.amount-display-container input[type="text"] {
  background: transparent;
  border: none;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0.5rem 1rem 0.5rem;
  padding-left: 5px;
}
.calAlign.center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100%;
  margin: auto;
}
.calAlign.left {
  width: 100%;
}
.calAlign.center .amount-slider {
  text-align: center;
}
.calAlign.center .sho-option {
  margin: auto;
}

.loan-slider-wrapper {
  width: 100%;
}
.left {
  float: left;
}
.amount-display-container input[type="text"]::placeholder {
  color: #bababa;
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  line-height: auto;
  padding-top: 0px;
}
#sitelayout_type a:focus {
  outline: none;
}
/* Optional CSS class for styling when sidenav is open */
#mySidenav.active {
  width: 400px;
  transition: all 0.3s ease;
}
.questinaire_checkbox_group.one-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.questinaire_checkbox_group.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
}
.questinaire_radio_group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.m-auto {
  margin: auto !important;
  text-align: center;
}

.radio-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

/* Hide native radio input */
.radio-wrapper input[type="radio"] {
  opacity: 0;
}

/* Custom radio style using ::before on label */
.radio-wrapper label {
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: normal;
}

/* Outer circle */
.radio-wrapper label::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

/* Inner dot (hidden by default) */
.radio-wrapper input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

/* Hide native checkbox */
.checkbox-wrapper input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

/* Style label */
.checkbox-wrapper label {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  cursor: pointer;
  line-height: normal;
}

/* Custom checkbox box */
.checkbox-wrapper label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: 2px solid #999;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* Checkmark */
.checkbox-wrapper label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

/* Show checkmark when checked */
.checkbox-wrapper input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
button:focus {
  outline: none !important;
}
.amount-slider h3,
.form-field label,
#org_singlepage_wrapper p.question-text {
  color: inherit;
}
.amount-display-container input[type="text"] {
  color: inherit;
}
#org_singlepage_wrapper p.contact-des,
#org_singlepage_wrapper p.span-line {
  color: inherit;
}
.sidenav {
  background-color: #fff;
}
.sidenav .closebtn {
  border-color: inherit;
  color: inherit;
  background: transparent;
}
.custom-questionaire h2 {
  color: inherit;
}

#org_singlepage_wrapper .sim-text {
  color: inherit;
}

.cq-next:hover,
.cq-back:hover, .cq-step button[type="submit"]:hover {
/*  background-color: #3d3d3d;
  color: #fff; */
}

.range-slider::-webkit-slider-thumb:hover {
  background: #3d3d3d;
}
.questinaire_checkbox_group,
.questinaire_radio_group {
  margin-top: 10px;
}
.radio-wrapper input[type="radio"]:checked + label::after {
  background-color: #000;
}

.checkbox-wrapper label::after {
  border-style: solid;
  border-color: #000;
  border-width: 0 3px 3px 0;
}
@media (max-width: 767px) {
  .custom-questionaire {
    max-width: 100%;
    padding: 30px 20px;
  }
  #org_singlepage_wrapper .sim-text {
    max-width: 100%;
  }
  .cq-steps-wrapper {
    width: 100%;
  }

  .left {
    float: none;
    text-align: center;
  }
}

@media (max-width: 420px) {
  #mySidenav.active {
    width: 100%;
    transition: all 0.3s ease;
  }
}
