/* Type your CSS Here */

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #5de7ad;
    /* border-radius: 10px; */
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #406df245;
  }

.aboutImg img {
    max-width: 70%;
    float: right;
}

.bg-gray {
    background: #d9d9d9;
}

.aboutserviceproduct .wblog-content {
    min-height: 310px;
    border: 2px solid #36b545;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-lightblue {
    background: #40f2d078 !important;
}

.heading_1 {
    font-size: 1em;
}

.heading_2 {
    font-size: 1.5em;
}

.heading_3 {
    font-size: 2em;
}

.text-black {
    color: #000;
}

/* Testing */
