@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: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:#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-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-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    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: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Medium.woff2') format('woff2'),
        url('PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Bold.woff2') format('woff2'),
        url('PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
CSS FOR TOP STRIP
------------------------*/	
.top_strip{
	background: #d1fa52;
	float:left;
	width:100%;
	padding: 6px 0 12px;
	}
.top_strip p{
	font-size:14px;
	line-height:16px;
	color: #000;
	font-family: 'Plus Jakarta Sans';
	font-weight:500;
	}		
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 70px;
	}
.nav-sec{
	float:left;
	width:100%;
	height:70px;
	
	margin-top:-70px;
	top:70px;
	position:relative;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
	
.logo{
	float:left;
	margin-top:17px;
	}				
ul.menu-list{
	display:inline-block;
	vertical-align:top;
	margin:25px 0 0 50px;
	}
ul.menu-list li{
	float: left;
	position:relative;
	}
ul.menu-list li:before{
	content: '';
    position: absolute;
    top: 10px;
    right: -2px;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
	}	
ul.menu-list li:last-child:before{ display:none;}	
ul.menu-list li a{
	float:left;
    color: #000;
    font-size: 16px;
    line-height: 16px;
	font-family: 'Plus Jakarta Sans';
	font-weight:600;
	padding:0 18px;
	}	
ul.menu-list li a:hover{ color:#000;}
ul.menu-list li a.active{ color:#000;}
a.nav-btn{
	float: right;
    background: #d1fa52;
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 170px;
    height: 45px;
    letter-spacing: 0.5px;
    line-height: 42px;
    border-radius: 5px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    margin-top: 12px;
	}
a.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    width: 20px;
	}	
	
/*=====Menu=====*/
.mob-mnu-ic{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 16;
    height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 3px;

	background-color: #737373;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#737373;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#737373;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:106px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}	

/*-----------------------
		BANNER
------------------------*/	
.bnr_section{
	background:url(../images/bnr-bg.webp)#f5fcff no-repeat center top;
	float:left;
	width:100%;
	padding:20px 0 0;
	overflow:hidden;
	}	
.bnr_content{
	float:left;
	width:100%;
	text-align:center;
	}
.bnr_heading{
    font-size: 62px;
    line-height: 66px;
	color:#000;
	font-weight: 800;
	}
.bnr_text{
	font-size:16px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}
	
.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:45px;
	}	
.bnr_section .btn_box{ margin-top:20px;}	
.btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	max-width:270px;
	}	
.common__button{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    height: 65px;
    text-align: center;
    border-radius: 5px;
    background: #d1fa52;
    position: relative;
	font-size:20px;
	line-height:59px;
	color:#000;
	font-family: 'Plus Jakarta Sans';
	font-weight:800;
	}		
.common__button img{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    margin: -3px 0 0 14px;
	}	
.bnr_card_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 900px;
    margin-top: 20px;
    position: relative;
	}		
.bnr_card_bx_img{
	margin:0 auto 0;
	display:block;
	}
.bnr_card_img{
    width: 330px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -164px;
	}
.bnr_card_list{
	float:left;
	width:100%;
	}
.bnr_card_list li{
	width:140px;
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
	}
.bnr_card_list li:first-child{
	position: absolute;
    top: 12px;
    left: 170px;
	}
.bnr_card_list li:nth-child(2){
	position:absolute;
	top:12px;
	right:150px;
	}
.bnr_card_list li:nth-child(3){
    position: absolute;
    top: 130px;
    left: 10px;
	}
.bnr_card_list li:last-child{
	position:absolute;
	top:135px;
	right:-40px;
	}			

/*-----------------------
 	Scroll Strip
------------------------*/	
.scrollStrip{
	float:left;
	position: relative;
	width:100%;
	overflow:hidden;
	background:#f6f8f9;
	padding:24px 0;
	}
