.navbar {
    padding: 5px 0px;
}

nav.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1050;
    transition: 0.3s ease-in-out;
}

.navbar-scrolled {
    background-color: #08101F;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.nav-link:hover,
.nav-link.active {
    color: #c6ff39 !important;
}

.navbar-toggler {
    background: #c9f950;
    color: #08101F;
    border: 0px;
    padding: .25rem;
    font-size: 22px;
}

.mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 0px;
    max-width: 1320px;
    margin: 0 auto;
}

.mega-menu.show {
    display: flex;
}

@media only screen and (min-width: 992px) {
    .nav-item.position-static:hover > .mega-menu,
    .nav-item.position-static:focus-within > .mega-menu {
        display: flex;
    }
}

.mega-left {
    width: 440px;
    background: #08101F;
    color: white;
    padding: 40px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.mega-left .tab {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
}

.mega-left .tab span {
    font-weight: 600;
}

.mega-left .tab p {
    padding: 5px 0px;
    color: #E2ECE2;
    font-size: 16px;
    font-weight: 300;
}

.mega-left .tab.active {
    background: #C9F950;
    color: #08101F;
    border-radius: 10px;
}

.mega-left .tab.active p {
    color: #4B5259;
}

.mega-right {
    background: #F2FFFF;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 880px;
    padding: 0px;
}

.mega-right ul {
    position: relative;
    padding: 0px;
    font-weight: 300;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.mega-right ul li {
    border-right: 1px solid rgba(75, 82, 89, 0.4);
    border-bottom: 1px solid rgba(75, 82, 89, 0.4);
    display: inline-block;
    padding: 30px 19px;
    height: 270px;
    vertical-align: top;
}

.mega-right ul li h3 {
    color: #08101F;
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0px;
    min-height: 40px;
}

.mega-right ul li h3 span {
    font-weight: 500;
}

.mega-right ul li p {
    color: #4B5259;
    font-size: 16px;
    font-weight: 400;
}

.mega-right ul li img {
    width: 48px;
    height: 48px;
}

.mega-right ul li:hover {
    background: #4B5259;
    transition: all .3s ease-in-out;
}

.mega-right ul li:hover h3 {
    color: #F2FFFF;
}

.mega-right ul li:hover span {
    color: #c9f950;
}

.mega-right ul li:hover p {
    color: #F2FFFF;
}

.mega-right ul li:nth-child(3),
.mega-right ul li:last-child {
    border-right: 0px
}

.mega-right ul li:last-child {
    border-bottom: 0px;
}

.mega-right ul li:nth-child(3):hover {
    border-top-right-radius: 30px;
}

.mega-right ul li:last-child:hover {
    border-bottom-right-radius: 30px;
}

.service.hidden {
    display: none;
}

.primary-solid-btn {
    background: #C9F950;
    color: #000;
    transition: all .3s ease-in-out;
    font-weight: 700;
    right: 0;
    position: relative;
    padding: .675rem 2rem;
    border-radius: 40px;
}

.primary-solid-btn:hover {
    background: #fff;
    color: #000;
}

.conbt {
    position: relative;
    left: 20%;
}

.selected {
    color: #c9f950 !important;
    border-bottom: 2px solid #c9f950;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dropdown-toggle::after {
    display: inline-block;
    font-family: 'bootstrap-icons';
    content: "\F282";
    margin-left: .25rem;
    transition: 0.3s ease;
    position: relative;
    font-size: 14px;
    font-weight: 800;
    border: 0px;
    vertical-align: inherit;
}

.navbar-collapse {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100dvh;
    height: auto;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .navbar {
        padding: 5px 0px;
        background-color: #08101F;
    }
    .navbar-brand {
        margin-left: 0.4rem;
    }
    .navbar-nav .nav-link {
        padding: 16px 0px 16px 10px;
        font-weight: 600;
    }
    nav.navbar {
        max-height: 100svh !important;
        overflow-y: auto !important;
    }
    .dropdown-toggle::after {
        float: right;
        font-size: 18px;
        margin-left: auto;
        margin-right: 7px;
    }
    .selected {
        border-bottom: 0px;
    }
    .mega-left {
        background: none;
        padding: 0px;
    }
    .mega-left .tab {
        font-size: 20px;
        border-radius: 10px;
        border: 1px solid #4B5259;
        margin-bottom: 10px;
    }
    .mega-left .tab p {
        display: none;
    }
    .mega-left .tab.active {
        border-radius: 10px;
        border: 1px solid #E2ECE2;
        background: none;
        color: #C9F950;
    }
    .mega-right {
        background: none;
        border: 0px;
    }
    .mega-right ul {
        padding: 0rem 0.8rem 0.8rem 0.8rem;
        display: inline-block;
    }
    .mega-right ul li img {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 5px;
    }
    .mega-right ul li h3 {
        font-size: 16px;
        margin: 0px;
        min-height: 0px;
    }
    .mega-right ul li p {
        display: none;
    }
    .mega-right ul li {
        border: 0px;
        padding: 10px 20px;
        height: auto;
        background: #F2FFFF;
        border-radius: 10px;
        margin-bottom: 5px;
        width: 100%;
    }
    .mega-right ul li:last-child:hover {
        border-bottom-right-radius: 10px;
    }
    .service h3 {
        margin: 0px;
    }
    .conbt {
        left: 0%;
        margin-bottom: 30px;
    }
    .primary-solid-btn {
        width: 100%;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-collapse {
        background: #08101F;
    }
    .accordion-item {
        background: none;
        border: 0px;
        margin-bottom: 10px;
        border-radius: 10px !important;
        border: 1px solid #F2FFFF;
    }
    .accordion-button {
        background: none;
        color: #F2FFFF !important;
        font-size: 18px;
        border-radius: 10px !important;
    }
    .accordion-button::after {
        font-family: 'bootstrap-icons';
        content: "\F282";
        background-image: none;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: none;
        color: #c9f950;
    }
    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }
    .accordion-button:not(.collapsed) {
        background: none;
        border: none;
        color: #c9f950 !important;
    }
    .accordion-item:not(:first-of-type) {
        border-top: 1px solid #F2FFFF;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .navbar {
        padding: 5px 0px;
        background-color: #08101F;
    }
    .navbar-brand {
        margin-left: 0.4rem;
    }
    .navbar-nav .nav-link {
        padding: 16px 0px;
        font-weight: 600;
    }
    .dropdown-toggle::after {
        float: right;
        font-size: 18px;
        margin-left: auto;
        margin-right: 7px;
    }
    .selected {
        border-bottom: 0px;
    }
    .mega-left {
        background: none;
        padding: 0px;
    }
    .mega-left .tab {
        font-size: 20px;
        border-radius: 10px;
        border: 1px solid #4B5259;
        margin-bottom: 10px;
    }
    .mega-left .tab p {
        display: none;
    }
    .mega-left .tab.active {
        border-radius: 10px;
        border: 1px solid #E2ECE2;
        background: none;
        color: #C9F950;
    }
    .mega-right {
        background: none;
        border: 0px;
    }
    .mega-right ul {
        padding: 0rem 0.8rem 0.8rem 0.8rem;
        display: inline-block;
    }
    .mega-right ul li img {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 5px;
    }
    .mega-right ul li h3 {
        font-size: 16px;
        margin: 0px;
    }
    .mega-right ul li p {
        display: none;
    }
    .mega-right ul li {
        border: 0px;
        padding: 10px 20px;
        height: auto;
        background: #F2FFFF;
        border-radius: 10px;
        margin-bottom: 5px;
        width: 100%;
    }
    .mega-right ul li:last-child:hover {
        border-bottom-right-radius: 10px;
    }
    .service h3 {
        margin: 0px;
    }
    .conbt {
        left: 0%;
        margin-bottom: 30px;
    }
    .primary-solid-btn {
        width: 100%;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-collapse {
        background: #08101F;
        overflow-y: auto;
    }
    .accordion-item {
        background: none;
        border: 0px;
        margin-bottom: 10px;
        border-radius: 10px !important;
        border: 1px solid #F2FFFF;
    }
    .accordion-button {
        background: none;
        color: #F2FFFF !important;
        font-size: 18px;
        border-radius: 10px !important;
    }
    .accordion-button::after {
        font-family: 'bootstrap-icons';
        content: "\F282";
        background-image: none;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: none;
        color: #c9f950;
    }
    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }
    .accordion-button:not(.collapsed) {
        background: none;
        border: none;
        color: #c9f950 !important;
    }
    .accordion-item:not(:first-of-type) {
        border-top: 1px solid #F2FFFF;
    }
}

@media only screen and (min-width:768px)and (max-width:1023px) {
    .navbar {
        padding: 5px 0px;
        background: #08101F;
    }
    .navbar-brand {
        margin-left: 0.4rem;
    }
    .navbar-nav .nav-link {
        padding: 16px 0px 16px 10px;
        font-weight: 600;
    }
    nav.navbar {
        max-height: 100svh !important;
        overflow-y: auto !important;
    }
    .dropdown-toggle::after {
        float: right;
        font-size: 18px;
        margin-left: auto;
        margin-right: 7px;
    }
    .selected {
        border-bottom: 0px;
    }
    .mega-left {
        background: none;
        padding: 0px;
    }
    .mega-left .tab {
        font-size: 20px;
        border-radius: 10px;
        border: 1px solid #4B5259;
        margin-bottom: 10px;
    }
    .mega-left .tab p {
        display: none;
    }
    .mega-left .tab.active {
        border-radius: 10px;
        border: 1px solid #E2ECE2;
        background: none;
        color: #C9F950;
    }
    .mega-right {
        background: none;
        border: 0px;
    }
    .mega-right ul {
        padding: 0rem 0.8rem 0.8rem 0.8rem;
        display: inline-block;
    }
    .mega-right ul li img {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 5px;
    }
    .mega-right ul li h3 {
        font-size: 18px;
        margin: 0px;
        min-height: 0px;
    }
    .mega-right ul li p {
        display: none;
    }
    .mega-right ul li {
        border: 0px;
        padding: 10px 20px;
        height: auto;
        background: #F2FFFF;
        border-radius: 10px;
        margin-bottom: 5px;
        width: 100%;
    }
    .mega-right ul li:last-child:hover {
        border-bottom-right-radius: 10px;
    }
    .service h3 {
        margin: 0px;
    }
    .conbt {
        left: 0%;
    }
    .primary-solid-btn {
        width: 100%;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .accordion-item {
        background: none;
        border: 0px;
        margin-bottom: 10px;
        border-radius: 10px !important;
        border: 1px solid #F2FFFF;
    }
    .accordion-button {
        background: none;
        color: #F2FFFF !important;
        font-size: 18px;
        border-radius: 10px !important;
    }
    .accordion-button::after {
        font-family: 'bootstrap-icons';
        content: "\F282";
        background-image: none;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: none;
        color: #c9f950;
    }
    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }
    .accordion-button:not(.collapsed) {
        background: none;
        border: none;
        color: #c9f950 !important;
    }
    .accordion-item:not(:first-of-type) {
        border-top: 1px solid #F2FFFF;
    }
}

@media (max-width: 991.98px) {
    .mega-menu {
        position: static;
        flex-direction: column;
        padding: 1rem;
    }
    .mega-left,
    .mega-right {
        width: 100%;
    }
    .mega-right {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width:1024px)and (max-width:1024px) {
    .mega-menu {
        top: 65px;
    }
    .mega-left {
        width: 320px;
        padding: 20px 20px 20px 30px;
    }
    .mega-left .tab {
        font-size: 22px;
    }
    .mega-right {
        width: 704px;
    }
    .mega-right ul li {
        height: 228px;
        padding: 30px 5px;
    }
    .mega-right ul li h3 {
        font-size: 15px;
        margin: 20px 0px;
    }
    .mega-right ul li p {
        font-size: 14px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1290px) {
    .mega-menu {
        top: 65px;
    }
    .mega-left {
        width: 350px;
        padding: 20px 20px 20px 30px;
    }
    .mega-left .tab {
        font-size: 22px;
    }
    .mega-right {
        width: 830px;
    }
    .mega-right ul li {
        height: auto;
        padding: 30px 20px;
    }
    .mega-right ul li h3 {
        font-size: 16px;
        margin: 20px 0px;
    }
    .navbar-collapse {
        overflow-y: revert;
    }
}

@media (min-width:1920px) {
    header .pdng {
        padding: 0px 100px;
    }
    .navbar {
        padding: 5px 0px;
    }
    .navbar-collapse {
        overflow-y: revert;
    }
}