
    .panel-heading .panel-title > a:before {
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  color: #838383;
  font-size: 12px;
  padding: 5px 6px;
  padding-bottom: 3px;
  float:right;
}
.panel-title > a.collapsed.firstOne:before{
  content: "\f068";
}
.panel-title > a.collapsed:before {
  content: "\f067";
}

.faq-container a.accordion-toggle{
  display: block;
  text-decoration: none;
  font-family: 'Soleto-Bold';
  color: #838383;
  font-size: 20px;
  padding: 10px 15px;
  padding-left: 30px;
}
.faq-container a.accordion-toggle.collapsed{
  border-bottom: 0;
}
.faq-container a.accordion-toggle span{
  text-transform: uppercase;
  font-family: 'Soleto_Md';
  font-size: 20px;
  color: #000;
}
.faq-container .panel-default>.panel-heading{
  background: #fff;
}
.faq-container .panel-heading{
  padding:0
}
.faq-container .panel-group .panel{
  margin-bottom: 15px;
}
.faq-container .panel-default>.panel-heading+.panel-collapse>.panel-body{
  padding-left: 30px;
}
.productBox{
  border:1px solid #c7c7c7;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
  min-height: 420px;
}
.productBox h3{
  /*border-bottom: 2px solid #000;*/
  display: inline-block;
}
.productBox .prctImg img{
  margin:auto;
  padding-top: 30px;
}
.productBox .prctImg h3{
  display: inline-block;
  position: relative;
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 50px;
  font-size: 20px;
    padding: 0px 5px;
}
.productBox .prctImg h3::after{
  position: absolute;
  content: '';
  width: 50px;
  background: #000;
  height: 2px;
  left:50%;
  transform: translate(-50%);
  bottom: -5px;
  margin:auto;
}
.productBox .downloadBrochure{ 
  color: #111;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 8px;
  margin-bottom: 10px;
}
.productBox .downloadBrochure:before{
  position: absolute;
  content: '';
  
  width: 7px;
  height: 13px;
  left:-3px;
  top:5px
}
.productBox:hover .downloadBrochure::before{
  position: absolute;
  content: '';
  
  width: 7px;
  height: 13px;
  left:-3px;
  top:5px
}

.productBox:hover .blackBg .downloadBrochure{
  color: #fff;
  text-decoration: underline;
}
.productBox a{
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.productBox .prctImg,
.productBox .blackBg{
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.productBox .prdctCont p{
  padding: 0px 27px;
  min-height: 60px;
}
 .knwMore{
  display: inline-block;
  margin:10px 0;
  padding-bottom: 0px;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;

}
.knwMore a{
  background: #000;
  color: #fdc200;
  padding: 10px 30px;
  font-size: 14px;
  margin:10px 0px;
  border-radius: 26px;
  border:none;
  outline: none;
  display: inline-block;
}
 .knwMore a:hover{
  text-decoration: none;
}
/*.productBox:hover .prctImg{
  border:1px solid #fdc202;
}
.productBox:hover .blackBg{
  border: 1px solid #000;
}*/
.productBox:hover,
.productBox:focus{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border-color:#000000!important;
}
.productBox:hover a,
.productBox:focus a{
  text-decoration: none;
  
}
.productBox:hover .prctImg{
/*  background: #fdc202;*/

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 5px;
}
.productBox:hover .prctImg h3{
     -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productBox:hover .prdctCont{
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 5px;
}
.productBox:hover .blackBg{
  background: #000;
  padding-bottom: 10px;
}
.productBox:hover .prdctCont p{
  color: #fff;
}
.productBox:hover .knwMore a{
  background: #fdc202;
  color:#000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.commonTitle h2{
  position: relative;
  text-transform: uppercase;
    font-size: 38px;
  margin-top: 0px;
}

.commonTitle h2:after{
  position: absolute;
  content: '';
  bottom: -15px;
  left:50%;
  width: 250px;
  height: 4px;
  background: #000;
  transform: translate(-50%);
}
.packageContent{
  padding: 15px 0px;
  max-width: 630px;
  margin: auto;
  color: #030303;
  font-size: 16px;
}
.packageContent .innerP{
  margin-bottom: 10px;
  display: inline-block;
}
.panel-body{padding:15px 10px}