html{
	scroll-behavior: smooth !important;
}

.mb-show{
	display: none !important;
}
.mb-hide{
	display: block;
}

/*custom scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff; 
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb {
    background: #555; 
}

::-webkit-scrollbar-thumb:active {
    background: #000; 
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}
/*custom scrollbar*/
.select2-container{
	height: 63px !important;
}
.selection{
	display: block !important;
}
.hd-container{
	max-width: 85%;
}

.nav-hide{
	position:absolute;
	right: 20px;
	font-size:20px;
	display: none;
}

.logo-wrapper{
	padding: 2px !important;
}

.right-nav{
	position:absolute; 
	background: #fff; 
	padding:20px; 
	width:300px; 
	height:700px; 
	right:0px;
	text-align: center;
	margin-top: 15px;
	display: none;
}
.right-nav hr{
	background: #ccc;
	margin: 15px 0px;
}
.right-nav img{
	height: 65px;
	width: auto;
}
.right-nav ul li{
	text-align: left;
}
.right-nav ul li a{
	padding: 5px;
	text-transform: uppercase;
}
.right-nav ul li a:hover{
	color:#ab8a62;
}
.right-menu-social-list{
	display: flex;
	flex-direction: row;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}
.right-menu-social-list li{
	margin-right: 5px;
	font-size: 20px;
}


@media screen and (max-width: 991px) {
	.mb-show{
		display: block !important;
	}
	.mb-hide{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.hd-container{
		max-width: 95%;
	}
	.nav-scroll .logo-wrapper{
		padding: 0px;
		max-height: 70px;
		overflow: hidden;
	}
	.right-nav-bar{
		display: none !important;
	}
	.header .caption h1{
		font-size: 20px;
	}
	.banner-header h1{
		font-size: 30px;
	}

	.logo-img{
		width: 87px;
	}
	.nav-scroll .logo-img{
		width: 87px;
	}
}


@media screen and (max-width: 480px) {
	.hd-container{
		max-width: 99%;
	}
	.nav-hide{
		display: block;
	}
	.rooms1 .item .con h5, .rooms1 .item .con h5 a{
		font-size: 20px;
	}
	.section-title{
		font-size: 25px;
	}
	.services .content .cont h4{
		font-size: 25px;
	}
	.gtrans-select{
		font-size: 13px !important;
		height: 25px !important;
		width: 100px !important;
	}
	.navbar {
		height: 85px;
		padding: 5px !important;
	}
	.logo-img{
		width: 72px;
	}
	.nav-scroll .logo-img{
		width: 72px;
	}
	.banner-main{
		height: 410px;
	}
	.banner-main .butn-light a{
		letter-spacing:2px;
		padding: 5px 10px;
		font-size: 13px;
	}
	.header .caption h1{
		font-size: 18px;
		letter-spacing: 1px;
	}
	.header .caption h4{
		letter-spacing: 3px;
	}
	.v-middle{
		top: 50%;
	}

	.navbar .navbar-collapse{
		max-width: 100% !important;
		width: 100% !important;
		height: 100% !important;
	}
}