   /* Services Box */
.imgLeft-box {
    padding: 0 15px 0 15px;
    margin:0;
}
.imgLeft-box p {
  color: #656565;
  /* font-size: 13px; */
}
.imgLeft-box li {
  list-style:none;
  margin-bottom:20px;
  display: inline-block;
  height: 155px;
  overflow: hidden;
}
.imgLeft-box .imgLeft-box-heading {
  padding: 12px 0;
}
.imgLeft-box .imgLeft-box-heading i {
  padding: 0;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
    font-size:18px;
    height:32px;
    width:32px;
    line-height: 32px;
    text-align:center;
    vertical-align: baseline;
}
.imgLeft-box .imgLeft-box-heading i.blue {
  color: #0da3e2;
  border:1px solid #0da3e2;
}
.imgLeft-box .imgLeft-box-heading i.red {
  color: #db3a1b;
  border:1px solid #db3a1b;
}
.imgLeft-box .imgLeft-box-heading i.green {
  color: #35aa47;
  border:1px solid #35aa47;
}
.imgLeft-box .imgLeft-box-heading a {
    color: #444;
    /* font-size: 15px; */
    /* line-height: 25px; */
    font-weight: 400;
    /* margin-bottom: 10px; */
    margin-left: 10px;
    display: inline-block;
}

.imgLeft-box .imgLeft-box-heading a:hover {
    color: #8ca241;
    text-decoration:none;
}
.imgLeft-box .imgLeft-box-heading a span {
    font-size: 16px;
}
.imgLeft-box p {
    /* color: #a7a7a7; */
    /* font-size: 13px; */
    line-height: 20px;
    /* font-weight: 300; */
    /* margin-bottom: 10px; */
    /*margin-left: 64px;*/
    text-align: Left !Important;
    margin-left: 148px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.imgLeft-box .imgLeft-box-heading em {
  float:left;
  margin-right: 23px;
}
.imgLeft-box .imgLeft-box-heading [class^="icon-"],
.imgLeft-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.imgLeft-box .imgLeft-box-heading [class^="icon-"].icon-large,
.imgLeft-box .imgLeft-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}



@media (max-width: 420px) {
    .imgLeft-box p {
    margin-left: 0;
}

    .imgLeft-box-heading em {
        /* width: 64px; */}
    .imgLeft-box .imgLeft-box-heading a {
margin-left: 0;
margin-top: 0;
}

}

@media (max-width: 991px) {

    .imgLeft-box li {
  width:100%;
}
}