@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
	padding-right: 0;
	padding-left: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
input,
textarea,
select,
button {
	box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
}
a,
input {
	transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
img {
	/* max-width: 100%; */
	height: auto;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p {
	margin: 0 0 0;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Lato', sans-serif;
	color: #4a565c;
	background: #fff;
}
@media screen and (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 479px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}
a {
	color: #025fab;
}
a:hover,
a:active,
a:focus {
	color: #000;
}


.rhb_logo {
    width: 20% !important;
	max-width: 270px;
    position: absolute;
    top: 50px;
}

.rhb_logo_mobile {
    width: 95px !important;
    position: absolute;
    top: 20px;
}

.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
	position: relative;
}
.form {
	text-align: center;
	background: #5ec1e8;
	/* background: url('../images/duitnow\ bg.jpg'); */

	padding: 70px 0 35px;
}

.form img {
	width: 100%;
}

.form .form--heading {
	font-size: 42px;
	line-height: 1;
	color: white;
	font-weight: normal;
}

.form .form--heading span {
	font-size: 100px;
	font-weight: normal;
}

.form .form--footer {
	font-size: 22px;
	line-height: 1.3;
	color: #404040;
	font-weight: bold;
}

.form p {
	font-size: 14px;
}
@media (max-width: 767px) {
	.form {
		/* padding: 50px 12px; */
	}
	.form p {
		font-size: 10px;
	}
}

.form__inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}
.form--heading {
	color: #0067b1;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	/* text-align: left; */
}

@media screen and (max-width: 768px) {
	.form--heading {
		font-size: 20px;
		text-align: left;
	}
}

