.rbnh-page{
	color:#000;
}
.rbnh-page .info_cont {
	max-width: 680px;
	margin: 0 auto;
	padding: 20px 0;
}
.rbnh-page .info_cont .info_title {
	font-size: 42px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 30px;
}
.rbnh-page .info_cont .text {
	font-size: 20px;
	line-height: 26px;
}
.rbnh-page .code_sec {
	padding: 20px 0;
	max-width: 700px;
	margin: 0 auto;
}
.rbnh-page .code_title {
	color: #db0a40;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	padding: 0 0 15px;
}
.rbnh-page .start_btn {
	padding: 0 0 25px;
}
.rbnh-page .start_btn a {
	background: #db0a40;
	padding: 0 10px;
	width: 100%;
	max-width: 300px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	border-radius: 5px;
	text-decoration: none;
	border: 2px solid #db0a40;
	height: 40px;
	line-height: 38px;
	font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.rbnh-page .start_btn a:hover{
	color: #db0a40;
	background: #fff;
}
.rbnh-page .code_icons {
	font-size: 0;
	padding: 15px 0 0;
}
.rbnh-page .code_ic {
	display: inline-block;
	width: 50%;
	padding: 0 10px;
}
.rbnh-page .code_ic .icon_txt {
	padding: 20px 10px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
}
.rbnh-page .steps_sec {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.rbnh-page .steps_sec .steps_icon {
	font-size: 0;
}
.rbnh-page .steps_sec .steps_icon .step {
	display: inline-block;
	width: 25%;
	padding: 10px;
	font-size: 16px;
	vertical-align: top;
}
.rbnh-page .steps_sec .steps_icon .step .step_img {
	width: 150px;
	border: 1px solid;
	height: 150px;
	border-radius: 100px;
	margin: 0 auto;
}
.rbnh-page .steps_sec .steps_icon .step .step_txt {
	font-size: 17px;
	line-height: 18px;
	padding: 20px 0;
	color: #182a4b;
	text-transform: uppercase;
}
.code_icons .icon_img img, .step_img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.tc-info-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(24,42,75,0.25);
	display: none;
	z-index: 80;
}
.tc-info-pop .tc-info-pop-details {
	position: relative;
	left: 0;
	width: 100%;
	padding: 70px 3vw 20px;
	margin: 0 auto;
	display: block;
	max-width: 700px;
	height: 100%;
	background:rgba(24,42,75,1);
	color:#ffffff;
	box-shadow: 0 0 20px rgba(255,255,255,0.2);
	max-height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.close-tc {
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.tc-details-scroll {
	overflow: auto;
	height: 92%;
	font-size:16px;
}
.terms_cond{
	text-align: center;
}
.terms_cond a {
	color: #db0a40 !important;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	cursor:pointer;
	letter-spacing: 0.5px;
	display: inline-block;
	text-decoration: none;
}
.terms_cond a:hover{
	text-decoration: underline;
}
.close-tc::before {
	content: "";
	width: 28px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 18px;
	left: 4px;
	transform: rotate(45deg);
}
.close-tc::after {
	content: "";
	width: 28px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 18px;
	left: 4px;
	transform: rotate(-45deg);
}
.tc-details-scroll ul {
	padding: 10px 20px;
	margin: 0;
}
.suc_cont {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.suc_cont img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.suc_cont .suc_icon1 {
	border: 1px solid #DB0A40;
	display: inline-block;
	border-radius: 100px;
}
.suc_cont .suc_title {
	color: #db0a40;
	font-size: 36px;
	font-weight: 700;
	padding: 40px 0 25px;
	line-height: 36px;
	letter-spacing: 1px;
}
.suc_cont .suc_text {
	font-size: 22px;
	color: #888888;
	text-transform: uppercase;
	padding: 0 0 50px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.tc-details-scroll p {
	margin: 0;
	padding: 5px 0;
}
.tc-details-scroll h2 {
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 15px;
}
.tc-details-scroll strong {
	font-weight: 500;
	font-size: 18px;
}