.navigation {
    display: table;
    font-family: inherit;
    /*height: 40px;*/
    position: relative;
    width: 100%
}

.my-nav-dl_app_btn .business-button {
    background-color: #50b16b;
    border: 0;
    border-radius: 16px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 20px;
    padding: 10px 18px
}

.test-button {
    background: #202122;
    border: 1px solid #202122 !important;
    border-radius: 16px;
    color: #75eea5;
    margin: 0 0 0 1em !important;
    padding: 10px 18px;
    width: auto !important
}

.theme-light .test-button {
    background: #fff;
    color: #112432
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.navigation-fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 19998
}

.navigation-hidden {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important
}

.align-to-right {
    float: left;
}

.nav-header {
    float: left
}

.navigation-hidden .nav-header {
    display: none
}

.nav-brand {
    font-size: 24px;
    line-height: 40px;
    margin-left: 0;
    padding: 0;
    text-decoration: none !important
}

.nav-brand, .nav-brand:focus, .nav-brand:hover {
    color: #343a40
}

.nav-logo > img {
    float: left;
    height: 48px;
    margin: 11px auto;
    padding: 0 15px
}

.nav-logo:focus > img {
    outline: initial
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    cursor: pointer;
    display: none;
    height: 30px;
    margin-top: -14px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    width: 30px
}

.nav-toggle:before {
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40;
    content: "";
    height: 2px;
    position: absolute;
    width: 24px
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    background-color: #fff;
    height: 100%;
    left: -400px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 350px;
    z-index: 999999;
    -webkit-overflow-scrolling: touch;
    transition-duration: .2s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.navigation-portrait
.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0
}

.nav-menus-wrapper-close-button {
    color: #343a40;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 26px;
    height: 40px;
    margin: 10px 7px;
    width: 30px
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
    left: 0;
    position: absolute
}

.nav-menu {
    font-size: 0;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none
}

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left
}


.navigation-portrait .nav-menu > li {
    position: relative;
    width: 100%
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: 1px solid #f0f0f0
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none
}

.nav-menu > li > a {
    color: #343a40;
    display: inline-block;
    font-size: 14px;
    /*height: 40px;*/
    padding: 10px 8px;
    text-decoration: none;
    transition: color .3s, background .3s
}

.navigation-portrait .nav-menu > li > a {
    padding: 12px 15px 12px 26px
}

.nav-menu > li.active > a, .nav-menu > li.focus > a, .nav-menu > li:hover > a {
    background-color: rgba(25, 40, 80, 0.64);
    color: #fff;
    border-radius: 5px
}

.nav-menu > li > a > [class*=ion-], .nav-menu > li > a > i {
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
    width: 18px
}

.nav-menu > li > a > [class*=ion-] {
    display: inline-block;
    transform: scale(1.8);
    width: 16px
}

.navigation-portrait .nav-menu.nav-menu-social {
    text-align: center;
    width: 100%
}

.nav-menu.nav-menu-social > li {
    border: none !important;
    float: none;
    text-align: center
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px
}

.submenu-indicator {
    float: right;
    margin-left: 6px;
    margin-top: 6px;
    transition: all .2s
}

.navigation-portrait .submenu-indicator {
    height: 44px;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 54px;
    z-index: 20000
}

.submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: block;
    height: 7px;
    transform: rotate(45deg);
    transition: border .2s;
    width: 6px
}

.nav-dropdown .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent
}

.navigation-portrait .submenu-indicator-chevron {
    left: 24px;
    position: absolute;
    top: 18px
}

.nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron, .nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19999
}

