@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-solid-straight/css/uicons-solid-straight.css');
:root {
	--theming1: #fe0000;
	--theming2: #06163a;
	--theming3: #061c21;
	--theming1-hover: #d10000;
	--theme-start-color: linear-gradient(165deg, #06163a 30%, #fe0000 70%);
	--theme-end-color: linear-gradient(165deg, #fe0000 30%, #06163a 70%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Ubuntu Sans", sans-serif;
}

body {
	font-family: "Ubuntu Sans", sans-serif;
}
html, body {
	overflow-x: hidden;
}
.sticky-custom {
    position: sticky;
	position: -webkit-sticky;
    top: 70px;
    z-index: 999;
}
/*--top-navbar-start--*/

.top_navbar_section {
    background-color: var(--theming1);
    padding: 8px 0px;
}
.top_navbar_section .top_nav_text_area .top_nav_click {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.top_navbar_section .top_nav_text_area .top_nav_click:hover {
  color: #d1d1d1;
}

/* navbar css start */
.navbar {
    transition: all 0.3s ease-in-out;
    height: 74px;
    padding: 0;
}

.fixed-top {
    background-color: #fff !important;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #d2d2d2;
}

.navbar.scrolled {
	animation: fixedAnim 1s forwards;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
	position: fixed;
	top: 0;
	z-index: 600;
	background-color: white;
	width: 100%;
}

@keyframes fixedAnim {
	from {
		top: -100px;
	}

	to {
		top: 0;
	}
}

/* .navbar .container {
  width: 90% !important;
  max-width: 90% !important;
} */
/*--.navbar .navbar-logo {
    position: relative;
    top: 0px;
    background-color: var(--theming1);
    padding: 6px;
    padding-top: 20px;
    width: 270px;
    height: 96px;
    margin-top: 21px;
    border-radius: 0 0 8px 8px;
    padding: 12px;
    padding-top: 30px;
}--*/
.navbar .navbar-logo {
    position: relative;
    top: 0px;
    background-color: var(--theming1);
    padding: 6px;
    padding-top: 20px;
    width: 270px;
    /* height: 96px; */
    margin-top: 0;
    border-radius: 0;
    padding: 10px;
    /* padding-top: 12px; */
}

.navbar .navbar-logo img {
    filter: brightness(14.5);
    width: 160px;
}

.navbar.scrolled {
	background-color: #fff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.navbar.scrolled .navbar-logo img {
	filter: unset;
}

.navbar .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 4px 5px;
    border-radius: 3px;
}

.navbar .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: transform 0.4s ease;
}

.navbar .nav-link.active {
    color: var(--theming1)!important;
}
.navbar .nav-link:hover {
    color: var(--theming1)!important;
}

.navbar .nav-link:hover::before {
}

.navbar.scrolled .nav-link {
    color: #000;
}
.navbar.scrolled .nav-link:hover {
    color: var(--theming1);
}

.navbar .navbar-nav {
    gap: 6px;
}

.navbar .nav-contact-link {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.navbar .nav-contact-link:hover {
	color: var(--theming1);
}

.navbar .header-content-link {
	height: 35px;
	width: 35px;
	border: 1.6px solid #fff;
	font-size: 15px;
	color: #ffff;
	transition: all 0.3s ease-in-out;
}

.navbar .header-content-link:hover {
	background-color: #ffff;
	color: var(--theming1);
}

.navbar.scrolled .header-content-link,
.navbar.navbar-two .header-content-link {
	border-color: var(--theming1);
	color: var(--theming1);
}

.navbar.scrolled .header-content-link:hover,
.navbar.navbar-two .header-content-link:hover {
	background-color: var(--theming1);
	color: #fff;
}

.navbar.scrolled .nav-contact-link {
	color: #000;
}

.navbar.scrolled .nav-contact-link i {
	color: var(--theming1);
}

.navbar.scrolled .nav-link.active {
    font-weight: 500;
    color: var(--theming1) !important;
}

.navbar.scrolled .nav-link:hover {
	color: var(--theming1);
}

.navbar.scrolled .nav-contact-link:hover {
	color: var(--theming1);
}

.navbar .navbar-toggler {
	height: 36px;
	width: 48px;
	border-radius: 5px;
	padding: 10px;
	font-size: 18px;
	background-color: #ffff;
}

.navbar-two {
	background-color: #FFF;
	position: sticky !important;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.navbar-two.scrolled {
	position: fixed !important;
}

.navbar-two .navbar-logo img {
	filter: brightness(1);
}

.navbar-two .nav-link {
	color: #000;
}

.navbar-two .nav-link.active {
	color: var(--theming1) !important;
}

.navbar-two .nav-link:hover {
	color: var(--theming1);
}

.navbar-two .nav-contact-link {
	color: #000;
}

.navbar-two .nav-contact-link i {
	color: var(--theming1);
}

.navbar .drop-menu {
	top: 180%;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	max-height: 360px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.navbar .drop-menu .drop-link {
    color: #3a3a3a;
    font-size: 14px;
    padding: 10px 12px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.navbar .drop-menu .drop-link:hover {
	color: var(--theming1);
}

.navbar .drop-menu .drop-link::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: var(--theming1);
	transition: all 0.3s ease-in-out;
}

.navbar .drop-menu .drop-link:hover::before {
	left: 0;
}

.navbar .drop-main .nav-link i {
	transition: all 0.3s ease-in-out;
}

.navbar .drop-main:hover .nav-link i {
	transform: rotate(-180deg);
}

.navbar .drop-main:hover .drop-menu {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .nav-item {
	padding-block: 6px;
}

.navbar .drop-main {
	overflow: hidden;
}

.navbar .drop-main:hover {
	overflow: visible;
}

.navbar .urgent-btn {
    background: var(--theming1);
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}
.navbar .urgent-btn:hover {
	background: var(--theming2);
	color: #fff;
}
.navbar .urgent-btn .express_btn_icon {
    width: 26px;
    /* filter: invert(1); */
}

/* navbar css end */

/* hero section start  */

.hero-section {
    height: 620px;
    background: url(../img/new/home-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.hero-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(173, 159, 159, 0.521);
}

.search-card .hero-heading {
    font-size: 30px;
    font-weight: 700;
    font-family: "Ubuntu Sans", sans-serif;
    color: #fff;
}

.hero-section .hero-heading-two {
	background-color: var(--theming1);
	padding: 6px 10px !important;
	font-size: 24px;
  font-family: "Exo", sans-serif;
	border-radius: 6px;
}

.hero-section .hero-content {
	margin-top: 15px;
}

.hero-section .hero-content p {
	line-height: 29px;
	font-size: 17px;
	color: #ececec;
	font-weight: 500;
}

.hero-signup-cta {
	margin-top: -20px;
}

.hero-signup-cta .content-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0 0.2rem 3rem 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0.2rem 3rem 0 rgba(0, 0, 0, .1);
	padding: 35px 60px;
}

.hero-signup-cta .step-wrapper .number {
	display: flex;
	padding-right: 25px;
	position: relative;
	font-weight: 700;
	font-size: 28px;
	color: var(--theming1);
}

.hero-signup-cta .step-wrapper .number::before {
	content: '';
	background-color: var(--theming1);
	position: absolute;
	right: 10px;
	bottom: 12px;
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
}

.hero-signup-cta .step-wrapper .copy-02 {
	font-size: 14px;
	color: #333;
}

.search-card {
    background-color: #ffff;
    padding: 50px 30px;
    border-radius: 8px !important;
}
.search-card-subtitle {
	font-size: 16px;
	font-weight: 600;
	color: var(--theming1);
}

.hero-input-group .hero-label {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}

.search-card .theme-btn {    height: 46px;    border-radius: 6px;    outline: none;    border: 0px;}.search-card .theme-btn:focus {    outline: none;    border: 0px;	box-shadow: none;}

/* hero left side css start */

.search_ctnt_left_area .srch_main_cntnt_bx {
    background: var(--theming1);
    color: #fff;
    padding: 9px 12px;
    width: fit-content;
    border-radius: 8px;
}
.search_ctnt_left_area .srch_main_heading_texts {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 4px #000;
	margin-top: 30px;
	margin-bottom: 30px;
}
.srch_heading_content {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}

.srch_left_button_bxs {
	display: flex;
	align-items: center;
	gap: 12px;
}
.start_app_btn {
    background: var(--theming1);
    color: #fff;
    font-size: 17px;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.start_app_btn i {transition: all .3s ease-in-out;}
.express_btn {
    background: var(--theming2);
    color: #fff;
    font-size: 17px;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.start_app_btn:hover {
	background: var(--theming2);
    color: #fff;
}
.express_btn:hover {
	background: var(--theming1);
    color: #fff;
}

.srch_btm_trust_bxs {
    width: fit-content;
    background: rgb(255 255 255 / 95%);
    backdrop-filter: blur(7px);
    border-radius: 8px;
    border: 1px solid #c9c9c9;
    padding: 12px 12px;
    margin-top: 30px;
}
.srch_btm_trust_bxs ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.srch_btm_trust_bxs ul .srch_trust_list {
    display: flex;
    justify-content: start;
    align-items: center;
    border-right: 1px solid #bebebe;
    padding: 0px 10px;
    gap: 8px;
}
.srch_btm_trust_bxs ul .srch_trust_list:last-child {border-right: 0px solid #bebebe;}
.srch_btm_trust_bxs ul .srch_trust_list .srch_success_txt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -4px;
    color: var(--theming2);
}
.srch_btm_trust_bxs ul .srch_trust_list i {
    color: var(--theming1);
    font-size: 15px;
    background: #ffecec;
    box-shadow: 3px 2px 6px -4px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.srch_btm_trust_bxs ul .srch_trust_list span {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
/* hero section end */


/* how to apply section start */

.step-card {
	border-radius: 12px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	transition: all 0.3s ease-in-out;
}

.step-card .step-card-top {
	padding: 10px;
}

.step-card .step-card-headaing {
	font-size: 18px;
	font-weight: 700;
}

.step-card .step-icon {
	height: 80px;
	width: 80px;
	margin-top: 10px;
	padding: 17px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.step-card .step-footer {
	padding: 10px;
	background-color: #f5f5f5;
}

.step-card .step-count {
	font-size: 33px;
	color: var(--theming1);
	font-weight: 800;
	line-height: normal;
}

.step-card .step-para {
	margin-top: 5px;
	font-weight: 500;
	line-height: 23px;
}

.step-card:hover {
	transform: translateY(-8px);
}

/* how to apply section end  */


/* price section start */
.paricing_card_single_text .paricing_card_text_bxs {	background: var(--theming1);	color: #fff;	padding: 12px 12px;	font-size: 18px;	font-weight: 600;	border-radius: 6px;	text-align: left;}
.price-section .tab-main {
    background-color: transparent;
    border-radius: 0px;
    padding: 6px;
    margin-top: 10px;
	height: 60px;
}

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


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

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

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

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

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

}

/* price card start  */

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

.pricing-card .price_card_top {
    padding: 20px 14px;
    background: #ffecec;
    box-shadow: -1px 2px 4px #d2d2d2;
    border-bottom: 2px solid var(--theming1);
}
.pricing-card .pricing-body {
    padding: 12px;
}
.pricing-card:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pricing-card .pricing-header {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

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

.pricing-card .dubai-visa-price {
	font-size: 38px;
	font-weight: 700;
	gap: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pricing-card .price-card-inner .service-type {
	font-weight: 700;
	white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* SWITCH BUTTON */
.price_card_top .btn_switch {
    position: relative;
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px;
    border: 1px solid #c9c9c9;
}

.price_card_top .btn_switch button {
    flex: 1;
    border: none;
    padding: 8px 8px;
    background: transparent;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;		cursor: pointer;
}

.price_card_top .btn_switch .slider {
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    background: var(--theming1);
    border-radius: 0px;
    transition: 0.3s;
    left: 0;
    z-index: 1;
}

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

/* price section end */

/* why choose us section start */

.whychoose-card {
	padding: 14px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 11px;
}

.whychoose-card .whychoose-title {
	font-size: 16px;
	font-weight: 700;
}

.whychoose-card .whychoose-icon {
	height: 52px;
	width: 52px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.whychoose-card:hover .whychoose-icon {
	transform: scale(1.3);
}

.visa-sample-section {
	border-left: 1px dashed #cfcfcf;
}

.visa-sample-card {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	height: 300px;
}

/* why choose us section end */


/* testimonial section start */

.review-card {
	padding: 14px;
	border-radius: 9px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.review-card .review-icon {
	height: 50px;
	width: 50px;
	font-size: 22px;
	font-weight: 700;
}

.review-card .reviewer-name {
	font-size: 16px;
	font-weight: 700;
}

.review-card .review-heading {
	font-size: 17px;
	margin-top: 12px;
	font-weight: 700;
	margin-bottom: 6px;
}

.review-card .review-content p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 0;
}

.review-card .review-date {
	color: #000;
	font-size: 15px;
}

/* testimonial section end */

/* faq section start */

.faq-section .accordion {
	gap: 10px;
}

.faq-section .accordion-button::after {
	display: none;
}

.faq-section .accordion-button .close {
	opacity: 0;
}

.faq-section .accordion-button:not(.collapsed) {
	background-color: #cfcfcf46;
	color: var(--theming1);
}

.faq-section .accordion-button .faq-icon {
	height: 17px;
	width: 17px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.faq-section .accordion-button:not(.collapsed) .close {
	opacity: 1;
}

.faq-section .accordion-button:not(.collapsed) .open {
	opacity: 0;
}

.faq-section .accordion-button,
.faq-section .accordion-body {
	padding: 14px;
}

.faq-section .accordion-body {
	padding-bottom: 4px;
}

.faq-section .accordion-button {
	font-size: 16px;
	font-weight: 700;
	padding-right: 28px !important;
}

.faq-section .accordion-body p {
    margin-bottom: 10px;
    color: #333;
}

/* faq section end */

/* footer cta section start  */

.footer-cta {
    background-color: #ffffff15;
    padding: 16px;
    box-shadow: 0 0 4px #333;
    border-radius: 6px;
    box-shadow: inset 0 0 2px #bdbdbd;
}

.footer-cta h4 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.footer-cta .cta-social-media {
	gap: 10px;
}

.footer-cta .cta-social {
    color: var(--theming1);
    height: 40px;
    width: 40px;
    font-size: 20px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: inset rgb(194 194 194 / 30%) 0px 0px 2px 0px, inset rgb(255 227 227 / 15%) -1px 1px 8px 14px;
    border-radius: 6px;
}

.footer-cta .cta-social:hover {
	background-color: var(--theming1);
	color: #ffffff;
}

.footer-cta-left-area .email-box {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #ddd;
}

.footer-cta-left-area .email-input {
	background-color: #fff;
    flex: 1;
    border: 1px solid #ddd;
    outline: none;
    background: transparent;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 10px;
	margin-right: 10px;
}

.footer-cta-left-area .send-btn {
    background: var(--theming1);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.footer-cta-left-area .send-btn:hover {
    background: var(--theming1-hover);
}

/* footer cta section end */

/* footer start */

.footer {
    background: var(--theming2);
    padding-block: 45px;
}

.footer .footer-logo {
    width: 294px;
    height: 90px;
    /* margin-top: -6px; */
    background-color: var(--theming1);
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer .footer-heading {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 14px;
    border-bottom: 1px solid #464646;
    color: #fff;
}

/*--.footer .footer-heading::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	border-radius: 5px;
	width: 40px;
	background-color: var(--theming1);
}--*/

.footer .footer-text {
	margin-top: 12px;
}

.footer .footer-text p {
    font-size: 15px;
    line-height: 29px;
    color: #fff;
}

.footer .footer-list {
	gap: 12px;
	padding-top: 10px;
}

.footer .footer-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    transition: all 0.3s ease-in-out;
	position: relative;
}
.footer .footer-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 0px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.footer .footer-link i {
    display: none;
    font-size: 6px;
    vertical-align: middle;
    transform: rotateZ(45deg);
    margin-right: 6px;
}

.footer .footer-link:hover {
	padding-left: 14px;
    color: #fff;
}
.footer .footer-link:hover::before {
    width: 12px;
}
.footer .footer-contact-list {
	gap: 15px;
	padding-top: 11px;
}

.footer .footer-contact {
	color: #fff;
	gap: 7px;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
}

.footer .footer-contact .contact-icon {
    height: 34px;
    width: 34px;
    border-radius: 6px;
    font-size: 18px;
    min-width: 34px;
    margin-top: 4px;
	background-color: #fff;
    border: 1.4px solid #fff;
    color: var(--theming1);
    transition: all 0.3s ease-in-out;
}

.footer .footer-contact:hover .contact-icon {
	background-color: var(--theming1);
	border: 1.4px solid var(--theming1);
	color: #fff;
}

.footer .tripadvisor-card {
	padding: 15px;
}

.tripadvisor-card .tripadvisor-logo {
	height: 32px;
}

.tripadvisor-card .tripadvisor-data {
	font-size: 12px;
	color: #9b9a9a;
	margin-top: 3px;
	margin-bottom: 10px;
}

.tripadvisor-card .tripadvisor-subheading {
	padding-top: 9px;
	font-size: 15px;
	font-weight: 700;
}

.tripadvisor-card .tripadvisor-rating-icon {
	height: 17px;
}

.tripadvisor-card .triadvisor-total-rating {
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	color: #464646;
}

.tripadvisor-card .tripadvisor-reviews-para {
	font-size: 13px;
	padding-block: 4px;
	color: #636363;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tripadvisor-card .tripadvisor-link {
	font-size: 14px;
	font-weight: 500;
}

.copyright-list-text {
    display: flex;
    justify-content: end;
    align-items: center;
}
.copyright-list-text ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}
.copyright-list-text ul li {
    display: inline-block;
    border-right: 1px solid #747474;
    padding-right: 12px;
}
.copyright-list-text ul li:last-child {
    border-right: 0px solid #747474;
}
.copyright-list-text ul li .footer_listing_text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.copyright-list-text ul li .footer_listing_text:hover {
    color: var(--theming1);
}

/* footer end */

/* copyright section start */

.copyright-section {
    background-color: #030e28;
    padding-block: 16px;
}

.copyright-section .copyright-text {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.copyright-section .copyright-text .copyright_txt {
    border-bottom: 1px solid #464646;
}

.copyright-section .copyright-text p a {
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.copyright-section .copyright-text p a:hover {
	color: var(--theming1);
}

/* copyright section end */

/* testimonial section start */

.testimonial-section .allreview {
	padding: 6px 14px;
	color: #00b67a;
}

.testimonial-section .allreview .review-img {
	height: 28px;
}

.testimonial-section .testimonial-card .user-img {
	height: 43px;
	width: 43px;
	font-size: 18px;
	font-weight: 700;
}

.testimonial-card .user-name {
	font-weight: 700 !important;
}

.testimonials_top_bxs span .testi_comma_img {
    width: 18px;
    opacity: .6;
}

.testimonials_top_bxs ul {
    padding: 0;
    margin-top: 6px;
	margin-bottom: 6px;
}
.testimonials_top_bxs ul li {
    font-size: 11px;
    color: rgb(189, 133, 31);
    display: inline-block;
    margin-right: 0px;
}

.testimonial-section .testimonial-card {
	background: #fefce8 !important;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.testimonial-section .testimonial-card .card-data {
    padding: 15px;
    background: #fefce8;
}

.testimonial-section .testimonial-card .card-head {
	font-size: 16px;
	color: #000;
	line-height: normal;
	font-weight: 700 !important;
}

.testimonial-section .testimonial-card .card-para {
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin-top: 9px;
	color: #4e4e4e;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.testimonial-section .testimonial-card .quote {
	color: #4d4d4d;
	font-size: 20px;
}

.testimonial-card .card-para p {
	display: inline;
}

.testimonial-section .testimonial-card .testimonial-footer {
	padding: 15px;
	background-color: #dfdfdf;
}

.testimonial-section .testimonial-card .star-img {
	width: 115px;
}

.testimonial-section .testimonial-card .date {
	font-size: 14px;
	color: #000;
}

.testimonial-section .testimonial-card .date .date-icon {
	color: #333;
	margin-right: 5px;
}

.testimonial-card .testimonial-review-date {
	font-size: 13px;
}

/* testimonial section end */

/* content section start  */

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

.content-card .read-more-btn {
	font-size: 16px;
	font-weight: 700;
	color: var(--theming1);
	background-color: transparent;
	line-height: normal;
}

.content-card p {
	margin-bottom: 8px;
	line-height: 28px;
	font-size: 15px;
    color: #333;
}
.content-card ul li, .content-card ol li {
	margin-bottom: 0px;
	line-height: 28px;
	font-size: 15px;
    color: #333;
}

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

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

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

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

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

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

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

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

.content-section .content-note i {
	color: var(--theming1);
}

/* content section end */

/* country page section start */

.eligi-heading-section {
    padding-block: 60px;
    background: url(../img/new/Dubai_banner_2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.eligi-heading-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #3b3b3bed;
}

.eligi-heading-section .search-card {
    background-color: #ffffff;
    padding: 14px 14px;
    border-radius: 8px !important;
}

.urgent_view_main {
    border-radius: 30px;
    border: 1px solid #e8e8e8;
    background: linear-gradient(90deg, #fefff9 5.66%, #fcfff1 5.67%, #ffefeb 98.35%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.urgent_view_main::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -100%;
    width: 4%;
    height: 110%;
    background: linear-gradient(
139deg, #00000000, rgb(255 218 218 / 93%), transparent);
    animation: shinee 5s infinite;
}

@keyframes shinee {
  0% { left: -100%; }
  100% { left: 150%; }
}
.urgent_view_main .urgent_view_link {    text-decoration: none;}
.urgent_view_main p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.urgent_view_main p i {
    font-size: 22px;
    color: var(--theming1);
    width: 48px;
    height: 48px;
    padding: 6px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c0c0c0;
    position: relative;
    z-index: 2;
}
.urgent_view_main p b {
    color: #000;
}

/* country page section end */

/* country section start */

.country-items {
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
	border-radius: 6px;
	padding: 13px;
	transition: all 0.3s ease-in-out;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	background-color: transparent !important;
}

.country-items a {
	font-weight: 600;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}

.country-items a:hover {
	color: var(--theming1);
}

.country-items:hover {
	transform: scale(1.07);
}

.country-section .country-inner {
	gap: 10px;
}

.country-section .country-inner>* {
	flex: 0 0 13.50%;
	width: 13.50%;
}

.country-section .read-more-btn {
	background-color: var(--theming1);
	font-weight: 600;
	color: #fff;
	border-radius: 6px;
	padding: 8px 26px;
	gap: 5px;
	line-height: normal;
}

.country-section .read-more-btn.expanded i {
	transform: rotate(-180deg);
}

.country-section .country-main.countrycontent {
	height: 118px;
}

.country-section .country-main {
	overflow: hidden;
}

/* country section end */

/* visa application form section start */

.visa-form-section {
	margin-top: 35px;
}

.visa-form-section .visa-form-heading {
	font-size: 34px;
	font-weight: 700;
	color: #000;
	padding-bottom: 3px;
}

.visa-form-section .visa-form-heading::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	border-radius: 7px;
	bottom: 0;
	width: 120px;
	background-color: var(--theming1);
}

.visa-form-section .visa-form-card {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.visa-form-card .form-inner-heading {
	font-size: 20px;
	font-weight: 700;
	color: #4d4d4d;
}
.visa-form-card .form-inner-heading h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.form_inner_heading_subtext ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px dashed var(--theming1);
	padding-bottom: 14px;
	width: fit-content;
	margin: 0 auto;
}

.form_inner_heading_subtext ul li {
	font-size: 15px;
	color: #000;
	display: inline-block;
	gap: 10px;
}

.form_inner_heading_subtext ul li span {margin-right: 6px;}
.form_inner_heading_subtext ul li.form_inner_subtext_icon {margin: 0px 10px;color: #333;}

.visa-form-card .form-price {
    font-size: 20px;
    margin-top: 0;
    font-weight: 700;
    color: var(--theming1);
    position: absolute;
    top: 20px;
    right: 0;
    background: var(--theming1);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px 0px 0px 8px;
}

.uae-input-group .iti {
	width: 100%;
}

.iti .iti__selected-country {
	border-right: 1px solid #dfdfdf;
}

.iti .iti__country {
	font-size: 15px;
}

.iti--inline-dropdown .iti__dropdown-content {
	z-index: 3 !important;
}

.uae-input-group .uae-group-label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 2px;
    color: #000;
}

.uae-input-group .uae-input {
	height: 44px;
	font-size: 15px;
	font-weight: 400;
}
.uae-input-group .uae-input::placeholder {color: #333;}
.uae-input-group .uae-textarea {
	height: 80px;
}
.uae-input-group .uae-textarea::placeholder {color: #333;}
.uae-input-group .uae-input:focus {
	border: 1.4px solid var(--theming1);
}
.uae-input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 28px;
    font-weight: 400;
}
.uae-input-group .label-title {
	font-size: 13px;
}

.uae-input-group .date-input::before {
	content: "\f073";
	font-family: FontAwesome;
	top: 50%;
	right: 12px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 18px;
	z-index: 1;
}

.flatpickr-calendar .flatpickr-monthDropdown-months,
.flatpickr-calendar .numInputWrapper {
	font-size: 17px !important;
}

.flatpickr-calendar .flatpickr-weekday {
	font-size: 14px;
}

.flatpickr-calendar .flatpickr-day {
	color: #000 !important;
}

.flatpickr-calendar .flatpickr-disabled {
	color: rgba(57, 57, 57, 0.1) !important;
}

.flatpickr-calendar .flatpickr-day.selected {
	color: #ffff !important;
}

.visa-form-section .upload-heading {
	font-size: 21px;
}

.visa-form-section .accepted-format {
	font-size: 15px;
}

.visa-form-section .form-note-card {
	padding: 10px;
}

.visa-form-section .form-note-card .file-note {
	font-size: 14px;
	line-height: 27px;
}

.visa-form-section .form-note-card .file-note a {
	color: var(--theming1);
	font-weight: 600;
}

.visa-form-section .form-btn-main {
	margin-top: 30px;
	gap: 25px;
}

.visa-form-section .form-btn {
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	height: 43px;
	color: #fff !important;
	width: 245px;
	border: 0;
	gap: 7px;
	transition: all 0.3s ease-in-out;
	outline: none;
	background: var(--theming1) !important;
}

.visa-form-section .form-btn:hover {
	background: var(--theming2) !important;
}

.visa-form-section .form-btn.form-btn-one {
	background: var(--theming2) !important;
}

.visa-form-section .form-btn.form-btn-one:hover {
	background: var(--theming1) !important;

}

.visa-form-section .form-btn.form-btn-three {
	background: var(--theming1) !important;
}

.visa-form-section .form-btn img {
	height: 17px;
	filter: invert(1);
}

.apply-section .form-price {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 16px;
}

/* visa application form section end */

/* dropzone box start */

.dropzone {
	border: 2px dashed var(--theming1) !important;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	border-radius: 0px 20px 20px 20px;
	padding: 12px !important;
	min-height: 180px !important;
}

.dropzone .dropzone-title {
    font-weight: 700;
    color: var(--theming3);
}

.dropzone .dropzone-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.dropzone .dz-preview .dz-details .dz-filename {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropzone .dropzone-img {
    height: 54px;
    filter: brightness(2.5);
}

/* dropzone box end */

/* partners section start */

.partner-section .partner-card {
	padding: 15px;
	border-radius: 10px;
}

/* partners section end */

/* add another table section start */

.table-section table,
.table-section th,
.table-section td {
	border: 1px solid rgb(209, 209, 209);
	border-collapse: collapse;
}

/* add another table section end */

/* ***** fujairah visa page css start ***** */

/* hero section start */

.country-hero-section {
	background: url(../img/dubai-bg-2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
}

/* hero section end */

/* Types of Fujairah Visas We Offer section start */
.visatype-card {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
}

.visatype-card .visatype-heading {
	font-size: 18px;
	font-weight: 700;
}

.visatype-card .nav-link {
	font-weight: 600;
	font-size: 15px;
}

.visatype-card .visatype-card-head {
	padding: 12px;
}

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

.visatype-card .nav-link {
	color: #000;
	font-weight: 600;
	background-color: #f1f1f1;
}

.visatype-card .visatype-content p {
	font-size: 15px;
	line-height: 28px;
}

.visatype-card .nav-link.active {
	background-color: var(--theming1);
}

/* Types of Fujairah Visas We Offer section end */

/* document required section start */

.choose-section .choose-inner {
	gap: 12px;
}

.choose-card {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	min-height: 50px;
	font-weight: 700;
	gap: 10px;
	transition: all 0.3s ease-in-out;
}

.choose-card .choose-icon {
	width: 50px;
	height: 50px;
	padding: 13px;
}

.choose-card:hover {
	transform: translateY(-6px);
}

.document-inner {
	gap: 12px;
}

.document-card {
	border: 1px dashed #aaaaaa;
	padding: 6px;
	gap: 10px;
	font-weight: 700;
}

.document-card .document-card-img {
	height: 70px;
	width: 80px;
}

/* document required section end */

/* important information section start */

.impo-info-card {
	padding: 10px;
}

.impo-info-card ul {
	display: flex;
	padding-left: 20px;
	flex-direction: column;
	gap: 8px;
}

/* important information section end */

/* track page start  */

.track_visa_main_bxs_trp {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    background: #fff;
    padding: 20px;
    border-top: 4px solid var(--theming1);
    border-radius: 8px;
}
.track-card {
    box-shadow: none;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 10px;
}

.track-section .track-title {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    margin-bottom: 0;
}
.track_card_top {
    width: 78%;
}
.track-card .track-label {
	font-size: 16px;
	font-weight: 700;
}

.track-card .track-input {
    font-weight: 600;
    width: 100%;
    height: 46px;
    margin-top: 8px;
}

.track-card .track-input:focus {
	border: 2px solid var(--theming1);
}

.track-card .track-input::placeholder {
	font-weight: 600;
}

.track-card .track-btn {
    font-size: 16px;
    font-weight: 600;
    color: #ffff;
    background-color: var(--theming1);
    padding: 7px 25px;
    border-radius: 5px;
    height: 46px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.track-card .track-btn::after {
    content: '';
    position: absolute;
    top: -35px;
    left: -100%;
    width: 20%;
    height: 120px;
    border-radius: 50px;
    background: linear-gradient(100deg, transparent, rgb(255 227 227 / 71%), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 150%; }
}
.track-card .track-btn:hover {
    color: #ffff;
    background-color: var(--theming2);
}

/* track page end */

/* contact us page start  */

.contact-form {
	padding: 15px;
}

.contact-section .contact-heading {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

.contact-section .contact-text {
	font-size: 15px;
	font-weight: 500;
}

.contact-form .theme-btn {
	padding: 10px 18px;
}

.contact-card {
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
	padding: 12px;
	gap: 10px;
}

.contact-card .contact-icon {
	height: 40px;
	width: 40px;
	border: 1.5px solid var(--theming1);
	color: var(--theming1);
	transition: all 0.3s ease-in-out;
}

.contact-card .contact-title {
	font-weight: 700;
	line-height: normal;
}

.contact-card .contact-title-two {
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.contact-card:hover .contact-icon {
	transform: scale(1.1);
}

/* contact us page end */

/* payment section start  */

.payment-card {
	padding: 18px;
}

.payment-card .payment-img {
	height: 36px;
}

.payment-card .payment-heading {
	font-size: 19px;
	margin-top: 15px;
	padding-bottom: 3px;
}

.payment-card .payment-heading::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: var(--theming1);
	height: 3px;
	width: 80px;
	border-radius: 6px;
}

.payment-card .uae-input-group {
	display: flex;
	align-items: center;
	gap: 15px;
}

.payment-card .uae-input-group label {
	width: 40%;
	white-space: nowrap;
}

.payment-card .payment-check-title {
	font-size: 15px;
	font-weight: 600;
	gap: 5px;
}

.payment-card .payment-heading-two::after {
	display: none;
}

.payment-card .payment-inner-card {
	padding: 13px 10px;
	gap: 5px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	transition: all 0.1s ease-in-out;
	border: 1.4px solid #ffff;
}

.payment-inner-card .payment-inner-check {
	height: 18px;
	width: 18px;
	border: 1.4px solid #aaaaaa;
	font-size: 14px;
	color: #fff;
	transition: all 0.1s ease-in-out;
}

.payment-inner-card .payment-inner-check i {
	opacity: 0;
}

.payment-card .payment-inner-card img {
	height: 32px;
}

.payment-input:checked~.payment-inner-card {
	border-color: var(--theming1);
}

.payment-input:checked~.payment-inner-card .payment-inner-check {
	background-color: var(--theming1);
	border-color: var(--theming1);
}

.payment-input:checked~.payment-inner-card .payment-inner-check i {
	opacity: 1;
}

.payment-card .currency-input .form-select {
	font-size: 14px;
}

.payment-card .currency-input .form-control {
	padding-left: 85px;
}

/* payment section end */

/* edit modal start */

.edit-modal .modal-dialog {
	max-width: 90%;
}

.edit-modal .modal-title {
	font-size: 21px;
}

.edit-modal .btn-close {
	font-size: 14px;
}

/* edit modal end */

/* how to apply section start */

.howto-apply .step-count {
	height: 45px;
	width: 125px;
	margin-bottom: 15px;
	background-color: var(--theming1);
	border-radius: 30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	gap: 7px;
}

.howto-apply .step-count-number {
	height: 44px;
	width: 44px;
	border: 3px solid #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.howto-apply .step-count-number .step-count-number-inner {
	height: 30px;
	width: 30px;
	font-size: 20px;
	font-weight: 800;
	color: var(--theming1);
}

.howto-apply .step-count-text {
	font-size: 19px;
}

@media (max-width:767px) {
	.howto-apply .step-count {
		height: 43px;
		width: 115px;
		margin-bottom: 10px;
		gap: 5px;
	}

	.howto-apply .step-count-number {
		height: 40px;
		width: 40px;
		margin-top: -1px;
		margin-left: 1px;
	}

	.howto-apply .step-count-number .step-count-number-inner {
		height: 28px;
		width: 28px;
		font-size: 19px;
	}

	.howto-apply .step-count-text {
		font-size: 18px;
	}
}

.howto-apply .how-apply-inner {
	gap: 40px;
}

.howto-apply .step-count img {
	filter: drop-shadow(0 0 2px #333);
}

.howapply-card {
	padding: 15px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 8px;
}

.howapply-card .howapply-card-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
}

.howapply-card .howapply-card-content p {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #333;
}

.howapply-img {
	cursor: pointer;
	border-radius: 8px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/* how to apply section end */

/* thank you section start */

.thanks-section {
	margin-top: 60px;
}

.thanks-card {
	padding: 20px;
	border-radius: 14px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.thanks-card .thanks-icon {
	color: #31B63A;
	font-size: 110px;
	line-height: 110px;
}

.thanks-card .thanks-heading {
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	margin-top: 8px;
}

.thanks-card .thanks-heading::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #31B63A;
	height: 3px;
	border-radius: 5px;
	width: 80px;
}

.thanks-card .thanks-title {
	font-size: 17px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 4px;
}

.thanks-card .thanks-title-two {
	font-size: 15px;
	line-height: 25px;
}

.thanks-card .thanks-btn {
	background-color: #31B63A;
	color: #fff;
	font-weight: 700;
	gap: 6px;
	transition: all 0.3s ease-in-out;
	padding: 7px 20px;
	border-radius: 5px;
}

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

.thanks-card .thanks-btn:hover {
	background-color: #0caa17;
}

.thanks-card .thanks-btn:hover i {
	transform: translateX(-4px);
}

.thanks-card .thanks-card {
	font-size: 15px;
}

/* thank you section end */

/* error page start */

.error-section .thanks-icon {
	height: 140px;
}

.error-section .thanks-heading {
	color: var(--theming1);
	padding-bottom: 5px;
	margin-top: 25px;
}

.error-section .thanks-heading::before {
	background-color: var(--theming1);
}

.error-section .thanks-btn {
	background-color: var(--theming1);
}

.error-section .thanks-btn:hover {
	background-color: var(--theming1-hover);
}

.error-section .thanks-btn-two {
	background-color: #333;
}

.error-section .thanks-btn-two:hover {
	background-color: #3a3a3a;
}

/* error page end */

/* cta section start */

.cta-section {
	background: url(../img/hero-contact-4cf9fa21.png) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

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

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

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

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

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

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

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

.cta-section .cta-btn i {
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

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

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

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

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

.apply-type-content {
	border-radius: 8px;
	padding: 14px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	height: 140px;
	overflow: hidden;
}

@media (max-width:767px) {
	.apply-type-content p {
		font-size: 13px;
	}
}

/* error page start */

.error-page .error-heading {
	font-size: 32px;
	margin-top: 25px;
}

.error-page .error-text {
	font-size: 16px;
	margin-top: 10px;
	line-height: 27px;
}

.error-page .error-btn {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #d71921;
	border-radius: 5px;
	padding: 9px 22px;
	gap: 8px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	transition: all 0.3s ease-in-out;
}

.error-page .error-btn:hover {
	background-color: #8a1117;
}

@media (max-width:767px) {
	.error-page .error-heading {
		font-size: 25px;
		margin-top: 25px;
	}

	.error-page .error-text {
		font-size: 15px;
		margin-top: 8px;
		line-height: 24px;
	}

	.error-page .error-btn {
		font-size: 14px;
	}
}

/* error page end */

/*--process section start--*/

.commit_process_section {
    background: #f9fafb;
}

.commit_process_section .process_card {
    background: #fff;
    padding: 25px 15px;
    border-radius: 15px;
    transition: 0.3s;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.commit_process_section .process_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.commit_process_section .icon_box {
    width: 60px;
    height: 60px;
    margin: auto;
    background: var(--theming1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
	transition: all .3s ease-in-out;
}
.commit_process_section .process_card:hover .icon_box {
	background: var(--theming2);
    color: #fff;
}
.commit_process_section .step_number {
    display: inline-block;
    border: 1px solid var(--theming1);
    color: var(--theming1);
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 10px;
}

.commit_process_section .process_card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.commit_process_section .process_card p {
    font-size: 14px;
    color: #333;
}

/*--process section end--*/

/*--why choose section start--*/

.why_choose_section {
    background-color: #f9fafb;
}

.why_choose_left_area .why_choose_title {
	font-size: 16px;
	font-weight: 600;
	color: var(--theming1);
}

.why_choose_left_area .pera_text {
    font-size: 16px;
    color: #333;
}

.why_choose_left_area .why_choose_left_img {
    width: 100%;
    height: 326px;
    border-radius: 200px 200px 200px 0px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    position: relative;
	cursor: pointer;
}
.why_choose_left_area .why_choose_left_img img {
	transition: all .3s ease-in-out;
}
.why_choose_left_area .why_choose_left_img:hover img {
	transition: all .3s ease-in-out;
	transform: scale(1.1);
}

.why_choose_left_area .why_choose_left_img .why_image_offset {
    content: '';
    position: absolute;
    top: 6px;
    left: 7px;
    right: 0;
    width: 98%;
    height: 96%;
    background-color: #6161613d;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    outline-offset: -7px;
    border-radius: 200px 200px 200px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commit_feature_right .why_feature_card {
    position: relative;
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    border: 1px solid #ddd;
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
}


.commit_feature_right .why_feature_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.commit_feature_right .card_icon {
    width: 70px;
    height: 70px;
    background: var(--theming1);
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 50% 0;
    margin-bottom: 20px;
	transition: all .3s ease-in-out;
}
.commit_feature_right .why_feature_card:hover .card_icon {
	background: var(--theming2);
    color: #fff;
}
.commit_feature_right .card_number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 60px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #bbb;
}

.commit_feature_right .why_feature_card h5 {
    color: var(--theming1);
    font-weight: 600;
    margin-bottom: 10px;
	transition: all .3s ease-in-out;
}
.commit_feature_right .why_feature_card:hover h5 {
	color: var(--theming2);
}
.commit_feature_right .why_feature_card p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.commit_feature_right .dash_line {
    width: 120px;
    border-bottom: 2px dashed var(--theming1);
    margin-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .commit_feature_right .card_number {
        font-size: 40px;
    }

    .commit_feature_right .card_icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
}

/*--why choose section end--*/

/*--default counter section start--*/

.default_counter_section {
    background: var(--theming2);
    padding: 50px 0;
    color: #fff;
}

.default_counter_section .counter_box {
    padding: 20px;
}

.default_counter_section .icon_box {
    width: 70px;
    height: 70px;
    margin: auto;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 15px;
}

.default_counter_section h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.default_counter_section p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
    .default_counter_section h3 {
        font-size: 24px;
    }

    .default_counter_section .icon_box {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
}

/*--default counter section end--*/

/*--default banner section start--*/

.default-banner-section {
    position: relative;
    background: url('..//img/fujairah-visa-bg.jpg') no-repeat center center/cover;
    min-height: 340px;
    display: flex;
    align-items: center;
}

.default-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(3 3 3 / 93%) 0%, rgb(79 79 79 / 86%) 58%, rgba(252, 176, 69, 0) 93%);
}

.default-banner-section .container {
    position: relative;
    z-index: 2;
}

.visa-badge {
    display: inline-flex;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 6px 15px;
    font-size: 14px;
	background: var(--theming1);
    color: #fff;
    font-weight: 600;
	box-shadow: 0 0 4px #333;
}
.visa-badge span {
	font-size: 16px;
	margin-right: 4px;
}

.banner-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-text {
    color: #eee;
    font-size: 18px;
    margin-bottom: 25px;
}

.apply-btn {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #cc0000;
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 28px;
    }
}

.visa-form-feature {
    gap: 12px;
    flex-wrap: wrap;
}

.visa-form-feature .visa-form-feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 8px;
    background: linear-gradient(to bottom, rgb(250 250 250), rgb(250 250 250));
    border-radius: 10px;
    transition: all 0.3s ease;
    /* outline: 1px dashed var(--theming1); */
    /* outline-offset: -6px; */
    box-shadow: inset -1px -1px 4px #979797;
    min-width: 220px;
}

.visa-form-feature .visa-form-feature-box:hover {
    transform: translateY(-3px);
}

.visa-form-feature .visa-form-feature-box .visa_form_feature_icon {
    font-size: 18px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffe3e3;
    color: var(--theming1);
    border-radius: 6px;
}
.visa-form-feature .visa-form-feature-box .visa_form_feature_icon i {
    line-height: 1px;
}

.visa-form-feature .visa-form-feature-info p {
    margin: 0;
    font-size: 14px;
    color: #222;
    line-height: 1.2;
}

.visa-form-feature .visa-form-feature-info p strong {
    font-weight: 600;
}

.visa-form-feature .visa-form-feature-info small {
    font-size: 12px;
    color: #333;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .visa-form-feature {
        justify-content: start;
        gap: 10px;
    }
    .banner-title {
        font-size: 32px;
    }
    .visa-badge {
        padding: 6px 10px;
        font-size: 13px;
    }
    .visa-badge span {
        font-size: 15px;
        margin-right: 4px;
    }
    .dropzone .dropzone-title {
        font-size: 13px;
    }
    .dropzone .dropzone-img {
        height: 50px;
    }
    .visa-form-section .form-note-card .file-note {
        font-size: 13px;
        line-height: 22px;
    }

    .visa-form-feature .visa-form-feature-box {
        min-width: 45%;
    }
    
}

@media (max-width: 767px) {
    .visa-form-feature .visa-form-feature-box {
        min-width: 48%;
    }
    .visa-form-feature .visa-form-feature-box .visa_form_feature_icon {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
    .visa-form-feature .visa-form-feature-info p {
        margin: 0;
        font-size: 13px;
    }
    .visa-form-feature .visa-form-feature-info small {
        font-size: 11px;
    }
    .form_inner_heading_subtext {
        margin-bottom: 20px;
        text-align: center;
    }
    .visa-form-card .form-price {
        margin-top: 0;
        top: 96px;
        font-size: 18px;
    }

}

/*--default banner section end--*/

/*--apply right css start--*/

.visa_apply_right_area_main.is-sticky {
    position: sticky;
	position: -webkit-sticky;
    z-index: 10;
}

.visa_apply_right_area_main .visa-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.visa_apply_right_area_main .visa-card .visa_card_main {
    padding: 20px;
}

.visa_apply_right_area_main .visa-card:hover {
    transform: translateY(-3px);
}

.visa_apply_right_area_main .card-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #fff;
    padding: 20px 20px;
    background-color: var(--theming2);
    border-radius: 10px 10px 0px 0px;
}
.visa_apply_right_area_main .card-title i {
    background-color: #ecf1fb;
    color: var(--theming2);
    padding: 12px;
    border-radius: 6px;
    margin-right: 4px;
    font-size: 18px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
}

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

.visa_apply_right_area_main .visa-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
}

.visa_apply_right_area_main .visa-list li:last-child {
    border-bottom: none;
}

.visa_apply_right_area_main .price-badge {
    background: var(--theming1);
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.visa_apply_right_area_main .confidence-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visa_apply_right_area_main .confidence-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
}

.visa_apply_right_area_main .confidence-list i {
    color: var(--theming1);
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .visa_apply_right_area_main {
        position: relative;
        top: 0;
    }
}

/*--apply right css end--*/

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

.visa_checkout_page {
    background: #fff;
	
}

.visa_checkout_main_left {
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
}

.visa_checkout_main_top .visa_pay_applicant_icon {
    width: 34px;
}

.visa_checkout_main_top h6 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}

.visa_checkout_main_top small {
	font-size: 13px;
	color: #333;
}

.visa_checkout_main_left button {
	border: 0px;
	outline: none;
	box-shadow: none;
}
.visa_checkout_main_left button:focus {
	border: 0px;
	outline: none;
	box-shadow: none;
}

.visa_checkout_page .applicant_card {
    background: #fff;
    padding: 0;
    border-radius: 10px;
}

.visa_checkout_page .applicant_top {
    border-bottom: 0;
    padding: 14px 12px;
    margin-bottom: 0;
    background: #e5e5e5;
    border-radius: 8px 8px 0px 0px;
}

.visa_checkout_page .applicant_card .collapse .card-body {
    border-radius: 0px 0px 8px 8px;
    background: #f3f3f3;
    padding-bottom: 0px;
}

.visa_checkout_page .info_block {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0;
}

.visa_checkout_page .info_block:last-child {
    border-bottom: 0px solid #cfcfcf;
}

.visa_checkout_page .info_block h6 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.visa_checkout_page .info_block h6 i {
    font-size: 14px;
    color: var(--theming1);
	margin-right: 4px;
}

.visa_checkout_page .info_block small {
    color: #888;
    font-size: 13px;
}

.visa_checkout_page .info_block .info_block_text {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.applicant_top_right .btn.btn-primary {
    background: transparent;
    border: 0px;
    padding: 0px;
    color: #000;
    margin-left: 12px;
    box-shadow: none;
    outline: none;
	transition: all .3s ease-in-out;
}
.applicant_top_right .btn.btn-primary:focus {
    background: transparent;
    border: 0px;
    padding: 0px;
    color: #000;
    margin-left: 8px;
    box-shadow: none;
    outline: none;
}

.applicant_top_right .edit_btn {
	background-color: var(--theming1);
	color: #fff;
	padding: 6px 8px;
	border-radius: 4px;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.applicant_top_right .edit_btn:hover {
	background-color: var(--theming2);
	color: #fff;
}

.applicant_top_right .delete_btn {
	background-color: var(--theming2);
	color: #fff;
	padding: 6px 8px;
	border-radius: 4px;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.applicant_top_right .delete_btn:hover {
	background-color: var(--theming1);
	color: #fff;
}


.pricing_section h5 {
	font-size: 19px;
	font-weight: 600;
	color: #000;
}
.pricing_section .pricing-card {
    position: relative;
    display: block;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    padding-top: 15px;
    cursor: pointer;
    transition: 0.3s;
    background: #ffffff;
}

.pricing_section .pricing-insurance {
    position: relative;
    display: block;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    padding-top: 15px;
    cursor: pointer;
    transition: 0.3s;
    background: #ffffff;
    box-shadow: rgb(99 99 99/20%) 0 2px 8px 0;
}

.pricing_section .badge_price {
    border: 1px solid #FFD152;
    background: #FFFDF6;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
	
}
.pricing_section .badge_price i {
	background: linear-gradient(90deg, #EAAC00 22.12%, #F80 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing_section .badge_price p {
	background: linear-gradient(90deg, #EAAC00 22.12%, #F80 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
	display: inline-block;
}

.pricing_section .pricing-card input {
    display: block;
    width: 15px;
    height: 15px;
}
.pricing_section .pricing-card input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50px;
    border: 1px solid #828282;
    outline: 1px solid #828282;
    outline-offset: 2px;
}
.pricing_section .pricing-insurance input {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}
.pricing_section .pricing-card input:checked {
    background-color:  var(--theming1);
    border-color:  var(--theming1);
}
.pricing_section .pricing-card input[type="radio"]:checked {
    -webkit-appearance: none; /* For WebKit (Chrome, Safari, Opera) browsers */
    -moz-appearance: none; /* For Mozilla Firefox */
    appearance: none; /* For standard browsers */
    background-color: var(--theming1); /* Change the background color */
    border-radius: 50px;
    outline: 1px solid var(--theming1);
    outline-offset: 2px;
}
.pricing_section .pricing-insurance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50px;
    border: 1px solid #828282;
    outline: 1px solid #828282;
    outline-offset: 2px;
}
.pricing_section .pricing-insurance input[type="checkbox"]:checked {
    -webkit-appearance: none; /* For WebKit (Chrome, Safari, Opera) browsers */
    -moz-appearance: none; /* For Mozilla Firefox */
    appearance: none; /* For standard browsers */
    background-color: var(--theming1); /* Change the background color */
    color: var(--theming1);
    border-radius: 50px;
    border: 1px solid var(--theming1);
    outline: 1px solid var(--theming1);
    outline-offset: 2px;
}

.pricing_section .pricing-insurance.active, 
.pricing_section .pricing-card.active {
	background-color: #fff;
    border-color: var(--theming1);
}

.pricing_section .pricing-insurance:hover, 
.pricing_section .pricing-card:hover {
    border-color: rgb(255, 192, 192);
}

.pricing_section .pricing-insurance.active:hover, 
.pricing_section .pricing-card.active:hover {
	background-color: #fff;
    border-color: var(--theming1);
}

.pricing_section .top-badge {
    position: absolute;
    top: 10px;
    right: -1px;
    background: #08cb141a;
    color: #028202;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px 0px 0px 6px;
}

.pricing_section .popular {
    position: absolute;
    top: -2px;
    right: 16px;
    background: orange;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 0px 0px 6px 6px;
}

.pricing_section .icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: auto;
    background: #e0e0e0;
}

.pricing_section .pricing-insurance.active .icon, 
.pricing_section .pricing-card.active .icon {
    background: var(--theming1);
    color: #fff;
}

.pricing_section .price {
    color: var(--theming1);
    font-weight: bold;
}

.pricing_section .bottom {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #d2d2d2;
    font-size: 14px;
    text-align: center;
}

.pricing_section .pricing-insurance.active .bottom, 
.pricing_section .pricing-card.active .bottom {
	border-top: 1px dashed #d3d3d3;
	color: #000;
}

.pricing-card .check-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--theming1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.2s ease;
}

.pricing-card input[type="radio"]:checked ~ .check-icon {
    opacity: 1;
    transform: scale(1);
}

.js-insurance-card .check-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--theming1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.2s ease;
}


.js-insurance-card input[type="checkbox"]:checked ~ .check-icon {
    opacity: 1;
    transform: scale(1);
}

/*--right-section start--*/

.visa_checkout_page .payment_details_section {
    top: 20px;
}

.visa_checkout_page .offer_box {
    background: #f4a940;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 13px;
	box-shadow: 0 0 4px #333;
}

.visa_checkout_page .summary_card {
    background: #ffffff;
    color: #000000;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
}

.visa_checkout_page .summary_card .total {
    font-size: 18px;
    margin-top: 5px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
    padding: 10px;
    border-radius: 6px;
}


.visa_checkout_page .payment_box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
	box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
}

.visa_checkout_page .method {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    margin-top: 8px;
    cursor: pointer;
}

.visa_checkout_page .payment_box .theme-btn {
	outline: none;
	border: 0px;
	box-shadow: none;
}
.visa_checkout_page .payment_box .theme-btn:focus {
	outline: none;
	border: 0px;
	box-shadow: none;
}

.visa_checkout_page .method.active {
    border-color: var(--theming1);
}

.visa_checkout_page .payment_box h6 {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.payment-detail-header i {
    background-color: #ecf1fb;
    color: var(--theming2);
    padding: 12px;
    border-radius: 6px;
    margin-right: 4px;
    font-size: 18px;
}


.visa_checkout_page .secure_note {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    color: #666;
}


.visa_checkout_page .support_box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 13px;
}

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

@media (max-width: 991px) {
    .visa_checkout_page .payment_details_section {
        position: relative !important;
        top: 0 !important;
    }
}

/*--payment details css end--*/

/* payment detail section start */

.payment-detail-card {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
}
.payment-detail-card .payment-detail-heading {
  font-size: 19px;
  font-weight: 700;

}
.payment-detail-card .payment-detail-header {
    padding: 12px;
    border-bottom: 1px dashed #d2d2d2;
	color: var(--theming2);
}
.payment-detail-card .payment-detail-subheading {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}
.payment-detail-card .payment-price-total {
  font-size: 16px;
  font-weight: 700;
  color: var(--theming1);
}
.payment-detail-card .edit-btn {
  background-color: var(--theming1);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  gap: 4px;
}
.payment-detail-card .edit-btn i {
  transition: all 0.3s ease-in-out;
}
.payment-detail-card .edit-btn:hover {
  background-color: var(--theming2);
  color: #fff;
}
.payment-detail-card .delete-btn {
  background-color: var(--theming2);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  gap: 4px;
}
.payment-detail-card .delete-btn i {
  transition: all 0.3s ease-in-out;
}
.payment-detail-card .delete-btn:hover {
  background-color: var(--theming1);
  color: #fff;
}

.payment-detail-card .table td {
  font-size: 15px;
}
.payment-detail-card .table td,
.payment-detail-card .table th {
  padding:10px 13px;
}
.payment-detail-card .payment-detail-body {
  padding: 12px;
}
.payment-detail-card .payment-detail-title {
  font-size: 16px;
  font-weight: 700;
}
.payment-detail-card .payment-detail-title-two {
  font-weight: 500;
  font-size: 15px;
}
.payment-detail-card .payment-detail-data {
  padding-block: 8px;
}
.payment-detail-card .payment-inner-heading {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
.payment-detail-card .payment-check-card {
  border-radius:7px ;
  border: 1.5px solid #c9c9c9;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  gap: 10px;
  padding: 10px;
}
.payment-detail-input:checked ~ .payment-check-card {
  border: 2px solid var(--theming1);
}
.payment-check-card .express-check {
  height: 16px;
  max-width: 16px;
  min-width: 16px;
  font-size: 12px;
  color: #ffff;
  background-color: #838383;
  margin-top: 5px;
}
.payment-detail-input:checked ~ .payment-check-card .express-check {
  background-color: var(--theming1);
}
.payment-check-card .payment-check-title {
  font-weight: 700;
}
.payment-check-card .payment-check-price {
  color: var(--theming1);
  font-weight: 700;
  font-size: 15px;
}
.payment-check-card .payment-check-para {
  font-size: 14px;
  font-weight: 500;
  margin-top: 1px;
}
.payment-detail-card .payment-total-main {
  padding: 8px;
  margin-top: 18px;
}
.payment-detail-card .payment-total-title {
  font-size: 17px;
  font-weight: 700;
}
.payment-detail-card .payment-total-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--theming1);
}
.payment-sidebar-card {
  padding:13px 10px;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  gap: 10px;
  transition: all 0.1s ease-in-out;
}
.payment-sidebar-card img {
  height: 33px;
}
.payment-sidebar-card .payment-sidebar-check {
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  border: 1px solid #b9b8b8;
}
.payment-sidebar-card .payment-sidebar-check::before {
  content: '';
  position: absolute;
  right: -3px;
  top: -1px;
  height: 0px;
  width: 9px;
  background-color: #f8f9fa;
  transition: all 0.3s ease-in-out;
}
.payment-sidebar-card .payment-sidebar-check img {
  height: 125%;
  width: 0%;  
  left: 2px;
  position: absolute;
  top: -6px;
  transition: all 0.3s ease-in-out;
}
.sidebar-input:checked ~ .payment-sidebar-card .payment-sidebar-check::before {
  height: 9px;
}
.sidebar-input:checked ~ .payment-sidebar-card .payment-sidebar-check img {
  width: 125%;
}
.sidebar-input:checked ~ .payment-sidebar-card {
  border: 1.8px solid var(--theming1);
}
.payment-sidebar .payment-sidebar-inner {
  gap: 10px;
}
.payment-sidebar .payment-sidebar-terms {
  font-size: 14px;
}
.payment-sidebar .payment-sidebar-trusted {
  font-size: 13px;
  font-weight: 500;
  padding-top: 12px;
  margin-top: 12px;
}

.payment-detail-head {
    border-bottom: 1px dashed #d1d1d1;
    padding: 14px;
    margin-bottom: 12px;
    background: var(--theming2);
    border-radius: 10px 10px 0px 0px;
}
.payment-detail-head i {
    background-color: #ecf1fb;
    color: var(--theming2);
    padding: 12px;
    border-radius: 6px;
    margin-right: 4px;
    font-size: 18px;
}
.payment-sidebar .payment-detail-head h6 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.payment_booking_bx .payment_booking_text {
	padding-bottom: 10px;
}

.payment_booking_bx .payment_booking_text span {
	font-size: 15px;
	color: #000;
}

.payment_booking_bx .payment_booking_text strong {
	font-size: 15px;
	color: #000;
}

.payment_booking_bx .payment_booking_total span {
	font-size: 15px;
	color: #000;
}

.payment_booking_bx .payment_booking_total strong {
	font-size: 15px;
	color: #000;
}

/* payment detail section end */

/* contact section start */

.contactFWrapper {
	 position: relative;
	 background: #fff;
	 border-radius: 4px;
	 padding: 63px 38px 62px;
}
 .contactFWrapper .subTitle {
	 margin-bottom: 23px;
}
 .contactFWrapper .secTitle {
	 font-size: 35px;
	 line-height: 40px;
	 font-weight: 500;
	 margin: 0 0 45px;
}
.contactSection02 {
    position: relative;
    padding: 60px 0;
}
.contactSection02 .contactFWrapper {
    padding: 40px;
    background: #f8f8f9;
    border-radius: 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 20px;
}
 .contactSection02 .contactFWrapper .subTitle {
	 margin-bottom: 19px;
	 font-size: 18px;
	 color: var(--theming1);
}
.contactSection02 .contactFWrapper .secTitle {
    font-size: 32px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 36px;
}
.contactSection02 .contactFWrapper p {
    font-size: 15px;
    color: #333;
}

/*-- Contact Info --*/

.conInfoWrapper {
    background: #f9fafa;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: relative;
    padding: 30px;
    border-radius: 10px;
}

.conInfoWrapper h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin: 0 0 26px;
}

.conInfoWrapper .starRatings {
    position: relative;
    display: flex;
    color: #FFC107;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 6px;
}

.conInfoWrapper h2 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.conInfoWrapper h4 {
    font-size: 18px;
    color: #000;
    line-height: 6px;
    font-weight: 600;
    margin-bottom: 26px;
}

.conInfoWrapper h5 {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}


.iconBox05 {
    position: relative;
    min-height: 65px;
    margin: 0 0 12px;
    padding: 0 0 10px 40px;
    border-bottom: 1px solid rgb(118 118 118 / 40%);
}

.iconBox05 .ibBox {
    position: absolute;
    left: 0;
    top: 6px;
    color: var(--theming1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.iconBox05 .ibBox i {
    display: block;
    transition: 0.6s;
}

.iconBox05 .ibTitle {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin: 0 0 1px;
}

.iconBox05 p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.iconBox05 p .ibtitle_link {
	font-size: 16px;
	text-decoration: none;
	transition: all .3s ease-in-out;
	color: #000;
}
.iconBox05 p .ibtitle_link:hover {
	padding-left: 4px;
	text-decoration: underline;
}

.iconBox05:hover .ibBox i {
    transform: rotateY(360deg);
}

.iconBox05:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*-- Contact Form --*/

.animThumb {
    position: absolute;
    right: 114px;
    top: 12px;
    animation: animationFrames 20s infinite linear;
}

.contactForm {
    position: relative;
}

/* Inputs + textarea + nice-select */
.contactForm input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .contactForm textarea, .contactForm .nice-select {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 100%;
    height: 52px;
    border: 1px solid rgb(226 226 226 / 60%);
    border-radius: 12px;
    background: #fff;
    font-family: var(--heading-font);
    transition: 0.3s;
    padding: 0 15px;
}

.contactForm input.reqError,
.contactForm textarea.reqError,
.contactForm .nice-select.reqError {
    border-color: #f00 !important;
}

.contactForm .input-box {
    margin: 0 0 20px;
}

.contactForm .error {
    color: #f00;
}

/* Nice Select */
.contactForm .nice-select {
    color: rgba(83, 97, 132, 0.6);
    line-height: 50px;
    margin: 0 0 20px;
}

.contactForm .nice-select .list {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    max-height: 361px;
    overflow: auto;
    box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
}

.contactForm .nice-select .option {
    font-size: 14px;
    color: #536184; /* $body-color */
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 2px 25px;
}

.contactForm .nice-select.open {
    color: #536184;
}

.contactForm .nice-select::after {
    border-bottom: 1.5px solid #536184;
    border-right: 1.5px solid #536184;
    height: 8px;
    right: 16px;
    width: 8px;
    margin-top: -5px;
}
.contactForm .input-box {
	width: 100%;
}

.contactForm .input-box .form-label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.contactForm .input-box #phone {
    width: 100%;
    height: 52px;
    padding-left: 55px;
    border-radius: 12px;
}

.contactForm .iti {
	width: 100%;
}

.contactForm .iti__country-list {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0;
}
.iti__country-container {
    border-radius: 12px 0px 0px 12px;
}
.iti .iti__selected-country {
    border-right: 1px solid #dfdfdf;
    border-radius: 12px 0px 0px 12px;
}

.contactForm textarea {
    height: 165px;
    padding-top: 12px;
    resize: none;
    margin-bottom: 9px;
}

.contactForm input::placeholder,
.contactForm textarea::placeholder {
    opacity: 1;
    color: #333;
    transition: 0.3s;
}

.contactForm input::-moz-placeholder,
.contactForm textarea::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.contactForm input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #333;
}

.contactForm input:focus:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.contactForm textarea:focus,
.contactForm .nice-select.open {
    border: 1px solid var(--theming1);
    box-shadow: none;
}

.contactForm input:focus,
.contactForm textarea:focus {
    border: 1px solid var(--theming1);
    box-shadow: none;
    outline: none;
}

.contactForm input:focus::placeholder,
.contactForm textarea:focus::placeholder {
    opacity: 1;
}

.contactForm .nice-select .option:hover,
.contactForm .nice-select .option.focus,
.contactForm .nice-select .option.selected.focus {
    background: transparent;
    color: var(--theming1); /* $primay-color */
}

.contactForm .immiPressBtn {
    padding: 0 39px;
    margin-top: 20px;
}

.contactForm .con_message {
    display: none;
    width: 100%;
    padding: 15px;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0;
}

.contactForm .theme-btn {
	box-shadow: none;
	border: 0px;
	outline: none;
}
.contactForm .theme-btn:focus {
	box-shadow: none;
	border: 0px;
	outline: none;
}

 @media (max-width: 1199px) {
	 .contactSection02 .contactFWrapper {
		 padding-right: 0;
	}
}
 @media (max-width: 991px) {
	 .contactSection02 .contactFWrapper .secTitle {
		 font-size: 33px;
		 line-height: 45px;
		 margin-bottom: 30px;
	}
}
 @media (max-width: 767px) {
	 .contactFWrapper {
		 padding-left: 30px;
		 padding-right: 30px;
	}
	 .contactSection02 {
		 padding: 60px 0 80px;
	}
}
 

.hero_banner_bottom_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.hero_banner_bottom_txt .marquee {
    overflow: hidden;
    background: var(--theming2);
    color: #fff;
	padding: 12px 16px;
}

.hero_banner_bottom_txt .track {
    display: flex;
    width: max-content;
    animation: marquee 10s linear infinite;
}

.hero_banner_bottom_txt .track span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
    white-space: nowrap;
    padding-right: 30px;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.conInfo_Wrapper_boxx {
    background: #f8f8f9;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    transition: all .3s ease-in-out;
    height: 140px;
}

.conInfo_Wrapper_boxx .ibBox {
    background: var(--theming2);
    color: #fff;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 6px;
    transition: all .3s ease-in-out;
}
.conInfo_Wrapper_boxx:hover .ibBox {
    background: var(--theming1);
    color: #fff;
}
.conInfo_Wrapper_boxx .ibTitle_boxx .ibTitle {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}
.conInfo_Wrapper_boxx .ibTitle_boxx p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.conInfo_Wrapper_boxx .ibTitle_boxx p .ibtitle_link {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.conInfo_Wrapper_boxx .ibTitle_boxx p .ibtitle_link:hover {
    text-decoration: none;
    color: var(--theming1);
}



/* contact section end */

/* document required section start */

.documents-required-section {
  background: #fff;
  padding: 60px 0;
}

.documents-required-section .doc-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s ease;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 25px rgb(127 127 127 / 15%);
}

.documents-required-section .doc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(214, 0, 0, 0.15);
  border-color: var(--theming1);
}

.documents-required-section .doc-icon {
    width: 62px;
    margin-bottom: 20px;
}

.documents-required-section .doc-card p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.documents-required-section .info-box {
  background: #f7f8ff;
  padding: 20px;
  border-radius: 12px;
  border-left: 5px solid var(--theming2);
  height: 100%;
  box-shadow: 0 10px 25px rgb(127 127 127 / 15%);
}

.documents-required-section .info-box h5 {
  color: var(--theming2);
  margin-bottom: 12px;
  font-weight: 600;
}

.documents-required-section .info-box ul {
  padding-left: 18px;
  margin: 0;
}

.documents-required-section .info-box ul li {
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
}

@media (max-width: 767px) {
  .documents-required-section .section-title {
    font-size: 20px;
  }

  .documents-required-section .doc-card {
    padding: 15px;
  }
}

/* document required section end */

/* whychoose section start */

.why-choose-new {
  padding: 50px 0;
  background: #fff;
}

.why-choose-new .why-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  border: 1px solid #eee;
  height: 100%;
}

.why-choose-new .why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  border-color: var(--theming1);
}

.why-choose-new .icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-new .icon-box img {
    width: 62px;
}

.why-choose-new h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.why-choose-new p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

@media (max-width: 767px) {
  .why-choose-new .title {
    font-size: 24px;
  }
}

/* whychoose section end */

/* new payment details section start */

.payment-detail {
    background: #fff;
}

.payment_details_top_tpr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}
.payment_details_top_tpr .pay_details_tp_rght {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2fff2;
    padding: 6px 8px;
    border-radius: 10px;
    border: 1px solid #88c988;
}
.pay_details_tp_lft p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
}
.payment_details_top_tpr .pay_details_tp_rght span {
    font-size: 24px;
    margin-right: 8px;
    color: green;
}
.payment_details_top_tpr .pay_details_tp_rght .pay_details_rts_lt h4 {
    font-size: 16px;
    font-weight: 600;
    color: green;
    margin-bottom: -3px;
}
.payment_details_top_tpr .pay_details_tp_rght .pay_details_rts_lt small {
    font-size: 12px;
    color: #000;
    margin-left: 2px;
}

/* side wrapper css */

.vp-side-widgets {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vp-info-box,
.vp-help-box{
    border-radius:12px;
    padding:18px;
    font-size:14px;
}

.vp-info-box{
    background:#fef7ed;
    border:1px solid #fde2c4;
}

.vp-info-box__header{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    margin-bottom:10px;
}

.vp-info-box__header h6, .vp-help-box__header h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.vp-info-box__icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffedd1;
    border-radius: 8px;
    color: #f97316;
    border: 1px solid #ffb079;
    font-size: 16px;
}

.vp-info-box__list{
    list-style:none;
    padding:0;
    margin:0;
}

.vp-info-box__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    color: #000000;
    font-size: 13px;
}

.vp-info-box__list li::before{
    content:"\f00c";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#22c55e;
    font-size:13px;
    margin-top:2px;
}

.vp-help-box{
    background:#f3f0ff;
    border:1px solid #e0d9ff;   
}

.vp-help-box__header{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    margin-bottom:6px;
}

.vp-help-box__icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dfd9ff;
    border-radius: 8px;
    color: #6d28d9;
    border: 1px solid #b382ff;
    font-size: 16px;
}

.vp-help-box__desc{
    font-size: 13px;
    color:#333;
    margin-bottom:12px;
}

.vp-help-box__item{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    color:#1f2937;
}

.vp-help-box__item i{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ede9fe;
    border-radius:6px;
    color:#6d28d9;
    font-size:13px;
}

.vp-help-box__item .vp_help_text {
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.vp-help-box__item span {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.vp-help-box__item .vp_help_text:hover {
    padding-left: 8px;
}

.vp-help-box small{
    color:#6b7280;
}

.payment_details_another_btn .theme-btn {
    padding: 8px 10px;
    font-size: 15px;
}
.payment_details_another_btn .theme-btn:hover i {
    transform: translateX(0px);
}

.pricing_main_input_bx .pricing_main_md_left_bx h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.pricing_main_input_bx .pricing_main_md_left_bx small {
    font-size: 12px;
    color: #393939;
    font-weight: 500;
}
.pricing_main_input_bx .price {
    font-size: 24px;
    margin-top: 6px;
    color: var(--theming1);
}


/* new payment details section end */

/* visa document required section start */

.visa-docu-required-section .visa-left-box {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.visa-docu-required-section .top-box h3 {
    font-family: cursive;
    font-size: 28px;
}
.visa-docu-required-section .top-box p {
    font-size: 15px;
    color: #333;
}

.visa-docu-required-section .timeline {
    margin-top: 20px;
}

.visa-docu-required-section .step {
    text-align: center;
    margin-bottom: 20px;
}
.visa-docu-required-section .step p {
    font-size: 15px;
    color: #333;
}
.visa-docu-required-section .step .icon {
    width: 50px;
    margin: 10px auto;
    margin-top: 0px;
}

.visa-docu-required-section .divider {
    background: var(--theming1);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    margin: 20px 0;
}

.visa-docu-required-section .contact-box p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.visa-docu-required-section .contact-box p .contact_box_link {
    font-size: 16px;
    font-weight: 600;
    color: var(--theming2);
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.visa-docu-required-section .contact-box p .contact_box_link:hover {
    color: var(--theming1);
}

.visa-docu-required-section .step-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.visa-docu-required-section .step-item {
    font-size: 14px;
    text-align: center;
    position: relative;
}
.visa-docu-required-section .step-item .step_item_no {
    position: absolute;
    top: 3px;
    left: 33%;
    background: var(--theming3);
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.visa-docu-required-section .step-item .step_item_image_bx {
    width: 50px;
    margin: 10px auto;
}
.visa-docu-required-section .step-item p {
    font-size: 13px;
    color: #333;
}

.visa-docu-required-section .contact-box {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.visa-docu-required-section .visa-content h4 {
    font-size: 30px;
    margin-top: 20px;
    font-weight: 600;
    color: #000;
}

.visa-docu-required-section .visa-content p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
.visa-docu-required-section .visa-content ul li {
    font-size: 16px;
    padding-bottom: 10px;
    color: #333;
}
.visa-docu-required-section .visa-content ol li {
    font-size: 16px;
    padding-bottom: 10px;
    color: #333;
}

/* visa document required section end */
