body:not(.com_gridbox) .body {
    margin: 10px !important;
}
p {
  margin-bottom: 10px !important;
}

h2, h1 {
  margin-bottom: 15px !important;
}
h3 {
  margin-bottom: 9px !important;
}
@media (max-width: 1280px){
	body:not(.com_gridbox) .body {
	     padding: 0!important
	} }

input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  background: #efefef !important;
}

form-control  {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  background: #efefef !important;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  background: #efefef !important;
}
