.term_faq_wrapper{
    background-color: #F3F5F6;
    padding-bottom: 50px;
}
.term_faq_wrapper input{
    background: #FFFFFF !important;
    border: none;
    border-radius: 24px;
    padding: 15px 30px;
    width: 70%;
    max-width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.term_faq_wrapper input::placeholder{
    font-weight: 400 !important;
    line-height: 120% !important;
    color: #999999 !important;
}
.term_faq_wrapper .placeholder{
	left: 17% !important;
    z-index:9 !important;
    font-size: 16px !important;
}
.term_faq_wrapper input:focus-visible{
    outline: none;
}
.term_faq_wrapper span{
    position: relative;
    z-index: 1;
    right: 4%;
    top: 5px;
    cursor: pointer;
}
.onlineulip_faq_section{
	background:#fff;
    margin-bottom: 40px;
}
.accordion-container {
  width: 80%;
  margin: 0 auto;
}
.term_faq_wrapper .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 20px 0px;
  font-weight: 700;
    font-size: 14px;
    line-height: 130%;
  cursor: pointer;
  color: #4F4F4F;
  border: none;
}
.term_faq_wrapper p{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #666666;
    padding: 5px 5px 20px 0px;
    width:90%;
}
.accordion-container .accordion-title:active,
.accordion-title.open { 
	border-bottom: none;
}
.term_faq_wrapper .accordion-container .accordion-title::after {
  content: "\2038";
  position: absolute;
  top: 60px;
  right: 25px;
  width: 0;
  height: 0;
  color:#0072BC;
  transform: rotate(180deg);
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
.term_faq_wrapper .accordion-container .accordion-title.open::after {
  content: "\2038";
  position: absolute;
  top: 20px;
  right: 34px;
  transform: rotate(0deg);
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
.term_view_more{
    text-align: center;
}
.term_faq_wrapper a p{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #0072BC;
}
.term_searchbox{
	position:relative;
    text-align: center;
}

@media (max-width:768px){
	.accordion-container .accordion-title::after{
		    right: 24px;
	}
    .accordion-container .accordion-title.open::after{
        right: 16px;
    }
    .term_faq_wrapper img{
        width: 18px;
    }
    .term_faq_wrapper span {
        right: 12%;
        top: 4px;
    }
    .term_faq_wrapper input::placeholder{
        font-size: 12px;
    }
    .term_faq_wrapper .accordion-container .accordion-title{
        width: 90%;
    }
    .term_faq_wrapper .accordion-container .accordion-title::after {
        top: 52px;
        right: -32px;
    }
    .term_faq_wrapper .accordion-container .accordion-title.open::after {
        top: 5px;
        right: -24px;
    }
}





