nav ul a {
	font-size: 19px;
}

.b24-web-form-popup-btn-22 {
	line-height: 1 !important;
	color: #ffffff !important;
}

.sub-menu li {
	float: none;
}

#tstmsg {
	position: absolute;
	right: 0px;
	top: 14px;
	line-height: 1.5;
	border-left: 3px solid #dadada;
	width: 60%;
	padding: 10px;
	border-radius: 7px;
	border-right: 3px solid #dadada;
}

.fpShowHideRow {
	display: none;
}

#signUpForm h1 {
	font-weight: 700;

}

nav ul a:hover {
	background-color: white !important;
}

#menu-item-2177 a:hover {
	background-color: #65a30d !important;
}

.fieldInfoMsg {
	display: block;
	font-size: 0.825rem;
	margin-top: -15px;
}

.input-field .col-md-4 {
	width: 100%;
	float: left;
}

.hideIt {
	display: none;
}

.input-field .pricingTable .price-value .amount {
	font-size: 21pt;
	font-weight: 700;
	line-height: 22px;
}

.input-field .pricingTable {
	padding: 20px 7px 12px;
	margin: 0 5px;
	border: 2px solid #eee;

}

.input-field .pricingTable .title {
	margin: 0 0 15px;
	font-size: 9pt;
}

.input-field .pricingTable.silver .sales-title {
	font-size: 9pt;
}

.input-field .pricingTable.gold .sales-title {
	font-size: 9pt;
}

.input-field .pricingTable.bronze .sales-title {
	font-size: 9pt;
}

.input-field .bronze .pricing-content {
	padding-bottom: 20px;
}

.radio.selected {
	border-color: blue;
}

.radios .radio {
	display: inline-block;
	cursor: pointer;
}

.radios input[type=radio] {
	display: none !important;
}

.radios label {
	width: 33% !important;
	float: left !important;
	padding-left: 0px !important;
	top: 0px important;
	height: auto !important;
}

.radios input[type=radio]:checked+label {

	-webkit-transition: transform 383ms;
	-moz-transition: transform 383ms;
	-o-transition: transform 383ms;
	-ms-transition: transform 383ms;
	transition: transform 383ms;

	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 1;
	padding: 0px !important;
}

.radios [type="radio"]+label::before,
.radios [type="radio"]+label::after {
	display: none !important;
}

.pricingTable.activeSignupPaln {
	box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2) inset !important;
}

.gold .pricingTable .pricing-content {
	min-height: 251px;
}

.silver .pricingTable .pricing-content {
	min-height: 251px;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.siteNameBold,
.selectedPlanPrice,
.selectedPlanName {
	font-size: 0.825rem;
	padding: 0px;
	font-weight: 700;
	color: #000;
}

.selectedPlanPrice,
.selectedPlanName {
	border-bottom: 1px solid #000;
}

.IAgreeBox label {
	font-size: 12px;
	font-weight: 300 !important;
	font-family: "Roboto", sans-serif !important;
	text-align: justify;
}

.IAgreeBox [type="checkbox"]+label::before,
.IAgreeBox [type="checkbox"]:not(.filled-in)+label::after {

	margin-top: 7px;

}

.IAgreeBox [type="checkbox"]+label::before {
	border: 2px solid red;
}

.IAgreeBox [type="checkbox"]:checked+label::before {
	border-top: 2px solid transparent !important;
	border-left: 2px solid transparent !important;
	border-right: 2px solid #26a69a !important;
	border-bottom: 2px solid #26a69a !important;
}

.float-none {
	float: none !important;
}

/*For  : Salesperson chosen dropdown */
#Salesperson_chosen.chosen-container,
#feedProvider_chosen.chosen-container {
	width: 100% !important;
	height: 35px;
	/*margin: 0 0 16px 0;*/
}

#Salesperson_chosen .chosen-search-input,
#feedProvider_chosen .chosen-search-input {
	width: 90% !important;
}

#Salesperson_chosen.chosen-container .chosen-single,
#feedProvider_chosen.chosen-container .chosen-single {
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	font-weight: 400;
	font-family: "Roboto", sans-serif !important;

}

.desk-margin-top-minus-20px {
	margin-top: -20px !important;
}

#customRadioAsButton {
	max-width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}

#customRadioAsButton label {
	/*float: left;*/
	width: 150px;
	margin: 0 20px 0 0;
	background-color: #FFF;
	border-radius: 4px;

	overflow: auto;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

#customRadioAsButton label span {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

#customRadioAsButton label img.payment-type-logo {
	width: 125px;
	height: 115px;
	max-width: 100%;
	border: 2px solid #D0D0D0;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#customRadioAsButton label input {
	position: absolute;
	top: -20px;
}

#customRadioAsButton input:checked+div>img.payment-type-logo {
	border-color: #23A455 !important;

	box-shadow: 0 1px 15px rgba(27, 31, 35, .15);
	-moz-box-shadow: 0 1px 15px rgba(27, 31, 35, .15);
	-webkit-box-shadow: 0 1px 15px rgba(27, 31, 35, .15);

}

#customRadioAsButton input:checked+span {
	background-color: #4CAF50 !important;
	color: white;
}

#customRadioAsButton .white {
	background-color: #FFFFFF;
	color: #000;
}

.payment-type-logo-icon-box {
	width: 150px;
	margin: 0 auto;
	text-align: center;
}

