/**
 -------------------------------------------------------
 Template Name: Delite - Travel Agency Template
 Version      : 1.0
 -------------------------------------------------------
 **/


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {

	
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
	
	.service-box {
		margin-bottom: 30px;
	}
	.testimonial-item {
		padding: 50px 30px 40px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
}



@media only screen and (max-width: 767px) {
	.navbar-b.navbar-reduce {
		padding: 15px 15px;
	}
	
	.video-highlight {
		display: none;
	}
	.service-box {
		margin-bottom: 30px;
	}
	.testimonial-item {
		padding: 50px 30px 40px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.home-section {
		clip-path: none;
	}
	.section-title span {
		display: none;
	}
	.form-inline {
		display: block;
	}
	.footer .footer-bottom {
		text-align: center;
		
	}
	.footer-bottom .copy {
		float: none;
		margin-bottom: 10px;
	}
	.footer-bottom .social-list {
		float: none;
	}
	.service-box {
		border: 0;
	}
}



@media only screen and (max-width: 479px) {
	

}