/*
Theme Name: Landing Pages
Theme URI: http://patientadvertisingguru.com
Author: Lynton DSouza
Author URI: http://mydiabeteshome.com
Description: Theme Built for Patient Advertising Guru
*/

@charset "utf-8";

/* CSS Document */

@font-face {
	font-family: 'DINPro-Bold';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro-Bold'), url('fonts/DINPro-Bold_13934.woff') format('woff');
}

@font-face {
	font-family: 'DINPro-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro-Regular'), url('fonts/DINPro-Regular_13937.woff') format('woff');
}

body {
	margin: 0 auto;
	font-family: 'DINPro-Regular';
	font-size: 15px;
	color: #424242;
	font-weight: 400;
	line-height: inherit;
	color: #FFFFFF;
}

h1,
h2,
h3 {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: 'DINPro-Bold';
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	line-height: 19px;
}

p {
	margin: 0;
	padding: 0px;
	font-weight: 400;
}

a {
	text-decoration: none;
	margin: 0px;
	color: #5b5b5b;
	outline: none;
	font-size: 18px;
	line-height: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a img {
	border: none;
}

img {
	max-width: 100%;
}


/*a img:hover{opacity: 0.7; filter: alpha(opacity = 70);}*/

input {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	border: none;
	outline: none;
	font-family: 'DINPro-Regular';
	font-weight: 400;
}

label {
	margin: 0px;
	padding: 0px;
}

select {
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
}


/******************************* Home *********************************/

.type-2contents {
	padding: 50px 0px;
	text-align: center;
	/*	color: #FFF;
*/
}

.type-2contents h1 {
	display: block;
	font-size: 100px;
	line-height: inherit;
	text-shadow: 2px 2px #2f2e2c;
	padding-bottom: inherit;
}

.type-2contents h1 span {
	font-family: 'DINPro-Regular';
	display: block;
	font-size: 44px;
	line-height: 60px;
	/*	color: #fff;
*/
}

.type-2contents h2 {
	display: block;
	font-size: 32px;
	line-height: 43px;
	padding: 0px 0px 20px 0px;
}

.type-2contents .text {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 30px;
	padding: 16px;
	font-size: 24px;
	line-height: 32px;
}

.type-2contents .text p {
	padding-bottom: 30px;
}

.type-2contents .text p:last-child {
	padding-bottom: 0px;
}

.qualify-text {
	padding: 0px 13px;
	text-align: left;
}

.qualify-text h3 {
	display: block;
	font-size: 24px;
	line-height: 28px;
	padding: 0px 0px 10px 0px;
	color: #ffffff;
}
.qualify-text h4 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	padding: 0px 0px 10px 0px;
	color: #ffffff;
}
.qualify-text p {
	font-size: 18px;
	padding: 0px 0px 30px 0px;
	line-height: 1.3;
}

.cust-checkbox {
	position: relative;
	padding: 0px 0px 8px 3px;
	/*padding:0px 0px 20px 55px;*/
	font-size: 18px;
	line-height: 25px;
}

.cust-checkbox input[type="checkbox"] {
	display: none;
}

.cust-checkbox input[type="checkbox"]+label span {
	display: inline-block;
	width: 33px;
	height: 24px;
	/*position:absolute;*/
	top: 0px;
	left: 0px;
	vertical-align: middle;
	background: url(images/checkbox.png) no-repeat;
	cursor: pointer;
}

.cust-checkbox input[type="checkbox"]:checked+label span {
	background: url(images/checkbox-tick.png) no-repeat;
	background-size: contain;
}

.right-side {
	background: #FFF;
	padding: 20px 20px 0px 20px;
	background-size: contain;
}

.right-side p {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	padding: 15px;
	font-weight: bold;
}

.custom-label{
	font-size: 20px;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 10px;
}

.custom-label a{
	font-size: 20px;
	color: rgba(0, 0, 0, 0.85);
	text-decoration: underline;
	vertical-align: initial;
}

.custom-control {
    padding-left: 2.25rem !important;
}
.custom-radio .custom-control-label{
	font-size: 20px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 28px;
}

.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after{
	width: 28px;
	height: 28px;
	top: 0 !important;
	left: -2.25rem !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #20A11E;
    background-color: #20A11E;
}

.textbox-group {
	margin-bottom: 25px;
}

