@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    background-image: url(../images/bga.jpg);
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position: center center;
    background-attachment: fixed;
}

h6.contact p {
    color: white;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    margin: 0px;
}

span.coinname {
    font-size: 15px;
    line-height: normal;
}

.container {
    max-width: 1200px;
}

.border-gold {
    /* border-right: 1px solid #000; */
}

.future {}

.rating-cover.spot {
    width: 100% !important;
}

.logo-main {
    background: #0c0b40;
    padding: 5px 0;
    text-align: center;
}

.logo-main .logo a {
    display: inline-block;
    padding: 6px 0;
}

.logo-main .logo {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.logo img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.logo-main .email {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.logo-main .email h4 {
    font-size: 18px;
    font-weight: 700;
}

.logo-main .email p {
    font-size: 18px;
}

/*.android {
    display: inline-block;
    width: 100%;
    padding-top: 46px;
    text-align: right;
}*/
/*
a.andro {
    color: #fff !important;
}*/

.android a {
    display: inline-block;
    margin: 0 0px;
    line-height: 40px;
    border-radius: 9px;
    width: 38%;
}

.android a img {
    display: inline-block;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

/*liverate*/
/* header */
.header-top-marquee {
    display: block;
    width: 100%;
    background: #ffffff;
}

.header-top-marquee marquee {
    font-size: 18px;
    padding-top: 4px;
    text-transform: capitalize;
    color: #0c0b40;
    font-weight: 600;
    display: block;
}

.menu-header {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #000;
    padding: 0px 0;
    background: #ffffff;
    box-shadow: -2px 4px 5px 1px #0000001a;
}

.menu-header .navbar-collapse {
    justify-content: center;
    /* background: #316b87; */
    padding: 6px 0;
}

.menu-header a.navbar-brand {
    margin: 0;
    display: inline-block;
}

.menu-header a.navbar-brand img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.menu-header li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
}

.menu-header li a {
    text-transform: capitalize;
    color: #000000 !important;
    position: relative;
    transition: 0.4s;
    z-index: 1;
    font-size: 18px;
    font-weight: 500 !important;
    padding: 2px 10px;
    border-radius: 0px;
}

.menu-header li a:hover:before {
    width: 100%
}

.w-1 {
    width: 50%;
}

.w-2 {
    width: 30%;
}

.w-3 {
    width: 10%;
}

a.viewbtn {
    background: #0c0b40;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

.menu-header a.nav-link i {
    padding-right: 4px;
}

.menu-header a.active {
    /* color: #fff !important; */
    background: #ffffff;
    color: #000 !important;
    border-radius: 4px;
}

.gold-spot-cover .gold-cover-tittle p.spot-mainall.border-line:before {
    position: absolute;
    content: '';
    width: 50px;
    /* height: 10px; */
    background: url(../images/border.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 94px;
    top: 5px;
}

.gold-spot-cover .gold-cover-tittle p.spot-mainall.border-line:after {
    position: absolute;
    content: '';
    width: 50px;
    /* height: 10px; */
    background: url(../images/border2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 94px;
    top: 5px;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .buy-sell-cover .rating-cover.border-2:before {
    position: absolute;
    /* content: ''; */
    width: 160px;
    height: 6px;
    background: url(../images/border-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 18px;
    bottom: -4px;
}

.menu-header a.navbar-brand img {
    display: inline-block;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

p.footer-company-name.text-right {
    width: 50%;
    display: inline-block;
}

.starline img {
    width: 20px;
    border-radius: 50px
}

.navbar-nav .nav-link {
    font-weight: 600;
}

/* .menu-header li:nth-child(7) {
    margin-right: 0;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 4px;
} */

.l {
    color: #ffffff !important;
    border-radius: 4px;
    background: #dc0000;
}

.h {
    color: #ffffff !important;
    border-radius: 4px;
    background: #008000;
}

table {
    width: 100%;
    margin: 0 !important;
}

.p-h.p0 {
    width: 25%;
    border: none;
}

.p-h.ph {
    width: 15%;
    text-align: center;
    /* border-right: 1px solid #00000042; */
}

td {
    font-size: 22px;
    font-weight: 600;
    border-top: 0px !important
}

.gold-spot {
    /* background: #d7d4d4; */
    padding: 6px 0;
    margin-top: 20px;
}

li.nav-item.login {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    right: 0;
    padding: 2px 4px;
}

a.nav-link.login {
    color: #000 !important;
}

.rating-cover h5 span {
    padding: 2px 8px;
    display: inline-block;
}

/*gold-spot-cover*/
.gold-spot-cover {
    display: inline-block;
    width: 100%;
}

.gold-spot-cover .gold-cover-tittle {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0px 1px 5px 0px #0000002e;
}

.gold-spot-cover .gold-cover-tittle:nth-child(3) {
    border-right: 0 !important;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .buy-sell-cover:before {
    width: 37%;
    height: 3px;
    background: #c3a34d;
    top: 105px;
    left: 0;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .buy-sell-cover:after {
    position: absolute;
    width: 37%;
    height: 3px;
    background: #c3a34d;
    top: 105px;
    right: 0;
}

.gold-spot-cover .gold-cover-tittle p.spot-mainall {
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    background: #0c0b40;
    text-align: left;
}

.product-title-color span {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.gold-spot-cover .gold-cover-tittle .cover_bs {
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 2px 0;
    background: linear-gradient(90deg, rgba(193, 159, 83, 1) 0%, rgba(229, 196, 115, 1) 50%, rgba(193, 159, 83, 1) 100%);
}

.gold-spot-cover .gold-cover-tittle .cover_bs .buy-sell-cover {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .buy-sell-cover .rating-cover {
    display: inline-block;
    width: 49%;
    float: left;
    position: relative;
    text-align: center;
    padding: 0px 0;
    border-radius: 4px;
}

.rating-cover.cover {
    width: 100% !important;
    margin: 0 !important;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .buy-sell-cover .rating-cover.future {
    width: 50%;
    float: left;
    display: inline-block;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .buy-sell-cover .rating-cover:nth-child(2) {
    float: right;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .buy-sell-cover .rating-cover h6 {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    display: inline-block;
    padding-right: 6px;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .hl-rate-cover {
    display: inline-block;
    width: 100%;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .hl-rate-cover p {
    font-size: 12px;
    color: #000;
    width: 50%;
    font-weight: 500;
}

span.bgm {
    color: #000;
    font-size: 30px;
    padding: 2px 8px;
    margin-top: 4px;
    display: inline-block;
}

.rating-cover h5 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
}

/*liverate-cover*/
.liverate-cover {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.main-product {
    display: inline-block;
    width: 100%;
}

.liverate-cover .main-product {
    display: inline-block;
    width: 100%;
}

.liverate-cover .main-product div#divHeader,
div#divFutureHd,
div#divNextHd {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    background: #0c0b40;
}

.liverate-cover .main-product div#divHeader td.p-h.p0 {
    padding: 0 0 0 20px;
}

.liverate-cover .main-product div#divHeader td.p-h.ph.text-center {
    padding: 0;
}

.liverate-cover .main-product div#divProduct {
    display: block;
    width: 100%;
    color: #fff;
}

.content-cover {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #00000042;
    background: linear-gradient(90deg, rgba(193, 159, 83, 1) 0%, rgba(229, 196, 115, 1) 50%, rgba(193, 159, 83, 1) 100%);
}

.content-cover td.p-h.p0 h3 {
    font-size: 22px;
    font-weight: 600;
    padding-left: 8px;
    color: #000;
}

.liverate-cover .main-product div#divProduct .content-cover input[type="button"] {
    background: #0c0b40;
    border: none;
    padding: 4px 16px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
}

.main-product-cover p {
    font-weight: 300;
    font-size: 14px;
    padding-left: 8px;
    color: #464646;
}

span.bgs.hl {
    display: block;
    font-size: 14px;
    color: #000000;
    padding: 0px 0;
    font-weight: 400;
}

span.bgs.hl img {
    width: 8px;
    margin-right: 2px;
}

.gold-spot-cover .gold-cover-tittle .cover_bs .hl-rate-cover p img {
    width: 8px;
    margin: 0 4px;
}


.coin-detail.header1 table {
    background: #0c0b40;
}

.coin-detail {
    background: linear-gradient(90deg, #c19f53, #e5c473 50%, #c19f53);
    margin-top: 10px;
}

a.coin-btn {
    background: #0c0b40;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

td.right1 {
    text-align: center;
}


.right {

    text-align: center;
}

.right span {
    padding: 2px 5px;
}

.coin-detail th {
    color: #ffffff;
}

/*start booking*/
.booking .main {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    border: 2px solid #e3d1a9;
    box-shadow: 0px 2px 0px 1px #00000082;
}

.booking .main h4 {
    font-size: 18px;
    text-align: center;
    color: #000;
    padding-top: 4px;
    font-family: auto;
}

.booking .main ul {
    margin: 0;
    text-align: center;
}

.booking .main ul li {
    display: inline-block;
    font-size: 20px;
    color: #000;
}

.booking .main ul li.add {
    padding: 0 40px;
    position: relative;
}

.booking .main ul li.add:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 12px;
    background: url(../images/bord-book.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    bottom: 0;
}

.booking .dots {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.booking .dots p {
    width: 6px;
    height: 6px;
    background: #e74c3c;
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
}

.booking .dots p:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #c79833;
    top: 3px;
    left: 18px;
}

.booking .dots p:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #c79833;
    top: 3px;
    right: 18px;
}

/*footer#dk-footer*/
footer#dk-footer {
    display: inline-block;
    width: 100%;
    background: #0c0b40;
    /* color: #000; */
    margin-top: 50px;
    width: 100%;
    float: left;
}

footer#dk-footer .main {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #000;
    text-align: center;
}

footer#dk-footer .main h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
    font-family: auto;
}

footer#dk-footer .main ul {
    display: inline-block;
    width: 100%;
    margin: 0;
}

footer#dk-footer .main ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

footer#dk-footer .main ul li.add {
    padding: 0 14px;
}

footer#dk-footer .main a.logo {
    display: inline-block;
    width: 150px;
}

footer#dk-footer .main a img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

footer#dk-footer .main p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

footer#dk-footer .cover-copyright {
    display: inline-block;
    width: 100%;
    color: #fff;
    background: #e1e5e8;
    padding: 6px 0px 4px;
    margin-top: 26px;
}

footer#dk-footer .cover-copyright .cover-copyright-tittle {
    display: inline-block;
    width: 49%;
}

footer#dk-footer .cover-copyright .cover-copyright-tittle h6 {
    font-size: 14px;
    color: #000;
}

footer#dk-footer .cover-copyright a.starline {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

p.footer-company-name.text-right span.starline {
    color: #000;
    font-size: 14px;
    padding-right: 5px;
}

/*about-us*/
.header {
    text-align: center;
}

.title-wth.title-name {
    color: #000;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 600;
}

.bank-cover p {
    line-height: 27px;
    margin: 0px;
    display: block;
    float: left;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    color: #000000;
}

/*update*/
.date-picker {
    text-align: right;
}

.date-picker input[type="text"] {
    border: 1px solid #e2b10d;
    height: 33px;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    width: 145px;
    padding-left: 7px;
    margin-bottom: 15px;
    font-weight: bold;
}

.date-picker input[type="button"] {
    cursor: pointer;
    background: #cfa74d;
    border-radius: 3px;
    color: #000;
    padding: 4px 16px;
    font-size: 16px;
    border: 0;
}

.up-cover {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    float: left;
    box-shadow: 3px 3px 8px 0px #00000036;
    background: #fff;
}

.update-date-cover h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
    /* border-radius: 30px; */
    color: #000000;
    width: 100%;
    float: left;
    background: linear-gradient(90deg, rgba(193, 159, 83, 1) 0%, rgba(229, 196, 115, 1) 50%, rgba(193, 159, 83, 1) 100%);
}

.update-date-cover h2 p {
    display: inline-block;
    margin-left: 14px;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}

.update-title h4 {
    margin: 10px 0px;
    width: 100%;
    float: left;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.update-title p {
    width: 100%;
    float: left;
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
}

/*end update*/
/*economic-calender*/
.main-cover {
    margin-top: 30px;
}

/*bank-detail*/
.mar-btm {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.bank-img {
    float: left;
    margin-bottom: 10px;
}

.img-thumbnail {
    width: 100%;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.tg-contentbox {
    background: #fff;
    float: left;
    width: 100%;
    min-height: 201px;
    border: 1px solid #0000003d;
}

.tg-contentbox .ban1 {
    width: 35%;
    font-size: 13px;
    color: #000;
    border-color: #000;
    padding: 10px 0px 10px 5px;
    font-weight: 500;
}

.b_bott {
    float: right;
    font-size: 13px;
    color: #000;
    border-color: #fff;
}

.tg-contentbox .ban3 {
    width: 65%;
    font-size: 13px;
    color: #000;
    border-color: #000;
    padding: 10px 0px 10px 5px;
    font-weight: 500;
}

/*end bank-detail*/
/*contact-detail*/
.cnt-detail-cover {
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #00000059;
    width: 100%;
    float: left;
    padding-bottom: 0;
}

.bank-cover p {
    line-height: 27px;
    margin: 0px;
    display: block;
    float: left;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    color: #e2b10d;
    box-shadow: 3px 3px 8px 0px #00000036;
}

.cnt-detail-cover p i {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 10px;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border-radius: 30px;
    background: #000;
    display: inline-block;
}

.cnt-detail-cover p strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
}

.cnt-detail-cover p span {
    color: #000;
    font-size: 16px;
    width: 100%;
    display: block;
}

.feedback-cover1 {
    padding: 10px;
    border-radius: 6px;
    box-shadow: 1px 1px 4px #00000059;
}

.feedback-cover {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #00000059;
    background: #fff;
}

.cnt-title {
    text-align: center;
    background: #f89d13;
    border-radius: 4px;
}

.cnt-title h2 {
    margin: 0;
    padding: 10px 0px;
    color: #000;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(193, 159, 83, 1) 0%, rgba(229, 196, 115, 1) 50%, rgba(193, 159, 83, 1) 100%);
}

#contact-form .form-group {
    margin-top: 10px;
    width: 100%;
}

.for-img-look label {
    background: #0000;
    margin-bottom: 0px;
    color: #000;
}

.form-control {
    border: 1px solid #cecece;
    letter-spacing: 0;
    box-shadow: 1px 1px 4px #00000059;
}

.bank-cover p {
    line-height: 27px;
    margin: 0px;
    padding-left: 10px;
    display: block;
    float: left;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    color: #000000;
    background: #fff;
    border-radius: 4px;
}

.thm-btn.bgclr-1 {
    padding: 7px 24px;
    letter-spacing: 0;
    background: #cfa74d;
    border-radius: 3px;
    color: #000;
    transition: 0.5s;
    border: 1px solid #e2b10d;
    cursor: pointer;
}

/*end contact-detail*/
/*add-banner*/
.add-banner img {
    width: 45%;
    margin-top: 3%;
}

.cross {
    position: absolute;
    right: 26%;
    top: 3%;
}

.add-banner .cross span {
    color: #000;
    height: 40px;
    width: 40px;
    background: #fff;
    display: block;
    font-size: 29px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.7;
}

.add-banner {
    background: #000000a1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
}

/*pop-up-css*/
.pop-up-cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #000000b8;
}

.pop-up-cover .pop {
    position: absolute;
    top: 39%;
    left: 5%;
    right: 5%;
    background: #0c0b40;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #c4a15f;
}

.pop-text {
    position: relative;
}

.pop-text a {
    position: absolute;
    right: 10px;
    color: #ffd183;
    top: -20px;
}

.pop-text h4 {
    font-size: 26px;
    font-weight: 500;
    color: #ffd183;
    padding-right: 41px;
}

.pop-text p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.liverate-cover .main-product div#divProduct .content-cover .mn-rate-cover {
    text-align: center;
}

.contact-cover {
    display: inline-block;
}

.contact-cover.cv {
    display: block;
}

.contact-cover h6 {
    display: inline-block;
    color: #fff;
}

.contact-cover p.email1 {
    display: inline-block;
    padding-left: 20px;
    color: #fff;
}

.contact-cover p.bookingno1 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.contact-cover h6.contact {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    color: #c6a558;
}

.pop-logo img {
    width: 100%;
}

li.nav-item.loginbtn {
    text-align: center;
}

ul.social-icon {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-top: 24px;
}

ul.social-icon li {
    display: inline-block;
}

ul.social-icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    background: #bb8e1b;
    font-size: 22px;
    margin: 0 4px;
    color: #000;
    box-shadow: 0px 2px 7px 0 #0000006b;
    position: relative;
}

ul.social-icon li a:before {
    position: absolute;
    content: '';
    height: 0%;
    width: 100%;
    background: #2e2e2e;
    left: 0;
    bottom: 0;
    border-radius: 6px;
    transition: 0.4s;
}

ul.social-icon li a:hover:before {
    height: 100%;
    background: #bdbdbd;
}

ul.social-icon li a i {
    position: relative;
    z-index: 99;
    transition: 0.4s;
}

ul.social-icon li a:hover i {
    color: #000;
    transform: rotate(360deg);
}

.cnt-cover {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.cnt-cover h2 {
    font-size: 20px;
    color: #a58400;
    text-align: center;
}

.cnt-cover h2 i {
    padding-left: 8px;
}

.cnt-cover p {
    color: #000;
    font-size: 15px;
    padding-top: 6px;
}

/*future*/
div#divHeader {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    /* background: linear-gradient(90deg, rgba(193,159,83,1) 0%, rgba(229,196,115,1) 50%, rgba(193,159,83,1) 100%); */
    background: #0c0b40;
}

td.p-h.p0 {
    padding-top: 0;
    padding-bottom: 0;
    /* border-right: 1px solid #00000042; */
}

td.p-h.ph.text-center {
    padding-top: 0;
    padding-bottom: 0;
}

.gold-spot-cover .main-product div#divProduct .content-cover {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #00000042;
}

