/* General */
body,
html {
	width: 100%;
	height: 100%;
	max-width: 100vw;
}
.about-mobile{
	display: none;
}
.mobile-footer{
	display: none;
}
#buyprice_chart{
	display: block;
}
#sellprice_chart{
	display: block;
}
body,
p {
	font-family: 'Roboto', sans-serif;
}

.p-large {
	font: 400 1.125rem/1.75rem 'Roboto', sans-serif;
}

.p-small {
	font: 400 0.875rem/1.5rem 'Roboto', sans-serif;
}

h1 {
	font: 700 3.5rem 'Roboto', sans-serif;
	letter-spacing: -0.2px;
}

h2 {
	color: #333;
	font: 700 2rem/2.625rem 'Roboto', sans-serif;
	letter-spacing: -0.2px;
}

h3 {
	color: #333;
	font: 700 1.625rem/2.125rem 'Roboto', sans-serif;
	letter-spacing: -0.2px;
}

h4 {
	color: #333;
	font: 700 1.375rem/1.75rem 'Roboto', sans-serif;
	letter-spacing: -0.1px;
}

h5 {
	color: #333;
	font: 700 1.125rem/1.5rem 'Roboto', sans-serif;
	letter-spacing: -0.1px;
}

h6 {
	color: #333;
	font: 700 1rem/1.375rem 'Roboto', sans-serif;
	letter-spacing: -0.1px;
}

button:focus,
input:focus,
textarea:focus {
	outline: none;
}
.about_content .fixed-left {
	position: relative;
	top: 36vh;
	color: #707070;
	width: 34%;
}
.gold_pricefeed{
	padding: 41px 0;
}
#gold1{
	position: relative;
	overflow: hidden;
	background-color: #F6F6F6;
}
#gold5_before{
	padding:50px 0px;
}
#gold5{
	position: relative;
	background-color: #ED1C24;;
}
#gold-grid{
	position: relative;
	height: auto;
	overflow: auto;
}
#gold2-title{
	position: relative;
	overflow: hidden;
	background: #ED1C24;
}
#gold2{
	background: #ffffff;
}
.caption_banner{
	font-size: 50px;
}
.title_gold_center{
	color: white;
	text-align: center;
}
.title_gold_center h2{
	color: white;
}
.title_gold_center span{
	color: #f3f3f3;
}
#combine-gold{
	position: relative;
    overflow: hidden;
    height: auto;
	padding-bottom: 50px;
}

.img_igr{
	position: absolute;
    top: -167px;
    left: -42px;
}
.img_under18{
	object-fit: contain;
	width: 644px;
    top: -150px;
    left: -88px;
    height: auto;
    position: absolute;
	overflow: auto;
}
.gold18{
	position:relative;
	padding: 50px 0px;
}
.img-grid{
	margin: 10px;
	max-width: 100px;
}
.p-gold-content-grid{
	margin-top: 20px;
	padding-left: 20px;
	padding-right:20px;
	text-align: center;
}
.title-gold-content-grid{
	color: #ec2227;
	text-align: center;
	margin: 20px 0px;
}
/* Primary Button */
.primary_btn {
    padding: 12px 20px;
    text-decoration: none;
    text-align: center;
    width: 209px;
    border-radius: 50px;
    background-color: #ec2227;
    border: 0;
    color: rgb(255 255 255);
    font: 500 15px 'Roboto', sans-serif;
    margin-top: 10px;
    outline: none;
}

.submit_btn {
	background-color: #ec2227;
	width: 150px;
	padding: 7px 20px;
	width: 169px;
	font-size: 15px;
	border: 0;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
}

.more_btn,
.more_btn:hover {
	margin-top: -40px;
	float: right;
	text-decoration: none;
	font-weight: 600;
	color:#11A19D;
	cursor: pointer;
}

.above-heading {
	color: #5f4dee;
	font: 700 0.75rem/0.875rem 'Roboto', sans-serif;
	text-align: center;
}

