.headH1{
    font-size: 50px;
}
.new-prod-dtl h2{
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    color: #283593;
}
.new-prod-dtl p{
    color: #616161;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
}
.new-prod-dtl ol{
    padding-inline-start: 15px;
}
.new-prod-dtl ol li{
    color: #616161;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    padding-bottom: 5px;
}
.prod-tble{
  margin-top: 20px;
  font-family: 'Fira Sans', sans-serif;
}
.prod-tble table thead tr{
    background: #283593;
}
.prod-tble table thead tr th{
    border-radius: 0px;
    color: #fff;
}
.prod-list-dtl ul li{
    list-style: disc;
    list-style-position: inside;
    color: #616161;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    padding-bottom: 5px;
}
.prod-brd{
  margin: 60px 0 20px;
}
table.striped>tbody>tr:nth-child(odd){
  background-color: #fff;
}
table.striped>tbody>tr:nth-child(even){
  background-color: rgba(242,242,242,0.5);
}
.prod-tables table.striped thead tr th{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 992px){
  table.responsive-table thead{
    float: none  !important;
  }
}

/*------------------*/

/*footer*/
footer {
    background:#1d2133;
    padding:60px 0 40px 0;
}
.fot_hed h5 {
    font-size: 27px;
    color: #7fc5f9;
    letter-spacing: 0.25px;
    font-weight: 600;
    padding: 5px 0 5px 0px;
}
.fot_hed {
    padding-top:20px;
    padding-bottom:20px;
}
.foot_cont_dtl h5 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.25px;
    font-weight: 500;
    padding:3px 0 3px 10px;
    border-left: 2px solid #fff;
    margin-bottom:15px;
}
.foot_cont_dtl p a{
    color:#fff;
}
.foot_cont_dtl p {
    color:#fff;
    font-size:15px;
    line-height: 22px;
    letter-spacing: 0.25px;
    padding-bottom: 10px;
}
.foot_cont_dtl p span {
    color:#fff;
    font-weight:500;
}
.social-icon ul {
    margin-top:20px;
}
.social-icon ul li {
    float: left;
    padding: 0 8px;
}
.social-icon ul li a i {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}
.icon2 i {
    background: #2ba63a;
    color: #fff;
    border: 1px solid #2ba63a;
}
.icon3 i {
    background: #ed2a24;
    color: #fff;
    border: 1px solid #ed2a24;
}
.icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}
.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}
.foot_link h5 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.25px;
    padding:3px 0 3px 10px;
    border-left: 2px solid #fff;
    margin-bottom:15px;
}
.foot_link ul li a {
     color: #fff;
     font-weight: 500;
     font-family: 'Montserrat', sans-serif;
     font-size: 15px;
     line-height:24px;
     display: block;
     padding: 2px 0;
}
.foot_link ul li a i {
    margin-right:3px;
}
.foot_link ul li a:hover {
    color:#7fc5f9;
}
.copy {
    padding:40px 0 10px 0;
}
.copy span {
    text-align:center;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.25px;
    display:block;
}
.copy span a {
     color:#80c5f9;
}
/*********************/