.sticky-nav {
    max-width: 100%
}

.home_header .why_pay_more {
    line-height: 100px;
    margin-top: 80px;
    margin-bottom: 25px
}

.home_header .benner_h1 {
    margin-bottom: 70px;
    line-height: 70px
}

.option_boxes_outer .option_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px
}

.option_boxes_outer .option_boxes .option_box,
.option_boxes_outer .option_boxes .option_box_Two {
    background-color: #e6f1e1;
    height: 150px;
    width: 225px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 5px #00000070
}

.option_boxes_outer .option_boxes .option_box p,
.option_boxes_outer .option_boxes .option_box_Two p {
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    gap: 10px
}

.option_boxes_outer .option_boxes .option_box p img,
.option_boxes_outer .option_boxes .option_box_Two p img {
    width: 32px
}

.option_boxes_outer .option_boxes .option_box .image,
.option_boxes_outer .option_boxes .option_box_Two .image {
    width: 70px;
    height: 70px;
    margin: 8px auto 0
}

.option_boxes_outer .option_boxes .option_box:nth-child(4) .image,
.option_boxes_outer .option_boxes .option_box_Two:nth-child(4) .image {
    width: 80px
}

.option_boxes_outer .option_boxes .option_box:nth-child(5) .image,
.option_boxes_outer .option_boxes .option_box_Two:nth-child(5) .image {
    width: 50px
}

.first_form_outer .first_form,
.second_form_outer .second_form,
.third_form_outer .third_form {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin: 0 auto
}

.first_form_outer .first_form {
    margin: 0 auto
}

.first_form_outer .first_form .label_field,
.second_form_outer .second_form .label_field,
.third_form_outer .third_form .label_field {
    display: flex;
    flex-direction: column;
    width: 40%
}

.first_form_outer .first_form .label_field .label_and_icon,
.second_form_outer .second_form .label_field .label_and_icon,
.third_form_outer .third_form .label_field .label_and_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed img,
.error-msg {
    display: none
}

.first_form_outer .first_form .label_field .label_icon,
.second_form_outer .second_form .label_field .label_icon,
.third_form_outer .third_form .label_field .label_icon {
    width: 36px
}

.first_form_outer .first_form .first_form_submit,
.second_form_outer .second_form .second_form_submit,
.third_form_outer .third_form .third_form_submit {
    width: 20%;
    border-radius: 10px;
    height: 70px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .25);
    transition: .3s ease-in-out
}

.first_form_outer .first_form .first_form_submit:hover,
.second_form_outer .second_form .second_form_submit:hover,
.third_form_outer .third_form .third_form_submit:hover {
    background-color: #5faa46 !important
}

.first_form_outer .first_form input,
.second_form_outer .second_form input,
.third_form_outer .third_form input {
    border: 1px solid #9d9d9d;
    border-radius: 10px;
    padding: 0 10px 0 55px;
    height: 70px;
    background-color: #fff
}

.error-msg {
    position: absolute;
    bottom: -20px
}

.error-msg-boxes {
    top: -20px
}

.family_image {
    height: 800px
}

.family_image img {
    object-fit: cover;
    object-position: top
}

.slide_arrows_outer .slide_arrows {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px
}

.slide_arrows_outer .slide_arrows .left_slide,
.slide_arrows_outer .slide_arrows .right_slide {
    background-color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 100px;
    padding: 13px 20px 13px 13px;
    position: static;
    margin: 0
}

.slide_arrows_outer .slide_arrows .right_slide {
    padding: 13px 13px 13px 20px
}

.factors_impact .what_is_car_p,
.get_a_free .get_a_free_p {
    margin-bottom: 40px
}

