/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {
	.section-title {
		width: 70%;
	}
}

@media only screen and (max-width : 1200px) {
	.section-title {
		width: 70%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

	.box-header-wrap .navbar-default {
		margin: 0;
	}
	.box-header-wrap .navbar-default .navbar-nav>li>a {
		padding: 30px 20px 30px;
	}
	.how-works-area .right img {
		margin-top: 40px;
	}
	.features-area .single .icon-holder i::after {
		right: -35px;
		width: 20px;
	}
	.features-area .single::after {
		right: -35px;
	}
	.features-area .right .single::after, .features-area .right .single .icon-holder i::after {
		left: -35px;
	}
	.people .single .skew-shape:before {
		border-left: 470px solid #eeeeee;
	}
	.packages .single:before, .team-members .single .img-holder:before {
		border-left: 295px solid #4776e6;
	}
	.packages .single:after, .team-members .single .img-holder:after {
		border-top: 510px solid #4776e6;
	}
	.team-members .single .img-holder:after {
		border-top: 350px solid #4776e6 !important;
	}
	.our-team-area .single .socials li i {
		font-size: 18px;
		padding: 10px;
	}
	.subscribe-area .email {
		min-width: 250px;
	}
	.subscribe-area button {
		padding: 0 15px;
	}
	.short-text {
		margin-bottom: 50px;
	}
	
	.customer_item {
		width: 23%;
		margin: 0 1%;
		box-sizing: border-box;
	}
	
	/* 新样式 */
	.value_item,.price_item {
		width: 48%;
	}
	.quantum_model_item {
		width: 30%;
	}	 
	.section-title {
		width: auto;
	}
	/* 新样式 end*/
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.box-header-wrap .navbar-header {
		float: none !important;
		width: 100%;
	}
	.box-header-wrap .navbar-brand {
		padding: 15px 0;
		float: none;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.navbar-brand>img {
		display: block;
		margin: 0 auto;
	}
	.box-header-wrap .navbar-default .navbar-collapse{
		float: none !important;
		text-align: center;
	}
	.box-header-wrap .navbar-default {
		margin: 0;
	}
	.banner-image img {
		margin-top: 60px;
	}
	.how-works-area .right img {
		margin-top: 40px;
	}
	.features-area .single {
		min-height: 245px;
	}
	.features-area .single h3 {
		font-size: 18px;
	}
	.features-area .single p {
		line-height: 25px;
	}
	.features-area .single .icon-holder i {
		font-size: 40px;
		padding-right: 15px;
	}
	.features-area .right .single .icon-holder i {
		padding: 25px 0 0 15px;
	}
	.features-area .right .single::after, .features-area .right .single .icon-holder i::after {
		left: -8px;
	}
	.features-area .single .icon-holder i::after {
		right: -8px;
		width: 13px;
	}
	.features-area .right .single .icon-holder i::after {
		right: -35px;
		width: 13px;
	}
	.features-area .single::after {
		right: -8px;
	}
	.feature-img img {
		margin: 60px auto 0;
	}
	.people .single .skew-shape:before {
		border-left: 360px solid #eeeeee;
	}
	.people .owl-item:nth-child(even) .single .skew-shape:before {
		border-right: 350px solid #eeeeee;
	}
	.overlay-video-area .overlay, .get-app-area .overlay {
		padding: 100px 0;
	}
	.packages .single:before, .team-members .single .img-holder:before {
		border-left: 220px solid #4776e6;
	}
	.team-members .single .img-holder:after {
		border-top: 260px solid #4776e6 !important;
	}
	.our-team-area .single .socials li i {
		font-size: 14px;
		padding: 10px 6px;
	}
	.packages .single:after, .team-members .single .img-holder:after {
		border-top: 484px solid #4776e6;
	}
	.packages .single .name {
		padding: 10px 0;
		font-size: 20px;
		width: 140px;
	}
	.download-from-store a img {
		width: 200px;
	}
	.subscribe-area div {
		float: none !important;
		text-align: center;
		display: inline-block;
	}
	.subscribe-area h4 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.contact-form .name {
		margin-right: 2.6%;
	}
	.short-text {
		margin-bottom: 50px;
	}
	.short-text .socials li a i {
		font-size: 12px;
	}

    .box-header-wrap .navbar-default .navbar-nav>li {
		display: block;
		text-align: left;
		padding-bottom: 0;
	}
    .box-header-wrap .navbar-default .navbar-nav>li>a {
        padding: 5px 5px 5px 10px;
    }
	
	/* 新样式 */
	.home_first_main {
		margin: 0;
	}
	.header_level {
		width: 100%;
		box-sizing: border-box;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0);
		z-index: 15;
		min-width: 150px;
		background: transparent;
	}
	.header_level_item {
		width: 100%;
		height: 33px;
		margin: 0;
		box-sizing: border-box;
		padding: 0 10px 0 20px;
		line-height: 33px;
		color: #303030;
		font-weight: bold;
		font-size: 13px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.header_level_item:hover {
		background: transparent;
	}
	.home_architecture {
		padding: 0 15px;
	}
	.single h4 {
		padding:  0 20%;
		text-align: left;
	}
	.customer_list {
		padding: 0 15px;
	}
	.customer_item {
		width: 31%;
		margin: 0 1%;
		box-sizing: border-box;
	}
	.customer_item_img {
		height: 95px;
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #dedede;
		text-align: center;
		overflow: hidden;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.customer_item_img img {
		width: 100%;
	}
	.value_item,.price_item {
		width: 100%;
		margin: 40px 0 0 0;
	}
	.value_item_text {
		padding: 0 15%;
	}
	.pain_points {
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.quantum_model_item {
		width: 97%;
	}
	
	.overview-area {
		padding: 40px 0 20px 0;
	}
	.overviews .single {
		margin-top: 20px;
	}
	.new_section,.how-works-area {
		padding: 20px 0 20px;
	}
	.customer_title {
		margin-top: 0;
	}
	.how-works-area .section-title {
		margin-bottom: 20px;
	}
	.small_section {
		padding: 40px 0 20px 0;
	}
	
	.effect_section {
		padding-top: 40px;
	}
	.section-title {
		width: auto;
	}
	.banner-text .top {
		font-size: 24px;
	}
	.section-title h2 {
		font-size: 24px;
	}
	.first_page section {
		padding: 40px 0 20px 0;
	}
	.section-title h2 {
		margin-bottom: 10px;
	}
	.product_tip_router {
		padding: 0 15% !important;
	}
	.banner-text p {
		letter-spacing: 0px;
	}
	.about_us_title_top {
		font-size: 24px;
	}
	.about_us_title_bottom {
		font-size: 18px !important;
	}
	/* 新样式 end*/
}

@media only screen and (max-width : 480px) {

	.box-header-wrap .navbar-brand {
		padding: 15px 0;
	}
	/* .navbar-default .navbar-toggle {
		margin-top: 45px;
	} */
	.box-header-wrap .navbar-default .navbar-nav, .box-header-wrap .navbar-default .navbar-nav li {
		width: 100%;
	}
	.box-header-wrap .navbar-default .navbar-nav>li {
		display: block;
		text-align: left;
		padding-bottom: 0;
	}
    .box-header-wrap .navbar-default .navbar-nav>li>a {
        padding: 5px 5px 5px 10px;
    }
	.banner-image img {
		margin-right: auto;
		margin-left: auto;
	}
	.features-area .single {
		text-align: center;
		min-height: 200px;
		padding-bottom: 0;
	}
	.features-area .single:after, .features-area .single .icon-holder i::after {
		content: unset;
	}
	.features-area .single .icon-holder i, .features-area .right .single .icon-holder i{
		padding: 0 0 20px;
	}
	.feature-img img {
		margin: 60px auto;
	}
	.screenshots.owl-carousel .owl-item img {
		max-width: 250px;
		margin: 0 auto;
	}
	.people .single {
		margin: 0 15px;
	}
	.people .single .texts {
		width: auto;
		margin-right: 15px;
	}
	.people .single .skew-shape:before {
		border-left: 320px solid #eeeeee;
	}
	.people .owl-item:nth-child(even) .single .skew-shape:before {
		border-right: 340px solid #eeeeee;
	}
	.team-members .single, .packages .single {
		margin-bottom: 70px;
	}
	.packages .single:before, .team-members .single .img-holder:before {
		border-left: 320px solid #4776e6;
	}
	.team-members .single .img-holder:after {
		border-top: 380px solid #4776e6 !important;
	}
	.download-from-store {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.subscribe-area {
		padding: 30px 0;
	}
	.subscribe-area h4 {
		font-size: 16px;
	}
	.subscribe-area h4 i {
		font-size: 20px;
		padding-right: 6px;
	}
	.subscribe-area .email {
		min-width: 200px;
	}
	.contact-form {
		margin: 0 15px;
	}
	.contact-info{
		text-align: center;
	}
	
	/* 新样式 */
	.home_first_main {
		margin: 0;
	}
	.header_level {
		width: 100%;
		box-sizing: border-box;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0);
		z-index: 15;
		min-width: 150px;
		background: transparent;
	}
	.header_level_item {
		width: 100%;
		height: 33px;
		margin: 0;
		box-sizing: border-box;
		padding: 0 10px 0 20px;
		line-height: 33px;
		color: #303030;
		font-weight: bold;
		font-size: 13px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.header_level_item:hover {
		background: transparent;
	}
	.home_architecture {
		padding: 0 15px;
	}
	.single h4 {
		padding:  0 20%;
		text-align: left;
	}
	.customer_list {
		padding: 0 15px;
	}
	.customer_item {
		width: 31%;
		margin: 0 1%;
		box-sizing: border-box;
	}
	.customer_item_img {
		height: 95px;
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #dedede;
		text-align: center;
		overflow: hidden;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.customer_item_img img {
		width: 100%;
	}
	.value_item,.price_item {
		width: 100%;
		margin: 40px 0 0 0;
	}
	.value_item_text {
		padding: 0 15%;
	}
	.pain_points {
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.quantum_model_item {
		width: 97%;
	}
	
	.overview-area {
		padding: 40px 0 20px 0;
	}
	.overviews .single {
		margin-top: 20px;
	}
	.new_section,.how-works-area {
		padding: 20px 0 20px;
	}
	.customer_title {
		margin-top: 0;
	}
	.how-works-area .section-title {
		margin-bottom: 20px;
	}
	.small_section {
		padding: 40px 0 20px 0;
	}
	
	.effect_section {
		padding-top: 40px;
	}
	.section-title {
		width: auto;
	}
	.banner-text .top {
		font-size: 24px;
	}
	.section-title h2 {
		font-size: 24px;
	}
	
	.first_page section {
		padding: 40px 0 20px 0;
	}
	.section-title h2 {
		margin-bottom: 10px;
	}
	.product_tip_router {
		padding: 0 15% !important;
	}
	.banner-text p {
		letter-spacing: 0px;
	}
	.about_us_title_top {
		font-size: 24px;
	}
	.about_us_title_bottom {
		font-size: 18px !important;
	}
	/* 新样式 end*/







}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
	.section-title {
		width: auto;
	}
	.banner-text .top {
		font-size: 24px;
	}
	.first_page section {
		padding: 40px 0 20px 0;
	}
	.section-title h2 {
		margin-bottom: 10px;
	}
	.product_tip_router {
		padding: 0 15% !important;
	}
	.banner-text p {
		letter-spacing: 0px;
	}
	.about_us_title_top {
		font-size: 24px;
	}
	.about_us_title_bottom {
		font-size: 18px !important;
	}
}
