/* _content/MutualOmaha/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zrcedzt357] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zrcedzt357] {
    flex: 1;
}

.sidebar[b-zrcedzt357] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zrcedzt357] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zrcedzt357]  a, .top-row[b-zrcedzt357]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zrcedzt357]  a:hover, .top-row[b-zrcedzt357]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zrcedzt357]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zrcedzt357] {
        justify-content: space-between;
    }

    .top-row[b-zrcedzt357]  a, .top-row[b-zrcedzt357]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zrcedzt357] {
        flex-direction: row;
    }

    .sidebar[b-zrcedzt357] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zrcedzt357] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zrcedzt357]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zrcedzt357], article[b-zrcedzt357] {
     /*   padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}
/* _content/MutualOmaha/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-p476kob30e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-p476kob30e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p476kob30e] {
    font-size: 1.1rem;
}

.bi[b-p476kob30e] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-p476kob30e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-p476kob30e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-p476kob30e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-p476kob30e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p476kob30e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p476kob30e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p476kob30e]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-p476kob30e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-p476kob30e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-p476kob30e] {
        display: none;
    }

    .collapse[b-p476kob30e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-p476kob30e] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MutualOmaha/Components/Layout/Sidebar.razor.rz.scp.css */
/* _content/MutualOmaha/Components/Pages/AskADentist/AskADentist.razor.rz.scp.css */
body[b-o6i8wxsecd] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333 !important;
}
[b-o6i8wxsecd] .form-label {
    font-size: 14px;
    font-weight: 700;
}

[b-o6i8wxsecd] p {
    margin: 0px 0px 10px 0px !important;
}
/* _content/MutualOmaha/Components/Pages/Footer/Footer.razor.rz.scp.css */

body[b-a2qv3mc4z0] {
    font-family: Source Sans Pro, sans-serif !important;
}
.Footer ul[b-a2qv3mc4z0], .Footer ul li[b-a2qv3mc4z0] {
    font-size: 17px;
}
.Footer[b-a2qv3mc4z0] {
    border-top: 1px solid #f0f0f0;
}

.Footer[b-a2qv3mc4z0] {
    padding-top: 50px;
    
    width: 100%;
    color: #5d5d5d;
    background-color: #fbfbfb;
    font-weight: 600;
}
.Footer-container[b-a2qv3mc4z0] {
    max-width: 1600px;
    padding: 32px 32px 0px 32px;
    margin: 0 auto;
}
.Footer-globalLinks[b-a2qv3mc4z0] {
    display:block;
    padding-bottom: 24px;
    padding-left:0;
    margin-bottom:0;
}
.Footer-globalLink[b-a2qv3mc4z0] {
    margin: 0 10px 0 0;
    padding: 2px 10px 2px 0;
    font-size:17px;
    display:inline-block;
    list-style:none;
}


.underline[b-a2qv3mc4z0] {
    color: #105fa8 !important;
    cursor: pointer;
    text-decoration: underline;
    transition: color .4s;
    font-family: Source Sans Pro, sans-serif;
    letter-spacing: 0.36px;
}


.non-underline[b-a2qv3mc4z0] {
    color: #105fa8 !important;
    cursor: pointer;
    text-decoration: none;
    transition: color .4s;
    font-family: Source Sans Pro, sans-serif;
    letter-spacing: 0.36px;
}
.Footer-socialLinks[b-a2qv3mc4z0] {
/*    float: right;*/
    margin: 2px 0;
    vertical-align:top;
}
.Footer-socialLink[b-a2qv3mc4z0] {
    display: inline-block;
    height: 28px;
    list-style: none;
    margin: 0;
/*    padding: 6px;*/
    width: 42px;
}
    .Footer-socialLink a[b-a2qv3mc4z0] {
        display: block;
        height: 28px;
        overflow: hidden;
        text-decoration: none;
    }
    .Footer-socialLink svg[b-a2qv3mc4z0] {
        width: 30px;
        height: 30px;
    }
