@media (max-width: 767px) {
    .btn-primary {
        padding: 10px 20px;
        font-size: 14px;
    }

    p, li, a {
        line-height: 25px;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: 30px;
    }

   .topbar {
        padding: 5px 0;
        height: auto;
    }

    .topbar ul>li>a, .topbar ul>li, .topbar p {
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .navbar-brand img {
        width: 80%;
        height: auto;
    }

    .mobi-login {
        display: block;
        text-align: center;
    }

    header {
        z-index: 999;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: -13px;
        right: auto;
        width: 107%;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 9999999;
    }

    .navbar-collapse .dropdown-menu {
        position: static;
        float: none;
        min-width: 10rem;
        padding: 10px 0;
        margin: 0;
        text-align: center;
        box-shadow: none !important;
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #000;
    }

    .header-socials i {
        line-height: normal;
    }

    .navbar-toggler {
        padding: 0 20px;
        /* font-size: 40px; */
        line-height: 1;
        color: #000;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar-toggler i {
        color: #000;
        font-size: 30px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding: 0 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        border: 0;
    }

    .header .nav-item {
        display: block;
        justify-content: center;
        margin-bottom: 15px;
        padding-left: 0;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding-bottom: 0px;
        border-bottom: transparent;
        line-height: normal;
        padding-top: 0;
        font-size: 16px;
    }

    /* Home */
    .header-banner h1 {
        padding-left: 15px;
}

    .home-header {
        background-position: center right 16%;
    }

    .membership-options, .latest-news, .about, .alliance, .membership-steps, .member-information, .top-info, .contact-page, .explore {
        padding: 10% 0;
    }

    .membership-options .card {
        margin-bottom: 30px;
    }

    .neg-right {
        margin-right: auto;
        margin-left: auto;
    }

    .dark-grey-bg {
        padding: 5% 5% 10% 5%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .explore .carousel-indicators {
        bottom: -30px;
    }

    .latest-news .col-md-4, .alliance .col-md-5 {
        margin-bottom: 30px;
    }

    .explore .dark-grey-bg i {
        font-size: 30px;
    }

    /* Footer */
    .footer-blk {
        padding: 0 0 30px 0;
    }

    .quick-links {
        display: none;
    }

    .login-page img {
        width: 190px;
    }

    /* hide table headings */
    .table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .table-responsive table tr {
        display: block;
        border-bottom: 1px solid #dee2e6!important;
        margin-top: 10px;
        border-top: 0;
        vertical-align: top !important;
        border-color: transparent;
        padding-bottom: 10px;
    }

    .table-responsive table tr:last-child {
        border-bottom: 0;
    }
    
    /* treat columns like divs */
    .table-responsive table td {
        display: block;
        justify-content: space-between!important;
        align-items: flex-start!important;
        border-bottom: 0;
    }

    .table-responsive table td>a {
        text-align: end;
        font-weight: 400;
    }

    .table-responsive table td>a>i {
        color: #000;
        font-size: 30px;
        margin: 0 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    /* this part is ugly, but necessary to show label on left */
    .table-responsive table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .table-responsive table td>img {
        width: 80% !important;
        text-align: left;
        margin: 10px 0;
        /* display: none; */
        float: left;
    }

    .table td.mobi-delete {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .mobi-delete a {
        font-size: 25px;
        line-height: 20px;
    }

    .table td.mobi-delete a>i {
        color: #000;
        font-size: 20px;
        margin: -15px 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    .qty-down, .qty-up {
        top: -3px;
    }

    .qty-up i, .qty-down i {
        font-size: 20px;
        line-height: 32px;
    }

    .table th:first-child, .table td:first-child {
        border-left: 0;
        padding: .5rem .5rem;
    }

    .table.cart-table td {
        flex-direction: column;
    }

    .table .dropdown-center{
        position: relative;
        line-height: 50px;
        vertical-align: middle;
    }

    .dropdown-center .table-action i {
        font-size: 30px;
    }

    .btn-sm {
        vertical-align: middle;
        line-height: 55px!important;
    }

    /* Footer */
    .footer-blk .logo img {
        width: 40%;
        padding: 5px 0;
        margin-bottom: 20px;
    }
   
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-collapse .dropdown-menu {
        top: 140%;
    }

    .h5, h5 {
        font-size: 18px;
    }

    .dashboard-cards .card i {
        font-size: 40px;
    }

    /* hide table headings */
    .table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .table-responsive table tr {
        display: block;
        border-bottom: 1px solid #dee2e6!important;
        margin-top: 10px;
        border-top: 0;
        vertical-align: top !important;
        border-color: transparent;
        padding-bottom: 10px;
    }

    .table-responsive table tr:last-child {
        border-bottom: 0;
    }
    
    /* treat columns like divs */
    .table-responsive table td {
        display: block;
        justify-content: space-between!important;
        align-items: flex-start!important;
        border-bottom: 0;
    }

    .table-responsive table td>a {
        text-align: end;
        font-weight: 400;
    }

    .table-responsive table td>a>i {
        color: #000;
        font-size: 30px;
        margin: 0 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    /* this part is ugly, but necessary to show label on left */
    .table-responsive table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .table-responsive table td>img {
        width: 80% !important;
        text-align: left;
        margin: 10px 0;
        /* display: none; */
        float: left;
    }

    .table td.mobi-delete {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .mobi-delete a {
        font-size: 25px;
        line-height: 20px;
    }

    .table td.mobi-delete a>i {
        color: #000;
        font-size: 20px;
        margin: -15px 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    .qty-down, .qty-up {
        top: -3px;
    }

    .qty-up i, .qty-down i {
        font-size: 20px;
        line-height: 32px;
    }

    .table th:first-child, .table td:first-child {
        border-left: 0;
        padding: .5rem .5rem;
    }

    .table.cart-table td {
        flex-direction: column;
    }

    .table .dropdown-center{
        position: relative;
        line-height: 50px;
        vertical-align: middle;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: normal;
    }

    .h4, h4 {
        font-size: 20px;
    }

    .h5, h5 {
        font-size: 18px;
    }

    p, li, a {
        line-height: normal;
    }

    .topbar {
        padding: 13px 0;
        height: fit-content;
    }

    .topbar ul>li>a, .topbar ul>li, .topbar p {
        color: #fff;
        font-size: 12px;
    }

    .mobi-logo img {
        width: 50%;
    }

    .navbar-brand img {
        width: 60%;
        height: auto;
    }

    .mobi-login {
        display: block;
        text-align: center;
    }

    header {
        z-index: 999;
        top: 33px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: auto;
        right: 0px;
        width: 40%;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 9999999;
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #000;
    }

    .header-socials i {
        line-height: normal;
    }

    .navbar-toggler {
        padding: 0 0 0 20px;
        line-height: 1;
        color: #000;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        text-align: right;
    }

    .navbar-toggler i {
        color: #000;
        font-size: 30px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar-collapse .dropdown-menu {
        position: static;
        float: none;
        min-width: 10rem;
        padding: 10px 0;
        margin: 0;
        text-align: center;
        box-shadow: none !important;
    }

    .navbar {
        padding: 0 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        border: 0;
    }

    .header .nav-item {
        display: block;
        justify-content: center;
        margin-bottom: 15px;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding-bottom: 0px;
        border-bottom: transparent;
        line-height: normal;
        padding-top: 0;
        font-size: 16px;
    }

    .header .nav-item {
        padding-left: 0;
    }

    .btn-primary {
        padding: 10px 25px;
    }

    /* members */
    .login-page img {
        width: 250px;
    }

    .dashboard-cards .card i {
        font-size: 30px;
    }

    /* hide table headings */
    .table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .table-responsive table tr {
        display: block;
        border-bottom: 1px solid #dee2e6!important;
        margin-top: 10px;
        border-top: 0;
        vertical-align: top !important;
        border-color: transparent;
        padding-bottom: 10px;
    }

    .table-responsive table tr:last-child {
        border-bottom: 0;
    }
    
    /* treat columns like divs */
    .table-responsive table td {
        display: block;
        justify-content: space-between!important;
        align-items: flex-start!important;
        border-bottom: 0;
    }

    .table-responsive table td>a {
        text-align: end;
        font-weight: 400;
    }

    .table-responsive table td>a>i {
        color: #000;
        font-size: 30px;
        margin: 0 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    /* this part is ugly, but necessary to show label on left */
    .table-responsive table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .table-responsive table td>img {
        width: 80% !important;
        text-align: left;
        margin: 10px 0;
        /* display: none; */
        float: left;
    }

    .table td.mobi-delete {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .mobi-delete a {
        font-size: 25px;
        line-height: 20px;
    }

    .table td.mobi-delete a>i {
        color: #000;
        font-size: 20px;
        margin: -15px 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    .qty-down, .qty-up {
        top: -3px;
    }

    .qty-up i, .qty-down i {
        font-size: 20px;
        line-height: 32px;
    }

    .table th:first-child, .table td:first-child {
        border-left: 0;
        padding: .5rem .5rem;
    }

    .table.cart-table td {
        flex-direction: column;
    }

    .table .dropdown-center{
        position: relative;
        line-height: 50px;
        vertical-align: middle;
    }

    .dropdown-center .table-action i {
        font-size: 30px;
    }

    /* Footer */
    .footer-blk .logo img {
        width: 40%;
        padding: 5px 0;
        margin-bottom: 20px;
    }
   
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-collapse .dropdown-menu {
        top: 140%;
    }

    .h5, h5 {
        font-size: 18px;
    }

    .dashboard-cards .card i {
        font-size: 40px;
    }

    /* hide table headings */
    .table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .table-responsive table tr {
        display: block;
        border-bottom: 1px solid #dee2e6!important;
        margin-top: 10px;
        border-top: 0;
        vertical-align: top !important;
        border-color: transparent;
        padding-bottom: 10px;
    }

    .table-responsive table tr:last-child {
        border-bottom: 0;
    }
    
    /* treat columns like divs */
    .table-responsive table td {
        display: block;
        justify-content: space-between!important;
        align-items: flex-start!important;
        border-bottom: 0;
    }

    .table-responsive table td>a {
        text-align: end;
        font-weight: 400;
    }

    .table-responsive table td>a>i {
        color: #000;
        font-size: 30px;
        margin: 0 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    /* this part is ugly, but necessary to show label on left */
    .table-responsive table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .table-responsive table td>img {
        width: 80% !important;
        text-align: left;
        margin: 10px 0;
        /* display: none; */
        float: left;
    }

    .table td.mobi-delete {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .mobi-delete a {
        font-size: 25px;
        line-height: 20px;
    }

    .table td.mobi-delete a>i {
        color: #000;
        font-size: 20px;
        margin: -15px 10px 0 0;
        line-height: 60px;
        vertical-align: top;
    }

    .qty-down, .qty-up {
        top: -3px;
    }

    .qty-up i, .qty-down i {
        font-size: 20px;
        line-height: 32px;
    }

    .table th:first-child, .table td:first-child {
        border-left: 0;
        padding: .5rem .5rem;
    }

    .table.cart-table td {
        flex-direction: column;
    }

    .table .dropdown-center{
        position: relative;
        line-height: 50px;
        vertical-align: middle;
    }

    .dropdown-center .table-action i {
        font-size: 30px;
    }
}

@media (min-width: 1199px) and (max-width: 1600px) {
    .navbar-collapse .dropdown-menu {
        top: 160%;
    }

    .dashboard-cards h5 {
        font-size: 17px;
    }
}

@media (min-width: 1390px) and (max-width: 1600px) {
    .navbar-collapse .dropdown-menu {
        top: 162%;
    }

    .topbar {
        padding: 7px 0;
    }

    .alliance {
        padding-top: 0;
    }

    .dashboard-cards h5 {
        font-size: 17px;
    }   

    
}
@media (min-width: 2000px) and (max-width: 2600px) {

}