.logoSlider{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider_track{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 60s linear infinite;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider_track li{
	font-size:14px;
	line-height:18px;
	color:#000;
	position:relative;
	padding:0 30px;
	}
.slider_track li:after{
	content:'';
	position: absolute;
    top: 8px;
    right: -2px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
	}	
	
/*-----------------------
Section_1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:45px 0 70px;
	}
.common_heading{
	font-size:60px;
	line-height:70px;
	color:#000;
	font-family: 'Plus Jakarta Sans';
	font-weight:800;	
	}
.common_text{	
    font-size:18px;
	line-height:26px;
	color:#565959;
	margin-top:20px;
	}
.s1_card_wrap{
	margin:50px auto 0;
	width:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.s1_card_imgbox{
	width:43%;
	}	
.s1_card_imgbox img{
	margin:0 auto 0;
	display:block;
	border-radius:12px;
	}	
	
.s1_card_contbox{
	width:51%;
	text-align:left;
	}	
.top_0{ margin-top:0 !important;}	
	
ul.s1_card_list{
	float:left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:50px;
	margin-top:40px;
	}	
ul.s1_card_list li{
	width:44%;
	text-align:left;
	}	
ul.s1_card_list li h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:500;
	position:relative;
	padding-bottom:22px;
	}	
ul.s1_card_list li h3:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	background:#cccccc;
	width:70px;
	height:1px;
	}	
ul.s1_card_list li p{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:14px;
	}		

/*-----------------------
Section 2
------------------------*/
.section_2{
	float:left;
    width:100%;
	background:#f3f9ff;
	padding:45px 0 70px;
	}
.s2_mid_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	}
.s2_mid_inner{
	margin:40px auto 0;
	width:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:30px;
	}
.s2_mid_box{
	width:48%;
	text-align:left;
	overflow:hidden;
	border-radius:20px;
	padding:35px;
	}
.s2_bx-bg1{ background:#f6f4ed;}
.s2_bx-bg2{ background:#e9eeed;}
.s2_bx-bg3{ background:#e9eeed;}
.s2_bx-bg4{ background:#f0faf4;}
.s2_bx-bg5{ background:#f6f4ed;}
.s2_bx_icns{
	display:inline-block;
	vertical-align:top;
	width:56px;
	}
.s2_mid_box h3{
	font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
	margin-top:12px;
	}
.s2_mid_box p{
	font-size: 16px;
    line-height: 24px;
    color: #000;
	margin-top:10px;
	}
.s2_bx_img1{
    margin: 30px auto -210px;
    display: block;
    width: 360px;
	}
.s2_bx_img2{
    margin: 20px auto -261px;
    display: block;
    width: 346px;
	}
.s2_bx_width{ width:32.5%;}
.s2_bx_img3{
    margin: 30px auto 0;
    display: block;
	}
.s2_bx_img4{
    margin: 20px auto -43px;
    display: block;
	}
.s2_bx_img5{
    margin: 20px auto 0;
    display: block;
	}

/*-----------------------
Section 3
------------------------*/
.section_3{
	float:left;
    width:100%;
	background:#fff;
	padding:45px 0 70px;
	}
.s3_content_bx{
	float:left;
	width:53%;
	text-align:left;
	}
.s3_content_bx .common_text{ margin-top:30px;}

ul.s3_list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 600px;
    margin-top: 5px;
	}		
ul.s3_list li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #a8acaf;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding:20px 0;
	}	
ul.s3_list li img{ width:40px;}	
ul.s3_list li p{
	width:calc(100% - 40px);
	text-align:left;
	padding-left:26px;
	font-size: 22px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
	}		
ul.s3_list li:last-child{ border:none; padding-bottom:0;}

.s3_imgbx{
	float:right;
	width:37%;
	position:relative;
	margin-top:190px;
	}
.s3_card_bx_img{
	margin:0 auto 0;
	display:block;
	}
.s3_card_img{
	position: absolute;
    top: -200px;
    left: 50%;
    width: 369px;
    margin-left: -184px;
	}
ul.s3_imgbx_list{
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 26px;
    padding: 0 50px;
	}	
ul.s3_imgbx_list li{
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	text-align:left;
	border-bottom:1px solid #d7d7d7;
	padding:15px 0;
	}	
ul.s3_imgbx_list li:last-child{ border:none;}	
.s3_imgbx_left{
	position:relative;
	padding-left:58px;
	}	
.s3_imgbx_left img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 47px;
    margin-top: -23px;
	}	
.s3_imgbx_left h3{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-family: 'Plus Jakarta Sans';
    font-weight: bold;
	}	
.s3_imgbx_left p{
	font-size:12px;
	line-height:12px;
	color:#565959;
	font-weight:500;
	margin-top:12px;
	}
.s3_imgbx_right{
	text-align:left;
	}	
.s3_imgbx_right span{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-family: 'Plus Jakarta Sans';
    font-weight: bold;
	}				

/*-----------------------
Section 4
------------------------*/
.section_4{
	float:left;
    width:100%;
	background: url(../images/s4-bg.webp) no-repeat center top #f3f9ff;
	padding:45px 0 70px;
	}
.s4_block{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	width:100%;
	margin:50px auto 0;
	}
.s4_imgbx{
	width:44%;
	position:relative;
	}
.s4_imgbx img{
    position: absolute;
    top: -10px;
    left: -270px;
    max-width: none;
    width: 746px;
	}
.s4_contbx{
	width:48%;
	}
.s4_contbx_inr{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans';
    margin-top: 10px;
	}
.s4_step_count{
    width: 65px;
    height: 65px;
    background: #d1fa52;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
 	}
.s4_step_count p{
	font-size: 26px;
	line-height: 53px;
	color:#000;
	font-weight:800;
	}
.s4_inr_cont{
	width:60%;
	text-align:left;
	}
.s4_inr_cont h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:800;
	}
.s4_inr_cont p{
	font-size:16px;
	line-height:22px;
	color:#565959;
	margin-top:10px;
	}
.s4_inr_imgbx{
	width:14%;
	}
.s4_inr_imgbx img{
	display:block;
	margin:0 auto;
	width:62px;
	}
	
/*-----------------------
Section 5
------------------------*/
.section_5{
	float:left;
    width:100%;
	background:#ffffff;
	padding:45px 0 30px;
	}
.s5_wrap{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:0 auto;
	}
.s5_wrp_lft {
    width: 41.20%;
	text-align:left;
	}
.s5_lft_img{
	display:block;
	margin:20px auto 0;
	}
.s5_wrp_rgt{
	width:50%;
	text-align:left;
	}
.margin_35{ margin-top:35px;}
.s5_mid_wrp{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:70px;
	}
ul.s5_midwrp_list{
	margin:0 auto 0;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	text-align:left;
	}
ul.s5_midwrp_list li{
	width:25%;
	border-left:2px solid #cccccc;
	padding:0 18px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	}
ul.s5_midwrp_list li .common_text{ margin-top:0;}
.number_txt{
	font-size:50px;
	line-height:52px;
	color:#000;
	font-weight:bold;
	font-family: 'Plus Jakarta Sans';
	margin-top:60px;
	}		

/*-----------------------
Section 6
------------------------*/
.section_6{
	float:left;
    width:100%;
	background:#ffffff;
	padding:45px 0 20px;
	}
.s6_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#000;
	border-radius:14px;
	overflow: hidden;
	}
.s6_imgbx{
	float:left;
	width:42.40%;
	}
.s6_imgbx img{
	display:block;
	margin:0 auto;
	}
.s6_contbx{
	float:right;
	width: 57.6%;
	padding:50px 30px;
	text-align:left;
	}
.s6_contbx .common_heading{
	font-size:55px;
	line-height:65px;
	}
.txt_white{ color:#fff;}			

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	background:#fff;
    padding:30px 0 50px;
	}
.ftr_logo{
	margin:0 auto 15px;
	display:block;
	}	
.ftr_text{
    float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000000;
	margin-top:12px;
	}	
.ftr_text a{
    padding:0 8px;
    color:#000;
	}							
	
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}

