/* Tablet desktop CSS */
@media (min-width: 768px) and (max-width: 991px) {
	.detail-intro {
    	padding-top: 30px;
	}
	.detail-intro p:nth-child(1) {
		line-height: 1.4;
	}
	.banner-intro img {
	    max-height: 450px;
	}
	.box-why-choose-us  {
		padding-top: 0px;
	}
	.box-why-choose-us p:nth-child(2) {
    	font-size: 20px;
	}
	.detail-about {
    	padding-top: 0px; 
	}
	.detail-second-features {
	    padding-top: 0px; 
	}
	.text-features p:nth-child(2) {
		padding-top: 0px;
		line-height: 1.7;
	}
	.text-features {
	    margin-bottom: 20px;
	}
	.img-features img {
		margin-top: 40px;
	}
	.single-fact-statistic p:nth-child(3) {
	    font-size: 16px;
	}
	.explanation-pricing-detail {
    	padding-top: 40px;
	}
	.explanation-pricing-detail p {
	    line-height: 35px;
	}
	.detail-contact-info {
    	margin-left: 0px;
	}
	.detail-intro p:nth-child(1) {
	    font-size: 25px;
	}
}
/* End Tablet desktop CSS */


/* Mobile CSS */
@media (max-width: 767px ) {
	nav .navbar-toggler {
		color: #fff;
	}
	.navbar {
		padding-top: 20px;
    	padding-bottom: 10px;
	}
	.navbar-collapse {
		background-color: -webkit-rgba(0,0,0,0.95);
		background-color: -o-rgba(0,0,0,0.95);
		background-color: -moz-rgba(0,0,0,0.95);
		background-color: rgba(0,0,0,0.95);
		padding: 20px 0;
	}
	.navbar-nav li a {
		text-align: center;
		padding-bottom: 20px;
	}
	.detail-intro p:nth-child(1) {
	    line-height: 1.4;
	    font-size: 25px;
	}
	.banner-intro { 
		display: none;
	}
	.box-why-choose-us {
		margin-bottom: 40px;
	}
	.detail-why-choose-us {
	    padding-bottom: 0px;
	}
	.detail-intro {
    	padding-top: 10px;
	}
	.img-about img {
		display: block;
		margin: 0 auto;
	}
	.explanation-pricing {
		margin-bottom: 40px;
	}
	.get-app a {
		margin: 0 0 20px;
    	display: block;
	}
	.detail-contact-info {
	    margin-left: 0px;
	    padding-top: 70px;
	}
}
/* End Mobile CSS */