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

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: "Barlow", sans-serif;
    color: #2C1C14;
}

.body-no-scroll {
    overflow: hidden;
}

img,
picture,
video,
canvas {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

.d-stack{
    display: flex;
    flex-direction: column;
}

.button{
    display: inline-block;
    background: transparent;
    border-radius: 6px;
    color: #fff;
    padding: 8px 12px;
    border: 0;
    outline: none;
    cursor: pointer;
}
.d-none{
    display: none !important;
}
.d-block{
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.text-center{
    text-align: center;
}
.font-italic{
    font-style: italic;
}
.justify-content-center{
    justify-content: center;
}
.over-pay .container{
    padding-left: 16px;
    padding-right: 16px;
}
.container {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-menu {
    flex: 1;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 16px 24px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(89, 96, 99, 0.12) 0px 1px 10px 0px, rgba(89, 96, 99, 0.14) 0px 4px 5px 0px, rgba(89, 96, 99, 0.2) 0px 2px 4px -1px;
    min-width: 264px;
    overflow: hidden;
    border-radius: 12px;
}

.container-menu .button{
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
}
.container-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.header-landing-page {
    padding: 12px 0;
    z-index: 2;
    position: relative;
}

.landing-page-banner{
    z-index: 2;
    position: relative;
}

.header-container {
    justify-content: space-between;
    position: relative;
}
.box-main{
    background: linear-gradient(179deg, #DFF0FF 18.56%, #FFF 51.25%, #F5F5F6 99.44%);
}
.leads .box-main{
    background: linear-gradient(181deg, #248FE9 0.67%, #1D72BA 99.32%);
}
.banner-header{
    position: relative;
}
.bg-header{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-header picture{
    width: 100%;
    height: 100%;
}
.bg-header img{
    width: 100%;
    height: 100%;
}
.logo-container a{
    position: relative;
    display: block;
    width: 61px;
    height: 32px;
}
.button-purple{
    background: #248FE9;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
}
.container-list-btn{
    display: flex;
    align-items: center;
    gap: 8px;
}
.leads .button-apply{
    background: #ECF7FB;
    color: #1D72BA;
    border: 0;
}
.button-icon-menu{
    padding: 4px;
    border-radius: 9999px;
}

.box-banner{
    align-items: center;
    padding: 4px 0 0;
}

.leads .box-banner{
    padding: 8px 0 24px;
}

.notification{
    border-radius: 9999px;
    border: 1px solid #51A862;
    background: linear-gradient(180deg, #FFF 57.64%, #EBEBED) 103.47%;
    box-shadow: 0 4px 12px 0 rgba(36, 143, 233, 0.10);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 12px 2px 4px;
}

.notification p{
    color: #204327;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
}

.banner-title{
    font-weight: 800;
    color: #EC7F23;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}
.banner-text{
    color: #020100;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}
.leads .banner-text{
    color: #fff;
}
.leads .banner-text-bottom{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.banner-right{
    margin-top: 8px;
    max-width: 254px;
}
.leads .banner-right{
    max-width: 276px;
    margin-top: 0;
}

.for-snap .banner-right{
    max-width: 264px;
}
.title-icon{
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.title-icon img{
    width: 28px;
    height: 28px;
}
.banner-container .banner-des{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.form-zipcode{
    background: linear-gradient(138deg, #F8981D 4.83%, #EC7F23 70.81%);
    border-radius: 16px 16px 0 0;
    padding: 24px 16px;
    width: 100%;
}
.img-form{
    display: flex;
    justify-content: center;
}
.img-form img{
    width: 260px;
}
.form-container{
    margin-top: 12px;
}
.form-title{
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.form-container form{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    justify-content: center;
}
.field-wrap{
    padding: 8px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 4px 16px 40px 0 rgba(4, 34, 60, 0.20);
}

.field-wrap .form-control{
    padding: 16px;
}

.form-line{
    height: 1px;
    background: #D8D9DB;
    margin: 0 16px;
}

.field-wrap input{
    padding: 0;
    border-radius: 0px;
    background: #fff;
    border: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    height: 24px;
}

.field-wrap input::placeholder{
    color: #9D9FA4;
}

.header-landing-page.is-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
}
.logo-sticky{
    display: none;
}
.is-sticky .logo-sticky{
    display: block;
}

.is-sticky .logo-white{
    display: none;
}
.is-sticky .container-menu .button{
    color: rgba(0, 0, 0, 0.87);
}

.field-wrap input:focus{
    outline: none;
}

.btn-submit{
    background: linear-gradient(90deg,  #1B76FF);
    box-shadow: 0 1px 5px 0 rgba(67, 150, 212, 0.10), 0 2px 2px 0 rgba(67, 150, 212, 0.20), 0 3px 1px -2px rgba(67, 150, 212, 0.05);
    border-radius: 10px;
    padding: 16px 24px;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.form-container form > p{
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}
.blue-text{
    color: #248FE9;
}
.over-pay{
    background: #F5F5F6;
    padding: 24px 0;
}
.overpay-main .section-title{
    text-align: center;
}
.for-veterans .overpay-main .section-title{
    padding: 0 12px;
}
.for-low-income .overpay-main .section-title .blue-text{
    display: block;
}
.save-pay{
    margin-top: 16px;
    gap: 8px;
}
.save-card{
    background: #248FE9;
    border-radius: 8px;
    padding: 18px 40px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.save-text{
    color: #fff;
}
.save-heading{
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}
.save-bill{
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}
.internet-kit .save-bill{
    text-align: center;
}
.items-save{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cột */
    gap: 8px;
}
.best-offers.items-save {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
}
.internet-kit .items-save{
    grid-template-columns: repeat(1, 1fr);
}
.for-low-income .items-save{
    grid-template-columns: repeat(1, 1fr);
}
.for-job-seekers .items-save{
    grid-template-columns: repeat(1, 1fr);
}
.card-item-save{
    background: #FFF;
    border-radius: 8px;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}
.card-item-save-title{
    text-align: center;
    margin-bottom: 0;
    color: #464749;
}
.for-low-income .card-item-save-title{
    color: #1D72BA;
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
}
.for-job-seekers .card-item-save-title{
    color: #1D72BA;
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
}
.public-housing .card-item-save-title{
    color: #1D72BA;
}
.best-offers .card-item-save-title{
    color: #1D72BA;
}
.card-item-save-des{
    color: #020203;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.public-housing .card-item-save-des{
    font-weight: 500;
}
.card-item-save-img{
    text-align: center;
}
.card-item-save-img img{
    height: 34px;
}
.btn-setup{
    box-shadow: 0 1px 5px 0 rgba(239, 149, 55, 0.10), 0 2px 2px 0 rgba(239, 149, 55, 0.12), 0 3px 1px -2px rgba(239, 149, 55, 0.20);
    background: linear-gradient(90deg, #F8981D 0%, #EB6239 100%);
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}
.setup-container{
    margin-top: 16px;
}

.box-free-phone{
    padding: 24px 0;
    gap: 24px;
}

.title-free-phone{
    margin-bottom: 0;
    color: #2C1C14;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: -1px;
}

.card-text{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.40);
    padding: 16px;
}

.card-text-title{
    color: #020203;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
}
.card-text-data{
    margin-top: 8px;
    text-align: center;
}
.text-data{
    color: #BC4E2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
}
.text{
    color: #020203;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.card-icon{
    margin-top: -16px;
    margin-bottom: -16px ;
    z-index: 2;
}
.card-icon img{
    width: 100%;
    height: auto;
}
.card-phone{
    padding: 16px 8px;
    border-radius: 16px;
}
.card-phone-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-phone{
    border-radius: 16px;
    padding: 16px 8px;
    background: rgba(255, 255, 255, 0.40);
}
.card-phone-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.card-phone-title h3{
    color: #020203;
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
}
.phone-free{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
}
.phone-picture{
    width: 148px;
}

.phone-picture img{
    max-width: 100%;
    width: 100%;
}

.free-phone-desc{
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.free-phone-desc-item{
    padding: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.40);
    display: flex;
    align-items: center;
    gap: 8px;
}

.free-phone-desc-item p{
    color: #020203;
    font-size: 12px;
    line-height: 18px;
    gap: 8px;
}

.card-btn{
    gap: 12px;
}

.card-btn .btn-submit{
    padding: 12px 20px;
    height: 48px;
    font-size: 15px;
    line-height: 21px;
}
.small-text{
    font-size: 10px;
    line-height: 15px;
    color: #808186;
}

.reviews{
    padding: 24px 0;
    background: #F5F5F6;
}

.section-title{
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
}
.list-reviews-container{
    margin-right: -12px !important;
}
.list-reviews{
    margin-top: 24px;
}

.swiper-reviews-container {
    height: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    padding: 0px !important;
}

.swiper-reviews-container .swiper-wrapper {
    padding: 0px !important;
}

.swiper-reviews-container .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.swiper-reviews-container .swiper-slide {
    width: 250px !important;
}

.review-item{
    border-radius: 16px;
    padding: 24px;
    background: #FFF;
    border: 1px solid #DCD6D1;
    gap: 12px;
}

.review-item-head{
    align-items: center;
    gap: 12px;
}

.review-avatar{
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px 0;
    background: #daffe0;
    border-radius: 50%;
    overflow: hidden;
}
.review-avatar p{
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.review-data{
    gap: 2px;
    width: calc(100% - 52px);
}
.reviewer-name{
    color: #020203;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    word-break: break-all;
}
.review-date{
    color: #464749;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.box-star{
    gap: 8px;
    align-items: center;
}
.icon-stars{
    gap: 2px;
}
.img-star{
    position: relative;
    width: 16px;
    height: 16px;
    background: #00B67A;
}
.img-star img{
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
}
.verify-box{
    align-items: center;
    gap: 6px;
}
.box-check-icon{
    width: 16px;
    height: 16px;
    position: relative;
}
.verify-text{
    color: #30824B;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
}
.review-content{
    color: #020203;
    font-size: 14px;
    line-height: 20px;
}
.img-avatar{
    padding: 0;
    background: transparent;
}
.why-choose{
    padding: 24px 0;
    background: #F5F5F6;

}
.why-choose .container{
    padding-left: 16px;
    padding-right: 16px;
}
.section-heading{
    align-items: center;
}
.why-choose-container{
    gap: 16px;
}
.section-heading .description{
    color: #464749;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}
.tag-item{
    border-radius: 12px;
    padding: 12px 12px 16px;
    gap: 16px;
    background: #fff;
}
.tag-content{
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.tag-content p{
    color: #0E395D;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.tag-content .normal-text{
    font-weight: 400;
    color: #464749;
}

.swiper-slide:first-child .tag-content .normal-text{
    display: block;
}

.tag-content > .text-purple{
    color: #864B97;
}
.tag-content ul{
    gap: 4px;
    display: flex;
    flex-direction: column;
}
.tag-content ul li{
    display: flex;
    gap: 4px;
    align-items: start;
}
.tag-content ul li .tag-list-text{
    color: #020203;
    font-size: 14px;
    line-height: 20px;
}
.list-tags-container{
    margin-right: -12px !important;
}

.swiper-tags-container {
    height: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    padding: 0px !important;
}

.swiper-tags-container .swiper-wrapper {
    padding: 0px !important;
}

.swiper-tags-container .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.swiper-tags-container .swiper-slide {
    width: 225px !important;
}

.why-choose .btn-submit{
    background: linear-gradient(90deg, #F8981D 0%, #EB6239 100%);
    padding: 12px 20px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    height: 48px;
    width: 100%;
    box-shadow: none;
}

.leads .why-choose .btn-submit {
    background: linear-gradient(90deg, #1B76FF 0%, #248FE9 100%);
}

.offer-ends{
    background-color: #F5F5F6;
}

.offer-ends .container{
    padding-left: 16px;
    padding-right: 16px;
}

.leads .offer-ends .container{
    padding-left: 0;
    padding-right: 0;
}

.img-offer{
    display: flex;
    justify-content: center;
}

.img-offer img{
    
}

.box-countdown{
    background: linear-gradient(180deg, #FBE095 24.04%, #FBC177 100%);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 12px 12px;
}

.leads .box-countdown{
    padding: 24px 10px;
    border-radius: 0;
}

.countdown-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.title-countdown .section-title{
    color: #020100;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    max-width: 179px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.leads .title-countdown .section-title{
    font-size: 28px;
    line-height: 36px;
    max-width: 226px;
    font-weight: 800;
    color: #0E395D;
}

.title-countdown p{
    color: #633D0C;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.leads .title-countdown p{
    color: #C67A17;
}

.heading-countdown{
    gap: 8px;
}

.time-items{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.countdown-item{
    width: 73px;
    border-radius: 8px;
    padding: 10px 20px;
    background: linear-gradient(180deg, #F8981D 0%, #EC7F23 100%);
    text-align: center;
}

.countdown-item-number{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.countdown-item-label{
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.countdown-space{
    color: #464749;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.offer-ends .form-container{
    padding: 0;
    background: transparent;
    margin-top: 0;
}

.leads .offer-ends .form-container{
    display: flex;
    justify-content: center;
}

.offer-ends .form-container form{
    margin-top: 0;
}

.offer-ends .field-wrap{
    padding: 0;
}

.offer-ends .field-wrap .form-control{
    padding: 16px 18px;
    border: 1px solid #FBC177;
    border-radius: 16px;
}

.offer-ends .field-wrap input{
    height: 21px;
    border: 0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    padding: 0;
}

.offer-ends .btn-submit{
    border-radius: 12px;
    padding: 12px 20px;
    height: 56px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.faq{
    background: #F5F5F6;
    padding: 24px 0;
}
.faq .container{
    padding-left: 16px;
    padding-right: 16px;
}
.faq-container{
    gap: 24px;
}
.faq-container .section-title{
    text-align: center;
    text-transform: capitalize;
}
.leads .faq-container .section-title{
    color: #0E395D;
}
.faq-list-container{
    gap: 16px;
}
.accordion-faq {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    margin: 0px !important;
    padding: 0px;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow-anchor: none;
    position: relative;
}
.accordion-faq.expanded{
    border: 1px solid #A7D2F6 !important;
}
.accordion-faq .btn-accordion {
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px !important;
    min-height: unset !important;
    position: relative;
    margin: 0;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.accordion-faq.expanded .btn-accordion{
    background: #E5F3FF;
    border-radius: 8px 8px 0 0 !important;
}
.accordion-faq .btn-accordion:focus{
    background: #FBF9F8;
    outline: none;
    box-shadow: none;
}
.accordion-faq .btn-accordion:active{
    background: #FBF9F8;
    outline: none;
    box-shadow: none;
}
.accordion-faq .btn-accordion .accordion-content{
    display: flex;
    flex: 1;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin: 0;
}

.accordion-faq .btn-accordion .accordion-content .accordion-content-question{
    color: #101010;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.accordion-faq .btn-accordion .accordion-expandIcon{
    color: #101010;
    display: flex;
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.accordion-faq.expanded .btn-accordion .accordion-expandIcon{
    padding-top: 4px;
}
.accordion-faq .btn-accordion .accordion-expandIcon svg{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 16px;
}
.horizon_icon {
    display: none;
}
.expanded .horizon_icon {
    display: block;
}
.add_icon {
    display: block;
}
.expanded .add_icon {
    display: none;
}
.collapse-faq{
    height: 0;
    overflow: hidden;
    -webkit-transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    visibility: hidden;
}
.expanded .collapse-faq{
    height: auto;
    visibility: visible;
}
.collapse-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.collapse-wrapperInner{
    width: 100%;
}
.accordion-faq .accordion-detail{
    margin-top: 16px;
}
.accordion-faq .accordion-detail {
    padding: 0 16px 16px;
}
.accordion-answer{
    color: #020203;
    font-size: 14px;
    line-height: normal;
}
.footer{
    background: #1D72BA;
    padding: 8px 0;
}
.footer-container{
    gap: 4px;
}
.faq .container{
    padding-left: 16px;
    padding-right: 16px;
}
.landing-page-banner .container{
    padding: 0;
}

.banner-container{
    width: 100%;
    flex-wrap: wrap;
}
.banner-stack{
    width: 100%;
    align-items: center;
    padding: 0 12px;
}
.leads .banner-stack{
    padding: 0 16px;
}
.banner-contents{
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) -23.81%, #FFF 23.81%);
    border-radius: 16px 16px 0 0;
    padding: 12px 16px;
    margin-top: -64px;
}

.leads .banner-contents{
    margin-top: 24px;
    padding: 0 16px;
    background: transparent;
}
.leads .banner-contents ul{
    flex-direction: column;
    gap: 8px;
}
.claim-banner{
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    margin-top: 24px;
}
.button-orange{
    background: linear-gradient(90deg, #F8981D -0.57%, #EB6239 99.43%);
    box-shadow: 0 2px 4px 0 rgba(67, 150, 212, 0.10), 0 3px 6px -2px rgba(67, 150, 212, 0.20);
    width: 100%;
    padding: 16px 40px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.claim-banner p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}
.for-snap .banner-contents{
    margin-top: -36px;
}
.banner-contents ul{
    display: flex;
    gap: 20px;
}
.banner-contents ul li{
    flex: 1;
}
.leads .banner-contents ul li{
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(95deg, rgba(36, 143, 233, 0.08) 0.87%, rgba(36, 143, 233, 0.24) 94.61%);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.banner-contents ul .content-img{
    padding: 4px;
    background-color: #fff;
    display: inline-block;
    border-radius: 100%;
}
.leads .banner-contents ul .content-img{
    padding: 0;
    background: transparent;
}
.banner-contents ul .content-img img{
    width: 32px;
    height: 32px;
}
.leads .banner-contents ul .content-img img{
    height: 40px;
    width: auto;
}
.text-bold{
    font-weight: 700;
}
.banner-contents ul .content-text{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.banner-contents ul .content-text p{
    font-size: 10px;
    line-height: 12px;
}
.banner-contents ul .content-text .text-bold{
    font-size: 13px;
    line-height: 16px;
}
.leads .banner-contents ul .content-text .text-bold{
    color: #fff;
    font-size: 24px;
    line-height: normal;
}
.leads .banner-contents ul .content-text p{
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
}
.footer p{
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
}

.dialog {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.dialog.active {
    display: block;
}

.dialog-container{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dialog-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.dialog-content {
    background-color: #fff;

    border-radius: 4px;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    margin: 16px;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100% - 32px);
    max-width: 769px;
    border-radius: 16px;
}

.dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.image-phone-dialog{
    padding: 50px 20px 0 20px;
    display: flex;
    justify-content: center;
}

.image-phone-dialog img{
    width: 255px;
    height: auto;
}
.dialog-form{
    background: #EB6239;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(29, 114, 186, 0.20);
    gap: 12px;
    padding: 16px;
}
.dialog-form-title{
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.dialog-form .field-wrap input{
    width: 100%;
    padding: 8px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #BC4E2E;
}
.dialog-form .btn-submit{
    background: linear-gradient(90deg, #9E6FAC 0%, #864B97 100.78%);
    box-shadow: 0 1px 5px 0 rgba(239, 149, 55, 0.10), 0 2px 2px 0 rgba(239, 149, 55, 0.12), 0 3px 1px -2px rgba(239, 149, 55, 0.20);
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}
.text-tag{
    justify-content: space-between;
}
.stack-bill{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.stack-bill span{
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #e3e3e3;
    border-radius: 8px;
}
.diablog-body{
    border-radius: 16px;
    position: relative;
    overflow-x: hidden;
}

.dialog-serive-not-available .diablog-body{
    background: linear-gradient(rgb(232, 244, 255) 16.33%, rgb(245, 250, 255) 31.79%, rgb(255, 255, 255) 50.05%, rgb(241, 248, 255) 82.84%, rgb(232, 244, 255) 99.44%);
    
}

.box-title{
    padding: 24px 40px 0;
}

.dialog-title{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 16px;
}

.dialog-text p{
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.dialog-join-airvoice .diablog-body{
    width: 320px;
}

.join-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: radial-gradient(54.75% 72.28% at 51.42% 27.72%, var(--Surface-Brand-primary-600, #1D72BA) 5.82%, var(--Surface-Brand-primary-500, #248FE9) 100%);
    position: relative;
    padding: 16px;
}

.join-img-left{
    width: 125px;
    height: 114px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.join-img-right{
    width: 125px;
    height: 114px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.join-img-right img, .join-img-left img{
    width: 100%;
    height: 100%;
}

.join-header-content{
    position: relative;
    z-index: 2;
    color: #fff;
}

.join-header-content p{
    margin-bottom: 0;
    margin-top: 8px;
}

.dialog-join-airvoice .dialog-title{
    color: #fff;
    margin-bottom: 0;
}

.prepaid-offers{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FEEAD2;
    padding: 16px;
}

.airvoice-offers{
    margin-top: 16px;
}

.prepaid-offers-header h3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #020100;
    text-align: center;
}

.prepaid-offers-header p{
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 15px;
    color: #020100;
    text-align: center;
}

.airvoice-offers{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-offer{
    gap: 24px;
    border-radius: 8px;
    padding: 12px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    background-color: white;
}

.card-offer .img-offer{
    width: 82px;
    height: 72px;
}

.content-offer{
    flex: 1;
}

.content-offer h4{
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #020203;
}

.content-offer h4 b{
    color: #B2290E;
}

.offer-link{
    margin-top: 8px;
}

.offer-link a{
    width: 100%;
    border-radius: 8px;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background-color: #ECF7FB;
    color: #1D72BA;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.form-container form > p.form-note, .form-note{
    font-size: 10px;
    font-style: italic;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    color: #fff;
    line-height: 1.5;
}

.form-note{
    margin-top: 12px;
}

.form-container form > p a{
    text-decoration: underline;
}

.email-errors{
    font-size: 14px;
}

@media (min-width: 600px) {
    .d-sm-flex{
        display: flex !important;
    }
    .d-sm-block{
        display: block !important;
    }
    .d-sm-none{
        display: none !important;
    }
    .notification{
        padding: 8px 16px 8px 12px;
    }
    .notification p{
        font-size: 15px;
        line-height: 21px;
        font-weight: 600;
    }
    .landing-page-banner{
        padding: 0 32px 32px;
    }
    .leads .landing-page-banner{
        padding: 0 32px;
    }
    .box-banner{
        gap: 32px;
        padding: 14px 0 0;
    }
    .leads .box-banner{
        padding: 32px 0 40px;
    }
    .banner-stack{
        flex-direction: row;
        padding: 0;
        gap: 12px;
    }
    .leads .banner-stack{
        flex-direction: column;
        padding: 0;
        gap: 32px;
    }
    .banner-right{
        flex: 0 0 232px;
        max-width: none;
    }
    .for-snap .banner-right{
        max-width: none;
    }
    .banner-title{
        font-size: 48px;
        line-height: 62px;
        text-align: left;
    }
    .leads .banner-right{
        max-width: 368px;
        width: 368px;
        height: 348px;
        position: relative;
        flex: 0 0 368px;
    }
    .leads .banner-right img{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
        max-width: none;
    }
    .button-orange{
        width: auto;
        padding: 16px 64px;
    }
    .banner-text{
        text-align: left;
        font-size: 32px;
        line-height: normal;
    }
    .leads .banner-text{
        text-align: center;
        font-size: 24px;
    }
    .title-icon img{
        width: 40px;
        height: 40px;
    }
    .banner-heading{
        gap: 6px;
        flex: 1;
    }
    .for-snap .banner-contents{
        margin-top: 0;
    }
    .banner-contents{
        margin-top: 0;
        border-radius: 14px 0 14px 14px;
        padding: 14px 18px;
    }
    .leads .banner-contents{
        margin-top: 32px;
    }
    .leads .banner-contents ul{
        flex-direction: row;
        gap: 12px;
    }
    .leads .banner-contents ul li{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .banner-contents ul .content-img{
        padding: 10px;
    }
    .banner-contents ul .content-img img{
        width: 40px;
        height: 40px;
    }
    .banner-contents ul .content-text p{
        font-size: 13px;
        line-height: normal;
    }
    .banner-contents ul .content-text .text-bold{
        font-size: 15px;
        line-height: normal;
    }
    .banner-title-container{
        gap: 8px;
    }
    .img-form img{
        width: 370px;
    }
    .form-zipcode{
        border-radius: 14px;
        padding: 24px 18px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 24px;
        justify-content: center;
    }
    .img-form{
        flex: 0 0 175px;
    }
    .form-container{
        border-radius: 16px;
        flex: 1;
    }
    .form-container form{
        gap: 12px;
        margin-top: 16px;
    }
    .form-title{
        font-size: 18px;
        line-height: normal;
    }
    .field-wrap input{
        padding: 0;
    }
    .btn-submit{
        border-radius: 16px;
    }
    .box-free-phone{
        padding: 32px 20px;
    }
    .title-free-phone{
        font-size: 48px;
        line-height: 62px;
    }
    .card-text{
        padding: 24px 32px;
        border-radius: 24px;
    }
    .card-text-title{
        font-size: 24px;
        line-height: 32px;
    }
    .text-data{
        font-size: 56px;
        line-height: 68px;
    }
    .text{
        font-size: 24px;
        line-height: 32px;
        margin-top: 6px;
    }
    .card-icon {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .card-phone{
        padding: 24px 32px;
        border-radius: 24px;
    }
    .card-phone-title h3{
        font-size: 24px;
        line-height: 32px;
    }
    .phone-free{
        margin-top: 16px;
        gap: 20px;
    }
    .phone-picture{
        width: 220px;
    }
    .free-phone-desc-item p{
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }
    .free-phone-desc-item img{
        width: 20px;
        height: 20px;
    }
    .card-btn{
        align-items: center;
        gap: 16px;
    }
    .card-btn .btn-submit{
        padding: 16px 40px;
        height: 56px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 22px;
        width: max-content;
    }
    .small-text{
        font-size: 12px;
        line-height: 18px;
    }
    .reviews{
        padding: 32px 20px;
    }
    .section-title{
        font-size: 48px;
        line-height: 62px;
    }
    .swiper-reviews-container .swiper-slide{
        width: 300px !important;
    }
    .review-content{
        font-size: 16px;
        line-height: 22px;
    }
    .why-choose{
        padding: 32px 16px;
    }
    .section-heading .description{
        font-size: 18px;
        line-height: 25px;
        font-weight: 400;
    }
    .swiper-tags-container .swiper-slide{
        width: 368px !important;
    }
    .why-choose-container{
        gap: 24px;
    }
    .tag-item{
        padding: 24px;
        border-radius: 16px;
        gap: 20px;
    }
    .tag-content{
        gap: 12px;
    }
    .tag-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .tag-content ul li{
        gap: 8px;
    }
    .tag-content ul li .tag-list-text{
        font-size: 15px;
        line-height: 21px;
    }
    .list-reviews-container{
        margin-right: -32px !important;
    }
    .list-tags-container{
        margin-right: -32px !important;
    }
    .why-choose .btn-submit{
        width: 100%;
        padding: 20px 32px;
        border-radius: 16px;
        height: 64px;
        font-size: 18px;
        line-height: 25px;
    }
    .offer-ends{
        padding: 0 16px;
    }
    .img-offer img{
        width: 100%;
    }
    .leads-ca .img-offer img{
        max-width: 268px;
    }
    .box-countdown{
        padding: 32px 24px;
    }
    .title-countdown p{
        font-size: 18px;
        line-height: normal;
    }
    .countdown-item{
        padding: 10px 24px 18px;
        border-radius: 12px;
        width: 96px;
    }
    .countdown-item-number{
        font-size: 40px;
        line-height: 48px;
    }
    .countdown-item-label{
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        text-transform: none;
    }
    .heading-countdown{
        gap: 16px;
    }
    .offer-ends .field-wrap input{
        font-size: 15px;
        line-height: 21px;
    }
    .offer-ends .btn-submit{
        padding: 12px 20px;
        border-radius: 12px;
        height: 56px;
        font-size: 16px;
        line-height: 22px;
    }
    .offer-ends .field-wrap{
        border-radius: 12px;
    }
    .offer-ends .field-wrap .form-control{
        border-radius: 12px;
    }
    .title-countdown .section-title{
        max-width: none;
        font-size: 20px;
        line-height: normal;
    }
    .faq{
        padding: 32px 16px;
    }
    .accordion-faq .btn-accordion{
        padding: 16px 20px;
        border-radius: 12px !important;
    }
    .accordion-faq .btn-accordion .accordion-content .accordion-content-question{
        font-size: 16px;
        line-height: normal;
    }
    .accordion-faq .btn-accordion .accordion-expandIcon svg{
        width: 20px;
        height: 20px;
    }
    .accordion-faq .accordion-detail{
        padding: 0 20px 20px;
    }
    .accordion-answer{
        font-size: 14px;
        line-height: 20px;
    }
    .footer{
        padding: 16px 20px;
    }
    .footer p{
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
    }
    .footer-container{
        gap: 20px;
    }
    .offer-ends{
        padding: 0 24px;
    }
    .leads .offer-ends{
        padding: 0;
    }
    .section-title{
        font-size: 32px;
        line-height: 42px;
    }
    .overpay-main .section-title{
        padding: 0 12px;
    }
    .for-low-income .overpay-main .section-title .blue-text{
        display: inline;
    }
    .for-veterans .overpay-main .section-title{
        padding: 0 15px;
    }
    .image-phone-dialog img{
        width: 414px;
    }
    .dialog-form-title{
        font-size: 18px;
        line-height: 25px;
    }
    .dialog-form .btn-submit{
        padding: 16px 24px;
        height: 56px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }
    .over-pay .container{
        padding-left: 32px;
        padding-right: 32px;
    }
    .save-text{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }
    .img-pig{
        width: 46px;
        height: 39px;
    }
    .items-save{
        grid-template-columns: repeat(4, 1fr);
    }
    .items-save.best-offers{
        grid-template-columns: repeat(3, 1fr);
    }
    .internet-kit .items-save{
        grid-template-columns: repeat(3, 1fr);
    }
    .for-low-income .items-save{
        grid-template-columns: repeat(3, 1fr);
    }
    .for-job-seekers .items-save{
        grid-template-columns: repeat(3, 1fr);
    }
    .card-item-save{
        padding: 20px 14px;
        gap: 6px;
    }
    .card-item-save-title{
        font-size: 28px;
        line-height: normal;
    }
    .setup-container{
        display: flex;
        justify-content: center;
    }
    .btn-setup{
        padding: 16px 24px;
        width: max-content;
        font-size: 16px;
        line-height: 22px;
    }
    .section-heading{
        gap: 8px;
    }
    .faq-container{
        gap: 32px;
    }
    .form-container form > p{
        font-size: 14px;
        line-height: normal;
    }
    .logo-container a{
        width: 83px;
        height: 30px;
    }
    .dialog-join-airvoice .diablog-body{
        max-width: 732px;
        width: 100%;
    }
    .dialog-join-airvoice .dialog-title{
        font-size: 48px;
        line-height: 62px;
    }
    .dialog-text p{
        font-size: 15px;
        line-height: 21px;
    }
    .join-header{
        padding: 24px 40px;
    }
    .join-img-left{
        width: 216px;
        height: 173px;
    }
    .join-img-right{
        width: 216px;
        height: 173px;
    }
    .prepaid-offers{
        padding: 32px 40px;
    }
    .prepaid-offers-header h3{
        font-size: 20px;
        line-height: 28px;
    }
    .prepaid-offers-header p{
        font-size: 13px;
        line-height: 19px;
    }
    .airvoice-offers{
        flex-direction: row;
        gap: 20px;
    }
    .card-offer{
        padding: 20px;
        border-radius: 12px;
    }
    .content-offer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content-offer h4{
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }
    .card-offer .img-offer{
        margin-top: 24px;
        width: 115px;
        height: 98px;
    }
    .offer-link{
        width: 100%;
        margin-top: 24px;
    }
    .offer-link a{
        height: 40px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 20px;
    }
    .form-container form > p.form-note, .form-note{
        font-size: 12px;
    }
    .leads .title-countdown{
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }
    .leads.leads-ca .title-countdown{
        display: block;
    }
    .leads .title-countdown .section-title{
        max-width: 242px;
        font-size: 48px;
        line-height: 62px;
        margin: 0;
    }
    .leads.leads-ca .title-countdown .section-title{
        max-width: none;
    }
    .leads .img-offer{
        flex: 0 0 213px;
    }
    .text-hurry{
        color: #C67A17;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .dialog-join-airvoice .diablog-body{
        width: 732px;
    }
}

@media (min-width: 900px) {
    .d-md-none{
        display: none !important;
    }
    .d-md-block{
        display: block !important;
    }
    .d-md-flex{
        display: flex !important;
    }
    .container-menu{
        display: flex;
        position: relative;
        top: unset;
        right: unset;
        width: auto;
        min-width: auto;
        pointer-events: auto;
        flex-direction: row;
        transform: none;
        opacity: 1;
        background: transparent;
        box-shadow: none;
        transition: none;
    }
    .container-menu .button{
        color: #fff;
    }
    .header-landing-page{
        padding: 16px 0;
    }
    .header-landing-page .container{
        padding-left: 24px;
        padding-right: 24px;
    }
    .logo-container a{
        width: 83px;
        height: 30px;
    }
    .header-container .button{
        padding: 16px;
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
    }
    .landing-page-banner{
        
    }
    .banner-title{
        font-size: 64px;
        line-height: 76px;
    }
    .banner-container .banner-des{
        
        font-size: 18px;
        line-height: 25px;
    }
    .form-zipcode{
        
    }
    .form-container{
        max-width: 687px;
    }
    .for-kids .form-container{
        max-width: 687px;
    }
    .img-form img{
        width: 205px;
    }
    .form-container{
        padding: 0;
        margin-top: 0;
    }
    
    .field-wrap input{
        font-size: 20px;
        line-height: normal;
        font-weight: 400;
    }
    .box-free-phone {
        padding: 32px 52px;
        gap: 40px;
    }
    .title-free-phone{
        font-size: 64px;
        line-height: 76px;
    }
    .card-text{
        padding: 40px 32px;
    }
    .card-text-title{
        font-size: 32px;
        line-height: 42px;
    }
    .card-text-data{
        margin-top: 12px;
    }
    .text-data{
        font-size: 64px;
        line-height: 76px;
    }
    .text{
        font-size: 28px;
        line-height: 36px;
    }
    .card-phone{
        padding: 40px 32px;
    }
    .card-phone-title h3{
        font-size: 32px;
        line-height: 42px;
    }
    .phone-free{
        gap: 80px;
    }
    .phone-picture{
        width: 240px;
    }
    .free-phone-desc-item{
        padding: 16px 20px;
        border-radius: 14.5;
    }
    .free-phone-desc-item img{
        width: 28px;
        height: 28px;
    }
    .free-phone-desc-item p{
        font-size: 18px;
        line-height: 25px;
    }
    .small-text{
        font-size: 13px;
        line-height: 19px;
    }
    .reviews{
        padding: 48px 52px;
    }
    .list-reviews-container{
        margin-right: -64px !important;
    }
    .why-choose{
        padding: 48px 52px;
    }
    .list-tags-container{
        margin-right: -64px !important;
    }
    .box-countdown{
        padding: 40px 64px;
    }
    .box-countdown{
        flex-direction: row;
        position: relative;
    }
    .countdown-content{
        gap: 16px;
        width: 100%;
    }
    .countdown-image{
        width: 401px;
        right: -49px;
        bottom: 0;
        position: absolute;
    }
    .countdown-item{
        width: 94px;
    }
    .countdown-item-label {
        font-size: 14px;
        line-height: 10px;
        margin-top: 0px;
    }
    .offer-ends .field-wrap input{
        font-weight: 400;
    }
    .title-countdown .section-title{
        font-size: 40px;
        line-height: normal;
        margin: 0 auto 16px;
        max-width: 340px;
        font-weight: 700;
    }
    .accordion-faq .btn-accordion .accordion-content .accordion-content-question{
        font-size: 20px;
        line-height: 28px;
    }
    .accordion-faq .btn-accordion .accordion-expandIcon svg{
        width: 24px;
        height: 24px;
    } 
    .accordion-answer{
        font-size: 16px;
        line-height: 22px;
    }
    .banner-container{
        flex-direction: row;
        gap: 24px;
        align-items: center;
        flex-wrap: nowrap;
    }
    .leads .banner-container{
        flex-direction: column;
    }
    .banner-contents{
        flex: 0 0 268px;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }
    .leads .banner-contents{
        flex: none;
        margin-top: 24px;
        padding: 0;
    }
    .leads .landing-page-banner{
        padding: 0 32px 40px;
    }
    .banner-contents ul{
        flex-direction: column;
        gap: 24px;
    }
    .leads .banner-contents ul{
        gap: 24px;
    }
    .leads .banner-contents ul li{
        border-radius: 16px;
        padding: 24px 32px;
        flex-direction: row;
        gap: 32px;
        align-items: center;
    }
    
    .leads .banner-contents ul .content-text{
        flex: 1;
    }
    .leads .banner-contents ul .content-img img{
        height: 56px;
    }
    .leads .banner-contents ul .content-text .text-bold{
        font-size: 32px;
    }
    .leads .banner-contents ul .content-text p{
        font-size: 24px;
    }
    .button-orange{
        padding: 20px 64px;
        border-radius: 12px;
        font-size: 24px;
    }
    .banner-stack{
        flex: 1;
        gap: 24px;
    }
    .leads .banner-stack{
        flex-direction: row;
        gap: 72px;
    }
    .banner-right {
        flex: 0 0 372px;
    }
    .leads .banner-right{
        max-width: 453px;
        width: 453px;
        height: 591px;
        position: relative;
        flex: 0 0 453px;
    }
    .box-banner{
        gap: 0;
    }
    .leads .box-banner{
        padding: 0;
    }
    .form-zipcode{
        padding: 32px 48px;
        gap: 64px;
    }
    .form-title{
        font-size: 32px;
        letter-spacing: -1px;
    }
    .form-container form{
        margin-top: 20px;
        gap: 12px;
    }
    .field-wrap{
        border-radius: 20px;
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }
    .field-wrap .form-control{
        flex: 1;
    }
    .field-wrap .field-email{
        flex: 0 0 261px;
    }
    .form-line{
        width: 1px;
        height: auto;
        margin: 0;
        align-self: stretch;
    }
    .form-container form > p{
        font-size: 18px;
        line-height: normal;
    }
    .section-title{
        font-size: 64px;
        line-height: normal;
    }
    .save-pay{
        margin-top: 40px;
        flex-direction: row;
        gap: 16px;
    }
    .save-card{
        flex: 0 0 277px;
        flex-direction: column;
        gap: 0;
    }
    .img-pig{
        width: auto;
        height: auto;
    }
    .img-pig img{
        width: 48px;
        height: 42px;
    }
    .save-card-header{
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
    .img-pig .save-heading{
        font-size: 24px;
        line-height: normal;
        color: #fff;
    }
    .save-heading{
        color: #fff;
        font-size: 80px;
        line-height: normal;
    }
    .save-bill{
        font-size: 24px;
        line-height: normal;
    }

    .stack-bill span{
        font-size: 18px;
        line-height: normal;
        font-weight: 500 ;
    }
    .stack-bill{
        gap: 6px;
    }
    .save-benefit{
        flex: 1;
    }
    .items-save{
        gap: 16px;
    }
    .card-item-save{
        padding: 40px 24px;
        border-radius: 16px;
        gap: 10px;
    }
    .for-students .card-item-save{
        padding: 40px 20px;
    }
    .card-item-save-title{
        font-size: 72px;
        line-height: 71px;
    }
    .for-low-income .card-item-save-title{
        font-size: 72px;
        line-height: 86px;
    }
    .for-job-seekers .card-item-save-title{
        font-size: 72px;
        line-height: 86px;
    }
    .card-item-save-des{
        font-size: 24px;
        line-height: normal;
    }
    .card-item-save-img img{
        height: 71px;
    }
    .for-low-income .card-item-save-img img{
        height: 86px;
    }
    .for-job-seekers .card-item-save-img img{
        height: 86px;
    }
    .setup-container{
        margin-top: 40px;
    }
    .btn-setup{
        padding: 20px 32px;
        border-radius: 16px;
        font-size: 18px;
        line-height: 25px;
    }
    .over-pay{
        padding: 64px 0;
    }
    .landing-page-banner {
        padding: 0 32px;
    }
    .reviews-container .section-title{
        padding: 0 64px;
    }
    .why-choose .btn-submit{
        
        width: max-content;
        padding: 20px 64px;
    }
    .countdown-container{
        flex-direction: row;
    }
    .box-countdown{
        padding: 40px 64px;
        flex: 1;
        border-radius: 0 24px 24px 0;
    }
    .img-offer{
        flex: 0 0 46.44%;
    }
    .offer-ends .field-wrap .form-control{
        padding: 20px;
    }
    .img-offer img {
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }
    .over-pay .container{
        max-width: 1152px !important;
        padding: 0;
    }
    .tag-content p{
        font-size: 18px;
        line-height: 25px;
    }
    .banner-text{
        font-size: 64px;
        line-height: normal;
        letter-spacing: -1px;
    }
    .leads .banner-text{
        font-size: 48px;
        text-align: left;
    }
    .leads .banner-text-bottom{
        font-size: 64px;
        text-align: left;
    }
    .for-veterans .banner-text{
        font-size: 72px;
    }
    .for-low-income .banner-text{
        font-size: 72px;
    }
    .for-job-seekers .banner-text{
        font-size: 72px;
        font-weight: 800;
        max-width: 450px;
    }
    .for-students .banner-text{
        font-size: 72px;
        font-weight: 800;
        max-width: 450px;
    }
    .claim-banner{
        padding: 0;
        align-items: start;
        gap: 16px;
    }
    .claim-banner p{
        font-size: 20px;
    }
    .overpay-main .section-title{
        padding: 0 60px;
    }
    .for-veterans .overpay-main .section-title{
        padding: 0 80px;
    }
    .banner-contents ul .content-text p{
        font-size: 18px;
        line-height: normal;
    }
    .banner-contents ul .content-text .text-bold{
        font-size: 18px;
        line-height: normal;
    }
    .tag-content ul li .tag-list-text {
        font-size: 18px;
        line-height: 25px;
    }
    .box-title{
        padding: 40px 40px 0;
    }
    .dialog-title{
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 16px;
    }
    .dialog-text p{
        margin-bottom: 8px;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }
    .dialog-text p:last-child{
        margin-bottom: 0px;
    }
    .dialog-content{
        margin: 32px;
        max-height: calc(100% - 64px);
    }
    .diablog-body{
        max-width: 575px;
    }
    .leads .img-offer{
        flex: 0 0 458px;
    }
    .leads .img-offer img{
        width: 100%;
        height: auto;
    }
    .leads-ca .img-offer img{
        max-width: 100%;
    }
    .leads .box-countdown{
        align-items: center;
        gap: 40px;
        border-radius: 24px;
        padding: 40px 64px;
    }
    .leads .heading-countdown{
        gap: 10px;
    }
    .leads .title-countdown .section-title{
        max-width: 389px;
    }
    .bg-header img{
        width: auto;
        height: 100%;
        position: absolute;
        right: 0;
    }
}

@media (min-width: 1440px) {
    .d-lg-block{
        display: block !important;
    }
    .d-lg-none{
        display: none !important;
    }
    .logo-container a{
        width: 111px;
        height: 40px;
    }
    .button-purple{
        padding: 12px 20px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 20px;
    }
    .header-container{
        gap: 48px;
    }
    .header-container .button{
        padding: 12px 20px;
    }
    .landing-page-banner{
        padding: 24px 0 0;
    }
    .banner-container{
        gap: 48px;
        justify-content: center;
    }
    .banner-contents{
        gap: 40px;
    }
    .banner-stack{
        gap: 48px;
    }
    .banner-right{
        flex: 0 0 465px;
    }
    .banner-title{
        text-align: left;
        font-size: 72px;
        line-height: 80px;
    }
    .banner-container .banner-des{
        text-align: left;
    }
    .title-icon{
        justify-content: start;
    }
    .title-icon img{
        height: 80px;
        width: 80px;
    }
    
    .form-container{
        
    }
    .box-free-phone{
        padding: 64px 0;
        
    }

    .leads .banner-contents ul li:first-child,
    .leads .banner-contents ul li:nth-child(2){
        flex: 0 0 313px;
    }
    
    .card-free-phone{
        flex-direction: row;
        justify-content: center;
    }
    .card-text{
        padding: 40px;
    }
    .card-text-data{
        margin-top: 69px;
    }
    
    
    .card-icon {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .card-icon img{
        width: 100px;
    }
    .card-phone{
        padding: 40px;
    }
    
    .phone-free{
        gap: 24px;
    }
    .phone-picture{
        width: 300px;
    }
    .free-phone-desc-item{
        padding: 18px;
        border-radius: 14.5px;
    }
    
    .card-btn{
        gap: 20px;
    }
    .card-btn .btn-submit{
        padding: 20px 40px;
        border-radius: 16px;
        font-size: 18px;
        line-height: 25px;
        height: 64px;
    }
    .small-text{
        font-size: 14px;
        line-height: 20px;
    }
    .reviews{
        padding: 64px 0;
    }
    .why-choose{
        padding: 64px 0;
    }
    .section-title{
        font-size: 64px;
        line-height: 76px;
    }
    .section-heading .description{
        font-size: 18px;
        line-height: 25px;
    }
    .why-choose-container{
        gap: 40px;
    }
    .swiper-tags-container .swiper-slide {
        width: 368px !important;
    }
    .tag-item{
        padding: 24px;
    }
    .list-reviews-container{
        margin-right: calc((100vw - 1152px) / 2 * -1) !important;
    }
    .list-tags-container{
        margin-right: calc((100vw - 1152px) / 2 * -1) !important;
    }
    .box-countdown{
        padding: 48px 64px;
    }
    .box-countdown{
        flex-direction: row;
        position: relative;
    }
    .countdown-content{
        gap: 16px;
    }
    .countdown-image{
        width: 562px;
        right: 0;
        bottom: 0;
        position: absolute;
    }
    
    .title-countdown p{
        font-size: 32px;
        line-height: normal;
    }
    .heading-countdown{
        gap: 16px;
    }
    .countdown-item{
        padding: 10px 16px 18px;
        width: 94px;
    }
    .offer-ends .btn-submit{
        padding: 20px 40px;
        box-shadow: 0 1px 5px 0 rgba(67, 150, 212, 0.10), 0 2px 2px 0 rgba(67, 150, 212, 0.20), 0 3px 1px -2px rgba(67, 150, 212, 0.05);
        height: 64px;
        font-size: 18px;
        line-height: 25px;
    }
    .offer-ends{
        padding: 0 0 64px 0;
    }
    
    .faq-container{
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
    .faq-container .section-title{
        text-align: left;
        flex: 1;
    }
    .faq-content{
        flex: 1;
    }
    .accordion-faq .btn-accordion{
        padding: 16px 24px;
        border-radius: 12px !important;
        gap: 24px;
    }
    .footer-container{
        flex-direction: row;
        justify-content: space-between;
    }
    .footer p{
        font-size: 15px;
        line-height: 21px;
    }
    .container.container-small{
        max-width: 1152px !important;
    }
    .offer-ends .container{
        padding: 0;
    }
    .landing-page-banner .container {
        max-width: 1152px !important;
    }
}

@media (min-width: 1616px) {
    .d-lg-block{
        display: block !important;
    }
    .container {
        position: relative;
        z-index: 1;
        max-width: 1488px !important;
    }
    .landing-page-banner .container {
        max-width: 1152px !important;
    }
}