@font-face {
	font-family: 'Dubai Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Dubai Regular'), url('../fonts/Dubai-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Dubai Light';
	font-style: normal;
	font-weight: normal;
	src: local('Dubai Light'), url('../fonts/Dubai-Light.woff') format('woff');
}
@font-face {
	font-family: 'Dubai Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Dubai Medium'), url('../fonts/Dubai-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Dubai Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Dubai Bold'), url('../fonts/Dubai-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica.woff') format('woff'),  url('../fonts/Helvetica.ttf') format('truetype'),  url('../fonts/Helvetica.svg#Helvetica') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica-Bold';
	src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-Bold.woff') format('woff'),  url('../fonts/Helvetica-Bold.ttf') format('truetype'),  url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*body{

	 font-family: 'arial';

}*/

body {
	background: url(../img/inner-bg.jpg) repeat left top;/* background-size: cover; */

}
.header-wrap {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 9999999;
	background: #fff;
	padding-bottom: 10px;
}
.bassmat-wrap img#logo_glow {
	max-width: 80px;
}
.rows {
	width: 100%;
	float: left;
}
.header-block {
	display: flex;
}
.header-block img {
	max-width: 100%;
	max-height: 86px;
}
.header-left {
	width: 20%;
}
.header-left a {
	display: block;
}
.header-mid {
	width: 57%;
	text-align: center;
}
.header-right {
	width: 22%;
	padding-top: 20px;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu ul li {
	padding: 0;
	margin: 0 5px;
	display: inline-block;
}
.main-menu ul li a {
	font-family: 'arial';
	font-weight: bold;
	color: #14335a;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 10px;
	position: relative;
	transition: all 0.5s ease-in-out 0s;
	display: block;
	text-transform: capitalize;
}
.main-menu ul li:hover a,  .main-menu ul li.active a {
	color: #FFF;
	background-color: #b09861;
}
/*.main-menu ul li a:after,

.main-menu ul li.active a:after {

	content: "";

	opacity: 0;

	visibility: hidden;

	position: absolute;

	left: 50%;

	bottom: -7px;

	margin-left: -10px;

	border-right: solid 9px transparent;

	border-left: solid 9px transparent;

	border-top: solid 16px #b09861;

	transition: all 0.5s ease-in-out 0s;

}

.main-menu ul li:hover a:after,

.main-menu ul li.active a:after {

	opacity: 1;

	visibility: visible;

}*/

.main-menu {
	margin-top: 48px;
}
.banner-wrap {
	position: relative;
}
.banner-wrap img {
	width: 100%;
}
.banner-position {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner-position .video-icon {
	background: url(../img/video-icon.png) no-repeat left top;
	width: 80px;
	height: 80px;
	background-size: 100%;
	display: block;
}
.bassmat-wrap {
	background: url(../img/bassmat-tag-bg.jpg) repeat-x left top;
	background-size: auto 100%;
	text-align: center;
}
.bassmat-wrap img {
	max-width: 650px;
}
.donate-now-btn {
	border: solid 2px #dcd1b9;
	font-size: 15px;
	font-family: Arial;
	color: #b8a371;
	display: inline-block;
	padding: 9px 25px;
	font-weight: bold;
	text-align: center;
	margin: 25px auto 0;
	text-decoration: none;
}
.donate-now-btn:hover,  .donate-now-btn:focus {
	color: #b8a371;
	text-decoration: none;
}
.donate-now-btn .arrow {
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 16px #b09861;
	display: inline-block;
	vertical-align: -1px;
	margin-left: 10px;
	display: none;
}
.main-heading {
	font-family: 'Dubai Medium';
	font-size: 30px;
	color: #183459;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
	line-height: 34px;
}
.research-wrap {
	padding: 35px 0 40px;/*background: rgba(255, 255, 255, 0.8 );*/

}
.content {
	font-size: 15px;
	color: #000000;
	font-family: Arial;
	line-height: 24px;
}
.research-wrap .content {
	max-width: 1154px;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
}
.research-wrap .content p {
	margin-bottom: 18px;
	text-align: justify;
}
.bottom-bg {
	background: url(../img/bottom-bg.jpg) no-repeat center top;
	background-size: cover;
}
.footer-wrap {
	background: rgba(2, 27, 65,0.7);
	padding: 25px 0 15px;
}
.footer-menu-block {
	display: flex;
}
.footer-menu-block div.footer-menu-left {
	width: 30%;
}
.footer-menu-block div.footer-menu-right {
	width: 65%;
}
.footer-heading {
	font-size: 13px;
	color: #fff;
	font-family: 'Helvetica-Bold';
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.footer-menu-block ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Helvetica';
}
.footer-menu-block ul li {
	padding: 0;
	margin: 0;
	display: block;
}
.footer-menu-block ul li a {
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: capitalize;
}
.underline {
	text-decoration: underline;
}
.footer-menu-block p {
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Helvetica';
	margin-bottom: 5px;
	line-height: 22px;
}
.footer-menu-block p span {
	font-family: 'Helvetica-Bold';
}
.footer-menu-block a {
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Helvetica';
}
.footer-menu-right {
	border-left: solid 2px #818f95;
	padding-left: 105px;
	padding-bottom: 20px;
}
.social {
	padding: 40px 0 80px;
	margin: 0;
	list-style: none;
	text-align: right;
}
.social li {
	padding: 0 5px;
	display: inline-block;
}
.social li img {
	width: 50px;
	height: 50px;
}
.copyright {
	font-family: 'Helvetica';
	font-size: 13px;
	color: #fff;
	text-align: right;
	letter-spacing: 1px;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	border-left: solid 1px #fff;
	padding-left: 15px;
	margin-left: 15px;
	display: inline-block;
}
.copyright br {
	display: none;
}
.inner-page-wrap {
	padding: 75px 0;/*background: url(../img/inner-bg.jpg) no-repeat left top;

	background-size: 100% auto;  */

}
.thankyou-box {
	background: #1f3357;
	color: #fff;
	margin: 40px auto 0;
	max-width: 1000px;
	padding: 60px 20px;
}
.thankyou-box .thankyou-content {
	max-width: 795px;
	margin: 0 auto;
	line-height: 26px;
	font-family: 'Dubai Regular';
}
.thankyou-box .thankyou-content .bold {
	font-family: 'Dubai Bold';
}
.thankyou-box .thankyou-content p {
	font-size: 17px;
	margin-bottom: 0 !important;
	color: #1f3357;
}
.thankyou-box .thankyou-content p.thanku-white-text {
	font-size: 22px;
	color: #FFF;
	line-height: 28px;
	padding: 5px 0 30px;
	display: block;
	text-align: center;
}
.thankyou-box ul {
	list-style: none;
	padding-left: 0;
}
.thankyou-box ul ul {
	padding-left: 25px;
}
.thankyou-heading {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
	color: #b09861;
}
.thanks-col {
	background: #e9e8e4;
	padding: 25px 30px;
	min-height: 255px;
}
.engrave-now {
	vertical-align: middle;
	background: #b09861;
	padding: 9px 14px 7px;
	display: inline-block;
	font-size: 26px;
	text-transform: uppercase;
	margin-left: 0;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
.engrave-now:hover,  .engrave-now:focus {
	color: #fff;
	text-decoration: none;
}
.mt-30 {
	margin-top: 15px;
}
.mb-30 {
	margin-bottom: 15px;
}
.video-box {
	background: rgba(231, 231, 228, 0.7);
	padding: 22px;
}
.video-thumb {
	background: #1f3357;
	width: 100%;
	height: 550px;
	position: relative;
}
.video-thumb .inner-video-icon {
	background: url(../img/inner-video-icon.png) no-repeat center center;
	width: 100px;
	height: 100px;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video-info-box {
	background: #c7bfaf;
	padding: 15px 80px;
	font-family: Arial;
}
.video-info-heading {
	color: #b09861;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}
.video-info {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0 20px;
	font-weight: bold;
}
.video-share {
	color: #000000;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
.video-share img {
	vertical-align: -5px;
	margin-left: 7px;
}
.video-wrap {
	padding: 25px 0 0;
}
/**24-03-2020**/

.step-list {
	display: flex;
	list-style: none;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}
.step-list>li {
	width: 33.33%;
}
.step-list>li>a {
	text-decoration: none;
}
.step-count {
	color: #b09861;
	opacity: 0.5;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}
.step-list li.active .step-count {
	opacity: 1;
}
.step-list li .step-info {
	color: #1f3357;
	font-size: 15px;
	opacity: 0.5;
	max-width: 310px;
}
.step-list li.active .step-info {
	opacity: 1;
}
.step-data {
	background-color: rgba(255,255,255,0.6);
	background-size: cover;
	/*padding: 16px;*/

	padding: 75px 16px;
}
.action-box {
	background: #1f3357;
	padding: 8px 15px 15px;
	width: 100%;
	max-width: 260px;
}
.select-category {
	/* border: solid 1px #b09861; */

	width: 100%;
	font-size: 16px;
	color: #fff;
	padding: 0;
	font-family: 'Dubai Regular';
	display: none;
}
.category-list {
	padding: 8px 0;
	margin: 0;
	list-style: none;
}
.category-list li {
	display: block;
	margin: 0;
}
.category-list li .cat-box {
	font-size: 16px;
	color: #8c9aaf;
	padding: 2px 8px 0;
	font-family: 'Dubai Regular';
	text-decoration: none;
	display: block;
	position: relative;
	margin: 6px 0;
}
/*.category-list li.active .cat-box {
	border: 0;
	background: transparent;
	color: #837f66;
	font-weight: 700;
}*/
.category-list li.active .cat-box {
    border: 0;
    background: transparent;
    color: #8f7f60;
    font-weight: 700;
}
.category-list li .label {
	display: inline-block;
	width: 40%;
	color: #8c9aaf;
}
/*.category-list li.active .label {
	color: #837f66;
	font-weight: 700;
}*/
.category-list li.active .label {
    color: #8f7f60;
    font-weight: 700;
}
/*.category-list li .circle {

	width: 14px;

	height: 14px;

	border-radius: 8px;

	border: solid 3px transparent; 

	background: #a5adbc;

	position: absolute;

	top: 50%;

	right: 8px;

	margin-top: -7px; 

}

.category-list li.active .circle {

	border: solid 3px #fff; 

}*/

.step-data-bottom {
	background: #8f7f60;
	height: 115px;
}
.golden-btn {
	border: solid 2px #b09861;
	background: #b09861;
	font-size: 20px;
	color: #fefefe !important;
	text-align: center;
	display: block;
	height: 35px;
	line-height: 35px;
	transition: all 0.5s ease-in-out 0s;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Dubai Medium';
}
.golden-btn:hover,  .golden-btn:focus {
	background: transparent;
	color: #b09861;
	text-decoration: none;
}
.step-data {
	padding-bottom: 1px;
	margin-top: 42px;
	position: relative;
}
.step-data .action-box {
	margin-top: 110px;
	margin-bottom:28px;
}

.step-data .action-box.step1-action.active {
    margin-bottom: 110px;
}
.action-box.step2-action.form-box.active {
	padding-bottom: 10px;
}
.form-heading {
	font-size: 16px;
	color: #fff;
	font-family: 'Dubai Regular';
	text-align: center;
	padding-bottom: 10px;
}
.language-field {
	background: #efefed;
	text-align: left;
	padding: 7px 10px;
}
.language-field a {
	color: #b0965f;
	opacity: 1;
	text-decoration: none;
	padding: 0;
	line-height: 12px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.language-field a.arabic {
	font-size: 26px;
}
.language-field a.english {
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	line-height: 23px;
}
.language-field a.active {
	color: #b09861;
}
.language-field a:hover {
	color: #000 !important;
}
.form-box .form-group .info-list {
	background: #efefed;
	padding: 20px;
}
.form-box .form-group .info-list .form-control {
	font-size: 20px;
	color: #1f3357;
	text-align: center;
	font-family: 'Dubai Regular';
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	resize: none;
	background: transparent;
	border: none;
	border-bottom: solid 1px #b09861;
	padding: 7px 0 2px;
}
.form-box .form-group .info-list .form-control:focus {
	outline: none;
	box-shadow: none;
}
/*.info-list ul {

	padding: 0;

	margin: 0;

	list-style: none; 

}

.info-list ul li {

	padding: 2px 0;

	margin: 0;

}

.info-list ul li a {

	font-size: 16px;

	color: #1f3357;

	text-align: center;

    font-family: 'Dubai Regular';

    line-height: 20px;

    text-decoration: none;

}*/

.form-box {
	padding-bottom: 30px;
}
.form-box {
	padding-bottom: 30px;
}
.form-box .form-group {
	margin-bottom: 10px;
}
.form-box .form-group .form-control {
	font-size: 20px;
	color: #1f3357;
	text-align: center;
	font-family: 'Dubai Regular';
	line-height: 20px;
	padding: 0;
	border-radius: 0;
	background: #efefed;
	height: 38px;
}
.right-name-box {
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translate(0, -50%);
}
.transaction-detail-heading {
	font-size: 24px;
	color: #fff;
	font-family: 'Dubai Regular';
	text-align: left;
	margin-bottom: 15px;
}
.transaction-detail-box {
	padding: 20px;
}
.transaction-detail-box .form-heading {
	text-align: left;
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 0;
}
.arabic-rtl .transaction-detail-box .form-heading, .arabic-rtl .transaction-detail-heading {
	text-align: right;
}
/*.step-data.step3-data {

	background: #efeeec url(../img/triangle-bg.png) no-repeat center center;

	background-size: 350px;

}

*/



.donation-modal .modal-dialog {
	max-width: 1000px;
}
.donation-modal .modal-content {
	background: #b09861;
}
.donation-modal .modal-body {
	padding: 20px 24px 20px;
}
.donation-heading {
	font-size: 36px;
	color: #fff;
	font-family: 'Dubai Bold';
	text-align: center;
}
.donation-content {
	font-size: 22px;
	color: #fff;
	font-family: 'Dubai Regular';
	text-align: center;
	line-height: 30px;
	max-width: 1200px;
	margin: 25px auto 0;
	font-weight: 200;
}
.donation-dtl {
	border: solid 1px #fff;
	font-size: 22px;
	color: #fff;
	font-family: 'Dubai Bold';
	text-align: center;
	padding: 20px 20px 30px;
	max-width: 80%;
	margin: 20px auto 0;
	line-height: 46px;
	text-transform: uppercase;
}
.donation-modal .btn-block {
	text-align: center;
	margin: 40px 0 30px;
}
.black-btn {
	background: #183459;
	border: solid 2px #183459;
	font-size: 20px;
	color: #fff;
	font-family: 'Dubai Bold';
	padding: 0 10px;
	max-width: 240px;
	width: 100%;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	margin: 0 50px;
}
.black-btn:hover,  .black-btn:focus {
	text-decoration: none;
	background: transparent;
	color: #183459;
}
.donation-note {
	max-width: 80%;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	font-family: 'Dubai Regular';
	line-height: 24px;
	text-align: center;
}
.action-box {
	display: none;
}
.action-box.active {
	display: block;
}
.custom-radio {
	position: absolute;
	right: 0;
	top: -2px;
}
.custom-radio [type="radio"]:checked,  .custom-radio [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.custom-radio [type="radio"]:checked + label,  .custom-radio [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.custom-radio [type="radio"]:checked + label:before,  .custom-radio [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 8px;
	border: 3px solid #8c9aaf;
	border-radius: 100%;
	background: #8c9aaf;
}
.custom-radio [type="radio"]:checked + label:after,  .custom-radio [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 14px;
	height: 14px;
	background:#8f7f60;
	position: absolute;
	top: 0;
	left: -3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.custom-checkbox .checkbox-input {
	position: absolute;
	opacity: 0;
}
.custom-checkbox .checkbox-input + label {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 25px;
	margin-bottom: 20px;
}
.custom-checkbox .checkbox-input + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background: transparent;
	border-radius: 3px;
	border: solid 2px #fff;
	position: absolute;
	top: 2px;
	left: 0;
}
.custom-checkbox .checkbox-input:hover + label:before {
	background: transparent;
}
.custom-checkbox .checkbox-input:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.custom-checkbox .checkbox-input:checked + label:before {
	background: transparent;
}
.custom-checkbox .checkbox-input:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}
.custom-checkbox .checkbox-input:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.custom-checkbox .checkbox-input:checked + label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 10px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tier-block {
	/* background: url(../img/tier-bg.png) no-repeat left center; */

	width: 718px;
	height: 570px;
	background-size: 100%;
}
.tier-text {
	position: absolute;
	color: #000;
	text-align: center;
	font-family: 'Dubai Regular';
	text-transform: uppercase;
}
.tier-text.tier-1.Oynx.hide, .tier-text.tier-2.Amber.hide,  .tier-text.tier-3.Citrine.hide, .tier-text.tier-4.Copper.hide,  .tier-text.tier-5.Chrome.hide {
	opacity: 0.3;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-1.Oynx.hide {
	opacity: 0.1;
}
.tier-text.tier-1.Oynx.hide.heighlight-tiles, .tier-text.tier-2.Amber.hide.heighlight-tiles,  .tier-text.tier-3.Citrine.hide.heighlight-tiles, .tier-text.tier-4.Copper.hide.heighlight-tiles,  .tier-text.tier-5.Chrome.hide.heighlight-tiles {
	opacity: 1;
}
.tier-text.tier-1.Oynx {
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-2.Amber {
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-3.Citrine {
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-4.Copper {
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-5.Chrome {
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-1 {
	top: 50%;
	height: 568px;
	transform: translate(0, -50%);
	width: 333px;
	font-size: 21px;
	line-height: 40px;
	left: 0;
	right: 0;
	background: url(../img/Oynx-box.png) no-repeat left center;
	padding-top: 31%;
	display: block !important;
}
.tier-text.tier-1 div, .tier-text.tier-2 div, .tier-text.tier-3 div, .tier-text.tier-4 div, .tier-text.tier-5 div {
	display: none;
}
body.ar .tier-text.tier-1 {
	font-size: 43px;
	line-height: 43px;
}
.tier-text.tier-2 {
	bottom: -84px;
	transform: translate(0, -30%);
	left: 165px;
	width: 332px;
	height: 283px;
	font-size: 15px;
	line-height: 26px;
	background: url(../img/Amber-box.png) no-repeat left center;
	padding-top: 20%;
	display: block !important;
}
body.ar .tier-text.tier-2 {
	font-size: 37px;
	line-height: 37px;
}
.tier-text.tier-3 {
	top: 38%;
	transform: translate(0, -50%);
	right: 56px;
	width: 329px;
	height: 141px;
	font-size: 9px;
	line-height: 24px;
	z-index: 9999;
	background: url(../img/Citrine-box.png) no-repeat left center;
	padding-top: 6%;
	display: block !important;
}
body.ar .tier-text.tier-3 {
	font-size: 33px;
	line-height: 33px;
}
.tier-text.tier-4 {
	bottom: 0;
	right: -26px;
	width: 164px;
	height: 283px;
	font-size: 9px;
	line-height: 23px;
	margin: auto;
	background: url(../img/Copper-box.png) no-repeat left center;
	padding-top: 15%;
	display: block !important;
}
body.ar .tier-text.tier-4 {
	font-size: 30px;
	line-height: 30px;
}
.tier-text.tier-5 {
	top: 5px;
	left: 249px;
	width: 167px;
	height: 141px;
	font-size: 8px;
	line-height: 12px;
	background: url(../img/Chrome-box.png) no-repeat left center;
	padding-top: 11%;
	display: block !important;
}
body.ar .tier-text.tier-5 {
	font-size: 23px;
	line-height: 23px;
}
.tier-text.tier-topaz {
	top: 0;
	color: #1b150a;
	left: -100px;
}
.tier-text.tier-topaz.Topaz {
	top: 0;
	color: #1b150a;
	left: -185px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text .tier-input {
	padding: 0 5px;
}
.tier-text .tier-input:focus {
	outline: none;
	box-shadow: none;
}
.tier-text.tier-topaz .tier-input {
	font-size: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
body.ar .tier-text.tier-topaz .tier-input {
	font-size: 23px;
}
.tier-block .tier-input {
    background: transparent;
    border: solid 2px #e3ddd4;
    width: 137px;
    height: 27px;
}
.tier-text.tier-topaz input.tier-input.input-saven {
    border: solid 2px #252423;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-steel {
	float: right;
	margin-top: 15px;
	margin-right: 15%;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-steel input.tier-input.input-six {
    border: solid 2px #252423;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.tier-text.tier-steel .tier-input {
    font-size: 14px;
    background: transparent;
    border: solid 2px #a5967a;
    width: 137px;
    height: 27px;
}
body.ar .tier-text.tier-steel .tier-input {
	font-size: 23px;
}
.steel_inner br {
	display: none;
}
.hide {
	display: none !important;
}
.step1-data .tier-text.tier-1 {
	display: none;
}
.step2-data .tier-text.tier-1 {
	display: block;
}
.step3-data .tier-block.tier1-active {
	background: url(../img/tier1-bg.png) no-repeat left center;
	background-size: 100%;
}
/*.step3-data .tier-block.tier2-active {

	background: url(../img/tier2-bg.png) no-repeat left center;

	background-size: 100%; 

}*/

.step3-data .tier-block.tier3-active {
	background: url(../img/tier3-bg.png) no-repeat left center;
	background-size: 100%;
}
/*.step3-data .tier-block.tier4-active {

	background: url(../img/tier4-bg.png) no-repeat left center;

	background-size: 100%; 

}

.step3-data .tier-block.tier5-active {

	background: url(../img/tier5-bg.png) no-repeat left center;

	background-size: 100%; 

}*/

.banner-wrap video {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.video-text {
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	font-size: 20px;
	padding: 30px 20px;
	margin-bottom: 35px;
}
.video-text p {
	margin-bottom: 0;
}
.donation-dtl #full_name br {
	display: none;
}
.box {
	margin-top: 35px;
}
ul#qtranslate-chooser {
	padding: 0px;
	list-style: none;
	margin: 0 100px;
	position: relative;
}
#qtranslate-chooser .active {
	display: none!important;
}
#qtranslate-chooser .lang-en a {
	position: absolute;
	top: -20px;
	right: 10%;
	width: 60px;
	height: 27px;
	background: url(../img/lang-icon.png) 0px 0px rgb(153,132,120);
	z-index: 150;
	text-indent: -9999px;
}
#qtranslate-chooser .lang-ar a {
	position: absolute;
	top: -20px;
	right: 10%;
	width: 60px;
	height: 27px;
	background: url(../img/lang-icon.png) 0 -58px rgb(153,132,120);
	z-index: 99999;
	text-indent: -9999px;
}
p.note-text {
	color: #FFF;
	padding:0 0 5px;
	margin: 0;
	text-align: center;
	font-size: 12px;
}
div#full_email {
	font-size: 13px;
	font-weight: 300 !important;
	font-family: 'Dubai Regular';
	line-height: 10px;
}
/*Vijay css*/

p.note-text.note_innertxt {
	padding: 0px;
	padding-bottom: 15px;
}
a.arabic.select_language {
	font-family: 'Droid Arabic Kufi', serif;
}
.action-box.step2-action.form-box.active {
    margin-bottom: 28px;
}
.form-box .form-group .info-list {
	padding-top: 4px;
}
.video-text p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	margin: 20px;
	color: #212529;
}

.modal-backdrop {
    z-index: 12345678;
}
.modal {
    z-index: 123456789;
}
.modal-dialog {
    max-width: 500px;
    margin: 6.75rem auto;
}

.category-list li.Oynx-active .custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
    background-color: #574c36;
}

.category-list li.Amber-active .custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
    background-color:#8f7f60;
}

.category-list li.Citrine-active .custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
    background-color:#afa186;
}

.category-list li.Copper-active .custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
    background-color: #b09263;
}

.category-list li.Chrome-active .custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
    background-color: #c6c4bd;
}


.Oynx-active .cat-box, .Oynx-active .cat-box span {
    color: #574c36 !important;
}

.Amber-active .cat-box, .Amber-active .cat-box span {
    color: #8f7f60 !important;
}

.Citrine-active .cat-box, .Citrine-active .cat-box span {
    color: #afa186 !important;
}

.Copper-active .cat-box, .Copper-active .cat-box span {
    color: #b09263 !important;
}

.Chrome-active .cat-box, .Chrome-active .cat-box span {
    color: #c6c4bd !important;
}

.category-list li.active.Steel-active .cat-box, .category-list li.active.Steel-active .label {
    color: #f5f3f2;
}
.category-list li.active.Steel-active .custom-radio [type="radio"]:checked + label:after, 
.category-list li.active.Steel-active .custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #f5f3f2;
    position: absolute;
    top: 0;
    left: -3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-box .form-group .info-list span {
    font-size: 10px;
    float: right;
    margin-bottom: 0px;
    position: relative;
    top: -11px;
    right: -14px;
}

/*arabic-rtl*/

body.arabic-rtl {
    text-align: right;
    overflow-x: hidden;
}
body.arabic-rtl .step-list li .step-info {
    max-width: 435px;
    padding-left: 150px;
}
body.arabic-rtl .custom-radio {
    position: absolute;
    left: 0;
    top: -2px;
    right: auto;
}
body.arabic-rtl .category-list li .cat-box {
    text-align: center;
}
body.arabic-rtl .category-list li .label {
    width: 0%;
    text-align: right;
    float: right;
}
body.arabic-rtl .footer-menu-block div.footer-menu-left {
    width: 25%;
    padding-right: 0;
}
body.arabic-rtl .footer-menu-block div.footer-menu-right {
    width: 65%;
}
body.arabic-rtl .footer-menu-right {
    border-right: solid 2px #818f95;
    padding-right:85px;
    padding-bottom: 20px;
    padding-left: 0;
    border-left: 0;
}
body.arabic-rtl .right-name-box {
    position: absolute;
    left:14%;
}
body.arabic-rtl .tier-text.tier-topaz.Topaz {
    right: auto;
    left: -100px;
}
body.arabic-rtl .tier-text.tier-1 {
    left: 0;
    right: auto;
}
body.arabic-rtl .tier-text.tier-3 {
    top: 38%;
    transform: translate(0, -50%);
    right: 55px;
}
body.arabic-rtl .tier-text.tier-2 {
    bottom: -84px;
    left: 166px;
    right: auto;
}
body.arabic-rtl .tier-text.tier-4 {
    bottom: 0;
    right: -29px;
    left: auto;
}
body.arabic-rtl .tier-text.tier-5 {
    top: 5px;
    left: 250px;
    right: auto;
}
body.arabic-rtl .custom-radio [type="radio"]:checked, body.arabic-rtl .custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
}
/*body.arabic-rtl .donation-content {    
	text-align: right;
}*/
body.arabic-rtl .step3-data .tier-block.tier1-active {
    background: no-repeat;
    background-size: 100%;
}

/*body.arabic-rtl .thankyou-heading {
    text-align: right;
}*/
body.arabic-rtl .thankyou-box .thankyou-content p.thanku-white-text {
    text-align: right;
}
body.arabic-rtl .thankyou-box .thankyou-content p {
    text-align: right !important;
}
body.arabic-rtl .copyright {
    text-align: left;
}
body.arabic-rtl .social {
    text-align: left;
}
body.arabic-rtl .language-field a.arabic {
    font-size: 26px;
    text-align: right;
}
body.arabic-rtl .language-field a.english {
    text-align: left;
}
.custom-checkbox svg.bi.bi-info {
    border: 2px solid;
    border-radius: 50px;
    margin-bottom: 10px;
}

.step-data.jq_step_data.step3-data {
    padding: 1px 16px;
    top: 0;
}



body.arabic-rtl .step-data .action-box.step1-action.active {
    margin-bottom: 110px;
}
body.arabic-rtl .action-box.step2-action.form-box.active {
	padding-bottom: 10px;
}
body.arabic-rtl .step-data.jq_step_data.step3-data {
    padding: 1px 16px;
    top: 0;
}
body.arabic-rtl .action-box.step3-action.transaction-detail-box.active {
    margin-bottom: 124px;
}