@font-face {
  font-family: "zona-pro";
  src: url('../fonts/zona-pro-regular.otf');
}

@font-face {
  font-family: "zona-pro";
  src: url('../fonts/zona-pro-regular.otf');
}

body {
  font-size: 14px;
  font-family: 'zona-pro', sans-serif !important;
  color: #2d2d2d;
  font-weight: 500;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  -webkit-background-color: #F5F5F5;
  border-radius: 0px;
}

body::-webkit-scrollbar {
  width: 0.6rem;
  background-color: #F5F5F5;
  -webkit-background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #AAA;
  -webkit-background-color: #AAA;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, #755143 53%, #755143 99%)
}

.container {
  max-width: unset;
  width: 84%;
}

#Amenities .container {
  max-width: unset;
  width: 90%;
}

section {
  position: relative;
}

.section-head {
  font-family: 'zona-pro', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #4d3e38;
  font-size: 30px;
  position: relative;
}

.section-sub-head {
  font-family: 'zona-pro', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  position: relative;
}

.headingborder {
  border: 1px solid #000;
  width: 12%;
  opacity: 1;
}

.headingborder1 {
  border: 1px solid #4d3e38;
  width: 9%;
  opacity: 1;
}

#lock {
  display: none;
}

.pulse {

  text-align: center;
  animation: animate-pulse 2s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* ========================== enquire-btn start ========================== */
.enquire-btn {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 999;
}

.enqbtn1 {
  padding: 7px 25px !important;
  border-radius: 5px;
  background-color: #b7a27e;
  color: #fff;
  font-size: 16px !important;
  text-decoration: none;
  display: inline-block;
}

/* ========================== enquire-btn End ========================== */
/* ==================== Overview Start ==================== */
.innerHighlights {
  border-right: 1px solid #fff;
  padding: 10px;
}

.innerHighlights p {
  margin-bottom: 0px;
  color: #fff;
}

.innerOverview .section-head {
  color: #fff;
}

.innerOverview {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/overviewbackgroundbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.innerOverviewBox {
  padding: 0px 40px;
}

.innerOverviewBox2 .section-head {
  color: #000;
}

.innerOverviewBox2 p {
  color: #000 !important;
  line-height: 25px;
  letter-spacing: 1.5px;
}

/* ==================== Overview End ==================== */
.innerOverviewone {
  background: linear-gradient(to right, #fff 55%, #fef5ec 55%);
}

.innerOverviewone .innerHighlights {
  border-right: 1px solid #000;
  padding: 10px;
}

.innerOverviewone p {
  color: #000;

}

.innerOverviewBox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

/* ==================== Configuration Start ==================== */
.pro-config-wrap .confighead {
  color: #fff;
}

.pro-config-wrap {
  padding: 40px 0 60px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/configurationbg.webp);
  background-attachment: fixed;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.table {
  background: unset;
  --bs-table-bg: transparent;
}

.configbox {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 6px;
  border-radius: 0px;
}

.table thead>tr {
  background: #fff;
  --bs-table-bg: none;
}

.table thead>tr>th {
  border: 1.5px solid #08212d;
  width: 100px;
}

.table tbody>tr>td {
  color: #fff;
  border: unset;
  vertical-align: middle;
}

.pricing_btn:hover {
  background: transparent;
  border: 1px solid #fff;
  transition: linear ease-in-out 0.3s;
  box-shadow: 0px 6px 6px 0px #00000047;
  color: #fef5ec;
}

.pricing_btn a {
  text-decoration: none;
  color: #4d3e38;
}

.pricing_btn:hover a {
  text-decoration: none;
  color: #fef5ec;
}

.pricing_btn {
  background: #fef5ec;
  padding: 5px 20px !important;
  border-radius: 5px;
  border: 1px solid #fef5ec;
  color: #4d3e38;
  text-decoration: none;
  transition: lin ease-in-out 0.5s;
}
/* ------------------- */
.innerconfiguration {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/configurationbg.webp);
  padding-bottom:11.5rem !important;
}

.innerconfiguration .section-head {
  color: #fff;
}

.Configurationbox {
  background-color: #fff;
  /* border: 5px solid #fff; */
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.pricepop {
  padding: 5px 20px;
  text-decoration: unset;
  color: #7c1746;
  border-radius: 5px;
}
.Configurationbox .pricepop {
  color: #fff !important;
}

.Configurationbox:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-15px);
  transition: ease all 0.5s;
}

.configareasection {
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
}

.about_img{
  position: relative;
}


.innerconfiguration {
  margin-bottom: 200px;
}
.configarea{
  color: #755143;
}
.Configurationbox .hoverBtn{
  color: #fff !important;
  border: 0;
  background-color: #755143;
}
.Configurationbox .pricepop span{
  font-size: 18px;
}
.configUnit{
  font-size: 20px;
}
.carpet h5{
  font-size: 18px;
  color: #755143;
}
.carpet h6{
  font-size: 14px;
  color: #4d3e38;
}

/* ==================== Configuration End ==================== */
/* ==================== Amenities Start ==================== */

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  height: 23px;
  color: #000;
  margin: 0px 8px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  height: 23px;
  color: #000;
  margin: 0px 8px;
}

