@media (orientation: portrait) {
	.section_hero svg{
		width: 100%;
		height: auto;
	}
	#section1, .section_hero{
		height: auto;
	}
	.features_img_wrap img{
	    width: 100%;
	    max-width: 250px;
	    margin: 0 auto 20px auto;
	    display: block;
	}
	.types_of_visitors {
	    width: 110px;
	}
	.types_of_visitors img{
	  width: 100%;
	}

}
@media (min-width: 992px) {
    .section_hero svg{
      width: 75%;
      /*position: absolute;
      top: 20%;
      left: 0;
      right: 0;
      margin: auto;*/
    }
	.blog .social_follow_fixed{
	  position: fixed;
	}
	.blog .social_follow_fixed .input-group{
	  width: 420px;
	}
}
