.product-desc p
{
	color:#333!important;
	font-size:16px!important;
}
.product-desc ul li
{
	list-style:disc!important;
	margin-left:40px;
	color:#333;
}
.form .form-control {
    height: 60px;
    background-color: transparent;
    box-shadow: none;
    color: #3a3d44;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid rgba(120, 120, 120, 0.5);
	background:#fff;
}
.form textarea {
   
    background-color: transparent;
    box-shadow: none;
    color: #3a3d44;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid rgba(120, 120, 120, 0.5);
	background:#fff;
}