main#main {
    padding: 0 !important;
}

.main-menu {
    padding-bottom: 1% !important;
}

#wrapper #main .fullwidth-box .fusion-row {
    width: 100% !important;
    max-width: 100% !important;
}

.fusion-fullwidth.fullwidth-box.fusion-builder-row-1.fusion-flex-container.has-pattern-background.has-mask-background.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    margin: 0 !important;
    padding: 0 !important;
}

.fusion-fullwidth {
    padding: 0 !important;
}

.fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
    margin: 0 !important;
    padding: 0 !important;
}

.fusion-post-content p,
.post-content p {
    margin: unset;
}

.fusion-layout-column {
    margin-bottom: 0;
}

:root {
    --clr-white: #ffffff;
    --clr-blue: #0C4C7D;
    --clr-orange: #FAA61C;
    --clr-text: #000000;
}

body #pd-main {
    font-family: 'Lato', sans-serif;
    color: var(--clr-text);
    font-size: 1.0625rem;
    line-height: 1.6;
    background-color: var(--clr-white);
    overflow-x: hidden;
    font-variant-ligatures: none;
}

#pd-main h3 {
    font-family: 'Lato', sans-serif !important;
    color: var(--clr-blue) !important;
}

#pd-main h1.hero-section-heading {
    font-family: 'Inter', sans-serif;
    color: var(--clr-blue);
    font-size: 2.25rem !important;
    line-height: 1.1 !important;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
}

#pd-main .hero-content h2.subheading {
    font-family: 'Lato', sans-serif;
    font-size: 1.375rem !important;
    line-height: 1.4 !important;
    font-weight: 600;
    margin-bottom: 1rem;
    color: black;
}

#pd-main h2.section-heading {
    font-family: 'Inter', sans-serif;
    color: var(--clr-text) !important;
    font-size: 1.875rem !important;
    line-height: 1.3 !important;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0.625rem;
}


.functionality-header {
    margin-bottom: 2rem;
}

.container {
    width: 100%;
    max-width: 72.5rem;
    margin: 0 auto;
    padding: 4rem 1.25rem;
}


.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    background-color: var(--clr-orange);
    color: var(--clr-blue);
    font-weight: 700;
    padding: 0.875rem 2rem;
    border-radius: 2rem;
    border: none;
    cursor: pointer;
    font-size: 1.313rem;
    line-height: 1.625rem;
    font-family: 'Lato', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-0.125rem);
}

.btn-primary:focus-visible,
*:focus-visible {
    outline: 0.125rem solid var(--clr-blue) !important;
    outline-offset: 0.125rem;
}

.btn-primary svg {
    width: 1.5625rem;
    fill: #0C4C7D;
}

/* HERO SECTION */
.hero {
    background: linear-gradient(0deg, #FCD893 0%, #FFF 100%);
    position: relative;
    overflow: hidden;
}

.hero-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 4rem 0;
    max-width: 72.5rem;
    margin: 0 auto;
    overflow: visible;
}

.hero-content {
    flex: 1 1 50%;
    max-width: 40rem;
}

