@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	font-weight:400;
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============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-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;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
	 HEADER
------------------------*/
.header{
	float: left;
    width: 100%;
    background:#fff;
   	padding: 14px 0;
    border-top:4px solid #304fb3;
	}
.header_logo{
	float:left;
	width:280px;
	}				
a.header_btn{
	float: right;
    background: #00cd4d;
    color: #fff;
    font-size:18px;
    text-align: center;
    width: 190px;
    height:50px;
    line-height:50px;
    font-weight:bold;
	border-radius:30px;
	}
/*-----------------------
Banner Section
------------------------*/	
.bnr_section{
	float:left;
	width:100%;
	background:url(../images/bnr-bg.webp) no-repeat center top;
	background-size:cover;
	padding:50px 0 80px;
	overflow:hidden;	
	}
.bnr_content{
	float:left;
	width:51%;
	text-align:left;
	}
.trusted_txt{
	font-size:13px;
	line-height:19px;
	color:#000;
	font-weight:500;
	}
.trusted_txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
	}
.bnr_heading{
	font-size:58px;
	line-height:62px; 	
	font-weight:800;
	margin-top:10px;
	}
.bnr_heading span{
    background: -webkit-linear-gradient(#ff8b01, #ffa302);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:45px;
	}
.common_button{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	max-width:320px;
    height:65px;
    background: #00cd4d;
    font-size:20px;
    line-height:65px;
    color: #fff;
    font-weight:bold;
    border-radius: 40px;
	text-align:center;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:23px;
	margin:-3px 0 0 10px;
	}
.bnr_section .common_button{
	-webkit-box-shadow:0 3px 6px 2px rgba(0,0,0,0.2);
    box-shadow:0 3px 6px 2px rgba(0,0,0,0.2);
	}
/*-----------------------
 Strip Section
------------------------*/	
.strip_section{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0;
	border-bottom:1px solid #e8e8e8;
	}
ul.strip_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	max-width:940px;
    margin: 0 auto;
	}
ul.strip_list li{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 27%;
    margin: 0 auto;
	text-align:left;
	position:relative;
	}
ul.strip_list li:before{
	content:'';
	position:absolute;
	top:0;
	right:-32px;
	bottom:0;
	border-right:1px solid #d2d2d2;
	}
