/*Mobile css start*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", serif;
}


.take-order{
	background-color:#daf3f8;
	padding:0px 10px 0px 10px;
	width: 95%;
  margin: 0 auto;
  border-radius: 8px;
   display: flex;
  align-items: center;
}
.colorblue{
		color:#15497b;
		text-decoration:none;
}
.orderbutton a{
	text-decoration:none;
	background-color:#215496;
}
.homecircle{
	background-color: #daf3f8;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  margin:3px;
}
.homecircle span{
	font-size: 13px !important;
  text-transform: uppercase;
}
.img-responsive{
	width:80%;
}
.boxdata{
	-webkit-box-shadow: -1px 4px 23px -5px rgba(184,184,184,1);
	-moz-box-shadow: -1px 4px 23px -5px rgba(184,184,184,1);
	box-shadow: -1px 4px 23px -5px rgba(184,184,184,1);
	padding:15px 10px !important;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	margin-bottom:15px;
}

.boxdata1{
	border-bottom:1px solid #38c7f3;
	margin: 0 auto;
	text-align: left;
	margin-bottom:15px;
	display: flex;
  align-items: center;
}
.businessmenubar{
background-color:#f1f5f8;
}
.businessmenubar ul{
	
}
.businessmenubar ul li{
	background-color: #ffffff;
  list-style: none;
  padding: 15px;
  margin-bottom: 8px;
}
.businessmenubar ul li a{
	color: #3b3b3b !important;
	text-decoration: none;
	font-size: 17px;
	display: block;
}
.selected{
	background-color: #38c6f4;
	color: #fff;
	font-weight: bold;
}
.monthlist{
	width:80%;
	margin:0 auto;
	text-align: left;
}
.monthlist label{
	font-size: 14px;
  font-weight: bold;
}

.reporttable table {
  width: 100%; /* Makes the table take up the full width of its container */
  border-collapse: collapse; /* Collapses borders between table cells */
  margin: 20px 0; /* Adds spacing around the table */
  background-color: #fff; /* White background for the table */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for a modern look */
}

/* Table header */
.reporttable th {
  background-color: #5154b5; /* Green background for the header */
  color: white; /* White text color */
  text-align: left; /* Left-align the text */
  padding: 12px 15px; /* Padding for spacing inside the header cells */
  font-weight: bold; /* Makes the header text bold */
}

/* Table data cells */
.reporttable td {
  padding: 6px 8px; /* Padding inside each data cell */
  border: 1px solid #ddd; /* Light border between rows */
  color: #333; /* Dark text color */
}

.reporttable td a{
color: #fff;
  text-decoration: none;
  background-color: #5154b5;
  padding: 7px 24px 7px 20px;
  font-weight: bold;
}

