/* ======================= Extra Large Desktop Start ======================= */
@media only screen and (min-width: 1850px) {
	body {
		font-size: 20px;
	}

	.section-head {
		font-size: 40px;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 19px;
	}

	.amenities-main1 h3 {

		font-size: 21px;
	}

	.ami-iconholder h6 {

		font-size: 18px;
	}

	/* ============ Navbar start ============ */
	.navbar-brand1 img {
		width: 100%;
	}

	/* ============ Navbar End ============ */
	/* ============ Location Start ============ */
	.gallerypara h6 {
		font-size: 20px;
	}

	.accordion-button {
		font-size: 20px;
	}

	/* ============ Location End ============ */
	/* ============ Popup Form End ============ */
	#price .input-group {
		padding: 10px 0px;
	}

	/* ============ Popup Form End ============ */
	.scrollup {
		width: 43px;
		height: 43px;
	}

	i.fa-solid.fa.fa-angle-up {
		font-size: 38px;
	}
}

/* ======================= Extra Large Desktop End ======================= */
/* ======================= Extra Large Desktop Start ======================= */
@media only screen and (min-width: 2001px) {
	body {
		font-size: 22px;
	}

	.section-head {
		font-size: 40px;
	}

	/* ============ Navbar start ============ */
	.navbar-brand1 img {
		width: 100%;
	}

	/* ============ Navbar End ============ */
	/* ============ Location Start ============ */
	.gallerypara h6 {
		font-size: 20px;
	}

	.accordion-button {
		font-size: 20px;
	}

	/* ============ Location End ============ */
	/* ============ Popup Form End ============ */
	#price .input-group {
		padding: 20px 0px;
	}

	/* ============ Popup Form End ============ */
	.scrollup {
		width: 43px;
		height: 43px;
	}

	i.fa-solid.fa.fa-angle-up {
		font-size: 38px;
	}

}

/* ======================= Extra Large Desktop End ======================= */
/* ======================= Large Desktop Start ======================= */
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
	body {
		font-size: 18px;
	}

	.section-head {
		font-size: 35px;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 13px;
	}
	/* .enquieryrapnew {
		height: 30px;
	} */
}

/* ======================= Large Desktop End ======================= */
/* ======================= Normal Start ======================= */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {}

/* ======================= Normal End ======================= */
/* ======================= Tablet Start ======================= */
@media only screen and (min-width: 767px) and (max-width: 960px) and (orientation: portrait) {
	body {
		font-size: 16px;
	}

	.container {
		max-width: unset;
		width: 100%;
	}

	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}

	/* ============ Overview Start ============ */
	/*.innerHighlights { border-right: none; border-bottom: 1px solid #b98e33; margin: 10px 0px; }*/
	/* ============ Overview End ============ */
	/* ============ Configuration Start ============ */
	.innerconfiguration {
		margin-bottom: 35%;
	}

	/* ============ Configuration End ============ */
	/* ============ Location Start ============ */
	.locdetails {
		border-right: none;
		border-bottom: 1px solid #000;
	}

	/* ============ Location End ============ */
	/* ============ About Developer Start ============ */
	.clientlogo {
		width: 35%;
		margin: 0px auto 10px;
	}

	/* ============ About Developer Start ============ */
	/* ============ Footer Form Start ============ */
	#inquiryForm {
		display: none;
	}

	.footer-form {
		background: #751340;
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 99;
		border-top: 1px solid #fff;
	}

	/* ============ Footer Form End ============ */
}

@media only screen and (min-width: 767px) and (max-width: 960px) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}
}