.no-scroll {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.nav-signup {
    align-items: center;
    display: flex;
    float: right;
    height: 40px;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    margin-right: 52px;
    padding: 0 10px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    cursor: pointer;
    line-height: 70px;
    text-align: center
}

.navigation-portrait .nav-search-button {
    font-size: 22px;
    line-height: 46px
}

.nav-search-icon {
    border: 2px solid;
    border-radius: 50%;
    color: #343a40;
    display: inline-block;
    height: 14px;
    margin: 2px 8px 8px 4px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 14px
}

.nav-search-icon:after, .nav-search-icon:before {
    content: "";
    pointer-events: none
}

.nav-search-icon:before {
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    height: 11px;
    left: 50%;
    position: absolute;
    top: 11px;
    transform: translateX(-50%);
    width: 2px
}

.nav-search-button:hover .nav-search-icon {
    color: #ff6b00
}

.nav-search > form {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    padding: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.nav-search-inner {
    display: table;
    height: 70px;
    margin: auto;
    width: 70%
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search], .nav-search-inner input[type=text] {
    background-color: transparent;
    border: none;
    color: #343a40;
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    outline: none;
    padding: 0 12px;
    text-align: center;
    transition: all .3s;
    width: 100%
}

.navigation-portrait .nav-search-inner input[type=search], .navigation-portrait .nav-search-inner input[type=text] {
    font-size: 18px;
    height: 48px;
    line-height: 48px
}

.nav-search-close-button {
    color: #343a40;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 28px;
    line-height: normal;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 28px
}

.navigation-portrait .nav-search-close-button {
    right: 14px;
    top: 10px
}

.nav-button {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin: 18px 15px 0;
    padding: 8px 14px;
    text-align: center
}

.nav-button, .nav-button:focus, .nav-button:hover {
    color: #fff;
    text-decoration: none
}

.navigation-portrait .nav-button {
    margin: 17px 26px;
    width: calc(100% - 52px)
}

.nav-text {
    color: #343a40;
    display: inline-block;
    font-size: 14px;
    margin: 25px 15px
}

.navigation-portrait .nav-text {
    margin: 12px 26px 0;
    width: calc(100% - 52px)
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px
}

.nav-dropdown {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 22px 20px rgba(34, 34, 34, .05);
    display: none;
    list-style: none;
    margin: 0;
    min-width: 180px;
    padding: 1rem;
    position: absolute;
    white-space: nowrap;
    z-index: 98
}

.navigation-portrait .nav-dropdown {
    left: 0;
    position: static;
    width: 100%
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu > li > .nav-dropdown {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 22px 20px rgba(34, 34, 34, .05);
    padding: 10px 1rem
}

.nav-dropdown > li {
    clear: both;
    float: left;
    position: relative;
    text-align: left;
    width: 100%
}

.nav-dropdown > li > a {
    background-color: #fdfdfd;
    color: #343a40;
    display: inline-block;
    float: left;
    font-size: .9375rem;
    padding: 16px 20px;
    text-decoration: none;
    width: 100%
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px
}

.navigation-portrait
.nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    position: absolute;
    right: 7px;
    top: 10px
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg)
}

.navigation-portrait
.nav-dropdown
.submenu-indicator
.submenu-indicator-chevron {
    transform: rotate(45deg)
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape
.nav-dropdown.nav-dropdown-left
.submenu-indicator
.submenu-indicator-chevron {
    transform: rotate(135deg)
}

.nav-dropdown-horizontal {
    background-color: #fdfdfd;
    border-top: 1px solid #f0f0f0;
    left: 0;
    width: 100%
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    left: 0;
    top: 100%;
    width: 100%
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none
}

.nav-dropdown-horizontal > li {
    clear: none;
    position: static;
    width: auto
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%
}

.nav-dropdown-horizontal > li > a {
    position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.navigation-portrait
.nav-dropdown-horizontal
.submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg)
}

.megamenu-panel {
    background-color: #fdfdfd;
    border-radius: 12px;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075);
    color: inherit;
    display: none;
    font-size: 14px;
    padding: 15px;
    position: absolute;
    text-align: left;
    width: 50%;
    z-index: 98
}

ul.megamenu-list.nav-menu.list-col-2 {
    height: 300px;
    overflow: scroll;
}

.navigation-portrait .megamenu-panel {
    display: block;
    padding: 10px 25px 25px;
    position: static
}

.megamenu-panel [class*=container] {
    width: 100%
}

.megamenu-panel [class*=container] [class*=col-] {
    padding: 0
}

.megamenu-panel-half {
    width: 50%
}

.megamenu-panel-quarter {
    width: 25%
}

.megamenu-panel-row, .navigation-portrait .megamenu-panel-half, .navigation-portrait .megamenu-panel-quarter {
    width: 100%
}

.megamenu-panel-row:after, .megamenu-panel-row:before {
    content: "";
    display: table;
    line-height: 0
}

.megamenu-panel-row:after {
    clear: both
}

.megamenu-panel-row [class*=col-] {
    display: block;
    float: left;
    margin-left: 3%;
    min-height: 20px
}

.megamenu-panel-row [class*=col-]:first-child {
    margin-left: 0
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 15px;
    width: 100% !important
}

.navigation-portrait
.megamenu-panel-row:first-child
[class*=col-]:first-child {
    margin-top: 0
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
    width: 22.75%
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
    width: 48.5%
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
    width: 74.25%
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
    width: 100%
}

.megamenu-tabs {
    display: block;
    float: left;
    width: 100%
}

.megamenu-tabs-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 20%
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%
}

.megamenu-tabs-nav > li > a {
    background-color: #fff;
    border: 1px solid #eff0f2;
    color: #343a40;
    float: left;
    font-size: 13px;
    outline: 0;
    padding: 10px 16px;
    text-decoration: none;
    width: 100%
}

.megamenu-tabs-nav > li.active a, .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5
}

