.service-detail img {
  display: block !important;
  height: auto !important;
  max-width: 100% !important;
  padding:0 !important;
}

.crop {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.crop img {
  width: 100%;
  height: 100px;
}

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right: 50px;
}

.my-float {
    margin-top: 16px;
}

.bd-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.bd-navbar {
    min-height: 3rem;
    padding: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
}

@media only screen and (max-width: 1000px) {
  .share1 {
    display: none !important;
  }
  .share2 {
    visibility: visible !important;
  }
  #conatcat-info {
    background: none;
  }
}
