.gallery .pics {
    margin: 5px;
}

@supports (object-fit: cover) {
    .gallery .pics img {
        width: 380px;
        height: 380px;
    }
}
/*sidebarholder*/
.sidebarholder {
    max-width: 333px;
    width: 100%;
    margin: 0 0 0 auto;
}
.sidebar-reviews .arrow,
.sidebar-reviews .number-crumb-container {
    display: none;
}
.sidebar-reviews {
    color: #768286;
    padding-bottom: 50px;
}
.sidebar-reviews h2.patient-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #222b32;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
}
.sidebarholder h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 138%;
    color: #222b32;
    margin: 0 0 10px;
}

.sidebar-form {
    border: 2px solid #d8dadb;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    padding: 40px 5%;
    background-color: #fff;
    margin: 50px 0 0;
}
.sidebarholder .sidebar-form h4 {
    color: #21313f;
    margin-bottom: 10px;
}
.sidebar-form .bp-submit-wrap {
    margin-top: 10px;
}
.sidebar-form .bp-submit-wrap .main-btn {
    min-width: 100%;
    max-width: 200px;
}
.sidebar-hours .formatted-hours {
    width: 100%;
    color: #768286;
    font-size: 12px;
}

.gal-section .row {
    margin-bottom: 25px;
}

/* GALLERY
-----------------------------------------------*/
.before-after {
    display: flex;
    justify-content: space-between;
    padding: 4% 1%;
}

/* MEET OUR TEAM
----------------------------------------------*/
.team {
    width: 35%;
    margin: auto;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (max-width: 991px) {
    .sidebarholder {
        max-width: 100%;
        margin: 50px auto 0;
    }
}

@media (max-width: 600px) {
    .sidebarholder h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .gallery .pics {
        margin: 0 0 10px;
    }

    @supports (object-fit: cover) {
        .gallery .pics img {
            width: 300px;
            height: 300px;
        }
    }
}
