@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	}
div, ul, h1, h2, h3, h4, h5, h6, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:1;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

button,
input,
select{
	font-family:inherit;
	outline:none;
}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*======================================
	header section
======================================*/
.top-fix-bar{
	margin-bottom:65px;
	}
.main_header{
	width:100%;
	background:#ffffff;
	z-index:999;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
	height:65px;
	margin-top: -65px;
	position: relative;
	top:65px;
}
.fixed-nav .main_header{
	position: fixed;
	z-index: 11;
	top: 0;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	border-bottom:1px solid #e1e1e1;
	}
.header_inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}

.header_logo{
	display:inline-flex;
	align-items:center;
	margin-top:0;
	}

.header_logo img{
	width:190px;
	display:block;
	padding-top:4px;
	}
.top_search_icon{
	margin-top:0;
	}
.top_search_icon img{
	width:22px;
	padding-top:10px;
	}


/*======================================
	Hero Section
======================================*/
.hero_section{
	padding:80px 0px 95px;
	background:#fefaf6;
	overflow:hidden;
}

.hero_content{
	max-width:570px;
	width:100%;
	text-align:left;
	position:relative;
	z-index:1;
}

.hero_badge{
	display:inline-flex;
	align-items:center;
	gap:8px;
	height:34px;
	padding:0px 14px;
	border:1px solid #e0e7eb;
	border-radius:20px;
	background:#ffffff;
	margin-bottom:18px;
}

.hero_badge_icon{
	width:24px;
}

.hero_badge_text{
	font-size:15px;
	line-height:15px;
	letter-spacing:0.5px;
	color:#2d2d2d;
	text-transform:uppercase;
}

.hero_heading{
	font-size:56px;
	line-height:60px;
	color:#2b2847;
	font-weight:700;
}

.hero_heading_highlight{
	display:block;
	color:#9f182f;
}

.hero_description{
	margin:18px 0px 28px;
	font-size:18px;
	line-height:26px;
	color:#000;
}

.button_box{
	display:inline-block;
	vertical-align:top;
	max-width:430px;
	width:100%;
	text-align:center;
}
.button_top_text{
	margin-bottom:12px;
	font-size:19px;
	font-weight:700;
	line-height:24px;
	color:#2b2847;
}
.button_top_text img{
	width:22px;
	display:inline-block;
	vertical-align:middle;
	margin: -2px 4px 0 0;
}
.common_button{
	width:100%;
	height:67px;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	background:linear-gradient(90deg,#2f234d 0%,#b01735 100%);
	border-radius:8px;
	font-size:18px;
	font-weight:800;
	line-height:22px;
	color:#ffffff;
	text-decoration:none;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.18);
	margin-bottom:12px;
}
.common_button img{
	width:16px;
}
.button_bottom_text{
	margin:0px;
	font-size:13px;
	font-weight:300;
	line-height:18px;
	color:#000;
}
.button_bottom_text img{
	width:65px;
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
}
.hero_image{
	position: absolute;
    right: -140px;
    top: -60px;
}


