.header__top__right__social::after {
    display: none !important;
}

p a:hover {
    color: #000;
}
.header {
    z-index: 999;
    overflow: hidden;
    background: transparent;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
}
.header .container {
    max-width: 350px;
}
.header .container .row .header__menu {    
    background: rgba(89, 89, 89, 0.5);
    border-radius: 50px;
}
.header .future-icon {
    width: 20px;
}
.header .header__menu {
    display: grid;
    align-items: center;
}
.header .header__menu ul li {
    margin-left: 25px;
    margin-right: 0;
}
.header__menu ul li a:hover { 
    color: #FEFEFE;
}

.header a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.header a:hover {
    /* background: #ddd; */
    color: #FFF;
}




body.future-body {
    background-color: #f9efe7;
}

/* .future-section {
    min-height: 600px;
} */

.hero.future-section {
    background-image: url(../img/homepage-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    border-radius: 25px;
    margin: 20px;
    display: grid;
    place-items: center;
}
.hero.future-section h1 {
    font-size: 70px;
    color: #FFF;
}
.sub.future-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sub.future-section h2 {
    font-size: 50px;
    text-align: center;
}
.sub.future-section span {
    font-size: 20px;
    text-align: center;
    color: rgb(114, 115, 116);
}

.banner.future-section>img {
    width: 100%;
}

.banner.future-section h1{
    text-align: left;
}
.banner .banner-row {
    padding-top: 50px;
}

.banner .banner-row .col-md-7 {
    padding-left: 100px;
}

.banner-row .col-md-7 .accordion-item,
.banner-row .col-md-7 .accordion-button {
    background: transparent;
    border: 0;
}

.banner-row .col-md-7 .accordion-button::after {
    display: none;
}

/* .banner-row .future-info {
    padding-left: 20px;
    padding-bottom: 20px;
    color: #FC4C02;
} */

.fut.future-section {
    background-image: url(../img/man-running.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding: 100px 0;
    margin: 50px;
}

.fut.future-section .row {
    color: #FFF !important;
    max-width: 900px;
    margin: auto;
}

.fut.future-section .row .card {
    background-color: rgba(88, 88, 88, 0.4);
    color: #FFF;
    padding: 15px;
    margin-bottom: 35px;
}
.fut.future-section .row .card ul {
    padding: 0;
}

/* .img-info.future-section {
    
} */
.img-info.future-section .left-1 {
    background-image: url(../img/woman-running-outside.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0 100px 100px;

    border-radius: 25px;

    min-height: 700px;
    padding: 50px;
}
.img-info.future-section .right-1 {
    background-image: url(../img/exercise-imagery-with-icons.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7e7e8;
    background-size: 50%;
    margin: 50px 100px 100px 0;
    border-radius: 25px;
    min-height: 700px;
    padding: 50px;
}
.img-info.future-section .left-1 h4,
.img-info.future-section .left-1 p {
    color: #FFF;
}
.here.future-section {
    background-color: #ffee5c;
}
.here.future-section .row {
    padding: 50px 50px;
}
.here.future-section .row .footer__widget {
    display: grid;
    align-items: center;
    height: 100%;
}

#accordionInfo {
    padding-bottom: 35px;
}



/* videos */
#dashboard {
    margin: 0 25px;
}
#dashboard .col-vid {
    max-height: 400px;
    height: 100%;
    margin-bottom: 35px;
}


/* Footer */

footer.footer {
    background-color: black;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a,
.footer span,
.footer .footer__about ul li,
.footer .footer__widget ul li a {
    color: #FFF;
}


