

.footer-product{
  margin: 50px 0;
position: relative;
/* z-index: 9; */
}
.footer-product span {
background: #124191;
padding: 10px 0;
text-align: center;
margin-bottom: 30px;
color: #fff;
font-size: 24px;
cursor: pointer;
display: block;
}
.footer-product span{

}

.footer-product ul{
padding-left: 0;
}

.footer-product ul li {
list-style-type: none;
margin: 10px 0;
position: relative;
padding-left: 20px;
}
.footer-product ul li::before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  background: #332782;
  position: absolute;
  top: 8px;
  left: 0px;
  border-radius: 50%;
  border: 2px solid #332782;
}
.footer-product ul li a {
color: #131e4a;
}

.footer-product ul li a {
color: #131e4a;
font-size: 14px;
font-weight: 700;
}
.footer-product ul li a i {
margin-right: 10px;
}

.footer-product span.location {
font-size: 22px;
background: no-repeat;
color: #061e75;
font-weight: 800;
margin-bottom: 20px;
display: block;
text-align: left;
}




.forproduct{
padding:80px 0;
}

.product-pic{
  margin-bottom: 20px;
}

.forHeadingOne{
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  background: #f3f3f3;
  padding: 18px;
  border-bottom: 2px solid #124191;
  border-radius: 3px;
  color: #124191;
}

.forHeadingTwo {
  font-size: 22px !important;
  margin-bottom: 15px !important;
  line-height: 32px !important;
  color: #124191;
  background: #f7f1f1;
  padding: 10px;
  border-left: 2px solid #124191;
  border-radius: 3px;
  margin-top:20px;
}

.forproduct-pe{
  margin: 80px 0 0 0;
}


.for-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 26px;
}

.for-text strong{
  font-weight: 800;
}


.product-list-li ul li {
  list-style-type: none;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
}

.product-list-li ul li::before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  background: #124191;
  position: absolute;
  top: 7px;
  left: 0px;
  border-radius: 50%;
  border: 2px solid #124191;
}

.product-pic{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.product-pic img {
  width: 100%;
  
}



.accro .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  margin-bottom: 10px;
  font-weight: 400;
}

.accro  .active, .accordion:hover {
background-color: #ccc;
}

.accro .accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}

.accro .active:after {
content: "\2212";
}

.accro .panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}

.title-heading{
  font-size: 46px;
}