﻿/* variable styles */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #ff0000; /* RAC Red ff0000 */
    --bs-orange: #fd7e14;
    --bs-yellow: #ffd100; /* RAC Yellow ffd100 */
    --bs-green: #8dc63f; /* RAC Green 8dc63f */
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0F99D6;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 15, 153, 214; /* RAC Light Blue 0f99d6 */
    --bs-secondary-rgb: 0, 50, 160; /* RAC Dark Blue 0033A1 */
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Geomanist", sans-serif; /* Acima LOB Typestyle */
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 24px;
    --bs-body-letter-spacing: .5px;
    --bs-body-mobile-font-size: 14px;
    --bs-body-mobile-font-weight: 400;
    --bs-body-mobile-line-height: 23px;
    --bs-body-mobile-letter-spacing: .25px;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

/* Universal Fonts */
@font-face {
    font-family: 'Geomanist';
    font-display: swap;
    src: url('/fonts/Geomanist/Geomanist-Regular.otf') format('opentype');
}

.k-grid {
    font-size: 12px;
}

/* styles for forms, messages and errors */
.dropdown {
    position: relative;
}

    .dropdown:after {
        content: "";
        position: relative;
        float: right;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #0f99d6;
        pointer-events: none;
        z-index: 20 !important;
        margin-top: -23px;
        margin-right: 38px;
        color: rgba(var(--bs-primary-rgb));
        cursor: pointer !important;
        z-index: 200 !important;
    }
.form-control {
    display: block;
    max-width: 87%;
    padding: 0.375rem 0.75rem;
    margin: 0 1.65rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(var(--bs-primary-rgb));
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    z-index:1;
}
    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border: 1px solid rgba(var(--bs-primary-rgb));
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(15, 153, 214, 0.15);
        z-index: 1;
    }
#eye {
    position: relative;
    margin-left: -60px !important;
    cursor: pointer !important;
    z-index: 20 !important;
    margin-top: 10px;
    color: rgba(var(--bs-primary-rgb));
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.05rem + 1px);
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 1.65rem;
}
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: .85em;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Modals and Backdrops */

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-backdrop {
    background: rgba( 0, 0, 0, .6 );
    /*background: rgba( 0, 0, 0, .5 ) url('/Images/RAC_Spinner.png') 50% 50% no-repeat;*/
}
.img-fluid {
    width: 100%;
    height: auto;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.menu-backdrop {
    display:none;
    visibility:none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
    width: 100vw;
    height: 100vh;
    background: rgba( 0, 0, 0, .3 );
    /*background: rgba( 0, 0, 0, .3 ) url('/Images/RAC_Spinner.png') 50% 50% no-repeat;*/
}
    .menu-backdrop.fade {
        opacity: 0;
    }

    .menu-backdrop.show {
        opacity: 0.5;
    }
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.modal-sm {
    max-width: 410px;
}

.modal-dialog-border {
    border: 7px solid rgba(var(--bs-white-rgb));
    margin-top: 3.38rem;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(var(--bs-primary-rgb));
    border-radius: 0rem;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    color: rgba(var(--bs-secondary-rgb));
}
    .modal-content .btn-close {
        padding: 0.35rem 0.35rem;
        margin: 0.35rem 0.35rem 1rem auto;
        font-size: 14px;
    }

.modal-title {
  font-size:17px;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  margin:0;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

    .btn-close:hover {
        text-decoration: none;
        opacity: 1;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: 1;
    }


ul.noBullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.todoInComplete {
    background: url('/images/todoincomplete32.png') no-repeat left top;
    height: 32px;
    padding-left: 44px;
    padding-top: 3px;
}

li.todoComplete {
    background: url('/images/todocomplete32.png') no-repeat left top;
    height: 32px;
    padding-left: 44px;
    padding-top: 3px;
}


.text-blue {
    color: rgba(var(--bs-secondary-rgb)) !important;
}

.text-lightblue {
    color: rgba(var(--bs-primary-rgb)) !important;
}
#or {
    color: #0f99d6 !important;
    position: relative;
    text-align: center;
    display: block;
    width: 40px;
    height: 20px;
    background-color: #FFFFFF;
    margin-top: -12px;
}
#HeroBanner {
}
#MMGHeroBanner {
}
#accordionFlushProtection #accordionProtection.collapse1[aria-expanded="false"] {
    display: block;
    height: 200px !important;
    overflow: hidden;
}

#accordionFlushProtection #accordionProtection.collapsing1[aria-expanded="false"] {
    height: 200px !important;
}




#accordionFlushProtectionMobile #accordionProtectionMobile.collapse1[aria-expanded="false"] {
    display: block;
    height: 200px !important;
    overflow: hidden;
}

#accordionFlushProtectionMobile #accordionProtectionMobile.collapsing1[aria-expanded="false"] {
    height: 200px !important;
}