p.hero-desc {
    margin-top: 1.5rem !important;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.hero-images {
    flex: 1 1 40%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img-card {
    position: relative;
    overflow: visible;
    width: 100%;
}

.hero-img-card picture img {
    width: 100%;
    height: auto;
    display: block;
}

img.hero-overlay-img {
    position: absolute;
    left: -2rem;
    bottom: -1rem;
    z-index: 1;
    max-width: 15rem;
}

/* FUNCTIONALITY SECTION */
.func-grid {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.func-images {
    flex: 1;
    position: relative;
}


.func-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.line-border {
    height: 3px;
    background: linear-gradient(90deg, rgba(186, 221, 118, 0.50) 37.5%, rgba(189, 220, 128, 0.00) 100%);
    width: 100%;
}

.func-item {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.func-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.func-icon img {
    width: 100%;
    height: auto;
}

.func-text h3 {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0.3125rem;
    font-family: 'Lato', sans-serif;
    color: var(--clr-blue);
}

.func-text p {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--clr-text);
    margin: 0;
}

/* BENEFITS SECTION */
.benefits {
    background: linear-gradient(0deg, #FCFDF8 0%, #E6F0D1 80%);
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 2rem;
    text-align: left;
}

.benefit-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
}

.benefit-card-content {
    display: flex;
    gap: 5px;
    margin-bottom: 0rem;
    flex-direction: column;
}

.benefit-card h3 {
    font-size: 1.375rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    color: var(--clr-blue);
    font-weight: 600;
}

.benefit-card-img {
    width: 1.5rem;
    height: auto;
    flex-shrink: 0;
    margin-top: 4px;
}

.benefit-card-img img {
    width: 100%;
}

.benefit-card p {
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* TESTIMONIALS SECTION */
.testimonials {
    background: linear-gradient(96deg, #FBD877 20.66%, #FFF6DD 87.47%);
    text-align: center;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    text-align: left;
}

.testimonial-card {
    border-radius: 1rem;
    border: 2px solid #FFB92E;
    background: rgba(255, 255, 255, 0.90);
    padding: 30px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.testimonial-author img {
    width: 5rem;
    height: auto;
    object-fit: cover;
}

.author-info h3 {
    font-size: 1.1875rem;
    line-height: 1.5rem !important;
    margin: 0 0 0.25rem 0;
    color: var(--clr-blue);
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.author-info p {
    font-size: 1.0625rem;
    line-height: 1.6rem;
    margin: 0;
}

.testimonial-quote {
    font-size: 1.0625rem;
    line-height: 1.6;
}



/* ═══════════════════════════════════════════════════════════
   SECTION 6 – FAQ (mirrored from EVV page design)
   ═══════════════════════════════════════════════════════════ */
/* FAQ SECTION */
.faq {
    background: #fff;
}

.faq .section-heading {
    text-align: center;
}

.faq-columns {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-top: 2rem;
}

.faq-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Card-style accordion items */
details.faq-item {
    border: 1.5px solid #BDDC80;
    border-radius: 0.9375rem;
    background: linear-gradient(180deg, #F5F9E7 0%, #ECF4D3 100%);
}

.faq-summary::-webkit-details-marker {
    display: none;
}

.faq-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.875rem;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 0.75rem;
}


span.faq-question {
    font-family: 'Lato', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--clr-text);
    flex: 1;
}

/* Single chevron icon that rotates */
.faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.9375rem;
    flex-shrink: 0;
    transform: rotate(180deg);
    transition: transform 0.25s ease;
}

.faq-icon img {
    width: 100%;
    height: auto;
}

details.faq-item[open] .faq-icon {
    transform: rotate(0deg);
}

details.faq-item[open] .faq-summary {
    padding-bottom: 10px;
}

.faq-content {
    padding: 0rem 1.875rem 1.25rem;
}

.faq-content p {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #000;
}

/* RESPONSIVE DESIGN */

@media(min-width: 1900px) {
    img.hero-overlay-img {
        max-width: 15rem;
    }
}

@media(min-width: 2100px) {
    .container {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 4rem 1.25rem;
    }

    .hero-container {
        max-width: 1400px;
    }

    /* #mar-main h1.hero-section-heading {
        font-size: 3rem !important;
        line-height: 1.2 !important;
    } */

    .btn-primary {
        padding: 1rem 2.1875rem;
        font-size: 1.75rem;
    }

    .btn-primary svg {
        width: 1.875rem;
        fill: #0C4C7D;
    }

    p.hero-desc {
        margin-top: 1.5rem !important;
        font-size: 1.5rem;
        line-height: 1.7;
    }

    img.hero-overlay-img {
        max-width: 21rem;
    }

}


@media(max-width: 1480px) {
    .hero-container {
        padding: 3rem 1.25rem;
    }

    #pd-main h1.hero-section-heading {
        font-size: 2.1875rem !important;
        line-height: 1.2 !important;
    }

    img.hero-overlay-img {
        position: absolute;
        left: -1rem;
        bottom: -0.5rem;
        z-index: 1;
        max-width: 14rem;
    }

}

@media(max-width: 1281px) {
    img.hero-overlay-img {
        position: absolute;
        left: -1rem;
        bottom: -0.5rem;
        z-index: 1;
        max-width: 14rem;
    }
}


@media(max-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

@media(max-width: 1199px) {
    .hero-container {
        max-width: 95%;
    }

    .hero-images {
        flex: 1 1 48%;
    }

    img.hero-overlay-img {
        position: absolute;
        left: -0.5rem;
        bottom: -1rem;
        z-index: 1;
        max-width: 14rem;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 3rem 1.25rem;
        max-width: 90%;
    }

    img.hero-overlay-img {
        position: absolute;
        left: -0.5rem;
        bottom: -.5rem;
        z-index: 1;
        max-width: 12.5rem;
    }

    .func-grid {
        flex-direction: column;
        align-items: center;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .benefits-grid {
        gap: 2rem;
    }

    #pd-main h2.section-heading,
    p.section-subheading {
        text-align: center;
    }

    .func-images {
        max-width: 70%;
    }
}

@media (max-width: 980px) {
    .container {
        width: 100%;
        padding: 3rem 1.25rem;
        max-width: 90%;
    }

    .hero-images img {
        display: block;
    }

    .hero-content {
        flex: 1 1 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hero-images {
        flex: 1 1 100%;
        margin-top: 0rem;
        margin-inline: auto;
        width: 80%;
    }

    img.hero-overlay-img {
        position: absolute;
        left: -3rem;
        z-index: 1;
        max-width: 18rem;
    }

    .hero-container {
        flex-direction: column;
        max-width: 90%;
    }

    .hero-overlay-img {
        display: none;
    }

    #pd-main h1.hero-section-heading,
    p.hero-desc,
    #pd-main .hero-content h2.subheading {
        text-align: center;
    }

    .func-grid {
        flex-direction: column;
        align-items: center;
    }

    .benefits-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    #pd-main h2.section-heading,
    p.section-subheading {
        text-align: center;
    }

    .func-images {
        max-width: 80%;
    }
}

@media(max-width:900px) {


    .faq-columns {
        flex-direction: column;
        align-items: stretch;
    }

    .faq-column:nth-child(2) .faq-item:first-child .faq-summary {
        border-top: none;
    }

}

@media (max-width: 768px) {
    .hero-container {
        padding: 3rem 2rem;
        max-width: 100%;
    }

    img.hero-overlay-img {
        position: absolute;
        left: -3rem;
        z-index: 1;
        max-width: 17rem;
    }
}

@media (max-width: 700px) {
    .container {
        max-width: 100%;
        padding: 3rem 1.5rem;
    }

    .hero-container {
        padding: 2rem 1.5rem;
    }

    .hero-images {
        width: 95%;
    }

    img.hero-overlay-img {
        position: absolute;
        left: 0rem;
        z-index: 1;
        max-width: 16rem;
    }

    #pd-main h1.hero-section-heading {
        font-size: 1.75rem !important;
        line-height: 1.4 !important;
        margin-bottom: .5rem;
    }

    #pd-main .hero-content h2.subheading,
    .func-text h3,
    .benefit-card h3 {
        font-size: 1.125rem !important;
    }

    .benefits-grid,
    .testimonials-grid,
    .faq-columns {
        margin-top: 1.5rem;
    }

    .functionality-header {
        margin-bottom: 1.5rem;
    }

    #pd-main h2.section-heading {
        font-size: 1.375rem !important;
    }

    .func-images {
        max-width: 90%;
    }
}

@media (max-width: 600px) {
    .hero-images {
        width: 100%;
    }

    img.hero-overlay-img {
        position: absolute;
        left: -0.5rem;
        z-index: 1;
        max-width: 12.5rem;
    }

}

@media (max-width: 500px) {
    img.hero-overlay-img {
        position: absolute;
        left: -0.5rem;
        z-index: 1;
        max-width: 9rem;
    }
}

@media (max-width: 375px) {
    #pd-main h1.hero-section-heading {
        font-size: 1.5rem !important;
    }

    img.hero-overlay-img {
        position: absolute;
        left: -0.5rem;
        z-index: 1;
        max-width: 7.5rem;
    }
}

/* modals */
.fusion-checklist .fusion-li-icon,
ul.fusion-checklist .fusion-li-icon {
    padding-top: 15px;
    font-size: 12px;
}

rs-layer a {
    padding-top: 9px !important;
}

@media only screen and (min-width: 600px) {
    rs-layer a {
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top: 9px !important;
    }
}

@media only screen and (min-width: 1025px) {

    .fusion-checklist .fusion-li-icon,
    ul.fusion-checklist .fusion-li-icon {
        padding-top: 0px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1100px) {
    .fusion-checklist .fusion-li-item-content span {
        line-height: 32px !important;
    }

    .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_1_2 {
        margin-bottom: 0;
    }

    .fusion-checklist .fusion-li-icon,
    ul.fusion-checklist .fusion-li-icon {
        font-size: 8px;
    }

    .fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
        padding-top: 10px !important;
        /* padding-bottom: 20px; */
    }

    .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
        margin-left: 0;
        margin-right: 0;
    }

    .fusion-fullwidth.fullwidth-box.fusion-builder-row-3.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
        padding-right: 3%;
    }
}

@media only screen and (max-width: 1030px) {

    .fusion-checklist .fusion-li-icon,
    ul.fusion-checklist .fusion-li-icon {
        padding-top: 0px;
        font-size: 12px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .fusion-layout-column.fusion_builder_column.fusion-builder-column-2 .fusion-text.fusion-text-1.fusion-text-no-margin {
        font-size: 20px !important;
        line-height: 30px !important;
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .fusion-layout-column.fusion_builder_column.fusion-builder-column-1 {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .fusion-flex-container.fusion-builder-row-2 .fusion-li-item-content {
        font-size: 16px !important;
    }

    .fusion-checklist .fusion-li-icon,
    ul.fusion-checklist .fusion-li-icon {
        padding-top: 0px;
        font-size: 6px;
        padding-left: 40px;
        margin-top: -12px;
    }

    .fusion-fullwidth.fullwidth-box.fusion-builder-row-3 .fusion-builder-row.fusion-row.fusion-flex-align-items-flex-start {
        padding-right: 26px !important;
        padding-left: 26px !important;
    }

    .fusion-li-item-content {
        line-height: 27px !important;
    }

    ul.fusion-checklist {
        margin-top: 0px !important;
    }

    .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_1_2 ul li.fusion-li-item,
    .fusion-layout-column.fusion_builder_column.fusion-builder-column-3.fusion_builder_column_1_2 ul li.fusion-li-item {
        margin: 0 3% 0 -5%;
    }

    /* .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_2_3 ul li.fusion-li-item {
    margin: 0 10%;
  } */

    .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile,
    .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile img {
        margin: 0 auto;
        display: block;
    }
}

/* Added By Onjon : 09-01-2022 - SF Form Slider */
* {
    outline: 0 !important;
}

.custom-modal,
.custom-modal-2 {
    display: none;
    position: fixed;
    overflow: auto;
    background: rgb(0 0 0 / 60%);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
    float: right;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.custom-modal-dialog,
.custom-modal-2-dialog {
    max-width: 680px;
    width: 100%;
    border-radius: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.custom-modal-content,
.custom-modal-2-content {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #ffc189;
    -webkit-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
}

.close-modal,
.close-modal-2 {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 105px;
    opacity: 1;
    color: #000000;
    border: 1px solid #ffffff;
    z-index: 9;
    padding: 0;
    text-align: center;
    line-height: 10px;
    cursor: pointer;
    padding: 14px 1px;
    font-weight: 600;
    border-radius: 10px;
    border: 0;
    width: 0px;
}

.close-modal .round,
.close-modal-2 .round {
    border-radius: 100%;
    background: #ffc189;
    margin-right: 2px;
    padding: 1px 8px 2px 8px;
    margin-left: -6px;
    margin-left: -50px;
}

body.modal-open .custom-modal,
body.modal-open .custom-modal-2 {
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
}

.custom-modal .custom-modal-body,
.custom-modal-2 .custom-modal-body {
    padding: 0 80px;
    max-height: 570px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 20px;
}

div#custom-modal-2 .custom-modal-body {
    max-height: 80vh;
}

.custom-modal .custom-modal-body .model-heading,
.custom-modal-2 .custom-modal-body .model-heading {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    color: #00437c;
    font-weight: 550;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: -5px;
}

.fusion-imageframe.imageframe-1.mobile-image-desktop img {
    height: 100%;
    width: 100%;
}

.custom-modal .custom-modal-body::-webkit-scrollbar-track,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 20px;
}

.custom-modal .custom-modal-body::-webkit-scrollbar,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.custom-modal .custom-modal-body::-webkit-scrollbar-thumb,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: orange;
    border: 1px solid #555555;
}

/**/
/**/
#first-form-web-to-case input,
#other-state-form input,
#comments {
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px;
    height: 36px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

#first-form-web-to-case label,
#choose-state-label,
#other-state-form label {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

#first-form-web-to-case select,
#choose-state,
#other-state-form select,
#first-form-web-to-case select:focus,
#choose-state,
#other-state-form select:focus {
    display: block;
    width: 100%;
    border: 1px solid #ffaa06;
    border-radius: 4px;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px;
    height: 36px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    outline: 0px;
    background: #fff8ec;
    padding-left: 10px;
    margin-bottom: 25px;
    margin-top: 5px;
}

#first-form-web-to-case .submit-btn,
#other-state-form .submit-btn,
#first-form-web-to-case .submit-btn:focus,
#other-state-form .submit-btn:focus {
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px;
    border-radius: 20px !important;
    font-size: 18px !important;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    color: #0c4c7c !important;
    background-color: #acca6d !important;
    width: 100%;
    margin-top: 0px;
    cursor: pointer;
    width: 100%;
    padding: 12px;
    border: none;
}

#first-form-web-to-case .radio-btn,
#other-state-form .radio-btn {
    width: 15px;
    margin-bottom: 4px;
}

