@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins';
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Italic.woff2') format('woff2'),
        url('Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1030px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.hide-desk{display:none;}

/*-----------------------
SECTION
------------------------*/
.section{
	background:url(../images/section.jpg) center top no-repeat;
	background-size:cover;
	padding:60px 0;
}
.section__heading{
	font-size:42px;
	line-height:45px;
	font-weight:600;
	color:#fff;
}
.section__heading span{
	color:#fff000;
}
.section__sub-text{
	font-size:32px;
	line-height:36px;
	color:#fff;
	margin-top:20px;
}
.section__video-1{
	display:inline-block;
	vertical-align:top;
	max-width:1022px;
	width:100%;
	border:6px solid #fff;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	position:relative;
	margin-top:30px;
	cursor:pointer;
}
.section__video-1__image{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	max-width:100%;
	object-fit: cover;
}
.section__video-1__play{
	position:absolute;
	left:50%;
	top:50%;
	margin:-134px 0 0 -134px;
}
.section__video-1__play img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.pulsing {transform: scale(1);animation: 1.5s ease 0s infinite normal none running pulsing; border-radius:50%;}
@keyframes pulsing { 
0% { transform: scale(1); box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px 0px; }
30% { transform: scale(1); box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px 0px; }
70% { transform: scale(1.20); box-shadow: transparent 0px 0px 0px 50px; }
100% { transform: scale(1); box-shadow: transparent 0px 0px 0px 0px; }
}

.appointment__box{
	max-width:796px;
	width:100%;
	border:1px solid #000;
	margin:70px auto 30px;
}
.appointment__box--1{
	margin:70px auto 80px;
}
.appointment__image{
	width:100%;
	display:inline-block;
	vertical-align:top;
}

.section__sub-heading{
	font-size:36px;
	line-height:40px;
	font-weight:600;
	color:#fff;
	margin-top:50px;
}
.testimonial{
	display: grid;
	grid-column-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}
.testimonial__box{
	background:#fff;
	padding:20px 10px;
	border-radius:20px;
	margin-top:80px;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	-webkit-flex-direction:column;
}
.testimonial__face{
	display:block;
	margin:-60px auto 15px;
	border-radius:50%;
	border:2px solid #fff;
	box-shadow:0px 0px 0px 1px #120e46;
	-webkit-box-shadow:0px 0px 0px 1px #120e46;
}
.testimonial__heading{
	font-size:20px;
	line-height:26px;
	font-weight:600;
	padding:0 10px;
	margin-bottom:15px;
}
.testimonial__text{
	font-size:17px;
	line-height:26px;
	font-style:italic;
	margin-bottom:15px;
}
.testimonial--eligible .testimonial__text, .testimonial--upsell .testimonial__text{min-height:208px;}
.testimonial__name{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	border-top:1px solid #d4d8d9;
	padding-top:20px;
	margin-top:auto;
}

.dashboard{
	display:inline-block;
	vertical-align:top;
	border:8px solid #25273a;
	border-radius:8px;	
	margin-top:35px;
}
.dashboard__image{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}

.work__section{
	display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 50px 0;
}
.work__box{
	background:#150b8d;
	border:1px solid #3b30bb;
	border-radius:10px;
	padding:25px;
}
.work__icon{
	width:40px;
	display:block;
	margin:0 auto 10px;
}
.work__box h3{
	font-size:20px;
	line-height:28px;
	font-weight:600;
	color:#fff000;
}
.work__box p{
	font-size:17px;
	line-height:26px;
	color:#fff;
	margin-top:10px;
}

.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin-top:20px;
	}
.accordion{
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right center;
	background-size:14px;
	padding:20px 20px 15px 0;
	font-size:22px;
	line-height:28px;
	font-weight:600;
	color:#fff;
	cursor:pointer;
	position:relative;
	border-bottom:1px solid #4c497d;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right center;
	background-size:14px;
	}
