@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: "Roboto", sans-serif;
	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: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height:auto;}
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
------------------------*/

/*-----------------------
MAIN CSS START
------------------------*/
/*====MAIN CSS START====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.overflow{
	overflow:hidden;
}
.top-strip{
	float:left;
	width:100%;
	background:#22bc33;
	padding:6px 0;
	}
.top-strip p{
	font-size:14px;
	line-height:14px;
	color:#fff;
	font-weight:400;
	letter-spacing:0.5px;
	float:left;
	padding:4px 0;
	}
ul.stripList{
	float:right;
	}
ul.stripList li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	}
ul.stripList li a{
	font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
	}
ul.stripList li a img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:75px;
	padding:9px 0;
	margin-top:-75px;
	top:75px;
	position:relative;
	-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.2);
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2);
	}
.fixed-nav .header{
	position: fixed;
	z-index:65;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
	}				
.logo{
	float: left;
    margin-top: 14px;
    max-width: 250px;
	}
ul.topMenu{
	float:left;
	margin:17px 0 0 70px;
	}
ul.topMenu li{
	float:left;
	padding:4px 15px;
	}
ul.topMenu li a{
	color: #000;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-transform: uppercase;

	}
.d-menu-ic {
	display: inline-block;
	vertical-align: middle;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{ color: #eab417; }
a.header-btn{
    float: right;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 152px;
    height: 40px;
    line-height: 43px;
    /* border-radius: 50px; */
    margin-top: 9px;
    /* letter-spacing: 0.5px; */
    font-weight: 400;
    background: #eab417;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
	}

/*==mob-mnu-ic==*/	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	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:25px;
	height:3px;
	background-color: #20a5d4;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin:5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#20a5d4;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	background:#20a5d4;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	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:18px 20px 15px;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/*=====Banner-Section=======*/
/*-----------------------
SECTION-1
------------------------*/
.sec-1{
	float: left;
    width: 100%;
    background: url(../images/sec-1.jpg) center top no-repeat;
    background-size: cover;
    overflow-y: clip;
    padding: 0px 0px 40px 0px;
	height:780px;
}
.sec-inr{
	float:left;
	width:100%;
	padding:40px 40px;
	position:relative;
	background:rgba(255, 255, 255, 0.5);
	}