.p-heading {
	margin-bottom: 3.25rem;
}

.testimonial-text {
	font: italic 400 1rem/1.625rem 'Roboto', sans-serif;
}

.testimonial-author {
	font: 700 1rem/1.625rem 'Roboto', sans-serif;
	letter-spacing: -0.1px;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
}

.indent {
	padding-left: 1.25rem;
}

a {
	color: #555;
	text-decoration: underline;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

a.white {
	color: #fff;
}

.decorative-line {
	display: block;
	width: 5rem;
	height: 0.5rem;
	margin-right: auto;
	margin-left: auto;
}

.chart_data {
	position: relative;
    margin-top: 31px;
    overflow: hidden;
}

.price_rate_title{
	text-align: center;
}

.width25 {
	width: 49%;
}
.width29 {
    width: 29%;
}
.width100{
	width:100%
}
.center_box_pricefeed{
	margin: 0px 20%;
}

.width50 {
	width: 50%;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control,
.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block;
	/* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.0625rem;
	padding-bottom: 0.0625rem;
	padding-left: 1.25rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #555;
	font: 400 0.875rem/1.875rem 'Roboto', sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none;
	/* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
	/* you should keep these first rules in place to maintain cross-browser behavior */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: url('../images/down-arrow.png');
	background-position: 96% 50%;
	background-repeat: no-repeat;
	outline: none;
}

select::-ms-expand {
	display: none;
	/* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block;
	/* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem;
	/* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #555;
	font: 400 0.875rem/1.75rem 'Roboto', sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none;
	/* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font: 400 0.75rem/1.25rem 'Roboto', sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 1px solid #5f4dee;
	border-radius: 1.5rem;
	background-color: #5f4dee;
	color: #fff;
	font: 700 0.875rem/0 'Roboto', sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	background-color: transparent;
	color: #5f4dee;
}

/* Form Success And Error Message Formatting */
#smsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center.tada.animated,
#nmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#smsgSubmit.h3.text-center,
#lmsgSubmit.h3.text-center,
#nmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
	display: block;
	margin-bottom: 0;
	color: #555;
	font-size: 1.125rem;
	line-height: 1rem;
}

.help-block.with-errors .list-unstyled {
	color: #555;
	font-size: 0.75rem;
	line-height: 1.125rem;
	text-align: left;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
	transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}



/* Navigation */
.navbar-custom {
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	font: 400 0.875rem/0.875rem "Open Sans", sans-serif;
	transition: all 0.2s;
	background-color: white;
}

.navbar-custom .container {
	max-width: 87.5rem;
}

.navbar-custom .navbar-brand.logo-image img {
	width: 40px;
}

.navbar-custom .navbar-brand.logo-text {
	font: 400 2rem/1.5rem "Open Sans", sans-serif;
	color: #fff;
	;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
	align-items: center;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: #ED1C24;
	opacity: 0.8;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: #ED1C24;
	opacity: 1;
}


.navbar-custom .nav-item .btn-outline-sm {
	margin-top: 0.25rem;
	margin-bottom: 1.375rem;
	margin-left: 0.5rem;
	border: 0.125rem solid #fff;
	color: #fff;
}

.navbar-custom .nav-item .btn-outline-sm:hover {
	background-color: #fff;
	color: #5f4dee;
}

.navbar-custom .navbar-toggler {
	padding: 0;
	border: none;
	color: #FFB501;
	font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times {
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars {
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars {
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times {
	display: inline-block;
	margin-right: 0.125rem;
}

/* dropdown */
.navbar-custom .dropdown:hover>.dropdown-menu {
	display: block;
	/* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s;
	/* required for the fade animation */
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbar-custom .dropdown-toggle:focus {
	/* removes dropdown outline on focus */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #2C2E7B;

}

.navbar-custom .dropdown-item {
	color: #2C2E7B;
	opacity: 0.8;
	font: 300 0.875rem/0.875rem "Open Sans", sans-serif;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: #fff;
	opacity: 1;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.75rem auto 0.725rem auto;
	border: none;
	background-color: #c4d8dc;
	opacity: 0.2;
}

.menu_bar {
	width: 68% !important;
}

.lang {
	margin-right: 30px;
	font-weight: 400;
}

.lang a {
	text-decoration: none;
	color: #212121;
	opacity: 0.8;
}

.lang span {
	color: #ffffff;
	opacity: 1;
}

.lang a.active {
	text-decoration: none;
	color: #000000;
	opacity: 1;
}


.log_reg img {
	width: 25px;
	margin-right: 10px;
}

.log_reg a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 300;
}

.log_reg {
	/* background-color: #FFBF01; */
	background-color: #EC2227;
	padding: 8px 19px;
	border-radius: 30px;
}

/* back to top */

a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #4f3cda url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #4332c5;
}


/* About */
.about {
	background-image: url('../img/arrahnu-background.png');
	background-position: center bottom;
	background-size: cover;
	max-width: 100vw;
	background-repeat: no-repeat;
}


.about_content {
	height: 100vh;
}

.about_content .fixed-center {
	position: relative;
	top: 21vh;
	color: #fff;

}

.about_content .fixed-center h1 {
	color: #ffffff;
}


.about_content img {
	width: 100%;
}

.about_digit {
	background-image: url('../img/3.png');
	background-position: center bottom;
	background-size: cover;
	max-width: 100vw;
	background-repeat: no-repeat;
	padding: 50px 50px;
	text-align: center;
}

.about_digit h1 {
	color: #fff;
}

.about_digit p {
	color: #fff;

}

.price_rate_title h2 {
	color: #11A19D;
	font-weight: 800;
	line-height: 1;
	font-size: 35px;
}

.price_rate_span {
	color: #999;
	font-weight: 400;
	font-size: 10px
}

.chart_box {
	background: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	padding: 15px 30px;
	margin: 20px 0px;
}


.prices_details {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.buysell_btn {
	width: 100%
}

.prices_details #performaneLine {
	width: 50%
}

.prices_rates_up,
.prices_rates_down {
	width: 55%;
	text-align: center;
}

canvas.price_chart {
	width: 35% !important;
	padding: 5px;
	height: 100% !important;
}

.prices_rates_up span,
.prices_rates_down span {
	font-size: 28px;
	font-weight: bold;
	margin-right: 0px;
}

.prices_rates_up img,
.prices_rates_down img {
	margin-left: 10px;
	width: 8px;
}

.buy_sell {
	font-size: 13px;
	font-weight: bold;
}

.prices_rates_up span {
	color: #93358D;
}

.prices_rates_down span {
	color: #FF4848;
}

.per_gram {
	margin-top: -5px;
	font-size: 10px;
	color: #999;
}

.data_subtitle {
	font-size: 12px;
	color: #555555;
	line-height: 0;
	font-weight: bold;
	margin-bottom: 30px;
}

.data_title {
	color: #555;
	font-weight: bolder;
	font-size: 35px;
	margin-top: 30px;
}

.pricechart_details {
	display: flex;
	align-items: center;
	margin-bottom: 22px
}

.pricechart_details span {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 12px;
	margin-right: 10px;
	color: #fff;
	width: 120px;
	padding: 5px;
	border-radius: 15px
}

.pricechart_details span.pricechart_up {
	background-color: rgb(26, 198, 156, 0.8);
}

.pricechart_details span.pricechart_down {
	background-color: rgb(255, 71, 71, 0.8);
}


/* GOLD1 */
.gold {
	padding: 50px 0;
}
.golds {
	padding-top: 50px;
	background: #f6f6f6;
}
.gold-head {
	padding: 20px 0;
}

.gold-img img {
	width: 100%
}

.gold_detials {
	font-size: 14px;
	color: #555555;
}

.title_gold h2 {
	color: #11A19D;
	font-size: 35px;
}

.title_gold span {
	color: #555;
	font-size: 27px;
	font-weight: 800;
}

.gold_subtitle {
	font-size: 22px;
	padding: 5px 30px;
	margin-bottom: 40px;
	text-align: center;
}

.gold_details {
	margin: 20px 10px 50px 10px;
	color: #555;
	font-size: 14px;
}

.gold_details p {
	color: #555;
	font-size: 14px;
}

.gold_details a {
	color: #046839;
	text-decoration: none;
	font-weight: 700;
}

.gold4_video {
	background-image: url('../img/background.png');
	background-position: center bottom;
	background-size: cover;
	max-width: 100vw;
	background-repeat: no-repeat;
	padding: 50px 0;

}

.video-js .vjs-tech {
	width: 100%;
	height: 100%;
}

.video-js .vjs-big-play-button {
	margin-top: -200px;
}

.gold_video {
	text-align: center;
	margin: 20px 0 50px 0;
	max-width:100vw !important;
	width: 80%;
    margin: 0 auto;
}

.works-img,
.works-details {
	padding: 15px
}

.works-img img {
	width: 100%;
}

.works-details {
	color: #555555;
	font-size: 16px;
}
.works-details-title{
	list-style-type: none;
	color: #555555;
}

.works-details-why{
	list-style-type: none;
	color: #ec2227;
}

/*   GOLD2 & GOLD4 */


.gold4_image img {
	width: 100%;
	margin: 5px;
}


.news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: -125px;
}

.bcard__header img {
	max-width: 100%;
	max-height: 250px;
	display: block;
	object-fit: contain;
}

.news a {
	display: flex;
	flex-direction: column;
	width: 32%;
	overflow: hidden;
	/* box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1); */
	/* border-radius: 1em; */
	background: #ffffff;
	text-decoration: none;
	margin-bottom: 25px;
}

.bcard__body {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	color: rgba(112, 112, 112, 1);
	gap: 0.5rem;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.bcard__body ul {
  list-style-position: inside;
  text-align: center;
  padding-left: 0px;
}


.reviews_box {
	background-color: #550476;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
	border-radius: 20px;
}

.review_img img {
	width: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


.review {
	text-align: center;
	padding: 20px;
}

.review p {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 25px;
}

.review span {
	font-size: 15px;
	color: #fff;
}

/*   gold5   */
#faq {
	    /* background-image: url(../img/Vector 5.png); */
		background-position: center top;
		background-size: cover;
		max-width: 100vw;
		background-repeat: no-repeat;
		padding-top: 95px;
		padding-bottom: 50px;
		background-color: #F6F6F6;
}

.gold5_p_image {
	margin: 20px 50px;
}

.maps iframe {
	border: 1px solid #C4C4C4 !important;
	border-radius: 10px
}

.maps .view_map {
	text-decoration: none;
	color: #ed1c24;
	font-weight: bold;
	font-size: 13px;
	line-height: 4;
}

.maps_title,
.ques_title {
	color: #ed1c24;
	font-weight: bold;
	font-size: 40px
}

.contact_form {
	border-radius: 20px;
	padding: 20px;
}

.maps_details {
	width: 100%;
	color: #ed1c24;
	font-size: 13px;
	margin-top: 20px
}

.ques_title {
	text-align: left;
}

.ques_subtitle {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.contact {
	width: 100%;
}

.text_field50 {
	width: 49%
}

.text_field input,
.text_field textarea {
	border: 0;
	background-color: #fff;
	padding: 10px;
	border-radius: 30px;
	width: 100%
}

.text_field label,
.text_field50 label {
	font-size: 13px;
	font-weight: 500;
	color: #ed1c24;
}

.text_field {
	margin: 20px 0;
}


/* footer */
footer {
	/* background-color: #FFBF01; */
	background-color: #ffffff;
	padding: 10px;
}


.copyright {
	font-size: 14px;
	text-align: center;
	color: rgba(147, 53, 141, 1);
	font-weight: 500;
}


/* video */
.vjs-sublime-skin .vjs-big-play-button {
	font-size: 8em;
	line-height: 1.5em;
	height: 1.5em;
	width: 1.5em;
	border: 0;
	border-radius:50%;
	/* Align center */
	left: 50%;
	top: 50%;
	margin-left: -1em;
	margin-top: -0.75em;
  }
 
  .video-js .vjs-control-bar,
  .video-js .vjs-big-play-button,
  .video-js .vjs-menu-button .vjs-menu-content {
	background-color: rgba(250,250,250, 0.4);
  }
  
  /* Slider - used for Volume bar and Progress bar */
  .video-js .vjs-slider {
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	height: 6.5px;
  }
  
 
  .video-js .vjs-volume-level,
  .video-js .vjs-play-progress,
  .video-js .vjs-slider-bar {
	background: #fff;
  }
  
  .video-js .vjs-progress-holder .vjs-load-progress,
  .video-js .vjs-progress-holder .vjs-load-progress div,
  .video-js .vjs-progress-holder .vjs-play-progress,
  .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
	height: 6.5px;
  }
  
 .video-js .vjs-load-progress {
background: ligthen(#73859f, 25%);
background: rgba(115, 133, 159, 0.5);
  }
  
  .video-js .vjs-load-progress div {
	background: ligthen(#73859f, 50%);
	background: rgba(115, 133, 159, 0.75);
  }
  
  .vjs-sublime-skin .vjs-poster {
    outline: none;
    outline: 0;
    background-size: cover;
}
  
  .vjs-sublime-skin:hover .vjs-big-play-button {
	background-color: rgba(250,250,250, 0.4);
  }
  
  .vjs-sublime-skin .vjs-fullscreen-control:before,
  .vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "";
  }
  
  .vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control {
	background: #fff;
  }
  
  .vjs-sublime-skin .vjs-fullscreen-control {
	border: 3px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: -7px;
	top: 50%;
	height: 14px;
	width: 22px;
	margin-right: 10px;
  }
  
  .vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:after {
	background: #000;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 5px;
  }
  
  .vjs-sublime-skin .vjs-progress-holder {
	margin: 0;
  }
  
  .vjs-sublime-skin .vjs-progress-control .vjs-progress-holder:after {
	border-radius: 2px;
	display: block;
	height: 6.5px;
  }
  
  .vjs-sublime-skin .vjs-progress-control .vjs-load-progres,
  .vjs-sublime-skin .vjs-progress-control .vjs-play-progress {
	border-radius: 2px;
	height: 6.5px;
  }
  
  .vjs-sublime-skin .vjs-playback-rate {
	display: none;
	/* Remove Playback Rate */
  }
  
  .vjs-sublime-skin .vjs-progress-control {
	margin-right: 50px;
  }
  
  .vjs-sublime-skin .vjs-time-control {
	right: 55px;
  }
  
  .vjs-sublime-skin .vjs-volume-menu-button:before {
	width: 1.2em;
	z-index: 1;
  }
  
  .vjs-sublime-skin .vjs-volume-menu-button .vjs-menu,
  .vjs-sublime-skin .vjs-volume-menu-button:focus .vjs-menu,
  .vjs-sublime-skin .vjs-volume-menu-button.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1;
  }
  
  .vjs-sublime-skin .vjs-volume-menu-button,
  .vjs-sublime-skin .vjs-volume-panel {
	width: 6em;
	position: absolute;
	right: 0;
	margin-right: 30px;
  }
  
  .vjs-sublime-skin .vjs-volume-menu-button .vjs-menu-content,
  .vjs-sublime-skin .vjs-volume-menu-button:hover,
  .vjs-sublime-skin .vjs-volume-menu-button:focus,
  .vjs-sublime-skin .vjs-volume-menu-button.vjs-slider-active,
  .vjs-sublime-skin .vjs-volume-panel .vjs-volume-control,
  .vjs-sublime-skin .vjs-volume-panel:hover,
  .vjs-sublime-skin .vjs-volume-panel:focus,
  .vjs-sublime-skin .vjs-volume-panel.vjs-slider-active {
	width: 6em;
  }
  
  .vjs-sublime-skin .vjs-volume-menu-button .vjs-menu {
	left: 23px;
  }
  
  .vjs-sublime-skin .vjs-mouse-display:before,
  .vjs-sublime-skin .vjs-play-progress:before,
  .vjs-sublime-skin .vjs-volume-level:before {
	content: "";
	/* Remove Circle From Progress Bar */
  }
  
  .vjs-sublime-skin .vjs-mouse-display:after,
  .vjs-sublime-skin .vjs-play-progress:after,
  .vjs-sublime-skin .vjs-time-tooltip {
	width: 5.5em;
  }
  
  .vjs-sublime-skin .vjs-audio-button {
	display: none;
  }
  
  .vjs-sublime-skin .vjs-volume-bar {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAQAAACw95UnAAAAMElEQVRIx2NgoBL4n4YKGUYNHkEG4zJg1OCRYDCpBowaPJwMppbLRg0eNXjUYBLEAXWNUA6QNm1lAAAAAElFTkSuQmCC);
	background-size: 22px 14px;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	max-width: 22px;
	max-height: 14px;
	margin: 7px 4px;
	border-radius: 0;
  }
  
  .vjs-sublime-skin .vjs-volume-level {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcAQAAAAAyhWABAAAAAnRSTlMAAHaTzTgAAAAZSURBVHgBYwAB/g9EUv+JokCqiaT+U4MCAPKPS7WUUOc1AAAAAElFTkSuQmCC);
	background-size: 22px 14px;
	background-repeat: no-repeat;
	max-width: 22px;
	max-height: 14px;
	height: 100%;
  }
  
  /* New for VideoJS v6 */
  .vjs-sublime-skin .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
  .vjs-sublime-skin .vjs-volume-panel.vjs-volume-panel-horizontal:active,
  .vjs-sublime-skin .vjs-volume-panel.vjs-volume-panel-horizontal:focus,
  .vjs-sublime-skin .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
	width: 6em;
	transition-property: none;
  }
  
  .vjs-sublime-skin .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal {
	width: 3em;
	height: auto;
  }
  
  .vjs-sublime-skin .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control {
	transition-property: none;
  }
  
  .vjs-sublime-skin .vjs-fullscreen-control .vjs-icon-placeholder {
	display: none;
	/* Remove Duplicate Fullscreen Icon */
  }
  
  .vjs-sublime-skin .vjs-volume-panel .vjs-mute-control {
	width: 2em;
	z-index: 1;
	padding: 0;
  }
  
  .vjs-sublime-skin .vjs-volume-panel .vjs-volume-control {
	display: inline-block;
	position: relative;
	left: 5px;
	opacity: 1;
	width: 3em;
	height: auto;
  }

  /* end of video */


/* Min-width width 768px */
@media (min-width: 768px) {

	/* Header */
	.header .text-container {
		margin-bottom: 4rem;
	}

	.header h1 {
		font-size: 3.5rem;
		line-height: 4.125rem;
	}

	.header .btn-solid-lg {
		margin-bottom: 0;
		margin-left: 0;
	}

	.header-frame {
		height: 5.5rem;
	}

	/* end of header */
}

/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		width: 100%;

	}

	.desktop {
		display: block
	}


	/* Navigation */
	.navbar-custom {
		box-shadow: none;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}


	.navbar-custom .nav-item .nav-link {
		padding: 5px 16px;
	}

	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		opacity: 1;
	}

	.navbar-custom.top-nav-collapse {
		padding: 0.5rem 1.5rem 0.5rem 2rem;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
		background: #fff;
		color: #FFBF01;
	}

	.navbar-custom.top-nav-collapse .lang a,
	.navbar-custom.top-nav-collapse .lang span,
	.navbar-custom.top-nav-collapse .nav-item .nav-link,
	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: rgb(236 34 39);
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.25rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
	}

	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.25rem solid rgba(0, 0, 0, 0);
		box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.02);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}

	.navbar-custom .nav-item .btn-outline-sm {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 1rem;
	}
}

