.fs-title{display: none  !important;font-size:1rem !important;}
.fastb i{
	margin-right: 1rem;
	font-size:2.5rem;
	position: relative;
	top: 0.7rem;
}
.fastb{height: 6rem;padding-top: 12px;}

.onefirst{text-align: left;}


@media (max-width: 480px) {
    .footer_form a{  font-size:1.2rem;}
    .footer_form{height: 6rem;}
    .fastb{height: 3rem;}
}


@media (max-width: 767px) {
    .fastb{ height: 3rem;padding-top: 0px;}
   
    .footer_form{height: 6rem;}
   
    
    .fastb i{
	margin-right: 1rem;
	font-size:2.5rem;
	position: relative;
	top: 0.2rem;
}
    
}


@media (min-width: 768px) and (max-width: 979px){
    .fastb{ height: 3rem;padding-top: 0px;}
   
    .footer_form{height: 6rem;}
  
}
@media (min-width: 769px){
   
    .footer_form{height: 6rem;}
    
}

.fs-subtitle{
	color: #fff !important;
	font-size: 3rem;
}

.footer_form{
	z-index: 999;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px -3px 30px 0px rgba(50, 50, 50, 0.76);
    -moz-box-shadow:    0px -3px 30px 0px rgba(50, 50, 50, 0.76);
    box-shadow:         0px -3px 30px 0px rgba(50, 50, 50, 0.76);
}


.footer_form a{
    color: #fff;
    text-transform: uppercase;
}
.footer_form a:hover{
	color: #fff;
	font-size: 110%;
	 -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.fastb_bg{
    background: #e52b50;
    background: -moz-linear-gradient(top,  #e52b50 0%, #a01e2b 100%);
    background: -webkit-linear-gradient(top,  #e52b50 0%,#a01e2b 100%);
    background: linear-gradient(to bottom,  #e52b50 0%,#a01e2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52b50', endColorstr='#a01e2b',GradientType=0 );
}
.fastb2{

    background: #2aaf67;
    background: -moz-linear-gradient(top,  #2aaf67 0%, #1f8246 100%);
    background: -webkit-linear-gradient(top,  #2aaf67 0%,#1f8246 100%);
    background: linear-gradient(to bottom,  #2aaf67 0%,#1f8246 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aaf67', endColorstr='#1f8246',GradientType=0 );

}

