/* ======================= Extra Large Desktop Start ======================= */
@media only screen and (min-width: 1800px) {
	html { font-size: 14px; }
	.boxLocation img { width: 90px; }
	button.owl-prev { width: 120px !important; height: 120px !important; }
	button.owl-next { width: 120px !important; height: 120px !important; }
}
/* ======================= Extra Large Desktop End ======================= */
/* ======================= Extra Large Desktop Start ======================= */
@media only screen and (min-width: 2001px) {
  html { font-size: 16px; }
  .boxLocation img { width: 90px; }
  button.owl-prev { width: 120px !important; height: 120px !important; }
	button.owl-next { width: 120px !important; height: 120px !important; }
}
@media only screen and (min-width: 2400px) {
	html { font-size: 18px; }
	.boxLocation img { width: 90px; }
	button.owl-prev { width: 120px !important; height: 120px !important; }
	button.owl-next { width: 120px !important; height: 120px !important; }
}
/* ======================= Extra Large Desktop End ======================= */
/* ======================= Large Desktop Start ======================= */
@media only screen and (min-width: 1500px)  and (max-width: 1800px) {
	html { font-size: 12px; }
	.boxLocation img { width: 60px; }
	button.owl-prev { width: 105px !important; height: 120px !important; }
	button.owl-next { width: 105px !important; height: 120px !important; }
}
/* ======================= Large Desktop End ======================= */
@media only screen and (min-width : 1150px) and (max-width: 1290px) {
	 html { font-size: 10px; }
	 .section-head { font-size: 3.7rem; }
}	
@media only screen and (min-width : 992px) and (max-width: 1149px) {
	html { font-size: 10px; }
	.section-head { font-size: 3rem; }
}
/*==================== All Mobile Devices Start =============================*/
@media only screen and (max-width: 991px) {
	.container { max-width: unset; width: 100%; }
	/* ==================== About Us Start ==================== */
	.aboutbox { border: 1px solid #707070; }
	.aboutboder::after { content: ""; width: 80%; height: 1px; right: 0; top: unset; left: 0; bottom: -10px; }
	/* ==================== About Us End ==================== */
	/* ==================== Highlight Start ==================== */
	.boxHighlights { padding-right: 0rem; }
	.innerLocation li.nav-item{ width: 33%; }
	.footerformbtn { justify-content: center; }
	/* ==================== Highlight End ==================== */
	.cursor { background: unset; border: none; }
	#aqimodel button {
    		left: unset;
    		right: 0px;
    		margin: 0px auto;
	}
	.innerHome {
    		margin-top: 60px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container { max-width: unset; width: 100%; }
	/* ==================== About Us Start ==================== */
	.aboutbox { border: 1px solid #707070; }
	.aboutboder::after { content: ""; width: 80%; height: 1px; right: 0; top: unset; left: 0; bottom: -10px; }
	/* ==================== About Us End ==================== */
	/* ==================== Highlight Start ==================== */
	.boxHighlights { padding-right: 0rem; }
	.innerLocation li.nav-item{ width: 45%; }
	.footerformbtn { justify-content: center; }
	#price .modal-dialog { max-width: unset; width: 95%; margin: 0px auto; }
	#aqimodel .modal-dialog { max-width: unset; width: 80%; margin: 0px auto; }
	/* ==================== Highlight End ==================== */
	/*.cursor, .expand { display : none; }*/
	.qrcodeimages img {
    		margin: 0px 5px;
    		width: 110px;
	}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
	.container { max-width: unset; width: 100%; }
	.section-head { font-size: 3rem; }
	/* ==================== About Us Start ==================== */
	.aboutbox { border: 1px solid #707070; }
	.aboutboder::after { content: ""; width: 80%; height: 1px; right: 0; top: unset; left: 0; bottom: -10px; }
	/* ==================== About Us End ==================== */
	/* ==================== Highlight Start ==================== */
	.boxHighlights { padding-right: 0rem; }
	.innerLocation li.nav-item{ width: 45%; }
	.footerformbtn { justify-content: center; }
	#price .modal-dialog { max-width: unset; width: 95%; margin: 0px auto; }
	#aqimodel .modal-dialog { max-width: unset; width: 80%; margin: 0px auto; }
	/* ==================== Highlight End ==================== */
	/*.cursor, .expand { display : none; }*/
	.qrcodeimages img {
                margin: 0px 5px;
                width: 110px;
        }
}
/*==================== All Mobile Devices End =============================*/
