@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;
}
.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: #e3f5fa;
	padding: 70px 0;
}
@media (max-width: 767px) {
	.form {
		padding: 100px 0;
	}
}
@media (max-width: 479px) {
	.form {
		padding: 40px 0;
	}
}
.form__inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}
.form--heading {
	color: #0067b1;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.form--heading {
		font-size: 28px;
		line-height: 1.3;
	}
}

.form--subheading {
	font-size: 32px;
	color: #404040;
	font-weight: 600;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.form--subheading {
		font-size: 22px;
	}
}
.form--form {
	text-align: left;
	/* padding-top: 30px; */
}
@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;
	font-size: 17px;
}
.form--input,
.form--select,
.form--textarea {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 4px;
}
.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 45.28px 0;
}
@media (max-width: 991px) {
	.footer {
		font-size: 12px;
	}
}
@media (max-width: 620px) {
	.footer {
		padding: 0 0 20.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: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__tnc {
		font-size: 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc {
		font-size: 14px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc {
		font-size: 12px;
		line-height: 1.3;
	}
}
@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: bold;
	padding: 40px 40px;
}
.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: 20px 20px;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__box {
		padding: 17px 17px;
	}
}
.footer__top .footer__box .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
}
@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: 32px;
		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: 18px;
		line-height: 1.3;
	}
}
.footer__top .footer__box .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3;
}
@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: 24px;
		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: 13px;
		line-height: 1.3;
	}
}
.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: 10px 0 0 30.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;
}
@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 {
	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: 620px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		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 108px;
}
@media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0 108px;
	}
}
@media (max-width: 620px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 47px;
	}
}
.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;
}
@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: fixed;
	margin-top: -100px;
	width: 100%;
	z-index: 9999;
}

a.floating__btn {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
	right: 4%;
	/* top: 12%; */
	color: #ffffff;
	/* background: #0067b1; */
	/* background: url(../images/Apply_now.png) no-repeat; */
	width: 130px;
	height: 50px;
	border-radius: 50%;
	transform: translateY(-100%);
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

a.floating__btn img {
	transform: scale(1.3);
}

.floating-btn__wrapper {
	position: relative;
	max-width: 1440px;
	text-align: right;
}

@media (max-width: 767px) {
	a.floating__btn {
		width: 110px;
		height: 110px;
	}
	.floating-btn__container {
		margin-top: 0;
	}
}
@media (max-width: 479px) {
	a.floating__btn {
		width: 80px;
		height: 80px;
	}
}
a.floating__btn .floating__btn-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 220px;
}
@media screen and (max-width: 991px) {
	a.floating__btn .floating__btn-text {
		max-width: 200px;
	}
}
@media screen and (max-width: 768px) {
	a.floating__btn .floating__btn-text {
		max-width: 200px;
	}
}
@media screen and (max-width: 479px) {
	a.floating__btn .floating__btn-text {
		max-width: 160px;
	}
}
.banner img {
	width: 100%;
}
.deals {
	background: #fafafa;
	padding: 100px 0 60px;
}

.stay_bottom {
	bottom: 5%;
}
@media (max-width: 991px) {
	.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 {
	/* background-image: url(../images/bg--intro-mobile.jpg); */
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	text-align: center;
	padding: 48px 0 10px;
}
@media (min-width: 768px) {
	#intro {
		/* background-image: url(../images/bg--intro.jpg); */
		padding-top: 72px;
	}
}
#intro .intro__heading,
#intro .prize__heading {
	color: #0067b1;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	#intro .intro__heading,
	#intro .prize__heading {
		font-size: 20px;
		line-height: 1.3;
	}
}

#intro .intro__desc,
#intro .prize__desc,
#benefits .benefits__desc {
	color: #404040;
	font-size: 16px;
	margin: 0 auto;
	line-height: 1.6;
}
#intro .intro__heading {
	max-width: 560px;
	margin-bottom: 36px;
}
@media (min-width: 768px) {
	#intro .intro__heading {
		max-width: 1000px;
	}
}
#intro .intro__desc,
#benefits .benefits__desc {
	max-width: 542px;
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	#intro .intro__desc,
	#benefits .benefits__desc {
		max-width: 820px;
		margin-bottom: 48px;
		font-size: 20px;
	}
}
#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: 18px;
	line-height: 1.7;
	margin-top: 50px;
}
@media (min-width: 480px) {
	#intro .intro__period {
		font-size: 25px;
	}
}
#intro .intro__period strong {
	background-image: url(../images/line.png);
	background-position: 0 1.4em;
	background-size: 9px 6px;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
