html .bg-color-secondary, html .bg-secondary {
    background-color: #25272c !important;
}
.custom-home-intro {
    padding: 20px 0 20px 0;
}
.home-intro {
    background-color: #212529;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 38.4px 0;
    padding: 2.4rem 0;
    position: relative;
    text-align: left;
}
.parallaxfont{
	font-family: "Poppins", sans-serif;
	font-size:25px;
}

.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
    margin: 70px 0;
    padding: 50px 0;
}
section.section.section-parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0;
}
section.section {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}
.custom-parallax-bg-pos-left {
    background-position-x: 0% !important;
}
.parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    clear: both;
}
.medical-schedules {
    margin: -47px 0 0 0;
}