@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, 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: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@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-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-Black.woff2') format('woff2'),
	url('Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*========HEADER========*/	
.header{
	float:left;
	width:100%;
	background:#ffffff;
	padding:15px 0;
	}				
.logo{
	float:left;
	width:231px;
	margin-top:13px;
	}
.header_contact{
	float:right;
	text-align:left;
	display: flex;
    align-items: center;
	column-gap:10px;
	}
.contact_icon_box{
	width:31px;
	flex-shrink: 0;
	}	
.contact_icon{
	display:inline-block;
	vertical-align:middle;
	width:31px;
	}
.contact_box_text p{	
	color:#000000;
	font-size:15px;
	line-height:23px;
	letter-spacing:-0.3px;
	}
.contact_box_text p span{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	}	
	
/*========BANNER========*/	
.banner{
	float:left;
	width:100%;
	background:#fffaf9;
	padding:60px 0;
	}
.banner_content{
	float:left;
	width:100%;
	}
.banner_left{
	float:left;
	width:53%;
	position:relative;
	}
.banner_heading{
	float:left;
	width:100%;
	color:#040404;
	font-size:50px;
    line-height:56px;
    font-weight:900;
	text-align:left;
	letter-spacing:-1px;
	}	
.banner_paragraph{
	float:left;
    width:77%;
    color:#000000;
    font-size:17px;
    line-height:25px;
	text-align:left;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:13px 0 16px;
    margin-top:25px;
	}		
ul.banner_list{
	float:left;
	width:70%;
	margin-top:15px;
	}
ul.banner_list li{
	color:#000000;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	text-align:left;
	background:url(../images/bnr-bullet.webp)no-repeat left 8px;
	background-size:18px;
	padding-left:32px;
	margin-top:10px;
	}
.status_box{
	float:left;
	width:69%;
	text-align:left;
	background:#feece8;
	border-radius:5px;
	padding:10px 10px 8px 50px;
	margin-top:38px;
	position:relative;
	}
.status_box:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:4px;
	background:#fa5b3d;
	}
.status_box p{
	color:#000000;
	font-size:16px;
	line-height:21px;
	}
.status_icon{
	position:absolute;
	top:50%;
    transform:translateY(-50%);
	left:11px;
	width:30px;
	}	
 .banner_image{
	position:absolute;
	bottom:-91px;
	right:-68px;
	width:301px;
	} 
.banner_right{
	float:right;
	width:40.3%;
	}
.form_box{
	float:left;
    width:100%;
	border:3px solid #0b3478;
	background:#0b539d;
	text-align:center;
    border-radius:10px;
	}
.form_box_heading{     
	float:left;
	width:100%;	
	background:#0b3478;
	text-align:left;
	border-radius:10px 10px 0 0;
	padding:8px 130px 13px 30px;
	position:relative;
	}
.form_box_heading:before{
    content:'';
    position:absolute;
    right:24px;
    bottom:-13px;
    width:70px;
    height:70px;
    border-radius:50%;
	background:#0b3478;
	}
.form_box_heading p{
	color:#ffffff;
    font-size:30px;
    line-height:34px;
    font-weight:900;
	}
.form_box_heading img{
	position:absolute;
	top:-35px;
    right:14px;
	width:92px;
	}
.form_content{
	float:left;
	width:100%;
	border-radius:0 0 10px 10px;
	padding:20px 30px 35px;
	}
.form_content_paragraph{
	color:#ffffff;
    font-size:17px;
    line-height:24px;
	text-align:left;
	}
.form_element{
	float:left;
	width:100%;
	margin-top:25px;
	position:relative;
	display: flex;
    flex-direction: column;
	}	
.form_element label{
	color:#ffffff;
    font-size:17px;
	line-height:25px;
    letter-spacing:0.3px;
	font-weight:bold;
	text-align:left;
	margin-bottom:7px;
	}
