@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;800;900&display=swap');


html, body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 17px;
	font-family: 'Outfit', sans-serif;
	color: #03005c;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
}

.purp {
	background: #f3f4fc;
}

.green {
	background: #7cc21d;
}

.displayBlock{
	display: block;
}

.forceFlex{
	display: flex !important;
}

.blanco {
	background: #fff;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	max-width: 100%;
}


a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}



.contentContainer {
 	max-width: 1200px;
 	border: 0px;
 	margin: 0px auto;
 	position: relative;
}


								      /*****************
								      // -----------------
								      // HEADER AREA 
								      // _________________
								      // *****************/



#header {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #fff;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 4;
}

.logo img {
	width: 280px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.headerButton {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 0.8rem;
	font-weight: 600;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	padding: 18px 20px;
	background: #03005c;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	text-decoration: none;
}

.headerButton .number {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.4rem;
	font-weight: 600;
	color: #02dbc1;
	margin: -3px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	text-decoration: none;
}

.contactUs {
	height: 100% !important;
	display: inline-block;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	color: #03005c;
	margin: 0px 50px 0px 0px;
	border: 0px;
	padding: 0px;
	text-decoration: none;
}


.contactUs .planeCircle {
	
	display: inline-block;
	color: #00d4bb;
	margin: 0px 0px 0px 0px;
	border: 2px solid #00d4bb;
	padding: 6px 8px;
	border-radius: 50%;
}





.contactUs i {
	color: #00d4bb;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;

}











								      /*****************
								      // -----------------
								      // SPLASH AREA 
								      // _________________
								      // *****************/



#splashArea {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #00d4bb;
	background: -moz-linear-gradient(left,  #00d4bb 0%, #05eacf 100%);
	background: -webkit-linear-gradient(left,  #00d4bb 0%,#05eacf 100%);
	background: linear-gradient(to right,  #00d4bb 0%,#05eacf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4bb', endColorstr='#05eacf',GradientType=1 );
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: left;
	z-index: 4;
	overflow: hidden;
}


.strap {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #03005c;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	padding: 18px 18px;
	margin: 0px 0px 10px 0px;
	background: #def7e5;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	text-decoration: none;
}



#splashArea h1 {
	display: block;

	text-transform: normal;
	font-size: 75px;
	line-height: 86px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #03005c;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	z-index: 3;
}

#splashArea h1 span {
	color: #ff0066;
}

#splashArea h2 {
	display: block;

	text-transform: normal;
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	z-index: 3;
}


.splashPic img {
	width: 630px;
	margin: 0px auto;
	border: 0px;
	padding: 0px;
}

#splashArea .splashButton {
	display: inline-block;
	border: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	color: #fff;
	font-weight: 600;
	font-size: 38px;
	background-color: #ff0066;
	padding: 16px 50px;
	margin: 0;
	border-radius: 9px;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(254,47,100,0.8);
	-moz-box-shadow:    0px 3px 20px 0px rgba(254,47,100,0.8);
	box-shadow: 0 5px 15px rgba(254,47,100,0.8);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


#splashArea .splashButton:hover {
	background-color: #03005c;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(3,0,92,0.8);
	-moz-box-shadow:    0px 3px 20px 0px rgba(3,0,92,0.8);
}



#splashArea .splashButton span:nth-child(1){
	align-items: center;
	display: inline; text-align: center;
	
}

#splashArea .splashButton span:nth-child(2){
	align-items: center;
	display: inline; text-align: center;
	
}




#splashArea .splashButton #butIco {
	width: 70px;
	margin: 0;
	padding: 0;
	border: 0;
}



								      /*****************
								      // -----------------
								      // LOGO ROW AREA 
								      // _________________
								      // *****************/

#logoRow {
	display: block;
	text-align: center;
	position: relative;
	background: #fff;
	vertical-align: middle;
}




#logoRow h1 {
	display: block;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 70px 0px;
}

#logoRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon.svg);
	background-size: 100%;
}

#logoRow .icons {
	height: 40px;
	padding: 0px 20px;
	display: block;
}




								      /*****************
								      // -----------------
								      // WHY ROW AREA 
								      // _________________
								      // *****************/

#whyRow {
	display: block;
	text-align: left;
	position: relative;
	background: #03005c;
	vertical-align: middle;
	color: #fff;
}

#whyRow h1 {
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 60px 0px;
}

#whyRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon-white.svg);
	background-size: 100%;
}

#whyRow ul {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	z-index: 3;
}


#whyRow li {
	display: inline-block;
	text-align: left;
	font-family: 'Outfit', sans-serif, fontawesome;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	background-image: url('../images/tick1.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 26px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 16px;  /* space for the image */
	border: 0px;
	margin-left: 6px;
}


#whyRow h3 {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #05ecd1;
	font-weight: 700;
	border: 0px;
	padding: 0px 0px 10px 0px;
}














#whyRow .vidArea {
	display: block;
	margin: 13px 0px 0px 0px;
	border: 2px solid #00d4bb;
	padding: 0px 0px 0px 0px;
	background: #00d4bb;
}

video::-webkit-media-controls-panel {
	background-image: none !important;
	filter: brightness(1);
}


.pageButton {
	display: inline-block;
	border: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	background: #ff0066 !important;
	padding: 12px 30px;
	margin: 0;
	border-radius: 9px;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(254,47,100,0.8);
	-moz-box-shadow:    0px 3px 20px 0px rgba(254,47,100,0.8);
	box-shadow: 0 5px 15px rgba(254,47,100,0.8);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pageButton:hover {
	background: #00d4bb !important;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0,212,187,0.8);
	-moz-box-shadow:    0px 3px 20px 0px rgba(0,212,187,0.8);
}





.pageButton span:nth-child(1)  {
	align-items: center;
	display: inline; text-align: center;
	
}

.pageButton span:nth-child(2)  {
	align-items: center;
	display: inline; text-align: center;
	
}

.pageButton #butIco {
	width: 70px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}



								      /*****************
								      // -----------------
								      // HELP WITH ROW AREA 
								      // _________________
								      // *****************/

#helpWithRow {
	display: block;
	text-align: center;
	position: relative;
	background: #f8fafc;
	vertical-align: middle;
}




#helpWithRow h1 {
	display: block;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 70px 0px;
}

#helpWithRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon.svg);
	background-size: 100%;
}


#helpIco {
	width: 140px;
	display: block;
	margin: 0px auto;
}

#helpWithRow h3 {
	display: block;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 500;
	margin: -20px 0px 20px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#helpWithRow #bgColour  {
	background: #fff;
	padding: 10px 10px
}







								      /*****************
								      // -----------------
								      // HOW WORKS ROW AREA 
								      // _________________
								      // *****************/

#howWorksRow {
	display: block;
	text-align: center;
	position: relative;
	background: #03005c;
	vertical-align: middle;
	color: #fff;
}

#howWorksRow h1 {
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 30px 0px;
}

#howWorksRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon-white.svg);
	background-size: 100%;
}

#howWorksRow h3 {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #02e5ca;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

#howWorksRow #aniArrow {
	position: absolute;
	display: block;
	text-align: center;
	margin: 0px 0px 0px -100px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}




								      /*****************
								      // -----------------
								      // LOOKING FOR ROW AREA 
								      // _________________
								      // *****************/

#lookingForRow {
	display: block;
	text-align: left;
	position: relative;
	background: #fff;
	vertical-align: middle;
}

#lookingForRow h1 {
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 70px 0px;
}

#lookingForRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon.svg);
	background-size: 100%;
}



#lookingForRow ul {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	z-index: 3;
}