/* end of navigation */

/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.h2-heading {
		width: 50%;
	}

	.header .header-content {
		padding-top: 11rem;
		padding-bottom: 5rem;
	}

	.header .text-container {
		margin-top: 5.5rem;
		margin-right: 0.5rem;
	}

	.header .image-container {
		margin-top: 1rem;
		margin-left: 1.5rem;
	}

	.header .image-container .img-wrapper {
		width: 630px;
	}

	.header-frame {
		height: 9.375rem;
	}


}

@media (max-width: 1100px) {

	.prices_rates_up img,
	.prices_rates_down img {
		margin-left: 5px;
		width: 10px;
	}

	.width50 {
		width: 100%;
		text-align: center;
	}

	.width25 {
		width: 50%;
	}


	.prices_rates_up,
	.prices_rates_down {
		float: unset;
		text-align: center;
	}

	.price_rate_title {
		font-size: 15px;
		text-align: center;
		margin-top: 10px;

	}

	.about_content .fixed-center {
		position: relative;
		top: 16vh;
		color: #fff;
	}
}



@media (max-width: 992px) {
	.width25 {
		width: 47%;
	}
	.center_box_pricefeed {
		margin: 0px 0%;
	}
	.img_igr {
		position: static;
	}

	.img_under18 {
		object-fit: contain;
		width: 556px;
		top: -82px;
		left: -88px;
		height: auto;
		position: absolute;
		overflow: auto;
	}

	.gold_video {
		text-align: center;
		margin: 20px 0 50px 0;
		max-width:100vw !important;
		width: 100%;
		margin: 0 auto;
	}
	.desktop {
		display: none
	}

	.navbar-custom .navbar-nav {
		align-items: unset;
	}

	.lang a.active,
	.lang a {
		color: #0c0c0c;
	}

	.lang{
		padding: 0.625rem 0.75rem 0.625rem 0.75rem
	}
	
	.navbar-custom .nav-item .nav-link {
		color: rgb(236 34 39);
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		color: #959595;
	}
	

	.about_content {
		text-align: center;
	}

	.about {
		margin-top: 45px;
	}

	.login {
		margin-left: 0px;
		width: 100%;
		text-align: center;
		padding: 0px;
		margin-top: 5px;
	}

	.navbar-custom {
		/* background: #550476; */
		background: #ffffff;
		
	}

	.navbar-custom .navbar-toggler {
		padding: 0;
		border: none;
		color: #929292;
		font-size: 25px;
	}

	.navbar-collapse {
		margin-top: 15px;
	}

	.gold5_p_image {
		margin: 0;
	}

	/* .video-js .vjs-big-play-button {
		margin-top: -229px;
	} */

	.gold_details {
		margin: 20px 0px 50px 0px;
	}

	.gold_subtitle {
		font-size: 20px;
		padding: 5px 0px;
	}

	.video_title {
		font-size: 25px;
	}


	.maps_details {
		width: 100%;
		margin-bottom: 25px;
	}

	footer {
		padding: 8px;
	}

	.copyright {
		font-size: 12px;
	}

	.gold3_image img,
	.gold4_image img {
		margin: 5px 0;
	}

	.video-js .vjs-control-bar {
		position: relative;
		margin-top: -9%;

	}
}

