.signup_agreement a {
	text-decoration: underline;
}

.signup_agreement a:hover {
	color: #ED1B2D;
}

#signup_congratulations h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 60px;
	line-height: 80px;
	letter-spacing: -0.005em;
	color: #10181F;
}

#signup_congratulations h5 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #383F44;
	margin-bottom: 50px;
}

.pm_label {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #77777B;
	display: block;
}

.pm_label_thin {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.005em;
	color: #77777B;
}

.pm_bold {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #10181F;
	display: block;
}

.pm_divider {
	width: 100%;
	height: 16px;
}

.pm_divider_line {
	width: 100%;
	background-color: #EBEAEA;
	height: 1px;
	margin-top: 16px;
	margin-bottom: 16px;
}

#card-errors {
    margin-top: 16px;
    font-size: 15px;
    color: #ED1B2D;
}

#rca_apply_discount {
	color: #ED1B2D;
	position: absolute;
	top: 50px;
	right: 18px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	z-index: 1;
}

#rca_discount_error {
    font-size: 15px;
    color: #ED1B2D;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

/* Floating Sidebar */

#signup_floating_sidebar {
	position: fixed;
	top: 100px;
	left: calc(50% - 650px) !important;
}

@media only screen and (max-device-width: 1425px),
only screen and (max-width: 1425px) {
	#signup_floating_sidebar {
		left: 130px !important;
	}
}

@media only screen and (max-device-width: 1300px),
only screen and (max-width: 1300px) {
	#signup_floating_sidebar {
		left: 30px !important;
	}
}

@media only screen and (max-device-width: 1125px),
only screen and (max-width: 1125px) {
	#signup_floating_sidebar {
		display: none;
	}
}

.snupfls_elem {
	margin-bottom: 22px;
	vertical-align: top;
}

.snupfls_elem.active {
	cursor: pointer;
}

.snupfls_elem.active:hover span {
	color: #ED1B2D;
}

.snupfls_elem.current {
	cursor: default;
}

.snupfls_elem span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	vertical-align: top;
	top: 3px;
}

.snupfls_elem.current span {
	font-weight: 500;
}

.snupfls_elem .snupfls_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	border-radius: 100px;
	margin-right: 15px;
	background: #BCBBBA;
}

.snupfls_elem.current .snupfls_icon,
.snupfls_elem.active .snupfls_icon {
	background: #ED1B2D;
}

.checkicon:before {
	position: relative;
	color: #FFF;
    left: 7px;
    top: 7px;
    font-size: 18px;
}

.content_1:before,
.content_2:before,
.content_3:before,
.content_4:before {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	color: #FFF;
	left: 12px;
	top: 7px;
}

.content_1:before {
	content: "2";
}

.content_2:before {
	content: "3";
}

.content_3:before {
	content: "4";
}

.content_4:before {
	content: "5";
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: #F6F6F6;
}
 
::-webkit-scrollbar-thumb {
	background-color: rgba(237, 27, 45, 0.8);
	transition: all 0.25s ease;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(237, 27, 45, 0.9);
}

.membership_box{
	height: 400px;
}

.membership_price_box{
	position: absolute;
	bottom: 38px;
}