
.porduct-order-agile {
width:60%;
padding: 2.5em 3em 3em;
margin: 0em auto;
-webkit-box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
-moz-box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
background: #fff;
}
.form-group input[type="text"],.form-group input[type="email"],.form-left-to-w3l input[type="text"],select.form-control {
width: 100%;
color: #000;
outline: none;
font-size: 17px;
padding: .6em 1em;
margin: 10px 0px 9px;
border: 1px solid #000;
-webkit-appearance: none;
display: inline-block;
background: rgb(255, 255, 255);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
box-sizing: border-box;
}
.form-group p,.form-left-to-w3l p,.order-list p{
color: #000;
font-size: 15px;
letter-spacing: .5px;
text-transform: capitalize;
}
.order-list {
margin-top: 14px;
}
button[type=submit] {
width: 100%;
background: #34c9ff;
outline: none;
color: #fff;
margin: 19px 0px 0px;
font-size: 15px;
font-weight: 400;
border: none;
padding: 10px 10px;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
button[type=submit]:hover{background:#000;
color:#fff;}
.copy {
padding: 30px 0px;
}
