﻿:root {
  /* --theme1: #0090D4;
  --theme2: #00608D;
  --theme3: linear-gradient(135deg, #0090D4, #00608D); */
  --theme1: #003b95;
  --theme2: #003b95;
  --theme3: linear-gradient(135deg, #006ce4, #0057b8);
  --theme-color-white: #ffffff;
  /* --theme-color1-dark: #00608D; */
  --theme-color1-dark: #006ce4;
  --theme-color-light: #f8f8f8ff;
  --text-color: #666666;
  --theme-font-family: "Blinker", sans-serif;
  --theme-heading-font-weight: 600;
}
body {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
b, strong{
    font-weight: var(--theme-heading-font-weight) !important;
}
.form-select:focus {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.btn-primary-custom {
	background-color: var(--primary);
	border: none;
	padding: 10px 24px;
	border-radius: 8px;
	font-weight: 600;
}

.btn-primary-custom:hover {
	background-color: #00b8d4;
}

.step-circle {
	width: 40px;
	height: 40px;
	background-color: #343a50;
	color: #6c757d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.step-circle.active {
	background-color: var(--primary);
	color: white;
}

.progress {
	height: 6px;
	background-color: #343a50;
}

.progress-bar {
	background-color: var(--primary);
}

.faq-item {
	background-color: #2c3448;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	margin-bottom: 8px;
}

.faq-header {
	background: none;
	border: none;
	width: 100%;
	text-align: left;
	padding: 12px 16px;
	color: var(--text-light);
	font-weight: 500;
}

.faq-body {
	padding: 0 16px 12px;
	color: #b0c4de;
	font-size: 0.9rem;
}

.badge-express {
	background-color: #ff6b35;
	color: white;
	font-size: 0.7rem;
	padding: 4px 8px;
	border-radius: 12px;
}

.header-banner {
	background: linear-gradient(135deg, #0f1320 0%, #1a1f2e 100%);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 24px;
	border: 1px solid var(--border-color);
}

.whatsapp-btn {
	background-color: #25d366;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 0.8rem;
}

.banner-container {
    position: relative;
    background: #ecf6fc;
    color: #000;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.banner-content {
    padding: 22px 24px;
    position: relative;
    z-index: 2;
}

.trust-badge {
    background-color: transparent;
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #198754;
}
.trust-badge i {
    color: #198754;
}


.top_main_bnr_heading {
    font-size: 30px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
	display: flex;
	align-items: center;
    color: var(--theme2);
    margin-bottom: 0;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.top_main_bnr_heading .top_main_flag_icon {
    width: 44px;
    margin-right: 6px;
    vertical-align: text-top;
}
.banner-content .lead {
    font-size: 14px;
    font-weight: 400;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(255 255 255);
    border: 1px solid var(--theme1);
    padding: 6px 12px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    font-size: 0.9rem;
}
.feature-icon {
    width: 36px;
    height: 36px;
    background-color: rgb(255 255 255 / 61%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 0 5px;
}

.official-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 12px 20px;
	border-radius: 12px;
	font-size: 0.85rem;
	font-weight: 500;
	text-align: center;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.official-badge img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ffd700;
	margin-bottom: 8px;
}

.uae-flag {
	position: absolute;
	top: 20px;
	left: -60px;
	width: 220px;
	transform: rotate(-15deg);
	opacity: 0.9;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
	.banner-content {
		padding: 20px;
		text-align: center;
	}

	.feature-item {
		font-size: 0.8rem;
		padding: 8px 12px;
	}

	.official-badge {
		position: static;
		margin: 20px auto 0;
		max-width: 200px;
	}

	.uae-flag {
		display: none;
	}
}

/*--extra-css--*/

.apply_main_from_section .apply_main_mid_area_st {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    position: relative;
}

.apply_main_from_section .subtitle {
	text-align: center;
	color: #af9005;
	font-size: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d3d3d3;
}

/* Note */
.note {
	background: #fff9c9;
	padding: 10px;
	border-radius: 8px;
	font-size: 13px;
	margin-bottom: 20px;
	border-left: 4px solid #e6cb01;
	border-right: 4px solid #e6cb01;
}

/* Row & Col */
.apply_main_from_section .row {
	display: flex;
	/* gap: 15px; */
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.apply_main_from_section   .main_form_area_tr .col {
	flex: 1;
	min-width: 220px;
	position: relative;
}

/* Label */
.main_form_area_tr label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	letter-spacing: .3px;
}

.main_form_area_tr label small {
	font-size: 9px;
	color: var(--theme2);
}

/* Input & Select */
.main_form_area_tr .field-wrapper {
	position: relative;
	margin-bottom: 14px;
}

.main_form_area_tr input,
.main_form_area_tr select {
	width: 100%;
	padding: 10px 35px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 14px;
	transition: all 0.2s;
	height: 45px;
	outline: none;
	box-shadow: 0 0 2px #d2d2d2;
}

.main_form_area_tr select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #fafafa;
	height: 45px;
	width: 100%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
	background-position: 100%;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	padding: 0.5rem;
}
.main_form_area_tr input::placeholder, .main_form_area_tr select::placeholder {color: #000;}

/* Date picker wrapper */
.main_form_area_tr .date-wrapper {
	position: relative;
}

.main_form_area_tr .date-wrapper input {
	width: 100%;
	padding: 10px 40px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background: #fff;
	cursor: pointer;
}

/* Calendar icon */
.main_form_area_tr .date-wrapper .calendar-icon {
	position: absolute;
	right: 14px;
	top: 52%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #555;
	pointer-events: none;
	z-index: 2;
}

/* Flatpickr theme to match your form */
.main_form_area_tr .flatpickr-calendar {
	border-radius: 8px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}

.main_form_area_tr .flatpickr-day.selected,
.main_form_area_tr .flatpickr-day.selected:hover {
	background: #c62828;
	border-color: #c62828;
}

.main_form_area_tr .flatpickr-current-month .flatpickr-monthDropdown-months {
	font-weight: 600;
}

/* === SUCCESS STATE === */
.main_form_area_tr .field-wrapper.valid input,
.main_form_area_tr .field-wrapper.valid select {
	background: #e8f7ec !important;
	border-color: #28a745 !important;
}

.main_form_area_tr .field-wrapper.valid .valid-icon {
	display: block;
}

/* === ERROR STATE === */
.main_form_area_tr .field-wrapper.invalid input,
.main_form_area_tr .field-wrapper.invalid select {
	background: #fce8e8 !important;
	border-color: #dc3545 !important;
}

.main_form_area_tr .field-wrapper.invalid .invalid-icon {
	display: block;
	background: #fce8e8;
	top: 64%;
	border-radius: 24px;
	width: 18px;
	height: 16px;
}

.main_form_area_tr .field-wrapper.invalid .invalid-msg {
	display: block;
}

/* === Upload Box === */
.main_form_area_tr .upload-area {
    border: 1px solid #bbb;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    background: #fafafa;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

.main_form_area_tr .upload-area:hover {
	border-color: var(--theme1);
	background: #ffffff;
}

.main_form_area_tr .upload-area.dragover {
	background: #e3f2fd;
	border-color: var(--theme1);
}

.main_form_area_tr .upload_text_bxs {
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

/* Preview */
.preview-img {
    max-width: 95px;
    width: 95px;
    max-height: 95px;
    height: 95px;
    margin-top: 10px;
    margin: 10px auto;
    border-radius: 10px;
    display: none;
    object-fit: cover;
}

.remove-file {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--theme2);
    color: #fff;
    box-shadow: 0 0 4px 0px #5c5c5c;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    /* opacity: 0; */
    pointer-events: none;
    transition: opacity .2s;
}

.upload-area.has-file .remove-file {
	opacity: 1;
	pointer-events: all;
}

.upload_text_bxs .up_icons {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #0088c81a;
    font-size: 24px;
    color: var(--theme2);
    /* padding: 6px 12px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.upload_text_bxs p {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-top: 6px;
    margin-bottom: 8px;
}
.upload_btn_show_vw {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme1) !important;
    border: 1px solid var(--theme1);
    width: fit-content;
    padding: 4px 8px;
    border-radius: 6px;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
.upload_btn_show_vw i {
    display: inline;
    font-size: 13px !important;
    margin-left: 4px;
}
.upload_btn_show_vw:hover {
    background: var(--theme1);
    color: #fff !important;
}


/* Icons */
.main_form_area_tr .valid-icon, .main_form_area_tr .invalid-icon {
	position: absolute;
	right: 11px;
	top: 67%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	display: none;
	pointer-events: none;
	z-index: 2;
}

.valid-icon {
	background: #28a745;
	color: white;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

.invalid-icon i {
	color: #dc3545;
	background-color: #fff;
	border-radius: 50%;
	top: 63%;
	right: 11px;
}

/* Error Message */
.invalid-msg {
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 11px;
	color: #dc3545;
	margin-top: 3px;
	display: none;
	white-space: nowrap;
}

/* Upload */
.upload-box {
	border: 1px dashed #ccc;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	background: #fafafa;
    position: relative;
    width: 100%;
    height: 180px;
    align-items: center;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.upload-box:hover {
	border-color: var(--theme1);
}

/* Buttons */
.btn-group {
	text-align: center;
	margin-top: 25px;
}

.btn {
	padding: 10px 20px;
	margin: 0 8px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	transition: all .3s ease-in-out;
	outline: none;
	box-shadow: none;
}
.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-secondary {
	background: #555;
	color: #fff;
	border-radius: 8px !important;
}
.btn-secondary:hover {
	background: #181818;
	color: #fff;
}

.btn-primary {
	background: #05a366;
	color: #fff;
	border-radius: 8px !important;
}
.btn-primary:hover {
	background: #007a4b;
	color: #fff;
}
.main_title_txt {
	font-size: 30px;
	font-weight: 600;
	color: var(--theme1);
}


.field-wrapper .select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    border: 1px solid var(--theme1);
    color: #d3d3d3 !important;
    border-radius: 4px;
}
.field-wrapper .select2-container .select2-selection--single {
    display: block;
    height: 44px !important;
    outline: none;
    border-radius: 6px !important;
    border: 1px solid #cccccc !important;
}
.field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a6a6a !important;
    line-height: 28px;
}
.field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #4e4e4e transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
}
.field-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
    cursor: pointer;
    float: right;
    font-weight: bold;
}


.apply_price_bxs_tps {
    position: absolute;
    top: 92px;
    right: 30px;
    background: var(--theme3);
    color: #fff;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px 10px 0px 10px;
}

/*--applicant-secure-css-start--*/

.document_safe_box {
    background: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 14px;
    padding: 10px 14px;
}

.document_safe_left {
    gap: 18px;
}

.document_safe_icon {
    width: 52px;
    height: 52px;
    background: var(--theme3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.document_safe_icon i {
    color: #fff;
    font-size: 24px;
}

.document_safe_content h5 {
    margin: 0 0 4px;
    font-size: 18px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #222;
}

.document_safe_content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.document_safe_right {
    gap: 12px;
}

.document_safe_small_icon {
    width: 45px;
    height: 45px;
    background: #e1eff5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document_safe_small_icon i {
    color: var(--theme1);
    font-size: 20px;
}

.document_safe_text h6 {
    margin: 0;
    font-size: 16px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: var(--theme1);
}

.document_safe_text span {
    color: #555;
    font-size: 14px;
}

@media(max-width:767px){

    .document_safe_right{
        justify-content: flex-start !important;
        margin-top:15px;
    }

    .document_safe_icon {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}
	.document_safe_icon i {
		font-size: 20px;
	}
	.document_safe_content h5 {
		font-size: 18px;
	}

    .document_safe_content p{
        font-size:14px;
    }
	.document_safe_small_icon {
		width: 38px;
		height: 38px;
	}
	.document_safe_text h6 {
		font-size: 15px;
		margin-bottom: -5px;
	}
	.document_safe_text span {
		font-size: 13px;
	}
	
}

@media(max-width: 576px){
	.document_safe_content h5 {
		font-size: 15px;
	}
	.document_safe_icon {
		width: 42px;
		min-width: 42px;
		height: 42px;
	}
	.document_safe_content p {
		font-size: 13px;
	}
	.document_safe_left {
		gap: 10px;
	}

}

/*--applicant-secure-css-end--*/

/*--payment-details-css-start--*/

.payment_main_section {
    margin-top: 0;
    margin-bottom: 0;
    background: #fbfdff;
}
.payment_main_section .payment-boxs {
    border-radius: 0;
    /* overflow: hidden; */
    margin: 0 auto;
}
.payment_main_section .top-bar {
    background: #fff;
    padding: 12px 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.payment_main_section .app-id { font-size: 15px; color: #555; font-weight: 500; }
.payment_main_section .total-badge {
    background: var(--theme3);
    color: white;
    padding: 10px 24px;
    border-radius: 10px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    font-size: 15px;
    box-shadow: 0 6px 20px rgba(179, 179, 179, 0.3);
}
/* Customer Table */
.payment_main_section .section-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    overflow: hidden;
}
.payment_main_section .section-header {
    background: var(--theme3);
    color: #fff;
    padding: 12px 12px;
    font-weight: 600;
    font-size: 16px;
}
.payment_main_section .section-card .table-responsive {
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid #efefef;
}
.payment_main_section .table th {
    font-size: 15px;
    background: #f8f9fa;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #000;
    border: none;
}
.payment_main_section .table td {
    padding: 12px 10px;
    color: #333;
    font-size: 15px;
}
.payment_main_section .table tr:hover { background-color: #fff8f0; }
.payment_main_section .action-btn {
    background: none; border: none; padding: 6px 10px; border-radius: 6px;
}
.payment_main_section .edit-btn {
    font-size: 15px;
    color: #fff;
    background: var(--theme3);
}
.payment_main_section .edit-btn:hover { background: var(--theme2); color: white; }
.payment_main_section .delete-btn { font-size:15px; color: #fff; background: var(--theme2); }
.payment_main_section .delete-btn:hover { background: var(--theme1); color: white; }

.payment_main_section .add-applicant-btn {
    width: 100%;
    background: #fff;
    color: var(--theme1);
    border: 2px solid var(--theme1);
    font-size: 15px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    border-radius: 10px;
    padding: 12px 22px;
    box-shadow: none;
    transition: all .3s ease-in-out;
}
.payment_main_section .add-applicant-btn:hover {
    transform: translateY(-4px);
    background: var(--theme2);
	border: 2px solid var(--theme2);
	color: #fff;
}

/* Payment Summary */
.payment_main_section .summary-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin: 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.payment_main_section .summary-title {
    /* color: var(--theme1); */
    font-size: 18px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 12px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.payment_main_section .fee-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
}
.payment_main_section .fee-row #visaFee {
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
}
.payment_main_section .fee-row #expressFee {
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
}
.payment_main_section .fee-row #emergencyFee {
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
}
.payment_main_section .fee-row #insuranceFee {
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
}
.payment_main_section .total-fee {
    font-size: 17px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: var(--theme2);
    border-top: 1px dashed var(--theme2);
    padding-top: 15px;
    margin-top: 10px;
}
.payment_main_section .total-fee #totalFee {
    font-size: 19px;
}
.payment_main_section .summary-title-sec {
    color: var(--theme1);
    font-size: 18px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom: 20px;
    margin-top: 10px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 12px;
}
/* Payment Options - Now Clickable & Selectable */
.payment_main_section .payment-option {
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.payment_main_section .payment-option.selected::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #007a26;
    color: #fff;
    border: 1px solid #007a26;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.payment_main_section .payment-option i {
    font-size: 26px;
    width: 50px;
    text-align: center;
}
.payment_main_section .payment-option .payment_by_text {
    font-size: 15px;
}
.payment_main_section .payment-option:hover {
    border-color: var(--theme2);
    background: var(--theme2);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(223, 255, 251, 0.25);
}
.payment_main_section .payment-option.selected {
    border: 2px solid;
    border-color: var(--theme1);
    background: #fbfdff;
    box-shadow: none;
    padding: 8px;
}
.payment_main_section .payment-option.selected i ,
.payment_main_section .payment-option:hover i {
    color: #fff !important;
}
.payment_main_section .payment-option.selected .payment_by_text,
.payment_main_section .payment-option:hover .payment_by_text {
    color: #fff !important;
}

.summary_payment_config_bxs {
    background: #f7fff7;
    border: 1px solid #007a26;
    padding: 6px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.summary_payment_config_bxs span {
    font-size: 34px;
    color: #007a26;
}
.summary_payment_config_bxs .summary_payment_config_cntnt div {
    font-size: 15px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #007a26;
}
.summary_payment_config_bxs .summary_payment_config_cntnt p {
    font-size: 12px;
    color: #333;
    margin-bottom: 0px;
    width: 80%;
}

.payment_last_secure_bxs {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #333;
}
.payment_last_secure_bxs i {
    font-size: 14px;
    color: #007a26;
}

.payment_main_section .proceed-btn {
    background: var(--theme3);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    box-shadow: 0 10px 30px rgba(241, 255, 254, 0.4);
    transition: all 0.4s;
}
.payment_main_section .proceed-btn:hover {
    transform: translateY(-5px);
    background: var(--theme2);
    box-shadow: 0 10px 30px rgba(241, 255, 254, 0.4);
}
.btn-group {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.btn-group #addAnotherBtn {
    width: 50% !important;
}
.btn-group .apply_btn {
    width: 50% !important;
    height: 48px;
}
/* Mobile Adjustments */
@media (max-width: 768px) {
    .payment_main_section .top-bar {
        padding: 16px 15px;
    }
    .payment_main_section .total-badge {
        font-size: 1.2rem;
        padding: 10px 20px;
    }
    .payment_main_section .section-card, .summary-card {
        margin: 15px;
    }
    .payment_main_section .add-applicant-btn {
        width: 95%;
        font-size: 1.1rem;
    }
    .payment_main_section .payment-option {
        padding: 20px 16px;
        font-size: 1.1rem;
    }
    .payment_main_section .proceed-btn {
        margin: 15px;
        font-size: 1.3rem;
    }
}


.track_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}
.track_label:hover{
    border-color:#00af49;
    box-shadow:0 6px 16px rgba(250, 255, 254, 0.15);
}
.track_label span{
    font-size:15px;
    font-weight:600;
    color:#1f2937;
}
.track_label .price {
    background: #ffffff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}

/* Custom Checkbox */
.track_checkbox{
    appearance:none;
    width:20px;
    height:20px;
    border:2px solid #cbd5e1;
    border-radius:6px;
    margin-right:14px;
    position:relative;
    transition:all .25s ease;
}
.track_checkbox:checked{
    background:#f3fff8;
    border-color:#00af49;
}
.track_checkbox:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    color: #00af49;
    font-size: 13px;
    left: 2px;
    top: -2px;
}

/* Selected Effect */
.track_checkbox:checked ~ span{
    color:#00af49;
}
.track_label.success{
    border-color:#16a34a;
    background:#ecfdf5;
}
.success-badge{
    font-size:13px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    color:#16a34a;
}
/*--payment-details-css-end--*/

/*--responsive-css-start--*/
@media (max-width: 991px) {
	.payment_main_section .total-badge {
		display: block;
		float: right;
		width: auto;
		margin-left: auto;
		font-size: 15px;
	}
	.top_main_bnr_heading {
		font-size: 26px;
	}
	.top_main_bnr_heading .top_main_flag_icon {
		width: 41px;
		margin-right: 6px;
		vertical-align: middle;
	}
	.payment_main_section .section-header {
		font-size: 15px;
	}
	.payment_main_section .table th {
    font-size: 15px;
}
.payment_main_section .table td {
    font-size: 14px;
}
.payment_main_section .summary-title {
    /* color: var(--theme1); */
    font-size: 18px;
}
.payment_main_section .total-fee {
    font-size: 16px;
}
.payment_main_section .payment-option.selected {
    padding: 6px;
}
.payment_main_section .payment-option {
    padding: 6px;
}
.payment_main_section .payment-option i {
    font-size: 24px;
}
.payment_main_section .payment-option .payment_by_text {
    font-size: 14px;
}
.payment_main_section .proceed-btn {
    font-size: 16px;
	margin: 0px;
}

	
}
@media (max-width: 768px) {
	
.top_main_bnr_heading {
	font-size: 22px;
}
.top_main_bnr_heading .top_main_flag_icon {
    width: 38px;
    margin-right: 6px;
    vertical-align: middle;
}
.banner-content {
    padding: 20px;
    text-align: left;
}
.banner-content .lead {
    font-size: 13px;
    font-weight: 400;
}
.feature-icon {
    width: 37px;
    height: 36px;
}
.apply_price_bxs_tps {
    position: absolute;
    top: 81px;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px 0px 0px 10px;
}
.apply_main_from_section .subtitle {
    font-size: 14px;
}
.apply_main_from_section .row {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 2px;
    padding-right: 0;
}
.apply_main_from_section   .main_form_area_tr .col {
    flex: 1;
    min-width: 220px;
    position: relative;
    margin-bottom: 10px;
}
.payment_main_section .section-card .table-responsive {
    white-space: nowrap;
}
.payment_main_section .add-applicant-btn {
    width: 80%;
    font-size: 15px;
}
.payment_main_section .summary-title {
    /* color: var(--theme1); */
    font-size: 17px;
}
.payment_main_section .summary-title-sec {
    font-size: 17px;
}
.payment_main_section .proceed-btn {
    font-size: 16px;
	margin: 0px;
}

	
}

@media (max-width: 576px) {
	
	.banner-container {
    margin: 12px 0;
}
.top_main_bnr_heading {
    font-size: 20px;
}
.top_main_bnr_heading .top_main_flag_icon {
    width: 32px;
    margin-right: 6px;
    vertical-align: middle;
}
.trust-badge {
    font-size: 11px;
}
.apply_price_bxs_tps {
    position: absolute;
    top: 77px;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px 0px 0px 10px;
}
.upload_text_main {
    font-size: 15px !important;
}
.upload_sec_text {
    font-size: 13px;
}
.main_form_area_tr .upload-area small {
    font-size: 12px;
}
.btn-group {
    display: block !important;
}
.btn-group #addAnotherBtn {
    width: 100% !important;
    margin-bottom: 10px;
}
.btn-group .apply_btn {
    width: 100% !important;
}
.btn-group .add_btn {
    width: 100% !important;
}
.apply_main_from_section {
    margin-bottom: 28px;
}
.payment_main_section .payment-option.selected::after {
    display: none;
}
	
}

@media (max-width: 480px) {
.payment_main_section .add-applicant-btn {
    width: 90%;
    font-size: 15px;
    padding: 10px;
}
.default_str_dtls_other {
    padding: 10px;
}
.track_label span {
    font-size: 14px;
}
.track_label .price {
    font-size: 12px;
}
.payment_main_section .summary-card {
    border-radius: 0px 0px 14px 14px;
    padding: 16px;
    margin: 0;
    border-top: 4px solid #0074ab;
}
.payment_main_section .fee-row {
    font-size: 14px;
}
.payment_main_section .total-fee {
    font-size: 15px;
}

.apply_main_from_section .apply_main_mid_area_st {
    padding: 16px;
}
.main_form_area_tr .field-wrapper {
    position: relative;
    margin-bottom: 0px;
}

.apply_main_from_section .row {
    display: flex;
    /* gap: 8px; */
}

}
@media (max-width: 421px) {
	
	.top_main_bnr_heading {
    font-size: 18px;
    display: block;
}
.trust-badge {
    font-size: 10px;
    display: block;
}
.note {
    margin-top: 40px;
}
.apply_price_bxs_tps {
    position: absolute;
    top: 94px;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px 0px 0px 10px;
}
.form_doc_text_bx p {
    font-size: 13px !important;
}
	
}

.blog-details-left table {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px #a1a0a0;
}
.blog-details-left table tbody tr:first-child {
    background: var(--theme3);
    color: #fff;
}
.blog-details-left table tbody tr td {
    padding: 12px;
}

.blog-details-left table tbody tr:first-child td {
    color: #fff;
}
.blog-details-left table tbody tr:first-child td p {
    color: #fff;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
}
.blog-details-left table tbody tr td p {margin-bottom: 0px;}

/*--responsive-css-end--*/
/* ============track-view=start============ */

.modal_track_form .modal-dialog {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
}
.modal_track_form .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--bg-color-sec);
}
.modal_track_form .btn-close {
    outline: none;
    box-shadow: none;
}
.modal_track_form .btn-close:focus {
    outline: none;
    box-shadow: none;
}
#modal_loading .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bg-color-sec),var(--bs-text-opacity))!important;
}
.visa_track_status_section {
    padding: 0;
}

.visa_track_status_section .visa_track_card {
    background: #fff;
    border-radius: 0px 0px 12px 12px;
    padding: 16px;
    border: 1px solid #efefef;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

/* User Info */
.visa_track_status_section .visa_user_info{
    display: flex;
    align-items: center;
    gap: 18px;
}

.visa_track_status_section .visa_user_icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--theme3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.visa_track_status_section .visa_user_icon i {
    font-size: 22px;
    color: #fff;
}

.visa_track_status_section .visa_user_content span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 5px;
}

.visa_track_status_section .visa_user_content h3 {
    font-size: 18px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #000;
    margin: 0;
}

/* Status */
.visa_track_status_section .visa_current_status {
    background: var(--theme3);
    border-radius: 10px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
}

.visa_track_status_section .status_icon i {
    font-size: 25px;
    color: #fff;
}

.visa_track_status_section .status_content span {
    font-size: 12px;
    font-weight: 600;
    color: #f6f6f6;
    display: block;
}

.visa_track_status_section .status_content h4 {
    font-size: 16px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #fff;
    margin: 0;
}

/* Details */
.visa_track_status_section .visa_application_details{
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 24px 0;
    padding: 24px 0;
}

.visa_track_status_section .visa_detail_box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.visa_track_status_section .border_end{
    border-right: 1px solid #ececec;
}

.visa_track_status_section .detail_icon i {
    font-size: 22px;
    color: var(--theme1);
}

.visa_track_status_section .gray_icon i{
    color: #8c8c8c;
}

.visa_track_status_section .detail_content span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--bg-color-sec);
    margin-bottom: 4px;
}

