/*========================== navbar start ========================== */
@font-face {
  font-family: "Merriweather";
  src: url('../fonts/Merriweather-Regular.ttf');
}

@font-face {
  font-family: "Raleway";
  src: url('../fonts/Raleway-Regular.ttf');
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}

#lock {
  display: none;
}

body {
  font-size: 14px !important;
  font-family: 'Raleway', sans-serif !important;
  color: #2d2d2d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.section-head {
  font-family: 'Merriweather', sans-serif;
  color: #000;
  font-size: 25px;
  position: relative;
}

.navbar {
  box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.795);
  background: #fff;
  /*border-bottom: 1px solid #fff;*/
  padding: 0px !important;
}

.navbar .nav-item {
  font-size: 15px;
}

.minlogo {
  width: 70%;
  filter: invert(1);
}

#enqirebutton1 {
  padding: 7px 22px;
  border-radius: 5px;
  background-color: #b98e33;
  color: #fff;
  text-decoration: none;
}

#enqirebutton2 {
  padding: 7px 22px;
  border-radius: 5px;
  background-color: #b98e33;
  color: #fff;
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
}

/*#enqirebutton2:hover {
  color: #fff;
  background: none;
  border: 1px solid;
}*/

.nav-link {
  color: #000;
  padding: 1.4rem 1em !important;
}

.nav-link:focus,
.nav-link:hover {
  color: unset;
}

.activeHover {
  color: #000 !important;
  font-weight: 600;
  text-decoration: underline;
  /* background-color: #000; */
}

link:hover {
  color: #b98e33;
}

.pulse {
  background: #000;
  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);
  }
}

.floatbtn .pulse2 {
  background: #000;
  text-align: center;
  animation: animate-pulse2 2s linear infinite;
}

@keyframes animate-pulse2 {
  0% {
    box-shadow: 0 0 0 0px rgba(248, 247, 247, 0.3);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.navbar .pulse3 {
  text-align: center;
  animation: animate-pulse3 2s linear infinite;
  border-radius: 50px;
margin-right:40px;
}

@keyframes animate-pulse3 {
  0% {
    box-shadow: 0 0 0 0px rgba(12, 12, 12, 0.3);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(5, 5, 5, 0);
    transform: scale3d(1, 1, 1);
  }
}

.floatbtn {
  position: absolute;
  z-index: 9;
  bottom: 5%;
  right: 1%;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  /* box-shadow: 1px 5px 14px #999; */
  color: #cbae73 !important;
  /* font-family: "ttcommonmedium"; */
}

.navnone {
  display: none;
}

/*========================== navbar end========================== */
/* .carousel-item {
  padding-top: 68px;
} */
/* .carousel-item {
  padding-top: 40px;
} */

/* ========================== Ovarview Start ========================== */


.boxOverview {
  display: flex;
  align-items: center;
}

.boxOverview1 h5 {
  font-weight: 600;
  color: #000;
}

.paraover {
  line-height: 25px;
  letter-spacing: 1.5px;
}

.innerOverview .container {
  max-width: 95% !important;
}

/* ========================== Ovarview End ========================== */
/* ========================== Ovarview 2 Start ========================== */
.textOverview {
  text-transform: capitalize;
}

.Highlights {
  text-align: left;
}

.bd-left {
  border-left: 3px solid #b98e33;
}

.color-h {
  color: #b98e33;
}

.dwn-broch a {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  background: #b98e33;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.slider-btn {
  position: relative;
}

.leftbtn {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
}

.rightbtn {
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
}

/* ========================== Ovarview 2 End ========================== */
/* ========================== Configuration Start ========================== */
/* .innerconfiguration { color: #fff !important;     background: linear-gradient(0deg,rgb(0 0 0 / 20%),rgb(0 0 0 / 20%)),url(../img/cofigurationbg.jpg); background-repeat: no-repeat; background-size: cover; } */
.innerconfiguration {
  background-color: #000;
  padding-bottom: 7.5rem !important;
}

/* .innerconfiguration { background-color: #000; padding-bottom:12.5rem !important; } */
.innerconfiguration .section-head {
  color: #fff;
}

.innerconfiguration .headingborder1 {
  border-color: #fff;
}

.Configurationbox {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  padding: 35px 30px;
}

.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%);
}

.innerconfiguration {
  margin-bottom: 20%;
}

.configUnit {
  color: #000;
  font-weight: 600;
}

.Configurationbox .hoverBtn {
  border: 1px solid #000;
  background: #fff;
  border-radius: 30px;
  margin-top: 15px;
}

.Configurationbox .hoverBtn:hover {
  background: #000;
}

