.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #1b6ef3;
}
.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.banner {
    padding-top: 6rem !important;
}
.modal-header img {
    width: 20px;
}
.modal-header {
    margin-top: -30px;
}
.modal-footer img {
    width: 35px;
    height: 35px;
}
.form-control:focus {
    box-shadow: none!important;
    border-color: #dee2e6!important;
}
.navbar .fs-5 {
    font-size: 1.1rem !important;
}

.navbar .active {
    border-bottom: 3px solid #3977dd !important;
}
.navbar-nav {
    --bs-nav-link-padding-y: 0rem!important;
}
.dropdown-toggle::after {
    vertical-align: 0.055em;
}
.athentication_close_btn {
    background: none;
}
.otp-input input {
    width: 73px;
    height: 59px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    background-color: #f3f3f3;
    color: black;
    transition: all 0.3s ease;
}
/* .dropdown .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown .dropdown-menu.active-dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0px);
}
.no-scroll, .megamenu:hover {
    overflow: hidden;
    height: 100vh;
} */
@media(max-width: 1024px) {
    .navbar {
        --bs-navbar-padding-y: 0rem !important;
    }
    .navbar-brand {
        width: 12rem;
    }
    .offcanvas {
        max-width: 60% !important;
    }
    nav .nav-item .active {
        /* background:#1b6ef3 !important; */
        /* color: white !important; */
        width: 100% !important;
        display: flow;
        /* padding-left: 10px; */
        /* border-radius: 8px; */
    }
    .navbar-toggler {
        border: none!important;
        box-shadow: none!important;
    }
    #app {
        height: 100%;
    }
    footer {
        height: 100%;
        align-content: end;
    }
}
@media(max-width: 600px) {
    .modal-header button {
        background: none!important;
    }
    .modal {
        padding-top: 30px;
    }
    .animated {
        animation: none !important;
        transform: none !important;
    }
    .row {
        --bs-gutter-x: 0rem; 
    } 
    .navbar-brand img, .offcanvas-header img {
        width: 20%!important;
    }
    .banner {
        padding-top: 4.5rem !important;
    }
    .breadcrumb {
        font-size: small !important;
    }
}