@media(max-width: 1199px) {
	.feature-area > .container {
		width: 100%;
	}

	.testimonial-slider .owl-dots {
	    right: 0;
	}
}

@media (max-width: 1050px) {
	.feature-head {
		padding: 25px 0 0 0;
		display: block;
	}

	.single-feature {
		text-align: center;
	}
}

@media(max-width: 992px) {
	.row,
	.row-10,
	.row-20,
	.row-30,
	.row-35 {
		margin-left: 0;
		margin-right: 0;
	}

	.testimonial-slider .owl-dots {
	    top: 30px;
	    right: 30px;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	}
}

@media(max-width: 991px) {
	.mb-sm-30 {
	    margin-bottom: 30px;
	}
	.header-image {
		height: 600px;
	}

	.nav-wrapper {
		width: 100%;
	}

	.banner-phone {
		display: none;
	}

	.banner-text {
		width: 100%;
		text-align: center;
		left: 0;
		top: 20%;
	}

	.feature-head {
		padding: 25px 25px 25px 25px;
		display: inline-block;
	}

	.single-feature {
		width: calc(100% - 150px);
		margin: 0 auto;
		text-align: left;
		margin-top: 30px;
	}

	.testimonial-area > .container {
		width: 100%;
	}

	.pull-right-sm {
	    float: right;
	}

	.inner-img {
		text-align: center;
	}

	.blog-detail .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.blog-quote {
	    padding: 30px 20px 30px 30px;
	}
}


@media(max-width: 920px) {
	.main-menu > li:not(:last-of-type) {
	    margin-right: 20px;
	}

	.download-app {
	    padding-top: 10px !important;
	    padding-bottom: 10px !important;
	}
}

@media(max-width: 870px) {
	.main-menu > li:not(:last-of-type) {
	    margin-right: 15px;
	}
}

@media(max-width: 800px) {
	.main-menu > li:not(:last-of-type) {
	    margin-right: 10px;
	}
}

@media(max-width: 767px) {
	.mb-xs-30 {
	    margin-bottom: 30px;
	}
	.header-image {
	    -webkit-background-position: top center !important;
	    background-position: top center !important;
	}

	.video-area,
	.testimonial-area {
		-webkit-background-position: center center !important;
	    background-position: center center !important;
	}

	.video-player {
	    padding-top: 50px;
	    padding-bottom: 0;
	}

	.navbar-collapse {
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}

	.main-menu {
		background: rgba(51,51,51,.7);
		padding: 30px;
	}

	.navbar-wrapper.stricky-fixed {
		background: rgba(51,51,51,.5) !important;
	}

	.download-app {
		display: none !important;
	}

	.main-menu>li>a:not(.download-app) {
		font-size: 20px;
		line-height: 40px;
	}

	.service-img {
		text-align: center;
	}

	.service-img img {
		max-width: 100%;
	}

	.service-img img.phone-rotate {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	}

	.service-content .owl-nav {
	    bottom: 25%;
	}

	.service-img {
		padding: 50px 0;
	}

	.owl-item .service-txt {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	}

	.single-plan {
		width: calc(100% - 250px);
		margin-right: auto; 
		margin-left: auto; 
	}

	.pull-right-sm {
	    float: none;
	}

	.single-blog {
		max-width: 370px;
		margin: 0 auto;
	}
}

@media(max-width: 650px) {
	.comment-img,
	.comment-box,
	.comment-form input {
		float: none !important;
	}

	.comment-box,
	.comment-form input {
		width: 100%;
	}

	.comment-box {
		margin-left: 0;
		margin-top: 15px;
	}
}

@media(max-width: 610px) {
	.single-feature {
		width: calc(100% - 100px);
	}

	.single-plan {
		width: calc(100% - 200px);
	}
}

@media(max-width: 580px) {
	.subs-form input,
	.subs-form button {
		width: 100%;
	}

	.subs-form input {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.subs-title {
		text-align: center;
	}
}

@media(max-width: 560px) {
	.single-feature {
		text-align: center;
	}

	.feature-head {
		padding: 25px 0 0 0;
		display: block;
	}
}

@media(max-width: 530px) {
	.service-img {
		padding-bottom: 60px;
		padding-top: 40px;
	}

	.service-content .owl-nav {
	    bottom: 0;
	    right: 50%;
	    -webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	    -o-transform: translateX(50%);
	    transform: translateX(50%);
	}

	.owl-item .service-txt {
		padding-bottom: 50px;
	}
}

@media(max-width: 500px) {
	.banner-text > h2 {
	    font-size: 25px;
	    line-height: 35px;
	    letter-spacing: 2px;
	}

	.btn-slider {
	    display: block;
	    width: calc(100% - 60px);
	    margin: 0 auto;
	    margin-bottom: 15px;
	    text-align: center;
	    padding-left: 0;
	    padding-right: 0;
	}

	.btn-slider:last-of-type {
		margin-bottom: 0;
	}

	.single-plan {
		width: calc(100% - 150px);
	}

	.blog-banner .blog-date {
		padding: 0 15px;
	}

	.blog-heading {
	    font-size: 23px;
	}

	.blog-text {
	    font-size: 15px;
	}
	.blog-detail-area .b-day,
	.blog-detail-area .b-month,
	.blog-detail-area .bi {
	    font-size: 14px;
	}
	.inner-title {
	    font-size: 16px;
	}
	.blog-quote p {
	    font-size: 18px;
	}
	.comment-title {
	    font-size: 20px;
	}
	.comment-by > h3 {
	    font-size: 16px;
	}
	.comment-by > p {
	    font-size: 14px;
	}
	.comment-text {
	    font-size: 15px;
	}

	.comment-form button {
	    padding: 10px 25px;
	    font-size: 14px;
	}
}

@media(max-width: 450px) {
	.single-feature {
		width: calc(100% - 50px);
	}

	.single-plan {
		width: calc(100% - 100px);
	}
}

@media(max-width: 400px) {
	.section-header > h2 {
		font-size: 24px;
	}

	.single-feature {
		width: 100%;
	}

	.single-plan {
		width: 100%;
	}

	.btn-xit {
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	    font-size: 16px;
	}
	.xit-btn {
	    padding: 4px 10px;
	    font-size: 16px;
	}

	.blog-detail-area {
		padding: 15px;
	}

	.single-comment {
		padding: 15px;
	}

	.comment-title {
	    font-size: 18px;
	}
}

@media(max-width: 320px) {
	.banner-text > h2 {
	    font-size: 20px;
	    letter-spacing: 1px;
	}
}

@media(max-height: 400px) {
	.navbar-wrapper.stricky-fixed .main-menu {
		max-height: 300px;
		overflow: auto;
		overflow-x: hidden;
	}
}