.get_a_free .get_a_free_h2 {
    margin: 80px 0 40px;
    line-height: 70px
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.swiper-pagination-bullet {
    background-color: #d9d9d9;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px
}

.swiper-pagination-bullet-active {
    background-color: #62a845;
    opacity: 1
}

.our_companies {
    margin-top: 80px
}

.factors_impact .what_is_car_h2,
.what_is_full_coverage_box_h2,
.types_of_coverage_h2,
.my_policy_cover_h2,
.how_much_need_h2,
.what_is_car .what_is_car_h2 {
    margin-bottom: 40px;
    line-height: 70px
}

.what_is_car {
    margin-top: 80px;
    padding: 80px 0;
    background-color: #e6f1e1
}

.contact_us {
    margin: 80px 0
}

.factors_impact {
    margin: 80px 0 0 0;
    padding: 80px 0px;
    background-color: #e6f1e1
}

.factors_impact_boxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px
}

.factors_impact_box {
    align-items: center;
    height: 75px;
    display: flex
}

.factors_impact_box {
    width: 280px;
    padding: 15px 10px;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.factors_impact_box .image {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: #62a845;
    width: 60px;
    height: 60px
}

.green_border {
    border-left: 20px solid #62a845
}

.need_help {
    background-color: #e6f1e1;
    padding: 80px 0;
    margin-top: 80px !important
}

.need_help .need_help_h2 {
    margin-top: 0 !important
}

.need_help .faq_btn {
    background-color: transparent;
    border: 2px solid #e80e71;
    color: #e80e71;
    border-radius: 100px;
    transition: .3s ease-in-out;
    padding: 10px 60px;
    margin-top: 40px
}

.need_help .faq_btn:hover {
    background-color: #e80e71;
    color: #fff
}

.what_is_full_coverage {
    padding: 80px 0px;
    margin: 80px 0px;
    background: #e6f1e1 url("../images-new/coverage-main/what-is-full-coverage-insurance.webp");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.what_is_full_coverage_box {
    width: 42%;
    margin-left: 8%;
}

.what_is_full_coverage_box_p {
    text-align: justify;
}

.types_of_coverage {
    margin: 80px 0px;
}

.coverage_bar img {
    width: 140px;
    height: 76px;
    margin-right: 20px;
}

.coverage_bar {
    background: linear-gradient(111.25deg, rgba(141, 214, 111, 0.4) 0%, rgba(167, 173, 118, 0.4) 33.17%, rgba(193, 132, 124, 0.4) 58.17%, rgba(245, 49, 138, 0.4) 79.09%, rgba(245, 49, 138, 0.4) 100%);
    padding: 12px 0px;
    margin-bottom: 40px;
}

.coverage_boxes_column {
    display: flex;
    column-gap: 50px;
    row-gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.coverage_box {
    width: 270px;
    height: 260px;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid #e80e71;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: #F6F2F2;
}

.coverage_box h4 {
    height: 57px;
    display: flex;
    align-items: center;
}

.coverage_box h4 a {
    display: contents;
}

/* .coverage_box p {
    text-align: justify;
} */

.my_policy_cover {
    margin: 80px 0px;
    padding: 80px 0px;
    background-color: #e6f1e1;
}

.my_policy_cover_p {
    margin-bottom: 40px;
}

.my_policy_cover .tables {
    display: flex;
    gap: 40px;
}

.my_policy_cover .tables .table_bar {
    padding: 20px;
    border-radius: 10px;
    background-color: #E80E71;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.my_policy_cover .tables .table_point {
    background-color: #fff;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.my_policy_cover .tables .table_point .point {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    height: 81px;
}

.my_policy_cover .tables .table_point .point img {
    width: 30px;
    height: 30px;
}

.how_much_need {
    margin: 80px 0px;
}

.how_much_need_content {
    display: flex;
    align-items: center;
    gap: 0px;
}

.how_much_need_left {
    width: 60%;
    height: 465px;
    background-image: url("../images-new/coverage-main/how-much-car-insurance-do-i-need.webp");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 75% 100%;
    position: relative;
}

.how_much_need_right {
    width: 40%;
    text-align: center;
}

.how_much_need_right img {
    width: 394px;
    height: 465px;
}

.how_much_need_left p {
    text-align: justify;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    box-shadow: 0px 0px 8px 0px #0000001A;
    /* height: 291px; */
    width: 628px;
}

.my_policy_cover .tables .table_left {
    width: 100%;
}

.my_policy_cover .tables .table_right {
    width: 100%;
}

.need_help {
    margin-bottom: 0px !important;
}

@media (min-width:1600px) {
    .family_image {
        height: 1080px
    }
}

@media (max-width:1366px) {
    .home_header .why_pay_more {
        line-height: 80px;
        margin-top: 40px;
        margin-bottom: 15px
    }

    .home_header .benner_h1 {
        margin-bottom: 40px;
        line-height: 60px
    }

    .factors_impact .what_is_car_h2,
    .get_a_free .get_a_free_h2,
    .what_is_full_coverage_box_h2,
    .types_of_coverage_h2,
    .my_policy_cover_h2,
    .how_much_need_h2,
    .what_is_car .what_is_car_h2 {
        line-height: 60px
    }

    .first_form_outer .first_form .first_form_submit,
    .first_form_outer .first_form input,
    .second_form_outer .second_form .second_form_submit,
    .second_form_outer .second_form input,
    .third_form_outer .third_form .third_form_submit,
    .third_form_outer .third_form input {
        height: 50px
    }

    .first_form_outer .first_form .label_field .label_icon,
    .option_boxes_outer .option_boxes .option_box p img,
    .option_boxes_outer .option_boxes .option_box_Two p img,
    .second_form_outer .second_form .label_field .label_icon,
    .third_form_outer .third_form .label_field .label_icon {
        width: 28px
    }

    .first_form_outer .first_form input,
    .second_form_outer .second_form input,
    .third_form_outer .third_form input {
        padding-left: 45px
    }

    .slide_arrows_outer .slide_arrows .left_slide,
    .slide_arrows_outer .slide_arrows .right_slide {
        width: 35px;
        height: 35px;
        padding: 10px 15px 10px 10px
    }

    .slide_arrows_outer .slide_arrows .right_slide {
        padding: 10px 10px 10px 15px
    }

    .option_boxes_outer .option_boxes {
        gap: 25px
    }

    .option_boxes_outer .option_boxes .option_box,
    .option_boxes_outer .option_boxes .option_box_Two {
        width: 200px
    }

    .option_boxes_outer .option_boxes .option_box p,
    .option_boxes_outer .option_boxes .option_box_Two p {
        line-height: 21px
    }

    .get_a_free .get_a_free_p {
        margin-bottom: 40px
    }

    .family_image {
        height: 800px
    }

    .factors_impact_boxes {
        gap: 20px
    }

    .factors_impact_box {
        width: 260px
    }

    .need_help .need_help_h2 {
        margin-top: 0 !important
    }
}

@media (max-width:1280px) {
    .what_is_full_coverage {
        background-size: 48%;
    }
}

@media (max-width:1024px) {

    .factors_impact_boxes,
    .option_boxes_outer .option_boxes {
        gap: 15px
    }

    .option_boxes_outer .option_boxes .option_box,
    .option_boxes_outer .option_boxes .option_box_Two {
        width: 160px;
        height: 130px
    }

    .option_boxes_outer .option_boxes .option_box p img,
    .option_boxes_outer .option_boxes .option_box_Two p img {
        width: 20px
    }

    .option_boxes_outer .option_boxes .option_box .image,
    .option_boxes_outer .option_boxes .option_box:nth-child(4) .image,
    .option_boxes_outer .option_boxes .option_box_Two .image,
    .option_boxes_outer .option_boxes .option_box_Two:nth-child(4) .image {
        width: 60px;
        height: 60px
    }

    .option_boxes_outer .option_boxes .option_box:nth-child(5) .image,
    .option_boxes_outer .option_boxes .option_box_Two:nth-child(5) .image {
        width: 45px;
        height: 60px
    }

    .option_boxes_outer .option_boxes .option_box p,
    .option_boxes_outer .option_boxes .option_box_Two p {
        line-height: 18px
    }

    .factors_impact_box {
        width: 220px;
        height: 65px;
        gap: 10px
    }

    .factors_impact_box .image {
        width: 50px;
        height: 50px
    }

    .what_is_full_coverage_box {
        width: 45%;
        margin-left: 5%;
    }

    .how_much_need_right img {
        width: 300px;
        height: 400px;
    }

    .how_much_need_left {
        height: 400px;
        background-size: 75% 100%;
    }

    .how_much_need_left p {
        padding: 30px;
        border-radius: 20px;
        /* height: 250px; */
        width: 550px;
    }

    .my_policy_cover .tables .table_point .point {
        gap: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width:992px) {

    .option_boxes_outer .option_boxes {
        gap: 10px
    }

    .option_boxes_outer .option_boxes .option_box,
    .option_boxes_outer .option_boxes .option_box_Two {
        width: 125px;
        height: 110px
    }

    .option_boxes_outer .option_boxes .option_box p,
    .option_boxes_outer .option_boxes .option_box_Two p {
        line-height: 15px;
        gap: 4px
    }

    .first_form_outer .first_form,
    .second_form_outer .second_form,
    .third_form_outer .third_form {
        gap: 8px
    }

    .my_policy_cover .tables {
        gap: 20px;
    }

    .how_much_need_content {
        gap: 30px;
        flex-direction: column;
    }

    .how_much_need_left {
        height: 400px;
        width: 100%;
        background-size: 50% 100%;
    }

    .how_much_need_left p {
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .how_much_need_right {
        width: 100%;
    }

    .my_policy_cover .tables .table_point .point {
        height: 90px;
    }

}

@media (max-width:767px) {
    .home_header .why_pay_more {
        line-height: 35px;
        margin-top: 30px;
        margin-bottom: 10px
    }

    .home_header .benner_h1 {
        line-height: 30px;
        margin-bottom: 20px
    }

    .option_boxes_outer .option_boxes {
        gap: 8px
    }

    .option_boxes_outer .option_boxes .option_box,
    .option_boxes_outer .option_boxes .option_box_Two {
        height: 80px;
        width: 90px;
        box-shadow: 0 0 3px #00000070
    }

    .option_boxes_outer .option_boxes .option_box p img,
    .option_boxes_outer .option_boxes .option_box_Two p img {
        width: 13px
    }

    .option_boxes_outer .option_boxes .option_box .image,
    .option_boxes_outer .option_boxes .option_box:nth-child(4) .image,
    .option_boxes_outer .option_boxes .option_box_Two .image,
    .option_boxes_outer .option_boxes .option_box_Two:nth-child(4) .image {
        width: 40px;
        height: 40px
    }

    .option_boxes_outer .option_boxes .option_box:nth-child(5) .image,
    .option_boxes_outer .option_boxes .option_box_Two:nth-child(5) .image {
        width: 30px;
        height: 30px
    }

    .option_boxes_outer .option_boxes .option_box p,
    .option_boxes_outer .option_boxes .option_box_Two p {
        line-height: 10px;
        gap: 3px
    }

    .first_form_outer .first_form,
    .second_form_outer .second_form,
    .third_form_outer .third_form {
        display: block;
        gap: 15px
    }

    .first_form_outer .first_form .label_field,
    .second_form_outer .second_form .label_field,
    .third_form_outer .third_form .label_field {
        width: 100%
    }

    .first_form_outer .first_form input,
    .second_form_outer .second_form input,
    .third_form_outer .third_form input {
        border-radius: 8px;
        height: 40px
    }

    .first_form_outer .first_form .first_form_submit,
    .second_form_outer .second_form .second_form_submit,
    .third_form_outer .third_form .third_form_submit {
        border-radius: 8px;
        width: 100%;
        height: 40px
    }

    .first_form_outer .first_form .label_field .label_icon,
    .second_form_outer .second_form .label_field .label_icon,
    .third_form_outer .third_form .label_field .label_icon {
        width: 20px
    }

    .first_form_outer .first_form .label_field .label_and_icon,
    .second_form_outer .second_form .label_field .label_and_icon,
    .third_form_outer .third_form .label_field .label_and_icon {
        gap: 5px
    }

    .family_image {
        height: 200px
    }

    .slide_arrows_outer .slide_arrows .left_slide,
    .slide_arrows_outer .slide_arrows .right_slide {
        width: 25px;
        height: 25px;
        padding: 2px 10px 0 8px
    }

    .slide_arrows_outer .slide_arrows .right_slide {
        padding: 2px 8px 0 10px
    }

    .slide_arrows_outer .slide_arrows .left_slide img,
    .slide_arrows_outer .slide_arrows .right_slide img {
        margin-bottom: 2px
    }

    .factors_impact .what_is_car_p,
    .get_a_free .get_a_free_p {
        margin-bottom: 20px
    }

    .get_a_free .get_a_free_h2 {
        margin: 60px 0 20px;
        line-height: 30px
    }

    .swiper-pagination {
        margin-top: 10px
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 2px
    }

    .our_companies,
    .what_is_car {
        margin-top: 60px
    }

    .slide_arrows_outer .slide_arrows {
        width: 100%;
        gap: 12px;
        margin: 20px auto 0
    }

    .factors_impact .what_is_car_h2,
    .what_is_full_coverage_box_h2,
    .types_of_coverage_h2,
    .my_policy_cover_h2,
    .how_much_need_h2,
    .what_is_car .what_is_car_h2 {
        margin-bottom: 20px;
        line-height: 30px
    }
    
    .what_is_car {
        padding: 60px 10px
    }

    .contact_us {
        margin: 60px 0
    }

    .factors_impact {
        margin: 60px 0 0 0;
        padding: 60px 10px;
    }

    .factors_impact_boxes {
        column-gap: 6px;
        row-gap: 10px;
        justify-content: center
    }

    .factors_impact_box {
        width: 145px;
        height: 55px;
        gap: 5px
    }

    .factors_impact_box .image {
        width: 40px;
        height: 40px;
        padding: 7px
    }

    .factors_impact_box p {
        line-height: 14px
    }

    .need_help .faq_btn {
        margin-top: 20px
    }

    .green_border {
        border-left: 10px solid #62a845
    }

    .need_help {
        padding: 60px 0;
        margin-top: 60px !important
    }

    .need_help .need_help_h2 {
        margin-top: 0 !important
    }

    .what_is_full_coverage {
        padding: 60px 0px 300px 0px;
        margin: 60px 0px;
        background-position: 100% 92%;
        background-size: 80%;
    }

    .what_is_full_coverage_box {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
    }

    .types_of_coverage {
        margin: 60px 0px;
    }

    .coverage_bar img {
        width: 100px;
        height: 70px;
        margin-right: 10px;
    }
    
    .coverage_bar {
        padding: 8px 0px;
    }
    
    .coverage_boxes_column {
        gap: 20px;
        margin-bottom: 40px;
    }

    .my_policy_cover {
        margin: 60px 0px;
        padding: 60px 10px;
    }

    .my_policy_cover_p {
        margin-bottom: 20px;
    }

    .my_policy_cover .tables {
        gap: 30px;
        flex-direction: column;
    }

    .my_policy_cover .tables .table_point .point img {
        width: 25px;
        height: 25px;
    }

    .how_much_need {
        margin: 60px 0px;
        padding: 0px 0px;
    }

    .how_much_need_left p {
        padding: 25px;
        /* height: 400px; */
        width: 310px;
    }

    .how_much_need_left {
        height: 500px;
        background-size: 60% 100%;
    }

    .how_much_need_right img {
        width: 80%;
        height: 360px;
    }

    .my_policy_cover .tables .table_point .point {
        height: auto;
    }

}

@media (max-width:350px) {
    .what_is_full_coverage {
        background-size: 90%;
    }
    .how_much_need_right img {
        height: 320px;
    }
    .how_much_need_left p {
        padding: 20px;
        width: 290px;
    }
}

@media (max-width:320px) {
    .what_is_full_coverage {
        background-size: 95%;
    }
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1224px
    }
}