.up-slide-dwn:last-child .acdn-heading.accordion-open{border-bottom:1px solid #4c497d; padding-bottom:15px;}
.acdn-content{
	text-align:left;
	padding:25px 20px 0 0;
	}
.acdn-para{
	font-size:17px;
	line-height:26px;
	color:#cacaca;
	padding-bottom:20px;
	}

.up-slide-dwn:last-child .accordion{
	border-bottom:none;
	padding-bottom:0px;
}


/*-----------------------
SILVER PATHWAY
------------------------*/
.button{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
	max-width:630px;
	width:100%;
	border:4px solid #fff;
	border-radius:10px;
	background: rgb(255,174,0);
	background: linear-gradient(0deg, rgba(255,174,0,1) 0%, rgba(254,227,0,1) 100%);
	box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
	color:#000;
	text-transform:uppercase;
	padding:15px 10px 5px;
	margin:50px auto 0;
	height:90px;
}
.button--1{
	margin-bottom:80px;
}
.button h3{
	font-size:32px;
	line-height:41px;
	font-weight:bold;
}
.trade__chart{
	display:inline-block;
	vertical-align:top;
	border:6px solid #25273a;
	margin:50px 0 35px;
}
.trade-chart__image{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.trade__text{
	font-size:17px;
	line-height:26px;
	color:#fff;
	font-style:italic;
	max-width:650px;
	margin:0 auto 20px;
}
.trade__hr-line{
	max-width:310px;
	width:100%;
	margin:0 auto;
	border-top:1px solid #302f57;
}
.trade__name{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#fff;
	padding-top:20px;
}

/*-----------------------
FOOTER
------------------------*/
.footer{
	padding:60px 0;
}
.disclaimer{
  margin: 0 auto;
  padding: 50px 0;
	font-size:13px;
	line-height:20px;
	text-align:left;
	max-width:1000px;
}
.footer__text{
	font-size:13px;
	line-height:20px;
	margin-top:40px;
}
.footer__text a{margin:0 10px;}


/*==ThankYou==*/
.thankyou_sec{
	width:100%;
	background:#04013a;
	padding:30px 0;
	}
.thanku_text1{
	font-size:32px;
	line-height:38px;
	color:#fff;
	font-weight:500;
	margin-bottom:10px;
	}
.thanku_heading{
	font-size:42px;
	line-height:45px;
	font-weight:600;
	color:#fff;
	}
.thanku_sub_heading{
	font-size:32px;
	line-height:38px;
	font-weight:500;
	margin-top:10px;
	color:#fff000;
	}
.thankYou_videoBx{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	width:100%;
	border:6px solid #fff;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	position:relative;
	padding-bottom:55.6%;
	margin-top:30px;
	cursor:pointer;
	}
.thanku_main_video{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	max-width:100%;
	object-fit: cover;
	}
.thankyou__play{
	position:absolute;
	left:50%;
	top:50%;
	margin:-134px 0 0 -134px;
	}
.thankyou__play img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
	}
.thankyouBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	position:relative;
	margin-top:50px;
	background:#fff;
	border-radius:10px;
	padding:35px 70px 35px;
	}
.thankyou_stepRow{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	position:relative;
	text-align:left;
	}
.thankyou_stepRow:before{
	position:absolute;
	content:"";
	border-left:2px dotted #7469fa;
	top:3px;
	left:-27px;
	bottom:-52px;
	}
.thankyou_stepRow:last-child:before{ display:none;}
.step_point{
	position:absolute;
	left:-35px;
	top:3px;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff;
	border:4px solid #7469fa;
	}
.thankyou_stepRow:first-child{
	margin-top:0;
	}
.ty_step{
	font-size:24px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	}
.ty_step_sub_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:12px;
	}
.ty_calender_brand{
	width:100%;
	margin-top:15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.ty_calender_brand li{
	width:33%;
	padding:15px 10px 12px 56px;
	text-align:left;
	position:relative;
	border:3px solid #cbc9c9;
	border-radius:8px;
	font-size:17px;
	line-height:25px;
	color:#fff;
	letter-spacing:0.3px;
	}
.ty_calender_brand li img{
	position:absolute;
	left:15px;
	top:50%;
	width:32px;
	margin-top:-16px;
	}
.ty_call_details{
	width:100%;
	margin-top:50px;
	}
.ty_call_details li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#000;
	font-weight:400;
	margin-top:5px;
	}