#lookingForRow li {
	display: inline-block;
	text-align: left;
	font-family: 'Outfit', sans-serif, fontawesome;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	background-image: url('../images/tick1.svg');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 26px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 16px;  /* space for the image */
	border: 0px;
	margin-left: 6px;
}

#lookingForRow .blockLayout li {
	display: block;
	text-align: left;
	font-family: 'Outfit', sans-serif, fontawesome;
	font-size: 16px;
	line-height: 24px;
	color: #03005c;
	font-weight: 400 !important;
	background-image: url('../images/tick1.svg');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 26px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 16px;  /* space for the image */
	border: 0px;
	margin-left: 6px;
}



#lookingForRow h2 {
	display: block;
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

#lookingForRow h3 {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 700;
	border: 0px;
	padding: 0px 0px 20px 0px;
}





								      /*****************
								      // -----------------
								      // REVIEWS ROW AREA 
								      // _________________
								      // *****************/

#reviewsRow {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	background: #03005c;
	vertical-align: middle;
}

#reviewsRow h1 {
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 60px 0px;
}

#reviewsRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon-white.svg);
	background-size: 100%;
}

#reviewsRow h3 {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #02e5ca;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}


#reviewsRow .block {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	font-weight: 400;
	margin: 0px 10px;
}

#reviewsRow .block img {
	display: block;
	min-width: 60px;
}



#reviewsRow .slick-dots li button:before {
    font-family: 'slick', fontawesome;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px !important;
    height: 34px !important;
    content: '\f192';
    text-align: center;
    opacity: .65;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#reviewsRow .slick-dots li button:hover {
    opacity: 1;
    color: #05ecd1 !important;

}






								      /*****************
								      // -----------------
								      // ABOUT ROW AREA 
								      // _________________
								      // *****************/

#aboutRow {
	display: block;
	text-align: left;
	position: relative;
	background: #fff;
	vertical-align: middle;
}

#aboutRow h1 {
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 70px 0px;
}

#aboutRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon.svg);
	background-size: 100%;
}



#aboutRow ul {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	z-index: 3;
}


#aboutRow li {
	display: inline-block;
	text-align: left;
	font-family: 'Outfit', sans-serif, fontawesome;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	background-image: url('../images/tick1.svg');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 26px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 16px;  /* space for the image */
	border: 0px;
	margin-left: 6px;
}


#aboutRow ul.inlineLayout li {
	display: block;
	margin-left: 0px;
}







#aboutRow h2 {
	display: block;
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

#aboutRow h3 {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #03005c;
	font-weight: 700;
	border: 0px;
	padding: 0px 0px 20px 0px;
}






								      /*****************
								      // -----------------
								      // FAQ ROW AREA 
								      // _________________
								      // *****************/

#faqRow {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	background: #03005c;
	vertical-align: middle;
}

#faqRow h1 {
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 60px 0px;
}

#faqRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon-white.svg);
	background-size: 100%;
}

#faqRow h3 {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #02e5ca;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.accordion {
	text-align: left;
}

.accordion .accordion-body {
	font-size: 14px;
	background: #fff !important;
}

.accordion .accordion-header button {
	color: #03005c;
	font-weight: 700 !important;
	background: #f2f8fb;
}













								      /*****************
								      // -----------------
								      // FORM AREA 
								      // _________________
								      // *****************/



#formArea {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #f2f8fb;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: left;
	z-index: 4;
	overflow: hidden;
}





#formArea h1 {
	display: block;
	text-transform: normal;
	font-size: 35px;
	line-height: 39px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #03005c;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 14px 0px;
	position: relative;
	z-index: 3;
}

#formArea h1 span {
	color: #00d4bb;
}


#formArea .formSubHeader {
	display: block;
	text-transform: normal;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #03005c;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 50px 0px;
	position: relative;
	z-index: 3;
}

#formArea .formSubHeader svg {
	display: inline-block;
	margin: -6px 6px 0px 0px;
}




#formArea .stepper-content {
	color: #03005c;
}


