.dropdown-menu {
    border-radius: 15px;
    border: 2px solid #2376BC;
    background: #D5EEFC;
    box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.17);
    width: min-content;
    max-height: 75vh;
    padding: 0;
    transition: all 0.3s ease-in;
    overflow-y: auto;
}

/* width */
.dropdown-menu::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  .dropdown-menu::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px #b3b3b3;  */
    border-radius: 10px;
  }
   
  /* Handle */
  .dropdown-menu::-webkit-scrollbar-thumb {
    background: #2376BC; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #1b629c; 
  }

  .dropdown-menu::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px; 
}

.dropdown-menu::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

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

    .dropdown-menu {
        position: absolute;
        top: 100%;
        /* left: 100%; */
        transform: translateX(-45%);
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu .aero .dropdown-item {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aero-img {
    display: none;
}

.aero-img {
    height: 19px;
    width: 19px;
}

.dropdown-item:hover {
    background: transparent;
}

.dropdown-menu .company li:hover {
    background: linear-gradient(90deg, #56CCF2 0%, #2F80ED 100%);
    color: #FFF;
    border-radius: 8px;
}

.dropdown-menu li:hover .dropdown-item {
    color: #FFF;
}

.dropdown-menu li:hover i {
    font-size: 1.5rem;
}

.dropdown-menu .aero li:hover {
    background: linear-gradient(90deg, #56CCF2 0%, #2F80ED 100%);
    color: #FFF;
    border-radius: 8px;
}

.dropdown-menu li .dropdown-item {
    width: auto;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    
    padding: 7px 14px 7px 0;
}

.dropdown-menu span .head {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 1.125rem;
    transition: 0.3s all ease;
}

.dropdown-menu span .head:hover {
    color: #2376BC;
}

.dropdown-menu hr {
    background: #2376BC;
    margin: 10px 0;
    /* width: 350px; */
}

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }

    .dropdown-menu .aero .dropdown-item {
        width: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }
}

.one {
    display: flex;
    flex-direction: column;
}

.dropdown-menu .company {
    width: 300px;
}

.dropdown-menu li {
    display: inline-flex;
    align-items: center;
    padding: 7px 0;
    gap: 15px;
    width: fit-content;
}

.dropdown-menu ul li i {
    padding: 0 0px 0 12px;
    font-size: 0rem;
    /* width: 20px; */
    /* display: none; */
    transition: all 0.3s ease-in;
}

/* .dropdown-menu .aero li a {
    padding-left: 43px;
} */

/* .dropdown-menu .company li a {
    padding-left: 43px;
} */

.dropdown-menu .head {
    padding: 20px 0 0 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    color: #516beb;
}

@media screen and (min-width: 993px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

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

@media screen and (max-width: 992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }

    .dropdown-menu li .dropdown-item {
        font-size: 0.875rem;
    }
}

.company-ul {
    /* display: inline-flex; */
    align-self: start;
    gap: 40px;
}

.mega-menu-right {
    background-color: #FFF;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
}

@media(max-width: 992px) {
    .mega-menu-right {
        border-top-right-radius: 0;
    }
}

.mega-menu-right .mega-menu-gif,
.mega-menu-right .mega-menu-gif-two {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-menu-right .mega-menu-gif .gif-like {
    width: 28%;
    /* height: 133px; */
    flex-shrink: 0;
}

.mega-menu-right .mega-menu-gif-two .gif-like {
    width: 35%;
    height: 167px;
    flex-shrink: 0;
}

.mega-menu-right .mega-menu-contact {
    padding: 20px;
    width: 400px;
}

.mega-menu-right .mega-menu-contact-details {
    display: flex;
    gap: 15px;
    /* justify-content: center; */
    align-items: center;
    padding-bottom: 15px;
}

.mega-menu-right .mega-menu-contact-details .contact-detail-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #D5EEFC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-menu-right .mega-menu-contact-details .contact-detail-icon i {
    font-size: 24px;
}

.mega-menu-right .mega-menu-contact-details .contact-detail-info {
    display: flex;
    flex-direction: column;
}

.mega-menu-right .mega-menu-contact-details .contact-detail-info h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.mega-menu-right .mega-menu-contact-details .contact-detail-info i {
    font-size: 24px;
}

.mega-menu-right .mega-menu-contact-details .contact-detail-info a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
}

.mega-menu-right .service-btn {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.mega-menu-right .service-btn a {
    text-decoration: none;
}

.mega-menu-right .free-btn {
    display: inline-flex;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 10px;
    background: #2376bc;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
}

.mega-menu-right .free-btn:hover {
    background: #155c97;
}

.mega-menu-right .service-btn i {
    font-size: 1rem;
}

.mega-menu-right .mega-menu-gif-content h4 {
    color: #2376BC;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.mega-menu-right .mega-menu-gif-content p {
    text-align: center;
}

.mega-menu-right .mega-menu-gif-content input {
    color: #000;
    width: 100%;
    padding: 8px 5px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #000;
}

.mega-menu-right .common-expertise {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: start;
}

.mega-menu-right .common-expertise .expertise-box {
    display: flex;
    padding: 10px;
    align-items: start;
    gap: 10px;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

.mega-menu-right .common-expertise .expertise-box span {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.mega-menu-right .common-expertise .expertise-box span i {
    color: #000;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 500;
}

/* .mega-menu-right .common-expertise .expertise-box:hover {
    background: #E8F7FD;
    cursor: default;
} */

@media (max-width: 400px) {
    .dropdown-menu {
        width: 320px;
        overflow-x: hidden;
    }

    .dropdown-menu .head {
        padding: 0;
    }

    .mega-menu-right {
        width: 320px;
    }

    .mega-menu-right .mega-menu-contact {
        width: 320px;
    }
}