.swiper-button-prev:hover {
  color: #e0b041;
}

.swiper-button-next:hover {
  color: #e0b041;
}

label.error {
  color: #b02d2d;
  font-size: 11px;
}

.gallery-slider a:hover .overlay {
  background-color: #7c1746a6;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay img {
  height: auto !important;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* button.owl-prev {
  position: absolute;
  left: -3%;
  top: 47%;
  transform: translateY(-50%);
  background: url(../img/left-arrow.png) !important;
  width: 50px;
  height: 44px;
  background-size: cover;

} */

#Amenities {
  background-color: #fef5ec ;
}

.box {
  background: linear-gradient(to right, #3e3e3e 0%, #3e3e3e 100%);
  position: relative;
  overflow: hidden;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  background: #fff;
  width: 0;
  height: 4px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: all 600ms ease;
}

.box:after {
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.box .box-content:before,
.box .box-content:after {
  width: 4px;
  height: 0;
}

.box .box-content:after {
  left: auto;
  right: 30px;
  top: auto;
  bottom: 30px;
}

.box:hover:before,
.box:hover:after {
  width: calc(100% - 60px);
}

.box:hover .box-content:before,
.box:hover .box-content:after {
  height: calc(100% - 60px);
}

.box img {
  width: 100%;
  height: auto;
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.25s linear;
  height: 352px;
  object-fit: cover;
}

.box:hover img {
  opacity: 0.25;
  transform: scale(1.25);
}

.box .inner-content {
  color: #fff;
  text-align: center;
  width: 70%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 70%;
  left: 50%;
  transition: all 600ms ease;
}

.box:hover .inner-content {
  opacity: 1;
  top: 50%;
}

.box .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.box .post {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 12px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box .icon li {
  display: inline-block;
  margin: 0 4px;
}

.box .icon li a {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  border-radius: 10px 0 10px 0;
  display: block;
  transition: all 0.3s;
}

.box .inner-content-second, .about_img .inner-content-second {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;

}

.box .inner-content-first {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;

}
.conff-carousel2 .owl-nav {
  display: flex;
  justify-content: center;
}


.swiper_box{
  width: 100%;
}

.swiper_box img{
  width: 80%;
  margin: 0 auto;
  display: block;
  height: auto;
}

#conff-carousel3{
  margin-top: 50px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 8px !important;
  margin: 5px;
  padding: 8px 10px !important;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  border-radius: 1px;
  background: #fef5ec !important;
}


/* ========================== Amenities End ========================== */
/* ==================== Gallery Start ==================== */
.swiper-slide a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

#Gallery .swiper {
  position: relative;
}

#Gallery .swiper::before {
  content: "";
  background: #fff ;
  position: absolute;
  top: 0;
  left: -3%;
  transform: translateY(-50%);
  width: 106%;
  height: 100px;
  border-radius: 100%;
  z-index: 10;
}

#Gallery .swiper::after {
  content: "";
  background: #fff ;
  position: absolute;
  bottom: 0;
  left: -3%;
  transform: translateY(50%);
  width: 106%;
  height: 100px;
  border-radius: 100%;
  z-index: 10;
}

#Gallery .swiper-button-next {
  position: absolute;
  right: -5%;
  top: 45%;
  transform: translateY(-50%);
}

#Gallery .swiper-button-prev {
  position: absolute;
  left: -6%;
  top: 45%;
  transform: translateY(-50%);

}

.swiperbox img.img-fluid.w-100 {
  height: 400px;
}


.swiper-slide a .overlay {
  /*border: 2px solid #4d3e38;*/
  padding: 5px;
  margin: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.swiper-slide a:hover .overlay>img {
  opacity: 1;
}

.swiper-slide a .overlay>img {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 45px;
}

#Gallery .swiper-button-prev,
.swiper-rtl #Gallery .swiper-button-next {
  height: 60px;
  width: 40px;
}


