.slide-area{
    background: url(delivery2.PNG);
    background-position:top;
    background-size:cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    padding: 0;
}
.slide{
    padding: 50px;
    color: #fff;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
}
.slide h4{
    color: #ff2c2c;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 28px;
    font-weight: 700;
    
}
.slide h6{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.slide p{
    max-width: 50%;
    font-size: 20px;
    font-weight: 500;
    font-family: roboto;
}

/*===== Waybill Area =====*/
.waybill-area{
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    width: 90%;
    transform: translateY(-50%);
    margin: auto;  
}
.f-text{
    height: 45px;
    padding: 10px 12px;
    width: 350px;
    margin-right: 15px;
    border: 1px solid #999;
    border-radius: 5px;
}
.sbt{
    padding: 8px 20px;
    font-weight: 700;
    color: #eee;
    background: #999;
    border: 2px solid #999;
    border-radius: 5px;
}

/*===== Delivery OPtions Area=====*/
.f-box-cont{
    margin-bottom: 35px;
}
.f-box-cont h2{
    text-align: center;
    font-weight: 800;
    margin-bottom: 35px;
}
.f-box{
    padding: 15px;
    text-align: center;
}
.f-box img{
    height: 150px;
    width: 150px;
    border: 5px solid #d5d5d5;
    padding: 15px;
    border-radius: 50%;
}
.f-box h4{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 15px;
}

@media(max-width: 900px){
    .slide h4{
        font-size: 22px;
        margin-bottom: 0;
    }
    .slide p{
        max-width: 100%;
        font-size: 16px;
        font-weight: 500;
        font-family: Arial, Helvetica, sans-serif;
    }
/*===== Waybill Area =====*/
.waybill-area{
    transform: translateY(-40%);
}
    .waybill-area input{
        display: block;
        width: 100%;
    }
    .f-text{
        margin-bottom: 10px;
    }
/*===== Delivery OPtions Area=====*/
.f-box-cont h2{
    font-size: 22px
}
.f-box{
    padding: 15px;
    text-align: left;
}  
.f-box img{
    float: left;
    height: 100px;
    width: 100px;
    border: 5px solid #d5d5d5;
    margin-right: 15px;
}
    
}