@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,400;6..12,700&display=swap');
/*-----------------------
FOR HTML 5 RESET CSS
------------------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2d2d2d;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Averta CY';
	font-weight:400;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

@font-face {
    font-family: 'Averta CY';
    src: url('AvertaCY-Regular.woff2') format('woff2'),
        url('AvertaCY-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('AvertaCY-Bold.woff2') format('woff2'),
        url('AvertaCY-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('AvertaCY-Light.woff2') format('woff2'),
        url('AvertaCY-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('AvertaCY-Semibold.woff2') format('woff2'),
        url('AvertaCY-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('AvertaCY-SemiboldItalic.woff2') format('woff2'),
        url('AvertaCY-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}

.top-bar{
	float:left;
	width:100%;
	padding:15px 0;
}
.top-bar p{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
}
.top-bar p span{
	color:#ffea00;
}
.top-btn{
	width:138px;
	height:38px;
	font-size:18px;
	line-height:38px;
	font-weight:600;
	color:#fff;
	background:#74ba3f;
	border-radius:50px;
	position:absolute;
	right:0;
	top:0px;
}

/*==========Header==============*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float: left;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: relative;
    top: 70px;
    border-bottom: 0px solid #dedfdf;
    background: url(../images/banner-bg.jpg) center top no-repeat;
	z-index: 9;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 12;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	background:#092b58;
	-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);
	}

	
.header-left{
	float:right;
	}
.header-right{
	float:right;
	}
	
ul.mainMenu{
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	position: relative;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ padding-right:0;}
ul.mainMenu li a{
	float: left;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}
ul.mainMenu li a span{ color:#01061a; font-weight:600;}
/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:175px;
    top:24px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	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(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ccc;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

ul.mainMenu li .dropdown-menu {
	position:absolute;
	opacity: 0;
	visibility: hidden;
	display: block;
	padding:0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	background:#fff;
	left:0;
	top:25px;
	width:250px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius:5px;
	overflow:hidden;
	z-index:99;
	}
ul.mainMenu li:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	}
ul.dropdown-menu li{
	width:100%;
	background:none;
	padding:0;
	}
ul.dropdown-menu li a{
	font-size:20px;
	line-height:22px;
	width:100%;
	text-align:left;
	padding:14px 10px;
	text-align:left;
	font-weight:500;
	text-transform:capitalize;
	letter-spacing:0.5px;
	}
ul.dropdown-menu li a:hover{
	background: #1caa5d;
	color:#fff;
	}
.antivirus-pg{
	float:left;
	width:100%;
	overflow:hidden;
	}
/*==========Banner==============*/
.banner{
    float: left;
    width: 100%;
    background: url(../images/banner-bg.jpg)#e9f6fe center top no-repeat;
    height: 696px;
    padding-top: 0px;
	overflow:hidden;
}
.bnr-lft{
    float: left;
    width: 54%;
    text-align: left;
    position: relative;
    margin-top: 25px;
}
.logo{
	float: left;
	max-width: 230px;
}
.bnr-txt1{
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	color: #e9f6fe;
	float: left;
	width: 100%;
	text-transform: capitalize;
}
.bnr-txt2{
	    font-size: 54px;
    line-height: 62px;
    color: #ffffff;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 10px 0 0;
    text-transform: capitalize;
}
.bnr-txt3{
	font-size: 18px;
	line-height: 28px;
	color: #020b0d;
	font-weight: 400;
	float: left;
	width: 100%;
	margin: 47px 0 0;
	text-transform: none;
	border-bottom: 1px solid #bae5ff;
	padding-bottom: 20px;
}
.product-list {
    margin: 12px 0 5px;
	float: left;
    width: 100%;
}
.product-list li {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	background: url(../images/tike-image.png) no-repeat left 8px;
	padding-left: 20px;
	margin-top: 7px;
	color: #252525;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.comn-btn{
	display:inline-block;
}
.comn-btn p{
	font-size:20px;
	line-height:26px;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.comn-btn p span{
	color:#53b826;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.comn-btn a, .prd-shop-btn, .prc-checkt{
	    width: 300px;
    height: 50px;
    background: #4CAF50;
    border-radius: 0px;
    font-size: 20px;
    line-height: 52px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 0 #000;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}
.btn-arw{ margin:0 0 0 15px;}
.add-to-cart-sing{ margin-top:0px !important;}
.bnr-prod{
	position: absolute;
	right: -30px;
	top: 215px;
	max-width: 419px;
}
.bnr-prdt{
	position: absolute;
	top: 433px;
	right: 40%;
	z-index: 1;
	}
.bnr-lp{
	position: absolute;
    top: 230px;
    right: -8%;
	}
/*==========Bnr-Btm-Strip==============*/
.bnr-btm-strip {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.bnr-btm-strip-inr{
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
	}
.bnr-btm-strip-inr .comn-hdg p {}
ul.bnr-list{
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    margin-top: 40px;
}
ul.bnr-list li{
	float: left;
	width: 24%;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 20px 0px;
	margin-right: 0px;
	color: #000;
	text-align: center;
	font-weight: 400;
	position: relative;
	box-shadow: 0px 0px 0px #bbb;
	border-radius: 0;
}
ul.bnr-list li span{
	display: block;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #0c2452;
	}
ul.bnr-list li img{
	display: block;
    margin: 0px auto 15px;
}
ul.bnr-list li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background: #cbd1d5;
    right: -9px;
    top: 100px;
    bottom: 0;
}
ul.bnr-list li:last-child:after{ display:none;}
ul.bnr-list li:last-child{border-right:none; margin-right:0;}

/*==========Strip==============*/
.strip{
	float:left;
	width:100%;
	padding:30px 0;
	background:#111227;
	border-bottom:1px solid #e1e1e1;
}
.strip-hdg{
	    color: #043c7b;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.strip-hdg span{
	background: #fff;
    display: inline-block;
    z-index: 9;
    position: relative;
    padding: 0 10px;
	}
.strip-hdg:before{
	    content: '';
    position: absolute;
    top: 15px;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #d2d2d2;
	}
ul.strip-list{
    float: left;
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    margin-bottom: 0px;
}
ul.strip-list li{
	width:32%;
	float:left;
	padding:0 30px;
	position:relative;
	text-align:center;
}
ul.strip-list li img{
	display:block;
	margin:0 auto 10px;
}
ul.strip-list li .stp-lst-txt1{
    font-size: 22px;
    line-height: 28px;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
}
ul.strip-list li .stp-lst-txt2{
	font-size: 18px;
    line-height: 26px;
    float: left;
    width: 100%;
	color:#fff;
    font-weight: 400;
}
ul.strip-list li:after{
    content: '';
    width: 1px;
    height: 70px;
    background: #fff;
    position: absolute;
    right: -14px;
    top: 50px;
}
ul.strip-list li:last-child:after{ background:none;}
/*==========SEC2==============*/
.sec2{
	float:left;
	width:100%;
	padding:90px 0;
}
.comn-hdg{
	float:left;
	width:100%;
}
.comn-hdg p{
	font-size: 40px;
	line-height: 48px;
	color: #0c2452;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.comn-hdg p span{ color:#00a8f2; font-size:30px; line-height:38px; padding-bottom:0px; display: block; font-weight:400;}
.comn-hdg img{
	margin-bottom:15px;
	max-width:100%;
}
.sec2-lft{
	float:left;
	width:62%;
	text-align:left;
	position:relative;
}
.comn-txt, .comn-txt2{
	font-size: 18px;
	line-height: 28px;
	color: #000;
	display: inline-block;
	max-width: 90%;
	margin-top: 16px;
	font-weight: 400;
}

ul.sec2-list{
	float:left;
	width:100%;
	margin:0 0 40px;
}
ul.sec2-list li{
	color:#043c7b;
	font-size:22px;
	line-height:26px;
	
	background:url(../images/s2-chk.png) left top no-repeat;
	padding-left:30px;
	margin:10px 0;
	text-align:left;
}
.s2-prd{
	position: absolute;
	right: 0;
	top: 10px;
}
.s2-badg{
	width: 145px;
    height: 145px;
    background: #fff;
    border: 1px solid #19abe6;
    border-radius: 50%;
    float: right;
    padding: 5px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 350px;
    z-index: 9;
}
.s2-badg-inr{
	width:100%;
	height:100%;
	background:#19abe6;
	float:left;
	border-radius:50%;
	color:#fff;
	padding-top:30px;
}
.s2-badg-inr h3{
	font-size:22px;
	line-height:26px;
	text-transform:uppercase;
	
	font-weight:bold;
}
.s2-badg-inr p{
	font-size:16px;
	line-height:20px;
	
}
.s2-badg-inr h2{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
}
/*==========PROD-SEC ==============*/
.prod-sec {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #e9f6fe;
}
.shop-sec1 {
	padding:50px 0;
	}
.prdt-sec-inr{
	display: inline-block;
    width: 100%;
    text-align: center;
    border: 2px solid #fff;
    padding: 45px 50px 55px;
    border-radius: 10px 10px;
	}
.prdt-sec-inr .comn-hdg{ margin-top:-72px;}
.prdt-sec-inr .comn-hdg p{ background:#e9f6fe; width:auto; float:none; display:inline-block; padding: 0 20px;}
.prdt-sec-inr .comn-txt{ width: 86%;}
.sec5-prdts{
    float: left;
    width: 100%;
    margin-top: 10px;
	}
.sec5-prdts-lft{
	float:left;
	width:573px;
	}
.sec5-prdts-rit{
	float:right;
	width:100%;
	}
ul.prod-list{
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 10px;
	}
ul.prod-list li{
    float: left;
    width: 32%;
    margin: 0px 0% 0;
    text-align: center;
    padding: 20px 0px 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #ebebeb;
	}
ul.prod-list li:nth-child(3), ul.prod-list li:nth-child(6), ul.prod-list li:nth-child(9), ul.prod-list li:nth-child(12){ border:none;}
.prdt-contnt{
	display: inline-block;
    width: 100%;
    padding: 0px 0px 0px;
    border-radius: 0;
	}
.sec5-prdts-lft ul.prod-list li{
	width:100%;
	background: url(../images/prdt-li-bg.png) center top no-repeat;
    height: 695px;
	padding: 0px 0px 0px;    
	overflow: hidden;
	}
.sec5-prdts-lft ul.prod-list li .lft-bx{
    float: left;
    text-align: left;
    padding: 470px 40px 0px;
	}
.sec5-prdts-lft ul.prod-list li .prd-txt2{
	font-size:24px;
	line-height:30px;}
.sec5-prdts-lft ul.prod-list li .prd-txt3 {
    font-size: 28px;
    line-height: 32px;}
.sec5-prdts-lft ul.prod-list li .cbd-prod{
	max-width: 100%;
    position: absolute;
    top: 395px;
    right: 0;
    width: 370px;
    margin: 0 0;
	}
.sec5-prdts-rit ul.prod-list li{
    width: 32%;
    text-align: center;
    padding: 20px 20px 20px 20px;
    background: #fff;
	border-radius:10px 10px;
	}
.sec5-prdts-rit ul.prod-list li .prd-txt2{ font-size: 20px; line-height: 28px; min-height: 56px; font-weight: 400;}
.sec5-prdts-rit ul.prod-list li .prd-txt3{ font-size: 24px; line-height: 28px; margin-top: 8px;}
.rit-bx{ position:relative;}
.prd-txt1{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    font-weight: 400;
	}
.prd-txt2{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
    min-height: 32px;
	}
.shop-sec1  .cbd-prod{
	display:block;
	margin:0 auto 10px;
	position: static; width: 200px;
	}
.cbd-prod{
	max-width: 100%;
    display: block;
    margin: 0 auto 15px;
	}
.sec5-prdts-rit ul.prod-list li .cbd-prod{ max-width: 100%; display: block; margin: 0 auto 10px;}
.new-txt {
    position: absolute;
    width: auto;
    background: #00a8f2;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
	border:1px solid #8cd7f9;
	text-transform:uppercase;
    padding: 1px 5px;
    top: 5px;
    left: 5px;
}
.star{
	display:none;
	margin:0 auto;
	}
.prd-txt3{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #00a8f2;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 5px;
	}
a.prd-shop-btn{
    width: 206px;
    margin-top: 14px;
    max-width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-shadow: none;
    border-radius: 0px;
    background: #4CAF50;
}
/*==========SEC3==============*/
.sec3{
	float:left;
	width:100%;
	background:#f2f7fa;
	padding:80px 0;
}
ul.sec3-list{
	float:left;
	width:100%;
	margin:30px 0;
}
ul.sec3-list li{
	    float: left;
    width: 33.3%;
    font-size: 17px;
    line-height: 27px;
    padding: 0 10px;
    position: relative;
    font-weight: 400;
}
ul.sec3-list li:after{
	content:'';
	background:url(../images/s3-sepr.png) center top no-repeat;
	position:absolute;
	right: -60px;
    top: 20px;
	width:126px;
	height:27px;
}
ul.sec3-list li:last-child:after{display:none;}
.s3-stp{
	margin:0 auto 10px;
	display:block;
}
.step{
	margin: 0 auto 10px;
	display: block;
	max-width: 80px;
}
ul.sec3-list li .s3-lst-hdg{
	color:#043c7b;
	font-size:26px;
	line-height:30px;

	font-weight:400;
	float:left;
	width:100%;
	margin-bottom:15px;
}
ul.sec3-list li .s3-lst-txt{
	padding:0 10px;
}
.s3-bx-txt{
	font-size:26px;
	line-height:30px;
	color:#1f99d3;
	background:#fff;
	border:1px solid #e3eaee;
	padding:15px 50px;
	display:inline-block;
	border-radius:50px;
	margin:15px 0;
}
.s3-txt{
	font-size:24px;
	line-height:28px;
	
	margin-bottom:35px;
}
/*==========SEC4==============*/
.sec4{
	float:left;
	width:100%;
	padding:0px 0px 60px 0;
	background: url(../images/sec4-bg.jpg) center top no-repeat;
    height: 693px;
}
.sec4-lft{
    float: right;
    width: 54%;
    text-align: left;
    margin-top: 100px;
}
.sec4-rit{
	position:relative;
}
.cmmn-hdg2{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#d7263d;
	font-weight:400;
	margin-bottom:10px;
	}
.sec4-lft .comn-txt{ max-width:100%;}
.s4-prd{
	position: absolute;
	max-width: 100%;
	width: 555px;
	top: 56px;
	left: -60px;
}
.s4-prod-antiv{
    position: absolute;
    left: 43%;
    top: -10px;
	z-index:1;
	}
.sec4-box{
	float:left;
	width:100%;
	margin:50px 0 15px;
}
.sec4-box-inr{
	float:left;
	width:33.3%;
	position:relative;
	text-align:left;
	padding-left:95px;
}
.sec4-box-inr p{
	font-size:24px;
	line-height:28px;
	color:#043c7b;
	margin-bottom:5px;
}
.s4-lst-img{
	position:absolute;
	left:0;
	top:0;
}
ul.s4-list{
	float:left;
	width:100%;
	margin-top:40px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
ul.s4-list li{
	float: left;
	width: 48%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
	padding: 0px 0px 0px 50px;
	position: relative;
}
ul.s4-list li img{
	position: absolute;
	top: 5px;
	left: 0px;
	max-width: 40px;
	}
ul.s4-list li span{
    display: block;
    font-weight: 700;
	color:#0c2452;
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 5px;
    padding-left: 0px;
    text-transform: capitalize;
	}
/*ul.s4-list li:before{
	content:'';
	height:6px;
	width:6px;
	position:absolute;
	left:0;
	top:10px;
	background:#1f99d3;
	border-radius:50%;
}*/
/*==========SEC5==============*/
.sec5{
	float:left;
	width:100%;
	padding:50px 0;
	/*background: url(../images/sec5-bg.jpg) center top no-repeat;
    height: 740px;*/
	background:#e9f6fe;
}
.sec5-inr{
	width: 70%;
    text-align: left;
    float: left;
    margin-top: 60px;
	}
.sec5-inr .comn-txt{ width:85%;}
.s5-model{
	position:absolute;
	right:0;
	top:40px;
	}
.s5-sub-hdg{
	float:left;
	width:100%;
	margin-bottom:10px;
	font-weight:400;
	text-transform:uppercase;
	font-size:18px;
	line-height:28px;
	color:#010101;
	letter-spacing:1.5px;
	}
.s5-img{max-width:100%; padding:0 10px;}
ul.sec5-list{
	float:left;
	width:100%;
	margin:32px 0 0px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
	position:relative;
}
ul.sec5-list li{
	width:32%;
	float:left;
	font-size:20px;
	line-height:26px;
	background: url(../images/s5-li-img1.png) center top no-repeat;
    height: 288px;
	margin-right:0;
	padding:0 5px;
	text-align:center;
}
ul.sec5-list li:nth-child(2){ background: url(../images/s5-li-img2.png) center top no-repeat; }
ul.sec5-list li:last-child{background: url(../images/s5-li-img3.png) center top no-repeat;}
ul.sec5-list li img{
	display:block;
	margin:0 auto;
}
ul.sec5-list li p{
	font-size:20px;
	line-height:24px;
	display: inline-block;
	width:100%;
	font-weight:700;
	margin:212px 0 0px;
	padding:15px 5px;
	letter-spacing:0.5px;
	background:rgba(12, 31, 69, 0.8);
	color:#fff;
}


.sec7{
	float:left;
	width:100%;
	padding:50px 0;
}
.faq-container2{
	float: left;
    width: 100%;
	padding:0 150px;
    text-align: left;
    margin-top: 40px;
	}
.up-slide-down2{
	float:left;
	width:100%;
	}
.accordion2{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-arrow.png)#fff no-repeat 98% center;
    padding: 20px 20px 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #141414;
    font-weight: 600;
	border-top:1px solid #d3d3d3;
	letter-spacing:0.5px;
    cursor: pointer;
	}	
.accordion-heading2.active{
    background: url(../images/open-arrow.png)#fff no-repeat 98% center;
	}
.accordion-content2{
    float: left;
    width: 100%;
    padding: 10px 10px 24px 0;
	}
.accordion-content2 p{
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	float: left;
	width: 100%;
	}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	    float: left;
    width: 100%;
    text-align: center;
    border: 4px solid #f7f8ff;
	}
.footerBox1{
	    float: left;
    width: 100%;
    background: #ffffff;
    padding: 10px 0 0;
	}		
.ftrBox1{
	    float: left;
    width: 100%;
    text-align: center;
    padding-right: 0px;
	}
.ftr-logo{
	    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
	}	
.ftrbx1-t1{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #878787;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 15px;
	}
.ftrBox2{
	float:left;
	text-align:center;	
	width:100%;
	}
.ftrbx2-hd{
	float:left;
	width:100%;
	font-size:24px;
	color:#323232;
	letter-spacing:0.5px;
	font-weight:500;
	}
ul.frt-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.frt-list li{
	 float: left;
    width: 50%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 8px;
	position:relative;
	padding-left:15px;
	}
ul.frt-list li:before{
	position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background: #840f3c;
	}
ul.frt-list li a{ color:#787878;}
.cont-t1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:400;
	margin-top:18px;	
	}
.cont-t1 a{ color:#787878;}	
.ftrBox3{ width:100%;}
ul.ftr-nav{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	}
ul.ftr-nav li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:8px;
	}
ul.ftr-nav li:first-child{ padding-left:0;}		
ul.ftr-nav li a{color:#787878;}
ul.ftr-nav li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;	
	}							
.footerBox2{
	float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    font-size: 17px;
    color: #5e5e5e;
    letter-spacing: 0.5px;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
	}
.ftr-cpyrght{float: left;}		
.ftr-link{float:right;}	
.ftr-link a{ color:#5e5e5e; padding:0 5px;}	
