.slides .text-center a img{
	height: 200px !important;

}



@media only screen and (min-width : 1224px) {
	#news .flickity-slider{
  left : 20% !important;
}
#testimonial .testimonial
{
	left:100% !important;
}
}
@media only screen and (max-device-width: 737px){
	#news .flickity-slider{
  left : 0px !important;
}
#testimonial .testimonial
{
	left:0% !important;
}
}

#subscribebtn{
	background: #5cb85c;
    border-color: #5cb85c;
}

#mobileapp{
	border: 1px solid #4891e3;
}
#appmobile{
	text-align: left;
}
  
 
.back-to-top i {
 
  font-size: 20px;
 
}
 
#reg{
    display: none;
}
#login{
    display: none;
}

#helpinfo
{
   background-color:black;

}
input.invalid, textarea.invalid{
    border: 2px solid red;
}

input.valid, textarea.valid{
    border: 2px solid green;
}