/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.demo-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.intro-wrapper h2 {
		font-size: 65px;
		line-height: 75px;
	}

}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.md-full {
		max-width: 100%;
	}

	.features-wrapper {
		height: 100%;
	}

	.intro-wrapper h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.demo-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-title-area {
		height: 600px;
		padding-top: 200px;
		padding-bottom: 200px;
	}

	.navigation{
		justify-content: end;
	}

	.ready-wrapper > h4 {
		font-size: 50px;
	}

	.footer-text h2 {
		font-size: 50px;		
	}

	.feature-wrap span {
		display: block;
		margin-bottom: 15px;
	}
	

}


/* small mobile :320px. */
@media (max-width: 767px) {

	.inner_page_wrap.pt-120.pb-120{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pt-90{
		padding-top: 60px;
	}

	.header-area {
		padding: 20px 0;
	}

	.intro-wrapper h2 {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 0;
		padding: 0;
	}

	.intro-wrapper p {
		font-size: 16px;
		margin-top: 60px;
	}

	.intro-wrapper p br {
		display: none;
	}

	.demo-area {
		padding-left: 0px;
		padding-right: 0px;
	}

	.page-title-area {
		height: 600px;
		padding-top: 150px;
		padding-bottom: 200px;
	}

	.hero-icon-wrap img{
		width: 40px;
		height: 40px;
	}

	.ready-wrapper > h4 {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -1px;
	}

	.ready-wrapper > p {
		font-size: 15px;
		line-height: 25px;		
	}

	.ready-wrapper p br {
		display: none;
	}

	.purchase-link a {
		padding: 14px 18px;
		font-size: 16px;
	}

	.footer-text h2 {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 0;
	}

	.footer-text a {
		padding: 12px 25px;
	}

	.feature-wrap span {
		display: block;
		text-align: center;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.inner_page img{
		width: 300px;
		height: 300px;
		object-fit: cover;
	}

	.inner_page.mt-60 {
    	margin-top: 30px;
	}

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.intro-wrapper h2 {
		font-size: 35px;
		line-height: 45px;
		letter-spacing: 0;
		padding: 0;
	}

	.footer-text h2 {
		font-size: 35px;
		line-height: 45px;
		letter-spacing: 0;
	}

}