#accordionFlushHealth #accordionHealth.collapse1[aria-expanded="false"] {
    display: block;
    height: 200px !important;
    overflow: hidden;
}

#accordionFlushHealth #accordionHealth.collapsing1[aria-expanded="false"] {
    height: 200px !important;
}




#accordionFlushHealthMobile #accordionHealthMobile.collapse1[aria-expanded="false"] {
    display: block;
    height: 200px !important;
    overflow: hidden;
}

#accordionFlushHealthMobile #accordionHealthMobile.collapsing1[aria-expanded="false"] {
    height: 200px !important;
}




#accordionFlushDeals #accordionDeals.collapse1[aria-expanded="false"] {
    display: block;
    height: 200px !important;
    overflow: hidden;
}

#accordionFlushDeals #accordionDeals.collapsing1[aria-expanded="false"] {
    height: 200px !important;
}



#accordionFlushDealsMobile #accordionDealsMobile.collapse1[aria-expanded="false"] {
    display: block;
    height: 200px !important;
    overflow: hidden;
}

#accordionFlushDealsMobile #accordionDealsMobile.collapsing1[aria-expanded="false"] {
    height: 200px !important;
}


/* Breakpoint Override 0-374px */

@media (min-width: 0px) and (max-width: 374px) {
    #accordionFlushProtection #accordionProtection.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushProtection #accordionProtection.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }


    #accordionFlushProtectionMobile #accordionProtectionMobile.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushProtectionMobile #accordionProtectionMobile.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }




    #accordionFlushHealth #accordionHealth.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushHealth #accordionHealth.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }




    #accordionFlushHealthMobile #accordionHealthMobile.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushHealthMobile #accordionHealthMobile.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }




    #accordionFlushDeals #accordionDeals.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushDeals #accordionDeals.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }



    #accordionFlushDealsMobile #accordionDealsMobile.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushDealsMobile #accordionDealsMobile.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }
    .breadcrumb {
        font-size:12px;
    }
    .container {
        width: 100%;
        max-width: 374px;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.1rem);
        padding-left: var(--bs-gutter-x, 0.1rem);
        margin-right: auto;
        margin-left: auto;
        z-index: 500;
        margin-top: -8px;
        padding-top: 8px;
        height: 3.38rem;
    }
    .navbar {
        top:0;
        height: 3.38rem;
        position: fixed;
    }
    #PartnerLogo {
        width: 109px;
        height: 38px;
        margin-left: 5px;
        margin-top: -15px;
    }
    #navbarSupportedContent {
        background-color: #FFFFFF;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
    }
    .nav-item {
        border: 2px solid #FFF;
        border-top: 3px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-bottom:2px;
    }
    #navbarSupportedContent .nav-item {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        text-decoration: none;
        font-weight: 400;
        border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FFFFFF'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        background-size: 14px;
        background-position: 95% center;
        background-repeat: no-repeat;
        margin:2px;
    }
        #navbarSupportedContent .nav-item:hover {
            --bs-text-opacity: 1;
            color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
            text-decoration: none;
            border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%230f99d6'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
            background-size: 14px;
            background-position: 95% center;
            background-repeat: no-repeat;
            padding-bottom: 2px;
        }
        #navbarSupportedContent .nav-link:hover {
            --bs-text-opacity: 1;
            color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        }
    #MyAccountIcon {
        width: 17px;
        height: 17px;
        margin-bottom: -10px;
    }
       #toggleIconBG {
        display: block;
    }
    #toggleIconBGDT {
        display: block;
    }
    #myacct-nav-item {
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.35rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        font-size: 11px;
        margin-top: -20px;
        float: right;
    }

    #lang-nav-item {
        visibility: visible;
        display: block;
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.35rem);
        font-size: 11px;
        margin-top: -20px;
        float: right;
    }

    #LanguageIcon {
        width: 57px;
        height: 19px;
        margin-bottom: -8px;
    }
    .mobileView {
        visibility: visible;
        display: block;
    }
    .desktopView {
        visibility: hidden;
        display: none;
    }
    body {
        margin: 0;
        padding: 0;
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-mobile-font-size);
        font-weight: var(--bs-body-mobile-font-weight);
        line-height: var(--bs-body-mobile-line-height);
        letter-spacing: var(--bs-body-mobile-letter-spacing);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    h1, .h1 {
        font-size: 18px;
        line-height: 20px;
    }

    h2, .h2 {
        font-size: 14px;
        line-height: 23px;
    }

    h3, .h3 {
        font-size: 18px;
        line-height: 24px;
    }

    h4, .h4 {
        font-size: 14px;
        line-height: 19px;
    }
    h5, .h5 {
        font-size: 14px;
        line-height: 23px;
    }
    small, .small {
        font-size: 0.875rem;
        letter-spacing: .5px;
        line-height: 0.675rem;
    }

    .btn-primary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-secondary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }
    .btn-green{
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #FFF;
        background-color: var(--bs-green);
        border-color: var(--bs-green);
        border-radius: 0;
        width: 210px;
    }
    .btn-yellow {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        border-radius: 0;
        width: 210px;
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 0.6rem 1.5rem;
        font-size: 1.25rem;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
        border: none;
        text-align: center;
        border-radius: 0;
        letter-spacing: 1.0px;
    }

    .accordion-button {
        font-size: 14px;
        line-height: 19px;
        font-weight: bold;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }

.cards-wrapper {
    display: block;
    justify-content: center;
}

.card img {
    max-width: 83px;
    max-height: 83px;
}

.card {
    height:360px;
    min-width: 0;
    text-align:center;
    width: 100%;
    background-color: rgba(var(--bs-secondary-rgb));
    border-radius: 0.55rem;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.card-accordian-wrapper {
    margin: 0 0em;
    padding-left:1%;
    padding-right:1%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}
    .carousel-inner {
        padding: 1.5em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 5vh;
        height: 5vh;
        top: 160px;
        transform: translateY(-50%);
        opacity: 1;
    }

    .carousel-control-prev-icon {
        position: absolute;
        bottom: 0px;
        left: -20px;
        width: 5vh;
        height: 5vh;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

    .carousel-control-next-icon {
        position: absolute;
        bottom: 0px;
        left: 20px;
        width: 5vh;
        height: 5vh;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }


}

/* Breakpoint Override 375-767px */
@media (min-width: 375px) and (max-width: 768px) {
    #accordionFlushProtection #accordionProtection.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushProtection #accordionProtection.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }


    #accordionFlushProtectionMobile #accordionProtectionMobile.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushProtectionMobile #accordionProtectionMobile.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }




    #accordionFlushHealth #accordionHealth.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushHealth #accordionHealth.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }




    #accordionFlushHealthMobile #accordionHealthMobile.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushHealthMobile #accordionHealthMobile.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }




    #accordionFlushDeals #accordionDeals.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushDeals #accordionDeals.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }



    #accordionFlushDealsMobile #accordionDealsMobile.collapse1[aria-expanded="false"] {
        display: block;
        height: auto !important;
    }

    #accordionFlushDealsMobile #accordionDealsMobile.collapsing1[aria-expanded="false"] {
        height: auto !important;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .container-sm, .container {
        width: 100%;
        max-width: 768px;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.1rem);
        padding-left: var(--bs-gutter-x, 0.1rem);
        margin-right: auto;
        margin-left: auto;
        z-index: 500;
        margin-top: -8px;
        padding-top: 8px;
        height: 3.38rem;
    }
    .navbar {
        top: 0;
        height: 3.38rem;
        position: fixed;
    }
    #PartnerLogo {
        width: 109px;
        height: 38px;
        margin-left: 5px;
        margin-top: -15px;
    }
    #navbarSupportedContent {
        background-color: #FFFFFF;
      
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
    }

    .nav-item {
        border: 2px solid #FFF;
        border-top: 3px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-bottom: 2px;
    }

    #navbarSupportedContent .nav-item {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        text-decoration: none;
        font-weight: 400;
        border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FFFFFF'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        background-size: 14px;
        background-position: 97% center;
        background-repeat: no-repeat;
        margin: 2px;
    }

        #navbarSupportedContent .nav-item:hover {
            --bs-text-opacity: 1;
            color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
            text-decoration: none;
            border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%230f99d6'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
            background-size: 14px;
            background-position: 97% center;
            background-repeat: no-repeat;
            padding-bottom: 2px;
        }

    #navbarSupportedContent .nav-link:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }
    #LanguageFlag {right:0;}
    #navbarSupportedContent .nav-link:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }
    #MyAccountIcon {
        width: 17px;
        height: 17px;
        margin-bottom: -10px;
    }
       #toggleIconBG {
        display: block;
    }
    #toggleIconBGDT {
        display: block;
    }
    #myacct-nav-item {
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.35rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        font-size: 11px;
        margin-top: -20px;
        float: right;
    }

    #lang-nav-item {
        visibility: visible;
        display: block;
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.35rem);
        font-size: 11px;
        margin-top: -20px;
        float: right;
    }

    #LanguageIcon {
        width: 57px;
        height: 19px;
        margin-bottom: -8px;
    }
    .mobileView {
        visibility: visible;
        display: block;
    }

    .desktopView {
        visibility: hidden;
        display: none;
    }
    body {
        margin: 0;
        padding: 0;
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-mobile-font-size);
        font-weight: var(--bs-body-mobile-font-weight);
        line-height: var(--bs-body-mobile-line-height);
        letter-spacing: var(--bs-body-mobile-letter-spacing);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    h1, .h1 {
        font-size: 18px;
        line-height: 20px;
    }

    h2, .h2 {
        font-size: 14px;
        line-height: 23px;
    }

    h3, .h3 {
        font-size: 18px;
        line-height: 24px;
    }

    h4, .h4 {
        font-size: 14px;
        line-height: 19px;
    }
    h5, .h5 {
        font-size: 14px;
        line-height: 23px;
    }
    small, .small {
        font-size: 0.875rem;
        letter-spacing: .5px;
        line-height: 0.675rem;
    }

    .btn-primary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-secondary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-yellow {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        border-radius: 0;
        width: 210px;
    }

    .btn-green {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: var(--bs-green);
        border-color: var(--bs-green);
        border-radius: 0;
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 0.6rem 1.5rem;
        font-size: 1.25rem;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
        border: none;
        text-align: center;
        border-radius: 0;
        letter-spacing: 1.0px;
    }

    .accordion-button {
        font-size: 14px;
        line-height: 19px;
        font-weight: bold;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }
    .cards-wrapper {
        display: block;
        justify-content: center;
    }

    .card img {
        max-width: 83px;
        max-height: 83px;
    }

    .card {
        height: 280px;
        min-width: 0;
        text-align: center;
        width: 100%;
        background-color: rgba(var(--bs-secondary-rgb));
        border-radius: 0.55rem;
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    }

    .card-accordian-wrapper {
        margin: 0 0em;
        padding-left: 1%;
        padding-right: 1%;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
    }
    .carousel-inner {
        padding: 1.5em;
    }



    .carousel-control-prev,
    .carousel-control-next {
        width: 5vh;
        height: 5vh;
        top: 160px;
        transform: translateY(-50%);
        opacity: 1;
    }

    .carousel-control-prev-icon {
        position: absolute;
        bottom: 0px;
        left: -20px;
        width: 5vh;
        height: 5vh;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

    .carousel-control-next-icon {
        position: absolute;
        bottom: 0px;
        left: 20px;
        width: 5vh;
        height: 5vh;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

}

/* Breakpoint Override 768-992px */
@media (min-width: 769px) and (max-width: 992px) {

    .breadcrumb {
        font-size: 14px;
    }
    .container-md, .container-sm, .container {
        width: 100%;
        max-width: 992px;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.1rem);
        padding-left: var(--bs-gutter-x, 0.1rem);
        margin-right: auto;
        margin-left: auto;
        z-index: 500;
        margin-top: -8px;
        padding-top: 8px;
        height: 3.38rem;
    }
    .navbar {
        top: 0;
        height: 3.38rem;
        position: fixed;
    }
    #PartnerLogo {
        width: 109px;
        height: 38px;
        margin-left: 5px;
        margin-top: -15px;
    }
    #navbarSupportedContent {
        background-color: #FFFFFF;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
    }

    .nav-item {
        border: 2px solid #FFF;
        border-top: 3px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-bottom: 2px;
    }

    #navbarSupportedContent .nav-item {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        text-decoration: none;
        font-weight: 400;
        border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FFFFFF'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        background-size: 14px;
        background-position: 98% center;
        background-repeat: no-repeat;
        margin: 2px;
    }

        #navbarSupportedContent .nav-item:hover {
            --bs-text-opacity: 1;
            color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
            text-decoration: none;
            border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%230f99d6'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
            background-size: 14px;
            background-position: 98% center;
            background-repeat: no-repeat;
            padding-bottom: 2px;
        }

    #navbarSupportedContent .nav-link:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }
    #MyAccountIcon {
        width: 17px;
        height: 17px;
        margin-bottom: -10px;
    }
        #toggleIconBG {
        display: block;
    }
    #toggleIconBGDT {
        display: block;
    }
    #myacct-nav-item {
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.35rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        font-size: 11px;
        margin-top: -20px;
        float: right;
    }

    #lang-nav-item {
        visibility: visible;
        display: block;
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.35rem);
        font-size: 11px;
        margin-top: -20px;
        float: right;
    }

    #LanguageIcon {
        width: 57px;
        height: 19px;
        margin-bottom: -8px;
    }
    .desktopView {
        visibility: visible;
        display: block;
    }

    .mobileView {
        visibility: hidden;
        display: none;
    }
    body {
        margin: 0;
        padding: 0;
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-mobile-font-size);
        font-weight: var(--bs-body-mobile-font-weight);
        line-height: var(--bs-body-mobile-line-height);
        letter-spacing: var(--bs-body-mobile-letter-spacing);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    h1, .h1 {
        font-size: 18px;
        line-height: 20px;
    }

    h2, .h2 {
        font-size: 18px;
        line-height: 29px;
    }

    h3, .h3 {
        font-size: 18px;
        line-height: 24px;
    }

    h4, .h4 {
        font-size: 14px;
        line-height: 17px;
    }
    h5, .h5 {
        font-size: 18px;
        line-height: 29px;
    }
    small, .small {
        font-size: 0.875rem;
        letter-spacing: .5px;
        line-height: 0.675rem;
    }

    .btn-primary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-secondary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-yellow {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        border-radius: 0;
        width: 210px;
    }

    .btn-green {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: var(--bs-green);
        border-color: var(--bs-green);
        border-radius: 0;
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 0.6rem 1.5rem;
        font-size: 1.25rem;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
        border: none;
        text-align: center;
        border-radius: 0;
        letter-spacing: 1.0px;
    }
    .accordion-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }
    .cards-wrapper {
        display: flex;
        justify-content: center;
    }

    .card img {
        max-width: 83px;
        max-height: 83px;
    }

    .card {
        height: 450px;
        min-width: 0;
        text-align: center;
        width: 100%;
        background-color: rgba(var(--bs-secondary-rgb));
        border-radius: 0.55rem;
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    }
 .carousel-inner {
        padding: 0em;
    }
    #BenefitCarousel .carousel-item {
        margin: 0;
        padding: 0 0.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 33%;
    }
    .card-accordian-wrapper {
        margin: 0 0.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
    }
   
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
        visibility: hidden;
    }

    .carousel-control-prev-icon {
        display: none;
        visibility: hidden;
    }

    .carousel-control-next-icon {
        display:none;
        visibility: hidden;
    }
}

