.faqs_section .faqs_section_ul {}

.faqs_section p {
    margin-bottom: 0.8em;
}

.faqs_section .post-content {
    padding-top: 1em;
}

.faqs_section .faqs_section_ul .faqs_section_li {
    padding-left: 2rem;
}

.faqs_section .faqs_section_ul .faqs_section_li::before {
    content: "\25E6";
    color: #f6c648;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.faqs_field_section .input {
    position: relative;
    margin-right: 8px;
}

.faqs_field_section .input select {
    background-color: #fff;
    font-weight: 700;
    padding: .75rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
	color:#0E3E3E;
}

.faqs_field_section,
.faqs_field_section .input,
.faqs_field_section .faqAnswer {
    margin-bottom: 2rem !important;
}

.faqs_field_section .faqAnswer {
    height: 300px;
    background-color: #fff;
    overflow-y: auto;
    color: #333;
    margin-right: 8px;
}

.faqs_field_section p {
    margin-bottom: 0.8rem;
}

.faqAnsPostContent p{
	color: #0E3E3E;
}

.faqs_field_section .input::before {
    position: absolute;
    border-color: #ed2027;
    height: .75rem;
    width: .75rem;
    border-width: 0 0 3px 3px;
    content: "";
    right: 20px;
    top: 45%;
    transform: translateY(-50%) rotate(-45deg);
}

.faqs_field_section .underline {
    text-decoration: underline;
}

.faqAnswerSection .faqAnsPostContent {
    display: none;
}

.faqAnswerSection .faqAnsactive .faqAnsPostContent {
    display: block;
}

.faqAnswerSection .faqAnsPostTitle {
    color: #0E3E3E; /* #09276f*/
    /* text-decoration: underline; */
    font-weight: bold;
}

.warranty_list {
  list-style: disc; /* Remove list bullets */
  padding-left: 36px;
  margin: 0;
}

.warranty_list > li {
    margin-bottom:12px;
}

.warranty_list > li > strong {
    font-weight: bold;
}

.faqAnsPostContent > p > a {
    text-decoration: underline;
    color: #FD0D1B;
}