#formArea h2 {
	display: block;
	text-transform: normal;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #03005c;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	z-index: 3;
}

#formArea h2::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon.svg);
	background-size: 100%;
}

#formArea h2.negativeBottom {
	margin-bottom: -16px;
}


#formArea .pound {
	background: #fff url(../images/pound.svg);
	background-repeat: no-repeat;
	padding-left: 54px;
}

#formArea .txt {
	margin-left: 40px !important;
}

#formArea .txt2 {
	margin-left: 0px !important;
}

#formArea input:focus {
	border: 2px solid #00d4bb;
}

#formArea input:active {
	outline: none !important;
	border: 2px solid #00d4bb;
}

#formArea input:focus {
	outline: 0 !important;
	border: 2px solid #00d4bb;
}


#formArea textarea:focus {
	border: 2px solid #00d4bb;
}

#formArea textarea:active {
	outline: none !important;
	border: 2px solid #00d4bb;
}

#formArea textarea:focus {
	outline: 0 !important;
	border: 2px solid #00d4bb;
}















#buttonInput {

	
}


#buttonInput input[type=radio] {
	opacity: 0;
	width: 0px;
	height: 0px;
	margin: 0px;
}

#buttonInput input[type=radio]:active ~ label {
	opacity: 1;
}



#buttonInput .form_answer {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 16.5px;
	line-height: 20px;
	text-align: center;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

#buttonInput .form_answer input {
	margin: 0px !important;
}


/*
.centered {
	margin: 0px auto !important;
	width: 390px !important;
}

*/




#buttonInput label {
	width: 100%;
	height: 100%;
	border: 2px solid rgba(209, 213, 219, 1);
	box-sizing: border-box;
	background: #fff;
	display: block;
	padding: 70px 20px 20px 20px;
	cursor: pointer;
	text-align: center;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
	margin: 0 !important;
	
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTEwIDE4YzQuNDE4MyAwIDgtMy41ODE3IDgtOCAwLTQuNDE4MjgtMy41ODE3LTgtOC04LTQuNDE4MjggMC04IDMuNTgxNzItOCA4IDAgNC40MTgzIDMuNTgxNzIgOCA4IDh6bTMuNzA3MS05LjI5Mjg5Yy4zOTA1LS4zOTA1My4zOTA1LTEuMDIzNjkgMC0xLjQxNDIyLS4zOTA1LS4zOTA1Mi0xLjAyMzctLjM5MDUyLTEuNDE0MiAwbC0zLjI5MjkgMy4yOTI5MS0xLjI5Mjg5LTEuMjkyOTFjLS4zOTA1My0uMzkwNTItMS4wMjM2OS0uMzkwNTItMS40MTQyMiAwLS4zOTA1Mi4zOTA1My0uMzkwNTIgMS4wMjM3MSAwIDEuNDE0MjFsMiAyYy4zOTA1My4zOTA1IDEuMDIzNjkuMzkwNSAxLjQxNDIyIDB6IiBmaWxsPSIjZjVmNWY1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
	background-size: 60px;	
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}



#buttonInput input[type=radio]:checked ~ label {
	opacity: 1;
	border: 2px solid #00d4bb;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTEwIDE4YzQuNDE4MyAwIDgtMy41ODE3IDgtOCAwLTQuNDE4MjgtMy41ODE3LTgtOC04LTQuNDE4MjggMC04IDMuNTgxNzItOCA4IDAgNC40MTgzIDMuNTgxNzIgOCA4IDh6bTMuNzA3MS05LjI5Mjg5Yy4zOTA1LS4zOTA1My4zOTA1LTEuMDIzNjkgMC0xLjQxNDIyLS4zOTA1LS4zOTA1Mi0xLjAyMzctLjM5MDUyLTEuNDE0MiAwbC0zLjI5MjkgMy4yOTI5MS0xLjI5Mjg5LTEuMjkyOTFjLS4zOTA1My0uMzkwNTItMS4wMjM2OS0uMzkwNTItMS40MTQyMiAwLS4zOTA1Mi4zOTA1My0uMzkwNTIgMS4wMjM3MSAwIDEuNDE0MjFsMiAyYy4zOTA1My4zOTA1IDEuMDIzNjkuMzkwNSAxLjQxNDIyIDB6IiBmaWxsPSIjMDBkNGJiIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
	background-size: 60px;	
	background-repeat: no-repeat;
	background-position: 50% 20%;
}