.megamenu-tabs-pane {
    background-color: #fff;
    border: 1px solid #eff0f2;
    color: #343a40;
    display: none;
    float: right;
    font-size: 13px;
    min-height: 30px;
    padding: 20px;
    width: 80%
}

.megamenu-tabs-pane.active {
    display: block
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%
}

.megamenu-lists {
    display: table;
    width: 100%
}

.megamenu-list {
    display: flex;
    flex-direction: column;
    float: left;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    width: 100%
}

.megamenu-list:last-child {
    border: none;
    margin: 0
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0
}

.navigation-landscape .megamenu-list:last-child {
    border: none
}

.megamenu-list > li > a {
    color: #343a40;
    display: inline-block;
    font-size: .9375rem;
    padding: 10px 15px;
    text-decoration: none;
    width: 100%
}

.megamenu-list > li > a:hover {
    background-color: #192850;
    color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
    color: #343a40;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent
}

.navigation-landscape .list-col-2 {
    width: 50%
}

.navigation-landscape .list-col-3 {
    width: 33%
}

.navigation-landscape .list-col-4 {
    width: 25%
}

.navigation-landscape .list-col-5 {
    width: 20%
}

.nav-menu > li > a {
    color: #112432;
    font-size: .9375rem
}

.nav-dropdown > li > a {
    color: #343a40 !important;
    padding: 10px 20px
}

.nav-dropdown > li > a:focus {
    background-color: #fff;
    border-radius: 5px
}

.main_header_area.sticky {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.transparent-menu {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.navigation-portrait .nav-menu > li > a {
    height: auto;
    padding: 10px 10px 10px 30px;
    width: 100%
}

.custommenu-img, .dark {
    display: none
}

.mymenu-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
}

.customhs-button {
    display: none !important;
    justify-content: flex-end !important;
    margin: 0 0 0 auto !important;
    max-width: 130px !important
}

#mylist {
    position: relative
}

.mobilemenu {
    display: none
}

.nav-menus-wrapper-open .mobilemenu {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-left: 15px;
    max-width: max-content;
    padding: 10px
}

.mobilemenu .my-nav-dl_app_btn .hs-button {
    margin: 0 !important
}

i.fa.fa-close.fas.fa-times {
    vertical-align: inherit !important
}

.mobilemenu .nav-brand {
    margin-left: 0
}

.megamenudropdown {
    right: -180px !important;
    top: 0
}

.mynavigation.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.mobile {
    display: none !important
}

.my-nav-dl_app_btn .hs-button {
    margin: 0 !important
}

.hs-button:active, .hs-button:hover {
    transform: unset !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important
}

.el-icon {
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px !important;
    transform: none !important;
    width: 11px !important
}

.el-icon, .theme-light .nav-menus-wrapper-open .el-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath fill='%23432BA3' d='M8.625 10.5H1.75C1.06 10.5.5 9.94.5 9.25V2.375c0-.69.56-1.25 1.25-1.25h2.5v1.25h-2.5V9.25h6.875v-2.5h1.25v2.5c0 .69-.56 1.25-1.25 1.25M5.312 6.567l-.88-.884L8.363 1.75H6.125V.5H10.5v4.375H9.25v-2.24L5.312 6.566Z'/%3E%3C/svg%3E")
}

.theme-light .el-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgZmlsbD0iIzc1ZWVhNSI+PHBhdGggZD0iTTguNjI2IDEwLjVIMS43NTFjLS42OSAwLTEuMjUtLjU2LTEuMjUtMS4yNVYyLjM3NWMwLS42OS41Ni0xLjI1IDEuMjUtMS4yNWgyLjV2MS4yNWgtMi41VjkuMjVoNi44NzV2LTIuNWgxLjI1djIuNWMwIC42OS0uNTYgMS4yNS0xLjI1IDEuMjVNNS4zMTMgNi41NjdsLS44OC0uODg0TDguMzY0IDEuNzVINi4xMjZWLjVoNC4zNzV2NC4zNzVoLTEuMjV2LTIuMjRMNS4zMTMgNi41NjZaIi8+PC9zdmc+)
}

.nav-menus-wrapper-open .nav-menu > li > a {
    color: #000 !important
}

.nav-menus-wrapper-open .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent !important
}

.nav-menus-wrapper-open .el-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgZmlsbD0iIzc1ZWVhNSI+PHBhdGggZD0iTTguNjI2IDEwLjVIMS43NTFjLS42OSAwLTEuMjUtLjU2LTEuMjUtMS4yNVYyLjM3NWMwLS42OS41Ni0xLjI1IDEuMjUtMS4yNWgyLjV2MS4yNWgtMi41VjkuMjVoNi44NzV2LTIuNWgxLjI1djIuNWMwIC42OS0uNTYgMS4yNS0xLjI1IDEuMjVNNS4zMTMgNi41NjdsLS44OC0uODg0TDguMzY0IDEuNzVINi4xMjZWLjVoNC4zNzV2NC4zNzVoLTEuMjV2LTIuMjRMNS4zMTMgNi41NjZaIi8+PC9zdmc+)
}

