.module-229 .ry-slider-wrp h1 {
	-webkit-text-fill-color: rgb(255, 255, 255) !important;
} 


.module-229 .ry-slider-wrp span {
	color: #f3c140 !important;
}

.modal-dialog {
    width: 800px !important;
}

div#ry-section-team .ry-heading-wrp span1 {
    font-family: Poppins;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
}



div#ry-section-team a.ry-btn.ry-btn-primary {
    margin-top: 1em;
    color: #000;
    z-index: 1;
}

div#doctor-block {
    margin-top: 5em;
}

div#doctor-block .ry-each {
    width: 48%;
}

div#doc-content li {
    list-style: none;
}

div#ry-section-team span.span-1 {
    color: #dab458;
    font-family: 'Cinzel', serif;
    font-size: 55px;
}

div#biocontent-right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40%;
    position: relative;
}

div.headshot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.biocontent-left p {
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    margin-top: 1.5em;
}

div#biocontent-right:before {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #dab458;
    top: -15px;
    left: -15px;
    z-index: -1;
    display: block !important;
}