.sec1-image{
	display:inline-block;
	vertical-align:middle;
	margin:0px 0px 15px;
	
}
.s1-befr-img{
	position:absolute;
	right: 290px;
    top: 260px;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	z-index:1;
}
.sec1-lft{
    width: 55%;
    float: left;
    text-align: left;
    padding: 110px 50px 60px 85px;
    background: #eab417;
    position: relative;

}
.sec1-rit {
    width: 42%;
    float: right;
    text-align: left;
    padding: 40px 0px;
}
.s1-viewers{
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	font-family: "Red Hat Display", sans-serif;
	font-weight:bold;
	letter-spacing:0.3px;
}
.s1-faces{
	width:90px;
	display:inline-block;
	vertical-align:middle;
}
.s1-viewers span{
	position:relative;
}
.s1-viewers span:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-5px;
	width:100%;
	border-bottom:3px solid #25a9e0;
}
.s1-hdg-sub{
    font-size: 28px;
    line-height: 36px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 550px;
    left: 10px;
    transform: rotate(-90deg);
    letter-spacing: 5px;
    transform-origin: 0 0;
}
.s1-hdg{
	float: left;
    width: 100%;
	font-size: 72px;
    line-height: 84px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
    color: #fff;
}
.s1-txt{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    color: #000;
}
ul.s1-lst{
	float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 8px;
    row-gap: 10px;
}
ul.s1-lst li{
	float:left;
	width:32%;
	background:#b58c15;
	font-size: 16px;
    line-height: 26px;
	color:#fff;
	text-transform:capitalize;
    font-weight: 500;
    position: relative;
    padding: 16px 10px;
	text-align:center; 
}
ul.s1-lst li img{
	display:block;
	margin:0 auto 10px; 
}
.btn-bx{
	display: inline-block;
    vertical-align: top;
    max-width: 210px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.btn-txt{
	font-size:16px;
	line-height:20px;
	font-family: "Oswald", sans-serif;
	font-weight:500;
}
.btn-txt img{
	display:inline-block;
	vertical-align:middle;
	width:90px;
	margin:-5px 5px 0;
}
.btn-txt span{
	
	font-weight:bold;
}
.comn-btn{
	float:left;
	width:100%;
	height:52px;
	background:#000;
	border-radius:0px;
	color:#fff;
	font-size:18px;
	line-height:52px;
	font-family: "Oswald", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1.8px;
	margin-top:0px;
}
.btn-arw{
	width:25px;
	display: none;
	vertical-align:middle;
	margin:-5px 0 0 10px;
}
.trust-txt{
	font-size:16px;
	line-height:24px;
	
	font-weight:500;
	float:right;
	position:relative;
	padding-left:62px;
	letter-spacing:0.3px;
	margin:68px 0 0 0;
}
.trust-txt img{
	width:50px;
	position:absolute;
	left:0;
	top:0;
}
.trust-txt span{
	font-weight:800;
	color:#25a9e0;
}

/* 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;
	background:#25a9e0;
	}
.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:#fff;
	letter-spacing:0.5px;
	word-break:keep-all;
	white-space:nowrap;
	}
.strip-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	filter:invert(1);
	}
	

/*========Section-2========*/
/*-----------------------
SECTION-2
------------------------*/
.sec-2{
    float: left;
    width: 100%;
    padding: 40px 0;
}
.comn-hdg{
	font-size: 36px;
    line-height: 48px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    width: 100%;
	background: url(../images/hdg-shape.png) center top no-repeat;
}
.comn-hdg span{
	position:relative;
}
/*.comn-hdg span:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-3px;
	width:100%;
	border-bottom:3px solid #25a9e0;
}*/
.comn-txt{
	font-size: 19px;
    line-height: 30px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    color: #000;
    vertical-align: middle;
}
.sec-2 .comn-txt{ display:inline-block; max-width:80%;}
.sec2-bx{
	float:left;
	width:100%;
	/*background:url(../images/sec2-bx-img.jpg) center top no-repeat;
	border-radius:10px;*/
	padding:0px;
	margin-top:0px;
	/*background-size:cover;*/
}
ul.s2-ben-lst{
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 13px;
    row-gap: 20px;
}
ul.s2-ben-lst li{
	float:left;
	width:24%;
	padding:0px 0px 0px;
	text-align: center;
	position:relative;
/*	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.1);*/
}
ul.s2-ben-lst li:after{
	position:absolute;
	content:'';
	border-right:1px solid #a1a1a1;
	top:0px;
	right:-8px;
	bottom:0;
}
ul.s2-ben-lst li:last-child:after{ display:none;}
.s2-ben-icn{
	display:block;
	margin:0 auto 10px; 
}
ul.s2-ben-lst li h3{
	color: #00203c;
    font-size: 20px;
    line-height: 34px;

    font-weight: 700;
    position: relative;
}
ul.s2-ben-lst li h3:after{
	content:'';
	display:block;
	margin:10px 0 0;
	border-bottom:3px solid #a1a1a1;
	border-radius:100px;
	width:57px;
}
ul.s2-ben-lst li p{
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin-top: 10px;
    padding-right: 0px;
    color: #272727;
    text-transform: uppercase;
}
.sec2-inr{
	display:inline-block;
	vertical-align:top;
	max-width:1000px;
	width:100%;
	margin-top:40px;
}
.s2-inr-lft{
	float:left;
	width:54%;
	text-align:left;
}
.s2-inr-lft-hd{
	font-size:36px;
	line-height:46px;
	color:#00203c;
	font-weight:bold;
}
.s2-inr-rgt{
	width:34.62%;
	float:right;
}

/*-----------------------
SECTION-3
------------------------*/
.sec-3{
    float: left;
    width: 100%;
    padding: 50px 0 50px;
    background: #fff;
}
.s3-content{
    float: left;
    width: 43%;
    margin-top: 30px;
    text-align: left;
    padding: 70px 0px 110px;
	}
.s3-content .comn-hdg{ background: url(../images/hdg-shape.png) left top no-repeat;}
.s3-content .comn-txt { }
.sec3-glass-img{
	position: absolute;
    top: 220px;
    right: 320px;
	}
.sec3-model{
	position:absolute;
	top:-50px;
	right:0;
	}
.sec3-inr{
	display:flex;
	display:-webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin-top:40px;
}
.sec3-inr-bx{
	width: 340px;
    background: url(../images/sec3-inr-bx.png) center top no-repeat;
    background-size: contain;
    padding: 10px;
    position: relative;
}
.s3-num{
	width:32px;
	height:32px;
	border-radius:50%;
	background:#00203c;
	color:#fff;
	font-family: "Red Hat Display", sans-serif;
	font-size:18px;
	line-height:32px;
}
.sec3-bx-icn{
	width:100px;
}
.sec3-inr-bx h3{
	font-size:24px;
	line-height:30px;
	font-family: "Red Hat Display", sans-serif;
	font-weight:bold;
	margin-top:20px;
}
.sec3-inr-bx p{
	font-size: 18px;
    line-height: 28px;
    padding: 10px;
}
.s3-btm-hd{
	display:inline-block;
	vertical-align:top;
	max-width:1090px;
	width:100%;
	border-top:1px solid #b8c7d5;
	margin-top:50px;
}
.s3-btm-hd span{
	background: #e9fbff;
    padding: 0 25px;
    margin: -15px auto 0;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    line-height: 30px;

    font-weight: bold;
}


/*========Section-6========*/
.sec-4{
	float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 60px 0;
    background-size: cover;
	text-align:center;
	}
.s4-content{
    float: right;
    width: 58%;
    margin-top: 30px;
    text-align: left;
    position: relative;	}
.s4-img{
    position: absolute;
    top:20px;
    left: 0%;
	}

.s4-list-txt1{
	float:left;
	width:90%;
	color:#000;
	font-size:42px;
	line-height:52px;
	font-weight:bold;
	text-transform: capitalize;
	}
.s4-list-txt1 span{
	color:#fff;
}
.s4-list-txt2{
    color: #000;
    font-size: 18px;
    line-height: 31px;
    float: left;
    width: 88%;
    margin-top: 15px;
	}
.sec-4 a.btn{margin-top: 32px;
    background: #ffcc00;
    height: 56px;
    font-size: 20px;
    line-height: 17px;
    width: 32%;}

/*========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%;
    background: #f7f7f7;
    padding: 50px 0;
    text-align: center;
	}
.sec-6 	.commn-para{width: 65%;}

.s6-bx-contnt{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	float:left;
    width: 100%;
    margin-top: 30px;
   
	}
.s6-bx{
	float:left;
	width:24%;
	background:#fff;
	border-radius:0px;
	/*-webkit-box-shadow: 0 5px 8px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 8px 2px rgb(0 0 0 / 10%);*/
	position:relative;
	padding-bottom:20px;
	text-align:center;
	padding: 20px 15px;
	border: 1px solid #9a9a9a;
	}
