@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: 'Inter';
	font-weight: normal;
	}
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;}
a:hover {}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.scraped-container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=========FONTS===========*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/Inter-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/Inter-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/Inter-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/Inter-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/*==========Header==============*/
.topStrip{
	float:left;
	width:100%;
	background:#30be52;
	padding:5px 0;
	}
.topStrip p{
	font-size:16px;
	line-height:22px;
	color:#ffffff;
	font-weight:600;
	letter-spacing:0.5px;
	}
.topStrip p span{
	display:inline-block;
	vertical-align:middle;
	color:#fffc00;
	border:2px dotted #fff;
	padding:0 3px;
	margin:-2px 3px 0;
	border-radius:5px;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 3px 0 0;
	}
.header{
	float:left;
	width:100%;
	padding:20px 0;
	}
.logo{
	float:left;
	}
.secure-chkout-ic{
	float:right;
	}


/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	padding:40px 0;
	position:relative;
	background:#faf8ec;
	overflow:hidden;
	}
.banner:after{
	position:absolute;
	right:0;
	top:10px;
	background:url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/bnr-strp-img.png") no-repeat center center;
	content:"";
	width:13%;
	max-width:252px;
	height:391px;
	background-size:100%;
	}
.bnr-left{
	float:left;
	width:60%;
	text-align:left;
	}
.banner-heading{
	float:left;
	width:100%;
	font-size:44px;
	line-height:50px;
	font-weight:bold;
	color:#000000;
	z-index: 2;
	position:relative;
	margin-top:20px;
	}
.banner-heading span{ color:#b7201a;}
ul.bnr-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:900px;
	padding:40px 0 10px;
	z-index: 2;
	position:relative;
	}
ul.bnr-list li{
	display: inline-block;
    vertical-align: middle;
    color: #363636;
    font-size: 18px;
    line-height: 22px;
	letter-spacing:0.5px;
    padding: 0 25px;
	font-weight: 600;
    text-align: left;
    position: relative;
	}
ul.bnr-list li:first-child {
    padding-left: 0;
}
ul.bnr-list li:last-child {
    padding-right: 0;
}
ul.bnr-list li:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	height:90px;
	width:2px;
	background:#e1e1e1;
	}
ul.bnr-list li:last-child:after{ display:none;}
ul.bnr-list li img{
	display: block;
    margin: 0 0 10px;
	}
.rvw-txt {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
	}
.rvw-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 10px 0 0;
	}
.banner-prod1{
	position: absolute;
    right:0;
    top: -15px;
	}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:50px 0 60px;
	position:relative;
	}
.secure-chkout-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:770px;
	border:1px solid #b8b8b8;
	border-radius:10px;
	padding:0 15px 10px;
	}
.secure-chkout-box span{
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	margin-top:-23px;
	padding:0 15px;
	font-size:18px;
	line-height:20px;
	color:#363636;
	}
.secure-chkout-box span img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 15px 0 0;
	}
