html {
    scroll-behavior: smooth;
}

body{
    margin:0;
}

#first-li {
    list-style-type: none;
}

._cont,
.form_wrapper {
    display: block;
    margin: auto
}

#address_zip,
.overlay {
    z-index: 1;
    position: absolute
}
 
.step4 input[type=checkbox],
input[type=radio] {
    transform: scale(1.5);
    accent-color: #517D7B;
}

.top_section {
    background-image: url('https://top10us.com/static/home-security-quote-long/assets/images/Security-usa-scaled-e1673434610464_1.webp');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    position: relative
}

._cont {
    max-width: 1140px
}

.logo_section img {
    height: 50px
}

.logo_section a {
    text-align: left
}

.overlay {
    background-color: transparent;
    background-image: linear-gradient(100deg, #fff 38%, #f2295B00 67%);
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

#form,
.error_div,
.step2 .zip_div {
    position: relative
}

.top_section>:not(.overlay) {
    z-index: 2;
    position: relative
}

.top_section h1 {
    color: #517d7b;
    font-family: Almarai, Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em
}

.top_section h2 {
    color: #517d7b;
    font-family: Poppins, Sans-serif;
    font-size: 22px
}


.fourth_section h2,
.second_section h2,
.third_section h2 {
    font-size: 28px;
    color: #517d7b;
    font-family: Poppins, Sans-serif;
    text-align: center
}

.second_section h2 {
    margin-top: 5rem
}

.fourth_section ul,
.third_section ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.third_section button:hover {
    background: #82c7c4;
}
.third_section button {
    display:none;
}

.top_section .text_div {
    width: 55%;
    padding-top: 3rem
}

.second_section {
    min-height: 450px;
    padding-top: 2rem;
    border-top: 1.4px solid #dad4d4;
    position: relative;
}

.form_wrapper {
    background: #fff;
}

.form_wrapper {
    max-width: 100%;
    width: 950px;
    min-height: 500px;
    border-radius: 1rem
}

.second_section .text_section p {
    font-size: 20px;
    line-height: 28px;
    max-width: 700px;
    margin: auto auto 2rem
}

.features {
    display: flex;
    gap: 1rem;
    max-width: 870px;
    margin: auto
}

.features>div {
    width: 33.3%
}

.features>div img {
    width: 100%;
    border-radius: 1rem
}

.features div p {
    font-size: 16px !important;
    text-align: center;
    margin: 1rem 0 !important
}

.fourth_section_wrapper,
.third_section_wrapper {
    max-width: 870px;
    margin: auto;
    min-height: 200px;
    padding: 1rem
}

.fourth_section h3,
.third_section h3 {
    color: #517d7b;
    font-family: Poppins, Sans-serif
}

.third_section_wrapper img {
    width: 28%;
}
      
.lower_text ul li,
.third_section ul li {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-direction:column;
}

.third_section ul li {
    max-width:200px;
    gap: 1.5rem;
}

.third_section ul {
    display: flex;
    gap: 2rem;
    align-items: start;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: center;
}

.third_section_wrapper > div .txt-container {
    text-align: center;
}
.third_section_wrapper > div b {
    font-weight: 600;
    font-size: larger;
}
        
.fourth_section {
    background: #f7f5f2
}

a._btn {
    background: #517d7b;
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    display: block;
    margin: 3rem auto 4rem;
    max-width: 290px;
    text-align: center;
    border-radius: .5rem;
    transition: .3s;
    font-weight: 500;
    font-family: Poppins, Sans-serif
}

a._btn:hover {
    background: #457b9d
}

.footer {
    background: #a8dadc4a;
    min-height: 400px;
    font-family: Poppins, Sans-serif;
    padding-bottom: 4rem
}

.footer_wrapper_row1 {
    display: flex;
    gap: 1rem;
    padding: 2rem 0
}

.footer_wrapper_row1 a {
    width: 40%
}

.footer_wrapper_row2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap
}

.footer_nav_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    gap: 1rem
}

.footer_nav_item_title {
    color: #1d3557;
    font-weight: 700
}

.footer_nav_item a {
    color: initial;
    font-size: 14px;
    text-decoration: none
}

.footer_wrapper_row1 div {
    line-height: 28px;
    color: #000
}

