.row.contentsection {
    padding: 50px 0;
    text-align: center;
}
#main h1 {
    margin: 0;
}
#main h3 {
    letter-spacing: 2px;
}
/* Reviews */
.reviews-area {
    padding: 80px 0;
    position: relative;
    border-bottom: 10px solid #282727;
    z-index: 9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.loaded .reviews-area {
    background: #1b2b23 url(../images/peek.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.loaded.webp .reviews-area {
    background: #1b2b23 url(../images/peek.webp) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.review-box {
    background: rgba(29, 29, 29, 0.85);
    padding: 50px;
}
.review-box h2 {
    color: #fff;
    margin-bottom: 30px;
}
.review-box p {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
h2.patient-name {
    margin: 30px 0;
    font-weight: 400;
    font-size: 25px;
}
.reviews-area .number-crumb-container .option {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    border: none;
}
.reviews-area .number-crumb-container .option.selected {
    background: #015293;
}
/* Features */
.feature-area {
    padding: 50px 0;
}
.feature-area h2 {
    margin-bottom: 25px;
}
.feature-area p {
    margin-bottom: 30px;
}
.feature-box {
    max-width: 250px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 20px 30px;
    position: relative;
}
img.feature-icon {
    background: #FFFFFF;
    border-radius: 50%;
    padding: 30px;
    margin: 15px 0;
}
.feature-box:hover img {
    background: #015293;
}
.feature-box a {
    text-decoration: none;
}
.feature-box h3 {
    color: #FFFFFF;
    font-size: 25px;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    margin: 10px 0;
}
.container{
    position: relative;
}
.doc-right{
    position: absolute;
    bottom: -20%;
    right: -27%;
}
.doc-left{
    position: absolute;
    bottom: -20%;
    left: -27%;
}

.doc-left img, .doc-right img{
    display: block;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1461px) and (max-width: 1550px){
.doc-right{
    bottom: -20%;
    right: -24%;
}
.doc-left{
    bottom: -20%;
    left: -24%;
}
}
@media (min-width: 1351px) and (max-width: 1460px){
.doc-right{
    bottom: -20%;
    right: -19%;
}
.doc-left{
    bottom: -20%;
    left: -19%;
}
.home .contentsection{
width: 95%;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1280px) and (max-width: 1350px){
.doc-right{
    bottom: -20%;
    right: -16%;
}
.doc-left{
    bottom: -20%;
    left: -16%;
}
.home .contentsection{
width: 85%;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1180px) and (max-width: 1279px){
.doc-right{
    bottom: -20%;
    right: -14%;
}
.doc-left{
    bottom: -20%;
    left: -14%;
}
.home .contentsection{
width: 80%;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1025px) and (max-width: 1179px){
.doc-right{
    bottom: -15%;
    right: -14%;
}
.doc-left{
    bottom: -15%;
    left: -14%;
}
.home .contentsection{
width: 75%;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 979px) and (max-width: 1024px){
.doc-right{
    bottom: -15%;
    right: -12%;
}
.doc-left{
    bottom: -15%;
    left: -12%;
}

.home .contentsection{
width: 70%;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 500px) and (max-width: 978px){
.doc-right{
width: 35%;
    bottom: -15%;
    right: -12%;
}
.doc-left{
width: 35%;
    bottom: -15%;
    left: -12%;
}
}
@media (max-width: 766px){
.doc-right{
width: 47%;
    bottom: -10%;
    right: -12%;
    display: none;
}
.doc-left{
width: 47%;
    bottom: -10%;
    left: -12%;
    display: none;
}
}

@media (max-width: 1025px) {
    .reviews-area {
        background-attachment: initial !important;
    }
}
@media (max-width: 500px) {
    .loaded .reviews-area {
        background-image: url(../images/peek-mobile.jpg);
    }
    .loaded.webp .reviews-area {
        background-image: url(../images/peek-mobile.webp);
    }
    .review-box p {
	font-size: 18px;
	line-height: 2;
}
    
}