.secure-logos{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.checkout-sec{
	float:left;
	width:100%;
	margin-top:115px;
	}
.select-line-list{
	float:left;
	width:95px;
	margin-top:90px;
	}
.select-line-list-col{
	float:left;
	width:100%;
	}
.slct-step{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin:0 auto 10px;
	width:70px;
	height:70px;
	border-radius:50%;
	background:#d8d8d8;
	color:#fff;
	font-size:34px;
	font-weight:bold;
	position:relative;
	}
.select-line-list-col p{
	font-size:19px;
	line-height:22px;
	color:#d8d8d8;
	font-weight:600;
	}
.select-line-list-col.active  p{color:#000000;}
.select-line-bar{
	display:block;
	margin:10px auto;
	width:3px;
	height:540px;
	background:#d8d8d8;
	}
.select-line-bar2{ height:410px;}
.select-line-bar3{ height:1010px;}
.active .select-line-bar{background:#ffb400;}
.active .slct-step{background:#ffb400; color:#ffb400;}
.active .slct-step:after{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:'';
	background:url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/step-active.png") no-repeat center center;
	}


/*==================*/
.chkout-rght-side{
	float:right;
	width:calc(100% - 135px);
	}
.package-box{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.package-col{
	width:24%;
	border:3px solid #e4e4e4;
	border-radius:10px;
	padding:20px 15px 18px;
	text-align:center;
	cursor:pointer;
	background:#fff;
	position:relative;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.package-col-1{
	border:3px solid #d13131;
	border-radius:0 0 10px 10px;
	}
.package-col.active{
	border:3px solid #00bb29;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.recommend-line{
	position:absolute;
	left:-3px;
	top:-30px;
	right:-3px;
	background:#d13131;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	border-radius:10px 10px 0 0;
	padding:5px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.recommend-line img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
.package-col.active .recommend-line{background:#00bb29;-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.pkg-hdng{
	font-size:22px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	margin-bottom:15px;
	min-height:52px;
	}
.pkg-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pkg-prc{
	font-size:28px;
	line-height:30px;
	color:#bc1d1d;
	font-weight:bold;
	margin-top:15px;
	}
.pkg-prc span{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-weight:normal;
	padding-right:5px;
	color:#505050;
	text-decoration:line-through;
	}
ul.pkg-list{
	float:left;
	width:100%;
	margin-top:10px;
	padding:0 15px;
	}
ul.pkg-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#1d1d1d;
	margin-top:5px;
	padding-left:22px;
	background:url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/pkg-tik.png") no-repeat left 2px;
	text-align:left;
	}
.order-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:470px;
	margin-top:60px;
	text-align:center;
	}
.pkg-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:68px;
	background:#00bb29;
	border-radius:5px;
	position:relative;
	padding-right:45px;
	font-size:28px;
	line-height:63px;
	letter-spacing:0.5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	border:none;
	border-bottom:3px solid #344137;
	cursor:pointer;
	outline:none;
	font-family: 'Inter';
	}
.pkg-btn span{
	position:absolute;
	right:0;
	width:50px;
	border-left:1px solid #4dd06a;
	top:0;
	bottom:0;
	}
.pkg-btn span:after{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-8px;
	border-left:10px solid #fff;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	content:"";
	}
.btn-hidden-text{
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:7px;
	}
.btn-hidden-text span{
	padding:0 10px;
	}
.btn-hidden-text span img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 0;
	}
.form-box{
	float:left;
	width:100%;
	margin-top:45px;
	}
.form-box-left{
	float:left;
	width:52%;
	text-align:left;
	}
.info-hdng{
	float:left;
	width:100%;
	font-size:30px;
	line-height:34px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	}
.paypal-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	background:#f7c457;
	border-radius:5px;
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);
	text-align:center;
	}
.paypal-btn img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.or-line-text{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#363636;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	}
.or-line-text:before{
	display:inline-block;
	vertical-align:middle;
	height:1px;
	width:110px;
	border-bottom:1px solid #c2c2c2;
	content:"";
	margin:-3px 10px 0 0;
	}
.or-line-text:after{
	display:inline-block;
	vertical-align:middle;
	height:1px;
	width:110px;
	border-bottom:1px solid #c2c2c2;
	content:"";
	margin:-3px  0 0 10px;
	}
.cards{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#2e2e2e;
	font-weight:600;
	margin-top:35px;
	}
.cards img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 8px;
	}
.payment-flds-box {
    float: left;
    width: 100%;
    margin:10px 0 30px 0;
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:7px 0;
	}
.frm-flds.fl{float:left;}
.frm-flds.fr{float:right;}
.frm-flds.half-fld{width:49%;}
.frm-flds.drop-fld{width:34%; margin-right:1%;}
.frm-flds.zip-fld{width:30%;}
.frm-flds.exp-flds{width:60%;}
.frm-flds.cvv-flds{width:38%;}
.frm-flds label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:8px;
    left: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    transition: all .2s ease-in-out;
    z-index: 1;
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	}
.frm-flds .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}
.input-flds, .selcet-fld{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #d9d9d9;
	height:52px;
	padding:10px 10px 10px 15px;
	border-radius: 5px;
	color: #000;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:17px;
	font-family: 'Inter';
	letter-spacing:0.5px;
	-webkit-appearance:none;
	}
.selcet-fld{
	background:url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/select.png") no-repeat right center #fff;
	padding-right:40px;
	}
.frm-flds .fl-is-active .input-flds{	
	padding-top: 20px;
	}
.frm-flds .fl-is-active .selcet-fld{	
	padding-top: 20px;
	}
.input-flds:focus{
	border:1px solid #00bb29;
	box-shadow:0 0 0 1px #00bb29;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
	}
.secure-logos2{
    display: block;
    margin:15px auto 0;
    max-width: 100%;
	}
.info-hdng-mrgn{ margin-top:70px; text-transform:uppercase;}
.info-subhdng{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
	letter-spacing:0.5px;
    color: #1d1d1d;
	margin-top:5px;
	}
.shipng-info{
	float:left;
	width:100%;
	margin-top:15px;
	}