.nav-menus-wrapper-open .nav-menu > li > .nav-dropdown {
    box-shadow: none
}

.nav-menus-wrapper-open .megamenu-panel {
    width: 100%
}

.nav-menus-wrapper-open .mobile {
    display: block !important
}

.nav-menus-wrapper-open .oldlink {
    display: none !important
}

.nav-menus-wrapper-open .nav-dropdown > li > a, .nav-menus-wrapper-open .nav-menu > li > a {
    font-size: 18px;
    font-weight: 700
}

.nav-menus-wrapper-open .nav-dropdown {
    box-shadow: none
}

.nav-menus-wrapper-open .pl10 {
    padding-left: 0 !important
}

.nav-dropdown > li:hover > a {
    background-color: #192850;
    color: #fff !important;
    border-radius: 5px;
}

.nav-menus-wrapper-open .nav-dropdown > li.focus > a {
    background-color: #192850;
    width: 100%;
    color: #fff;
}

.theme-light .megamenu-lists .nav-menu > li.focus > a, .theme-light .megamenu-lists .nav-menu > li:hover > a, .theme-light .nav-menu > li.active > a, .theme-light .nav-menu > li.focus > a, .theme-light .nav-menus-wrapper-open .nav-menu > li.focus > a, .theme-light .nav-menus-wrapper-open .nav-menu > li:hover > a {
    background-color: #192850;
    color: #fff;
}

.theme-light .nav-menu > li.active > a, .theme-light .nav-menu > li.focus > a, .theme-light .nav-menu > li:hover > a {
    background-color: #192850
}

.mynavigation {
    background: #fff;
    /*padding: 10px*/
}

.theme-light .mynavigation {
    background: #192850
}

.theme-light .nav-menu > li > a {
    color: #fff
}

.theme-light .megamenu-list > li > a {
    color: #343a40
}

.megamenu-lists .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent !important
}

.theme-light .nav-menu > li > a .submenu-indicator-chevron {
    border-color: transparent #75eea5 #75eea5 transparent
}

.theme-light .dark {
    display: block
}

.theme-light .light {
    display: none
}

.theme-light .nav-toggle:before {
    background-color: #fff;
    box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
}

@media only screen and (max-width: 1230px) {
    .customhs-button {
        display: flex !important;
        float: right
    }

    .nav-signup {
        display: none
    }

    .my-nav-dl_app_btn .under {
        display: flex !important;
        float: right;
        max-width: max-content
    }
}

.my-nav-dl_app_btn .under {
    display: none
}

@media only screen and (max-width: 991px) {
    .nav-image {
        max-width: 130px
    }

    .nav-brand {
        margin-left: 18px
    }

    .mymenu-container {
        padding-left: 8px;
        padding-right: 8px
    }

    .custommenu-img {
        display: inline
    }

    .nav-signup {
        display: flex
    }

    .customhs-button, .my-nav-dl_app_btn .under {
        display: none !important
    }
}

.theme-light .breadcrumbs-sticky {
    background: #202122
}

.theme-dark .breadcrumbs-sticky {
    background: #fff
}

.breadcrumbs-sticky {
    background: #432ba3 !important;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 97
}

.sticky-header-options {
    display: none
}

.desktopbr {
    display: block
}

.mobilebr {
    display: none
}

@media only screen and (max-width: 767px) {
    .mobilebr {
        display: block
    }

    .desktopbr {
        display: none
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
        width: 100%
    }
}

@media only screen and (max-width: 410px) {
    .mymenu-container {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 414px) {
    .breadcrumbs-sticky {
        top: 67px
    }

    .my-button-small {
        padding: 10px 12px
    }

    .ndav-brand {
        margin-left: 22px
    }
}

@media (max-width: 367px) {
    .nav-brand {
        margin-left: 16px
    }

    /*.mynavigation {*/
    /*    padding: 10px 0*/
    /*}*/

    .my-button-small {
        padding: 10px 9px
    }

    .test-button {
        margin: 0 !important
    }
}

@media only screen and (max-width: 1232px) {
    .breadcrumbs-sticky {
        top: 102px
    }
}

@media only screen and (max-width: 992px) {
    .breadcrumbs-sticky {
        top: 63.5px
    }
}

@media only screen and (max-width: 450px) {
    .navigation-portrait {
        align-items: center;
        display: flex;
        /*height: 48px;*/
        justify-content: space-between
    }

    .breadcrumbs-sticky {
        top: 68px
    }
}

.fa-times:before {
    content: "" !important
}