/* Breakpoint Override 993-1104px */
@media (min-width: 993px) and (max-width: 1104px) {
    .modal-dialog-border {
        border: 7px solid rgba(var(--bs-white-rgb));
        margin-top: 105px;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .container-lg, .container-md, .container-sm, .container {
        width: 100%;
        max-width: 1104px;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.1rem);
        padding-left: var(--bs-gutter-x, 0.1rem);
        margin-right: auto;
        margin-left: auto;
        z-index: 500;
        margin-top: -8px;
        padding-top: 8px;
        height: 105px;
    }
    .navbar {
        height: 105px;
    }
    #PartnerLogo {
        margin-left: 10px;
        margin-bottom: 15px;
    }
    #navbarSupportedContent {
        display: none;
        visibility: hidden;
        background-color:#FFFFFF;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 10px;
        list-style: none;
        margin-left: 400px;
        margin-right: 20px;
    }
    #myacct-nav-item {
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        float: right;
    }
    #MyAccountIcon {
        width: 28px;
        height: 30px;
    }
    #LanguageIcon {
        width: 87px;
        height: 29px;
    }
    .desktopView {
        visibility: visible;
        display: block;
    }

    .mobileView {
        visibility: hidden;
        display: none;
    }

    body {
        margin: 0;
        padding: 0;
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-font-size);
        font-weight: var(--bs-body-font-weight);
        line-height: var(--bs-body-line-height);
        letter-spacing: var(--bs-body-letter-spacing);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 23px;
        line-height: 36px;
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5, .h5 {
        font-size: 23px;
        line-height: 36px;
    }
    small, .small {
        font-size: 0.875rem;
        letter-spacing: .5px;
        line-height: 0.675rem;
    }

    button {
        border-radius: 0;
        outline: none;
        border: none;
    }

    .btn-primary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-secondary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-yellow {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        border-radius: 0;
        width: 300px;
    }

    .btn-green {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: var(--bs-green);
        border-color: var(--bs-green);
        border-radius: 0;
    }
    .btn-lg, .btn-group-lg > .btn {
        padding: 0.6rem 1.5rem;
        font-size: 1.25rem;
        line-height: 27px;
        font-weight: 700;
        font-size: 20px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
        border: none;
        text-align: center;
        border-radius: 0;
        letter-spacing: 1.0px;
    }

    .accordion-button {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }
    .cards-wrapper {
        display: flex;
        justify-content: center;
    }

    .card img {
        max-width: 93px;
        max-height: 93px;
    }

    .card {
        height: 570px;
        min-width: 0;
        text-align: center;
        width: 100%;
        background-color: rgba(var(--bs-secondary-rgb));
        border-radius: 0.55rem;
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    }

    .carousel-inner {
        padding: 0em;
    }

    #BenefitCarousel .carousel-item {
        margin: 0;
        padding: 0 0.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 33%;
    }

    .card-accordian-wrapper {
        margin: 0 0.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
        visibility: hidden;
    }

    .carousel-control-prev-icon {
        display: none;
        visibility: hidden;
    }

    .carousel-control-next-icon {
        display: none;
        visibility: hidden;
    }
}

