h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}
body {
    font-family: "Noto Sans", sans-serif !important;
}
.container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.branding img {
    width: 83.38px;
    height: 81px;
}
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    align-items: flex-start;
}

.branding {
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.brand-logo {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    line-height: 2.8;
    zoom: 90%;
}

.brand-name {
    font-size: 44px;
    color: #1e2f5e;
    margin: 0;
    font-weight: 400 !important;
}

.tagline {
    font-size: 16px;
    color: #000000;
    margin: 0 auto;
    margin: -10px 0 10px;
    padding-left: 8px;
}

.menu {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.menu-link {
    text-decoration: none;
    color: #337ab7;
    font-size: 15px;
    font-weight: 400;
    font-size: 18px;
}

    .menu-link:hover {
        text-decoration: underline;
    }
._topbar_header {
    padding: 5px;
}
header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f8f8f8;
}

.logo {
    font-weight: bold;
    color: #00538b;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.logo-subtitle {
    font-size: 12px;
    font-weight: normal;
}

.check-status-btn {
    background-color: #2a6496;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

._get_started_btn {
    background-color: #155e8f;
    border-color: #155e8f;
    padding: .7rem .75rem;
    font-size: 1.4rem;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    line-height: 1.42857;
    text-decoration: none;
}

    ._get_started_btn:hover {
        background-color: #115380;
        border-color: #115380;
        padding: .7rem .75rem;
        font-size: 1.4rem;
        font-weight: 600;
    }

.hero-section {
    background-color: #555;
    background-image: url(images/home-banner-.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 92px 20px;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content {
    width: 54%;
    margin: 0 auto;
}

    .hero-content h1 {
        color: #fff;
        text-align: center;
        font-size: 27px;
        margin-bottom: 15px;
    }

    .hero-content p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px !important;
        margin: 0 auto;      
    }

.cta-button {
    background-color: #2a6496;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

/* Process Steps */
._step_process {
    padding: 57px!important;
}
.process .img-fluid {
    max-width: 100%;
    height: 101px;
    
    
    
}
._step_process h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    padding: 10px 15px;
}
        ._step_process h2::after {
            content: '';
            position: relative;
            bottom: 0;
            width: 104px;
            height: 2px;
            background-color: #0071BC;
            margin: auto;
            left: 0;
            right: 0;
            top: 8px;
            display: block;
        }
        .process {
            display: flex;
            justify-content: space-between;
            padding: 10px 0 0 0;
            text-align: center;
            background-color: #fff;
        }

.step {
    flex: 1;
    max-width: 330px;
}

.step-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}

.step h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    height: 72px;
}

.step p {
    text-align: center;
    font-size: 16px;   
}
._step_container {
    max-width: 1135px;
    margin: 0 auto;
}
/* Trust Badges */
._trust_badges-blk {
    display: flex;
    justify-content: space-between;
}

.badge {
    text-align: center;
    display: inline-block;
    position: relative;
    max-width: 100%;
    flex: 1;
    padding: 0 15px;
    max-width: 330px;
}

    .badge img {
        width: 240px !important;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .badge p {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        line-height: 24px;
        text-align: center;       
    }

/* FAQ Section */
.faq-section {
    background-color: #0a4d7a;
    color: white;
    padding: 57px;
}
.nowrap {
    white-space: nowrap;
}

    .faq-section h2 {
        margin-bottom: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        font-weight: 500 !important;
    }
        .faq-section h2::after {
            content: '';
            position: relative;
            bottom: 0;
            width: 412px;
            height: 2px;
            background-color: #fff;
            margin: auto;
            left: 0;
            right: 0;
            top: 8px;
            display: block;
            margin-top: 5px;
        }
        .faq {
            margin-bottom: 20px;
        }
._faq_container {
    max-width: 1353px;
    margin: 0 auto;
}
.faq h3 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.faq p, .faq ul {
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;   
}

.faq-section ul {
    list-style: decimal;
    padding-left: 19px;
}


*.contact-section {
    padding: 40px;
    background-color: #fff;
}

.contact-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.hours {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.support-btn {
    background-color: #3480c2;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 14px;
}

*/
.contact {
    padding: 40px 0;
    text-align: center;
}

.contact-section h2 {
    color: #003087;
    margin-bottom: 10px;
    font-weight: 400 !important;
    text-align: center;
}

.contact-section p {
    margin-bottom: 30px;
    color: #003087;
    font-weight: 500;
    text-align: center;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form {
    width: 50%;
    min-width: 300px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

textarea.form-control {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    background-color: #155e8f;
    color: white;
    border: none;
    padding: 12px 0;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.hours {
    width: 37%;
    min-width: 300px;
    background-color: #f5f9ff;
    padding: 20px;
    border-radius: 5px;
}

    .hours h3 {
        color: #003087;
        margin-bottom: 15px;
        text-align: center;
        font-weight: 400 !important;
    }

.hours-table {
    width: 100%;
    border-collapse: collapse;
}

    .hours-table tr {
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

        .hours-table tr:last-child {
            border-bottom: none;
        }

    .hours-table td {
        padding: 10px 0;
    }

        .hours-table td:first-child {
            font-weight: bold;
            width: 40%;
        }
.footer {
    background: #f9f9f9;
    padding: .66rem 0 0 0;
    color: #b5b5b5;
    font-size: 9.8px;
    background: #f9f9f9;
}
    .footer ul {
        display: block;
        list-style: none;
        padding-left: 0;
        font-size: 10px;
    }
        .footer ul li {
            display: inline;
            margin-right: 15px !important;
        }
.footer {
    color: #555555 !important;
}
.footerLink a {
    text-decoration: none;
    color: #555;
}
p.hidden-xs.footerDescription {
    color: #808080 !important;
}
@media (max-width: 1200px) {
    .step {
        max-width: 300px;
    }
}
@media (max-width: 1170px) {
    .step {
        max-width: 280px;
    }
}
    @media (max-width: 980px) {
        ._step_process,
        ._trust_badges-blk {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .process {
            text-align: center;
            flex-direction: column;
        }

        .step,
        .badge {
            max-width: 90%;
            margin: 0 auto;
        }

        ._step_process {
            padding: 40px;
        }

        .step p {
            width: 100%;
            margin: 0 auto;
            margin-bottom: 50px;
        }

        .hero-content {
            width: 100%;
        }

        .faq-section h2::after {
            width: 350px;
        }

        .faq-section {
            padding: 40px;
        }

        .contact-section {
            padding: 40px;
        }

        ._step_process {
            padding: 40px !important;
        }
    }

    @media (max-width: 767px) {
        .contact-container {
            flex-direction: column !important;
        }

        .contact-form {
            width: 100% !important;
            min-width: 100% !important;
        }

        .step,
        .badge {
            max-width: 100%;
            margin: 0 auto;
        }

        .hours {
            width: 100%;
            margin-top: 30px;
            min-width: auto;
        }
        /*    .topbar {
        flex-direction: column !important;
        align-items: center !important;
    }*/
        /*    .menu {
        margin-top: 10px;
    }*/
        /*   .branding {
        flex-direction: column;
    }*/
        /*    .brand-name {
        font-size: 26px;
        text-align: center;
    }*/
        .faq-section {
            padding: 30px 20px 50px 20px;
        }

        .contact-section {
            padding: 40px 20px;
        }

        .footer ul li, .copy {
            text-align: center;
            line-height: 150%;
        }
    }

    @media (max-width: 700px) {
        .topbar {
            flex-direction: column !important;
            align-items: center !important;
        }

        .branding {
            flex-direction: column;
        }

        .brand-name {
            font-size: 26px;
            text-align: center;
        }
        /*    .menu {
        margin-top: 10px;
    }*/
    }

    @media (max-width: 480px) {
        .faq-section h2::after {
            width: 300px;
        }

        .tagline {
            font-size: 14px;
        }

        .menu {
            margin-top: 0px;
        }
    }




    /*--------------------6-10-2025----------------------------*/

.commitment-section{
    border:1px solid #e1e1e1;
    padding-top:30px;
    padding-bottom:30px;
    background-color:#f1f1f1;
}
.commitment-section h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.commitment-section ul{
    margin:0;
    padding:0;
    padding-left:19px;
    margin-bottom:15px;
}