.ty_call_details li:nth-child(1){ font-weight:700;}
.ty_stepVideo_box{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	width:100%;
	border:6px solid #fff;
	box-shadow:0px 0px 10px 1px rgba(171,112,114,0.3);
	-webkit-box-shadow:0px 0px 10px 1px rgba(171,112,114,0.3);
	position:relative;
	padding-bottom:55.6%;
	margin-top:30px;
	cursor:pointer;
	}
.ty_step_video{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	max-width:100%;
	object-fit: cover;
	}

/*==Not Eligible ThankYou==*/
.thankyou_sec--non-eligible{
	padding-bottom:250px;
}
.confirm__text{
	font-size:24px;
	line-height:30px;
	color:#fff000;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.confirm__text img{
	display:inline-block;
	vertical-align:top;
	margin:-5px 5px 0 0;
	width:30px;
}
.section__heading--non-eligible{
	line-height:58px;
	margin-top:20px;
}
.order__info{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	background:#fff;
	padding:35px;
	border-radius:20px;
	margin-top:30px;
}
.product__info{
	width:100%;
}
.product__info tr th, .product__info tr td{
	border-bottom:2px solid #cac9c9; 
	padding:10px;
}
.product__info tr th{
	font-size:22px;
	line-height:26px;
	font-weight:700;
	width:60%;
}
.product__info tr td{
	font-size:17px;
	line-height:22px;
	font-weight:500;
	width:40%;
}
.product__info tr th:first-child, 
.product__info tr td:first-child{text-align:left;}
.product__info tr th:last-child, 
.product__info tr td:last-child{text-align:right;}
.order__product{
	width:47px;
	height:47px;
	background:#c5c5c5;
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
}
.order__product img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.product__info tr td p{
	width:calc(100% - 60px);
	display:inline-block;
	vertical-align:middle;
}
.total__price{
	text-align:right;
	margin-top:10px;
}
.total__price small, .total__price span{font-size:22px; line-height:26px; font-weight:700;}
.total__price small{margin-right:5px;}
.acknow__mail{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	padding: 30px 180px 30px 30px;
	background:#fff;
	border-radius:20px;
	margin-top:40px;
	position:relative;
	text-align:left;
}
.mail__icon{
	position:absolute;
	right:30px;
	top:45px;
	width:100px;
}
.acknow__mail small{
	font-size:17px;
	line-height:22px;
	font-weight:500;
	display:inline-block;
	vertical-align:middle;
}
.acknow__mail small img{
	width:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;
}
.acknow__mail h3{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	margin-top:5px;
}
.acknow__mail p{
	font-size:17px;
	line-height:26px;
	margin-top:10px;
}
.footer__text.mt-0{margin-top:0;}