/* Breakpoint Override 1104-1440px (max) */
@media (min-width: 1105px) and (max-width: 1440px) {
    .modal-dialog-border {
        border: 7px solid rgba(var(--bs-white-rgb));
        margin-top: 105px;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        width: 100%;
        max-width: 1440px;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.1rem);
        padding-left: var(--bs-gutter-x, 0.1rem);
        margin-right: auto;
        margin-left: auto;
        z-index: 500;
        margin-top: -8px;
        padding-top: 8px;
        height: 105px;
    }
    .navbar {
        height: 105px;
        z-index: -500;
    }
    #PartnerLogo {
        margin-left: 10px;
        margin-bottom: 15px;
    }
    #navbarSupportedContent {
        display: none;
        visibility: hidden;
        background-color: #FFFFFF;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 10px;
        list-style: none;
        margin-left: 400px;
        margin-right: 20px;
    }
    #MyAccountIcon {
        width: 28px;
        height: 30px;
    }
    #myacct-nav-item {
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        float: right;
    }
    #LanguageIcon {
        width: 87px;
        height: 29px;
    }
    .desktopView {
        visibility: visible;
        display: block;
    }

    .mobileView {
        visibility: hidden;
        display: none;
    }
    body {
        margin: 0;
        padding: 0;
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-font-size);
        font-weight: var(--bs-body-font-weight);
        line-height: var(--bs-body-line-height);
        letter-spacing: var(--bs-body-letter-spacing);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 23px;
        line-height: 36px;
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5, .h5 {
        font-size: 23px;
        line-height: 36px;
    }
    small, .small {
        font-size: 0.875rem;
        letter-spacing: .5px;
        line-height: 0.675rem;
    }

    button {
        border-radius: 0;
        outline: none;
        border: none;
    }

    .btn-primary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-secondary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-yellow {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        border-radius: 0;
        width: 300px;
    }
    .btn-green {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: var(--bs-green);
        border-color: var(--bs-green);
        border-radius: 0;
    }
    .btn-lg, .btn-group-lg > .btn {
        padding: 0.6rem 1.5rem;
        font-size: 1.25rem;
        line-height: 27px;
        font-weight: 700;
        font-size: 20px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
        border: none;
        text-align: center;
        border-radius: 0;
        letter-spacing: 1.0px;
    }

    .accordion-button {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }
    .cards-wrapper {
        display: flex;
        justify-content: center;
    }

    .card img {
        max-width: 93px;
        max-height: 93px;
    }

    .card {
        height: 460px;
        min-width: 0;
        text-align: center;
        width: 100%;
        background-color: rgba(var(--bs-secondary-rgb));
        border-radius: 0.55rem;
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    }

    .carousel-inner {
        padding: 0em;
    }

    #BenefitCarousel .carousel-item {
        margin: 0;
        padding: 0 0.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width:  33%;
    }

    .card-accordian-wrapper {
        margin: 0 0.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
        visibility: hidden;
    }

    .carousel-control-prev-icon {
        display: none;
        visibility: hidden;
    }

    .carousel-control-next-icon {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 1440px) {
    .modal-dialog-border {
        border: 7px solid rgba(var(--bs-white-rgb));
        margin-top: 105px;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        width: 100%;
        min-width: 1440px;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.1rem);
        padding-left: var(--bs-gutter-x, 0.1rem);
        margin-right: auto;
        margin-left: auto;
        z-index: 500;
        margin-top: -8px;
        padding-top: 8px;
        height: 105px;
    }
    .navbar {
        height: 105px;
        z-index: 1060;
    }
    #PartnerLogo {
        margin-left: 10px;
        margin-bottom: 15px;
    }
    #navbarSupportedContent {
        display: none;
        visibility: hidden;
        background-color: #FFFFFF;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 10px;
        list-style: none;
        margin-left: 500px;
        margin-right: 20px;
    }
    #MyAccountIcon {
        width: 28px;
        height: 30px;
    }
    #myacct-nav-item {
        border: 0px solid #FFF;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        float: right;
    }
    #lang-nav-item {
        float: right;
    }
    #LanguageIcon {
        width: 87px;
        height: 29px;
    }
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1055;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }
    .desktopView {
        visibility: visible;
        display: block;
    }
    .mobileView {
        visibility: hidden;
        display: none;
    }
    body {
        margin: 0;
        padding: 0;
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-font-size);
        font-weight: var(--bs-body-font-weight);
        line-height: var(--bs-body-line-height);
        letter-spacing: var(--bs-body-letter-spacing);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 23px;
        line-height: 36px;
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5, .h5 {
        font-size: 23px;
        line-height: 36px;
    }
    small, .small {
        font-size: 0.875rem;
        letter-spacing: .5px;
        line-height: 0.675rem;
    }

    button {
        border-radius: 0;
        outline: none;
        border: none;
    }

    .btn-primary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-secondary {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
        border-radius: 0;
    }

    .btn-yellow {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        border-radius: 0;
        width: 300px;
    }
    .btn-green {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.0px;
        line-height: 27px;
        color: #fff;
        background-color: var(--bs-green);
        border-color: var(--bs-green);
        border-radius: 0;
    }
    .btn-lg, .btn-group-lg > .btn {
        padding: 0.6rem 1.5rem;
        font-size: 1.25rem;
        line-height: 27px;
        font-weight: 700;
        font-size: 20px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
        border: none;
        text-align: center;
        border-radius: 0;
        letter-spacing: 1.0px;
    }

    .accordion-button {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }

    .cards-wrapper {
        display: flex;
        justify-content: center;
    }

    .card img {
        max-width: 93px;
        max-height: 93px;
    }

    .card {
        height: 440px;
        min-width: 0;
        text-align: center;
        width: 100%;
        background-color: rgba(var(--bs-secondary-rgb));
        border-radius: 0.55rem;
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    }

 .carousel-inner {
        padding: 0em;
    }
    #BenefitCarousel .carousel-item {
        margin: 0;
        padding: 0 0.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 33%;
    }
    .card-accordian-wrapper {
        margin: 0 0.5em;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
    }
   
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
        visibility: hidden;
    }

    .carousel-control-prev-icon {
        display: none;
        visibility: hidden;
    }

    .carousel-control-next-icon {
        display:none;
        visibility: hidden;
    }
}



