 div.one {
        height: 100px;
        margin-top: 25px;
    }
section {
    padding: 20px 0;
}
    @media screen and (max-width: 35em) {
        div.one {
            margin-top: 50px;
        }

        h2.test_group {
            font-size: 18px;
        }

        .acc_container ul li {
            font-size: 16px;
        }
    }
    .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #1977CC;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #1977CC;
  border: 1px solid #1977CC;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #1977CC;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
 .report_pro ul li{
     list-style-type: square;
     
     
 }
 .fnum ul li{list-style-type: decimal;}
 
 .h2top{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 8px 26px;
    border-radius: .25rem;
    background: #1977cc;
    color: #fff;
    display: inline-block;
 }

 .first-class ul li {
    list-style-type: none!important;   
}
ul li{
     list-style-type: square;
}
 
   .sample_collection{width:35px;height:35px;}
        .remove_ul{list-style:none !important; padding:0; margin:0;}
        
         @media screen and (max-width: 768px) {
          
  #services .icon-box1 {
    position: relative;
    padding-top: 30px;
    margin-top: 15px;
    max-height: 200px !important;
}
.services .icon-box1 {
    border-radius: 4px;
}
.services .icon-box1 {
    text-align: left;
    border: 1px solid #d5e1ed;
    padding: 10px 20px;
    transition: .3s ease-in-out;
    width: 100%;
}   
             
         }