.discl {
    margin-top: 5rem;
    color: #000;
    font-size: 12px;
    font-weight: 300
}

body {
    padding: 0;
    font-family: Poppins, Sans-serif;
    font-size: 16px
}

.lower_text {
    text-align: center
}

.lower_text h2 {
    color: #000;
    font-size: 22px
}

.lower_text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

p.green_text {
    margin: 2rem 0 0;
    background: #a8dadcba;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem
}

._form {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: -12rem;
    flex: 1
}

.form_wrapper {
    display: flex;
    flex-direction: column
}
.form_step {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form_step:not(.--active){
    display: none
}

#form {
    margin: auto
}
.step7 h5{
    font-weight: 400;
    font-size: 18px;
    max-width: 600px;
    text-align: center
}
 .step8 h5{
     font-size: 18px;
    margin-block-start: 0;
 }

.step1 .options_div label:hover,
.step7 .options_div label:hover,
.step2 .options_div label:hover,
.step3 .options_div label:hover,
.step4 .options_div label:hover,
.step5 .options_div label:hover,
.step6 .options_div label:hover,
.step8 .options_div label:hover,
.step10 .options_div label:hover {
    background: #82c7c4;
    color: white;
}

.step1,
.step2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.for_step_actions button,
button.next-step {
    font-size: 16px;
    font-weight: 700;
    transition: .3s
}

.error_div {
    color: red;
    top: -1.5rem
}

.for_step_actions button {
    background: 0 0;
    border-color: transparent;
    color: #6b7280;
    padding: 0;
    max-width: max-content;
    margin: 0 auto;
    cursor: pointer
}

.for_step_actions button:hover {
    color: #333
}

.for_step_actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0.5rem
}

button.next-step:hover {
    color: #fff;
    background: #82c7c4;
}

button.next-step {
    padding: 12px 30px;
    border-radius: 5px;
    background: #517d7b;
    color: #fff;
    margin: 0;
    box-shadow: none;
    border: 0
}

#address_zip {
    right: 40px;
    font-weight: 500
}

.form_progress {
    width: 100%;
    background-color: #e0e0e0;
    padding: 0;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    height: 10px;
    max-width: 300px;
    margin: 3rem auto -1rem
}

.form_progress_fill {
    display: block;
    height: 100%;
    background-color: #659cef;
    border-radius: 3px;
    transition: width .5s ease-in-out
}
.step1 h4,
.step2 h4,
.step3 h4,
.step4 h4,
.step5 h4,
.step6 h4,
.step7 h4,
.step8 h4,
.step9 h4,
.step10 h4,
.step11 h4 {
    max-width: 450px;
    text-align: center;
    font-size: 22px;
    margin: 4.5rem auto 1rem;
}

.step6 h4 {
    margin: 4.5rem auto 2rem;
}

.input-container {
    position: relative;
    display: inline-block;
}

.input-container .dollar-sign {
    position: absolute;
    left: 13px;
    top: 50%;
    font-size: 16px;
    color: #333;
    pointer-events: none;
}

.open_question_div, .select_div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem
}

.step1 .options_div,
.step2 .options_div,
.step3 .options_div,
.step4 .options_div,
.step7 .options_div,
.step10 .options_div,
.step5 .options_div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 350px;
    margin: 0 auto 1rem auto;
    padding: 1rem;
    width: 284px;
}

.form-control,
.is-invalid .invalid-feedback {
    display: block
}

.name_row,
.step6 .input-group {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}


.options_div label {
    border: 1px solid #ccc !important;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    gap: .5rem;
    padding: 0 1rem;
}

.options_div label:has(input:checked) {
    outline: black solid 1px !important
}

.options_div .img_box {
    flex-grow: 1;
}
.options_div label {
    text-align: center;
}

.options_div input {
    display: none;
}

.form_progress_text {
    color: #15c7bf;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.mb-1 {
    margin-bottom: 1rem
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem 
}

.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.mt-3 {
    margin-top: 3rem
}

.form-label {
    margin-bottom: .5rem;
    opacity: .8
}

label {
    display: inline-block
}

.form-control {
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbbcbc;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #517d7b45
}

.step6 .input-group {
    max-width:100%;
    width: 400px;
}

