.holderdiv{
    height:1020px;
    overflow-y:scroll;
    padding:15px;
}

#invalidaddress{
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 5px;
}
/* width */
.holderdiv::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .holderdiv::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .holderdiv::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .holderdiv::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.servicesblock .blurbmeta h5{
  min-height: 50px;
}

.benImage {
  min-height: 175px;
}
@media only screen and (max-width: 600px) {
    .holderdiv{
        height:auto;
        overflow-y:auto;
        padding:15px;
    }
    .teammob {
      height: 100vh;
      overflow-y: scroll;
  }

  .teammob .modal-fullscreen{
    height:auto;

  }
  }