#first-form-web-to-case .radio_text,
#other-state-form .radio_text {
    margin-left: 5px;
}

#comments {
    height: 150px !important;
}

.required-star {
    margin-left: 8px;
    font-size: 18px;
    color: #b30600;
    font-weight: 600;
}

#first-form-web-to-case label,
#choose-state-label,
#other-state-form label {
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 28px;
}

#first-form-web-to-case input[type="text"],
#other-state-form input[type="text"],
#first-form-web-to-case input[type="email"],
#other-state-form input[type="email"],
#comments {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 36px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    outline: 0px;
    border: 1px solid #ffaa06;
    background: #fff8ec;
    margin-bottom: 25px;
    width: 100%;
    padding: 0 5px;
    margin-top: 5px;
}

#comments {
    height: 150px;
    margin-bottom: 2px;
}

#first-form-web-to-case input[type="text"]:focus,
#other-state-form input[type="text"]:focus,
#first-form-web-to-case input[type="email"]:focus,
#other-state-form input[type="email"]:focus,
#comments:focus {
    outline: 0 !important;
}

#first-form-web-to-case .radio-btn,
#other-state-form .radio-btn {
    width: 15px;
    height: 22px;
    margin-bottom: 3px;
}

.radio_text {
    font-weight: 500 !important;
}

