@media screen and (max-width: 1199px) {
    html{
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    html{
        font-size: 15px;
    }
    .navbar_main_wrp{
        position: relative;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 9;
        background-color: #fff;
    }
    .project_form .form-control{
        margin-bottom: 1rem;
    }
    .hero_text{
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    html{
        font-size: 14px;
    }
    .footer_bottom{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .copyrights{
        margin-bottom: 1rem;
    }
    .agent_wrp{
        width: 100%;
        margin-top: 4rem;
    }
    .box_card{
        margin-bottom: 2rem;
    }
    .service_card{
        margin-bottom: 2rem;
    }
    .project_header_item{
        flex-direction: column;
    }
    .project_header_img{
        margin-right: 0;
        width: 100%;
        margin-bottom: 1rem;
    }
    .project_header_sidecontent{
        width: 100%;
    }
}