ul.strip_list li:last-child:before{ display:none;}
ul.strip_list li h3{
	font-size:54px;
	line-height:60px; 	
	font-weight:800;
    background: -webkit-linear-gradient(#ff8b01, #ffa302);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
ul.strip_list li p{
	font-size:18px;
	line-height:22px;
	color:#000;
	padding-left:14px;
	}
/*-----------------------
 Section 1
------------------------*/	
.section_1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s1_imgbx{
	float:left;
	width:44%;
	}
.s1_img{
	display:block;
	margin:0 auto;
	border-radius:13px;
	}
.s1_contbx{
	float:right;
	width:51%;
	text-align:left;
	}
.comn_sub_txt{
	font-size:19px;
	line-height:25px;
	font-weight:600;
	 background: -webkit-linear-gradient(#ff8b01, #ffa302);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
.common_heading{
	font-size:44px;
	line-height:54px;
	color:#000;
	font-weight:bold;
	margin-top:6px;
	}
.common_heading span{
	 background: -webkit-linear-gradient(#ff8b01, #ffa302);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
ul.s1_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	text-align:left;
	}
ul.s1_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/s1-list-icn.webp) no-repeat left 2px;
	background-size:25px;
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	padding-left:40px;
	margin-top:15px;
	}
/*-----------------------
 Section 2
------------------------*/	
.section_2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0f6f8;
	}
.s2_cont_bx{
	float:left;
	width:40%;
	text-align:left;
	}
.s2_right_blk{
	float:right;
	width:55%;
	text-align:left;
	}
.s2_box{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s2_col{
	width:50%;
	padding:35px 35px 40px;
	position:relative;
	}
.s2_col:after, .s2_col:before{
	content:'';
	position:absolute;
	}
.s2_col:after{
	top: 0;
	right: 0;
	bottom:0;
	width: 1px;
	background: #cfcfcf;
	}
.s2_col:before{
    top: 0;
    right:0;
    left:0;
    height: 1px;
    background: #cfcfcf;
	}
.s2_col:nth-child(2):after , .s2_col:nth-child(4):after{ display:none;}
.s2_col:nth-child(1):before , .s2_col:nth-child(2):before{ display:none;}
.s2_col:nth-child(2) , .s2_col:nth-child(4){ padding-right:0;}
.s2_col:nth-child(1) , .s2_col:nth-child(3){ padding-left:0;}
.s2_col:nth-child(1) , .s2_col:nth-child(2){ padding-top:0;}

.s2_box img{
	width:76px;
	}
.s2_box h3{
	font-size:24px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	margin-top:5px;
	}
.s2_box p{
	letter-spacing:0.3px;
	margin-top:15px;
	}
/*-----------------------
 Section 3
------------------------*/	
.section_3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
ul.s3_work_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:50px auto 0;
	}
ul.s3_work_list li{
	width:31%;
	position:relative;
	text-align:center;
	}
ul.s3_work_list li:before{
	content:'';
	position:absolute;
    top: 95px;
   	right: -130px;
    width: 230px;
    border-bottom: 2px dotted #ffd5a2;
	}
ul.s3_work_list li:last-child:before{ display:none;}
ul.s3_work_list li img{
	display:block;
	margin:0 auto;
	width:194px;
	}
ul.s3_work_list li h3{
	font-size:24px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	}
ul.s3_work_list li p{ 
	margin-top:15px; 
	letter-spacing:0.3px;
	text-align: center;
	}

/*-----------------------
 Section 4
------------------------*/	
.section_4{
	float:left;
	width:100%;
	background:#f8fbfc;
	overflow:hidden;
	}
.s4_left{
	float:left;
	width:52%;
	padding:50px 0 70px;
	text-align:left;
	}
.s4_faq_container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:25px;
	}
.s4_up_slide_dwn{
   	width: 100%;
    float: left;
	border-bottom: 1px solid #d1d2d3;
	}
.s4_accordion {
    width: 100%;
    text-align: left;
    background: url(../images/close.webp) no-repeat right 15px center;
    color: #1f1f1f;
    font-size: 24px;
    line-height: 30px;
    font-weight:bold;
    color: #000;
    padding: 20px 40px 20px 55px;
    cursor: pointer;
    position: relative;
	}
.s4_acdn_heading.s4_accordion_open{
	background: url(../images/open.webp) no-repeat right 15px center;
	position:relative;
	}
.acrdn_img{
	position:absolute;
	top:13px;
    left:0;
	width:44px;
	}

.s4_acdn_content {
	width: 100%;
    padding:0 25px 0 55px;
	margin-top: -10px;
	}
.s4_acdn_para{
	color:#000;
    font-size:18px;
    line-height:24px;
	color:#000;
	font-weight:400;
	margin-bottom:20px;
	}
.s4_right{
	float:right;
	width:44%;
	position:relative;
	height:844px;
	}
.s4_right:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/s4-rgt-img.webp) no-repeat left top;
	background-size:cover;
	}
/*-----------------------
 Section 5
------------------------*/	
.section_5{
	float:left;
	width:100%;
	background:#ffffff;
	padding:60px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:760px;
	text-align:center;
	margin-top:30px;
	}
.up-slide-dwn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-bottom:2px solid #ebedf2;
	}
.up-slide-dwn:last-child{ border-bottom:none;}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
	background: url(../images/close.webp) no-repeat no-repeat right 15px center;
	background-size:14px;
   	font-size: 20px;
    line-height: 26px;
    font-weight:bold;
    color: #000;
    padding:25px 35px 25px 0;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 15px center;
	background-size:14px;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding:0 40px 0 0;
	}
.acdn-para{
    font-size:18px;
    line-height: 24px;
	color:#212121;
	letter-spacing: 0.3px;
    margin-bottom:25px;
	}
/*--------------------
	Section 6
------------------------*/
.section_6{
	float:left;
	width:100%;
	background: #FAF7EE;
	background: linear-gradient(90deg,rgba(250, 247, 238, 1) 0%, rgba(242, 243, 239, 1) 43%, rgba(231, 238, 240, 1) 62%, rgba(227, 237, 241, 1) 100%);
	padding:60px 0 70px;
	}