.visa_track_status_section .detail_content h5{
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

/* Progress */
.visa_track_status_section .visa_progress_wrapper{
    position: relative;
    padding: 15px 0 35px;
}

.visa_track_status_section .visa_progress_line {
    position: absolute;
    top: 42px;
    left: 17%;
    width: 66%;
    height: 4px;
    background: linear-gradient(to right, var(--theme1) 50%, #dddddd 50%);
    z-index: 1;
}
.visa_track_status_section .visa_progress_line.process_success {
    background: linear-gradient(to right, var(--theme1) 50%, var(--theme1) 50%);
}

.visa_track_status_section .visa_progress_item{
    text-align: center;
    position: relative;
    z-index: 2;
}

.visa_track_status_section .progress_icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--theme3);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgb(246 249 252);
}

.visa_track_status_section .progress_icon.gray{
    background: #f3f3f3;
}

.visa_progress_line.process_success ~ .row #step_final_icon.gray {
    background: #d2d2d2 !important;
    color: #fff;
}

.visa_track_status_section .progress_icon i{
    font-size: 28px;
    color: #fff;
}

.visa_track_status_section .progress_icon.gray i{
    color: #222;
}
.visa_progress_line.process_success ~ .row #step_final_icon.gray i {
    color: #fff;
}

