html,body,td,span,p,a,div,form,li,ul,ol{
    font-family: Arial, Tahoma, verdana, sans-serif !important;
    color: #565656;
    font-size: 12px;
}
a{
    color: #0172ac;
}
ul li{
    padding-bottom: 4px;
    list-style: none;
}
ul li::before{
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    background-image: url('../img/square.gif');
    position: relative;
    left: -5px;
    top: -3px;
}
.blog-header{
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 210px;
}
.blue-line{
    width: 100%;
    height: 2px;
    background-color: #0172ac;
    margin: 0px 0px;
    margin-bottom: 10px;
}
.line-buffer{
    margin-top: 42px;
}
.sidebar-module{
    margin: 10% auto;
}
.client-section div{
    margin-top: 20px;
}
.client-section-box{
    padding-top: 30px;
    margin: auto !important;
    text-align: center;
}
.h-50px{
    height: 50px;
}
.footer-space{
    height: 50px;
}
.space{
    height: 50px;
}
.text-justify{
    text-align: justify;
}
.text-header{
    height: 36px;
}

@media only all and (min-width: 240px) and (max-width: 991px){
    .sm-footer{
        background-color: #eee;
        padding: 30px 0px;
    }
    .blog-header{
        height: 130px;
    }
}

@media only all and (min-width: 240px) and (max-width: 767px){
    .md-footer-padding{
        padding-left: 15% !important;
    }
    .blog-header{
        height: 100px;
    }
}

@media only all and (min-width: 240px) and (max-width: 575px){
    .sm-buffer{
        padding-top: 20px
    }
}

@media only all and (max-width: 991px){
    .container{
        max-width: 90%;
    }
}