@media (max-width: 999px) and (min-width: 100px){
	.container{
		width: 100%;
	}
	.how_to_work ._desc {
	    padding: 5px;
	    font-size: 12px;
	}
}

@media (max-width: 999px) and (min-width: 768px){
	.main_banner .phone_in_hand {
	    max-width: 90%;
	    height: auto;
	}
	
	.how_choose .flexbox {
	    margin-bottom: 30px;
	}
	.how_choose .child {
	    margin-bottom: 0px;
	    height: 100%;
	}
	.how_choose .child img {
	    display: none;
	}
}


@media (max-width: 767px) and (min-width: 100px){

	.servicesable_region a.left.carousel-control{
		left: -15px;
	}
	.servicesable_region a.right.carousel-control{
		right: -15px;
	}
	.main_banner ._hea{
	    font-size: 22px;
	}
	.main_banner .banner_pera {
	    font-size: 14px;
	}
	.main_banner .banner_dwnbtn {
	    font-size: 14px;
	}
	.how_to_work ._hea, .servicesable_region ._hea, .how_choose ._hea {
	    font-size: 22px;
	}
	.how_to_work ._desc .number {
	    padding: 5px 0px;
	    font-size: 14px;
	}
	.how_to_work .flexbox .flex_child img {
	    max-width: 90%;
	}
	.how_choose .child ._desc .choose_pera {
	    font-size: 12px;
	}
	.how_choose .child ._desc .choose_hea {
	    font-size: 13px;
	}
	.how_choose .child ._desc {
	    padding: 8px;
	}
	.how_choose {
	    padding: 25px 0px 20px 0px;
	}
	.how_to_work {
	    padding: 25px 0px;
	}
	.how_choose ._hea {
	    margin-bottom: 20px;
	    margin-top: 0px;
	}
	.how_to_work ._hea {
	     margin-bottom: 20px;
	    margin-top: 0px;
	}
	.servicesable_region ._hea {
	    margin-bottom: 25px;
	    margin-top: 0;
	}
	.servicesable_region .slider_desc img {
	    max-width: 100px;
	    margin-right: 10px;
	}
	.servicesable_region .count {
	    font-size: 25px;
	}
	.servicesable_region p {
	    font-size: 12px;
	}

	.about_us {
	    padding: 10px 0px;
	}
	._hea {
	    font-size: 22px;
	}
	.about_us p {
	    font-size: 14px;
	}
	.contact_us {
	    padding: 10px 0px;
	}
	.contact_us p {
	    font-size: 14px;
	}
	.contact_us .contact_form {
	    margin-bottom: -10px;
	}

}

@media (max-width: 479px) and (min-width: 100px){

	
	.how_choose .child img {
	    display: none;
	}
	.how_choose .child {
	    margin-bottom: 15px;
	}
	.col-xxs-12{
		width: 100%;
	} 
}


@media (max-width: 767px) and (min-width: 600px){
	.how_to_work .flexbox .flex_child img {
	    max-width: 70%;
	}
}
@media (max-width: 599px) and (min-width: 100px){
	.how_to_work .flexbox .flex_child img {
	    max-width: 50%;
	}
}


@media (max-width: 767px) and (min-width: 100px){

	.flexbox.blog_conn {
	    display: block;
	}
	.flexbox.blog_conn img{
	    margin:0 auto;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.blog_detail .post_title_conn .blog_time {
	    float: none;
	    text-align: center;
	    padding: 13px 2% 13px;
	    border-right: 0px solid #eeeded;
	    border-bottom: 1px solid #eeeded;
	    margin-right: 0px;
	}
	.blog_detail .post_title_conn .post_title ._hea {
	    font-size: 22px;
	}
	.blog_detail .post_desc_conn h2._hea {
	    font-size: 20px;
	}
}