@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero-section {
		min-height: 750px;
	}
	.support_item {
		padding: 58px 40px;
		gap: 20px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.site_logo {
		max-width: 150px;
	}
	.hero-section {
		min-height: 750px;
	}
	.feature_wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	.demo_support_wrapper {
		padding-left: 0;
	}
	.support_item {
		padding: 40px 23px;
		gap: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site_logo {
		max-width: 150px;
	}
	.hero-section {
		min-height: 650px;
		padding-top: 180px;
	}
	.hero_content .title {
		font-size: 50px;
	}
	.demo-section {
		padding-bottom: 50px;
	}
	.get-template,
	.faq-section,
	.core-feature,
	.responsive-section {
		padding: 80px 0;
	}
	.feature_wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	.inner-pages {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.demo_support_wrapper {
		padding: 0;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.envato_btn {
		gap: 6px;
		padding: 8px 15px;
	}
	.ts_border_btn {
		font-size: 16px;
		padding: 15px 20px;
	}
	.section_title {
		margin-bottom: 40px;
	}
	.section_title .subtitle {
		font-size: 16px;
	}
	.section_title .title {
		font-size: 25px;
	}
	.site_logo {
		max-width: 120px;
	}
	.hero-section {
		min-height: 600px;
		padding-top: 150px;
	}
	.hero_content .title {
		font-size: 30px;
	}
	.hero_content .title .typed-text::after {
		bottom: 5px;
	}
	.demo-section {
		padding-bottom: 30px;
	}
	.demo_item .demo_thumb {
		margin-bottom: 15px;
	}
	.get-template,
	.faq-section,
	.core-feature,
	.responsive-section {
		padding: 60px 0;
	}
	.responsive_feature {
		gap: 20px;
		margin-top: 20px;
	}
	.responsive_feature li .icon {
		max-width: 25px;
	}
	.responsive_feature li {
		font-size: 16px;
		gap: 8px;
	}
	.responsive-tab-area {
		margin-top: 50px;
		gap: 10px;
	}
	.responsive-tab:before,
	.responsive-tab:after {
		width: 35px;
	}
	.responsive-tab-area .tab-text {
		display: none;
	}
	.feature_wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.inner-pages {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.inner-pages .section_title {
		margin-bottom: 20px;
	}
	.inner_page_wrap {
		gap: 20px;
		margin-bottom: 10px;
	}
	.inner_page_item {
		width: 350px;
		height: 250px;
	}
	.faq_item .faq_question {
		font-size: 16px;
		padding: 20px 15px;
	}
	.faq_item .faq_answer .accordion-body {
		padding: 20px 15px 20px 15px;
		font-size: 16px;
	}
	.demo_support_wrapper {
		padding: 0;
		margin-top: 50px;
	}
	.support_item {
		padding: 20px 15px;
		gap: 20px;
	}
	.support_item {
		padding: 20px 15px;
		gap: 20px;
	}
	.support_item .support_icon {
		font-size: 50px;
	}
	.support_item .support_content .title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.support_item .support_content .title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.get-template .section_title .title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.get-template .section_title .desc {
		font-size: 20px;
	}
	.footer_socials {
		margin-top: 20px;
	}
	.progress-wrap {
		right: 15px;
	}
	.progress-wrap.active-progress {
		bottom: 20px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.feature_wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
