.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 20px;
}
.compare .accordionjs{
  margin-top: 0;
}

.accordionjs .acc_section {
  border: 1px solid #024a62;
  position: relative;
  z-index: 10;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 55px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
  background: #024a62;
  padding: 10px 20px 10px 40px;
}
.compare .acc_section{
  border: none;
  border-top: #fff 1px solid;
  padding: 15px 0 !important;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0 !important;
}
.compare .acc_section:first-child{
  border: none !important;
}

.accordionjs .acc_section .acc_head {
  position: relative;
  background: transparent;
  padding: 0;
  display: block;
  cursor: pointer;
}
.accordionjs .acc_section .acc_head h3 {
  line-height: 1;
  margin: 5px 0;
  position: relative;
  color: #fff;
  font-size: 30px !important;
  line-height: 44px !important;
  font-weight: 600;
  padding: 10px 0;
}
.accordionjs .acc_section .acc_head h3:after {
  content: "\f067";
  font-family: FontAwesome;
  right: 0;
  position:absolute;
  top: 0;
  width: 64px;
  height: 64px;
  border: #fff 1px solid;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
}
.compare .accordionjs .acc_section .acc_head h3:after {
  content: "\f107";
  right: 0;
  position:absolute;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  line-height: inherit;
  text-align: center;
}


.accordionjs .acc_section .acc_content {
  padding: 0 0 30px;
}
.accordionjs .acc_section .acc_content p{
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 500;
  color: #3c3c3c;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
  /*border-top-left-radius: 3px;
  border-top-right-radius: 3px;*/
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
  /*border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;*/
}
.accordionjs .acc_section.acc_active{
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
  background-color: #fff;
}
.compare .accordionjs .acc_section.acc_active{
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
  padding-bottom: 20px;
}
.accordionjs .acc_section.acc_active > .acc_head h3{
  color: #16cbb8;
}
.compare .accordionjs .acc_section.acc_active > .acc_head h3{
  color: #fff;
}
.accordionjs .acc_section.acc_active > .acc_head h3:after {
  display: none;
}
.compare .accordionjs .acc_section.acc_active > .acc_head h3:after {
  display: block;
  content: "\f106";
}



@media screen and (max-width: 900px) {
.accordionjs .acc_section{margin-bottom: 20px;}
.accordionjs .acc_section .acc_head h3{font-size: 18px !important; line-height: 28px !important; padding: 0 100px 0 0;}
.accordionjs .acc_section .acc_head h3:after{width: 40px; height: 40px; line-height: 40px; top: -5px; right: -10px;}
.accordionjs .acc_section .acc_content p{font-size: 16px !important; line-height: 22px !important;}
}

@media screen and (max-width: 767px) {
.accordionjs .acc_section{padding: 15px 20px 15px 30px;}
.accordionjs .acc_section .acc_head h3{font-size: 18px !important; line-height: 20px !important; padding: 0 55px 0 0;}
.accordionjs .acc_section .acc_head h3:after{top: 0; right: 0;}
.accordionjs .acc_section.acc_active > .acc_head h3{padding: 0;}
.compare .accordionjs .acc_section.acc_active > .acc_head h3{padding: 0 55px 0 0;}
.accordionjs .acc_section .acc_content{padding: 0 0 10px;}
.accordionjs .acc_section .acc_content p{font-size: 15px !important; line-height: 20px !important;}
.compare .accordionjs .acc_section .acc_content p{color: #fff; margin: 0;}
.compare .accordionjs .acc_section .acc_content p img{display: inline-block; max-width: 30px; margin: 0 10px 5px 0;}
.compare .accordionjs .acc_section .acc_content p strong{display: inline-block; margin: 0 10px 0 0;}
}