/* Reset Avada/Fusion builder padding */
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;
}

/*  main code */
:root {
    --clr-white: #ffffff;
    --clr-blue: #0c4c7c;
    --clr-orange: #FAA61C;
    --clr-text: #000000;
    --gt-transition: 0.25s ease;
}

/* BASE */
body #gt-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;
}

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

#gt-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;
}

#gt-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;
}

#gt-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;
}

/* SHARED CONTAINER */
.gt-container {
    width: 100%;
    max-width: 72.5rem;
    margin: 0 auto;
    padding: 4rem 0rem;
}

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

.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 — content LEFT, images RIGHT */
.gt-hero {
    background: linear-gradient(0deg, #FCD893 0%, #FFF 100%);
    position: relative;
    overflow: hidden;
}

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

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

p.gt-hero-desc {
    margin-top: 1.5rem !important;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--clr-text);
}

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

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

.gt-hero-img-card .hero-main-photo {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

/* Overlay images */
.gt-overlay-graph {
    position: absolute;
    z-index: 2;
}

.gt-overlay-top-right {
    width: 13rem;
    top: -1rem;
    right: -5rem;
}

.gt-overlay-bottom-left {
    width: 13rem;
    bottom: -1rem;
    left: -1rem;
}

/* =========================================================
   FUNCTIONALITY SECTION — screenshot LEFT, list RIGHT
   ========================================================= */
.gt-functionality {
    background: linear-gradient(180deg, #FFF 0%, #E6F0D1 65.87%);
    text-align: center;
}

#gt-functionality-heading {
    margin-bottom: 2rem;
}

.gt-func-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    gap: 2rem;
    width: 100%;
    margin-top: 2rem;
}

/* Left: screenshot */
.gt-func-left {
    flex: 1;
    margin-bottom: auto;
}

.gt-func-left img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.25s ease-in-out;
    opacity: 1;
}

li#gt-mobile-image-li {
    list-style: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    text-align: center;
    margin: 1.25rem auto 0.625rem auto;
    padding: 0 !important;
    max-width: 70%;
}

/* Right: icon list */
.gt-func-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gt-func-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gt-interactive-li {
    cursor: pointer;
    transition: all 0.3s ease;
    list-style: none;
    position: relative;
    padding: 1.25rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.gt-interactive-li:hover,
.gt-interactive-li.active {
    background: #fff;
    box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.05);
}

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

.gt-func-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gt-func-text {
    flex: 1;
    min-width: 0;
}

.gt-interactive-li h3 {
    font-size: 1.375rem !important;
    line-height: 1.4 !important;
    font-weight: 600;
    margin: 0 0 0.3125rem 0;
}

.gt-interactive-li p {
    font-size: 1.0625rem;
    line-height: 1.5;
    margin: 0;
    color: var(--clr-text);
}

/* =========================================================
   BENEFITS SECTION — 2×2 grid on sage-green background
   ========================================================= */
.gt-benefits {
    background: #fff;
    text-align: center;
}

.gt-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3.5rem;
    margin-top: 2rem;
    text-align: left;
}

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

.gt-benefit-icon {
    width: 1.5rem;
    height: auto;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.gt-benefit-icon img {
    width: 100%;
}

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

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

/* =========================================================
   TESTIMONIALS SECTION — 3 cards
   ========================================================= */
.gt-testimonials {
    background: #FFE8B9;
    text-align: center;
}

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

.gt-testimonial-card {
    border-radius: 20px;
    border: 0.125rem solid #FFB92E;
    background: #FFF;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gt-testimonial-quote {
    font-size: 1.0625rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    color: var(--clr-text);
}

.gt-testimonial-author {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.4rem !important;
}

p.author-title {
    margin: 0;
    font-weight: 600;
    color: var(--clr-blue);
}

/* =========================================================
   FAQ SECTION — two-column details/summary
   ========================================================= */
.gt-faq {
    background: #fff;
}

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

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

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

details.gt-faq-item {
    border: 0.09375rem solid #BDDC80;
    border-radius: 0.9375rem;
    background: linear-gradient(180deg, #F5F9E7 0%, #ECF4D3 100%);
}

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

.gt-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;
    list-style: none;
}

.gt-faq-summary:focus-visible {
    outline: 0.125rem solid var(--clr-blue) !important;
    outline-offset: 0.125rem;
    border-radius: 0.9375rem;
}

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

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

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

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

details.gt-faq-item[open] .gt-faq-summary {
    padding-bottom: 0.625rem;
}

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

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

/* =========================================================
   RESPONSIVE — LARGE SCREENS (min-width: 2100px)
   ========================================================= */
@media (min-width: 2100px) {
    body #gt-main {
        font-size: 1.1875rem;
        line-height: 1.6;
    }

    #gt-main h1.hero-section-heading {
        font-size: 2.375rem !important;
    }

    #gt-main .hero-content h2.subheading,
    #gt-main h2.section-heading {
        font-size: 1.5rem !important;
    }

    p.gt-hero-desc,
    .gt-interactive-li p,
    .gt-benefit-text p,
    .gt-testimonial-quote,
    span.gt-faq-question,
    .gt-faq-content p {
        font-size: 1.1875rem !important;
    }

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

    .gt-interactive-li h3,
    .gt-benefit-text h3 {
        font-size: 1.625rem !important;
    }

    .gt-func-inner {
        gap: 4rem;
    }

    .gt-func-left {
        flex: 1.2;
    }

    .gt-func-right {
        flex: 1.2;
    }

    .gt-overlay-top-right {
        width: 15rem;
        top: -1rem;
        right: -5.5rem;
    }

    .gt-overlay-bottom-left {
        width: 15rem;
        bottom: -1rem;
        left: -1rem;
    }

    .gt-interactive-li {
        padding: 1.7rem 2rem;
    }

    .gt-benefits-grid {
        gap: 3rem 4rem;
    }

    .gt-benefit-item {
        gap: 1.5rem;
    }

    .gt-container,
    .gt-hero-container {
        max-width: 87.5rem;
    }

    .gt-hero-content {
        max-width: none;
    }

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