.s6-bx a.btn{
	max-width: 188px;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0px;
    background: #0b0c0d;
    display: inline-block;
    color: #fff;
    font-weight: 400;
	font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 10px;
}
.s6-icn{
	width: 210px;
    display: block;
    margin: 0 auto 10px;
}
.s6-bx-txt1{
	color: #000;
    font-size: 17px;
    line-height: 27px;
    margin-top: 10px;
    font-weight: 300;
    float: left;
    width: 100%;
}
.s6-bx-txt2{
    color: #0b0c0d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    float: left;
    width: 100%;
	min-height: 90px;
	}
.s6-bx-txt3{
	color: #333333;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    padding: 6px 0;
    float: left;
    width: 100%;
}
	
.sec6-prdtsec{
	float:left;
	width:100%;
	margin-top:15px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 16px;
	column-gap:13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	}
.prdtseclft{
	float:left;
	width:49%;
	}
.prdtseclft .s6-bx{ width:100%; }
.prdtseclft .s6-bx .s6-icn{     width: 420px;margin: 10px auto; }
.prdtseclft .s6-bx .s6-icn .s6-bx-txt2 { font-size: 20px; line-height: 35px;}
.prdtsecrit{
	float:right;
	width:49%;
	}
.prdtsecrit .s6-bx{ width:49%; }
.prdtsecrit .s6-bx .s6-icn { width: 125px;}
/*========Section-7========*/
/*-----------------------
SECTION-7
------------------------*/
.sec-7{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0px 20px;
}
.sec7-inr{
	float:left;
	width:100%;
	text-align:left;
}
.sec7-lft{
	float:left;
	width:100%;
	}
