
html {
  font-family: Arial, sans-serif;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  color: #212529;
  font-weight:400;
  background-color: #f1f1f1;
   min-height: 100%;
  height: 100%; 
}
a , a:hover {text-decoration: none; color: inherit;}
.header {
  padding: 10px 0 30px;
  background: #fff;
  height: 65px;
  opacity:1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
.header .logo {
  float: left;
}
.header .logo img {
  padding: 0;
  margin: 0;
}
.logo-home {
  max-height: 87px !important;
  margin-top: -22px !important;
  margin-left: -17px !important;
}



.nav-pills.spf-tabs .nav-link {
  background:#ffffff;
  border-radius: 0 ;
  padding: 7px 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #d2d3d5;
}
.nav-pills.spf-tabs .nav-link.active, .nav-pills.spf-tabs .show>.nav-link ,.nav-pills.spf-tabs .nav-link:hover {
  color: #fff;
  background-color:#008dd0 ;
  border: none;
  border-radius: 5px;
  border-bottom: 1px transparent;
}
.products {
  background-size: cover;
  padding: 90px 0 25px ;
  min-height: 100%;
}
.main-content {background: #fff; border-radius: 5px; padding: 25px 54px; min-height: 100%;color:#555555;} 
.main-content .title {font-size: 18px; font-weight: 600;}
.partnerTitle {font-size: 22px; font-weight: 600; margin-bottom: 15px; text-align: center;}
.main-content .subtitle {font-size: 16px; font-weight: 600; margin-bottom: 16px;}
.main-content li {margin-bottom: 16px;}
.tab-content { padding: 0 20px; font-size: 14px;border-left: 1px solid #d2d3d5; min-height: 450px;}
.tab-content table, .tab-content th, .tab-content td {
  border: 1px solid #000;
  border-collapse: collapse;
  text-align:center;
  padding:5px 7px;
}
.section-header {margin-bottom: 50px;}
.section-header h3 {
  font-size: 30px;
  color: #808080;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}
.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background:#d8d8d8;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #eb5202;
  bottom: 0;
  left: calc(50% - 20px);
}
.main-content .tab-content .card {margin-bottom: 16px; height :auto !important; border-radius: .25rem !important;border: 1px solid rgba(0,0,0,.125) !important;
 }

.main-content .tab-content .card-header {font-size: 14px; font-weight: 600;}
.pdf-icon {
    background-image: url("../images/pdf.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 10px !important;
    vertical-align: middle;
    display: inline-block;
}
.in i.uparrow {
  background-image: url("../images/uparrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  display: block;
  transform: rotate(0deg);
  float: right;
  height: 20px;
  width: 20px;
}
.collapsed.in i.uparrow {
  background-image: url("../images/uparrow.svg");
  transform: rotate(180deg);
}

