@media only screen and (min-width: 1450px) {
	.nav>li>a {
		font-size: 15px;
	}

	.locationmap-rightblock {
		padding-left: 60px;
	}


}


@media only screen and (max-width: 768px) and (min-width: 592px){
	#amenities .nav-justified{
		display: flex;
	}
	.amenities-tab1 a, .amenities-tab2 a {
		width: 60%;
	}
	.amenities-tab1, .amenities-tab2 {
		width: 91%;
	}
}

@media only screen and (max-width: 480px) {
	.locationiframe {
		height: 300px !important;
	}

	.locationiframe iframe {
		height: 275px !important;
	}
}

@media only screen and (max-width: 600px) {
	body {
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
	}

	/* =============== navbar start =============== */
	.navbar-header {
		height: 70px;
	}

	.navbar-default {
		background-color: #fff;
		position: fixed;
		margin-bottom: 0;
		height: 70px !important;
		box-shadow: 0px 1px 4px 0px #e8d483;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: #e7e7e7;
		margin: 0px;
		width: 100%;
	}

	.nav>li>a {
		/* color: #000 ; */
		font-weight: 600;
		line-height: 0px;
	}

	.nav-pills>li {
		width: 85% !important;
		text-align: center;
		color: #fff !important;
		border: 1px solid #fff;
		border-radius: 4px;
		margin-bottom: 10px;
	}

	/* .navbar-brand>img {
		margin: -14px auto;
		padding: 3px 0px;} */
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000 !important;
	}

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		height: inherit;
	}

	.navbar-nav>li {
		padding: 17px 12px;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}

	.navbar-default .navbar-toggle:hover .icon-bar {
		background-color: #000;
	}

	.navbar-default .navbar-nav>li>a {
		/* color: #777; */
		text-align: center;
	}

	.navbar-nav {
		margin: 15px 0;
		background: #fff;
		border: 1px solid #fff;
	}

	.navbar-default .navbar-toggle:hover {
		background-color: #000 !important;
	}

	.circle {
		z-index: 99;
		left: 10px;
	}

	.navbar-brand>img {
		margin: 0 auto;
		position: absolute;
		top: 0px;
		left: 10px;
	}

	.smoothScroll:hover {
		color: #cead4c !important;

	}

	.activeHover {
		color: #cead4c !important;
	}

	.about-content-details li {
		font-weight: 600;
	}

	header .navbar-nav>li {
		width: 100%;
		text-align: center;
	}

	/* =============== navbar End =============== */
	#configuration .row {
		display: block;}
	/* =============== AboutUs Start =============== */
	.about-bg {
		height: inherit;
	}

	.aboutus-block {
		height: inherit;
		right: 0;
		background-color: #000;
		padding: 30px 20px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.about-content {
		margin: 5px;
	}

	.about-mobimg {
		margin: 15px 0;
	}

	.about-content p {
		text-align: justify;
		font-size: 13px;
	}

	/* =============== AboutUs End =============== */
	/* =============== Amenities Start =============== */
	.amenities-tab1 a,
	.amenities-tab2 a {
		width: 94%;
		display: inline-block !important;
		padding: 15px 0px !important;
		font-size: 11px !important;
	}

	#tab1 .amenities-container {
		display: block;
	}

	#amenities .nav-pills>li {
		border: none;
	}

	#amenities .nav-justified {

		display: flex;
		justify-content: space-between;
	}

	#amenities .nav>li>a:hover {
		background-color: #372a04 !important;
		opacity: 0.4 !important;
	}

	/* =============== Amenities End =============== */
	/* =============== configuration start =============== */
	#configuration .h3,
	h3 {
		font-size: 15px;
		font-weight: 800;

	}

	.config-block p {
		font-size: 11px;
		font-weight: 600;
		margin-bottom: 25px;
	}

	#configuration a.pricepop {
		background: #000;
		padding: 8px 9px;
		color: #fff;
		font-size: 10px;
		border-radius: 5px;
		font-weight: 600;
	}

	/* =============== configuration End =============== */
	/* =============== LocationMap Start =============== */
	.locationmap-rightblock {
		margin-top: 20px;
	}

	.locationmap-block {
		margin-bottom: 10px;
	}

	.location-txt {
		margin: 5px 0px !important;
	}

	.inner-address p {
		font-size: 10px !important;
	}



	.inner-address p span{
		font-weight:900;
		font-size: 12px;
	}
	/* =============== LocationMap End =============== */
	/* =============== Popup Start =============== */
	#popupModal .modal-dialog,
	#price .modal-dialog {
		width: 95%;
	}

	.formwidth {
		width: 100%;
		float: unset;
		padding: 2px 5px;
	}

	/* =============== Popup End =============== */
	/* =============== foterform Start =============== */
	#inquiryForm {
		display: none;
		background-color: #18979a;
	}

	.inquireButton {
		display: block;
		background-color: #000;
		border: 1px solid #fff;
		margin: 0 auto;
		width: 50%;
		position: fixed;
		bottom: 0px;
		color: #fff;
		padding: 10px;
	}
	.inquireButtoncall {
		display: block;
		background-color: #000;
		border: 1px solid #fff;
		margin: 0 auto;
		width: 50%;
		position: fixed;
		bottom: 0px;
		color: #fff;
		padding: 10px;
		font-size: 18px;
	}

	.inquireButton:hover {
		color: #fff;
	}

	#address {
		padding: 20px 0;
		background-color: #fff;
		margin-bottom: 30px;
	}

	#address p {
		text-transform: uppercase;
		font-size: 12px;
		padding: 0;
		text-align: center;
		margin: 0;
		font-weight: 400;
		color: #000;
		margin-bottom: 2px;
	}

	/* =============== foterform End =============== */
	/* =============== instant-callback Start =============== */
	#instant-callback-div {
		top: 27%;
	}

	/* =============== instant-callback End =============== */
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {
	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}

	/* =============== Navbar Start =============== */
	.navbar-header {
		float: none;
		height: 70px;
	}

	.navbar-collapse {
		width: 100%;
	}

	.navbar-default {
		background-color: #fff;
		position: fixed;
		margin-bottom: 0;
		height: 70px !important;
		box-shadow: 0px 1px 4px 0px #e8d483;
	}

	.nav>li>a {
		font-family: 'Lato', sans-serif;
		/* color: #000 !important; */
		padding: 15px 18px;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
		line-height: 30px;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
		background-color: #000;
		border: 2px solid #fff;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		margin: 15px 0;
		float: none !important;
		background: #fff;
		border: 1px solid #fff;
	}

	.navbar-nav>li {
		padding: 10px 15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
		color: #fff;
		text-align: center;
	}

	.collapse.in {
		display: block !important;
	}

	.dropdown-menu {
		position: relative;
		width: 100%;
		float: left;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.circle {
		z-index: 99;
		left: 10px;
	}

	.navbar-brand>img {
		margin: 0 auto;
		position: absolute;
		top: 0px;
		left: 10px;
	}

	.smoothScroll:hover {
		color: #cead4c !important;

	}

	.activeHover {
		color: #cead4c !important;
	}

	.about-content-details li {
		font-weight: 600;
	}

	.navbar-default .navbar-toggle:hover {
		background-color: #000 !important;
	}

	/* =============== Navbar End =============== */
	#configuration .row {
		display: block;}
	/* =============== AboutUs Start =============== */
	.about-bg {
		height: inherit;
	}

	.aboutus-block {
		height: inherit;
		right: 0;
		background-color: #000;
		padding: 30px 20px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.about-content {
		margin: 5px;
	}

	.about-mobimg {
		margin: 15px 0;
	}

	.about-content p {
		text-align: justify;
		font-size: 13px;
	}

	.about-content-details {
		margin: 12px 150px !important;
	}

	/* =============== AboutUs End =============== */
	/* =============== LocationMap Start =============== */
	.locationmap-rightblock {
		margin-top: 20px;
	}

	.locationmap-block {
		margin-bottom: 10px;
	}

	.location-txt {
		margin: 5px 0px;
	}
.locationDetails{
	width: 87vw !important;
}
	/* =============== LocationMap End =============== */
	/* =============== Amenities Start =============== */
	.amenities-tab1 a,
	.amenities-tab2 a {
		width: 80%;
	}

	/* =============== Amenities End =============== */
	.inner-address p span{
		font-weight:900;
		font-size: 16px;
	}
	/* =============== form Start =============== */
	.modal-dialog {
		width: 85%;
	}

	#popupModal .modal-dialog {
		width: 85%;
		margin: 30px auto;
	}

	.formwidth {
		width: 100%;
		float: unset;
		padding: 2px 5px;
	}

	#inquiryForm {
		display: none;
		background-color: #18979a;
	}

	.inquireButton {
		display: block;
		background-color: #000;
		border: 1px solid #fff;
		margin: 0 auto;
		width: 50%;
		position: fixed;
		bottom: 0px;
		color: #fff;
		padding: 10px;
	}
    .inquireButtoncall {
		display: block;
		background-color: #000;
		border: 1px solid #fff;
		margin: 0 auto;
		width: 50%;
		position: fixed;
		bottom: 0px;
		color: #fff;
		padding: 10px;
		font-size: 18px;
	}
	.inquireButton:hover {
		color: #fff;
	}

	/* =============== form End =============== */
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}

	/* =============== Navbar Start =============== */
	.navbar-header {
		float: none;
		height: 70px;
	}

	.navbar-collapse {
		width: 100%;
	}

	.navbar-default {
		background-color: #fff;
		position: fixed;
		margin-bottom: 0;
		height: 70px !important;
		box-shadow: 0px 1px 4px 0px #e8d483;
	}

	.nav>li>a {
		font-family: 'Lato', sans-serif;
		/* color: #000 !important; */
		padding: 15px 18px;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
		line-height: 30px;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
		background-color: #fff;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		margin: 15px 0;
		float: none !important;
		background: #fff;
		border: 1px solid #fff;
	}

	.navbar-nav>li {
		padding: 10px 15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
		color: #fff;
		text-align: center;
	}

	.collapse.in {
		display: block !important;
	}

	.dropdown-menu {
		position: relative;
		width: 100%;
		float: left;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.circle {
		z-index: 99;
		left: 10px;
	}

	.navbar-brand>img {
		margin: 0 auto;
		position: absolute;
		top: 0px;
		left: 10px;
	}

	.navbar-default .navbar-toggle:hover {
		background-color: #000 !important;
	}

	/* =============== Navbar End =============== */
	/* =============== AboutUs Start =============== */
	.about-bg {
		height: inherit;
	}

	.aboutus-block {
		height: inherit;
		right: 0;
		background-color: #000;
		padding: 30px 20px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.about-content {
		margin: 5px;
	}

	.about-mobimg {
		margin: 15px 0;
	}

	.about-content p {
		text-align: justify;
		font-size: 13px;
	}

	/* =============== AboutUs End =============== */
	/* =============== LocationMap Start =============== */
	.locationmap-rightblock {
		margin-top: 20px;
	}

	.locationmap-block {
		margin-bottom: 10px;
	}

	.location-txt {
		margin: 5px 0px;
	}

	/* =============== LocationMap End =============== */
	/* =============== form Start =============== */
	.modal-dialog {
		width: 85%;
	}

	#inquiryForm {
		display: none;
		background-color: #18979a;
	}

	.inquireButton {
		display: block;
		background-color: #000;
		border: 1px solid #fff;
		margin: 0 auto;
		width: 50%;
		position: fixed;
		bottom: 0px;
		color: #fff;
		padding: 10px;
	}
	.inquireButtoncall {
		display: block;
		background-color: #000;
		border: 1px solid #fff;
		margin: 0 auto;
		width: 50%;
		position: fixed;
		bottom: 0px;
		color: #fff;
		padding: 10px;
		font-size: 18px;
	}

	.inquireButton:hover {
		color: #fff;
	}

	#popupModal .modal-dialog {
		width: 85%;
		margin: 30px auto;
	}

	.formwidth {
		width: 100%;
		float: unset;
		padding: 2px 5px;
	}

	/* =============== form End =============== */
}
@media only screen and (max-width: 1040px) and (min-width: 908px){
	.amenities-tab1 a, .amenities-tab2 a {
		width: 65%;
	}
}
@media only screen and (max-width: 991px) and (min-width: 800px){
	.smoothScroll:hover {
		color: #cead4c !important;

	}

	.activeHover {
		color: #cead4c !important;
	}

	.about-content-details li {
		font-weight: 600;
	}

	.navbar-default .navbar-toggle:hover {
		background-color: #000 !important;
	}
	.navbar-toggle {
		display: block;
		background-color: #000 !important;
	}
	.navbar-nav {
		margin: 15px 0;
		float: none !important;
		background: #000 !important;
		border: 1px solid #fff;
	}
	.navbar-toggle {
		display: block;
		background-color: #000 !important;
	}
}
