@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: "DM Sans", 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; 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;
	}


/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*====top-strip====*/
.top-strip{
	float:left;
	width:100%;
	background:#1e499f;
	padding:7px 0 9px;
	}
.top-strip-text{
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#fff;
	}

/*====header-section====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:65px;
	}
.header{
	float:left;
	width:100%;
	height:65px;
	margin-top:-65px;
	top:65px;
	position:relative;
	background:#fff;
	border-bottom:1px solid #e3e3e3;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-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);
	}				
.logo{
	float: left;
	max-width: 100%;
	margin-top: 8px;
	width: 160px;
	}
ul.topMenu{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:21px;
	width:550px;
	}
ul.topMenu li{
	display:inline-block;
	vertical-align:top;
	padding:0 20px;
	position:relative;
	}
ul.topMenu li a{
	font-size:16px;
	line-height:16px;
	font-weight:600;
	color:#272727;
	letter-spacing:0.3px;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#00bb29;}
.header-btn{
	float:right;
	width:100%;
	max-width:170px;
	height:45px;
	background:#04d36f;
	border-radius:5px;
	font-size:16px;
	line-height:42px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:800;
	text-align:center;
	margin-top:10px;
	}

/*====MobileMenuCss====*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:40px;
	z-index:16;
	height:20px;
	}
.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;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height:3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:110px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top: 1px solid #dddddd;
	}
.mobimenu-top{ top:78px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}


/*====common-css====*/
.common-heading{
	font-size:50px;
	line-height:56px;
	letter-spacing:0;
	color:#233876;
	font-weight:800;
	}
.common-text{
	font-size:18px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	margin-top:20px;
	}
.common-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:350px;
	height:65px;
	background:#00bf5a;
	font-size:21px;
	line-height:64px;
	letter-spacing:0.5px;
	color:#fff;
	font-weight:800;
	text-align:center;
	border-radius:5px;
	margin-top:45px;
	position:relative;
	}
/*.common-btn:before{
	content: "";
    position: absolute;
    border-top: 3px solid #58df97;
    border-radius: 28px;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 12px;
	}*/


/*====banner-section====*/
.banner-section{
	float:left;
	width:100%;
	background:url(../images/banner-bg.jpg) no-repeat center top #f3f8fe;
	padding:40px 0 0;
	position:relative;
	}
.banner-section:after{
	content:"";
	position:absolute;
	width:23px;
	height:113px;
	background:url(../images/bnr-arrow.png) no-repeat center bottom;
	left:50%;
	margin-left:-11px;
	bottom:-50px;
	}
.banner-text1{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	color: #000;
	font-weight: 600;
	border: 1px solid #e1e6f0;
	border-radius: 45px;
	padding: 5px 20px 7px;
	letter-spacing: 1px;
	}
.bnr-notification-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	width:18px;
	}
.banner-heading{
	display:inline-block;
	vertical-align:top;
	font-size:60px;
	line-height:68px;
	letter-spacing:0;
	color:#3268d4;
	font-weight:800;
	padding-bottom:12px;
	background:linear-gradient(to right, #103279, #3369d6);
    background-clip: text;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-transform:capitalize;
	width: 100%;
	}
.bnr-txt {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
	margin-top:20px;
}
.banner-list{
	width:100%;
	margin:20px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	column-gap:20px;
	align-items:center;
	}
.banner-list li{
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#333333;
	font-weight:600;
	background:url(../images/bnr-list-icn.png) no-repeat left 4px;
	background-size:17px;
	text-align:left;
	padding-left:25px;
	}
.banner-btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 270px;
    height: 60px;
    background: #00bf5a;
    font-size: 20px;
    line-height: 58px;
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 5px;
    margin-top: 40px;
	}
.banner-chargeback-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:900px;
	margin-top:30px;
	position:relative;
	}
.banner-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.banner-chargeback-list{
	width:100%;
	float:left;
	width:100%;
	}
.banner-chargeback-list li{
	width:140px;
	font-size:15px;
	line-height:21px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	text-align:left;
	}
.banner-chargeback-list li:first-child{
	position:absolute;
	top:0;
	left:140px;
	}
