.accordion {
  background-color: transparent;
  color: #17449e;
  cursor: pointer;
  padding: 18px 18px 8px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.1em;
  transition: 0.4s;
  font-weight: 500;
  border: none;
}
.accordion:focus{
  outline: none;
}
.active, .accordion:hover {
  background-color: transparent;
}

.accordion:before {
  content: '\002B';
  color: #17449e;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

.active:before {
  content: "\2212";
}

.panel {
  padding: 10px 18px 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 2px solid #e6e6e6;
  color: #868686;
  font-size: 1.1em;
  height: 0;
  text-align: justify;
}
.panel-active{
  height: initial !important;
}



#demo {
    background: transparent;
    max-width: 85%;
    margin: auto
}

.carousel-caption > p {
    text-decoration: italic;
    font-weight: normal;
    font-family: "Merriweather", serif;
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 4rem;
    border-radius: 5rem;
    display: inline-block;
    margin-right: 20px;
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 3rem;
        border-radius: 4rem;
        display: inline-block;
    }
}

#image-caption {
    font-style: normal;
    font-size: 1.5rem;
    margin-top: 1rem;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    top: 14px;
    text-align: left;
}
#image-caption >small {
    font-size: 1rem;
    color: #aad0ff;
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 1rem;
        display: inline-block;
    }
}

.testimonials i {
    font-size: 35px;
}

@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}