body p{
  color:#000;
}
#header-sticky .container-fluid {
  width: 100% !important;
  max-width: 1200px;
}
.hot{
  margin-top: 10px;
  position: absolute;
  z-index: 999;
  margin-left: 10px;
  width: 60px;
}
#nf-form-title-1 h3 {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.call-now{
	background-color:#8a0000;
	padding:10px 20px;
	border-radius:10px;
	color:#fff;
}
.call-animate {
  background: red;
  animation: mymove 5s infinite;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
@keyframes mymove {
  from {background-color: red;}
  to {background-color: blue;}
}
@media screen and (min-device-width:300px) and (max-device-width:600px) {
h5{
  font-size:20px !important;	
}
.call-animate{
  font-size:16px;
	width:100%;
	float:left;
}
 .call-now {
    font-size: 16px;
    width: 100%;
    float: left;
    margin: 10px 0 !important;
  }
.mean-bar{
  display:none !important;
}
h1{
  font-size:20px !important;
}
#menu-main-menu {
    display: block !important;
    margin-top: -80px;
    right: 0 !important;
    text-align: right !important;
    width: 33% !important;
}
.mean-container .mean-nav ul li a{
	text-align:right !important;
	border:0 !important;
}
}