.is-invalid .form-control {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.d-flex {
    display: flex !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.align-items-end {
    align-items: flex-end !important
}

.gap-1 {
    gap: 1rem
}

.gap-2 {
    gap: 2rem
}

.gap-3 {
    gap: 3rem
}

.name_row {
    width: 400px;
    margin-bottom: 1rem
}

.form-label-invisible {
    opacity: 0
}

.insurance-option {
    display: flex;
    align-items: baseline;
}

.insurance-option h3 {
    color: #000000;
}

.radio-text-box {
    width: 70%;
}

.card-item-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
            
.card-item-ribbon span,
.card-item-actions > a {
    background-color: #15c7bf !important;
}

.card-item {
    border: 1px solid #15c7bf !important;
    box-shadow: none !important;
    border-radius: 5px;
}

.card-item-actions > a:hover {
    background: #82c7c4 !important;
}

.card-item-site span {
    color: gray !important;
}

.card-item-num {
    background: #15c7bf !important;
    border-top-left-radius: 4px;
}

/* Cards logos sizes */
img[src*="1st-premier"] {
    width: 224px;
}

img[src*="SmartAdvances"] {
 width: 210px;   
}

.card-item.--pos-4 > .card-item-wrapper > .card-item-image img {
    width: 215px;
}

.card-item.--pos-1 > .card-item-wrapper > .card-item-image img {
    width: 175px;
}

.card-item.--pos-5 > .card-item-wrapper > .card-item-image img {
    width: 160px;
}

/* Rejects from money - 23.1 */
.card-item-ribbon {
    display: none;
}

.card-item-num {
    display: none;
}

.dollar {
    position: absolute;
    left: 1rem;
    font-size: 16px;
    margin: 0;
}

/* zip */

.step6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step6 .zip_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.container_monthly_revenue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}
.step9 input, .step5 select, .step6 select, .step2 select, .step11 select, .container_monthly_revenue input, input[type="text"], input[type="email"] {
     padding: 1rem 3rem 1rem 2rem;
     border-radius: 8px; 
     border: 1px solid #bbbcbc; 
     transition: .3s; 
     outline: 0; 
     -webkit-appearance: none; 
     appearance: none; 
     font-size: 16px; 
     font-weight: 600; 
     flex: 1; 
     box-sizing: border-box; 
}

.address_div input[name="zipcode"], .google-places-input-container > input[type="text"]{
    margin-top: 0;
    width: 100%;
}



label[for="zipcode"], label[for="address"] {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
  margin-top: 20px;
  color: #555;
}



.step5 select, .step6 select, .step2 select, .step11 select, input[type="text"], input[type="email"] {
    margin-bottom: 2.5em;
    color: black;
    border: 1px solid #15c7bf !important;
    background: #E6F0FF;
    font-weight: 400;
    margin-top: 1rem;
}

.step2 select {
  margin-bottom: 0;
}

input[type="text"], input[type="email"]{
    margin-bottom: .5rem;
    padding: .7rem 3rem .7rem 2rem;
}

.step8 input[type="text"],.step8  input[type="email"]{
    margin-block: 0rem;
}

.step6 .zip_div svg {
    position: absolute;
    right: 10px;
    margin-bottom: 6px;
}

.step6 .zip_div:not(.--loading) #loading_bar {
    display: none !important;
}

.step6 .zip_div #loading_bar {
    right: 40px;
    z-index: 2
}

#address_zip {
    z-index: 1;
    position: absolute;
    right: 40px;
    font-weight: 500;
    margin-bottom: 6px;
}

/* Adjust images size to adjust text in all cards */
.card-item-image {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sort-dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

/* explore more */
.explore-more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2em;
}

#cards-container .explore-more .explore-more-title {
    display: block;
    color: black;
}

.explore-more .car-ins .ad-text > h3 {
    display: block !important;
}

.car-ins {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 58%;
}

.car-insurance-img {
    width: 168px;
    margin-right: 10px;
}

.img-and-text {
  display: flex;
  align-items: start; 
  text-decoration: none; 
  color: inherit; 
}

.ad-text p {
  margin: 0;
}

.ad-text h3 {
 font-size: 24px;   
 margin: 8px 0 15px 0;
 color: #4a4646;
}

