.error{
    color: red;
}

.pagination {
    background: #f4f4f4;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    padding: 8px 20px;
}
.pagination li.pager-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 ;
    float: left;

}
.pagination li a.btn {
    display: block;
    background: #fff;
    text-decoration: none;
    color: #148681;
    text-align: center;
    padding-top: 6px;
    font-size: 11.5px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    height: 30px;
    font-weight: 600;
    border-top: 1px solid #fff;
    margin-left: 3px;
}
.pagination li a{ width: 46px;}
.pagination a.active,
.pagination a:hover {
   text-decoration: underline!important;

}
.form-bg {
    background: #D0E7E6;
    padding: 20px;
    border-radius: 3px;
}
.txt-blue{
    color: #148681!important;
}

.pagination .count{
    float: left;
}
.pagination .pager-btn-container{
    float: right;
}
.blackcolor{
    color: #000!important;
}

#cookie_box
{
    position: fixed;
    display: none;
    bottom: 0px;
    /*font-size: 0.8em;*/
    z-index: 1000;
    background:#393939;
    padding:5px;
    text-align:center;
    width:100%;
    color:#ffffff;
}
#cookie_box a:hover
{
    color:#ffffff;
    text-decoration: underline
}

.static_header{
    background: url("../images/banner-4.jpg") center center no-repeat;
    height: 150px;
}

.static_header h1{
    padding-top: 50px;
}
#footer-phone-list li.email i.fa-envelope,#heademail i.fa-envelope{
    color: #f66536;
    /*padding-top: 11px;*/
}
.card-body{
    padding: 1rem;
}
#heademail span.sep{

    height:35px;
    border-left: 1px solid #c2d2d1;
    float:left
}

/* #header-main-logo span.logo{
    margin-top: -17px;
} */

#testmonial h3{
    padding-left: 70px;
    padding-right: 60px;
}
#heading2 button{
    white-space:pre-wrap;
   /* text-align: left!important;*/
}
#heading2 button.btn{

    text-align: left!important;
}
.table th, .table td
{
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    padding: 0.5rem !important;
}

.table tr:last-child td
{
    border-bottom: none;
    border-top: none;
}
#search-bar-container .advanced-button{
    color: #ffffff;
    float: left;
    padding-left: 8px;
    width: auto;
    text-align: center;
    font-size: 14px;
    padding-top: 14px;
    font-weight: bolder;
}

.text-monospace,.text-monospace p
{
    font-family: Roboto Arial, Helvetica, sans-serif;
}

.fa-2x{
    font-size: 1.2em;
}
#contact-sidebar div.info a{
    text-decoration: none;
    color: black;
}
#contact-sidebar div.card-body h3{
    font-size: 16px;
    font-weight: bold;
    padding-left: 2em;
}

#contact-sidebar span.fa-1x{
    font-size: 24px;
    color: teal;
}

#contact-sidebar span.fa-stack{
    width: 22px;
    height: 20px;
    line-height: 20px;
}

#contact-sidebar i.fa-inverse{
    font-size: 12px;
}
#contact-sidebar div.info{
    margin-left: 33px;
    margin-top: 12px;
}
.descsep{
    color:#f66536;
    font-weight: bold;
}

.static .content-body ul{
    padding-left: 25px;
}
.static .content-body{
    text-align: justify!important;
    margin-bottom: 20px;
}
.dropdown select:focus > option:checked,.dropdown select:hover > option:checked
{
   background-color:#f66536!important; ;

}
@media screen and (min-width:1200px) {
    #mainNav .container{
        max-width: 1180px!important;
    }
}


@media screen and (max-width:980px){
    #search-bar-container .advanced-button{
        display: none;
    }
}