@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: 'Centra No2';
    src: url('CentraNo2-Bold.woff2') format('woff2'),
        url('CentraNo2-Bold.woff') format('woff');
    font-weight: bold;
    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-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:10px 0 14px;
    border-top:3px solid #469788;
	}
.header_logo{
	float:left;
    margin-top:5px;
	}				
a.header_btn{
	float: right;
    background: #ffa036;
    color: #fff;
    font-size:18px;
    text-align: center;
    width: 150px;
    height:45px;
    line-height:45px;
    font-weight:bold;
	border-radius:6px;
	margin-top:2px;
	}
/*-----------------------
Banner Section
------------------------*/	
.bnr_section{
	float:left;
	width:100%;
	background:url(../images/bnr-bg.webp) no-repeat center top;
	background-size:cover;
	padding:70px 0;
	overflow:hidden;	
	}
.bnr_content{
	float:left;
	width:68%;
	text-align:left;
	}
.trusted_txt {
    display: inline-block;
    vertical-align: top;
    background: #e7f1ee;
    padding:4px 15px;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    border-radius: 20px;
	}
.trusted_txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
	width:84px;
	}
.bnr_heading{
	font-size:60px;
	line-height:66px; 	
	font-weight:bold;
	color:#000;
	margin-top:10px;
	font-family: 'Centra No2';
	}
.bnr_heading span{
	color:#328e7d;
	}
.bnr_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:340px;
	margin-top:45px;
	}
.common_button{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height:62px;
    background: #ffa036;
    font-size:25px;
    line-height:62px;
    color: #fff;
    font-weight:bold;
    border-radius:8px;
	font-family: 'Centra No2';
	text-align:center;
	-webkit-box-shadow:0 2px 3px 2px rgba(0,0,0,0.1);
    box-shadow:0 2px 3px 2px rgba(0,0,0,0.1);
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 30px;
	}
.btn_blw_txt{
	font-size:13px;
	line-height:17px;
	color:#000;
	text-align:center;
	margin-top:10px;
	}
.btn_blw_txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	}
/*----------------------
 Strip Section
------------------------*/	
.strip_section{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 0 20px;
	border-bottom:1px solid #e8e8e8;
	}
ul.strip_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	}
ul.strip_list li{
    width:19%;
	text-align:left;
	position:relative;
	}
ul.strip_list li:before{
	content:'';
	position:absolute;
	top:0;
	right:-35px;
	bottom:0;
	border-right:1px solid #e6e6e6;
	}
ul.strip_list li:last-child:before{ display:none;}
ul.strip_list li h3{
	font-size:47px;
	line-height:50px; 	
	font-weight:bold;
	color:#000;
	font-family: 'Centra No2';
	}
ul.strip_list li h3 span{ color:#328e7d;}
ul.strip_list li p{
	font-size:15px;
	line-height:20px;
	color:#646464;
	margin-top:3px;
	}
/*-----------------------
 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:52%;
	text-align:left;
	}
.comn_sub_txt{
	font-size:20px;
	line-height:25px;
	font-weight:600;
	color:#328e7d;
	}
.common_heading{
	font-size:45px;
	line-height:55px;
	color:#000;
	font-weight:bold;
	margin-top:6px;
	font-family: 'Centra No2';
	}
ul.s1_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:470px;
	margin-top:25px;
	text-align:left;
	}
ul.s1_list li{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    align-items: center;
	width:100%;
	padding-bottom:15px;
	margin-top:15px;
	border-bottom:1px solid #bfbfbf;
	}
ul.s1_list li:last-child{ border-bottom: none; padding-bottom:0;}
ul.s1_list li img{ 
	width:64px;
	}
ul.s1_list li p{
	width: calc(100% - 64px);
	padding-left:20px;
	font-size:24px;
	line-height:28px;
	color:#000;
	font-family: 'Centra No2';
	font-weight:bold;
	}
/*-----------------------
 Section 2
------------------------*/	
.section_2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f2f9f7;
	}
.s2_block{
	display: -webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin:40px auto 10px;
	}