#Gallery .swiper-button-next,
.swiper-rtl #Gallery .swiper-button-prev {
  height: 60px;
  width: 40px;
}

#Gallery .section-head {
  color: #4d3e38;
}

.innerGallery {
  background-color: #fff ;
}

.innerGallery .section-head {
  color: #fff;
}

.innerGallery .headingborder1 {
  border-color: #fff;
}

.swiper-button-prev:after {
  content: " ";
}

.swiper-button-next:after {
  content: " ";
}


/* ==================== Gallery End ==================== */
/* ==================== Floorplan Start ==================== */
#Floorplan .swiper-button-prev,
.swiper-rtl #Floorplan .swiper-button-next {
  color: #fff;
  border: 1px solid #f6efd6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #243b6e;
  transition: all 0.5s ease-in-out;
}

#Floorplan .section-head {
  color: #fff;
}

.innerFloorplan {
  background-image: linear-gradient(rgba(246, 239, 214, 0.397), rgba(246, 239, 214, 0.397)), url(../img/sereintexture2.png);
  background-size: unset;
  background-position: center;
}

#Floorplan .swiper-button-prev:hover,
.swiper-rtl #Floorplan .swiper-button-next:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #4d3e38;
  transition: all 0.5s ease-in-out;
}

#Floorplan .swiper-button-next,
.swiper-rtl #Amenities .swiper-button-prev {
  color: #fff;
  border: 1px solid #f6efd6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #243b6e;
  transition: all 0.5s ease-in-out;
}

#Floorplan .swiper-button-next:hover,
.swiper-rtl #Floorplan .swiper-button-prev:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #4d3e38;
  transition: all 0.5s ease-in-out;
}

#Floorplan .swiper-button-next:after,
#Floorplan .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 19px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1.8;
  font-weight: 700;
}

.innerFloorplan .owl-carousel a .overlay {
  margin: 0px;
}

.innerFloorplan .swiper-slide a .overlay {
  border: 1px solid #ebd256;
  margin: 0px;
}

.blurimage {
  filter: blur(3px);
}

/* .innerFloorplan .swiper-slide { transform: translate(0%, 0) scale(1) !important; } */
/* ==================== Floorplan End ==================== */
/* ==================== Location Start ====================i */
button.accordion-button.collapsed {
  font-weight: 600;
}

.locdetails {
  border-right: 1px solid #e0b041;
  padding: 10px;
  margin: 10px 0px;
}

.locdetails h6 {
  font-weight: 600;
  color: #e0b041;
}

.locdetails p {
  margin-bottom: 0px;
}

.accordion-button:not(.collapsed) {
  background: #4d3e38;
  color: #fff;
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.locationicon {
  width: 31px;
  margin-right: 20px;
}

.accordion-button:not(.collapsed) .locationicon {
  filter: invert(1);
}

/* ==================== Location End ==================== */
i.fa-solid.fa.fa-angle-up {
  font-size: 26px;
}

.innerLocation {
  background: #fdefef;
}

/* ==================== AboutUs Start ==================== */
.aboutimgsize img {
  width: 70px;
}

.innerAboutUs {
  background-image: url(../img/bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.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%);

}

.colpadding {
  padding: 0px 20px 0px 20px;
}

#AboutUs ul li span {
  font-size: 20px;
  color: #4d3e38;
}

#AboutUs h1 {
  color: #4d3e38;
}

#AboutUs .borderbottom {
  font-size: 13px;
}

.counterbg {
  background-color: #fff;
  height: 120px;
  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 End ==================== */
/* ==================== ContactUs Start ==================== */
/* #ContactForm {
  background-color: #fff;
  padding: 20px 20px;
  border: 1px solid #4d3e38;
} */

.innerContactUs {
  background: #fff;
}

#submitf {
  background-color: #f0e2d8;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  /* padding: 6px 40px;*/
}

iframe {
  border: 1px solid #000 !important;
}

.ContactUsbox {
  border-style: double;
  border: 2px solid #4d3e38;
  padding: 20px;
}

.form-control {
  border-radius: 0px;
}

.clientlogo {
  width: 16%;
  margin: 0px auto;
}

.iti__country-list {
  z-index: 999;
}

/* .contactbgimg {
  background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/contactus.jpg);
} */


#ContactUs {
  position: relative;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

#ContactUs .contactbgimg {
  padding: 40px 0 60px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/contactus.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

#ContactUs .contactbgimg .contacthead {
  color: #fff;
}

#ContactUs .contactpara {
  font-size: 18px;
}

#ContactUs .contactbgimg .input-group {
  width: 70%;
  margin: auto;
}

