/* Privacy Policy */
.boxscroll{
    background-color: whitesmoke;
    width: 100%;
    height: 500px;
    overflow-x: overlay;
    padding: 25px 25px;
}
.boxscroll li{
  color: #636363;
    font-weight: inherit;
}
.boxscroll ul.second-text{
  color: #636363;
      list-style: decimal;
}
.boxscroll li p{
      color: #737373;
    font-weight: initial;
}
.boxscroll ol{
  font-weight: bold;
  padding: 10px 15px;
}
.boxscroll ol li {
    font-weight: initial;
    margin-bottom: 15px;
}
.boxscroll ol ul {
    display: block;
list-style: decimal;
}
.boxscroll .list-none{
  list-style: none!important;
}
.boxscroll .list-word{
  list-style: lower-alpha;
}
.container .comingsoon-bg {
margin:0; }

/* remove header */
.bgheadproject {
  display:none;
}

/* about us page */
.paragraphAbout {
      font-size: 15px;
    }
.greyText a{
      color: #b7b7b7;
    }
.redText {
      color: red;
    }
/* why be agent page */
.pinkText {
      color: pink;
      font-size: 50px;
      font-weight: 600;
      margin-bottom: 0;
    }

    .smallPinkText {
      font-weight: 600;
      font-size: 20px;
      color: black;
    }

    .borderRed {
      border-left: 3px solid red;
}

    .imgEnquiries img {
      max-width: 80px;
      height: auto;
      position: relative;
      vertical-align: middle;
      border-style: none;
    }

    @media only screen and (max-device-width : 1824px) {
      .borderRed {
        min-height: 90px;
      }
    }


    @media only screen and (max-device-width : 1024px) {
      .borderRed {
        min-height: 90px;
      }
    }
@media only screen and (max-device-width : 430px) {
  .boxscroll {
    height: 480px;
}
      .borderRed {
        min-height: 70px;
      }
    }

    @media only screen and (max-device-width : 320px) {
      .borderRed {
        min-height: 70px;
      }
    }