/*==UPSELL-1==*/
ul.steps__list{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	max-width:670px;
	width:100%;
	margin:20px auto 35px;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
ul.steps__list li{
	text-align:center;
	position:relative;
}
ul.steps__list li.steps__line{
	background:#615aa7;
	height:4px;
	width: calc(100% + 160px);
    margin-left: -80px;
	margin-top:15px;
}
ul.steps__list li.steps__line.active{
	background:#fecd3b;
}
.step__num{
	width:33px;
	height:33px;
	border-radius:50%;
	background:#615aa7;
	font-size:25px;
	line-height:38px;
	color:#fff;
	margin:0 auto 10px;
	position:relative;
	z-index:1;
}
ul.steps__list li.active .step__num{
	background:#fecd3b;
	color:#000;
	box-shadow:0px 0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 0px 1px #fff;
	font-weight:700;
}
ul.steps__list li p{
	font-size:20px;
	line-height:24px;
	color:#fff;
}
.section__text{
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:20px;
}
.important__text{
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:40px;
}
.important__text span{
	text-transform:uppercase;
	color:#fff000;
	font-weight:700;
}

.compare{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	max-width:970px;
	width:100%;
	margin:65px auto 0;
}
.compare__box{
	width:33%;
	background:#fff;
	overflow:hidden;
}
.compare__box--gold{
	border:1px solid #382db3;
	border-right:none;
	border-radius:15px 0 0 15px;	
}
.compare__box--versus{
	width:34%;
	border:1px solid #c9c8e1;
	border-radius:15px;
	margin-top:-18px;
}
.compare__box--platinum{
	border:1px solid #382db3;
	border-left:none;
	border-radius:0 15px 15px 0;	
}
.compare__heading{
	font-size:18px;
	line-height:20px;
	font-weight:600;
	padding:13px 10px 8px;
}
.compare__heading span{
	font-size:20px;
	line-height:22px;
	font-weight:700;
	display:block;
}
.compare__box--gold .compare__heading{
	background: rgb(183,141,57);
	background: linear-gradient(90deg, rgba(183,141,57,1) 0%, rgba(224,186,113,1) 50%, rgba(182,139,54,1) 100%);
}
.compare__box--platinum .compare__heading{
	background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(200,200,200,1) 100%);
}
ul.compare__list li{
	border-top:1px solid #d4d4d4;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
	padding:0 12px;
	height:75px;
}
ul.compare__list li img{
	width:37px;
	display:inline-block;
	vertical-align:middle;
}
ul.compare__list li p{
	font-size:18px;
	line-height:25px;
}
ul.compare__list li p span{
	font-weight:600;
}
.compare__box--versus ul.compare__list li:last-child{
	border-top:none;
	height:20px;
}
.versus{
	font-size:40px;
	line-height:75px;
	width:70px;
	height:70px;
	border:2px solid #b9b9b9;
	border-radius:50%;
	background:#fff;
	margin:15px auto;
}

