@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;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 65px;
	}
.nav-sec{
	float:left;
	width:100%;
	height:65px;
	
	margin-top:-65px;
	top:65px;
	position:relative;
	border-bottom:1px solid #cfe1ee;
	}
.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: 11px;
    width: 170px;
	}				
ul.menu-list{
	display:inline-block;
	vertical-align:top;
	margin:26px 0 0 20px;
	}
ul.menu-list li{
	float: left;
	}
ul.menu-list li a{
	float:left;
    color: #000;
    font-size: 14px;
    line-height: 14px;
	font-weight:500;
	padding:0 18px;
	}	
ul.menu-list li a:hover{ color:#4d9ed0;}
ul.menu-list li a.active{ color:#4d9ed0;}
a.nav-btn{
	float: right;
    background: #0d2663;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 122px;
    height: 36px;
    letter-spacing: 0.3px;
    line-height: 36px;
    border-radius: 30px;
    font-weight: bold;
    margin-top:14px;
	}
a.login_text{
	float: right;
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:bold;
	margin:23px 12px 0 0;
	}	
	
/*=====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:64px;
	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:64px;}	
.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.jpg) no-repeat center top;
    float: left;
    width: 100%;
    padding: 70px 0 70px;
    overflow: hidden;
    background-size: cover;
    position: relative;
	}	
.bnr_content{
	float:left;
	width:56%;
	text-align:left;
	}
.bnr_strip{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 40px;
    padding: 2px 14px 5px;
	}	
.bnr_strip img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	}	
.bnr_strip p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 15px);
	text-align:left;
	padding-left:8px;
	font-size:16px;
	line-height:22px;
	color:#4d9ed0;
	font-weight:bold;
	}	
.bnr_heading{
    font-size: 48px;
    line-height: 58px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
	}
.bnr_heading span{ color:#4d9ed0;}	
.bnr_text{	
	font-size: 16px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.3px;
	padding-right: 75px;
	margin-top: 25px;
	}

.common_btn{
    display: inline-block;
    vertical-align: top;
    max-width: 275px;
    width: 100%;
    height: 55px;
    font-size:16px;
    line-height: 55px;
    color: #fff;
    background: #0d2663;
    border-radius: 35px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: 0.5px;	
	}	
.common_btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 13px;
    width: 9px;
	}
		
.bnr_btm_box{
	width:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	margin-top:35px;
	}	
.bnr_btm_box .common_btn{ margin-top:0;}		
.bnr_trusted{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-left:25px;
	}
.bnr_trusted img{ width:146px;}	
.bnr_trusted p{
	font-size:14px;
	line-height:17px;
	color:#000;
	font-weight:500;
	padding-left:7px;
	}
	
.bnr_rgt{
	position: absolute;
    top: -23px;
    right: -80px;
    width: 655px;
    text-align: center;
	}	
.bnr_prodbox{
	float: left;
    background: url(../images/bnr-prod-img-bg.png) no-repeat center top;
    width: 100%;
    background-size: 100%;
    height: 446px;
    padding: 10px 2px 0 0;
    position: relative;
	}	
.bnr_prodbox:before{
    content: '';
    position: absolute;
    top: 35px;
    left: 50%;
    background: #020202;
    width: 60px;
    height: 10px;
    border-radius: 13px;
    margin-left: -30px;
	}	
.bnr_prod_img_bg{
	margin:0 auto 0;
	display:block;
	}	
.bnr_prod_img{
        display: inline-block;
    vertical-align: top;
    border-radius: 14px;
    margin: 18px 7px 0 0;
	}
.bnr_prdbx_col{
    background: #fff;
    position: absolute;
    left: -40px;
    bottom: 75px;
    border-radius: 12px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    padding: 8px 8px 8px 10px;
	}	
.bnr_prdbx_col img{
	margin:0 auto 0;
	display:block;
	}	
.bnr_prdbx_col2{
	left: auto;
    right: -18px;
    bottom: auto;
    top: 110px;
	border:1px solid #3973b7;
	}
	
/*====scroll_strip====*/
.scroll_strip_wrap{
	float:left;
	width:100%;
	padding:40px 0; 
	border-bottom: 1px solid #e4e4e4;
	}
.scroll_strip_wrap p{
	font-size:18px;
	line-height:18px;
	font-weight:600;
	color:#4d4d4d;
	letter-spacing:0.3px;
	}
.scroll_strip{
	float:left;
	width:100%;
	background:#fff;
	overflow: hidden;
	margin:30px auto 0;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_strip_list{
    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 20s linear infinite;
	}
ul.scroll_strip_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 30px;
	position:relative;
	}
ul.scroll_strip_list li img{
	display:inline-block;
	vertical-align:middle;
	height:40px;
	width:auto;
	max-width:100%;
	filter:  brightness(0) invert(0);
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}			
	
/*-----------------------
Section 1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	overflow:hidden;
	}
.sec1_content{
	float:right;
	width:53%;
	text-align:left;
	padding:60px 0 75px;
	position:relative;
	z-index:1;
	}	
.common_heading{
	font-size: 42px;
	line-height: 52px;
	color: #000;
	font-weight: bold;	
	}
.common_text{	
	font-size: 17px;
	line-height: 26px;
	color: #000;
	/* letter-spacing: 0.5px; */
	margin-top: 25px;
	}
.medium{ font-weight:500;}	
	
ul.s1_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:15px 0 10px;
	}