.form--subheading {
	font-size: 18px;
	color: #404040;
	font-weight: 400;
	padding-top: 5px;
	text-align: left;
}
@media (max-width: 767px) {
	.form--subheading {
		font-size: 16px;
		text-align: center;
	}
}
.form--form {
	text-align: left;
	padding-top: 30px;
}
@media (max-width: 991px) {
	.form--form {
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	.form--form {
		padding-top: 5px;
	}
}
.form--control {
	padding-top: 30px;
}
@media (max-width: 767px) {
	.form--control {
		padding-top: 25px;
	}
}
.form--label {
	color: #404040;
	padding: 0 0 5px 10px;
}
.form--input,
.form--select,
.form--textarea {
	display: block;
	width: 100%;
	border: 0;
}
.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
	color: #818a91;
}
.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
	color: #818a91;
}
.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
	color: #818a91;
}
.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
	color: #818a91;
}
@media (max-width: 767px) {
	.form--input,
	.form--select,
	.form--textarea {
		background: #fff;
		border-radius: 4px;
	}
}
.form--input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.form--input.form--input-special {
	padding: 0 0 0 100px;
}
.form--error {
	color: #c0392b;
	font-size: 70%;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: normal;
}
.form--customer-label {
	text-align: center;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.form--customer-label {
		padding-top: 0;
	}
}
.form--customer-label span {
	margin-right: 40px;
}
@media (max-width: 767px) {
	.form--customer-label span {
		display: block;
		margin: 0 0 10px 0;
	}
}
.form--customer-label label {
	font-weight: normal;
}
.form--customer-label label + label {
	margin-left: 20px;
}
.form--customer-label input {
	margin-right: 10px;
}
.form--tnc-container {
	margin: 0;
}
.form--tnc-input {
	vertical-align: top;
	float: left;
	width: 20px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.form--tnc-input {
		width: 15px;
	}
}
.form--tnc-label {
	padding-left: 10px;
	float: right;
	width: calc(100% - 20px);
}
.form--tnc-label p + p {
	padding-top: 20px;
}
@media (max-width: 767px) {
	.form--tnc-label {
		width: calc(100% - 15px);
	}
}
.form--tnc-label-text {
	color: #404040;
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.form--tnc-label-text {
		font-size: 81.25%;
	}
}
@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 75%;
	}
}
.form--submit {
	text-align: center;
}
.form--submit-btn {
	font-weight: 700;
	display: inline-block;
	padding: 0px 60px;
	background: #ef3e42;
	color: #ffffff;
	margin: 40px auto 0;
	border: none;
	font-size: 24px;
	line-height: 1.3;
	height: 60px;
	border-radius: 10px;
}
@media screen and (max-width: 991px) {
	.form--submit-btn {
		font-size: 23px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.form--submit-btn {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.form--submit-btn {
		padding: 15px 50px;
		display: inline-block;
	}
}
.form--submit-btn:hover {
	background: #0067b1;
}
.form--disclaimer-wrrapper {
	width: 100%;
	margin: 40px auto 0;
}
.form--disclaimer-wrrapper .form--disclaimer {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.form--disclaimer-wrrapper .form--disclaimer + .form--disclaimer {
	margin-top: 20px;
}
.form--input-wrapper {
	height: 54px;
	line-height: 54px;
	background: #ffffff;
	border: 1px solid #969696;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.form--input-wrapper select {
	background: #ffffff;
}
.form--input-wrapper label {
	font-weight: normal;
}
.form--input-wrapper label + label {
	margin-left: 20px;
}
.form--input-wrapper input {
	margin-right: 10px;
}
.footer {
	color: #404040;
	font-size: 14px;
	line-height: 1.3;
	padding: 0 0 85.28px 0;
}
@media (max-width: 991px) {
	.footer {
		font-size: 10px;
	}
}
@media (max-width: 620px) {
	.footer {
		padding: 0 0 60.58px 0;
	}
}
.footer__top {
	margin: 0 68.38px;
}
@media (max-width: 620px) {
	.footer__top {
		margin: 0 30.38px;
	}
}
.footer__top .footer__tnc {
	color: #0667b0;
	padding: 45.28px 0 22.64px;
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__tnc {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 22.64px 0;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 22.64px 0 11px 0;
	}
}
/* @media (max-width: 767px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 11px 0;
	}
} */
.footer__top .footer__tnc.footer__tnc-premier a {
	color: #002f65;
}
.footer__top .footer__tnc a {
	color: #0667b0;
	padding: 0 10px;
	/* border-left: 1px solid #0667b0; */
	font-size: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__tnc a {
		font-size: 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc a {
		font-size: 14px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc a {
		font-size: 12px;
		line-height: 1.3;
	}
}
.footer__top .footer__tnc a:first-child {
	padding: 0 10px 0 0;
	border-left: none;
	border-right: none;
}
.footer__top .footer__box {
	background: #5bc2e7;
	color: #ffffff;
	font-weight: 300px;
	padding: 45.28px 38.38px;
}
.footer__top .footer__box.footer__box-premier {
	background: #002f65;
}
.footer__top .footer__box.footer__box-premier .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 36px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 16px;
		line-height: 1.3;
	}
}
.footer__top .footer__box.footer__box-premier .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 12px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.footer__top .footer__box {
		padding: 20.58px 38.38px;
	}
}
@media (max-width: 485px) {
	.footer__top .footer__box {
		padding: 20.58px 22.38px;
	}
}
.footer__top .footer__box .footer__box-heading {
	font-size: 40px;
	line-height: 45px;
}
/* @media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 34px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 768px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 24px;
		line-height: 1.3;
	}
}
/* @media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 26px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 20px;
		line-height: 22px;
	}
}
.footer__top .footer__box .footer__box-subheading {
	font-size: 36px;
	line-height: 45px;
}

u {
	text-decoration-thickness: 2px;
}
/* @media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 768px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 20px;
		line-height: 1.3;
	}
}
/* @media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 22px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 16px;
		line-height: 22px;
	}
	
	u {
		text-decoration-thickness: 1px;
	}
}
.footer__top .footer__box .footer__box-subheading a {
	color: #ffffff;
}
.footer__top .footer__box .footer__box-subheading .text--light {
	font-weight: 300;
}
.footer__top .footer__box .footer__box-subheading .footer--number {
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 767px) {
	.footer__mid.footer__mid-long {
		margin: 0 0 22.64px 0;
	}
}
.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
	display: table-cell;
	vertical-align: middle;
}
.footer__mid .footer__mid-left {
	background: #5bc2e7;
	width: 270px;
	padding: 0 45.28px 0 68.38px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left {
		padding: 0 20.75px 0 30.38px;
		width: 170px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-left {
		width: 122.74px;
		padding: 3px 20.75px 3px 30.38px;
	}
}
.footer__mid .footer__mid-left.footer__mid-left-premier {
	background: #002f65;
	padding: 28.7px 22.9px 28.7px 68.38px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left.footer__mid-left-premier {
		width: 140.46px;
		padding: 22.9px 20.75px 22.9px 30.38px;
	}
	.footer__mid .footer__mid-left.footer__mid-left-premier img {
		width: 97.35px;
	}
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left img {
		width: 106px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-left img {
		width: 74px;
	}
}
.footer__mid .footer__mid-right {
	padding: 22.64px 0 0 22.82px;
}
@media (max-width: 991px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px;
	}
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px;
	}
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-right {
		padding: 16px 0 0 30.38px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right {
		padding: 16px 0 0 52.38px;
	}
}
.footer__mid .footer__mid-right.mid-right-short {
	vertical-align: bottom;
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right.mid-right-short {
		display: table-cell;
		padding: 0;
	}
}
.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
	display: table-cell;
	vertical-align: middle;
	color: #818a91;
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right .islam__logo,
	.footer__mid .footer__mid-right .footer__mid-right-text {
		vertical-align: middle;
	}
}
.footer__mid .footer__mid-right .islam__logo {
	width: 42px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 36px;
		display: block;
		float: left;
		margin: 0 12px 4px 0;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 30px;
		margin: 2px 12px 1px 0;
	}
}
.footer__mid .footer__mid-right .islam__logo img {
	width: 100%;
}
.footer__mid .footer__mid-right .footer__mid-right-text {
	font-size: 14px;
	padding: 0 68.38px 0 22.82px;
	text-align: justify;
}
/* @media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 12px;
	}
} */
@media (max-width: 768px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 10px;
		padding: 0 30.38px 0 0;
		display: block;
	}
}
/* @media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0 30.38px 0 0;
	}
} */
.footer__mid .footer__mid-right .footer__mid-right-copyright {
	margin-top: 24.64px;
	text-align: justify;
}
@media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		font-size: 12px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		margin-top: 20.58px;
		padding-right: 30.38px;
	}
}
.footer__btm {
	margin: 45.28px 68.38px 0 106.76px;
	color: #818a91;
	text-align: justify;
}
/* @media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0;
	}
} */
@media (max-width: 768px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 46px;
	}
}

