.page-id-427 span {
    color: var(--blue, #0056b4);
    font-family: Oswald;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 138%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-id-427 h2 {
    color: var(--wild-card, #b89d68);
    font-family: Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 52px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery .pics {
    margin: 5px;
}

@supports (object-fit: cover) {
    .gallery .pics img {
        width: 380px;
        height: 380px;
    }
}
.blog .contentarea {
    padding: 80px 0;
}
/* DOCTORS AND TEAM MEMBRS
-----------------------------------------------*/
.team-members {
    display: flex;
    flex-flow: column wrap;
    gap: 50px;
}

.team-members h3 {
    margin: 0;
}

.single-team-member {
    border-bottom: solid 1px #0056b4;
    min-height: 400px;
}

.team-members .single-team-member:last-of-type {
    border-bottom: 0;
}

.page-id-201 .team-members .single-team-member img {
    max-width: 242px;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.doc-row {
    justify-content: space-between;
}

.doc-row .bio-side {
    max-width: 60%;
    width: 100%;
}

.doc-row .photo-side {
    max-width: 35%;
    width: 100%;
}

.doc-row.ganjoor img {
    margin-bottom: 50px;
}

.doc-row.ganjoor {
    padding-bottom: 50px;
}

.doc-row .photo-side div.video {
    position: relative;
}

.doc-row .photo-side div.video svg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

.doc-row .photo-side div.video img {
    margin: 0;
}

/* SIDEBAR 
-----------------------------------------------*/
.sidebar-holder {
    max-width: 415px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 50px;
}

.sidebar-holder h3 {
    margin: 0 0 16px;
    color: #fff;
    font-weight: 300;
    font-size: 34px;
    line-height: 138%;
}

.sidebar-holder #reviews-section h3 {
    margin-bottom: 32px;
}

.sidebar-holder .patient-name {
    color: #fff;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    text-transform: initial;
}

.sidebar-holder #reviews-section p {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}

#reviews-section .arrow,
#reviews-section .number-crumb-container,
#hours-section .formatted-hours tr:first-of-type {
    display: none;
}

.sidebar-holder hr {
    margin: 37px 0 48px;
}

.sidebar-holder .formatted-hours td,
.sidebar-holder .hours-note {
    padding: 0 0 11px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.sidebar-holder .formatted-hours {
    width: 100%;
}

#questions-section form {
    border: 0;
    padding: 50px 0 0;
    border-radius: 4px;
}

#questions-section h3 {
    margin: 0 auto;
}

#questions-section form .main-btn {
}

#questions-section form input {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 0;
    background: transparent;
    color: #fff;
}
#questions-section form textarea {
    min-height: 135px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.sidebar-holder .floating-label input + span,
.sidebar-holder .floating-label textarea + span {
    background: transparent;
    color: #fff;
}

@media (max-width: 991px) {
    .sidebar-holder {
        margin: 100px auto 0 auto;
    }
}

/* ACCORDION
---------------------------------*/
.accordion-toggle {
    cursor: pointer;
}
.accordion-content {
    display: none;
}

/* CSS for Rotating Arrows */
.rotate {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 18px;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.rotate.active {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-timing-function: linear;
}

/* RESPONSIVE 
-----------------------------------------------*/

@media (max-width: 1500px) {
    .sidebar-holder {
        padding: 35px;
    }

    .sidebar-holder .formatted-hours td,
    .sidebar-holder .hours-note {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .sidebar-holder {
        padding: 25px;
    }

    .sidebar-holder .formatted-hours td,
    .sidebar-holder .hours-note {
        font-size: 14px;
    }

    .doc-row,
    .page-id-196 .single-team-member {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .doc-row .bio-side {
        max-width: 100%;
        margin-top: 25px;
    }

    .doc-row .photo-side {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 480px) {
    .gallery .pics {
        margin: 0 0 10px;
    }

    @supports (object-fit: cover) {
        .gallery .pics img {
            width: 300px;
            height: 300px;
        }
    }
}
