/* Banner */

ul.lab-ul li{
    padding: 10px;
}

/* Form */
.form-pro {
    margin: 15px 0;
    padding: 10px 15px;
}

.card-wid {
    width: 80%;
    margin: auto;
    border: 1px solid #fff;
    /* border-radius: 10px !important; */
    border-top-left-radius: 40px;
    /* border-bottom-left-radius: 40px; */
    border-top-right-radius: none !important;
    border-bottom-right-radius: 40px;
}

.txt-cntr {
    padding: 15px 0 0 0;
    text-align: center;
}

.bottom-padding {
    padding-bottom: 0;
}


.step-container {
    text-align: center;
    margin-top: 30px;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: #f8f9fa; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    /* border: 2px solid #ffcc00; */
}

.step-number {
    font-size: 24px;
    color: #ffcc00;
    font-weight: bold;
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.step-desc {
    font-size: 14px;
    color: #6c757d;
}

.step-divider {
    width: 60%;
    height: 2px;
    background-color: #ffcc00;
    margin: 10px auto 20px;
}

.step-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.step-column {
    flex: 1 1 20%;
    max-width: 250px;
}

/* END STEPS */

.faq-section {
    padding: 50px 15px;
    background-color: #fff9f1;
}

.faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.faq-header h2 {
    color: #ff9900;
    font-weight: bold;
}

.faq-header p {
    font-size: 18px;
    margin-top: 10px;
}

.accordion-button {
    background-color: transparent;
    color: #101115;
    font-weight: 600;
    font-size: 18px;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #101115;

    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-body {
    /* color: #dcdcdc; */
    font-size: 16px;
}

.faq-image {
    /* max-width: 400px; */
    margin: 0 auto;
    margin-bottom: 30px;
}

.chat-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.chat-widget img {
    width: 50px;
}

.chat-banner {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #ffcc00;
    color: #0b2645;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* FAQs */
/* Subject */