.auto-ins-btn {
    display: inline-block;
    background-color: #C70239; 
    color: white;
    text-align: center; 
    padding: 12px 24px; 
    font-size: 16px; 
    font-weight: bold;
    border: none;
    border-radius: 8px; 
    text-decoration: none; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: background-color 0.3s, transform 0.2s;
}

.auto-ins-btn:hover {
    background-color: #A0022E; 
    transform: translateY(-2px); 
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); 
}

.auto-ins-btn:active {
    background-color: #8A0226; 
    transform: translateY(0); 
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.button-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.finalStep{
    margin: 8px;
}

.bullet-disclaimer {
    font-size: 11px;
}

/* tooltip*/
.tooltip-dis {
    position: relative;
}

.tooltip-dis:hover span, .tooltip-dis:focus span{
    display: block;
}

.tooltip-dis span {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid grey;
    width: 380px;
    border-radius: 5px;
    padding: 0.5rem;
    box-shadow: 1px 1px 6px #00000038;
    left: 50%;
    transform: translateX(-50%);
}

#tooltip {
    z-index: 2;
}

.step11, .step6, .step5 {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.company-disclaimer {
    width: 100%;
    font-weight: 300;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.company-disclaimer-section {
    width: 62%;
}

@media only screen and (max-width:768px) {
 
    * {
        box-sizing: border-box;
    }

    .logo_section {
        padding: 1rem
    }
    .logo_section img {
        height: 30px;
        width: 100px
    }
    .top_section .text_div {
        width: 100%;
        padding: 1rem
    }
    .overlay {
        background-image: linear-gradient(100deg, #fff 38%, #f2295B00 140%)
    }
    .second_section h2 {
        margin-top: 3rem
    }
    .second_section .text_section p {
        text-align: center;
        font-size: 15px;
        line-height: 20px
    }
    ._cont.text_section {
        padding: 0 1rem
    }
    .features {
        display: flex;
        flex-direction: column
    }
    .features>div {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
    .features>div img {
        height: 150px;
        width: 240px
    }
    .second_section .features>div p {
        max-width: 200px
    }
    .third_section button {
        display:block;
        background: #15c7bf;
        min-width: 190px;
        padding: 12px 30px;
        border-radius: 5px;
        color: #fff;
        margin: 2rem 0 0;
        box-shadow: none;
        border: 0;
        max-width: max-content;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        transition: .3s;
    }
    .third_section a {
        text-decoration:none;
    }
    .footer_wrapper_row1 {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        margin-bottom: 2rem
    }
    .discl,
    .footer_wrapper_row2 {
        padding: 0 1rem 1rem
    }
    .discl {
        margin-top: 2rem
    }
    .step1 input,
    .step2 input{
    	min-width:300px;
    }
    .step6 .input-group {
        max-width: 100%;
        width: 300px;
    }
    .name_row {
        width: 300px;
        max-width: 100%;
    }
    
    .insurance-option {
        display: block;
    }
    
    .insurance-option > h3{
        margin-bottom: 0px;
    }
    
    .insurance-option > h3 + p {
        margin-top: 0px;     
    }

        .logo-slider {
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    
    .logo-slider img {
      width: 100%; /* Adjust width as needed */
      max-width: 200px; /* Controls max size of logos */
      height: auto;
    }

    .step1 p, .step2 p, .step3 p, .step4 p, .step5 p, .step6 p, .step7 p, .step8 p, .step10 p, select{
        font-size: 18px;
    }
    
    .step6 .zip_div svg {
        right: 20px;
        margin-bottom: 6px;
    }
    
    .step6 .zip_div #loading_bar {
        right: 45px;
    }

    #address_zip {
        right: 48px;
    }
    
     .card-stats{
        flex-wrap: nowrap;
    }
    
    .card-stats li > div:first-child {
        font-size: 8px;
    }

    .card-stats li > div:nth-child(2) {
        font-size: 12px;
    }
    
    .dropdown-toggle {
       color: #000000 !important; 
    }
    
     .finalStep{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
        
    /* explore more */
    
    #cards-container .explore-more .explore-more-title {
        font-size: 20px;    
    }
    
    .other-verticals-ad {
        width: 100%;
        flex-direction: column;
    }
    
    .img-and-text {
        align-items: center; 
        flex-direction: column;
    }
    
    .ad-text {
        padding: 1em 2em;
        text-align: center;
    }
    
    .ad-text > h3 {
        margin: 0px 0 15px 0;
    }
    
    .car-insurance-img, .home-warranty-img {
        margin-right: 0; 
    }
    
    .car-ins {
        margin: 1em 0;
        width: 100%;
    }
    
    .dollar {
        left: 1.8rem;
    }

     
    .company-disclaimer-section {
        width: 82%;
    }
}

div {
    box-sizing: border-box;
}
.top_section {
    background-image: url(https://top10us.com/static/home-warranty-V1/assets/images/Top10US-Loan1-1-1.webp);
    height: 550px;
}
.top_section>:not(.overlay) {
    height: 100%;
}
.overlay {
    background-color: #00000073;
    background-image:none;
}
.top_section .text_div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.top_section h1 {
    color:white;
    font-size: 50px;
}
.top_section h2 {
    font-family: Poppins, Sans-serif;
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.3px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
._form {
    margin-top: 0rem;
}
@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.top_section .text_div a {
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-color: #C70039;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
    margin-top: 3rem;
    display: block;
    width: fit-content;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    background: #C70039;
    text-decoration: none;
    font-weight: 600;
}

.top_section .text_div a:hover, .top_section .text_div a:focus {
    color: #C70039;
    background-color: #FFFFFF;
}

.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.form_wrapper {
    background: no-repeat;
    min-height: initial;
}
.form_wrapper > h2 {
    margin: 0;
    margin-bottom: 2rem;
    color: black;
    font-size: 30px;
    margin-top: 2rem;
}
.elementor-divider {
    text-align: center;
    padding-block-start: 16px;
    padding-block-end: 16px;
}
.elementor-divider {
    display: flex;
}
.elementor-divider-separator:before,.elementor-divider-separator:after{
    display: block;
    content: "";
    border-block-end: 0;
    flex-grow: 1;
    border-block-start: 2px solid #cc3366;
}
span.elementor-divider-separator {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 25px;
    font-weight: 500;
    margin-top: 2rem;
}
.third_section_wrapper img {
    width: 50px;
}
.fourth_section_wrapper, .third_section_wrapper {
    max-width: 1250px;
}    
._cont {
    max-width: 1280px;
}
.like_dont_like > div {
    flex: 1;
}

.like_dont_like {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.like_dont_like h2 {
    color: black;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
}
.like_dont_like ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:0.5rem;
}

.get_quote a{
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-color: #C70039;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 3rem;
    display: block;
    width: fit-content;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    background: #C70039;
    text-decoration: none;
    font-weight: 600;
}
.about_home_warranty p {
    font-size: 18px;
}
.about_home_warranty {
    margin-top: 3rem;
}
.imagers_swiper {
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: center;
    flex-wrap: wrap;
}
.faq {
    margin-top: 3rem;
}
.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid black;
font-size: 18px;
}


.active, .accordion:hover {
    background-color: #cccccc4d;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
button.accordion span {
    color: #ffffff !important;
    background-color: #111D5E;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin-right: 1rem;
}
.logo_section._cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_section._cont a.link {
    color: #457B9D;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
a.link:hover {
    box-shadow: 0px 3px #457B9D;
}

 .card-stats{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 0.5rem;
    list-style-type: none;
}

.card-stats li div:first-child{
    margin-bottom: 0.5rem;
}

.card-item hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #E8E8E8;
    width: 100%;
}
        
@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .top_section {
        height: initial;
        min-height: initial;
    }
    .top_section h1 {
        color: white;
        font-size: 28px;
    }
    .top_section h2 {
        font-size: 18px;
    }
    .top_section .text_div a {
        margin-top: 1rem;
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom:2rem;
    }
    span.elementor-divider-separator {
        font-size: 20px;
    }
    .third_section_wrapper p {
        font-size: 16px !important;
    }

    .like_dont_like {
        display: flex;
        flex-direction: column;
        gap:2rem;
    }
    
    .options_div .img_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .radio-text-box {
        font-size: 15px;
    }
    
}

.for_step_actions button {
    min-width: 190px;
}
  
.logo_section._cont a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #517d7b;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.logo_section._cont {
    max-width: 1000px;
    padding: 1rem 0;
}

.form_wrapper > h2 {
    margin: 0;
    margin-bottom: 0rem;
    margin-top: 0rem;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 73px;
}
.form_wrapper {
    max-width: 100%;
    width: 1200px;
}
.form_wrapper > h3 {
    color: #2F2F2F;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    margin-block: 20px;
}
.options_div label,
.step1 .options_div label,
.step2 .options_div label,
.step4 .options_div label,
.step5 .options_div label {
    border: 1px solid #15c7bf !important;
    background: #E6F0FF;
}
.form_progress_fill {
    background-color: #82c7c4 !important;
}
.form_progress{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    margin-top: 0;
}
body.--started .form_progress{
    opacity: 1;
    visibility: visible;
}
.--started .form_wrapper h2, .--started .form_wrapper h3 {
    display: none;
}

/* cards-title */
.for_step_body .finalStep .cards-title {
    display: block;
    margin-top: 0;
    color: #000000;
    font-weight: 400;
}

button.next-step {
    background: #15c7bf;
}
.online span {
    display: block;
    width: 15px;
    height: 15px;
    background: #8BC34A;
    border-radius: 50%;
}
.online {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    gap: 0.5rem;
}
.third_section_wrapper {
    margin-top:3rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    justify-content: center;
}

.third_section_wrapper > div p {
    font-size: 16px;
    text-align: center;
}
.third_section_wrapper > div h2 {
    margin: 0 0 3rem 0;;
    color:black;
    text-align: center;
    font-weight: 400;
}
.third_section_wrapper > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fourth_section div svg {
    fill: #7A7A7A;
}

.fourth_section div {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #7A7A7A;
    font-size: 16px;
}
.fourth_section {
    background: #E6F4F5;
    display: flex;
    justify-content: center;
}
.fifth_section div img:nth-child(1){
    max-width:135px;
}
.fifth_section div img:nth-child(4){
    max-height:85px;
}
.fifth_section div img{
    max-width: 100px;
    min-width: 70px;
}
.fifth_section div {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 2rem;
}
.fifth_section h2 {
    font-size: 25px;
    font-weight: 500;
}
.fifth_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.fifth_section div {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 3rem;
    align-items: end;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.fifth_section .larger-img{
    min-width: 190px;
}
.bg{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: -1;
}
        @media only screen and (max-width:768px) {
            .bg{
                height: 65%;
            }
            .logo_section._cont a span {
                display: none;
            }
            .logo_section._cont img {
                height: 25px;
            }
            .logo_section._cont .secure {
                padding-inline-end: 10px;
            }
            .logo_section._cont {
                display: flex;
                justify-content: space-between;
            }
            .form_wrapper > h2 {
                font-size: 26px;
                line-height: 1.1em;
                padding:0 1rem;
            }
            .options_div label[for*="age_group"] {
                width: 100% !important;
            }            
            .form_wrapper > h3 {
                font-size: 17px;
                line-height: 1.4em;
                padding: 0 1rem;
            }
            .fifth_section {
                padding-top: 1rem;
                position: relative;
            }
            
            .third_section_wrapper {
                display: flex;
                flex-direction: column;
            }
            .third_section ul li {
                max-width: 90%;
            }
            div#form {
                max-width: 100%;
            }

            .fourth_section div {
                display: flex;
                flex-direction: column;
                padding: 1rem;
                gap: 0;
                text-align: center;
            }
            .fourth_section p {
                padding: 0rem;
                margin: 0.5rem 0 0 0;
            }
            .fifth_section div {
                gap: 2rem
            }
            
            .fifth_section h2 {
                font-size: 18px;
            }
            .form_step:has(.finalStep) .for_step_body {
                padding: 1rem;
            }
            .for_step_body {
                padding: 0 1rem;
            }
            body.--started .form_progress {
                display: block;
                margin-top: 0;
            }
            .step10 h4 {
                font-size: 22px;
                margin-top: 3rem !important;
            }
            .stepLoad h4 {
                text-align: center;
                font-size: 22px; 
            }
            .mobile-only {
                display: flex !important;
                flex-direction: column;
            }
            
            .lower_text ul li,
            .third_section ul li {
                flex-direction: column;
                text-align:center;
            }
        }
        
        body.--started .third_section,
        body.--started .fourth_section,
        body.--started .fifth_section{
            display:none;
        }
        body.--started .footer {
            margin-top: 10rem;
        }
        .options_div label[for*="age_group"] {
            width: calc(200px - 1rem);
        }
        .step5 h5, .step7 h5 {
            font-size: 16px;
            max-width: 100%;
            text-align: center;
            margin: 0;
            font-weight: 400;
        }
        .step5 .options_div, .step6 .options_div,.step7 .options_div, .step8 .options_div, .step9 .options_div, .step10 .options_div {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            max-width: 350px;
            margin: 0 auto 1rem auto;
            padding: 1rem;
        }
    
        .stepLoad {
            margin-bottom: 4rem;
        }
        .stepLoad h4 {
            font-size: 20px;
            margin: 4.5rem 1rem;
        } 
        .stepLoad svg{
            position: relative;
            top: -4px;
            left: 5px;
            margin-bottom: -5px;
            fill: #9E9E9E;
            margin: auto;
            display: block;
        }
        .form_step:has(.stepLoad) .for_step_actions {
            opacity: 0;
        }
        .form_step:has(.finalStep) .for_step_actions {
            display: none;
        }    
        #qsWidgetContainer{
            max-width: 100%;
            width: 800px;
        }
        .mobile-only {
            display: none;
            align-items: center;
            justify-content: center;
            margin-top: 3rem;
        }
        .mobile-only h4 {
            font-size: 18px;
        }
        .mobile-only a {
            background: #0FAF25;
            display: flex;
            padding: 13px 20px;
            border-radius: 5px;
            color: white;
            text-decoration: none;
            gap: 1rem;
            justify-content: center;
            line-height: 25px;
            font-weight: bold;
        }
        
            #qsWidgetContainer {
                width: 900px;
                max-width: 100%;
            }
            .card-item.--pos-1 {
                box-shadow: 0 0 14px 5px #607d8b5e;
            }
            div#qsWidgetContainer h2 {
                display: block;
                text-align: center;
                margin: auto;
                color: black;
            }
            .card-item {
                box-shadow: 0 0 10px #999;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 3rem;
                position: relative;
                margin-bottom: 2rem;
                background: white;
            }
            .card-item-image-wrapper img {
                width: 180px;
                max-width: 100%;
            }
            .card-item-ribbon {
                width: 150px;
                height: 150px;
                overflow: hidden;
                position: absolute;
                top: -10px;
                left: -10px;
            }
            .card-item-ribbon span {
                position: absolute;
                display: block;
                width: 225px;
                padding: 15px 5px 15px 0px;
                background-color: #517d7b;
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
                color: #fff;
                font-weight: 700;
                font-size: 14px;
                font: 700 14px / 1 Lato, Arial, sans-serif;
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
                text-transform: uppercase;
                text-align: center;
                right: -27px;
                top: 33px;
                transform: rotate(-45deg);
            }
            .card-item-ribbon::before, .card-item-ribbon::after {
                position: absolute;
                z-index: 1;
                content: '';
                display: block;
                border: 5px solid #17475E;
            }
            .card-item-ribbon::before {
                top: 0;
                right: 0;
            }
            .card-item-ribbon::after {
                bottom: 0;
                left: 0;
            }
            .card-item-ribbon::before, .card-item-ribbon::after {
                border-top-color: transparent;
                border-left-color: transparent;
            }
            .card-item .card-item-wrapper {
                display: flex;
                align-items: center;
                justify-content: space-between;
                text-decoration:none;
                flex-grow:1;
            }
            .card-item-content {
                padding: 0 3rem;
                font-size: 13px;
                color: black;
                flex-grow: 1;
            }
            .card-item-site span {
                color: #03A9F4;
                text-decoration: none;
                font-size: 12px;
            }
            .card-item-actions > a {
                cursor: pointer;
                background: #517d7b;
                color: #fff;
                text-decoration: none;
                padding: 1rem;
                display: block;
                text-align: center;
                transition: .3s;
                font-weight: 500;
                font-family: Poppins, Sans-serif;
                margin-bottom: 0.5rem;
                display: flex;
                align-content: center;
                gap: 1rem;
                width: min(290px, 100%);
            }
            a svg {
                transition: all 0.3s ease;
            }
            a:hover svg {
                transform: translateX(5px);
            }
            .card-item-actions > a:hover {
                color: #fff;
                background: #3e6563;
            }
            .card-item-content ul{
                padding:0;
                margin:0;
            }
            .card-item-num {
                position: absolute;
                top: 0;
                left: 0;
                background: #517d7b;
                color: #ffffff;
                padding: 0.5rem;
            }
            .card-item-site {
                text-align: center;
            }
        
        .dropdown-toggle {
            padding: 0.5rem 1rem;
            font-size: 1rem;
            border: 1px solid #ccc;
            border-radius: 0.25rem;
            cursor: pointer;
            background: white;
            display: flex;
            align-items: center;
        }
        
        .dropdown-menu {
            display: none;
            position: absolute;
            left: 0;
            background: white;
            border: 1px solid #ccc;
            border-radius: 0.25rem;
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            z-index: 1000;
        }
        
        .dropdown-menu li {
            padding: 0.5rem 1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .dropdown-menu li:hover {
            background: #f5f5f5;
        }
        
        /* Sorting Icon*/
        .icon {
            display: inline-block;
            width: 1rem;
            height: 1rem;
            mask-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHJva2U9ImN1cnJlbnRDb2xvciI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjQwIDk2aDY0YTE2IDE2IDAgMCAwIDE2LTE2VjQ4YTE2IDE2IDAgMCAwIC0xNi0xNmgtNjRhMTYgMTYgMCAwIDAgLTE2IDE2djMyYTE2IDE2IDAgMCAwIDE2IDE2em0wIDEyOGgxMjhhMTYgMTYgMCAwIDAgMTYtMTZ2LTMyYTE2IDE2IDAgMCAwIC0xNi0xNkgyNDBhMTYgMTYgMCAwIDAgLTE2IDE2djMyYTE2IDE2IDAgMCAwIDE2IDE2em0yNTYgMTkySDI0MGExNiAxNiAwIDAgMCAtMTYgMTZ2MzJhMTYgMTYgMCAwIDAgMTYgMTZoMjU2YTE2IDE2IDAgMCAwIDE2LTE2di0zMmExNiAxNiAwIDAgMCAtMTYtMTZ6bS0yNTYtNjRoMTkyYTE2IDE2IDAgMCAwIDE2LTE2di0zMmExNiAxNiAwIDAgMCAtMTYtMTZIMjQwYTE2IDE2IDAgMCAwIC0xNiAxNnYzMmExNiAxNiAwIDAgMCAxNiAxNnpNMTYgMTYwaDQ4djMwNGExNiAxNiAwIDAgMCAxNiAxNmgzMmExNiAxNiAwIDAgMCAxNi0xNlYxNjBoNDhjMTQuMiAwIDIxLjQtMTcuMiAxMS4zLTI3LjNsLTgwLTk2YTE2IDE2IDAgMCAwIC0yMi42IDBsLTgwIDk2Qy01LjQgMTQyLjcgMS44IDE2MCAxNiAxNjB6Ii8+Cjwvc3ZnPgo=);
            mask-size: contain;
            background-color: currentColor;
            margin-left: 0.5rem;
        }

        .dropdown-menu li.active {
            background: #f5f5f5;
        }
        

            @media only screen and (max-width:768px) {
                .card-item {
                    display: flex;
                    flex-direction: column;
                    padding: 1.2rem;
                }
                a.card-item-wrapper {
                    display: flex;
                    flex-direction: column;
                }
                .card-item-image-wrapper img {
                    max-width: calc(100% - 2rem);
                    margin: auto;
                    display: block;
                }
                .card-item-content {
                    padding: 1rem;
                }
                .card-item-actions {
                    width: 100%;
                    text-align: center;
                }
                .card-item-actions > a {
                    display: flex;
                    justify-content: center;
                }
                .card-item {
                    margin: auto;
                    margin-bottom: 2rem;
                }
                .card-item.--pos-1 {
                    transform: none;
                }
            }
            