a[target*=_blank][b-a2qv3mc4z0]:after {
    content: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ctitle%3Eutility-basics-%3C%2Ftitle%3E%3Cpath%20d%3D%22M19.4%2017.3h-6.3a3%203%200%200%200-3%203V60a3%203%200%200%200%203%203h38.2a3%203%200%200%200%203-3v-9.4M61.4%2010L28.8%2043.5M36.3%209.3L62.4%209l-.3%2026.1%22%20fill%3D%22none%22%20stroke%3D%22%23105FA8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.6%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    height: 24px;
    left: 6px;
    padding-right: 6px;
    position: relative;
    top: 3px;
    width: 24px;
}
.Footer-disclaimer[b-a2qv3mc4z0] {
    padding-bottom: 5px;
    line-height:19px;
}
.Footer-disclosureLinks[b-a2qv3mc4z0] {
    display: block;
    margin: 0;
    padding: 0 0 20px;
}
.is-dropdown[b-a2qv3mc4z0] {
   
    background: url(//cdn.mutualofomaha.com/mutualomaha/images/mutualofomaha/icons/arrow-down-blue.svg);
    background-position: 100%;
    background-size: 12px 12px ;
    background-repeat: no-repeat;
    width: auto;
    padding: 0 20px 0 0;
    margin-right: 15px;
}

.Disclosures--toggle[b-a2qv3mc4z0] {
    color: #105fa8 !important;
    text-decoration: none;
    cursor: pointer;
    transition: color .4s;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    font-size: 16px;
}

.Footer-copyright[b-a2qv3mc4z0]{
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 400;
    margin-bottom: 52px;
    font-family: Source Sans Pro, sans-serif !important;
    letter-spacing:0.36px;
    padding-top:8px;
}
 
.Footer-legalLink[b-a2qv3mc4z0] {
    font-size: 15px !important;
    display: inline-block;
    list-style: none;
    margin: 0 14px 0 0;
    padding: 2px 14px 2px 0;
    font-family: Source Sans Pro, sans-serif;
    letter-spacing:0.36px;
}
.download-svg[b-a2qv3mc4z0] {
    width: 30px;
    height: 24px;
    margin-left:6px;
}
#Footer-itemNumber[b-a2qv3mc4z0] {
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 400;
    font-family: Source Sans Pro, sans-serif;
}
a[target*=_blank][b-a2qv3mc4z0]:after {
    content: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ctitle%3Eutility-basics-%3C%2Ftitle%3E%3Cpath%20d%3D%22M19.4%2017.3h-6.3a3%203%200%200%200-3%203V60a3%203%200%200%200%203%203h38.2a3%203%200%200%200%203-3v-9.4M61.4%2010L28.8%2043.5M36.3%209.3L62.4%209l-.3%2026.1%22%20fill%3D%22none%22%20stroke%3D%22%23105FA8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.6%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    height: 24px;
    left: 6px;
    padding-right: 6px;
    position: relative;
    top: 3px;
    width: 24px;
}
/*.Footer-main {
    padding-top: 5rem;
    background-color: #fbfbfb;
    border-top: 1px solid #f0f0f0;
    margin-top:5px;
    
   
}

.Footer-container {
    max-width: 1600px;
  
    margin: 0 auto;
}

.Footer-globalLinks {
    display: flex;
    flex-wrap:wrap;
    list-style-type: none;
    padding-bottom: 10px;
}

.Footer-socialLinks {
    display: flex;
    list-style-type: none;
    padding-right: 45px;
}

.Global-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Footer-globalLink a {
    font-family: Source Sans Pro, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #105fa8 !important;
}

.Footer-globalLink {
    padding-right: 10px;
    margin-right: 10px;
}

.Footer-socialLink {
    padding-right: 6px;
    padding-left: 6px;
   
}

.Linenone-link {
    text-decoration: none;
}

.Footer-socialLink svg {
    width: 30px !important;
    height: 30px !important;
}

.Footer-disclosuresWrapper {
}

    .Footer-disclosuresWrapper a {
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: #105fa8 !important;
        font-family: Source Sans Pro, sans-serif;
    }

    .Footer-disclosuresWrapper ul {
        list-style-type: none;
    }

ul {
    list-style-type: none;
}

.drop-down {
    height: 12px;
    width: 12px;
    margin-left: 10px;
}

p {
    font-size: 15px;
    font-weight: 400;
    font-family: Source Sans Pro, sans-serif;
    color: #5d5d5d;
}

.Footer-legalLinks {
    display: flex;
    flex-wrap:wrap;
    margin-bottom:0;
    padding-bottom:0;
}

.Footer-copyright {
    margin-top: 25px !important;
    margin-bottom: 52px;
}

.Footer-legalLink {
    padding-right: 30px;
    margin-right: 10px;
}

    .Footer-legalLink a {
        font-size: 15px;
        font-weight: 600;
        font-family: Source Sans Pro, sans-serif;
        color: #105fa8 !important;
    }

.download-svg {
    width: 30px;
    height: 24px;
    margin-left: 10px;
}

.drag-arrow {
    height: 17px;
    width: 17px;
    margin-left: 5px;
}

.is-last a {
    text-decoration: none;
}

@media only screen and (max-width: 1420px) {
    .Footer-container {
        width: 100%;
    }

    .Footer-main{
        width:100%
    }
}


@media only screen and (max-width:641px) {

    .Global-social{
        display:flex;
        flex-direction:column;
    }

    .Footer-globalLinks{
        display: flex;
        flex-direction:column;
        text-align:center;
        width:100%;
       
    }

    .Footer-globalLink {
        padding-bottom: 10px;
        margin-bottom:10px;
        border-bottom: 2px solid #e5e5e5;
        width:100%;

    }
} */

