/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    
    .button_mobile{
        display: block;
    }
    .header_bottom_texts h1 span {
	font-size: 36px;
	margin-bottom: 15px;
}
    .header_bottom_texts h3 {
	font-size: 20px;
}
    .work-from-home-img img {
	margin-top: 60px;
	width: 100%;
}
    .advantage_single img {
	width: 55px;
	height: 55px;
}
    .advantage_single h4{
        font-size: 14px;
    }
    .man_man {
	width: 72px;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
 .benifits_single{
        width: 100%;
    }
        .header_bottom_texts h1 span {
	font-size: 26px;
	margin-bottom: 15px;
}
    .header_bottom_texts h3 {
	font-size: 20px;
}
    .work-from-home-img img {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
    .button_mobile{
        display: none;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    .benifits_single{
        width: 50%;
    }
    .header_texts h1 {
	font-size: 60px;
}
    .header_texts p {
	font-size: 28px;
}
    .main_menu {
	padding-top: 20px;
	padding-bottom: 200px;
}
    .footer_content {
	padding-bottom: 10px;
	padding-top: 100px;
}
    .navbar {
	text-align: center;
	display: block;
}
    .work-from-home-img img {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}
    .advantage_single img {
	width: 50px;
	height: 50px;
}
    .advantage_single h4{
        font-size: 14px;
        font-weight: bold;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 240px) and (max-width: 479px) { 
    .benifits_single{
        width: 100%;
    }
    .header_texts h1 {
	font-size: 60px;
}
    .header_texts p {
	font-size: 28px;
}
    .main_menu {
	padding-top: 20px;
	padding-bottom: 200px;
}
    .footer_content {
	padding-bottom: 10px;
	padding-top: 100px;
}
    .last_btn{
        font-size: 16px;
    }
    .navbar {
	text-align: center;
	display: block;
}
    .advantage_single img {
	width: 40px;
	height: 40px;
}
    .advantage_single h4{
        font-size: 12px;
        font-weight: bold;
    }
    .man_man {
	width: 72px;
	right: 60px;
	bottom: 0px;
}
}