.pricepop {
  padding: 5px 20px;
  text-decoration: unset;
  color: #7c1746;
  border-radius: 5px;
}

.Configurationbox .pricepop {
  color: #000 !important;
}

.Configurationbox .hoverBtn:hover .pricepop {
  color: #fff !important;
}

.Configurationbox .pricepop span {
  font-size: 18px;
}

#configuration .title2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: 50px solid #fff;
  width: 136px;
  line-height: 1px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;

}

#configuration .textjustify {
  color: #fff !important;
}

/*.largeh5 { font-family: 'Merriweather', sans-serif; }*/
/* ==================== Configuration End ==================== */
/* ========================== Heighlight Start ========================== */
#Highlightsowl {
  position: relative;
}

#Highlightsowl .owl-nav {
  position: absolute;
  width: 100%;
  text-align: right;
  top: -50%;
}

.highlightsinfo h4,
.highlightsinfo p {
  font-size: 12px;
}

.highlightsinfo {
  position: absolute;
  bottom: 6%;
  z-index: 99;
}

.slickHighlights .slick-slide:hover::after {
  content: '';
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.6;
  z-index: 22;
}

.slickHighlights .slick-slide {
  height: 250px !important;
  position: relative;
  margin: 0 2px;
}

.slickHighlights .slick-slide:hover h5 {
  color: #c3985a;
  font-weight: 600;
}

