.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_Two {
    background-color: #ffffff;
}

.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: 460px
}

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

.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
}

.get_a_free {
    background-color: #e6f1e1;
    padding-bottom: 80px; 
}

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

.get_a_free .option_boxes {
    margin-top: 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
}

.contact_us{
    margin: 80px 0
}

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

/* CONTENT SECTION */
.table_key_outer {
    position: relative;
    width: 90%;
    margin: 100px auto;
}
.table_key_outer .my_key .blog_content h2,
.table_key_outer .my_key .blog_content h3 {
    scroll-margin-top: 65px;
}
.table_key_outer .my_key .blog_content h3 a {
    color: #e80e71;
}
.table_key_outer .my_key .blog_content .blog_content_h4 img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.my_table {
    width: 30%;
    /* padding: 15px;
    box-shadow: 0px 0px 15px #c9c9c9;
    background-color: #fff; */
    max-height: 90vh;
    overflow: hidden;
    position: absolute;
    transition: top 0.3s ease-in-out;
}
.my_table h3 {
    border-left: 15px solid;
    padding: 5px 0px 5px 15px;
}
.my_table .my_table_p {
    margin-left: 30px;
    /* padding-left: 20px;
    border-left: 2px solid #b1b1b1; */
}
.my_table .my_table_p p a {
    transition: all ease-in-out 0.1s;
    color: #9C9A9A;
}
.my_table .my_table_p p a:hover {
    color: #e90c72;
}
.my_table h2 {
    border-left: 20px solid #e90c72;
    padding-left: 10px;
}
.my_table.fixed {
    position: fixed;
    top: 68px;
    width: 30%;
    max-width: 420px;
    z-index: 1000;
}
.my_table.absolute {
    position: absolute;
    width: 30%;
    max-width: 384px;
}
.my_table ul li p a:hover {
    color: #2ab241;
}
.my_key {
    width: 70%;
    margin-left: auto;
    padding-left: 48px;
}
.my_key .key_takeaways {
    width: 100%;
    background-color: #EFEFEF;
    padding: 30px;
    box-shadow: 0px 0px 15px #c9c9c9;
}
.toc-link.active {
  color: #e90c72 !important;
}
html {
  scroll-behavior: smooth;
}

