* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    background: #fff;
    color: #111;
}

/*---odv-main-banner-page-css-start---*/
.odv_citizen_page_banner_section {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.odv_citizen_page_banner_section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(0 0 0) 30%, rgb(0 0 0 / 53%) 60%, rgb(0 0 0 / 53%) 59%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
}

.odv_citizen_page_banner_section img {
    object-position: bottom;
    object-fit: cover;
}

.odv_citizen_banner_main_bx {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.odv_citizen_banner_top_txt {
    display: flex;
    justify-content: start;
    align-content: center;
    background: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    width: fit-content;
    margin-left: 0;
}

.odv_citizen_banner_top_txt .odv_flag_img {
    width: 28px;
    min-width: 24px;
    padding-right: 6px;
}

.odv_citizen_banner_top_txt span {
    padding-left: 6px;
    border-left: 1px solid #d2d2d2;
    width: 25px;
}

.odv_citizen_banner_top_txt .odv_trust_icon {
    width: 19px;
    vertical-align: text-bottom;
}

.odv_citizen_banner_top_txt p {
    font-size: 12px !important;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 0px !important;
    margin-top: 0px;
    line-height: 22px;
    margin-left: 4px;
}

.odv_citizen_banner_heading h1 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    margin-top: 24px;
    text-align: start;
    letter-spacing: -2px;
    line-height: 56px;
}

.odv_citizen_banner_apply_btn {
    margin-top: 24px;
}

.odv_citizen_banner_content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 0px;
}

.odv_apply_button {
    background: #d71920;
    border: 1px solid #d71920;
    color: #fff;
    padding: 10px 20px;
    padding-bottom: 12px;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    width: 150px;
    height: 44px;
}

.odv_apply_button i {
    padding-left: 6px;
}

.odv_apply_button:hover {
    background: #fff;
    color: #d71920;
}

.odv_citizen_banner_form_bx.search-card {
    background-color: #ffffff52;
    padding: 16px;
    border-radius: 14px;
}

.odv_citizen_banner_form_bx.search-card form {
    margin-bottom: 0;
}

.hero-input-group .hero-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}

.hero-input-group .select2-container {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.hero-input-group .select2 .select2-selection {
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 48px !important;
}

.hero-input-group .select2 .select2-selection__rendered {
    font-weight: 600;
}

.hero-input-group .select2 .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
}

.hero-input-group .select2-container--default .select2-selection--single {
    border-color: #c9c9c9 !important;
}

.hero-input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.hero-input-group .select2-dropdown {
    border-color: #c9c9c9 !important;
}

.hero-input-group .select2-results__option {
    font-size: 14px;
    font-weight: 500;
}

.hero-input-group .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--theming1) !important;
    color: #ffff !important;
}

.hero-input-group .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd !important;
    color: #000 !important;
}

.search-card .select2 .select2-selection::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/country/id-card.png) no-repeat;
    background-size: 27px;
    background-position: center;
    width: 48px;
    border-right: 1px solid #aaa;
}

.search-input-group-two .select2 .select2-selection::before {
    background: url(../images/country/airplane.png) no-repeat;
    background-size: 30px;
    background-position: center;
}

.odv_form_bottom_list_bx {
    display: flex;
    justify-content: start;
    align-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.odv_form_bottom_list_bx .odv_form_listing_text {
    padding-left: 0px;
    margin-bottom: 0px;
}

.odv_form_bottom_list_bx .odv_form_listing_text li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-right: 16px;
}

.odv_form_bottom_list_bx .odv_form_listing_text li i {
    font-size: 7px;
    color: darkkhaki;
    vertical-align: middle;
}

.odv_form_bottom_list_bx .odv_form_listing_text li:last-child {
    margin-right: 0px;
}

.odv_list_trustpilot_click .trustpilot_image {
    width: 80px;
    margin-right: 10px;
}

.odv_list_trustpilot_click {
    font-size: 13px;
    color: #fff !important;
    text-decoration: none;
    border-left: 1px solid #d2d2d2;
    padding-left: 12px;
    transition: all .3s ease-in-out;
}

.odv_list_trustpilot_click span {
    vertical-align: middle;
}

.odv_list_trustpilot_click:hover {
    text-decoration: underline;
}

.footer-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.footer-badges span {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    border: 1px solid rgba(255, 255, 255, .16);
    background: #fff;
    padding: 7px 12px;
    border-radius: 10px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.footer-badges i {
    color: #00926e;
}

/*---odv-main-banner-page-css-end---*/

/* ================================    MAIN WRAPPER================================= */

.visa-info-section {
    width: 100%;
    padding: 45px 0 60px;
    background: #fff;
}

.visa-info-section .visa-container {
    width: 92%;
    max-width: 1360px;
    margin: 0 auto;
}

/* ================================    SECTION HEADING================================= */

.visa-info-section .visa-section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.visa-info-section .visa-section-heading h2 {
    margin: 0;
    color: #000;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
}

.heading::before {
	display: none;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 3px;
    transform: translate(-50%);
    width: 90px;
    background: #d91212;
}

.visa-info-section .visa-section-heading h2 span {
    color: #d71920;
}

.visa-info-section .visa-section-heading p {
    max-width: 780px;
    margin: 14px auto 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

/* ================================    BENEFITS CARD================================= */

.visa-info-section .benefits-card {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    padding: 28px 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.visa-info-section .benefits-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #d71920;
}

.visa-info-section .benefits-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.visa-info-section .benefit-item {
    padding: 8px 20px;
    text-align: center;
    border-right: 1px solid #e7e7e7;
}

.visa-info-section .benefit-item:last-child {
    border-right: none;
}

/* Common Icon Box */

.benefit-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all .3s ease-in-out;
}

/* 1 - Red */

.benefit-item:nth-child(1) .benefit-icon {
    background: #ffe1e3;
    border: 1px solid #ffd0d3;
}

.benefit-item:nth-child(1) .benefit-icon i {
    color: #e21b23;
}

/* 2 - Light Blue */

.benefit-item:nth-child(2) .benefit-icon {
    background: #e2efff;
    border: 1px solid #d1e6ff;
}

.benefit-item:nth-child(2) .benefit-icon i {
    color: #164b87;
}

/* 3 - Green */

.benefit-item:nth-child(3) .benefit-icon {
    background: #ddf7e9;
    border: 1px solid #c9f0dc;
}

.benefit-item:nth-child(3) .benefit-icon i {
    color: #079447;
}

/* 4 - Purple */

.benefit-item:nth-child(4) .benefit-icon {
    background: #eee5ff;
    border: 1px solid #e1d2ff;
}

.benefit-item:nth-child(4) .benefit-icon i {
    color: #62349b;
}

/* 5 - Orange */

.benefit-item:nth-child(5) .benefit-icon {
    background: #fff0dd;
    border: 1px solid #ffe2c2;
}

.benefit-item:nth-child(5) .benefit-icon i {
    color: #f28a16;
}

/* 6 - Sky Blue */

.benefit-item:nth-child(6) .benefit-icon {
    background: #dff3ff;
    border: 1px solid #c8eaff;
}

.benefit-item:nth-child(6) .benefit-icon i {
    color: #168bd0;
}

.visa-info-section .benefit-item:hover .benefit-icon {
    transform: scale(1.1);
}

.benefit-item .beniefit_image {
    width: 27px;
}

.visa-info-section .benefit-item h3 {
    margin: 0 0 9px;
    color: #000;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 700;
}

.visa-info-section .benefit-item p {
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.65;
}

/* ================================    IMPORTANT INFORMATION================================= */

.visa-info-section .important-box {
    margin-top: 32px;
    padding: 12px;
    background: #fafafa;
    border-radius: 18px;
    border: 1px solid #eeeeee;
}

.visa-info-section .important-inner {
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: stretch;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

/* ================================    IMAGE AREA================================= */

.visa-info-section .important-image {
    min-height: 330px;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 4%)), url(https://media.ahmedabadmirror.com/am/uploads/mediaGallery/image/1758632630815.png-org) center center / cover no-repeat;
    position: relative;
    border-radius: 0px 170px 170px 0px;
}

.visa-info-section .important-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(215, 25, 32, 0.05), rgba(0, 0, 0, 0.18));
    border-radius: 0px 170px 170px 0px;
}

