.question_item{
  box-sizing: border-box;
  margin-top: 2rem;
  border: 1px solid #9697D9;
  padding: 1rem;
  padding-left: 3rem;
  border-radius: .5rem;
  position: relative;
  text-align: right;

}
.question_item .question{
  padding: .4rem 0;
  color: #7577CD;
}
.question_item .question:hover,
.question_item .question:focus{
  cursor: pointer;
}
.question_item .answer{
  display: none;
  line-height: 24px;
  padding: .2rem 0;
}
.question_item .question__icon{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #E1E1F4;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left:10px;
  top:20px;
}
.question_item .question__icon:hover,
.question_item .question__icon:focus{
  cursor: pointer;
}
.question_item .fa-angle-up,
.question_item .fa-angle-down{
  position: absolute;
  top:50%;
  left:50%;
  margin-top: -12px;
  margin-left: -7px;
}
.question_item .fa-angle-up{
  display: none;
}
.question_item .fa-angle-down{
  display: block;
}
.question_item.open .fa-angle-down{
  display: none;
}
.question_item.open .fa-angle-up{
  display: block;
}
.faq__body{
  margin-top: -125px;
  color:#7577CD;
}
.faq__placeHolder{
  background-color: #fff;
  border: 1px solid #080957;
  padding: 2rem;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
}
.faq__placeHolder .faq__item{
  box-sizing: border-box;
  display: block;
  padding:5%;
  text-align: center;
  border-bottom: 1px solid #080957;
  position: relative;
}
.faq__placeHolder .faq__item:nth-child(2n){
  border-left: 1px solid #080957;
  border-right: 1px solid #080957;
}
.faq__placeHolder .faq__item:nth-child(4n){
  border-left:0;
}
.faq__placeHolder .faq__item:after{
  content: "";
  position: absolute;
  bottom: -14px;
  right:-14px;
  width:28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.faq__placeHolder .faq__item:before{
  content: "";
  position: absolute;
  bottom: -14px;
  left:-14px;
  width:28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.faq__placeHolder .faq__item:last-child{
  border-bottom: 0;
  border-left: 1px solid #080957;
  border-right: 1px solid #080957;
}
.faq__placeHolder .faq__item:nth-last-child(2){
  border-bottom: 0;
  border-right: 1px solid #080957;
}
.faq__placeHolder .faq__item::nth-last-of-type(-n+2){
  border-bottom: 0;
}
.faq__placeHolder .faq__item .faq__item_logo{
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.faq__placeHolder .faq__item .faq__item_logo .img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.faq__item:hover .faq__item_logo .img,
.faq__item:focus .faq__item_logo .img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.faq__item:hover .faq__item_title,
.faq__item:focus .faq__item_title{
  color: #FF6D02;
}

@media (max-width: 1310px) {
  .faq__placeHolder .faq__item .faq__item_logo{
    width: 125px;
    height: 125px;
  }
  .faq__item h6{
    font-size: 0.8rem;
  }
}
@media (max-width: 1150px) {
  .faq__placeHolder .faq__item .faq__item_logo{
    width: 150px;
    height: 150px;
  }
  .faq__placeHolder .faq__item:nth-child(2n){
    border-left: 0;
    border-right: 0;
  }
  .faq__placeHolder .faq__item:nth-child(3n+2){
    border-left: 1px solid #080957;
    border-right: 1px solid #080957;
  }
  .faq__placeHolder .faq__item:last-child{
    border-bottom: 0;
    border-left: 1px solid #080957;
    border-right: 1px solid #080957;
  }
  .faq__placeHolder .faq__item:nth-last-child(2){
    border-bottom: 1px solid #080957;
    border-right: 0;
  }
}
@media (max-width: 991px) {
  .faq__placeHolder .faq__item .faq__item_logo{
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 960px) {
  .faq__item h6{
    font-size: 0.8rem !important;
  }
}
@media (max-width: 767px) {
  .faq__body{
    margin-top: -50px;
  }
  .faq__search{
    padding: 0 5rem;
  }
}
@media (max-width: 646px) {
  .faq__placeHolder .faq__item .faq__item_logo{
    width: 150px;
    height: 150px;
  }
  .faq__placeHolder .faq__item:nth-child(3n+2){
    border-left: 0;
    border-right: 0;
  }
  .faq__placeHolder .faq__item:nth-child(2n+1){
    border-left:1px solid #080957;
  }
  .faq__placeHolder .faq__item:last-child{
    border-left:0;
    border-right: 0;
  }
  .faq__placeHolder .faq__item:nth-last-child(2){
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .faq__placeHolder .faq__item{
    border-bottom: 0;
  }
  .faq__placeHolder .faq__item:nth-child(2n+1){
    border-left:0;
  }
  .faq__placeHolder{
    display: block !important;
  }
  .faq__placeHolder .faq__item .faq__item_logo{
    margin: auto;
  }
  .faq__search{
    padding: 0 1rem;
  }
  .faq__placeHolder{
    padding: 1rem;
  }
}
/*.topbanner img {
  width: 100%;
}

.questions__header h5 {
  border-bottom: 2px solid #FF6D02;
  padding-bottom: 1em;
  color: #A5A5B2;
}

.questions__ques {
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.questions__answer {
  background-color: #F3F3F9;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #D4D3E3;
}

.questions__answer p {
  line-height: 2.5em;
}*/
/*# sourceMappingURL=questions.css.map */