/* =========================================================
   RESPONSIVE — max-width: 1480px
   ========================================================= */
@media (max-width: 1480px) {
    .gt-hero-container {
        padding: 3rem 1.25rem;
    }

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

@media (max-width: 1280px) {
    .gt-overlay-top-right {
        width: 11.5rem;
        top: -1rem;
        right: -3.5rem;
    }

    .gt-overlay-bottom-left {
        width: 11.5rem;
        bottom: -1rem;
        left: -0.5rem;
    }

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

/* =========================================================
   RESPONSIVE — max-width: 1200px
   ========================================================= */
@media (max-width: 1200px) {
    .gt-container {
        max-width: 90%;
    }

    .gt-overlay-top-right {
        width: 10rem;
        top: -1rem;
        right: -1.5rem;
    }

    .gt-overlay-bottom-left {
        width: 10.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .gt-func-left {
        flex: 1.2;
        margin-bottom: auto;
    }

    .gt-interactive-li h3 {
        font-size: 1.25rem !important;
    }

    .gt-interactive-li {
        padding: 1rem 1.25rem;
    }
}

/* =========================================================
   RESPONSIVE — max-width: 1024px
   ========================================================= */
@media (max-width: 1024px) {
    .gt-container {
        padding: 3rem 1.25rem;
        max-width: 90%;
    }

    .gt-hero-container {
        gap: 2rem;
        max-width: 95%;
    }

    #gt-main h1.hero-section-heading {
        font-size: 1.875rem !important;
        line-height: 1.1 !important;
    }

    #gt-main .hero-content h2.subheading {
        font-size: 1.3125rem !important;
        line-height: 1.2 !important;
    }

    p.gt-hero-desc {
        line-height: 1.5;
    }

    .gt-overlay-top-right {
        width: 10rem;
        top: -1rem;
        right: -2rem;
    }

    .gt-hero-content {
        flex: 1 1 48%;
    }

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

    #gt-main h2.section-heading {
        text-align: center;
    }

    .gt-benefits-grid {
        gap: 1.5rem 2.5rem;
    }

    .gt-func-inner {
        gap: 1.5rem;
    }

    .gt-func-right {
        flex: 1;
    }

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

    .gt-func-left {
        width: 100%;
    }

    /* left image panel hidden on mobile — shown inline */
    .gt-func-left {
        display: none;
    }

    .gt-interactive-li h3 {
        font-size: 1.375rem !important;
    }

    .gt-interactive-li {
        padding: 1.5rem;
    }
}

/* =========================================================
   RESPONSIVE — max-width: 980px
   ========================================================= */
@media (max-width: 980px) {
    .gt-hero-content {
        flex: 1 1 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

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

    .gt-hero-container {
        /* hero: image right stays — so we reverse on mobile */
        flex-direction: column;
        max-width: 85%;
    }

    .gt-overlay-top-right {
        width: 12rem;
        top: -1rem;
        right: -3rem;
    }

    .gt-overlay-bottom-left {
        width: 12rem;
        bottom: -0.5rem;
        left: -2.5rem;
    }

    .gt-container {
        max-width: 85%;
    }

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

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

    .gt-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    li#gt-mobile-image-li {
        max-width: 100%;
    }
}

/* =========================================================
   RESPONSIVE — max-width: 900px (FAQ stacks)
   ========================================================= */
@media (max-width: 900px) {
    .gt-faq-columns {
        flex-direction: column;
        align-items: stretch;
    }
}

/* =========================================================
   RESPONSIVE — max-width: 700px
   ========================================================= */
@media (max-width: 700px) {
    .gt-container {
        max-width: 100%;
        padding: 3rem 1.5rem;
    }

    .gt-hero-container {
        max-width: 100%;
        padding: 2rem 1.5rem;
        gap: 2rem;
    }

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

    .gt-interactive-li h3 {
        font-size: 1.25rem !important;
    }

    .gt-overlay-top-right {
        width: 8.5rem;
        top: -1rem;
        right: -2rem;
    }

    .gt-overlay-bottom-left {
        width: 10rem;
        bottom: -0.5rem;
        left: -2rem;
    }

    .gt-testimonial-author {
        font-size: 1.125rem;
    }

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

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

    .gt-hero-images {
        width: 95%;
    }

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

}

/* =========================================================
   RESPONSIVE — max-width: 600px
   ========================================================= */
@media (max-width: 400px) {

    .gt-overlay-bottom-left {
        width: 46%;
    }

    .gt-overlay-top-right {
        width: 40%;
    }
}

/* =========================================================
   RESPONSIVE — max-width: 375px
   ========================================================= */
@media (max-width: 375px) {
    #gt-main h1.hero-section-heading {
        font-size: 1.5rem !important;
    }

    .gt-overlay-bottom-left {
        width: 46%;
    }

    .gt-overlay-top-right {
        width: 40%;
    }

    .gt-testimonial-card {
        padding: 2rem 1.5rem;
    }
}

/* =========================================================
   MODALS — shared with incident reporting
   ========================================================= */
.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;
    opacity: 1;
    color: #000000;
    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: -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;
}

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

/* Form elements */
#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,
#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;
    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;
}

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

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

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

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

/* =========================================================
   MODAL MEDIA QUERIES
   ========================================================= */
@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;
    }
}