.blog_content_h2 {
    margin-bottom: 40px;
    margin-top: 70px;
}
.blog_content_h3 {
    margin-bottom: 10px;
}
.what_does_include_point {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}
.what_does_include_point img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.para_with_points_top_gap {
    margin-top: 25px;
}
.para_with_points_bottom_gap {
    margin-bottom: 25px;
}
.how_much_need_h3 {
    margin-bottom: 20px;
}
.how_much_need_point .text {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.how_much_need_point .text .part_one {
    width: 3%;
}
.how_much_need_point .text .part_one .circle {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    background-color: #5faa46;
}
.how_much_need_point .text p {
    width: 97%;
}
.how_much_need_point {
    margin-bottom: 25px;
}
.what_does_include_point,
.how_much_need_point {
    margin-left: 20px;
}
.how_much_cost_point .text {
    display: flex;
    gap: 15px;
    /* align-items: center; */
    padding: 10px 0px;
    width: 100%;
}
.how_much_cost_point .text div {
    width: 3%;
}
.how_much_cost_point .text .heading {
    width: 97% !important;
}
.how_much_cost_point .text div .circle {
    width: 9px;
    height: 9px;
    border-radius: 200px;
    background-color: #5faa46;
    margin-top: 8px;
}
.how_much_cost_point .text p {
    width: 97%;
}
.how_much_cost_point_parent {
    display: flex;
    flex-wrap: wrap;
}
.how_much_cost_point_parent .how_much_cost_point {
    width: 28%;
    margin-left: 20px;
    display: flex;
}
.how_much_cost_point_parent_2 .how_much_cost_point {
    width: 47%;
}
.how_much_cost_point_parent_Two .how_much_cost_point {
    width: 100%;
}

.some_quick_point .text {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.some_quick_point .text div {
    width: 3%;
}
.some_quick_point .text div .circle {
    width: 12px;
    height: 12px;
    border-radius: 200px;
    background-color: #5faa46;
}
.some_quick_point .text p {
    width: 97%;
}
.some_quick_point {
    margin-left: 20px;
}
.some_quick_point .text p a {
    color: #e90c72;
    text-decoration: underline;
}
.get_a_free .get_a_free_p a {
    color: #e90c72;
    text-decoration: underline;
}
.para_with_points_bottom_gap a {
    color: #e90c72;
    text-decoration: underline;
}
.what_does_include_point .text p a {
    color: #e90c72;
    text-decoration: underline;
}
.blog_content p a {
    color: #e90c72;
    text-decoration: underline;
}
/* CONTENT SECTION */


/* TABLE START CSS */
.my_table_container {
    background: linear-gradient(111.25deg, rgba(255, 179, 214, 0.6) 0%, rgba(233, 202, 213, 0.6) 27.4%, rgba(230, 230, 230, 0.6) 55.31%, rgba(211, 221, 207, 0.6) 77.66%, rgba(237, 161, 196, 0.6) 100%);
    border-radius: 4px;
    padding: 30px 30px 20px 30px;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.my_table_container table {
    width: 100%;
}
.my_table_container tr:first-child {
    background-color: #EF569C;
}
.my_table_container tr th {
    padding: 10px 10px;
    height: 94px;
    line-height: 20px;
}
.my_table_container tr th {
    width: 33.3% !important;
}
.my_table_container tr td {
    width: 33.3% !important;
}
.my_table_container_Two tr th {
    width: 20% !important;
}
.my_table_container_Two tr td {
    width: 20% !important;
}
.my_table_container tr td {
    padding: 13px 13px;
    height: 50px;
    text-align: center;
    color: #4d4d4d;
}
.my_table_container tr:nth-child(even) td {
    background-color: #ffffff;
}
.my_table_container tr:nth-child(odd) td {
    background-color: #E6F1E1;
}
.my_note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.my_note p {
    text-align: justify;
}
.my_note img {
    width: 30px;
    height: 30px;
}
.view_more_link {
    margin-top: 15px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
.view_more_link img {
    width: 16px;
    height: 16px;
}
.source_update .update img {
    width: 14px;
    height: 14px;
}
.us_states_cheapest {
    width: 80%;
    margin: 0px auto;
    margin-top: 40px;
}
.us_states_expensive {
    width: 80%;
    margin: 0px auto;
    margin-top: 40px;
}
/* TABLE END CSS */

.view-icon {
  transition: transform 0.3s ease;
}

.view-icon.rotated {
  transform: rotate(180deg);
}

.view-icon-four {
  transition: transform 0.3s ease;
}
.view-icon-four.rotate {
  transform: rotate(180deg);
}
.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;
}
.google_reviews_headings {
    background-image: linear-gradient(180deg, #e6f1e1, transparent);
    margin-top: 80px;
}
.view-icon-one {
  transition: transform 0.3s ease;
}
.view-icon-one.rotate {
  transform: rotate(180deg);
}
.view-icon-two {
  transition: transform 0.3s ease;
}
.view-icon-two.rotate {
  transform: rotate(180deg);
}
.view-icon-three {
  transition: transform 0.3s ease;
}
.view-icon-three.rotate {
  transform: rotate(180deg);
}
.table_top_bar p {
    padding: 12px 0px;
    background-color: #A3D58E;
}


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

@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
    }

    .get_a_free .get_a_free_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: 20px
    }

    .family_image {
        height: 460px
    }

/* CONTENT SECTION */
.my_table.fixed {
    max-width: 364px;
}
.my_table.absolute {
    max-width: 364px;
}
/* CONTENT SECTION */

}

@media (max-width:1024px) {

    .family_image {
        height: 330px
    }

    .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
    }

    .my_table_container {
        padding: 20px 20px 20px 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
    }

/* CONTENT SECTION */
.my_table.fixed {
    max-width: 350px;
}
.my_table.absolute {
    max-width: 350px;
}
/* CONTENT SECTION */

}

@media (max-width:820px) {
/* CONTENT SECTION */
.my_table.fixed {
    max-width: 330px;
}
.my_table.absolute {
    max-width: 330px;
}
/* CONTENT SECTION */
}

@media (max-width:768px) {
/* CONTENT SECTION */
.my_table.fixed {
    max-width: 310px;
}
.my_table.absolute {
    max-width: 310px;
}
/* CONTENT SECTION */
}

@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: 130px
    }

    .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
    }

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

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

    .get_a_free {
        padding-bottom: 60px; 
    }

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

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

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

    .contact_us {
        margin: 60px 0
    }

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

/* CONTENT SECTION */
.table_key_outer {
    justify-content: center;
    flex-direction: column;
    width: 96%;
}
.my_table {
    width: 95%;
    margin: 0px auto;
    position: static;
}
.my_key {
    width: 95%;
    margin: 40px auto 0px auto;
    padding-left: 0px;
}
.my_key .key_takeaways {
    width: 100%;
    padding: 20px;
}
/* CONTENT SECTION */

.my_table_container {
    padding: 12px 12px 12px 12px;
}
.my_table_container tr th {
    line-height: 15px;
}
.how_much_cost_point_parent .how_much_cost_point {
    width: 42%;
}
.how_much_cost_point_parent_Two .how_much_cost_point {
    width: 100%;
}
.us_states_cheapest {
    width: 100%;
}
.us_states_expensive {
    width: 100%;
}
.my_table_container tr td {
    padding: 8px 8px;
}
.table_parent {
    width: 100%;
    overflow: auto;
}
.my_table_container table {
    width: auto;
}
.table_parent::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
}

@media (max-width:320px) { 
.my_table_container {
    padding: 8px 8px 8px 8px;
}
.my_table_container tr th {
    padding: 5px 5px;
}
.my_table_container tr td {
    padding: 5px 5px;
}
}

@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
    }
}