/* small devices */

@media only screen and (max-width: 767px){

	.navbar-default{

		background-color: #fff !important;
		border-color: #e6e6e6;
	}

	.btn-tour{

		
		margin-left: 0px;
	}

	.purchase-now .col-md-3{

		text-align: center;
		padding-top: 50px;
	}
}

/* small devices and tablets */
@media only screen and (max-width: 768px){

	
	.header-iphone{

		display: none;
	}

	.header-text,.header-btns{

		text-align: center;
	}

	.about-iphone img{

		width: 100%;
	}

	.purchase-now .col-md-9{

		text-align: center;
		
	}
}

/* medium devices and desktops */
@media only screen and (max-width: 992px){

	
}

/* large devices and wide screen */
@media only screen and (max-width: 1200px){

	
}