.s2_box{
	width:23.44%;
	background:#fff;
	padding:10px 10px 25px;
	border:1px solid #c6ccca;
	border-radius:10px;
	}
.s2_imgbx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s2_bx_img{
	display:block;
	margin:0 auto;
	border-radius:10px;
	}
.s2_contbx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	text-align:left;
	padding:0 4px;
	}
.s2_contbx h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-family: 'Centra No2';
	font-weight:bold;
	}
.s2_contbx_strip{
	display:inline-block;
	vertical-align:top;
	width: 100%;
    max-width: 210px;
	background:#d1e7e1;
	padding:8px 10px;
	border-radius:4px;
	margin-top:12px;
	
	font-size:18px;
	line-height:22px;
	color:#000;
	font-family: 'Centra No2';
	font-weight:bold;
	}
	
.s2_contbx .common_text{
	margin-top:15px;
	}
/*-----------------------
 Section 3
------------------------*/	
.section_3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s3_block{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    width: 100%;
	max-width:1050px;
    margin:45px auto 0;
	row-gap:110px;
	}
.s3_box{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin:0 auto 0;
	}
.s3_box:nth-child(even){ flex-direction: row-reverse;}
.s3_img_bx{
	width:88px;
	position:relative;
	}
.s3_img_bx:before{
	content:'';
	position:absolute;
	top:10px;
    left: 50%;
    bottom: -120px;
	margin-left:-1px;
	border-left:2px dotted #b8c1c0;
	}
.s3_box:last-child .s3_img_bx:before{ display:none;}
.s3_img_bx img{
	display:block;
	margin:0 auto;
	position:relative;
	z-index:1;
	}
.s3_no_count{
	width:43%;
	font-size:22px;
	line-height:30px;
	color:#31a38e;
	font-weight:bold;
	text-align:right;
	margin-top:25px;
	}
.s3_box:nth-child(even) .s3_no_count{ text-align:left;}
.s3_box:nth-child(even) .s3_cont_bx{ text-align:right;}
.s3_cont_bx{
	width:43%;
	text-align:left;
	margin-top:12px;
	}
.s3_cont_bx h3{
	font-size:24px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	}
.s3_cont_bx .common_text{ margin-top:15px;}
.section_3 .btn_box{ margin-top:65px;}

/*-----------------------
 Section 4
------------------------*/	
.section_4{
	float:left;
	width:100%;
	background:#f2f9f7;
	padding:60px 0 70px;
	}
.s4_blk{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}
.s4_imgbx{
    float: left;
    width:51%;
	}
.s4_img{
	display:block;
	margin:0 auto;
	border-radius:13px;
	}
.s4_contbx{
	float:right;
	width:46%;
	}
ul.s4_cont_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
ul.s4_cont_list li{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin-top:20px;
	padding-bottom:20px;
	}
ul.s4_cont_list li:first-child{ margin-top:0;}
.s4_list_imgbx{
	width:44px;
	}
.s4_list_imgbx img{
	display:block;
	margin:15px auto 0;
	}
.s4_list_contbx{
	width:calc(100% - 44px);
	padding-left:10px;
	text-align:left;
	position:relative;
	}
.s4_list_contbx:before{
	content:'';
	position:absolute;
	bottom:-20px;
	left:10px;
	right:0;
	border-bottom:1px solid #dcdcdc;
	}
ul.s4_cont_list li:last-child .s4_list_contbx:before{ display:none;}

.s4_list_contbx h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.s4_list_contbx .common_text{ margin-top:10px;}


/*-----------------------
 Section 5
------------------------*/	
.section_5{
	float:left;
	width:100%;
	background:#ffffff;
	padding:60px 0 70px;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:760px;
	text-align:center;
	margin-top:20px;
	}
.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.2px;
    margin-bottom:25px;
	}
.s5_btn_bx{ width: 100%;}