.section_6 .common_heading{
	font-size:40px;
	line-height:48px;
	font-weight:800;
	}
.form_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:835px;
	background:#fff;
	border:1px solid #d5d8d8;
	border-radius:12px;
	padding:35px 45px 40px;
	position:relative;
	margin-top:55px;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	}
.frm_arw{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-10px;
	width:20px;
	}
.frm_sec{
	display:inline-block;
    vertical-align:middle;
    width:100%;
	}
.frm_sec_inr{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	}
.frmfield{
	float:left;
    width:47%;
	margin-top:25px;
	}
	
.frm_label{
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    font-weight:500;
	text-align:left;
    color: #000000;
	}
.mt_0{ margin-top:0;}
.input_fld{
    float: left;
    width: 100%;
    height:65px;
    color: #000;
    font-size: 18px;
    background: #fff;
    text-align: left;
    border-radius: 10px;
    font-family: 'Inter';
    border: 1px solid #d8d8d8;
    font-weight: normal;
    padding: 0 15px;
    outline: none;
    -webkit-appearance: none;
    margin-top: 10px;
	}
.select_flds{
    background: url(../images/down-arrow.webp) no-repeat center right 15px;
	}

.fieldToggle{
    float: left;
    color: #000;
    cursor: pointer;
    position: relative;
    padding-left:38px;
	margin-top:35px;
	}
.fieldToggle input[type=checkbox]{
	position: absolute;
	opacity: 0;
	}
.fieldToggle input[type=checkbox] + span{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	position: relative;
	background: #fff;
	border:1px solid #d8d8d8;
	border-radius:3px;
	}
.fieldToggle input[type=checkbox] + span{
	position: absolute;
	top:5px;
	left: 0;
	}
.fieldToggle input[type=checkbox]:checked + span:after{
	position: absolute;
	content: '';
	width:18px;
	height:18px;
	background: url(../images/blk_tik.svg) no-repeat center center;
	background-size: 100%;
	left: 1px;
	top: 1px;
	}
.check_bx_txt{
	text-align:left;
	color: #000000;
	font-size:14px;
	line-height:21px;
	font-weight:400;
	}
.frm_btn{
	text-align:center;
	font-family: 'Inter';
	-webkit-appearance:none;
	border:none;
	cursor:pointer;
	line-height: normal !important;
	margin-top:40px;
	}
	
	
	
	
	
/*===================FEDERAL INNER=================*/

/*-------------------------
 Inner Banner section	
--------------------------*/
.inr_bnr_section{
    float: left;
    width: 100%;
	background: #F6EFDF;
	background: linear-gradient(90deg, rgba(246, 239, 223, 1) 0%, rgba(232, 233, 224, 1) 43%, rgba(217, 227, 226, 1) 62%, rgba(202, 220, 228, 1) 100%);
    padding:80px 0 85px;
	position:relative;
	overflow:hidden;
	}
.inr_bnr_content {
    float: left;
    width: 52%;
    text-align: left;
	}	
.inr_bnr_heading{
	font-size: 58px;
    line-height: 62px;
    font-weight: 800;
	}
.inr_bnr_heading span{
	background: -webkit-linear-gradient(#ff8b01, #ffa302);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.inr_bnr_text{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
	}
.inr_bnr_img{
	position:absolute;
	top:-50px;
	right: 80px;
	}
.shadow{
	-webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.2);
	}
/*-------------------------
 Inner section 1	
--------------------------*/
.inr_section_1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.inr_section_1 .common_heading{
	margin-top:0;
	}
.faderal_txt{
	display:inline-block;
	vertical-align:top;
	background:#ffa102;
	padding:8px 20px;
	margin-top:50px;
	font-size:20px;
	line-height:28px;
	color:#fff;
	font-weight:800;
	border-radius:4px;
	}

.inr_s1_blk{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	max-width:875px;
	margin-top: 30px;
	}
.inr_s1_box{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width:100%;
	margin:40px auto 0;
	padding-bottom:40px;
	}
.inr_s1_imgbx{
	width:10%;
	position:relative;
	}
.inr_s1_imgbx:before{
	content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    bottom: -80px;
    margin-left: -1px;
    border-left: 2px solid #ffd9a9;
	}
