@media(max-width:1024px) {
    
    .navbar-nav > li > a {
    font-size: 12px;
    margin: 8px;
}
    
    a.navbar-brand img {
    width: 200px;
    margin-left: 10px;
}
    
     .about-text p {
        overflow: hidden;
    }
}

@media(max-width:768px) {

   .pay-online-button a + a {
    float: right;
}
    .pay-online-button {
        float: left;
        width: 100%;
    }
    
    .pay-online-button a {
    float: left;
}

.call-details {
    display: inline-block;
    margin-bottom: 10px;
    float: right;
}

    .navbar-toggle .icon-bar {
        width: 30px;
        height: 4px;
        background: #024330;
        margin-top: 10px;
    }

    .oreder {
        margin-top: 20px;
        float: none;
    }

    .banner-text h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .banner-text {
        padding: 20px;
        left: 16px;
        top: 14px;
    }

    section#banner {
        padding: 100px 0px 70px 0px;
    }

    section#bottom-header {
        margin-bottom: 5px;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    }

    .for-respons {
        margin-bottom: 20px;
    }

    section#steps {
        margin: 20px 0px;
    }
    section#about-us {
        margin-bottom: 20px;
    }

    .about-text {
        margin-top: 20px;
    }

    .post-img-bg {
        margin-bottom: 20px;
    }

    section#latest-post {
        margin-bottom: 20px;
    }

    .copey-right-text p {
        text-align: center;
        line-height: 20px;
        font-size: 10px;
    }

    .footer-social-links ul {
        text-align: center;
        margin-top: 10px;
    }

    .about-text p {
        overflow: hidden;
    }

    .epl-search-forms-wrapper.epl-search-default {
        max-width: 100% !important;
    }

    .epl-search-form.epl-sb-current {

        padding: 0px;
        margin: 0px !important;
  
    }
    
    .wrap {
    padding-bottom: 0px;
}
}


@media(max-width:420px){
    
    .call-details {

    margin-left: 0px;
}
    
.pay-online-button a {

    padding: 2px 6px;
    font-size: 10px;

}
    
    .mail-details p {
    margin-left: 2px;
    font-size: 12px;
}
    
    .call-details p {
   margin-left: 2px;
    font-size: 12px;
}
    
    .navbar-toggle {
    padding: 4px 10px;

}
}

