﻿:root {
  --theme1: #0090D4;
  --theme2: #00608D;
  --theme3: linear-gradient(135deg, #0090D4, #00608D);
  --theme-color-white: #ffffff;
  --theme-color1-dark: #00608D;
  --theme-color-light: #f8f8f8ff;
  --text-color: #666666;
}
body {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.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: #ecf9ff;
    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;
	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;
}

/* 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 dashed #bbb;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	background: #fafafa;
	transition: all .2s;
	position: relative;
	overflow: hidden;
}

.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: 120px;
	max-height: 120px;
	margin-top: 10px;
	margin: 10px auto;
	border-radius: 6px;
	display: none;
}

.remove-file {
	position: absolute;
	top: 36px;
	right: 24px;
	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;
}

/* 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;
}

.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;
}

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

.payment_main_section {margin-top: 10px; margin-bottom: 40px; }
.payment_main_section .payment-boxs {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    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-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;
    margin: 12px;
    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;
}
.payment_main_section .table th {
    font-size: 15px;
    background: #f8f9fa;
    font-weight: 600;
    color: #555;
    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 {
    background: var(--theme3);
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    padding: 12px 22px;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(158, 158, 158, 0.35);
    transition: all .3s ease-in-out;
}
.payment_main_section .add-applicant-btn:hover {
    transform: translateY(-4px);
    background: var(--theme2);
}

/* Payment Summary */
.payment_main_section .summary-card {
    background: #fbffff;
    border-radius: 12px;
    padding: 16px;
    margin: 12px;
    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;
    margin-bottom: 10px;
    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;
}
.payment_main_section .fee-row #expressFee {
    font-weight: 700;
}
.payment_main_section .fee-row #emergencyFee {
    font-weight: 700;
}
.payment_main_section .fee-row #insuranceFee {
    font-weight: 700;
}
.payment_main_section .total-fee {
    font-size: 17px;
    font-weight: 700;
    color: var(--theme2);
    border-top: 1px dashed var(--theme2);
    padding-top: 15px;
    margin-top: 10px;
}
.payment_main_section .summary-title-sec {
    color: var(--theme1);
    font-size: 18px;
    font-weight: 700;
    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: #ffffff;
    color: #007a26;
    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: 1px solid;
    border-color: var(--theme2);
    background: var(--theme2);
    box-shadow: 0 10px 30px rgba(223, 255, 251, 0.25);
    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;
}

.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;
}
/* 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;
    }
}

.default_str_dtls_other{
    background:#fff;
    padding:20px;
    border-radius:14px;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
}
.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;
    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;
}
.blog-details-left table tbody tr td p {margin-bottom: 0px;}

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