@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/
.banner-hm {
    float: left;
    width: 100%;
    background:url(../images/banner.jpg) center top no-repeat;
	height: 636px;
	text-align:center;
	overflow: hidden;
    }
.bnrhm-lft{
	    width: 63%;
    float: left;
    text-align: left;
    padding: 107px 70px;
    background: linear-gradient(90deg, #0b1354, transparent);
   }
/* ***************************************  */
.bnr_mid_sec{
	float: left;
    width: 100%;
    position: relative;
    text-align: center;
	}
.bnr-prod{
	position: absolute;
    top: 428px;
    z-index: 99;
    right: 52%;
	}	
.bnr_mid_sec-inr{
	float: right;
    width: 53%;
    text-align: left;
    padding: 0px 0px 36px;
	}
.bnr_mid_sec-inr .hdng1 { }	
.bnr-mid-sec-img{
	position: absolute;
    top: 0;
    left: 0px;
	}
.bnr-mid-sec-img2{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:16px;
	}	
.bnr-mid-img{
	position: absolute;
    right: 0;
    top: 38px;
	}	
.bnr_test_kit{
	position: absolute;
    top: 412px;
    left: 167px;
    z-index: 1;
	}
.p1-bnrhm {
	width: 100%;
    float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0px 0 15px;
    text-transform: uppercase;
}
.shape_hdg{ margin: 0px 0px 4px 15px; display: inline-block;}
.p2-bnrhm {
	width: 100%;
    float: left;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Figtree", sans-serif;
}
.p2-bnrhm span{      
	color: #878787;
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.p3-bnrhm {
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0;
}
.bnr-btm{
	float:left;
	width:100%;
	margin-top:40px;
	}
.bnr-img{
	float:left;
	margin:0 0 0 0;
	max-width:100%;
	border-radius:12px;
	}
	
/* ***************************************  */
.bnr_mid_sec2{
	float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 60px 0px;
	}
ul.list-bnrhm {
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
ul.list-bnrhm li {
	float: left;
    width: 28%;
    position: relative;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 12px 20px 40px;
    color: #fff;
    background: rgb(21, 74, 149);
    background: linear-gradient(90deg, rgba(21, 74, 149, 1) 44%, rgba(57, 122, 210, 1) 80%);
}

.bnr-li-icn1{
	    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
	}
ul.list-bnrhm li span {
	display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-family: "Figtree", sans-serif;
}
.comn-button {
	display: inline-block;
    vertical-align: top;
    width: 200px;
    height:48px;
    text-align: center;
    background: #00aec2;
    font-size: 18px;
    line-height:48px;
    color: #fff;
    font-weight: 700;
    border-radius:0px;
    text-transform: uppercase;
    margin-top: 25px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    letter-spacing: 0.5px;
    font-family: inherit;
    border: none;
    }
.comn-button img{
	display:none;
	}
.comn-button:hover{

}
/*-----------------------
CSS FOR strip1-hm
-------------------------*/
.strip1-hm {
    width: 100%;
    float: left;
    background: #f8f8f8;
	padding:40px 0;
	text-align:center;
	border-top: 1px solid #e9e9e9;
}

ul.strip1-lst{
	float: left;
    width: 100%;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 20px;
}
ul.strip1-lst li {
    float: left;
    width: 24%;
    position: relative;
    text-align: center;
    padding: 0px 0px 0px 0px;
    color: #4d4d4d;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    
}
ul.strip1-lst li span{
	display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
    color: #393939;
    text-transform: capitalize;
	}
ul.strip1-lst li img{
	display:block;
	margin:0 auto 10px;
	}
/*-----------------------
CSS FOR strip1-hm
-------------------------*/
.strip {
    width: 100%;
    float: left;
    background:#fff;
	padding:60px 0;
	text-align:center;
   }
ul.strip-list2{
	float: left;
    width:100%;
    margin-top:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
ul.strip-list2 li {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    padding: 0 0px 0 0;
    color: #454545;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	border-right:1px solid #e9e9e9;
}
ul.strip-list2 li:last-child{ border:none;}
ul.strip-list2 li img{ display: block; margin:0 auto 5px;}
ul.strip-list2 li span {
	display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
	color:#000;
    padding-bottom:0px;
    text-transform: capitalize;
    }
/*-----------------------
CSS FOR section1
-------------------------*/
.section1-hm {
    width: 100%;
    float: left;
    padding: 60px 0 60px;
    background: #fff;
    text-align: center;
}
.hdng1{
	font-size: 40px;
    line-height: 50px;
    color: #030303;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    font-family: "Figtree", sans-serif;
	}
.hdng1 span{
	display: block;
    color: #00aec0;
    font-size: 30px;
    line-height: 36px;
}

.p1-sec1hm, .p1-sec2hm, .p1-sec3hm, .p1-sec4hm, .p1-sec3am, .p1-sec5am, .p1-sec6am, .p1-sec1nsprt, .p1-sec2nsprt, .p1-sec3nsprt, p1-sec1osp, .p1-sec1pg, .p1-sec2pg{ width:100%; float:left;}
.hdng2{
    font-size: 71px;
    line-height: 71px;
    color: #dee2eb;
    margin: 0 0 0;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-weight: 800;
    opacity: 0.5;
}
.p2-sec1hm, .p2-sec2hm, .p2-sec3hm, .p2-sec4hm, .p2-sec3am, .p2-sec5am, .p2-sec6am, .p2-sec1nsprt, .p2-sec2nsprt, .p2-sec3nsprt, p2-sec1osp, .p2-sec1pg, .p2-sec2pg{ width:100%; float:left;}
.brdr-hdng{ display:table; margin:0 auto;}
.p3-sec1hm, .p3-sec3am, .p3-sec5am, .p3-sec1nsprt, .p3-sec2nsprt{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #030303;
    margin: 20px 0 0;
}
.pdng{ padding:0 110px;}
.s2-prd{
	float:left;
	max-width:100%;
	margin:30px 0 0 0;
	border-radius:12px;
	}
.s2-mdl-box {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 22px;
}
.s2-prodBx-col{
    float: left;
    width: 32%;
    margin: 0px 0px;
    text-align: center;
    position: relative;
    padding: 15px 15px 20px;
    border: 1px solid #c2c2c2;
}
.s2-prodBx-col:hover {}
.s2-prodBx-col .comn-button{  
	width: 100%;
    max-width: 200px;
}
.s2-prodBx-col:hover .comn-button{}
.s2-prodBx-col-imgbx{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    padding: 0 30px;
	}

.s2-prod{
	display: block;
    margin: 0 auto 0px;
    max-width: 230px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.prd-seal{
	position:absolute;
	right:25px;
	top:20px;
	font-size:16px;
	line-height:50px;
	color:#fff;
	height:50px;
	width:50px;
	background:#434868;
	text-align:center;
	border-radius:50%;
	font-style:italic;
	}
.prc-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 5px 0px 0px;
}
.s2-prd-name{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #030301;
    font-weight: 700;
    min-height: 60px;
    text-transform: capitalize;
    font-family: "Figtree", sans-serif;

	}
.s2-prodBx-col:hover .s2-prd-name{}	
.s2-prd-rvw{
	float:left;
	width:100%;
	font-size:13px;
	line-height:20px;
	color:#606060;
	margin-top:10px;
	}
.s2-prd-rvw img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
.s2-prd-prc{
    float: left;
    width: 100%;
	margin-top:5px;
    font-size: 22px;
    line-height: 30px;
    color: #030301;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Figtree", sans-serif;
	}
.s2-prodBx-col:hover .s2-prd-prc{}	
	
.sec1hm-in{ width:100%; float:left; margin: 50px 0 0;}
.sec1hm-in1{ width:31.66%; float:left; margin:0 1.25%;}
.sec1hm-in1:first-child{margin-left:0;}
.sec1hm-in1:last-child{margin-right:0;}
.img-sec1hm{display: table; margin: 0 auto; max-width: 90px;}
.p4-sec1hm {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 30px;
	color: #281b1e;
	margin: 20px 0 0;
	padding: 0 10px;
}
.p4-sec1hm span{ color:#281b1e; display:block;}
.p5-sec1hm{
	width:100%;
	float:left;
	font-size:18px;
	line-height:30px;
	color:#525252;
	padding: 0 25px;
	}
.sec1-hm-lft{
    display: inline-block;
    width: 100%;
    text-align: center;
	}
.sub-hdg{
	float:left;
	width:100%;
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	color:#0b2545;
	letter-spacing:0.5px;
	margin-bottom:15px;
	}
.s1-lape{
    position: absolute;
    top: -90px;
    right: -20px;
	max-width: 560px;
}
.sec1-hm-lft2{
	float:left;
	width:50%;
	text-align: center;
	margin-top:45px;
	}
.s1-model{
	display: inline-block;
    margin: 32px 0 0px;
    max-width: 100%;
    border-radius: 25px;
}
.sec1-hm-lft2 .hdng1{}

/*-----------------------
CSS FOR section parallax
-------------------------*/


/*-----------------------
CSS FOR section3
-------------------------*/
.section3-hm {
   width: 100%;
    float: left;
    padding: 0px 0 0px;
    text-align: center;
    overflow: hidden;
    background: #fff;
}
.sec3hm-in{
	float: left;
    width:54%;
    text-align: left;
	}
.sec3hm-in-rgt{
	display: inline-block;
    width: 82%;
    text-align: center;
    padding: 0px 0px;
    position: relative;
	margin-top:10px;
	}
.sec3hm-in-rgt:before{
	position: absolute;
    content: "";
    background: #f2f2f2;
    border-radius: 20px 20px;
    width: 100%;
    height: 240px;
    bottom: -100px;
    left: 0;
    right: 0;
	}
.s3-prod{
	position: absolute;
    right: -10px;
    top: 0;
    max-width: 540px;
	}	
.s3-img{
	position: absolute;
    right: -8%;
	display: none;
    top: 0;
	}
.sec3_txt{    margin: 0 0 0;}	
.s3-txt1{
	    display: inline-block;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #01091c;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: capitalize;
	}		
.s3-txt2{
	position: absolute;
    left: 3%;
    top: 63px;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
	}		
.s3-mid{
	position:relative;
	margin:50px 0  0 0;}
.s3-li-img1, .s3-li-img2{
	float:left;
	margin:0 0 0 0;
	max-width:100%;
	border-radius:12px;
	}	
.s3-li-img2{ float:right;}
.s3-prds{
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	}
ul.s3-list{
	float: left;
    width: 100%;
    margin: 30px 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
	}
ul.s3-list li{
	float:left;
	width:100%;
	padding:0 0 0 24px;
	font-size:18px;
	line-height:28px;
	color:#000;
	text-align:left;
	position:relative;
	}
ul.s3-list li span{
	display: block;
	font-size:20px;
	line-height:28px;
	color:#05274d;
	font-weight:bold;}	
ul.s3-list li h3{
	content:"";
	position:absolute;
	left:0;
	top:9px;
	width:11px;
	height:11px;
	background:#02a402;
	border-radius:50px;
	}	

ul.s3-list2{
	float: left;
    width: 100%;
    margin: 26px 0 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
    position: relative;
    z-index: 2;
	}
ul.s3-list2 li{
	    float: left;
    width: 32.5%;
    text-align: center;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #040404;
}
ul.s3-list2 li span{
	margin-bottom: 4px;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    color: #040404;
    font-weight: 700;
}
ul.s3-list2 li img{
    display: inline-block;
    margin: 0 0 2px;
	}
ul.s3-list2 li:nth-child(2){ }	
ul.s3-list2 li:nth-child(2) span{  }				
/*-----------------------
CSS FOR section selas-home
-------------------------*/

/*-----------------------
CSS FOR section4
-------------------------*/
.section2-hm{
	float: left;
    width: 100%;
    padding: 50px 0px;
    background-image: linear-gradient(180deg, #ffffff 85% 85%, #ffffff 85% 85%);
    position: relative;
	height: auto;
	}
.s2-hm-inr{
	width: 100%;
    float: left;
	margin: 0px 0 0;
    position: relative;
	text-align:center;
}
ul.s2-hm-list{
	float: left;
    width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
	}
ul.s2-hm-list li {
	float: left;
    width: 32%;
    position: relative;
    color: #353535;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 0px 15px;
}
ul.s2-hm-list li span{
	display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #0e003c;
    padding-bottom: 5px;
    text-transform: capitalize;
	}
ul.s2-hm-list li img{
	display:block;
	margin:0 auto 15px;
	}
/*-----------------------
CSS FOR STRIP-HM
-------------------------*/
.strip-hm{
	float: left;
    width: 100%;
    padding: 50px 0 50px;
    position: relative;
	overflow: hidden;
	}	
.strp-inr{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 350px;
    text-align: left;
    padding: 30px 60px 0 490px;
    position: relative;
    background: #eaf2f8;
	overflow: hidden;
}
.strp-inr .hdng1{ position:relative; z-index:1;}
.strp-inr .p3-sec1hm{position:relative; z-index:1;}
.strp-inr-lft{
	width:100%;
    float: left;
	z-index:1;
	}
.strp-inr-rit{
	width: 25%;
    float: right;
    text-align: left;
	}
.strp-inr-rit .p3-sec1hm{ color:#fff; }
.strip-img{
	position: absolute;
    left: 0;
    top: 0;
	}		
.strp-inr-btm-bx {
	float: left;
    width: 100%;
    margin-top: 120px;
    background: #f2f2f2;
    border-radius: 10px 10px;
    padding: 20px 20px;
    position: relative;
}
ul.strp-lst{
	float: right;
    width: 65%;
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}
ul.strp-lst li {
	    float: left;
    width: 24%;
    position: relative;
    color: #353535;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
ul.strp-lst li span{
	display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #0e003c;
    padding-bottom: 0;
    text-transform: capitalize;
	}
.strip-pics{
	display:block;
	margin:0 auto 10px;
	}
.strp-li-img{
	position:absolute;
	left:10px;
	top:10px;
	}
.strp-li-icon{
	position: absolute;
    top: 69px;
    left: 152px;
	}	
.strip-text-kit{
	position: absolute;
    top: -115px;
    left: 4%;
	max-width: 370px;
	}
/*========================*/
/*-----------------------
CSS FOR SECTION1-AM
-------------------------*/
/*-----------------------
CSS FOR SECTION2-AM
-------------------------*/
.section2-am {
    float: left;
    width: 100%;
    padding: 130px 0 144px;
	background:#fff url(../images/bg-sec2am.jpg) no-repeat center 163px;
}
.sec2in-am{ width:670px; float:right;}
.p3-sec2am{ padding:0 35px 0 0;}
/*-----------------------
CSS FOR SECTION3-AM
-------------------------*/

/*-----------------------
CSS FOR SECTION4-AM
-------------------------*/

/*-----------------------
CSS FOR SECTION5-AM
-------------------------*/
.section5-am {
    width: 100%;
    float: left;
    padding: 93px 0 82px;
    background: #fff url(../images/bg-sec4.jpg) no-repeat 56% bottom;
    background-size: 1660px;
}
.sec5am-in {
    width: 100%;
    float: left;
    margin: 54px 0 0;
}
.sec5am-in1 {
    width: 33.33%;
    float: left;
	padding:0 16px;
	background:url(../images/brdr-points-sec5am.png) no-repeat center right;
}
.sec5am-in1:last-child { background:none;}
.ic-sec5am{ display:table; margin:0 auto;}
.p4-sec5am {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #281b1e;
    text-transform: uppercase;
    margin: 13px 0 18px;
}
.p5-sec5am{
	width:100%;
	float:left;
	font-size: 18px;
	line-height: 26px;
	color:#281b1e;
	letter-spacing:0.5px;
	
	}
.dwnldbtn1-sec5am { display: inline-block; margin: 12px auto 0;}
.sec5am-points{ width:628px; float:right; margin:45px 35px 0 0;}
.sec5am-points-in, .sec2pg-points-in {
    width: 100%;
	height:182px;
    float: left;
    position: relative;
    padding: 40px 10px 10px 90px;
	margin:28px 0 0;
	border-radius:3px;
    box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.2);
	background:#fff;
}
.h1-sec5am{height:260px;}
.bullet-sec5am, .bullet-sec2pg { position: absolute; left: 37px; top: 33px;}
.p6-sec5am, .p6-sec2pg {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 22px;
    color: #050505;
    text-transform: uppercase;
    margin: 0 0 12px;
    text-align: left;
}
.p7-sec5am, .p7-sec2pg{
	width: 100%;
    float: left;
    font-size: 20px;
    line-height: 38px;
    color: #585858;
	text-align:left;
    
	}
.p7-sec5am span, .p7-sec2pg span{ color:#51af05;}
.btn-ptc-am{ float:left; margin:30px 0 0;}
/*-----------------------
CSS FOR SECTION6-AM
-------------------------*/
.section6-am {
    width: 100%;
    float: left;
    padding: 93px 0 82px;
    background: #fff;
	border-bottom: 1px solid #ccc;
}
.p1-sec6am, .p1-sealshm{ margin:0 0 42px;}
.sec6am-in { width: 100%; float: left; margin: 61px 0 0;}
.sec6am-in1 {
    width: 31.66%;
	height:580px;
    float: left;
    margin: 0 1.25%;
	border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 49px 10px 25px;
    background: #fafafa url(../images/shp2-sec2hm.jpg) no-repeat left top;
}
.sec6am-in1:first-child { margin-left: 0;}
.sec6am-in1:last-child { margin-right: 0;}
.prodbox-sec6am {
    width: 100%;
	height: 222px;
    float: none;
    margin: 12px auto 0;
    display: inline-block;
    position: relative;
}
.prod-sec6am { margin: 0 auto; display: table; }
.w1-prodsec6am{width: 160px;}
.w2-prodsec6am{width: 117px;}
.buybtn1-sec6am { display: inline-block; margin: 10px auto 9px;}
.dwnldbtn1-sec6am { display: table; margin: 0 auto;}
.sec6am-in .p3-sec6am{ letter-spacing:-0.5px;}
.ffitas-sec6am { position: absolute; left: 20px; top: 65px;}
.p4-sec6am {
    width: 100%;
    float: left;
    color: #717171;
    font-size: 18px;
    line-height: 26px;
    
    margin: -9px 0 0;
    letter-spacing: -0.1px;
}
.p4-sec6am span { display: block;}
.p4-sec6am span a { color: #f62c44;}

/********************************************************************************************/
/*-----------------------
CSS FOR BANNER-NSPRT
-------------------------*/
.banner-nsprt {
    float: left;
    width: 100%;
    background: url(../images/bg-bnrsprt.jpg) no-repeat center top;
    padding: 41px 0 33px;
    height: 620px;
}
.p1-bnrnsprt{ text-transform:uppercase;}
.p2-bnrnsprt{margin: 17px 0 4px;}
.p3-bnrnsprt {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin: 17px 0 9px;
    color: #ef0037;
    
}
.p4-bnrnsprt {
    width: 100%;
	float:left;
    font-size: 18px;
    line-height: 24px;
	color: #464646;
}
.phnodiv-bnrnsprt {
    width: auto;
    height: 64px;
    display: inline-block;
    background: #000;
    margin: 0 auto;
    border: 1px solid #444e55;
    border-radius: 5px;
}
.p5-bnrnsprt {
    width: auto;
    float: left;
    background: #041418;
    height: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #8a8a8a;
    text-transform: uppercase;
    border-right: 1px solid #071f25;
    padding: 16px 28px 0 27px;
	
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
}
.ph-bnrnsprt{ vertical-align:middle; margin: 0 17px 0 0;}
.dots-bnrnsprt{ float:left; margin: 17px 0 0 -3px;}
.p6-bnrnsprt {
    width: auto;
    float: left;
    height: 100%;
    text-align: left;
    font-size: 36px;
    line-height: 36px;
    color: #ef0037;
    
    padding: 16px 20px 0;
    letter-spacing: -0.3px;
}
.p7-bnrnsprt {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
	
	margin: 12px 0 19px;
}
.btndiv-bnrnsprt{ width:auto; display:table; margin: 42px auto 0;}
.btn-strted-bnrnsprt{ float:left;}
.p8-bnrnsprt {
	float:left;
	margin: 22px 30px 0;
	vertical-align:middle;
	font-size:18px;
	line-height:18px;
	color:#798b9f;
	}
.btn-call-bnrnsprt{ float:left;}
/*-----------------------
CSS FOR LOGODIV NSPRT
-------------------------*/
.logostrip-nsprt{
	width: 100%;
    float: left;
    background: #fff;
	padding: 18px 0;
    border-bottom: 1px solid #eeeeee;}
.p1-logonsprt {
	width:100%;
	float:left;
    font-size: 17px;
	line-height:17px;
    text-transform: uppercase;
    color: #4f4f4f;
   
	margin: 0 0 10px;
}
.list-logonsprt{ width:auto; display:table; margin:0 auto;}
.list-logonsprt li{ display: inline-block; margin: 0 27px;}
/*-----------------------
CSS FOR SECTION1 NSPRT
-------------------------*/	
.section1-nsprt {
    float: left;
    width: 100%;
    background: #fff;
    padding: 96px 0 107px;
}
ul.points-sec1nsprt{ width:100%; float:left;}
ul.points-sec1nsprt li {
    width: 33.33%;
    padding: 0 15px;
    float: left;
    min-height: 182px;
    margin-top: 50px;
}
.icdiv-sec1nsprt{
	width:100%;
	float:left;
	height:63px;
	position:relative;}
.ic-sec1nsprt{
	display:table;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;}
.p4-sec1nsprt{
	width:100%;
	float:left;
	font-size:18px;
	line-height:18px;
	color:#281b1e;
	text-transform:uppercase;
	
	margin: 30px 0 17px;}
.p5-sec1nsprt{
	width:100%;
	float:left;
	font-size:18px;
	line-height:26px;
	color:#525252;
	}
/*-----------------------
CSS FOR SECTION1 NSPRT
-------------------------*/
.cta {
    float: left;
    width: 100%;
    background: url(../images/cta1.jpg) no-repeat left center;
    padding: 90px 0;
    background-attachment: fixed;
    background-size: cover;
}
.p1-cta {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 48px;
    line-height: 45px;
    margin-bottom: 10px;
    
}
.p2-cta {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 30px;
    color: #c9c9c9;
    padding: 0 15px;
    
}
.btndiv-ctansprt {
    width: auto;
    display: table;
    margin: 35px auto 0;
}
/*-----------------------
CSS FOR SECTION2 NSPRT
-------------------------*/	
.section2-nsprt {
    float: left;
    width: 100%;
    background: #fff;
    padding: 96px 0 107px;
}
.points-sec2nsprt{
	width:100%;
	float:left;
	margin:50px 0 0;}
.points-in1-sec2nsprt{
	width: 31.66%;
    float: left;
    margin: 0 1.25%;
    padding: 0 14px;}
.points-in1-sec2nsprt:first-child { margin-left: 0;}
.points-in1-sec2nsprt:last-child { margin-right: 0;}
.points-in2-sec2nsprt{
	width: 100%;
    float: left;
    padding: 25px 18px 32px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0 15px 0 rgba(219, 235, 255, 1);}
.p4-sec2nsprt {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #f62c44;
    text-transform: uppercase;
    margin: 18px 0 18px;
    
}
.p5-sec2nsprt {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 18px;
    color: #281b1e;
    text-transform: uppercase;
    
    margin: 0 0 15px;
}
.p6-sec2nsprt {
    width: 100%;
    float: left;
    color: #525252;
    font-size: 18px;
    line-height: 26px;
    
}
/*-----------------------
CSS FOR SECTION3 NSPRT
-------------------------*/	
.section3-nsprt {
    float: left;
    width: 100%;
    background: #fff;
    padding: 96px 0 107px;
	border-bottom: 1px solid #ccc;
}
.pkgs-sec3nsprt{
	width:100%;
	float:left;
	margin:55px 0 0;}
.pkgs-in-sec3nsprt{
	width: 31.66%;
	height: 593px;
    float: left;
    margin: 0 1.25%;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 53px 0 36px;
    background: #fafafa url(../images/shp2-sec2hm.jpg) no-repeat left top;
	position:relative;}
.pkgs-in-sec3nsprt:first-child{ margin-left:0;}
.pkgs-in-sec3nsprt:last-child{ margin-right:0;}
.p3-sec3nsprt{
	width: 100%;
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #f62c44;
	padding: 0 10px;	
    text-transform: uppercase;}
.p3-sec3nsprt span{
	font-size: 18px;
    color: #281b1e;
    display: block;}
.prcbox-sec3nsprt {
    width: 100%;
    float: left;
    padding: 0 53px;
    margin: 26px 0 0;
    position: relative;
}
.line1-sec3nsprt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    background: #fff;
    border-top: 1px dashed #dad2d2;
    border-bottom: 1px dashed #dad2d2;
    height: 9px;
}
.prcbox-in-sec3nsprt {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px dashed #dad2d2;
	padding: 23px 0 18px;
}
.p4-sec3nsprt, .p5-sec3nsprt, .p6-sec3nsprt{
	width: 100%;
    float: left;
	position: relative;
    z-index: 9;
    background: #fff;}
.p4-sec3nsprt{
	font-size:18px;
	line-height:18px;
	color:#717171;
	}
.p5-sec3nsprt{
	margin: 14px auto 13px;
    color: #ef0037;
    font-size: 42px;
    line-height: 40px;
    
}
.p5-sec3nsprt span.span1 {
    font-size: 25px;
    line-height: 26px;
    vertical-align: text-top;
    text-decoration: underline;
}
.p6-sec3nsprt{
	font-size:14px;
	line-height:14px;
	color:#717171;
	}
ul.list-sec3nsprt {
    width: auto;
    margin: 0 auto 0;
    display: table;
    padding: 25px 10px 38px;
}
ul.list-sec3nsprt li {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #585858;
    padding-left: 32px;
    text-align: left;
    background: url(../images/bullet3.png) no-repeat left 1px;
    margin-bottom: 12px;
   
	display: block;
}
ul.list-sec3nsprt li:last-child { margin-bottom: 0;}
.ordrbtn-sec3nsprt {
	position:absolute;
	left:0;
	right:0;
	bottom:41px;
	margin:0 auto;
}
/************************************/
.ffitas-osp{ width:200px;}
/***************************************/
.p1-strip1osp, .p1-strip1pg {
    width: 98%;
    color: #323232;
    font-size: 20px;
    line-height: 30px;
   
    letter-spacing: -0.2px;
    margin: 40px auto;
    display: table;
}
/***************************************/
.section1-osp {
    width: 100%;
    float: left;
    padding: 100px 0 115px;
}
.sec1osp-in{
	width:100%;
	float:left;
	margin:80px 0 0;
	position:relative;}
.sec1osp-in1{
	width:48.8%;
	float:left;
	}
.sec1osp-in2{
	width:48.8%;
	float:right;
	}
.sec1osp-imgdiv{
	width:100%;
	height:245px;
	float:left;
	position:relative;}
.img1-sec1osp, .img2-sec1osp{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;}
.p3-sec1osp {
    width: 100%;
	float:left;
    color: #281b1e;
    font-size: 24px;
    line-height: 24px;
    
    margin: 33px auto 0;
	text-transform:uppercase;
}
.p4-sec1osp {
	width: 100%;
	float: left;
	color: #525252;
	font-size: 18px;
	line-height: 28px;
	
	margin: 16px auto 0;
	padding: 0 24px;
	}
.line-sec1osp{
	position:absolute;
	left:0;
	right:0;
	top:35px;
	width:3px;
	height:270px;
	margin:0 auto;
	background: linear-gradient(to bottom, #5854db 20%, #49c1dd 85%) repeat 0 0;
	}
/*********************************************/
.section2-osp {
    width: 100%;
    float: left;
    padding: 93px 0 192px;
}
.sec2osp-in1, .sec2osp-in3{
	width:100%;
	float:left;
	padding-left:500px;
	position:relative;
	}
.sec2osp-in1{ margin:87px 0 97px;}
.sec2osp-in2{ padding-top:99px; padding-bottom:92px; border-top:1px solid #ccc;}
.sec2osp-in3{ padding-top:98px; border-top:1px solid #ccc;}
.sec2osp-in2{
	width:100%;
	float:left;
	padding-right:500px;
	position:relative;}
.p3-sec2osp {
    width: 100%;
    float: left;
    color: #281b1e;
    font-size: 23.96px;
    line-height: 24px;
    
    margin: 0 auto;
    text-transform: uppercase;
    text-align: left;
}
.p4-sec2osp {
    width: 100%;
    float: left;
    color: #525252;
    font-size: 18px;
    line-height: 28px;
   
    margin: 16px auto 0;
    padding: 0 11px 0 0;
	text-align:left;
}
.img1-sec2osp {
    position: absolute;
    left: 36px;
    top: 0;
    width: 395px;
}
.img2-sec2osp { position: absolute; right: 73px; top: 67px;}
.img3-sec2osp { position: absolute; left: 52px; top: 58px;}
/***************************************/
.h1-sec6osp{height: 625px;}
ul.list1-sec6osp {
    width: auto;
    margin: 0 auto 0;
    display: table;
    padding: 0 10px 10px;
}
ul.list1-sec6osp li {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #585858;
    padding-left: 27px;
    text-align: left;
    background: url(../images/bullet3.png) no-repeat left 1px;
    margin-bottom: 12px;
  
    display: block;
}
ul.list1-sec6osp li:last-child { margin-bottom: 0;}
.link a{color: #f62c44 !important; font-size: 18px;
    line-height: 26px;
   
	display:block;}
/***************************************/
.ffitas-pg{ width:135px;}
/***************************************/
.section1-pg { width: 100%; float: left; padding: 100px 0 67px;}
.img-sec1pg, .img-sec1pc { margin:57px auto 0; display:inline-block;}
/***************************************/
.section2-pg {
    width: 100%;
    float: left;
    padding: 93px 0 82px;
    background: #fff url(../images/bg-sec4.jpg) no-repeat 56% bottom;
    background-size: 1660px;
}
.sec2pg-points {
    width: 628px;
    float: right;
    margin: 43px 35px 0 0;
}
.sec2pg-points1{
	width:100%;
	float:left;
	margin:70px 0 0;}
.sec2pg-points1-in{
	width:50%;
	background: url(../images/brdr-points-sec5am.png) no-repeat center right;}
.sec2pg-points1-in:last-child{ background:none;}
.fl-sec2pgpoints1{ float:left; padding-right:40px;}
.fr-sec2pgpoints1{ float:right; padding-left:45px;}
.p3-sec2pg {
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 24px;
    color: #281b1e;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: left;
    position: relative;
    padding-left: 60px;
	
	min-height: 50px;
}
.ic-sec2pg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.p3-sec2pg span.span1{
	display: table-cell;
    vertical-align: middle;
    width: 100%;}
.p4-sec2pg{
	width: 100%;
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #281b1e;
    letter-spacing: -0.4px;
	text-align:left;
  }
.dwnldbtn1-sec2pg { float:left; margin: 0 10px 0 0;}
.dwnldbtn2-sec2pg { float:left; }
.btndiv-sec2pg{ width:100%; float:left; margin:17px 0 0;}
/***************************************/
.section1-pc { width: 100%; float: left; padding: 100px 0 102px;}
/***************************************/
.sec2pc-points1 {
    width: 100%;
    float: left;
    margin: 70px 0 0;
}
.sec2pc-points1-in {
    width: 25%;
	float:left;
	padding:0 15px;
}
.bg1-sec2pc, .bg2-sec2pc, .bg3-sec2pc, .bg5-sec2pc, .bg6-sec2pc, .bg7-sec2pc{background: url(../images/brdr-points-sec5am.png) no-repeat right 135px;}
.sec2pc-points1-in:last-child {  padding-right:0;}
.sec2pc-points1-in:first-child { padding-left:0;}
.mrgn1-sec2pc{ margin:50px 0 0;}
.sec2pc-points {
    width: 628px;
    float: right;
    margin: 13px 35px 0 0;
}
.btndiv-sec2pc {
    width: 300px;
    float: left;
    margin: 12px 0 0;
}
.dwnldbtn1-sec2pc, .dwnldbtn2-sec2pc { float:left; margin: 5px 0 0;}
/***************************************/
.section-prvcy{
    width: 100%;
    float: left;
    padding: 50px 0;
	border-bottom:1px solid #ebeaea;
	border-top:1px solid #ebeaea;
}
.p1-prvc{
	width:100%;
	float:left;
	text-align: left;
    line-height: 50px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;}
.brdr-prvc { float:left;}
.p2-prvc{
	width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    color: #525252;
    text-align: left;
    letter-spacing: -0.1px;
	padding: 42px 0 0 0;
    }
.line2-prvc{
	width: 100%;
    float: left;
    margin: 22px 0 0 0;
    border-radius: 3px;
    height: 5px;
    background: linear-gradient(to right, #5954db , #4abfdd);}
.p3-prvc{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #f62c44;
    text-align: left;
    
	margin: 35px 0 0;}
.p4-prvc{
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    color: #525252;
    text-align: left;
    letter-spacing: -0.1px;
    
    margin: 25px 0 0;
}
ul.list-prvc{
	width: 100%;
    margin: 0 auto 0;
	float:left;
    padding: 18px 10px 10px 0;}

ul.list-prvc li{
	width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #717171;
    padding-left: 32px;
    text-align: left;
    background: url(../images/bullet3.png) no-repeat left 3px;
    margin-bottom: 8px;
   
    display: block;
	}
.brk{word-break: break-all;}
ul.list-prvc li:last-child { margin-bottom: 0;}
.p5-prvc {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    background: #f5f5f5;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    color: #333;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0 5px;
}
.link-terms, .link-terms:hover{color: #525252;}
.money-back-rp{ float:right; margin:0 0 20px 20px;}
.p3-prvc span.span1{  display:block; font-size:18px; line-height:20px; margin-bottom:14px;}
.link-eula, .link-eula:hover{color: #525252;}

/*=============Fooetr Link============*/	
.tems_bg {
    float: left;
    width: 100%;
    padding: 0px 0 40px;
}
.trm-bx {
    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 30px;
}
.trm-bx h3 {
    line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #fff;
    font-weight: 600;
    background: #05274d;
    padding: 5px;
}
.trm-bx p {
    font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
}
.trm-bx ol {
    margin: 0px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 20px;
}
.trm-bx li {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: disc;
}
/********************/
.white{ color:#fff;}