{# start of desktop version #}  

@media (min-width: 900px) {
  .row-fluid {
  display: flex;
    justify-content: center;
    
  } 
  
  .houseContainer {
background: #FFFFFF; 
  display: flex; 
  flex-direction: column; 
  flex-wrap: nowrap; 
  justify-content: center; 
 
  width: 100%;
  margin: 0 auto;
   align-items: flex-start;
    display: flex;
    
}




{# sale amount row end #}  



  
  {# start of dynamic gallery #}  
  

{# end of dynamic gallery #} 
  
  
#house_blue {
align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  background-color: #1d65a1;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  
}

#house_bcontent {
width: 25%;
text-align: center;
  color: #ffffff;
  font-size: 20px;
}

#houseGraybar {
align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
 

}

#house_gcontent {
width: 33%;
text-align: center;
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-left: 2px;
  margin-right: 2px;
   }

  .houseDescription {
  padding: 40px;
  }

{# This is the start of blue box #} 
.rowProp {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
 width: 100%;
    display: flex;
   background-color: #5bb2f7;
  align-items: center;

}

.leftProp {
text-align: left;
  width: 70%;
  float: left;
 padding-right: 40px;
  
}

.rightProp {
text-align: left;
  width: 30%;
  float: right;
 }

.wantProp {
padding-left: 40px;
}

.buttonHouse {

}
{# This is the end of blue box #} 
}

{# Mobile Version #} 

@media (max-width: 900px) {
    
  .houseContainer {
background: #FFFFFF; 
  display: flex; 
  flex-direction: column; 
  flex-wrap: wrap; 
  justify-content: center; 
  padding: 20px; 
  width: 100%;
  margin: 0 auto;
   align-items: flex-start;
        
}
.rowSale {

 width: 100%;
    display: flex;
   align-items: center;
  justify-content: center;
  flex-direction: column;

}
  
.houseDescription {

 width: 100%;
    display: flex;
   align-items: center;
  justify-content: center;
  flex-direction: column;

}

.houseDetailsHeader {
text-align: center;
width: 100%;
  padding-top: 20px;
}

.houseHeaderSize {
  font-size: 40px;
}



{# sale amount row end #}  



#house_blue {
align-items: flex-start;
  align-content: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  flex-direction: column;
    width: 100%;
    margin: 0 auto;
  background-color: #1d65a1;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  
}

#house_bcontent {
width: 100%;
text-align: center;
    margin-left: 2px;
  margin-right: 2px;
  color: #ffffff;
  font-size: 20px;
  margin: 4px;
}

#houseGraybar {
align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
  flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
 

}

#house_gcontent {
width: 100%;
text-align: center;
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-left: 2px;
  margin-right: 2px;
   }

 .houseDescription {
  padding: 30px;
  }
  
{# This is the start of blue box #} 
.rowProp {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
 width: 100%;
    display: flex;
  flex-direction: column;
   background-color: #5bb2f7;
  align-items: center;

}

.leftProp {
text-align: left;
padding-left: 10px;
  padding-right: 10px;
 
  
}

.rightProp {
text-align: left;
   
 }

  .wantProp {
  padding: 10px;
  }


{# This is the end of blue box #} 
}


{# This is the the start of the dynamic gallery #} 


{# This is the the end of the dynamic gallery #} 

