* 


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

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #333 !important;
    transition: background-color 9999s ease-in-out 0s;
}
html 
{
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}
body 
{
    font-family: "Poppins", sans-serif;
}
body::-webkit-scrollbar 
{
    width: 3px;
}
body::-webkit-scrollbar-track 
{
    background: #FFF;
}
body::-webkit-scrollbar-thumb 
{
    background: #212529;
}

.userinput-field:focus {
    outline: none;
    box-shadow: none;
}
.topheader_design
{
    margin: 0;
    width: auto;
    height: auto;
    background-color: #212529;
}
.topheader_textdesign
{
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 3px 0px;
}
.logo_section
{
    margin: 0;
    width: auto;
    height: auto;
    background-color: #2381fdff;
    padding: 12px 0px 2px 30px;
}
.logoimage_design
{
    width: 130px;
}
.quiz_outsection
{
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    margin-top: 30px;
    line-height: 35px;
}
.quiz_headingdesign
{
    color: #000;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.progress {
    overflow: hidden;
    height: 20px;
    background-color: #eee;
    border-radius: 4px;
    width: 94%;
    margin: 0px auto;
    margin-top: 24px;
}
.progress-bar 
{
	width: 0;
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: #0078e7;
}
.progress-striped .progress-bar 
{
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar 
{
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
}
.mainquiz_boxsection
{
    border-width: 0.5px !important;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.08), 0 0px 24px rgba(0, 0, 0, 0.06);
    border-style: solid !important;
    border-color: #2381fd !important;
    background-color: #FFF;
    margin-top: 30px;
    border-radius: 4px;
}
.quizquestion_textdesign
{
    text-align: center;
    padding: 16px 0px 0px 0px;
    font-weight: 500;
    font-size: 30px;
}
.wrapper 
{
    display: flex;
    gap: 20px;
    padding: 25px 0px 30px 20px;
}
.wrapper_radio 
{
    display: none;
}
.wrapper_card 
{
    width: 292px;
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.2s;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .065);
    padding: 0px 0px 12px 0px;
}
.wrapper_card:hover 
{
    border-color: #007bff33 !important;
    background: #f5f9ff;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-color: #0078e7;
    transform: scale(1.05);
}
.wrapper_card img 
{
    max-width: 120px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wrapper_card span 
{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.wrapper_radio:checked + .wrapper_card 
{
    border-color: #007bff33 !important;
    background: #f5f9ff;
}
.privacy_outsection
{
    margin-top: 50px;
    text-align: center;
}
.lock_icon
{
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: middle;
}
.information_textdesign
{
    color: #212529bf;
    font-weight: 400;
    font-size: 14px;
}
.information_textdesign a
{
    color: #212529bf;
    font-weight: 400;
    font-size: 14px;
}
.suppliers_outsection
{
    width: 100%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 50px 0px 0px 0px;
}
.supplierstext_heading
{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    letter-spacing: 0.5px;
}
/* ===== Wrapper ===== */
.logo-slider {
  width: 100%;
  overflow: hidden;
  padding: 0px 0;
  position: relative;
}
.logo-slider::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.logo-slider::after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}
/* ===== Track ===== */
.logo-slider__track {
  display: flex;
  width: calc(200px * 10);
  animation: logo-scroll 20s linear infinite;
}
/* ===== Each Logo Item ===== */
.logo-slider__item {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-slider:hover .logo-slider__track {
  animation-play-state: paused;
}
/* ===== Logo Image ===== */
.logo-slider__image {
  width: 140px;
  /* opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease; */
}
/* Hover effect */
/* .logo-slider__image:hover {
  transform: scale(1.1);
  opacity: 1;
} */
/* ===== Animation ===== */
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.works_outsection
{
    width: 100%;
    max-width: 1150px;
    margin: 0px auto;
    margin-top: 110px;
}
.howitworks_textdesign
{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    letter-spacing: 0.5px;
}
/* ===== Section ===== */
.steps 
{
    padding: 30px 0px 0px 0px;
}
/* ===== Container ===== */
.steps__container 
{
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
/* ===== Item ===== */
.steps__item 
{
  flex: 1;
}
/* ===== Icon ===== */
.steps__icon 
{
  width: 120px;
  margin-bottom: 15px;
}
/* ===== Title ===== */
.steps__title 
{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Montserrat';
}
/* ===== Description ===== */
.steps__description 
{
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  max-width: 260px;
  margin: 0 auto;
}
.footer_outsection
{
    background-color: #FAFBFC;
    padding: 10px 0 20px;
    margin-top: 50px;
}
.footer_innersection
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1192px;
}
.footer_logodesign
{
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
}
.footer_paragrapghtextdesign
{
    font-size: 10px;
    text-align: center;
    color: #000;
    padding: 12px 20px 0px 20px;
    font-weight: 500;
    line-height: 13px;
}
.footer_paragrapghtextdesign a
{
    color: #188bf6;
    text-decoration: none;
}
/* ===== Footer ===== */
.footer 
{
    padding: 16px 0px 0px 0px;
    font-size: 10px;

}
/* ===== Links Wrapper ===== */
.footer__links 
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
/* ===== Individual Link ===== */
.footer__link 
{
  color: #0078e7;
  text-decoration: none;
}

/* ===== Separator ===== */
.footer__separator 
{
  color: #000;
}
.copyright_outsection
{
    font-size: 9px;
    text-align: center;
    color: #000;
    padding: 0px 0px 22px 0px;
    font-weight: 500;
}
/* ===== Grid Wrapper ===== */
.business-options 
{
    max-width: 950px;
    margin: 0 auto;
    padding: 25px 15px 30px 15px;
}
.business-options__grid 
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
/* ===== Item ===== */
.business-options__item 
{
  position: relative;
}
/* Hide default radio */
.business-options__radio 
{
  display: none;
}
/* ===== Label (Card) ===== */
.business-options__label 
{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .3rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .065);
    min-height: 80px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.2s;
}
/* Hover effect */
.business-options__label:hover 
{
    border-color: #007bff33 !important;
    background: #f5f9ff;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-color: #0078e7;
    transform: scale(1.05);
}
/* ===== Custom Radio Circle ===== */
.business-options__custom-radio 
{
  width: 24px;
  height: 24px;
  border: 2px solid #bbb;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
/* Inner dot */
.business-options__custom-radio::after 
{
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  background: url(https://quiz-live.s3.amazonaws.com/upload/uleads/check-icon-1775472078101.webp) no-repeat center;
  background-size: contain;
  opacity: 0;
}
/* ===== Text ===== */
.business-options__text {
  font-size: 20px;
  color: #000;
}
/* ===== Checked State (ACTIVE BOX STYLE) ===== */
.business-options__radio:checked + .business-options__label {
  border: 1px solid #0078e7;
  background: #eef6ff;
  transform: scale(1.02);
}

.business-options__radio:checked 
+ .business-options__label 
.business-options__text {
  color: #0078e7;
}

/* Circle border when active */
.business-options__radio:checked 
+ .business-options__label 
.business-options__custom-radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #007bff;
    border: 1px solid #007bff;
    position: relative;
}

/* Inner dot animation */
.business-options__radio:checked 
+ .business-options__label 
.business-options__custom-radio::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* Smooth animation */
.business-options__label {
  transition: all 0.25s ease;
}

.currentprovider_outsection
{
    max-width: 950px;
    margin: 0 auto;
    padding: 25px 15px 30px 15px;
}
.currentprovider_selecttagdesign
{
    display: block;
    width: 70%;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 11px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    font-size: 18px;
    height: 48px;
    box-shadow: none;
    padding: 0px 10px;
    margin: 0px auto;
}
.currentprovide_nextbtndesign
{
    background: #2381fd;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 600;
    color: #FFF;
    border: none;
    outline: none;
    width: 150px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
}
.second_designs
{
    display: block;
    width: 100%;
    margin: 0px auto;
    max-width: 449px;
}
.second_designinner
{
    margin: 0px 0px 15px 0px;
}
.second_designinner1
{
    margin: 0px 0px 0px 0px;
}
.quiz_ptextdesign 
{
    max-width: 475px;
    margin: 0 auto;
    padding: 14px 0px 0px 0px;
    font-size: 14px;
    text-align: center;
}
/* Main container */
.zipinput-container
{
    display: flex;
    align-items: center;
    max-width: 400px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #f9f9f9;
    margin: 0px auto;
    width: 100%;
    position: relative;
    height: 50px;
}
.zipinput-container::after
{
    position: absolute;
    content: "";
    width: 1px;
    height: 48px;
    background: #dee2e6;
    left: 38px;
    top: 0;
}
.mobileinput-container
{
    display: flex;
    align-items: center;
    max-width: 400px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #f9f9f9;
    margin: 0px auto;
    width: 100%;
    position: relative;
    height: 50px;
}
.mobileinput-container::after
{
    position: absolute;
    content: "";
    width: 1px;
    height: 48px;
    background: #dee2e6;
    left: 50px;
    top: 0;
}
.businessinput-container
{
    display: flex;
    align-items: center;
    max-width: 400px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #f9f9f9;
    margin: 0px auto;
    width: 100%;
    position: relative;
    height: 50px;
}
.businessname-container
{
    display: flex;
    align-items: center;
    max-width: 450px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fff;
    margin: 0px auto;
    width: 100%;
    position: relative;
    height: 50px;
}
/* Icon section */
.zipinput-icon 
{
    padding: 6px 0px 0px 12px;
}
.zipinput-icon img
{
    width: 14px;
}
/* Input field */
.zipinput-field
{
    border: none;
    outline: none;
    width: 100%;
    font-size: 17px;
    color: #333;
    background-color: transparent;
    font-weight: 600;
    padding: 0px 0px 0px 20px;
}
.businessinput-field
{
    border: none;
    outline: none;
    width: 100%;
    font-size: 17px;
    color: #333;
    background-color: transparent;
    font-weight: 600;
    padding: 0px 0px 0px 10px;
}
.userinput-field
{
    border: none;
    outline: none;
    width: 100%;
    font-size: 17px;
    color: #333;
    background-color: transparent;
    font-weight: 600;
    padding: 0px 0px 0px 10px;
}
.mobileinput-field
{
    border: none;
    outline: none;
    width: 100%;
    font-size: 17px;
    color: #333;
    background-color: transparent;
    font-weight: 600;
    padding: 0px 0px 0px 60px !important;
}
.field_gaps
{
    margin-bottom: 20px;
}
/* Placeholder style */
.zipinput-field::placeholder 
{
  color: #bdbdbd;
}
.iti__selected-dial-code {
    display: none;
}
.iti__selected-flag {
    background-color: transparent !important;
    padding: 0px 0px 0px 8px;
}
.thankyou_outsection
{
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
}
.thanksenquirey_textdesign
{
    font-size: 50px;
    text-align: center;
    color: #000;
    padding: 50px 0 0;
    font-family: "Montserrat", sans-serif;
}
.thanksparagraph_textdesigns
{
    text-align: center;
    color: #000;
    font-size: 26px;
    padding: 50px 0px 0px 0px;
}

@media (max-width: 767px)
{
    .wrapper
    {
        display: block;
    }
    .business-options__grid
    {
        display: block;
    }
    .steps__container
    {
        display: block;
    }
    .topheader_textdesign
    {
        font-size: 12px;
    }
    .logo_section
    {
        padding: 12px 0px 2px 20px;
    }
    .quiz_headingdesign
    {
        font-size: 25px;
    }
    .quiz_outsection
    {
        padding: 0px 20px;
    }
    .progress
    {
        width: 100%;
    }
    .quizquestion_textdesign
    {
        font-size: 22px;
    }
    .wrapper_card
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        text-align: left;
        padding-left: 15px;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .wrapper_card img
    {
        max-width: 42px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .wrapper_card span
    {
        padding: 0px 0px 0px 15px;
    }
    .business-options__text
    {
        font-size: 17px;
    }
    .business-options__item
    {
        margin-bottom: 10px;
    }
    .currentprovider_selecttagdesign
    {
        width: 100%;
    }
    .quiz_ptextdesign
    {
        font-size: 11px;
        padding: 14px 10px 0px 10px;
    }
    .supplierstext_heading
    {
        font-size: 17px;
    }
    .steps__item 
    {
       margin-bottom: 20px;
    }
    .steps__description
    {
        max-width: 380px;
    }
    .thanksenquirey_textdesign
    {
        font-size: 30px;
    }
    .thanksparagraph_textdesigns
    {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1023px)
{
    .wrapper
    {
        display: block;
    }
    .business-options__grid
    {
        display: block;
    }
    .topheader_textdesign
    {
        font-size: 12px;
    }
    .logo_section
    {
        padding: 12px 0px 2px 20px;
    }
    .quiz_headingdesign
    {
        font-size: 25px;
    }
    .quiz_outsection
    {
        padding: 0px 40px;
    }
    .progress
    {
        width: 100%;
    }
    .quizquestion_textdesign
    {
        font-size: 22px;
    }
    .wrapper_card
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        text-align: left;
        padding-left: 15px;
        margin-bottom: 10px;
        padding-top: 10px;
        width: 98%;
    }
    .wrapper_card img
    {
        max-width: 42px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .wrapper_card span
    {
        padding: 0px 0px 0px 15px;
    }
    .business-options__text
    {
        font-size: 17px;
    }
    .business-options__item
    {
        margin-bottom: 10px;
    }
    .currentprovider_selecttagdesign
    {
        width: 100%;
    }
    .quiz_ptextdesign
    {
        font-size: 11px;
        padding: 14px 10px 0px 10px;
    }
    .supplierstext_heading
    {
        font-size: 17px;
    }
    .steps__item 
    {
       margin-bottom: 20px;
    }
    .steps__description
    {
        max-width: 380px;
    }
    .footer_innersection
    {
        padding: 0px 15px;
    }
    .steps
    {
        padding: 30px 10px 0px 10px;
    }
}

.quiz-hidden {
    display: none !important;
}

.error-text {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

/* .input-error {
    border: 1px solid red;
} */

.input-group {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px; /* spacing between inputs */
    width: 100%;
     position: relative; /* 🔥 ADD THIS */
}

/* INPUT ROW */
.zipinput-container {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px 10px 0px;
    background: #fff;
    transition: all 0.2s ease;
}

/* ICON */
.zipinput-icon {
    margin-right: 8px;
}

.zipinput-icon img {
    /* width: 18px; */
    opacity: 0.6;
}

/* INPUT */
.zipinput-field {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

/* FOCUS */
.zipinput-container:focus-within {
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.15);
}

/* ERROR TEXT */
/* .error-text {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 2px;
    font-weight: 400;
} */

.error-text {
    display: none;
    font-size: 12px;
    color: #ff4d4f;
    margin-top: 4px;
    line-height: 1.2;
}

/* ERROR STATE */
.input-group.input-error .zipinput-container {
    border-color: #ff6b6b;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.1);
}

.input-group.input-error .error-text {
    display: block;
}

/* spacing between fields */
.field_gaps {
    margin-bottom: 14px;
}

.iti {
    width: 100%;
}

.mobileinput-field {
    width: 100%;
    padding: 10px 12px;
}

.zip-dropdown {
    position: absolute;
    top: 100%;        /* 👇 pushes BELOW input */
    left: 0;
    width: 100%;

    background: #fff;
    border: 1px solid #ddd;
    max-height: 180px;
    overflow-y: auto;
    z-index: 999;
}

.zip-item {
    padding: 10px;
    cursor: pointer;
}

.zip-item:hover {
    background: #f2f2f2;
}

.currentprovide_nextbtndesign.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.currentprovide_nextbtndesign.loading::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg) translateY(-50%);
    }
}

input[type="radio"]:checked + label {
    transform: scale(1.03);
    transition: 0.2s ease;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(#000 0 90deg,#ccc 0 180deg);
  animation: l21 1s infinite linear;
}
@keyframes l21 {
  100% {transform: rotate(.5turn)}
}

/* Wrapper background */
.privacy-wrapper {
    background: #f5f5f5;
    padding: 60px 20px;
}

/* Main container */
.privacy-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Title */
.privacy-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Intro paragraph */
.privacy-intro {
    text-align: center;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
}

/* Section headings */
.privacy-container h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 15px;
}

/* Sub headings */
.privacy-container h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}

/* Paragraphs */
.privacy-container p {
    color: #444;
    line-height: 1.8;
    font-size: 15px;
}

.privacy_outsection
{
    margin-top: 50px;
    text-align: center;
}

/* ======================================terms & condition privacy policy become a partner css==================================== */
.termscondition_outsection
{
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%;
}
.termsheading_textdesign
{
    font-size: 32px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 45px 0px 60px 0px;
}
.termspara_textdesign
{
    font-size: 13.6px;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 1.4em;
}
.termspara_textdesign a
{
    text-decoration: none;
    color: #188bf6;
}
.paragraph_boxsection
{
    margin-top: 120px;
}
.paragraph_subheadingtextdesign
{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Lato", sans-serif;
}
.paragraph_ptextdesign
{
    font-size: 15.5px;
    text-align: left;
    color: #000;
    font-family: "Lato", sans-serif;
    line-height: 1.4em;
}
.paragraph_ptextdesign a
{
    text-decoration: none;
    color: #188bf6;
}
.paragraph_ptextdesign1
{
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 15.5px;
    text-align: left;
    color: #000;
    font-family: "Lato", sans-serif;
    line-height: 1.4em;
}
.paragraph_ptextdesign2
{
    padding-top: 20px;
    font-size: 15.5px;
    text-align: left;
    color: #000;
    font-family: "Lato", sans-serif;
    line-height: 1.4em;
}
.paragraph_ptextdesign3
{
    padding-top: 20px;
    font-size: 15.5px;
    text-align: left;
    color: #000;
    font-family: "Lato", sans-serif;
    line-height: 1.4em;
}
.paragraph_ptextdesign4
{
    padding-top: 20px;
    font-size: 15.5px;
    text-align: left;
    color: #000;
    font-family: "Lato", sans-serif;
    line-height: 1.4em;
}
.paragraph_subheadingtextdesign1
{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Lato", sans-serif;
    padding-top: 40px;
}
.bysubmit_textdesign
{
    font-size: 16px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    padding: 30px 0px 0px 0px;
}
.permsp_structuredesign
{
   padding-top: 25px;
}
.permsp_structuredesign a
{
    color: #188bf6;
    text-decoration: none;
    font-family: "Lato", sans-serif;
}
.permsp_structuredesign a:hover
{
    text-decoration: underline !important;
}
.cpyrgt_textdesign
{
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-top: 2px;
}
.collectinformation_textdesigns
{
    font-size: 32px;
    padding: 40px 0px 0px 0px;
}

.privacyparagraph_boxsection
{
    margin-top: 90px;
}
.paragraph_subheadingtextdesign6
{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Lato", sans-serif;
    padding-top: 40px;
}


.become_partnersection
{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 60px;
}
.partner_boxinnersection
{
    display: flex;
    width: 100%;
}
.fstpartner_boxsection
{
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap;
    display: flex;
}
.secondpartner_boxsection
{
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap;
    display: flex;
    width: 100% !important;
    padding: 0px 0px 0px 30px;
}
.fstpartner_textsection
{
    font-size: 34px;
    text-align: center;
    color: #000;
    padding: 0px 25px 0px 0px;
}
.fstprtnerp_textdesigns
{
    font-size: 23px;
    text-align: center;
}
.form-container {
    margin: 40px auto;
    padding: 30px;
    border: 2px dashed #cfd8dc;
    background: #fafafa;
    width: 100%;
}

.contact-form {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 14px 12px;
    border: none;
    border-radius: 6px;
    background-color: #e9ecef;
    font-size: 14px;
    color: #333;
    font-family: 'Poppins';
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9aa0a6;
}

.form-textarea {
  height: 120px;
  resize: vertical;
}

/* Email icon */
.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa0a6;
}

