.vpmr-gold-rates-table table{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0px 0px;
}

.vpmr-gold-rates-table table th{
	font-size: 16px;
    line-height: 26px;
    padding: 15px;
    font-weight: 700;
    border: 1px solid #00000047;
    background: #ffffff;
    color: #000000;
    font-family: "Raleway", Sans-serif;
}

.vpmr-gold-rates-table table td{
	font-family: "Raleway", Sans-serif;
	font-size: 14px;
    line-height: 26px;
    padding: 20px 16px;
    color: #000000;
    border: 1px solid #00000047;
    background-color: #eefff1 !important;
    font-weight: 500;
}

.vpmr-updated-time{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 35px;
	display: block;
}

.vpmr-updated-date{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}

.vpmr-row{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 10px 0 15px;
    flex-wrap: nowrap;
}

.vpmr-col-6 {
    width: 50%;
    padding: 0px 10px;
}

.vpmr-col-12 {
    width: 100%;
    padding: 0px 10px;
}

.vpmr-row label{
	color: #E9E9E9;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Raleway", Sans-serif;
}

.vpmr-row input{
	font-family: "Raleway", Sans-serif;
	border-radius: 0 !important;
    height: 45px;
    margin-top: 5px;
    background-color: #E9E9E9;
    color: #000000;
}

.vpmr-row input::placeholder{
	font-family: "Raleway", Sans-serif;
	color: #9F9F9F;
}

.vpmr-row select{
	font-family: "Raleway", Sans-serif;
	border-radius: 0 !important;
    height: 45px;
    margin-top: 5px;
    background-color: #E9E9E9;
    color: #000000;
}

.vpmr-price-caluculator-btn{
	display: inline-block !important;
    width: 100% !important;
    background-color: #f2a700 !important;
    color: #000000 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}

.vpmr-price-calculator-result,
.vpmr-price-calculator-result{
	padding: 20px 25px;
	background-color: #ffffff;
}

.vpmr-price-calculator-result strong{
	color: #9F9F9F;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Raleway", Sans-serif;
}

.vpmr-price-calculator-result h4{
	color: #000000;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 5px 0;
    font-family: "Raleway", Sans-serif;
}

.vpmr-price-calculator-result small{
	color: #9F9F9F;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Raleway", Sans-serif;
}

@media all and (max-width:540px){
	.vpmr-gold-rates-table{
		overflow:scroll;
	}
	
	.vpmr-gold-rates-table table th{
		font-size: 12px;
		line-height: 22px;
		padding: 10px 5px;
	}

	.vpmr-gold-rates-table table td{
		font-size: 12px;
		line-height: 22px;
		padding: 10px 5px;
	}
}