.uv-title {
  border-bottom: solid 2px #9786bc;
  padding: 5px 10px;
  font-weight: bold;
  position: relative;
  font-size: 24px;
  margin-bottom: 25px;
}
.uv-title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 250px;
  height: 3px;
  background-color: #5e3d94;
}

.pagetitle-in {
  margin-top: 50px;
  text-align: center;
}
.pagetitle-in h2 {
  margin-bottom: 20px;
  text-align: left;
}
.uv-features-in {
  margin: 60px 20px 0;
}
.uv-features-in ol li {
  margin-right: 16px;
  margin-bottom: 10px;
  float: left;
  width: 552px;
  padding: 10px;
  background-color: #e5e5e5;
}
.uv-features-in ol li:nth-child(2n) {
  margin-right: 0;
}
.uv-features-in .number {
  margin-right: 10px;
  float: left;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #9786bc;
  color: #fff;
  font-size: 27px;
  line-height: 1.8;
}

.uv-specifications-in {
  margin: 50px 20px 0;
}
.uv-specifications-in h4{
  margin-top: 45px;
  margin-left: 50px;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 3px #9786bc;
  padding-left: 8px;
  line-height: 1;
}
.uv-specifications-in .specifications-table-in {
  margin-left: 65px;
  margin-bottom: 70px;
  margin-top: 30px;
  width: 950px;
}
.uv-specifications-in .specifications-table-in p{
  text-align: right;
}
.uv-specifications-in .specifications-table-in table {
  
  margin-bottom: 15px;
}
.uv-specifications-in .specifications-table-in table th,
.uv-specifications-in .specifications-table-in table td {
  border: solid 1px #aaaaaa;
  padding: 10px 30px;
  box-sizing: border-box;
}
.uv-specifications-in .specifications-table-in table th {
  width: 950px;
  background-color: #e5e5e5;
  font-weight: bold;
  text-align: center;
}
.uv-specifications-in .specifications_image{
  text-align: center;
}


