body{
    font-family: "Ubuntu", sans-serif !important;
}
#navbarNav a {
  font-size: 18px;
  padding: 0 35px;
  color:#000;
}
#home-form{
    background-color:#00a189;
    padding:50px 0;
}
#home-form label{
    color:#fff;
}
#home-form .mb-3{
    width:48%;
    float:left;
    margin:0 1%;
}
#home-form .mb-3:nth-child(7){
    width:98%;
}
#home-form .mb-3:nth-child(8){
    width:98%;
}
#home-form .mb-3 button{
    width:100%;
}
#home-form h3{
   width:100%;
   float:left;
   text-align:center;
   color:#fff;
   font-size:40px;
}
#home-form p{
   width:100%;
   float:left;
   text-align:center;
   color:#fff;
   font-size:20px;
   margin-bottom:30px;
}
#listings h2{
    font-size:42px;
    text-align:center;
    margin-bottom:30px;
}
#blogs{
    padding:85px 0;
    background-color:#e7ffff;
}
#blogs ol{
    background-color:#00a5a8;
    padding:15px;
    border-radius:10px;
    width:100%;
    float:left;
}
#blogs ol li {
  margin: 15px 0 !important;
  float: left;
  width: 100%;
  float: left;
}
footer p{
  margin:0;
  text-align:left;
}
footer a {
  color: #fff;
  float: right;
  margin: 0 1%;
}
#blogs ol li a{
  color: #fff;
}
footer {
  background-color: #00a5a8;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#about{
    padding:85px 0;
    background-color:#e7ffff;
}
#contact{
    padding:85px 0;
    background-color:#e7ffff;
}
#terms{
    padding:85px 0;
    background-color:#e7ffff;
}
#terms h3 {
  font-size: 44px;
  margin-top: 20px;
  width:100%;
  float:left;
}
#terms strong{
    font-size:17px;
    margin-top:20px;
    margin-bottom:10px;
    width:100%;
  float:left;
}
#terms p{
    font-size:17px;
    margin-top:10px 0;
    width:100%;
  float:left;
}
#about img{
    border-radius:15px;
}
#about h3{
    font-size:44px;
    margin-top:20px;
}
#about p {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#listings{
    padding:60px 0;
}
#listings .col-md-4{
    margin-bottom:20px;
}
#listings img{
    background-color:#f7f7f7;
    border-radius:12px;
    border:1px solid #e1e1e1;
}
#listings h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
}
#listings h5{
  text-align: center;
  color: #00a189;
  text-transform: uppercase;
  font-size: 24px;
  padding: 8px 0;
  border-radius: 5px;
}
#listings button {
  background-color: #00a189;
  margin: auto;
  display: block;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}
@media screen and (min-width:300px) and (max-width:600px) {
#home-form .mb-3{
    width:98%;
}
h3{
    font-size:30px !important;
}
#listings h3 {
  font-size: 20px !important;
}
#navbarNav a {
  padding: 10px 15px;
  color: #000;
  background-color: #efefef;
  border-radius: 5px;
  margin-bottom: 3px;
  font-size: 15px;
}
footer p {
  text-align: center;
}
footer a{
  float:none !important;
}
#blogs{
    padding:30px 0;
}
#about{
    padding:30px 0;
}
#terms{
    padding:30px 0;
}
#contact{
    padding:30px 0;
}
#privacy{
    padding:30px 0;
}
}