ul.s1_list li{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s1_list li img{
	display:inline-block;
	vertical-align:middle; 
	width:30px;
	}	
ul.s1_list li p{
	    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
    text-align: left;
    padding-left: 12px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
	}	

.s1_graph_img{
	    position: absolute;
    top: 30px;
    left: -25px;
    max-width: none;
    max-width: 560px;
	}

/*-----------------------
Section 2
------------------------*/
.section_2{
	background:#e9f5fa;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
ul.s2_list{
	    width: 100%;
    margin: 50px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}	
ul.s2_list li{
	    float: left;
    width: 32%;
    text-align: center;
    border-right: 1px solid #b9bccb;
    padding: 12px 20px;
}
ul.s2_list li:first-child{ padding-left:0;}		
ul.s2_list li:last-child{ border:none; padding-right:0;}	
ul.s2_list li img{
	display:inline-block;
	vertical-align:top;
	width:50px;
	}	
ul.s2_list li h3{
	    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
	}	
ul.s2_list li p{
	font-size: 17px;
	line-height: 26px;
	color: #000;
	margin-top: 10px;
	}			

/*-----------------------
Section 3
------------------------*/
.section_3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.tab_block{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.tab_list{
	margin:0 auto 0;
	width:100%;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.tab_list li{
	width:25%;
	text-align:left;
	padding:25px 0;
	border-bottom:4px solid #f1f1f1;
	
 	display: -webkit-flex;
    display: flex;
	align-items: center;
	cursor:pointer;
	}
ul.tab_list li.active{ border-bottom:4px solid #4d9ed0;}	

.tab_icon_bg{ width:21px;}
.tab_icon_bg img{
	margin:5px auto 0;
	display:block;
	}	
.tab_list_cont{
	width:calc(100% - 21px);
	padding-left:8px;
	text-align:left;
	margin-top:4px;
	}
.tab_list_cont p{
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:bold;
	}	


.tab_content_box{
	float:left;
	width:100%;
	background:#e9f5fa;
	text-align:left;
	border-radius:15px;
	overflow:hidden;
	padding:35px;
	margin-top:35px;
	}	
.tab_cont_innr{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.cont_box_left{
	width:49%;
	text-align:left;
	}
.tab_cont_heading{
	font-size: 36px;
    line-height: 42px;
    color: #000;
	font-weight:bold;
	}
.cont_box_left .common_text{ margin-top:16px;}	
.cont_box_right{
	width:45%;
	border-radius:22px;
	border:3px solid #000;
	overflow:hidden;
	box-sizing: content-box;
	box-shadow:0 0 12px 5px rgba(164,206,231,1);
	-webkit-box-shadow:0 0 12px 5px rgba(164,206,231,1);
	}
.cont_box_right img{
	margin:0 auto 0;
	display:block;
	}	
	
/*-----------------------
Section 4
------------------------*/
.section_4{
	background:#f6f8f9;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s4_testi_slider-row{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1982px;
	}	
.s4_testi_slider{
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
	padding-bottom:90px;
	}
.testi_slide_top{ margin-top:0 !important;}		
.s4_testi_box{
	display: inline-block;
    vertical-align: top;
	width:460px !important;
    border: 1px solid #cfdade;
	padding: 20px 25px 48px;
    background: #ffffff;
	-webkit-box-shadow:0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow:0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius:20px;
	text-align:left;
	}
.quoation_mark{
	display:inline-block !important;
	vertical-align:top;
	}
.testi_text{ margin-top:10px;}
.testi_name_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	position:relative;
	}
.testi_star{
	display:inline-block !important;
	vertical-align:top;
	width:100px;
	}
.testi_img{
	position: absolute;
    bottom: -58px;
    left: -45px;
    border-radius: 50%;
    border: 3px solid #fff;
	width:56px;
	box-sizing:content-box;
	}
.testi_name{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:5px;
	}
.testi_name span{ color:#868686; font-weight:400; padding-left:10px;}	
	
/*-----------------------
Section 5
------------------------*/
.section_5{
	background:#e9f5fa;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.s5_mid_wrap{
	width:100%;
	margin:40px auto 0px;
	
	display:-webkit-flex;
	display: flex;
	flex-wrap: wrap;
	column-gap:2%;
	}	
.s5_midwrp_box{
	width:32%;
	padding:30px 22px;
	border-radius:15px;
	position:relative;
	text-align:left;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	}	
.box_1{
	background:url(../images/s5-box-bg1.jpg) no-repeat center top;
	background-size:cover;
	}
.box_2{
	background:url(../images/s5-box-bg2.jpg) no-repeat center top;
	background-size:cover;
	}
.box_3{
	background:url(../images/s5-box-bg3.jpg) no-repeat center top;
	background-size:cover;
	}

.s5_midwrp_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.box_no{
	position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    text-align: center;
	}
.box_step{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	font-size:16px;
    line-height:24px;
    color: #000;
    font-weight:500;
	border-radius:15px;
	padding: 3px 15px;
	}
.s5_bx_hdng{
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	margin-top: 0;
	}
.s5_bx_text{
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	/* letter-spacing: 0.5px; */
	margin-top: 10px;
	}
.s5_box_img{
	display: block;
    margin: 25px auto 0;
    border-radius: 10px;
	box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	}	
	
/*-----------------------
Section 6
------------------------*/
.section_6{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.s6_mid_wrap{
	margin:0 auto 0;
	width:100%;
	max-width:1085px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	}	
.s6_mid_row{
	float: left;
	width: 100%;
	background: #e9f5fa;
	border-radius: 15px;
	padding: 30px;
	margin-top: 35px;
	}	
.s6_mid_row_innr{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s6_row_imgbx{ width:46%;}	
.s6_row_imgbx img{
	margin:0 auto 0;
	display:block;
	border-radius:10px;
	}	
.s6_row_contbx{
	width:49%;
	text-align:left;
	}	
.s6_contbx_heading{
	font-size: 32px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
	}	
.s6_contbx_text{
	font-size: 16px;
    line-height: 24px;
    color: #000;
	letter-spacing:0.5px;
	margin-top:10px;
	}		

.digitaly_faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.digitaly_up-slide-dwn{
	float:left;
	width:100%;
	overflow:hidden;
	}
.digitaly_faq-innr{
	float:left;
	width:100%;
	border-bottom:1px solid #d7d7d7;
	}
.digitaly_faq-innr.last{ border:none;}	
.digitaly_accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	background-size:12px;
	padding:17px 40px 17px 0px;
	font-size:20px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	cursor:pointer;
	position:relative;
	font-weight:600;
	}
.digitaly_acdn-heading.digitaly_accordion-open{
	background:url(../images/open.png) no-repeat right 15px center;
	border:none;
	background-size:12px;
	}
.digitaly_acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0px 0px 7px;
	}
.digitaly_acdn-para{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#31353b;
	margin-bottom:15px;
	}
		
/*-----------------------
Section 7
------------------------*/
.section_7{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	border-bottom:2px solid #0d2663;
	}	
.s7_mid_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}	
.s7_left{
	float:left;
	width:42%;
	text-align:left;
	}	
.s7_lft_cont{
	float:left;
	width:100%;
	}	
.secure_btn{ 
	margin-top:60px !important;
	max-width:300px !important;
	}	
	
.s7_right{
	float:right;
	width:53%;
	}	
ul.s7_rgt_list{
	float:left;
	width:100%;
	margin-top:20px;
	}	
ul.s7_rgt_list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:90px;
	margin-bottom:30px;
	}	
ul.s7_rgt_list li:last-child{ margin-bottom:0;}		
ul.s7_rgt_list li img{
	position:absolute;
	top:0;
	left:0;
	width:67px;
	}
ul.s7_rgt_list li h3{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}	
ul.s7_rgt_list li .common_text{ margin-top:7px;}			
.s7_plus_img{
	position:absolute;
	bottom:-72px;
	left:0;
	}
		
/*-----------------------
Section 8
------------------------*/
.section_8{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.s8_mid_wrap{
	width:100%;
	margin:40px auto 15px;
	display:-webkit-flex;
	display: flex;
	flex-wrap: wrap;
	column-gap:3%;
	row-gap:25px;
	}
.s8_mid_box{
	display:-webkit-flex;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	
    width: 31.33%;
    background: #29619d;
	overflow:hidden;
    padding: 25px 12px 0;
	}
.s8_midbx_cont{
	width:100%;
	text-align:left;
	padding:0 20px;
	}
.s8_midbx_hdng{
	font-size:28px;
    line-height:32px;
    color: #fff;
    font-weight:bold;
	}
.s8_midbx_txt{
	font-size:16px;
    line-height:22px;
    color: #fff;
    font-weight:400;
	letter-spacing:0.2px;
	margin-top:15px;
	}
.s8_midbx_img1{ display: block; margin:15px auto -30px;}	
.s8_midbx_img2{ display: block; margin:15px auto -22px;}	
.s8_midbx_img3{ display: block; margin:15px auto -15px;}	
.s8_midbx_img4{ display: block; margin:15px auto -38px;}	
.s8_midbx_img5{ display: block; margin:15px auto -55px;}	
.s8_midbx_img6{ display: block; margin:15px auto -5px;}		
	
/*-----------------------
Section 9
------------------------*/
.section_9{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.faq-container{
	display:inline-block;
	vertical-align:top;
    width:100%;
	max-width:810px;
	margin-top:20px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
.faq-innr{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #000;
	border-radius: 10px;
    margin-top: 20px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	background-size:16px;
	padding:20px 45px 24px 20px;
	font-size:20px;
	line-height:26px;
	color:#1b272d;
	letter-spacing:0.3px;
	cursor:pointer;
	position:relative;
	font-weight:600;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center;
	border:none;
	background-size:16px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0px 20px 15px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000;
	margin-bottom:15px;
	}		
	
/*-----------------------
Section 10
------------------------*/
.section_10{
	background:#0d2663;
	float:left;
	width:100%;
	padding:80px 0;
	}	
.s10_dataBox{
	float:left;
	width:100%;
	background:#fff;
	border-radius:15px;
	padding:30px 60px;
	}	
.dataBox_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.dataBox_cont{
	width:55%;
	text-align:left;
	}	
.dataBox_cont .common_heading{ color:#0d2663;}	

/*========Form========*/
.dataBox_form{ width:40%;}		
.form-position{
	float:left;
	width:100%;
	text-align:center;
	}
.formBox{
	float:left;
	width:100%;
	}
.Frm-Elements{
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:12px;
	}					
.Frm-Elements .all-fld{
    width: 100%;
    height: 50px;
    background-color: #fff;
	font-size: 16px;
    color: #000;
	font-family: 'Inter';
    padding: 0 20px;
    -webkit-appearance: none;
    border: 1px solid #b7b7b7;
	border-radius:10px;
	-webkit-appearance:none;
	outline: none;
 	}
.Frm-Elements .all-fld::placeholder{ color:#000;}	
.frm-50{ width:48%;}
.Frm-Elements textarea{
    height: 100% !important;
    min-height: 100px;
    resize: none;
    padding-top: 15px !important;
	}
				
.frm-btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    background: #0d2663;
    border-radius: 35px;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    letter-spacing: 0.5px;
	outline:none;
	border:none;
	-webkit-appearance:none;
	}
.frm-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 13px;
    width: 9px;
	}
.frm-mbg-txt{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	color:#e91e1e;
	font-style:italic;
	margin-top:10px;
	}		
				
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	background:#fff;	
	float:left;
	width:100%;
	padding:50px 0;
	}
.footer_top{
	float:left;
	width:100%;
	}	
.footer-col{
	float:left;
	text-align:left;
	}
.footer-col-1{ width:33%; padding-right:60px;}
.footer-col-2{ width:23%;}
.footer-col-3{ width:16%;}
.footer-col-4{ width:28%;}
.footer-logo{
	float: left;
	width:140px;
	}
.footer-para{
	float:left;
	width:100%;
	color:#292929;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-top:15px;
	}
.footer-heading{
	float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
	margin-top:10px;
	}
ul.foter-links{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.foter-links li{
	float:left;
	width:100%;
	margin-top:12px;
	}
ul.foter-links li a{
    float: left;
    color: #292929;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
	}
	
ul.foter-links2{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.foter-links2 li{
	float:left;
	width:100%;
	margin-top:12px;
	}
ul.foter-links2 li a{
	float: left;
	color: #292929;
	font-size: 17px;
	line-height: 26px;
	}
ul.foter-links2 li:last-child a{
	text-decoration:underline;
	}			
ul.foter-links2 li a img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	width:20px;
	}	

.footer-bottom{
	float: left;
    width: 100%;
    border-top: 1px solid #c2c2c2;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
	}
.ftr-bx-txt{
	color:#292929;
	font-size:16px;
	line-height:22px;
	letter-spacing: 0.3px
	}	
.ftr-bx-txt a{ padding:0 10px;}	

/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f3f6fb;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#515151;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 10px 0px 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid #0d2663;
}
.trm-bx h2 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
	list-style: disc;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}

.dsr-from{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bg-blue-50 {
	opacity: 1;
	background-color: rgb(183 200 255 / 10%);
	border-width: 1px;
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #2553b1;
	margin: 15px 0;
}
.dsr-from .frm-fld {
	float: left;
	width: 49%;
	margin-top: 10px;
}
.dsr-from .frm-fld label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin-bottom:10px;
}
.dsr-from .frm-input, select {
        float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d2d2d2;
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.dsr-from .upload {
    padding: 15px;
}
.trm-pg{
	float:left;
	width:100%;
	position:relative;
}
.trm-pg input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm-pg label{ padding-left:20px;}
.rqst-btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 350px;
    height: 65px;
    background: #0d2663;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 55px;
    margin-top: 25px;
    position: relative;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {

	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
					

/*=========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: 38px; line-height: 46px;}
.bnr_rgt{ top: 20px; right: -30px; width: 477px;}	
.bnr_prodbox{ height:332px;}	
.bnr_prdbx_col img{ width:180px;}	
.bnr_prdbx_col2{ right:32px;}	
.bnr_prod_img{ width:410px;}	

.common_heading{ font-size: 40px; line-height: 46px;}
	
.tab_list_cont p{ font-size: 15px; line-height: 18px;}	
.tab_content_box{ padding:35px 30px;}	
.tab_cont_heading{ font-size: 32px; line-height: 38px;}	

.s5_bx_hdng{ font-size: 26px; line-height: 32px;}

.s6_contbx_heading{ font-size: 28px; line-height: 34px;}

.footer-col-1{ width: 30%; padding-right: 20px;}
.footer-col-2{ width: 32%;}
.footer-col-3{ width: 14%;}
.footer-col-4{ width: 24%;}
}


@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_section{ padding:60px 0 70px;}
.bnr_content{ width:54%;}
.bnr_strip p{ font-size:14px; line-height:21px;}
.bnr_heading{ font-size: 32px; line-height: 40px;}
.bnr_text{ padding-right: 60px; margin-top:20px;}
.bnr_btm_box{ display:inline-block; vertical-align:top; width:100%; max-width:277px;}
.bnr_trusted{ margin:20px 0 0; justify-content: center;}
.bnr_rgt{ top: 0; right: -25px; width: 375px;}
.bnr_prod_img{ width: 325px;}
.bnr_prodbox{ height: 300px;}
.bnr_prdbx_col{ bottom:20px;}
.bnr_prdbx_col2{ right: -18px; top: 70px; bottom: auto;}

.scroll_strip_wrap{ padding:30px 0;}
.scroll_strip_wrap p{ font-size:17px; line-height:17px;}
ul.scroll_strip_list li{ padding:0 20px;}

.sec1_content{ width:58%; padding:55px 0 65px;}
.common_heading{ font-size: 34px; line-height: 42px;}
.common_text{ font-size:17px; line-height:27px; margin-top:20px;}
.s1_graph_img{ right: -264px; max-width: 370px;}

.section_2{ padding:50px 0 60px;}
ul.s2_list li{ padding:0 12px;}
ul.s2_list li h3{ margin-top:35px;}

.section_3{ padding:50px 0 60px;}
.tab_content_box{ padding: 25px 25px 35px;}
.tab_cont_heading{ font-size: 26px; line-height: 34px;}
.cont_box_right{ width:48%;}

.section_4{ padding:50px 0 60px;}
.s4_testi_box{ width: 360px !important;}
	
.section_5{ padding:50px 0 60px;}	
.s5_mid_wrap{ margin: 50px auto 0;}
.s5_midwrp_box{ padding:25px 15px;}
.s5_bx_hdng{ font-size: 21px; line-height: 27px;}	
	
.section_6{ padding:50px 0 60px;}	
.s6_mid_row_innr{ align-items: flex-start;}	
.s6_mid_row{ padding:20px;}	
.s6_row_contbx{ width: 50%;}
.s6_contbx_heading{ font-size: 24px; line-height: 30px;}	
.digitaly_accordion{ font-size:19px; line-height:25px;}
	
.section_7{ padding:50px 0 60px;}		
ul.s7_rgt_list{ margin-top:0;}	
.s7_plus_img{ width:300px; bottom: -62px;}	
	
.section_8{ padding:50px 0 60px;}	
.s8_mid_wrap{ column-gap: 2%;}	
.s8_mid_box{ width:32%;}	
.s8_midbx_cont{ padding:0 10px;}	
.s8_midbx_hdng{ font-size: 23px; line-height: 29px;}	
	
.section_9{ padding:50px 0 60px;}		
.acdn-para{ font-size: 17px; line-height: 27px;}

.section_10{ padding:60px 0;}
.s10_dataBox{ padding:30px 25px;}
.dataBox_cont{ width:46%;}
.s10_dataBox .common_heading{ font-size: 30px; line-height: 40px;}
.dataBox_form{ width: 49%;}

.footer-col{ margin-top:30px;}
.footer-col-1{ width:100%; margin:0; padding:0;}
.footer-col-2{ width: 43%;}
.footer-col-3{ width: 24%;}
.footer-col-4{ width: 33%;}
.ftr-bx-txt a{ padding: 0 5px;}
}

@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-fix-bar{ margin-bottom:50px;}
.nav-sec{ height:50px; margin-top: -50px; top: 50px;}
.logo{width: 135px; margin-top:8px;}
.mob-mnu-ic{ top:15px; right:15px;}
.mobilemenu{ top:49px;}
.mobimenu-top{ top: 49px;}

.bnr_section{ padding:22px 0 25px;}
.bnr_content{ width:100%; text-align:center;}
.bnr_strip{ padding: 2px 10px 5px;}
.bnr_strip p{ font-size: 12px; line-height: 16px;}
.bnr_heading{ font-size: 27px; line-height: 34px;}
.bnr_text{  font-size: 16px; line-height: 24px; padding: 0 0px; margin-top: 10px;}
.bnr_btm_box{ margin-top:25px;}
.bnr_trusted img{ width: 125px;}
.bnr_trusted p{ font-size: 13px; line-height: 17px; text-align: left;}

.bnr_rgt{ position: relative; max-width:355px; display: inline-block; vertical-align: top; width: 100%; top: 0; left: 0; margin-top: 5px;}
.bnr_prodbox{ height: 242px;}
.bnr_prod_img{ width: 308px; margin:8px 1px 0 0;}
.bnr_prodbox:before{ top:20px;}
.bnr_prdbx_col{ bottom: 30px; left: -10px; border-radius: 7px;}
.bnr_prdbx_col2{ bottom: auto; left: auto; right:-10px; top:60px;}
.bnr_prdbx_col img{ width: 120px;}

.scroll_strip_wrap{ padding: 20px 0 15px;}
.scroll_strip_wrap p{ font-size: 14px; line-height: 14px;}	
.scroll_strip{ margin: 15px auto 0;}
ul.scroll_strip_list li{ padding: 0 15px;}

.section_1{ padding:25px 0 0;}	
.sec1_content{ width:100%; padding:0;}	
.common_heading{ font-size: 26px; line-height: 34px;}	
.common_text{ font-size: 16px; line-height: 24px; margin-top: 10px;}
ul.s1_list{ margin:10px 0 5px;}
.common_btn{ margin: 25px auto 0; display: block;}	
.s1_graph_img{ width: calc(100% + 30px); position: static; margin: 25px auto 0; max-width: none; margin-left: -15px;}
	
.section_2{ padding:25px 0 35px;}		
ul.s2_list{ margin:0 auto 0;}	
ul.s2_list li{ width:100%; padding:30px 10px !important; border:none; text-align:center; border-bottom:1px solid #b9bccb;}
ul.s2_list li:last-child{ padding-bottom:10px !important;}	
ul.s2_list li h3{ margin-top: 20px;}	
ul.s2_list li p{ margin-top:12px;}	
	
.section_3{ padding:25px 0 35px;}	
.tab_content_box{ padding: 15px 20px 30px; margin-top:0; border-radius: 0}	
.cont_box_left{ width:100%;}	
.cont_box_right{ width:100%; margin:0 auto 0; border-radius: 12px; border: 2px solid #000;  box-shadow: 0 0 10px 2px rgba(164, 206, 231, 1); 
-webkit-box-shadow: 0 0 10px 2px rgba(164, 206, 231, 1);}	
.tab_cont_heading{ font-size: 22px; line-height: 30px;}	
.qus-list{ float:left; width:100%; background:#e9f5fa; border-radius:0; margin-top:12px;}
ul.qus-list li{ float:left; width: 100%; text-align: left; padding: 16px 10px 16px 15px; position: relative; font-size: 17px; line-height: 21px; color: #000; font-weight: bold; text-transform:uppercase;}
ul.qus-list li:before{     
	content: '';
    background: url(../images/tog-arw-dwn.png) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
	}
ul.qus-list li.active:before{
    background: url(../images/tog-arw-up.png) no-repeat center center;
	right: 15px;
    height: 15px;	
	}	
	
.section_4{ padding:25px 0 35px;}
.s4_testi_slider{  margin-top: 15px; padding-bottom: 55px;}
.s4_testi_box{ width: 345px !important;}
.quoation_mark{ width:25px;}
.testi_name_bx{ margin-top:25px;}
.testi_star{ width:80px;}
.testi_name{ font-size: 16px; line-height: 24px; margin-top: 2px;}
.testi_img{ left: -35px; width: 50px;}

.section_5{ padding:25px 0 35px;}
.s5_mid_wrap{ margin: 40px auto 30px; column-gap: normal; row-gap: 20px; justify-content: center;}
.s5_midwrp_box{ padding: 25px 20px; width: 100%; max-width:400px;}
.s5_bx_hdng{ font-size: 20px; line-height: 26px;}
.box_step{ font-size: 14px;  line-height: 20px; padding: 2px 15px;}

.section_6{ padding:25px 0 35px;}
.s6_mid_row{ margin-top:25px;}
.s6_row_imgbx{ width:100%;}
.s6_mid_row:first-child .s6_row_imgbx{ margin-top:-12px;}
.s6_row_contbx{ width:100%; margin-top:17px;}
.s6_contbx_heading{ font-size: 22px; line-height: 28px;}
.digitaly_accordion{ font-size: 18px; line-height: 24px; padding: 14px 32px 14px 0px;}

.section_7{ padding:25px 0 230px;}
.s7_left{ width:100%; text-align:center;}
.s7_right{ width:100%;}
ul.s7_rgt_list{ margin-top: 25px;}
ul.s7_rgt_list li{ padding-left: 68px; margin-bottom: 25px;}
ul.s7_rgt_list li img{ width:55px;}
ul.s7_rgt_list li h3{ font-size: 20px; line-height: 26px;}
.s7_plus_img{ width: 200px; left: 50%; margin-left: -100px; bottom: -232px;}

.section_8{ padding:25px 0 35px;}
.s8_mid_wrap{ margin: 25px auto 10px; column-gap: normal; row-gap: 25px;}
.s8_mid_box{ width:100%; padding:20px 15px 0;}
.s8_midbx_cont{ padding: 0;}
.s8_midbx_hdng{ font-size: 22px; line-height: 28px;}
.s8_mid_box img{ width: 260px;}

.section_9{ padding:25px 0 35px;}
.faq-container{ margin-top:12px;}	
.faq-innr{ margin-top:15px;}	
.accordion{ background-size: 13px; padding: 12px 35px 16px 12px; font-size: 17px; line-height: 25px;}
.acdn-heading.accordion-open{ background-size: 13px;}
.acdn-content{ padding: 0px 12px 5px;}
.acdn-para{ font-size: 16px; line-height: 26px;}

.section_10{ padding:40px 0;}
.s10_dataBox{ padding: 20px 21px 25px;}
.dataBox_cont{ width:100%;}
.s10_dataBox .common_heading{ font-size: 24px; line-height: 32px;}
.dataBox_form{ width:100%; margin-top:22px;}
.Frm-Elements .all-fld{ padding:0 12px; font-size:15px;}
.frm-50{ width:100%;}

.dsr-from .frm-fld{ width:100%;}

.footer{ padding:25px 0;}
.footer-logo{ width:95px;}
.footer-para{ font-size:15px; line-height:23px;}
.footer-col{ width:100%; margin-top: 15px;}
.footer-col-1{ padding:0; margin:0;}
.footer-col-2{ width:100%;}
.footer-col-3{ width:100%;}
.footer-heading{ font-size: 18px;line-height: 20px;}
ul.foter-links{ margin-top: 4px;}
ul.foter-links li{margin-top: 10px;}
ul.foter-links li a {font-size: 15px;line-height: 18px;}
ul.foter-links2 li{ margin-top:10px;}
ul.foter-links2 li a{ font-size: 16px; line-height: 24px;}
.footer-bottom{ padding-top: 20px; margin-top: 22px;}
.ftr-bx-txt{ width:100%;}
.ftr-bx-txt{ font-size: 14px; line-height: 26px; letter-spacing:normal;}
.ftr-bx-txt a{ padding:0 3px;}


}