h1 {
    margin-bottom: 20px;
}

h2 {
    margin: 20px 0;
}

h3 {
    margin: 10px 0;
}

.dubai-visa-banner {
    background-image: url(../../images/about/about-banner.webp  );
}

.common-banner-text {
    padding: 150px 0;
}

.common-banner-text {
    text-align: center;
    position: relative;
    z-index: 1;
}

.common-banner-text h2 {
    color: #ffff;
    font-size: 60px;
}


/* full-info css */
.table-responsive table {
    margin: 20px 0;
}

.table-responsive table tr th {
    background-color: #d22;
    color: #fff;
}

.table-responsive table tr td {
    font-size: 15px;
    color: #5e5e5e;
}

.full-info p {
    margin-bottom: 20px;
    color: #5e5e5e;
}

.full-info ul,
.full-info ol {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.full-info ul li {
    list-style: disc;
    line-height: 1.8;
    color: #5e5e5e;
}

.full-info ol {
    margin: 40px 0;
}

.full-info ol li {
    list-style: auto;
    color: #5e5e5e;
}

.full-info ul li::marker {
    color: #d22;
}

.full-info ol li::marker {
    color: #d22;
}

/* faq css */


.faq-box {
    padding: 80px 0;
    background-color: #0f1b24;
    margin-top: 50px;
}

.faq-box .common-heading h2 {
    color: #fff;
}

.common-accordion {
    margin-top: 20px;
}

.accordion-item {
    background: #16222d;
    border-radius: 10px;
    margin: 15px auto;
    width: 600px;
    overflow: hidden;
}

.accordion-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
}

.accordion-title:hover {
    background: #1f2e3d;
}

.accordion-title .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #d22;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.accordion-title h3 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.accordion-content {
    display: none;
    background: #101c27;
    color: #ddd;
    padding: 0 20px 15px;
}

.accordion-content p {
    margin: 0;
    padding-top: 15px;
}