.inr_s1_box:last-child .inr_s1_imgbx:before{ display:none;}
.inr_s1_img{
	display:block;
	margin:0 auto;
	width:67px;
	}

.inr_s1_bx_rgt{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width:85%;
	text-align:left;
	position:relative;
	}
.inr_s1_bx_rgt:before{
	content:'';
	position:absolute;
	bottom:-40px;
	left:0;
	right:0;
	border-bottom:1px solid #bfbfbf;
	}
.inrs1_contbx_head{
	width:37%;
	}
.inr_s1_box:last-child{ padding-bottom:0;}
.inr_s1_box:last-child .inr_s1_bx_rgt:before{ border-bottom:none;}

.inrs1_contbx_head p{
	font-size:24px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	}
.inrs1_contbx_txt{
	width:57%;
	position:relative;
	}
.inrs1_contbx_txt:before{
	content:'';
	position:absolute;
	top:0;
	left:-45px;
	bottom:0;
	border-left:1px solid #bfbfbf;
	}
.inrs1_contbx_txt p{
	margin-top:0;
	}
	
/*-------------------------
 Inner section 2	
--------------------------*/
.inr_section_2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f2f6f8;
	}
.inr_section_2 .common_heading{
	margin-top:0;}
.inr_section_2 .acdn-para{ margin-bottom: 30px;}
.inr_section_2 .up-slide-dwn{ border-bottom: 2px solid #dde5ec;}
.inr_section_2 .up-slide-dwn:last-child{ border-bottom:none;}

/*-------------------------
 Inner section 3	
--------------------------*/
.inr_section_3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	border-bottom:1px solid #e3e3e3;
	}
.inr_s3_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	background:url(../images/inr-s3-bx-bg.webp) no-repeat center top;
	border:2px solid #ffa803;
	padding:60px 30px 80px;
	border-radius:14px;
	}
.inr_s3_box .common_heading{
	font-size:42px;
	line-height:50px;
	margin-top:0;
	}
	
	
	
/*===================STATE INNER=================*/

/*-------------------------
 state Banner section	
--------------------------*/
.state_bnr_section{
    float: left;
    width: 100%;
	background: #F6EFDF;
	background: linear-gradient(90deg, rgba(246, 239, 223, 1) 0%, rgba(232, 233, 224, 1) 31%, rgba(217, 227, 226, 1) 85%, rgba(202, 220, 228, 1) 100%);
    padding:60px 0 70px;
	position:relative;
	overflow:hidden;
	}
.state_bnr_content{
    float: left;
    width: 54%;
    text-align: left;
	}	
.state_bnr_heading{
	font-size: 42px;
    line-height: 52px;
    font-weight: 800;
	}
.state_bnr_heading span{
	background: -webkit-linear-gradient(#ff8b01, #ffa302);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.state_bnr_text{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
	}
.state_img{
	position:absolute;
	top:0;
	right:-30px;
	}

/*-------------------------
 state section 1	
--------------------------*/
.state_section_1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.state_optn_fld{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:410px;
	}
.state_input_fld{
    float: left;
    width: 100%;
    height:65px;
    color: #000;
    font-size: 18px;
	line-height:28px;
    background: #fff;
    text-align: left;
    border-radius: 10px;
    font-family: 'Inter';
    border: 1px solid #d8d8d8;
    font-weight:500;
    padding: 0 15px;
    outline: none;
    -webkit-appearance: none;
	}
.state_select_flds{
    background: url(../images/state-down-arrow.webp) no-repeat center right 15px;
	}
	
.state_section_1 .common_heading{ margin-top:30px;}
.state_flag_img{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	}
	
.state_section_1  .inr_s1_blk{ margin-top:50px;}
.state_section_1 .inr_s1_imgbx:before{ display:none;}
.state_section_1 .inr_s1_box{ align-items: flex-start;}
.state_section_1 .inr_s1_bx_rgt{ align-items: flex-start;}

ul.state_s1_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:10px;
	}
ul.state_s1_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/state-list-bullet.webp) no-repeat left 2px;
	background-size:18px;
	font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    padding-left: 30px;
	margin-top:10px;
	}
	
	
