

@media only screen and (max-width: 980px) {
	.dvformoffer {
    width:96% !important;
	padding-left:2%;
	padding-right:2%; 
}
.dvformoffer div{
	
	float:left;
	width:100%;
}

	.dvformoffer table {
		float:left;
    width:100% !important;
	display:block;
}
	.dvformoffer table tbody{
		float:left;
    width:100%;
	display:block;
}

	.dvformoffer table tbody tr{
		float:left;
    width:100%;
}

.dvformoffer table tbody tr:nth-child(3){
		margin-top:-50px;
}

.dvformoffer table tbody tr:nth-child(4){
		float:left;
    width:100%;
	margin-top:-32px;
}

.dvformoffer table tbody tr td {


    padding-bottom: 2px;
    padding-top: 1px;
	float:left;
	width:30% !important;
	margin: 1px 3% 1px 0 !important;
}

.dvformoffer table tbody tr td .formtxt{
	
	float: left;
	width: 94% !important;
	padding:3%;

}

.formbtn{
float:right !important;
margin:10px -5px 0 0 !important;

}


}