.form_icon_box{
	float:left;
    width:100%;
	position:relative;
	}
.form_icon_box img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    left:12px;
	width:27px;
	}
.input_fields{
    float:left;
    width:100%;
	height:62px;
    color:#000000;
    font-size:16px;
	border-radius:5px;
    letter-spacing:0.3px;
	border:1px solid #c2c2c2;
    padding:0 20px 0 50px;
	font-family: 'Inter';
    -webkit-appearance:none;
	outline:none;	
	}
.input_fields::placeholder{color:#c3c3c3;}				
.form_button{
	display:inline-block;
	vertical-align:middle;
    width:100%;
	color:#ffffff;	
    font-size:24px;
	line-height:24px;
	letter-spacing:0.5px;
	font-weight:bold;
    text-align:center;
	background:#fa5b3d;
	border-radius:6px;
	padding:17px 0;
	margin-top:22px;
	overflow:hidden;
    cursor:pointer;
	border:none;
	outline:none;
	-webkit-appearance:none;
	position:relative;
	}
.buttom_text{
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	letter-spacing:-0.3px;
	margin-top:11px;
	}
.buttom_text img {
    display: inline-block;
    vertical-align: top;
    margin:1px 6px 0 0;
    width: 12px;
	}
	
	
/*========COMMON-CSS=========*/	
.common_heading{
	color:#000000;
	font-size:40px;
	line-height:44px;
	font-weight:800;
	letter-spacing:-0.3px;
	}
/*=========================*/	

/*=======Section-5=========*/	
.section1{
	float:left;
	width:100%;
	padding:75px 0 0;
	}	
.faq_section{
	display:inline-block;
	vertical-align:middle;
	max-width:834px;
	width:100%;
	margin-top:20px;
	}
.faq_slide_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#ffffff;
	border:1px solid #ebebeb;
	border-radius:5px;
	margin-top:15px;
	}
.accordion{
    float:left;
    width:100%;
	color:#000;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
	text-align:left;
    background:url(../images/close.webp) no-repeat right 25px center;
	background-size:18px;
    padding:21px 60px 21px 20px;
    position:relative;
    cursor:pointer;
	}
.acdn_heading.accordion_open{
	color:#000;
	background:url(../images/open.webp) no-repeat right 25px center;
	background-size:18px;
	border-radius:8px 8px 0 0;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 50px 10px 20px;
	border-radius:0 0 8px 8px;
	}
.acdn_para{
	color:#000;
	font-size:17px;
	line-height:25px;	
	font-weight:400;
	margin-bottom:15px;
	}
.contact_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#fff7f5;
	padding:45px 90px 30px;
	margin-top:90px;
	position:relative;
	}
.contact_box_inner{
	display:inline-block;
	vertical-align:middle;
	max-width:850px;
	width:100%;	
	}
.question_mark_icon{
	position:absolute;
	top:-27px;
	left:50%;
	transform:translateX(-50%);
	width:54px;
	}
.contact_box_heading{
	color:#000000;
    font-size:24px;
    line-height:28px;
    font-weight:bold;
	letter-spacing:-0.3px;
	}
.contact_box_paragraph{
	color:#000000;
    font-size:18px;
    line-height:26px;
	letter-spacing:-0.3px;
	margin-top:10px;
	}
ul.contact_list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content:center;
    justify-content:center;
	width:100%;
	margin:20px auto 0;
	position:relative;
	}
ul.contact_list li{
	width:50%;
	border-right:1px solid #e8e8e8;
	padding:20px 10px 10px;
	} 
ul.contact_list li:last-child{border-right:none;} 
ul.contact_list li p{
	color:#000000;
    font-size:20px;
    line-height:26px;
	letter-spacing:-0.3px;
	}
ul.contact_list li p span{font-weight:bold;}
.contact_list_icon{
	display:block;
	margin:0 auto 6px;
	width:30px;
	}