.gold-spot-cover .main-product div#divProduct .content-cover:nth-child(odd) {}

.gold-spot-cover .main-product div#divProduct .content-cover {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #00000042;
    background: linear-gradient(90deg, rgba(193, 159, 83, 1) 0%, rgba(229, 196, 115, 1) 50%, rgba(193, 159, 83, 1) 100%);
}

.gold-spot-cover .main-product div#divProduct .content-cover td.p-h.p0 h3 {
    font-size: 22px;
    font-weight: 600;
    padding-left: 8px;
    color: #000;
}

.gold-spot-cover .main-product div#divProduct .content-cover .mn-rate-cover {
    text-align: center;
}

.application {
    display: inline-block;
    width: 100%;
}

.application .android {
    display: inline-block;
    width: 100%;
}

.application .android h2 {
    text-align: center;
    font-size: 18px;
    color: #7a0900;
}

.application .android .store {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.contact {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

.contact h2 {
    text-align: center;
    font-size: 18px;
    color: #7a0900;
    margin-top: 30px;
}

.contact ul {
    margin-bottom: 0;
    text-align: center;
}

.contact ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #000000;
}

.contact p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.application {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #7a0900;
    border-radius: 4px;
    box-shadow: 0 0 8px 1px #0000002e;
    background: linear-gradient(90deg, rgba(193, 159, 83, 1) 0%, rgba(229, 196, 115, 1) 50%, rgba(193, 159, 83, 1) 100%);
}

.logo-main .contact p {
    color: #fff;
}

.logo-main .contact h2 {
    color: #c6a558;
}

/*economic_calendar*/
iframe {
    height: 500px;
}