.page-banner img{
    width: 100%;
    height: auto;
}

.min-height-440{
    min-height:440px;
}

.text-4{
    line-height: 140%;
}
.pagination_container{
    margin-top:15px;
    clear:both;
    width:100%;
    float:right;
    display: block;
    background-color:#ffffff;
}

.pagination{
    width:auto;
    float:right;
    background-color:#ffffff;
    padding:4px;
    margin-right:2px;
    border-radius:2px;
}

.pagination strong, .pagination a{
    min-width: 40px;
    text-align: center;
}

.pagination strong {
    background:#dc3545;
    border:1px solid #dc3545;
    text-decoration: none;
    line-height: 20px;
    padding:8px 8px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    color:#FFF;
}

.pagination a:link {
    background:#0d6efd;
    border:1px solid #0d6efd;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    padding:8px 8px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    
}

.pagination a:visited {
    background:#0d6efd;
    border:1px solid #0d6efd;
    text-decoration: none;
    color:#fff;
    line-height: 20px;
    padding:8px 8px;
}

.pagination a:hover {
    border:1px solid #0084c2;
    background:#0084c2;
    line-height: 20px;
    color:#fff;
    padding:8px 8px;
}


.sidebar li{
    border-bottom: 1px solid #f1f1f1;
}

.section-custom-medical .img, .shadow_img{
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    margin: 10px 20px;
}

p, ul, li {
    color: #454545;
    text-align: justify;
}