@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');

@font-face {
	font-family: 'hightide';
	font-style: normal;
	font-weight: 300;
	src: url('/-/media/Microsites/CreditCard_BalanceConversion/fonts/HighTide.otf') format('otf'),
		url('/-/media/Microsites/CreditCard_BalanceConversion/fonts/HighTide.woff') format('woff'),
		url('/-/media/Microsites/CreditCard_BalanceConversion/fonts/HighTide.ttf') format('truetype');
}

.text--300 {
	font-family: 'rhb-font-light', Lato, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.text--400 {
	font-family: 'rhb-font-normal', Lato, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.text--500 {
	font-family: 'rhb-font-medium', Lato, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.text--700 {
	font-family: 'rhb-font-bold', Lato, sans-serif;
	font-weight: normal;
	font-style: normal;
}

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

.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;
	}
}

.row--table-min-lg {
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 1200px) {
	.row--table-min-lg {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}

.row--table-min-lg > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 1200px) {
	.row--table-min-lg > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}

.row--table-min-md {
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 992px) {
	.row--table-min-md {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}

.row--table-min-md > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 992px) {
	.row--table-min-md > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}

.row--table-min-sm {
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 768px) {
	.row--table-min-sm {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}

.row--table-min-sm > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
	.row--table-min-sm > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}

.row--table-min-xs {
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 480px) {
	.row--table-min-xs {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}

.row--table-min-xs > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 480px) {
	.row--table-min-xs > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}

.row--table-min-xsm {
	margin-right: 0;
	margin-left: 0;
}

.row--table-min-xsm > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.row--table-min-xss {
	margin-right: 0;
	margin-left: 0;
}

.row--table-min-xss > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.row--table-min-xsss {
	margin-right: 0;
	margin-left: 0;
}

.row--table-min-xsss > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

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;
}

@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
	img-responsiv {
	max-width: 100%;
	height: auto;
	transform: scale(1.2)
}

}

@media (max-width: 768px) {
	.hide--sm {
		display: none;
	}
}

@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}

@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
}

.show--md {
	display: none;
}

@media (max-width: 991px) {
	.show--md {
		display: block;
	}
}

.show--sm {
	display: none;
}

@media (max-width: 768px) {
	.show--sm {
		display: block;
	}
}

.show--xs {
	display: none;
}

@media (max-width: 479px) {
	.show--xs {
		display: block;
	}
}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Lato', 'Open Sans', sans-serif;
	color: #404040;
	background: #fff;
	max-width: 1440px;
	margin: auto;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

@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: #0067b1;
}

a:hover,
a:active,
a:focus {
	color: #000;
}

/* sup {
	font-size: 11px;
	top: -1em;
} */

.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
}

.navbar.navbar--nav.navigation {
	width: 100%;
	max-width: 1440px;
	height: 70px;
	background: #5bc2e7;
	transition: all 0.2s ease;
	border: 0;
	border-radius: 0;
	margin: 0;
}

.navbar.navbar--nav.navigation.premier {
	background: #002f65;
	color: #c6d5dc;
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation {
		height: 60px;
	}
}

.navbar.navbar--nav.navigation .navbar-brand {
	width: 160px;
	height: 70px;
	background: transparent url('/-/media/Microsites/CreditCard_BalanceConversion/images/nav--logo-min.png') no-repeat center
		center;
	text-indent: -9999px;
	margin-left: 28px;
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation .navbar-brand {
		margin-left: 0;
		height: 60px;
		background-size: 55%;
	}
}

@media (max-width: 620px) {
	.navbar.navbar--nav.navigation .navbar-brand {
		margin-left: 0;
	}
}

.navbar.navbar--nav.navigation .navbar-right {
	margin-right: 20px;
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation .navbar-right {
		margin-right: 0;
	}
}

.navbar.navbar--nav.navigation .premier--brand-container {
	padding-top: 15px;
	padding-right: 15px;
	float: right;
}

.navbar.navbar--nav.navigation .premier--logo {
	max-width: 150px;
	margin-top: 6px;
	margin-left: 20px;
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation .premier--logo {
		margin: 6px auto 0;
	}
}