/* _content/MutualOmaha/Components/Pages/Header/Header.razor.rz.scp.css */

body[b-7h3cfr1l9j] {
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: .02em !important;
}

.header-bluebar[b-7h3cfr1l9j] {
    height: 40px;
    max-width: 100vw;
    background: #003a70;
    width: 100%;
}

.NavigationContainer[b-7h3cfr1l9j] {
   height:80px;
    line-height: 80px;
}

.Navigation-Container-wrap[b-7h3cfr1l9j] {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position:relative;
}
.head-logo[b-7h3cfr1l9j] {
    position:absolute;
    margin: 0;
    z-index: 2;
    left:7px;
    float: none !important;
}
.Nav-item-lists[b-7h3cfr1l9j] {
    display: flex;
    margin-left: 260px;
    /*margin-left: 20px;
    margin-right: 8px;*/
}

.nav-itemLink[b-7h3cfr1l9j] {
    padding: 0 18px;
}

.nav-item:hover[b-7h3cfr1l9j] {
    background-color: #e5e5e5;
}

.nav-itemLinkText[b-7h3cfr1l9j] {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 0.36px;
    color:#444 !important;
}

    .nav-itemLinkText a[b-7h3cfr1l9j] {
        color: #444 !important;
        text-decoration: none;
    }

.nav-item:hover .nav-itemLinkText a[b-7h3cfr1l9j] {
    color: #003a70 !important;
    transition:color 0.5s ease;
}

.items.active[b-7h3cfr1l9j] {
    color: #003a70 !important;
}

.nav-itemLinkText[b-7h3cfr1l9j]:after {
    position: static;
    padding-left: 8px;
    content: url("/mutualomaha/images/Header/DropDown-icon.svg");
}

.nav-menu-right-wrap[b-7h3cfr1l9j] {
    display: flex;
    flex-grow: 1;
    /*justify-content: space-between;*/
}

.nav-right[b-7h3cfr1l9j] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    white-space: nowrap;
}
.nav-rt-link[b-7h3cfr1l9j] {
    position: relative;
    top: -2px;
    left:0.5px;
}
.right-li[b-7h3cfr1l9j] {
    padding: 0 16px 0px 18px;
    color: #444 !important;
    letter-spacing:0.36px;
}

    .right-li:hover[b-7h3cfr1l9j] {
        background-color: #e5e5e5;
    }

    .right-li a:hover[b-7h3cfr1l9j] {
        color: #003a70 !important;
    }

    .right-li:hover .icon-img1[b-7h3cfr1l9j] {
        filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(2685%) hue-rotate(196deg) brightness(95%) contrast(102%);
    }

