
:root {
    /* Colors: */
    --primary-color: #023047;
    --secondary-color: #FB8500;
}

@media all and (min-width: 992px) {
    .navbar .navbar-nav>li .dropdown-menu {
        display: none;
    }
    .navbar .navbar-nav>li:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav { align-items: center;}
}


@media screen and (max-width:1450px) {

}

@media screen and (max-width:1180px) {
    section.banner .banner-info h1 {
        font-size: 28px;
    }
    section.banner .banner-info p {
        font-size: 16px;
    }
    .banner-info-action input {
        padding: 15px 15px;
        font-size: 16px;
        padding-right: 130px;
    }
    .banner-info-action .banner-info-action-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
}

@media screen and (max-width:992px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        flex-wrap: wrap !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding: 15px;
        width: 35%;
        height: 100%;
        overflow: auto;
        z-index: 9999999;
        padding: 0px;
        box-shadow: 4px 0px 10px #a9a9a9;
    }
    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }
    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }
    .navbar-collapse {
        background: #fff;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }
    .navbar-toggler {
        padding: 0px;
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none !important;
    }
    .navbar-toggler-icon i {
        font-size: 30px;
        color: #000;
    }
    .navbar-nav>li>a {
        display: flex;
        padding: 8px 15px;
        font-size: 18px;
        align-items: center;
        justify-content: space-between;
    }
    .dropdown-menu {
        border-radius: 0px;
        box-shadow: none;
        background: #f9f9f9;
    }
    .dropdown-menu a {
        font-size: 16px;
        padding: 4px 25px;
    }
    .navbar-nav .btn {
        margin: 10px 15px 0px 15px;
    }
    section.banner {
        text-align: center;
    }
    section.banner {
        padding: 60px 0px 110px 0px;
    }
    section.data-count {
        padding: 75px 0px;
    }
    .data-count-card .data-count-card-items h1 {
        font-size: 45px;
    }
    .data-count-card .data-count-card-items {
        padding: 0px 32px;
    }
    .data-count-card .data-count-card-items p {
        font-size: 14px;
    }
    section.top-exm {
        padding: 25px 0px;
    }
}


@media screen and (min-width:767px)
{
    footer .collapse:not(.show) {
        display: block;
    }
    footer .accordion-button::after
    {
        display: none;
    }

}
@media screen and (max-width:767px) {
    .navbar-collapse {
        width: 50%;
    }
    footer h4 {
        margin-top: 30px;
    }
    footer .container {
        padding: 25px 20px;
    }
    footer h4, footer .accordion-button {
        font-size: 17px;
        margin: 0px;
    }
    .navbar-brand img {
        max-height: 45px;
        width: auto;
    }

}

@media screen and (max-width:575px) {
    .navbar-collapse {
        width: 75%;
    }
    .slick-slide
    {
        margin: 0px 5px;
    }

    .data-count-card .data-count-card-items {
        padding: 0px 10px;
        text-align: center;
    }
    .data-count-card .data-count-card-items h1 {
        font-size: 30px;
    }
}