.slickHighlights .slick-slide.himg1:hover {
  background: url(../img/highlights/1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg2:hover {
  background: url(../img/highlights/2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg3:hover {
  background: url(../img/highlights/3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg4:hover {
  background: url(../img/highlights/4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg5:hover {
  background: url(../img/highlights/5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}


.slickHighlights .slick-slide.slick-current.himg1,
.slickHighlights .slick-slide.slick-center.himg1 {
  background: url(../img/highlights/1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg2,
.slickHighlights .slick-slide.slick-center.himg2 {
  background: url(../img/highlights/2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg3,
.slickHighlights .slick-slide.slick-center.himg3 {
  background: url(../img/highlights/3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg4,
.slickHighlights .slick-slide.slick-center.himg4 {
  background: url(../img/highlights/4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg5,
.slickHighlights .slick-slide.slick-center.himg5 {
  background: url(../img/highlights/5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current h5,
.slickHighlights .slick-slide.slick-center h5 {
  color: #c3985a;
  font-weight: 600;
}

.slickHighlights .slick-prev {
  left: 85%;
  position: absolute !important;
  top: -40px;
  width: 47px;
  height: 44px;
}

.slickHighlights .slick-next {
  right: 0;
  position: absolute !important;
  top: -40px;
  width: 47px;
  height: 44px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

button.slick-next.slick-arrow {
  background: url(../img/right-arrow.png) !important;
  border: unset;
  color: transparent;
}

button.slick-prev.slick-arrow {
  background: url(../img/left-arrow.png) !important;
  border: unset;
  color: transparent;
}

.mainhighlights .slick-slider .slick-slide.slick-current::before,
.slick-slider .slick-slide.slick-center::before {
  content: '';
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.6;
  z-index: 22;
}

.highlightsinfo hr {
  opacity: 1;
}

.title2 {
  text-align: center;
  text-transform: uppercase;
  border-right: 50px solid #000;
  width: 136px;
  line-height: 1px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;
}

.heighlightimg img {
  height: 100%;

}

/* ========================== Heighlight End ========================== */
/* ============== amenities Start ==============  */
.amenities-img a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.amenities-img {
  position: relative;
}

.amenities-img a .overlay {
  border: 2px solid #fff;
  margin: 0px 7px;
  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;
}

.amenities-img a:hover .overlay>img {
  opacity: 1;
}

.amenities-img a .overlay>img {
  left: 50%;
  transform:translate(-50%,-50%);
  opacity: 0;
  position: absolute;
  top: 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: 11%;
}

#Amenities {
  background-color: #000;
}

#Amenities .title2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: 50px solid #fff;
  width: 136px;
  line-height: 1px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;

}

#Amenities .textjustify {
  color: #fff !important;
}

.swiper-slide a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.swiper-slide a .overlay {
  border: 1px solid #fff;
  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: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 11%;
}

.caption {
  position: absolute;
  z-index: 9;
  bottom: 0;
  height: 28px;
  text-align: left;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 59%, rgba(83, 33, 122, 0.10127801120448177) 90%);
  color: #ffffff;
  padding: 5px 50px 5px 20px;
  font-size: 15px;
}

.swiper-slide {
  transform: translate(0%, 0) scale(.8) !important;
}

.swiper-slide.swiper-slide-active {
  transform: translate(0%, 0) scale(1) !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  cursor: pointer;
  display: 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 15px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  height: 23px;
  color: #000;
  margin: 0px 15px;
}

.swiper-button-prev:hover {
  color: #b98e33;
}

.swiper-button-next:hover {
  color: #b98e33;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 23px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 700;
}

#amenities2 {
  background-color: #000;
  color: #fff;
}

.amerightbtn {
  font-size: 50px;
  color: #fff;
}

.ameleftbtn {
  font-size: 50px;
  color: #fff;
}

.caption {
  position: absolute;
  z-index: 9;
  bottom: 0;
  height: 28px;
  text-align: left;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 59%, rgba(83, 33, 122, 0.10127801120448177) 90%);
  color: #ffffff;
  padding: 5px 50px 5px 20px;
  font-size: 15px;
}

/* ============== amenities End ==============  */
/* ============== Gallery Start ==============  */
/*#gallery { background-color: #000; }*/
#gallery .swiper-slide a .overlay {
  border: 1px solid #000;
  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;
}

.gallery-img a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery-img {
  position: relative;
}

.gallery-img a .overlay {
  border: 2px solid #000;
  margin: -8px -9px;
  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;
}

.gallery-img a:hover .overlay>img {
  opacity: 1;
}

.gallery-img a .overlay>img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: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: 11%;
}

.gelrightbtn {
  font-size: 50px;
  color: #000;
}

.gelleftbtn {
  font-size: 50px;
  color: #000;
}

.gallery-img a {
  position: relative;
  display: block;
}

/* ============== Gallery End ==============  */

/* ============== Floor Plan Start ==============  */
#floorplan {
  background: #000;
  color: #fff;
}

.floore-img a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.floore-img {
  position: relative;
}

.floore-img a .overlay {
  border: 2px solid #fff;
  margin: 1px 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;
}

.floore-img a:hover .overlay>img {
  opacity: 1;
}

.floore-img a .overlay>img {
  left: 50%;
  transform:translate(-50%,-50%);
  opacity: 0;
  width: 45px !important;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;

}

.floore-option ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

#flooreplan li {
  padding-right: 20px;
  font-size: 20px;
}

.innerflooreplan .nav-link:hover {
  font-weight: unset !important;
}

#flooreplan .container {
  position: relative;
  margin-top: 20px;
}

.floore-img a {
  position: relative;
  display: inline-block;
}

.florebtn {
  position: relative;
}

#floorplan .nav-item {
  margin: 0px 10px;
  width: 17%;
  text-align: center;
}

#floorplan .nav-link {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 0px !important;
}


#floorplan .nav-link.active {
  background: #fff !important;
  color: #000 !important;
}

.ametab {
  cursor: pointer;
}

#floorplan .gelbox {
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#floorplan .gelbox.active {
  height: auto !important;
  opacity: 1 !important;
  padding-top: 30px;
  visibility: visible !important;
  transition: all 2s !important;
}

.floore-img img {
  border: 2px solid #000;
}

#floorplan .title2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: 50px solid #fff;
  width: 136px;
  line-height: 1px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;

}

#floorplan .textjustify {
  color: #fff !important;
}

/* ========================== blur start ========================== */

.img-blurimg {
  border: 2px solid #2d2e33;
  filter: blur(3px);
}


/* ========================== blur end ========================== */
/* ==================== Location Start ==================== */
.mapbox a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.mapbox {
  position: relative;
}

.mapbox a .overlay {
  margin: 0px 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;
}

.mapbox a:hover .overlay>img {
  opacity: 1;
}

.mapbox a .overlay>img {
  left: 50%;
  transform:translate(-50%, -50%);
  opacity: 0;
  width: 40px !important;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  }


.locdetails {
  border-right: 1px solid #b98e33;
  padding: 10px;
  margin: 10px 0px;
}

.locdetails h6 {
  font-weight: 600;
  color: #b98e33;
}

.locdetails p {
  margin-bottom: 0px;
}

.accordion-button:not(.collapsed) {
  background: #000;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.locationicon {
  width: 30px;
  margin-right: 20px;
}

.accordion-button:not(.collapsed) .locationicon {
  filter: invert(1);
}

.accordion-body {
  padding: 5px 10px;
}

.mapbox {
  border: 1px solid #000;
  align-items: center;
}

/* ==================== Location End ==================== */
/* ========================== Project Enquiry Start ========================== */
#projectEnquiry {
  background-color: #fff;
  color: #000;
}


.Enquirybox {
  display: grid;
  align-items: center;
}

.input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}

label.error {
  color: rgb(246, 61, 61);
  font-size: 13px;
}

#projectEnquiry .input-group input {
  width: 100% !important;
  border: none;
  /* border: 1.5px solid #c3985a; */
  border-bottom: 1px solid #000;
  border-radius: 0px !important;
}