.offer-box{
	float:left;
	width:100%;
	border:1px dashed #d13131;
	background:#fffff0;
	border-radius:15px;
	margin-top:25px;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.1);
	position:relative;
	overflow:hidden;
	cursor: pointer;
	}
.offer-box input[type=checkbox]{
	position:absolute;
	left:0;
	opacity:0;
	}
.offer-box input[type=checkbox] + span{
	position:absolute;
	top:18px;	
	left:20px;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#000;
	border:1px solid #7c7c7b;
	background:#fff;
	}
.offer-box input[type=checkbox]:checked + span:after{
	content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #414141;
    border-radius: 50%;
    left: 3px;
    top: 3px;
	}
.offr-hdng{
	font-size:22px;
	line-height:30px;
	color:#131627;
	letter-spacing:0.5px;
	font-weight:600;
	padding:12px 5px 12px 50px;
	background:#f5f8c2;
	}
.ofrbox-mdl{
	float:left;
	width:100%;
	padding:15px 15px 15px 25px;
	position:relative;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	}
.ofrbx-prod{
	float:left;
	}
.ofrbox-mdl > div{
	float:right;
	width:calc(100% - 110px);
	text-align:left;
	}
.ofrbox-mdl span{
	font-size:20px;
	line-height:26px;
	color:#131627;
	font-weight:600;
	}
.ofrbox-mdl p{
	font-size:18px;
	line-height:26px;
	color:#131627;
	margin-top:12px;
	}
.complt-btn{
	display: inline-block;
    vertical-align: middle;
    width: 92%;
	margin-left:4%;
    margin-top: 30px;
    text-align: center;
	}
	
/*=========order-sumry-rght===============*/
.order-sumry-rght{
	float:right;
	width:44.60%;
	margin-top:10px;
	}
.order-smry-box{
	float:left;
	width:100%;
	border:3px solid #d13131;
	border-radius:15px;
	padding:25px 15px 10px;
	}
.smry-hdng{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
	text-align:left;
	margin-bottom:10px;
	}
.prod-box{
	float:left;
	width:100%;
	border-top:2px solid #ebebeb;
	padding:15px 0;
	}
.prod-box:first-child{ border:none;}
.ord-lft{
	float:left;
	width:70%;
	text-align:left;
	position:relative;
	}
.prod-img{
	display:inline-block;
	vertical-align:middle;
	width:70px;
	height:70px;
	line-height:58px;
	border:1px solid #dedddd;
	border-radius:4px;
	background:#fff;
	text-align: center;
	position:relative;
	}
.prod-img img{
	display:inline-block;
	vertical-align:middle;
	max-height:80%;
	}
.prod-count {
    right: -5px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    top: -5px;
    position: absolute;
    background-color: rgba(114,114,114,0.9);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
	text-align:center;
	}
.ord-title{
	display:inline-block;
	vertical-align:middle;
	width: calc(100% - 75px);
	color: #000000;
	font-size:18px;
	line-height:23px;
	font-weight:bold;
	letter-spacing: 0.5px;
	padding-left:15px;
	}
.ord-right{
	float:right;
	margin-top:20px;
	}
.ord-right p{
	float:right;
	color: #161616;
	font-size:18px;
	text-align:right;
	font-weight:600;
	}
.devider-cp {
    float: left;
    width: 100%;
   	margin:15px 0;
    height: 2px;
	}
.apply-cuppon {
    float: left;
    width: 100%;
	margin:10px 0 20px;
	}
.apply-cuppon input {
    float: left;
    width:70%;
    background: #f6f6f6;
    border: 1px solid #c2c2c2;
	font-family: 'Inter';
    font-size: 16px;
    height:55px;
    color: #333;
    padding: 5px 15px;
	-webkit-appearance:none;
	border-radius:5px 0 0 5px;
	outline:none;
	text-transform:uppercase;
	}
.apply-cuppon button {
    float: right;
    width:30%;
	font-family: 'Inter';
    height:55px;
    line-height:38px;
    background: #0b8005;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	border-radius:0 5px 5px 0;
	}
.cart-table{
	color: #000;
    width: 100%;
    font-size: 17px;
    line-height: 32px;
    padding:3px 5px;
	}	