button {
    border-radius: 0;
    outline: none;
    border: none;
}



    .btn-primary:hover {
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
    }
    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: none;
        box-shadow: none;
    }
    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
        box-shadow: 0 0 0 0.2rem rgba(15, 153, 214, 0.15);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
        box-shadow: none;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            color: #fff;
            background-color: rgba(var(--bs-primary-rgb));
            border-color: rgba(var(--bs-primary-rgb));
            box-shadow: 0 0 0 0.2rem rgba(15, 153, 214, 0.15);
        }
    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: rgba(var(--bs-primary-rgb));
        border-color: rgba(var(--bs-primary-rgb));
    }


    .btn-secondary:hover {
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
        box-shadow: 0 0 0 0.2rem rgba(15, 153, 214, 0.15);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: rgba(var(--bs-primary-rgb));
        background-color: rgba(var(--bs-white-rgb));
        border: 2px solid rgba(var(--bs-primary-rgb));
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(15, 153, 214, 0.15);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }



    .btn-yellow:hover {
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
    }

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
    color: #000;
    background-color: var(--bs-yellow);
    border-color: none;
    box-shadow: none;
}

    .btn-check:focus + .btn-yellow, .btn-yellow:focus {
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        box-shadow: 0 0 0 0.2rem rgba(255, 209, 0, 0.15);
    }

