.parallax {
    min-height: 50vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    min-height: 40vh;
    opacity: 0.85;
}

.text-color-visa {
    color: #445275;
}

.h-30pt {
    height: 30px;
}

.bg-overlay-visa {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(14, 178, 240, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(14, 178, 240, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 100%, rgba(14, 178, 240, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#0eb2f0", GradientType=1);
}

.h-45pt {
    height: 45px;
}

.m-top-45px {
    margin-top: -45px;
}

.border-left-gray {
    border-left: 1px solid rgb(209, 209, 209);
}

button.custom-button-tab-visa {
    width: 160px !important;
    height: 42px;
    padding: 0;

}

.gap-3 {
    gap: 12px;
}

ol.decimal {
    list-style-type: decimal;
    padding-left: 1rem;
}

.slick-next {
    --size: 44px;
    z-index: 9;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.color-text-slick {
    color: #6677A2;
}

.slick-custom-nav .slick-prev:before {
    content: "\f053";
}

.background-slick-visa {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.rounded-16px {
    border-radius: 16px;
}

.custom-number-card-e-visa {
    font-size: 80px;
    right: 20px;
    color: white;
    opacity: 0.6;
}

.height-47px {
    height: 47px;
}

.slick-list.draggable {
    display: flex;
}

.font-bold {
    font-weight: 700;
}

.custom-btn-apply-e-visa {
    border-radius: 36px;
    border: 2px solid #0f69f0;
    color: #0f69f0;
    padding: 5px 10px;
    font-size: 14px;
}

.custom-btn-apply-e-visa:hover {
    border: 2px solid #0647a9;
    color: #0650bf;
    background: #edf4fd;
    cursor: pointer;

}

.height-100px {
    height: 100px;
}

.height-130px {
    height: 130px;
}

.border-1-gray {
    border: 1px solid rgb(214, 213, 213);
}

.rounded-circle {
    border-radius: 50% !important;
}

.min-width-140px {
    min-width: 140px;
    align-items: center;
    justify-content: center;
}

.custom-flag-visa {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    padding: 4px;
    background: white;
    margin-top: -30px;
    margin-bottom: 20px;
}

.bg-gray-light {
    background-color: #fafafa;
}

.h-90 {
    height: 90%;
}

.rounded-20px {
    border-radius: 20px;
}
.rounded-12px {
    border-radius: 12px;
}

.custom-card-e-visa {
    background: rgb(221, 230, 251);
    background: linear-gradient(90deg, rgba(221, 230, 251, 1) 0%, rgba(238, 246, 254, 1) 100%);
    border-radius: 12px;
}

.text-line-visa {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.radius-12pt {
    border-radius: 12px;
}

.slick-custom-nav .slick-next:before {
    margin: auto;
    margin-right: 12px;
    width: 12px;
    height: 12px;
    color: var(--primary-color);
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);

}

.slick-custom-nav .slick-prev:before {
    margin: auto;
    margin-right: 7px;
    width: 12px;
    height: 12px;
    color: var(--primary-color);
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);

}

/* .w-200px{
    width: 200px !important;
} */

.slick-prev:before,
.slick-prev:focus:before,
.slick-next:before,
.slick-next:focus:before {
    content: "\f054";
}

.dropdown-menu.visa-to {
    transform: translate3d(-40px, 52px, 0px) !important;
}

.-z-index-1 {
    z-index: -1;
}

.tab-content>.tab-pane.visa {
    width: 100%;
    display: block !important;
    overflow-y: hidden;
    height: 0;
    padding: 0 15px;
}


.tab-content>.tab-pane.active.visa {
    display: block !important;
    visibility: inherit !important;
    opacity: 1;
    height: auto;
}
.text-start{
    text-align: start;
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #0647a9;
}

.search-query:focus+button {
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .custom-rounded-serchbar {
        border-radius: 16px !important;
    }

    .border-left-gray {
        border-left: 0px solid rgb(209, 209, 209);
        border-top: 1px solid rgb(209, 209, 209);
        border-bottom: 1px solid rgb(209, 209, 209);
        margin: 10px 0px;
        padding: 10px 16px;
    }
}