
@media(min-width:992px) and (max-width:1200px){
	.faq_form .form_control input, 
	.faq_form .form_control select, 
	.faq_form .form_control label, 
	.faq_form .tour_btn{
		width:100%;
	}
	.faq_form .date_picker{
		width:100%;
	}
}
@media(max-width:767px){
	.header_right_part, .tr_logo{
		width:100%;
		float:left !important;
		text-align:center;
	}
	.header_right_part{
		margin-top:20px;
	}
	.tr_footer_section .copyright_text {
		width: 100%;
		text-align: center;
	}
	.footer_social_icons {
		float: left;
		width: 100%;
		text-align: center;
		margin-top:10px;
	}
	.footer_social_icons a {
		margin: 5px;
	}
}

@media (max-width:600px){
	.tr_tour_cover .col-xs-6{
		width:100%;
	}
	.tour_thumb img {
		width: 100%;
	}
}
@media (max-width:480px){
	.header_booking > div{
		float:none;
		display:inline-block;
	}
	.vdopopup_btn {
		height: 40px;
		width: 40px;
		font-size: 12px;
		line-height: 40px;
	}
	.faq_form {
		padding:30px;
	}
	.faq_form .form_control input, 
	.faq_form .form_control select, 
	.faq_form .form_control label, 
	.faq_form .tour_btn{
		width:100%;
	}
	.faq_form .date_picker{
		width:100%;
	}

}