.navbar.navbar--nav.navigation .premier_brand {
	color: #c6d5dc;
	font-size: 20px;
	text-align: right;
	font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation .navbar-nav {
		margin: 0 0;
	}
}

.navbar.navbar--nav.navigation .navbar-toggle {
	background: #fff;
	margin-top: 12px;
	background: #fff;
}

.navbar.navbar--nav.navigation .navbar-toggle .icon-bar {
	background: #0067b1;
}

.navbar.navbar--nav.navigation li {
	display: inline-block;
	height: 70px;
	text-transform: uppercase;
	font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 112.5%;
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation li {
		display: block;
		height: 44px;
		border-bottom: 1px solid #ddd;
		font-size: 100%;
	}
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation li:last-child {
		border-bottom: 0;
	}
}

.navbar.navbar--nav.navigation li a {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	color: #0067b1;
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation li a {
		display: block;
		height: 44px;
		line-height: 44px;
		padding: 0 15px;
	}
}

.navbar.navbar--nav.navigation li.active a,
.navbar.navbar--nav.navigation li a:hover,
.navbar.navbar--nav.navigation li a:active,
.navbar.navbar--nav.navigation li a:focus {
	background: transparent;
	color: #db0011;
}

@media (max-width: 768px) {
	#navbar {
		border-top: 1px solid #0067b1;
		background: white;
	}
}

.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(/-/media/Microsites/CreditCard_BalanceConversion/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);
}

.stay_bottom {
	bottom: 5%;
}

.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: auto;
	}
}
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 {
	position: relative;
}

.banner img {
	width: 100%;
}

.rhb_logo {
	width: 26rem !important;
	position: absolute;
	top: 45px;
}

.rhb_logo_mobile {
	width: 30vw !important;
	position: absolute;
	top: 18px;
}



.show--sm {
	display: none;
}

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


.banner .banner__img img {
	width: 100%;
}

