#services{
flex-direction: column;
}

#home{
    padding: 0px 7px;
    height: 100%;
    margin-top: 72px;
}
.inputt{
    position:static;
    /* top: 150px;
    left: 22%; */
    color: white;
}

#weblogo{
    display: block;
}
#navbar
{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
#navbar ul{
    /* flex-direction: column; */
    display: flex;
    position:static;
    justify-content: center;
    align-items: center;
    /* left: 50%; */
}
#navbar ul li{
    font-size: 0.9rem;
}

#client-section{
    overflow:hidden;
    position: relative;
    height: 100%;

}

#client{
    display: flex;
    flex-direction: column;
}


.services-container{

    height: 100%;
    padding-bottom:30px ;
}
.h-primary{
    font-size: 1.4rem;
}

#home p {
font-size: 1.0rem;
}

.iteam{
    padding: 10px 10px ;
    margin: 5px 5px ;
    
}


.contact-box form{
    width: 60%;
}


.client-iteam img{
    height: 100px;
}

.swigy img{
    height: 60px;
}
#services .box{
    padding: 9px 20px;
    margin: 13px 26px
}