.payment-type-logo-icon-box p {
	margin: 2px auto;
	font-size: 12px;

}

.payment-type-logo-icon-box p.textTitle {
	margin: 5px auto;
	font-weight: bold;
	font-size: 15px
}

.payBtnMobile {
	max-width: 570px;
	margin: 0 auto !important;
	float: none !important;
}

.demo-fifth-heading {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	-webkit-text-stroke: 2px rgb(226, 123, 78);
}

.demo-dark-heading {
	color: #000;
	font-weight: bolder;
	font-size: 2.45rem;
	-webkit-text-stroke: 1px #f8aa909e;
	margin: 15px auto 0px;
}

.subHeadingSpan,.subLiElements {
	font-size: 1.15rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif !important;
	line-height: 1.5;
}
.subLiElements{ 
	padding: 0;
	margin: 0 0 0 2rem;
}
.subLiElements li {
	list-style-type: disc !important;
}
.qsTickImage {
	margin: 0 0.5rem 0 0;
}
.newColLeft {
	text-align: right;
	margin-top: 10px !important;
}
.newColRight {
	text-align: left;
	margin-top: 10px !important;
}

.limitedOfferHeadingSignup {
	font-size: 60px;
}

.limitedOfferHeadingSignup span {
	font-size: 2rem;
}

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

	.limitedOfferHeadingSignup {
		font-size: 32px;
	}

	.limitedOfferHeadingSignup span {
		font-size: 1rem;
	}

	.demo-fifth-heading {
		font-size: 18px;
	}

	/*For tablets: */
	.radios label {
		width: 100% !important;
	}

	.radios label {
		margin-bottom: 22px;
	}

	.desk-margin-top-minus-20px {
		margin-top: 0px !important;
		margin-bottom: 25px !important;
	}

	#customRadioAsButton label {
		float: none;
		width: 100%;
		margin: 0 20px 20px 0;
		border: none;
	}
}

@media (min-width: 250px) and (max-width: 599px) {
	#tstmsg {
		width: 100%;
		position: inherit;
		margin-bottom: 13px;
	}

}

@media only screen and (min-width: 600px) {
	#tstmsg {
		width: 95%;
		right: -155px;
	}

}

@media only screen and (min-width: 1050px) {
	#tstmsg {
		width: 92%;
	}

}

@media only screen and (min-width: 1310px) {
	#tstmsg {
		width: 90%;
	}

}

@media only screen and (min-width: 1650px) {
	#tstmsg {
		width: 88%;
	}

}

@media (min-width: 768px) and (max-width: 992px) {
	.pricingTable .pricing-content {
		padding: 35px 0px 30px;
	}

	.input-field .pricingTable .title {
		font-size: 8pt;
	}

	.input-field .pricingTable.silver .sales-title {
		font-size: 8pt;
	}
}

@media (min-width: 992px) and (max-width: 1220px) {
	.input-field .pricingTable.silver .sales-title {
		font-size: 8pt;
		letter-spacing: 0px;
	}

	.input-field .pricingTable .title {
		margin: 0 0 14px;
		font-size: 8pt;
		letter-spacing: 0px;
	}

	.pricingTable .pricing-content {
		padding: 35px 1px 30px;
	}

	.input-field .pricingTable.gold .sales-title {
		font-size: 8pt;
		letter-spacing: 0px;
	}

	.silver .pricing-content {
		min-height: 181px;
	}

	.gold .pricing-content {
		min-height: 181px;
	}

	.gold .amount1 {
		font-size: 12pt;
	}
}

@media (min-width: 1008px) and (max-width: 1048px) {
	.gold .amount1 {
		font-size: 13pt;
	}
}

@media only screen and (max-width: 800px) {
	.radios label {
		width: 100% !important;
		margin-bottom: 20px;
	}

}

@media (min-width: 1190px) and (max-width: 1300px) {
	.pricingTable .pricing-content {
		padding: 35px 5px 28px;
	}
}

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

	.payBtnMobile {
		word-wrap: break-word;
		max-width: 100%;
		white-space: unset;
		padding: 10px 10px 7px !important;
		height: auto;
	}
}

.glow {
	color: rgb(107, 158, 53) !important;
	font-weight: bolder !important;
	-webkit-text-stroke: 1px #0000009e;

}

.mTop10px {
	margin-top: 10px;
}

.custom-quick-signup-button {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.g-recaptcha {
		transform: scale(0.77);
		transform-origin: 0 0;
	}

	#G-RECAPTCHA-ID {
		margin-left: 18% !important;
	}
	.demo-dark-heading {
		color: #000;
		font-weight: bolder;
		font-size: 2rem;
		-webkit-text-stroke: 1px #f8aa909e;
		margin: 15px auto 0px;
	}
	.subHeadingSpan,
	.subLiElements {
		font-size: 1rem;
		font-weight: 700;
		font-family: "Roboto", sans-serif !important;
		line-height: 1.5;
	}
	.subLiElements {
		padding: 0;
		margin: 0 0 0 2rem;
	}
	.qsTickImage {
		margin: 0px 0.5rem 0 0;
		max-width: 55px;
	}
}

@media only screen and (max-width: 455px) { 
	.demo-dark-heading { 
		font-size: 1.85rem;
	}
	.subHeadingSpan,
	.subLiElements {
		font-size: 0.85rem;
	}
}