.textbox {
	width: 100%;
	height: 47px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cbc6c4;
	color: #777777;
	outline: none;
	font-size: 20px;
	line-height: 20px;
	display: block;
	padding: 0px 20px;
	border-radius: 0px;
}
.textbox::placeholder{color: #b3b3b3;}
.textbox:-ms-input-placeholder{color: #b3b3b3;}
.textbox::-ms-input-placeholder {color: #b3b3b3;}
.invalid-feedback {
	font-size: 100%;
}

.cust-checkbox.terms {
	font-size: 16px;
	line-height: 25px;
	padding: 0px 0px 30px 0px;
}
.cust-checkbox.terms label{
	margin-left: 32px;
	line-height: 1.3;
	color: #000;
}
.cust-checkbox.terms .terms-label{
	position: absolute;
    left: 0;
	width: 28px;
	height: 28px;
}

.terms-text {
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 1.3;
}
.terms-text a{
	font-size: 14px !important;
	text-decoration: underline;
}

.submit-btn {
	display: block;
	width: 100%;
	margin: 0;
	background: #feb302;
	padding: 16px;
	text-align: center;
	color: black;
	font-size: 27px;
	line-height: 25px;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.submit-btn:hover {
	background: #424242;
}

.form-bottom {
	text-align: center;
	background-size: cover;
	padding: 30px 0px;
	color: #FFF;
	font-size: 37px;
	line-height: 36px;
}

.form-bottom b {
	display: block;
	font-size: 50px;
	line-height: 48px;
	padding-top: 8px;
}

.down-arrow{ display:block; width: 100%; margin-top:10px; text-align: center;}
.down-arrow .arrow{
	box-sizing: border-box;
	height: 50px;
	width: 50px;
	border-style: solid;
	border-width: 0px 10px 10px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
	border-radius:5px;
	border-color:#feb302;
	margin-top: -20px !important;
    margin: 0 auto;
}

.mobile-bg {
	/* background: url(images/mobile-bg.jpg) top center no-repeat;
	background-size: cover; */
	height: auto;
	margin: 0px -15px 20px -15px;
}
.mobile-bg img {
	width: 100%;
}

.featured-img {
	width: 100%;
	height: auto;
}
.featured-img img{
	width: 100%;
}

.learn-text {
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	color: #feb302;
}


/******************************* Common *********************************/

.show-on-phone {
	display: none;
}

.last-margin {
	margin-bottom: 19px;
}

.margin-t {
	margin-top: 10px;
}

.margin-t45 {
	margin-top: 25px;
}

.margin-t5px {
	margin-top: 10px;
}

.padding-t {
	padding-top: 12px;
}
#disqualification-message,#qualification-message{
	padding-bottom:20px; 
}
#disqualification-message p,#qualification-message p{
	text-align: left !important;
	line-height: 1.5;
	color: inherit;
	font-weight: normal !important;
}
#disqualification-message a
{
	display: contents !important;
}
#qualification-disqualifiction-message a{
	color: -webkit-link;
	text-decoration: underline;
}
div.custom-radio-checkbox > label > input {
    visibility: hidden;
}

div.custom-radio-checkbox > label {
    display: block;
    margin: 10px 0;
    padding: 0;
    font-size: 18px
}

div.custom-radio-checkbox > label > img {
    display: inline-block;
    padding: 0px;
    height:40px;
    width:40px;
    background: none;
    margin-right: 10px
}

div.custom-radio-checkbox > label > input:checked +img {  
    background: url(images/checkbox-tick.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:40px 40px;
    margin-right: 10px
}

@media (min-width: 1200px) {
	.right-side {
		min-height: 450px;
	}
}

@media (max-width: 1200px) and (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
	.type-2contents h1 {
		font-size: 60px;
		line-height: inherit;
	}
	.type-2contents h1 #title-t1{font-size: 60px !important;}

	.type-2contents h1 span {
		font-size: 36px;
		line-height: 36px;
	}
	.type-2contents h2 {
		display: block;
		font-size: 28px;
		line-height: 35px;
		padding: 0px 0px 20px 0px;
	}
	.type-2contents .text {
		font-size: 19px;
		line-height: 25px;
	}
	.qualify-text {
		padding-left: 0px;
	}
	.right-side {
		padding-left: 10px;
		padding-right: 10px;
		min-height: 450px;
	}
	#form-caption-text{
		padding: 10px 10px !important;
		font-size: 18px !important;
	}
	/* .form-bottom {
		margin: 0px -10px 0px -10px;
	} */
	.cust-checkbox {
		font-size: 20px;
		line-height: 25px;
	}
}

@media (max-width: 767px) and (min-width: 0px) {
	/* .right-side {
		background: none !important;
	} */
	.right-side p {
		color: #fff;
	}
	.show-on-phone {
		display: block;
	}
	.hide-on-phone {
		display: none;
	}
	#particip {
		margin-left: 35px !important;
	}
	.type-2contents {
		padding: 0px;
	}
	.type-2contents h1 {
		margin: 0px -15px;
		padding: 20px 10px;
		line-height: inherit;
	}
	.type-2contents h1 #title-t1{font-size: 42px !important;}

	.type-2contents h1 span {
		font-size: 28px;
		line-height: inherit;
	}
	.type-2contents h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.type-2contents .text {
		padding: 0px;
		background: none;
		text-align: left;
		font-size: 20px;
		line-height: 27px;
	}
	.qualify-text h3 {
		font-size: 22px;
		line-height: 24px;
	}
	.qualify-text p {
		font-size: 18px;
		line-height: 1.3;
	}
	.qualify-text {
		padding: 30px 0px 0px 0px;
		font-size: 20px;
		line-height: 20px;
	}
	.cust-checkbox {
		font-size: 18px;
		line-height: 22px;
		/*padding-left: 35px;*/
	}
	.right-side {
		margin: 0px -15px;
		padding: 20px 15px 0px 15px;
	}
	.right-side p {
		font-size: 18px;
		line-height: 18px;
		padding: 10px 0px;
	}
	.cust-checkbox input[type="checkbox"]+label span {
		top: 6px;
	}
	.form-bottom {
		margin: 0;
		padding: 20px 0;
		font-size: 20px;
		line-height: 20px;
		background-color: #fff;
	}
	.form-bottom b {
		display: inline-table;
		font-size: 20px;
		line-height: 20px;
		margin-left: 10px;
	}
	#form-caption-text{
		margin-bottom: 20px;
	}
	.notice-message{display: block; width: 100% !important}
	.btn-box{display: block; width: 100% !important;text-align: left !important; margin-top: 10px;}

	.custom-control {
		margin-bottom: 10px;
	}
}