.cart-table span{color:#000;}
.bdr{     
    padding-top: 5px;
    margin-top: 5px;
	border-top:3px solid #ddd;
	}	
.cat-tbl-1{ background:#e3e3e3; line-height:36px;}
.cat-tbl-1 span{ color:#ff0000; font-weight:bold;}	
.total-txt{
	font-size:17px;
	}
.cart-discont{
	background:#fffee2;
	border:1px solid #e7e5b2;
	padding:3px 5px;
	margin:3px 0;
	}
.discnt-ic{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0;
	}
.coupn-show img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 8px;
	}
.money-bk-dv{
	float:left;
	width:100%;
	margin-top:50px;
	padding:25px 0 25px 135px;
	position:relative;
	text-align:left;
	border-top:1px solid #ebebeb;
	}
.mny-bk-seal{
	position:absolute;
	left:-5px;
	top:50%;
	margin-top:-68px;
	}
.money-bk-dv h3{
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	}
.money-bk-dv p{
	font-size:17px;
	line-height:24px;
	color:#363636;
	margin-top:10px;
	}


/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
	background:#fff;
    padding:50px 0;
	border-top:1px solid #ddd;
	}
.ftr-logo{
	margin:0 auto 10px;
	display:block;
	}	
.ftr-txt{
    float:left;
    width:100%;
    font-size:14px;
    line-height:22px;
    color:#000;
	margin-top:10px;
	letter-spacing:0.3px;
	}	
.footer .ftr-txt a{
    padding:0 8px;
    color:#333333;
	position:relative;
	}
.footer .ftr-txt a:after{
	content:"";
	position:absolute;
	top:2px;
	right:0;
	bottom:1px;
	height:auto;
	width:2px;
	background:#e1e1e1;
	}
.footer .ftr-txt a:last-child:after{ display:none;}
.ftr-text-bx{
	float:left;
	width:100%;
	border:1px solid #ebebeb;
	margin:20px 0;
	padding:15px 15px 25px;
	}

/*==============Media=============*/


@media only screen and (max-width:1187px){
.scraped-container{ width:1004px;}

.bnr-left{width: 70%;}
.banner-heading{font-size: 39px; line-height: 45px;}
ul.bnr-list li{ padding:0 20px;}
.banner-prod1{ width:400px;right: 20px; top: 15px;}
.banner:after{max-width: 130px;}

.recommend-line{ font-size:15px;}

.ofrbox-mdl{ padding:15px;}
.ofrbox-mdl p{font-size: 16px;line-height: 24px;}

.or-line-text:before,.or-line-text:after{width: 60px;}

.ord-lft{width: 75%;}
.ord-title{padding-left: 5px;font-size: 16px;line-height: 23px;}


.complt-btn .pkg-btn{font-size: 23px;}

}

@media only screen and (max-width:1021px){
.scraped-container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.banner{ padding:30px 0;}
.bnr-left {width: 80%;}
.banner-heading {font-size: 34px;line-height: 40px;}
ul.bnr-list li { padding: 0 15px;font-size: 16px;line-height: 22px;}
.rvw-txt{ font-size:16px;}
.banner-prod1 {width: 330px;top: 30px; right:-70px}
.banner:after {width: 130px;height: 304px; display:none;}

.checkout-sec{ margin-top:40px;}
.select-line-list{ margin-top:0; width:100%;}
.select-line-list-col{ width:25%;position:relative;}
.select-line-bar{ height:3px;position: absolute;right: -49px; width: 50%;top: 25px;}

.slct-line-row{float:left;width:100%;}
.select-fix-nav .slct-line-row{
	position: fixed;
	z-index: 11;
	left:0;
	top: 0;
	padding:10px 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);
	}


.chkout-rght-side{ width:100%; margin-top:30px;}
.package-col{ width:100%; margin-top:20px;}
.pkg-left{ float:left; width:45%; text-align:left;}
.pkg-hdng{ min-height:auto;}
ul.pkg-list{ padding:0;}
.pkg-rght{ float:right; width:45%;}

.form-box-left{ width:100%;}
.order-sumry-rght{ width:100%; margin-top:25px;}



}


@media only screen and (max-width:767px){
.scraped-container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}


.topStrip p{font-size: 11px;line-height: 16px;}
.topStrip p span{padding: 0 2px;margin: -2px 2px 0;}
.topStrip p img{margin: -1px 3px 0 0;width: 15px;}

.header{ padding:10px 0;}
.logo{ width:140px;}
.secure-chkout-ic{ width:160px;}

.banner{ padding:15px 0 17px;}
.bnr-left{ width:100%; text-align:center;}
.banner-heading {font-size: 22px;line-height:28px;margin-top: 10px;}
ul.bnr-list{ width:50%; padding:15px 0 0 0;}
ul.bnr-list li,ul.bnr-list li:first-child{ float:left; width:100%; text-align:left; padding:0 0 0 25px; margin-bottom:10px;font-size: 15px;}
ul.bnr-list li img{ position:absolute; left:0; top:4px; width:18px;}
ul.bnr-list li:after{ display:none;}
.bnr-mob{ display:inline-block; vertical-align:middle; width:170px;  margin-top:20px; margin-left:-10px;}
.banner-prod1,.banner-prod2{ display:none;}
.rvw-txt {font-size: 15px;line-height: 20px; margin-top:0;}
.rvw-txt img{ width:100px; margin:-5px 5px 0 0;}
.banner:after{ display:none;}