@media (max-width: 580px) {
	.mobile-footer{
		display: block;
	}
	#gold1 {
		background-color: #ffffff;
	}
	.gold {
		padding: 0px 0;
	}
	.about_content .fixed-center-mobile {
		text-align: center;
		position: relative;
		top: 302px;
		color: #fff;
		width: 100%;
		padding: 5px;
	}
	.about_content .fixed-center-mobile h2{
		font-size: 20px;
	}
	.row-price{
		display: flex;
		justify-content: space-around;
        flex-direction: row;
	}
	.btn-buy-price{
		width: 45%;
		height: 50px;
		padding: 13px 0px;
		background-color: #EFE1EE;
		border-color: #93438d33;
	}
	.btn-sell-price{
		width: 45%;
		height: 50px;
		padding: 13px 0px;
		background-color: #ffffff;
		border-color: #93438d33;
	}
	#gold_price{
		position: absolute;
		top: 300px;
	}
	#gold_price .price_rate_title{
		display: none;
	}
	.desktop{
		display: none;
	}
	.about-mobile{
		height: 440px;
		display: block;
		background-color: #ed1c24;
	}
	.row-mobile{
		margin: 20px;
		display: flex;
        flex-direction: row;
	}
	.row-mobile h1 {
		margin-top: 27px;
		color: #888787;
		font-size: 21px;
	}
	.row-mobile .primary_btn{
		width: 151px;
		color: rgb(255 255 255);
		border-radius: 9px;
	}
	.container-price-mobile{
		padding-right: 6px;
		padding-left: 6px;
	}
	.chart_data .container{
		padding-right: 6px;
		padding-left: 6px;
	}
	.banner-image-mobile {
		background-color: #f9f9f9;
		height: 252px;
		width: 100%;
		position: absolute;
		top: 55px;
	}
	#gold5_before{
		padding:0px 0px;
	}
	.gold_pricefeed {
		padding: 0px 0;
	}
	.about_content .fixed-left {
		position: relative;
		top: 28vh;
		color: #fff;
		width: 100%;
		left: 18px;
		padding: 5px;
	}
	.works-img, .works-details {
		padding: 5px;
	}
	.img_under18 {
		object-fit: contain;
		width: 100%;
		top: -117px;
		left: 0px;
		height: auto;
		position: initial;
		overflow: auto;
	}
	.img_igr {
		/* width: 100%; */
		position: inherit;
		
	}
	#combine-gold {
		height: auto;
	}
	.center_box_pricefeed {
		margin: 0px;
	}
	.prices_rates_up span,
	.prices_rates_down span {
		font-size: 20px;
	}

	.review p {
		font-size: 21px;
	}

	.news a {
		width: 48%;
		margin-top: 10px;
	}

	.prices_rates_up,
	.prices_rates_down {
		font-size: 12px;
	}

	.about_content .fixed-center h1 {
		font-size: 35px;
	}

	.video-js .vjs-control-bar {
		position: relative;
		margin-top: -9%;

	}

	/* .video-js .vjs-big-play-button {
		margin-top: -185px;
	} */
    .buy_sell{
		display: none;
	}
	.width25 {
		width: 49%;
	}

	.per_gram{
		display: none;
	}


	.text_field50 {
		width: 100%;
	}

	.gold-img img,
	.works-img img,
	.reviews_image img {
		width: 80%;
	}

	.gold-img,
	.works-img,
	.reviews_image {
		text-align: center
	}

	.more_btn, .more_btn:hover {
		margin-top: 3px;
	}
	.title_gold span {
		font-size: 19px;
	}
	#buyprice_chart{
		display: none;
	}
	#sellprice_chart{
		display: none;
	}
	.mobile-footer{
		position: static;
		background-color: #F6F6F6;
		font-size: 12px;
		height: 66px;
		padding: 26px 2px;
		width: 100%;
		color: #7f7d7f;
        font-weight: bold;
	}
	.gold_details p {
		margin-bottom: 0rem;
	}
	.golds {
		padding-top: 0px;
		background: #f6f6f6;
	}

}

/* @media (max-width: 410px) {
	.video-js .vjs-big-play-button {
		margin-top: -140px;
	}
} */