.animated {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-content {
  background: #9bacb6;
}

.st5{fill:#FFFFFF;}
.st6{font-family:'Lato-Regular';}
.st7{font-size:20px;}
.st8{fill:none;stroke:#000000;stroke-miterlimit:10;}

#alder_text, #beech_text, #oak_text, #syc_text {
  opacity: .5;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

#alder_text.raggle, #beech_text.raggle, #oak_text.raggle, #syc_text.raggle {
  opacity: 1;
}

svg a {
  fill: #E5E5E9;
  -webkit-transition: fill .3s ease-out;
  -moz-transition: fill .3s ease-out;
  -o-transition: fill .3s ease-out;
  transition: fill .3s ease-out;
}

svg a:hover {
  fill: #8fd8ff;
}

/* ACCORDION NEW STARTS */


ul {
list-style: none;
padding: 0;
text-align: left;
font-family: lato;
margin: 0;
}

ul li a {
  font-size: 20px;
  letter-spacing: 2px;
  background: #efefef !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333 !important;
}

ul.inner li a {
  font-size: 16px;
  letter-spacing: 2px;
  background: #333333 !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #efefef !important;
}

ul li p {
  text-align: left;
  border: none;
}

ul .inner {
overflow: hidden;
display: none;
text-align: left;
}
ul .inner.show {
/*display: block;*/
}

li {
  border-bottom: #fff 1px solid;
}

li .inner_content {
  background: #9bacb6;
  padding: 20px;
  color: #ffffff;
  font-weight: 400;
}

li a.toggle {
width: 100%;
display: block;
background: rgba(0,0,0,0.78);
color: #fefefe;
padding: .75em;
transition: background .3s ease;
}

li a.toggle :hover {
background: rgba(0, 0, 0, 0.9);
}

.plan_detail_wrapper {
  float: left;
  padding: 10px;
  background: #efefef;
}
.left, .right {
  position: relative;
  float: left;
  margin: 0;
  padding: 10px;
}

.left h2 {
  font-weight: 700;
}

.left h3 {
  font-weight: 400;
}

.left h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: #dddddd solid 1px;
}

.left h4 span {
  color: #9bacb6;
  font-weight: 400;
}

.left p {
  padding: 0;
}

.left {
  width: 35%;
}

.right {
  width: 65%;
}


/* ACCORDION NEW ENDS */

@keyframes animation-one {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .holder {
    display: none;
  }
  svg {
    max-width: 100%;
  }
  svg a {
    pointer-events: none;
  }
  .bignumber {
    top: 20px;
    font-size: 160px;
  }
  .apt-head {
    text-align: center;
  }
  .left {
    width: 100%;
  }

  .right {
    width: 100%;
  }

  .animated {
    height: 300px;
  }
}

/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  svg {
    max-width: 100%;
  }
  .holder {
    display: none;
  }
  .bignumber {
    top: 20px;
    font-size: 160px;
  }
  .apt-head {
    text-align: center;
  }
  .animated {
    height: 300px;
  }
}

/* Large and up */
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  svg {
    width: 100%;
  }
}