.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
    color: #000;
    background-color: var(--bs-yellow);
    border-color: var(--bs-yellow);
    box-shadow: none;
}

    .btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
        color: #000;
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        box-shadow: 0 0 0 0.2rem rgba(255, 209, 0, 0.15);
    }

.btn-yellow:disabled, .btn-yellow.disabled {
    color: #000;
    background-color: var(--bs-yellow);
    border-color: var(--bs-yellow);
}



.btn-green:hover {
    color: #fff;
    background-color: var(--bs-green);
    border-color: var(--bs-green);
}

.btn-check:focus + .btn-green, .btn-green:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: none;
    box-shadow: none;
}

.btn-check:focus + .btn-green, .btn-green:focus {
    color: #fff;
    background-color: var(--bs-green);
    border-color: var(--bs-green);
    box-shadow: 0 0 0 0.2rem rgba(15, 153, 214, 0.15);
}

.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: var(--bs-green);
    border-color: var(--bs-green);
    box-shadow: none;
}

    .btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
        color: #fff;
        background-color: var(--bs-green);
        border-color: var(--bs-green);
        box-shadow: 0 0 0 0.2rem rgba(15, 153, 214, 0.15);
    }

.btn-green:disabled, .btn-green.disabled {
    color: #fff;
    background-color: var(--bs-green);
    border-color: var(--bs-green);
}


.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0;
}

a {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }

.modal-body a, .modal-footer a {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    text-decoration: none;
    cursor: pointer;
}

    .modal-body a:hover, .modal-footer a:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    }
a.subColor {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
    .breadcrumb-item a {
        text-decoration: underline;
        font-weight: bold;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    }

        .breadcrumb-item a:hover {
            text-decoration: none;
        }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.5rem;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            float: left;
            padding-right: 0.5rem;
            color: rgba(var(--bs-secondary-rgb));
            content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
        }

    .breadcrumb-item.active {
        color: #6c757d;
    }
.accordion-button:not(.collapsed) {
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    box-shadow: none; /*  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); */
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform 0.2s ease-in-out;
    }




.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    z-index: 500;
}

/*Mobile Navigation links*/
.navbar-nav .nav-link {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 0 12px 0;
}

    .navbar-nav .nav-link:hover { 
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
        text-decoration: none;
    }

.navbar-toggler {
    padding: 0.25rem 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0rem;
    transition: box-shadow 0.15s ease-in-out;
    text-align: center;
    margin-right: 0.65rem;
    padding-bottom: 12px;
    margin-top: -28px;
}

    .navbar-toggler:hover {
        text-decoration: none;
        border: none;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: none;
        border-radius: 0;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: .85em;
    height: .85em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 8px;
}
.navbar-toggler-icon-dt {
    display: inline-block;
    width: .85em;
    height: .85em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 8px;
}
#mobileMenu {
    font-size:11px;
}
#mobileMenuDT {
    font-size: 11px;
}