.sectionOne{ padding:15px 0 30px;}
.checkout-sec{ margin:0;}
.secure-chkout-box{ padding:0 8px 10px; display:none;}
.secure-chkout-box span{padding: 0 10px;font-size: 16px; line-height: 18px;}
.secure-chkout-box span img {margin: -3px 8px 0 0;width: 16px;}
.slct-step{ width:38px; height:38px;font-size: 21px;}
.active .slct-step:after{ background-size:20px;}
.select-line-list-col p{font-size: 14px;line-height: 16px;}
.select-line-bar{top: 9px; right:-25%;}

.package-col{ padding:12px 10px 12px 12px;display: flex;flex-wrap: wrap; align-items: center; margin-top:10px;}
.pkg-left{ width:45%;}
.pkg-hdng{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.pkg-prc{ font-size:24px; line-height:24px; margin-top:8px;}
.pkg-prc span{ display:block;}
ul.pkg-list li:first-child{ display:none;}
.pkg-rght {width: 55%;}
ul.pkg-list li{ font-size:15px;}
.order-btn{ margin-top:25px;}

.form-box{ margin-top:25px;}
.info-hdng{font-size: 22px;line-height: 24px;}
.paypal-btn{ margin-top:18px;}
.or-line-text{font-size: 15px;margin-top: 30px;}
.or-line-text:before, .or-line-text:after {width: 40px;}
.cards{font-size: 15px;}
.cards img{ width:180px;}

.payment-flds-box{ margin:10px 0 0;}
.frm-flds{ margin:6px 0;}
.frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld , .frm-flds.cvv-flds, .frm-flds.exp-flds{width: 100%;margin-right: 0;}
.secure-logos2{margin: 6px auto 0;}
.info-hdng-mrgn{ margin-top:30px;}

.offer-box{ margin-top:20px;}
.offr-hdng{font-size: 19px;line-height: 23px;padding: 10px 5px 10px 35px;}
.offer-box input[type=checkbox] + span{top: 14px;left: 10px; width: 18px;height: 18px;}
.offer-box input[type=checkbox]:checked + span:after{width: 10px; height: 10px;}
.ofrbox-mdl {padding: 10px 10px 15px;}
.ofrbx-prod{ width:50px;}
.ofrbox-mdl > div { width: calc(100% - 60px);}
.ofrbox-mdl span{    font-size: 18px; line-height: 24px;letter-spacing: 0.3px;}
.ofrbox-mdl p {font-size: 14px;line-height: 21px;margin-top: 7px;}

.order-smry-box{ padding:20px 12px;}
.prod-img{width: 60px;height: 60px;line-height: 56px;}
.ord-title{width: calc(100% - 65px);}
.apply-cuppon{margin: 10px 0 15px;}
.cart-table{font-size: 16px; line-height: 28px;}
.complt-btn{ width:100%; margin:25px 0 0;}
.complt-btn .pkg-btn {font-size: 20px;padding-right: 38px;}
.pkg-btn span{ width:40px;}
.pkg-btn span:after{ right:15px;}
.btn-hidden-text{ font-size:13px;}
.ord-right p{ font-size:16px;}

.money-bk-dv{ margin-top:30px; padding:0 0 0 120px; border:none;}
.mny-bk-seal{ width:110px; margin-top:-60px;}
.money-bk-dv h3{font-size: 18px;line-height: 20px;}
.money-bk-dv p{font-size: 15px;line-height: 22px;}

.footer{ padding:30px 0;}
.ftr-logo{width:135px; margin:0 auto 5px;}
.footer .ftr-txt a{ padding:0 6px; font-size:13px;}
.footer .ftr-txt a:nth-child(3):after{ display:none;}
.ftr-text-bx{ padding:10px 12px 20px;}
.ftr-txt{ font-size:13px; line-height:19px; letter-spacing:0.5px;}


}

@media only screen and (max-width:360px){
	
}



/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url("https://assets.funnelkonnekt.com/Funnel/assets/images/0248c255-d74a-47ae-b256-1cd65b380501/0717b3bd-4ad3-4198-a3b2-c9b4a4c433a8/loading.gif") center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}
