* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #0b0c0c;
    font-family: "Manrope";
}

a {
    color: #0b0c0c;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* navbar */
.nav-box {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #828282;
    border-radius: 6px;
    padding: 9px;
}

.nav-box-text {
    font-size: 16px;
    font-weight: 600;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* hero sec */
.bg-gray {
    background-color: #f5f5f5;
}

.breadcrumb-item {
    font-size: 14px;
}

.main-heading {
    font-size: 36px;
    font-weight: 800;
}

.booknow-btn {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    background: #27BDBE;
    border-radius: 6px;
    padding: 20px;
    color: #FFFFFF;
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
    max-width: 180px;
    justify-content: space-between;
}

.featured-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    max-width: 1230px;
    padding: 25px 0;
    background-color: #FFFFFF;
    overflow-x: auto;
    overflow-y: hidden;
}

.featured-text {
    font-size: 20px;
    font-weight: bold;
    color: #828282;
}

.b-bottom {
    border-bottom: 1px solid #D9D9D9;
}

/* content */
.section-heading {
    font-size: 25px;
    font-weight: 800;
    position: relative;
}

.section-heading::before {
    content: '';
    position: absolute;
    color: #D5CC2E;
    font-size: 60px;
    font-weight: 800;
    top: -22px;
    left: -5px;
    z-index: -101;
}

.section-heading-1::before {
    content: '1';
}

.section-heading-2::before {
    content: '2';
}

.section-heading-3::before {
    content: '3';
}

.section-heading-4::before {
    content: '4';
}

.section-heading-5::before {
    content: '5';
}

.section-heading-6::before {
    content: '6';
}

.section-heading-7::before {
    content: '7';
}

.section-heading-8::before {
    content: '8';
}

.section-heading-9::before {
    content: '9';
}

.section-heading-10::before {
    content: '10';
}

.section-heading-11::before {
    content: '11';
}

.section-heading-12::before {
    content: '12';
}

.section-heading-13::before {
    content: '13';
}

.card-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
}

.from {
    font-size: 20px;
    line-height: 25px;
}

.price-aed {
    font-size: 25px;
    font-weight: bold;
    color: #F79420;
    line-height: 32px;
}

.price-usd {
    font-size: 14px;
}

.price-card {
    border-radius: 12px !important;
    border: 1px solid #D9D9D9;
    border-top: none;
}

.card-top-sec {
    background-color: #D9D9D9;
    border-radius: 12px 12px 0px 0px;
}

.section-subheading {
    font-size: 20px;
    font-weight: bold;
}

.steps-sec {
    display: flex;
    align-items: center;
    gap: 20px;
}

.steps-title {
    font-size: 20px;
    font-weight: bold;
}

.steps-text {
    font-size: 20px;
}

.steps-arrow {
    margin: 0.5rem 0 0 5rem;
}

.form-section {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 20px 30px;
}

.form-title {
    font-size: 25px;
    font-weight: bold;
}

.form-label,
.custom-lable {
    font-size: 16px;
    font-weight: 600;
}

.custom-lable span {
    font-size: 14px;
    font-weight: 400;
}

.custom-file-input+label {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 10px;
    cursor: pointer;
}

.upload-text {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
}

.upload-text span {
    color: #0B57D0;
    text-decoration: underline;
    font-weight: inherit;
}

.formats {
    font-size: 15px;
    font-weight: 600;
    color: #828282;
    margin-top: 5px;
}

.submit-btn {
    margin-top: 30px;
    color: #FFFFFF;
    border: none;
    background-color: #27BDBE;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 20px 30px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #D9D9D9;
}

.yellow-notify-box {
    margin-top: 25px;
    background-color: #D5CC2E;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 15px;
}

.notify-box-title {
    font-size: 16px;
    font-weight: 600;
}

.garant-text {
    font-weight: 600;
    display: flex;
    align-items: start;
    gap: 10px;
}

.uploaded-file {
    font-size: 14px;
    font-weight: 600;
    color: #27BDBE;
    text-align: center;
}

.section-paragraph {
    font-size: 16px;
    margin-bottom: 8px;
}

.custom-mx-width {
    max-width: 576px !important;
}

.document-list li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 22px;
    background-image: url(../images/list-bullet.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 4px;
}

.detail-box {
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 20px 30px;
    min-height: 212px;
}

.box-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.detail-title {
    font-size: 20px;
    font-weight: bold;
}

.box-content {
    margin-top: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    transition: 300ms;
}

.box-content:hover {
    background-color: #FFFFFF !important;
}

/* accordion */

/* accordion end */
.featured-row::-webkit-scrollbar {
    height: 5px;
}

.featured-row::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.featured-row::-webkit-scrollbar-thumb {
    background: #888;
}

.featured-row::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.document-list li:last-child::before {
    width: 29px;
}

.embassy-img {
    max-width: 473px;
}

.badge-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.badge-text {
    font-size: 20px;
    font-weight: bold;
    color: #27BDBE;
}

.cards-row {
    margin-top: -186px;
}

tbody td {
    line-height: 50px;
}

.sample-visa {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    margin-top: 20px;
}

h4 {
    font-size: 18px;
}

.accordion {
    margin-top: 20px;
}

.renewal-accordion,
.renewal-accordion-item,
.renewal-accordion-header,
.renewal-accordion-button {
    border-radius: unset !important;
    border-width: 1px 0 1px 0;
    background-color: #F5F5F5;
    border-color: #D9D9D9;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #2fb6bc52;
    padding: 10px 0;
}

