body {
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
}
table tbody th, table tbody td {
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #342a7b;
    font-weight: 700;
}
    a:hover {
        color: #ffc107
    }
.navbar-nav .nav-link {
    color: #342a7b !important;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    /*text-transform: uppercase; */
}
    .navbar-nav .nav-link:hover {
        background: #ffc107;
        /*text-transform: uppercase;*/
    }
.dropdown-menu .dropdown-item:hover {
    background: #ffc107; /* Light gray */
}
.disabled-link {
    pointer-events: none; /* Prevents clicking */
    color: gray !important; /* Makes it look disabled */
    text-decoration: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.right-float-image {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.left-float-image {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.margin-auto {
    margin: auto;
    width: 1044px;
}

.new-header {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
}

.style6, .list-style-con {
    font-family: Helvetica, Arial, sans-serif;
    color: #555555;
    font-size: 14px;
    line-height: 18px;
}

.style9 {
    font-size: 13px;
}

.instant-table-outer {
    font-family: Helvetica, Arial, sans-serif;
}

    .instant-table-outer h2 {
        color: #322785;
        font-weight: 300;
        font-size: 18px;
    }

.width65 {
    width: 65%;
    display: inline-block;
}

.width35 {
    width: 65% !important;
    display: inline-block;
}

.instant-img img {
    width: 100%;
    display: inline-block;
}

.align-rows-con {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    gap: 40px;
    margin: 30px 0;
}

.get-quote-btn {
    background: #342a7b;
    padding: 9px 22px;
    color: #fff;
    border-radius: 81px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 0;
    display: inline-block;
}

    .get-quote-btn:hover {
        background: #e8cb17;
        color: #fff;
    }

.gray-btn {
    border: none;
    background: #dee2e6;
    padding: 0 18px;
    color: #342a7b;
    border-radius: 81px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    margin: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px; /* Set a fixed height */
    line-height: 36px; /* Matches height to center text */
}

.gray-btn:hover {
    background: #ffc107;
}

.purple-btn {
    border: none;
    background: #342a7b;
    padding: 0px 22px;
    color: #fff;
    border-radius: 81px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    margin: 0 0 0;
    display: inline-block;
    height: 36px; /* Set a fixed height */
    line-height: 36px; /* Matches height to center text */
    text-align: center;
}
    .purple-btn:hover {
        background: #ffc107;
        color: #000000;
    }
.purple-link {
    color: #342a7b;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}

    .purple-link:hover {
        color: #ffc107;
    }

.yellow-link {
    color: #ffc107;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}

.yellow-link:hover {
    color: #342a7b;
}

.yellow-btn {
    border: none;
    background: #ffc107;
    padding: 0 22px;
    color: #000;
    border-radius: 81px;
    font-size: 13px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin: 0 0 0;
    display: inline-block;
    height: 36px; /* Set a fixed height */
    line-height: 36px; /* Matches height to center text */
    text-align:center;
}

    .yellow-btn:hover {
        background: #342a7b;
        color: #fff;
    }

.page-link {
    font-size: 12px;
    color: #342a7b;
}
    .page-link:hover {
        color: #ffc107;
    }

.pagination .page-item.active .page-link {
    background-color: #dee2e6 !important; /* Change background to gray */
    border-color: #dee2e6 !important; /* Change border to match */
    color: white !important; /* Ensure text remains visible */
}

.list-style-con {
    padding-left: 20px;
}

.book-banner-ad img {
    width: 100%;
}

.head-background {
    /*
    background: #f2f4f4 !important;
    background: #c5cae9 !important;
    background: #e8eaf6 !important;
    background: #eaf2f8 !important;
    background: #d5dbdb !important;
    */
    background: #eaecee !important;
}
.form-background {
    background: #eaeded;
    box-shadow: 0px 10px 10px #abb2b9; /* Soft shadow */
    border-radius: 5px; /* Optional: Rounded corners */
    padding: 1.5rem; /* 24px */
}
.left-cell-background {
    background: #FFFFCC;
}
/*MEDIA*/
@media (max-width: 1664px) {
    .header-large {
        display: none !important; /* Hide large header on small screens */
    }

    .header-small {
        display: flex !important; /* Show small header */
    }
}

@media (min-width: 1665px) {
    .header-large {
        display: flex !important; /* Show large header on bigger screens */
    }

    .header-small {
        display: none !important; /* Hide small header */
    }
}

@media (max-width:767px) {

    .margin-auto {
        margin: auto;
        width: 98%;
    }

    .align-rows-con {
        gap: 20px;
        align-items: normal;
        margin: 20px 0;
    }

    .instant-table-outer h2 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
    }

    .get-quote-btn {
        padding: 7px 18px;
        font-size: 13px;
    }

    .get-sign-btn {
        padding: 7px 18px;
        font-size: 12px;
    }

    .yellow-btn {
        padding: 7px 18px;
        font-size: 12px;
    }

    .list-style-con {
        padding-left: 13px;
    }
}

@media (max-width:575px) {

    .margin-auto {
        margin: auto;
        width: 100%;
    }

    .align-rows-con {
        display: block;
        margin: 10px 0;
    }

    .width65 {
        width: 100%;
        margin-bottom: 30px;
        display: block;
    }

    .width35 {
        width: 100% !important;
        display: block;
    }

    .width100 {
        width: 100%;
        display: block;
    }

    .hide-mobile-pic {
        display: none;
    }
}
.home-first-pnl .home-first-pnl1 {
    max-width: 1044px;
    width: 100%;
}

.home-first-pnl .lft {
    display: inline-block;
    width: 338px;
    padding-left: 15px;
    padding-right: 10px;
}

.home-first-pnl .right {
    width: 428px;
    width: calc(100% - 434px);
    -moz-width: calc(100% - 434px);
    -webkit-width: calc(100% - 434px);
    padding-right: 15px;
    padding-left: 10px;
}

.home-first-pnl .lft img {
    width: 338px;
    height: 61px;
    margin-top: 0px;
}