/*========Footer=========*/
.footer{
	float:left;
	width:100%;
	background:#ffffff;
	padding:50px 0 40px;
	}
.footer_logo{
	display:block;
	margin:0 auto;
	width:180px;
	}
ul.footer_menu_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	}
ul.footer_menu_list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	position:relative;
	}
ul.footer_menu_list li:first-child{padding-left:0;}
ul.footer_menu_list li:last-child{padding-right:0;}
ul.footer_menu_list li:after{
	content:'';
	position:absolute;
	top:4px;
	bottom:4px;
	right:-3px;
	width:1px;
	background:#333;
	}	
ul.footer_menu_list li:last-child:after{display:none;}
ul.footer_menu_list li a{
	color:#000000;
	font-size:16px;
	line-height:20px;
	}
.footer_text_note{
	display:inline-block;
	vertical-align:middle;
    max-width:896px;
    width:100%;
	color:#000000;
	font-size:12px;
    line-height:18px;
    background:#fbfbfb;
    border:1px solid #d7d7d7;
	padding:20px 20px;
    margin:15px auto 0;
	}
.footer_text{
	color:#000000;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-top:15px;
	}	
			
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.banner{padding:50px 0;}
.banner_heading{font-size:43px; line-height:49px;}
.banner_paragraph{width:88%;}
ul.banner_list{width:71%;}
ul.banner_list li{font-size:18px; line-height:26px; background-position:left 7px; background-size:17px; padding-left:30px; margin-top: 10px;}
.status_box{width:70%; padding:10px 10px 10px 50px; margin-top:30px;}
.status_box p{font-size:15px; line-height:19px;}
.banner_image{bottom:-65px; right:-76px; width:270px;}

.banner_right{width:38%;}
.form_box_heading{padding:8px 130px 13px 15px;}
.form_box_heading p{font-size:26px; line-height:30px;}
.form_box_heading img{top:-30px; right:19px; width:82px;}
.form_content{padding:20px 15px 25px;}
.form_content_paragraph{font-size:16px; line-height:24px;}
.input_fields{height:60px;}
.form_button{margin-top:20px;}
.buttom_text{font-size:12px; line-height:20px; letter-spacing:0; margin-top:10px;}
.buttom_text img{margin:2px 6px 0 0; width:10px;}


}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}


.header{padding:11px 0;}
.logo{width:200px;}
.header_contact{margin-top:0;}
.contact_box_text p{font-size:14px; line-height:22px;}
.contact_box_text p span{line-height:18px;}

.banner{padding:40px 0 45px;}
.banner_left{width:55%;}
.banner_heading{font-size:32px; line-height:40px; letter-spacing:0;}
.banner_paragraph{width:94%; font-size:17px; line-height:25px; padding:12px 0; margin-top:20px;}
ul.banner_list{width:74%; margin-top:10px;}
ul.banner_list li{font-size:17px; line-height:23px; background-position:left 5px; background-size:16px; padding-left:25px; margin-top:10px;}
.status_box{padding:10px 30px 10px 50px; margin-top:25px;}
.status_box p{font-size:14px; line-height:18px;}
.banner_image{bottom:-30px; right:-40px; width:220px;}
.banner_right{width:40%;}
.form_box_heading:before{right:15px; width:60px; height:60px;}
.form_box_heading{padding:8px 75px 13px 15px;}
.form_box_heading p{font-size:20px; line-height:26px;}
.form_box_heading img{top:-30px; right:10px; width:75px;}
.form_content{padding:20px 15px 20px;}
.form_content_paragraph{font-size:15px; line-height:22px;}
.form_element{margin-top: 20px;}
.form_element label{font-size: 14px;  line-height: 22px;}
.input_fields{height:55px; padding:0 15px 0 45px;}
.form_icon_box img{ width:25px;}
.form_button{font-size:20px; line-height:20px; margin-top:20px;}
.buttom_text{font-size:10px; line-height:16px; letter-spacing:0; margin-top:10px;}

