@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight:normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}
p, h1, h2, h3, ul{
	padding:0;
	margin:0;
}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
.ovrfl{overflow:hidden;}
.bdhding1{
	font-weight:800;
	font-size:44px;
	line-height:54px;
	color:#1b2b61;
	text-align:center;
}
.bdfont{font-size:20px;line-height:30px;text-align:left;}
.bdfont2{font-size:26px;line-height:36px;text-align:left;}
.bdfont3{font-size:24px;line-height:34px;text-align:left;}
.mar1{margin-top:30px;}
.mar2{margin-top:40px;}
.mar3{margin-top:23px;}

.bold{font-weight:bold;}
.exbold{font-weight:800;}
.semibold{font-weight:600;}
.medium{font-weight:500;}
.txlncntr{text-align:center;}
.txlnlft{text-align:left;}
@media only screen and (max-width: 1200px){
.container{ max-width:1000px; width:100%; }	
.bdhding1{font-size:40px;line-height:50px;}
.bdfont{font-size:18px;line-height:28px;}
.bdfont2{font-size:24px;line-height:34px;}
.bdfont3{font-size:22px;line-height:32px;}
.mar1{margin-top:28px;}
.mar2{margin-top:37px;}
.mar3{margin-top:22px;}
}
@media only screen and (max-width: 1020px){
.container{ max-width:750px; width:100%; }
.bdhding1{font-size:35px;line-height:45px;}
.bdfont{font-size:17px;line-height:27px;}
.bdfont2{font-size:22px;line-height:32px;}
.bdfont3{font-size:20px;line-height:30px;}
.mar1{margin-top:25px;}
.mar2{margin-top:33px;}
.mar3{margin-top:20px;}
}
@media only screen and (max-width: 767px){
.container{ width:100%;max-width:640px;}
.bdinpad{padding:0 10px;box-sizing:border-box; }
.bdhding1{font-size:30px;line-height:40px;}
.bdfont{font-size:16px;line-height:26px;}
.bdfont2{font-size:21px;line-height:31px;}
.bdfont3{font-size:19px;line-height:29px;}
.mar1{margin-top:24px;}
.mar2{margin-top:32px;}
}
@media only screen and (max-width: 479px){
.bdhding1{font-size:28px;line-height:38px;}
}
/*======================================*/
.top-fix-bar {margin-bottom: 88px;}
.header{		
	height:88px;	
	margin-top: -88px;
    position: relative;
    top: 88px;
	background:#fff url(../images/navline.jpg) left bottom repeat-x;
}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:88px;
	}