#ContactUs .contactbgimg .phone-group-space {
  width: 100%;
  padding: 0;
}

#ContactUs .input-group .iti--allow-dropdown input[type=tel] {
  width: 89%;

}

@media screen and (max-width: 540px) {
  #ContactUs .input-group .iti--allow-dropdown input[type=tel] {
    width: 90%;

  }
}


select.form-input.phone_input {
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 16px;
  width: 2.6vw;
  height: 2.4vw;
}

#contactUs .input-group-space {
  height: 2.4vw;
}

/* @media screen and (max-width: 540px) {
  #ContactUs .input-group .iti--allow-dropdown input[type=tel]{
    width: 66%;
    margin-left: 34px;
  }
  #ContactUs .iti__selected-flag{
    left: 35px;
  }
  select.form-input.phone_input {
    left: 0px;
    width: 50px;
  }
} */

#ContactUs .input-group {
  flex-wrap: nowrap;
}

#ContactUs .contactbgimg .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

#ContactUs .input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

#ContactUs .checkerror label.error {
  bottom: unset;
}

#ContactUs input {
  border-radius: 0px 5px 5px 0px !important;

}

#ContactUs .form-check-input {
  border-radius: 2px !important;

}

#ContactUs label.error {
  color: #ff0000;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  /* left: 50%;
  width: 100%; */
  text-align: left;
  /* transform: translateX(-50%); */
  display: block;
}

#ContactUs .contacterror label.error {
  /* left: 50%;
  width: 100%; */
  left: -28px;
}

#ContactUs .contactbgimg .input-group-addon {
  background: #755143;
  color: #fff;
  padding: 7px;
  border: 1.5px solid #755143;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

#ContactUs .form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -8px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

#ContactUs .form-check-label2 {
  position: relative;
}

#ContactUs .form-check-label2 label.error {
  position: absolute;
  top: 15px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
}

/* ==================== ContactUs End ==================== */
/* ==================== Address Start ==================== */
#Address {
  background-color: #fef5ec;
  color: #000;
}

/*.siteaddress {
  border-right: 1px dotted #fff;
}*/

/* ==================== Address End ==================== */
/* ==================== Disclaimer Start ==================== */
.innerDisclaimerbox p {
  font-size: 10px;
  text-align: justify;
}

.innerDisclaimer {
  background: #fef5ec;
}

.innerDisclaimerbox h6,
.innerDisclaimer a {
  color: #000;
}

.address {
  border-right: 1px solid #e0b041;
}

/* ==================== Disclaimer End ==================== */
/* ==================== Footer Form Start ==================== */
.errorcheckbox {
  color: #ff0000;
}

label.error {
  color: #ff0000;
  font-size: 12px;
}

#inquiryForm {
  background-color: #000;
  bottom: 0px;
  -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  padding: 5px 0;
  position: fixed;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 3;
}

.formheading h5 {
  color: #fff;
  align-items: center;
  margin-top: 5px;
  text-align: center;
}

#inquiryForm .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  color: #fff;
  margin: 0px 0px;
}

#price .form-check-label {
  position: relative;
}

#price .form-check-label label.error {
  position: absolute;
  top: 15px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
}


#price .form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}

#price .form-check-label2 {
  position: relative;
}

#price .form-check-label2 label.error {
  position: absolute;
  top: 15px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
}

.form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}

#price .modal-checkbox .form-check-label label.error:after {
  border-bottom: 8px solid #fff;
}

#price .modal-checkbox .form-check-label2 label.error:after {
  border-bottom: 8px solid #fff;
}

.iti__flag-container {
  height: 38px;
}

input.form-control {
  border: none;
  border-bottom: 1px solid #4d3e38;
}

/* ==================== Footer Form End ==================== */
/* ========================== Popup Form Start ========================== */
button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;

}

#price .modal-header {
  padding: 0px;
  border: none;
}

#price .modal-header img {
  width: 20%;
}

#price .input-group input {
  width: 100% !important;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#price .input-group input::placeholder {
  color: #fff;
}

#price .input-group {
  padding: 5px 0px;
}

#price .iti.iti--allow-dropdown {
  width: 100% !important;
}

#price .modal-dialog {
  max-width: unset;
  width: 65%;
  margin-top: 90px;
}

#price .modal-body {
  background-image: url(../img/bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: double;
  border-image: linear-gradient(to right, #8d663a, #f1cf8c, #8d663a, #f1cf8c, #8d663a) 1;
  color: #fff;
}

#price .btn-close {
  position: absolute;
  opacity: 1;
  font-size: 25px;
  top: -2%;
  right: -2%;
  background: #fff;
  color:#8d663a ;
  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid  #8d663a;
}

