* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #f3f3f3;
	font-family: 'Nunito', sans-serif;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
.main-container {
	width: 100%;
	float: left;
}
.inner-container {
	width: 760px;
	margin: auto;
}
.container {
	width: 100%;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.clearfix {
	clear: both;
}
header {
	background: #fff;
	border-bottom: #e3e3e3 solid 1px;
	width: 100%;
	float: left;
}
.logo {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px;
}
.logo a {
	text-align: center;
}
.wrapper {
	width: 100%;
	padding: 15px 15px 30px 15px;
	float: left;
}
.appContainer {
	width: 100%;
	float: left;
	background: #fff;
	min-height: 200px;
	border: #e3e3e3 solid 1px;
	border-radius: 10px;
	overflow: hidden;
}
.appHeading, .appBanner {
	width: 100%;
	float: left;
	text-align: center;
	color: #ed3344;
	font-size: 20px;
	font-weight: 600;
	padding: 20px 15px;
	border-bottom: #f2f3f3 solid 1px;
}
.appBanner {
	padding: 0px;
	overflow: hidden;
	border-bottom: 0px;
}
.appBanner img {
	width: 100%;
	max-height: 300px;
}
.appBody {
	width: 100%;
	float: left;
	padding: 20px 0 30px;
}
.pointsSection {
	width: 100%;
	float: left;
}
.pointsSection h2 {
	color: #dc282d;
	padding: 0px;
	margin: 0px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
}
.pointsSection .col-xs-12 {
	margin-bottom: 15px;
}
.pointsSection .col-xs-12 span {
	color: #dc282d;
}
.pointsSection .col-xs-1 {
	padding: 0px;
	text-align: right;
}
.pointsSection .col-xs-11 {
	line-height: 18px;
}
.form-container {
	width: 100%;
	float: left;
	padding: 0 30px;
}
.form-container input[type="text"], .form-container input[type="date"], .form-container input[type="number"], .form-container input[type="email"] {
	background: #efefee;
	border: #d3d3d2 solid 1px;
	width: 100%;
	float: left;
	padding: 15px;
	font-size: 16px;
	outline: none;
	font-family: 'Nunito', sans-serif;
}
.form-container input[type="date"] {
	padding: 15px 50px 15px 15px;
}
.form-container h4 {
	width: 100%;
	float: left;
	text-align: center;
}
.form-container .submitBtn {
	background: #dc282d;
	color: #fff;
	text-align: center;
	width: 100%;
	float: left;
	font-weight: 600;
	text-decoration: none;
	padding: 15px;
	cursor:pointer;
}
footer {
	background: #383838;
	width: 100%;
	float: left;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
}
.shareBox {
	border-bottom: #e1e1e1 solid 1px;
	border-top: #e1e1e1 solid 1px;
	width: 100%;
	float: left;
	padding: 10px;
}
.shareBox h6 {
	font-size:20px;
	color: #dc282d;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.shareIcons {
	width: 100%;
	float: left;
	margin: 10px 0;
	text-align: center;
}
.shareIcons a {
	display: inline-block;
}
.shareIcons i {
	display: inline-block;
	width: 78px;
	height: 78px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.3);
	line-height: 100px;
}
.shareIcons label {
	width: 100%;
	float: left;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
}
.activeBtn i {
	background: #dd282e;
}
.activeBtn label {
	color: #dd282e;
	font-weight: 600;
}
.termsConditions {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.termsConditions a {
	color: #dc282d;
	text-decoration: none;
}
.customcheckbox {
	float: left;
	margin: 0 0 0px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333636;
	position: relative;
	outline: none;
	width: 100%;
	line-height: 12px;
	font-size: 16px;
}
.customcheckbox input[type="checkbox"] {
	position: absolute;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	left: 0;
}
.customcheckbox input[type="checkbox"] + label:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 1px #b0b0b0;
	content: " ";
	vertical-align: middle;
	float: left;
}
.customcheckbox input[type="checkbox"]:checked + label:before {
	border: solid 1px #b0b0b0;
	background: url(../images/img-checked.png) no-repeat center;
	background-size: 100%;
}
.customcheckbox label:before {
	margin-right: 10px;
}
.smsDiv {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}
.addNumber {
	float: left;
}
.smsDiv i {
    background: #dd282e;
    border-radius: 0px;
    width: 52px !important;
    height: 52px !important;
    border-radius: 100px;
    text-align: center;
    line-height: 51px !important;
    font-size: 14px !important;
}
.mobNo {
	margin-top: 10px;
	float: left;
	background: #efefef;
	border: #e1e1e1 solid 1px;
	padding: 2px 20px 2px 10px;
	width: 100%;
	position: relative;
}
.mobNo a {
	position: absolute;
	right: 8px;
}
.social-Share, .copyDivcontent {
	width: 100%;
	float: left;
	background: #efefef;
	border: #d9d9d9 solid 1px;
	padding: 10px;
	margin-top: 10px;
	border-radius: 8px;
}
.social-Share h5 {
	padding: 5px 0 0 0;
	margin: 0px;
	text-align: center;
}
.socialIcons {
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: center;
}
.socialIcons .col-xs-4{
	float: none;
	display: inline-block;
}
.tandC {
	width: 100%;
	float: left;
	background: #f4f4f4;
	border: #efefef;
	padding: 15px 10px;
	margin-top: 10px;
	border-radius: 8px;
}
.tandC ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 13px;
}
.tandC ul li {
	padding-bottom: 5px;
}
.no-Padding {
	padding: 0px;
}
.toggleBoxContent {
	float: left;
	width: 100%;
}
.copyDivcontent {
	float: left;
	margin: 13px 0 0 0;
	font-size: 14px;
	color: green;
	font-weight: bold;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.newMember input {
	margin-bottom: 15px;
	background-color: #fff !important;
}
.newMember .termsConditions {
	margin: 10px 0 20px;
}
.newMember .disabled {
	background: #efefef !important;
}
.appBody h1 {
	text-align: center;
	padding: 0 10px;
	color: #ed3344;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 14px;
	display: inline-block;
	color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #666;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #dd282e;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.radioBox {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.radioBox label, .radioBox p {
	float: left;
}
.radioBox p {
	margin: 5px 20px 4px;
}
.date {
	position: relative;
}
.date input {
}
.date .dateBox {
	background-image: url(../images/calendar.png) !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
}
.thankYou{
	width: 100%;
	float: left;
	padding: 0 15px 0 5px;
}

.thankYou h4{
	padding: 0px;
	margin: 0px;
}
@media (max-width:768px) {
.inner-container {
	width: 100%;
	margin: auto;
}
}

@media (max-width:599px) {
.form-container {
	padding: 0 15px;
}
.shareIcons i {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 90px;
}
.smsDiv i {
	line-height: 66px;
}
.smsDiv {
	padding: 0px;
}
.smsDiv .col-xs-4 {
	width: 100%;
}
.shareBox {
	padding: 10px 0px;
}
.shareBox .col-xs-2 {
	padding-right: 10px;
}
.smsDiv .row {
	margin: 0px;
}
.pointsSection {
	font-size: 13px;
}
.pointsSection h2 {
	font-size: 30px;
	line-height: 30px;
}
.socialIcons img {
	/*width: 82%;*/
	height: auto;
}
}

@media (max-width:399px) {
.shareIcons a {
	display: inline-block;
	margin-left: -7px;
}
.appHeading {
	padding: 10px 10px;
	font-size: 17px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	padding-left: 20px;
}
.radioBox p {
	margin: 5px 12px 4px;
}
}
