/* Mobile - Landscape */
@media only screen and (min-width: 320px) and (max-width: 767px) { 
  
  .create_account__form img{
    max-width: 320px!important;
    display: block;
    margin: 0 auto;
  }
  .create_account__form{
    background: #fff;
  }

  #property-right-section{
    margin-top: 15px;
  }

  .property-details{
    flex-wrap: wrap;
    gap:10px;
    justify-content: flex-start!important;
  }

  .property-details .proitem{
    width: 48%;
  }

  .user_list{
    max-height: 250px;
    min-height: 250px;
  }

  .my_feed__about{
    min-height: auto;
    margin-bottom: 20px;
  }

  .tab-content table.tranctions{
    min-width: 100%!important;}
  
    #refresh-img-section-property-add{
      width: 220px;
    display: block;
    margin: 0 auto;
    }

    #incom-report thead tr th:nth-child(1) {
      min-width: 105px!important;
    }
    
    #incom-report thead tr th:nth-child(2) {
      min-width: 100px!important;
    }
    
    #incom-report thead tr th:nth-child(3) {
      min-width: 90px!important;
    }
    
    #incom-report thead tr th:nth-child(4) {
      min-width: 100px!important;
    }
    
    #incom-report thead tr th:nth-child(5) {
      min-width: 95px!important;
    }
    #incom-report thead tr th:nth-child(6) {
      min-width: 115px!important;
    }
    #incom-report thead tr th:nth-child(7) {
      min-width: 95px!important;
    }
    #incom-report thead tr th:nth-child(8) {
      min-width: 110px!important;
    }


}

/*  Tablet - iPad */
@media only screen and (min-width: 767px) and (max-width: 991.99px) { 
  .container-md, .container-sm, .container {
    max-width: 100%;
}

#refresh-img-section-property-add{
  width: 220px;
display: block;
margin: 0 auto;
}

.my_feed__about{
  min-height: auto;
  margin-bottom: 20px;
}

.user_list{
  max-height: 250px;
  min-height: 250px;
}

.news_letter__content-btn {
  padding: 5px 10px;
}

.property-details{
  flex-wrap: wrap;
  gap:10px;
  justify-content: flex-start!important;
}

.property-details .proitem{
  width: 23%;
}

.news_letter__content-search input.searchprop{
  width: 200px !important;
}

.tab-content table.tranctions{
  min-width: 100%!important;
}

#incom-report thead tr th:nth-child(1) {
  min-width: 105px!important;
}

#incom-report thead tr th:nth-child(2) {
  min-width: 100px!important;
}

#incom-report thead tr th:nth-child(3) {
  min-width: 90px!important;
}

#incom-report thead tr th:nth-child(4) {
  min-width: 100px!important;
}

#incom-report thead tr th:nth-child(5) {
  min-width: 95px!important;
}
#incom-report thead tr th:nth-child(6) {
  min-width: 115px!important;
}
#incom-report thead tr th:nth-child(7) {
  min-width: 95px!important;
}
#incom-report thead tr th:nth-child(8) {
  min-width: 110px!important;
}

.row.dt-layout-table{
  overflow-x: auto;
}
  

}


@media only screen and (min-width: 992px) and (max-width: 1199.99px){
  .container-md, .container-sm, .container {
    max-width: 100%;
}

#incom-report thead tr th:nth-child(1) {
  min-width: 105px!important;
}

#incom-report thead tr th:nth-child(2) {
  min-width: 100px!important;
}

#incom-report thead tr th:nth-child(3) {
  min-width: 90px!important;
}

#incom-report thead tr th:nth-child(4) {
  min-width: 100px!important;
}

#incom-report thead tr th:nth-child(5) {
  min-width: 95px!important;
}
#incom-report thead tr th:nth-child(6) {
  min-width: 115px!important;
}
#incom-report thead tr th:nth-child(7) {
  min-width: 95px!important;
}
#incom-report thead tr th:nth-child(8) {
  min-width: 110px!important;
}

.row.dt-layout-table{
  overflow-x: auto;
}

.my_profile__tabtop{
  border-radius: 5px!important;
}

.property-details{
  flex-wrap: wrap;
  gap:10px;
  justify-content: flex-start!important;
}

.property-details .proitem{
  width: 23%;
}
.user_list{
  max-height: 250px;
  min-height: 250px;
}

.my_feed__about{
  min-height: auto;
  margin-bottom: 20px;
}



}


/* Desktop & Widescreen */
@media only screen and (min-width: 1200px) and (max-width: 1439.99px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
}

.property-details{
  flex-wrap: wrap;
  gap:10px;
  justify-content: flex-start!important;
}

.property-details .proitem{
  width: 48%;
  padding: 8px;
  width: 48%;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center;
}

.property-details .proitem label{
  margin-bottom: 0;
}

.property-details .proitem span{
  margin-top: 0!important;
}


}


@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  
}