
@media screen and (min-width: 1025px) {

   #myLinks {
    display: flex;
   }

}
@media screen and (max-width: 1024px) {

    #myLinks {
        display: none;
        position: absolute;
        top: 100%;
        left: -15px;
        background: #fff;
        z-index: 9;
        width: 100vw;
        padding: 10px 0;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    }
    #myLinks a {
        color: #000;
    }
    #myLinks a.active {
        color: #b49651;
    }
    .header .navbar a.navbar-toggler {
        display: block;
    }
    .header .logo,
    .header.fixed .logo {
        width: 15%;
    }
    .container,
    .evan_banner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav li {
        padding: 12px 0;
    }

    
}

@media screen and (max-width: 992px) {
    
    .evan_about .col,
    .evan_about.page .about-txt,
    .evan_service.page .col-detail,
    .evan_banner .banner-title {
        width: 100%;
    }
    .evan_banner .banner-title {
        padding-right: 0;
        text-align: center;
    }
    .evan_banner .banner-img {
        width: 60%;
        margin: 50px auto 0 auto;
    }
    .evan_about .about-txt {
        padding-left: 0;
        padding-bottom: 20px;
        order: 1;
    }
    .evan_about.page .about-img {
        order: 2;
        margin: 0 auto;
        width: 80%;
    }
    .evan_specialties .box,
    .evan_specialties.page .box {
        width: calc(100% / 3 - 20px);
    }
    .evan_service.page .col-detail {
        padding-left: 0;
        padding-top: 20px;
    }
    .evan_service.page .col-detail h2 {
        font-size: 32px;
    }


}

@media screen and (max-width: 812px) {

   
    
}

@media screen and (max-width: 800px) {

 
    
}

@media screen and (max-width: 768px) {

    .header .logo {
        width: 20%;
    }
    .header.fixed .logo {
        width:15%;
    }
    .evan_banner .banner-img {
        width: 80%;
    }
    .evan_specialties .box,
    .evan_specialties.page .box,
    .evan_contact.page .contact-item {
        width: calc(100% / 2 - 20px);
    }
    .evan_service.page .col-img {
        width: 100%;
    }
    .evan_service.page .service_item {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 20px;
    }
    footer .col-info {
        width: 100%;
    }
    footer .col-hr,
    footer .col-link {
        width: 50%;
    }
    .mt-md-2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 736px) {
    
    


}

@media screen and (max-width: 667px) {


}

@media screen and (max-width: 600px) {

    .popup {
        max-width: 90%;
    }
    
}

@media screen and (max-width: 567px) {

}

@media screen and (max-width: 480px) {
   
   .breadcrumb {
    padding: 20px 0;
   }
   .breadcrumb h2 {
    font-size: 45px;
   }
   .evan_banner .banner-img,
   footer .col-hr,
   footer .col-link,
   .evan_about.page .about-img,
   .evan_service.page .col-img {
    width: 100%;
   }
   .evan_specialties .box,
   .evan_specialties.page .box,
   .evan_contact.page .contact-item {
    width: calc(100% / 1 - 20px);
    margin: 10px;
   }
   .evan_service.page .service_item {
        width: calc(100% / 1);
        padding: 0 20px;
    }
   footer .col-hr, footer .col-link {
    padding-top: 20px;
   }
   .evan_banner .banner-title h1 {
    font-size: 40px;
    margin-bottom: 15px;
   }
  
}

@media screen and (width: 414px) {

    
}

@media screen and (max-width: 375px) {

    .evan_service.page .col-detail h2 {
        font-size: 26px;
    }
    
}