.countryCode,
.footer-menu ul li::before {
  transform: translateY(-50%);
  position: absolute;
}
.footer-menu ul,
.rera-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formflag,
.project-site-visit-mobile {
  display: none;
}
.top-footer {
  position: relative;
  padding: 50px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #202020;
}
.top-footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.form-group,
.top-footer .container {
  position: relative;
}
.countryCode,
.form-control,
.form-control:focus {
  color: #fff;
  background-color: transparent;
}
.location-detail {
  padding: 30px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.location-detail h6, .location-detail h4 {
  margin: 0;
  font-size: 25px;
}
.location-item {
  margin-top: 30px;
}
.location-item span {
  font-size: 22px;
}
.location-item p {
  margin: 0;
  font-size: 14px;
}
.location-item p a {
  color: #fff;
  text-decoration: none;
}
.form-footer h6, .form-footer h5 {
  color: #c08831;
  margin-bottom: 30px;
  font-size: 30px;
}
.footer-menu ul li a,
.rera-strip ul li {
  font-size: 13px;
}
.form-group {
  margin-bottom: 20px;
}
.footer-menu,
.rera-item {
  margin-bottom: 15px;
}
textarea.form-control {
  min-height: 180px;
  resize: none;
}
.form-control {
  border-radius: 0;
  padding: 10px 15px;
  border: 2px solid #fff;
}
.countryCode {
  width: 100px;
  left: 15px;
  top: 50%;
  height: 57%;
  border: 0;
  z-index: 1;
}
.footer-menu ul,
.mid-footer {
  width: 100%;
  display: inline-block;
}
.countryCode ~ .form-control {
  padding-left: 120px;
}
.countryCode option {
  color: #000;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-ms-input-placeholder {
  color: #fff;
}
.form-control:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
.mid-footer {
  background-color: #2a2a2a;
  padding-top: 30px;
}
.footer-menu h6 {
  color: #a3a3a5;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #c08831;
  font-family: 'SpaceGrotesk-Medium';
  text-transform: uppercase;
  font-weight: normal;
}
.footer-menu ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 0 0 12px;
}
.footer-menu ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  background-color: #777;
  border-radius: 100%;
}
.footer-menu ul li a {
  color: #cacaca;
  font-size: 13px;
  text-decoration: none;
  font-family: VendSans-Bold;
}
.footer-menu ul li a:hover {
  background-color: transparent;
}
.rera-strip ul {
  text-align: center;
}
.rera-strip {
  padding: 0;
  background-color: transparent;
}
.rera-item {
  background-color: #696969;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
.rera-strip ul li {
  padding: 0 15px;
  text-align: center;
  border-right: 1px solid #fff;
  width: auto;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}
.rera-strip ul li:last-child {
  border-right: 0;
}
.footer-para p {
  text-align: justify;
  margin-top: 16px;
  font-size: 13px;
}
.close,
.payment-plan th {
  font-size: 20px;
}
.btm-footer .container,
.btm-footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-icons a {
  background-color: #c08831;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  border-radius: 100%;
  color: #fff;
  margin: 0 0 0 10px;
}
.btm-footer {
  background-color: #272727;
  padding: 15px 0;
}
.payment-plan th {
  text-align: center;
}
.form-footer .btn {
  background-color: #c08831;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: 'VendSans-SemiBold';
  text-transform: uppercase;
  border: 2px solid #c08831;
  padding: 10px 25px;
  width: auto;
}
#loader {
  display: none;
}

/* Footer form css start  */
.location-detail {
    border: none !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
}
.iti__country {
    color: #000000;
}
.form-footer {
    background-color: #000;
    padding: 40px;
    border-radius: 20px;
}
.form_heading h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'SpaceGrotesk-Medium';
    margin-bottom: 0px;
}
.form-footer .small_heading p {
    font-size: 12px;
}
.form_heading_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.top-footer::before {
    display: none;
}
.form-footer .form-control {
  border: none;
  border-bottom: 1px solid #e3dfd8;
  padding-left: 0;
  padding-right: 0;
}
.form-footer .form-control::placeholder {
    color: #bcbcbc;
}
.location_wrp {
  display: flex;
  flex-wrap: wrap;
}
.location-item {
    margin-top: 30px;
    width: 50%;
}
.location-item span {
  font-size: 16px;
  font-family: 'SpaceGrotesk-Medium';
  text-transform: uppercase;
  color: #8c8c8c;
}
.location-item p {
  color: #ffffff;
  padding-right: 20px;
  font-family: 'SpaceGrotesk-Medium';
}
.form-footer .btn {
  letter-spacing: 0;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin: 0;
}
.mid-footer {
  background-color: #000;
}
.rera-item {
  background-color: #202020 !important;
  border-radius: 5px;
}
.btm-footer {
    background-color: #202020;
}
.fix-mobile-strip {
    display: none;
}
a.whatsapp {
    background-color: #2fb842;
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
    margin: 0;
    z-index: 990;
}
.banner-arrow,
a.whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  bottom: 20px;
}
textarea.form-control {
    min-height: 140px;
}
.luxury_heading h2, .luxury_heading h3 .luxury_heading h4 {
  font-size: 30px;
  text-transform: uppercase;
}

