@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
*{
  margin : 0;
  padding: 0;
  font-family: Montserrat;
}
header{
  height: 90px;
  background-color: #F708BA;
  position: fixed;
  z-index: 99;
  box-shadow: 0 0 10px #000;
  justify-content: space-between;
  width: 100%;
  display:flex;
  align-items: center;
}
body{
  background: #DA59B8;
  color: white;
}
.blue{
    color: #211DFF;
}
.h2white{
  color: white;
  font-size: 27.5px;
}
.formHeader{
  width: 100%;
  margin: 0px 0px 0 -60px;
}
header h2{
  font-size: 25px;
  padding-left: 110px;
  width: 300px;
  margin-top: 5px;
  line-height: 30px;
  color: rgba(13, 15, 34, 0.8);
}
.logo{
  height: 70px;
  width: 70px;
  position:absolute;
  margin-left: 35px;
}
header .searchBar{
  flex: 1;
  position: relative;
}
.searchBar input{
  width: 27%;
  height: 40px;
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 30px;
  color: gray;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 40px;
  margin-left: -30px;
}
.searchBar button{
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: none;
  transform: scale(0.9);
  background: #2B67F6;
  margin-left: -40px;
  position: absolute;
}
.content {
  padding-top: 102px;
}
.account{
  margin-left: 80px;
}
.accName{
  position: absolute;
  margin-top: -39px;
  margin-left: 685px;
  color: white;
  cursor: pointer;
}
.dp{
  height: 55px;
  width: 55px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  margin-left: 620px;
  margin-top: -47px;
}
.dateHomes{
  color: rgba(244, 247, 255, 0.8);
}
.leftSpace{
  height: 900px;
  width: 35px;
  float: left;
  /*background: red;*/
}
.rightSpace{
  height: 900px;
  width: 35px;
  /*background: blue;*/
  float: right;
}
.headLine{
    font-size: 20px;
    margin: 10px 0 0 0;
    color: white;
}
.hr{
  background: #9F9F9F;
  height: 1px;
  width: 100%;
  margin-bottom: 20px ;
}
select {
   background: #DA59B8;
   border: 1px solid #595959;
   border-radius: 3px;
   padding: 5px 10px !important;
   color: white;
   cursor:pointer;
   margin: 15px 10px 10px 0;
   background-image: none;
   outline:0;
}
.hselect:hover{
  border: 1px solid black;
  background: #FF8BE6;
}
.lsort{
  float: right;
}
.psort{
  display: inline-block;
  font-size: 17px;
}
.sort{
  border: none  !important;
  font-size: 16px;
}
.sortImg{
  height: 20px !important;
  width: 15px !important;
  margin-left: 0 !important;
  margin-bottom: -5px !important;
}
.apt {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}
.aptInside {
  border-radius: 15px;
  height: 200px;
  background: #441035;
  display: flex;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.40);
}
.aptInside:hover{
  //box-shadow: 0 0 15px #000000;
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.40);
  //box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.30);
}
.apt .aptInside img{
  height: 170px;
  width: 278px;
  margin: 15px;
  border-radius: 15px;
}
.apt .aptInside .details p{
  margin-top: 14px;
}
.details{
  vertical-align: top;
}
.smallWord{
  font-size: 12px;
  margin-top: 0 !important;
  color: rgba(244, 247, 255, 0.7);
  padding: 5px 14px 0 0;
  line-height: 20px;
}
.con1{
  display: flex;
}
.details .con1 button img{
  height: 23px;
  width: 23px;
  color: white;
  margin: 4px 0 0 0;
  padding-left: 0px;
}
.con1 button{
  position:absolute;
  margin: 14px 0 0 278px;
  cursor: pointer;
  background: #DA59B8;
  border: none;
  height: 33px;
  width: 33px;
  border-radius: 50%;
}
.location{
  display: flex;
}
.apt .aptInside .details .location img{
  height: 15px;
  width: 15px;
  margin: 9px 5px 0 0
}
.details2 p{
  font-size: 12px;
  color: rgba(244, 247, 255, 0.7);
}
.details2{
  position: absolute;
  margin: 135px 0 0 309px;
}
.more{
  height: 22px;
  width: 45px;
  border: none;
  border-radius: 7px;
  background: rgba(39, 174, 96, 0.3);
  color: #27AE60;
  padding: 0 7px 0 6px !important;
  padding-left: 2px;
  font-size: 12px;
  cursor: pointer;
  margin: -3px 0 0 265px;
  position: absolute;
}
.con2{
  display: flex;
}
.details2 .rating{
  font-size: 15px;
  color: white;
  margin-right: 2px;
}
.con3{
    margin-top: 10px;
    display: flex;
}
.reviews{
    margin-left:   1px;
}
.details2 .con3 .price{
  color: white;
  font-size: 16px;
  margin: 0 0 0 232px;
  position: absolute;
}
.details2 .con3 .star{
  height: 17px;
  width: 17px;
  margin: 0 0 0 1px;
}
footer{
  background: #3F3D3D;
  padding: 40px 0 40px 0px;
  margin-top: 80px;
  font-size: 14px;
}
div.innerCon{
  margin: auto;
  max-width: 1250px;
}
div.row{
  display:flex;
  flex-wrap: wrap;
  border: 25px;
  margin-left: 100px;
}
div.aboutMeRow{
  width:20%;
  padding: 0 15px;
}
.col ul li{
  list-style: none;
  color: #bbbbbb;
}
h4{
    color: #ffffff;
    margin-bottom: 20px;
}
.col{
  width:17%;
  padding: 0 15px;
}
div h3{
  color:#ffffff;
  margin-bottom: 20px;
}
span.aboutMe{
  color:#ffffff;
}
ol{
  margin: 0px 0px 30px 30px;
}
ol li{
  margin-left: 30px;
}
div img{
  width: 20px;
  height: 20px;
  padding-left: 2px;
  cursor: pointer;
}
.footer1 :hover{
  color: #ffffff !important;
  padding-left: 10px;
}
abbr{
  color: #243c94;
  cursor: pointer;
}
abbr :hover{
    font-weight: bold;
}
a {
    text-decoration: none;
}
.imgLinks{
  cursor: pointer;
}