.footer__btm .footer__btm-text p {
	font-size: 14px;
	line-height: 1.3;
}

.footer__btm .footer__btm-text {
	margin-top: 20px;
}
.footer__btm .footer__btm-text a {
	color: #0067b1;
	font-weight: 600;
	text-decoration: underline;
}
.footer__btm .footer__btm-text a.underline {
	text-decoration: underline;
}
.footer__btm .footer__btm-text:last-child {
	margin-top: 30px;
	color: #818a91;
}
@media (max-width: 320px) {
	.hide--xxs {
		display: none;
	}
}
@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
}
@media (max-width: 767px) {
	.hide--sm {
		display: none;
	}
}
@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}
@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
}
.show--sm-hide-xs {
	display: none;
}
@media (max-width: 767px) {
	.show--sm-hide-xs {
		display: inline-block;
	}
}
@media (max-width: 479px) {
	.show--sm-hide-xs {
		display: none;
	}
}
.show--sm {
	display: none;
}
@media (max-width: 767px) {
	.show--sm {
		display: block;
	}
}
.show--xs {
	display: none;
}
@media (max-width: 479px) {
	.show--xs {
		display: inline-block;
	}
}

.floating-btn__container {
	position: absolute;
	/* float: right; */
	margin-top: -100px;
	width: 100%;
	z-index: 9999;
	margin-top: -120px;
	right: 0;
}

a.floating__btn img {
	cursor: pointer;
	width: fit-content;
}

.floating-btn__wrapper {
	margin: auto;
	position: relative;
	max-width: 1440px;
	text-align: right;
}

@media (max-width: 767px) {
	.floating-btn__container {
		margin-top: -69px;
	}
}
@media (max-width: 479px) {
	.floating__btn img {
		transform: scale(0.6);
		margin-right: -50px;
	}
	
	.floating-btn__container {
		margin-top: -65px;
	}
}
a.floating__btn .floating__btn-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 220px;
}
#banner img {
	width: 100%;
}
.deals {
	background: #fafafa;
	padding: 100px 0 60px;
}

.stay_bottom {
	position: fixed;
	bottom: 0%;
}
@media (max-width: 991px) {

	.form--footer {
		font-size: 16px;
		text-align: center;
	}

	.deals {
		padding: 40px 0;
	}
}

.custom-select {
	background: #fff url('../images/down.png') right 1rem center/10px 10px
		no-repeat !important;
	padding-left: 15px;
	font-size: 16px;
}

select {
	appearance: none;
}

#intro {
	text-align: center;
	padding: 48px 24px 10px;
}

@media (min-width: 768px) {
	#intro {
		/* background-image: url(../images/bg--intro.jpg); */
		padding: 72px 0 0;
		background-size: 100% 100%;
	}
}
.intro__heading {
	color: #0067b1;
	margin: 0 auto;
	font-size: 30px;
	line-height: 36px;
}

.intro__heading2 {
	color: #0067b1;
	margin: 30px auto;
	font-size: 30px;
	line-height: 36px;
	vertical-align: middle;
}

.vidTitle {
	color: #0067b1;
	margin: 30px auto;
	font-size: 30px;
	line-height: 36px;
	vertical-align: middle;
}

.benImg {
	width: 71px;
	height: auto;
	margin: auto;
}

.benTitle {
	color: #0067b1;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin: 10px auto;
}