/* ======================= Tablet End ======================= */
/* ======================= Large Mobile Start ======================= */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: portrait) {
	body {
		font-size: 16px;
	}

	.container {
		max-width: unset;
		width: 100%;
	}

	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}

	/* ============ Overview Start ============ */
	.innerHighlights {
		border-right: none;
		border-bottom: 1px solid #000;
		margin: 10px 0px;
	}

	/* ============ Overview End ============ */
	/* ============ Location Start ============ */
	.innerLocation {
		padding-top: 25px !important;
		padding-bottom: 35px !important;
	}
	
	.locationimgbox {
		position: relative;
		padding-top: 9px;
		margin-bottom: 20px;
	}
	
	.locationicon {
		width: 40px !important;
		height: 40px !important;
		margin-right: 8px !important;
	}

	.accordion-button {
		padding: 10px 12px !important;
		min-height: 48px;
		font-size: 13px;
		gap: 8px;
	}
	
	.accordion-item {
		margin-bottom: 10px !important;
	}
	
	.accordion-body {
		padding: 12px 15px !important;
		font-size: 12px;
	}
	
	.accordion-body ul {
		padding-left: 18px !important;
	}
	
	.accordion-body ul li {
		font-size: 12px;
		margin-bottom: 6px;
	}
	
	.locdetails {
		border-right: none;
		border-bottom: 1px solid #000;
	}

	/* ============ Location End ============ */
	/* ============ About Developer Start ============ */
	.clientlogo {
		width: 50%;
		filter: invert(1);
		margin: 0px auto 10px;
	}

	/* ============ About Developer Start ============ */
	/* ==================== Address Start ==================== */
	.innerAddress {
		background: #751340;
		color: #fff;
	}

	.siteaddress {
		border-right: none;
		border-bottom: 1px dotted #fff;
	}

	/* ==================== Address End ==================== */
	/* ============ Footer Form Start ============ */
	#inquiryForm {
		display: none;
	}

	.footer-form {
		background: #751340;
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 99;
		border-top: 1px solid #fff;
		background: #751340 !important;
	}

	#price .modal-dialog {
		max-width: unset;
		width: 95%;
	}

	/* ============ Footer Form End ============ */
}

@media only screen and (max-width: 991px) {
	#Amenities .nav-item {
		width: 35%;
	}

	.toppadding2 {
		padding-top: unset;
	}

	.Configurationbox .pricepop span {
		font-size: 17px;
	}

	.qr-position {
		position: absolute;
		top: 10px;
		right: 1px;
		padding: 8px;
		border-radius: 6px;
		text-align: center;
		z-index: 10;
		color: #fff !important;
	}
	
	.section-head {
		font-size: 20px;
	}
	
	.overview-box {
		padding: 18px 12px;
		min-height: 85px;
	}
	
	.ami-iconholder {
		height: auto;
		min-height: 140px;
	}
	
	.scrollup {
		width: 34px;
		height: 34px;
		bottom: 70px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}

	.mobaddbar-border {
		border-bottom-style: dashed;
		border-bottom-color: #fff;
	}

	.addbar-border:nth-child(3) {
		border-left-style: dashed;
		border-left-color: #fff;

		border: none;
	}

	.add-para {
		color: #fff;
		font-size: 18px;
		font-weight: 600;
	}

	.locationimgbox {
		position: relative;
		padding-top: 9px;
	}

	.toppadding2 {
		padding-top: unset;
	}
}

