.house-suppply-contanier{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    position:absolute;
    bottom:200px;
    left: 15%;
}
.footer{
    width: 100vw;
    position:fixed;
    left:0;
    bottom: 0;
}
.formconatnier{
    display: flex;
    justify-content: space-between;
    width: 90%;
}
form,form .item-form{
    width: 90%;
}
.item-form{
     margin-bottom: 10px;
     display: flex;
}
input{
    flex:1;
    height: 40px;
    font-size: 16px;
    background: #f1f1f1;
    border-radius: 3px;
    border:none;
    outline: none;
    text-indent: 20px;
}
select{
    width: 80px;
    height: 40px;
    font-size: 16px;
    outline: none;
    border:none;
    border-right: 1px solid #CCC;
    background: #f1f1f1;
    border-radius: 3px 0 0 3px;
}
.header{
    font-size: 24px;
    color:#333;

}
.process{
     background: url("../images/process.jpg") no-repeat;
     width:50%;
     height: 90px;
     background-size:100% 100%;
     
}
.black{
    font-size: 16px;
    color:#333;
}
.grey{
    color:#999;
    font-size: 14px;
}
.code button{
    background: #FF000E;
    color:#fff;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    border:none;
    outline: none;
}
.btn-submit button{
    background: #FF000E;
    color:#fff;
    font-size: 16px;
    border-radius:5px;
    border:none;
    outline: none;
    padding:10px 60px;
}
@media (max-width: 768px){
   
.formconatnier{
    flex-direction: column;
    width: 100%;
}
.house-suppply-contanier{
    position:inherit;
    width: 100vw;
    left: 0;
    margin-bottom: 100px;
  
}
input,button{
    font-size: 14px !important;
}
 form{
    display:block;
     width: 100%;
     
 }
 form, form .item-form {
    width: 100%;
}
.process {
   
    width: 100%;
    height: 90px;
 
   }
   .hidden-sm{
    display: none;
}
}
