.header--blue {
    background-color: rgba(255, 255, 255, 0.81);
}
.topbar__link {
    color: rgba(255, 255, 255, 0.79);
    transition: 0.3s color ease-out;
}

@media only screen and (min-width: 992px)
{
.header__nav-link {
    border-bottom: 0;
    color: #4c4545;
}
}

@media only screen and (min-width: 992px)
{
	.header__nav .header__nav-item > a {
	    line-height: 21px;
	}
}

.header__nav li {
    position: relative;
    background: #ffffffab;
}

.footer__copyright-desc {
    color: #ffffff;
}

.footer-back {
    background: #000fc7;
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  .logo-header{
    width: 140px;
  }

  .header__main{
    padding: 10px 0 10px 0;
  }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  .logo-header{
    width: 140px;
  }

  .header__main{
    padding: 10px 0 10px 0;
  }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .logo-header{
    width: 140px;
  }
  .header__main{
    padding: 10px 0 10px 0;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .logo-header{
    width: 120px;
  }

  .header__logo {
    text-align: center;
  }

  .header__main{
    padding: none;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
 .logo-header{
    width: 65px;
  }
  .header__logo {
    text-align: center;
  }

  .header__main{
    padding: none;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .logo-header{
    width: 65px;
  }
  .header__logo{
    text-align: center;
  }
  
}
.footer__social a {
    color: #ffffff;
    font-size: 22px;
    transition: 0.3s color ease-out;
}


.footer__list a {
    color: #383838;
    transition: 0.3s color ease-out;
}

/*.property__feature {
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #1f3c88;
    transition: 0.5s box-shadow ease-out;
}
.property__features-icon {
    display: inline-block;
    margin-right: 10px;
    color: #f5f5f5;
}

.property__features-item {
    margin-bottom: 10px;
    color: #fbfbfb;
}
.property__feature-title--b-spacing {
    margin-bottom: 25px;
    border-bottom: 1px solid #3755a5;
}*/

.property__details-item:before {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    content: "\f042";
    font-family: "FontAwesome";
    font-size: 11px;
}

.caption {
      padding: 5px;
      background-color: #ececec;
    text-align: center;
   font-weight: bold;
}
.caption p {
      padding-top: 8px;

}
.footer__list a:hover {
    color: #FFF;
}


.text-center {
  text-align: center;
}

.famous-agents__header {

    padding: 15px;
    text-align: center;
}

.famous-agents__content {
    padding: 15px 20px 20px;
     text-align: center;
}

.famous-agents__single {
    background-color: #6671ff;
}
.famous-agents__name a {
    color: #ffffff;
    transition: 0.3s color ease-out;
}
.price p {
  padding: 0;
  margin:0;
  font-size: 16px;
}

.basic_price {
  background-color: #6132f5;
  text-align: center;
  padding: 12px;
}
.basic_price p {
 color: #fff;
 line-height: 20px;
  text-align: center;
}

.locatio_charges {
   background-color: #6132f5;
}

.mt5 {
margin-top: 5px;
}
.mt8 {
margin-top: 8px;
}
.mt10 {
margin-top: 10px;
}
.mt12 {
margin-top: 12px;
}
.mt15 {
margin-top: 15px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb18 {
  margin-bottom: 18px;
}

.bold {
  font-weight: 600;
}

table thead tr {
  background-color: #44289c;
}



table tbody  {
  background-color: #fff;
}

table tbody tr td  {
  padding: 8px;
}

table thead tr th {
  padding: 8px;
  color: #FFF;
}

.location_desc {
  padding: 5px 0 5px 0;
  margin-top: 10px;
  text-align: justify;

}

.heading {
  background-color: #f9a109;
  text-align: center;
  padding: 8px;
}
.heading p {
  color: #fff;
 line-height: 15px;
  text-align: center;
}


.gallery {
  padding: 15px;
}



/* Styles for highlighted feature lines */
.highlighted-feature {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffffff;
  color: #626262;
  font-weight: bold;
  border-radius: 5px;
  font-size: 20px;
  border: 2px solid #5784ff;
}

.sold-out {
  background-color: red;
  padding: 8px;
  color: white;
  border-radius: 10px;
  margin-left: 22px;
  text-transform: uppercase;
  border: 1px solid #333;
}
