body.offcanvas-active {
    overflow: hidden;
}

header {
    box-shadow: 0px 0px 84px rgba(0, 0, 0, 0.1);
}
header a {
    cursor: pointer;
}
.mobile-offcanvas .offcanvas-header {
    display: none;
}

.mobile-offcanvas .offcanvas-body {
    overflow: unset;
}

.mobile-header .mobile-logo {
    max-width: 170px;
}

.web-logo {
    display: none;
}

.navbar .megamenu {
    background-color: #F8F8F8;
}

.navbar .megamenu .megasubmenu {
    padding: 1rem;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.megamenu>li>.menu-link {
    font-weight: 800;
    color: #033059;
    border-radius: 50px;
}

.megamenu>li>.menu-link:hover {
    color: #033059;
}

.megamenu .bottom-links .menu-link-sm {
    font-weight: 700;
    color: #033059;
}

.megamenu .bottom-links .menu-link-sm:hover {
    color: #F2CD00;
}

.menu-toggle-desktop span {
    position: relative;
    padding-left: 3rem;
    padding-right: 2rem;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #033059;
    border-color: #D9D9D9;
    font-weight: bold;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.menu-toggle-desktop span::before {
    position: absolute;
    left: 20px;
    transform: translateY(-50%);
    top: 50%;
    content: "\f0c9";
    font-weight: 900;
    font: var(--fa-font-solid);
}

.menu-toggle-desktop.show span {
    color: #358CFF;
    border-color: #D9D9D9;
}

.menu-toggle-desktop.show span::before {
    content: "\58";
}

.mobile-toggle {
    background-color: #033059;
    color: #ffffff;
    border-radius: 0;
    height: 61.083px;
    padding: 0;
    width: 55px;
    position: relative;
}

.mobile-toggle::after {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "\f0c9";
    font-weight: 900;
    font: var(--fa-font-solid);
    font-size: 20px;
}

.mobile-toggle.active::after {
    content: "\58";
}

.login-btn .dropdown-toggle::after{
    display: none;
}
.login-btn [class*=" bi-"]::before{
    font-weight: 800 !important;
    color: #0455C0;
}
.login-btn .dropdown-menu[data-bs-popper]{
    left: unset;
    right: 0;
}
.login-btn .status{
    width: 10px;
    height: 10px;
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    border: 2px solid #fff;
    margin-bottom: 2px;
    background-color: #D90000;
    position: absolute;
  }

.login-btn .temp{
  position: relative;
  display: inline-block;
}
.login-btn .topRight{
   top: 25%;
   left: 50%;
}


@media all and (max-width: 1199px) {
    .offcanvas-header {
        display: block;
    }
    .offcanvas-backdrop {
        position: fixed;
        top: 69.83px;
        left: 0;
        z-index: 1040;
        width: 100vw;
        height: calc(100vh - 69.83px);
        background-color: #000;
    }
    .mobile-offcanvas {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 61.083px;
        left: 0;
        height: calc(100% - 61.083px);
        z-index: 1200;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #F8F8F8;
        -webkit-transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
    .mobile-offcanvas .offcanvas-body {
        height: 100%;
    }
    .mobile-offcanvas .offcanvas-body .navbar-nav {
        height: 100%;
    }
    .mobile-offcanvas .offcanvas-body .navbar-nav .has-megamenu {
        height: 100%;
    }
    .mobile-offcanvas .offcanvas-body .navbar-nav .megamenu {
        display: flex;
        height: 100%;
        border-radius: 0;
        flex-direction: column;
        background-color: unset;
        box-shadow: none;
        border: none;
    }
    .navbar .megamenu .megasubmenu .submenu-link {
        padding-left: 0;
        padding-right: 0;
    }
    .megamenu .bottom-links {
        margin-top: 20px;
    }
    .megamenu .bottom-links::before {
        content: '';
        width: calc(100% - 2rem);
        height: 1px;
        background-color: #dbdbdb;
        display: block;
        margin: auto;
        top: -10px;
        position: relative;
    }
    .has-submenu .dropdown-toggle {
        position: relative;
    }
    .has-submenu .dropdown-toggle::after {
        content: "\f105";
        border: none;
        font: var(--fa-font-solid);
        position: absolute;
        top: 35%;
        right: 16px;
        transform-origin: center;
    }
    .has-submenu .dropdown-toggle.show::after {
        rotate: 90deg;
    }
    .navbar .megamenu .megasubmenu {
        padding-top: 0;
        padding-right: 0;
    }
    .megamenu>li>.menu-link {
        font-size: 16px;
    }
    .megamenu .bottom-links .menu-link-sm {
        font-size: 14px;
    }
}

@media all and (min-width: 1200px) {
    header {
        padding: 0 32px;
    }
    .web-logo {
        display: block;
    }
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        padding: 40px 40px 20px 40px;
        max-width: 1273px;
        top: 100%;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        height: calc(100vh - 200px);
        overflow: auto;
    }
    .navbar .megamenu .megasubmenu {
        top: 0;
        left: calc(100% - 310px);
        right: 0;
        min-height: 100%;
        max-width: 310px;
        width: 100%;
        padding: 20px 52px;
        border-radius: 0 0.75rem 0.75rem 0;
        display: none;
        flex-direction: column;
        justify-content: center;
    }
    .navbar .megamenu .megasubmenu.show {
        display: flex;
    }
    .megamenu>li>.menu-link {
        font-size: 22px;
        width: max-content;
        padding: 10px 36px 10px 24px;
    }
    .has-submenu .dropdown-toggle::after {
        display: inline-block;
        margin-left: 40px;
        vertical-align: baseline;
        content: "\f105";
        border: none;
        font: var(--fa-font-solid);
    }
    .has-submenu2 .dropdown-toggle::after{
        display: none;
    }
    .has-submenu2 .dropdown-toggle.show::after{
        display: inline-block;
    }
    .megamenu>li>.menu-link:hover,
    .megamenu>li>.menu-link.show {
        color: #033059;
        background-color: #F2CD00;
    }
    .megamenu .bottom-links {
        margin-top: 10px;
    }
    .megamenu .bottom-links .menu-link-sm {
        font-size: 21px;
        padding-left: 24px;
    }
    .navbar .megamenu .megasubmenu .submenu-link {
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        padding: 25px 0 10px 0;
        width: max-content;
        color: #033059;
        border-bottom: 4px solid transparent;
    }
    .navbar .megamenu .megasubmenu .submenu-link:hover {
        border-color: #F2CD00;
    }
    .navbar .megamenu .megasubmenu .submenu-text {
        font-size: 21px;
        font-weight: 700;
        padding: 25px 0;
        color: #033059;
    }
}
@media all and (min-width: 1400px) {
    .megamenu>li>.menu-link {
        font-size: 30px;
    }
    .navbar .megamenu .megasubmenu .submenu-link {
        font-size: 25px;
    }
}
@media (min-width: 1950px){
    .navbar .megamenu {
        max-width: calc(100% - 400px);
    }
    .navbar .megamenu .megasubmenu {
        left: calc(100% - 500px);
        max-width: 500px;
    }
}