/*your custom css goes here*/
.logo-bar-area {
    text-align: center;
}
.img-fluid {
    width: 100%;
}
.home-banner-area .banner {
    position: relative;
    opacity: 0.9;
}
.home-banner-area .store {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
}
.home-banner-area .medical .store {
    right: 50px;
    left: auto;
}
.home-banner-area .dental .store {
    left: 50px;
    right: auto;
}
.endless-area {
    background: url("/images/gold_bar.png");
    color: #fff;
    height: 100px;
    line-height: 100px;
}
.endless-area .content h4 {
    margin-top: 35px;
}
