.log-banner img
{
	width: 100%;
}
.log-banner
{
	position: relative;
}
.footer-img
{
	background-image: url(../images/index_34.gif);
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-header
{
	background-image: url(../images/banner.gif);
}
.footer-img p
{
	margin-bottom: 0px;
}
.no-padding
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.our-web h2
{
	padding: 20px 10px;
}
.htv
{
	padding:20px 10px 20px 20px;
}
.htv p:first-child
{
	font-size: 15px;
}
.lobby
{
	display: flex;
	justify-content: flex-end;
}
.lobby img
{
	margin-right: 10px;
}
.tariff h4
{
	font-size: 15px;
	padding: 15px 10px;
}
.htv-table td, .htv-table th
{
	border: 1px solid;
	text-align: center;
}
.htv-table p:last-child
{
	border-bottom: 2px solid #864103;
}
.htv-table 
{
	padding-bottom: 10px;
}
.htv-table table
{
	margin-bottom: 20px;
}
/* contact-us */
.contact-info
{
	display: flex;
	justify-content: space-around;
}
.grey1
{
	margin-bottom: 20px;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
@media only screen and (max-width:991px)
{
.mob-view .navbar
{
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	top: 30%;
	right: 0;
	z-index: 111; 
}
.hm-logo 
{
	justify-content: end !important;
}
.hm-logo .navbar-toggler
{
	background-color: #fff;
	padding: .25rem .5rem;
	border-radius: 0px;
}
.navbar-toggler:focus
{
	box-shadow: 0 0 0 0rem;
}
.hm-logo .navbar-collapse
{
	background-color: #fff;
	padding: 10px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link
{
	color: rgb(146 41 9);
}
.nav-link
{
	font-weight: 600 !important;
	padding: .5rem 1rem !important;
	font-size: 15px !important;
}
/*.nav-link:hover
{
	background-color: rgb(146 41 9) !important;
	color: #fff !important;
}*/
}	
@media only screen and (max-width:767px)
{
	.htv-table table
	{
		width: auto !important;
	}
	.log-banner img
	{
		height: auto !important;
	}
	.contact-info
	{
		display: block;
	}
	#map
	{
		width: 100% !important;
	}
	.grey1
	{
		font-size: 25px;
	}
}
@media only screen and (max-width:575px)
{
.mob-view .navbar
{
	top: 25%;
}
.hm-logo .navbar-toggler
{
	padding: 1px 5px;
}
.mob-view .hot-temp 
{
	height: 60px !important;
}
.htv
{
	padding: 0px 10px 10px 20px;
}
.lobby
{
	justify-content: center;
}
	.room-count
	{
		justify-content: flex-start !important;
	}
	.room-count span {
		width: 200px;
	}
}

.text-lable
{
	color: #222 !important;
	display:flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.room-count
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.no-of-room
{
	color: #222 !important;
}
.sub-form
{
	margin: 0 auto;
	display: table;
}
.ind-emp
{
	width: 50%;
}
	.ind-emp .chk-radio {
		padding-right: 10px;
	}
	.ind-emp .chk-radio label
	{
		padding-left: 3px;
	}

/*-------------------------------------Gallery-pg----------------*/
#gallery-pg {
	padding: 40px 0;
	background-color: #fff;
}

.gallery-box .img-gal {
	width: 100%;
	/* height: auto; */
	/* padding-right: 4px; */
	object-fit: cover;
    height: 300px;
}

.lg-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.lg-flex>div {
    width: 32.333%;
    margin: 0% 1% 1% 0%;
    line-height: 0 !important;
}
.gallery-box > a {
	display: block;
	overflow: hidden;
}

.gallery-full {
	overflow: hidden;
}

	.gallery-full .btn-toolbar {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.gallery-full .btn-group {
		width: auto;
		margin: 0 auto;
		display: table;
		float: none;
	}

.btn-group-custom > .btn {
	background-color: transparent;
	box-shadow: none;
	border: 2px solid #61c408;
	color: #61c408;
	padding: 15px 25px;
}

	.btn-group-custom > .btn + .btn {
		border-left: none;
	}

	.btn.focus, .btn-group-custom > .btn.active {
		background-color: #61c408;
		color: #fff;
		outline: none !important;
	}

.gallery-box {
	position: relative;
	cursor: pointer;
}

	.gallery-box:before {
		content: '';
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		transform: scaleX(0);
		transform-origin: center;
		z-index: 2;
		transition: all 0.2s linear 0.2s;
	}

	.gallery-box > span {
		font-family: 'Poppins-Regular';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 80%;
		text-align: center;
		height: auto;
		color: #fff;
		transform: translate(-50%, -50%);
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		line-height: 22px;
		font-size: 16px;
		text-transform: capitalize;
		display: inline-block;
		opacity: 0;
		z-index: 3;
		background-color: transparent;
		transition: all 0.2s linear;
	}
	.gallery-box {
		position: relative;
		cursor: pointer;
	}

	.gallery-box:hover:before {
		transform: scaleX(1);
		transition: all 0.2s linear;
	}
	.gallery-box:hover>span {
		top: 50%;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0.2s;
	}
	.gallery-box a>.img-gal {
		transform: scale(1.2);
		transition: all 0.2s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0.2s;
	}
	.gallery-box:hover a>.img-gal {
		transform: scale(1);
		transition: all 0.2s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0.2s;
	}

.lg-download {
	display: none;
}
