/* faqs */
.uv-faqscont {

    margin: auto;
    padding: 0 20px;
}

.uv-close-icon {
    display: flex;
    width: 30px;
    height: 30px;
    position: relative;
    right: 5px;
    transform: rotate(45deg);
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 100%;
    border: solid 1px var(--uvwp_primary_border_color);;
}

.uv-faq-icon {
    position: absolute;
    top: 20px;
    right: 0px;
}

.uv-close-icon::before,
.uv-close-icon::after {
    content: ' ';
    position: absolute;
    left: 12.5px;
    height: 17px;
    width: 2px;
    background-color: var(--uvwp_global_textcolor);
}

.uv-faq-modern-item.active .uv-close-icon::after {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}


.uv-faq-modern-item .uv-close-icon::before,
.uv-faq-modern-item.active .uv-close-icon::after {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}

.uv-faq-modern-item .uv-close-icon::after {
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}

.uv-faq-modern-item {
    position: relative;
    margin-bottom: -1px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}

.uv-faq-modern-item>a:focus {
    outline: rgba(0, 0, 0, 0.2) auto 3px;
}

.uvtheme-firefox .uv-faq-modern-item>a:focus {
    outline: unset
}
.uv-faq-modern-item a p {
    margin: 0px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}

.uv-faq-modern-item>a {
  text-decoration: none;
  
}

.uv-faq-modern-item.active>a:after {
    transform: rotate(180deg);
}

.uv-faq-modern-item .uv-faq-modern-answer {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    margin-bottom: 0px;
}

.uv-faq-modern-answer-inner {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.uv-faq-modern-answer a {
    text-decoration: underline;
}

.uv-faq-modern-item.active .uv-faq-modern-answer {
    max-height: 900px;
    margin-bottom: 33px;
}

.uv-faq-modern-item ul>br {
    display: none;
}

.uv-faq-modern-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uv-faq-modern-item ul li {
    padding-left: 2em;
    position: relative;
    font-size: 16px;
    line-height: 1.37;
    margin-bottom: 1em;
}

.uv-faq-modern-item ul li:last-child {
    margin-bottom: 0;
}

.uv-faq-modern-item ul li:before {
    content: "•";
    display: block;
    position: absolute;
    top: 0.1em;
    left: 0;
    font-size: 12px;
    width: 1.5em;
    text-align: center;
}

.uv-btn.uv-btn-p.uv-contrast-color{
    text-decoration: unset !important;
}

@media(max-width: 600px) {
    .uv-faq-modern-item>a {
        font-size: 17px;
        padding: 20px 53px 20px 30px !important;
    }

    .uv-faq-modern-item>a:after {
        top: 17px;
        right: 10px;
        font-size: 26px;
    }

    .uv-faq-modern-answer-inner {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
    }

    .uv-faqscont {
        padding: 40px 0px;
    }

    .page-id-5056 .uv-faqscont {
        padding: 40px 20px;
    }
}