.logo{
	float:left;
	margin:14px 0 0 0;
}
ul.nav{float:right;margin:21px 0 0 0;display:inline-block;}
ul.nav li{
	float:left;
	display:inline-block;
}
ul.nav li a{
	float:left;	
	font-weight:500;	
	font-size:17px;
	line-height:46px;
	text-align:center;
	color:#000;	
	position:relative;
	padding:0 18px;
}
ul.nav li a::after{
	content:"";
	position:absolute;
	right:0;
	top:15px;
	height:17px;
	width:1px;
	background:#969696;
}
ul.nav li:nth-child(5) a::after, ul.nav li:nth-child(6) a::after{display:none;}
ul.nav li a.active{ color:#000;}
ul.nav li:last-child{margin:0 0 0 6px;}
ul.nav li:last-child a{
	padding:0 26px;		
	height:46px;
	background:#3bcf61;
	background:-webkit-linear-gradient(#30ef61, #3bcf61);
	background:-moz-linear-gradient(#30ef61, #3bcf61);
	background:-o-linear-gradient(#30ef61, #3bcf61);
	background:linear-gradient(#30ef61, #3bcf61);	
	border-radius:7px;
	font-weight:bold;
	font-size:16px;
	line-height:44px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 25px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#636466;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:70px;	
	background:#1b2a61;
	border-top:1px solid #ccc;	
}
#menu-container .menu-list  li a{
	font-size:16px;
	padding:10px 10px 10px 10px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #ccc;	
}
#menu-container .menu-list  li a.active{background:#232323;}
#menu-container .menu-list  li:last-child{background:#3bcf61;}
/*====================start banner, .section1, 2=======================*/
.affbanner{background:url(../images/affbanner.jpg) center top no-repeat;background-size:cover;padding:30px 0;color:#fff;}
.bnrtxt1{
	font-weight:500;
	font-size:30px;
	line-height:40px;
	text-align:center;
}
.bnrtxt1 span{font-weight:bold;color:#fff000;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;}
.bnrhding{
	font-weight:800;
	font-size:58px;
	line-height:66px;
	text-align:center;
	margin-top:16px;
}
.bnrhding span{color:#fff000;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:12px;}
.bnrhding2{
	font-weight:800;
	font-size:36px;
	line-height:46px;
	text-align:center;
	margin-top:40px;
	color:#000;
}
.bnrhding2 span{
	background-image: linear-gradient(to right, #ebbb66 , #fede78, #ebbb66);
	padding:6px 22px;
	border-radius:15px;
}
.bnrtxt2{
	font-weight:bold;
	font-size:28px;
	line-height:38px;
	text-align:left;
	margin-top:56px;
}
ul.bnrlist{padding:10px 0 0 0;}
ul.bnrlist li{
	background:url(../images/aff-bullet1.png) left 3px no-repeat;
	padding:0 0 0 50px;
	font-weight:600;
	font-size:24px;
	line-height:34px;
	text-align:left;
	margin-top:22px;
}
.affbnrprd{float:right;margin:60px 0 0 0;max-width:100%;}
/*---------------------section1--------------------*/
.affsec1{padding:60px 0 70px 0;background:#fff;}
ul.affs1-list{padding:10px 0 0 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
ul.affs1-list li{
	width:48.8%;
	margin-top:30px;
	border-top:2px solid #edeef3;
	border-left:6px solid #edeef3;
	border-right:6px solid #edeef3;
	border-bottom:10px solid #edeef3;
	border-radius:12px;
	background:#fff;
	border-radius:15px;
	padding:22px 30px 22px 145px;
	position:relative;
}
.affs1licon{position:absolute;left:8px;top:20px;}
.affs1ltxt{margin-top:6px;}
/*---------------------section2--------------------*/
.affsec2{background:#f3f5ff;padding:60px 0 70px 0;}
a.link{color:#000fff;text-decoration:underline;}
.affs2bx{
	margin-top:40px;
	background:#fff;
	border-radius:14px;
	box-shadow:0 0 10px #d9dbe4;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	color:#fff;
}
.affs2bx > .lft {
	width:66%;
	padding:44px 46px;
	background:#354a9f;
	border-radius:12px 0 0 12px;
}
.affs2bx > .rgt{width:34%;padding:44px 46px;}
.clickbank{margin:0;display:block;max-width:100%;}
.frmarea{display:flex;justify-content:space-between;flex-wrap:wrap;}
.frmfld{width:48%;margin-top:25px;}
.label1{
	display:block;
	width:100%;
	font-weight:bold;
	font-size:20px;
	line-height:28px;
	text-align:left;
}
.txtfld, .selectfld{
	height:54px;
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:0 18px;
	font-size:17px;
	color:#000;
	text-align:left;
	margin-top:8px;
	border:none;
	outline:none;
}
.selectfld{line-height:54px;background:#fff url(../images/selectfldbg.png) 96% center no-repeat;appearance:none;-webkit-appearance:none;}
input::placeholder {
  color: #555555;
  font-style:italic;
}
.checkbx{
	display:inline-block;
	margin:0 5px 0 0;
	appearance:none;
	-webkit-appearance:none;
	border:none;
	outline:none;
	background:#fff;
	height:14px;
	width:14px;
	border-radius:2px;
}
.checkbx:checked{
	background:#fff url(../images/tick.png) center center no-repeat;
	background-size:90%;
}
.label2, .label3{
	float:left;
	display:inline-block;
	width:48%;
	font-size:17px;
	line-height:27px;
	text-align:left;
	margin-top:8px;
}
.label2{margin-right:4%;}
.label4{
	font-size:17px;
	line-height:27px;
	text-align:center;
	display:block;
	margin-top:18px;
}
.frmbtn, .promobtn, .copybtn, .swipebtn, .fbbtn, .googlebtn, .campaignbtn{
	height:60px;
	width:100%;
	background-image: linear-gradient(to right, #36df62 , #32ea62, #36df62);
	border-radius:4px;
	margin:10px auto 0 auto;
	display:block;
	border:none;
	outline:none;
	font-family: "Inter", sans-serif;
	font-weight:bold;
	font-size:28px;
	line-height:58px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 2px #31bc55;
	padding:2px 0 0 0;
}
.promobtn{margin:30px auto 0 auto;}
.copybtn{width:358px;margin:30px 0 0 0;cursor:pointer;}
.swipebtn, .campaignbtn{width:564px;margin:50px auto 0 auto;}
.swipebtn img, .fbbtn img, .googlebtn img, .campaignbtn img{margin:0 0 0 18px;}

.buygoods-logo{margin:100px auto 0 auto;display:block;max-width:100%;height:auto;}
@media only screen and (max-width: 1200px){
.bnrtxt1 {font-size: 26px;line-height: 36px;}	
.bnrhding {font-size: 50px;line-height: 58px;}
.bnrhding2 {font-size: 30px;line-height: 40px;}
.affbnrprd{width:480px;height:auto;margin:50px 0 0 0;}
.bnrtxt2 {font-size: 24px;line-height: 34px;margin-top: 50px;}
ul.bnrlist li {
    background: url(../images/aff-bullet1.png) left 5px no-repeat;
	background-size:24px;
    padding: 0 0 0 42px;
    font-size: 22px;
    line-height: 32px;
    margin-top: 18px;
}

.affsec1, .affsec2 {padding: 50px 0 60px 0;}

.affs2bx{margin-top:38px;}
.affs2bx > .lft, .affs2bx > .rgt {padding: 40px 36px;}
.fbbtn, .googlebtn{font-size:26px;}
}
@media only screen and (max-width: 1020px){
.top-fix-bar {margin-bottom: 78px;}
.header{		
	height:78px;	
	margin-top: -78px;
    top: 78px;
}
.fixed-nav .header{height:78px;}
.logo{width:94px;height:auto;}
ul.nav li a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 12px;
}	
ul.nav li:last-child a {
    padding: 0 20px;
    height: 40px;    
    font-size: 17px;
    line-height: 40px;
}
	
.affbanner{background:#1b2a61 url(../images/affbanner-tab.jpg) center top no-repeat;}
.bnrtxt1 {font-size: 22px;line-height: 32px;}		
.bnrhding {font-size: 40px;line-height:48px;margin-top:12px;}	
.bnrhding2 {font-size: 26px;line-height: 36px;margin-top:30px;}	
.bnrhding2 span {padding: 4px 15px;border-radius: 12px;}	
.affbnrprd {width:350px;margin: 30px 0 -20px 0;}
.bnrtxt2 {margin-top: 30px;font-size:22px;line-height:32px;}
ul.bnrlist {padding: 6px 0 0 0;}
ul.bnrlist li {
	background-size: 22px;
	padding: 0 0 0 38px;
	font-size: 19px;
	line-height: 30px;
	margin-top: 15px;
}

.affsec1, .affsec2 {padding: 40px 0 50px 0;}
ul.affs1-list li {margin-top: 26px;padding: 20px 20px 20px 112px;}
.affs1licon {width:100px;height:auto;left:5px;top:15px;}

.affs2bx{margin-top:36px;}
.affs2bx > .lft, .affs2bx > .rgt {padding: 34px 24px;}
.clickbank{width:180px;height:auto;}
.label1 {font-size: 16px;line-height: 24px;}
.txtfld, .selectfld {
    height: 44px;
    padding: 0 10px;
    font-size: 15px;
}
.selectfld{line-height:44px;}
.label2, .label3{float:none;display:block;width:100%;font-size: 15px;line-height: 25px;margin-top:5px;}
.frmbtn, .promobtn, .copybtn, .swipebtn, .fbbtn, .googlebtn, .campaignbtn {
    height: 52px;
    margin: 10px auto 0 auto;
    font-size: 23px;
    line-height: 50px;   
}
.copybtn{width:300px;margin:26px 0 0 0;}
.swipebtn, .campaignbtn{width:420px;margin:34px auto 0 auto;}
.fbbtn, .googlebtn{font-size:20px;}
.swipebtn img{margin: 0 0 -2px 18px;}
.fbbtn img, .googlebtn img{margin: 0 0 -1px 5px;width:14px;height:auto;}
.campaignbtn img {margin: 0 0 -2px 8px;}
.buygoods-logo{width:150px;height:auto;}
}
@media only screen and (max-width: 767px){
.header{height:60px; top:60px; margin-top:-60px;}
.top-fix-bar {margin-bottom: 60px;}
.fixed-nav .header{height:60px;}
#menu-container .menu-list{top:60px;}
.logo {margin: 10px 0 0 0;width:80px;}
#menu-wrapper #hamburger-menu {margin: 19px 0 5px 0;}
ul.nav{display:none;}	

.affbanner{padding:20px 0 32px 0;}	
.bnrtxt1 {font-size: 19px;line-height: 29px;}	
.bnrhding {font-size: 34px;line-height: 42px;margin-top:10px;}	
.bnrhding2 {
	font-size: 18px;
	line-height: 28px;
}	
.affbnrprd {
	float:none;
	width: 350px;
	margin:15px auto 0 auto;
	display:block;
}
.bnrtxt2 {margin-top: 20px;}
ul.bnrlist li {
	background-size: 20px;
	padding: 0 0 0 34px;
	line-height: 27px;
	margin-top: 14px;
}

.affsec1, .affsec2 {padding: 35px 0 40px 0;}
ul.affs1-list li {margin-top: 22px;padding: 16px 10px 16px 112px;width:100%;}
.affs1licon {width:100px;height:auto;left:5px;top:11px;}

.affs2bx > .lft, .affs2bx > .rgt {
	width:100%;
	padding: 24px 12px;
	border-radius:12px 12px 0 0;
}
.affs2bx > .rgt{border-radius:0 0 12px 12px;}
.frmfld{width:100%;}
.label2, .label3{float:left;display:inline-block;width:49%;}
.label2{margin-right:2%;}
.buygoods-logo{margin:0 auto;}	
.copybtn{width:250px;margin:22px 0 0 0;font-size:20px;height:45px;line-height:43px;}
.swipebtn{width:380px;margin:34px auto 0 auto;}
.fbbtn, .googlebtn{font-size:18px;height:46px;line-height:44px;}
.campaignbtn{width:400px;font-size:20px;height:46px;line-height:44px;}
.copybtn img, .swipebtn img, .campaignbtn img {margin: 0 0 -1px 6px;width:14px;height:auto;}
}
@media only screen and (max-width: 479px){
.bnrtxt1 {font-size: 16px;line-height: 25px;}
.bnrhding {font-size: 30px;line-height: 38px;}
.bnrhding2{margin-top:24px;}
.bnrhding2 span {padding: 3px 10px;border-radius: 8px;}
.bnrtxt2 {
	margin-top: 16px;
	font-size: 20px;
	line-height: 30px;
}
ul.bnrlist li {
	font-size:18px;
	line-height: 26px;
}
ul.affs1-list li {margin-top: 22px;padding: 16px 10px 16px 90px;width:100%;}
.affs1licon {width:80px;height:auto;}
.swipebtn{width:100%;margin:30px auto 0 auto;font-size:22px;}
.campaignbtn{width:100%;margin:30px auto 0 auto;font-size:18px;}
}
@media only screen and (max-width: 389px){
.bnrhding {font-size: 28px;line-height: 36px;}	
.bnrhding2 {font-size: 16px;line-height: 26px;}	
.swipebtn{font-size:20px;}
.fbbtn, .googlebtn, .campaignbtn{font-size:17px;}
}
/*====================start section3, 4, 5, 6=======================*/
.affsec3{background:#fff;padding:60px 0 70px 0;}
ul.affs3list{padding:0;display:flex;justify-content:space-between;flex-wrap:wrap;}
ul.affs3list li{width:50%;padding:0 30px;border-right:1px solid #bdbdbd;}
ul.affs3list li:last-child{border-right:none;}
.offs3-licon{margin:0 auto 8px auto;display:block;max-width:100%;}
.offs3lhding{
	font-weight:800;
	font-size:34px;
	line-height:44px;
	color:#1b2b61;
	text-align:center;
}
.offs3ltxt{margin-top:20px;text-align:center;}
/*---------------------section4--------------------*/
.affsec4{background:#354a9f;padding:60px 0 70px 0;color:#fff;}
ul.affs4list{display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px 0 0 0;}
ul.affs4list li{
	width:33.33%;
	margin-top:30px;
	padding:0 30px 0 80px;
	border-right:1px solid #8490bf;
	background:url(../images/aff-bullet1.png) 30px 3px no-repeat;
	font-weight:bold;
}
ul.affs4list li:last-child{border-right:none;}
.affs4bx1, .affs4bx2, .affs4bx3{
	background:#fff;
	margin-top:40px;
	padding:40px 46px;
	border-radius:14px;
	color:#000;
}
.affs4bx2{margin-top:30px;}

.affs4bxhding{
	font-weight:800;
	font-size:36px;
	line-height:46px;
	color:#1b2b61;
	text-align:left;
}
.affs4txt1{margin-top:20px;}
.affs4txt2{margin-top:12px;}

.emailbx1, .emailbx2{	
	border:1px solid #c8cde7;
	border-left:5px solid #c8cde7;
	border-right:5px solid #c8cde7;
	border-bottom:8px solid #c8cde7;
	margin-top:40px;
	border-radius:14px;
	padding:32px 40px;
	height:530px;
	overflow-y:scroll;
}

.aff-video1{margin:40px 0 0 0;display:block;max-width:100%;height:auto;}
/*---------------------section5--------------------*/
.affsec5{background:#fff;padding:60px 0 70px 0;}
ul.prds2list{padding:10px 92px 0 92px;display:flex;justify-content:space-between;flex-wrap:wrap;}
ul.prds2list li{
	width:31%;
	background:#fff;
	box-shadow:0 0 10px #e1e1e1;
	border-radius:10px;
	padding:20px 22px 32px 22px;
	margin-top:34px;
	position:relative;
}
ul.prds2list li:nth-child(17){margin-right:34.5%;}
.prds2limg{margin:0 auto 5px auto;display:block;max-width:100%;height:auto;}	
.prds2limgstyle{border:3px solid #fff;border-radius:12px;box-shadow:0 0 5px #d8d7d7;}
.prds2l-giftbx{
	background:url(../images/savebg.png) center center no-repeat;
	background-size:100%;
	height:78px;
	width:78px;
	position:absolute;
	right:30px;
	top:46px;
	padding-top:12px;
}
.prds2l-giftbx-txt1, .prds2l-giftbx-txt2, .prds2l-giftbx-txt3{
	font-weight:800;
	font-size:18px;
	line-height:18px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.prds2l-giftbx-txt2{font-size:20px;line-height:19px;}
.prds2l-giftbx-txt3{font-size:19px;font-weight:bold;line-height:19px;}
/*---------------------section6--------------------*/
.affsec6{background:#f3f5ff;padding:60px 0 70px 0;}
ul.affs6list{padding:10px 0 0 0;}
ul.affs6list li{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:28px;}
.banner1, .banner2, .banner3, .banner4, .banner5, .banner6, .banner7, .banner8{
	background:#fff;
	border:1px solid #cbcfe3;
	padding:82px 1px 1px 1px;
}
.banner1{width:77.26%;height:234px;}
.banner2{width:20%;height:234px;}
.banner3{width:25.64%;height:234px;margin-top:79px;}
.banner4{width:70.25%;height:312px;padding:105px 1px 1px 1px;}
.banner5, .banner6, .banner7, .banner8{height:268px;width:23%;}
.bannerno{font-weight:bold;font-size:22px;line-height:32px;color:#4d4d4d;text-align:center;}
.bannersize{font-size:19px;line-height:29px;color:#4d4d4d;text-align:center;}
.s6btncontainer{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:45px;}
.btn1cont{width:48.6%;}

@media only screen and (max-width: 1200px){
.affsec3, .affsec4, .affsec5, .affsec6{padding: 50px 0 60px 0;}
.offs3lhding {font-size: 30px;line-height: 40px;}
.affs4bx1, .affs4bx2 {padding: 35px 36px;}
.affs4bxhding{font-size:32px;line-height:42px;}
.emailbx1, .emailbx2 {
    margin-top: 38px;
    padding: 28px 30px;
}

ul.prds2list {padding: 10px 40px 0 40px;}

.banner1, .banner2, .banner3, .banner4, .banner5, .banner6, .banner7, .banner8{padding:72px 1px 1px 1px;}
.banner1{width:77.26%;height:214px;}
.banner2{width:20%;height:214px;}
.banner3{width:25.64%;height:214px;margin-top:79px;}
.banner4{width:70.25%;height:292px;padding:115px 1px 1px 1px;}
.banner5, .banner6, .banner7, .banner8{height:248px;width:23%;}
.bannerno{font-weight:bold;font-size:20px;line-height:30px;}
.bannersize{font-size:17px;line-height:27px;}
}
@media only screen and (max-width: 1020px){
.affsec3, .affsec4, .affsec5, .affsec6{padding: 40px 0 50px 0;}
.offs3-licon{width:150px;height:auto;margin: 0 auto 5px auto;}
.offs3lhding {font-size: 26px;line-height: 36px;}
.affs4bx1, .affs4bx2 {margin-top: 37px;padding: 30px 26px;}
.affs4bx2{margin-top:25px;}
.affs4bxhding{font-size:28px;line-height:38px;}
.affs4txt1{margin-top:16px;}
.affs4txt2{margin-top:10px;}
.emailbx1, .emailbx2 {
    margin-top: 35px;
    padding: 25px 24px;
	height:450px;
}
.aff-video1{margin-top:36px;width:400px;height:auto;}
ul.affs4list{padding:5px 0 0 0;}
ul.affs4list li {
    padding: 0 20px 0 57px;
    background: url(../images/aff-bullet1.png) 20px 3px no-repeat;
	background-size:24px;
}

ul.prds2list {padding: 10px 0 0 0;}
ul.prds2list li {padding: 18px 12px;margin-top: 30px;}
.prds2l-giftbx{
	height:68px;
	width:68px;
	padding-top:11px;
}
.prds2l-giftbx-txt1, .prds2l-giftbx-txt2, .prds2l-giftbx-txt3{
	font-size:16px;
	line-height:16px;
}
.prds2l-giftbx-txt2{font-size:18px;line-height:17px;}
.prds2l-giftbx-txt3{font-size:17px;line-height:17px;}

ul.affs6list li{margin-top:24px;}
.banner1, .banner2, .banner3, .banner4, .banner5, .banner6, .banner7, .banner8{padding:52px 1px 1px 1px;}
.banner1, .banner2{height:164px;}
.banner3{height:164px;margin-top:59px;}
.banner4{height:222px;padding:85px 1px 1px 1px;}
.banner5, .banner6, .banner7, .banner8{height:178px;}
.bannerno{font-weight:bold;font-size:18px;line-height:28px;}
.bannersize{font-size:15px;line-height:25px;}
.s6btncontainer{margin-top:30px;}

}
@media only screen and (max-width: 767px){
.affsec3, .affsec4, .affsec5, .affsec6{padding: 35px 0;}
ul.affs3list li{width:100%;border-right:none;padding:0 20px;}
ul.affs3list li:last-child{margin-top:30px;}
.offs3lhding {font-size: 23px;line-height: 33px;}
.offs3ltxt{margin-top:16px;}

ul.affs4list li {
	width:100%;
	padding: 0 0 0 35px;
	background: url(../images/aff-bullet1.png) left 4px no-repeat;
	background-size: 20px;
	border-right:none;
	margin-top:20px;
}
.affs4bx1, .affs4bx2 {padding: 22px 10px;}
.affs4bxhding {font-size: 24px;line-height: 34px;}
.affs4txt1{margin-top:13px;}
.affs4txt2{margin-top:8px;}
.emailbx1, .emailbx2 {
    margin-top: 32px;
    padding: 20px 10px;
}
.aff-video1{margin-top:32px;width:320px;height:auto;}

ul.prds2list{padding:10px 0 0 0;justify-content:center;width:280px;margin:0 auto;}
ul.prds2list li, ul.prds2list li:nth-child(17){width:100%;}
ul.prds2list li:nth-child(17){margin-right:0;}

ul.affs6list li{margin-top:0;}
.banner1, .banner2, .banner3, .banner4, .banner5, .banner6, .banner7, .banner8{
	float:none;
	display:block;
	margin:16px auto 0 auto;
	height:134px;
	padding:42px 1px 1px 1px;
}
.banner1, .banner3{width:100%;}	
.banner2, .banner4{width:250px;}
.banner5, .banner6, .banner7, .banner8{width:47%;}
.bannerno{font-weight:bold;font-size:16px;line-height:26px;}
.bannersize{font-size:13px;line-height:23px;}
.s6btncontainer{margin-top:15px;}
.btn1cont{width:100%;margin-top:0;}
}
@media only screen and (max-width: 479px){
ul.affs3list li{padding:0 0;}
.aff-video1{width:auto;}	
}
@media only screen and (max-width: 389px){
.lftsoundicon, .rgtsoundicon{display:none;}	
}
/*====================start section7, 8, 9, 10, 11=======================*/
.affsec7{background:#fff;padding:60px 0 70px 0;}
ul.affs7list{padding:10px 0 0 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
ul.affs7list li{margin-top:32px;width:23%;}
.aff-video{margin:0 auto;display:block;max-width:100%;}
/*---------------------section8--------------------*/
.affsec8{background:#354a9f;padding:60px 0 70px 0;color:#fff;}
ul.affs8list{padding:14px 0 0 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
ul.affs8list li{width:48.5%;margin-top:33px;}
.s8limg{margin:0 auto;display:block;max-width:100%;height:auto;}
/*---------------------section9--------------------*/
.affsec9{background:#fff;padding:60px 0 70px 0;}
ul.affs9list{padding:20px 0 0 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
ul.affs9list li{width:48.5%;margin-top:30px;padding:30px 40px;border:1px solid #8aa2ff;border-radius:12px;line-height:40px;}
/*---------------------section10--------------------*/
.affsec10{background:#354a9f;padding:60px 0 70px 0;color:#fff;}
.affs10mailbx{position:relative;}
.affs10mail{margin:40px auto 0 auto;display:block;max-width:100%;}
.affs10mailbx::before, .affs10mailbx::after{
	position:absolute;
	content:"";
	top:20px;
	height:1px;
	width:390px;
	background:#f4c821;
}
.affs10mailbx::before{left:150px;background-image: linear-gradient(to right, #354a9f, #f4c821);}
.affs10mailbx::after{right:150px;background-image: linear-gradient(to right, #f4c821, #354a9f);}
.affs10txt{margin-top:20px;text-align:center;}
.link2{color:#fff000;font-weight:bold;}
.affs10img{margin:30px auto -20px auto;display:block;max-width:100%;}
/*---------------------section11--------------------*/
.affsec11{background:#f3f5ff;padding:60px 0;}
ul.affs11list li{
	position:relative;
	padding:0 0 0 66px;
	margin-top:35px;
}
.affs11lno{
	position:absolute;
	left:0;
	top:3px;
	height:38px;
	width:38px;
	background:#1b2b61;
	border-radius:50%;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:38px;
}
@media only screen and (max-width: 1200px){
.affsec7, .affsec8, .affsec9, .affsec10, .affsec11{padding: 50px 0 60px 0;}
.aff-video{height:auto;}
ul.affs9list li {padding: 28px 30px;line-height: 36px;}
.affs10mailbx::before{left:64px;}
.affs10mailbx::after{right:64px;}
}
@media only screen and (max-width: 1020px){
.affsec7, .affsec8, .affsec9, .affsec10, .affsec11{padding: 40px 0 50px 0;}	
ul.affs7list li{margin-top:23px;}

ul.affs8list{padding:8px 0 0 0;}	
ul.affs9list{padding:10px 0 0 0;}	
ul.affs9list li {
	padding: 22px 20px;
	line-height: 34px;
}
.affs10mail{width:40px;height:auto;margin:30px auto 0 auto;}
.affs10mailbx::before, .affs10mailbx::after{
	top:13px;
	width:340px;
}
.affs10mailbx::before{left:0;}
.affs10mailbx::after{right:0;}
.affs10img{margin:25px auto -20px auto;width:600px;height:auto;}

ul.affs11list li {padding: 0 0 0 46px;margin-top: 30px;}
.affs11lno {height: 30px;width: 30px;line-height: 30px;}
	
}
@media only screen and (max-width: 767px){
.affsec7, .affsec8, .affsec9, .affsec10, .affsec11{padding:35px 0 40px 0;}	
ul.affs7list li{width:48%;margin-top:18px;}	

ul.affs8list li{width:100%;margin-top:26px;}
.s8limg{width:320px;height:auto;}

ul.affs9list{padding:6px 0 0 0;}	
ul.affs9list li {
	width:100%;
	padding: 18px 10px;
	line-height: 32px;
	margin-top:25px;
}
.affs10mail{width:35px;height:auto;margin:25px auto 0 auto;}
.affs10mailbx::before, .affs10mailbx::after{top:10px;width:200px;}
.affs10img {margin: 20px auto -10px auto;width: 440px;}

ul.affs11list li {padding: 0 0 0 46px;margin-top: 26px;}	
}
@media only screen and (max-width: 479px){
.affs10mailbx::before, .affs10mailbx::after{width:160px;}	
ul.affs11list li {padding: 0 0 0 42px;margin-top: 24px;}
.affs11lno {height: 28px;width: 28px;line-height: 28px;}		
}
@media only screen and (max-width: 389px){
.affs10mailbx::before, .affs10mailbx::after{width:140px;}
}
@media only screen and (max-width: 359px){
.s8limg{width:100%;height:auto;}	
.affs10mailbx::before, .affs10mailbx::after{width:120px;}
}
.abc-list{
    font-size: 20px;
}
.abc-list li{
    list-style-type: lower-alpha;
}