ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ion-ios-arrow-down {
    min-width: 30px;
}

.navbar-top a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.navbar-nav {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.navbar-top {
    z-index: 99999;
}

.nav-full {
    height: 100%;
}

.nav-item {
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
}

.bar-btn > div {
    /* padding: 1px; */
    margin: 4px 0;
    border: none;
    width: 30px;
    height: 4px;
    border-radius: 100px;
    background: #000;
    z-index: 999999;
}

.contact-us-btn span {
    padding: 1rem 2rem 1rem 2rem !important;
}

.btn-active {
    position: relative;
    right: 0;
    bottom: 0;
}

.bar-btn {
    border: none;
    background: none;
}

.btn-active > div {
    position: absolute;
    background-color: #000 !important;
}

.btn-active .collapse1 {
    transform: rotate(45deg);
    width: 30px;
    right: 125%;
    top: 0;
}

.btn-active .collapse2 {
    display: none;
}

.btn-active .collapse3 {
    transform: rotate(-45deg);
    left: -275%;
    top: 0;
    width: 30px;
}

.scroll-active {
    z-index: 990999;
    background: #fff !important;
    position: fixed !important;
    top: 0;
    transition: all 0.3s ease-in;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.scroll-active .bar-btn > div {
    background-color: #000;
}

.bg-white a,
.scroll-active a,
.scroll-active .nav-item {
    color: #000 !important;
}

.dropdown-menus {
    z-index: 999999;
    display: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown {
    z-index: 9999;
}

.nav-link {
    color: #000 !important;
    padding: 1rem;
}

.nav-active-mobile {
    display: flex !important;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    bottom: 0;
    padding: 0;
    align-items: center;
}

.nav-active-mobile a {
    color: #000 !important;
    font-size: 16px;
}

.nav-active-mobile .nav-item {
    font-size: 16px;
    padding: 1rem;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-btn-mob {
    border-radius: 10px;
    width: 100%;
    padding: 1rem;
}

.font-subtext {
    font-size: 14px;
}

.contact-btn-mob span {
    font-size: 16px;
}

.fixed-scroll {
    height: 100vh;
    overflow: hidden;
}

.active-dropdown {
    display: flex !important;
    flex-direction: column;
}

.accordion-content {
    padding: 1rem;
}

.accordion-content > div {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.logo {
    min-width: 7rem !important;
    max-width: 20% !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .navbar-nav {
        padding-top: 1.3rem !important;
        padding-bottom: 1.3rem !important;
    }

    .scroll-active {
        position: sticky !important;
        top: 0;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media only screen and (max-width: 995px) and (min-width: 360px) {
}