.banner .banner__title {
	position: absolute;
	top: 6.18%;
	left: 68.38px;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.banner .banner__title {
		font-size: 22px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.banner .banner__title {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.banner .banner__title {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media (max-width: 620px) {
	.banner .banner__title {
		left: 30.38px;
	}
}

.banner .banner__heading {
	position: absolute;
	width: 100%;
	font-weight: 300;
	color: #ffffff;
	top: 20%;
	left: 0;
	padding-left: 68.38px;
	font-size: 60px;
	line-height: 1.2;
}

@media screen and (max-width: 1199px) {
	.banner .banner__heading {
		font-size: 50px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 991px) {
	.banner .banner__heading {
		font-size: 40px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 768px) {
	.banner .banner__heading {
		font-size: 40px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
	.banner .banner__heading {
		font-size: 35px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 320px) {
	.banner .banner__heading {
		font-size: 30px;
		line-height: 1.2;
	}
}

@media (max-width: 768px) {
	.banner .banner__heading {
		top: 10%;
		line-height: 1;
	}
}

@media (max-width: 620px) {
	.banner .banner__heading {
		padding-left: 30.38px;
	}
}

.banner .banner__heading .hightide {
	font-family: 'hightide', sans-serif;
	font-size: 92px;
	line-height: 0.7;
}

@media screen and (max-width: 1199px) {
	.banner .banner__heading .hightide {
		font-size: 86px;
		line-height: 0.7;
	}
}

@media screen and (max-width: 991px) {
	.banner .banner__heading .hightide {
		font-size: 68px;
		line-height: 0.7;
	}
}

@media screen and (max-width: 768px) {
	.banner .banner__heading .hightide {
		font-size: 68px;
		line-height: 0.7;
	}
}

@media screen and (max-width: 479px) {
	.banner .banner__heading .hightide {
		font-size: 58px;
		line-height: 0.7;
	}
}

@media screen and (max-width: 320px) {
	.banner .banner__heading .hightide {
		font-size: 50px;
		line-height: 0.7;
	}
}

.banner .banner__heading .small-heading {
	font-size: 35px;
	line-height: 1.3;
	line-height: 1 !important;
}

@media screen and (max-width: 991px) {
	.banner .banner__heading .small-heading {
		font-size: 30px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.banner .banner__heading .small-heading {
		font-size: 28px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.banner .banner__heading .small-heading {
		font-size: 24px;
		line-height: 1.3;
	}
}

.banner .banner__heading sup {
	font-size: 18px;
	top: -2em;
}

@media (max-width: 991px) {
	.banner .banner__heading sup {
		font-size: 16px;
		top: -1.5em;
	}
}

.intro {
	padding: 60px 68.38px 80px;
	background: #FFFFFF;
}

@media (max-width: 991px) {
	.intro {
		min-height: auto;
	}
}

@media (max-width: 768px) {
	.intro {
		padding: 0px 30.38px 0px;
	}
}

.intro .intro__heading {
	/* width: 80%; */
	margin: 20px auto;
	font-size: 40px;
	line-height: 1.3;
	text-align: center;
	color: #0067b1;
	font-weight: 700;
}

@media screen and (max-width: 991px) {
	.intro .intro__heading {
		font-size: 30px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.intro .intro__heading {
		font-size: 24px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.intro .intro__heading {
		font-size: 20px;
		line-height: 1.3;
	}
}

.intro .intro__subheading {
	margin-top: 13px;
	font-size: 25px;
	line-height: 1.4;
	text-align: center;
	max-width: 1243px;
	margin: auto;
	color: #404040;
}

@media screen and (max-width: 991px) {
	.intro .intro__subheading   {
		font-size: 22px;
		line-height: 1.3;
	}
	
}


@media screen and (max-width: 768px) {
	.intro .intro__subheading {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.intro .intro__subheading {
		font-size: 16px;
		line-height: 1.3;
	}
	
}

@media (max-width: 991px) {
	.intro .intro__subheading  {
		text-align: center;
	}
}

.intro .intro__subheading1 {
	margin-top: 15px;
	padding-bottom: 30px;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	max-width: 812px;
	margin: auto;
	color: #000000;
}



@media screen and (max-width: 991px) {
	.intro .intro__subheading1 {
		font-size: 24px;
		line-height: 1.3;
	}
	
}

@media screen and (max-width: 768px) {
	.intro .intro__subheading1 {
		font-size: 24px;
		line-height: 1.3;
	}
	
}

@media screen and (max-width: 479px) {
	.intro .intro__subheading1 {
		font-size: 18px;
		line-height: 1.3;
	}
	
}

@media (max-width: 991px) {
	.intro .intro__subheading1  {
		text-align: center;
	}
}

.intro .intro__icons {
	margin-top: 50px;
	background: url('/-/media/Microsites/CreditCard_BalanceConversion/images/bg-icons.jpg') no-repeat bottom center;
	background-size: cover;
	border-radius: 10px;
}

.intro .intro__icons-wrapper {
	padding: 5% 0;
	width: 80%;
	margin: 0 auto;
}

.intro .intro__icons-heading {
	color: #0067b1;
	font-size: 25px;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.intro .intro__icons-heading {
		font-size: 25px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.intro .intro__icons-heading {
		font-size: 22px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.intro .intro__icons-heading {
		font-size: 20px;
		line-height: 1.3;
	}
}

.intro .intro__table {
	margin-bottom: 20px;
	display: flex;
	text-align: center;
	border-radius: 25px;
	background-color: #d2f2fd;
	color: #000000;
}

@media (max-width: 991px) {
	.intro .intro__table {
		max-width: 1000px;
		width: 100%;
		margin: 40px auto 20px;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.intro .intro__table {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.intro .intro__table table img {
		margin: 0 auto;
	}
}

.intro .intro__table table .table__subtitle .table__p {
	color: #404040;
	margin-top: 10px;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 10px;
}

@media screen and (max-width: 991px) {
	.intro .intro__table table .table__subtitle .table__p {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 768px) {
	.intro .intro__table table .table__subtitle .table__p {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	.intro .intro__table table .table__subtitle {
		font-size: 22px;
		line-height: 1.4;
	}
}

.table__p {
	text-align: left;
	font-weight: 400;
	padding: 20px;
	padding-bottom: 30px;
	font-size: 20px;
}

sup {
	font-size: 70%;
}

.category {
	padding: 0px 0px 100px;
	background: #fff;
	position: relative;
	max-width: 1440px;
	margin: auto;
}

.category .flex {
	display: flex;
}

.category2 {
	background: #FFFFFF;
	padding-bottom: 40px;
}

.category .header_img {
	margin-top: -42px;
}

.category h3 {
	font-size: 22px;
	line-height: 1.3;
}

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

@media (max-width: 991px) {
	.category {
		min-height: auto;
	}
}

@media (max-width: 768px) {
	.center_lines {
		border: unset;
	}

	.category .flex {
		display: block;
	}

	.category {
		padding: 0px 16px 80px;
	}

	.category2 {
		padding-bottom: 0px;
	}

	.category h3 {
		font-size: 16px;
	}

	.category .header_img {
		margin-top: -26px;
	}
}

.category .category__heading, .reach_heading {
	color: #0067b1;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	padding: 20px 0 50px;
}

.reach_subheading {
	color: #0067b1;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	padding: 0px 0 40px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.reach_subheading {
		font-size: 18px;
		line-height: 1.2;
		max-width: 233px;
		padding: 0px;
		margin: auto;
	}	
}

@media (max-width: 767px){
	.icon {
		max-width: 115px;
	}
}

.optDes {
	color: #404040;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 20px;
	max-width: 430px;
}

.optDes2 {
	color: #404040;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	margin: auto;
	max-width: 303px;
}

.iconImg {
	height: 99px;
	width: auto;
	display: block;
	margin: 0 auto 30px;
}

.optImg {
	width: 100%;
	max-width: 149px;
	display: block;
	margin: 0 auto 30px;
}

@media screen and (max-width: 991px) {
	.optDes {
		text-align: left;
		margin: 0;
	}

	.optDes2 {
		text-align: left;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.optDes {
		font-size: 19px;
		line-height: 1.2;
		text-align: left;
		margin: 0 0 20px;
	}

	.optDes2 {
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
		margin: 0;
	}

	.iconImg {
		height: 47px;
		width: auto;
		display: block;
		margin: 0 0 0 auto;
	}

	.optImg {
		width: 100%;
		max-width: 106px;
		display: block;
		margin: 40px auto 20px;
	}
}

@media screen and (max-width: 991px) {
	.category .category__heading, .reach_heading {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	.category .category__heading, .reach_heading {
		font-size: 22px;
		line-height: 1.3;
		padding: 20px 0;
	}
}

@media screen and (max-width: 479px) {
	.category .category__heading, .reach_heading {
		font-size: 18px;
		line-height: 1.3;
	}
	.reach_heading2 {
		font-size: 22px;
		line-height: 1.3;
	}
}

.category .category__subheading {
	font-size: 25px;
	line-height: 1.3;
	text-align: center;
	max-width: 250px;
	margin: auto;
	padding: 0 10px;
	color: #404040;
}

@media screen and (max-width: 991px) {
	.category .category__subheading {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.category .category__subheading {
		font-size: 20px;
		line-height: 1.1;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 479px) {
	.category .category__subheading {
		font-size: 20px;
		max-width: none;
	}
}

/* .category__cards {
    margin-top: 30px
} */

.category__card {
	position: relative;
	/* border: 1px solid #9FD9FF; */
	border-radius: 10px;
	padding: 40px 30px 103px 30px;
	transition: 0.4s;
	margin-bottom: 20px;
	box-shadow: 0px 0px 6px 0px lightgrey;
}

/* .category__card:hover {
    transform: scale(1.05, 1.05);
    -webkit-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
    -moz-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
    box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27)
} */

.category__card-title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.category__card-title {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.category__card-title {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.category__card-title {
		font-size: 18px;
		line-height: 1.3;
	}
}

.category__card-highlight {
	color: #0065b4;
	font-size: 22px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.category__card-highlight {
		font-size: 22px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.category__card-highlight {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.category__card-highlight {
		font-size: 18px;
		line-height: 1.3;
	}
}

.category__card-offer {
	margin-top: 15px;
	font-size: 18px;
	color: #1a1818;
}

.category__card-offer .list-table {
	vertical-align: top;
}

.category__card-offer .list-table::before {
	content: '\2022';
	color: #0067b1;
	display: inline-block;
	width: 15px;
}

.category__card-offer .font-green {
	color: #6cc24a;
}

.category__card-arrow {
	position: absolute;
	bottom: 40px;
	right: 30px;
	width: 65px;
	height: 33px;
	text-align: center;
	line-height: 28px;
	background-color: #dbf1ff;
	border-radius: 20px;
	cursor: pointer;
}

.category__modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 95;
}

.category__modal .modal-content {
	box-shadow: none;
	border-radius: 0;
	border: none;
	padding: 3%;
}

.category__modal-group {
	margin-bottom: 30px;
}

.category__modal-group_label {
	margin-bottom: 10px;
	color: #0067b1;
	font-size: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.category__modal-group_label {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.category__modal-group_label {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.category__modal-group_label {
		font-size: 18px;
		line-height: 1.3;
	}
}

.category__modal li {
	padding: 3px 0;
}

.category__modal li,
.category__modal-footnote {
	color: #707070;
	font-size: 14px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.category__modal li,
	.category__modal-footnote {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.category__modal li,
	.category__modal-footnote {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.category__modal li,
	.category__modal-footnote {
		font-size: 14px;
		line-height: 1.3;
	}
}

.category__modal a {
	text-decoration: underline;
}

.category__modal .list-table {
	vertical-align: top;
}

.category__modal .list-table::before {
	content: '\2022';
	color: #0067b1;
	display: inline-block;
	width: 15px;
}

.category__table {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}

.category__table th,
.category__table td {
	padding: 3% 5%;
	border: 2px solid #0067b1;
	text-align: center;
}

@media (max-width: 479px) {
	.category__table th,
	.category__table td {
		padding: 4% 1%;
		font-size: 12px;
	}

	.category__table th sup,
	.category__table td sup {
		font-size: 10px;
		top: -0.6em;
	}
}

.category__table th,
.category__table-highlight {
	color: #0067b1;
}

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

.collapsible {
	background-image: linear-gradient(to right,#5BC2E7,#D4EFF9,#5BC2E7);
	color: #0067b1;
	cursor: pointer;
	padding: 20px;
	width: 100%;
	border: none !important;
	text-align: center;
	outline: none;
	font-size: 26px;
	font-weight: 700;
	border-radius: 0;
}
  
.collapsible:active, .collapsible:focus{
	background-image: linear-gradient(to right,#5BC2E7,#D4EFF9,#5BC2E7);
	outline: none;
	border-radius: 0;
	border: none !important;
}

@media screen and (max-width: 768px) {
	.collapsible {
		padding: 15px;
		width: 100%;
		font-size: 18px;
		line-height: 22px;
	}
}


.title1 {
	font-size: 16px;
	font-weight: 400;
	color: #0067b1;
	line-height: 18px;
	text-align: center;
}

.des1 {
	font-size: 22px;
	font-weight: 700;
	color: #0067b1;
	line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
}

.expandedArea {
	background-image: linear-gradient(#F0F9FD 20%, #CEEDF8 80%);
	padding: 65px 30px 75px;
}

@media screen and (max-width: 768px) {
	.title1 {
		font-size: 14px;
		line-height: 23px;
	}
	
	.des1 {
		font-size: 18px;
		line-height: 23px;
	}
	.expandedArea {
		background-image: linear-gradient(#F0F9FD 20%, #CEEDF8 80%);
		padding: 25px 10px 30px;
	}
}

.expandedTable {
	width: 100%;
	max-width: 877px;
	table-layout: fixed;
	margin: auto;
	border-collapse: collapse;
}

.expandedTable tr:nth-child(1) th {
	background-color: #5BC2E7;
	border: 1px solid #5BC2E7;
	border-right: 1px solid #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 22px;
	padding: 10px;
	text-align: center;
}

.expandedTable tr:nth-child(1) th:last-child {
	border-right: 1px solid #5BC2E7;
}

.expandedTable td {
	border-left: 1px solid #5BC2E7;
	border-right: 1px solid #5BC2E7;
	font-size: 20px;
	font-weight: 400;
	color: #0067b1;
	line-height: 36px;
	padding: 10px;
	text-align: center;
}

.expandedTable tr:last-child td {
	border: none;
	border-top: 1px solid #5BC2E7;
	background-color: none;
	font-size: 22px;
	font-weight: 700;
	color: #0067b1;
	line-height: 33px;
	padding: 15px 5px;
}

.expandedTable tr:nth-child(2), .expandedTable tr:nth-child(4), .expandedTable tr:nth-child(6), .expandedTable tr:nth-child(8), .expandedTable tr:nth-child(10), .expandedTable tr:nth-child(12) {
	background-color: #FFFFFF;
}

.expandedTable tr:nth-child(3), .expandedTable tr:nth-child(5), .expandedTable tr:nth-child(7), .expandedTable tr:nth-child(9), .expandedTable tr:nth-child(11), .expandedTable tr:nth-child(13) {
	background-color: #EEF9FD;
}

.expandedTable tr:last-child td:nth-child(4) {
	background-color: #FFFFFF;
}

.expandedTable tr:last-child td:last-child {
	background-color: #FFFFFF;
	border-left: 1px solid #5BC2E7;
	border-right: 1px solid #5BC2E7;
}


@media screen and (max-width: 768px) {
	.expandedTable tr:nth-child(1) th {
		font-size: 12px;
		line-height: 14px;
		padding: 10px 0;
	}
	
	.expandedTable td {
		font-size: 13px;
		line-height: 24px;
		padding: 2px 0;
	}
		
	.expandedTable tr:last-child td {
		font-size: 13px;
		line-height: 24px;
		padding: 2px 0;
	}
}

.rotate180 {
	transform : rotate(180deg);
}

.rateDes {
	font-size: 20px;
	font-weight: 400;
	color: #404040;
	line-height: 1.4;
	text-align: center;
	margin: 20px auto;
}

@media screen and (max-width: 768px) {
	.rateDes {
		font-size: 13px;
		line-height: 1.4;
		max-width: 291px;
		margin: 20px auto 10px;
	}
}

.form {
	text-align: center;
	background-color: #eef9fd;
	padding: 60px 0 60px;
}

@media (max-width: 991px) {
	.form {
		padding: 50px 0 50px;
	}
}

@media (max-width: 768px) {
	.form {
		padding: 40px 0 40px;
	}
}

@media (max-width: 479px) {
	.form {
		padding: 30px 0 30px;
	}
}

.form--heading {
	color: #0067b1;
	font-size: 30px;
	line-height: 1.2;
}

@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 30px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 768px) {
	.form--heading {
		font-size: 24px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
	.form--heading {
		font-size: 24px;
		line-height: 1.2;
	}
}

.form--subheading {
	padding-top: 10px;
}

.form--form {
	text-align: left;
	padding-top: 30px;
}

@media (max-width: 991px) {
	.form--form {
		padding-top: 15px;
	}
}

@media (max-width: 768px) {
	.form--form {
		padding-top: 5px;
	}
}

.form--control {
	padding-top: 30px;
}

@media (max-width: 768px) {
	.form--control {
		padding-top: 25px;
	}
}

.form--label {
	color: #404040;
	padding: 0 0 5px 10px;
}

.form--input,
.form--select,
.form--textarea {
	border-radius: 6px;
	display: block;
	width: 100%;
	border: none;
}

.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
	color: #bbc6c8;
}

.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
	color: #bbc6c8;
}

.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
	color: #bbc6c8;
}

.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
	color: #bbc6c8;
}

@media (max-width: 768px) {
	.form--input,
	.form--select,
	.form--textarea {
		background: #fff;
		border-radius: 4px;
	}
}

.form--input .small-text,
.form--select .small-text,
.form--textarea .small-text {
	font-size: 12px;
}

.form--input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}

.form--error {
	color: #c0392b;
	font-size: 75%;
	padding-top: 10px;
	font-weight: normal;
}

.form--customer-label {
	text-align: center;
	padding-top: 10px;
}

@media (max-width: 768px) {
	.form--customer-label {
		padding-top: 0;
	}
}

.form--customer-label span {
	margin-right: 40px;
}

@media (max-width: 768px) {
	.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: 768px) {
	.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: 768px) {
	.form--tnc-label {
		width: calc(100% - 15px);
	}
}

.form--tnc-label-text {
	font-size: 75%;
	font-weight: normal;
}

@media (max-width: 768px) {
	.form--tnc-label-text {
		font-size: 81.25%;
	}
}

@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 75%;
	}
}

.form--submit {
	padding-top: 40px;
	text-align: center;
}

@media (max-width: 768px) {
	.form--submit {
		padding-top: 30px;
	}
}

@media (max-width: 479px) {
	.form--submit {
		padding-top: 20px;
	}
}

.form--submit-btn {
	width: auto;
	padding: 0 60px;
	background: #ef3e42;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	height: 60px;
	text-align: center;
	/* margin-top: 42px; */
	/* margin-bottom: 60px; */
	/* visibility: hidden; */
}

.form--submit-btn:hover {
	background: #0067b1;
}

.footer {
	color: #818A91;
	font-size: 14px;
	line-height: 1.3;
	padding: 0 0 45.28px 0;
}
@media (max-width: 991px) {
	.footer {
		font-size: 10px;
	}
}
@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: 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;
}
.cardDes {
	color: #818A91;
	font-size: 15px;
	line-height: 1.3;
	padding-bottom: 20px;
}

.footer__top .footer__tnc a {
	color: #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;
	}
	.cardDes {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc a {
		font-size: 14px;
		line-height: 1.3;
	}
	.cardDes {
		font-size: 14px;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc a {
		font-size: 10px;
		line-height: 1.3;
	}
	.cardDes {
		font-size: 10px;
	}
}
.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: 27px 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: 15px 22.38px;
	}
}
.footer__top .footer__box .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
}
/* @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: 1.3;
	}
}
.footer__top .footer__box .footer__box-subheading {
	font-size: 36px;
	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: 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: 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: 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;
}
@media (max-width: 991px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 70px;
	}
}
@media (max-width: 620px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 58px;
	}
}
.footer__btm .footer__btm-text {
	margin-top: 20px;
	text-align: justify;
}
.footer__btm .footer__btm-text a {
	color: #404040;
}
.footer__btm .footer__btm-text a.underline {
	text-decoration: underline;
}
.footer__btm .footer__btm-text:last-child {
	margin-top: 30px;
}

@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
}

@media (max-width: 768px) {
	.hide--sm {
		display: none;
	}
}

@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}

@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
	.Campaign date {
		font-weight: 600;
		color: #0067b1;
		font-size: 20px;
		line-height: 1.4;
	}
}

/* .category__cards {
	margin-top: 30px;
} */
.category__card {
	position: relative;
	/* border: 1px solid #68a3c1; */
	border-radius: 12px;
	padding: 0px 0px 20px 0px;
	transition: 0.4s;
	margin-bottom: 20px;
	box-shadow: 0px 0px 6px 0px lightgrey;
}
.category__card:hover {
	transform: scale(1.05, 1.05);
	/* -webkit-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
	-moz-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
	box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27); */
}
.category__card-title {
	margin-bottom: 15px;
	font-size: 25px;
	text-align: center;
	/* border-bottom: 2px solid #68a3c1; */
	padding: 12px 0;
	/* background: linear-gradient(90deg, rgba(45,188,209,1) 0%, rgba(55,85,169,1) 100%); */
	background: #0065b4;
	border-radius: 12px 12px 0 0;
	color: white;
}

.padding_cards {
	padding: 100px 20px 20px;
}

@media screen and (max-width: 991px) {
	.category__card-title {
		font-size: 20px;
		line-height: 1.3;
	}

	.padding_cards {
		padding: 50px 12px 0px;
	}
}
@media screen and (max-width: 768px) {
	.category__card-title {
		font-size: 18px;
		line-height: 1.3;
	}

	.footer__btm .footer__btm-text p {
		font-size: 10px;
	}

	.category__cards li {
		font-size: 16px;
	}
}
@media screen and (max-width: 479px) {
	.category__card-title {
		font-size: 18px;
		line-height: 1.3;
	}
}
.category__card-highlight {
	color: #0065b4;
	font-size: 72px;
	line-height: 1.3;
}

.category__card-subhighlight {
	color: #0067b1;
	font-size: 18px;
}

@media screen and (max-width: 991px) {
	.category__card-highlight {
		font-size: 72px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.category__card-highlight {
		font-size: 68px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.category__card-highlight {
		font-size: 48px;
		line-height: 1.3;
	}
}

.category__card-payment {
	font-size: 20px;
}

hr {
	margin: 5px 0;
	border-color: lightgray;
}

.category__card-highlight sub {
	font-size: 23px;
}

.category__body {
	padding: 0px 36px 24px;
	text-align: center;
}

.category__card-offer {
	margin-top: 15px;
}
.category__card-offer .list-table {
	vertical-align: top;
}
.category__card-offer .list-table::before {
	content: '\2022';
	color: #0067b1;
	display: inline-block;
	width: 15px;
}
.category__card-offer .font-green {
	color: #6cc24a;
}
.category__card-arrow {
	position: absolute;
	bottom: 40px;
	right: 30px;
	width: 65px;
	height: 33px;
	text-align: center;
	line-height: 28px;
	background-color: #dbf1ff;
	border-radius: 20px;
	cursor: pointer;
}

.sliders__arrow-left,
.sliders__arrow-right {
	/* position: absolute; */
	/* top: 60%; */
	/* transform: translateY(-50%); */
	/* -ms-transform: translateY(-50%); */
	/* -webkit-transform: translateY(-50%); */
	/* -moz-transform: translateY(-50%); */
}

#desktopRewardsSlide,
#mobileRewardsSlide,
#rewardsMobile {
	padding: 2px 24px 0;
}

.arrows_container {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	/* position: relative; */
	left: 0;
	top: 50%;
}

.sliders__arrow-left img,
.sliders__arrow-right img {
	/* height: 30px; */
}

.sliders__arrow-left:hover,
.sliders__arrow-right:hover,
.mobile_rewards_left:hover,
.mobile_rewards_right:hover {
	cursor: pointer;
}
.sliders__arrow-left,
.mobile_rewards_left {
	left: 2%;
	position: absolute;
}

.table__subtitle {
	font-weight: 600;
	font-size: 22px;
	padding-top: 30px;
}

.campaigns {
	font-size: 22px;
	color: #808080;
	padding-bottom: 10px;
	padding-top: 30px;
	text-align: center;
}

@media (max-width: 1199px) {
	/* .sliders__arrow-left { */
	/* left: 5%; */
	/* } */
}
@media (max-width: 991px) {
	/* .sliders__arrow-left {
		left: 5%;
	} */
}
@media (max-width: 767px) {
	/* .sliders__arrow-left {
		left: 7%;
		top: 60%;
	} */

	.sliders__arrow-left img,
	.sliders__arrow-right img {
		height: 35px;
	}

	.table__subtitle {
		font-size: 18px;
		font-weight: bold;
	}

	.campaigns {
		font-size: 18px;
		padding-bottom: 30px;
	}
}
.sliders__arrow-right,
.mobile_rewards_right {
	right: 2%;
	position: absolute;
}
/* @media (max-width: 1199px) {
	.sliders__arrow-right {
		right: 5%;
	}
}
@media (max-width: 991px) {
	.sliders__arrow-right {
		right: 5%;
	}
}
@media (max-width: 767px) {
	.sliders__arrow-right {
		right: 7%;
		top: 60%;
	}
} */

.custom-select {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url('/-/media/Microsites/CreditCard_BalanceConversion/images/down.png') right 1rem center/10px 10px
		no-repeat !important;
	border: unset;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px;
}

.custom-select-lg {
	height: 50px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 6px;
}


.slick-dots {
	display: flex;
	justify-content: center;
	/* margin-top: 48px; */
	padding: 0rem 0;
	list-style-type: none;
	margin-bottom: 24px;
}
.slick-dots li {
	margin: 0 1rem;
}

.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	/* background-image: url(/-/media/Microsites/CreditCard_BalanceConversion/images/dots.png); */
	background: #fff;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: 100%;
	height: 12px;
	width: 12px;
	border: 1px solid rgb(208, 208, 208);
}

.slick-dots li.slick-active button {
	background-size: 100%;
	/* background-image: url('/-/media/Microsites/CreditCard_BalanceConversion/images/dots_active.png'); */
	background: #0067b1;
}

.text--white {
	color: #fff;
}


.crosssell_heading {
	margin: 50px auto 20px;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	color: #0067b1;
}
@media screen and (max-width: 991px) {
	.crosssell_heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	.crosssell_heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media (max-width: 479px) {
	.crosssell_heading {
		margin: 30px auto 20px;
		font-size: 20px;
		line-height: 1.2;
	}
}