#intro .prize__cards {
	position: relative;
}
@media (min-width: 992px) {
	#intro .prize__cards {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 10px;
	}
}
#intro .bg--swirl {
	background-image: url(../images/bg--swirl.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	position: absolute;
	left: -15px;
	width: calc(100% + 30px);
	height: 253px;
	z-index: 1;
}
.card--prize {
	position: relative;
	z-index: 2;
	border-radius: 20px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto 47px;
	max-width: 482px;
	overflow: hidden;
}
@media (min-width: 992px) {
	.card--prize {
		margin: 0 11px 47px;
		width: 100%;
	}
}
.card--prize .card__head {
	padding: 22px 4%;
}
.card--prize .card__title {
	margin: 0 auto 14px;
}
.card--prize .card__subtitle {
	display: inline-block;
	position: relative;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.2;
	padding: 0 15px;
}
@media (min-width: 480px) {
	.card--prize .card__subtitle {
		font-size: 25px;
		padding: 0 25px;
	}
}
.card--prize .card__subtitle::before,
.card--prize .card__subtitle::after {
	position: absolute;
	background-color: #707070;
	content: '';
	height: 1px;
	width: 10%;
	top: 50%;
}
@media (min-width: 480px) {
	.card--prize .card__subtitle::before,
	.card--prize .card__subtitle::after {
		width: 18%;
	}
}
.card--prize .card__subtitle::before {
	left: 0;
	transform: translateX(-100%);
}
.card--prize .card__subtitle::after {
	right: 0;
	transform: translateX(100%);
}
.card--prize .card__body {
	background-color: #f5f8fa;
	padding: 10px 4% 15px;
}
.card--prize .card__desc {
	color: #0067b1;
	font-size: 16px;
	line-height: 1.3;
}
@media (min-width: 480px) {
	.card--prize .card__desc {
		font-size: 18px;
	}
}
.card--prize .card__note {
	color: #8b8b8b;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 5px;
}
@media (min-width: 480px) {
	.card--prize .card__note {
		font-size: 15px;
	}
}
#benefits {
	/* background:linear-gradient(75deg, #E5EFF7, #B5DFFA);  */
	background: radial-gradient(farthest-side at 0% 100%, #32a1d7, #8bd4ee);
	text-align: center;
	padding: 52px 16px 0px;
}

#benefits2 {
	background: linear-gradient(
		155deg,
		rgba(255, 255, 255, 0),
		rgba(128, 128, 128, 0.5)
	);
	padding-top: 60px;
	padding-bottom: 120px;
	border-bottom: 2px solid #5bc2e7;
}
@media (min-width: 768px) {
	#benefits {
		padding: 72px 32px 0px;
		background-size: 100% 100%;
	}

	#benefits2 {
		padding-top: 60px;
		padding-bottom: 120px;
	}
}
.benefits__heading {
	margin: 0 auto 48px;
	max-width: 322px;
	font-size: 32px;
	line-height: 1.3;
	color: #0067b1;
}

.benefits__subtitle {
	margin: 70px auto 0;
	max-width: 600px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	color: #3b3d3f;
}
.benefits__p {
	margin: 30px auto 0px;
	max-width: 920px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #818a91;
	text-align: left;
}

.benefits__button {
	text-align: center;
}
.benefits__button {
	font-weight: 600;
	display: inline-block;
	padding: 16px 60px;
	background: #0067b1;
	color: #ffffff;
	margin: 40px auto;
	border-radius: 10px;
	font-size: 18px;
	height: 60px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.benefits__heading {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media (min-width: 480px) {
	.benefits__heading {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.benefits__heading {
		margin-bottom: 52px;
		max-width: 100%;
	}
}
.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;
	}
}

.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;
}

.tier_left {
	text-align: left;
	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_heading {
	font-size: 28px;
	font-weight: bold;
	padding: 24px 60px 24px;
}

#mechanics1 {
	background: #fff;
	padding: 60px 0;
}

.form-header {
	font-size: 24px;
	font-weight: bold;
	background-color: #0067b1;
	border-radius: 4px;
	text-align: left;
	padding: 8px 16px;
	color: #fff;
}

.grey_color {
	color: grey;
}

.alert-danger {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

@media (max-width: 767px) {
	.form-header {
		font-size: 19px;
		padding: 8px 12px;
	}

	#mechanics1 {
		padding: 120px 0 40px;
	}

	#mechanics1 h2,
	#benefits2 h2 {
		font-size: 22px;
	}

	#mechanics1 h3,
	#benefits2 h3 {
		font-size: 16px;
	}

	.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: 24px 0 -80px;
	}

	.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;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type='number'] {
	-moz-appearance: textfield;
}
