ul.list-items li:first-child {
  width: auto;
}

.social-media-wrap {
  position: sticky;
  width: 80px;
  flex-direction: column;
  align-self: flex-start;
  top: 70px;
  margin-bottom: 50px;
  margin-right: 10px;
}

.funnal-page-unset-top{top:0px}


.social-media-wrap h3 {
  font-size: 15px;
  /* margin-top: 225px; */
  /* margin-bottom: 11px; */
  font-weight: 600
}

.rendering-image {
  margin-bottom: 20px;
}

.take-a-tour-wapper {
  background: #323232;
  margin-bottom: 20px;
}

.take-a-tour-h3 {
  color: #ffff;
  text-align: center;
  margin-bottom: 20px;
}

.side-bar-btn {
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px !important;
}

.prop-page-sidebar h2 {
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: 10px;
}

.property-listed-by {
  font-size: 12px;
  margin-bottom: 5px;
}

.btn-contact-agent {
  width: 100%;
  font-size: 17px;
  margin-top: 15px;
}

.funnel-map-wrap .map-normalscreen-view {
  position: relative;
  top: 0;
  width: 100%;
  height: 380px;
  background-color: 'transparent';
  z-index: 0;
  clear: both;
}

.funnel-map-wrap .map-fullscreen-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  z-index: 9999;
  clear: both;
}

.funnel-sidebar{
  max-height: 515px;
}

.image-margin{
  margin-bottom: 20px;
}

.funnel-status-p{
  text-align: center;
}

.funnel-status-border{
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  .funnel-map-canvas {
    height: 250px;
  }

  .funnel-sidebar {
    max-height: unset;
  }

  .funnel-map-wrap .map-normalscreen-view {
    position: relative;
    top: 0;
    width: 100%;
    height: 250px;
    background-color: 'transparent';
    z-index: 0;
    clear: both;
  }

  .funnel-map-wrap .map-fullscreen-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 9999;
    clear: both;
  }

  .prop-main-container {
    flex-direction: column;
  }

  .prop-page-sidebar {
    height: auto;
    top: auto;
    bottom: 0;
  }

  .property-listed-by {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .funnel-details-popup h3.modal-title{
    font-size: 18px;
    font-weight: 600;
  }
  .funnel-details-popup .modal-content{
    max-height: unset;
    height:100%;
  }
  .funnel-details-popup .funnel-modal-dialog{
    padding: 0px;
  }
  .funnel-details-popup button.close.modal-close{
    width:23%;
  }

  
  .funnel-details-popup .profile-page-sidebar{
    display: block;
  }

  .funnel-details-popup .prop-sidebar-details{
    max-height: 650px;
    overflow-y: scroll;
  }
}

@media (max-width: 767px){
  #pagewrap {
      padding: unset;
  }
}

@media (max-width: 1024px){
  
}