.counter {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .counter-row {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .label {
      margin-right: 10px;
      font-size: 16px;
      font-weight: bold;
    }

    .button-group {
      display: flex;
      align-items: center;
      border-radius: 5px;
      overflow: hidden;
    }

    .button-group button {
			background-color: #00bfff;
			color: white;
			border: none;
			width: 40px;
			height: 40px;
			cursor: pointer;
			font-size: 22px;
			border-radius:10px 0px 0px 10px;
			margin: 0px;
			padding: 0;
    }

    .button-group button:disabled {
      background-color: #cccccc;
      cursor: not-allowed;
    }

    .button-group .value {
		width: 40px;
		text-align: center;
		font-size: 18px;
		border: none;
		outline: none;
		background-color: white;
		border-radius: 0px;
		margin-top: 0px;
    }
th{
font-size:13px !important;	
}	
td{
font-size:13px !important;	
}
.paymenttable td{
	
}
button.plusbtn{
border-radius:0px 10px 10px 0px !important	;
}	
	
#makebutton{
background-color: #45c8e6;
  color: #fff;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  font-weight: bold;	
}
.themecolor{
	color:#13548e;
}
.grouptotalcollectionbtn{
display:flex;	
background-color:#f1f5f8;
color:#c0c1c3;
padding-top: 9px;
padding-bottom: 9px;
}
.border-bottom{
border-bottom:3px solid #175592;	
}
.color-grey{
	color:#757575;
	font-weight:normal;
}
.searchbox input{
text-align: left;
  height: 34px;
  font-size: 14px;
  width: 100%;	
  margin-top:0px !important;
}
.boxdata p{
	font-size:14px !important;
	color:#1e558d !important;
	text-transform:capitalize;
	margin-top: 9px;
}
.font-16{
font-size: 16px;	
}
.font-14{
font-size: 14px;	
}
.nopadding{
	padding:0px;
}
.middle a{
	color:#0065fd;
	text-decoration: none;
}
body {
  min-height: 100vh;
  color: #485156;
  background-color:#ffffff;
  overflow-x: hidden; 
}
.btn-primary{
	background-color:#fff;
}
.message{
text-align: center;
  font-weight: normal;	
}
.center-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.copyright{
	font-size: 11px;
	position:fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
h2 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}
header {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
}
.headerimg {
  height: 50px;
 /* border: 5px solid #ebe7e4;
  border-radius: 50%;*/
  padding-top: 5px;
  float: right;
}
.acbalace{
	background-color:#485156;
	color: #fff;
	margin: 0 auto;
	border-radius: 11px;
	font-size: 25px;
	text-align: center;
  font-weight: bold;
}
.todaycollectionlist{
	
}
.todaycollectionlist ul{
	list-style: none;
	text-align: left;
	width: 60%;
	/*margin-top: -128px;*/
	margin-left: 75px;
	color: #fff;
	font-size: 16px;
	line-height:40px;
	height: 129px;
	font-weight: bold;
}
.milktodayamount{
	float: right;
	margin-top: -129px;
	z-index: 9999;
	position: absolute;
	right: 0;
	background-color: #485156;
	color: #fff;
	padding: 15px;
	margin-right: 17px;
	border-radius: 50%;	
	font-weight: bold;
	font-size: 28px;
}
.pagetitle{
	font-size:18px; 
	margin-bottom:5px; 
	color:#000 !important; 
	text-align:center; 
	font-weight:bold;
	background-color:#85b7d0;
	border-radius: 6px;
}
.table-bordered > :not(caption) > *{
	border-width:2px !important;
}
.monthtable table td{
	/*border:1px solid #485156;*/
	padding: 5px;
  font-size: 15px;
}
.monthtable table th{
	/*border:1px solid #485156;*/
	padding: 5px;
  font-size: 15px;
}
.todaycollectionlist ul li{
	
}
.headerbar {
  float: left;
  font-size: 30px;
  color: #0065fd;
}
.headertext {
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase !important;
}
.cpthumbpimg {
  border: 5px solid #ebe7e4;
  border-radius: 50%;
  width: 100%;
  float: left;
  margin-right: 10px;
}
.tagprojectimg {
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
.cpacceptbtn:hover {
  color: #e5e0dd !important;
}
.cpactivebtn:hover {
  color: #e5e0dd !important;
}
.cpblockbtn:hover {
  color: #e5e0dd !important;
}
.cpacceptbtn {
  background-color: #0065fd;
  color: white;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 7px;
  text-transform: uppercase;
  text-decoration: none;
}
.cpactivebtn {
  background-color: #60c5a8;
  color: white;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 7px;
  text-transform: uppercase;
  text-decoration: none;
}
.cpblockbtn {
  background-color: #f5704d;
  color: white;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 7px;
  text-transform: uppercase;
  text-decoration: none;
}
.tagthumbimg {
  border: 5px solid #ebe7e4;
  border-radius: 50%;
  width: 40px;
  float: left;
  margin-right: 10px;
}
.thumbcpimgcss {
  border: 5px solid #ebe7e4;
  border-radius: 50%;
  width: 100%;
}
.img-div {
  position: relative;
  height: 210px;
  width: 100%;
}
.sourceimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loccssssource {
  color: #0065fd;
  font-weight: 600;
}
.projecticss {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
}
.tagcpcss {
  border-bottom: 2px solid #ebe7e4;
  padding-bottom: 15px;
}
.projectdetailscss {
  background-color: #fff;
  padding-bottom: 1px;
  border-radius: 20px 20px 0 0;
  margin-top: -35px;
  position: relative;
  padding: 20px;
  color: grey;
}
.projectdetailscss h2 {
  color: black;
  margin-top: -10px;
}
.prodetails ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0 !important;
}
.amenities {
  width: 50px;
  background-color: #000;
  border-radius: 50%;
  height: 50px;
}
.gym {
  font-size: 25px;
  color: white;
  padding: 10px;
}
.game {
  font-size: 25px;
  color: white;
  padding: 10px;
  margin-left: 5px;
}

.dpcss .col-sm-3 {
  width: 25%;
  padding: 0;
}
.col-sm-5 {
  width: 40%;
}
.col-sm-7 {
  width: 60%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-4 {
  width: 30%;
}
.col-sm-8 {
  width: 70%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-9 {
  width: 75%;
}
.dpcss .col-sm-6 {
  width: 50%;
}
.dpcss .col-sm-2 {
  width: 20%;
}
.dpcss .col-sm-8 {
  width: 60%;
}
.dpcss a {
  text-decoration: none;
  color: black;
}
.borderdiv a {
  text-decoration: none;
  color: black;
}
.projectdetails a {
  text-decoration: none;
  color: black;
}
.amenitiescss ul {
  display: flex;
  list-style: disc !important;
  padding: 0 10px;
  flex-wrap: wrap;
}
.amenitiescss ul li {
  padding: 0 30px 0 2px;
}
.amenitiescss ul li::marker {
  list-style: disc !important;
  font-size: 18px;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 6px;
  opacity: 0.85;
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  padding: 5px;
  border-radius: 15px;
}
.gallery-content {
  font-size: 0.8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox-content {
  position: relative;
  width: 70%;
  margin: 5% auto;
}
.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}
.lightbox-prev {
  left: 0;
}
.lightbox-next {
  right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}
.amenitiess {
  padding: 0 20px;
  color: grey;
}
@media (max-width: 767px) {
  .gallery-container {
    width: 100%;
  }
  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }
  .lightbox-content {
    width: 80%;
    margin: 40% auto;
  }
}
@media (max-width: 480px) {
  .gallery-item {
    margin-bottom: 1px;
    flex-basis: 24.8%;
  }
  .lightbox-content {
    width: 90%;
    margin: 60% auto;
  }
}
.gallery {
  color: grey;
  background-color: white;
}
.detailscss p {
  color: #968f8f;
  margin-top: 10px;
  margin-bottom: 0;
}
.cpprofle {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.cpprofiletabtn {
  background-color: #0065fd;
  color: white;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 7px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  float: right;
}
.cpprofiletbbtn {
  background-color: #f5704d;
  color: white;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 7px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  float: left;
}
.profile {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
table {
  border: 1px solid white;
  width: 100%;
  border-collapse: collapse;
}
td {
  border: 1px solid white;
  line-height: 23px;
}
.middle {
  text-align: center;
}
input, select {
  width: 83%;
  border: 0px;
  height: 43px;
  text-align: center;
  background-color: #f7f8fa;
  color: #485156 !important;
  font-size: 14px;
  margin-top: 10px;
  font-weight:bold;
  border-radius: 13px;
}
button {
  background-color: #1e62a9;
  color: #ffffff;
  border: 0px;
  width: 80%;
  height: 40px;
  margin: 20px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  border-radius: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
main.project-group {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.projectdetails {
  position: relative;
  background-color: #fff;
  padding-bottom: 1px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 5px 25px rgba(0, 0, 0, 0.24);
}
.projectdetails:hover {
  box-shadow: none;
}
.rowfirst {
  display: flex;
  justify-content: space-between;
}
.rowarea {
  display: flex;
  justify-content: space-between;
  line-height: 10px;
}
.cpdcss {
  position: absolute;
  background-color: #0065fd;
  width: 30px;
  height: 30px;
  z-index: 999;
  opacity: 0.9;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  right: 15px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-name {
  text-decoration: underline;
}
.header-section {
  padding: 0 15px;
  margin-bottom: 10px;
  background-color:#235499;
}
.headertop i{
color:#2dc4f1;
}
.header-section .headertext {
  text-transform: capitalize;
}
.rowidthcss {
  width: 135px !important;
  text-align: right;
}
.neararea {
  padding: 15px 20px;
  color: grey;
}
.headertop ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 0px !important;
 /* margin: 10px 0 15px;*/
}
.headertop img{
	
}
.projectd ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  padding: 0 15px !important;
}
.bhks {
  text-transform: uppercase;
}
.cpdetails {
  background-color: #fff;
  padding: 6px;
  border-radius: 10px;
  margin: 30px;
}
.taglist ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0 !important;
  font-size: 12px;
  color: gray;
  font-weight: bold;
}
.cpdetailnum {
  background-color: #0065fd;
  width: 30px;
  height: 30px;
  float: right;
  margin-top: -85px;
  z-index: 999999;
  opacity: 0.9;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  margin-right: -15px;
  padding: 3px 7px;
}
.cptaglistinfo {
  font-weight: bold;
  color: #817f7f;
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.cptaglistbtn {
  background-color: #0065fd;
  color: white;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 7px;
  text-transform: uppercase;
  float: right;
  text-decoration: none;
  margin-top: -5px;
}
.cptaglistbtn:hover {
  color: black;
}
.dpcss h2 {
  text-align: center !important;
  font-weight: bold;
}
.dpcss p {
  text-align: center !important;
  font-size: 12px;
  font-weight: bold;
  color: #817f7f;
}
.borderdiv {
  border-right: 4px solid #e5e0dd;
}
a {
  color: white;
  font-size: 13px;
}
.border {
  border: 1px solid white;
  margin-top: 10px;
  margin-bottom: 10px;
}
.service {
  text-align: left !important;
}
.service ul {
  margin: 0px !important;
  padding: 0px;
}
.righticon {
  float: right;
  padding-top: 6px;
  padding-right: 6px;
}
.colora {
  border-bottom: 2px solid white;
}
.colorb {
  border-bottom: 2px solid white;
}
.colorc {
  border-bottom: 2px solid white;
}

.colord {
  border-bottom: 2px solid white;
}

.colore {
  border-bottom: 2px solid white;
}

.colorf {
  border-bottom: 2px solid white;
}

.colorg {
  border-bottom: 2px solid white;
}

.colorh {
  border-bottom: 2px solid white;
}

.colori {
  border-bottom: 2px solid white;
}

.colorj {
  border-bottom: 2px solid white;
}

.service ul li {
  list-style: none;
  padding: 8px;
  margin-bottom: 2px;
}
.service ul li a {
  text-decoration: none;
  font-size: 21px;
}
.special-popups a {
  font-size: 30px;
  z-index: 999;
  color: #fff;
}
.special-popups {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  align-items: center;
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 88;
  font-size: 30px;
  background-color: black;
  padding: 0 12px;
  border-radius: 10px 0 0 10px;
}
.enq-btn {
  padding: 7px 15px;
  border-radius: 30px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.1);
}
.special-stickybtn {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 99;
  text-align: center;
  padding: 20px;
  border-radius: 0;
}
.special-stickybtn a {
  font-size: 20px;
  padding: 10px 18px;
  text-decoration: none;
}
.special-stickybtn a:hover {
  color: #f5704d;
}

/* Profile Section */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px 10px 0;
  background: #fff;
  z-index: 9999;
}

.slide-right {
  animation: slide-right 0.6s ease forwards;
}
@keyframes slide-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.slide-left {
  animation: slide-left 0.6s ease forwards;
}
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.pr-head .pr-top {
  justify-content: space-between;
}
.pr-top h2 {
  margin: 0;
}
.pr-head .pr-details {
  gap: 20px;
  justify-content: unset;
  padding: 10px 0 20px;
  border-bottom: 1px solid #d5d5d5;
}
.pr-details .pr-img {
  width: 60px;
  height: 60px;
  background-color: #60c5a8;
  border-radius: 50%;
}
.pr-img i {
  font-size: 22px;
}
.pr-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.sm-dark-text {
  color: #333;
}
.sm-gray-text {
  margin: 0;
  font-size: 11px;
  color: #979797;
}

.pr-nav nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 0;
}
.pr-nav nav .pr-group {
  position: relative;
  gap: 15px;
  justify-content: unset;
}
.elem .pr-icon {
  width: 35px;
  height: 35px;
  background-color: #eaeaea;
  border-radius: 5px;
}
a.elem {
  position: relative;
  text-decoration: none;
}
a.elem::before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #f2f2f2;
  padding: 15px;
  z-index: -1;
  display: none;
  transition: display 0.3s ease;
}
a.elem:hover {
  color: unset;
}
a.elem:focus::before {
  display: block;
  background-color: #f7f7f7;
}
a.elem i {
  color: #333;
}
.nav-details h4 {
  margin: 0 0 2px;
}
.elem .chevron-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* alert */
.alert {
  position: fixed;
  width: fit-content;
  padding: 10px 15px;
  top: -100%;
  left: 50%;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  transition: all 0.4s ease;
  z-index: 999999;
}
.alert.danger,
.alert.success {
  top: 0;
}
.alert.danger {
  color: #ffbfa9;
  background-color: #ff6d60;
}
.alert.success {
  color: #7eaa92;
  background-color: #c8e4b2;
}

.create-form {
  display: flex;
  flex-direction: column;
  width: 90vw;
  align-items: center;
  justify-content: center;
}
.selection-div {
  position: relative;
  width: 100%;
}
.selection-div .input-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  text-align: center;
  background-color: #e5e0dd;
  color: black !important;
  font-size: 16px;
  margin-top: 10px;
  flex-wrap: wrap;
  padding: 10px 0;
}
a {
  cursor: pointer;
}
.options-div {
  max-height: 200px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: #ccc;
  padding: 20px;
  overflow-y: auto;
}
.options-div.hide {
  display: none;
}
.options-div .option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
input[type='checkbox'] {
  width: initial;
  height: initial;
  margin: 0;
}
.location-tags {
  display: flex;
  padding: 5px 10px;
  border: 1px solid tomato;
  align-items: center;
  gap: 8px;
}