.headd-banner{
    margin-top: 17px;
    min-height: 450px;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.8)),url(../img/courier/5.jpg);
    /* background-size: cover; */
    position: relative;
}
.carooo{
    height: 450px;
    width: 100%;
}
.overlay{
    background: rgba(0,0,0,0.4);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 90;
}
.otherz{
    padding: 56px 0;
    background: #fff;
    background-image:linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.9)),url(../img/courier/plane.gif);
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
}
.hi{
    height: 400px;
    width: 100%;
}
.otherz_in{
    padding: 50px 0;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.8)),url(../img/courier/5.jpg);
    background-attachment: fixed;
}