.faq__outer {
    padding: 56px 0 70px;
    background: #F7F9FB;
    background-image: url(https://f.hubspotusercontent40.net/hubfs/6778641/bg_circle.png);
    background-repeat: no-repeat;
    background-position: right bottom;
      margin-bottom: 10px;
}
.faq__inner.contentsec .faq__wrap {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 14px rgb(15 94 247 / 10%);
    box-shadow: 0 0 14px rgb(15 94 247 / 10%);
}
.faq__inner.contentsec .faq__title {
    font-size: 17px;
    color: #343D4E;
      padding: 25px 65px 25px 30px;
    background-color: #fff;
    border: none;
    letter-spacing: 0;
    border-radius: 20px;
    line-height: 20px;
    font-family: Source Sans Pro;
    font-weight: 700;
    text-align: left;
}
.faq__inner.contentsec .faq__title img {
    position: absolute;
    right: 45px;
    top: 30px;
}
.faq__inner.contentsec .faq__title .clicked{
  display: none;
}
.faq__inner.contentsec .faq__title.faq__title--active .clicked{
  display: block;
}
.faq__inner.contentsec .faq__title.faq__title--active .notclicked{
  display: none;
}
.faq__inner.contentsec .faq__title.faq__title--active {
    border: none;
}
.faq__inner.contentsec .faq__contentinner {
    padding: 25px 50px 25px 30px;
    font-size: 17px;
    color: #595959;
    letter-spacing: 0;
    line-height: 23px;
    font-family: Source Sans Pro;
    font-weight: 400;
    text-align: left;
    position: relative;
}
.faq__inner.contentsec .faq__contentinner:before {
    background: rgb(151 151 151 / 20%);
    height: 1px;
    width: 90%;
    position: absolute;
    top: 0;
    content: "";
}
.faq__inner.contentsec .faq__sidebar {
    padding: 23px 30px;
    border: 2px solid #343d4e;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    position: relative;
    max-width: 292px;
    margin-right: 0;
    margin-left: auto;
}
.faq__inner.contentsec .faq__sidebar h5 {
    font-size: 15px;
    color: #343D4E;
    letter-spacing: 0;
    text-align: center;
    line-height: 19px;
    font-family: Source Sans Pro;
    font-weight: 700;
    margin-top: 15px;
}
.faq__inner.contentsec .side__content {
    font-size: 15px;
    color: #343D4E;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-family: Source Sans Pro;
    font-weight: 400;
    margin-bottom: 25px;
}
.faq__inner.contentsec .faq__contentinner p{
    font-size: 17px;
    color: #595959;
    letter-spacing: 0;
    line-height: 23px;
    font-family: Source Sans Pro;
    font-weight: 400;
    text-align: left;
}
.faq__inner.contentsec .faq__sidebarcta {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.faq__inner.contentsec .faq__right {
    width: 30%;
}
.faq__inner.contentsec .themecta {
    display: inline-block;
    min-width: 190px;
    padding: 11px 25px;
    background: #ffb718;
    border: 1px solid #ffb718;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    font-family: Source Sans Pro;
    line-height: 16px;
    font-weight: 700;
    color: #343d4e;
    border-radius: 5px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.faq__inner.contentsec .themecta:hover {
    background: #343d4e;
    border: 1px solid #343d4e;
    color: #ffffff;
}
@media (max-width: 991px){
.faq__inner.contentsec .faq__left {
    width: 60%;
}
.faq__inner.contentsec .faq__right {
    width: 40%;
}
}
@media (max-width: 767px){
.faq__inner.contentsec .faq__sidebar {
   margin-right: auto;
    margin-left: auto;
}
}