#projectEnquiry .iti.iti--allow-dropdown {
  width: 100% !important;
}

button#submitf {
  /* background: #000; */
  color: #000;
  font-weight: 700;
  border: 1.5px solid #000;
}

button#submitf:hover {
  background: #000;
  color: #fff;
}

.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 red;
}

.form-check-label {
  position: relative;
}

.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;
}

.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 red;
}

.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 15px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 99;
  left: -5px;
}

/* ========================== Project Enquiry End ========================== */
/* ========================== About Us start========================== */
#AboutUs {
  background-color: #000;
  color: #fff;
}

#AboutUs .title2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: 50px solid #fff;
  width: 136px;
  line-height: 1px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;

}

#AboutUs .textjustify {
  color: #fff !important;
}

/* ========================== About Us end========================== */
/* ========================== Footer Start ========================== */
.innerFooter {
  background: #000000;
  color: #fff;
}

.footerlogo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.disclaimertext {
  font-size: 8px;
}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.smallsizeqr {
  width: 20%;
}

/* ========================== Footer End ========================== */
/* ========================== popup Form End ========================== */
.popformimg {
  margin: 0px auto;
}

.popformimg img {
  width: 51%;
  margin: 0px auto;
}

#price .modal-header {
  border-bottom: 1px solid #fff;
}

#price .modal-content {
  background: #000;
  z-index: 99999;
  /* border: 1px solid #fff; */
}

#price .input-group {
  padding: 10px 0px !important;
}

.iti--allow-dropdown {
  width: 100%;
}

#popsubmitf {
  background: #b78739;
  color: #fff;

}

#price .input-group-btn {
  width: 100%;
  text-align: center;
}

#price .input-group .btn {
  width: 35%;
}

.form-control {
  border-radius: 5px !important;
}

/* ========================== popup Form End ========================== */
.underline-black {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 13px;
}

.underline {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 13px;
}

.underline-white {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 13px;
}

/* ========================== bottom form start ========================== */
.footer-form {
  position: fixed;
  background: #000;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #c3985a;
}

.ftbtn {
  background: #b78739;
  color: #fff;
  padding: 5px 28%;
  border: none;
  border-radius: 7px;
}

.input-box {
  padding: 4px;
  border-radius: 5px;
  border: 0.5px solid;
  width: 100%;
}

.enquiryNow {
  color: #fff;
  font-weight: 400;
}

/* ========================== bottom form end ========================== */
/* ========================== Popup Form Start ========================== */
button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#price .input-group input::placeholder {
  color: #fff !important;
}

#price .modal-header {
  padding: 0px;
  border: none;
}

#price button.btn-close {
  filter: invert(1);
}

#price .modal-header img {
  width: 20%;
}

#price .input-group input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #b78739 !important;
  border-radius: 0px !important;
  background: #000;
  color: #fff;
}

#price .input-group input::placeholder {
  color: #ffffffb5;
}

#price .input-group {
  padding: 5px 0px;
}

#price .iti.iti--allow-dropdown {
  width: 100% !important;
}

#price .modal-dialog {
  max-width: unset;
  width: 65%;
}

#price .modal-body {
  background: #000;
  border-style: double;
  border-color: #fff;
  color: #fff;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

/* ========================== Popup Form End ========================== */
.rightborder {
  border-right: 1px solid #fff;
}

.head-text {
  color: #fff;
}

#addressbar {
  background-color: #000;
}

.add-para {
  color: #fff;
}

/* page loader */
#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  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: #000;
  text-align: center;
  padding: 0px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 6%;
  right: 3%;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  z-index: 999;
  display: none;
}

i.fa.fa-arrow-circle-up {
  font-size: 36px;
  padding: 2px;
}

/* contact form  */
#pricepopupnew .iti__country-list {
  z-index: 9999;
  color: #fff;
  background: #000;
}

.iti__flag-container {
  height: 40px;
}

.iti__country-list {
  z-index: 999;
}


/* phone enquire now */
.phoneviewpadding .pricepop {
  padding: 5px 0px !important;
}

.download-btn {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;
  font-size: 15px !important;
  background: #b78739;
  border: none;
  margin: 30px auto 0px;
  color: #fff;
  border: 2px solid;
  padding: 3px 12px 10px 12px;
  border-radius: 20px;
  font-weight: 600;
  outline: none !important;
  display: none !important;
}

.download-btn:hover,
.download-btn:focus {
  color: #ffffff !important;
  background: #b78739 !important;
}
