.text_shadow {
    color: white;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, 0.123), 0 3px 5px rgba(0, 0, 0, 0.116), 0 5px 10px rgba(0, 0, 0, 0.144), 0 10px 10px rgba(0, 0, 0, 0.123), 0 20px 20px rgba(0, 0, 0, 0.027);
}
.width_75{
    width: 85%;
}
.p-header{
    padding-top: 150px;
    padding-bottom:30px;
}
.text_shadow1 {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}
.flote{
    float: left;
}
.color-black {
    color: #000 !important;
}
.ml-50{
    margin-left: 40px;
    margin-top: 4px;
}
@media screen and (max-width:600px){
    .ml-50{
        margin-left: 0px;
        margin-top: 0px;
    }
    
}
.pxp-caption-prop-features.mt-4.text_shadow1 {
    background-color: #0000009e;
    float: left;
    border-radius: 3px;
}

.color-a1 {
    float: left;
    width: 15px;
    height: 15px;
    background-color: wheat;
    margin: 2px;
    border: 1px solid #fff;
}

.color-a2 {
    float: left;
    width: 15px;
    height: 15px;
    background-color: lavender;
    margin: 2px;
    border: 1px solid #fff;
}

.color-a3 {
    float: left;
    width: 15px;
    height: 15px;
    background-color: darkkhaki;
    margin: 2px;
    border: 1px solid #fff;
}
.border-top{
    border-top: 1px solid #000;
}
.logo_A
{
    position: absolute;
    top: -43px;
    bottom: 0;
    left: 36px;
    right: 0;
}
.logo_bg
{
    position: absolute;
    top: -141px;
    bottom: 0;
    left: 22px;
    right: 0;
    width: 158px;
}
#chartdiv {
    width: 100%;
    height: 400px;
  }
  
  .pxp-single-property-section>h3{
      margin-top: 20px;
  }

  ._jastify{
    text-align: justify !important;
  }
button#myBtn {
    border: none;
    background: none;
}
.text-right{
    text-align: right !important;
}
.pxp-prop-card-2 {
    display: block;
    position: relative;
    overflow: hidden;
    height: 187px;
}
.pxp-areas-2-item-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}

.color-white.pxp-areas-2-item-details-area {
    color: white;
}
.pt-45{
    padding-top: 40px ;
}
.pt-bm{
    padding-bottom: 40px;
}
.pt-20{
    padding:10 px 0px;
}
.theme-color{
    color: #4a3a0b !important;
}
.bgwhere{
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 41px;
    background: rgb(228, 228, 228);
}
button.btn.btn-primary {
    background: #4a3a0b;
}