.input-icon .form-input {
  padding-left: 35px;
}

/* Button */
.submit-btn {
    background-color: #2A3135;
    color: #fff;
    padding: 16px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    width: 18%;
}

.submit-btn:hover {
  background-color: #1f2a30;
}

.how_doesection
{
    width: 100%;
    margin-top: 150px;
}
.inner_howdoesection
{
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.howworks_textdesign
{
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

/* Section Background */
.steps-section {
  padding: 80px 0px 80px 0px;
}

/* Container */
.steps-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

/* Each Step */
.step-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
}

/* Number Circle */
.step-number {
    min-width: 55px;
    height: 55px;
    background-color: #2f80ed;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content */
.step-content {
  max-width: 300px;
}

.step-title {
    font-size: 24px;
    margin: 0 0 0px;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.step-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.getleads_btndesign
{
    background-color: #3E97EC;
    color: #FFF;
    padding: 18px 30px;
    font-weight: 700;
    border: none;
    outline: none;
    box-shadow: 0 1px 5px #0006;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 6px;
    font-size: 23px;
    cursor: pointer;
}

.thirdbecame_outsection
{
    background-color: #188bf6;
    margin-top: 70px;
    padding: 0px 0px 26px 0px;
}
.thirdbecame_headingtextdesign
{
    font-size: 32px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
}

/* Section */
.features-section {
    padding: 40px 20px;
    color: #fff;
}

/* Grid Layout */
.features-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  column-gap: 40px;
  text-align: center;
}

/* Each Item */
.feature-item {
  padding: 10px 20px;
}

/* Icon */
.feature-icon img {
  width: 65px;
}

/* Title */
.feature-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Text */
.feature-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.downgetleads_btndesign
{
    background-color: #3E97EC;
    color: #FFF;
    padding: 18px 30px;
    font-weight: 700;
    border: none;
    outline: none;
    box-shadow: 0 1px 5px #0006;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 6px;
    font-size: 23px;
    cursor: pointer;
}

.becomefooter_outsection
{
    background-color: #FAFBFC;
    padding: 10px 0 20px;
    margin-top: 0px;
}
/* ======================================terms & condition privacy policy become a partner css==================================== */

@media (max-width: 767px)
{
    .wrapper
    {
        display: block;
    }
    .business-options__grid
    {
        display: block;
    }
    .steps__container
    {
        display: block;
    }
    .topheader_textdesign
    {
        font-size: 12px;
    }
    .logo_section
    {
        padding: 12px 0px 2px 20px;
    }
    .quiz_headingdesign
    {
        font-size: 25px;
    }
    .quiz_outsection
    {
        padding: 0px 20px;
    }
    .progress
    {
        width: 100%;
    }
    .quizquestion_textdesign
    {
        font-size: 22px;
    }
    .wrapper_card
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        text-align: left;
        padding-left: 15px;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .wrapper_card img
    {
        max-width: 42px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .wrapper_card span
    {
        padding: 0px 0px 0px 15px;
    }
    .business-options__text
    {
        font-size: 17px;
    }
    .business-options__item
    {
        margin-bottom: 10px;
    }
    .currentprovider_selecttagdesign
    {
        width: 100%;
    }
    .quiz_ptextdesign
    {
        font-size: 11px;
        padding: 14px 10px 0px 10px;
    }
    .supplierstext_heading
    {
        font-size: 17px;
    }
    .steps__item 
    {
       margin-bottom: 20px;
    }
    .steps__description
    {
        max-width: 380px;
    }
    .thanksenquirey_textdesign
    {
        font-size: 30px;
    }
    .thanksparagraph_textdesigns
    {
        font-size: 18px;
    }


    .partner_boxinnersection
    {
        display: block;
    }
    .fstpartner_textsection
    {
        font-size: 32px;
        padding: 0px 10px 0px 10px;
    }
    .fstprtnerp_textdesigns
    {
        font-size: 24px;
    }
    .secondpartner_boxsection
    {
        display: block;
        padding: 0px 20px 0px 20px;
    }
    .submit-btn
    {
        width: 100%;
    }
    .form-container
    {
        border-radius: 5px;
    }
    .inner_howdoesection
    {
        max-width: 100%;
    }
    .steps-container
    {
        display: block;
        max-width: 100%;
    }
    .step-item
    {
        display: block;
        margin-bottom: 90px;
        padding: 0px 20px;
    }
    .step-content 
    {
      max-width: 100%;
    }
    .step-number
    {
        width: 60px;
        height: 60px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .getleads_btndesign
    {
        margin-top: -62px;
    }
    .features-container
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .mobile_terms
    {
        padding: 0px 10px 0px 10px;
    }
    .footer_innersection
    {
        padding: 0px 10px;
    }
    .termspara_textdesign
    {
        font-size: 14px;
        line-height: 1.3em;
    }
}

@media (min-width: 768px) and (max-width: 1023px)
{
    .wrapper
    {
        display: block;
    }
    .business-options__grid
    {
        display: block;
    }
    .topheader_textdesign
    {
        font-size: 12px;
    }
    .logo_section
    {
        padding: 12px 0px 2px 20px;
    }
    .quiz_headingdesign
    {
        font-size: 25px;
    }
    .quiz_outsection
    {
        padding: 0px 40px;
    }
    .progress
    {
        width: 100%;
    }
    .quizquestion_textdesign
    {
        font-size: 22px;
    }
    .wrapper_card
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        text-align: left;
        padding-left: 15px;
        margin-bottom: 10px;
        padding-top: 10px;
        width: 98%;
    }
    .wrapper_card img
    {
        max-width: 42px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .wrapper_card span
    {
        padding: 0px 0px 0px 15px;
    }
    .business-options__text
    {
        font-size: 17px;
    }
    .business-options__item
    {
        margin-bottom: 10px;
    }
    .currentprovider_selecttagdesign
    {
        width: 100%;
    }
    .quiz_ptextdesign
    {
        font-size: 11px;
        padding: 14px 10px 0px 10px;
    }
    .supplierstext_heading
    {
        font-size: 17px;
    }
    .steps__item 
    {
       margin-bottom: 20px;
    }
    .steps__description
    {
        max-width: 380px;
    }
    .footer_innersection
    {
        padding: 0px 15px;
    }
    .steps
    {
        padding: 30px 10px 0px 10px;
    }


    .secondpartner_boxsection
    {
        padding: 0px 10px 0px 2px;
    }
    .fstpartner_textsection
    {
        padding: 0px 20px 0px 20px;
    }
    .form-container
    {
        padding: 20px;
    }
    .submit-btn
    {
        width: 32%;
    }

    .mobile_terms
    {
        padding: 0px 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px)
{
   .secondpartner_boxsection
   {
    padding: 0px 15px 0px 15px;
   }
   .submit-btn
   {
    width: 22%;
   }

   .mobile_terms
    {
        padding: 0px 20px;
    }
}