.banner-chargeback-list li:nth-child(2){
	position:absolute;
	top:0;
	right:140px;
	}
.banner-chargeback-list li:nth-child(3){
	position:absolute;
	top:120px;
	left:0;
	}
.banner-chargeback-list li:last-child{
	position:absolute;
	top:120px;
	right:0;
	}

/*====banner-strip====*/
.banner-strip{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 30px;
	border-bottom:1px solid #e1e1e1;
	overflow:hidden;
	}
.banner-strip-heading{
	font-size:36px;
	line-height:42px;
	letter-spacing:0;
	color:#233876;
	font-weight:800;
	}
.scroll_row{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	margin-top:30px;
	}
.banner-strip-list{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 35s linear infinite;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.banner-strip-list li{
    padding: 0 26px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 26px;
    background: url(../images/bnr-list-icn.png) no-repeat left top 5px;
    background-size: 17px;
	}
.media-list-log{
	display:block;
	margin:0 auto;
	}
.banner-strip-log1{
	width:147px;
	}
.banner-strip-log2{
	width:91px;
	}
.banner-strip-log3{
	width:107px;
	}
.banner-strip-log4{
	width:75px;
	}
.banner-strip-log5{
	width:118px;
	}
.banner-strip-log6{
	width:156px;
	}
.banner-strip-log7{
	width:111px;
	}
.banner-strip-log8{
	width:112px;
	}
.banner-strip-log9{
	width:67px;
	}
.banner-strip-log10{
	width:51px;
	}
.banner-strip-log11{
	width:55px;
	}
.banner-strip-log12{
	width:74px;
	}
.banner-strip-log13{
	width:170px;
	}


/*====section1====*/
.section1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.sec1-row{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:50px 0 20px;
	}
.sec1-col{
	float:left;
	width:31%;
	background:url(../images/s1-col-bg.jpg) no-repeat center bottom #f3f8ff;
	border-radius:15px;
	display: flex;
    flex-wrap: wrap;
	}
.sec1-col:nth-child(2){
	background:url(../images/s1-col-bg2.jpg) no-repeat center bottom #f3f8ff;
	}
.sec1-col-top{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:40px 30px 35px;
	}
.sec1-col-text{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-20px;
	width:40px;
	height:40px;
	background:#fff;
	border-radius:50%;
	font-size:23px;
	line-height:36px;
	letter-spacing:0;
	color:#1f3473;
	font-weight:800;
	text-align:center;
	}
.sec1-col-heading{
	font-size:26px;
	line-height:32px;
	letter-spacing:0;
	color:#1f3473;
	font-weight:800;
	}
.sec1-col-text2{
	font-size:17px;
	line-height:24px;
	letter-spacing:0;
	color:#1f3473;
	margin-top:10px;
	}
.sec1-col-btm{
	float:left;
	width:100%;
	}
.s1-col-img1{
	display:block;
	margin:20px auto 0;
	width:352px;
	max-width:100%;
	}
.s1-col-img2{
	display:block;
	margin:20px auto 0;
	width:325px;
	max-width:100%;
	}
.sec1-col3-inner{
	display:inline-block;
	vertical-align:top;
	width:83%;
	background:#fff;
	border-radius:10px;
	padding:25px 20px 30px;
	box-shadow:0 3px 15px 0 rgba(216,227,241,1);
	text-align:center;
	}
.s1-col3-icn{
	display:block;
	margin:0 auto 15px;
	width:34px;
	}
.sec1-col3-text1{
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	}
.s1-col3-line-img{
	display:block;
	margin:10px auto 8px;
	width:160px;
	}
.sec1-col3-text2{
	font-size:14px;
	line-height:20px;
	letter-spacing:0;
	color:#000;
	font-weight:500;
	}
.sec1-col3-text3{
	display:inline-block;
	vertical-align:top;
	background:#e2fff1;
	font-size:14px;
	line-height:20px;
	letter-spacing:0;
	color:#000;
	font-weight:500;
	padding:3px 18px 8px;
	border-radius:8px;
	margin-top:10px;
	}
.s1-col3-tick-icn{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-2px 5px 0 0;
	}

/*====section2====*/	
.section2{
	float:left;
	width:100%;
	background:url(../images/s2-bg.jpg) no-repeat center top #f3f6fb;
	padding:60px 0 75px;
	}
.sec2-feature-box{
	float:left;
	width:100%;
	margin-top:45px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.sec2-feature-left{
	float:left;
	width:31.5%;
	background:#fff;
	border:1px solid #e4e9f1;
	border-radius:30px;
	overflow:hidden;
	}
.sec2-feature-left-inner{
	float:left;
	width:100%;
	padding:35px 35px;
	text-align:left;
	}
.sec2-feature-col{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #e4e9f1;
	border-radius:30px;
	padding:35px 35px;
	text-align:left;
	position:relative;
	overflow:hidden;
	}
.sec2-feature-col-heading{
	    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000000;
    font-weight: 700;
	}
.sec2-feature-col-text{
	font-size:17px;
	line-height:24px;
	letter-spacing:0;
	color:#2c3b47;
	margin-top:15px;
	}
.s2-logo-img{
	display:inline-block;
	vertical-align:top;
	margin-top:50px;
	max-width:100%;
	}

.s2-logo-strip{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
	}
.s2-logo-strip-list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal2 35s linear infinite;
	}
.s2-logo-strip-list li{
	display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    white-space: nowrap;
	}
.s2-strip-log{
	height:25px;
	width:auto;
	}
	
@keyframes marquee-horizontal2 {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}


.s2-logo-strip_reverse{
	float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
	}
.s2_marquee_reverse {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
	}
.s2-logo-strip-list_reverse{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
	animation: marquee-horizontal3 35s linear infinite;
	}
.s2-logo-strip-list_reverse li{
	display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    white-space: nowrap;
	}
	
@keyframes marquee-horizontal3 {
	from {transform: translateX(0);}
	to {transform: translateX(100%);}
	}


.sec2-feature-right{
	float:right;
	width:65%;
	}
.sec2-feature-col-left{
	float:left;
	width:45%;
	text-align:left;
	}
.sec2-feature-col-right{
	float:right;
	width:50%;
	}
.s2-right-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec2-feature-right-btm{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.sec2-feature-right-btm-col{
	    float: left;
    width: 32%;
    background: #fff;
    border: 1px solid #e4e9f1;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
	}
.sec2-feature-right-btm-col-top{
	float:left;
	width:100%;
	padding:35px 20px 0;
	}
	
.s2-paid-img{
	display: inline-block;
    max-width: 100%;
	}
.s2-right-img2{
	display:block;
	margin:20px auto 0;
	width:100%;
	}
.sec2-feature-col-text2{
	display:block;
	width:80px;
	background:#e1e9ef;
	font-size:14px;
	line-height:20px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	padding:5px 0 7px;
	border-radius:5px;
	text-align:center;
	margin:10px auto 0;
	}

/*====section3====*/	
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.sec3-inner{
	float:left;
	width:100%;
	padding:0 50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.sec3-inner-left{
	float:left;
	width:45%;
	}
.sec3-left-text1{
	float:left;
	background:#fff;
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	font-weight:500;
	border-radius:35px;
	padding:5px 15px 7px;
	position:relative;
	}
.sec3-left-text1:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:#10dc6b;
	width:10px;
	height:10px;
	border-radius:50%;
	margin:-3px 8px 0 0;
	}
.sec3-left-text2{
	float:left;
	font-size:50px;
	line-height:56px;
	letter-spacing:0;
	color:#fff;
	font-weight:700;
	text-align:left;
	margin-top:15px;
	}
.s3-left-img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
.sec3-inner-right{
	float:right;
	width:48%;
	text-align:left;
	}
.sec3-inner-right .common-heading{
	font-size:40px;
	line-height:50px;
	font-weight:700;
	}
.sec3-price-text{
	font-size:40px;
	line-height:46px;
	letter-spacing:0;
	color:#233876;
	font-weight:700;
	margin-top:20px;
	}
.sec3-price-text sub{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
	margin:-8px 0 0 0;
	}
.sec3-right-text1{
	font-size:17px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.sec3-list-box{
	float:left;
	width:100%;
	margin-top:25px;
	border-top:1px solid #d4d4d4;
	}
.sec3-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
.sec3-list li{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    text-align: left;
    background: url(../images/blue-tick.png) no-repeat left 10px;
    margin-top: 20px;
    background-size: 18px;
    text-transform: capitalize;
	}
/*.sec3-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:9px;
	width:6px;
	height:6px;
	background:#000;
	border-radius:50%;
	}*/

/*====section4====*/
.section4{
	float:left;
	width:100%;
	background:#fff;
	background-size:cover;
	padding:60px 0 70px;
	}
.sec4-row{
	float: left;
    width: 100%;
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
	}
.sec4-col{
	float: left;
	width: 32%;
	text-align: center;
	border: 1px solid #e4e9f1;
	padding: 20px 20px;
	border-radius: 10px;
	}
.s4-icn{
	display:block;
	margin:0 auto 10px;
	width:76px;
	}
.s4-col-text1{
	    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
	}
.s4-col-text2{
	    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
    margin-top: 10px;
	}
	
/*====section5====*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 75px;
	}
	
.s5-review-row{
	float:left;
	width:100%;
	margin:55px 0 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.s5-review-col{
	float:left;
	width:31.5%;
	background:#fff;
	border-radius:10px;
	box-shadow:0 3px 12px 0 rgba(226,231,241,1);
	padding:35px 25px 30px;
	text-align:left;
	}
.s5-review-col-top{
	float:left;
	width:100%;
	position:relative;
	padding-left:70px;
	text-align:left;
	margin-bottom:25px;
	}
.s5-review-img{
	position:absolute;
	left:0;
	top:50%;
	border-radius:50%;
	transform:translatey(-50%);
	width:59px;
	}
.s5-review-name-text{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#233876;
	font-weight:800;
	}
.s5-review-text1{
	font-size:12px;
	line-height:18px;
	letter-spacing:0;
	color:#233876;
	font-weight:500;
	margin-top:5px;
	text-transform:uppercase;
	}
.s5-review-text2{
	float: left;
    width: 100%;
	font-size:17px;
	line-height:25px;
	letter-spacing:0.3px;
	color:#000;
	font-style:italic;
	}
	



/*====section6====*/
.section6{
	float:left;
	width:100%;
	background:url(../images/s2-bg.jpg) no-repeat center top #f6f9fe;
	padding:60px 0 40px;
	position:relative;
	}
.section6:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	background:#fff;
	height:320px;
	bottom:0;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin-top:35px;
	}
.faq-row{
	float:left;
	width:100%;
	background:#fff;
	text-align:left;
	margin-top:20px;
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
	border-radius:12px;
	border:1px solid #fff;
	}
.accordion{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#1f1f1f;
	font-weight:700;
	padding:20px 50px 20px 25px;
	cursor:pointer;
	position:relative;
	}
.accordion:after{
	content:"+";
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-70%);
	font-size:30px;
	color:#233876;
	font-weight:300;
	}
.acdn-heading.accordion-open:after{
	content:"-";
	position:absolute;
	right:20px;
	font-size:32px;
	color:#233876;
	font-weight:300;
	}
.faq-row.active{
	border:1px solid #e1e1e1;
	}
.acdn-content{
	float:left;
	width:100%;
	border-top:1px solid #e1e1e1;
	padding:20px 35px 15px 25px;
	}
.acdn-content p{
	font-size:18px;
	line-height:24px;
	letter-spacing:0.2px;
	color:#1f1f1f;
	margin-bottom:20px;
	}
.sec6-managemant-box{
	float:left;
	width:100%;
	margin-top:80px;
	background:url(../images/s6-management-bg.jpg) no-repeat center top;
	background-size:cover;
	padding:50px 65px;
	border-radius:15px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.sec6-managemant-left{
	float:left;
	width:53%;
	text-align:left;
	padding-top:20px;
	}
.s6-managemant-heading{
	font-size: 52px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
	}
.s6-managemant-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s6-managemant-list li{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    /* letter-spacing: 0.3px; */
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    text-align: left;
    background: url(../images/bnr-list-icn.png) no-repeat left 2px;
    background-size: 20px;
	margin-top:10px;
	}
.s6-managemant-list li span{
	display:block;
	font-weight:700;
	font-size:20px;
}
.sec6-managemant-right{
	float:right;
	width:42%;
	}
.frm-fld{
	float:left;
	width:100%;
	}
.frm-input{
	float:left;
	width:100%;
	background:#fff;
	height:55px;
	border-radius:5px;
	padding-left:15px;
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	font-family: "DM Sans", sans-serif;
	outline:none;
	border:none;
	margin-bottom:12px;
	-webkit-appearance:none;
	box-shadow:0 5px 4px 0 rgba(0,0,0,0.2);
	}
textarea{
	padding: 10px;
	min-height: 170px;
	max-width: 435px;
	min-width:435px;
}
.frm-input::placeholder{
	color:#000;
	}
.select{
	background:url(../images/form-arrow.png) no-repeat 95% center #fff;
	}
.submit-btn{
    float:left;
    width: 100%;
    height: 60px;
    background: #00bf5a;
    font-size: 22px;
    line-height:22px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 5px;
	padding:0;
    position: relative;
	border:none;
	cursor:pointer;
	padding-bottom:3px;
	font-family: "DM Sans", sans-serif;
	}

/*====Footer====*/
.footer{
	    float: left;
    width: 100%;
    background: #f3f6fb;
    padding: 40px 0;
	}
.ftr-logo{
	display:block;
	margin:0 auto 20px;
	max-width:100%;
	width:200px;
	}
.footer-txt1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	letter-spacing:0;
	color:#081936;
	margin-top:10px;
	}
.footer-txt1 a{ padding:0 5px;}

/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f3f6fb;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#515151;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid #000000;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}



.fl{ float:left;}
.fr{ float:right;}

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
.color_white{ color:#fff;}

/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

ul.topMenu li { padding: 0 18px;}
.s1-col-img1{ width:300px;}
.s1-col-img2{ width:275px;}
.sec2-feature-col-heading { font-size: 24px; line-height: 32px;}

.sec1-col{width: 32%;}
.sec1-col-heading{font-size: 24px;}

.sec3-inner { padding: 0 0;}
.sec3-inner-right .common-heading { font-size: 38px; line-height: 44px;}
.sec4-row{ padding:0;}
.sec4-col { width:27%;}

.sec6-managemant-left{ width:50%;}
.s6-managemant-heading { font-size: 48px; line-height: 58px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}

.logo { margin-top: 18px; width: 170px;}
.header-btn{ max-width:130px;}
/*.mob-mnu-ic { top: 28px;}
.mobilemenu { top: 75px;}
.mobimenu-top { top:75px;}*/

ul.topMenu li { padding: 0 7px;}
ul.topMenu li a {font-size: 14px; line-height: 16px;}

.banner-heading { font-size: 40px; line-height: 48px;}
.banner-list li { font-size: 14px;}
.banner-img{ width:500px;}
.banner-chargeback-list li:first-child{ left:110px;}
.banner-chargeback-list li:nth-child(2){ right:110px;}
.banner-chargeback-list li:nth-child(3){ top: 92px;}
.banner-chargeback-list li:last-child{ top: 92px;}

.banner-strip-heading { font-size:28px; line-height:36px;}

.common-heading { font-size:35px; line-height:43px;}
.common-text { font-size:17px; line-height:25px;}

.sec1-col-top { padding: 40px 22px 35px;}
.sec1-col-heading { font-size: 22px;line-height: 28px;}
.s1-col-img1{ width:232px;}
.s1-col-img2 { width: 215px;}
.sec1-col3-inner { padding: 15px 15px 20px;}
.sec1-col3-text1 { font-size: 14px; line-height: 20px;}

.sec3-inner-left{ padding:45px 30px 0;}
.sec3-left-text1{font-size: 14px;}
.sec3-list li{font-size: 16px;line-height: 24px;}

.sec2-feature-left-inner { padding: 20px 20px;}
.sec2-feature-col-heading { font-size: 19px; line-height: 25px;}
.sec2-feature-col { padding: 20px 25px;}
.sec2-feature-right-btm-col-top { padding: 20px 20px 0;}
.sec2-feature-col-text {font-size: 16px;}
.s2-paid-img{ width:170px;}

.sec3-inner{ align-items:start;}
.sec3-left-text2 { font-size: 35px; line-height: 41px;}
.sec3-inner-right .common-heading { font-size: 28px; line-height: 34px;}
.sec3-price-text {font-size: 30px; line-height: 36px;}

.sec4-col { width: 31%;}
.s4-col-text1 { font-size: 20px; line-height: 26px;}

.s5-review-row{ margin:20px 0;}
.s5-review-col{ width:100%; margin-top:30px;}
.s5-review-text2{ font-size:17px; line-height:25px;}

.acdn-content p { font-size: 16px; line-height: 24px;}

.sec6-managemant-box { padding: 50px 30px;}
.sec6-managemant-left { width: 46%;}
.s6-managemant-heading { font-size: 38px; line-height: 46px;}

.s6-managemant-list li{font-size: 16px;line-height: 24px;}

}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

.logo {width: 130px; margin-top: 8px;}
.mob-mnu-ic { top: 20px;}
.mobilemenu {top: 60px;}
.mobimenu-top { top:59px;}

.top-strip{ padding:4px 0 7px;}
.top-strip-text { font-size:14px; line-height: 16px; letter-spacing: 0.3px;}
.top-fix-bar { margin-bottom: 60px;}
.header { height: 60px; margin-top: -60px; top: 60px;}

.banner-section{ padding:25px 0 30px;}
.banner-text1 {font-size: 13px; line-height:19px; letter-spacing: 0.3px; padding:5px 15px 7px;}
.bnr-notification-icn { margin: -2px 5px 0 0; width: 15px;}
.banner-heading { font-size:28px; line-height:35px; margin-top:5px;}
.banner-list{ margin-top:0;justify-content: left; max-width:290px;}
.banner-list li { font-size: 16px; line-height:22px; letter-spacing:0.3px; margin-top:10px;}
.bnr-img-mob{ margin:0 auto 15px; max-width:100%;}
.banner-btn { height: 60px; max-width:285px; font-size: 21px; line-height:56px; margin-top: 25px;}
.banner-section:after{ display:none;}
.bnr-txt{ font-size: 16px; line-height: 24px; margin-top: 10px;}

.banner-strip{ padding:20px 0 10px;}
.banner-strip-heading {font-size:19px; line-height: 25px; letter-spacing:0.7px;}
.scroll_row{ margin-top:20px;}
.banner-strip-list li { padding: 0 20px; font-size: 16px; line-height: 24px;}
.banner-strip-log1 { width:95px;}
.banner-strip-log2 { width: 70px;}
.banner-strip-log3 { width: 90px;}
.banner-strip-log4 { width:53px;}
.banner-strip-log5 {width:82px;}
.banner-strip-log6 { width: 125px;}
.banner-strip-log7 { width:88px;}
.banner-strip-log8 { width: 90px;}
.banner-strip-log9 { width: 53px;}
.banner-strip-log10 { width: 42px;}
.banner-strip-log11 { width: 48px;}
.banner-strip-log12 { width: 60px;}
.banner-strip-log13 { width: 160px;}

.section1{ padding:20px 0 30px;}
.common-heading { font-size: 28px; line-height: 34px;}
.common-text{ font-size:16px; line-height:25px; letter-spacing:0.5px;}
.sec1-row{ row-gap:40px; margin:40px 0 0; padding:0 5px;}
.sec1-col { width: 100%;}
.sec1-col:last-child{ padding-bottom:25px;}
.sec1-col-top { padding:35px 22px 15px;}
.sec1-col-text { top: -17px; width: 35px; height: 35px; font-size: 20px; line-height: 32px;}
.sec1-col3-inner{ margin-top:10px;}
.s1-col-img1 { width: 300px;margin: 0px auto 0;}
.s1-col-img2{width: 280px;margin: 15px auto 0;}
.sec1-col3-text1 { font-size: 15px; line-height:21px;}
.common-btn{ margin-top:30px;}

.sec1-col-heading{ letter-spacing:0.5px;}
.sec1-col-text2{ font-size:16px; letter-spacing:0.3px;}

.section2 { padding: 25px 0 35px;}
.sec2-feature-box { margin-top: 25px;}
.sec2-feature-left { width: 100%; border-radius: 15px; padding-bottom:25px;}
.sec2-feature-left-inner { padding: 20px 20px 0;}
.sec2-feature-col-heading { font-size: 22px; line-height:28px; letter-spacing:0.3px;}
.sec2-feature-col-text{ font-size:16px; line-height:24px; letter-spacing:0.5px;}
.sec2-feature-right{ width:100%; margin-top:20px;}
.sec2-feature-col { padding: 20px 20px; border-radius: 15px;}
.sec2-feature-col-left{ width:100%;}
.sec2-feature-col-right{ width:100%; margin-top:20px;}
.sec2-feature-right-btm{ row-gap:20px;}
.sec2-feature-right-btm-col { width: 100%; border-radius:15px;}
.s2-paid-img{ width:227px;}
.sec3-right-text1{font-size: 16px;}

.s2-logo-strip{margin-top: 30px;}
.s2-strip-log {height: 20px;}
.s2-logo-strip_reverse{margin-top: 30px;}

.section3 { padding:30px 0 35px;}
.sec3-inner-left{ width:100%; padding: 0px 0px 0;}
.sec3-left-text1 { font-size: 14px; line-height: 21px; padding: 3px 15px 5px;}
.sec3-left-text1:before { width: 8px; height: 8px; margin: -1px 8px 0 0;}
.sec3-left-text2 { font-size: 32px; line-height:38px;}
.s3-left-img { margin: 0px 0 0;}
.sec3-inner-right{ width:100%; padding-top:25px;}
.sec3-inner-right .common-heading { font-size: 26px; line-height: 32px;}
.sec3-price-text {font-size:32px; line-height: 32px;}
.sec3-list-box { margin-top: 25px;}
.sec3-list-heading { font-size: 17px; line-height: 23px; letter-spacing: 0.2px;}
.sec3-list { margin-top: 0;}
.sec3-list li { width: 100%; letter-spacing:0.3px;}

.section4{ padding:25px 0 35px;}
.sec4-row{ margin-top:30px; padding:0 5px;}
.sec4-col{ width:100%; padding:15px 10px;}
.s4-icn{ width:55px;}
.s4-col-text1{ letter-spacing:0.3px;}
.s4-col-text2 { letter-spacing: 0.3px; margin-top: 10px;}

.section5 { padding: 25px 0 30px;}
.s5-review-box { margin-top: 0;}
.s5-review-row{ padding:0 10px; margin:10px 0;}
.s5-review-col{  padding: 20px 20px 25px;margin-top: 25px;}
.s5-review-col-top { padding-left: 60px;}
.s5-review-img{ width:50px;}
.s5-review-name-text { font-size: 18px; line-height: 24px; letter-spacing: 0.3px;}
.s5-review-text1{ letter-spacing:0.3px;}
.s5-review-text2 {font-size: 16px;line-height: 24px;}

.section6{ padding:25px 0 30px;}
.faq-box{ margin-top:10px;}
.accordion { padding:15px 40px 15px 15px; font-size:17px; line-height:23px;}
.accordion:after{ right:15px;}
.acdn-content { padding: 15px 15px 0;}

.sec6-managemant-box { padding: 20px 15px 30px; margin-top:40px; background-size:cover;}
.sec6-managemant-left{ width:100%; padding-top:0;}
.s6-managemant-heading{ font-size:30px; line-height:36px;}
.s6-managemant-list{ margin-top:10px;}
.sec6-managemant-right{ width:100%; margin-top:25px;}
textarea{ max-width:100%; min-width:100%; min-height: 100px;}
.s6-managemant-list li span{ margin-bottom:5px;}

.footer { padding: 25px 0 35px;}
.ftr-logo{ width:180px;}
.footer-txt1 { font-size: 14px; line-height: 20px;}
}


.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}