/*  Start Media Query */ 

@media (max-width:767px ) 
{
	.main-section {
		
	}
	.main-section:after{
		border-bottom: 0 solid white;
   	    border-right: 0 solid transparent;
	}
	.main-section .intro-text > h1{
		font-size: 32px;
	}
	.main-section .intro-text > p{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.main-section .intro-text .btns a>img{
		width: 40%;
	}
	.features-section .feature-2,
	.features-section .feature-3{
		margin: 0;
	}
	.compatibility-sec{
		padding-top: 0;
	}
	.compatibility-sec .text{
		padding:0;
		padding-bottom: 120px;
	}
	.download-sec .frond-layer h2{
		margin: 15px 0;
		font-size: 25px;
	}
	.download-sec .newsletter{
		padding-top: 10px;
	}
	.download-sec .newsletter #cuboid{
		width: 300px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.navbar-nav > li > a{
		font-size: 10px;
	}
	.main-section .intro-text > h1{
		font-size: 32px;
	}
	.main-section .intro-text > p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.main-section .intro-text .btns a{
		display: inline;
	}
	.main-section .intro-text .btns a>img{
		width: 40%;
	}
	.features-section .feature-2,
	.features-section .feature-3{
		margin: 0;
	}
	.compatibility-sec .text{
		padding:0;
		padding-bottom: 180px;
	}
	.download-sec .frond-layer h2{
		margin: 30px 0;
	}
	.download-sec .newsletter{
		padding-top: 60px;
	}
	/*.download-sec .newsletter #cuboid{
		width: 300px;
	}*/
}
@media (min-width:992px) and (max-width:1199px)
{
   
}

/*  End   Media Query */