@media (max-width: 767px) {
    h1, .h1 {
        font-size: 30px;
    }

    .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: #A65D44;
    }

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

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

    .navbar-toggler i {
        color: #A65D44;
        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;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding: 0;
        border-bottom: transparent;
    }

    br {
        display: none;
    }

    .home-header .row {
        height: 400px;
        align-items: center;
    }

    .home-intro, .home-contact, .how-we-work, .our-team, .contact, .dynamic-page, .what-this-enables {
        padding: 10% 0;
    }

    .hstack {
        display: block;
        border-bottom: 0!important;
    }

    .hstack p {
        border-bottom: 1px solid #DDB2A5;
        padding-bottom: 20px;
    }

    .divider-image {
        height: 250px;
    }

    /* footer */
    .footer img {
        width: 70%;
    }

    .footer a, .footer p {
        font-size: 15px;
    }

    .footer li {
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1, .h1 {
        font-size: 35px;
    }

    h3, .h3 {
        font-size: 25px;
    }

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

    .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 {
        padding: 0 10px;
    }

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

    .header .navbar-nav .nav-item .nav-link {
        padding: 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;
    }

    .home-header .row {
        height: 400px;
    }

    .divider-image {
        height: 300px;
    }

    .hstack {
        display: block;
        border-bottom: 0!important;
    }

    .hstack p {
        border-bottom: 1px solid #DDB2A5;
        padding-bottom: 20px;
    }

    .our-team .card-body {
        padding-top: 0;
    }

    .footer img {
        width: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1, .h1 {
        font-size: 30px;
    }

    .home-header .row {
        height: 500px;
        align-items: center;
    }

    .our-team .card-body {
        padding-top: 0;
    }
}

@media (min-width: 1199px) and (max-width: 1600px) {
    h1, .h1 {
        font-size: 35px;
    }

    .home-header .row {
        height: 500px;
    }
}

@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) {

}