/* ESP COMPARISON PAGE */
.signlink:hover, .signlink:focus, .signlink:visited  {
	color: #fd61a1
}

.lb1, .lb2, .lb3 {
	width: 10px;
	position: absolute;
	left: -10px;
	top: 0;
	height: 0px;
	background: #fd61a1;
	border-radius: 30px;
	transition: 1s;
	display: table-cell;
}

.bgcolor {
	background-image: linear-gradient(#ffffff, #f1f7fc 10%, #f1f7fc 90%, #ffffff 100%);
}

.grayscale {
	background: white;
	mix-blend-mode: saturation;
	border:none;
	width: 100%;
	height:100%;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	 z-index:1;
	 border: none;
}

.withai {
	width: 65%;
}

.hidden2 {
	display:none;
}

.wi:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f078' !important;
  font-size: 12px;
  transform: rotate(0deg) !important;
}

.da:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f101'; 
}

.pl:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f144'; 
}


.navlink {
	text-decoration: none;
	color: #000;}

.navlink:hover {
	color: #00E1FF;
	text-decoration: none;
}


.hl-blue {
	padding: 0px;
	background-image: linear-gradient(0deg, #00e1ff 50%, #00e1ff 51%);
}

.hl-white {
	padding: 0px;
	background-image: linear-gradient(0deg, #FFF 60%, rgba(252,103,162,0) 61%);
}

.hl-pink {
	padding: 0px;
	background-image: linear-gradient(0deg, #fd63a2 60%, rgba(252,103,162,0) 61%);
}
 
/* SUPPORT PAGE */
.supportbox {
	transition: 1s;
	box-shadow: 0px 0px 10px #e3e3e3;
	
}
.supportbox:hover {
	transform: scale(1.2)
	
	
}

.supportbox:hover .supportclick {
	background-color: #00e1ff;
}

.supportclick {
	background-color: #fd63a2;
	color: #FFF;
	transition: 1s;
}





/* OPTIN SECTION CODE */
.tablecolor {
	box-shadow: 0px 0px 20px #CCC;
	transition: 1s;}
	
.tablecolor:hover, .tablecolor:focus {
	box-shadow: 0px 0px 20px #00e1ff;}


.optincloud0 {
	position: absolute;
	bottom:0;
	left:-2%;
	z-index:1;
	}

.optincloud1 {
	position: absolute;
	bottom:0;
	left:-2%;
	z-index:0;
	animation: optcl1 linear infinite 7s;
	
	}
	
@keyframes optcl1 {
	0% {transform: translate(0%, 0);}
	50% {transform: translate(2%, 0);}
	100% {transform: translate(0%, 0);}
	}
	
.optincloud2 {
	position: absolute;
	bottom:30px;
	righ:-2%;
	z-index:-1;
	animation: optcl2 linear infinite 5s;
	}
	
@keyframes optcl2 {
	0% {transform: translate(0%, 0);}
	50% {transform: translate(-2%, 0);}
	100% {transform: translate(0%, 0);}
	}
	
.optincloud3 {
	position: absolute;
	bottom:50px;
	left:-2%;
	z-index:-2;
	animation: optcl1 linear infinite 4s;
	}
	
.optform {
	border-radius: 10px;
	width:100%;
	height:45px;
	font-size:19px;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00e1ff; margin-bottom:10px;
	text-align: left;
	padding-left:15px;
	color:#00e1ff; 
	font-family: 'Montserrat', sans-serif;
	background: white\0/;
	box-sizing: border-box;
	transition: 1s;
	}

.optformhome {
	border:none;
	width:100%;
	height:45px;
	font-size:19px;  
	border-bottom: 1px solid #00e1ff; margin-bottom:10px;
	text-align: left;
	padding-left:15px;
	color:#00e1ff; 
	font-family: 'Montserrat', sans-serif;
	background: white\0/;
	box-sizing: border-box;
	transition: 1s;
	}

.optformhome:focus {
	outline: none;
	border-bottom: 1px solid #fd63a2;
	color:#fd63a2; 
	}
	
.optform2 {
	border-radius: 10px;
	width:100%;
	font-size:19px;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00e1ff; margin-bottom:10px;
	text-align: left;
	padding-left:15px;
	color:#00e1ff; 
	font-family: 'Montserrat', sans-serif;
	background: white\0/;
	box-sizing: border-box;
	transition: 1s;
	}
	
.optform:focus, .optform2:focus, {
	outline: none;
	border: 1px solid #fd63a2;
	color:#fd63a2; 
	}

/* END of OPTIN SECTION CODE */

h1, h2, h3, h4 {
	font-weight:normal;}

.padleft {
	 padding-left:7%;
	 text-align: right;}
	
.padright {
	 text-align: left;}
	 
.progress-container {
  width: 100%;
  height: 5px;
  background: transparent;
  position: fixed;
  top:45px;
  z-index:99998;
}

.progress-bar {
  height: 5px;
  background: #fd63a2;
	background-color: #fd63a2;
  width: 0%;
}

.tri {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%)}

.triangle {
	background-color: #00e1ff;
	text-align: left;
	transition:0.5s;
}


@keyframes playtriangle{
50% {
	background-color: #fff;
}

100% {
	background-color: #00e1ff;
}
}

.triangle:before,
.triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}
.triangle,
.triangle:before,
.triangle:after {
	width:  30px;
	height: 30px;
	border-top-right-radius: 50%;
}

.triangle {
	transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
}
.triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.videowrapper .pausevid, .videowrapper .mutevid {
	opacity: 0;
}

.videowrapper:hover .pausevid, .videowrapper:hover .mutevid {
	opacity: 1;
}

.pausevid {	
	border:none;
	width: 100px;
	height:100px;
	border-radius: 50%;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	 z-index:4;
	 border: none;
	 transition:0.5s;
	background: #fd61a1;
	 }

.mutevid {	
	border:none;
	width: 100%;
	height:100%;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	 z-index:3;
	 border: none;
	 transition:0.5s;
	background: none;
	 
	 }
	 
.pausevid:hover {
	background:#00e1ff;
	box-shadow: 0px 0px 20px #999}
	
.pausevid:hover .triangle, .mutevid:hover .triangle {
	background:#fff;}	
	 
	
	 
@keyframes playbtn{
50% {
	background: #00e1ff;
	box-shadow: 0px 0px 20px #d7d7d7;
}

100% {
	box-shadow:none;
}
}
	 

.shadowico-notused {
	width:25%;
	padding: 7%;
	height: auto;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 7px 10px #999;
	margin: 0 auto;
	margin-bottom:30px;
	transition: 0.5s}
	
.shadowico {
	margin:0 auto;
	transition: 0.5s;
	margin-bottom:25px;}
			
.shadowico:hover {
	transform: scale(1.3) translate(0%, -15%);
	
	}

.margin30 {
	margin-top:30px;}

.margin60 {
		margin-top:60px;}

.margin200 {
	margin-top: 17%;}

.logo, .logobw, .logo color {
	position: fixed;
	top:10px;
	left:22%;
	transition: 1s}

.accordtbcolor {
	background:#efefef;}

.accordtbcolor:hover, .accordtbcolor:focus {
	background:#e1e1e1;}

#scroll-bar {
  position: fixed;
  top: 58px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #fd63a2;
  z-index:10001;
}



/*---------------------*/
#whitetab {
	transition: 1s;}
	

.iconspos {
	position: absolute;
	top:0px;
	left:0;
	z-index:999;}
	

/* TILT BUTTON */
.toggle-button-cover
{
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}

.button-cover
{
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button-cover:before
{
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button
{
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.button.r, .button.r .layer
{
    border-radius: 100px;
}

.button.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #d7f7fb;
    transition: 0.3s ease all;
    z-index: 1;
}

#button-6
{
    overflow: visible;
}

#button-6 .knobs:before
{
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #00e1ff;
    border-radius: 50%;
}

#button-6 .layer, #button-6 .knobs, #button-6 .knobs:before
{
    transform: rotateZ(0);
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-6 .checkbox:checked + .knobs
{
    transform: rotateZ(-180deg);
}

#button-6 .checkbox:checked + .knobs:before
{
    content: '';
    background-color: #fd63a2;
    transform: rotateZ(180deg);
}

#button-6 .checkbox:checked ~ .layer
{
    background-color: #ffcee2;
    transform: rotateZ(180deg);
}

/* END TILT BUTTON */


#cookietable {
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index:99998;
	transition: 1s;
	}



/* End of video stikcy */


.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 0;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content {
	position: absolute;
	width:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
text-align: center;}
	
.overlaybtn {
	padding:8px;
	}
	
.overlaybtn:hover {
	}	
	
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  text-decoration:none;
  color: #fff;
}

.typewrite {
	text-decoration:none;
	cursor: text;
	font-family:'Montserrat';
	color: #fd63a2;
	}
	

/* CSS Document */	

.shadowbg {border: 1px solid #000;}

.cloud1 {
	background-image: url(../../images/new-website/cloud1.png);
	background-size: cover;
	text-align:center;
	overflow: hidden;
	z-index:98;
	position: relative;
	}
	
.cloud2 {
	position: relative;}

	
.cloud2::after {
	content:'';
	width:110%;
	height:100%;
	display:block;
	position: absolute;
	background-image: url(../../images/new-website/cloud2.png);
	background-size: cover;
	top:0;
	left:-6%;
	z-index:3;
	animation: animate 7s linear infinite;
}

.cloud2::before {
	content:'';
	width:140%;
	height:100%;
	display:block;
	position: absolute;
	background-image: url(../../images/new-website/cloud2a.png);
	background-size: cover;
	top:0;
	margin-left:-25%;
	z-index:2;
	animation: animate 9s linear infinite;
}

@keyframes animate {
	0% {transform: translate(0%, 0);}
	50% {transform: translate(2%, 0);}
	100% {transform: translate(0%, 0);}
	
	}

.cloud3 {
	background-image: url(../../images/new-website/cloud3.png);
	background-position:left top;
	position: relative;
	background-size: cover;
	z-index:99;
}
	
.bg-footer {
	background-image: url(../../images/new-website/bg-footer-smoke.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}


.bttb {
	position: fixed;
	bottom:10px;
	left:97%;
	margin-right:10px;
	margin-bottom:10px;
	width:40px;
	height:40px;
	z-index:10;
	}
	

.fixednav {
	position:fixed;
	z-index:7;
	transition: 1s;
	z-index: 99997;
	}
	
.fixednav:hover {	}

.rocket {
	position:absolute;
	left:80%;
	width:180px;
	height:auto;
	top: -2%;
	z-index:8;
	transform: rotate(45deg);
	}
	

.bg-faq {
	background-attachment: scroll;
	background-image: url(../../images/new-website/bg-faq.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	background: #fff;
	position: relative;
	z-index: 10;
}

.bg-aff {
	background-image: url("../images/affiliates/bg-aff.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background: #fff;
	position: relative;
	z-index: 10;
}

.bg-features {
	background-attachment: scroll;
	background-image: url(../../images/new-website/bg-features.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	background: #fff;
	position: relative;
	z-index: 10;
}
.op20footerlink {
	font-family: "Inter", serif;
	font-size: 14px;
}

.op20footerlink a{
text-decoration: none;
	color: white;
}

.op20footerlink a:hover{
	color: #fe60a1;
}



.op20cookies {
	font-family: "Inter", serif;
	font-size: 16px;
	line-height:22px;}

.op15 {
	font-family: "Inter", serif;
	font-size: 14px;
	line-height:20px;}

.op20 {
	font-family: "Inter", serif;
	font-size: 16px;
	line-height:24px;}

.optesti {
	font-family: "Inter", serif;
	font-size: 1rem;
	line-height:25px;}
	
.op22 {
	font-family: "Inter", serif;
	font-size: 1vw;
	line-height: 1.5vw;
letter-spacing: -0.5px}

.op23 {
	font-family: "Inter", serif;
	font-size: 23px;
	line-height:32px;}

.op24 {
	font-family: "Inter", serif;
	font-size: 27px;
	line-height:30px;}
	
.op25 {
	font-family: "Inter", serif;
	font-size: 30px;
	line-height:42px;
}

.op30{
	font-size:35px;
	line-height:42px;
		}

.op33{
	font-size:39px;
	line-height:46px;
		}

.op45{
	font-size: 45px;
	line-height: 57px;
	letter-spacing: 0px;
}

.op70{
	font-size: 50px;
	line-height: 60px;
}

.op90{
	font-size: 75px;
	line-height: 85px;
	font-weight: 900;
}

.inter {
	font-family: "Inter", serif;
}

.cav {
	 font-family: "Caveat", serif;
}

.opcounter {
	font-family: "Inter", serif;
	font-size: 1rem;
	}

.wh {
	color: #FFF;
}

.pink {
	color: #fd61a1;}
	
.blue {
	color: #00e1ff;}
	
.black {
	color: #000;}


	
.bl-btn {
	width: 100%;
	height:41px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: linear-gradient(0deg, #00e1ff, #00e1ff);
	border:none;
	border-radius: 3px;
	color: #fff;
	transition: 1s;
	border: none;
	}


	
.bl-btn:hover, .bl-btn-cookies:hover {
	background-image: linear-gradient(0deg, #00c7e1, #00c7e1);
	color: #FFF;
	}
	

.pink-btn {
	width: 100%;
	height:41px;
	padding: 8px 0px;
	background-image: linear-gradient(0deg, #fd63a2, #fd63a2);
	border:none;
	border-radius: 3px;
	color: #fff;
	transition: 1s;
	border: none;
	}

.bl-btn-cookies {
	width: 100%;
	height:35px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-image: linear-gradient(0deg, #00e1ff, #00e1ff);
	border:none;
	border-radius: 3px;
	color: #fff;
	transition: 1s;
	border: none;
	}

.pink-btn-cookies {
	width: 100%;
	height:35px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-image: linear-gradient(0deg, #fd63a2, #fd63a2);
	border:none;
	border-radius: 3px;
	color: #fff;
	transition: 1s;
	border: none;
	}
	
.pink-btn:hover, .pink-btn-cookies:hover{
	background-image: linear-gradient(0deg, #d45287, #d45287);
	color: #FFF;
	}

.pink-btn-top2 {
	width: 90%;
	height:50px;
	padding: 8px 0px;
	background: #fd61a1;
	border:none;
	border-radius: 3px;
	color: #FFF;
	transition: 1s;
	}

.bl-btn2 {
	width: 100%;
	height:80px;
	padding: 8px 0px;
	background-image: linear-gradient(0deg, #00e1ff, #00e1ff);
	border:none;
	border-radius: 3px;
	color: #fff;
	transition: 1s;
	border: none;
	position: relative;
	}
	
.bl-btn2:hover  {
	background-image: linear-gradient(0deg, #00c7e1, #00c7e1);
	color: #FFF;
	}

.ctaarrow {
	position: absolute;
	top: 33%;
	right: 10%;
	transition: 0.5s
}

.bl-btn2:hover .ctaarrow {
	right: 8%;
}
	

.bl-btn-top2 {
	width: 90%;
	height:50px;
	padding: 8px 0px;
	background: #00e1ff;
	border:none;
	border-radius: 3px;
	color: #FFF;
	transition: 1s;
	}

.bl-btn-top2:hover {
	background: #04c8e2;
	
}

.signarrow {
	position: absolute;
	left: 10%;
	top: 33%;
	transition: 0.5s;
}

.bl-btn-top2:hover .signarrow {
	left: 18%;
	
}

	
.pink-btn2 {
	width: 90%;
	height:41px;
	padding: 8px 0px;
	background-image: linear-gradient(0deg, #fd63a2, #fd63a2);
	border:none;
	border-radius: 3px;
	color: #fff;
	transition: 1s;
	border: 1px solid #fd63a2;
	}
	
.pink-btn2:hover {
	background-image: linear-gradient(0deg, #00e1ff, #00e1ff);
	color: #FFF;
	border: 1px solid #00e1ff;
	}
		
.flexcol {
	width: 100%;
	display: flex;
	justify-content: space-between;
	}
	

.optinform {
	border-radius: 10px;
	width:48%;
	height:40px;
	font-size:16px;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc; margin-bottom:10px;
	text-align: center; font-family:Arial;
	color:#979797; 
	font-family: "Inter", serif;
	background: white\0/;
	}

.signupform {
	
	width:100%;
	height:50px;
	font-size:16px;  
	margin-top: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dfdfdf; margin-bottom:5px;
	text-align: left; font-family:Arial;
	padding-left: 15px; 
	box-sizing: border-box;
	color:#777777; 
	font-family: 'Montserrat', sans-serif;
	background: #f8f6f6;
	}
.signupform:hover, .signupform:focus, .signupform:active, .signupform:visited  {
	border: 1px solid #00e1ff;
	outline: none;
}


	
.featurescontent {
	width: 30%;
	text-align: left;
	}
	
.pricecontent1 {
	width:30%;
	}
	
.pricemidtab{
	background:#e0dede}
	
.tabborderbottom {
	border-bottom: 1px solid #999;
	padding-top: 15px; padding-bottom:15px;}
	
.pricecontent1:hover .pricemidtab{
	background:#20b5da;
}

.pricecontent1:hover .tabborderbottom{
	border-bottom: 1px solid #FFF}
	
.pricecontent2 {
	background:rgba(0,0,0, 0.5);
	color: #fff;
	border-radius: 5px;
	border: 2px solid #fff;
	transition: 2s;}
	
.pricefreecontent {
	background:#e6e6e6;
	border-radius: 5px;
	transition:0.5s;

	width:100%;
	text-align:center;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	color: #000;
}

.pricefreecontent:hover {
	box-shadow: 3px 3px #CCC;
	background: #00E1FF;
	color: #fff;
}

.pricecontentgray {
	width:30%;
	}

.pricefreecontentgray {
	background:#e6e6e6;
	border-radius: 5px;
	transition:0.5s;

	width:100%;
	text-align:center;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	color: #000;
}

.pricefreecontentblue {
	box-shadow: 3px 3px #CCC;
	background: #00E1FF;
	color: #fff;
	border-radius: 5px;
	width:100%;
	text-align:center;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.pricefreecontentpink {
	box-shadow: 3px 3px #CCC;
	background: #fd63a2;
	color: #fff;
	border-radius: 5px;
	width:100%;
	text-align:center;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}






	
.cpbutton {
	width:100%;
	padding: 20px;
	color: #fff;
	background-image: linear-gradient(0deg, #00e1ff, #00e1ff);
	border: none;
	border-radius: 5px;
	transition: 1s;
	font-size:18px;
	border: 1px solid #fff;}
	
.cpbutton:hover {
	width:100%;
	padding: 20px;
	color: #fff;
	background-image: linear-gradient(0deg, #fd63a2, #fd63a2);
	border: none;
	border-radius: 5px;
	border: 1px solid #fd61a1;}
	
.cpbutton2 {
	width:100%;
	padding: 20px;
	color: #fff;
	background-image: linear-gradient(0deg, #fd63a2, #fd63a2);
	border: none;
	border-radius: 5px;
	transition: 1s;
	font-size:18px;
	border: 1px solid #fff;}
	
.cpbutton2:hover {
	width:100%;
	padding: 20px;
	color: #fff;
	background-image: linear-gradient(0deg, #00e1ff, #00e1ff);
	border: none;
	border-radius: 5px;
	border: 1px solid #FFF;}
	
.cpbuttongray {
	width:100%;
	padding: 20px;
	color: #fff;
	background-image: linear-gradient(0deg, #bebebe, #bebebe);
	border: none;
	border-radius: 5px;
	transition: 1s;
	font-size:18px;
	border: 1px solid #fff;}
	
.ftbutton {
	width:100%;
	padding: 10px;
	color: #fff;
	background: #fd61a1;
	border: 1px solid #fff;
	border-radius: 3px;
	transition: 1s;
	font-size:18px;
	border: 1px solid #fff;}
	
.ftbutton:hover {
	width:100%;
	color: #fd61a1;
	background: #FFF;
	border: none;
	border-radius: 3px;
	border: 1px solid #fd61a1;}
	
	
.onek {
	color: #f00;}

.optinform1 {
	border-radius: 10px;
	width:100%;
	height:55px;
	font-size:16px;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc; margin-bottom:10px;
	text-align: left;
	color:#979797; 
	font-family: 'Montserrat', sans-serif;
	background: white\0/;
	}
	
.optinform2 {
	border-radius: 10px;
	width:100%;
	height:55px;
	font-size:16px;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc; margin-bottom:10px;
	text-align: center;
	color:#979797; 
	font-family: 'Montserrat', sans-serif;
	background: white\0/;
	}
	
.footercontent {
	width:18%;
	text-align:left;
}

.containercaro {
	width: 100%;
	margin: 0 auto;
	}
	
.carousel-control .glyphicon-chevron-left {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block;
	margin-top:-10px;
	left:0;
	margin-left:-30px;
	}

.carousel-control .glyphicon-chevron-right {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block;
	margin-top:-10px;
	right:0;
	margin-right:-30px;
	}

.carousel-indicators {
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	padding-left:0;
	margin-left:-30%;
	text-align:center;
	list-style:none;
	top: 104%;}
	
.carousel-indicators2 {
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	padding-left:0;
	margin-left:-30%;
	text-align:center;
	list-style:none;
	top: 102%;}

.carousel-indicators li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#000\9;
	background-color:rgba(0,0,0,0);
	border:1px solid #00e1ff;
	border-radius:10px;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  border-radius: 10px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  overflow:hidden;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background: #00e1ff;
  cursor: pointer;
  box-shadow: -100.5vw 0 0 100vw #ff247c;
}


.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00e1ff;
  cursor: pointer;
}

.slider2 {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  border-radius: 10px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  overflow:hidden;
  
}

.slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background: #00e1ff;
  cursor: pointer;
  box-shadow: -100.5vw 0 0 100vw #ff247c;

}

.slider2::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00e1ff;
  cursor: pointer;
}	
	
.countdown {
  margin: 0 auto;
  max-width: 100%;
  font-family: Impact, Charcoal, sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.countdown .header {
  color: #c61d1d;
  text-align: center;
  font-weight: normal;
  margin: 5px 0 10px 0;
}
.countdown .square {
  display: inline-block;
  padding: 10px;
  margin: 5px;
}
.countdown .digits {
	font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  background: #000;
  color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  font-weight:bold;
}
.countdown .text {
  margin-top: 10px;
  color: #5e5e5e;
  font-family: 'Montserrat', sans-serif;
}
	
.twocol {
	width: 48%;
	}

.twocol2 {
	width: 49%;
	}
	
.threecol {
	width: 32%;
	}

.threecolheader {
	width: 33%;
	}
	
.threefourcol {
	width: 74%;
	}
	
.fourcol {
	width: 23%;
	}

.fourcolmax {
	width: 25%;
	}

.fourcolmax-bbr {
	width: 25%;
	border-bottom: 1px solid #e2e8eb;
	border-right: 1px solid #e2e8eb;
	}

.fourcolmax-br {
	width: 25%;
	border-right: 1px solid #e2e8eb;
	
	}

.fourcolmax-bb {
	width: 25%;
	border-bottom: 1px solid #e2e8eb;
	}

.fourcolmax:hover, .fourcolmax-bbr:hover, .fourcolmax-br:hover, .fourcolmax-bb:hover {
	background: #f8fbfd;
}

.fivecol {
	width: 15%;
	}

.sixcol {
	width: 15%;
}
	
.onethird {
	width:40%}
		
.twothird {
	width:60%}
	
.colrev {
	width: 100%;
	display: flex;
	justify-content: space-between;
	}
	
.vidplace {
	width:80%}
	
.initial_video:focus{
  outline :none;
}

.ctrl-left {
	left: -20%;
}

.ctrl-right {
	right: -20%;
}


.includednav ul li {
	float: right; 
	margin-left: 40px;
	}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.includednav ul li { 
	margin-left: 6px;
	}
	
.hidden2 {
	display:block;
	width: 20%;
	margin-bottom: 5px;
}
	.ctrl-left {
	left: 7%
}

.ctrl-right {
	right: 7%;
}
	
	.margintop {
		margin-top: 20px;
	}

/* OPTIN SECTION CODE */
	
.optincloud0, .optincloud1, .optincloud2, .optincloud3 {
	display:none;
	}
	
.optform {
	height:35px;
	font-size:15px;  
	}
	
/* END of OPTIN SECTION CODE */


.halfsize {
	width:90%;}	
	
.icosize {
	width:25%;
	margin-bottom:10px}

.vidplace {
	width:100%}
	
.display {
	display: block}

.hidden {
	display:none;}

.marginbtm30 {
	margin-bottom:30px}

.why-img-scale {
	width:25%;
	height:auto;
	margin-bottom:-100px;}

.colrev {
	display: flex;
	flex-direction: column-reverse}

.larrow2, .rarrow2 {
	width:30%;
	height:auto;}
	
.larrow2 {
	left:-40%;
	bottom:20%;}
	
.rarrow2 {
	right:-40%;
	bottom:20%;}

.button{
	transform: scale(0.7)}
	
.lcol, .rcol {
	width:47%;
	}
	
.midcol {
	width:6%;}

#anntext, #monthtext {
	font-size:10px;
	}

.resbtn {
	width:60%;}
	
.larrow, .rarrow {
	top:20%;
	width:50%;
	}
	
.larrow {
	left:-55%;
	}
	
.rarrow {
	right:-55%;
	
	}
	

#scroll-bar {
	top: 38px; }

.btnfontsize {
	font-size:9px;}
	
.pink-btn, .bl-btn, .bl-btn-top, .pink-btn2, .bl-btn2 {
	height:40px;
	}
		

	
.tdwidth1 {
	width:0%;
	display: none;}
	
.tdwidth2 {
	width:75%;
	}
	
.tdwidth4 {
	width:25%;}
	
.tdwidth5 {
	width:12%;}

.tdwidth6 {
	width:88%;}	
	
.tdheight {
	height:40px;
	}

.fullpagebtn {
	transform: scale(0.7);
	top:5px;
	right:49%;}

.logo, .logocolor, .logobw {
	left:5%;
	}
	
.topwidth {
	width:90%;}

.menuscaled {
	transform: scale(0.5);}	
	
.btntbl {
	width:100%;}

.smallbtn1, .smallbtn2 {
	width:140px;
	font-size: 13px;
	
	}
.sloganinvite {
	letter-spacing:0px;}
	
.spaceboxmain .flexcol {
		margin-top:140px;}

		
.bttb {
		width:35px;
		height:35px;
		left: 87%;
		}
		
.logo {
	width:110px;
	height:auto;
		
		}

.navmenu {
		display: none;}	
	
.hamenu {
		display:inline-block;
		}

.op20cookies {
	font-size: 11px;
	line-height:10px;}
	
.op20footerlink {
	font-size: 9px;
	line-height:15px;}

	.op15 {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	line-height:15px;}
	
.op20 {
		font-size:15px;
		line-height:23px;
	color: #2e2e2e
		}	

	
.op22, .op23, .op24, .op33{
		font-size:12px;
		line-height:22px;
		}
		
.op25{
		font-size:20px;
		line-height:25px;		
		}
		
.op30{
		font-size:25px;
		line-height:32px;		
		}	
		
.op90, .op70, .op45 {
		font-size:35px;
		line-height:45px;
		}
		
.opcounter {
	font-family: 'Montserrat', sans-serif;
	font-size: 6px;
	}

			
	
	.res {
		width:80%;
		}
		
	.flexcol {
		flex-direction: column;}
		
	.flexcolsmaller {
		width:100%;
		flex-direction: column;
		}
		
	.featurescontent {
		width:100%;
		margin-bottom:20px;}
			
	.submitbutton, .submitbutton2, .submitbutton3col, .optinform, .optinform3col {
		width:100%;}
		
	.testimonials {
		width:90%;
		margin-bottom:20px;
		}
	
	
	
.margin30, .margin60 {
	margin-top:0px;}
	
.margin200 {
	margin-top:50px;}
		
.pricecontentgray, .pricefreecontentgray {
	width:100%;}
		
		
.pricecontent1, .pricecontent2, .pricecontent3 {
	width:100%;}
		
.pricecontent1, .pricecontentgray {
	margin-top:0px; margin-bottom:30px;}

		
.bg-features, .bg-faq {
	background-attachment: scroll;
	background-position: center right;
	background-size:150%;
	background-image:none;
		}
		
.twocol, .twocol2, .threecol, .onethird, .twothird, .fourcol, .fivecol, .threefourcol, .sixcol, .threecolheader {
		width:100%;}
	
	.fourcolmax, .fourcolmax-bbr, .fourcolmax-bb, .fourcolmax-br	 {
		width: 100%; 
		border: none;
		
	}
		
	.progress-container {
		top: 0px;
		}
		
	.padleft {
	 padding-left:0%;
	 text-align:center;}
	 
	.padright {
		text-align:center;}
	
	.shadowico {
	margin-top:30px;
	width: 100%;}
		
	.zoompic {
	width:100%;
	height: auto;
	
}
	
	
		


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.hidden, .rocket {
	display:none;}
		
.res, .withai {
		width:90%;
		}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) {
.res {
		width:90%;
		}
}

@media only screen and (min-device-width: 1920px) {
		.res {
		width:90%;
		}
	}
	
	