/*--------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
    padding:40px 0;
	background:#fff;
	}
.ftr_logo{
	display:block;
	margin:0 auto 13px;
	width:266px;
	}
.ftr_txt{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height:30px;
    color: #000;
	}	
.footer .ftr_txt a{
    padding:0 8px;
    color:#000;
	}									
						
/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}
	
.bnr_heading{ font-size: 49px; line-height: 54px;}
	
.s2_col{ padding: 25px 20px 25px;}
	
.common_heading{ font-size: 39px; line-height: 47px;}		

/*---------INNER PAGE-----------*/

.inr_bnr_heading{ font-size: 55px; line-height: 60px;}
.inr_bnr_img{ top: -30px; right:40px;}
	
	
/*--------------STATE INNER---------------*/

.state_bnr_heading{ font-size: 37px; line-height: 47px;}
.state_img{ width: 445px;}
	
	
	
		
	
}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.header{ padding: 12px 0;}
.header_logo{ width: 240px;}	
a.header_btn{ font-size: 17px; width: 165px; height: 44px; line-height: 44px;}
	
.bnr_section{ padding: 35px 0 60px;}	
.bnr_content{ width: 55%;}	
.bnr_heading{ font-size: 40px; line-height: 48px;}	
.common_text{ font-size: 17px; line-height: 24px; color: #000;}
.btn_box{ margin-top: 35px; }	
.common_button{ max-width: 263px; height: 55px; font-size: 17px; line-height: 55px; border-radius: 40px;}
ul.strip_list li h3 { font-size: 35px; line-height: 43px;}
ul.strip_list li p{ font-size: 17px; line-height: 20px; padding-left: 10px;}
.strip_section{ padding: 20px 0;}

.section_1{ padding: 40px 0 50px;}
.comn_sub_txt{ font-size: 18px; line-height: 24px;}
.common_heading{ font-size: 35px; line-height: 43px;}
ul.s1_list li{ background-position-y: 5px; background-size: 20px; font-size: 16px; line-height: 26px; padding-left: 30px; margin-top: 12px;}

.section_2{ padding:40px 0 50px;}
.s2_right_blk{ width: 58%;}
.s2_box img{ width:55px;}
.s2_box h3{ font-size: 19px; line-height: 27px;}
.s2_box p{ letter-spacing: 0; font-size: 16px; line-height: 22px;}
.s2_col{ padding: 18px 15px 18px;}
	
.section_3{ padding:35px 0 45px;}
ul.s3_work_list{ margin: 30px auto 0;}
ul.s3_work_list li img{ width: 150px;}	
ul.s3_work_list li:before{ top: 70px; right: -75px; width: 130px;}
ul.s3_work_list li h3{ font-size: 20px; line-height: 28px;}	
	
.s4_left{ padding: 35px 0 45px;}
.s4_faq_container{ margin-top: 15px;}
.acrdn_img{ width: 35px;}
.s4_accordion{ font-size: 20px; line-height: 24px; padding: 18px 40px 18px 45px;}
.s4_acdn_para{ font-size: 17px; line-height: 22px; margin-bottom: 18px;}
.s4_acdn_content{ padding: 0 20px 0 45px; margin-top: -14px;}
.s4_right{ height: 725px;}
	
.section_5{ padding:35px 0 45px;}
.faq-container{ margin-top: 15px;}
.accordion{ font-size: 19px;  line-height: 25px; padding: 20px 35px 20px 0;}	
.acdn-para{ font-size: 17px; line-height: 23px; margin-bottom: 20px;}
		
.section_6{ padding: 35px 0 45px;}
.section_6 .common_heading{ font-size: 35px; line-height: 45px;}
.form_box{ margin-top: 40px;}
			
.footer{ padding: 25px 0 30px;}	
	
/*---------INNER PAGE-----------*/

.inr_bnr_section{ padding: 40px 0 50px;}
.inr_bnr_heading{ font-size: 43px; line-height: 50px;}		
.inr_bnr_text{ font-size: 17px; line-height: 24px; margin-top: 15px;}
.inr_bnr_img{ top: -10px; right: 25px; width: 270px;}
	
.inr_section_1{ padding: 40px 0 50px;}
.faderal_txt{ margin-top: 45px; font-size: 18px; line-height: 26px;}
.inr_s1_imgbx:before{ top: 70px; bottom: -60px;}
.inrs1_contbx_head p{ font-size: 21px; line-height:30px;}	
.inr_s1_box{ margin: 30px auto 0; padding-bottom: 30px;}
.inr_s1_bx_rgt:before{ bottom: -30px;}
.inrs1_contbx_txt:before{ left: -40px;}
	
.inr_section_2{ padding: 40px 0 50px;}
			
.inr_section_3{ padding: 40px 0 50px;}
.inr_s3_box{ padding:40px 30px 60px;}
.inr_s3_box .common_heading{ font-size: 35px; line-height: 44px;}


/*--------------STATE INNER---------------*/

.state_bnr_section{ padding: 30px 0 40px;}
.state_img{ top: 55px; right: -8px;width: 350px;}
.state_bnr_heading{ font-size: 35px; line-height: 42px;}
.state_bnr_text{ font-size: 17px; line-height: 24px;}
	
.state_section_1{ padding: 40px 0 50px;}
ul.state_s1_list li{ font-size: 15px; line-height: 20px;}
		
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.header{ padding: 7px 0 8px;}
.header_logo{ width: 210px;  display: block; margin: 0 auto;  float: none;}	
		
.bnr_section{ padding: 20px 0 30px; background-position: left 41% top;}		
.bnr_content{ width: 100%;}	
.trusted_txt{ font-size: 12px; line-height: 16px;}
.trusted_txt img{ width: 73px;}
.bnr_heading{ font-size: 30px; line-height:38px; margin-top: 3px;}
.common_text{ font-size: 16px; line-height: 22px; color: #000;}
.bnr_section .common_text{ max-width: 260px;}
.btn_box{ margin-top: 25px;}
.common_button{ max-width: 235px; height: 52px; line-height: 52px; border-radius: 40px;}		
		
.strip_section{ padding: 15px 0;}
ul.strip_list li{ text-align:center;}
ul.strip_list li h3{ width:100%; font-size: 25px; line-height: 33px;}
ul.strip_list li p{ width:100%; font-size: 15px;  line-height: 20px; padding-left: 0; text-align: center; margin-top: 4px;}
ul.strip_list li:before{ right: -12px;}

.section_1{ padding: 25px 0 30px;}
.s1_imgbx{ width: 100%; margin-top: 18px;}
.s1_img{ border-radius: 8px;}
.s1_contbx{ width: 100%;}
.comn_sub_txt{ font-size: 15px; line-height: 19px;}
.common_heading{ font-size: 28px; line-height: 34px; margin-top:5px;}
ul.s1_list{ margin-top: 15px;}
ul.s1_list li{ background-size:18px; font-size: 17px; line-height: 25px; margin-top: 10px;}
.common_button img{ width: 20px; margin: -4px 0 0 10px;}

.section_2{ padding: 25px 0 30px;}
.s2_cont_bx{ width: 100%;}
.s2_right_blk{ width: 100%;  margin-top: 25px;}
.s2_box img{ width: 40px;}
.s2_col{ padding: 13px 15px;}
.s2_box h3{ font-size: 17px; line-height: 24px;}
.s2_box p{ letter-spacing: 0; font-size: 15px;line-height: 20px; margin-top: 10px;}

.section_3{ padding: 25px 0 30px;}
ul.s3_work_list{ margin:20px auto 0; max-width:265px;}
ul.s3_work_list li{ width: 100%; padding:40px 0;}
ul.s3_work_list li:first-child{ padding-top:0;}
ul.s3_work_list li:last-child{ padding-bottom:0;}
ul.s3_work_list li img{ width: 140px;}
ul.s3_work_list li h3{ font-size: 19px; line-height: 26px; margin-top: 15px;}	
ul.s3_work_list li p{ margin-top: 10px; letter-spacing: 0;}
ul.s3_work_list li:before{ display:none;}
ul.s3_work_list li:after{ content: ''; position: absolute;  border-left:2px dotted #ffd5a0; left: 50%;          margin-left: -4px; height:60px; bottom: -30px;}
ul.s3_work_list li:last-child:after{ display:none;}

.s4_left{ padding: 25px 0 30px; width:100%; text-align:center;}	
.s4_accordion{ font-size: 18px; line-height: 22px;}	
.s4_acdn_para{ font-size: 16px; line-height: 20px; margin-bottom: 15px;}
.s4_acdn_content{ margin-top: -10px;}
.s4_right{ width: 100%; height: 340px;}	
		
.section_5{ padding: 25px 0 30px;}
.accordion{ font-size: 17px; line-height: 25px; padding: 15px 35px 15px 0;}
.acdn-content{ padding:0;}
.acdn-para{ font-size: 16px; line-height: 22px; margin-bottom: 18px;}
		
.section_6{ padding: 25px 0 35px;}
.section_6 .common_heading { font-size: 26px; line-height: 34px;}
.form_box{ border-radius: 7px; margin-top: 25px; padding:20px 18px 30px;}
.frm_arw{ top: -15px; margin-left: -7px; width: 15px;}
.frm_sec_inr{ row-gap:8px;}
.frmfield{ width: 100%; margin-top: 10px;}
.frm_label{ float: left; font-size: 15px; line-height: 22px;}
.input_fld{ height: 50px; font-size: 15px; border-radius: 6px; margin-top:5px; padding:0 10px;}
.fieldToggle{ padding-left: 30px; margin-top: 20px;}	
.fieldToggle input[type=checkbox] + span{ width: 20px; height: 20px;}
.fieldToggle input[type=checkbox]:checked + span:after{ width: 15px; height: 15px;}
.check_bx_txt{ font-size: 13px; line-height: 19px;}
.frm_btn{ margin-top: 30px;}
	
.footer{ padding: 15px 0;}
.ftr_logo{ width: 200px;}
.ftr_txt{ font-size: 14px; line-height: 25px;}


/*---------INNER PAGE-----------*/

.inr_bnr_section{ padding: 25px 0 0;}
.inr_bnr_content{ width: 100%; text-align:center;}
.inr_bnr_heading{ font-size: 32px; line-height: 38px;}
.inr_bnr_img{ position: static; margin: 25px auto 0; display: block; width:220px;}
.inr_bnr_text{ font-size: 16px; line-height: 24px;}
		
			
.inr_section_1{ padding: 25px 0 30px;}	
.faderal_txt{ margin-top: 25px; font-size: 17px; line-height: 25px;}
.inr_s1_blk{ margin-top: 20px;}	
.inr_s1_box{ align-items: flex-start; margin: 20px auto 0; padding-bottom: 20px;}
.inr_s1_imgbx{ width: 13%; margin-top:6px;}
.inr_s1_imgbx:before{ top:60px; bottom: -70px; display:none;}

.inr_s1_bx_rgt{ width: 82%;}	
.inr_s1_bx_rgt:before{ bottom: -25px;}
.inrs1_contbx_head{ width: 100%;}	
.inrs1_contbx_txt{ width: 100%;}
.inrs1_contbx_txt p{ font-size: 16px; line-height: 22px; margin-top: 10px;}
.inrs1_contbx_txt:before{ display:none;}

.inr_section_2{ padding: 25px 0 30px;}

.inr_section_3{ padding: 30px 0 35px;}
.inr_s3_box{ padding:20px 15px 30px;}
.inr_s3_box .common_heading{ font-size: 27px; line-height: 35px;}		
.shadow{ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);}
			
			
/*--------------STATE INNER---------------*/

.state_bnr_section{ padding: 20px 0 30px;}
.state_bnr_content{ width: 100%; text-align:center;}
.state_bnr_heading{ font-size: 30px; line-height: 38px;}
.state_bnr_text{ font-size: 16px; line-height: 22px;}
.state_img{ width: 330px; position: static; display: block; margin: 30px auto 0;}

.state_section_1{ padding: 30px 0 40px;}
.state_optn_fld{ max-width: 295px;}	
.state_input_fld{ height: 58px; font-size: 16px;}		
.state_select_flds{ background-size: 15px;}
		
.state_section_1 .inr_s1_blk{ margin-top: 20px;}		
.state_section_1 .inr_s1_box{ padding-bottom: 30px;}
.state_section_1 .inr_s1_bx_rgt:before{ bottom: -28px;}	
ul.state_s1_list li{ background-size: 14px; padding-left: 23px; background-position-y: 4px;}
.state_section_1 .inr_s1_box:last-child{ padding-bottom:0;}
.state_section_1 .btn_box{ margin-top:30px;}

}

/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:1.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}