

.search-bar{
    width: 300px;
    display: block;
 float: right;
}
.bannerTop{
    background: url('../assets/lab-breadcumb.jpg');
    height: 55vh;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.greenText{
    color: #6CB038;
}