.common_btn_large a {
    padding: 15px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    max-width: fit-content;
    transition: .5s;
    font-family: 'VendSans-Bold';
    border: 2px solid #c18b34;
}

.common_btn_large a:hover {
  background: transparent;
  border: 2px solid #fff;
}

.gredient_bg_btn {
    background: linear-gradient(45deg, #c18b34, #d8b15a, #c18b34);
    color: #ffffff;
}

.gredient_bg_btn:hover {
    color: #ffffff;
}

.small_heading {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.small_heading p {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #d8b15a;
}

.small_heading img {
    width: 16px;
}
/* Footer form css end  */


/* MODAL DESIGN CSS STARTS HERE */
.toggle {
  position: fixed;
  text-align: center;
  cursor: pointer;
  background: #c08831;
  top: 50%;
  transform: rotate(270deg);
  right: -53px;
  font-size: 18px;
  color: #fff;
  z-index: 10;
  display: flex;
  padding: 9px 10px 10px 10px;
  box-shadow: 0 0 10px #000;
  border-radius: 10px;
  border: 2px solid #c08831;
}
.toggle::before {
  content: "\f003";
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
.close,
.modal-body {
  padding: 0;
}
.close {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 9;
  background-color: transparent;
  border: 0;
  color: #fff;
}
.modal-body .top-footer {
  padding: 15px 0;
  background-attachment: inherit;
}
.modal-dialog .modal-content {
  border: 0;
  background-color: #c08831;
  padding: 10px;
  border-radius: 20px;
}
.form-footer #project-title {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}
.form-footer p {
  text-align: center;
  font-size: 16px;
}
.lr-location-map iframe {
  width: 100%;
  height: 220px;
}
.lr-location-map {
  margin-top: 30px;
}
/* MODAL DESIGN CSS ENDS HERE */

/* Large Desktop */
@media only screen and (min-width: 1520px) {
  
}

@media only screen and (max-width: 991px) {
  footer {
    padding-bottom: 44px;
  }
  .luxury_heading h2, .luxury_heading h3 .luxury_heading h4 {
    font-size: 25px;
  }
  .form_logo img {
    width: 100px;
  }
  .form-footer .form-control {
    font-size: 14px;
  }
  .location-detail {
    padding: 0;
  }
  .footer-para p {
    font-size: 12px;
  }
  .rera-item {
    font-size: 12px;
  }
  /* Footer form css start  */
  .location-detail {
    padding: 0;
  }
  .location-item {
    /* width: 100%;
    margin-top: 15px; */
  }
  .location_wrp {
    margin-bottom: 20px;
  }
  .form-footer {
    padding: 20px;
    border-radius: 10px;
  }
  textarea.form-control {
      min-height: 120px;
  }
  .form_heading h5 {
      font-size: 15px;
  }
  .form_logo img {
      width: 70px;
  }
  .form_heading_flex .small_heading {
      margin-bottom: 5px;
  }
  .fix-mobile-strip {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      box-shadow: 0 0 5px #696969;
  }
  .fix-mobile-strip ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
  }
  .fix-mobile-strip ul li {
      width: 50%;
      text-align: center;
  }
  .fix-mobile-strip ul li a {
      display: block;
      text-decoration: none;
      color: #fff;
      background: linear-gradient(45deg, #c18b34, #d8b15a, #c18b34);
      padding: 10px;
      font-size: 16px;
  }
  a.whatsapp {
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 44px;
      height: 44px;
  }
  /* Footer form css end  */
}


@media only screen and (max-width: 991px) {
  .copyright {
    font-size: 15px;
  }
  .toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .luxury_heading h2, .luxury_heading h3 .luxury_heading h4 {
        font-size: 22px;
    }
  .social-icons a {
    width: 30px;
    height: 30px;
    margin: 0 0 0 2px;
  }
  .copyright {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .btm-footer .container {
    display: block;
    text-align: center;
  }
  .btm-footer {
    background-color: #272727;
  }
}

@media only screen and (max-width: 575px) {
  .luxury_heading h2, .luxury_heading h3 .luxury_heading h4 {
    font-size: 18px;
  }
  .location-detail {
    padding: 0;
  }
  .location-item {
    width: 100%;
    margin-top: 15px;
  }
  textarea.form-control {
    min-height: 120px;
  }
  .form_logo img {
    width: 70px;
  }
  .form_heading_flex .small_heading {
    margin-bottom: 5px;
  }
  .fix-mobile-strip {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 5px #696969;
  }
  .fix-mobile-strip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .fix-mobile-strip ul li {
    width: 50%;
    text-align: center;
  }
  .fix-mobile-strip ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(45deg, #c18b34, #d8b15a, #c18b34);
    padding: 10px;
    font-size: 16px;
  }
  a.whatsapp {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 44px;
    height: 44px;
  }
}