.box-social .request-quote
  {
        width: 50%;
    float: right;
    }
.box-social .hover-quote
{
 width: 50%;
    float: right;
}
.box-social:hover .request-quote
{
display:none;
}
.box-social:hover #hoverquote
{
display:block!important;
}
@media only screen and (max-width:980px)
{
.box-social .request-quote
  {
        width: 50%;
    float:none;
    }
.box-social .hover-quote
{
 width: 50%;
    float: none;
}
}
@media only screen and (max-width:645px)
{
.box-social .request-quote
  {
        width: 100%;
    float:none;
    }
.box-social .hover-quote
{
 width: 100%;
    float: none;
}
}
form.contact-form{
   display:none !important;
}
.ninja-forms-submit{
background:red !important;
color:#FFFFFF !important;
border: 1px solid red !important;
font-size:20px !important;
padding:10px 10px 10px 10px;
}
.nf-response-msg{
font-size:24px !important;
}
