.contact-detail-row {
  display: flex;
  margin: 15px 0;
}

.contact-icon {
  margin-right: 15px;
  font-size: 22px;
  color: var(--golden);
}

.contact-detail-row > div {
  flex: 1;
}

.contact-detail-row .contact-icon {
  margin-right: 15px;
  font-size: 22px;
  color: var(--golden);
  flex: 0 1 30px;
}

.contact-detail a {
  color: currentColor;
}

.contact-title {
  font-size: 17px;
}

.aboutus-bg {
  background-color: #fff !important;
}

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

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

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

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

}

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

.hero-aboutus {
  margin: 70px auto;
}

.section-popular {
  padding: 3rem 0;
}

/* .section-popular .popularSwiper {
  width: 85%;
  margin: 0 auto;
}

*/

.section-popular .swiper-button-next::after,
.section-popular .swiper-button-prev::after {
  display: none;
}

.section-popular .swiper-button-next,
.section-popular .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 15px;
  border-radius: 50%;
}

.popularSwiper .popularicon {
  width: 23px;
  height: auto;
  margin-right: 10px;
}

.property-rate {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.about-img img {
  width: 80%;
  padding: 0px 10px 0px 10px;
}
.googlemap-wrapper iframe {
  width: 100%;
}