/* ======================= Large Mobile End ======================= */
/* ======================= Small Mobile Start ======================= */
@media only screen and (min-width: 300px) and (max-width: 480px) and (orientation: portrait) {
	body {
		font-size: 15px;
	}

	.container {
		max-width: unset;
		width: 100%;
	}

	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}

	/* ============ Overview Start ============ */
	.innerHighlights {
		border-right: none;
		margin: 10px 0px;
	}

	/* ============ Overview End ============ */
	/* ============ Configuration Start ============ */
	.innerconfiguration {
		margin-bottom: unset;
		padding-bottom: 3rem !important;
	}

	.configareasection {
		position: relative;
		left: unset;
		transform: unset;
	}

	.Configurationbox {
		margin: 0px;
	}

	/* ============ Configuration End ============ */
	/* ============ Location Start ============ */
	.innerLocation {
		padding-top: 20px !important;
		padding-bottom: 30px !important;
	}
	
	.locationicon {
		width: 38px !important;
		height: 38px !important;
		margin-right: 6px !important;
	}

	.accordion-button {
		padding: 9px 10px !important;
		min-height: 45px;
		font-size: 12px;
		gap: 6px;
	}
	
	.accordion-item {
		margin-bottom: 9px !important;
		border-radius: 6px !important;
	}
	
	.accordion-body {
		padding: 10px 12px !important;
		font-size: 11px;
	}
	
	.accordion-body ul {
		padding-left: 16px !important;
	}
	
	.accordion-body ul li {
		font-size: 11px;
		margin-bottom: 5px;
		line-height: 1.4;
	}
	
	.locdetails {
		border-right: none;
		border-bottom: 1px solid #000;
	}
	
	.locationimgbox {
		position: relative;
		padding-top: 9px;
		margin-bottom: 15px;
	}

	/* ============ Location End ============ */

	/* ==================== Address Start ==================== */
	.innerAddress {
		background-image: url(../img/texture_01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
	}

	.siteaddress {
		border-right: none;
		border-bottom: 1px dotted #fff;
	}

	/* ==================== Address End ==================== */
	/* ============ Footer Form Start ============ */
	#inquiryForm {
		display: none;
	}

	.footer-form {
		background: #751340 !important;
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 99;
		border-top: 1px solid #fff;
	}

	#price .modal-dialog {
		max-width: unset;
		width: 95%;
	}

	/* ============ Footer Form End ============ */
}

@media only screen and (min-width: 300px) and (max-width: 480px) and (orientation: landscape) {
	#lock {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 34px;
	}

	.wrapper {
		display: none;
	}
}

/* ======================= Small Mobile 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;
	}
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}

	body {
		font-size: 13px;
	}

	.section-head {
		font-size: 30px;
	}

	/* ============ Navbar start ============ */
	.navbar-brand1 img {
		width: 60%;
	}

	/* ============ Navbar End ============ */
	.ami-iconholder {
		height: 210px;
	}

	/* ============ Configuration Start ============ */
	.Configurationbox {
		margin: 15px;
	}

	.innerconfiguration {
		margin-bottom: 20%;
	}

	/* ============ Configuration End ============ */
	/* ============ Location Start ============ */
	.innerLocation {
		padding-top: 30px !important;
		padding-bottom: 40px !important;
	}
	
	.innerLocation img {
		height: 100%;
	}
	
	.locationicon {
		width: 45px !important;
		height: 45px !important;
	}

	.accordion-button {
		font-size: 15px;
		padding: 12px 15px !important;
		min-height: 55px;
	}
	
	.accordion-item {
		margin-bottom: 12px !important;
	}
	
	.accordion-body {
		padding: 15px 18px !important;
	}

	/* ============ Location End ============ */
	/* ============ Popup Form End ============ */
	#price .input-group {
		padding: 20px 0px;
	}

	/* ============ Popup Form End ============ */
	.scrollup {
		background: #751340;
		text-align: center;
		color: #fff;
		padding: 2px;
		width: 30px;
		height: 30px;
		position: fixed;
		bottom: 6%;
		right: 3%;
		cursor: pointer;
		color: #fff;
		border-radius: 30px;
		z-index: 9999999;
		display: none;
	}

	i.fa.fa-arrow-circle-up {
		font-size: 27px;
	}
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
	#lock {
		display: none;
	}

	.wrapper {
		display: block;
	}

	.ami-iconholder {
		height: 210px;
	}
}


@media (max-width: 1400px) {
  .enquieryrapnew .iconenquinew {
    padding: 5px 9px;
    gap: 4px;
  }

  .enquieryrapnew .iconenquinew .img i {
    font-size: 14px;
	margin-top:5px ;
  }

  .enquieryrapnew .iconenquinew .txt p {
    font-size: 12px;
  }
}


/*==================== Tablet Devices Start=============================*/

/*==================== All Large Devices Start=============================*/