@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.header-top, .header-inner
	{
		padding: 0 20px;
	}
	.nav
	{
		width:auto;
	}
	.banner
	{
		padding: 130px 20px 0px 20px;
	}
	.banner-pages
	{
		padding: 150px 10px 30px 10px;
	}
	.container, .footer article, .footer-bottom
	{
		padding: 25px 20px;
	}
	.container h2
	{
		font-size: 28px;
	}
	.testimonials
	{
		padding-top: 85px !important;
	}
	.footer article
	{
		text-align:center;
	}
	.footer aside
	{
		margin-right: 0;
		float:none;
	}
	.social-icon-footer a
	{
		display: inline-block !important;
		float: none;
		margin: 0 1px;
	}
	.form-field
	{
		width:auto;
	}
	.cars ul li
	{
		width: 32%;
	}
}
@media only screen and (max-width:768px)
{
	.header-top span
	{
		display:none;
	}
	.gst h3
	{
		font-size: 14px;
	}
	.header-buttons a
	{
		font-size: 14px;
		padding: 12px 20px;
	}
	.header-buttons a:first-of-type
	{
		font-size: 20px;
		width: 40px;
		height: 40px;
	}
	.nav ul li
	{
		width: 50%;
	}
	.nav ul li a
	{
		font-size: 12px;
		padding: 20px 10px;
		margin: 5px;
	}
	.aboutus aside, .aboutus figure, .content, .sidebar, .contact aside, .contact fieldset, .login aside, .login fieldset, .login aside div, .registration aside, .registration fieldset, .verfify-otp-filed, .verfify-otp-button, .testimonials .item aside
	{
		width: auto;
		float:none;
	}
	.alignmiddle, .contact, .login, .registration article
	{
		display: block;
	}
	.getintouch
	{
		display: block;
		padding: 20px;
		text-align:center;
	}
	.getintouch a
	{
		font-size: 24px;
	}
	.page-title
	{
		height: 300px;
	}
	.page-title h2
	{
		font-size: 32px;
		margin-top: 20px;
	}
	.page-title nav
	{
		bottom: 20px;
	}
	.tour-packages ul li
	{
		width: 50%;
	}
	.destination
	{
		width: 86% !important;
	}
	.cars ul li
	{
		width: 48%;
	}
	.login
	{
		height:auto;
	}
	.login aside
	{
    	border-radius: 0 0 30px 30px;
	}
	.login aside div
	{
		padding:20px;
	}
	.login fieldset
	{
		padding:20px 50px;
	}
	.tabs ul li
	{
		margin-right: 8px;
	}
	.tabs ul li a
	{
		font-size: 14px;
	}
	.verfify-otp
	{
		width: 100%;
	}
	.employee-register
	{
		width:auto;
	}
	.navpages
	{
		background: #fff;
		padding: 10px;
		border-radius:30px;
	}
	.navpages ul
	{
		display: flex;
		flex-wrap: wrap;
    	justify-content: center;
	}
	.navpages ul li
	{
		display: block;
		margin: 0;
		width: 25%;
		float: left;
		display:flex;
	}
	.navpages ul li a
	{
		color: #000;
		font-size: 13px;
		font-weight: 600;
		padding: 10px 5px;
		width: 100%;
	}
	.navpages ul li a figure
	{
		width: auto;
		height: auto;
		background: none;
	}
	.navpages ul li a span
	{
		font-weight: 700;
	}
	.verfify-otp-filed, .verfify-otp-button
	{
		clear:both;
	}
	.testimonials .item
	{
		display:block;
	}
	.testimonials .owl-next, .testimonials .owl-prev
	{
		position: static;
	}
}
@media only screen and (max-width:580px)
{	
	.tour-packages ul li
	{
		width: 100%;
	}
	.form-split
	{
		width: 100%;
	}
	.cars ul li
	{
		width: 100%;
	}
}
@media only screen and (max-width:320px)
{
	
}