
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 760px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}


@media (max-width: 1200px) {
    .title_banner{
        font-size: 40px;
        font-weight: 600;
    }
}
@media (max-width: 992px) {
    .step_block ul li .step_img, .step_block ul li .step_text {
        width: 280px;
    }
}

@media (max-width: 991px) {
    #navbar_content:not(.show){
        display: block !important;
        /* flex-direction: column; */
        position: fixed;
        transform: translateX(100%);
        top: 0;
        background: var(--white_color);
        height: 100vh;
        overflow: auto;
        transition: all .4s cubic-bezier(.6,.1,.68,.53) ;
    }
    #navbar_content{
        display: block !important;
        position: fixed;
        top: 0;
        width: 290px;
        /* transition: transform 0.4s, visibility 0.4s; */
        transition: all .6s cubic-bezier(.6,.1,.68,.53) ;
        /* will-change: transform, visibility; */
        background: var(--white_color);
        background: var(--bg_primary);

        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        right: 0;
        transform: translateX(0);
        z-index: 99;
        padding: 1rem 0.5rem 1rem;
    }
    #navbar_content.collapse_content_shadow:not(.show){
        display: flex;
        transform: translateX(100%);
        height: 100vh;
        overflow: auto;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        transition: all .4s cubic-bezier(.6,.1,.68,.53);
        background: rgba(51,51,51,.5);
    }

    #navbar_content.collapse_content_shadow{
        display: flex !important;
        position: fixed;
        height: 100%;
        width: 100%;
        /* transition: transform 0.4s, visibility 0.4s; */
        transition: all .4s cubic-bezier(.6,.1,.68,.53);
        /* will-change: transform, visibility; */
        background: rgba(4, 49, 31, 0.5);
        overflow: auto;
        overflow-x: hidden !important;
        right: 0;
        transform: translateX(0);
        padding: 1rem;
        z-index: 99;
    }
    #btn_toggleNav{
        color: var(--primary_color);
        border-radius: 8px;
        padding: 8px 10px;
        font-size: 22px;
        border: 1px solid var(--border_color);
        background: var(--white_color);
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btn_toggleNav:hover{
        background: var(--accent_color);
    }
    #btn_toggleNav i{
        line-height: 1 !important;
    }
    #nav_item{
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid var(--border_color);
    }
    #nav_item:hover{
        border-color: var(--primary_color);
    }
    #nav_item i{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: var(--primary_color);
        color: var(--white_color);
        border-radius: 5px;
        line-height: 1rem;
    }
    .dropdownMenu_Nav{
        border: 1px solid var(--primary_color);
        margin: 10px 0;
    }
    #logo img{
        width: 75px;
    }
    .listed_contactInfo_Item{
        font-size: 13px;
    }
    .home_banner {
        min-height: 90vh;
        padding: 130px 0 0px;
    }
    .title_banner{
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    #logo img{
        width: 60px;
    }
    .home_banner {
        min-height: 60vh;
        padding: 80px 0 0px;
    }
    .title_banner{
        font-size: 30px;
    }
    .banner-image-shape-two{
        height: 50%;
    }
    .step_block ul {
        padding-top: 30px;
    }
    .step_block ul li {
        flex-direction: column !important;
        padding-right: 30px;
    }
    .step_block ul li::after{
        display: none;
    }
    .step_block ul li .step_img, .step_block ul li .step_text {
        width: 100%;
    }
    .step_block ul li:before {
        right: 0;
        transform: none;
        height: calc(100% + 10px);
        top: 40px;
    }
    .step_block ul li:first-child:before {
        height: calc(100% + 50px);
    }
    .step_block ul li .step_number {
        position: absolute;
        top: -5px;
        right: -23px;
        width: 50px;
        height: 50px;
    }
    .step_block ul li .step_number h3 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: -2px;
    }
}
@media (max-width: 567px) {
    .topbarTitle{
        font-size: 13px;
    }
    .topbarTitle span{
        font-size: 14px;
    }
    .title_banner{
        font-size: 22px;
    }
    .description_banner{
        font-size: 17px;
    }
    .swiper_testmonial {
        padding: 30px 15px;
    }
}

@media (max-width: 350px) {
    .card_contactInfo{
        flex-direction: column !important;
    }
}