/* ================================    CONTENT AREA================================= */

.visa-info-section .important-content {
    padding: 32px 35px;
}

.visa-info-section .important-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.visa-info-section .important-title .info-icon {
    min-width: 38px;
    width: 38px;
    height: 38px;
    background: #d71920;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.visa-info-section .important-title h2 {
    margin: 0;
    color: #111;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.visa-info-section .important-title h2 span {
    display: block;
    color: #d71920;
}

.visa-info-section .intro-text {
    margin: 0 0 8px;
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}

.visa-info-section .info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.visa-info-section .info-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 11px;
    color: #444;
    font-size: 14px;
    line-height: 1.55;
}

.visa-info-section .info-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #d71920;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================================    OLD LIST SECTION================================= */

.visa-info-section .old-info-section {
    margin-top: 45px;
}

.visa-info-section .old-info-section h2 {
    text-align: center;
    margin: 0;
    color: #111;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
}

.visa-info-section .old-info-section .section-divider {
    height: 1px;
    background: #ddd;
    margin: 14px 0 20px;
}

.visa-info-section .old-info-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 25px 28px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.visa-info-section .old-info-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.visa-info-section .old-info-card li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.visa-info-section .old-info-card li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #d71920;
    font-size: 12px;
}

/* ================================    WHATSAPP BUTTON================================= */

.visa-info-section .whatsapp-btn {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    background: #111;
    color: #fff;
    border: 3px solid #d71920;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 27px;
    z-index: 999;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
}

.visa-info-section .whatsapp-btn:hover {
    background: #d71920;
    color: #fff;
    transform: translateY(-4px);
}

/* ================================    TOP BUTTON================================= */

.visa-info-section .top-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #d71920;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    z-index: 999;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.visa-info-section .top-btn:hover {
    background: #111;
    transform: translateY(-3px);
}

/* ================================    RESPONSIVE================================= */

@media (max-width: 1100px) {
    .visa-info-section .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 25px;
    }
    .visa-info-section .benefit-item:nth-child(3) {
        border-right: none;
    }
    .visa-info-section .important-inner {
        grid-template-columns: 1fr;
    }
    .visa-info-section .important-image {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .visa-info-section {
        padding: 30px 0 50px;
    }
    .visa-info-section .visa-container {
        width: 94%;
    }
    .visa-info-section .visa-section-heading h2 {
        font-size: 21px;
    }
    .visa-info-section .visa-section-heading p {
        font-size: 13px;
    }
    .visa-info-section .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }
    .visa-info-section .benefit-item {
        padding: 10px 12px;
        border-right: 1px solid #e7e7e7;
    }
    .visa-info-section .benefit-item:nth-child(2n) {
        border-right: none;
    }
    .visa-info-section .benefit-icon {
        width: 58px;
        height: 58px;
    }
    .visa-info-section .benefit-icon i {
        font-size: 22px;
    }
    .visa-info-section .benefit-item h3 {
        font-size: 15px;
    }
    .visa-info-section .benefit-item p {
        font-size: 12px;
    }
    .visa-info-section .important-content {
        padding: 25px 20px;
    }
    .visa-info-section .important-title h2 {
        font-size: 20px;
    }
    .visa-info-section .important-image {
        min-height: 230px;
    }
    .visa-info-section .old-info-section h2 {
        font-size: 20px;
    }
    .visa-info-section .old-info-card {
        padding: 20px;
    }
    .visa-info-section .whatsapp-btn {
        left: 15px;
        bottom: 15px;
    }
    .visa-info-section .top-btn {
        right: 15px;
        bottom: 15px;
    }
}

@media (max-width: 480px) {
	
	.visa-info-section .benefits-card {
		padding: 16px 18px;
	}
	.visa-info-section .benefits-grid {
		row-gap: 7px;
	}
    .visa-info-section .benefits-grid {
        grid-template-columns: 1fr;
    }
    .visa-info-section .benefit-item {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    .visa-info-section .benefit-item:last-child {
        border-bottom: none;
    }
    .visa-info-section .important-image {
        min-height: 200px;
    }
    .visa-info-section .important-title {
        gap: 9px;
    }
    .visa-info-section .important-title .info-icon {
        min-width: 32px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .visa-info-section .important-title h2 {
        font-size: 18px;
    }
}

/*------ breadcrumb section start -------*/

.breadcrumb-section {
    padding-block: 14px;
}

.breadcrumb-section .breadcrumb-link,
.breadcrumb-section .breadcrumb-link a {
    font-weight: 600;
    font-size: 14px;
    gap: 4px;
    color: #333;
    transition: all .3s ease-in-out;
}

.breadcrumb-section .breadcrumb-link i {
    color: #333;
}

.breadcrumb-section .breadcrumb-list {
    gap: 8px;
    white-space: nowrap;
    display: block;
}

.breadcrumb-section .breadcrumb-link .home-icon {
    margin-top: -4px;
}

.breadcrumb-section .breadcrumb-link a:hover {
    color: #d71920;
}

.breadcrumb-section .breadcrumb-link a:hover i {
    color: #d71920;
}

.breadcrumb-section .breadcrumb-link.active {
    color: #d71920;
}

.important_text_main_bx p {
    margin-bottom: 0;
    font-size: 14px;
    color: #d71920;
    background: #fff8f8;
    padding: 8px;
    border: 1px dashed;
    box-shadow: 0 0 2px #fff8f8;
    border-radius: 5px;
    line-height: 14px;
}

/*-------- breadcrumb section end  --------*/

/*-------- visa guide section start --------*/

.visa-guide-section {
    background: #fff;
    padding: 50px 0px;
}

.visa-guide-card {
    background: #fff;
    border-radius: 12px;
    padding: 26px;
    border: 1px solid #e8edf5;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
}

.visa-guide-heading {
    display: flex;
    align-items: center;
    gap: 18px;
}

.visa-guide-heading span {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #d71920;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.visa-guide-heading h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.visa-guide-heading p {
    margin: 5px 0 0;
    color: #595959;
    font-size: 14px;
}

.visa-guide-list {
    list-style: none;
    padding: 0;
}

.visa-guide-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 12px;
}

.visa-guide-list li:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.visa-guide-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #eaf7ef;
    color: #1ba94c;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

.visa-guide-img {
    max-width: 240px;
}

.visa-info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 8px;
    background: #f8fbff;
    border: 1px solid #e8edf5;
    margin-bottom: 15px;
}