.benDes {
	color: #808080;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}

.create {
	width: 90%;
	max-width: 771px;
	height: auto;
	margin: 60px auto -8%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.createTitle {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin: 17px auto;
}

.createDes {
	color: #808080;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	margin: 10px auto;
}

/* .createImg_mobile {
	max-width: 100%;
	height: auto;
	margin: auto;
} */

.createImg {
	scale: 1.3;
	max-width: 31px;
	max-height: 32px;
	margin: 10px auto;
}

.qrPhone {
	width: 74px;
	height: auto;
	margin: 20% auto -15px;
}

.vidIcon {
	width: 74px;
	height: auto;
	margin: 60px auto 0px;
}

.bgSection {
	background-image: url("../images/bg4.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.dropbtn {
	background-image: linear-gradient(#8FD6F0, #1585D6);
	color: white;
	padding: 0 0 0 30px;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	border: none;
	border-radius: 40px;
	width: 290px;
	height: 59px;
}

.drpBtn {
	margin: 0 10px 3px;
}

#myDIV {
	background-image: url(../images/Background-01.jpg); 
	background-size: 100% 54%;
	background-repeat: no-repeat;
}

@media (max-width:450px){
	#myDIV {
		background-image: none;
	}
}


.pop {
    width:100%;
    height: 650px;
    display:none;
	position: relative;
}

.pop::after {
	position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content:url(../images/bg.jpg) url(../images/bg2.jpg) url(../images/bg3.jpg) url(../images/bg4.png) url(../images/bg4_mobile.png);
}

.popContent {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* top: 20%; */
}


.pop2 {
    width:100%;
    height: 650px;
	background-size: 100% 100%;
    display:none;
	position: relative;
}

.pop2::after {
	position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content:url(../images/bg.jpg) url(../images/bg2.jpg) url(../images/bg3.jpg);
}

.phoneTitle {
	color: #0067b1;
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	margin: 10px auto;
}

.num {
	width: 21px;
	height: auto;
	margin: 18px auto 0;
}

.phoneDes {
	color: #404040;
	font-size: 19px;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
	margin: 15px;
}

.phoneImg {
	width: 330px;
	height: auto;
	margin: 0 auto;
}

/* .phoneImg {
	width: 330px;
	height: auto;
	margin: -20% auto;
} */

.flexBox {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}


.flexBox div {
	flex-grow: 5;
}

.laptopImg {
	height: auto;
    margin: 5% auto 0 -20%;
    max-width: 235%;
    min-width: 665px;
}

.dropdown {
	position: relative;
	display: inline-block;
	margin: 10px;
	z-index: 1;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	width: 290px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index: 1;
	border-radius: 20px;
}
  
.dropdown-content a {
	color: #505050;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #E3E3E3;
}

.dropdown-content a:first-child:hover {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.dropdown-content a:last-child:hover {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
  
.dropdown:hover .dropdown-content {display: block;}

/* @media (max-width:450px){ */
	.noHover{
		display: none !important;
	}
/* } */


.dropdown-content-mobile {
	display: none;
	position: absolute;
	background-color: #ffffff;
	width: 290px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index: 1;
	border-radius: 20px;
}
  
.dropdown-content-mobile a {
	color: #505050;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content-mobile a:hover {
	background-color: #E3E3E3;
}

.dropdown-content-mobile a:first-child:hover {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.dropdown-content-mobile a:last-child:hover {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
  
.dropdown:hover .dropdown-content-mobile {display: block;}

.dropdown:hover .dropbtn {background-color: blue;}


@media (max-width: 767px) {

	.pop {
		height: 660px;
	}
	
	.pop2 {
		height: 380px;
	}

	.popContent {
		position:unset;
	}

	.phoneTitle {
		font-size: 20px;
		line-height: 22px;
		margin: 10px auto;
		text-align: center;
	}

	.num {
		width: 22px;
		margin: 0 auto 0;
	}

	.phoneDes {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 0 15px;
	}

	.phoneImg {
		width: 236px;
		height: auto;
		margin: 20px auto;
	}

	.laptopImg {
		width: 100%;
		max-width: 350px;
		height: auto;
		margin: 0 auto 20px;
		min-width: 0;
	}

	.dropdown {
		margin: 0 auto 20px;
	}
	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #ffffff;
		width: 290px;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		z-index: 1;
		border-radius: 20px;
	}
	
	.dropdown-content a {
		color: #505050;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	
	.dropdown-content-mobile {
		display: none;
		position: absolute;
		background-color: #ffffff;
		width: 290px;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		z-index: 1;
		border-radius: 20px;
	}
	
	.dropdown-content-mobile a {
		color: #505050;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}
}

.vidSection{
   max-width: 1200px;
   margin: 0px auto;
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   gap:20px;
}

.vidSection .main-video-container{
   flex:1 1 418px;
   padding: 0 30px;
}

.vidSection .main-video-container .main-video{
   /* margin-bottom: 7px; */
   width: 100%;
   height: 23vw;
   min-height: 169px;
   max-height: 399px;
}

.vidSection .video-list-container{
   flex:1 1 350px;
   height: 460px;
   overflow-y: visible;
}

.vidSection .video-list-container::-webkit-scrollbar{
   width: 10px;
}

.vidSection .video-list-container::-webkit-scrollbar-track{
   border-radius: 5px;
}

.vidSection .video-list-container::-webkit-scrollbar-thumb{
   background-color: #444;
   border-radius: 5px;
}

.vidSection .video-list-container .list{
   display: flex;
   align-items: center;
   gap:15px;
   padding:15px 30px;
   cursor: pointer;
   border-radius: 5px;
}

.vidSection .video-list-container .list:first-child {
	padding: 0 30px 15px;
}

.vidSection .video-list-container .list:last-child{
   margin-bottom: 0;
}

.playBtn_container {
	position: relative;
	width: 100px;
	height: 60px;
	border-radius: 5px;
}

.vidSection .video-list-container .list .list-video{
	display: block;
	width: 91px;
	height: auto;
}

.play_btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 35%;
	width: 30px;
	height: auto;
	text-align: center;
}


.vidSection .video-list-container .list.active .list-title {
	color: #0067B1;
}

.vidSection .video-list-container .list.active .list-video {
	filter: brightness(50%);
}

.ytp-large-play-button {
	display: none;
}

.vidSection .video-list-container .list .list-title{
   font-size: 16px;
   line-height: 20px;
   color:#404040;
   font-weight: bold;
}

.vidSection .video-list-container .list-title2{
   font-size: 16px;
   line-height: 21px;
   color:#0067B1;
   font-weight: bold;
   text-align: left;
   padding: 10px;
}

.qrTitle {
	font-size: 26px;
	line-height: 34px;
	color:#0067B1;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.qrImg {
	width: 135px;
	height: auto;
	margin: 25px auto 80px;
}

@media (max-width:1200px){

   .vidSection{
      margin:0;
   }

}

@media (max-width:450px){

	.vidSection .main-video-container .main-vid-title{
		font-size: 15px;
		text-align: center;
	}

	.vidSection .video-list-container .list{
		gap:10px;
	}

   
	.vidSection .video-list-container .list:first-child {
		padding:15px 30px;
	}

   .vidSection .video-list-container .list .list-title{
      font-size: 14px;
      text-align: left;
   }
   
   .vidSection .video-list-container .list-title2{
		font-size: 18px;
		text-align: center;
	}
	
	.qrTitle {
		font-size: 18px;
		line-height: 22px;
		color:#0067B1;
		font-weight: bold;
		text-align: center;
		padding: 10px;
	}

	.qrImg {
		width: 77px;
		height: auto;
	}
}




.intro__p {
	color: #404040;
	margin: 40px auto;
	font-size: 26px;
	line-height: 1.3;
	text-align: left;
}

.benefits2__heading {
	color: #0067b1;
	margin: 0 auto;
	font-size: 42px;
	line-height: 1.3;
}

.duitnow_gif {
	display: flex;
}

.duitnow_desc {
	font-size: 26px;
	display: flex;
	align-items: start;
}

.duitnow_desc a {
	cursor: pointer;
}

.duitnow_desc .intro__p {
	margin: 0 0 0 24px;
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	.duitnow_desc .intro__p {
		margin: 0 0 0 16px;
		font-size: 16px;
		text-align: left;
	}

	.duitnow_desc img {
		max-width: 22px;
	}

	.intro__heading,
	#intro .prize__heading {
		font-size: 26px;
		line-height: 1.1;
	}

	.intro__desc {
		font-size: 18px !important;
		line-height: 1.3 !important;
	}

	.intro__heading2 {
		font-size: 18px;
		line-height: 23px;
		font-weight: bold;
		margin: 30px auto 15px;
	}

	.vidTitle {
		font-size: 26px;
		line-height: 32px;
		font-weight: bold;
	}
	
	.benImg {
		width: 50px;
		height: auto;
		margin: auto;
	}

	.benTitle {
		color: #0067b1;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		font-weight: bold;
	}
	
	.benDes {
		color: #808080;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		font-weight: normal;
	}
	
	.create {
		width: 95%;
		max-width: 310px;
		height: 270px;
		margin: 15px auto 7%;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.createTitle {
		color: #ffffff;
		font-size: 15px;
		line-height: 19px;
		text-align: center;
		font-weight: bold;
		margin: 10px auto;
	}

	.createDes {
		color: #808080;
		font-size: 13px;
		line-height: 14px;
		text-align: left;
		font-weight: normal;
		margin: 10px auto;
	}

	.createImg {
		scale: 1.3;
		max-width: 31px;
		max-height: 32px;
		margin: 10px auto;
	}
	
	.qrPhone {
		width: 66px;
		height: auto;
		margin: 6% auto -10px;
	}
	
	.vidIcon {
		width: 45px;
		height: auto;
		margin: 40px auto 10px;
	}
	
	.bgSection {
		background-image: url("../images/bg4_mobile.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}

	.intro__heading,
	#intro .prize__heading {
		font-size: 18px;
		line-height: 23px;
	}

	.benefits2__heading {
		font-size: 28px;
	}

	.intro__p {
		color: #404040;
		margin: 20px auto;
		font-size: 16px;
		line-height: 1.2;
		text-align: center;
	}

	#intro {
		padding: 30px 0 0px;
	}
}

@media (max-width: 479px) {
	.benefits2__heading {
		font-size: 20px;
	}

	/* .intro__p {
		color: #404040;
		margin: 40px auto;
		font-size: 16px;
		line-height: 1.2;
		text-align: center;
	} */
}

.intro__desc {
	color: #808080;
	font-size: 22px;
	margin: 0 auto;
	line-height: 30px;
}

@media (min-width: 768px) {
	.intro__desc {
		margin-bottom: 48px;
		font-size: 20px;
	}
}

.intro__heading {
	max-width: 560px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.intro__heading {
		max-width: 1000px;
	}
}

#intro .prize__heading {
	max-width: 542px;
	margin-bottom: 70px;
}
@media (min-width: 768px) {
	#intro .prize__heading {
		max-width: 611px;
	}
}
#intro .prize__heading .logo {
	padding-top: 15px;
	width: 110px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	#intro .prize__heading .logo {
		width: 148px;
	}
}
#intro .prize__desc {
	max-width: 560px;
}
@media (min-width: 768px) {
	#intro .prize__desc {
		max-width: 622px;
	}
}
.campaign__period {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.7;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #0067b1;
}

