.aboutus-bg {
  background-color: #fff !important;
}
.hero-partnerwithus .contact-form-wrapper {
  background: var(--dark-blue);
  padding: 20px;
  border-radius: 8px;
  color: #fff;
}

.hero-partnerwithus .form-heading {
  font-size: 18px;
  margin: 0 0 15px 0;
}

.hero-partnerwithus .contact-form .form-group {
  margin-bottom: 25px;
}

.hero-partnerwithus .contact-form .form-control {
  border-radius: 30px;
  background: transparent;
  border-color: #4d5e7a;
  font-size: 14px;
  padding: 10px 20px;
  color: #fff;
  height: auto;
}

.hero-partnerwithus .contact-form select.form-control {
  background: var(--dark-blue);
}

.hero-partnerwithus .contact-form .form-control::placeholder {
  color: #fff;
}

.hero-partnerwithus .contact-form textarea.form-control {
  border-radius: 12px;
  resize: none;
}

.hero-partnerwithus .hero-aboutus {
  margin: 70px auto;
}
.hero-partnerwithus .form_box {
  display: flex;
  justify-content: space-between;
}
.hero-partnerwithus .aboutus-para h3 {
  color: #14264a;
  margin-bottom: 22px;
  font-size: 32px;
}

.hero-partnerwithus .aboutus-para h5 {
  color: #a78331;
  font-size: 16px;
}
.hero-partnerwithus .aboutus-para p {
  font-size: 15px;
  color: #14264a;
  text-align: justify;
}
.hero-partnerwithus {
  padding: 50px 0px;
}
.section-locations.ournetwork {
  display: block;
  background: #fff;
}

.why-timeline {
  height: auto;
  width: auto;
  border: 0;
  border-radius: 0;
  display: flex;
  justify-content: space-around;
}
.why-iconbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.partnerwithus-lastsection .container {
  border-top: 1px solid var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
  padding: 30px 0px;
}
.digittext {
  font-size: 18px;
  color: #282b54;
}
.digit {
  font-size: 35px;
  color: #a68231;
}
.text-center {
  text-align: center;
}
.propetyciti {
  background: #eee;
  padding: 80px 0px;
}
.partnerwithus-lastsection {
  padding: 0px !important;
}

.plus-icon {
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  height: 38px;
  width: 38px;
}

.plus-icon-wrapper .btn-gold {
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.1s;
  background: transparent;
  color: #000 !important;
  position: relative;
  z-index: 2;
  font-weight: bold;
  width: 100%;
  justify-content: flex-start;
}

.plus-icon-wrapper .btn-gold .fas {
  margin-left: 6px;
}

.plus-icon-wrapper {
  position: relative;
  margin-top: -40px;
  margin-left: 52%;
}

.plus-icon-wrapper::after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.location-property-card:hover .plus-icon-wrapper::after {
  width: 100%;
}

.location-property-card:hover .btn-gold {
  opacity: 1;
  transition-delay: 0.4s;
}
.partnerwithus-lastsection .why-timeline {
  margin: 0 auto 0 auto;
}

img.location-property-img {
  height: 400px !important;
}
.luxury-pagination {
  display: none !important;
}
@media (max-width: 767px) {
  .luxury-pagination {
    display: block !important;
  }
}