#responsive-form{
	max-width:100% /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:95%;
}
.form-row{
	width: 100%;
}
.column-3, .column-12{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 1200px) { 
	.column-3{
		width: 25%;
	}
.google-partner-badge {
    position: fixed;
    top: 400px;
    right: 0px;
    z-index: 999999 !important;
    display: block;
}
.ccw_plugin{right: 119px !important;bottom: 6px !important;}
}
@media only screen and (max-width: 768px) 
{
body{
overflow-x: hidden !important;
}
.google-partner-badge {
display:none;
}
.ccw_plugin{right: 75px !important;}
}
@media (min-width: 320px) and (max-width: 600px) {
  
  .moblieonly {
    display: block !important;
  }

  .moblietextonlycenter {
    text-align: center !important;
  }
  .footerbtn {
    position: fixed;
    padding: 3px 10px;
    bottom: 0;
    width: 100% !important;
    background: rgb(228, 54, 117);
  }
  .footer_svg {
    width: 30px !important;
    margin-top: 9px;
    margin-right: -5px;
  }
  .footerbtn a {
    color: white !important;
  }

  .footer_btn_space {
    margin-bottom: 25px;
  }
}