.sec7-lft-inr{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
}
.sec7-lft-inr .comn-hdg{ background: url(../images/hdg-shape.png) left top no-repeat;} 
/*.sec7-lft:before{
	content:'';
	position:absolute;
	left:-1000%;
	top:0;
	bottom:0;
	width:1000%;
	background:#00203c;
}*/
.doc-img{
	float:right;
	margin:20px -170px 0 -40px;
}
.sec7-rgt{
	width:34.18%;
	padding:0 0 0 50px;
}
ul.sec7-lst{
	float:left;
	width:100%;
	margin-top: 30px;
	display: flex;
	flex-wrap:wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
	row-gap:15px;
}
ul.sec7-lst li{
	float: left;
    width: 19%;
    position: relative;
    padding: 25px 10px;
	text-align:center;
	background:#eab417;
}
.s7-lst-icn{
	display: block;
    margin: 0 auto 10px;
	}
ul.sec7-lst li h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
ul.sec7-lst li p{
	font-size:18px;
	line-height:22px;
	color:#848384;
	margin-top:5px;
}
ul.sec7-lst li:last-child{ margin-bottom:0px;}	

/*-----------------------
SECTION-8
------------------------*/
.sec-8{
    float: left;
    width: 100%;
    padding: 50px 0;
	text-align:center;
	background-image: linear-gradient(180deg, #ffffff 55% 55%, #f7f7f7 55% 55%);
}
.sec8-lft{
	display:inline-block;
	width:78%;
	text-align: center;
}
ul.sec8-lst{
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-around;
    column-gap: 13px;
    row-gap: 15px;
}
ul.sec8-lst li{
	float: left;
    width: 64%;
    position: relative;
    padding: 0px 0px;
	text-align:left;
}
ul.sec8-lst li p{
	font-size:22px;
	line-height:32px;
	color:#000;
	margin-top:12px;
	font-weight:300;
}
ul.sec8-lst li:last-child{ width:31%;}
/*=============*/
.faq-prd{
	margin:45px 0 15px;
}
.sec8-rgt{
	float:right;
	width:57.26%;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	margin-top:15px;
	overflow:hidden;
	border-radius:12px;
	padding:0 20px;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 0px center;
	padding:15px 25px 15px 0;
	font-size:20px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.2px;
	cursor:pointer;
	position:relative;

	font-weight:bold;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 0px center;
	border-bottom:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	margin-top:0;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	padding:0 0 20px 0;
	}

/*====CSS For Footerlink====*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #fff;
	padding:40px 0;
	border-top:1px solid #dddddd;
	}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	padding-bottom:40px;
	border-bottom:1px solid #dddddd;
	}
.ftr-links-col{
	float:left;
	width:28%;
	}
.ftr-links-col-2{
	padding-left:45px;
	width:36%;
	}
.ftr-links-col-3{
	width:21%;
	padding-left:25px;
	}
.ftr-links-col-4{
	width:30%;
	padding-left:45px;
	}
.ftr-log{
	max-width: 220px;
	display: inline-block;
	}
.ftr-links-hd {
	float: left;
    width: 100%;
    font-size:20px;
    line-height: 26px;
    color: #0d0d0d;
    font-weight: bold;
    margin-bottom: 10px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	margin-top:0px;
	}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:10px 0 0;
	font-size:16px;
	line-height:22px;
	color:#0d0d0d;
	text-align:left;
	letter-spacing:0.3px;
	}
.ftr-links-list li a{color:#0d0d0d;}
ul.scl-list{
	float:left;
	width:100%;
	margin:20px 0 0;
	text-align:left;
	}
ul.scl-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 0 0;
	}
ul.scl-list li img{
	width:29px;
	}
.disclmr-txt{
	float:left;
	width:100%;
	margin:20px 0 0;
	font-size:14px;
	line-height:22px;
	color:#747474;
	}
.ftr-log-tx{
	font-size:18px;
	line-height:26px;
	margin-top:10px;
	color:#0d0d0d;
	}
.ftr-links-col-4 .ftr-links-list li{
	padding-left: 36px;
    position: relative;
    margin-top: 10px;
	}
.ftr-links-col-4 .ftr-links-list li a{
	word-break:break-all;
	}
.ftr-links-col-4 .ftr-links-list li img{
	position: absolute;
	left: 0;
	top: 0;
	filter: invert(1) brightness(0);
	}
.ftr-tx{
	font-size:16px;
	line-height:22px;
	float:left;
	margin:25px 0 0;
	color:#333333;
	width:100%;
	}
.ftr-tx a{color:#0d0d0d; padding:0 10px;}	
.footer-txt{
	float:right;
	}

/*==============================
CONTACT_PAGE
===================================*/
.menufacture-sec1{
	    float: left;
    width: 100%;
    padding: 30px 0 10px;
	}
.menufacture-sec1 .prodBreadcrm{ padding-bottom:40px;}
.contact-sec{
	float:left;
	width:100%;
	padding:0 0 80px;
	}
.contact-Box{
	float: left;
    width: 100%;
    box-shadow: 0 0 10px 1px rgb(247 248 255);
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
.cntct-lft{
	float: left;
    width: 50%;
    padding: 40px 30px;
    text-align: left;
	}
.cntct-hdng {
    color: #1f1f1f;
    font-size:30px;
    line-height: 36px;
    float: left;
    width: 100%;
    font-weight: 600;
	}
ul.cntct-list{
	float:left;
	width:100%;
	}
ul.cntct-list li{
	    float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
    margin-top: 30px;
	}
.sms-icon{
	position:absolute;
	left:0;
	top:6px;
	}
.contct-txt1{
	float: left;
    width: 100%;
    font-size:24px;
    color: #1f1f1f;
    line-height:30px;
	}
.contct-txt2{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt3{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt4{
	float: left;
    width: 100%;
	margin-top:10px;
	}
.contct-txt4 a{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	border-right:1px solid #ccc;
	}
.contct-txt4 a:first-child{ padding-left:0;}
.contct-txt4 a:last-child{ border:none;}
.contct-txt4 a img{
	display:inline-block;
	vertical-align:middle;
	}
.cntct-rgt{
	    float: right;
    width: 50%;
    text-align: center;
    background: #f6f6f6;
    padding-top: 0;
	}
.cntct-rgt img{
	  max-width: 500px;
	}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thank-icon {
    display: block;
    margin: 0 auto 10px;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

a.btn{margin-top:50px;}

.bnr-left{width:55%;}
.bnr-hdg{ font-size: 42px; line-height: 54px;}
ul.bnr-list1 li{width:29%; font-size: 18px; line-height:20px; padding: 6px 10px 8px 31px;}
ul.bnr-list1 li:nth-child(2){width:38%;}

.top-strip-bx{margin:0 22px;}

.s1-col-top p{font-size:28px;}
.s1-rgt{width: 45%;}
.commn-hdg{font-size: 36px; line-height: 42px;}
.commn-para{font-size: 17px; line-height: 26px;}
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;}

.sec-3 {}
.s3-content { width: 42%; padding: 50px 0px 60px;}
.s3-img{width:470px;}
.s3-left{ }
ul.s3-list li{}
.s4-content {
    width: 52%;}
.s4-img {
    top: 46px;
    max-width: 448px;
}
}

@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: #000;
	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:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.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: 90px 0;  background-position: 43% top;}

.bnr-left{ width: 74%;}
.bnr-hdg{ font-size: 44px; line-height: 53px;}
ul.bnr-list1{padding-bottom:25px;}
a.btn{padding:15px 0 20px; margin-top:35px;}

.top-strip{}
.top-strip-bx{width:18%; margin:0 5px;}

.sec-1{padding:35px 0; height: auto;}
.s1-img{ position:static; display:block; margin:0 auto; display:none;}
.s1-rgt{     width: 100%;
    text-align: center;;}

.commn-hdg{font-size:35px; line-height:40px;}
.commn-para{margin-top:10px;}
.sec-3 .commn-para{ width:100%;}

.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:35px 0;}
.s2-img{width:325px; margin-top:40px;}
.s2-rgt{width:55%;}
ul.s2-list li{padding-left:50px; margin-top:25px;}
.s2-list-txt1{font-size:26px; line-height:29px;}

.sec-3{padding:35px 0;     height: auto;}
.s3-cntnt{margin-top:30px;}
.s3-img{width:550px; margin-top:0px;}
.s3-left{    width: 100%;}

.s3-list-txt1{    font-size: 20px;
    line-height: 32px;}
.s3-list-txt2{font-size:18px; line-height:25px; margin-top:10px;}
ul.s3-list li{ }
.s3-icn {
    left: 25%;}
.sec-4{    height: auto;
    background-position: 68% top;
}
.s4-content{margin-top: 35px;
    float: left;
    width: 100%;
	text-align:center;}

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:35px; line-height:45px;}
.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:35px 0;}
.s6-bx{ width:32%;}
.s6-bx-contnt{ margin-top: 110px; row-gap: 70px;}
.s6-icn{     max-width: 130px;
    top: -51px;}