#price .iti__country-list {
  background-color: #000 !important;
  color: #fff !important;
  z-index: 999;
}

#price .input-group {
  position: relative;
  margin: 15px 0px;
}

#price label.error {
  color: #ff0000;
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  text-align: left;
  display: block;
}

/* ========================== Popup Form End ========================== */
/* ========================== Project Enquiry Start ========================== */
.boxEnquiry {
  border: 4px solid #c3985a;
  padding: 20px;
}

.Enquirybox {
  border: 1px solid #c3985a;
  display: grid;
  align-items: center;
}

.input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}

#projectEnquiry .input-group input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #262626;
  border-radius: 0px;
}

#projectEnquiry .iti.iti--allow-dropdown {
  width: 100% !important;
}

button#submitf {
  border-radius: 5px;
  background-color: #755143;
  color: #f0e2d8;
}


.iti.iti--allow-dropdown {
  width: 100%;
}


/* ========================== Project Enquiry End ========================== */
#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

#infinite-indicator {
  position: absolute;
  top: 45%;
  left: 45%;
}

.scrollup {
  background-image: url(../img/bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1.5px solid #fff;
  text-align: center;
  color: #fff;
  padding: 2px;
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 8%;
  right: 3%;
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  z-index: 99;
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrolluparrow {
  font-size: 25px;
}

/* ==================== Years Start ==================== */
.addbar-border {
  border-left-style: dashed;
  border-left-color: #fff;
}

.heading {
  color: #fff;
}

#addressbar {
  background: #8d191c;
  margin-top: 28px;
}

.add-head-text {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.add-para {
  color: #fff;
  /*font-size: 16px;*/
}


/* ==================== Years End ==================== */
/* Rohit */
/* ==================== Enquire Start ==================== */
.enquieryrap {
  position: fixed;
  right: 0%;
  top: 35%;
  z-index: 11;
}

.enquieryrap .iconenqui {
  width: 40px;
  height: 40px;
  /*border-radius: 50%;*/
  padding: 10px;
  display: flex;
  margin-bottom: 14px;
  position: relative;
  box-shadow: unset;
  border: 1px solid #fff;
  background: #4d3e38;
}

.enquieryrap .iconenqui::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid rgba(255, 255, 255, 0.4039215686);
  /*border-radius: 50%;*/
  animation: pulse2 5s ease-out infinite;
  z-index: -1;
}

.enquieryrap .iconenqui .img {
  line-height: 0;
}

.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 161px;
  background: #4d3e38;
  padding: 9px 13px;
  top: 0%;
  /*border-radius: 0 19px 19px 0;*/
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(0);
  font-weight: 500;
  display: none;
}

.enquieryrap .iconenqui::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 0.2rem solid rgba(255, 255, 255, 0.4039215686);
  /*border-radius: 50%;*/
  animation: pulse2 5s ease-out infinite;
  z-index: -1;
}

.enquieryrap .iconenqui img {
  width: 100%;
}

.enquieryrap .iconenqui:hover .txt {
  display: block;
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
}

@keyframes pulse2 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.pulseanimation {
  animation: pulse-cust 2s infinite;
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 89%; /* Move the button to the left side */
  font-size: 15px !important;
  background: #755143;
  border: 2px solid;
  color: #fff;
  padding: 8px 12px 10px 12px;
  border-radius: 8px;
  font-weight: 600;
  outline: none !important;
}

.interested:hover, .interested:focus {
  color: #ffffff !important;
  border: 2px solid;
  background-color: #755143;
}


/* ==================== Enquire end ==================== */
/* .menuenqire a {
  display: none;
} */

.serien_plan_9mg{
  scale: .92;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .serien_plan_9mg{
    scale: 1;
  }
}

.serein_enquire{
    border: 1px solid #755143 !important;
    border-radius: 15px !important;
    background: #755143 !important;
    color: #fff !important;
    transition: all 0.3s ease-in !important;
}

.serein_enquire:hover{
    color:  #755143 !important;
    background: #fff !important;
}

  .am-input-container[data-error], .ap-dropdown-cont[data-error], .ap-agree-box[data-error] {
     position: relative;
}
 .am-input-container[data-error]::after, .ap-dropdown-cont[data-error]::after, .ap-agree-box[data-error]::after {
     content: attr(data-error);
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     color: #d32f02;
     text-shadow: 0 0 1px #fff;
     font-size: 0.65em;
     text-transform: uppercase;
     margin-top: 2px;
}