@media (min-width: 1400px) and (max-width: 1550px) {
    
}

@media (max-width: 1450px) { 
}


@media (max-width: 1399px) {
}

@media (max-width: 1375px) {

}

@media (min-width: 768px) and (max-width: 1024px) {
    .social ul {
        justify-content: center;
    }
    .label_content{
        width: 65%;
        margin: auto;
    }
    .top_list {
        text-align: center;
    }
}
@media (max-width: 991px) {
  
    .service_process {
        width: 160px;
        height: 160px;
    }
    .service_process::before {
        width: 68px;
        left: 125%;
       
    }

}


@media (max-width: 767px) {
   
}


@media (max-width: 560px) {
    .banner_content{
        padding: 0 5px;
        text-align: center;
        max-width: 100%;
    }
    .banner_content .d-flex{
       justify-content: center;
    }
    .why_choose_content h4 {
        font-size: 32px;
    }
    .service_process::before,.contact_label::before,.contact_label::after{
        display: none;
    }
 
    p{
        font-size: 15px;
    }
    .top_list {
        float: none !important;
    }
    .top_list ul{
      display: block;
      flex-direction: column;
      align-items: center;
    }
    .top_list ul li{
        margin-bottom: 8px;
    }
    .social ul {
        justify-content: center;
    }
    .navbar-brand img{
        max-width: 160px;
    }
    .form button {
        display: none;
    }
    .main_btn a {
        padding: 7px 17px;
    }
    /*banner*/
    .banner_content h2 {
        font-size: 2rem;
    }
    
    /*tab*/
    .recent .nav::before{
        content: "";
    }
    .recent .nav-link.active {
        width: 100%;
        margin-bottom: 0;
    }
    .recent .nav-tabs .nav-link {
        width: 100%;
    }
    .recent li.nav-item {
        width: 100%;
        border: 1px solid gray;
        margin-bottom: 8px;
    }  
    .recent .nav {
        padding-left: 0;
    }
    .footer_bottom ul {
        text-align: center;
    }
}


