section.popular-places-section-two::after {
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1024px) {
  .agentdiv {
    margin-top: 120px;
  }

  .agentdiv1 {
    margin-top: 100px;
  }

  .propertydiv {
    margin-top: 100px;
  }

  .blogdiv {
    margin-top: 80px;
  }

  .blogdetaildiv {
    margin-top: 90px;
  }

  .tourdetaildiv {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 425px) {
  .agentdiv {
    margin-top: 10px;
  }

  .agentdiv1 {
    margin-top: 10px;
  }

  .propertydiv {
    margin-top: 0px;
  }

  .blogdiv {
    margin-top: 0px;
  }

  .blogdetaildiv {
    margin-top: 0px;
  }
}

/* @media only screen and (max-width: 768px) {
      .banner-section.style-one .slide-item {
          padding: 281px 0 145px;
      }
    } */

.agents-carousel1 {
  position: relative;
}

.agents-carousel1 .owl-nav {
  position: absolute;
  right: 0;
  top: -100px;
}

.agents-carousel1 .owl-next,
.agents-carousel1 .owl-prev {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  background-color: #2b2b2b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.agents-carousel1 .owl-next:hover,
.agents-carousel1 .owl-prev:hover {
  background-color: #92c800;
}

.rtl .agents-carousel1 .owl-nav {
  right: auto;
  left: 0;
}

@media only screen and (max-width: 375px) {
  .agents-carousel1 .owl-nav {
    top: -40px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

.video-popup {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
  background-color: transparent;
}

.video-popup-container {
  width: 300px;
  padding: 10px;
}

.search-box {
  background-color: #f7f7f7;
}

.selection {
  width: 100%;
  height: 48px;
  font-size: 13px;
  color: #777;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 30px 10px 25px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.loading {
  display: block;
  position: fixed;
  z-index: 1210000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0) url("/home/images/a_loader.gif") 50% 50%
    no-repeat;
}

.property-search-form .form-group select {
  height: 48px !important;
}
