.logo{
    top:0 ;
}
label{
    top: 5%;
}
label i{
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;

}
.home-text h1{
    font-size: 36px;
}
.home-text p{
    font-size: 14px;
}
.home-text .btn-box{
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    
}
.home-text .btn{
    margin-bottom: 20px;
}
nav{
    width: 50%;
}
/* ----------features---------- */

.title h1{
    font-size: 25px;
}
.features-row{
    /* flex-direction: column-reverse; */
    /* border: 2px solid red; */
}
.features-col-text{
    flex-basis: 100%;
}
.features-col-img{
    flex-basis: 100%;
    /* margin-right: 50px; */
    flex-shrink: 1;
    /* margin-top: 30px; */
}
.features-col-img img{
    max-width: 100%;





}
/* --------------services------------ */
.service-col{
    flex-basis: 100%;
    margin-bottom: 20px;
}
.image3{
    object-position: 80% 0%;

}
.service-col img{
    object-position: 80% 0%;
    max-width: 100%;
}
/* ----------testi-- */
.testimonial-col{
    flex-basis: 100%;
    margin-bottom: 20px;
}
/* ------------footer-- */
.detail-left,.detail-right{
    flex-basis: 100%;
}
.details-row i{
    margin: 0px 5px;
}
.details-row p{
    margin: 0;
    line-height: 30px;
    font-size: 14px;
}