.col-lg-2 {
    width: 12.2%;
}

@media (min-width: 992px)
.col-lg-2 {
    flex: 0 0 auto;
    width: 12.5%;
}

.product-image{
    width: 100px;
}

.read-more{
    padding: 10px;
    border: 2px solid #28abe2;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    background-color: #28abe2;
}

.squiz{
    margin-top: 30px;
}

.read-more:hover{
    background-color: #8ec540;
    color: white;
    text-decoration: none;
}

.areacode{
    color: black;
}

.company-details{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.justfy{
    text-align: justify;
    text-justify: inter-word;
}

.whatsapp{
    width: 12px auto;
}

.know-us{
    text-align: justify;
    text-justify: inter-word;
}

.knowus{
    padding-top: 10px;
}

.ul{
  list-style-type: none;
  height: auto;
  margin: 0px 0px 0px 30px;
}

.ul li{
  padding: 10px 0;
  transition: margin-left 0.3s linear, font-weight 0.2s linear, color 0.3s linear;
  -webkit-transition: margin-left 0.3s linear, font-weight 0.2s linear, color 0.3s linear;
  -moz-transition: margin-left 0.3s linear, font-weight 0.2s linear, color 0.3s linear;
  -o-transition: margin-left 0.3s linear, font-weight 0.2s linear, color 0.3s linear;
  -ms-transition: margin-left 0.3s linear, font-weight 0.2s linear, color 0.3s linear;
}

.ul li:hover{
   margin-left: 20px;
  font-weight: 600;
  color: #28abe2;
    cursor: pointer;
}

.sub-heading{
    margin-top: 40px;
}

.basic-4 {
	padding-top: 4.5rem;
	padding-bottom: 2.5rem;
}

.container-4{
	padding-top: 4.5rem;
	padding-bottom: 2.5rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.basic-4 .text-box {
		padding-right: 2rem;
		padding-left: 2rem;
}

.bx-chevron-left{
    font-size: 40px;
}

.team-team{
    font-size: 22px;
}

.expand{    
    border-bottom: 4px solid #28abe2;
}

.expand:hover {
    color: #28abe2;
    margin: 0px 0px 25px 0px;
    transition: margin-bottom 0.3s linear;
  -webkit-transition: margin-bottom 0.3s linear;
  -moz-transition: margin-bottom 0.3s linear;
  -o-transition: margin-bottom 0.3s linear;
  -ms-transition: margin-bottom 0.3s linear;
}

.expand-info{
    text-align: justify;
    text-justify: inter-word;
}