.visa-info-box i {
    color: #0d6efd;
    font-size: 20px;
}

.visa-info-box span {
    font-size: 13px;
    color: #000;
    line-height: 24px;
}

/*-------- visa guide section end --------*/

/*-------- how to apply section start --------*/

.process .visa-section-heading h2 {
    margin: 0;
    color: #000;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
}

.process .visa-section-heading p {
    max-width: 780px;
    margin: 14px auto 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 32px;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 42px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(to right, #d71920, #d71920, #d71920);
    opacity: .6;
}

.process-step {
    text-align: center;
    position: relative;
}

.step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #fff;
    border: 3px solid #d71920;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #d71920;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.process-step:hover .step-number {
    background: #d71920;
    color: #fff;
    transform: scale(1.1);
}

.process-step h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.process-step p {
    font-size: 14px;
    line-height: 20px;
    color: #535353;
}

/*-------- how to apply section end --------*/

/*-------- review section start --------*/

.testimonials-section .visa-section-heading h2 {
    margin: 0;
    color: #000;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
}

.testimonials-section .visa-section-heading p {
    max-width: 780px;
    margin: 14px auto 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.testimonialSwiper .review-card {
    background: #fffdfd;
    border-radius: 20px;
    border: 1px solid #d3d3d3;
    padding: 28px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
}

.testimonialSwiper .review-card:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -26px;
    background: #fff;
    border-radius: 50px;
    width: 60px;
    height: 64px;
    outline: 25px solid #e9ecef;
    opacity: .3;
}

.testimonialSwiper .review-card:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -26px;
    background: #fff;
    border-radius: 50px;
    width: 46px;
    height: 50px;
    outline: 20px solid #e9ecef;
    opacity: .3;
}

.testimonialSwiper .review-card:hover {
    box-shadow: 0 20px 60px rgba(36, 18, 77, .12);
}

.testimonialSwiper .review-card-stars {
    color: #F59E0B;
    font-size: 12px;
    margin-bottom: 12px;
}

.testimonialSwiper .review-card-head {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 6px;
    font-style: italic;
}

.testimonialSwiper .review-card-text {
    font-size: 14px;
    color: #66657A;
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.testimonialSwiper .review-card-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonialSwiper .review-card-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F5F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7700d8;
    font-weight: 700;
    font-size: 16px;
}

.testimonialSwiper .review-card-name {
    font-weight: 600;
    font-size: 14px;
}

.testimonialSwiper .review-card-country {
    font-size: 12px;
    color: #66657A;
}

.review_last_click_btn .odv_list_trustpilot_click .trustpilot_image {
    width: 100px;
    margin-right: 10px;
}

.review_last_click_btn .odv_list_trustpilot_click {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in-out;
    border: 0px;
}

.review_last_click_btn .odv_list_trustpilot_click:hover {
    color: #d71920;
    text-decoration: underline;
}

/*-------- review section end --------*/

/*------ document required section start ---------*/

.uae-document-section {
    padding: 55px 0;
    background: #fff;
    overflow: hidden;
}

.document-section-heading {
    margin-bottom: 35px;
}

.document-section-heading h2 {
    margin: 0;
    color: #000;
    font-size: 26px;
    font-weight: 700;
}

.document-section-heading p {
    margin: 7px 0 12px;
    color: #68737a;
    font-size: 14px;
}

.document-tab-list {
    flex-wrap: unset !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
}

.document-left {
    position: relative;
    min-height: 350px;
    padding: 20px 15px 10px;
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
}

.document-left-bg {
    position: absolute;
    width: 200px;
    height: 220px;
    left: -125px;
    top: -120px;
    border-radius: 50%;
    background: #fff;
    outline: 20px solid #e9eff2;
    opacity: .4;
}

.document-main-image {
    position: relative;
    z-index: 2;
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.document-main-image img {
    width: 100%;
    max-width: 480px;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 15px 18px rgba(0, 0, 0, .12));
    transition: opacity .25s ease, transform .3s ease;
}

.documentImageArea .photo-img,
.documentImageArea .passport-img {
    transition: all 0.4s ease;
}

.demo-document {
    position: relative;
    width: 290px;
    height: 205px;
    background: #fff;
    border: 1px solid #d9e1e5;
    border-radius: 7px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .13);
    transform: rotate(-4deg);
    overflow: hidden;
}

.demo-document .demo-head {
    height: 32px;
    background: #073b4c;
}