sup {
	font-size: 70%;
	/* font-size: 19px; */
}

@media screen and (max-width: 767px) {
	.tier_footer {
		margin-top: 60px;
		font-size: 13px;
	}

	.benefits__heading {
		font-size: 24px;
		line-height: 1.3;
		margin: 0 auto 24px;
	}
}

.benefits__heading .logo img {
	padding-top: 10px;
	width: 84px;
	height: 100px;
}
@media (min-width: 480px) {
	.benefits__heading .logo img {
		width: 104px;
		height: 120px;
	}
}
@media (min-width: 768px) {
	.benefits__heading .logo img {
		padding-top: 0;
		width: 119px;
		height: 130px;
		transform: translateY(-24%);
		padding-left: 5px;
	}
}
.card--benefit {
	padding-bottom: 40px;
}
.card--benefit .card__icon img {
	margin: 0 auto;
	transform: translateX(-19px);
}
.card--benefit .card__desc {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	margin: 10px auto 0;
	max-width: 249px;
}
@media (min-width: 768px) {
	.card--benefit .card__desc {
		margin-top: 5px;
	}
}

.category__table {
	/* margin-bottom: 30px; */
	width: 100%;
	border-radius: 10px;
	border-collapse: collapse;
	overflow: hidden;
	border-style: unset;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.category__table th,
.category__table td {
	padding: 25px 24px;
	border: 2px solid #186aa5;
	text-align: center;
	font-size: 28px;
}

.category__table th,
.category__table-highlight {
	color: #fff;
	background-color: #0067b1;
	border: 1px solid #fff !important;
	font-size: 25px;
}

.category__table-head {
	background-color: #ffffff;
}

.category__table td {
	background-color: #ffffff;
	color: #6d6e70;
	line-height: 1.2;
}

.category__table tr:last-child td {
	background-color: #d7f0f8;
}

.table-bordered {
	border: 1px solid #0068b0;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td .table-bordered > tfoot > tr > td {
	border: 1px solid #0068b0;
}

.category__table-body b {
	font-size: 30px;
	font-weight: 600;
	color: #0067b1;
}

.category__table-body {
	font-size: 28px;
	font-weight: 600;
	color: #6d6e70;
}

.dotted_lines {
	border-top: 4px dotted #0067b1;
	width: 90%;
	margin: 48px auto;
}

.benefits__desc {
	color: #404040;
}

.steps {
	border: 1px solid #404040;
	width: inherit;
	margin: 0 auto 18px;
	padding: 6px 0;
	border-radius: 8px;
	font-weight: 600;
	color: #404040;
}

.steps_img {
	height: 136px;
}

.steps_desc {
	padding: 18px 0;
	line-height: 1.3;
	font-size: 16px;
}

.steps_container {
	border-left: 1px solid #707070;
}

.steps_question {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	text-align: left;
	padding: 8px 24px;
	margin-top: 40px;
}

.radio_button_group {
	display: flex;
	padding-top: 30px;
}

.form-check-input {
	margin-right: 12px !important;
}

@media (max-width: 768px) {
	.category__table th {
		padding: 12px 8px;
		font-size: 14px;
	}

	.category__table td {
		padding: 12px 8px;
		font-size: 14px;
	}

	.category__table-body b {
		font-size: 24px;
	}

	.dotted_lines {
		width: 100%;
	}

	.radio_button_group {
		display: block;
		/* padding-top: 30px */
	}

	.cancel_text {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.steps_container {
		border-left: unset;
	}

	.steps {
		margin: 24px auto;
		width: fit-content;
		padding: 8px 24px;
	}
}

.h1 {
	margin: 0px auto;
	font-size: 32px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	color: #0067b1;
	padding-top: 80px;
}

cards {
	padding: 40px 69px 0;
	max-width: 910px;
}
@media (max-width: 620px) {
	.cards {
		padding: 30px 30.38px 0;
		max-width: 910px;
	}
}
.cards .cards__img {
	position: relative;
	max-width: 910px;
	padding: 60px 0 0 65px;
}

.cards .cards__note {
	font-size: 14px;
	padding: 0 5px 0 65px;
}
@media (max-width: 620px) {
	.cards .cards__note {
		font-size: 12px;
	}
}

.crosssell {
	border-top: 1px solid #5bc2e7;
}

.crosssell_heading {
	font-size: 28px;
	font-weight: bold;
	padding: 24px 60px 24px;
}

.text--blue {
	color: #0067b1;
}

.text--lightblue {
	color: #5bc2e7;
}

.tier_header {
	padding: 4px 32px;
	background: #0067b1;
	color: #c9c9c9;
	font-size: 24px;
	font-weight: bold;
}

#benefits2 .tier_header {
	background: #5bc2e7;
	color: #f5f5f5;
}

.tier_body {
	background: #fff;
	border-radius: 0 0 26px 26px;
	display: flex;
	/* justify-content: space-around; */
	padding: 18px 18px;
	line-height: 1.3;
	border: 2px solid #0067b1;
}

.tier_left {
	text-align: center;
	font-size: 20px;
	width: 50%;
	border-right: 1px solid #707070;
}

.tier_right {
	width: 50%;
}

#benefits2 .tier_right h1,
#benefits2 .tier_right h3 {
	color: #5bc2e7;
}