.s6-bx-txt1{font-size: 16px; line-height: 28px; margin-top: 90px;}
.s6-bx-txt2{    font-size: 16px;
    line-height: 26px;}
.s6-bx-txt3{font-size:30px; line-height:29px; padding:15px 0;}
.s6-bx a.btn {
	max-width: 100%;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}

.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 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.commn-hdg{font-size: 28px; line-height: 38px;}
.commn-para{font-size:16px; line-height:25px;}
a.btn{    font-size: 20px;
    line-height: 18px;
    padding: 18px 0 18px;
    margin-top: 20px;
    width: 100%;
}
.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;}
.jctkr-wrapper ul {
    top: 7px;}
.bnr-sec{padding: 0 0 30px; background: #fff}
.bnr-left{ width:100%; padding:0; text-align:center;}
.mob-bnr{ width: calc(100% + 30px); margin-left: -15px; max-width: unset; margin-bottom:20px;}
.bnr-hdg{ font-size: 32px; line-height: 44px;}
ul.bnr-list1{padding-bottom:20px; margin-top:20px;}
ul.bnr-list1 li{font-size: 15px;line-height: 20px;   padding: 5px;  width: 33%;}
ul.bnr-list1 li:nth-child(2){}
.green-bullet { width: 12px;  position: static;  display: block;   margin-bottom: 4px;}
.bnr-hdg span { font-size: 25px;    line-height: 30px;}
.bnr-para{font-size: 16px; line-height: 26px; margin-top: 15px;}
ul.bnr-list2{margin-top:10px;}
p.bnr-subhdg{font-size: 16px; line-height: 28px;}

.s1-btm{padding-top:0px;}
.s1-img{     max-width: 324px;}
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%;}
.commn-hdg span{ font-size:20px; line-height:34px;}