.demo-document .demo-photo {
    position: absolute;
    left: 22px;
    top: 55px;
    width: 56px;
    height: 67px;
    border-radius: 4px;
    background: linear-gradient(#dfe8ed, #9fb5c1);
}

.demo-document .demo-photo::after {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 35px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.demo-lines {
    position: absolute;
    left: 95px;
    right: 18px;
    top: 57px;
}

.demo-lines span {
    display: block;
    height: 6px;
    margin-bottom: 9px;
    border-radius: 5px;
    background: #dce4e8;
}

.demo-lines span:nth-child(1) {
    width: 95%;
}

.demo-lines span:nth-child(2) {
    width: 72%;
}

.demo-lines span:nth-child(3) {
    width: 86%;
}

.demo-lines span:nth-child(4) {
    width: 62%;
}

.demo-document .demo-bottom {
    position: absolute;
    left: 22px;
    right: 18px;
    bottom: 20px;
    height: 28px;
    border-top: 1px dashed #aebbc1;
}

.demo-document .demo-stamp {
    position: absolute;
    right: 20px;
    bottom: 28px;
    width: 43px;
    height: 43px;
    border: 2px solid #d71921;
    border-radius: 50%;
    opacity: .6;
}

.document-left-info {
    z-index: 3;
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 22px;
    background: rgb(255 255 255 / 98%);
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(20, 50, 70, .07);
}

.document-label {
    color: #d71920;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.document-left-info h2 {
    margin: 3px 0 6px;
    color: #000;
    font-size: 23px;
    font-weight: 700;
}

.document-left-info p {
    margin: 0 0 12px;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.document-info-list>div {
    margin-bottom: 7px;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    padding-left: 18px;
    position: relative;
}

.document-info-list>div:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    background: #d71920;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}

.document-info-list>div:last-child {
    border-bottom: 0px solid #f1f1f1;
    padding-bottom: 0px;
}

.document-info-list>div span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #000;
}

.document-info-list i {
    margin-right: 6px;
    color: #179b67;
}

.document-right-card {
    padding: 25px 22px 20px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 35px rgba(30, 55, 75, .08);
}

.document-card-heading {
    text-align: center;
    margin-bottom: 12px;
}

.document-card-heading h2 {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.card-sub-heading {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #d71920;
    font-size: 12px;
}

.card-sub-heading span {
    width: 58px;
    height: 1px;
    background: #d71920;
}

/* ================= TABS ================= */

.document-tab-list {
    gap: 0;
}

.document-tab-list .nav-link {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 14px 8px;
    text-align: left;
    color: #000 !important;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e0e5e8;
    box-shadow: 0 0 2px #d2d2d2;
    border-radius: 10px !important;
    transition: all .25s ease;
}

.document-tab-list .nav-link:hover {
    background: #fff;
}

.document-tab-list .nav-link.active {
    color: #000 !important;
    background-color: #f8f9fa !important;
}

.document-tab-icon {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #ffff;
    box-shadow: 0 0 2px #d4d4d4;
    border-radius: 50%;
    font-size: 12px;
    transition: .25s ease;
}

.document-tab-list .nav-link.active .document-tab-icon {
    color: #fff;
    background: #d71920;
}

.document-tab-content {
    flex: 1;
}

.document-tab-content strong {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.document-tab-content span {
    display: block;
    color: #666e73;
    font-size: 12px;
    line-height: 1.55;
}

.document-tab-arrow {
    padding-top: 10px;
    padding-right: 10px;
    color: #a1a8ad;
    font-size: 15px;
    transition: .25s ease;
}

.document-tab-list .nav-link.active .document-tab-arrow {
    color: #000;
    transform: translateX(3px);
    font-size: 15px;
    padding-top: 10px;
    padding-right: 10px;
}

/* ================= NOTE ================= */

.document-warning {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid #df9a44;
    border-radius: 8px;
    background: #fffaf2;
    color: #d69b28;
    font-size: 11px;
    font-weight: 600;
}

.warning-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    flex: 0 0 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2px #d69b28;
    font-size: 15px;
}

@media (max-width: 991px) {
    .document-section-heading h1 {
        font-size: 27px;
    }
    .document-right-card {
        margin-top: 10px;
    }
    .document-section-heading h2 {
        font-size: 24px;
    }
    .document-section-heading p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .document-section-heading h2 {
        font-size: 22px;
    }
    .document-section-heading p {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .document-section-heading h2 {
        font-size: 20px;
    }
    .document-section-heading p {
        font-size: 14px;
    }
    .uae-document-section {
        padding: 40px 0;
    }
    .document-section-heading h1 {
        font-size: 23px;
    }
    .document-left {
        min-height: auto;
        padding: 12px;
        border-radius: 18px;
    }
    .document-main-image {
        height: 230px;
    }
    .document-main-image img {
        max-height: 220px;
    }
    .document-left-info {
        padding: 15px;
        width: 100%;
    }
    .document-left-info h2 {
        font-size: 20px;
    }
    .document-right-card {
        padding: 20px 15px;
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .document-section-heading h2 {
        font-size: 18px;
    }
}

/*------ document required section end ---------*/

/*-------- partner section start --------*/

.partner_last_section .partner_view_box {
    padding: 30px;
    box-shadow: 0 20px 60px rgba(36, 18, 77, .12);
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.partner_last_section .partner_view_box .partner_view {
    width: 100%;
}

.partner_last_section .partner_view_box:hover {
    transform: translateY(-8px);
}

/*-------- partner section end --------*/

/* ----------cta section start----------- */

.cta-section {
    background: url(../images/country/contact-us-banner-2.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 70px 0px;
}

.cta-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b3;
}

.cta-section .cta-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.cta-section .cta-title::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 48%;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    transform: translateY(-50%);
    background-color: var(--theming1);
}

.cta-section .cta-title::after {
    content: '';
    position: absolute;
    right: -18px;
    top: 48%;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    transform: translateY(-50%);
    background-color: var(--theming1);
}

.cta-section .cta-heading {
    font-size: 32px;
    font-weight: 700;
}

.cta-section .cta-para {
    color: #f3f3f3;
    margin-top: 5px;
    line-height: 28px;
    font-size: 14px;
}

.cta-section .cta-btn {
    background: #e5f8ec;
    color: #08a72a;
    padding: 0px 22px;
    padding-left: 0px;
    font-size: 14px;
    gap: 6px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: .5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.cta-section .cta-btn i {
    font-size: 26px;
    transition: all 0.3s ease-in-out;
    background: #08a72a;
    color: #fff;
    border: 1px solid #08a72a;
    border-radius: 50px;
    padding: 10px 11px;
    width: 48px;
}

.cta-section .cta-btn strong {
    color: #000;
}

.cta-section .cta-btn i.fa-arrow-right {
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    background: transparent;
    color: #08a72a;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    width: auto;
}

.cta-section .cta-btn:hover i.fa-arrow-right {
    padding-left: 10px;
}

.cta-section .cta-btn:hover {
    background: #f3fcf5;
}

.cta-section .cta-btn-two {
    background: #fff;
    color: #000;
    padding: 9px 22px;
    font-size: 16px;
    gap: 6px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
}

.cta-section .cta-btn-two i {
    transition: all 0.3s ease-in-out;
}

.cta-section .cta-btn-two:hover i {
    transform: scale(1.6);
}

/* ------cta section end------ */

/*-------- content section start --------*/

.content-section .content-card {
    padding: 14px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.content-card .read-more-btn {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #d71920 !important;
    background-color: transparent !important;
    line-height: normal;
    transition: all .3s ease-in-out;
}

.content-card .read-more-btn:hover {
    color: #000 !important;
}

.content-card p {
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 14px;
    color: #000;
}

.content-card p a {
    text-decoration: none;
    color: #0d6efd;
}

.content-card p strong a {
    text-decoration: none;
    color: #0d6efd;
}

.content-card p a:hover,
.content-card p a:hover,
.content-card p strong a:hover {
    color: #0a58ca;
}

.content-card ul li a {
    text-decoration: none;
    color: #0d6efd;
}

.content-card ul li {
    margin-bottom: 0px;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    list-style: disc;
}

.content-card ol li {
    margin-bottom: 0px;
    line-height: 28px;
    font-size: 14px;
    color: #000;
}

.content-card h1 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    padding-top: 8px;
    margin-bottom: 10px;
}

.content-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 24px;
}

.content-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-top: 8px;
    margin-bottom: 10px;
}

.content-card strong,
.content-card b {
    font-weight: 700;
}

.content-card table,
.content-card th,
.content-card td {
    border: 1px solid rgb(161, 161, 161);
    border-collapse: collapse;
}

.content-card th,
.content-card td {
    padding: 8px;
    font-size: 14px;
}

.content-card ul,
.content-card ol {
    padding-left: 23px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-size: 14px;
}

.content-section .content-note {
    padding: 10px;
    font-size: 15px;
}

.content-section .content-note i {
    color: #d71920;
}

.ellipsis3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-section table th {
    background: #000;
    color: #fff;
}

.content-section table th {
    color: #fff;
}

.content-section table th strong {
    color: #fff;
}

.content-section .content_table_main table {
    width: 100%;
    margin: 3px 0px 24px 0px;
    border-radius: 10px;
    box-shadow: 0 0 4px #d3d3d3;
    overflow: hidden;
}

.content-section table tr td {
    border: 1px solid#ccc;
    padding: 10px;
    font-size: 15px;
    color: #000;
}

.content-section table tr th {
    border: 1px solid#ccc;
    padding: 12px;
    font-size: 15px;
    color: #000;
    text-align: start;
}

/*-------- content section end --------*/

/* price section start */

.heading h2 {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.heading p {
    margin-bottom: 20px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.common-gap {
    padding: 50px 0px;
}

.price-section .tab-main {
    background-color: transparent;
    border-radius: 0px;
    padding: 6px;
    margin-top: 10px;
    height: 60px;
}

.price-section .tab-main .tabs__nav-list {
    gap: 12px;
}

.tab-main .tabs__nav .tabs__nav-list {
    gap: 10px;
}

.tab-main .tabs__nav-item {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 0 4px #a5a5a5;
}

.tab-main .tabs__nav-item.js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.05s;
    font-weight: 700;
    background: #d71920;
    color: #fff;
    border: 1px solid #d71920;
    border-radius: 8px;
    box-shadow: 0 0 4px #929292;
}

.tab-main .tabs__panels {
    position: relative;
    margin-top: 30px;
}

.price-section .tabs__panel {
    display: none;
    transition: all 0.25s linear 0s;
    opacity: 0;
}

.price-section .tabs__panel.js-active {
    display: block;
    opacity: 1;
}

.pricing-card {
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    padding: 0px !important;
    box-shadow: rgb(99 99 99/20%) 0 2px 8px 0;
}

.pricing-card .price_card_top {
    padding: 20px 14px;
    background: var(--bg-light-blue);
    box-shadow: -1px 2px 4px #d2d2d2;
    border-bottom: 2px solid var(--theming1);
}

.pricing-card .pricing-body {
    padding: 12px;
}

.pricing-card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pricing-card .pricing-header {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: left;
    letter-spacing: .3px;
}

.pricing-card .pricing-header span {
    font-size: 22px;
    font-weight: 700;
    color: var(--accent);
}

.pricing-card .dubai-visa-price {
    font-size: 32px;
    font-weight: 700;
    gap: 6px;
    color: #000;
}

.pricing-card .dubai-visa-price sup {
    font-size: 18px;
    font-weight: 700;
}

.pricing-card .price-card-data-inner {
    gap: 7px;
}

.pricing-card .dubai-visa-price .price-two {
    display: none;
}

.pricing-card .visa-checkbox {
    margin-bottom: 0px;
}

.pricing-card .visa-checkbox .visa-checkbox-inner {
    width: 85px;
    height: 31px;
    background: rgba(69, 90, 100, .396);
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.pricing-card .visa-checkbox .visa-checkbox-inner::after {
    content: "Regular";
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: right;
    padding: 0 8px;
    line-height: 31px;
    font-size: 12px;
    font-weight: 500;
}

.pricing-card .visa-checkbox .visa-checkbox-inner::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: 0.3s;
    box-shadow: -3px 0 3px rgba(0, 0, 0, .1);
}

.pricing-card .visa-checkbox input:checked~.visa-checkbox-inner {
    background: #31B63A;
}

.pricing-card .visa-checkbox input:checked~.visa-checkbox-inner::before {
    transform: translate(54px);
    transition: 0.3s;
}

.pricing-card .visa-checkbox input:checked~.visa-checkbox-inner::after {
    content: "Express";
    text-align: left;
    font-size: 12px;
}

.pricing-card .price-card-data {
    gap: 6px;
    padding-block: 10px;
    line-height: normal;
    align-items: start !important;
}

.pricing-card .price-card-data .price-check {
    height: 17px;
    width: 17px;
    min-width: 17px;
    max-width: 17px;
    font-size: 12px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease-in-out;
    margin-top: 1px;
}

.pricing-card .price-card-data .price-check img {
    filter: grayscale(1);
}

.pricing-card .price-card-inner {
    font-size: 14px;
    display: flex;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.pricing-card .price-card-inner .service-type {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
}

.pricing-card .price-apply-btn {
    font-weight: 500;
    background: var(--accent);
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
    outline: none;
    gap: 7px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.pricing-card .price-apply-btn span {
    background: transparent !important;
}

.pricing-card .price-apply-btn i {
    transition: all 0.3s ease-in-out;
}

.pricing-card .price-apply-btn:hover {
    background: var(--primary);
}

.pricing-card .price-apply-btn:hover i {
    transform: translateX(10px);
    /* color: #000; */
    ;
}

.pricing-card .price-express {
    display: none;
}

.pricecard1 .price-new {
    display: block;
}

.pricecard1 .price-old {
    display: none;
}

.pricecard1 .price-card-data .price-check-two {
    background-color: #31B63A;
    color: #ffff;
}

.pricecard1 .price-express {
    display: inline;
}

.pricecard1 .price-regular {
    display: none;
}

.pricecard1 .dubai-visa-price .price-two {
    display: inline;
}

.pricecard1 .dubai-visa-price .price-one {
    display: none;
}

.price-section .price-main-heading {
    background-color: var(--accent);
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/*--visa-price-card-css--*/

.visa_pricing_section {
    padding: 60px 0;
    background: #fff;
}

/* CARD */

.visa_pricing_section .visa_pricing_section_card {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    box-shadow: rgb(99 99 99/20%) 0 2px 8px 0;
    transition: all 0.35s ease;
    margin-bottom: 24px;
}

.visa_pricing_section .visa_pricing_section_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(36, 18, 77, .12);
}

/* CARD HEADER */

.visa_pricing_section .visa_pricing_section_card_head {
    position: relative;
    min-height: 125px;
    padding: 20px 18px 20px 18px;
    background: #f8f9fa;
    border-radius: 16px 16px 0px 0px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

/* DAYS RIBBON */

.visa_pricing_section .visa_pricing_section_days {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 66px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: #fff;
    border: 1px solid #fff;
    z-index: 3;
    clip-path: polygon( 0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}

.visa_pricing_section .visa_pricing_section_days::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 7px;
    right: 7px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
}

.visa_pricing_section .visa_pricing_section_days strong {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
}

.visa_pricing_section .visa_pricing_section_days span {
    position: relative;
    z-index: 2;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 700;
}

/* TITLE */

.visa_pricing_section .visa_pricing_section_title {
    position: relative;
    z-index: 2;
}

.visa_pricing_section .visa_pricing_section_title h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.visa_pricing_section .visa_pricing_section_title p {
    margin: 8px 0 0;
    color: rgb(215 25 32);
    font-size: 12px;
    font-weight: 600;
}

.visa_pricing_section .visa_pricing_section_body {
    position: relative;
    z-index: 2;
    padding: 28px 10px 12px;
    background-color: #fff;
    background-image: radial-gradient(#dbedff 0.8px, transparent 0.8px);
    background-size: 14px 14px;
}

/* PRICE */

.visa_pricing_section .visa_pricing_section_price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    min-height: 68px;
}

.visa_pricing_section .visa_pricing_section_price span {
    color: #000;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.visa_pricing_section .visa_pricing_section_price small {
    color: #d71920;
    font-size: 15px;
    font-weight: 800;
}

/* FEATURES */

.visa_pricing_section .visa_pricing_section_features {
    display: flex;
    /* grid-template-columns: max-content; */
    /* flex-direction: unset; */
    gap: 9px;
}

.visa_pricing_section .visa_pricing_section_feature {
    width: 100%;
    /* min-height: 45px; */
    display: inline-block;
    text-align: center;
    /* grid-template-columns: 38px 1fr auto; */
    align-items: center;
    gap: 7px;
    padding: 10px 5px;
    background: rgb(248 249 250);
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}

.visa_pricing_section .visa_pricing_section_icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d71920;
    background: #ffffff;
    border-radius: 30px;
    font-size: 15px;
    box-shadow: 0 0 4px #b7b7b7;
}

.visa_pricing_section .visa_pricing_section_feature>span:not(.visa_pricing_section_icon) {
    padding-right: 0px;
    color: #42565a;
    font-size: 11px;
    font-weight: 600;
}

.visa_pricing_section .visa_pricing_section_feature strong {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
    line-height: 14px;
}

/* BUTTON */

.visa_pricing_section .visa_pricing_section_action {
    margin-top: 14px;
    padding-top: 12px !important;
    border-top: 1px solid #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* background-color: #fff; */
    padding: 8px;
    border-radius: 0;
    /* box-shadow: 0 0 4px #d2d2d2; */
}

.visa_pricing_section .visa_pricing_section_action .visa_apply_btn {
    min-height: 46px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 18px;
    color: #fff;
    background: #d71920;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: none;
    border: 0px;
}

.visa_pricing_section .visa_pricing_section_action .visa_apply_btn span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.visa_pricing_section .visa_pricing_section_action .visa_apply_btn:hover {
    color: #fff;
    background: #000;
    transform: translateY(-2px);
}

.visa_pricing_section_action .visa_whatsapp_btn {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 6px;
    border-radius: 9px;
    background: #fff;
    color: #00af09;
    box-shadow: 0 0 2px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #d2d2d2;
    transition: .25s ease;
}

.visa_pricing_section_action .visa_whatsapp_btn div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.visa_pricing_section_action .visa_whatsapp_btn i {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00af09;
    color: #fff;
    font-size: 22px;
}

.visa_pricing_section_action .visa_whatsapp_btn span {
    font-size: 10.5px;
    line-height: 17px;
    color: #000;
}

.visa_pricing_section_action .visa_whatsapp_btn span small {
    font-size: 9px;
    display: block;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    width: fit-content;
    padding: 1px 6px;
    padding-top: 1px;
    border-radius: 2px;
    box-shadow: 0 0 2px;
    margin-bottom: 2px;
    line-height: 14px;
}

.visa_pricing_section_action .visa_whatsapp_btn i.wh_right_icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    font-size: 14px;
}

.visa_pricing_section_action .visa_whatsapp_btn:hover {
    background: #00a1391a;
}

.visa_pricing_section_card_head .btn_switch {
    width: 148px;
    height: 40px;
    position: relative;
    display: flex;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 4px;
    border: 1px solid #c9c9c9;
}

.visa_pricing_section_card_head .btn_switch button {
    flex: 1;
    border: none;
    padding: 6px 6px;
    background: transparent;
    z-index: 2;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 13px;
}

.visa_pricing_section_card_head .btn_switch button.active {
    color: #fff;
}

.visa_pricing_section_card_head .btn_switch .slider {
    position: absolute;
    top: 3px;
    width: 50%;
    height: 32px;
    background: #000;
    border-radius: 50px;
    transition: 0.3s;
    left: 3%;
    z-index: 1;
}

/* FEATURED CARD */

.visa_pricing_section .visa_pricing_section_featured {
    border-color: #027c83;
    box-shadow: 0 15px 40px rgba(2, 124, 131, 0.14);
}

.visa_pricing_section .visa_pricing_section_featured .visa_pricing_section_card_head {
    background: #000;
}

.visa_pricing_section .visa_pricing_section_featured .visa_pricing_section_card_head::after {
    background: #000;
}

.visa_pricing_section .visa_pricing_section_featured .visa_pricing_section_days {
    background: #027c83;
}

.tabs__nav-decoration.js-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.visa_pricing_section .tabs__panel {
    display: none;
    transition: all 0.25s linear 0s;
    opacity: 0;
}

.visa_pricing_section .tabs__panel.js-active {
    display: block;
    opacity: 1;
}

/* ================================   RESPONSIVE================================ */

@media (max-width: 1310px) {
	.odv_citizen_banner_heading h1 {
		font-size: 38px;
	}
	.visa_pricing_section .visa_pricing_section_title h3 {
		font-size: 18px;
	}
	.visa_pricing_section_action .visa_whatsapp_btn i {
		flex: 0 0 34px;
		width: 32px;
		height: 32px;
		font-size: 20px;
	}
	.visa_pricing_section_action .visa_whatsapp_btn span small {
		font-size: 8px;
	}
	.visa_pricing_section_action .visa_whatsapp_btn span {
		font-size: 8.5px;
}

}

@media (max-width: 1199px) {
    .visa_pricing_section .visa_pricing_section_title h3 {
        font-size: 20px;
    }
    .visa_pricing_section .visa_pricing_section_price span {
        font-size: 42px;
    }
    .visa_pricing_section .visa_pricing_section_feature {
        grid-template-columns: 34px 1fr;
    }
    .visa_pricing_section .visa_pricing_section_feature strong {
        grid-column: 2;
        text-align: left;
        margin-top: -5px;
    }
    .visa_pricing_section .visa_pricing_section_feature>span:not(.visa_pricing_section_icon) {
        border: 0;
    }
    .heading h2 {
        font-size: 24px;
    }
    .heading p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .visa_pricing_section {
        padding: 40px 0;
    }
    .visa_pricing_section .visa_pricing_section_card {
        max-width: 420px;
        margin: 0 auto;
    }
    .visa_pricing_section .visa_pricing_section_card_head {
        min-height: 120px;
        padding: 14px 12px 14px 14px;
    }
    .heading h2 {
        font-size: 22px;
    }
    .heading p {
        font-size: 14px;
    }
    .tabs__nav {
        overflow: scroll;
        width: 100%;
        white-space: nowrap;
        display: block;
        flex-direction: unset !important;
    }
    .tabs__nav .tabs__nav-list {
        overflow: scroll !important;
        width: 100%;
        white-space: nowrap;
        display: block !important;
    }
    .tab-main .tabs__nav-item {
        font-size: 15px;
        padding: 8px 16px;
    }
    .tab-main .tabs__nav-item {
        display: inline-block;
        width: fit-content !important;
    }
    .document-tab-content strong {
		font-size: 13px;
		line-height: 18px;
	}
    .document-tab-list .nav-link {
        padding: 8px 8px;
    }
    .document-left-info h2 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .visa_pricing_section .visa_pricing_section_title h3 {
        font-size: 17px;
    }
    .visa_pricing_section_card_head .btn_switch {
        width: 164px;
    }
    .visa_pricing_section .visa_pricing_section_action {
        margin-top: 18px;
        display: block;
    }
    .visa_pricing_section_action .visa_whatsapp_btn {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .visa_pricing_section .visa_pricing_section_action .visa_apply_btn {
        min-height: 44px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .visa_pricing_section .visa_pricing_section_price {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 8px;
        min-height: 66px;
    }
    .visa_pricing_section .visa_pricing_section_price span {
        font-size: 38px;
    }
    .visa_pricing_section .visa_pricing_section_feature {
        grid-template-columns: 34px 1fr auto;
    }
    .visa_pricing_section .visa_pricing_section_feature strong {
        grid-column: auto;
        margin: 0;
        text-align: right;
    }
    .heading h2 {
        font-size: 18px;
    }
    .heading p {
        font-size: 13px;
    }
    .document-section-heading p {
        font-size: 13px;
    }
}

/*--visa-price-card-css-end--*/

/*------ responsive css start -------*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
.odv_citizen_page_banner_section {
    position: relative;
    height: 364px;
    overflow: hidden;
}
.odv_citizen_banner_heading h1 {
    font-size: 34px;
}
.odv_citizen_banner_content p {
    font-size: 13px;
    margin-bottom: 21px;
    margin-top: 0px;
}
.odv_citizen_banner_main_bx {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}
    .odv_form_bottom_list_bx .odv_form_listing_text li {
        font-size: 12px;
        margin-right: 10px;
    }
    .odv_form_bottom_list_bx {
        gap: 16px;
    }
.odv_form_bottom_list_bx {
    margin-top: 8px;
    display: block;
    justify-content: start;
    align-content: center;
    gap: 16px;
    text-align: center;
}
    .odv_list_trustpilot_click {
        font-size: 13px;
        border-left: 0px;
    }
    .important_text_main_bx p {
        margin-bottom: 0;
        font-size: 13px;
    }
	
	.visa_pricing_section_card_head .btn_switch {
		width: 206px;
	}
	.visa_pricing_section .visa_pricing_section_title h3 {
		font-size: 18px;
	}
	.visa_pricing_section .visa_pricing_section_card_head {
		min-height: 125px;
		padding: 16px 16px 16px 16px;
	}
	.visa_pricing_section .visa_pricing_section_feature>span:not(.visa_pricing_section_icon) {
		border: 0;
		font-size: 10px;
	}
	.visa_pricing_section .visa_pricing_section_action {
		margin-top: 18px;
		display: block;
	}
	.visa_pricing_section_action .visa_whatsapp_btn {
		min-width: 0;
		flex: 1;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 12px;
	}
	.visa_pricing_section .visa_pricing_section_action .visa_apply_btn {
		min-height: 46px;
		width: 100%;
	}

	
    .process-steps::before {
        opacity: 0;
    }
    .step-number {
        width: 72px;
        height: 72px;
        margin: 0 auto 14px;
        border: 3px solid #d71920;
        border-radius: 50%;
        font-size: 26px;
    }
    .visa-guide-card {
        margin-bottom: 20px;
        padding: 22px;
    }
    .visa-guide-heading span {
        width: 28px;
        height: 28px;
        border-radius: 5px;
        font-size: 16px;
    }
    .visa-guide-heading h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
    }
    .visa-guide-list li {
        font-size: 13px;
    }
    .visa-info-box {
        gap: 10px;
        padding: 10px;
        margin-bottom: 15px;
    }
    .visa-info-box span {
        font-size: 13px;
    }
    .process .visa-section-heading h2 {
        font-size: 24px;
    }
    .process .visa-section-heading p {
        font-size: 14px;
    }
    .visa-info-section .visa-section-heading h2 {
        font-size: 24px;
    }
    .visa-info-section .visa-section-heading p {
        font-size: 14px;
    }
    .faq-section .visa-section-heading h2 {
        font-size: 24px;
    }
    .heading {
        font-size: 24px;
    }
    .benefit-icon {
        width: 58px;
        height: 58px;
        margin: 0 auto 15px;
        border-radius: 50%;
        font-size: 24px;
        transition: all .3s ease-in-out;
    }
    .benefit-item .beniefit_image {
        width: 25px;
    }
    .visa-info-section .benefit-item h3 {
        font-size: 15px;
    }
    .cta-section .cta-title {
        font-size: 16px;
    }
    .cta-section .cta-heading {
        font-size: 28px;
    }
    .cta-section .cta-btn {
        font-size: 13px;
    }
    .testimonials-section .visa-section-heading h2 {
        font-size: 24px;
    }
    .testimonials-section .visa-section-heading p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .visa-guide-heading h3 {
        font-size: 17px;
    }
.odv_citizen_page_banner_section {
    position: relative;
    height: 426px;
    overflow: hidden;
}
.odv_citizen_banner_main_bx {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}
    .odv_citizen_page_banner_section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(118deg, rgb(0 0 0) 30%, rgb(0 0 0 / 64%) 60%, rgb(0 0 0 / 64%) 59%, rgb(0 0 0 / 0%) 100%);
        z-index: 1;
    }
    .odv_citizen_banner_top_txt p {
        font-size: 11px !important;
    }
    .odv_citizen_banner_heading h1 {
        font-size: 30px;
    }
.odv_citizen_banner_content p {
    display: none;
    font-size: 14px;
    margin-bottom: 26px;
    margin-top: 0px;
    line-height: 22px;
}
    .odv_form_bottom_list_bx {
        display: block;
        justify-content: start;
        align-content: center;
        gap: 16px;
        margin-top: 18px;
        margin-bottom: 0px;
    }
    .odv_apply_button {
        width: 100%;
    }
    .visa-info-section .benefit-item:nth-child(3) {
        border-right: 1px solid #e7e7e7;
    }
    .process .visa-section-heading h2 {
        font-size: 22px;
    }
    .process .visa-section-heading p {
        font-size: 14px;
    }
    .visa-info-section .visa-section-heading h2 {
        font-size: 22px;
    }
    .visa-info-section .visa-section-heading p {
        font-size: 14px;
    }
    .faq-section .visa-section-heading h2 {
        font-size: 22px;
    }
    .heading {
        font-size: 22px;
    }
    .cta-section .cta-heading {
        font-size: 26px;
    }
    .process-steps {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 26px;
        position: relative;
    }
    .step-number {
        width: 62px;
        height: 62px;
        margin: 0 auto 14px;
        border: 2px solid #d71920;
        border-radius: 50%;
        font-size: 24px;
    }
    .price-section .tab-main {
        width: 100%;
    }
    .price-section .tabs__nav {
        overflow-x: auto;
    }
    .price-section .tab-main .tabs__nav-list {
        flex-direction: row !important;
        overflow: unset !important;
    }
    .tab-main .tabs__nav-item {
        font-size: 15px;
    }
    .pricing-card .pricing-header span {
        font-size: 18px;
    }
    .pricing-card .dubai-visa-price {
        font-size: 34px;
    }
    .pricing-card .price-card-inner {
        font-size: 12px;
    }
    .pricing-card .price-apply-btn {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 25px;
    }
    .partner_last_section .partner_view_box {
        padding: 14px;
        border-radius: 10px;
    }
    .content-section .content_table_main {
        overflow-x: scroll;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto !important;
        white-space: nowrap;
        width: 100%;
        display: block;
    }
    .content-section .content_table_main table {
        overflow: auto;
    }
	
	.important_text_main_bx p {
		margin-bottom: 0;
		font-size: 13px;
		line-height: 18px;
	}
}

@media (max-width: 575px) {
.odv_citizen_page_banner_section {
    position: relative;
    height: 436px;
    overflow: hidden;
}
    .odv_citizen_page_banner_section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, rgb(0 0 0) 30%, rgb(0 0 0 / 64%) 60%, rgb(0 0 0 / 64%) 59%, rgb(0 0 0 / 0%) 100%);
        z-index: 1;
    }
    .odv_citizen_banner_top_txt p {
        font-size: 11px !important;
    }
.odv_citizen_banner_heading h1 {
    font-size: 28px;
    margin-bottom: 23px;
}
    .odv_citizen_banner_top_txt {
        border-radius: 6px;
        padding: 4px 6px;
        width: fit-content;
        margin-left: 0;
    }
    .odv_citizen_banner_top_txt .odv_flag_img {
        width: 24px;
        min-width: 20px;
        padding-right: 6px;
    }
    .odv_citizen_banner_top_txt span {
        padding-left: 6px;
        border-left: 1px solid #d2d2d2;
        width: 23px;
    }
    .odv_citizen_banner_top_txt .odv_trust_icon {
        width: 17px;
        vertical-align: text-bottom;
    }
    .odv_citizen_banner_top_txt p {
        font-size: 10px !important;
    }
    .odv_form_bottom_list_bx .odv_form_listing_text {
        padding-left: 0px;
        margin-bottom: 4px;
    }
    .breadcrumb-section .breadcrumb-link,
    .breadcrumb-section .breadcrumb-link a {
        font-weight: 600;
        font-size: 13px;
    }
    .breadcrumb-section .breadcrumb-link i {
        font-size: 10px;
    }
    .process .visa-section-heading h2 {
        font-size: 20px;
    }
    .process .visa-section-heading p {
        font-size: 14px;
    }
    .visa-info-section .visa-section-heading h2 {
        font-size: 20px;
    }
    .visa-info-section .visa-section-heading p {
        font-size: 14px;
    }
    .faq-section .visa-section-heading h2 {
        font-size: 20px;
    }
    .heading {
        font-size: 20px;
    }
    .process-step h4 {
        font-size: 15px;
    }
    .step-number {
        width: 56px;
        height: 56px;
        margin: 0 auto 14px;
        border: 2px solid #d71920;
        border-radius: 50%;
        font-size: 24px;
    }
    .visa-info-section .benefit-icon {
        width: 52px;
        height: 52px;
    }
    .visa-info-section .benefit-item h3 {
        font-size: 14px;
    }
    .cta-section .cta-heading {
        font-size: 24px;
    }
    .breadcrumb-section .breadcrumb-list {
        gap: 8px;
        white-space: nowrap;
        display: block;
        overflow: scroll;
    }
    .content-card h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .content-card h3 {
        font-size: 18px;
    }
    .content-card p {
        line-height: 24px;
        font-size: 13px;
    }
    .content-card ul li {
        line-height: 24px;
        font-size: 13px;
        list-style: disc;
    }
    .content-card ol li {
        line-height: 24px;
        font-size: 13px;
    }
    .content-section table tr th {
        font-size: 14px;
    }
    .content-section table tr td {
        font-size: 13px;
    }
    .cta-section .cta-para {
        line-height: 22px;
        font-size: 13px;
    }
    .testimonialSwiper .review-card-head {
        font-size: 14px;
    }
    .testimonialSwiper .review-card-text {
        font-size: 13px;
    }
    .testimonialSwiper .review-card {
        border-radius: 20px;
        border: 1px solid #d3d3d3;
        padding: 24px;
    }
    .review_last_click_btn .odv_list_trustpilot_click .trustpilot_image {
        width: 90px;
        margin-right: 10px;
    }
    .review_last_click_btn .odv_list_trustpilot_click {
        font-size: 14px;
    }
	.visa_pricing_section_action .visa_whatsapp_btn span {
    font-size: 10.5px;
}
.important_text_main_bx {
    margin-top: 14px;
}

}

@media (max-width: 480px) {
    .odv_citizen_banner_form_bx.search-card {
        padding: 14px;
        border-radius: 10px;
    }
    .content-card h2 {
        font-size: 18px;
    }
    .content-card h3 {
        font-size: 16px;
    }
    .process .visa-section-heading h2 {
        font-size: 18px;
    }
    .process .visa-section-heading p {
        font-size: 13px;
    }
    .visa-info-section .visa-section-heading h2 {
        font-size: 18px;
    }
    .visa-info-section .visa-section-heading p {
        font-size: 13px;
    }
    .faq-section .visa-section-heading h2 {
        font-size: 18px;
    }
    .heading {
        font-size: 18px;
    }
.odv_citizen_page_banner_section {
    position: relative;
    height: 426px;
    overflow: hidden;
}
.odv_citizen_banner_heading h1 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 34px;
    margin-bottom: 22px;
}
    .odv_citizen_banner_top_txt p {
        font-size: 11px !important;
    }
    .visa-info-section .benefit-item:nth-child(3) {
        border-right: 0px;
    }
    .odv_form_bottom_list_bx .odv_form_listing_text li {
        font-size: 10px;
        margin-right: 10px;
    }
    .odv_list_trustpilot_click .trustpilot_image {
        width: 72px;
        margin-right: 10px;
    }
    .odv_list_trustpilot_click {
		font-size: 11px;
		font-weight: 500;
		border-left: 0px;
		padding-left: 0;
	}
.odv_form_bottom_list_bx .odv_form_listing_text {
    padding-left: 0px;
    margin-bottom: 4px;
    line-height: 10px;
    display: none;
}
.odv_form_bottom_list_bx {
    display: block;
    justify-content: start;
    align-content: center;
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.breadcrumb-section .breadcrumb-list {
    gap: 4px;
    white-space: nowrap;
    display: block;
    overflow: scroll;
}
.breadcrumb-section .breadcrumb-link, .breadcrumb-section .breadcrumb-link a {
    font-weight: 600;
    font-size: 12px;
}
    .hero-input-group .hero-label {
        font-size: 13px;
    }
    .hero-input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }
	.odv_apply_button {
    margin-top: 5px;
    width: 100%;
}

}

@media (max-width: 420px) {}

/*------ responsive css end -------*/