.page-margin {
    margin-top: 112px;
}

.page-banner-container {
    padding-top: 20px !important;
}

.form-control {
    height: 41.5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


.pagination {
    margin-top: 30px
}

.page-numbers,
.pagination {
    align-items: center;
    display: flex;
    justify-content: center
}

.page-numbers {
    color: #388c2a;
    height: 40px;
    margin-right: 10px;
    width: 40px
}

.page-numbers.current {
    background-color: #560a56;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    color: #fff
}


.blog-page-content h2,
.blog-page-content h3,
.blog-page-content h4,
.blog-page-content h5 {
    color: #560a56;
}

.blog-page-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.blog-page-content h3 {
    font-size: 26px;
    font-weight: 500;
}


.speciality-page-content h2,
.speciality-page-content h3,
.speciality-page-content h4,
.speciality-page-content h5 {
    color: #560a56;
}

.speciality-page-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.speciality-page-content h3 {
    font-size: 26px;
    font-weight: 500;
}