.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:0px 0 0;}
.s1-rgt{width:100%; text-align:center;}
.mob-s1-img{width: 100%; float: none; display: block; margin: 10px 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 0px 0px;}
ul.s1-col-list li{       width: 33.33%;
    font-size: 14px;
    line-height: 24px;
    padding: 23px 0 17px;
}
.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:25px 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:25px 0;}
.sec-3 .commn-para{width:100%;}
.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:10px;}
ul.s3-list li{    margin-top: 0px; width: 100%; padding: 20px 15px 20px; height: auto; margin-bottom: 0;}
ul.s3-list li:nth-child(2), ul.s3-list li:nth-child(3){ margin-top:0px;} 
.s3-icn{width:50px; position: static; display: block; margin: 0 auto;}
.s3-list-txt1{font-size:20px; line-height:28px;}
.s3-list-txt2{font-size:16px; line-height:25px;margin-top: 5px;}

.sec-4{padding:30px 0;}
.s4-list-txt1 { width: 100%}
.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: 16px;
    line-height: 26px;
    width: 100%;
}
.s4-list-txt1 {font-size: 28px;
    line-height: 38px;}
.sec-4 a.btn{margin-top: 30px;
    width: 55%;
}

.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 .commn-para {
    font-weight: 300;
    width: 100%;}
.s6-bx-contnt{margin-top:20px; row-gap: 0px;}

.s6-bx{width:100%; margin-top:0px;}
.s6-bx-txt1{ font-size:18px; line-height:28px; margin-top: 10px;}
.s6-bx-txt2{ font-size:22px; line-height:28px;}
.s6-bx-txt3{ font-size: 24px; line-height: 25px; padding: 8px 0;}

.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;}

}