.margin-b-0 {
	margin-bottom: 0px;
}

.padding-b-zero {
	padding-bottom: 0px !important;
}

.padding-rl-zero {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.margin-b {
	margin-bottom: 10px;
}

.padding-t {
	padding-top: 9px;
}

.padding-t-zero {
	padding-top: 0px;
}

.margin-t20px {
	margin-top: 20px;
}

.margin-t30px {
	margin-top: 30px;
}

.margin-lf {
	margin-left: 15px;
}

position-r {
	position: relative;
}

#particip {
	margin-left: 55px;
}


/******************Success***************/

.bottom-contents {
	display: block;
}

.do-you {
	display: block;
	color: #101010;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	padding: 115px 10px 40px 10px;
	
	
}



.doc-near {
	color: #fff;
	max-width: 740px;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	padding: 60px 0px 90px 0px;
}

.tryagain {
	color: #fff !important;
	background-color: #9dcd60 !important;
	padding: 6px 10px 10px 10px;
	position: absolute;
	border-radius: 3px;
	margin: 20px auto 10px auto;
	margin-left: -40px !important;
	font-weight: 200;
}


/*#form-user{*/


/*	margin-top: 115px;*/


/*}*/

.sub-head {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

.a-link {
/*	color: #feb302 !important;
*/	font-size: 16px !important;
	vertical-align: initial;
}

.symptoms-text {
	color: white !important;
}

.paddingb0px {
	padding-bottom: 23px !important;
}

#form-user {
	margin-top: 50px;
}

.loadingDiv {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url('images/lre-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000000;
	background-size: 64px;
}

.loadingResults {
	background-size: 64px !important;
}

/* Cookie Banner CSS */
.cookie-consent-banner{
	z-index: 4000 !important;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 20px;
}
.notice-message{display: inline-block; width: calc(100% - 220px);vertical-align: top;line-height: 1.5;}

.notice-message-fr{display: inline-block; width: calc(100% - 300px);vertical-align: top;line-height: 1.5;}

.btn-box{display: inline-block;text-align: right; vertical-align: top;}
.btn-box .btn{
	line-height: 1.25 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}
.btn-box .learn-more-btn{
	margin-right: 5px;
	background-color: #5D5D5D !important;
	border-color: #5D5D5D !important;	
}
.btn-box .learn-more-btn:hover{
	background-color: #747373 !important;
	border-color: #747373 !important;
}
.btn-box .accept-btn{
	color: #000000;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}
.btn-box .accept-btn:hover{
	background-color: #f1f1f1 !important;
	border-color: #f1f1f1 !important;
}