@media  (max-width: 767px) {
    .header-top .header-box {
        display: block;
        text-align: center;
    }
    
    .banner-section .banner-card .banner-img {}
    
    .banner-section .banner-card .banner-img img {
        width: 100%;
    }
    
    .banner-section .banner-card .banner-box h1 {
        font-size: 28px;
        line-height: normal;
    }
    
    .contact-section .contact-card .contact-form {
        width: 100%;
    }
    
    .jurisdiction-section .jurisdiction-title h2 {
        font-size: 26px;
        line-height: normal;
    }
    
    .jurisdiction-section .jurisdiction-box {
        margin: 0 0 30px;
    }
    
    .header-top .header-box a {
        word-wrap: break-word;
        display: block;
        text-align: center;
    }
    
    .banner-section .banner-card .banner-box img {
        width: 100%;
    }
    
    .banner-section .banner-card .banner-box p {
        font-size: 18px;
    }
    
    .banner-section {
        padding: 60px 0;
    }
    
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-box {
        margin: 30px 0;
    }
    
    .services-section {
        padding: 40px 0;
    }
    
    .services-section .services-title {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    
}
@media (min-width: 992px) and (max-width: 1024px){
    
   
}

@media (min-width: 1025px) and (max-width: 1200px){
   
}

@media (min-width: 1201px) and (max-width: 1399px) {
  
   
}
