@media screen and (max-width: 1500px) {
	.about-section {
		background: #fff !important;
		background-image: none;
	}
	.banner-section .dest-detail {
	    padding: 120px 0 0;
	    margin-right: 0 !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	button.navigation-toggler {
		display: block;
	}
	.banner .banner-form {
		display: none;
	}
	.navbar-toggle .icon-bar{
		color: #000 !important;
		background: #000;
	}
	#testimonial #testimonial-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}

@media only screen and (max-width: 767px) {
	h1,.h1, .page-header h1 span{
		font-size: 30px;
	}
	.navbar-collapse{
		margin: 0 !important;
	}
	.navbar-nav li{
		margin-left: 0;
		text-align: left;
	}
	.navbar-nav{
		margin:10px 0;
	}
	.m-l-20{
		margin-left: 0;
	}
	.footer-section .section-header h1{
		font-size: 25px;
	}
	.btn-theme{
		margin-bottom: 20px;
	}
	.banner-section .titles h1{
		font-size: 40px
	}
	.banner-section .grow{
		font-size: 25px;
	}
	button.navigation-toggler {
		display: block;
	}
	.process .content .des{
		margin-bottom: 20px;
	}
	.purchase-now .items {
	    line-height: 45px !important;
		}

	#bottom-bar .container p {
		line-height: 37px;
	}
	footer .container .col-lg-12 button {
		font-size: 17px;
		padding: 0 15px;
	}
	.navbar-toggle .icon-bar{
		color: #000 !important;
		background: #000;
	}
	.navbar-toggle {
	 padding: 10px 0;
	}
	#bs-navbar{
		width: 100% !important;
	}
	#testimonial #testimonial-carousel p {
	    font-size: 20px;
	    line-height: 24px;
	}
	#testimonial #testimonial-carousel .carousel-indicators {
	bottom: -20px !important;
	}
	#testimonial #testimonial-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0 5px;
		width: 15px;
		height: 15px;
	}
	#testimonial #testimonial-carousel .carousel-indicators li.active {
		margin: 0 5px;
		width: 20px;
		height: 20px;
	}
	.team-section .team-list .item:nth-child(1),
	.team-section .team-list .item:nth-child(2),
	.team-section .team-list .item:nth-child(3),
	.team-section .team-list .item:nth-child(4){
		padding: 0;
		margin-bottom: 20px;
	}
	.why-list{
		padding: 0 15px;
	}
	.foot-widget{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.footer-sidebars .footer-sidebars-bg{
		width: 100%;
	}
	.banner-section .carousel-control,
	.banner-section .carousel-control i{
		display: none;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	footer .widget img.positioned {
		margin-top: 10px;
	}
	footer .widget img.positioned {
		margin-top: 0;
		position: relative;
		top: 53px;
	}
	.team-section .team-list .item:nth-child(1),
	.team-section .team-list .item:nth-child(2),
	.team-section .team-list .item:nth-child(3),
	.team-section .team-list .item:nth-child(4){
		width: 45%;
		float: left;
	}
	.team-section .team-list .item:nth-child(1),
	.team-section .team-list .item:nth-child(3){
		margin-right: 10px;
	}
	.team-section .team-list .item:nth-child(2),
	.team-section .team-list .item:nth-child(4){
		margin-left: 10px;
	}
}


@media only screen and (max-width: 480px){

.section-header h1::before{
	border-bottom: 0;
}
}
