@charset "UTF-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	position: relative;
	direction: rtl;
}
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.4;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../img/centurion-head-light-blue.svg);
	background-position: left -60px bottom -37px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: 270px 270px;
	border-bottom: solid 10px #0079c1;
	text-align: right;
	direction: rtl;
}

/*********************************************************/
/*  General                                              */
/*********************************************************/

.container {
	max-width: 1200px;
	height: 100%;
}
.nowrap {
	white-space: nowrap;
}
#cont-main {
	position: relative;
	width: 100%;
}
#cover {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 99999;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}
select::-ms-expand {
	display: none;
}
a {
	color: #006fcf;
	transition: .45s;
}
a:hover {
	color: #1068a5;
}
a:active,
a:focus,
a:visited,
a {
	outline: none;
}
.show-ipad {
	display: none;
}

/*********************************************************/
/*  Form elements                                        */
/*********************************************************/

#cont-form {
	background-color: #ffffff;
	padding: 35px 30px 15px;
	border-radius: 12px;
	color: inherit;
	box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.1);
	border: solid 1px #000000;
}
#cont-form small {
	line-height: 1.4;
	display: block;
	font-size: 10px;
	padding-top: 10px;
}
#cont-form p a {
	color: inherit;
	text-decoration: underline;
	font-weight:  bolder;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#cont-form .form-group {
	margin-bottom: 15px;
}
.form-check-input {
	line-height: 1;
	margin-top: 1px;
	border-radius: 0px;
	margin-left: 0;
	margin-right: -1.25rem;
}
.form-check {
	padding-left: 0;
	padding-right: 1.25rem;
}
.form-check-label a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.form-control,
.form-control:focus,
.form-control:active {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-radius: 0px;
	padding: 4px 10px 0px;
	border: solid 1px #000000;
	outline: none;
	box-shadow: none;
	height: 39px;
	text-align: right;
}
select.form-control {
	height: auto!important;
	background-image: url(../img/select-arrows.png);
	background-repeat: no-repeat;
	background-position: left 3px center;
	min-height: 39px;
}
.btn,
.btn:focus,
.btn:active {
	border: none;
	outline: none;
	box-shadow: none;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	transition: .65s;
	cursor: pointer;
}
.btn.btn-success:not(:disabled):not(.disabled).active,
.btn.btn-success:not(:disabled):not(.disabled):active,
.btn.btn-success {
	background-color: #006fcf;
	border: none!important;
	outline: none!important;
	box-shadow: none!important;
}
.btn.btn-success:hover {
	background-color: #1068a5;
}
.cont-mn {
	display: table;
	width: 100%;
	height: 39px;
}
.cont-mn .countryCode {
	border: solid 1px #000000;
	display: block;
	height: 39px;
	padding: 9px 10px 0px;
	border-right: 0px;
	float: left;
	width: 25%;
	text-align: left;
	background-color: #ffffff;
	text-align: right;
	direction: ltr;
}
.cont-mn .mobileNumber {
	float: left;
	width: 75%;
}

/*texts*/
.head {
	font-size: 30px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 20px 0 20px;
	line-height: 1.4;
}
.sub-head {
	font-size: 20px;
	margin: 20px 0px;
}
.sub-head strong {
	font-weight: bolder;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.head-ul {
	font-size: 22px;
	list-style-type: none;
	line-height: 36px;
	padding-right: 0px;
	margin-bottom: 30px;
}
.head-ul li {
	background-image: url(../img/li-arrow.png);
	background-repeat: no-repeat;
	padding-right: 22px;
	background-position: 3px 11px;
}
.head-ul li strong {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bolder;
}
#legal {
	padding-top: 20px;
	text-shadow: 0px 0px 23px rgb(255,255,255);
}
#legal p {
	font-size: 10px;
	margin-bottom: 7px;
}
.form-error {
	display: block;
	color: red;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 7px 0 0;
	clear: both;
}

/*logo*/
.cont-logo {
	text-align: left;
}
.logo-rtp {
	height: 60px;
}
.logo-card {
	height: 60px;
	margin-right: auto;
}
.language-tab {
	color: #006fcf;
	display: table;
	margin-right: auto;
	text-decoration: underline;
	margin-top: 2px;
	transition: .45s;
}
.language-tab:hover {
	color: #1068a5;
}

/*icons*/
.cont-icons {
	display: table;
	margin: auto;
	position: relative;
	top: 0px;
}
.cont-icons .icon-head {
	font-size: 18px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-top: 0px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bolder;
}
.cont-icons .item {
	margin-bottom: 10px;
	position: relative;
}
.cont-icons .item table {
	width: 100%;
}
.cont-icons .item table td {
	padding: 0 15px 0 0px;
}
.cont-icons .item table td svg {
	width: 70px;
	height: 70px;
	padding: 10px;
}
.cont-icons .item table td p {
	font-size: 15px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0px;
	text-transform: none;
	line-height: 1.5;
	text-shadow: 0px 0px 14px #ffffff;
}
.cont-icons .item table td a {
	color: inherit;
	font-size: 15px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	text-decoration: underline;
	display: table;
}

/*background animations*/
#ferris {
	position: absolute;
	right: 65.5%;
	bottom: 2%;
	width: 10%;
	height: Calc(100vw * .1);
	-webkit-perspective: 500px;
}
#wheel {
	transform-origin: 50% 50%;
}

/*modals*/
.amex-modal {
	top: 0px;
}
.amex-modal .modal-body {
	padding-top: 0px;
}
.amex-modal .close {
	text-align: end;padding: 15px 20px 0;
	outline: none;
}
.amex-modal .modal-header {
	border-bottom: 0px;
}
.amex-modal .modal-content {
	border-radius: 10px;
}
.cont-read-more {
}
.cont-read-more .rm-icon {
	max-width: 160px;
	display: block;
	margin: auto;
	text-align: center;
	margin-bottom: 25px;
}
.cont-read-more strong {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.cont-read-more ul {
	padding-right:  0px;
	list-style-type:  none;
	margin: 0px;
}
.cont-read-more ul li {
	background-image: url(../img/modal-li-arrow.png);
	background-position: 13px 5px;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-bottom: 8px;
	font-size: 14px;
	padding-left: 10px;
}
.cont-read-more p a {
	color: inherit;
	text-decoration: underline;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bolder;
}
.cont-read-more ul li a {
	color: inherit;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bolder;
}

/*bootstrap rtl*/
@media (min-width: 768px) {
	.offset-md-2 {
		margin-right: 16.666667%;
		margin-left: auto;
	}
}
@media (min-width: 992px) {
	.offset-lg-2 {
		margin-right: 16.666667%;
		margin-left: auto;
	}
}
@media (min-width: 992px) {
	.offset-lg-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.offset-lg-3 {
		margin-right: 25%;
		margin-left: auto;
	}
}

/*dynamic content*/
.dynamic_.cont-icons,
.dynamic_ {
	display: none;
}
.dynamic_.active.cont-icons,
.dynamic_.active {
	display: block;
}