@charset "utf-8";
@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamBook.eot');
	src: url('fonts/GothamBook.eot?#iefix') format('embedded-opentype'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype'), url('fonts/GothamBook.svg#GothamBook') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamLight.eot');
	src: url('fonts/GothamLight.eot?#iefix') format('embedded-opentype'), url('fonts/GothamLight.woff') format('woff'), url('fonts/GothamLight.ttf') format('truetype'), url('fonts/GothamLight.svg#GothamLight') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Medium.eot');
	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamBold.eot');
	src: url('fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('fonts/GothamBold.woff') format('woff'), url('fonts/GothamBold.ttf') format('truetype'), url('fonts/GothamBold.svg#GothamBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
body {
	color: #a8b0bb;
	font-family: "helvetica", "arial", sans-serif;
	font-size: 14px;
	line-height: 17px;
}
a {
	color: #006bff;
	text-decoration: none;
}
.header {
	min-height: 42px;
	background: #000000;
	padding: 10px 0;
}
.header .logo {
	float: left;
}
.header .phone {
	float: right;
	line-height: 32px;
	color: #ffffff;
	font-size: 16px;
}
.heading {
	padding: 40px 0 60px;
}
.heading h2 {
	font-size: 22px;
	color: #000000;
	text-align: center;
}
.heading h1 {
	font-size: 45px;
	color: rgba(51,51,51,1);
	text-align: center;
	font-weight: 100;
}
.desc h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.desc ul {
	padding: 20px 0;
	margin: 0 15px;
	color: #000000;
}
.desc ul li {
	padding: 10px 0;
}
.button {
	background-color: #3cb878;
	font-family: Lato;
	font-size: 22px;
	font-weight: bold;
	height: 90px;
	border: 1px groove #0d92ad;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	line-height: 130%;
	padding: 12px 5px;
	text-transform: uppercase;
	white-space: normal;
	width: 100%;
}
.video-section {
	padding: 50px 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shortTxt {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #000000;
	opacity: 0.8;
}
.button {
	background-color: #3688d8;
	border: 1px solid #3688d8;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: table;
	font-family: Lato;
	font-size: 22px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	margin: 10px auto;
	padding: 12px 0;
	text-transform: uppercase;
	white-space: normal;
	width: 400px;
	text-align: center;
	max-width: 100%;
	-webkit-transition: All 0.6s ease;
	-moz-transition: All 0.6s ease;
	-o-transition: All 0.6s ease;
}
.button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #3688d8;
	border: 1px solid #3688d8;
	-webkit-transition: All 0.6s ease;
	-moz-transition: All 0.6s ease;
	-o-transition: All 0.6s ease;
	border-radius: 4px;
}
.desc p {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin: 0 0 20px 0;
	padding: 0;
}
.detail {
	padding: 10px 0px;
}
.detail .pic {
	float: left;
	margin: 0 20px 0 0;
}
.detail .disTable {
	display: table;
}
.detail .disTable h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.1;
	color: #000000;
}
.detail .disTable p {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 22px;
	color: #000000;
}
#footer {
	background: #000;
	margin: 50px 0 0;
	padding: 30px 0;
	text-align: center;
}
#footer .footer-logo {
	float: left;
	margin: 13px 0 0;
}
.support-panal {
	width: 100%;
}
.email-support {
	width: 50%;
	float: left;
}
.email-support h4 {
	color: #b3b3b3;
	text-transform: uppercase;
	margin: 0;
}
.email-support h4 span {
	color: #fff;
	font-size: 18px;
	text-transform: none;
	display: block;
}
.email-support.coll-right {
	float: right;
	width: 33%;
}
.form-item-three {
	float: left;
	width: 100%;
	margin: -17px 0 0;
}
.bankwork_img {
	margin: 2px 0 18px;
	float: left;
}
.applid-up {
	float: left;
	margin: 18px 0 10px;
	width: 100%;
}
html, body {
	background: #f9f9f9 none repeat scroll 0 0;
	font-family: "Roboto", sans-serif!important;
	font-weight: 300;
	line-height: 1.4!important;
}
.congratulation-box .header-area h1 {
	color: #ed4c4c;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0;
	line-height: 1.3;
}
.congratulation-box .panel-body h4 {
	color: #000000;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}
.congratulation-box .panel-body a.webinar {
	display: block;
	background: #ffffe4;
	color: #41a8d6;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 15px;
	text-align: center;
	text-decoration: underline;
	word-wrap: break-word;
}
.congratulation-box .panel-body .share {
	clear: both;
	position: relative;
	color: #999999;
	margin-top: 10px;
	text-align: right;
	overflow: hidden;
}
.congratulation-box .panel-body .share span {
	margin-top: 8px;
	display: inline-block;
}
.congratulation-box .panel-body .share ul {
	float: right;
	font-size: 0;
	list-style: none;
	-webkit-padding-start: 0;
}
.congratulation-box .panel-body .share ul li {
	display: inline-block;
	margin-left: 10px;
	height: 28px;
}
.congratulation-box .panel-body .auto-subscribe {
	display: block;
	position: relative;
	background: #fbfbfb;
	margin-left: -16px;
	margin-right: -16px;
	margin-bottom: -16px;
	margin-top: 10px;
	padding: 15px;
	overflow: hidden;
	border-radius: 0px 0px 4px 4px;
}
.congratulation-box .panel-body .auto-subscribe p {
	color: #000000;
	font-weight: 300;
	text-align: left;
	line-height: 1.3;
	font-size: 18px;
}
.congratulation-box .panel-body .auto-subscribe .yes-auto-subscribe {
	background: #4ebad1;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.panel-user-content {
}
.panel-user-content .user-video {
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
	border: 0px;
}
.panel-user-content p {
	color: #767676;
	font-weight: 300;
	line-height: 1.4;
	margin: 0px 0px 20px 0px;
	font-size: 16px;
}
.survey {
}
.survey .header-area h3 {
	color: #000000;
	font-weight: 300;
	margin: 0px;
	text-align: center;
	line-height: 1.3;
}
.survey .panel-body ul {
	font-size: 0;
	list-style: none;
	-webkit-padding-start: 0;
}
.survey .panel-body ul li {
	position: relative;
	font-size: 14px;
	margin-bottom: 30px;
}
.survey .panel-body ul li .number {
	float: left;
	width: 40px;
	height: 40px;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	padding-top: 7px;
}
.survey .panel-body ul li .form-group {
	margin: 0 0 0 55px;
}
.survey .panel-body ul li .form-group label {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	margin-top: 8px;
}
.survey .panel-body ul li .form-group .radio span {
	color: #989898;
	font-size: 16px;
	font-weight: 300;
}
.survey .panel-body ul li .form-group input, .survey .panel-body ul li .form-group textarea {
	border: 1px solid #e6e6e6;
	border-radius: 0;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
	box-shadow: none;
}
.survey .panel-body ul li .form-group textarea {
	height: 100px;
}
.big-blue-button {
	width: 100%;
	max-width: 200px;
	background: #4ebad1;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding: 15px;
	text-align: center;
	border-radius: 4px;
	border: 0px;
	text-align: center;
}
.big-blue-button:hover {
	background: #40c9e6;
}
.button-cluster {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.button-cluster .dropdown {
	display: inline-block;
	position: relative;
}
.button-cluster .small-grey-button {
	max-width: 150px;
	display: inline-block;
	margin: 0;
}
.button-cluster .medium-grey-button:nth-of-type(1) {
	margin-right: 10px;
}
.button-cluster .small-grey-button:nth-last-of-type(1), .button-cluster .medium-grey-button:nth-last-of-type(1) {
	margin-right: 0;
}
.medium-grey-button {
	background: #eee;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-align: center;
	margin: 0px 10px;
	margin: 0px;
}
.medium-grey-button>span {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	text-align: left;
}
.small-grey-button>span {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	text-align: left;
}
.medium-grey-button>span>img {
	position: absolute;
	left: 0;
	top: 0;
}
.small-grey-button>span>img {
	position: absolute;
	left: 0;
	top: 0;
}
.medium-grey-button:hover {
	background: #fbfbfb;
	text-decoration: none;
	color: #000;
}
.medium-grey-button img {
	margin-right: 10px;
}
.small-grey-button {
	background: #eee;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	padding: 6px 10px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-align: center;
	margin: 0px 10px;
}
.small-grey-button:hover {
	background-color: #fbfbfb;
	text-decoration: none;
	color: #000;
}
.small-grey-button img {
	margin-right: 10px;
}
.webinar-box {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.webinar-box .header-area {
	padding: 20px 0;
}
.webinar-box .header-area h3 {
	color: #000000;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	line-height: 1.3;
}
.webinar-box .panel-body .webinar-date {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}
.webinar-box .panel-body .webinar-date .icon-calendar {
	float: left;
}
.webinar-box .panel-body .webinar-date .webinar-content {
	color: #999999;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 0 60px;
}
.webinar-box .panel-body .webinar-date .webinar-content h5 {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0px;
}
.webinar-box .panel-body .webinar-date .webinar-content h5 span {
	color: #ed4c4c;
}
.webinar-box .panel-body .presenter {
	position: relative;
	margin: 30px 0 10px;
	overflow: hidden;
}
.webinar-box .panel-body .presenter ul {
	font-size: 0;
	list-style: none;
	-webkit-padding-start: 0;
}
.webinar-box .panel-body .presenter ul li {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.webinar-box .panel-body .presenter ul li .thumb {
	height: 60px;
	vertical-align: top;
	display: table-cell;
}
.webinar-box .panel-body .presenter ul li .presenter-content {
	padding-left: 20px;
	height: 60px;
	vertical-align: middle;
	display: table-cell;
}
.webinar-box .panel-body .presenter ul li .presenter-content h4 {
	color: #000000;
	font-weight: 300;
	margin: 5px 0px;
}
.webinar-box .panel-body .presenter ul li .presenter-content h6 {
	color: #999999;
	font-size: 14px;
	font-weight: 300;
	margin: 0px;
	line-height: 1.3;
}
.webinar-box .panel-body .reminder {
	position: relative;
	border-top: 1px solid #cccccc;
	padding: 30px 0 0;
	overflow: visible;
}
.webinar-box .panel-body .reminder ul {
	font-size: 0;
	list-style: none;
	-webkit-padding-start: 0;
}
.webinar-box .panel-body .reminder ul li {
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
}
.webinar-box .panel-body .reminder ul li .number {
	float: left;
	width: 40px;
	height: 40px;
	color: #999;
	border: 1px solid #cccccc;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	padding-top: 7px;
}
.webinar-box .panel-body .reminder ul li .form-group {
	margin: 0 0 0 55px;
}
.webinar-box .panel-body .reminder ul li .form-group label {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 8px 0px 0px 0px;
}
.webinar-box .panel-body .reminder ul li .form-group label span {
	color: #999999;
	font-size: 14px;
	font-weight: 300;
}
.webinar-box .panel-body .reminder ul li .form-group a.btn-calendar {
	position: relative;
	display: inline-block;
	background: #eeeeee;
	color: #2c2c2c;
	border: 1px solid #ddd;
	font-size: 15px;
	margin-right: 30px;
	padding: 12px 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}
.webinar-box .panel-body .reminder ul li .form-group .form-control {
	display: inline-block;
	width: auto;
	margin-right: 0;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	color: #989898;
	font-size: 14px;
	background: #fff;
	box-shadow: none;
	max-width: 130px;
}
.webinar-box .panel-body .reminder button.btn-print {
	display: block;
	background: #eeeeee;
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0;
	margin: -30px auto 0;
	padding: 10px 20px;
}
.modal-content .modal-header {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	background: #3F87A8;
	color: #fff;
	padding: 10px 15px;
	display: none;
}
.panel-body {
	color: #333333;
	font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.button {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}
}
@media only screen and (max-width: 767px) {
.header {
	padding: 15px 0 10px;
}
.header .logo {
	display: table;
	float: none;
	margin: 0 auto;
}
.header .phone {
	display: table;
	float: none;
	margin: 0 auto;
}
.heading {
	padding: 15px 0;
}
.heading h1 {
	font-size: 22px;
	line-height: normal;
	margin: 0;
}
.video-section {
	padding: 25px 0;
}
.button {
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
.detail .pic {
	float: left;
	margin: 0 10px 0 0;
}
.detail .disTable h4 {
	margin: 0 0 5px;
}
#footer {
	padding: 20px 0 10px;
}
#footer .footer-logo {
	float: none;
	margin: 0 0 10px 0;
}
.email-support {
	float: none;
	padding: 10px 0;
	width: 100%;
}
.email-support.coll-right {
	float: none;
	width: 100%;
}
.congratulation-box .header-area h1 {
	font-size: 23px;
	margin: 10px 0;
}
.webinar-box .panel-body .reminder ul {
	font-size: 0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.panel-body {
	padding: 0;
}
.webinar-box .panel-body .reminder ul li .number {
	border: 1px solid #cccccc;
	border-radius: 20px;
	color: #999;
	float: left;
	font-size: 18px;
	font-weight: 300;
	height: 35px;
	padding-top: 4px;
	text-align: center;
	width: 35px;
}
.webinar-box .panel-body .reminder ul li .form-group {
	margin: 0 0 0 40px;
}
.webinar-box .panel-body .reminder ul li .form-group .form-control {
	max-width: 120px;
}
}
.page3 {
	font-family: 'Gotham';
	font-weight: 300;
	color: #000000;
}
.mbg_sec, .profile_sec {
	background: #ffffff;
	margin: 0 0 15px 0;
}
.mbg_sec p {
	padding: 20px;
	font-size: 18px;
	color: #000;
	line-height: 1.6;
	position: relative;
	margin-left: 70px;
}
.mbg_sec p span {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}
.mbg_sec p:before {
	background: url(../images/yes-tick.jpg) no-repeat 0 0;
	content: "";
	left: -55px;
	top: 15px;
	position: absolute;
	width: 75px;
	height: 75px;
}
.profile_sec h2 {
	font-size: 20px;
	color: #000;
	line-height: 1.6;
	position: relative;
}
.profile_sec p {
	line-height: 20px;
	font-size: 15px;
}
.pad20 {
	padding: 0 10px;
}
.leftPic {
	padding: 20px 0 20px 0;
	padding-left: 30px;
}
.panel-default, .panel-default .panel-heading {
	background-color: #ffffff;
	border: medium none;
}
.panel-default .panel-heading .form-section-icon, .panel-default .panel-heading h2, .panel-default .panel-heading .form-section-secondary-icon {
	display: inline-block;
	vertical-align: middle;
}
.panel-default .panel-heading .form-section-icon {
	height: 40px;
	margin-right: 5px;
	width: 40px;
}
.panel-default .panel-heading h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.panel-default .panel-body {
	padding: 30px;
}
.form-group input[type="text"], .form-group select {
	height: 50px;
}
#thank-you-contents {
	display: none;
}
.processing {
	display: none;
}
.error-message {
	display: none;
}
.has-success .form-control, .has-success .form-control:focus, .has-success input:-webkit-autofill, .has-success select:-webkit-autofill, .payment-plan-radio.active .row {
background:#dcf0db url(../images/greencheckmark.png) no-repeat right 10px center;
background-position:right 10px center;
background-repeat:no-repeat;
border-color:#16a60f;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}
.payment-radio.active {
	background: url(../images/greencheckmark.png) no-repeat right 10px center;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.payment-plan-radio.active .row {
	border: 2px solid #16a60f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.payment-plan-radio .row {
	border: 2px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.payment-radio.active {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.payment-radio {
	min-width: 260px;
	width: auto;
	padding: 0 35px 0 5px;
	margin-right: 20px;
	display: inline-block;
}
.tag-order-form .payment-radio label {
	margin-top: 0;
}
.payment-radio.payment-radio-finance {
	width: auto;
}
.has-error .error-message {
	display: inline-block;
}
.has-error .form-control, .has-error .form-control:focus, .has-error input:-webkit-autofill, .has-error select:-webkit-autofill {
background:#f2dede url(../images/redx.png) no-repeat right 10px center;
background-position:right 10px center;
background-repeat:no-repeat;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}
.modal-content {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.modal_close {
	background: rgba(0,0,0,0) url("../images/model_close.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 27px;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 27px;
	border: none;
}
.regular-content {
	padding: 0 0;
	text-align: left;
	color: #000000;
}
.regular-content>h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0 20px;
	padding: 0;
	text-align: center;
}
.regular-content img {
	margin-bottom: 20px;
}
.regular-content ol {
	margin-left: 1.5em;
}
.regular-content ol li {
	margin-bottom: 10px;
}
.payment-icon {
	height: 35px;
	width: auto;
	margin: 8px 0 0 0;
	min-width: 0;
	max-width: 200px;
}
.tag-order-form label {
	margin-top: 10px;
}
.payment-plan-radio label>.row>div:first-of-type {
	padding-left: 55px;
}
.payment-plan-radio.active label>.row>div {
	border-right-color: #e7e7e7;
}
.payment-plan-radio label>.row>div:before {
	left: 20px!important;
}
.payment-plan-radio.active label>.row>div:first-of-type:before {
	background-position: 20px 0!important;
}
.tag-order-form .payment-radio.active label:before {
	background-position: 80px 0!important;
}
.tag-order-form .payment-radio.active label:before {
	background-position: 40px 0!important;
}
.pp-credit {
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
	margin: 0 5px 0 10px;
	color: #666;
}
.btn-full-width {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	background: #3688d8;
	border: 1px solid #3688d8;
	color: #ffffff;
}
.btn-full-width:hover, .btn-full-width:focus {
	background: #3688d8!important;
	border: 1px solid #3688d8!important;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-top: -6px;
	top: 50%;
}
.panel-default {
	color: #999;
}
.panel-default .panel-body {
	padding: 30px;
}
.payment-plan-radio label {
	display: block;
	padding: 0 15px 10px;
}
.payment-plan-radio {
	color: black;
	font-size: 1.2em;
}
.payment-plan-radio input[type=radio] {
	position: absolute;
	visibility: hidden;
}
.payment-plan-radio label>.row div {
	position: relative;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
}
.payment-plan-radio label>.row div:last-of-type {
	text-align: center;
}
.payment-plan-radio label>.row>div {
	position: relative;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
}
.payment-plan-radio label>.row>div:last-of-type {
	text-align: center;
}
.tag-order-form .regular-radio {
	height: 55px;
	display: inline-block;
	vertical-align: middle;
}
.payment-radio-finance>* {
	display: inline-block;
}
.tag-order-form .regular-radio label {
	position: relative;
	padding-left: 35px;
	height: 100%;
}
.tag-order-form .payment-radio.active label:before {
	background-position: 79px 0;
}
.tag-order-form input[type="text"], .tag-order-form select {
	height: 50px;
}
.tag-order-form .totals {
	padding: 20px 15px 10px;
}
.tag-order-form .totals .row {
	background-color: #ddd;
	color: black;
	font-size: 1.3em;
}
.tag-order-form .totals .row>div {
	height: 50px;
	/*line-height: 50px;
	white-space: nowrap;*/
}
.tag-order-form .totals .row>div:last-of-type {
	text-align: center;
}
@media screen and (max-width: 768px) {
.payment-plan-radio {
	font-size: 1em;
}
.payment-plan-radio label>.row>div:last-of-type {
	font-size: 1em;
}
.panel-default .panel-heading h2.visible-xs {
	display: inline-block!important;
}
}
.wpb_wrapper {
	padding: 15px;
	color: #000000;
}
.wpb_wrapper h4 {
	font-size: 20px;
	text-align: center;
}
ul.tick-list {
	list-style: outside none none!important;
	margin-left: 0;
	padding: 10px;
}
ul.tick-list li {
	background: rgba(0,0,0,0) url("../images/tick_icon.png") no-repeat scroll 0 5px/ 20px auto;
	list-style: outside none none !important;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 5px 3px 5px 25px;
}
.desc {
	margin: 0 0 0 0;
}
.desc .heading h1 {
	font-weight: 300;
}
.desc .videoWrapper {
	margin: 0 0 30px 0;
}
.desc h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 30px 0 20px;
}
.desc p {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0;
	line-height: 24px;
}
.desc ul {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 20px 30px;
	padding: 0;
	line-height: 24px;
}
.brdrBox {
	padding: 20px;
	border: 1px solid #cccccc;
}
.brdrBox p {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.tab-video .nav-tabs li {
	float: none;
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
.tab-video .nav-tabs li:after, .tab-video .nav-tabs li a:after {
	display: block;
	visibility: hidden;
	overflow: hidden;
	content: "";
	clear: both;
}
.tab-video .nav-tabs li a, .tab-video .nav-tabs li.active a, .tab-video .nav-tabs li a.active {
	border: none;
	color: #000000;
	border-radius: 0;
}
.tab-video .nav-tabs li.active a, .tab-video .nav-tabs li a.active {
	background: #6686d2;
	color: #ffffff;
}
.tab-video .nav-tabs li a img {
	margin-right: 10px;
}
.tab-video .tab-pane, .tab-video .tab-pane iframe {
	min-height: 325px;
}
.modal-dialog {
	margin-top: 100px;
	max-width: 94%;
	width: 660px;
}
@media screen and (max-width: 767px) {
.brdrBox {
	margin: 0;
	padding: 10px;
}
.desc {
	margin: 0 15px;
}
.desc h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 30px 0 0;
}
.desc ul li {
	padding: 0 0 15px;
}
.btn-full-width {
	font-size: 18px;
	padding: 10px 0;
	width: 100%;
	white-space: inherit;
}
.tab-video ul {
	margin: 0;
}
.tab-video .col-xs-8 {
	padding-right: 0;
}
.tab-video .col-xs-4 {
	padding-left: 0;
}
.tab-video .nav>li {
	text-indent: -9999px;
}
.tab-video .nav>li>a {
	display: block;
	padding: 14px 5px;
	position: relative;
}
.tab-video .nav>li>a img {
	width: 100%;
	height: auto;
	margin: 0;
}
.regular-content>h2 {
	font-size: 24px;
}
.mbg_sec p::before {
	background-size: 50px auto;
	height: 50px;
	left: -40px;
	top: 15px;
	width: 50px;
}
.mbg_sec p {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	margin-left: 45px;
	padding: 20px 10px;
	position: relative;
}
.mbg_sec p span {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.panel-default .panel-body {
	padding: 15px;
}
.panel-default .panel-body .form-group {
	margin-bottom: 0;
}
.panel-default .panel-heading h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.panel-default .panel-heading .form-section-secondary-icon {
	width: 20px;
}
.leftPic {
	background: none;
	min-height: 230px;
	padding: 15px;
}
.modal_close {
	right: 0;
}
.video-section .desc, .description .desc {
	margin: 15px 0 0;
}
.video-section .desc h3 {
	margin-bottom: 15px;
}
.video-section .desc ul li {
	font-size: 14px;
	line-height: normal;
	padding: 0 0 10px;
}
a.btn_click {
	padding: 10px!important;
	border-radius: 2px;
	min-width: inherit!important;
}
}
.modal_close.new {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	display: inline-block;
	font-family: gotham;
	font-size: 34px;
	font-weight: 100;
	height: auto;
	line-height: 34px!important;
	padding: 0 10px;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: auto;
}
a.btn-pass {
	color: red;
	display: table;
	font-family: gotham;
	font-size: 20px;
	font-weight: 100;
	margin: 15px auto 5px;
}

@media all and (min-width:1100px){
body {
    position: relative;
    padding-bottom: 140px;
}

#footer {
    background: #000;
    margin: 50px 0 0;
    padding: 30px 0;
    text-align: center;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0;
}
}

@media (max-width: 768px) {
	#card_expmonth {
		margin-bottom: 15px;
	}
}

.totals-alt.row{
	font-size: 1em !important;
}

#chat-button-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
}
#chat-button, #close-button {
            background-color: #4fb0e8;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            font-size: 16px;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: background-color 0.3s;
}
#chat-button:hover, #close-button:hover {
            background-color: #4097cc;
}
#chat-button svg, #close-button svg {
            margin-right: 10px;
}
#close-button svg {
            margin: 0;
}
#pre-chat-form {
            position: fixed;
            bottom: 100px;
            right: 20px;
            background-color: white;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 20px;
            display: none;
            font-family: Helvetica;
            text-align: left;
            font-size: 14px;
}
#pre-chat-form h3 {
            background-color: #4fb0e8;
            color: white;
            padding: 10px;
            border-radius: 20px 20px 0 0;
            margin: -20px -20px 20px -20px;
}
#pre-chat-form button {
            padding: 10px;
            border-radius: 20px;
            width: 100%;
            background-color: #62d286;
            color: white;
            border: none;
            font-size: 16px;
            cursor: pointer;
}