/* custom css */
.com-content-article__body:has(.faq-accordion) h1 {
    margin-top: 40px;
}
.faq-accordion {
    max-width: 810px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
}
.faq-accordion details {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-accordion summary {
    padding: 16px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    background-color: #081a34;
    color: #FFF;
}
.faq-accordion summary h3 {
    font-size: 18px;
    color: #FFF;
    margin: 0px;
    display: inline;
}
.faq-accordion summary::-webkit-details-marker {
    display: none;
}

.faq-accordion summary::after {
    content: "+";
    float: right;
    font-size: 20px;
}

.faq-accordion details[open] summary::after {
    content: "−";
}

.faq-accordion p {
    padding: 16px;
    margin: 0;
}

/* wave icon css */
.custom_separator .timone {
    width: 45px !important;
    margin-top: 10px;
}

.custom_separator .wave1>div, .custom_separator .wave2>div {
    height: 13px;
}
.custom_separator {
    gap: 0px;
  margin-top: 0px;
}
.custom_separator .wave1 svg, .custom_separator .wave2 svg {
    width: 50px !important;
    height: 10px;
}

@media (max-width: 767px) {
    
   body .custom_separator .timone {
    width: 35px !important;
   }
  body .custom_separator .wave1 svg, body .custom_separator .wave2 svg {
    width: 35px;
   }
}
