
/* SERVICE 5*/

#service-5 .lni {
    font-size: 68px;
    padding-right: 25px;
    color: var(--color1);
}

#service-5 .shadow-sm {
    border-radius: var(--border-radius2);
}


#service-5 .time-table-section {
  padding: 50px 0px;
}

#service-5 .service-time.one {
  position: relative;
  z-index: 1;
}

#service-5 .service-time {
  float: left;
  width: 100%;
  min-height: 350px;
  /*margin-top: -350px;*/
  padding: 50px;
  color: #fff;
  position: relative;
}

#service-5 .info-icon {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 75px;
  line-height: normal;
  margin-bottom: 20px;
}

#service-5 .service-time h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: -5px 0 15px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

#service-5 .service-time p {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #fff;
}

#service-5 .service-time ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: dashed 1px #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

#service-5 .service-time.middle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  bottom: 0px;
  z-index: 0;
  border-bottom: solid transparent 65px;
  border-right: solid #a0cff7 70px;
  left: -70px;
}

/*/////// SERVICE 5 ////////*/

@media only screen and (max-width: 767px) {

#service-5 {
    overflow: hidden;
    }

}

