@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #031429;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Larsseit';
    src: url('Larsseit-Bold.woff2') format('woff2'),
	url('Larsseit-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Apercu Pro';
    src: url('ApercuPro-Regular.woff2') format('woff2'),
	url('ApercuPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Apercu Pro';
    src: url('ApercuPro-Bold.woff2') format('woff2'),
	url('ApercuPro-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;
	}

/*=====Top-Border======*/		
.top-border{
	    float: left;
    width: 100%;
    /*height: 5px;
    background: #01c653;*/
	}
	
/*======Header=======*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-80px;
	top:80px;
	box-shadow:0px 5px 10px 1px rgb(0 0 0 / 10%);
	~webkit-box-shadow:0px 5px 10px 1px rgb(0 0 0 / 10%);
	position:relative;
	/*border-bottom:1px solid #ddd;*/
	background:#031429;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	border-bottom:1px solid #112f54;
	margin-top:0;
	top:0;
	}		
.logo{
	float: left;
	margin-top: 14px;
	max-width: 250px;
	}
ul.topMenu{
	float: left;
	margin: 27px 0 0 25px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight: 400;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#44da64;}
.call-num{
	float:right;
	color:#01c653;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	margin-top:22px;
	}
.call-img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 4px 0 0;
	}
a.nav-btn{
    float:right;
	width:170px;
    height:36px;
    color:#44da64;
    font-size:18px;
	line-height:30px;
    text-align:center;
	font-weight:bold;
	border:2px solid #44da64;
	border-radius:50px;
	margin:17px 0 0 30px;
	}
a.nav-btn:hover{
	color:#fff;
	background:#44da64;
	}

/*=====Banner-Section=======*/
.bnr-sec{
	float:left;
	width:100%;
	background:url(../images/bnr-bg.jpg) no-repeat center top;
	padding:0px 0 30px;
	position:relative;
	}
.bnr-left{
	float: left;
	width: 54%;
	padding: 110px 0 50px;
	text-align: left;
}
.bnr-prodt{
	position:absolute;
	right:0;
	top:52px;
	}	
.bnr-hdg{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 49px;
    line-height: 59px;
    font-weight: bold;
	text-transform:capitalize;
	}
.bnr-hdg span{
	    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #44da64;
    font-weight: 400;
	}
ul.bnr-list1{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	floaT: left;
	width: 100%;
	padding:15px 30px;
	margin-top: 75px;
	column-gap:0px;
	background:#04182f;
	border:1px solid #243548;
	border-radius:12px;
	}	
ul.bnr-list1 li{
	float: left;
    width: 25%;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    padding: 22px 0px 22px 85px;
    position: relative;
    border-right: 1px solid #243548;
	}
ul.bnr-list1 li span{
	display: block;
	color: #44da64;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
}	
ul.bnr-list1 li img{
	position:absolute;
    top:11px;
    left:10px;
	}
ul.bnr-list1 li:last-child{ border:none;}		
.bnr-para{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	margin-top: 18px;
	font-weight: 400;
}
ul.bnr-list2{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:flex-start;
	floaT:left;
	width:100%;
	margin-top:15px;
	}	
ul.bnr-list2 li{
	width:20%;
	color:#fff;
    font-size:16px;
	line-height:18px;
    font-weight:500;
	text-align:center;
	background:#404040;
	border:1px solid #636363;
	border-radius:8px;
	padding:10px 0;
	margin-right:15px;
	}
ul.bnr-list2 li:last-child{padding:19px 0; margin-right:0px;}
.bnr-list2-icn{
	display:block;
	margin:0 auto 8px;
	}
	
a.btn{
	display:inline-block;
	vertical-align:middle;
	max-width:205px;
	width:100%;
	height:52px;
    color:#fff;
    font-size:20px;
	line-height:52px;
    font-weight:500;
    text-align:center;
	border-radius:8px;
	background:#44da64;
	margin-top:40px;
	text-transform:uppercase;
	}
.btn-arrw{
	display:inline-block;
	vertical-align:middle;
	margin:-11px 0 0 12px;
	}
.bnr-sec a.btn{
	}

.s1-btm{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding:30px 0 15px;
	border-bottom:1px solid #dedede;
}
.s1-btm-hd{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#010101;
	margin-bottom:10px;
}

/* STRIP CSS */
.jctkr-wrapper{
	float:left;
	position: relative;
	width: 100%;
	height: 55px;
	overflow: hidden;
	}
.jctkr-wrapper ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	}
.jctkr-wrapper.jctkr-initialized ul{
	opacity: 1;
	}