.section_5 .btn_box{ display:block; margin:45px auto 0;}
/*--------------------
	Section 6
------------------------*/
.section_6{
	float:left;
	width:100%;
	background: #f8fcfb;
	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{
	max-width:340px;
	text-align:center;
	font-family: 'Inter';
	-webkit-appearance:none;
	border:none;
	cursor:pointer;
	line-height: normal !important;
	margin-top:40px;
	}		
.link_text{
	color:#6977e3;
	}
/*--------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
    padding:50px 0;
	background:#fff;
	}
.ftr_logo{
	display:block;
	margin:0 auto 18px;
	}
.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_section{ background-position: right 37% top;}	
.bnr_heading{ font-size: 53px; line-height: 60px;}
 
.common_heading{ font-size:42px; line-height:50px;}		

}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.header{ padding:10px 0 12px;}
.header_logo{ width:190px;}	
a.header_btn{ font-size: 17px; width: 130px; height: 40px; line-height: 40px;}
	
.bnr_section{ padding: 45px 0 55px; background-position: right 38% top;}	
.bnr_content{ width:60%;}	
.trusted_txt{ padding: 5px 10px; font-size: 14px; line-height: 20px;}
.trusted_txt img{ width: 75px;}
.bnr_heading{ font-size: 46px; line-height:54px;}	
.common_text{ font-size: 17px; line-height: 24px;}
.btn_box{ max-width: 320px; margin-top: 35px; }	
.common_button{ height: 58px; font-size: 23px; line-height: 58px;}
.btn_blw_txt{ font-size: 12px;line-height:17px;}

.strip_section{ padding:20px 0 25px;}
ul.strip_list li h3{ font-size: 35px; line-height:38px;}
ul.strip_list li:before{ right: -20px;}
ul.strip_list li p{ font-size: 14px; line-height: 20px;}

.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{ margin-top: 10px;}
ul.s1_list li{ padding-bottom: 12px; margin-top: 12px;}
ul.s1_list li img{ width: 45px;}
ul.s1_list li p{ width: calc(100% - 45px); padding-left: 15px; font-size: 20px; line-height: 24px;}

.section_2{ padding:40px 0 50px;}
.s2_block{ margin: 30px auto 10px;}
.s2_box{ padding: 8px 8px 20px;}
.s2_bx_img{ border-radius: 8px;}
.s2_contbx h3{ font-size: 22px; line-height: 24px;}
.s2_contbx_strip{ padding: 7px 9px; margin-top: 12px; font-size: 15px; line-height: 18px;}
.s2_contbx .common_text{ margin-top: 13px; font-size: 15px; line-height: 22px;}
	
	
.section_3{ padding:35px 0 45px;}
.s3_block{ margin: 50px auto 0; row-gap: 80px;}
.s3_img_bx{ width:65px;}
.s3_no_count{ width: 44%; font-size: 20px;line-height: 28px;}
.s3_cont_bx{ width: 44%;}
.s3_cont_bx h3{ font-size: 22px; line-height: 30px;}


.s4_left{ padding: 35px 0 45px;}
ul.s4_cont_list li{ margin-top: 13px; padding-bottom: 13px;}
.s4_imgbx{ width: 40%;}
.s4_img{ border-radius: 10px;}
.s4_contbx{ float: right; width: 58%;}
.s4_list_contbx{ width: calc(100% - 35px);}
.s4_list_imgbx{ width: 35px;}	
.s4_list_contbx h3{ font-size: 21px; line-height: 28px;}
.s4_list_contbx:before{ bottom: -17px;}
	
.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;}	
.ftr_logo{ width: 190px;}
}

@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_logo{ width:160px;  display: block; margin: 0 auto;  float: none;}	
		
.bnr_section{ padding: 25px 0 0; background:#f2f9f7;}	
.m_banner{ display: block; width:calc(100% + 30px); margin:20px 0 0 -15px; max-width:none; }	
.bnr_content{ width: 100%; text-align:center;}	
.trusted_txt{ font-size: 12px; line-height: 16px;}
.trusted_txt img{ width: 73px;}
.bnr_heading{ font-size: 35px; line-height: 41px; margin-top: 8px;}
.bnr_text{ font-size: 16px; line-height: 22px; margin-top: 15px;}
.common_text{ font-size: 16px; line-height: 22px; color: #000; margin-top: 15px;}
.bnr_section .common_text{ max-width: 260px;}
.btn_box{ max-width: 255px; margin-top: 25px;}
.common_button{ height: 52px; font-size: 20px; line-height: 52px;}
.common_button img{ width: 15px;}
.btn_blw_txt{ font-size: 11px; line-height: 16px;}
.btn_blw_txt img{ margin: -4px 5px 0 0; width: 8px;}
		
.strip_section{ padding:20px 0;}
ul.strip_list{max-width:345px;}
ul.strip_list li{ width: 50%; text-align:center; padding:20px 0;}
ul.strip_list li:before{ right: 0;}
ul.strip_list li:after{ content:''; position:absolute; left:0; right:0; bottom:0; border-bottom: 1px solid #e6e6e6;}
ul.strip_list li:nth-child(3):after, ul.strip_list li:nth-child(4):after{ display:none;}
ul.strip_list li h3{ font-size: 28px; line-height:30px;}
ul.strip_list li p{ font-size: 14px; line-height: 18px; margin-top: 4px;}
ul.strip_list li:nth-child(2):before{ display:none;}

.section_1{ padding: 25px 0 35px;}
.s1_imgbx{ width: 100%; margin-top: 18px;}
.s1_img{ border-radius: 8px; width: 375px; height: 350px; object-fit: cover;}
		
.s1_contbx{ width: 100%;}
.comn_sub_txt{ font-size: 16px; line-height: 20px;}
.common_heading{ font-size: 29px; line-height: 34px; margin-top:8px;}
ul.s1_list li{ padding-bottom: 10px; margin-top: 10px;}
ul.s1_list li img{ width: 40px;}
ul.s1_list li p{ width: calc(100% - 40px); padding-left: 10px; font-size: 18px; line-height: 22px;}
.section_1 .btn_box{  display:block; margin:25px auto 0;}

.section_2{ padding: 25px 0 35px;}
.section_2 .common_text{ font-size: 15px; line-height: 20px; margin-top: 15px;}
.s2_block{ margin: 25px auto 5px; row-gap: 25px; max-width: 275px;}
.s2_box{ width: 100%; padding: 10px 8px 20px;}
.s2_contbx_strip{ max-width: 190px; padding: 9px 10px; font-size: 16px; line-height: 18px;}

.section_3{ padding: 25px 0 35px;}
.s3_block{ margin: 20px auto 0; row-gap: 70px;}
.s3_box{ justify-content: center; position:relative;}
.s3_no_count{ width: 100%; font-size: 18px; line-height: 26px; text-align: center;  margin-top: 10px}
.s3_cont_bx{ width: 100%; text-align: center; margin-top: 10px;}
.s3_cont_bx h3{ font-size: 20px; line-height: 28px;}
.s3_cont_bx .common_text{ margin-top: 10px;}
.s3_box:nth-child(even){ flex-direction: unset;}
.s3_box:nth-child(even) .s3_cont_bx{ text-align: center;}
.s3_box:nth-child(even) .s3_no_count{ text-align: center;}
.s3_img_bx:before{ display:none;}
.s3_box:before{	content: ''; position: absolute; left: 50%;  bottom: -55px; height: 40px;  margin-left: -1px;
 border-left: 2px dotted #b0bbb9;}	
.s3_box:last-child:before{ display:none;}	
.section_3 .btn_box{ margin-top: 35px;}	
	
.section_4{ padding: 25px 0 35px; text-align:left;}
.s4_blk{ margin-top: 30px;}
.s4_imgbx{ width: 100%;}
.s4_contbx{ float: right; width: 100%; margin-top: 25px;}
.s4_list_contbx h3{ font-size: 19px; line-height: 25px;}
.s4_list_contbx .common_text{ margin-top: 8px;}
.section_4 .btn_box{  display:block; margin:25px auto 0;}
	
.section_5{ padding: 25px 0 35px;}
.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_5 .btn_box{ margin: 25px auto 0;}
	
.section_6{ padding: 20px 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:20px 0 25px;}
.ftr_logo{ width:170px;}
.ftr_txt{ font-size: 14px; line-height: 25px;}
}
