*{
    margin: 0px;
    padding: 0px;
}


body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}


.clean-sec{
    background: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px 0px;
}

.bann-had{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
}

.logo_sec img{
    width: 100px;
    padding: 0;
}


.inp-sec{
    width: 100%;
    height: 40px;
    padding-left: 15px;
    margin-bottom: 10px;
    background:  transparent;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 100px;
    color: #fff;
    font-weight: 100;
}

.inp-sec-mess{
    width: 100%;
    height: 100px;
    padding-left: 15px;
    margin-top: 10px;
    padding-top: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 10px;
    color: #fff;
}


.form-section{
    background: rgba(0, 0, 0, 0.38);
    overflow: hidden;
    clear: both;
    padding: 25px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.inp-sec-btn{
    padding: 8px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.58);
    margin-top:  10px;
    border-radius: 100px;
}

.cont-text{
    margin: 0px 0px;
    background: rgba(0, 0, 0, 0.38);
    padding: 15px 10px;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
}


.clean-icon img{
    background: #00b19b;
    padding: 30px 30px;
    border-radius: 100%;
}

.cleaning-1{
    background: rgba(0, 0, 0, 0.38);
    padding: 50px 30px;
    border-radius: 28px 116px;
    min-height: 440px;
}

.clean_para h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
}


.cleaning-ul li{
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
    position:  relative;
    margin-left: 30px;
    color: #fff;
}

.cleaning-ul li:before{
    content: url(../images/right-arrow.png);
    position:  absolute;
    top: 3px;
    left: -18px;
}

.logo-section-s{
    margin-bottom: 30px;
}


.clean-aside{
    width: 350px;
    float: right;
}



.footer{
    background: #000
}


.footer p{
    margin: 0;
    color: rgba(255, 255, 255, 0.36);
    font-size: 14px;
    font-weight: 100;
    padding: 10px 0px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
        font-weight: 100;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
        font-weight: 100;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
        font-weight: 100;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
        font-weight: 100;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*----------------responsive design-----------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/



@media(min-width:320px) and (max-width:767px){
    
    
    .clean-aside {
        width: 100%;
        float: none;
    }
    
    
    .cleaning-1{
        margin-bottom: 25px;   
    }
    
}








