/* About us section: Home page */
.cl {
  margin-top: 50px;
}
.why-us .box {
  background-color: #f5f5f5;
}
.why-us .box:hover {
  background-color: #cc1616;
  color: #fff;
}
/* Featured / Services section*/
.services .icon-box {
  min-width: 350px;
}
.services .ready-to-move {
  background-image: url("../../pictures/plots.jpg");
  cursor: pointer;
}
.services .luxury {
  background-image: url("../../pictures/flats.jpg");
  cursor: pointer;
}
.services .affordable {
  background-image: url("../../pictures/villas.jpg");
  cursor: pointer;
}
/*rates section*/
.rates {
  margin-top: 50px;
  background-color: #f6f6f6;
}
.title-rates {
  margin-bottom: 30px;
}
/*map*/
#mapid {
  /* float: right;
  margin-right: 20px; */
  height: 450px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .cta-logo {
    height: 200px;
  }
}
/*About*/
.about-image {
  max-width: 80%;
}
/*mobile screen*/
@media only screen and (max-width: 600px) {
  .about-image {
    max-width: 100%;
  }
}
.about {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.img-logo-about {
  max-width: 300px;
}
/*Contact page*/

/*bigger screen*/
@media only screen and (min-width: 600px) {
  .contact-page {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.img-logo-contact {
  height: 100px;
}
.contact-page .card {
  margin-bottom: 25px;
}
.contact-img {
  height: 50px;
}
.contact-page .card {
  background-color: #000;
  color: #fff;
}
/*bigger*/
@media only screen and (min-width: 600px) {
  .contact-image {
    height: 200px;
  }
}
/*Successful page*/
.successful {
  margin-top: 80px;
}
.successful .jumbotron {
  background-color: #07001b;
  color: #fff;
}
.image-message-successful {
  max-height: 200px;
}
/*slide image height*/
@media only screen and (min-width: 600px) {
  .st {
    min-height: 500px;
  }
}
@media only screen and (min-width: 600px) {
  .abt-des {
    min-height: 400px;
  }
}
.content {
  background-color: #d62828;
}
.content2 {
  background-color: #f77f00;
}
.content3 {
  background-color: #003049;
}
.content4 {
  background-color: #fcbf49;
}
.content5 {
  background-color: #b5179e;
}
.content6 {
  background-color: #f72585;
}
.content7 {
  background-color: #7209b7;
}
.auth {
  margin-top: 20px;
}
.coming-soon {
  margin-top: 50px;
}