.section1{padding:45px 0 0;}
.common_heading{font-size:30px; line-height:34px;}
.faq_section{margin-top:10px;}
.contact_box{padding:40px 90px 30px; margin-top:65px;}
.contact_box_paragraph{font-size:16px; line-height:24px;}
ul.contact_list li{padding:15px 10px 10px;}
ul.contact_list li p{font-size:18px; line-height:24px; letter-spacing:0;}

.footer{padding:40px 0;}

}

@media only screen and (max-width:767px){
.container{max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}



.header{padding:10px 0;}
.logo{width:150px; margin-top:11px;}
.header_contact{margin-top:0;column-gap: 5px;}
.header_contact p{font-size:9px; line-height:15px;}	
.header_contact p span{font-size:15px; line-height:18px;}
.contact_icon_box{width:22px;}

.banner{padding:20px 0 30px;}
.banner_left{width:100%;}
.banner_heading{font-size:27px; line-height:35px; letter-spacing:0.1px;}
.banner_paragraph{width:100%; padding:0; border:none; margin-top:10px;font-size: 16px; line-height: 23px;}
ul.banner_list{width:100%;}
ul.banner_list li{line-height:25px; background-position:left 6px; padding-left:30px; background-size:18px;}
.status_box{width:100%; padding:12px 10px 12px 50px; margin-top:22px;}
.status_box:before{width:2px;}
.status_box p{font-size:14px; line-height:20px;}
.status_icon{left:12px;}

.banner_right{width:100%; margin-top:18px;}
.form_box_heading{padding:10px 80px 15px 18px}
.form_box_heading:before{right:15px;}
.form_box_heading p{font-size:25px; line-height:28px; letter-spacing:0.5px;}
.form_box_heading img{top:0; right:15px; width:60px;}
.form_content{padding:20px 18x 30px;}
.form_content_paragraph{font-size:15px; line-height:22px;}
.form_element label{font-size:15px; line-height:22px;}
.input_fields{height:55px; padding:0 15px 0 44px;}
.form_icon_box img{width:22px;}
.form_button{font-size:20px; line-height:22px;}
.buttom_text{ font-size:11px;}
.buttom_text img{margin:1px 6px 0 0;}

.common_heading{font-size:28px; line-height:34px;}

.section1{padding:25px 0 0;}
.faq_slide_row{margin-top:10px;}
.accordion{font-size:17px; line-height:25px; padding:14px 30px 14px 15px;background-size:15px; background-position:right 15px center;}
.acdn_heading.accordion_open{background-size:15px;background-position:right 15px center;}
.acdn_content{padding:0 15px 10px;}
.acdn_para{font-size:16px; line-height:24px; margin-bottom:10px;}

.contact_box{padding:32px 15px 25px; margin-top:50px;}
.question_mark_icon{top:-20px; width:40px;}
.contact_box_heading{font-size:23px; line-height:28px; letter-spacing:0;}
ul.contact_list{margin:-5px auto 0;}
ul.contact_list li{width:100%; border-right:none; border-bottom:1px solid #e8e8e8; padding:25px 0;}
ul.contact_list li:last-child{border-bottom:none; padding-bottom:0;}
ul.contact_list li p{font-size:17px; line-height:25px;}
.contact_list_icon{margin:0 auto 8px;}

.footer{padding:30px 0;}
.footer_logo{width:150px;}
ul.footer_menu_list{margin-top:15px;}
ul.footer_menu_list li{padding:0 8px;}
ul.footer_menu_list li:after{top:8px; bottom:6px; width:1px;}
ul.footer_menu_list li:nth-child(4):after{display:none;}
ul.footer_menu_list li a{font-size:14px; line-height:22px;}
.footer_text_note{padding:15px;}
.footer_text{font-size:14px; line-height:20px;}

}