 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Play:wght@400;700&display=swap');

a
{
text-decoration:none;
}
body
{
font-family: 'Play', sans-serif;
}
.fix-bg {
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    color: #1a1e49;
}
.d-slider-caption {
    color: #fff !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    font-style: italic;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
}
.d-slider-caption br {
    display: none;
}
.max-1000>.container {
    max-width: 1000px !important;
}
.max-900>.container {
    max-width: 900px !important;
}
.max-width-900 {
    max-width: 900px !important;
   margin:0 auto;
}
img
{
 max-width: 100%;
}
.d-con-slider .d-slider-item .d-appointment-button, .d-con-button a {
    color: #fff;
    font-weight: 700;
    transition: all 0.5s;
    text-transform: uppercase;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    margin: 10px 0;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.5);
    font-size: 16px !important;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.home-affiliations img {
    display: inline-block;
    margin: 15px 20px 30px;
    max-width: 200px;
}
.home-affiliations {
    text-align: center;
    margin-bottom: 30px;
}
