.perfect_lifestyle {
    padding: 55px 1px;
    background-image: url(../img/bg/4.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.perfect_lifestyle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(37 54 88);
    z-index: -1;
}

.faq-container {
    margin: 30px 0 0 0;
    overflow: hidden;
}

.faq-btn {
    width: 100%;
    margin: 0 auto;
    padding: 15px 30px 15px 15px;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #cf74214d;
    /* border: none; */
    position: relative;
    margin-bottom: 20px;
}

.faq-btn:after {
    content: "+";
    display: inline-block;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.faq-btn h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.25;
    font-weight: 600;
    color: #a95d17;
}

.faq-btn:first-child {
    /* border-top: 1px solid #333; */
}

.faq-content-inner {
    border: none !important;
}

.faq-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
    background: #ffffff;
    border-left: none;
    border-right: none;
    margin-bottom: 13px;
    box-shadow: 0px 9px 11px -13px;
}

.js .faq-content {
    height: 0px;
}

.faq-content-inner {
    padding: 20px;
}

.faq-content-inner ul {
    list-style-type: none;
}

.faq-content-inner ul,
.faq-content-inner ul li {
    margin-left: 0;
    padding-left: 0;
}

.faq-content-inner ul li {
    position: relative;
    padding-left: 10px;
}

.faq-content-inner ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    left: -6px;
    top: 8px;
}

.js .open {
    height: auto;
    border-bottom: 1px solid #333;
    color: #333;
    background: #ddd8d3;
}

h3 {
    font-size: 18px;
    color: #000;
}

.selected:after {
    content: "-";
}

.selected h3 {
    color: #b3bd1e;
}