.requestBar{
    background: #30587c;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}


#requestBarText,
#requestBarText {
    color: #fff !important;
}

.scrolled-passed-header #requestBar {
    top: 0;
    bottom: auto;
}

.sticky-wrapper{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.image-round-container {
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    height: 70px;
    width: 70px;
}

.image-round-container-xl {
    background-position: center;
    background-size: cover;
    border-radius: 100px;
    height: 200px;
    width: 200px;
}

.logo_styles_footer .media-object{
    max-height: 200px !important;
}
@media (max-width: 768px) {
    .need-more-inf {
        display: none;
    }
}
.need-more-inf__title{
    text-transform: uppercase;
    font-size: 18px;
}

.need-more-inf__sub-title{
    font-size: 18px;
}

.need-more-inf__text{
    font-size: 14px;
    color: #646464;

}

.need-more-inf .consult_card{
    width: 100% !important;
}

.need-more-inf .img-responsive{
    border-radius: 50px;
}

.fr-include-block{
    margin: 10px 0;
    background: #eee;
    padding: 20px;
    float: left;
    width: 100%;
    color: #616161;
}

.fr-include-block h3{
    margin-top: 10px;
    color: #000;
}