#dropdownMB {
    position: absolute;
    background-color: none;
    outline: none;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: -.50rem;
}

    #dropdownMB .nav-item {
        border: 1px solid var(--bs-primary-rgb);
        padding: 2px;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        margin: 1px;
        border-radius: 0;
    }

    #dropdownMB .nav-link {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        text-decoration: none;
        font-weight: 400;
        padding: 12px 0.75rem 12px 0.75rem;
        width: 380px;
        border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FFFFFF'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        background-size: 14px;
        background-position: 350px center;
        background-repeat: no-repeat;
    }

        #dropdownMB .nav-link:hover {
            --bs-text-opacity: 1;
            color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
            text-decoration: none;
            border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%230f99d6'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
            background-size: 14px;
            background-position: 350px center;
            background-repeat: no-repeat;
        }
/*Mobile Navigation links end*/

/*Desktop Mobile Style Navigation links*/
#dropdownDT {
    position: absolute;
    margin-left: 220px;
    background-color: none;
    outline: none;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: -0.025rem
}

    #dropdownDT .nav-item {
        border: 1px solid var(--bs-primary-rgb);
        padding: 2px;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        margin: 1px;
        border-radius: 0;
    }

    #dropdownDT .nav-link {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        text-decoration: none;
        font-weight: 400;
        padding: 12px 0.75rem 12px 0.75rem;
        width: 240px;
        border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23FFFFFF'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        background-size: 14px;
        background-position: 210px center;
        background-repeat: no-repeat;
    }

        #dropdownDT .nav-link:hover {
            --bs-text-opacity: 1;
            color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
            text-decoration: none;
            border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%230f99d6'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
            background-size: 14px;
            background-position: 210px center;
            background-repeat: no-repeat;
        }

.dropdown-menu li {
    position: relative;
}
.dropdown-menu > li {
    background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.dropdown-menu > li:hover {
    background-color: #D2D5D6;
}
.dropdown-item:focus {
    background-color: #D2D5D6;
}
.dropdown-item {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%230f99d6'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 96% center;
    padding-right: 30px;
}
.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    border: 3px solid #FFF;
    border-radius: 0;
    padding: 0;
    width: 620px;
}
.dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }


            .subnav-icon:not(.collapsed) {
                color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
                background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
                box-shadow: none; /*  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); */
            }

                .subnav-icon:not(.collapsed)::after {
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
                    transform: rotate(0deg);
                }

.subnav-icon::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f99d6'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    transition: transform 0.2s ease-in-out;
}



.subnav-item a {
    text-decoration: underline;
    font-weight: bold;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

    .subnav-item a:hover {
        text-decoration: none;
        background-color:none;
    }
.subnav-item {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%230f99d6'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 98% center;
    margin: 2px;
}
    .subnav-item li {
        position: relative;
    }

    .subnav-item > li {
        font-weight: bold;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    }

        .subnav-item > li:hover {
            background-color: none;
        }

    .subnav-item :focus {
        background-color: none;
    }


.navbar-light .navbar-toggler-icon {
    background-image: url("../Images/Menu-mobile.svg");
}
.navbar-light .navbar-toggler-icon-dt {
    background-image: url("../Images/Menu-mobile.svg");
}
.navbar-light .navbar-toggler {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    border-color: none;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

#mobileMenu {
    color: #FFF;
}
#mobileMenuDT {
    color: #FFF;
}
/*Mobile Navigation links end*/

.ShowMoreBorder {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    text-align: right;
    margin-top: 0px;
}

.notmember {
    color: var(--bs-gray-700);
}
.footer {
    color: var(--bs-gray-700);
}

@media (min-width: 768px) {
    .card img {
        height: 11em;
    }
}

.subnav1-icon:not(.collapsed) {
}

    .subnav1-icon:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
        transform: rotate(0deg);
    }

.subnav1-icon::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    transition: transform 0.2s ease-in-out;
    background-color: #0f99d6;
}

.accordion1-button {
    position: relative;
    display: block;
    align-items: center;
    width: 100%;
    padding: 0;
}

    .accordion1-button:not(.collapsed) {
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
        background-color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
        box-shadow: none; /*  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); */
    }

        .accordion1-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238dc63f;'%3e%3cpath fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
            transform: rotate(-180deg);
        }

    .accordion1-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform 0.2s ease-in-out;
    }

.accordion-item:last-of-type {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0rem;
        border-bottom-left-radius: 0rem;
    }

    .accordion-item:last-of-type .accordion-collapse {
        border-bottom-right-radius: 0rem;
        border-bottom-left-radius: 0rem;
    }