.hrln{
	border-bottom:1em;
	
}
h1,h2,h3,h4,h5,h6,h7{
	color:#0a1f4e;
}
.sipcon-prod .productimage img{
width:100px;

}
.sipcon-prod .productdetails p{}
.sipcon-prod .productdetails ul{
    margin: 0;
    padding-left: 0px !important;
}
.sipcon-prod .productdetails ul li.list-head {
    font-weight: bold;
    margin-left: 0;
    font-size: 20px;
    line-height: 40px;
}
.sipcon-prod .productdetails ul li {list-style:none;}
.sipcon-prod .productdetails ul li i.fa.fa-check-circle-o{
    font-size: 20px;
    color: red;
    font-weight: 400;
    left: 0;
    margin-top: 0px;
    position: relative;
    top: 0;
    margin-right: 10px;
}
.sipcon-prod .productimage img {
    width: 275px;
}
.hrln {
    border-bottom: 1px #ddd solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
ul.tpiif li {
    display: inline-block;
    width: 24%;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
}
ul.botp li {
    display: inline-block;
    width: 30%;
    /* border: 1px solid #eee; */
    text-align: center;
    border-radius: 5px;
    /* padding: 10px 0; */
    /* height: 150px; */
    /* clear: both; */
    vertical-align: top;
    text-align: left;
    /* background-color: #0a1f4e; */
    margin: 10px;
    /* color: #fff; */
    /* padding: 15px 30px; */
}
ul.botp li h6 {
    color: #0a1f4e;
    font-weight: 700;
}


/*---------Tab css start----------*/

.tab {
  overflow: hidden;
  border-bottom: 1px solid #a9b5d1;
  margin:20px 0;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover h5 {
  color: #a9b5d1;
}

/* Create an active/current tablink class */
.tab button.active {}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/*---------Tab css end----------*/

tr td {
    padding-right: 20px;
}