.bt-none {
    border-top: none !important;
}

.accordion-header {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.renewal-accordion-button {
    font-size: 18px;
    background-color: #FFFFFF;
    gap: 10px;
    align-items: start;
    padding: 16px 0;
}

.accordion-button {
    width: 100%;
    text-align: left;
    display: block;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 10px;
}

.accordion-button:not(.collapsed) {
    color: #37b7bc;
    background-color: transparent;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 1rem;
}

.pt-0 {
    padding-top: 0 !important;
}

.bold-para {
    font-size: 16px;
    font-weight: 600;
}

.accordion-button::after {
    content: "";
    background-image: url(https://www.arabiers.com/ae/en/resources/dubai-visa-south-africa/images/renewal-arrow.png);
    width: 14px;
    height: 8px;
    background-size: contain;
    transform: rotate(180deg);
    margin-top: 10px;
    position: absolute;
    top: 2px;
    right: 8px;
    transition: all 0.5s ease-in-out;
}

.accordion-item.active .accordion-button::after {
    content: "";
    background-image: url(https://www.arabiers.com/ae/en/resources/dubai-visa-south-africa/images/renewal-arrow.png);
    transform: rotate(0);
}

.renewal-accordion-button:not(.collapsed)::after {
    background-image: url(../images/renewal-arrow.png);
    transform: rotate(0deg);
}

/* media query */
@media screen and (min-width: 768px) {
    .page-main-img {
        margin-top: 65px !important;
    }
}

@media screen and (max-width: 1200px) {
    .embassy-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {

    .featured-text {
        min-width: 110px;
    }

    .form-section {
        padding: 20px 10px;
    }

    .submit-btn {
        display: block;
        margin: 30px auto 0;
    }

    .yellow-notify-box {
        align-items: start;
    }

    table td {
        display: flex;
        flex-direction: column;
        border: none;
        line-height: 30px;
    }

    table tr:first-child {
        border-top: 1px solid #D9D9D9;
    }

    table tr {
        border-bottom: 1px solid #D9D9D9;
    }

    .rating-box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
    }

    .rating-box img {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {

    .navbar-brand {
        margin: 0 !important;
        width: 40%;
    }

    .nav-box {
        padding: 5px;
    }

    .main-heading {
        font-size: 30px;
    }

    .section-heading,
    .form-title {
        font-size: 21px;
    }

    .card-item {
        font-size: 14px;
    }

    .from {
        font-size: 18px;
        line-height: 20px;
    }

    .price-aed {
        font-size: 18px;
        line-height: 25px;
    }

    .price-usd,
    .nav-box-text {
        font-size: 11px;
    }

    .section-subheading {
        font-size: 18px;
    }

    .badge-box {
        align-items: start;
    }

    .badge-text {
        font-size: 16px;
    }

    .badge-icon {
        margin-top: 2px;
    }
}

/* Style for loading */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.loading-wrapper {
    display: flex;
    flex-direction: column;
}

.spinners {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

#loading div {
    font-size: 24px;
    color: #fff;
}

.loader {
    width: 120px;
    height: 22px;
    border-radius: 40px;
    color: #514b82;
    border: 2px solid;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.loader::before {
    content: "";
    position: absolute;
    margin: 2px;
    width: 14px;
    top: 0;
    bottom: 0;
    left: -20px;
    border-radius: inherit;
    background: #D5CC2E;
    box-shadow: -10px 0 12px 3px #D5CC2E;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
    animation: l14 1s infinite linear;
}

@keyframes l14 {
    100% {
        left: calc(100% + 20px)
    }
}

/* tbc */
.table-of-content {
    background-color: #f4fbff;
}

.topic-item {
    border: none;
}

.topic-item {
    background-color: #f4fbff !important;
}

.topic-btn {
    padding: 0 10px;
    border-radius: 0 !important;
    font-weight: 600;
    border: none;
    background-color: #f4fbff !important;
    color: #000;
    display: block;
    border-top: 0;
    font-weight: 700;
    font-size: 1.75rem !important;
}

.topic-btn:not(.collapsed):focus {
    color: #37b7bc;
}

.topic-btn:focus {
    box-shadow: none;
    background-color: inherit;
    border: none;
    outline: none;
}

.accordion-button:not(.collapsed) .topic-icons .drop-up {
    display: inline-block !important;
}

.show {
    display: block !important;
}

.collapsed .topic-icons .drop-down {
    display: inline-block !important;
}

.topic-list-left,
.topic-list-right {
    font-size: 14px;
    list-style: none;
}

.topic-list-item {
    line-height: 37px;
}

.list-item-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.list-item-link span {
    margin-left: 6px;
    color: #bbb;
}

.accordion {
    --bs-accordion-border-width: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #37b7bc;
}

/*for abu-dhabi page*/
.short-text {
    font-size: 20px;
    font-weight: 600;
}

section a {
    color: #27BDBE;
}

.duration {
    font-size: 18px;
    font-weight: 600;
    color: #828282;
}

.place-card,
.contact-card {
    height: 100%;
    background-color: #F5F5F5;
    border-radius: 12px;
}

.place-crd-body {
    padding: 20px 15px;
}

.place-crd-title {
    font-size: 20px;
    font-weight: bold;
}

.place-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.place-crd-text {
    font-size: 14px;
}

.place-crd-img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}