/*=========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: 56px; line-height: 60px;}

.common_heading{ font-size: 54px; line-height: 58px;}

.s1_card_contbox{ width: 52%;}
.s1_card_wrap{ align-items: flex-start;}

.s3_imgbx{ width:43%;}

.s4_imgbx img{ left: -220px; width: 636px;}
.s5_wrp_lft{ width: 42.2%;}
.s6_contbx{ padding:30px 30px 44px;}
.s6_contbx .common_heading{ font-size: 48px; line-height: 58px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

ul.menu-list{ display:none;}
a.nav-btn{ margin-right:45px;}

.bnr_heading{ font-size: 46px; line-height: 50px;}
.common_heading{ font-size: 40px; line-height: 46px;}
.bnr_card_box{ max-width:630px;}
.bnr_card_list li{ font-size:14px; line-height:19px;}
.bnr_card_list li:first-child{ left:70px;}
.bnr_card_list li:nth-child(2){ right:30px;}
.bnr_card_list li:nth-child(3){ top: 100px; left: -56px;}
.bnr_card_list li:last-child{ top: 109px; right: -100px;}
.bnr_card_img{ top:85px; margin-left: -130px; width: 260px;}

.s1_card_imgbox{ width: 38%;}
.s1_card_contbox{ width:57%;}
ul.s1_card_list{ row-gap: 35px; margin-top: 30px;}
ul.s1_card_list li{ width: 47%;}
ul.s1_card_list li h3{ font-size: 17px; line-height: 21px; padding-bottom: 15px;}

.s2_mid_box{ padding:25px 20px 30px;}
.s2_mid_box h3{ font-size: 22px; line-height: 28px;}

ul.s3_list li{ padding:12px 0;}
ul.s3_list li img{ width: 30px;}
ul.s3_list li p{ width: calc(100% - 30px); padding-left: 20px; font-size: 20px; line-height: 30px;}
.s3_card_img{ top: -140px; width: 240px; margin-left: -120px;}
ul.s3_imgbx_list{ bottom: 15px; padding: 0 22px;}
.s3_imgbx_left{ padding-left:40px;}
.s3_imgbx_left img{ width:35px; margin-top:-14px;}

.s4_block{ justify-content: space-between;}
.s4_imgbx{ width: 40%;}
.s4_imgbx img{ left: -220px; width: 510px; top: 15px;}
.s4_contbx{ width: 58%;}
.s4_contbx_inr{ padding:15px;}
.s4_inr_cont h3{ font-size: 22px; line-height: 28px;}
.s4_inr_imgbx{ width: 13%;}

.s5_mid_wrp{ margin-top:55px;}
.number_txt{ font-size: 45px; line-height: 45px; margin-top: 40px;}

.s6_contbx{ padding: 15px 25px 30px;}
.s6_contbx .common_heading{ font-size: 34px; line-height: 46px;}
.s6_imgbx img{ height: 392px; object-fit: cover;}
}

@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;}

.top_strip{ padding:5px 0 9px;}
.top_strip p{ font-size: 12px; line-height: 14px;}

.top-fix-bar{ margin-bottom:50px;}
.nav-sec{ height:50px; margin-top: -50px; top: 50px;}
.logo{ width: 90px; margin-top:10px;}
.mob-mnu-ic{ top:15px; right:15px;}
.mobilemenu{ top:77px;}
.mobimenu-top{ top: 50px;}

.bnr_section{ background:#f5fcff; padding:20px 0 25px;}
.bnr_heading{ font-size: 30px; line-height: 36px;}
.bnr_text{ font-size: 15px; line-height: 21px;}
.bnr_card_box{ padding-bottom: 16px; margin-top:10px;}
.bnr_card_list{ display:none;}
.bnr_card_bx_img_m{ width:calc(100% + 30px); margin-left:-15px; max-width:none;}
.bnr_card_img{ top: 50px; margin-left: -110px; width: 220px;}

.btn_box{ margin-top: 30px; text-align: center;}
.common__button{ height: 56px; font-size: 18px; line-height: 52px;}
.common__button img{ width:22px;}

.scrollStrip{ padding:18px 0;}
.slider_track li{ padding:0 26px;}

.section_1{ padding:25px 0 35px;}
.common_heading{ font-size: 28px; line-height: 32px;}
.s1_card_wrap{ margin: 28px auto 0; justify-content: center; padding:0 10px;}
.s1_card_imgbox{ width:100%;}
.s1_card_contbox{ width:100%; margin-top:20px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}
ul.s1_card_list{ row-gap: 35px; margin-top: 25px;}
ul.s1_card_list li{ width: 100%;}
ul.s1_card_list li h3{ font-size: 18px; line-height: 22px; padding-bottom: 12px;}
ul.s1_card_list li p{ font-size: 15px; line-height: 23px;}
	
.section_2{ padding:25px 0 35px;}
.s2_mid_wrap{ padding:0 10px;}	
.s2_mid_inner{ margin: 30px auto 0; row-gap: 25px;}
.s2_mid_box{ padding: 25px 20px 30px; width: 100%;}	
.s2_bx_icns{ width:50px;}
.s2_mid_box h3{ font-size: 20px; line-height: 26px;}	
.s2_mid_box p{ font-size: 15px; line-height: 23px;}

.section_3{ padding:25px 0 35px;}	
.s3_content_bx{ width:100%; text-align:center;}
.s3_content_bx .common_text{ margin-top: 20px;}
.s3_imgbx{ float: none; width: 100%; margin: 160px auto 0; max-width: 320px;}
ul.s3_list{ margin-top:15px;}
ul.s3_list li{ padding: 10px 0;}
ul.s3_list li img{ width: 25px;}
ul.s3_list li p{ width: calc(100% - 25px); padding-left: 12px; font-size: 18px; line-height: 26px;}

.section_4{ background:#f3f9ff; padding:25px 0 35px;}	
.s4_block{ margin: 30px auto 0; justify-content: center;}
.s4_imgbx{ width:100%;}
.s4_imgbx img{ position: static; max-width: 100%; width: 260px; margin: 0 auto 0;}
.s4_contbx{ width:100%; margin-top:10px;}
.s4_contbx_inr{ padding: 12px;}
.s4_step_count{ width: 55px; height:55px;}
.s4_step_count p{ font-size: 19px; line-height: 47px;}
.s4_inr_cont h3{ font-size: 19px; line-height: 25px;}
.s4_inr_cont p{ font-size: 15px; line-height: 21px; margin-top: 5px;}
.s4_inr_cont{ width: 62%;}
.s4_inr_imgbx{ width: 11%;}

.section_5{ padding:25px 0 10px;}
.s5_wrp_lft{ width:100%;}
.s5_lft_img{ margin:15px auto 0;}
.s5_wrp_rgt{ width:100%;}
.s5_mid_wrp{ margin-top:30px;}
ul.s5_midwrp_list li{ width: 100%; border: none; border-bottom: 1px solid #cccccc; justify-content: normal; flex-direction: row; padding: 10px 0;}
ul.s5_midwrp_list li:last-child{ border:none;}
.number_txt{ font-size: 36px; line-height: 36px; margin-top: 0; width: 80px;}
ul.s5_midwrp_list li .common_text{ width:calc(100% - 80px); padding-left:15px;}

.section_6{ padding:30px 0 10px;}
.s6_box{ border-radius: 10px;}	
.s6_contbx{ width: 100%; padding: 15px 15px 25px;}
.s6_contbx .common_heading{ font-size: 28px; line-height: 38px;}
.s6_imgbx{ width:100%; margin-top:22px;}
.s6_imgbx img{ height: auto; border-radius: 10px;}

.footer{ padding:25px 0 30px;}
.ftr_logo{ width:90px;}
.ftr_text{ font-size:14px; line-height:16px; margin-top:10px;}
.ftr_text a{ padding: 0 6px;}
}