

								      /*****************
								      // -----------------
								      // FOR MOBILE PHONE
								      // _________________
								      // *****************/


@media only screen and (max-width: 599px) {

	.logo img {
		width: 160px;
		margin: 0px;
		border: 0px;
		padding: 0px;
	}
	
	.headerButton {
		font-size: 0.65rem;
		line-height: 0.9rem;
		text-align: center;
		font-weight: 500;
		padding: 12px 14px;
	}
	
	.headerButton .number {
		display: inline-block;
		font-size: 1rem;
		line-height: 1.1rem;
		font-weight: 600;
		color: #02dbc1;
		margin: -3px 0px 0px 0px;
		border: 0px;
		padding: 0px;
		text-decoration: none;
	}


	.contactUs {
		display: none;
	}



	.strap {
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
		padding: 14px 14px;
	}

	#splashArea h1 {
		font-size: 45px;
		line-height: 49px;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 10px 0px;
	}

	#splashArea h2 {
		font-size: 18px;
		line-height: 26px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 30px 0px;
	}
	
	#splashArea .splashButton {
		font-weight: 600;
		font-size: 30px;
		padding: 16px 20px;

	}
	







          	
	
	#logoRow h1 {
		display: block;
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 50px 0px;
	}

	#logoRow h1::before {
		width: 30px;
		height: 30px;
	}
	
	#whyRow h1 {
		display: block;
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 50px 0px;
	}

	#whyRow h1::before {
		width: 30px;
		height: 30px;
	}
	
	#helpWithRow h1 {
		display: block;
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 50px 0px;
	}

	#helpWithRow h1::before {
		width: 30px;
		height: 30px;
	}
	
	#helpWithRow h3 {
		display: block;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #03005c;
		font-weight: 500;
		margin: -20px 0px 20px 0px;
		border: 0px;
		padding: 0px 0px 0px 0px;
	}	
	
	
	#helpIco {
		width: 110px;
		display: block;
		margin: 0px auto;
	}

	#howWorksRow h1 {
		display: block;
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 0px 0px;
	}

	#howWorksRow h1::before {
		width: 30px;
		height: 30px;
	}	
	
 	#aniArrow #helpIco {
 		display: none;
	}
	
	#howWorksRow h3 {
		display: block;
		text-align: center;
		font-size: 19px;
		line-height: 24px;
		letter-spacing: 0px;
		color: #02e5ca;
		font-weight: 700;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 10px 0px;
	}

	
	
	#lookingForRow h1 {
		display: block;
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 0px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 20px 0px;
	}

	#lookingForRow h1::before {
		width: 30px;
		height: 30px;
	}	
	
	
	
	#reviewsRow .block img {
		display: block;
		min-width: 30px;
		max-width: 100px;
		margin: 0px auto;
	}
	
	#reviewsRow h1 {
		display: block;
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 0px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 0px 0px;
	}

	#reviewsRow h1::before {
		width: 30px;
		height: 30px;
	}	
	

	#aboutRow h1 {
		display: block;
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 0px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 30px 0px;
	}

	#aboutRow h1::before {
		width: 30px;
		height: 30px;
	}	
	
	
	#faqRow h1 {
		display: block;
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 0px;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 30px 0px;
	}

	#faqRow h1::before {
		width: 30px;
		height: 30px;
	}	
	
	
	
	
	
	#footer {
		font-size: 13px;
		line-height: 18px;
		color: #fff;
	}
	
	#footer .logo img {
		width: 200px;
		margin: 0px auto;
		border: 0px;
		padding: 20px 0px 10px 0px;
	}
	
	
	#tickBox .noBorder {
		min-width: 22px !important;
		height: 22px !important;
		margin-top: 0px;
	}	





}


								      /*****************
								      // -----------------
								      // FOR MOBILE PHONE LANDSCAPE
								      // _________________
								      // *****************/


@media only screen and (max-width: 740px) and (orientation: landscape) {

 	#aniArrow #helpIco {
		display: none !important;

	}
	
	.contactUs {
		display: none;
	}
	
	
	
}




								      /*****************
								      // -----------------
								      // FOR TABLET PORTRAIT
								      // _________________
								      // *****************/


@media only screen and (min-width: 600px) and (orientation: portrait) {

	.contactUs {
		display: none;
	}
	
	
}








								      /*****************
								      // -----------------
								      // FOR TABLET LANDSCAPE
								      // _________________
								      // *****************/


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){

	#splashArea h1 {
		display: block;
		text-transform: normal;
		font-size: 65px;
		line-height: 76px;
		font-weight: 700;
		letter-spacing: -2px;
		color: #03005c;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 10px 0px;
		position: relative;
		z-index: 3;
	}
	
	#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: 32px;
		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;
	}
	
	

}



								      /*****************
								      // -----------------
								      // FOR 320PX SCREENS PORTRAIT
								      // _________________
								      // *****************/

  @media (max-device-width: 320px)
  and (orientation: portrait) {


}




								      /*****************
								      // -----------------
								      // IPHONE X PORTRAIT
								      // _________________
								      // *****************/



@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {









}




								      /*****************
								      // -----------------
								      // IPHONE X LANDSCAPE
								      // _________________
								      // *****************/




@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {

	.contactUs {
		display: none;
	}

}



								      /*****************
								      // -----------------
								      // IPAD PRO 12.9 PORTRAIT
								      // _________________
								      // *****************/

@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {


	#splashArea h1 {
		display: block;
		text-transform: normal;
		font-size: 65px;
		line-height: 76px;
		font-weight: 700;
		letter-spacing: -2px;
		color: #03005c;
		margin: 0px;
		border: 0px;
		padding: 0px 0px 10px 0px;
		position: relative;
		z-index: 3;
	}
	
	#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: 32px;
		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;
	}


}




								      /*****************
								      // -----------------
								      // IPAD PRO 12.9 LANDSCAPE
								      // _________________
								      // *****************/
@media only screen
  and (min-device-width: 1366px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {





}






