section.visa_banner .bravo_banner:before {
    content: "";
    background: #00000047;
    width: 100%;
    top: 0;
    height: 400px;
    position: absolute;
}

.bravo_wrap .bravo_search_tour section.visa_banner .bravo_banner {
  padding: 200px 0 !important;
}

section.visa_banner .bravo_banner {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

/* .visa-info-content p {
    margin-top: 5px;
}
.quick-access {
    background: #F3F3F3;
    padding: 7px 10px;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid rgba(0, 0, 0, .1);
} */
section.visa_section #search-bar input[type=text] {
    font-size: 20px;
    border: 1px solid #ccc;
    background-image: url('/frontend/img/visa-img/Search-iocn.png');
    padding: 7px 50px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/*.gallery*/
.visa_next_section {
    width: 100%;
    display: block;
    min-height: 100vh;
    /* background-color: #2a2932; */
    padding: 100px 0;
}

.visa_next_section .gallery-filter {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.visa_next_section .gallery-item-inner p.widget-title {
    text-align: center;
    margin: 0;
    color: #000;
    padding: 0;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 8px;
}

.visa_next_section .gallery-filter .filter-item {
    color: #000;
    font-size: 17px;
    border: 2px solid #783157;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 4px;
    cursor: pointer;
    padding: 10px 20px;
    line-height: 1;
    transition: all 0.3s ease;
}

.visa_next_section .gallery-filter .filter-item.active {
    color: #fff;
    border-color: #783157;
    background: #783157;
}

.visa_next_section .gallery-item {
    width: calc(100% / 6);
    padding: 15px;
}

.visa_next_section .gallery-item-inner {
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(120 49 87);
    padding: 8px;
    background-color: #fff;
    border-radius: 10px;
}

.visa_next_section .gallery-item-inner img {
    width: 100%;
    border-radius: 10px;
    height: 120px;
    object-fit: cover;
}

.visa_next_section .gallery-item.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.visa_next_section .gallery-item.hide {
    display: none;
}

/*responsive*/
@media(max-width: 491px) {
    .visa_next_section .gallery-item {
        width: 50%;
    }
}

@media(max-width: 467px) {
    .visa_next_section .gallery-item {
        width: 100%;
    }

    .visa_next_section .gallery-filter .filter-item {
        margin-bottom: 10px;
    }
}


.widget a {
    color: #7d91a0;
}

a.nav-link.active {
    border-bottom: 1px solid #783157 !important;
    color: #783157 !important;
    background-color: transparent !important;
}

.widget a:hover {
    color: #000;
}

.tab-content-text ol li {
    margin: 10px 10px;
}

.visa_requirement a.nav-item.nav-link {
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.visa_requirement .hedding h4 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    color: #783157 !important;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

#mytab .nav-tabs>a {
    border-radius: 0;
    border: 0;
}

#mytab .tab-pane {
    color: #333;
    padding: 15px;
}

.forms ul li {
    list-style: disc !important;
    margin: 0 35px;
}

.forms ul li p {
    background: #F3F3F3;
    padding: 5px;
}
.forms ul li p a , .forms span a {
    color: #783157;
    text-decoration: none;
}
.visa-info-content p {
    margin-top: 5px;
}

.consulate, .imp-info, .updates {
    background: #F3F3F3;
    padding: 10px;
}

.consulate h6 , .consulate p , .updates p , .imp-info h5 , .forms ul li p a , .forms span , .forms ul li p , .tab-content-text ol li  {
    font-family: var(--primary-font) , sans-serif;
}

.imp-info h5 b {
    font-family: var(--primary-font-1) , sans-serif;
}

section.visa_requirement_section .section-title .title {
    text-transform: uppercase;
    margin: 0 0;
}

.hedding_download h3 {
    font-size: 22px;
    margin: 20px 0;
    text-transform: uppercase;
}