.jctkr-wrapper ul li{
	float:left;
	position:relative;
	padding:13px 20px 0;
	font-size:16px;
	line-height:30px;
	color:#010101;
	letter-spacing:0.5px;
	word-break:keep-all;
	white-space:nowrap;
	}
.strip-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	}
	
/*========Common-CSS========*/
.commn-hdg{
	    color: #fff;
    font-size: 38px;
    line-height: 54px;
    font-weight: bold;
    text-transform: capitalize;
}
.commn-hdg span{color:#01c653;}	
.commn-para{
	color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-top: 18px;
    font-weight: 400;
    display: inline-block;
    width: 90%;
	}
	
/*========Section-1========*/
.sec-1{
	float:left;
	width:100%;
	height:551px;
	padding:110px 0 0;
	background:url(../images/sec1.jpg) no-repeat center top;
	}
.s1-img{
	position: absolute;
    right: 0;
    top: 125px;
	}
.s1-rgt{
	float: left;
    width: 60%;
    text-align: left;
	}
.s1-rgt .commn-para {width: 90%;}	
.s1-bx{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.s1-col{
	width:100%;
	background:#f2f2f2;
	border-radius:10px;
	}
.s1-col.col2{
	background:#13ab52;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	padding-bottom:20px;
	text-align:center;
	}
.s1-col-top{
	float:left;
	width:100%;
	padding:25px 10px 10px 20px;
	position:relative;
	border-radius:10px 10px 0 0;
	}
.s1-col.col2 .s1-col-top{border-radius:8px 8px 0 0;}
.s1-col-top p{
	float:left;
	width:100%;
	color:#000;
	font-size:30px;
	line-height:35px;
	text-align:left;
	font-weight:bold;
	}
.col2 .s1-col-top p{color:#fff;}
ul.s1-col-list{
	float: left;
    width: 100%;
    padding: 16px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s1-col-list li{
	float:left;
	width:49%;
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	text-align:left;
	border-bottom:1px solid #d0e1e8;
	background:url(../images/s1-cross.png) no-repeat left 15px;
	padding:14px 0 14px 35px;
	}
	
ul.s1-col-list li:last-child, ul.s1-col-list li:nth-child(5){border-bottom:none;}
.col2 ul.s1-col-list li{
	background:url(../images/s1-chk.png) no-repeat left 15px;
	color:#ffffff;
	}
.col2 ul.s1-col-list{padding:0px 20px 0px}
a.s1-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:310px;
	width:100%;
    color:#fff;
    font-size:24px;
	line-height:24px;
    font-weight:bold;
    text-align:center;
	text-shadow:1px 1px #666;
	border-radius:50px;
	border:2px solid #fff;
	padding:13px 0 14px;
	}
	
/*========Section-2========*/
.sec-2{
	float:left;
	width:100%;
	height:482px;
	padding:95px 0 0;
	background: url(../images/sec2.jpg) no-repeat center top;
	}
.s2-cntnt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s2-img{
	float:left;
	}
.s2-rgt{
	display:inline-block;
	width:65%;
	}
ul.s2-list{
	float:left;
	width:100%;
	}
ul.s2-list li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:55px;
	margin-top:45px;
	position:relative;
	}
ul.s2-list li:before{
	content:'';
	position:absolute;
	top:36px;
	left:17px;
	height:112px;
	border-left:2px dotted #01c653;
	}
ul.s2-list li:last-child:before{display:none;}
.num{
	position:absolute;
	top:0;
	left:0;
	width:35px; 
	height:35px;
	border-radius:50%;
	background:#fff;
	text-align:center;
	border:2px solid #01c653;
	color:#01c653;
	font-size:24px;
	line-height:29px;
	font-weight:bold;
	}
.s2-list-txt1{
	color:#1f1f1f;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	}
.s2-list-txt2{
	color:#000;
	font-size:19px;
	line-height:26px;
	letter-spacing:0.3px;
	margin-top:10px;
	}

/*========Section-3========*/
.sec-3{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s3-cntnt{
	float:left;
	width:100%;
	margin-top:50px;
	}
.s3-left{
	float:left;
	width:49%;
	}
ul.s3-list{
	float:left;
	width:100%;
	margin-top:50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 14px;
	}
ul.s3-list li{
	float:left;
	width:32%;
	padding:36px 15px;
	text-align:center;
	position:relative;
	background:#04182f;
	border-radius:12px;
	}
/*ul.s3-list li:nth-child(2){
	background: rgb(69,214,106);
background: linear-gradient(129deg, rgba(69,214,106,1) 40%, rgba(94,115,237,1) 75%);
    }*/	
.s3-icn{
	display:block;
	margin:0 auto 10px;
	}
.s3-list-txt1{
	color:#fff;
	font-size:24px;
	line-height:34px;
	font-weight:500;
	}
.s3-list-txt2{
	color:#fff;
	font-size:18px;
	line-height:28px;
	margin-top:8px;
	}	

/*========Section-6========*/
.sec-4{
	float:left;
	width:100%;
	background:#f4fcf7;
	padding:65px 0;
	}
.s4-content{
	float:left;
	width:100%;
	margin-top:40px;
	position:relative;
	}
.s4-img{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-276px;
	}
ul.s4-list{
	width:470px;
	margin-top:50px;
	position:relative;
	}
ul.s4-list li{
	width:340px;
	background:#fff;
	text-align:left;
	border-radius:10px;
	-webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.1);
   	box-shadow: 0 1px 10px 1px rgba(0,0,0,0.1);
	padding:15px 30px 15px 80px;
	margin-top:35px;
	position:relative;
	}
ul.s4-list.fl li:nth-child(odd){margin-left:90px;}
ul.s4-list.fr li:nth-child(odd){margin-left:40px;}
ul.s4-list.fr li:nth-child(even){margin-left:108px;}
.s4-icn{
	position:absolute;
	top:20px;
	left:15px;
	}
.s4-list-txt1{
	color:#01c653;
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	}
.s4-list-txt2{
	color:#000;
	font-size:19px;
	line-height:24px;
	letter-spacing:0.3px;
	}
.sec-4 a.btn{margin-top:100px;}

/*========Section-5========*/
.sec-5{
	float:left;
	width:100%;
	padding:65px 0;
	}
.s5-slider-bx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1985px;
	}
.s5-testimonial{
	float: left;
    width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
	justify-content: center;
	}
.s5-testi-col{
	display:inline-block;
	vertical-align:top;
	width:366px !important;
	text-align:left;
	background:#f4fcf7;
	-webkit-box-shadow: 0 5px 8px 2px rgba(0,0,0,0.1);
   	box-shadow: 0 5px 8px 2px rgba(0,0,0,0.1);
	padding:30px;
	margin:0 15px 10px;
	}
.t-name-dv{
	float:left;
	width:100%;
	padding-left:85px;
	position:relative;
	}
.user-name-img{
	position:absolute;
	left:0;
	top:0;
	width:67px;
	height:67px;
	border-radius:50%;
	background:#01c653;
	color:#fff;
	font-size:26px;
	line-height:66px;
	text-align:center;
	}
.s5-star{
	display:block;
	margin:0 0 6px;
	}
.t-name-txt1{
	color:#212121;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	}
.t-name-txt2{
	color:#01c653;
	font-size:14px;
	line-height:20px;
	}
.verify-tick{
	display:inline-block !important;
	vertical-align:middle;
	margin:-5px 4px 0 0;
	}
.s5-t-hdng{
	float:left;
    width:100%;
	color:#1f1f1f;
    font-size:24px;
    line-height:32px;
    font-weight:bold;
	margin-top:25px;
	}
.s5-t-para{
	float:left;
    width:100%;
	color:#4c4c4c;
    font-size:19px;
	line-height:26px;
	letter-spacing:0.3px;
    margin-top:15px;
	}
	
/*========Section-6========*/
.sec-6{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s6-bx-contnt{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    margin-top: 40px;
    row-gap: 30px;
    column-gap: 20px;
	}
.s6-bx{
	width:32%;
	background:#04182f;
	border-radius:15px;
	border:1px solid #243548;
	position:relative;
	padding:20px 10px 26px;
	}
.gadgt-box .s6-bx{ width:23%;}
.s6-bx:hover{
	background: rgb(69,214,106);
background: linear-gradient(129deg, rgba(69,214,106,1) 40%, rgba(94,115,237,1) 75%);
	}	
.s6-bx a.btn{
    margin-top:13px;
}
.s6-icn{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	}
.s6-bx-txt1{
	color:#fff;
	font-size:16px;
	line-height:28px;
	margin-top:10px;
	}
.s6-bx-txt2{
	color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
	}
.s6-bx-txt3{
	color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
}
	
/*========Section-7========*/
.sec-7{
	float:left;
	width:100%;
	padding:65px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:975px;
	width:100%;
	border-radius:10px;
	text-align:left;
	margin:30px 0 0;
	padding:0 10px 10px;	
	}
.up-slide-dwn{
	float:left;
    width:100%;
    margin-top:0px;
    background:#fff;
	-webkit-box-shadow: 0 5px 8px 2px rgba(0,0,0,0.1);
   	box-shadow: 0 5px 8px 2px rgba(0,0,0,0.1);
	margin-top:20px;

	}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat 97% center;
    padding:25px 50px 20px 25px;
    font-size:22px;
    line-height:30px;
    color:#1f1f1f;
    font-weight:600;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat 97% center;
	border:none;
	border-radius:15px 15px 0 0;
	border-bottom:1px solid #e1e1e1;
	}
.acdn-content {
	float:left;
    width:100%;
    padding:20px 50px 10px 20px;
	}
.acdn-para{
	float:left;
    width:100%;
    font-size:18px;
    color:#1f1f1f;
	font-weight:300;
    line-height:26px;
	letter-spacing:0.3px;
	margin-bottom:20px;
	}		

/*========Footer========*/
.footer{
	float:left;
    width:100%;
    background:#04182f;
	padding:60px 0;
	}
.bottom_inner{
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
	}
.bottom_section_col{
	text-align:left;
	padding-right:10px;
	}
.bottom_section_col.col-1{width:34%;}
.bottom_text{
	margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
	}
.bottom_section_col h4{
	color:#fff;
	font-size:20px;
	line-height:25px;
	font-weight:600;
	letter-spacing:0.3px;
	}
.bottom_section_col ul{
	margin-top:25px;
	}
.bottom_section_col ul li{
	margin-top:10px;
	color:#fff;
	font-size:16px;
	line-height:24px;
	}
.bottom_section_col ul li a{
	color:#fff;
	}
.bottom_section_col ul li a:hover{ color:#01c653;}
.col-3.bottom_section_col ul li a{
	word-break:break-all;
	padding-left:16px;
	}
.col-3.bottom_section_col ul li img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	}
ul.scl-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.scl-list li{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	}
ul.scl-list li:last-child{margin-right:0;}

	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1187px){
.container{width:1004px;}

.bnr-sec { overflow:hidden;}
.bnr-prodt {right: -8%;}
.bnr-left{width:56%;}
.bnr-hdg{ }
ul.bnr-list1 {padding: 15px 10px;}

.top-strip-bx{margin:0 22px;}

.s1-col-top p{font-size:28px;}
.s1-rgt{width:70%;}
.s1-img {top: 165px;}
.commn-hdg{}
.commn-para{font-size: 19px; line-height: 29px;}
a.s1-btn{max-width:270px; font-size:21px; line-height:24px; padding:13px 0 14px;}

.sec-1 .btn-arrw{margin:-8px 0 0 5px; width:10px;}	
.s2-img{width:450px;}
.s3-img{width:470px;}
.s3-left{width:50%;}

.s6-bx-txt2 {font-size: 19px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 22px;
	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:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #fff;
	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:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:85px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.bnr-sec{height:auto; background-size:cover; padding:35px 0;}
.bnr-left{width:63%; padding: 30px 0 0;}
.bnr-hdg{font-size:40px; line-height:54px;}
.bnr-para {font-size: 17px; line-height: 28px; margin-top: 17px; width: 90%;}
ul.bnr-list1{margin-top: 40px;}
ul.bnr-list1 li { text-align:center; padding:5px 5px; font-size: 14px;}
ul.bnr-list1 li img {position: static;margin: 0 auto 0px;}
a.btn{ margin-top:30px;}
.bnr-prodt {right: -10%; top: 32px; max-width: 50%;}
ul.bnr-list1 li span{font-size: 16px;}

.top-strip{padding:35px 0 30px;}
.top-strip-bx{width:18%; margin:0 5px;}

.sec-1{padding:50px 0; background-size:cover; height:auto;}
.s1-rgt .commn-para {width: 100%;}
.s1-img{position: static;width: 70%;margin-top: 23px;}
.s1-rgt{float: none;display: inline-block;text-align: center;width: 78%;}

.commn-hdg{font-size:36px; line-height:46px;}
.commn-para{font-size: 17px;line-height: 27px;margin-top:15px;}

.s1-bx{margin-top:30px;}
.s1-col-top{padding:20px 10px 0px 15px;}
.s1-col-top p{font-size:21px; line-height:29px;}
ul.s1-col-list{padding:16px 15px 20px;}
a.s1-btn{max-width:197px; font-size:17px;  line-height:24px; padding:10px 0 12px;}

.sec-2{padding:50px 0;background-size:cover; height:auto;}
.s2-img{width:325px; margin-top:40px;}
.s2-rgt{width:100%;}
ul.s2-list li{padding-left:50px; margin-top:25px;}
.s2-list-txt1{font-size:26px; line-height:29px;}

.sec-3{padding:40px 0 50px;}
.s3-cntnt{margin-top:30px;}
.s3-img{width:325px; margin-top:70px;}
.s3-left{width:55%;}
ul.s3-list {margin-top: 40px;}
.s3-list-txt1{font-size:22px; line-height:30px;}
.s3-list-txt2{font-size:17px; line-height:25px; margin-top:8px;}
ul.s3-list li{padding: 28px 15px;}

.sec-4{padding:35px 0;}
.s4-content{margin-top:35px;}

ul.s4-list{width:340px; margin-top:25px;}
ul.s4-list li{padding:15px 15px 15px 70px;}
ul.s4-list.fl li:nth-child(odd){margin-left:25px;}
ul.s4-list.fr li:nth-child(even){margin-left:35px;}
ul.s4-list.fr li:nth-child(odd){margin-left:1px;}
.s4-icn{left:10px;}
.s4-list-txt1{font-size:24px;}
.s4-list-txt2{font-size:18px;}

.sec-5{padding:35px 0;}
.s5-testimonial{margin-top:35px;}
.s5-t-para{font-size:18px; line-height:25px; margin-top:10px;}

.sec-6{padding:50px 0;}
.s6-bx{ width:48%;}
.s6-bx-contnt{ margin-top:40px;column-gap: 10px;row-gap: 15px;}
.s6-icn{}
.s6-bx-txt1{}
.s6-bx-txt2{}
.s6-bx-txt3{}
.s6-bx a.btn {}
.gadgt-box .s6-bx {width: 49%;}

.sec-7{padding:35px 0;}
.faq-container{margin:20px 0 0;}

.footer{padding:40px 0 35px;}
.bottom_logo{ width:160px;}
.bottom_inner{flex-wrap:wrap;}
.bottom_section_col ul{margin-top:15px;}
.bottom_section_col.col-1{width:100%;}
.bottom_section_col ul li{ margin-top:10px;}
.bottom_section_col.col-2, .bottom_section_col.col-3{margin-top:25px;}

.ftr-txt-bx{float:left; width:100%; margin-top:20px;}
.bottom_text{margin-top:10px; font-size:15px;}
ul.scl-list li{margin-top:0;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 10px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.commn-hdg{font-size:26px; line-height:38px;}
.commn-para{font-size:16px; line-height:24px;}
a.btn{margin-top:20px;}
.btn-arrw{margin:-8px 0 0 8px; width:10px;}

.mobilemenu{top:60px;}
.mobimenu-top {top: 50px;}
.mob-mnu-ic{right:15px;top: 15px;}

.top-border{height:10px;}
.top-fix-bar{margin-bottom:50px;}
.header{height:50px;}
.logo{margin-top: 9px; width: 175px;}

.bnr-sec{padding: 12px 0 10px;background: #031429;}
.bnr-left{ width:100%; text-align:center; position:relative; padding:0;}
.bnr-hdg{font-size:30px; line-height:38px; letter-spacing:0.5px;}
.bnr-hdg span {margin-bottom: 7px;}
ul.bnr-list1{margin-top:25px;row-gap: 10px;padding: 15px 5px;}
ul.bnr-list1 li{padding: 0px 5px;width: 50%; font-size:14px;}
ul.bnr-list1 li:nth-child(2){ border:none;}
.green-bullet{top:13px; left:5px; width:12px;}
.bnr-para{font-size: 16px; line-height: 26px; margin-top: 14px; width: 100%;}
ul.bnr-list2{margin-top:10px;}
.bnr-prodt {position: static;max-width: 80%;margin-top: 25px;}

ul.bnr-list2 li{width:48%; font-size:17px; line-height:22px; margin-top:10px; margin-right:0px; letter-spacing:0.3px;}
ul.bnr-list2 li:nth-child(odd){margin-right:4%;}

.top-strip{padding:25px 0 15px;}
.top-strip-slider{float:left; width:100%;}
.strip-hide{display:none !important;}
.top-strip-icn{margin:10px auto 0;}

.sec-1{padding:30px 0;background-position: 81% top;}
.s1-rgt{width:100%; text-align:center;}
.mob-s1-img{width: 100%; float: none; display: block; margin: -45px auto 0;}
.s1-bx{margin-top:10px;}
.s1-col{width:100%; margin-top:15px;}
ul.s1-col-list{padding:15px 15px 10px;}
.col2 ul.s1-col-list { padding: 0px 10px 0px;}
ul.s1-col-list li{ font-size: 14px; line-height: 23px; padding: 16px 0 14px 35px;}
.s1-col-top p{font-size:24px; line-height:32px;}
a.s1-btn{max-width:290px; font-size:22px;padding: 10px 0 14px;}
.s1-btm-hd{ font-size: 16px; margin-bottom: 0px;}

.sec-2{padding:30px 0;}
.s2-img-mob{  margin:0 auto 0; max-width:80%;}
.s2-rgt{width:100%;}
.s2-list-txt1{font-size:22px; line-height:28px;}
.s2-list-txt2{font-size:17px; line-height:25px;margin-top: 5px;}

.sec-3{padding:30px 0;}
.s3-cntnt{margin-top:25px;}
.s3-img{float:none; display:block; width:100%; border-radius:10px; margin:0 auto;}
.s3-left{width:100%;}
ul.s3-list{margin-top:20px;row-gap: 15px;}
ul.s3-list li{width: 100%;padding: 25px 15px}
.s3-icn{}
.s3-list-txt1{font-size:22px; line-height:30px;}
.s3-list-txt2{font-size:17px; line-height:25px;margin-top: 8px;}

.sec-4{padding:25px 0;}
.s4-content{margin-top:20px;}
.s4-img{position:static;display:block; margin:0 auto 10px;}
ul.s4-list{width:100%; margin-top:0;}
ul.s4-list li{width:100%; margin-top:15px;}
.s4-icn{left:15px; width:45px;}
ul.s4-list.fl li:nth-child(odd){margin-left:0;}
ul.s4-list.fr li:nth-child(odd){margin-left:0;}
ul.s4-list.fr li:nth-child(even){margin-left:0;}
.s4-list-txt2 {font-size: 17px;}
.s4-list-txt1 {font-size: 22px;}
.sec-4 a.btn{margin-top:30px;}

.sec-5{padding:25px 0;}
.s5-testimonial{margin-top:25px;}
.s5-testi-col{width:275px !important; padding:20px; margin:10px 8px;}
.t-name-dv{padding-left:75px;}
.user-name-img{top:6px; width:60px; height:60px; font-size:24px; line-height:58px;}
.s5-star{margin:0 0 5px; width:95px;}
.s5-t-hdng{font-size:20px; line-height:25px; margin-top:15px;}
.s5-t-para{font-size:17px;}
.sec-5 a.btn{max-width:350px;}

.sec-6{padding:30px 0;}
.s6-bx-contnt{margin-top:24px; row-gap: 14px;}
.s6-bx{width:100%; max-width:355px;}
.s6-bx-txt1{}
.s6-bx-txt2{font-size:22px; line-height:34px;}
.s6-bx-txt3{font-size:25px; line-height:33px;}
.gadgt-box .s6-bx {width: 100%;}
.s6-icn{max-width: 70%;}

.sec-7{padding:25px 0;}
.faq-container{max-width:100%; padding:0 5px; margin-top:5px;}
.accordion{padding:15px 50px 15px 20px; font-size:20px; line-height:26px;}
.acdn-conten{padding:15px 50px 10px 20px;}
.acdn-para{font-size:17px; line-height:25px;}

.footer{padding:25px 0;}

}