
@media screen and (min-width:240px) and (max-width:560px)  {
	.form {
    background: #000 none repeat scroll 0 0;
    float: right;
    height: 413px;
    margin-right: 7%;
    opacity: 0.7;
    width: 75% !important;
}

.testimonial_txt {
    color: #616161;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    margin-left: 35px;
    padding: 12px 1% 1%;
   
}


}


@media screen and (min-width:561px) and (max-width:980px)  {
	.form {
    background: #000 none repeat scroll 0 0;
    float: right;
    height: 413px;
    margin-right: 7%;
    opacity: 0.7;
    width: 45% !important;
}

.bg-gray { font-size: 17px !important;
    line-height: 20px  !important;}

.content {padding-top :0px !important; }
}
