/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
 .mainmenu li a {
	padding: 0 12px;
} 
.header-area-content h1 {
	font-size: 40px;
}
.header-area-content h2 {
	font-size: 30px;
}	
.feature-text-right {
	max-width: 195px;
}	
	
	
	
	
	
	
	
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 .mainmenu li a {
	padding: 0px 15px;
	 font-size: 14px;
}
 .feature-text-right {
	max-width: 615px;
}
	
	
	
	
	
	
	
	
	
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

.mainmenu {
  display: none;
}
.mobilemenu-active {
  display: block;
}
.logo {
  text-align: center;
}
.header-area-content h1 {
	font-size: 24px;
}
.header-area {
	padding-top: 50px;
}
.header-area-content h2 {
	font-size: 18px;
}	
.inline-btn a {
	display: inline-block;
	width: 45%;
}	
.content {
	padding-bottom: 50px;
}	
.feature-tittle h2 {
	font-size: 20px;
}	
.feature-text h3, .feature-text-right h3 {
	font-size: 17px;
} {
	font-size: 17px;
}	
.feature-text-right {
	max-width: 190px;
}	
	
	
	
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.feature-text-right {
	max-width: 340px;
}
}