 .anchor-bar2 {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
    left: 0
}

@media (max-width: 768px) {
    .anchor-bar2 {
        top:0!important
    }
}

.anchor-bar2 .anchor-inner {
    padding: 0;
    margin: 0 15px;
    border-top: 1px solid #c6c7c9
}

@media (max-width: 768px) {
    .anchor-bar2 .anchor-inner {
        border-top:none
    }
}

.anchor-bar2 .rewards-links {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center;
    justify-content: center
}

.anchor-bar2 .rewards-links li {
    position: relative;
    margin-bottom: 0;
    padding: 20px
}

@media (max-width: 768px) {
    .anchor-bar2 .rewards-links li {
        padding:10px
    }
}

.anchor-bar2 .rewards-links li:before {
    content: "";
    display: block;
    height: calc(100% - 30px);
    width: 1px;
    background-color: #c6c7c9;
    position: absolute;
    right: 0;
    top: 15px
}

.anchor-bar2 .rewards-links li:last-child:before {
    content: none
}

.anchor-bar2 .rewards-links li.active:after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #006ac3;
    position: absolute;
    bottom: 0
}

@media (max-width: 768px) {
    .anchor-bar2 .rewards-links li.active:after {
        left:15%
    }
}

.anchor-bar2 .rewards-links li.active a {
    color: #000;
    font-weight: 500
}

#future-title:after, #protect-title:after, #bank-title:after, #offer-title:after {
    content: '';
    display: block;
    /*margin-top: 15px;*/
    margin: 15px auto;
    width: 95px;
    height: 6px;
    background-color: #fedf01;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

@media (max-width: 639px) {
    .laptop-img{
        margin: 0 auto !important;
    }
    #anchor-bars li{
        text-align: left !important;
    }
    #anchor-bars {
        width: 100vw !important;
    }
    .anchor {
        top: 5em !important;
    }
}

.anchor {
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}