.dropdown {
    position: static !important;
}

.mega-menu-dropdown {
    box-shadow: 10px 20px 100px #4e4e4e !important;
    margin-top: 0px !important;
    width: 90% !important;
    top: 51px;
}

.navbar .nav-item .mega-menu-dropdown{
    margin-top: 0;
    right: auto;
    left: 70px;
    background: #fbfbfb;
    width: 90%;
}

.common-big-menu-option-section ul {
    padding: 0;
    list-style: none;
    margin-top: 4px;
}

.common-big-menu-option-section {
    margin: 30px 30px 10px;
    display: flex;
    justify-content: space-between;
}

.common-big-menu-option-section .section-box span {
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 9px;
    color: #0094d3;
}
.common-big-menu-option-section .section-box span a {
    color: #0094d3;
    text-decoration: none;
    padding: 0;

    font-size: 17px;
}
.common-big-menu-option-section .section-box:hover span {
    border-bottom: 1px solid;
}

.common-big-menu-option-section ul li {
    padding: 5px 0;
}

.common-big-menu-option-section>div.section-box {
    margin: 10px;
    height: fit-content;
}

.if-2-sub-option {
    margin-bottom: 30px
}

.common-big-menu-option-section>div.section-box img {
    border-radius: 15px;
    box-shadow: 0px 11px 9px #e6e6e6;
}

.section-box-img {
    width: 20px !important;
    padding-right: 30px;
}

.section-box-img button.btn, .section-box-img a.btn {
    display: block;
    margin: 20px 0 10px;
    text-align: center;
    width: 100%;
    border-radius: 50px!important;
    padding: 15px!important;
    font-size: 18px!important;
        background-color: #0094d3!important;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.5s; /* wait 0.5 seconds before showing */
  pointer-events: auto;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.common-big-menu-option-section>div.section-box h3 {
    font-size: 38px;
    font-weight: 700;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-family: proxima_novabold;
}
.navbar-v2 .mega-menu__item a{
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    line-height: 27px;
}
.section-box-highlight{
    background: #0094d30d;
    padding: 20px;
    border-radius: 11px;
}
.nav-highlight-text {
    font-size: 26px;
    font-weight: 600;
    color: #0094d3;
    text-align: center;
}
.navbar .nav-item .small-dropdown-menu{
    margin-top: 0;
    top: 51px;
    left: auto;
    right: auto;
}
.section-box-img img {
    max-width: 100%;
    height: auto;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
}
.common-big-menu-option-section > * {
    flex: 1;
    margin: 0 10px; /* optional spacing between items */
}
/* ----------------- */
@media screen and (max-width: 991px) {
    .common-big-menu-option-section {
        flex-direction: column;
        margin: 10px 20px;
        overflow-y: scroll;
        height: 265px;
    }
    .common-big-menu-option-section>div.section-box {
        width: 100%;
        margin: 10px 0;
    }
    .section-box-img {
        width: 100%;
    }
    .section-box-img button.btn, .section-box-img a.btn {
        width: 100%;
    }
    .navbar .nav-item .small-dropdown-menu {
        right: 0;
        left: auto;
    }
    .section-box.section-box-img {
        display: none;
    }
}
.if-no-drop-arrow .dropdown-toggle::after{
 display: none;
}
.help-icon-size21{
    font-size: 21px!important;
    padding: 8px !important;
}
.navbar-v2-dropdown-menu a.btn:hover{
    color: #fff!important;
}
.navbar .dropdown-menu {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.4s ease forwards;
  animation-delay: 0.5s; /* wait 0.5 seconds before showing */
  pointer-events: auto;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}