/*======================================
	Section 2
======================================*/
.section_2{
	padding:65px 0px 70px;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.section_2::before{
	content:"";
	position:absolute;
	inset:0px;
	background:url("../images/section-2-bg.webp") no-repeat center top;
	background-size:120%;
	pointer-events:none;
}
.section_2_image{
	max-width:515px;
	margin:35px auto 55px;
}
.section_2_image img{
	width:100%;
	display:block;
}
.section_2_cards{
	display:flex;
	justify-content:center;
	gap:24px;
	margin-bottom:30px;
}
.section_2_card{
	width:100%;
	max-width:500px;
	background:#ffffff;
	border:1px solid #d7e1ea;
	border-radius:8px;
	box-shadow:0px 2px 8px rgba(0,0,0,0.08);
	overflow:hidden;
	display: flex;
	flex-direction: column;
}
.section_2_card_head{
	height:54px;
	padding:0px 20px;
	background:#2b2847;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:12px;
}
.section_2_card_head_red{
	background:#9f182f;
}
.section_2_card_head h3{
	margin:0px;
	font-size:20px;
	font-weight:700;
	line-height:26px;
	color:#ffffff;
}
.section_2_card_head img{
	width:24px;
}
.section_2_card_body{
	padding:18px;
	text-align:left;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.section_2_card_body p{
	margin:0px 0px 8px;
	font-size:18px;
	line-height:26px;
	color:#000;
}
.section_2_card_body ul{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:auto;
}
.section_2_card_body ul li{
	position:relative;
	padding:14px 0px 14px 25px;
	font-size:18px;
	font-weight:500;
	line-height:24px;
	color:#000;
	border-bottom:1px solid #cad7df;
	background:url(../images/sec2-tick.webp) left 19px no-repeat;
	background-size:14px;
}
.section_2_card_body ul li:last-child{border-bottom:none;}


/*======================================
	Common Heading & Text
======================================*/
.common_heading{
	font-size:42px;
	line-height:51px;
	font-weight:800;
	text-align:center;
	color:#2b2847;
}
.common_text{
	margin:12px 0px 0px;
	font-size:18px;
	line-height:26px;
	color:#000;
}

/*======================================
	Section 3
======================================*/
.section_3{
	padding:65px 0px 70px;
	background:#f3f4fb;
	position:relative;
	overflow:hidden;
}
.section_3::before{
	content:"";
	position:absolute;
	inset:0px;
	background:url("../images/section-3-bg.webp") no-repeat center center;
	background-size:cover;
	pointer-events:none;
}
.section_3_content{
	margin:40px auto 0px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.section_3_image{
	flex-shrink:0;
	width:42%;
}
.section_3_image img{
	display:block;
	margin: 0 50px;
}
.section_3_right{
	width:100%;
	max-width:570px;
	text-align:left;
}
.section_3_steps{
	width:100%;
	position:relative;
	text-align:left;
}
.section_3_step{
	display:flex;
	align-items:flex-start;
	gap:18px;
	position:relative;
	padding-bottom:34px;
}
.section_3_step::before{
	content:"";
	position:absolute;
	top:18px;
	left:22px;
	bottom:0;
	width: 4px;
	background-image: radial-gradient(circle, #b3262d 45%, transparent 70%);
	background-size: 4px 7px;
	background-repeat: repeat-y;
	background-position: center top;

	-webkit-mask-image: linear-gradient(
		to bottom,
		#000 0%,
		#000 20%,
		transparent 100%
	);
	mask-image: linear-gradient(
		to bottom,
		#000 0%,
		#000 20%,
		transparent 100%
	);
}
.section_3_step:last-child::before {
	display: none;
}
.section_3_icon{
	width:50px;
	height:50px;
	border-radius:50%;
	background:#2b2847;
	border:2px solid #9f182f;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:2;
	flex-shrink:0;
}
.section_3_icon img{
	width:26px;
}
.section_3_info h3{
	margin:0px 0px 10px;
	font-size:22px;
	font-weight:700;
	line-height:26px;
	color:#2b2847;
}
.section_3_info span{
	display:inline-block;
	font-size:13px;
	line-height:20px;
	color:#000;
	padding:3px 10px 3px 15px;
	position:relative;
	margin-bottom:12px;
	background:#fff;
	border:1px solid #d6e4ee;
	border-radius:4px;
}
.section_3_info span::before{
	content:"";
	position:absolute;
	left:6px;
	top:11px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#9f182f;
}
.section_3_info p{
	margin:0px;
	font-size:18px;
	line-height:26px;
	color:#000;
}

/*======================================
	Section 4
======================================*/
.section_4{
	padding:65px 0px 0;
	background:#f8f8f8;
	position:relative;
	overflow:hidden;
}
.sec4_sticker_1, .sec4_sticker_2, .sec4_sticker_3{
	position:absolute;
}
.sec4_sticker_1{left:0; top:0;}
.sec4_sticker_2{right:220px; top:-30px; width:25px;}
.sec4_sticker_3{right:0; top:50px;}
.section_4_content{
	max-width:1030px;
	margin:35px auto 45px;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:35px;
}
.section_4_cards{
	width: 51.457%;
	display:flex;
	flex-direction:column;
	gap:25px;
}
.section_4_card{
	padding:20px 90px 20px 20px;
	background:#f3f4fb;
	border:1px solid #a7a5bb;
	border-radius:8px;
	box-shadow:0px 4px 0px #2b2847;
	text-align:left;
	position:relative;
}
.section_4_card h3{
	margin:0px 0px 10px;
	font-size:24px;
	font-weight:700;
	line-height:30px;
	color:#081c29;
}
.section_4_card p{
	margin:0px;
	font-size:18px;
	line-height:24px;
	color:#000;
}
.section_4_card img{
	width:57px;
	flex-shrink:0;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}
.section_4_image{
	width: 44.855%;
}
.section_4_image img{
	width:100%;
	display:block;
	border-radius:6px;
}


/*======================================
	Section 5
======================================*/
.section_5{
	padding:65px 0px 0;
	background:#f8f8f8;
}
.section_5_box{
	max-width:1030px;
	width:100%;
	margin:0 auto;
	position:relative;
	display:flex;
	align-items: center;
	justify-content: flex-end;
	background:#f7f8fd;
	border:2px solid #2b2847;
	border-radius:8px;
	overflow:hidden;
	min-height:470px;
}
.section_5_box::before{
	content:"";
	position:absolute;
	inset:0px;
	background:url("../images/section-5-bg.webp") no-repeat center center;
	background-size:cover;
	pointer-events:none;
}
.section_5_image{
	position:absolute;
	left:0;
	bottom:0;
}
.section_5_ribbon{
	position: absolute;
    left: -170px;
    bottom: -115px;
    z-index: 1;
}
.section_5_content{
	width:44%;
	text-align:center;
	position:relative;
	z-index:1;
	padding-right:40px;
}
.section_5_content h2{
	margin:0px 0px 15px;
	font-size:40px;
	font-weight:800;
	line-height:44px;
	color:#081c29;
}
.section_5_content p{
	margin:0px 0px 35px;
	font-size:20px;
	font-weight:400;
	line-height:32px;
	color:#222222;
}
.section_5_content .button_box{
	justify-content:center;
}


/*======================================
	Section 6
======================================*/
.section_6{
	padding:65px 0px 0;
	background:#f8f8f8;
	position:relative;
	overflow:hidden;
}
.country_search{
	position:relative;
	width:100%;
	max-width:432px;
	margin:42px auto 44px;
}
.country_search img{
	position:absolute;
	top:50%;
	left:22px;
	transform:translateY(-50%);
	width:23px;
}
.country_search input{
	width:100%;
	height:58px;
	border:1px solid #e1e1e1;
	border-radius:14px;
	padding:0px 20px 0px 58px;
	background:#ffffff;
	font-size:18px;
	outline:none;
}
.country_grid{
	display:grid;
	grid-template-columns:repeat(7, 1fr);
	gap:10px;
}
.country_card{
	background:#f0f9ff;
	border:1px solid #dae6f0;
	border-radius:12px;
	padding:20px 12px 24px;
	text-align:center;
	min-height:135px;
}
.country_card img{
	width:48px;
	height:48px;
	border-radius:50%;
	object-fit:cover;
	
}
.country_card .fi{
	font-size:38px; 
	display:block;
	margin:0px auto 15px;
}
.country_card h3{
	font-size:16px;
	line-height:22px;
	font-weight:400;
	color:#000;
	margin-bottom:10px;
}
.country_card p{
	font-size:12px;
	line-height:12px;
	color:#0050be;
}
.country_card p.optional{
	color:#10bf57;
}
.country_card.hide_country{
	display:none;
}
.country_btn{
	background:none;
	outline:none;
	border:none;
	font-size:16px;
	line-height:16px;
	color:#186ea2;
	cursor:pointer;
	margin:46px auto;
	text-decoration:underline;
	font-family: 'Inter';
}

/*======================================
	Section 7
======================================*/
.section_7{
	padding:65px 0px 200px;
	background:#f8f8f8;
	position:relative;
	overflow:hidden;
}
.section_7::after{
	content:"";
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:178px;
	background:url("../images/section-7-bottom.webp") repeat-x center bottom;
	pointer-events:none;
}
.section_7 .container{
	position:relative;
	z-index:1;
}
.section_7 .common_text{
	max-width:620px;
	margin:12px auto 0px;
}
.section_7_cards{
	display:flex;
	justify-content:center;
	gap:35px;
	margin-top:35px;
	margin-bottom:40px;
}
.section_7_card{
	width:100%;
	max-width:430px;
	background:#ffffff;
	border:1px solid #9f182f;
	border-radius:8px;
	box-shadow:0px 4px 12px rgba(0,0,0,0.08);
	overflow:hidden;
	text-align:left;
}
.section_7_card_dark{
	background:#2b2847 url("../images/section-7-card-bg.webp") no-repeat right top;
	border-color:#2b2847;
}
.section_7_card_head{
	height:55px;
	padding:0px 18px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.section_7_card_subhead{
	background:#f2e6e8;
	padding:6px 18px;
}

.section_7_card_head h3{
	font-size:26px;
	font-weight:800;
	line-height:30px;
	color:#2b2847;
}
.section_7_card_head img{
	width:32px;
}
.section_7_card ul{
	margin:10px 0px 0px;
	padding:0px 18px 12px;
	list-style:none;
}
.section_7_card ul li{
	position:relative;
	padding:12px 0 12px 22px;
	border-bottom:1px solid #e1e1e1;
	font-size:17px;
	line-height:22px;
	color:#000;
}
.section_7_card ul li:last-child{
	margin-bottom:0px;
	border-bottom:none;
}
.section_7_card ul li::before{
	content:"";
	position:absolute;
	left:0px;
	top:16px;
	background:url(../images/cross.webp) left top no-repeat;
	width:14px;
	height:14px;
	background-size:100%;
}
.section_7_card_dark ul li{color:#ffffff; border-bottom:1px solid #46445e;}
.section_7_card_dark .section_7_card_head h3{color:#ffffff;}
.section_7_card_dark .section_7_card_subhead{background:#f1f0fa; font-size:15px; line-height:20px;}
.section_7_card_dark ul li::before{background:url(../images/tick.webp) left top no-repeat; background-size:100%;}


/*======================================
	Section 8
======================================*/
.section_8{
	padding:65px 0px 70px;
	background:#f3f4fb;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin:40px 0 30px;
}

.up-slide-dwn{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #d7dde9;
}

.up-slide-dwn:last-child{
	border-bottom:none;
}

.faq-innr{
	float:left;
	width:100%;
	border-radius:10px;
	overflow:hidden;
}

.accordion{
	float:left;
	width:100%;
	text-align:left;
	padding:18px 40px 22px 0;
	cursor:pointer;
	position:relative;
}

.accordion:before,
.accordion:after{
	content:"";
	position:absolute;
	top:50%;
	right:0;
	width:13px;
	height:3px;
	background:#2b2847;
	border-radius:20px;
	transition:all 0.35s ease;
	transform-origin:center;
}

.accordion:before{
	transform:translateY(-50%) rotate(0deg);
}

.accordion:after{
	transform:translateY(-50%) rotate(90deg);
}

.acdn-heading.accordion-open:before{
	transform:translateY(-50%) rotate(45deg);
}

.acdn-heading.accordion-open:after{
	transform:translateY(-50%) rotate(-45deg);
}

.acdn-heading{
	padding:18px 20px 18px 0;
}

.acdn-heading p{
	font-size:19px;
	line-height:26px;
	color:#2b2847;
	font-weight:700;
}

.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 10px;
}

.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#000;
	margin-bottom:15px;
}

/*======================================
	Footer
======================================*/
.footer{
	padding:40px 0 45px;
	}
.ftr_logo{
	display:block;
	margin:0 auto 18px;
	width:200px;
	}
.footer_text{
	font-size:15px;
	line-height:22px;
	color:#000;
	margin-top:12px;
	}
.footer_text a{ padding:0 6px; color:#000;}
.footer_text a:first-child{ padding-left:0;}
.footer_text a:last-child{ padding-right:0;}


@media only screen and (max-width:1180px){
.container{width:1000px;}

.hero_image{right:-300px; top:10px; width:630px;}

.section_3_image img{margin: 0 -10px;}
}

@media only screen and (max-width:1023px){
.container{width:750px;}
.hide-tab{display:none;}

.hero_section{padding:30px 0px;}
.hero_description{max-width:100%;}
.hero_heading{font-size:46px; line-height:50px;}

.section_2{padding:40px 0px 50px;}
.section_2_card{max-width:345px;}

.section_3{padding:40px 0px 50px;}
.section_3_content{gap:40px;}
.section_3_steps{max-width:100%;}
.section_3_image img{margin:0 -70px;}

.section_4{padding:40px 0 0;}
.section_4_cards{width:100%; gap:15px;}
.section_4_card{padding: 12px 90px 12px 20px;}
.section_4_image{width:100%;max-width:450px;}

.section_5{padding:50px 0 0;}
.section_5_image{left:-140px;}
.section_5_content{width:57%; padding-right:20px;}

.section_6{padding:50px 0 0;}
.country_section{padding:50px 0 30px;}
.country_grid{grid-template-columns: repeat(4, 1fr);}

.section_7{padding:40px 0px 50px;}

.section_8{padding:40px 0 50px;}

.common_heading{font-size:35px; line-height:40px; letter-spacing:-1.2px;}
.common_text{font-size:16px; line-height:22px;}


}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top-fix-bar{margin-bottom:50px;}
.main_header{height: 50px; margin-top: -50px; top: 50px;}
.header_logo img{width:130px; padding-top:6px;}
.top_search_icon img{width:17px;}

.hero_section{padding:30px 0px 40px;}
.hero_content{text-align:center;}
.hero_badge{margin-bottom:12px;}
.hero_badge_icon{width:20px;}
.hero_badge_text{font-size:12px; line-height:12px;}
.hero_heading{font-size:36px; line-height:40px;}
.hero_description{font-size:15px;line-height:22px;margin:15px 0px 5px;}
.hero_image{position:static; width:calc(100% + 30px); margin-left:-15px; margin-bottom:-20px;}

.button_box{max-width:330px;}
.button_top_text{font-size:18px;}
.common_button{height:56px;}

.common_text{font-size:15px; line-height:20px;}

.section_2{padding:30px 0;}
.section_2::before{display:none;}
.section_2_image{margin:25px auto 35px;}
.section_2_img_mob{width:calc(100% + 30px); margin:-35px 0 -5px -15px;}
.section_2_cards{flex-direction:column;}
.section_2_card{max-width:100%;}
.section_2_card_head{padding:0 12px; gap:30px;}
.section_2_card_head h3{font-size:20px;}
.section_2_card_body p{font-size:15px; line-height:24px;}
.section_2_card_body ul li{font-size:15px; line-height:21px;}

.section_3{padding:30px 0px 40px;}
.section_3:before{background:none;}
.sec3_sticker_1, .sec3_sticker_2, .sec3_sticker_3{position:absolute;}
.sec3_sticker_1{right:20px; top:45px;}
.sec3_sticker_2{left:10px; top:-20px; width:25px;}
.sec3_sticker_3{left:40px; top:140px;}
.section_3_content{flex-direction:column;}
.section_3_image img{width:220px;}
.section_3_img_mob{width:calc(100% + 30px); margin:-170px 0 -25px -15px;}
.section_3_step{padding-bottom:40px;}
.section_3_info h3{font-size:20px;line-height:20px;}
.section_3_info p{font-size:14px;line-height:22px;}
.section_3_steps::before{height:230px;}

.section_4{padding:50px 0px 0;}
.section_4_airport_mob{width:calc(100% + 30px); margin:-30px 0 -50px -15px;}
.section_4_content{margin:25px auto 35px; gap:20px; flex-direction:column;}
.section_4_card{padding:18px 50px 18px 15px;}
.section_4_card h3{font-size:20px;line-height:26px; margin:0 0 8px;}
.section_4_card p{font-size:15px;line-height:20px;}
.section_4_card img{width:32px; right:15px;}

.section_5{padding:40px 0px 0;}
.section_5_box{flex-direction:column; background:#f1f3ff;}
.section_5_box:before{background:none;}
.section_5_image{position:static; width:100%; margin:0 0 -20px;}
.section_5_content{width:100%; padding:0 15px 20px;}
.section_5_content h2{font-size:30px;line-height:34px;}
.section_5_content p{font-size:16px;line-height:26px;margin-bottom:25px;}

.country_grid{grid-template-columns: repeat(2, 1fr);}
.country_search{margin:30px auto 35px;}
.country_search img{width:18px;}
.country_search input{height:50px; border-radius:10px; font-size:16px;}
.country_btn{font-size:16px; margin-top:35px;}

.section_7{padding:40px 0px 100px;}
.section_7::after{background-size:100%;}
.section_7_cards{margin-top:25px; margin-bottom:30px; flex-direction:column;}
.section_7_card{max-width:100%;}
.section_7_card_head h3{font-size:24px; line-height:30px;}

.section_8{padding:30px 0 40px;}
.acdn-heading p{font-size:17px; line-height:22px;}
.acdn-para{font-size:15px; line-height:22px;}

.footer{padding:20px 0 20px;}
.ftr_logo{ width: 140px;}
.footer_text{font-size:13px; line-height:18px;}
.footer_text a{padding:0 2px;}
}