.visa_track_status_section .visa_progress_item h6{
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #333;
}

.visa_track_status_section .visa_progress_item.current h6,
.visa_track_status_section .visa_progress_item.current p{
    color: var(--bg-color-main);
}

.visa_track_status_section .visa_progress_item p{
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Notice */
.visa_track_status_section .visa_review_notice {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 22px;
}

.visa_track_status_section .review_notice_left{
    display: flex;
    align-items: center;
    gap: 16px;
}

.visa_track_status_section .notice_icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--theme3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.visa_track_status_section .notice_icon i{
    font-size: 18px;
    color: #fff;
}

.visa_track_status_section .notice_content h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.visa_track_status_section .notice_content p{
    margin: 0;
    color: #666;
    font-size: 14px;
}

.visa_track_status_section .download_receipt_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 2px solid var(--theme1);
    border-radius: 12px;
    text-decoration: none;
    color: var(--theme1);
    font-weight: 600;
    transition: 0.3s;
}

.visa_track_status_section .download_receipt_btn:hover{
    background: var(--theme3);
	border: 2px solid var(--theme1);
    color: #fff;
}

/* Support */
.visa_track_status_section .visa_support_box {
    background: linear-gradient(to right,#f3f6ff,#eef2ff);
    border-radius: 12px;
    padding: 12px;
}

.visa_track_status_section .support_left_box{
    display: flex;
    align-items: center;
    gap: 16px;
}

.visa_track_status_section .support_icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e9efff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visa_track_status_section .support_icon i{
    font-size: 18px;
    color: #5475ff;
}

.visa_track_status_section .support_content h4 {
    font-size: 17px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom: 0px;
}

.visa_track_status_section .support_content p{
    margin: 0;
    color: #666;
    font-size: 14px;
}

.visa_track_status_section .chat_expert_btn {
    background: var(--theme3);
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.visa_track_status_section .chat_expert_btn i {
    font-size: 15px;
}
.visa_track_status_section .chat_expert_btn span i {
    font-size: 15px;
}

.visa_track_status_section .chat_expert_btn:hover{
    transform: translateY(-2px);
	background: #fff;
    color: var(--theme1);
}

@media(max-width:991px){
	
	.modal_track_form .modal-dialog {
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.visa_detail_box.border_end.border_str {
		border-right: 0px;
	}

    .visa_track_status_section .border_end{
        border-right: none;
    }

	.visa_track_status_section .visa_user_content h3 {
		font-size: 18px;
	}

    .visa_track_status_section .status_content h4{
        font-size: 16px;
    }

    .visa_track_status_section .detail_content h5{
        font-size: 15px;
    }

    .visa_track_status_section .visa_progress_item{
        margin-bottom: 25px;
    }

    .visa_track_status_section .visa_progress_item h6{
        font-size: 16px;
    }

    .visa_track_status_section .support_content h4{
        font-size: 17px;
    }
	.visa_track_status_section .progress_icon {
    width: 40px;
    height: 40px;
}
.visa_track_status_section .progress_icon i {
    font-size: 22px;
}
.visa_track_status_section .visa_progress_line {
    top: 33px;
}
.visa_track_status_section .visa_progress_line.process_success {
    display: block !important;
    top: 33px;
}

}

@media(max-width:767px){
	
	.modal_track_form .modal-dialog {
		max-width: 94%;
		margin-right: auto;
		margin-left: auto;
	}
	.visa_track_status_section .visa_user_content h3 {
		font-size: 16px;
	}

    .visa_track_status_section .status_content h4{
        font-size: 15px;
    }

    .visa_track_status_section .detail_content h5{
        font-size: 14px;
    }

    .visa_track_status_section .visa_progress_item{
        margin-bottom: 22px;
    }

    .visa_track_status_section .visa_progress_item h6{
        font-size: 15px;
    }

    .visa_track_status_section .support_content h4{
        font-size: 15px;
    }
	.visa_track_status_section .visa_progress_item p {
		font-size: 13px;
	}
	.visa_track_status_section .progress_icon {
		width: 36px;
		height: 36px;
	}
	.visa_track_status_section .progress_icon i {
		font-size: 18px;
	}
	.visa_track_status_section .detail_icon i {
		font-size: 18px;
	}
	.visa_track_status_section .detail_content span {
		font-size: 12px;
	}
	.visa_track_status_section .notice_icon {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}
	.visa_track_status_section .support_icon {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}
	.modal_track_form .modal-title {
		font-size: 18px;
	}
	.visa_track_status_section .visa_user_icon {
		width: 44px;
		height: 44px;
	}
	.visa_track_status_section .visa_user_info {
		display: flex;
		align-items: center;
		gap: 9px;
	}
	
}


/* ============track-view=end============ */

/* ============plan-card-css=start============ */

.visa_plan_card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    height: 100%;
}

.visa_plan_header{
    position:relative;
    text-align:center;
}

.visa_country_flag{
    position:absolute;
    top:0;
    right:0;
}

.visa_country_flag img{
    width:42px;
}

.visa_plan_header h2 {
    font-size: 18px; /*22px*/
    /* font-weight: 800; */
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    text-transform: uppercase;
    color: var(--theme2);
    line-height: 18px; /*30px;*/
    margin-bottom: 15px;
    /*height: 60px;*/
}

.visa_plan_tag {
    background: var(--theme3);
    color: #fff;
    font-size: 12px; /*14px;*/
    font-weight: 600;
    border-radius: 8px;
    padding: 2px 15px;
    padding-bottom: 4px;
    display: inline-block;
}

.visa_validity_box {
    margin-top: 12px;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 10px;
}

.visa_validity_item{
    display:flex;
    align-items:center;
    gap:12px;
}

.visa_validity_item i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#edf8ff;
    color:var(--theme1);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.visa_validity_item span{
    display:block;
    font-size: 10px; /*11px;*/
    text-transform:uppercase;
    color:#777;
}

.visa_validity_item h6{
    margin:0;
    font-size: 14px; /*15px;*/
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    color:#222;
}

.visa_price_box {
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 10px;
    text-align: center;
}

.visa_price_box h5 {
    font-size: 16px; /*17px;*/
    /* font-weight: 800; */
    font-weight: 600;
    margin-bottom: 6px;
    /*text-transform: uppercase;*/
}

.visa_price_box span{
    font-size:11px;
    color:#666;
    /* display:block; */
}
.visa_price_box__currency {
    font-size: 15px !important;
}
.visa_price_box p {
    font-size: 14px; /*15px;*/
    font-weight: 600;
    margin-bottom: 4px;
}

.visa_price_box h4 {
    font-size: 28px; /*30px;*/
    /* font-weight: 800; */
    font-weight: 600;
    margin-bottom: 15px;
}

.visa_price_box.regular h5,
.visa_price_box.regular p,
.visa_price_box.regular h4{
    color:var(--theme2);
}

.visa_price_box.express h5,
.visa_price_box.express p,
.visa_price_box.express h4{
    color:var(--theme2);
}

.visa_price_box a{
    background:var(--theme3);
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:10px;
    border-radius:10px;
    font-weight:600;
}

.visa_help_box {
    margin-top: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.visa_help_box .visa_expert_btn {
    padding: 10px;
    background: #f5fbf6;
    border: 1px solid #e3efe5;
    border-radius: 14px;
	transition: all .3s ease-in-out;
}
.visa_help_box .visa_expert_btn:hover {
	background: #e9ffed;
}

.visa_help_arrow {
	position: absolute;
    right: 5px;
    top: 4px;
    bottom: 5px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #20c863;
    border: 2px solid var(--theme-main);
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.visa_help_arrow i {font-size: 16px;}
.visa_help_box .visa_expert_btn .visa_help_arrow {
    position: relative;
    top: 2px;
}

/* Default Icon */
.icon-default {
    position: absolute;
    top:  solid #fff;
    left: 5px;
    transition: all .3s ease;
}

/* Hover Icon (start from left outside) */
.icon-hover {
	position: absolute;
	top:  solid #fff;
	left: -28px;
	transition: all .3s ease;
}

/* Hover Effect */
.visa_help_box .visa_expert_btn:hover .icon-default {
	left: 32px;
}

.visa_help_box .visa_expert_btn:hover .icon-hover {
    left: 5px;
}

.visa_help_icon i {
    font-size: 38px;
    color: #20c863;
}

.visa_help_text small {
    color: #20c863;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.visa_help_text h6 {
    margin: 0;
    font-size: 15px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
}

.visa_help_arrow{
    margin-left:auto;
}


.visa_features {
    margin-top: 12px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.visa_feature_item{
    text-align:center;
}

.visa_feature_item i{
    font-size:18px;
    color:var(--theme1);
    margin-bottom:8px;
}

.visa_feature_item span{
    display:block;
    font-size:11px;
    font-weight:600;
}

.visa_plan_card.custom__card .visa_price_box__inner {
  display: flex;
  justify-content: space-between;
  gap: 0.8em;
  align-items: center;
}
.visa_plan_card.custom__card .visa_price_box__content {
  text-align: left;
}
.visa_plan_card.custom__card .visa_price_box__content h5 {
  margin-bottom: 0;
}
.visa_plan_card.custom__card .visa_price_box__price {
  text-align: right;
}
.visa_plan_card.custom__card .visa_price_box__price span {
    display: block;
    font-size: 15px;
}
.visa_plan_card.custom__card .apply_btn {
  width: 100%;
}



@media(max-width:767px){

    .visa_plan_header h2{
        font-size:28px;
    }

    .visa_price_box h4{
        font-size:24px;
    }

}

/* ============plan-card-css=end============ */

/* ============visa-fees-page-css============ */

.visa_table_wrapper {
    border-radius: 12px !important;
    /* overflow: hidden !important; */
    /* border: 1px solid #e5e5e5; */
    background: #fff;
}
.visa_table_wrapper .table.visa_table {
    border-radius: 12px !important;
    overflow: hidden !important;
}

@media (min-width: 768px) { 
    .visa_table_wrapper {        
        overflow: hidden !important;
    }
}

.visa_table{
    margin:0;
    font-size:13px;
}

.visa_table thead th {
    background: var(--theme2);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    text-align: center;
    vertical-align: middle;
    padding: 14px 10px;
}

.visa_table .sub_head th {
    background: var(--theme2);
    font-size: 11px;
    padding: 8px;
}

.visa_table tbody td {
    vertical-align: middle;
    padding: 12px 10px;
    border-color: #ececec;
    color: #000;
    /* border: 1px solid #adadad; */
}

/*--*/

/* Gap Between Tbody */
.visa_table tbody:not(:first-of-type)::before{
    content:"";
    display:block;
    height:12px;
}
/*--*/

.visa_category{
    text-align:center;
    min-width:120px;
}
.visa_table tbody .visa_category {
    background: #f5f5f5;
    text-align: center;
}
.visa_category i {
    font-size: 28px;
    color: var(--theme2);
    display: block;
    margin-bottom: 8px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8px;
}

.visa_category span{
    display:block;
    font-size:12px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    text-transform:uppercase;
    color:#222;
}

.visa_table .apply_btn {
    background: var(--theme3);
    color: #fff;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 4px;
    font-size: 11px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    /* display: inline-block; */
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    line-height: 26px;
}

.visa_table .apply_btn:hover{
    color:#fff;
}

.visa_features {
    background: #f8fafc;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 20px 10px;
    margin-top: 40px !important;
}

.feature_box {
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #d2d2d2;
}
.feature_box.last_feat {
    border-right: 0px solid #d2d2d2;
}

.feature_box i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0088c81a;
    color: var(--theme2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.feature_box h6 {
    margin: 0;
    font-size: 14px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #000;
}

.feature_box p{
    margin:0;
    font-size:12px;
    color:#666;
}

@media(max-width:992px){
.feature_box {
    margin-bottom: 12px;
}
.feature_box.dtrs {
    border-right: 0px;
}
.feature_box i {
    width: 38px;
    height: 38px;
    font-size: 16px;
}


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

    .visa_table{
        min-width:950px;
    }

    .feature_box{
        justify-content:flex-start;
    }

}

/* ============visa-fees-page-css============ */

/* ============visa-fees-other-css============ */

.visa_process_box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px 18px;
    height: 100%;
}

.visa_process_box h4 {
    font-size: 24px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom: 25px;
    text-transform: uppercase;
    color: var(--theme2);
    text-align: center;
}

.process_step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.process_step span{
    min-width:38px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:var(--theme3);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
}

.process_step h6{
    font-size:14px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom:5px;
}

.process_step p{
    font-size:12px;
    line-height:1.5;
    color:#666;
    margin:0;
}

.visa_apply_box {
    background: var(--theme3);
    color: #fff;
    border-radius: 12px;
    padding: 20px 18px;
    height: 100%;
}

.visa_apply_box h3 {
    font-size: 28px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.visa_apply_box p {
    font-size: 14px;
    opacity: .95;
    margin-bottom: 12px;
}

.visa_apply_box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.visa_apply_box ul li {
    margin-bottom: 12px;
    font-size: 14px;
    display: inline-block;
    width: 24%;
}

.visa_apply_box ul li i{
    margin-right:8px;
}

.apply_now_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border: 2px solid #fff;
    color: var(--theme2);
    text-decoration: none;
    padding: 14px;
    border-radius: 8px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.apply_now_btn:hover{
	background: var(--theme3);
    color:#fff;
}

.help_text {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
}

.help_text a{
    color:#fff;
    font-weight:600;
    text-decoration:none;
	transition: all .3s ease;
}
.help_text a:hover {
	letter-spacing: 1px;
    text-decoration: underline;
    text-decoration-thickness: 1.2px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
}

@media(max-width:991px){

    .process_step{
        margin-bottom:15px;
    }
	.visa_apply_box ul li {
    margin-bottom: 12px;
    font-size: 14px;
    display: inline-block;
    width: 40%;
}


}

@media(max-width:768px){
	.visa_apply_box h3 {
		font-size: 24px;
	}

}

@media(max-width:576px){
	.feature_box {
		border-right: 0px;
		justify-content: flex-start;
	}
}

@media(max-width:480px){
	.visa_process_box h4 {
		font-size: 22px;
	}
	.visa_apply_box h3 {
		font-size: 22px;
	}
	.visa_apply_box ul li {
		margin-bottom: 12px;
		font-size: 14px;
		display: inline-block;
		width: 49%;
	}
	.visa_process_section {
		padding-bottom: 0px !important;
	}

}
/* ============visa-fees-other-css============ */
/* ============track-page-css============ */

.visa_status_banner {
    position: relative;
    overflow: hidden;
    padding: 90px 50px;
    padding-bottom: 80px;
}

.visa_status_content{
    color:#fff;
}

.visa_status_tag{
    display:inline-block;
    padding:8px 18px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.visa_status_content h1{
    font-size:54px;
    line-height:1.15;
    /* font-weight:800; */
    font-weight: 300;
    margin-bottom:18px;
}

.visa_status_content h1 span {
    display: block;
    color: var(--theme1);
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-weight: var(--theme-heading-font-weight) !important;
}

.visa_status_content p{
    /* max-width:500px; */
    max-width: 560px;
    color:rgba(255,255,255,.85);
    font-size:18px;
    margin-bottom:35px;
}

.visa_status_features{
    margin-top:15px;
}

.status_feature{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    font-size:14px;
    font-weight:500;
}

.status_feature i {
    background: #0088c81a;
    color: #fff;
    padding: 4px 6px;
    font-size: 22px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 1px #fff;
}

.visa_status_image{
    text-align:right;
}

.visa_status_image img{
    max-width:100%;
    height:auto;
    object-fit:contain;
}

@media(max-width:992px){

    .visa_status_banner{
        /* padding:50px 25px; */
        padding: 80px 25px 50px;
    }

    .visa_status_content h1{
        font-size: 42px;
    }

    .visa_status_content p{
        font-size: 16px;
    }

    .visa_status_image{
        text-align:center;
        margin-top:30px;
    }
}
@media(max-width:768px){

    .visa_status_banner{
        /* padding:50px 25px; */
        padding: 80px 25px 50px;
    }

    .visa_status_content h1{
        font-size: 36px;
    }

    .visa_status_content p{
        font-size: 15px;
    }

    .visa_status_image{
        text-align:center;
        margin-top:30px;
    }
}
@media(max-width:576px){

    .visa_status_banner{
        /* padding:50px 25px; */
        padding: 80px 12px 50px;
    }

    .visa_status_content h1{
        font-size: 30px;
    }
	
	.visa_status_content h1 span {
		display: inline;
	}

    .visa_status_content p{
        font-size: 15px;
    }

    .visa_status_image{
        text-align:center;
        margin-top:30px;
    }
	.status_feature i {
		font-size: 18px;
		width: 38px;
		min-width: 38px;
		height: 38px;
	}
	
}



.visa_status_checker_section {
    position: relative;
    margin-top: -64px;
    z-index: 8;
    margin-bottom: 42px;
}
.visa_status_checker_box{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:14px;
    padding:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.visa_status_breadcrumb{
    font-size:13px;
    margin-bottom:20px;
    color:#666;
}

.visa_status_breadcrumb a{
    color:var(--theme1);
    text-decoration:none;
}

.visa_status_breadcrumb span{
    margin:0 4px;
}

.visa_status_left {
    background: #f5f5f5;
    border-radius: 8px;
    margin-top: 10px;
    padding: 8px;
}
.visa_status_left .visa_status_left_top {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 100%;
    margin-top: 10px;
}

.visa_status_icon {
    position: relative;
    min-width: 130px;
    width: 130px;
    height: 130px;
    background: #ecf6fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visa_status_icon .track_left_img {
    width: 110px;
}

.visa_status_icon > i{
    font-size:55px;
    color:var(--theme1);
}

.visa_status_icon span{
    position:absolute;
    right:-5px;
    bottom:-5px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#28c76f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.visa_status_content h3 {
    font-size: 22px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #1d4fa3;
    margin-bottom: 12px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.visa_status_content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.visa_status_left .visa_status_content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.visa_status_help {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    margin-top: 10px;
}

.visa_status_help i {
    color: var(--theme1);
    font-size: 22px;
    margin-top: 6px;
}

.visa_status_help strong {
    display: block;
    margin-bottom: 3px;
    color: #000;
}
.visa_status_help strong p {
    display: inline-block;
    font-size: 13px;
    color: #666;
	margin-bottom: 0px;
}

.visa_status_form label{
    font-size:15px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom:10px;
    display:block;
}

.visa_status_form .form-control {
    height: 52px;
    border: 1px solid #dce5ef;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
}
.visa_status_form .form-control:focus {
    height: 52px;
    border: 1px solid var(--theme1);
    outline: none;
    box-shadow: none;
}

.visa_status_form .apply_btn{
    width:100%;
    height:52px;
}

.status_note{
    margin-top:12px;
    font-size:13px;
    color:#7a7a7a;
}

.status_note i{
    color:var(--theme1);
    margin-right:6px;
}

.sample_reference {
    margin-top: 12px;
}

.sample_reference h6{
    font-size:14px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom:12px;
}

.reference_tags{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.reference_tags span{
    background:#f5f8fc;
    border:1px solid #e2e8f0;
    padding:10px 15px;
    border-radius:6px;
    font-size:13px;
    font-weight:600;
}

.visa_status_notice{
    margin-top:20px;
    background:#eefbf3;
    border:1px solid #ccefd8;
    color:#2d8a57;
    padding:12px 15px;
    border-radius:8px;
    text-align:center;
    font-size:13px;
}

.visa_status_notice i{
    margin-right:6px;
}

@media(max-width:992px){

    .visa_status_left{
        border-right:none;
        border-bottom:1px solid #e8edf5;
        padding-right:0;
        padding-bottom:20px;
        margin-bottom:20px;
        flex-direction:column;
        text-align:center;
    }
	.visa_status_content {
    text-align: left;
}
.visa_status_icon {
    position: relative;
    min-width: 100px;
    width: 100px;
    height: 100px;
}
.visa_status_icon .track_left_img {
    width: 84px;
}
.visa_status_content h3 br {
    display: none;
}


}

@media(max-width:768px){
	.visa_status_content p {
		font-size: 15px;
	}
	.status_feature span {
		font-size: 14px;
	}
	.visa_status_banner .container {
		padding-bottom: 0px;
	}
	.visa_status_checker_section {
    position: relative;
    margin-top: -40px;
    z-index: 8;
    margin-bottom: 42px;
}

}

@media(max-width:576px) {
	.visa_status_banner .container {
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
	}
	.status_feature span {
    font-size: 13px;
}
.status_feature i {
    font-size: 17px;
    width: 34px;
    min-width: 34px;
    height: 34px;
}
.visa_status_content p {
    font-size: 14px;
}
.visa_status_icon {
    position: relative;
    min-width: 84px;
    width: 84px;
    height: 84px;
}
.visa_status_icon .track_left_img {
    width: 68px;
}
.visa_status_content h3 {
    font-size: 20px;
	margin-bottom: 4px;
}
.visa_status_help i {
    font-size: 18px;
}
.visa_status_help strong {
    font-size: 14px;
}


}

@media(max-width:480px) {
	.reference_tags span {
    padding: 6px 6px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}
.visa_status_icon {
    position: relative;
    min-width: 74px;
    width: 74px;
    height: 74px;
}
.visa_status_icon .track_left_img {
    width: 58px;
}
.visa_status_content h3 {
    font-size: 17px;
}
.visa_status_left .visa_status_content p {
    font-size: 13px;
}
.visa_status_help strong {
    text-align: left;
    font-size: 14px;
}
.visa_status_help strong p {
    display: inline;
    font-size: 13px;
}
.visa_status_form .form-control {
    font-size: 15px;
}
.visa_status_notice {
    padding: 8px 10px;
    font-size: 13px;
}
.visa_status_tag {
    font-size: 11px;
}

}
/* ============track-status-section-css============ */
.visa_status_steps_section {
    background: #f5f5f5;
}
.visa_status_heading h2 {
    font-size: 32px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: var(--theme2);
    margin-bottom: 10px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.visa_status_heading p{
    color:#666;
    margin-bottom:0;
}

/* Step Box */

.visa_step_box,
.track_info_box{
    position:relative;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:30px 20px;
    text-align:center;
    height:100%;
    transition:.3s;
}

.visa_step_box:hover,
.track_info_box:hover{
    transform:translateY(-5px);
}

.visa_step_box .step_number{
    position:absolute;
    top:15px;
    left:15px;
    width:32px;
    height:32px;
    border-radius:50%;
    background:var(--theme3);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
}

.visa_step_box .step_icon {
    width: 70px;
    height: 70px;
    margin: auto;
    background: #0088c81a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.visa_step_box .step_icon i{
    font-size:35px;
    color:var(--theme1);
}

.visa_step_box h5{
    font-size:18px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
}

.visa_step_box p,
.track_info_box p,
.why_choose_box p{
    color:#666;
    font-size:14px;
    margin-bottom:0;
}

/* Track Box */

.track_info_box i {
    font-size: 36px;
    margin-bottom: 15px;
    box-shadow: 0 0 4px;
    border-radius: 50%;
    padding: 6px 6px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.track_info_box h6{
    font-size:16px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
}

/* Why Choose */

.why_choose_wrapper {
    background: #f8fbff;
    border: 1px solid #e5edf5;
    border-radius: 15px;
    padding: 20px 16px;
}

.why_choose_wrapper h2 {
    color: var(--theme2);
    font-size: 32px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
	background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.why_choose_box {
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    border-right: 1px solid #d2d2d2;
    padding-right: 6px;
}
.why_choose_box.lasts_bxs {
    border-right: 0px solid #d2d2d2;
}

.why_choose_box i {
    font-size: 35px;
    color: var(--theme1);
    margin-right: 12px;
}
.why_choose_box .why_choose_texts_bxs {
    text-align: left;
}
.why_choose_box h6 {
    font-size: 16px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #000;
}

@media (max-width: 992px) {
.visa_status_heading h2 {
    font-size: 30px;
}
.why_choose_wrapper h2 {
    font-size: 30px;
}
.visa_step_box .step_icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
}
.visa_step_box .step_icon i {
    font-size: 28px;
}
.track_info_box i {
    font-size: 28px;
    width: 58px;
    min-width: 58px;
    height: 58px;
}
.why_choose_box i {
    font-size: 28px;
}
.why_choose_box h6 {
    font-size: 15px;
}
.visa_step_box p, .track_info_box p, .why_choose_box p {
    font-size: 13px;
}
.why_choose_box.dtrsts {
    border-right: 0px;
}
	
}
@media (max-width: 768px) {
	.visa_status_heading h2 {
    font-size: 26px;
}
.visa_status_heading p {
    font-size: 15px;
}
.visa_step_box .step_icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
}
.visa_step_box .step_icon i {
    font-size: 24px;
}
.track_info_box i {
    font-size: 24px;
    width: 50px;
    min-width: 50px;
    height: 50px;
}
.visa_step_box h5 {
    font-size: 16px;
}
.why_choose_wrapper h2 {
    font-size: 26px;
}
.why_choose_box i {
    font-size: 26px;
    margin-right: 8px;
}
.why_choose_box.dtrsts {
    border-right: 1px solid #d2d2d2;
}
.why_choose_box.dtrst {
    border-right: 0px;
}
.why_choose_box.dtrste {
    border-right: 0px;
}


}
@media (max-width: 576px) {
	.why_choose_box {
		border-right: 0px;
	}
	.why_choose_box.dtrsts {
		border-right: 0px;
	}
	.why_choose_box.dtrst {
		border-right: 0px;
	}
	.why_choose_box.dtrste {
		border-right: 0px;
	}
	.why_choose_visa_section {
		padding: 0px !important;
	}
	.visa_status_heading h2 {
    font-size: 22px;
}
.visa_step_box .step_icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
}
.visa_step_box .step_icon i {
    font-size: 20px;
}
.track_info_box i {
    font-size: 20px;
    width: 44px;
    min-width: 44px;
    height: 44px;
}

	
}
@media (max-width: 480px) {
	.why_choose_wrapper h2 {
    font-size: 22px;
}


}


/* ============track-other-css============ */

.section_title h3 {
    font-size: 30px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: var(--theme2);
    margin-bottom: 10px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.section_title p{
    color:#666;
    margin-bottom:20px;
}

/* Left Side */

.info_card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8fbff;
    border: 1px solid #e4edf5;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 15px;
    transition: .3s;
}

.info_card:hover,
.visa_type_card:hover{
    transform:translateY(-3px);
}

.info_icon{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:12px;
    background:#eef6ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.info_icon i{
    font-size:30px;
    color:var(--theme1);
}

.info_content h5{
    font-size:20px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom:8px;
    color:var(--theme2);
}

.info_content p{
    margin:0;
    color:#666;
    font-size:14px;
}

/* Right Side */

.visa_type_card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border: 1px solid #e4edf5;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 15px;
    transition: .3s;
}

.visa_type_icon {
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 12px 0px 0px 12px;
    background: #eef6ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visa_type_icon i{
    font-size:30px;
    color:#2563eb;
}

.visa_type_icon.transit i{
    color:#f59e0b;
}

.visa_type_icon.visit i{
    color:#16a34a;
}

.visa_type_content h5{
    font-size:20px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom:6px;
    color:#0f4db8;
}

.visa_type_content p{
    margin:0;
    color:#666;
    font-size:14px;
}

.explore_link{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    color:#0f4db8;
    margin-top:10px;
	transition: all .3s ease-in-out;
	position: relative;
}
.explore_link:after{
	content: '';
	position:absolute;
	top: 25px;
	left: 3px;
	width: 100%;
	height: 1.3px;
	background: var(--theme2);
	opacity: 0;
	transition: all .3s ease-in-out;
}
.explore_link i {
    vertical-align: middle;
    font-size: 15px;
	padding-left: 4px;
}
.explore_link:hover{
    color:var(--theme2);
	padding-left: 6px;
}
.explore_link:hover:after{opacity:1;padding-left: 4px;}

@media(max-width:991px){

    .section_title h3{
        font-size:24px;
    }

    .info_card,
    .visa_type_card{
        gap:15px;
    }

    .info_icon,
    .visa_type_icon{
        min-width:60px;
        width:60px;
        height:60px;
    }

    .info_content h5,
    .visa_type_content h5{
        font-size:18px;
    }

}

@media(max-width: 576px){
	.section_title h3 {
    font-size: 22px;
}
.info_icon, .visa_type_icon {
    min-width: 46px;
    width: 46px;
    height: 46px;
    border-radius: 10px;
}
.info_icon i {
    font-size: 20px;
}
.info_card, .visa_type_card {
    gap: 10px;
    padding: 6px;
}
.info_content h5, .visa_type_content h5 {
    font-size: 16px;
    margin-bottom: 4px;
}
.visa_type_icon i {
    font-size: 20px;
}


}

/* ============track-page-css============ */

/* ============document-page-css============ */
.dubai_documents_section {
    background: #f5f5f5;
}
.document_left_side_bxs {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 12px;
    padding: 14px 12px;
    margin-top: 12px;
}
.document_left_side_bxs .document_left_side_img {
    width: 150px;
    min-width: 150px;
    height: auto;
    padding: 10px;
    background: #ecf6fc;
    border-radius: 12px;
}
.document_left_side_bxs .document_left_side_img img {
    width: 140px;
    height: auto;
}

.document_left_side_bxs .document_left_side_cntnt h3 {
    font-size: 22px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.document_left_side_bxs .document_left_side_cntnt p {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}

/*------------*/

.dubai_documents_main *{
    box-sizing:border-box;
}

.dubai_documents_main img{
    max-width:100%;
}

.dubai_documents_main a{
    text-decoration:none;
}

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

.dubai_documents_main .dubai_documents_title {
    font-size: 32px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: var(--theme1);
    margin-bottom: 8px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.dubai_documents_main .dubai_documents_subtitle{
    font-size:14px;
    color:#666;
    margin-bottom:0;
}

/*=========================
      TOP DOCUMENT CARDS
=========================*/

.dubai_documents_main .dubai_document_card {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: .3s;
}

.dubai_documents_main .dubai_document_card:hover{
    transform:translateY(-5px);
    border-color:var(--theme1);
}

.dubai_documents_main .dubai_document_icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #ecf6fc;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--theme1);
    position: relative;
}

.dubai_documents_main .dubai_document_icon span{
    position:absolute;
    right:0;
    bottom:5px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#20c45a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
}

.dubai_documents_main .dubai_document_card h5{
    font-size:18px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    color:var(--text);
    margin-bottom:12px;
    line-height:1.4;
}

.dubai_documents_main .dubai_document_card p{
    font-size:14px;
    line-height:1.7;
    color:#666;
    margin-bottom:0;
}

/*=========================
      CHECKLIST SECTION
=========================*/

.dubai_documents_main .dubai_checklist_wrapper{
    background:var(--theme3);
    border-radius:15px;
    padding:30px;
}

.dubai_documents_main .dubai_checklist_content h4{
    color:#fff;
    font-size:26px;
    /* font-weight:700; */
    font-weight: var(--theme-heading-font-weight);
    margin-bottom:10px;
}

.dubai_documents_main .dubai_checklist_content p{
    color:#dfe9ff;
    font-size:14px;
    line-height:1.8;
    margin-bottom:0;
}

.dubai_documents_main .dubai_checklist_item{
    text-align:center;
}

.dubai_documents_main .checklist_icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 12px;
    font-size:30px;
}

.dubai_documents_main .checklist_icon.passport{
    color:#20b15a;
}

.dubai_documents_main .checklist_icon.photo{
    color:#8854ff;
}

.dubai_documents_main .checklist_icon.id{
    color:#d4a400;
}

.dubai_documents_main .checklist_icon.ticket{
    color:#0090D4;
}

.dubai_documents_main .checklist_icon.home{
    color:#17b890;
}

.dubai_documents_main .dubai_checklist_item span{
    color:#fff;
    font-size:13px;
    line-height:1.4;
    display:block;
}

/*=========================
      READY TO APPLY
=========================*/

.dubai_documents_main .dubai_ready_apply_wrapper {
    border: 2px dashed var(--theme1);
    border-radius: 15px;
    padding: 25px 30px;
}

.dubai_documents_main .dubai_apply_content{
    display:flex;
    align-items:center;
    gap:20px;
}

.dubai_documents_main .apply_left_icon {
    width: 85px;
    height: 85px;
    min-width: 85px;
    border-radius: 50%;
    background: #ecf6fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    color: var(--theme1);
    position: relative;
}

.dubai_documents_main .apply_left_icon span{
    position:absolute;
    right:0;
    bottom:5px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#20c45a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
}

.dubai_documents_main .dubai_apply_content h4 {
    font-size: 28px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: var(--text);
    margin-bottom: 8px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.dubai_documents_main .dubai_apply_content p{
    font-size:14px;
    color:#666;
    margin-bottom:0;
    line-height:1.8;
}

.dubai_documents_main .dubai_apply_btn{
    background:var(--theme3);
    color:#fff;
    padding:12px 28px;
    border-radius:6px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.dubai_documents_main .dubai_apply_btn:hover{
    color:#fff;
    transform:translateY(-2px);
	background:var(--theme2);
}

.dubai_documents_main .apply_note{
    font-size:13px;
    color:#666;
    margin-top:8px;
}

/*=========================
       LARGE SCREEN
=========================*/

@media(min-width:1400px){

    .dubai_documents_main .container{
        max-width:1320px;
    }

}

/*=========================
       TABLET
=========================*/

@media(max-width:991px){

    .dubai_documents_main .dubai_documents_title{
        font-size:28px;
    }

    .dubai_documents_main .dubai_checklist_content{
        text-align:center;
        margin-bottom:25px;
    }

    .dubai_documents_main .dubai_apply_content{
        flex-direction:column;
        text-align:center;
    }

    .dubai_documents_main .dubai_apply_btn{
        margin-top:15px;
    }

}

/*=========================
       MOBILE
=========================*/

@media(max-width:767px){

    .dubai_documents_main .dubai_documents_title{
        font-size:24px;
        line-height:1.4;
    }

    .dubai_documents_main .dubai_documents_subtitle{
        font-size:13px;
    }

    .dubai_documents_main .dubai_document_card{
        padding:25px 18px;
    }

    .dubai_documents_main .dubai_document_icon {
		width: 60px;
		height: 60px;
		font-size: 26px;
	}
	.dubai_documents_main .dubai_document_icon span {
		position: absolute;
		right: 0;
		bottom: 0px;
		width: 20px;
		height: 20px;
		font-size: 10px;
	}

    .dubai_documents_main .dubai_document_card h5{
        font-size:17px;
    }

    .dubai_documents_main .dubai_checklist_wrapper{
        padding:25px 20px;
    }

    .dubai_documents_main .dubai_checklist_content h4{
        font-size:22px;
    }

    .dubai_documents_main .checklist_icon{
        width:65px;
        height:65px;
        font-size:26px;
    }

    .dubai_documents_main .dubai_checklist_item{
        margin-bottom:20px;
    }

    .dubai_documents_main .dubai_ready_apply_wrapper{
        padding:20px;
    }

    .dubai_documents_main .apply_left_icon{
        width:75px;
        height:75px;
        min-width:75px;
        font-size:32px;
    }

    .dubai_documents_main .dubai_apply_content h4{
        font-size:22px;
    }

    .dubai_documents_main .dubai_apply_btn{
        width:100%;
        justify-content:center;
    }

}

/*=========================
      SMALL MOBILE
=========================*/

@media(max-width:575px){

    .dubai_documents_main .dubai_documents_title{
        font-size:22px;
    }

    .dubai_documents_main .dubai_document_card{
        padding:22px 15px;
    }

    .dubai_documents_main .dubai_checklist_wrapper{
        padding:20px 15px;
    }

    .dubai_documents_main .dubai_ready_apply_wrapper{
        padding:18px 15px;
    }

    .dubai_documents_main .dubai_apply_content h4{
        font-size:20px;
    }
	.dubai_documents_main .dubai_document_icon {
    width: 56px;
    height: 56px;
    font-size: 26px;
}
.dubai_documents_main .dubai_document_icon span {
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 20px;
    height: 20px;
    font-size: 10px;
}
.dubai_documents_main .checklist_icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.document_left_side_bxs .document_left_side_img {
    width: 80px;
    min-width: 80px;
    height: auto;
    padding: 5px;
}
.document_left_side_bxs .document_left_side_img img {
    width: 70px;
    height: auto;
}
.document_left_side_bxs .document_left_side_cntnt h3 {
    font-size: 18px;
}
.document_left_side_bxs .document_left_side_cntnt h3 br {
    display: none;
}
.document_left_side_bxs .document_left_side_cntnt p {
    font-size: 14px;
}

}

@media(max-width: 480px){
	.dubai_documents_main .dubai_checklist_item span {
    font-size: 11px;
}
.dubai_documents_main .checklist_icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
}


}

/* ============document-page-css============ */

/* ============payment-details-page-css============ */

.payment_banner_main *{
    box-sizing:border-box;
}
.payment_banner_main {
    background: #fbfdff;
    padding: 10px 0px;
    padding-bottom: 10px;
}
.payment_banner_main .payment_banner_wrapper {
    border-radius: 12px;
    padding: 0;
    box-shadow: none;
    overflow: hidden;
}

/* Left Side */

.payment_banner_main .payment_banner_content{
    display:flex;
    align-items:center;
    gap:20px;
}

.payment_banner_main .payment_banner_icon {
    width: 144px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.payment_banner_main .payment_banner_icon .fa-mobile-screen-button{
    font-size:72px;
    color:#4d8df7;
}

.payment_banner_main .payment_card_icon{
    position:absolute;
    right:8px;
    bottom:18px;
    font-size:32px;
    color:#1b67ff;
}

.payment_banner_main .payment_banner_icon span{
    position:absolute;
    top:12px;
    right:5px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#f9b233;
    color:#fff;
    font-size:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.payment_banner_main .payment_banner_text h2 {
    font-size: 34px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: #1b2430;
    margin-bottom: 8px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.payment_banner_main .payment_banner_text p{
    font-size:14px;
    color:#6b7280;
    line-height:1.7;
    margin:0;
    max-width:380px;
}

/* Right Side */

.payment_banner_main .payment_step_wrapper{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:relative;
}

.payment_banner_main .payment_step{
    text-align:center;
    position:relative;
    flex:1;
}

.payment_banner_main .payment_step:not(:last-child)::after{
    content:'';
    position:absolute;
    top:16px;
    left:60%;
    width:80%;
    height:2px;
    background:#e5e7eb;
    z-index:1;
}

.payment_banner_main .step_icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#f1f5f9;
    color:#9ca3af;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 10px;
    position:relative;
    z-index:2;
    font-size:13px;
}

.payment_banner_main .payment_step h6{
    font-size:12px;
    font-weight:600;
    color:#374151;
    margin-bottom:2px;
}

.payment_banner_main .payment_step span{
    font-size:11px;
    color:#6b7280;
}

.payment_banner_main .payment_step.completed .step_icon{
    background:#14833b;
    color:#fff;
}

.payment_banner_main .payment_step.active .step_icon {
    background: var(--theme3);
    color: #fff;
}

.payment_banner_main .payment_step.active::before{
    content:'';
    position:absolute;
    bottom:-8px;
    left:50%;
    transform:translateX(-50%);
    width:44px;
    height:3px;
    background: var(--theme2);
    border-radius:10px;
}

.payment_banner_main .payment_step.active h6, .payment_banner_main .payment_step.active span {
    color: var(--theme2);
    font-weight: 600;
}

/* Responsive */

@media(max-width:991px){

    .payment_banner_main .payment_banner_content{
        margin-bottom:30px;
    }

    .payment_banner_main .payment_banner_text h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .payment_banner_main .payment_banner_wrapper{
        padding:20px;
    }

    .payment_banner_main .payment_banner_content{
        flex-direction:column;
        text-align:center;
        gap:15px;
    }

    .payment_banner_main .payment_banner_text h2{
        font-size:28px;
    }

    .payment_banner_main .payment_banner_text p{
        max-width:100%;
    }

    .payment_banner_main .payment_step_wrapper{
        flex-wrap:wrap;
        gap:20px;
    }

    .payment_banner_main .payment_step{
        flex:0 0 48%;
    }

    .payment_banner_main .payment_step:not(:last-child)::after{
        display:none;
    }
}

@media(max-width:575px){

    .payment_banner_main .payment_step{
        flex:0 0 100%;
    }

    .payment_banner_main .payment_banner_text h2{
        font-size:24px;
    }

    .payment_banner_main .payment_banner_icon{
        width:80px;
        height:80px;
    }

    .payment_banner_main .payment_banner_icon .fa-mobile-screen-button{
        font-size:60px;
    }
}


.application_info_main {
    background: #fbfdff;
    padding-bottom: 20px;
}

.application_info_box {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    padding: 18px 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.application_info_box .application_info_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.application_info_box .application_info_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.application_info_box .application_icon{
    background:#e9f1ff;
    color:#2458d3;
}

.application_info_box .status_icon{
    background:#e9f8ec;
    color:#198754;
    border-radius:50%;
}

.application_info_box .applicant_icon{
    background:#f2ebff;
    color:#6f42c1;
}

.application_info_box .application_info_content span{
    display:block;
    font-size:12px;
    font-weight:600;
    color:#6b7280;
    margin-bottom:3px;
}

.application_info_box .application_info_content h5 {
    margin: 0;
    font-size: 18px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: var(--theme1);
}

.application_info_box .application_info_content label{
    display:inline-block;
    margin:0;
    padding:4px 10px;
    border-radius:6px;
    background:#dff5e4;
    color:#198754;
    font-size:12px;
    font-weight:600;
}

.application_info_box .application_info_content p{
    margin:0;
    font-size:14px;
    color:#374151;
    font-weight:600;
}

/* Responsive */

@media(max-width:991px){

    .application_info_main .application_info_item{
        margin-bottom:20px;
    }

    .application_info_main .application_info_box{
        padding:20px;
    }
}

@media(max-width:767px){

    .application_info_main .application_info_item{
        gap:12px;
    }

    .application_info_main .application_info_content h5{
        font-size:18px;
    }

    .application_info_main .application_info_content p{
        font-size:13px;
    }
}

@media(max-width:575px){

    .application_info_main .application_info_box{
        padding:15px;
    }

    .application_info_main .application_info_item{
        margin-bottom:15px;
    }

    .application_info_main .application_info_icon{
        width:40px;
        height:40px;
        min-width:40px;
        font-size:16px;
    }

    .application_info_main .application_info_content h5{
        font-size:16px;
    }
}

.payment_features_main {
    background: #fbfdff;
    padding-bottom: 30px;
}
.payment_features_main .payment_features_box{
    background:#fff;
    border:1px solid #d9e1ec;
    border-radius:14px;
    overflow:hidden;
}

.payment_features_main .payment_feature_item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 12px;
    min-height: 100px;
    height: 100%;
}

.payment_features_main .payment_feature_border{
    border-left:1px solid #e4e8ef;
}

.payment_features_main .payment_feature_icon {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.payment_features_main .secure_icon{
    color:#27ae60;
}

.payment_features_main .instant_icon{
    color:#f4b400;
}

.payment_features_main .support_icon{
    color:#e84393;
}

.payment_features_main .money_icon{
    color:#1f8ed8;
}

.payment_features_main .money_icon i {
    width: 44px;
    height: 44px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.payment_features_main .payment_feature_content h4 {
    font-size: 16px;
    /* font-weight: 700; */
    font-weight: var(--theme-heading-font-weight);
    color: var(--theme2);
    margin-bottom: 3px;
}

.payment_features_main .payment_feature_content p {
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}

/* Tablet */

@media(max-width:991px){

    .payment_features_main .payment_feature_border{
        border-left:none;
    }

    .payment_features_main .payment_feature_item{
        border-bottom:1px solid #e4e8ef;
    }

    .payment_features_main .col-md-6:nth-last-child(-n+2) 
    .payment_feature_item{
        border-bottom:none;
    }
}

/* Mobile */

@media(max-width:767px){

    .payment_features_main .payment_feature_item{
        padding:18px;
        gap:15px;
        min-height:auto;
    }

    .payment_features_main .payment_feature_icon{
        width:48px;
        height:48px;
        min-width:48px;
        font-size:34px;
    }

    .payment_features_main .payment_feature_content h4{
        font-size:17px;
    }

    .payment_features_main .payment_feature_content p{
        font-size:13px;
    }

    .payment_features_main .money_icon i{
        width:46px;
        height:46px;
        font-size:20px;
    }
}

@media(max-width:575px){

    .payment_features_main .payment_feature_item{
        flex-direction:column;
        text-align:center;
    }

    .payment_features_main .payment_feature_item{
        border-bottom:1px solid #e4e8ef;
    }

    .payment_features_main .col-lg-3:last-child .payment_feature_item{
        border-bottom:none;
    }
}

/* ============payment-details-page-css============ */

/* ============how-to-apply-page-css============ */

.easy_steps_main .easy_steps_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.easy_steps_main .easy_steps_subtitle{
    font-size:16px;
    color:#6b7280;
    margin-bottom:50px;
}

/* Timeline */

.easy_steps_main .easy_steps_timeline{
    position:relative;
}

.easy_steps_main .easy_steps_timeline:before{
    content:'';
    position:absolute;
    left:30px;
    top:0;
    bottom:0;
    border-left:3px dashed #cfd8e3;
}

/* Step Card */

.easy_steps_main .easy_step_row {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 70px;
    box-shadow: 0 4px 15px rgba(0,0,0,.04);
}

.easy_steps_main .step_number{
    position:absolute;
    left:-70px;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border-radius:50%;
    background:var(--theme3);
    color:#fff;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    box-shadow:0 5px 15px rgba(0,144,212,.25);
}

/* Images */

.easy_steps_main .step_image_box{
    text-align:center;
}

.easy_steps_main .step_image_box img {
    max-width: 100%;
    width: 100%;
    max-height: 220px;
    object-fit: fill;
}

/* Content */

.easy_steps_main .step_content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.easy_steps_main .step_content p{
    font-size:15px;
    color:#6b7280;
    margin-bottom:18px;
}

.easy_steps_main .step_content ul{
    list-style:none;
    padding:0;
    margin:0;
}

.easy_steps_main .step_content ul li{
    font-size:15px;
    color:#374151;
    margin-bottom:12px;
    display:flex;
    align-items:flex-start;
    gap:10px;
    line-height:1.7;
}

.easy_steps_main .step_content ul li i{
    color:#16a34a;
    margin-top:4px;
}

/* Info Cards */

.easy_steps_main .step_info_card{
    border-radius:14px;
    padding:20px;
    height:100%;
}

.easy_steps_main .step_info_card h5{
    font-size:17px;
    font-weight:700;
    margin-bottom:12px;
}

.easy_steps_main .step_info_card p{
    font-size:14px;
    color:#4b5563;
    line-height:1.8;
    margin-bottom:0;
}

.easy_steps_main .step_info_card ul{
    margin:0;
    padding-left:18px;
}

.easy_steps_main .step_info_card ul li{
    margin-bottom:8px;
    font-size:14px;
    color:#4b5563;
}

/* Card Colors */

.easy_steps_main .blue_card{
    background:#eef7ff;
    border:1px solid #cfe7ff;
}

.easy_steps_main .blue_card h5{
    color:#00608D;
}

.easy_steps_main .green_card{
    background:#effff1;
    border:1px solid #cbf3d0;
}

.easy_steps_main .green_card h5{
    color:#15803d;
}

.easy_steps_main .purple_card{
    background:#f5f1ff;
    border:1px solid #e2d8ff;
}

.easy_steps_main .purple_card h5{
    color:#6d28d9;
}

.easy_steps_main .yellow_card{
    background:#fff9e8;
    border:1px solid #ffe4a3;
}

.easy_steps_main .yellow_card h5{
    color:#b7791f;
}

/* Why Choose */

.easy_steps_main .why_choose_bar{
    background: #f8fafc;
    border: 1px solid #e7e7e7;
    border-radius:18px;
    padding:20px 20px;
    margin-top:20px;
    text-align:center;
}

.easy_steps_main .why_choose_bar h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 35px;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.easy_steps_main .why_item {
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
    gap: 10px;
    border-right: 1px solid #d2d2d2;
}
.easy_steps_main .why_item.last {
    border-right: 0px solid #d2d2d2;
}

.easy_steps_main .why_item i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0088c81a;
    color: var(--theme1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin: 0;
}

.easy_steps_main .why_item span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.why_otemms_cntnt_bxsr p {
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 0;
}

/* Hover */

.easy_steps_main .easy_step_row:hover{
    transform:translateY(-2px);
    transition:.3s;
}

.easy_steps_main .why_item:hover i{
    background:var(--theme3);
    color:#fff;
    transition:.3s;
}

/* Tablet */

@media(max-width:992px){
	
	.easy_steps_main .step_image_box img {
		max-width: 100%;
		width: 100%;
		max-height: max-content;
		object-fit: fill;
		
	}

    .easy_steps_main .easy_steps_title{
        font-size:30px;
    }

    .easy_steps_main .easy_step_row {
		margin-left: 64px;
		padding: 25px;
	}

    .easy_steps_main .step_number{
        left:-59px;
        width:50px;
        height:50px;
        font-size:18px;
    }

    .easy_steps_main .step_image_box{
        margin-bottom: 20px;
    }

    .easy_steps_main .step_info_card{
        margin-top:20px;
    }
.easy_steps_main .why_choose_bar h2 {
    font-size: 30px;
}
.easy_steps_main .step_content h3{
	font-size:24px;
}
.easy_steps_main .why_item {
    margin-bottom: 10px;
}
.why_item.twerts {
    border-right: 0px;
}


}

/* Mobile */

@media(max-width:767px){

    .easy_steps_main .easy_steps_title{
        font-size:26px;
    }

    .easy_steps_main .easy_steps_subtitle{
        font-size:14px;
    }

    .easy_steps_main .easy_steps_timeline:before{
        display:none;
    }

    .easy_steps_main .easy_step_row{
        margin-left:0;
        padding:20px;
    }

    .easy_steps_main .step_number{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        margin:0 auto 20px;
    }

    .easy_steps_main .step_content{
        text-align:left;
    }

    .easy_steps_main .step_content ul li{
        text-align:left;
    }

    .easy_steps_main .step_content h3{
        font-size:22px;
    }

    .easy_steps_main .step_image_box img {
		max-height: max-content;
	}

    .easy_steps_main .why_choose_bar{
        padding:25px 15px;
    }

    .easy_steps_main .why_choose_bar h2{
        font-size:24px;
    }

    .easy_steps_main .why_item{
        margin-bottom:20px;
    }
	.easy_steps_main .step_info_card {
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.easy_steps_main .step_info_card h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
.easy_steps_main .step_info_card {
    margin-top: 4px;
}
.why_item.twerts {
    border-right: 1px solid #d2d2d2;
}
.why_item.twert {
    border-right: 0px;
}


}

@media(max-width:575px){

    .easy_steps_main .step_content h3{
        font-size:19px;
    }

    .easy_steps_main .step_content ul li{
        font-size:14px;
    }

    .easy_steps_main .why_item i{
        width:60px;
        height:60px;
        font-size:22px;
    }
	.easy_steps_main .why_item i {
    width: 38px;
	min-width:38px;
    height: 38px;
    font-size: 17px;
}
.easy_steps_main .why_item span {
    display: block;
    font-size: 14px;
}
.why_otemms_cntnt_bxsr p {
    font-size: 13px;
}
.easy_steps_main .why_item {
    border-right: 0px !important;
    margin-bottom: 20px;
}
.easy_steps_main .why_choose_bar {
    padding: 25px 15px;
    padding-bottom: 6px;
}
.easy_steps_main {
    padding-bottom: 0px !important;
}

}


/* ============how-to-apply-page-css============ */

/* ============express-page-css============ */

.express_banner_btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.add_btn_check {
    background: #fff;
    color: var(--theme1);
    font-size: 16px;
    font-weight: 600;
    padding: 0px 20px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.add_btn_check:hover {
    background: var(--theme3);
    color: #fff;
    transform: translateY(-4px);
}
.express_banner_btn .apply_btn {
    height: 42px;
    padding-left: 22px;
}
.express_banner_btn .apply_btn i {
    font-size: 25px;
    vertical-align: middle;
}


.uae-visa-process {
    background: #f5f5f5;
}

.uae-visa-process .section-title {
    color: #173c8b;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.uae-visa-process .choose-row {
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 12px;
}

.uae-visa-process .choose-box{
    text-align:center;
    padding:25px 15px;
    border-right:1px solid #ececec;
    height:100%;
}

.uae-visa-process .choose-row .col-lg-2:last-child .choose-box{
    border-right:none;
}

.uae-visa-process .choose-icon{
    font-size:34px;
    color:#4169c9;
    margin-bottom:12px;
}

.uae-visa-process .choose-box h6 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.4;
}

.uae-visa-process .choose-box p {
    font-size: 13px;
    color: #7d7d7d;
    margin: 0;
    line-height: 1.5;
}

.uae-visa-process .process-wrapper {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    overflow: visible;
    background: #fff;
    margin-top: 40px;
}

.uae-visa-process .process-box{
    text-align:center;
    padding:55px 20px 30px;
    position:relative;
    border-right:1px solid #ececec;
    min-height:260px;
}

.uae-visa-process .process-wrapper .col-lg:last-child .process-box{
    border-right:none;
}

.uae-visa-process .process-box::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 48%;
    width: 100%;
    height: 2px;
    border: 1px dashed #3566c7;
}

.uae-visa-process .process-wrapper .col-lg:last-child .process-box::after{
    display:none;
}

.uae-visa-process .step-number {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.uae-visa-process .green{
    background:#34b44a;
}

.uae-visa-process .blue{
    background:#1c52c9;
}

.uae-visa-process .purple{
    background:#8a44d8;
}

.uae-visa-process .orange{
    background:#ff8b21;
}

.uae-visa-process .process-icon{
    font-size:48px;
    color:#3f69ca;
    margin-bottom:18px;
}

.uae-visa-process .process-box h5{
    color:#173c8b;
    font-size:16px;
    font-weight:700;
    margin-bottom:12px;
}

.uae-visa-process .process-box p{
    color:#4c4c4c;
    font-size:13px;
    line-height:1.7;
    margin:0;
}

@media(max-width:992px){

    .uae-visa-process .process-box{
        min-height:auto;
        border-bottom:1px solid #ececec;
    }

    .uae-visa-process .process-box::after{
        display:none;
    }

    .uae-visa-process .section-title{
        font-size:22px;
    }
	.uae-visa-process .process-box::after {
		display: none;
		content: "";
		position: absolute;
		top: -1px;
		left: 48%;
		width: 100%;
		height: 2px;
		border: 1px dashed #3566c7;
	}
	
	.uae-visa-process .process-box p {
    font-size: 15px;
}
.uae-visa-process .process-box h5 {
    font-size: 17px;
}
.uae-visa-process .process-icon {
    font-size: 42px;
}
	
}

@media(max-width:576px){

    .uae-visa-process .choose-box{
        padding:18px 10px;
    }

    .uae-visa-process .choose-icon{
        font-size:28px;
    }

    .uae-visa-process .process-icon{
        font-size:38px;
    }

    .uae-visa-process .section-title{
        font-size:22px;
    }
	
	.express_banner_btn {
		display: block;
	}
	.express_banner_btn .apply_btn {
		width: 100%;
		height: 42px;
		text-align: center;
		padding-left: 24px;
		margin-bottom: 10px;
	}
	.express_banner_btn .add_btn_check {
		width: 100%;
		height: 42px;
		text-align: center;
		font-size: 15px;
	}
	
}



.uae-documents-info{
    padding: 0px 0;
}

.uae-documents-info .uae-info-box{
    background: #f8fafc;
    border: 1px solid #e7e7e7;
    border-radius:12px;
    padding:25px;
    height:100%;
}

.uae-documents-info .uae-info-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    background-position: 100% 50%;
    background: var(--theme3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.uae-documents-info .uae-info-list{
    list-style:none;
    padding:0;
    margin:0;
}

.uae-documents-info .uae-info-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:18px;
    color:#4b5563;
    font-size:15px;
    line-height:1.6;
}

.uae-documents-info .uae-info-list li:last-child{
    margin-bottom:0;
}

/* Green Tick */
.uae-documents-info .uae-info-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    color:#28a745;
    font-size:18px;
    font-weight:700;
}

/* Blue Info Style */
.uae-documents-info .info-list li::before{
    content:"i";
    width:18px;
    height:18px;
    border:1px solid #3f6edc;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#3f6edc;
    font-size:11px;
    font-weight:700;
    line-height:1;
}

.uae-documents-info .uae-doc-image{
    text-align:center;
}

.uae-documents-info .uae-doc-image img{
    max-width:100%;
    height:auto;
}

/* Responsive */

@media(max-width:991px){

    .uae-documents-info .uae-info-title{
        font-size:20px;
    }

    .uae-documents-info .uae-doc-image{
        margin-top:25px;
    }
}

@media(max-width:767px){

    .uae-documents-info{
        padding:40px 0;
    }

    .uae-documents-info .uae-info-box{
        padding:20px;
    }

    .uae-documents-info .uae-info-title{
        font-size:18px;
        margin-bottom:20px;
    }

    .uae-documents-info .uae-info-list li{
        font-size:14px;
        margin-bottom:14px;
    }
}


/*--help-section-css--*/

.uae-help-banner{
    padding: 0px 0;
}

.uae-help-banner .uae-help-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: url('..//img/uae_help_sec_bg_image.webp') no-repeat center center;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    /* background-position-y: 72%; */
    width: 100%;
}

.uae-help-banner .uae-help-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(169 207 244 / 90%) 30%, rgb(172 208 246) 60%, rgb(127 191 255 / 20%) 100%);
}

.uae-help-banner .row{
    position:relative;
    z-index:2;
}

.uae-help-banner .uae-help-left{
    padding:45px 0px 35px;
    border-right:1px solid rgba(0,0,0,.08);
}

.uae-help-banner .uae-help-right{
    padding:35px 40px;
}

.uae-help-banner h2 {
    font-size: 32px;
    font-weight: 700;
    color: #15378a;
    margin-bottom: 25px;
}

.uae-help-banner p{
    font-size:18px;
    color:#444;
    margin-bottom:25px;
}

.uae-help-banner .contact-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.uae-help-banner .contact-icon {
    font-size: 24px;
    background: var(--theme3);
    color: #fff;
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uae-help-banner .contact-item:nth-child(2) .contact-icon{
    color:#3569d8;
}

.uae-help-banner .contact-item:nth-child(3) .contact-icon{
    color:#3569d8;
}

.uae-help-banner .contact-content span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme1);
    margin-bottom: 3px;
}

.uae-help-banner .contact-content strong{
    display:block;
    font-size:17px;
    color:#222;
    font-weight:700;
}
.uae-help-banner .contact-content strong .contact_click {
    color: #000;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.contact-item:hover .contact-content strong .contact_click {
    color: var(--theme2);
	padding-left: 6px;
    text-decoration: underline;
    text-decoration-thickness: 1.2px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
}
.uae-help-banner .btn-group-wrap{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.uae-help-banner .apply-btn{
    background:#0d5df5;
    color:#fff;
    padding:14px 35px;
    border-radius:6px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    transition:.3s;
}

.uae-help-banner .apply-btn:hover{
    background:#003fc9;
    color:#fff;
}

.uae-help-banner .check-btn{
    background:#fff;
    color:#0d5df5;
    border:2px solid #cfd7ea;
    padding:14px 35px;
    border-radius:6px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    transition:.3s;
}

.uae-help-banner .check-btn:hover{
    border-color:#0d5df5;
    color:#0d5df5;
}

/* Responsive */

@media(max-width:992px){

    .uae-help-banner .uae-help-left{
        border-right:none;
        border-bottom:1px solid rgba(0,0,0,.08);
    }

    .uae-help-banner h2{
        font-size:24px;
    }

    .uae-help-banner p{
        font-size:16px;
    }
}

@media(max-width:768px){

    .uae-help-banner .uae-help-left,
    .uae-help-banner .uae-help-right{
        padding:25px;
    }

    .uae-help-banner .contact-item{
        margin-bottom:18px;
    }

    .uae-help-banner .contact-icon{
        font-size:22px;
    }

    .uae-help-banner h2{
        font-size:22px;
    }

    .uae-help-banner .btn-group-wrap{
        flex-direction:column;
    }

    .uae-help-banner .apply-btn,
    .uae-help-banner .check-btn{
        width:100%;
        text-align:center;
    }
	.uae-help-banner .btn-group-wrap .add_btn_check {
		text-align: center;
	}
	.uae-help-banner .uae-help-wrapper {
		background-size: cover;
	}


}
@media(max-width:480px){
	.uae-help-banner .uae-help-wrapper {
		background-size: cover;
		background-position: 80%;
	}
	
}

/* ============express-page-css============ */

/* ============repeat-customer-page-css============ */

.repeat_banner_right_form {
    padding: 22px 18px;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 2px #d2d2d2; */
    background: rgba(0, 0, 0, 0.314);
    backdrop-filter: blur(10px);
}

.repeat_banner_form_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    border-bottom: 1px solid #6c6b6b;
    padding-bottom: 12px;
}
.repeat_banner_form_heading .repeat_heading_text {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: -2px;
}
.repeat_banner_form_heading span {
    font-size: 14px;
    color: #dcdcdc;
}
.repeat_banner_form_heading .repeat_icon_right {
    font-size: 18px;
    background: var(--theme3);
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.repeat_banner_right_form .input_form_field .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.repeat_banner_right_form .input_form_field input {
    font-size: 14px;
    background: #fff !important;
    height: 44px;
    outline: none;
    box-shadow: none;
    transition: all .3s ease-in-out;
}
.repeat_banner_right_form .input_form_field input:focus {
    outline: none;
    box-shadow: none;
	border-color: var(--theme1);
}
.repeat_banner_right_form .input_form_field input::placeholder {
    color: #333;
}
.input_form_field .calendar-icon {
    position: absolute;
    top: 10px;
    right: 9px;
}
.repeat_cus_find_btn .apply_btn {
    height: 44px;
}
.repeat_cus_txt {
    font-size: 13px;
    color: #fff;
    text-align: center;
}


.returning-customer-section{
    background:#fff;
}

/* ================= STATS ================= */

.returning-customer-section .rcs-stats-wrapper {
    background: #fff;
    border: 1px solid #e9eef4;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.returning-customer-section .rcs-stat-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:25px;
    border-right:1px solid #edf2f7;
}

.returning-customer-section .rcs-stat-item h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.returning-customer-section .rcs-stat-item p{
    margin:0;
    color:#6f7785;
    font-size:14px;
}

.returning-customer-section .rcs-stat-icon{
    font-size:34px;
}

.returning-customer-section .users{
    color:#0d6efd;
}

.returning-customer-section .star{
    color:#ffb400;
}

.returning-customer-section .support{
    color:#14b85a;
}

.returning-customer-section .shield{
    color:#0d6efd;
}

.returning-customer-section .rcs-rating{
    color:#ffb400;
    font-size:12px;
}

/* ================= FEATURES ================= */

.returning-customer-section .rcs-feature-box {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.returning-customer-section .rcs-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--theme3);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.returning-customer-section .whatsapp {
    background: var(--theme3);
}

.returning-customer-section .rcs-feature-box h5{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}

.returning-customer-section .rcs-feature-box p {
    font-size: 14px;
    margin: 0;
    color: #6f7785;
}

/* ================= HOW IT WORKS ================= */

.returning-customer-section .rcs-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:40px;
}

.returning-customer-section .rcs-title span{
    width:80px;
    height:2px;
    background:#dce3ee;
}

.returning-customer-section .rcs-title h2{
    margin:0;
    font-size:34px;
    font-weight:700;
}

.returning-customer-section .rcs-step-box{
    text-align:center;
}

.returning-customer-section .rcs-step-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--theme3);
    border: 6px solid #dbe7ff;
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.returning-customer-section .rcs-step-box h6{
    margin-top:15px;
    font-size:18px;
    font-weight:700;
}

.returning-customer-section .rcs-step-box p{
    margin:0;
    color:#6f7785;
    font-size:14px;
}

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

.returning-customer-section .rcs-benefits-box {
    background: var(--theme3);
    border-radius: 12px;
    padding: 26px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.returning-customer-section .rcs-benefit-left h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.returning-customer-section .rcs-benefit-left h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.returning-customer-section .rcs-benefit-left span {
    color: #dbe7ff;
}

.returning-customer-section .rcs-benefit-left img {
    width: 16%;
    margin-top: 0;
    position: absolute;
    bottom: -56px;
    left: -34px;
    z-index: 0;
}

.returning-customer-section .rcs-benefit-item{
    text-align:center;
    border-right:1px solid rgba(255,255,255,.15);
    height:100%;
}

.returning-customer-section .rcs-benefit-item i{
    font-size:28px;
    margin-bottom:15px;
    display:block;
}

.returning-customer-section .rcs-benefit-item p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    text-align: left;
}

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

@media(max-width:991px){

    .returning-customer-section .rcs-stat-item{
        border-right:none;
        border-bottom:1px solid #edf2f7;
    }

    .returning-customer-section .rcs-benefit-left{
        text-align:center;
        margin-bottom:30px;
    }

    .returning-customer-section .rcs-benefit-item{
        border-right:none;
    }

    .returning-customer-section .rcs-benefit-left h2{
        font-size:30px;
    }
	.returning-customer-section .rcs-feature-box {
		text-align: center;
	}
	.returning-customer-section .rcs-feature-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto;
}
.returning-customer-section .rcs-title h2 {
    font-size: 30px;
}
.returning-customer-section .rcs-step-icon {
    width: 54px;
    height: 54px;
    font-size: 20px;
}
.returning-customer-section .rcs-benefit-left h5 {
    font-size: 16px;
}
.returning-customer-section .rcs-benefit-item i {
    font-size: 24px;
}


}

@media(max-width:768px){
	.returning-customer-section .rcs-feature-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
}
.returning-customer-section .rcs-feature-box h5 {
    font-size: 18px;
}
.returning-customer-section .rcs-step-icon {
    width: 44px;
    height: 44px;
    border: 2px solid #dbe7ff;
    font-size: 20px;
}
.returning-customer-section .rcs-title h2 {
    margin: 0;
    font-size: 26px;
}
.returning-customer-section .rcs-benefit-left h2 {
    font-size: 26px;
}



}

@media(max-width:576px){
	
	.returning-customer-section .rcs-feature-icon {
		width: 44px;
		height: 44px;
		font-size: 20px;
		margin-bottom: 10px;
	}

    .returning-customer-section .rcs-stat-item h3{
        font-size:24px;
    }
	.returning-customer-section .rcs-benefit-left h2 {
		font-size: 24px;
	}

    .returning-customer-section .rcs-title h2{
        font-size:24px;
    }

    .returning-customer-section .rcs-benefits-box{
        padding:25px;
    }
	.returning-customer-section .rcs-benefit-item i {
    font-size: 22px;
}
.returning-customer-section .rcs-benefit-item p {
    font-size: 13px;
}

}

/* ============repeat-customer-page-css============ */