#tickBox {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 10px;
}

#tickBox .noBorder {
	width: 52px;
	height: 52px;
	margin-top: -10px;
}


#tickBox .sml {
	width: 26px;
	height: 26px;
	margin-top: -5px;
}

#tickBox a {
	color: #00d4bb;
	font-weight: 700;
	text-decoration: underline;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.form-floating label span {
	font-size: 0.8rem;
	opacity: 0.6;
}













								      /*****************
								      // -----------------
								      // LEVEL DOWN PAGES 
								      // _________________
								      // *****************/



#levelDownHeader {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #f2f8fb;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: left;
	z-index: 4;
	overflow: hidden;
}

#levelDownHeader.thankyouBG {
	background: #def7e5;
}




#levelDownHeader h1 {
	display: block;
	text-transform: normal;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #03005c;

	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	z-index: 3;
}


#levelDownHeader h2 {
	display: block;
	text-transform: normal;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #03005c;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 20px 0px;
	position: relative;
	z-index: 3;
}

#levelDownHeader ul {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	z-index: 3;
}


#levelDownHeader li {
	display: block;
	text-align: left;
	font-family: 'Outfit', sans-serif, fontawesome;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	background-image: url('../images/tick1.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 26px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 16px;  /* space for the image */
	border: 0px;
	margin-left: 6px;
}


#levelDownHeader a {
	display: inline !important;
	font-size: 18px !important;
	line-height: 21px !important;
	font-weight: 500 !important;
	color: #00d4bb !important;
	padding: 0px !important;
	border: 0px !important;
	margin: 0px !important;
}






								      /*****************
								      // -----------------
								      // CONTACT PAGE 
								      // _________________
								      // *****************/



.contactSubHeader {
	display: block;
	text-transform: normal;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #03005c;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	z-index: 3;
}

.dropdown {
	height: 62px;
	padding-top: 20px;
}






#floatingSelect {
	position: relative !important;
}

#floatingSelect .-z-1 {
    z-index: -1;
  }

#floatingSelect .origin-0 {
    transform-origin: 0%;
  }

#floatingSelect 

  select:focus ~ label,
  select:not([value='']):valid ~ label {
    /* @apply transform; scale-45; -translate-y-2; */
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-scale-x: 0.90;
    --tw-scale-y: 0.90;
    --tw-translate-y: -0.8rem;
    
  }

#floatingSelect input:focus ~ label,
  select:focus ~ label {
    /* @apply text-black; left-0; */
    --tw-text-opacity: 1;
    color: rgba(126, 132, 142, 1);
    left: 0px;
	
  }

#floatingSelect label {
	left: 14px;
	top: 19px;
}

#floatingSelect select:focus {
	border: 2px solid #00d4bb;
}

#floatingSelect select:active {
	outline: none !important;
	border: 2px solid #00d4bb;
}

#floatingSelect select:focus {
	outline: 0 !important;
	border: 2px solid #00d4bb;
}



.thankyouTxt {
	font-size: 16px;
}





















								      /*****************
								      // -----------------
								      // FOOTER AREA 
								      // _________________
								      // *****************/





.footerImg {
	height: 140px;
	background: #27aae1 url(../images/footer3.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom center;
}





#footer {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #00d4bb;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 4;
	font-size: 14px;
	color: #fff;
}

#footer .logo img {
	width: 230px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.errorMessage{
	color: red;
	text-align: center;
	width: 100%;
}
