@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {
	.head_right{
		display: none;
	}
	.hamburger{
		display: block;
	}
    .fixed-header .hamburger {
        top: 10px;
    }
	.main_menu{
		display: none;
	}
    .section_home{
		padding-bottom: 70px;
	}
    .home_txt {
        padding-top: 20px;
    }
    .section_features:after {
        width: 150px;
        height: 150px;
        top: -130px;
    }
    .section_join .row {
        flex-direction: column-reverse;
    }
    .img-status img {
        max-width: 100%;
    }
    .img-status:before {
        bottom: 10px;
        left: 30px;
    }
    .section_join:after {
        height: 200px;
        bottom: 70px;
    }
    #footer {
        padding: 0;
    }
    .logo-ft {
        text-align: center;
        margin-bottom: 20px;
    }
    .social-media {
        text-align: center;
        margin-top: 30px;
    }
    .list-site {
        padding-bottom: 20px;
        justify-content: center;
    }
    .bottom-ft {
        padding: 10px 10px 40px;
    }
    .copyright {
        text-align: center;
    }
   .flex-form {
        display: block;
    }
    .flex-form > div {
        width: 100%;
    }
    
}
@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 575px) {
	
	
}
@media screen and (max-width: 380px) {
	
}