
/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1199px) {
    .blog-banner-image {
        width: 240px;
        height: auto;
        bottom: 0;
    }
}


@media (max-width: 991px) {

    .blog-banner-wrapper{
        padding: 60px 20px;
        text-align: center;
        height: auto;
    }
    
    .blog-banner-content{
        text-align: center;
        margin-bottom: 30px;
        
    }
    .contact-form-wrapper {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

    .blog-banner-title  h1{
        font-size: 34px;
        color: #fff;
    }

    .blog-banner-text {
        margin: 0 auto;
    }
     #dpiit-logo {
        display: none;
    }
}


@media (max-width: 575px) {
    .blog-banner-title {
        font-size: 28px;
    }

    .blog-banner-text {
        font-size: 16px;
    }

.blog-pagination {
    margin-top: 40px;
}

.blog-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
}

.blog-pagination .current {
    background: #002653;
    color: #fff;
}
  .footer-main{
 padding-bottom: 20px !important;
 padding-top: 20px;
 margin: 0px !important;
}
    .footer-link li a{
    font-size : 12px !important ;
    font-weight: 400;
    line-height: 1.5em;
}
.footer-icon h3{
    font-size: 15px;
    font-weight: 500px;
}
.logo-location p{
    font-size: 12px;
    font-weight: 400;
  
}
.footer-icon img{
    width: 13px;
    height: 13px;
    
}
.copy-right-text{
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 400;
}


/* Button styling */
.seeall-btn{
    text-decoration: none;
    padding: 5px 30px 5px 30px;
    font-size: 12px;
    font-weight: 300;    /* stretch full container */   /* make it a block element */
    /* center the text */
    
}

.arrow{
    display: none !important;
}


.blog-meta-author{
    font-size: 13px !important;
    font-weight: 200 !important;

}
.heading-blogs-main h1{
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-right: 20px;
}
       
.heading-blogs-main br {
        display: none;
    }
   
.blogs-heading-small{
    font-size: 14px !important;
    font-weight: 600 !important;
}
.new-blog-title h3 a{   
    font-size: 20px !important;

}
.contact-form-wrapper {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


}

/* Small devices (larger phones) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-form-wrapper {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    }
}