.custom-modal input[type="radio"]:after,
input[type="radio"]:checked:after,
.close-modal-2 input[type="radio"]:after,
.close-modal-2 input[type="radio"]:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff8ec;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid #ffaa06;
}

.custom-modal input[type="radio"]:checked:after,
.close-modal-2 input[type="radio"]:checked:after {
    background-color: #ffaa06;
    border: 2px solid #fff8ec;
    height: 20px;
    width: 20px;
    left: -2px;
    top: auto;
}

#main {
    padding-top: 0px;
    padding-bottom: 0px;
}

.radio-label {
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile img {
        height: 100%;
        width: 100%;
    }

    .leftColumn h1 {
        padding-top: 0 !important;
    }

    .leftColumn p {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 700px) {

    .custom-modal .custom-modal-body .model-heading,
    .custom-modal-2 .custom-modal-body .model-heading {
        font-size: 20px;
        line-height: 28px;
    }

    #first-form-web-to-case label,
    #choose-state-label,
    #other-state-form label,
    .radio-label {
        font-size: 16px;
    }

    #first-form-web-to-case .submit-btn,
    #other-state-form .submit-btn,
    #first-form-web-to-case .submit-btn:focus,
    #other-state-form .submit-btn:focus {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 610px) {

    .custom-modal .custom-modal-body,
    .close-modal-2 .custom-modal-body {
        padding: 0 10px;
    }

    .custom-modal-content,
    .custom-modal-2 .custom-modal-content {
        padding: 30px 10px;
    }

    .close-modal,
    .close-modal-2 {
        top: 3px;
    }

    .close-modal .round,
    .close-modal-2 .round {
        margin-left: -30px;
    }

    ul.fusion-checklist {
        font-size: 20px !important;
        margin-left: 5% !important;
    }
}

@media only screen and (max-width: 430px) {

    .custom-modal .model-heading .break,
    .custom-modal-2 .model-heading .break {
        display: none;
    }
}

@media only screen and (max-width: 1030px) {
    .fusion-body .fusion-builder-column-1 {
        margin-bottom: 0px !important;
    }
}

.landingpage_green_button {
    padding: 10px 5px 10px !important;
}

a:is(#select-state, #book-a-meeting) img {
    max-width: 300px !important;
}

.landingpage_green_button {
    background-color: transparent !important;
}

.landingpage_green_button {
    margin: 0 auto !important;
    padding: 10px 5px 10px !important;
    border-radius: 35px;
    margin: 5px !important;
    /* width: 50%; */
}

.top-container-button {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
    .top-container-button {
        flex-flow: column;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
    .landingpage_green_button {
        padding-bottom: 1% !important;
    }
}

@media screen and (max-width: 1100px) {
    .landingpage_green_button {
        background-color: transparent !important;
        padding-bottom: 10% !important;
    }
}

@media screen and (min-width: 1700px) {
    .fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
    .landingpage_green_button {
        padding-bottom: 2% !important;
    }
}

@media screen and (max-width: 600px) {

    .landingpage_green_button,
    .landingpage_green_button:hover {
        background-color: transparent !important;
        padding-bottom: 0% !important;
        width: 70%;
        display: flex;
        margin: 0 auto !important;
        justify-content: center;
        max-width: 200px !important;
    }

    a:is(#select-state, #book-a-meeting) img {
        max-width: 250px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .topContainer {
        background-size: cover !important;
    }

    .top-container-button {
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .topContainer .leftColumn h1 {
        padding-top: 0 !important;
    }

    .topContainer .leftColumn p {
        font-size: 1.25rem !important;
        margin-bottom: 0 !important;
    }
}

body.modal-open {
    overflow: hidden !important;
}