

@media screen and (max-width: 1200px) and (min-width:  991px){
	.main-header.style-three .search-box-area, .main-header.style-five .search-box-area{
		margin-right: 0 !important;
	}

	body.rtl .main-header.style-three .search-box-area, body.rtl .main-header.style-five .search-box-area{
		margin-left: 15px !important;
	}
}


/* max-width: 1200px  */
@media screen and (max-width: 1200px){

}


/* max-width: 991px */
@media screen and (max-width: 991px){

	/* menu header styles */
	body.rtl .main-header.style-five .menu-area{
		float: none;
	}

	body.rtl .main-header.style-five .menu-right-content{
		float: none !important;
		right: initial !important;
		left: 0 !important;
		z-index: 999;
	}

	body.rtl .main-header.style-five .search-box-area{
		margin-left: 15px !important;
	}

	body.rtl .main-menu .navbar-header{
		text-align: right !important;
	}

	body.rtl .main-menu .navbar-collapse > .navigation > li > a, body.rtl .main-menu .navbar-collapse > .navigation > li > ul > li > a, body.rtl .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		text-align: right !important;
	}


	/* footer stylings */
	body.rtl .footer-bottom .footer-nav{
		text-align: center !important;
	}


	/* wordpress widget for search  */
	body.rtl .hotel-booking-search .hb-form-table li{
		margin-left: 0 !important;
	}

	/* About us 4 stylings  */
	body.rtl .home-about-section .about-style-five .image-box{
		margin-right: 0 !important;
	}


	/* About us stylings */
	body.rtl .about-section .about-content{
		margin-left: 0 !important;
	}


	/* about us 2 stylings */
	body.rtl .about-style-three .image-box{
		margin-right: 0 !important;
	}

}

/* min-width: 991px */
@media screen and (min-width: 991px){
	
}


/* between 991px and 767px  */
@media screen and (max-width: 991px) and (min-width: 767px){

}


/* max-width: 767px */
@media screen and (max-width: 767px){
	
	
}

/* min-width: 767px */
@media screen and (min-width: 767px){


}


/* between 767px and 480px  */
@media screen and (max-width: 767px) and (min-width: 480px){

}


/* between 767px and 567px  */
@media screen and (max-width: 767px) and (min-width: 567px){

}


/* max-width: 567px */
@media screen and (max-width: 567px){
	
	/* language switch stylings  */
	body.rtl .main-header.style-five .language-switch-area .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{
		display: none !important;
	}

}

/* min-width: 567px */
@media screen and (min-width: 567px){
	
}


/* between 567px and 480px */
@media screen and (max-width: 567px) and (min-width: 480px){

}


/* max-width: 480px */
@media screen and (max-width: 480px){
	
}

/* min-width: 480px */
@media screen and (min-width: 480px){
	
}


