.team .member .pic1 {    display:none;  }
.height30{ height:30px !important }
@media (max-width: 768px) { .team .member .pic1 {    display:block;  }
	.team .member .pic1 img{   padding-right:10px }    
  .team .member {    position: relative;  padding: 10px !important; }
 .team .member .pic {    display:none;  }
  .team .member .member-info {    padding-left: 0px !important;  }
  .mt-50mob1{ margin-top:20% !important }
   .col-lg-2a{ width:33% !important;padding:0px !important;}
  .col-lg-2a  .member{ padding: 0px !important; }
  .col-lg-2a  .mt-15home{ margin-top:0px !important }
  
}
.my-5 {  margin-top: 3rem !important;  margin-bottom: 3rem !important;}
.team .member {  position: relative;  padding: 25px;  border-radius: 5px;  background: #fff;
  transition: 0.5s;  min-height: 120px;  width: 100%;}
.team .member span::after { content: ''; position: absolute; display: block;  width: 50px;  height: 1px;  background: #06A3DA;  bottom: 0;  left: 0;}
.img-fluid {  max-width: 100%;  height: auto;}
.team .member .pic {  overflow: hidden;  width: 140px;  border-radius: 50%;}
.align-items-start {  align-items: flex-start !important;}
.d-flex {  display: flex !important;}
.team .member .pic img {  transition: ease-in-out 0.3s;}
.team .member .member-info {  padding-left: 0px; width:100%}
.team .member h4 {  font-weight: 600 !important;  margin-bottom: 5px;  font-size: 18px;  color: #37517e;}
.note{ font-size:16px }
.displayCenter{ display:-webkit-flex;  display:-moz-flex;  display:-ms-flex;  display:flex; -webkit-flex-direction:row; flex-direction:row;  -webkit-justify-content:center;  justify-content:center; }
hr{width:100px; background-color:#efefef; height:1px; margin:2px 0px; }
.team .member {
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  border: thin solid lightgray;}
.notexttrasform{text-transform: none !important}  
._padd5{ padding:5px}