.icon-img1[b-7h3cfr1l9j] {
    width: 23px;
    height: 23px;
}

.icon-img2[b-7h3cfr1l9j] {
    width: 23px;
    height: 23px;
}

.right-link-items[b-7h3cfr1l9j] {
    font-weight: 600;
    font-size: 18px;
    color: #444 !important;
    text-decoration: none;
    position: relative;
    top: 0px;
    letter-spacing: 0.36px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

    .right-link-items.active[b-7h3cfr1l9j] {
        color: #105fa8 !important;
    }

.navigationContainer-second-row[b-7h3cfr1l9j] {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin-top: -8px;
    height: 42px;
    line-height: 27px;
    position:relative;
    z-index:9999;
    letter-spacing:0.36px;

}

.sec-nav-list-menu[b-7h3cfr1l9j] {
    max-width: 1600px;
    margin: 0 auto;
    line-height:27px;
    height: 40px;
    display: flex;
    align-items: center;
}

.sec-den-nav-text[b-7h3cfr1l9j] {
    color: #444;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.36px;
    padding: 0 20px 0 16px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.vertical-line[b-7h3cfr1l9j] {
    height: 18px;
    width: 1px;
    background:#838383;
    display: inline-block;
    line-height:27px;
}

.sec-LIC-nav-text[b-7h3cfr1l9j] {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.36px;
    padding: 0 16px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.navigationContainer-third-row[b-7h3cfr1l9j] {
    line-height: 34px !important;
    font-family: Source Sans Pro, sans-serif !important;
}

.third-nav-list-menu[b-7h3cfr1l9j] {
    max-width: 1600px;
    margin: 0 auto;
    line-height: 34px;
    letter-spacing: 0.36px;
    font-size: 18px;
    color: #5d5d5d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thd-nav-list[b-7h3cfr1l9j] {
    display: flex;
    list-style: none;
    padding: 0 16px 0 10px;
    height: 56px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom:0;
}

.thd-nav-item[b-7h3cfr1l9j] {
    padding: 0 16px;
    font-size: 16px;
    color: #5d5d5d !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 34px;
}

    .thd-nav-item:hover[b-7h3cfr1l9j] {
        color: #003a70 !important;
    }

.thd-nav-link[b-7h3cfr1l9j] {
    position: relative; 
}

    .thd-nav-link.active[b-7h3cfr1l9j]:after {
        content: "";
        bottom: 10px;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        content: "";
        background: linear-gradient(90deg, #105ea6 0, #03a0ad);
    }

.contact-item[b-7h3cfr1l9j] {
    margin-right: 1.6rem;
    margin-top: -20px;
}

.contact-btn[b-7h3cfr1l9j] {
    color: #fff !important;
    background-color: #105fa8 !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.36px;
    padding: 10px 26px;
    text-decoration: none;
}

    .contact-btn:hover[b-7h3cfr1l9j] {
        color: #fff !important;
        background-color: #0d4c86 !important;
    }
.Cta-toggle[b-7h3cfr1l9j] {
    cursor: pointer;
    font-weight: 600;
    display:none;
}
.thd-dent-Ins[b-7h3cfr1l9j] {
    color: #5d5d5d;
    cursor: pointer;
    display: none;
    font-size: 16px;
    font-weight: 550;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 0.40px;
    
}
.dent-Ins[b-7h3cfr1l9j] {
    position: relative;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding-right: 20px;
}
    .dent-Ins[b-7h3cfr1l9j]:after {
        content: url("/mutualomaha/images/Header/Color-DropDown-icon.svg");
        position:absolute;
         top: 0; 
         right: 0; 
        padding: 0;
    }
.contact-main-wrap[b-7h3cfr1l9j]{
    margin:10px 0px 0 6px; 
}
@media (max-width: 1200px) {
    .icon-img1[b-7h3cfr1l9j], .icon-img2[b-7h3cfr1l9j] {
            display: none;
        }
        .thd-nav-item[b-7h3cfr1l9j] {
            font-size: 14px;
            font-weight:550;
        }
        .nav-itemLinkText[b-7h3cfr1l9j] {
            font-size: 14px;
        }
        .Nav-item-lists[b-7h3cfr1l9j]{
            margin-left:0;
        }
        .right-link-items[b-7h3cfr1l9j] {
            font-size: 14px;
        }
    }

    @media (max-width: 1100px) {
        .nav-itemLink[b-7h3cfr1l9j] {
            display: flex;
            align-items: center;
            gap: 6px;
            position: relative;
        }

        .nav-itemLinkText[b-7h3cfr1l9j] {
            display: flex;
          
            white-space: nowrap;
        }

            .nav-itemLinkText[b-7h3cfr1l9j]::after {
                content: url("/mutualomaha/images/Header/DropDown-icon.svg");
                display: inline-block;
                width: 12px;
                height: 12px;
                position: relative;
                top: 0;
                left: 4px;
            }
    }

    @media (max-width: 1024px) {
        .Nav-item-lists[b-7h3cfr1l9j] {
            margin: 0;
        }
    }

    @media (max-width: 992px) {
        .nav-menu-right-wrap[b-7h3cfr1l9j], .contact-main-wrap[b-7h3cfr1l9j] {
            display: none;
        }
    }

    @media (max-width: 990px) {
        .contact-main-wrap[b-7h3cfr1l9j] {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: white;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
            padding: 10px 0;
            z-index: 9999;
            display: block;
        }

        .contact-item[b-7h3cfr1l9j] {
            margin: 0 auto;
            text-align: center;
        }

        .contact-btn[b-7h3cfr1l9j] {
            display: inline-block;
            margin: 0 auto;
            font-size: 17px;
          
            background-color: #105fa8;
            color: #fff;
            border-radius: 6px;
            font-weight: 550;
            text-decoration: none;
            line-height: 21px;
        }

            .contact-btn:hover[b-7h3cfr1l9j] {
                background-color: #0d4c86;
            }
    }

    @media only screen and (max-width:768px) {
        .thd-dent-Ins[b-7h3cfr1l9j] {
            display: block;
        }
        .thd-nav-list[b-7h3cfr1l9j] {
            display: none;
        }
        .contact-item[b-7h3cfr1l9j] {
            display: none;
        }

        .contact-main-wrap[b-7h3cfr1l9j] {
            display: block;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: white;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
            padding: 10px 0 5px 0;
            z-index: 9999;
        }

        .contact-us[b-7h3cfr1l9j] {
           
            text-align: center;
        }

        .Cta-toggle[b-7h3cfr1l9j] {
            display:block;
            margin: 0 auto;
            font-size: 18px;
            padding: 10px 30px;
            color: #5d5d5d;
            font-weight: 600;
            font-family: Source Sans Pro, sans-serif;
        }

            .Cta-toggle[b-7h3cfr1l9j]:before {
                background: #105fa8;
                content: "";
                height: 1px;
                position: absolute;
                top: 18px;
                transition: transform .4s, -webkit-transform .4s;
                width: 12px;
                left: 50%;
                margin-left: -.05rem;
                transform: rotate(25deg);
            }

            .Cta-toggle[b-7h3cfr1l9j]:after {
                margin-right: -.05rem;
                right: 50%;
                transform: rotate(-25deg);
                background: #105fa8;
                content: "";
                height: 1px;
                position: absolute;
                top: 18px;
                transition: transform .4s, -webkit-transform .4s;
                width: 12px;
            }

        .navigationContainer-second-row[b-7h3cfr1l9j] {
            border-top: none;
            margin-top: -30px;
        }

        .sec-nav-list-menu[b-7h3cfr1l9j] {
            text-align: left;
        }

        .sec-den-nav-text[b-7h3cfr1l9j] {
            display: none;
        }

        .vertical-line[b-7h3cfr1l9j] {
            display: none;
        }

        .sec-LIC-nav-text[b-7h3cfr1l9j] {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: -10px;
        }
    }
