/* Custom style goes here  */

.faq-box-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.faq-box-item p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}

body.single-post .rtd ul {
    margin-bottom: 20px;
}

body.single-post .rtd h2 {
    margin: 0 0 30px;
}

.custom-accordion-tabs .e-n-accordion-item p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.p-400 p {
    font-weight: 400;
    line-height: 25px;
}

.cf7-wrapper .cf7-row {
    display: flex
;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.cf7-wrapper .cf7-row-item {
    flex: 1;
}

.cf7-wrapper .cf7-row select,
.cf7-wrapper .cf7-row textarea,
.cf7-wrapper .cf7-row input {
    border: solid 1px #E5E7EB;
    border-radius: 5px;
    background: #F8FAFC;
    margin: 0;
    padding: 10px;
    font-size: 15px;
}

.cf7-wrapper .cf7-row .wpcf7-date {
    width: 100%;
    display: block;
    height: 52px;
}

.cf7-wrapper .cf7-row-item p {
    margin: 0 0 10px;
}

.cf7-wrapper .cf7-row-item p:first-child {
    font-size: 16px;
    color: #1a1a1a;
}

.cf7-wrapper .cf7-row-item .description {
    font-size: 12px;
    line-height: normal;
}

body.theme-autozone span.wpcf7-not-valid-tip {
    margin-top: 10px !important;
}