.tier_right h1 {
	font-size: 40px;
	font-weight: bold;
	color: #0067b1;
}

.tier_right h3 {
	font-size: 22px;
	font-weight: bold;
	color: #0067b1;
}

.arrow_down {
	margin: 8px auto;
}

.phone {
	/* margin-bottom: -112px; */
}

.benefits_extra {
	color: #5bc2e7;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	margin-left: 24px;
}

.benefits__heading2 {
	font-size: 30px;
	margin-bottom: 18px;
	margin-left: 24px;
	line-height: 1.3;
}

.mechanics2 {
	padding-top: 72px;
}

.crosssell {
	border-top: 1px solid #5bc2e7;
}

.crosssell_heading {
	font-size: 28px;
	font-weight: bold;
	padding: 24px 60px 24px;
}

#mechanics1 {
	background: #eef9fd;
	padding: 60px 0;
}

.scenario_container {
	width: 99% !important;
}

.scenario_title {
	color: #fff;
	background: #0067b1;
	font-size: 24px;
	width: 200px !important;
	padding: 8px;
	border-radius: 12px;
	margin: auto;
}

.scenario_body {
	border: 2px solid #0067b1;
	border-radius: 8px;
	padding: 38px 48px 0;
	/* display: flex; */
	margin-top: -28px;
}

