.user-box {
  position: relative;
}

label.error {
  color: red !important;
  position: unset !important;
  font-size: 10px !important;
  padding: 0px !important;
}

.user-box input {
  margin-bottom: 0px !important;
}

.user-box {
  margin-bottom: 15px !important;
}

.enquieymb {
  background: #4c766c;
  color: #fff;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  border-top: 1px solid #c3985a;
}

.enquieymb h5 {
  padding: 5px 0px;
}

/* ==================== AboutUs Start ==================== */
.aboutimgsize img {
  width: 70px;
}

.innerAboutUs {

  color: #fff;
}

#AboutUs,
#overview,
#configuration,
#Amenities,
.banner1 {

  background: url(../img/texture-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.containerstyle {
  /* background-color: white; */
  padding: 40px 0px;
  /* border-radius: 20px; */
}

.innerAboutUs .section-head {
  color: #fff;
}

.innerAboutUs .headingborder1 {
  border-color: #fff;
}

#AboutUs {
  position: relative;
}

.ameelementimgup2 {
  position: absolute;
  top: -25px;
  left: 20%;
}

.ameelementimgdown2 {
  position: absolute;
  bottom: -25px;
  left: 20%;
}

.section-title {
  z-index: 1;
  margin-bottom: 0px;
  padding: 0px 0px 30px;
  text-align: left;
  position: relative;
}

.small-line {
  color: #ffff;
  font-size: 18px;
  position: relative;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.small-line:after {
  top: 13px;
  content: '';
  height: 2px;
  width: 100px;
  right: -120px;
  position: absolute;
  background-color: #bf9c26;
}

.section-title h2 {
  color: #b2904a;
}

.aboutpara p {
  text-align: justify;
  color: #000;
  font-size: 14px;
  letter-spacing: 1.2px;

}

.aboutuscount h1 {
  font-weight: 700;
}

/* #AboutUs {
  background: linear-gradient(to right, #fef5ec 45%, #fff 45%);

} */
.AboutUs .containerstyle {
  max-width: 95%;
  margin-left: auto !important;
  position: relative;
  /* background-color: white; */
}

.colpadding {
  padding: 0px 20px 0px 20px;
}

#AboutUs ul li span {
  font-size: 20px;
  color: #000;
}

#AboutUs h1 {
  color: #fff;
}

#AboutUs .borderbottom {
  font-size: 13px;
  color: #fff;
}

.counterbg {
  background-color: #4c766c;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.AboutUs .heading {
  color: #000 !important;
}



/* ==================== AboutUs End ==================== */

/* ==================== Plans Start ==================== */
.plans .plan-box {
  text-align: center;

}

.plans .img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  filter: blur(2px);
  border: 2px solid;
}

.plans .img img {
  width: 100%;
  transition: 0.3s ease;
}

/* .plans .img:hover img {
  transform: scale(1.05);
} */

.plans .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
}

.plans .img:hover .overlay {
  opacity: 1;
}

.plans .ico {
  font-size: 40px;
  color: #fff;
}

.headfnt {
  margin-top: 10px;
  font-weight: 600;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: 10px;
  right: auto;
  color: #0a4370 !important;
}

.floor-tabs {
  justify-content: center;
  border-bottom: none;
  margin-bottom: 30px;
}

.floor-tabs .nav-link {
  /* background: #4c766c; */
  color: #4c766c;
  margin: 0 8px;
  padding: 8px 10px;
  border: 1px solid #4c766c;
  transition: all 0.3s ease;
  border-radius: 0;
}

.floor-tabs .nav-link.active {
  background: #366459;
    transform: scale(1.03);
  color: #ffffff;
}

.floor-tabs .nav-link:hover {
  transform: scale(1.03);
  background: #366459;
  color: #fff;
}

.floor-tabs .nav-link:focus {
  box-shadow: none;
}

/* ==================== Plans end ==================== */
/* contact us */
.form-box input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.Overview {
  background-color: #4c766c !important;
}