.package{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	max-width:970px;
	width:100%;
	margin:70px auto 0;
}
.package__box{
	width:48.5%;
	border:1px solid #88879d;
	border-radius:15px;
	background:#fff;
	overflow:hidden;
}
.package__box__heading{
	font-size:26px;
	line-height:28px;
	font-weight:600;
	padding:22px 10px 12px;
}
.package__box__heading span{
	display:block;
	font-size:38px;
	line-height:42px;
	font-weight:700;
}
.package__box--gold .package__box__heading{
	background: rgb(183,141,57);
	background: linear-gradient(90deg, rgba(183,141,57,1) 0%, rgba(224,186,113,1) 50%, rgba(182,139,54,1) 100%);
}
.package__box--platinum .package__box__heading{
	background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(200,200,200,1) 100%);
}
.package__content{
	padding:20px 20px 30px;
}
.package__cut-price{
	font-size:24px;
	line-height:28px;
	font-weight:500;
	color:#6e6e6e;
}
.package__cut-price span{
	position:relative;
}
.package__cut-price span:before{
	content:'';
	position:absolute;
	left:0;
	top:18px;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	border-top:2px solid #f00;
	width:calc(100% + 10px);
	margin-left:-5px;
}
.package__price{
	margin-top:10px;
}
.package__price span{
	font-size:44px;
	line-height:44px;
	color:#04003b;
	font-weight:700;
	display:inline-block;
	vertical-align:middle;
}
.package__price small{
	font-size:24px;
	line-height:28px;
	color:#414141;
	display:inline-block;
	vertical-align:middle;
}
.package__text{
	font-size:15px;
	line-height:20px;
	color:#262626;
	font-style:italic;
	margin-top:8px;
}
ul.package__list{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
}
ul.package__list li{
	font-size:17px;
	line-height:22px;
	font-weight:500;
	color:#000;
	background:url(../images/package-tick.png) left 13px no-repeat;
	background-size:18px;
	text-align:left;
	padding:10px 0 10px 28px;
	border-bottom:1px solid #b1b1b1;
}
ul.package__list li:last-child{border-bottom:none; padding-bottom:0px;}
.package__button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background: rgb(255,174,0);
	background: linear-gradient(0deg, rgba(255,174,0,1) 0%, rgba(254,227,0,1) 50%);
	font-size:38px;
	line-height:42px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	border-radius:10px;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.1);
	padding:18px 10px 8px;
	margin-top:20px;
	border-bottom:3px solid #fff;
}
ul.package__list li.disable{color:#bebebe;background-image: url(../images/compare-cross.png)}

.no-thanks{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
	line-height:26px;
	color:#a7a3dd;
	text-decoration:underline;
	margin-top:40px;
}
.package--2{margin: 50px auto 0;}

/*==UPSELL-2==*/
.upsell-2 .section{background:#04003b;}
.upsell-2 .section__heading{line-height:52px;}
.section__sub-text{font-size:28px; font-weight:600;}
.upsell-2__inner{
	background:#fff;
	padding:40px 30px;
	border-radius:15px;
	margin-top:35px;
}
.upsell-2__text-1{
	font-size:24px;
	line-height:32px;
	font-weight:700;
	text-align:left;
	background:url(../images/line-bar.jpg) left bottom no-repeat;
	padding-bottom:45px;
	margin-bottom:15px;
}
.upsell-2__heading{
	font-size:36px;
	line-height:44px;
	font-weight:600;
	margin-top:30px;
}
.upsell-2__text{
	font-size:17px;
	line-height:26px;
	margin-top:25px;
	text-align:left;
}
.upsell-2__text.mt-0{margin-top:0px;}
.upsell-2__scoll-face{
	float:right;
	border-radius:12px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	padding:3px;
	border:2px solid #3b30bb;
}
.upsell-2__text strong{font-weight:600;}
.upsell-2__image{
	margin:40px auto 0;
	max-width:100%;
}
.yellow__strip{
	display:inline-block;
	vertical-align:top;
	background:#fffbce;
	border-radius:10px;
	font-size:17px;
	line-height:26px;
	font-weight:600;
	font-style:italic;
	border:1px solid #f0eaa4;
	padding:20px 40px;
	margin:35px auto 10px;
	text-align:left;
}
.upsell-2__profit{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 20px;
	margin:40px 0;
}
.upsell-2__profit__box{
	border:1px solid #f0eaa4;
	border-radius:12px;
	padding:30px 20px;
}
.upsell-2__profit__box img{
	width:90px;
	display:block;
	margin:0 auto 15px;
}
.upsell-2__profit__box p{
	font-size:17px;
	line-height:26px;
}
.upsell-2__profit__box p strong{font-weight:600;}
.upsell-2__image__left{
	float:left;
	margin:30px 40px 30px 0;
	max-width:100%;
}
.upsell-2__image__right{
	float:right;
	margin:30px 0 10px 40px;
	max-width:100%;
}
ul.upsell-2__winner-list{
	margin-top:30px;
}
ul.upsell-2__winner-list li{
	position:relative;
	font-size:17px;
	line-height:26px;
	text-align:left;
	padding:5px 0 20px 40px
}
ul.upsell-2__winner-list li:before{
	content:'';
	position:absolute;
	left:14px;
	top:0;
	bottom:0;
	border-left:2px dotted #7469fa;
}
ul.upsell-2__winner-list li:last-child{padding-bottom:0px;}
ul.upsell-2__winner-list li:last-child:before{display:none;}
ul.upsell-2__winner-list li:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:19px;
	height:19px;
	background:#fff;
	border-radius:50%;
	border:5px solid #7469fa;
}
ul.upsell-2__winner-list li span{
	font-size:21px;
	font-weight:600;
}
.border__light-blue{
	border:3px solid #e1e6f3;
	border-radius:4px;
}
.border__dark-blue{
	border-radius:2px;
	box-shadow:0px 0px 0px 8px #25273a;
}
.upsell-2__portfolio-box{
	padding:25px;
	background:#fffbce;
	border:1px solid #f0eaa4;
	border-radius:10px;
	margin-top:40px;
}
.upsell-2__heading.mt-0{margin-top:0;}
.upsell-2__portfolio-box .upsell-2__text{text-align:center;}
.upsell-2__cut-price{
	font-size:17px;
	line-height:26px;
	margin-top:25px;
}
.upsell-2__cut-price span{
	font-size:24px;
	position:relative;
	margin-left:10px;
}
.upsell-2__cut-price span:before{
	content:'';
	position:absolute;
	left:0;
	top:15px;
	width:calc(100% + 10px);
	margin-left:-5px;
	border-top:2px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
}
.upsell-2__price{
	font-size:36px;
	line-height:40px;
	font-weight:700;
	margin-top:10px;
}
.upsell-2__button {
    display: inline-block;
    vertical-align: top;
	max-width:623px;
    width: 100%;
    background: rgb(255, 174, 0);
    background: linear-gradient(0deg, rgba(255, 174, 0, 1) 0%, rgba(254, 227, 0, 1) 50%);
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 28px 10px 20px;
    margin-top: 35px;
	margin-bottom:10px;
    border-bottom: 3px solid #fff;
}
.money-back__seal{
	float:right;
	margin:25px 0 0 25px;
}

/*==MEDIA CSS==*/
@media only screen and (max-width:1040px){
.container{width:1000px;}
.hide-1024{display:none;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}

.work__section{grid-template-columns: 1fr 1fr;}

/*==ThankYou==*/
.thanku_text1{ font-size:28px;}
.thanku_sub_heading{ font-size:28px;}

.thankyouBox{ padding:35px 50px 35px;}
.thankyou__play{ margin:-100px 0 0 -100px; width:200px;}

/*==Upsell-1==*/
.important__text{font-size:17px; line-height:26px;}
ul.compare__list li p{font-size:14px; line-height:20px;}
.package__button{font-size:32px; line-height:36px;}
.no-thanks{font-size:14px; line-height:22px;}

/*==UPSELL-2==*/
.upsell-2__heading{font-size:26px; line-height:34px;}
.yellow__strip{padding:20px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.section{background:url(../images/section-mobile.jpg) center top no-repeat #04003b; background-size:100%; padding:20px 0 40px; /*max-width:380px; margin:0 auto;*/}
.section__heading{font-size:34px; line-height:42px;}
.section__sub-text{font-size:22px; line-height:28px; margin-top:15px;}
.section__video-1{box-shadow:none; border:none; width:calc(100% + 30px); margin-left:-15px; margin-top:15px;}
.section__video-1__play{width:185px; margin:-92.95px 0 0 -92.95px;}

.button{height:80px; margin-top:30px; padding:18px 10px 10px;}
.button h3{font-size:28px; line-height:30px;}
.button--1{margin-bottom:45px;}

.appointment__box{margin-top:35px; margin-bottom:0;}

.section__sub-heading{font-size:27px; line-height:36px; margin-top:35px;}
.testimonial{grid-template-columns: 1fr;}
.testimonial__box{margin-top:60px;}
.testimonial__heading{padding:0 20px;}
.testimonial--upsell{margin-top:15px;}
.testimonial--eligible .testimonial__text, .testimonial--upsell .testimonial__text{min-height:auto;}

.trade__chart{margin:35px auto 30px;}

.dashboard{margin-top:20px;}

.work__section{margin:40px 0; grid-template-columns: 1fr;}

.accordion{font-size:20px;}
.acdn-para{font-size:16px; line-height:24px; padding-bottom:15px;}

.footer{padding:25px 0;}
.footer__text{margin-top:20px;}
.footer__text a{margin:0 3px;}

/*==ThankYou==*/
.thanku_text1, .thanku_sub_heading{ font-size:22px; line-height:28px;}
.thanku_heading{ font-size:30px; line-height:38px;}

.thankYou_videoBx{box-shadow:none; border:none; width:calc(100% + 30px); margin-left:-15px; padding-bottom:120%; margin-top:20px; max-width:none;}
.thankyou__play{width:160px; margin:-80px 0 0 -80px;}

.thankyouBox{ padding:20px 10px 25px 35px;}
.step_point{ width:16px; height:16px; left:-25px; border:3px solid #7469fa;}
.thankyou_stepRow:before{ left:-19px;}
.ty_step{ font-size:21px; line-height:26px;}
.ty_step_sub_text{ margin-top:8px;}

.ty_calender_brand{ width:94%;flex-wrap: wrap;}
.ty_calender_brand li{ width:100%; font-size:16px; line-height:20px; padding:17px 10px 14px 56px;}
.ty_call_details { margin-top:30px;}

.ty_stepVideo_box{ border:3px solid #fff; width:95%; margin-top:18px;}
.ty_stepVideo_box .thankyou__play{ width:80px; margin:-40px 0 0 -40px;}

.thankyou_sec--non-eligible{padding-bottom:200px;}
.confirm__text{font-size:16px; line-height:16px;}
.confirm__text img{width:20px; margin: -4px 4px 0 0;}
.section__heading--non-eligible{font-size:32px; line-height:40px; margin-top:15px;}
.order__info{padding:15px; border-radius:8px; margin-top:}
.product__info tr th{font-size:17px; line-height:24px;}
.product__info tr td{font-size:15px; line-height:20px;}
.order__product{width:35px; height:35px;}
.total__price small, .total__price span{font-size:16px; line-height:20px;}
.acknow__mail{padding: 20px; border-radius:8px;}
.mail__icon{width:60px; top:18px; right:18px;}

/*==Upsell-1==*/
ul.steps__list{max-width:320px; margin: 12px auto 25px;}
ul.steps__list li.steps__line{width:calc(100% + 80px); margin-left:-40px; height:2px; margin-top:11px;}
.step__num{width:23px; height:23px; font-size:15px; line-height:26px; margin:0 auto 8px;}
ul.steps__list li p{font-size:15px; line-height:20px;}

.upsell-1 .section__heading{font-size:26px; line-height:34px;}
.section__text{font-size:16px; line-height:24px; margin-top:10px;}
.important__text{font-size:19px; line-height:29px; letter-spacing:0.8px; margin-top:25px;}

.compare{margin:30px auto 0;}
.compare__box{width:25%;}
.compare__box--versus{width:50%; margin-top:-4px;}
.compare__heading{font-size:14px; line-height:16px;}
.compare__heading span{font-size:15px; line-height:18px;}
ul.compare__list li img{width:25px;}
ul.compare__list li p{font-size:13px; line-height:19px;}
.versus{width:50px; height:50px; font-size:27px; line-height:52px;}

.package{margin:35px auto 0; flex-direction: column-reverse;}
.package__box{width:100%;}
.package__box--gold{margin-top:30px;}
.package__box__heading{font-size:24px; line-height:26px;}
.package__box__heading span{font-size:32px; line-height:36px;}
.package__text{font-size:12px; line-height:18px;}
.package__button{font-size:30px; line-height:34px;}
.no-thanks{font-size:14px; line-height:22px; margin-top:25px;}

/*==UPSELL-2==*/
.upsell-2 .section{background:#07005f;}
.upsell-2 .section__heading{font-size:28px; line-height:36px;}
.upsell-2__inner{padding:25px 18px;}
.upsell-2__text-1{font-size:20px; line-height:28px; padding:15px 0 50px;}
.upsell-2__scoll-face{width:105px; margin: 0 0px 30px 30px;}
.upsell-2__text{margin-top:20px;}
.upsell-2__image{margin:30px auto 0;}
.upsell-2__image.hide-desk{margin:30px auto;}
.yellow__strip{margin:25px auto 10px;}
.upsell-2__profit{grid-template-columns: 1fr; margin:30px auto;}
ul.upsell-2__winner-list li{padding: 2px 0 20px 40px;}
ul.upsell-2__winner-list li:before{left:11px;}
ul.upsell-2__winner-list li:after{width:15px; height:15px;}
ul.upsell-2__winner-list li span{display:block; margin:0 0 8px;}
.upsell-2__portfolio-box{margin-top:30px; padding:25px 15px;}
.upsell-2__cut-price{line-height:30px;}
.upsell-2__price{font-size:30px; line-height:34px; margin-top:4px;}
.upsell-2__cut-price span{margin-left:0;}
.upsell-2__button{font-size:28px; line-height:32px; padding:15px 10px 8px;}
.money-back__seal{width:120px;}
}










