﻿.faq-item1 {
    border-bottom: 1px solid #e5e5e5;
}
    .faq-item1 p, ul {
        color: #2d465e;
        font-size: 17px;
        line-height: 1.8;
        
    }
    .faq-item1ul {
        color: #2d465e;
        font-size: 17px;
        line-height: 1.8;
        
    }
.faq-question1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    color: #333;
    position: relative;
}
.faq-question1 button {
        background: none;
        border: none;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        color: #2d465e;
        text-align: left;
        width: 100%;
    }

.faq-icon1 {
    font-size: 28px;
    font-weight: 300;
    color: #111;
    margin-left: 15px;
}
.faq-answer1 {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 20px;
    box-sizing: border-box;
    transition: height 0.45s ease, opacity 0.3s ease;
}
.faq-item1.active .faq-answer1 {
    opacity: 1;
    padding-bottom: 12px;
}
.faq-answer1 p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin: 0;
}
.headingtitle span {
    font-size: 25px;
    font-weight: 700;
    color: #2d465e;
}

