/*
Theme Name: Waima Offer
Theme URI: http://daeb.com
Description: Daeb WordPress Theme
Version: 2.0
Author: DAEB
Author URI: 
Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}


html, body {
  color:#000;
  font-size:15px;
  line-height:normal;
  font-family: 'Montserrat', sans-serif;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

img {
	max-width:100%;
	height:auto;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

a {
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;	
}

.clear {
	clear:both;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.container {
	width:100%;
	min-width:1200px;
	margin:0 auto;
}

.paypal {
    display: none;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.offer-banner {
	background-color: #000;
	background-image: url(images/offer-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.offer-banner-wrap {
	padding: 105px 0px 168px 0px;
}

.ob-lhs {
	float: left;
	width: 710px;
	text-align: center;
	color: #fff;
}

.ob-logo {
	padding-bottom: 30px;
}

.sp {
	display: inline-block;
	background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
	padding: 7px 18px 7px 18px;
}

.ob-lhs h2 {
	padding: 35px 0px 35px 0px;
	font-size: 47px;
	line-height: 52px;
}

.ob-lhs h2 strong {
	font-weight: 700;
}

.ob-lhs h3 {
	padding-bottom: 35px;
	font-size: 35px;
	line-height: 40px;
}

.ob-lhs h3 strong {
	font-weight: 700;
}

.watch {
	padding-right: 70px;
}

.register-form {
	float: right;
	width: 404px;
	position: relative;
	padding-bottom: 19px;
	margin-top: 38px;
	background-color: #fff;
}

.rf-head {
	background-image: url(images/rf-head.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 424px;
	height: 91px;
	color: #fff;
	text-align: center;
	margin-left: -11px;
}

.rf-head h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	padding-top: 15px;
}

.rf-wrap {
	padding: 25px 36px 0px 36px;
	font-size: 15px;
}

.rf-wrap h3 {
	font-size: 17px;
	line-height: 20px;
	color: #787878;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.rf-box {
	padding-bottom: 18px;
}

.rf-box input {
	width: 100%;
	height: 32px;
	border: none;
	border-bottom: #1789c5 solid 1px;
	font-size: 15px;
	color: #000;
}

.rf-box input:focus {
	border-bottom: #38b0ef solid 1px;
}


.register-form select {
	width: 100%;
	height: 32px;
	border: none;
	border-bottom: #1789c5 solid 1px;
	font-size: 15px;
	color: #000;
	margin-bottom: 18px;
}

.rf-wrap ::-webkit-input-placeholder { color:#000; }
.rf-wrap ::-moz-placeholder { color:#000; } /* firefox 19+ */
.rf-wrap :-ms-input-placeholder { color:#000; } /* ie */
.rf-wrap input:-moz-placeholder { color:#000; }

.check {
	padding: 5px 0px 25px 0px;
	font-size: 12px;
	color: #787878;
}

.check input {
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	border: #d7d7d7 solid 2px;
}

.check a {
	color: #178ac5;
	text-decoration: none;
}

.check a:hover {
	color: #178ac5;
	text-decoration: underline;
}

.rf-button input {
	width: 100%;
	border: none;
	height: 59px;
	background-color: #0d115c;
	color: #fff;
	border-bottom: #0b6c9e solid 3px;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	text-align: left;
	padding-left: 50px;
}

.rf-button input:hover {
	background-color: #272c8a;
}

.pointer {
	position: absolute;
	bottom: 28px;
	right: -28px;
}

.footer {
	background-color: #000000;
}

.footer-wrap {
	padding: 40px 0px 45px 0px;
	color: #fff;
}

.footer-logo {
	text-align: center;
	padding-bottom: 48px;
}

.footer-mid {
	overflow: hidden;
	padding-bottom: 45px;
	color: #fff;
	font-size: 18px;
}

.footer-mid a {
	color: #fff;
	text-decoration: none;
}

.footer-mid a:hover {
	color: #178ac5;
	text-decoration: none;
}

.mail {
	float: left;
	padding-left: 28px;
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-top: 5px;
}

.social {
	float: left;
	margin-left: 260px;
	overflow: hidden;
}

.social ul li {
	float: left;
	margin: 0px 13px 5px 0px;
}

.call {
	float: right;
	padding-left: 23px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 5px;
}





.copyright {
	text-align:center;
	padding-top:40px;
	font-size:14px;
	color:#666;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	text-transform:uppercase;
	border-top: #262626 solid 1px;
}

.copyright ul li {
	display:inline;
	padding:0px 3px 0px 3px;
}

.copyright strong {
	color:#178ac5;
	font-weight:normal;
}

.copyright a {
	color:#666;
	text-decoration:none;
}

.copyright a:hover {
	color:#fff;
	text-decoration:none;
}

.header {
	overflow: hidden;
	padding: 6px 0px 7px 0px;
}

.logo {
	float: left;
	width: 371px;
}

.header-rhs {
	float: right;
	padding-top: 30px;
	color: #000;
	font-size: 28px;
	line-height: 28px;
	overflow: hidden;
}

.header-rhs a {
	color: #000;
	text-decoration: none;
}

.h-mail {
	float: left;
	background-image: url(images/mail2.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 43px;
	font-weight: 700;
}

.h-call {
	float: left;
	background-image: url(images/phone2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	margin-left: 60px;
}

.h-call a {
	font-weight: 700;
}

.sub-banner {
	background-color: #000;
	background-image: url(images/sub-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sub-banner-wrap {
	padding: 18px 0px 15px 0px;
	min-height: 74px;
	text-align: center;
}

.sub-contents {
	padding: 70px 0px 10px 0px;
}

.personal-info strong {
	font-weight: 700;
}

.personal-info h3 {
	font-size: 25px;
	line-height: 29px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: #74b8dc solid 1px;
	font-weight: 700;
}

.personal-info p {
	font-size: 15px;
	padding-bottom: 25px;
	font-weight: 500;
}

.personal-info p em {
	font-style: italic;
	font-weight: 700;
	color: #1688c4;
}

.pi-wrap {
	overflow: hidden;
	padding: 20px 0px 40px 0px;
	border-bottom: #dcdcdc solid 1px;
	margin-bottom: 40px;
}

.piw-lhs {
	float: left;
	width: 48%;
}

.personal-info h4 {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;
	font-weight: 700;
	color: #1789c5;
}

.personal-info h5 {
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 20px;
	font-weight: 700;
	color: #1789c5;
}

.sub-text ul {
	padding-bottom: 10px;
}

.sub-text ul li {
	padding: 2px 0px 22px 38px;
	background-image: url(images/bullet01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.piw-rhs {
	float: right;
	width: 48%;
}

.pi-box {
	padding-bottom: 30px;
}

.pi-box label {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
}

.pi-box label strong {
	color: #b30336;
}

.pi-box input {
	width: 100%;
	height: 44px;
	border: #d4d4d4 solid 1px;
	font-size: 15px;
	color: #000;
	padding: 0px 20px 0px 20px;
}

.pi-box input:focus {
	border: #38b0ef solid 1px;
}

.blue-button {
	text-align: left;
}

.blue-button input {
	border: none;
	height: 58px;
	background-color: #1789c5;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	cursor: pointer;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	padding: 0px 80px 0px 34px;
	min-width: 250px;
}

.blue-button input:hover {
	background-color: #0b6c9e;
}

.payment-options {
	overflow: hidden;
	padding-bottom: 50px;
}

.payment-options input {
	vertical-align: middle;
	margin: 0px 7px 0px 0px;
}

.payment-options label {
	font-size: 16px;
	color: #000;
	display: block;
}

.pi-box label span {
	color: #c0c0c0;
}

.payment-options p {
	padding: 14px 0px 0px 24px;
}

.credit-card {
	float: left;
	margin-bottom: 20px;
}


.paypal {
	float: left;
	margin: 0px 0px 20px 42px;
}

.form-row {
	overflow: hidden;
	padding-bottom: 10px;
}

.form-row .lhs {
	float: left;
	width: 48%;
}

.form-row .rhs {
	float: right;
	width: 48%;
}

.form-row h4 {
	font-size: 16px;
	color: #000;
	padding-bottom: 15px;
	display: block;
	font-weight: 700;
}

.cvv {
	padding-top: 33px;
}

.pi-box select {
	width: 100%;
	height: 44px;
	border: #d4d4d4 solid 1px;
	font-size: 15px;
	color: #777;
	padding: 0px 20px 0px 20px;
}

.pi-box select:focus {
	border: #38b0ef solid 1px;
}

.pi-box textarea {
	width: 100%;
	height: 94px;
	border: #d4d4d4 solid 1px;
	font-size: 15px;
	color: #000;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	resize: none;
}

.pi-box textarea:focus {
	border: #38b0ef solid 1px;
}

.confirmation {
	text-align: center;
}

.confirmation h2 {
	font-size: 44px;
	line-height: 55px;
	padding: 0px 50px 28px 50px;
	margin-bottom: 30px;
	background-image: url(images/grey-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: 500;
	letter-spacing: 1px;
}

.confirmation h2 strong {
	font-weight: 700;
	color: #1789c5;
}

.confirmation p {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 35px;
}


.confirmation .blue-button {
	text-align: center;
	padding: 10px 0px 20px 0px;
}

.quiz-page-wrap {
	padding: 70px 0px 100px 0px;
	max-width: 842px;
	margin: 0 auto;
}

.qp-logo {
	text-align: center;
	padding-bottom: 60px;
}

.quiz-box {
	background-color: #fff;
	padding: 30px 75px 45px 75px;
}

.quiz-box h2 {
	background-image: url(images/quiz.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0px 0px 240px;
	min-height: 97px;
	font-size: 34px;
	line-height: 46px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}

.quiz-box h2 strong {
	color: #178ac5;	
}

.q-box {
	padding-bottom: 25px;
}

.q-box label {
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 12px;
	font-weight: 500;
}

.q-box textarea {
	width: 100%;
	height: 80px;
	border: #e1e1e1 solid 2px;
	resize: none;
	overflow: hidden;
	padding: 12px 18px 12px 18px;
	font-size: 15px;
	color: #000;
}

.q-box textarea:focus {
	border: #ccc solid 2px;
}

.q-button {
	text-align: center;
}

.q-button input {
	border: none;
	height: 59px;
	background-color: #0d115c;
	color: #fff;
	border-bottom: #0b6c9e solid 3px;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	text-align: left;
	padding: 0px 87px 0px 45px;
}

.q-button input:hover {
	background-color: #272c8a;
}


.q-box select {
	width: 100%;
	height: 43px;
	border: #e1e1e1 solid 2px;
	resize: none;
	overflow: hidden;
	padding: 0px 18px 0px 18px;
	font-size: 15px;
	color: #000;
}

.q-box select:focus {
	border: #ccc solid 2px;
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {

	
.container {
	min-width:1024px;
}

.wrap {
	width: 1024px;
}

.offer-banner-wrap {
	padding: 105px 0px 150px 0px;
}

.ob-lhs {
	width: 600px;
}


.ob-lhs h2 {
	font-size: 42px;
	line-height: 50px;
}

.ob-lhs h3 {
	font-size: 27px;
	line-height: 32px;
}


.social {
	margin-left: 180px;
}


.logo {
	width: 320px;
}

.header-rhs {
	padding-top: 30px;
	font-size: 23px;
	line-height: 27px;
}

.h-mail {
	background-position: left 3px;
}


.sub-contents {
	padding: 60px 0px 70px 0px;
}

.confirmation h2 {
	font-size: 42px;
	line-height: 53px;
	padding: 0px 0px 28px 0px;
}

.confirmation p {
	font-size: 20px;
	line-height: 28px;
}

	
}




@media only screen and (min-width: 960px) and (max-width: 1099px) {
	
.container {
	min-width:940px;
}

.wrap {
	width: 940px;
}

.offer-banner-wrap {
	padding: 80px 0px 120px 0px;
}

.ob-lhs {
	width: 480px;
}

.ob-logo {
	padding-bottom: 30px;
}

.sp {
	padding: 7px 28px 7px 28px;
}

.ob-lhs h2 {
	padding: 35px 0px 35px 0px;
	font-size: 36px;
	line-height: 45px;
}

.ob-lhs h3 {
	font-size: 23px;
	line-height: 30px;
}

.ob-lhs h3 strong {
	font-weight: 700;
}
	
.register-form {
	width: 404px;
	margin-right: 28px;
}



.footer-logo {
	text-align: center;
	padding-bottom: 48px;
}
	
.footer-logo img {
	max-width: 360px;
}	

.footer-mid {
	font-size: 17px;
}


.social {
	margin-left: 150px;
}


.logo {
	width: 300px;
}

.header-rhs {
	padding-top: 22px;
	font-size: 20px;
	line-height: 28px;
}

.sub-contents {
	padding: 60px 0px 70px 0px;
}


.confirmation h2 {
	font-size: 40px;
	line-height: 50px;
	padding: 0px 0px 28px 0px;
}

.confirmation p {
	font-size: 21px;
	line-height: 30px;
}
	
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.container {
	min-width:740px;
}

.wrap {
	width: 740px;
}


.offer-banner-wrap {
	padding: 70px 0px 80px 0px;
}

.ob-lhs {
	float: none;
	width: auto;
}

.register-form {
	float: none;
	margin: 60px auto 0px auto;
}

.footer-wrap {
	padding: 30px 0px 35px 0px;
}

.footer-mid {
	font-size: 16px;
}

.mail {
	background-position: left 2px;
}

.social {
	margin-left: 50px;
}

.logo {
	width: 250px;
}

.header-rhs {
	padding-top: 17px;
	font-size: 17px;
	line-height: 28px;
}

.h-mail {
	background-position: left 5px;
	padding-left: 40px;
}

.h-call {
	padding-left: 32px;
	margin-left: 20px;
}

.sub-contents {
	padding: 50px 0px 70px 0px;
}

.personal-info h3 {
	font-size: 23px;
	line-height: 29px;
}

.blue-button input {
	height: 50px;
	font-size: 20px;
	background-position: 92% center;
	padding: 0px 80px 0px 34px;
}


.confirmation h2 {
	font-size: 38px;
	line-height: 50px;
	padding: 0px 0px 28px 0px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.confirmation p {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 35px;
}
	
.quiz-page-wrap {
	padding: 60px 0px 80px 0px;
	max-width: 95%;
}

.qp-logo {
	padding-bottom: 50px;
}

.quiz-box {
	padding: 30px 50px 45px 50px;
}

.quiz-box h2 {
	padding: 15px 0px 0px 240px;
	min-height: 97px;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 40px;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.container {
	min-width:300px;
}

.wrap {
	width: 95%;
	min-width:300px;
}


.offer-banner-wrap {
	padding: 50px 0px 50px 0px;
}

.ob-lhs {
	float: none;
	width: auto;
}

.ob-logo {
	padding-bottom: 30px;
}

.sp {
	padding: 7px 18px 7px 18px;
}

.ob-lhs h2 {
	padding: 35px 0px 25px 0px;
	font-size: 28px;
	line-height: 38px;
}


.ob-lhs h3 {
	padding-bottom: 35px;
	font-size: 22px;
	line-height: 30px;
}

.watch {
	padding-right: 50px;
}
	
.watch img {
	max-width: 200px;
}

.register-form {
	float: none;
	width: 300px;
	margin: 50px auto 0px auto;
}

.rf-head {
	background-size: 100% auto;
	width: 319px;
	height: 75px;
	margin-left: -10px;
}

.rf-head h2 {
	font-size: 24px;
	line-height: 24px;
	padding-top: 15px;
}

.rf-wrap {
	padding: 15px 16px 0px 16px;
	font-size: 15px;
}

.rf-wrap h3 {
	font-size: 17px;
	line-height: 20px;
}

.check {
	padding: 5px 0px 25px 0px;
	font-size: 11px;
}

.check input {
	margin: 0px 5px 0px 0px;
}


.rf-button input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	background-position: 93% center;
	padding-left: 40px;
}

.pointer {
	position: absolute;
	bottom: 28px;
	right: -28px;
	display: none;
}
	
.footer-wrap {
	padding: 40px 0px 45px 0px;
}

.footer-logo {
	padding-bottom: 30px;
}

.footer-mid {
	padding-bottom: 35px;
	font-size: 17px;
	text-align: center;
}


.mail {
	float: none;
	display: inline-block;
	padding-left: 28px;
	background-position: left 4px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.social {
	float: none;
	margin-left: 0px;
}

.social ul li {
	margin: 0px 5px 5px 5px;
	float: none;
	display: inline;
}

.call {
	float: none;
	display: inline-block;
	padding-left: 23px;
	background-position: left 2px;
	margin-top: 20px;
}

.copyright {
	padding-top:30px;
	font-size:12px;
	line-height: 24px;
}

.copyright ul li {
	display:inline;
	padding:0px 3px 0px 3px;
}

.header {
	padding: 6px 0px 10px 0px;
}

.logo {
	float: none;
	width: auto;
	text-align: center;
	padding-bottom: 15px;
}

.header-rhs {
	float: none;
	padding-top: 0px;
	font-size: 16px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
}


.h-mail {
	float: none;
	display: inline-block;
	background-image: url(images/mail.png);
	background-position: left top;
	padding-left: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.h-call {
	float: none;
	display: inline-block;
	background-position: left 3px;
	margin-left: 0px;
	padding: 3px 0px 6px 25px;
	background-image: url(images/phone.png);
}

.sub-contents {
	padding: 40px 0px 40px 0px;
}


.personal-info h3 {
	font-size: 22px;
	line-height: 27px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.personal-info p {
	font-size: 15px;
	padding-bottom: 25px;
}


.pi-wrap {
	padding: 20px 0px 20px 0px;
	margin-bottom: 40px;
}

.piw-lhs {
	float: none;
	width: auto;
}

.personal-info h4 {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;
}

.personal-info h5 {
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 20px;
}

.piw-rhs {
	float: none;
	width: auto;
}

.pi-box {
	padding-bottom: 30px;
}

.pi-box label {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
}

.pi-box label strong {
	color: #b30336;
}

.pi-box input {
	width: 100%;
	height: 44px;
	border: #d4d4d4 solid 1px;
	font-size: 15px;
	color: #000;
	padding: 0px 20px 0px 20px;
}

.pi-box input:focus {
	border: #38b0ef solid 1px;
}

.blue-button input {
	height: 50px;
	font-size: 19px;
	background-position: 92% center;
	padding: 0px 80px 0px 34px;
	min-width: inherit;
}

.payment-options {
	padding-bottom: 40px;
}

.payment-options input {
	margin: 0px 7px 0px 0px;
}

.payment-options label {
	font-size: 16px;
}

.payment-options p {
	padding: 14px 0px 0px 24px;
}

.credit-card {
	float: none;
	margin-bottom: 20px;
}


.paypal {
	float: none;
	margin: 0px 0px 20px 0px;
}

.form-row .lhs {
	float: none;
	width: auto;
}

.form-row .rhs {
	float: none;
	width: auto;
}

.form-row h4 {
	font-size: 16px;
}

.pi-box select {
	width: 100%;
	height: 44px;
	font-size: 15px;
	padding: 0px 20px 0px 20px;
}


.pi-box textarea {
	width: 100%;
	height: 94px;
	font-size: 15px;
	padding: 10px 20px 10px 20px;
}

.confirmation h2 {
	font-size: 31px;
	line-height: 41px;
	padding: 0px 0px 28px 0px;
	margin-bottom: 30px;
	letter-spacing: 0px;
}


.confirmation p {
	font-size: 19px;
	line-height: 27px;
	padding-bottom: 30px;
}


.confirmation .blue-button {
	text-align: center;
	padding: 10px 0px 20px 0px;
}
	
.cvv {
	padding-top: 0px;
}	

.quiz-page-wrap {
	padding: 50px 0px 60px 0px;
	max-width: 95%;
}

.qp-logo {
	padding-bottom: 40px;
	max-width: 90%;
	margin: 0 auto;
}

.quiz-box {
	padding: 20px;
}

.quiz-box h2 {
	background-position: center top;
	padding: 120px 0px 0px 0px;
	min-height: inherit;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
}
	
.q-box label {
	font-size: 15px;
	line-height: 22px;
}

.q-box textarea {
	width: 100%;
	height: 100px;
	padding: 12px 15px 12px 15px;
	font-size: 15px;
}

.q-box select {
	padding: 0px 15px 0px 15px;
	font-size: 15px;
}
	


.q-button input {
	height: 59px;
	font-size: 21px;
	background-position: 90% center;
	padding: 0px 87px 0px 45px;
}
	
	
	
}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.container {
	min-width:420px;
}

.wrap {
	width: 95%;
	min-width:420px;
}


.offer-banner-wrap {
	padding: 50px 0px 50px 0px;
}

.ob-lhs {
	float: none;
	width: auto;
}

.ob-logo {
	padding-bottom: 30px;
}

.sp {
	padding: 7px 18px 7px 18px;
}

.ob-lhs h2 {
	padding: 35px 0px 35px 0px;
	font-size: 30px;
	line-height: 40px;
}


.ob-lhs h3 {
	padding-bottom: 35px;
	font-size: 25px;
	line-height: 32px;
}

.watch {
	padding-right: 50px;
}
	
.watch img {
	max-width: 200px;
}

.register-form {
	float: none;
	width: 392px;
	margin: 50px auto 0px auto;
}

.rf-head {
	background-size: 100% auto;
	width: 416px;
	height: 88px;
	margin-left: -12px;
}

.rf-head h2 {
	font-size: 34px;
	line-height: 34px;
	padding-top: 15px;
}

.rf-wrap {
	padding: 25px 26px 0px 26px;
	font-size: 15px;
}

.rf-wrap h3 {
	font-size: 17px;
	line-height: 20px;
}

.check {
	padding: 5px 0px 25px 0px;
	font-size: 12px;
}

.check input {
	margin: 0px 5px 0px 0px;
}


.rf-button input {
	width: 100%;
	height: 59px;
	font-size: 21px;
	background-position: 90% center;
	padding-left: 50px;
}

.pointer {
	position: absolute;
	bottom: 28px;
	right: -28px;
	display: block;
}
	
.footer-wrap {
	padding: 40px 0px 45px 0px;
}

.footer-logo {
	padding-bottom: 30px;
}

.footer-mid {
	padding-bottom: 35px;
	font-size: 18px;
	text-align: center;
}


.mail {
	float: none;
	display: inline-block;
	padding-left: 28px;
	background-position: left 4px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.social {
	float: none;
	margin-left: 0px;
}

.social ul li {
	margin: 0px 5px 5px 5px;
	float: none;
	display: inline;
}

.call {
	float: none;
	display: inline-block;
	padding-left: 23px;
	background-position: left 2px;
	margin-top: 20px;
}

.copyright {
	padding-top:30px;
	font-size:13px;
	line-height: 24px;
}

.copyright ul li {
	display:inline;
	padding:0px 3px 0px 3px;
}

.header {
	padding: 6px 0px 10px 0px;
}

.logo {
	float: none;
	width: auto;
	text-align: center;
	padding-bottom: 15px;
}

.header-rhs {
	float: none;
	padding-top: 0px;
	font-size: 16px;
	line-height: 16px;
	overflow: hidden;
}

.header-rhs a {
	color: #000;
	text-decoration: none;
}

.h-mail {
	float: left;
	background-image: url(images/mail.png);
	background-position: left top;
	padding-left: 30px;
	font-weight: 700;
	margin-bottom: 0px;
}

.h-call {
	float: right;
	background-position: left 3px;
	margin-left: 0px;
	padding: 3px 0px 6px 25px;
	background-image: url(images/phone.png);
}

.sub-contents {
	padding: 40px 0px 40px 0px;
}


.personal-info h3 {
	font-size: 23px;
	line-height: 27px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.personal-info p {
	font-size: 15px;
	padding-bottom: 25px;
}


.pi-wrap {
	padding: 20px 0px 20px 0px;
	margin-bottom: 40px;
}

.piw-lhs {
	float: none;
	width: auto;
}

.personal-info h4 {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;
}

.personal-info h5 {
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 20px;
}

.piw-rhs {
	float: none;
	width: auto;
}

.pi-box {
	padding-bottom: 30px;
}

.pi-box label {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
}

.pi-box label strong {
	color: #b30336;
}

.pi-box input {
	width: 100%;
	height: 44px;
	border: #d4d4d4 solid 1px;
	font-size: 15px;
	color: #000;
	padding: 0px 20px 0px 20px;
}

.pi-box input:focus {
	border: #38b0ef solid 1px;
}

.blue-button input {
	height: 50px;
	font-size: 19px;
	background-position: 92% center;
	padding: 0px 80px 0px 34px;
	min-width: inherit;
}

.payment-options {
	padding-bottom: 40px;
}

.payment-options input {
	margin: 0px 7px 0px 0px;
}

.payment-options label {
	font-size: 16px;
}

.payment-options p {
	padding: 14px 0px 0px 24px;
}

.credit-card {
	float: none;
	margin-bottom: 20px;
}


.paypal {
	float: none;
	margin: 0px 0px 20px 0px;
}

.form-row .lhs {
	float: none;
	width: auto;
}

.form-row .rhs {
	float: none;
	width: auto;
}

.form-row h4 {
	font-size: 16px;
}

.pi-box select {
	width: 100%;
	height: 44px;
	font-size: 15px;
	padding: 0px 20px 0px 20px;
}


.pi-box textarea {
	width: 100%;
	height: 94px;
	font-size: 15px;
	padding: 10px 20px 10px 20px;
}

.confirmation h2 {
	font-size: 33px;
	line-height: 43px;
	padding: 0px 0px 28px 0px;
	margin-bottom: 30px;
	letter-spacing: 0px;
}


.confirmation p {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 30px;
}


.confirmation .blue-button {
	text-align: center;
	padding: 10px 0px 20px 0px;
}
	
	
.quiz-page-wrap {
	padding: 50px 0px 60px 0px;
	max-width: 95%;
}

.qp-logo {
	padding-bottom: 40px;
}

.quiz-box {
	padding: 25px;
}

.quiz-box h2 {
	background-position: center top;
	padding: 120px 0px 0px 0px;
	font-size: 33px;
	line-height: 43px;
	margin-bottom: 40px;
}
	
.q-box label {
	font-size: 15px;
	line-height: 22px;
}

.q-box textarea {
	width: 100%;
	height: 100px;
	padding: 12px 15px 12px 15px;
	font-size: 15px;
}



.q-button input {
	height: 59px;
	font-size: 21px;
	background-position: 90% center;
	padding: 0px 87px 0px 45px;
}


}