.scenario_left {
	font-size: 18px;
	flex: 3;
	line-height: 1.8;
}

.scenario_right {
	font-size: 18px;
	flex: 1;
	padding-left: 24px;
	border-left: 2px dotted #404040;
	line-height: 1.8;
}

.scenario_footer {
	margin-top: 12px;
	border-top: 2px dotted #404040;
	padding: 16px 0;
}

.benefits_arrow-wrapper {
	margin: 0px auto 0;
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	margin-top: 185px;
}

.benefits_arrow-left,
.benefits_arrow-right {
	cursor: pointer;
}

#benefits2 h2 {
	font-size: 32px;
}

#benefits2 h5 {
	font-size: 18px;
}

#benefits2 h3 {
	font-size: 24px;
	line-height: 1.3;
}

.footnote {
	font-size: 22px;
}

.flex {
	display: flex;
	text-align: left;
}

.entries_left_title {
	font-size: 22px;
	line-height: 1.3;
	text-align: left;
}

.entries_left_table {
	border: 1px solid #5bc2e7;
	border-radius: 12px;
}

.entries_left_table table,
.entries_right_table table {
	width: 100%;
}

.entries_left_table td {
	padding: 16px 12px;
}

.entries_left_table tr td:last-child {
	text-align: center;
	color: #0067b1;
}

.entries_left_table tr td:first-child {
	font-size: 18px;
	text-align: left;
	line-height: 1.3;
	border-right: 1px solid #5bc2e7;
}

.entries_left_table tr td:last-child h3 {
	font-size: 28px;
	font-weight: bold;
}

.entries_left_table tr td:last-child h5 {
	font-size: 14px;
}

.entries_left_table tr:nth-child(2) {
	border-top: 2px dotted #5bc2e7;
	border-bottom: 2px dotted #5bc2e7;
}

.entries_right_table {
	border: 2px solid #0067b1;
	border-radius: 12px;
	background: #eef9fd;
	padding: 12px 24px 24px 24px;
	margin-left: 18px;
}

.entries_right_table th {
	font-size: 36px;
	font-weight: bold;
	color: #0067b1;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 12px;
}

.entries_right_table tr:nth-child(2) {
	border-top: 2px dotted #5bc2e7;
}

.entries_right_table tr:last-child {
	border-top: 2px dotted #5bc2e7;
	border-bottom: 2px dotted #5bc2e7;
}

.entries_right_table td {
	padding: 16px 0px 16px 12px;
}

.entries_right_table tr td:last-child {
	text-align: left;
	color: #404040;
	font-size: 22px;
	line-height: 1.3;
}

.howwork_container_left {
	border-radius: 12px;
	border: 1px solid #70cce2;
	padding: 24px 0 0 18px;
	width: 386px;
	height: 213px;
	margin: auto;
	margin-top: 42px;
	margin-right: 32px;
}

.howwork_container_left div {
	font-size: 20px;
	line-height: 1.3;
	padding-bottom: 12px;
}

.howwork_container_right {
	border-radius: 12px;
	border: 1px solid #70cce2;
	width: 386px;
	height: 213px;
	margin: auto;
	display: flex;
	padding: 32px 18px;
	margin-right: 32px;
}

.howwork_container_right div {
	font-size: 20px;
	line-height: 1.3;
	padding-bottom: 12px;
	padding-right: 24px;
}

.howwork_container_right img {
	width: 122px;
	height: 114px;
}

.sponsors {
	margin: 8px 0;
}

.entries_container {
	border: 2px solid #5bc2e7;
	padding: 22px 12px;
	border-radius: 22px;
	height: 235px;
	margin-bottom: 24px;
}

.entries_container_info {
	background-color: #5bc2e7;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
	padding: 22px 12px;
	border-radius: 22px;
	height: 235px;
	margin: auto;
	margin-bottom: 24px;
}

.entries_container h3 {
	font-size: 20px;
	color: #0067b1;
	font-weight: bold;
	line-height: 1.4;
}

.entries_container h4 {
	font-size: 18px;
	line-height: 1.4;
}

.entries_container h5 {
	font-size: 14px;
	line-height: 1.3;
}

.entries_container a {
	text-decoration: underline;
}

.cashless_container {
	margin-bottom: 36px;
}

.cashless_container h3 {
	color: #0067b1;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 6px;
}

.cashless_container h4 {
	color: #404040;
	font-size: 18px;
	line-height: 1.3;
}

.form--footer {
	font-size: 17px;
	line-height: 1.4;
}


@media (max-width: 767px) {

	.scenarios .intro__desc {
		font-size: 16px;
	}

	.cashless_container {
		display: flex;
	}

	.cashless_container h3 {
		margin-top: 0px;
	}

	.cashless_container h4 {
		font-size: 16px;
	}

	.cashless_left {
		flex: 1;
	}

	.cashless_right {
		margin-left: 18px;
		flex: 4;
	}

	.entries_container {
		max-width: 320px !important;
	}

	.entries_container h3 {
		font-size: 18px;
	}

	.entries_container h4 {
		font-size: 16px;
	}

	#mechanics1 p {
		font-size: 16px;
	}

	.howwork_container_left {
		padding: 18px 0 0 18px;
		width: 320px;
		height: 173px;
		margin: auto;
		margin-top: auto;
		margin-right: auto;
	}

	.howwork_container_left div {
		font-size: 16px;
		padding-bottom: 12px;
	}

	.howwork_container_right {
		width: 320px;
		height: 173px;
		padding: 16px 12px;
		margin-right: auto;
	}

	.howwork_container_right div {
		font-size: 16px;
		padding-bottom: 12px;
		padding-right: 24px;
	}

	.entries_right_table td {
		padding: 16px 12px 16px 0;
	}

	.entries_right_table {
		padding: 12px 16px 24px 16px;
		margin-left: unset;
	}
	.entries_right_table th {
		font-size: 28px;
	}

	.entries_right_table tr td:last-child {
		font-size: 15px;
		/* line-height: 1.3; */
	}

	.entries_left_table tr td:first-child {
		font-size: 16px;
	}

	.entries_left_table tr td:last-child h3 {
		font-size: 26px;
	}

	.entries_left_table tr td:last-child h5 {
		font-size: 12px;
	}

	.entries_left_title {
		font-size: 17px;
		text-align: center;
	}

	.flex {
		display: unset;
		text-align: center;
	}

	.wallet img {
		margin: auto;
	}

	.footnote {
		font-size: 16px;
		line-height: 1.3;
	}

	.scenario_slick {
		padding: 12px 0 0;
	}

	.scenario_body {
		padding: 38px 12px 0;
	}

	.scenario_left {
		font-size: 14px;
		line-height: 1.6;
		flex: 3;
	}

	.scenario_left div,
	.scenario_right div {
		padding-bottom: 6px;
	}

	.scenario_right {
		font-size: 14px;
		flex: 1.2;
		padding-left: 12px;
		line-height: 1.6;
	}

	.scenario_body {
		margin-top: -22px;
	}

	.scenario_title {
		font-size: 18px;
		width: 160px !important;
	}

	.scenario_footer h3 {
		font-size: 18px;
	}

	.scenario_footer h4 {
		font-size: 12px;
	}

	.benefits_arrow-wrapper {
		margin-top: -175px;
	}

	.benefits_arrow-left,
	.benefits_arrow-right {
		transform: scale(0.7);
	}

	.benefits_arrow-left {
		margin-left: -30px;
	}
	/* 
	.benefits_arrow-right {
		margin-right: -30px;
	} */

	#mechanics1 {
		padding: 60px 0;
	}

	#benefits2 h2 {
		font-size: 26px;
	}

	#benefits2 h3 {
		font-size: 18px;
	}

	#benefits2 h5 {
		font-size: 14px;
	}

	.cards .cards__img {
		text-align: center;
		padding-left: 0;
		padding-top: 0px;
	}

	.cards .cards__note {
		padding-left: 0;
	}

	.tier_left {
		font-size: 15px;
		align-self: center;
	}

	.tier_right {
		line-height: 1.4;
	}

	.tier_right h1 {
		font-size: 28px;
	}

	.tier_right h3 {
		font-size: 14px;
	}

	.tier_right p {
		font-size: 11px;
	}

	.tier_body {
		padding: 12px 12px;
	}

	.tier_header {
		font-size: 20px;
	}

	.phone {
		margin: 42px auto 0px;
	}

	.benefits_extra {
		font-size: 28px;
		text-align: center;
		margin-left: 0;
	}

	.benefits__heading2 {
		font-size: 20px;
		text-align: center;
		margin-left: 0;
	}

	.mechanics2 {
		padding-top: 192px;
	}

	.crosssell_heading {
		font-size: 16px;
		font-weight: bold;
		padding: 12px 24px;
	}
}
/* 
@media screen and (max-width: 479px) {
	.benefit_mobile_arrow {
		margin-top: -30px;
		padding: 18px 0;
		justify-content: space-evenly;
	}
} */

.outlet_title {
	font-size: 18px;
}

.outlets {
	/* max-width: 320px; */
	margin: auto;
	display: flex;
	text-align: left;
	justify-content: center;
}

.click_btn {
	background: #0067b1;
	color: #fff;
	border-radius: 20px;
	padding: 6px 12px;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 18px;
}

.outlets_desc {
	padding: 6px 0;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
}

.duitnow_gif_container {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.duitnow_gif_container {
		display: block;
	}

	.click_btn {
		padding: 6px 12px;
		margin-bottom: 8px;
		font-size: 14px;
	}

	.outlets_desc {
		padding: 6px 0;
		margin-bottom: 8px;
		font-size: 14px;
	}
}

.scenarios h5 {
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
}

.form--footer {
	font-size: 16px;
}

.scenarios .intro__desc {
	font-size: 16px;
}

