@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

body {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-family: Roboto, sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  margin: 0px;
}
div#divNews h1{color: #fff;}
.newdescreen .container-fluid {
  width: 100%;
}
.gold-spot-cover.sptmain {
  color: #fff;
  margin-top: 20px;
  min-height: 52vh;
}

.container-fluid {
  width: 70%;
}

.header-cover div#navbarsExample07 {
  justify-content: center;
  width: 100%;
  background: rgb(22, 22, 22);
  border: 1px solid rgb(48 47 47);
}

button.navbar-toggler:focus {
  outline: 0px;
}

.header-cover .bg-dark .navbar-toggler {
  margin: 5px;
  border-color: rgb(203 164 92);
  padding: 0px 10px;
  background: rgb(203 164 92);
}

.header-cover .navbar-dark .navbar-nav .nav-link {
  padding: 10px 6px;
  color: rgb(210, 164, 89);
  font-weight: 500;
  font-size: 19px;
}

.booking-no {
  padding: 5px 0px 10px;
  box-shadow: rgb(167, 167, 167) 0px 0px 15px 1px;
  text-align: center;
  border-radius: 10px;
}

.booking-no p {
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.booking-no h6 {
  text-align: center;
  padding: 10px 0px;
  font-size: 20px;
  color: rgb(12, 35, 41);
}

.header-cover li.nav-item {
  margin: 0px 5px;
  border-radius: 3px;
}

ul.navbar-nav .nav-item.active {
  color: rgb(0, 0, 0) !important;
}

.bg-dark .navbar-toggler {
  float: right;
}

.bg-dark .container {
  float: left;
  width: 100%;
  display: block;
}

.header-cover .bg-dark {
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: transparent !important;
}

.header-top-marquee {
  line-height: normal;
  padding: 5px 10px 2px;
  color: rgb(255, 255, 255);
  position: relative;
  font-weight: 400;
  background: rgb(43, 42, 42);
}

.logo-cover a img {
  display: block;
  margin: 0px auto;
  box-shadow: rgb(22, 21, 21) 0px 0px 0px 3px;
  padding: 10px;
  width: 100%;
}
h4.prtittle {
  text-align: center;
}

.logo-cover {
  padding: 15px 0px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.cnt-cover {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding: 15px 0px;
  border: 2px solid rgb(240, 179, 36);
  animation: 2s linear 0s infinite normal none running color-change;
  background: linear-gradient(rgb(178, 147, 71) 0%, rgb(239, 230, 159) 47%, rgb(178, 147, 71) 100%);
}

@keyframes color-change {

  0%,
  100% {
    border-color: rgb(165, 138, 15);
  }

  25% {
    border-color: rgb(240, 179, 36);
  }

  50% {
    border-color: rgb(255, 255, 255);
  }

  75% {}
}

.cnt-cover h2 {
  margin: 0px 0px 4px;
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.header-top-details {
  border-bottom: 5px solid rgb(29, 28, 28);
  background: rgb(0, 0, 0);
}

.image-maa img {
  border: 2px solid rgb(152, 122, 40);
}

.image-maa {
  text-align: center;
}

.cnt-cover p {
  margin: 0px;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.header-cover .nav-item.active a.nav-link {
  color: rgb(255, 255, 255) !important;
}

.header-cover .nav-item:hover {
  background: rgb(215, 190, 113);
}

.header-cover .nav-item:hover a.nav-link {
  color: rgb(0, 0, 0);
}

.header-cover .navbar-nav {
  text-align: center;
  width: 100%;
  justify-content: center;
}


body::after {
  content: "";
  position: fixed;
  inset: 0px;
  background-image: url("../images/bg.png");
  background-size: 100% 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

.cover_bs {
  padding: 1px 0px 0px;
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  background: rgb(31 31 31);
}

.cover_bs::after {}

.gold-cover-tittle:nth-child(2) {
  order: -3;
}

.gold-cover-tittle {
  background: rgb(31 31 31);
  color: rgb(255, 255, 255);
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}

.gold-cover-tittle h4 {
  border-radius: 2px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  padding: 6px 0px;
  background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
}

.hl-rate-cover {
  background: rgb(18, 17, 17);
  margin: 0px;
  float: left;
  width: 100%;
}

.buy-sell-cover {
  display: inline-block;
  justify-content: center;
  float: left;
  width: 100%;
  margin: 10px 0px 0px;
}

.buy-sell-cover h6 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px;
  display: block;
  margin-top: 0px;
}

.buy-sell-cover h6:last-child {
  border-right: 0px;
}

.buy-sell-cover h5 {
  color: rgb(187, 140, 68);
  font-size: 24px;
  font-weight: 500;
  padding: 5px;
  display: inline-block;
  margin: 5px 0px;
  border-radius: 4px;
}

.rating-cover {
  width: 50%;
  float: left;
}

.rating-cover:first-child {
  border-left: 0px;
}

.hl-rate-cover p {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: rgb(179, 179, 179);
  padding: 4px 4px;
}

.app-icon a img {
  width: 35%;
}

.buy-sell-cover i {
  color: rgb(51, 7, 7);
  font-size: 22px;
  margin: 0px 10px;
  align-self: center;
}

.cnt-cover i {
  margin-right: 10px;
}

.mn-rate-cover .bgs {
  display: block;
  font-size: 14px;
  color: rgb(193 150 78);
  line-height: normal;
  padding: 3px 0px;
  font-weight: 500;
}

.mn-rate-cover {
  display: inline-block;
}

.product-cover-tabs {
  color: rgb(255, 255, 255);
  text-align: center;
  background: rgb(255, 255, 255);
}

.main-product {
  position: relative;
  margin: 10px 0px;
}

#divHeader {
  width: 100%;
  float: left;
  background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
  margin-bottom: 10px;
}

div#divProduct {
  clear: both;
}

#divHeader .table {
  width: 100%;
  margin: 0px;
}

.product-title-color .p-h.p0 {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.content-cover {
  display: inline-block;
  width: 100%;
  border: 1px solid rgb(49 49 49);
  padding: 5px 0px;
  margin-bottom: 5px;
  background: rgb(31 31 31);
}

.content-cover:last-child {
  margin-bottom: 0px;
}

.p-h.p0 {
  width: 25%;
  padding: 7px 0px 7px 5px;
}

.p-h.ph {
  width: 15%;
}

.product-title-color .p-h.ph span,
.product-title-color .p-h.p0 span {
  color: rgb(0, 0, 0);
}

.product-title-color .p-h.ph {
  font-size: 20px;
  font-weight: bold;
  padding: 7px 0px;
}

.product-title-color span {
  font-weight: 600;
  font-size: 24px;
}

.product-name {
  width: 30%;
  padding-left: 10px;
}

.main-product-cover h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.product-rate {
  text-align: center;
}

.mn-rate-cover .bgm {
  font-size: 24px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
}

.e {
  color: rgb(255, 255, 255);
}

.product-rate a input[type="button"] {
  background: rgb(190 145 73);
  padding: 4px 15px;
  font-size: 20px;
  color: rgb(0 0 0);
  border: 0px;
  outline: 0px;
  border-radius: 2px;
}

.table td,
.table th {
  border: 0px;
}

.wd {
  width: 17%;
}

.cover-copyright {
  background-color: rgb(255, 255, 255);
  padding: 10px 0px;
  text-align: center;
  color: rgb(0, 0, 0);
  box-shadow: rgb(167, 167, 167) 0px 0px 3px 1px;
}

.cover-copyright-tittle h6 {
  font-size: 16px;
  font-weight: 600;
}

span.bgm.e.greendbg {
  padding: 4px 15px;
}

span.bgm.e.redbg {
  padding: 4px 15px;
}

.h {
  background: rgb(0, 128, 0);
  color: rgb(255, 255, 255) !important;
}

.l {
  background: rgb(220, 0, 0);
  color: rgb(255, 255, 255) !important;
}

.e {
  background: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
}

.footer-company-name {
  display: inline-block;
  float: right;
}

.footer-company-name a.starline {
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(0, 0, 0) !important;
}

.footer-company-name.text-right img {
  height: 12px;
}

.cover-copyright-tittle {
  display: inline-block;
}

.logo_footer {
  text-align: center;
}

.logo_footer a img {
  width: 150px;
}

.address_cover h3 {
  color: rgb(207, 49, 53);
  font-size: 20px;
  margin-bottom: 0px;
}

.address_cover p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 600;
}

.address_cover {
  text-align: center;
}

.footer-cover {
  margin-top: 20px;
  clear: both;
}

.cnt-cover.app-iconlogo {
  margin-top: 10px;
  border: 0px;
  background-color: transparent;
}

.pop-up-cover {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.72);
}

.pop-up-cover .pop {
    position: absolute;
    top: 39%;
    left: 5%;
    right: 5%;
    background: rgb(0 0 0);
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid rgb(161 128 69);
}

.pop-text {
  position: relative;
}

.pop-text a {
  position: absolute;
  right: 10px;
  color: rgb(255, 209, 131);
}

.pop-text h4 {
  font-size: 26px;
  font-weight: bold;
  color: rgb(255, 209, 131);
  padding-right: 41px;
}

.pop-text p {
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

input#SearchNewsDateWise:focus {
  border: 0px;
  outline: 0px;
}

input#txtEndDate:focus {
  outline: 0px;
}

input#txtStartDate:focus {
  outline: 0px;
}

.date-picker input[type="text"] {
  border: 1px solid rgb(73, 2, 2);
  height: 33px;
  border-radius: 2px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  width: 145px;
  padding-left: 7px;
  margin-bottom: 15px;
  font-weight: bold;
}

.date-picker input[type="button"] {
  cursor: pointer;
  background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
  border-radius: 3px;
  color: rgb(0, 0, 0);
  padding: 4px 16px;
  font-size: 16px;
  border: 0px;
}

.up-cover {
  background: rgb(22 22 22);
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  float: left;
  border-radius: 20px;
  border: 1px solid #cfaa62;
}

.update-date-cover h2 {
  font-size: 22px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  width: 100%;
  float: left;
}

.update-date-cover h2 p {
  display: inline-block;
  margin-left: 14px;
  font-size: 16px;
  margin-bottom: 0px;
  color: rgb(0 0 0);
}

.update-title h4 {
  margin: 10px 0px;
  width: 100%;
  float: left;
  color: rgb(203, 164, 92);
  font-size: 24px;
  font-weight: bold;
}

.update-title p {
  width: 100%;
  float: left;
  font-size: 18px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
}

.update-date-cover h2 {
  font-size: 22px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  border-radius: 30px;
  background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
  color: rgb(0 0 0);
  width: 100%;
  float: left;
}

#divNews h1 {
  text-align: center;
}

.date-picker {
  text-align: right;
}

.img-thumbnail {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}

.cnt-detail-cover {
  background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
  padding: 10px 10px 0px;
  text-align: center;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 4px;
  width: 100%;
  float: left;
}

.cnt-detail-cover p {
  padding: 8px 0px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 4px;
  background: rgb(243, 243, 241);
}

.bank-cover p {
  background: rgb(22 22 22);
  line-height: 27px;
  margin: 0px 0px 10px;
  display: block;
  float: left;
  font-size: 16px;
  width: 100%;
  color: rgb(255, 255, 255);
}

.cnt-detail-cover p i {
  font-size: 24px;
  margin-bottom: 10px;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  color: rgb(0, 0, 0);
  border-radius: 30px;
  background: rgb(255, 255, 255);
  display: inline-block;
}

.cnt-detail-cover p strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: rgb(204 155 83);
}

.cnt-detail-cover p span {
  color: rgb(255, 255, 255);
  font-size: 16px;
  width: 100%;
  display: block;
}

.feedback-cover1 {
  padding: 10px;
  background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 4px;
}

.feedback-cover {
  padding: 10px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 4px;
  background: rgb(255, 255, 255);
}

.cnt-title {
  text-align: center;
  background: rgb(248, 157, 19);
  border-radius: 4px;
}

.cnt-title h2 {
  margin: 0px;
  padding: 10px 0px;
  color: rgb(22 22 22);
  border-radius: 4px;
  background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
}

#contact-form .form-group {
  margin-top: 10px;
  width: 100%;
}

.form-control {
  border: 1px solid rgb(206, 206, 206);
  letter-spacing: 0px;
}

.for-img-look label {
  background: rgba(0, 0, 0, 0);
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
}

.thm-btn.bgclr-1 {
  padding: 7px 24px;
  letter-spacing: 0px;
  background: rgb(22 22 22);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  transition: 0.5s;
  border: 1px solid rgb(49, 0, 0);
  cursor: pointer;
}

.thm-btn.bgclr-1:hover {
  background: transparent;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(131, 93, 6);
}

input#save:focus {
  outline: 0px;
}

iframe {
  margin-top: 30px;
}

.tg-contentbox {
  background: rgb(22 22 22);
  float: left;
  width: 100%;
  min-height: 201px;
}

.mar-btm {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.bank-img {
  float: left;
  margin-bottom: 10px;
}

.tg-contentbox .ban1 {
  width: 35%;
  font-size: 13px;
  color: rgb(210, 164, 89);
  border-color: rgb(0, 0, 0);
  padding: 10px 0px 10px 5px;
  font-weight: 500;
}

.b_bott {
  float: right;
  font-size: 13px;
  color: rgb(210, 164, 89);
  border-color: rgb(255, 255, 255);
}

.tg-contentbox .ban3 {
  width: 65%;
  font-size: 13px;
  color: rgb(210, 164, 89);
  border-color: rgb(0, 0, 0);
  padding: 10px 0px 10px 5px;
  font-weight: 500;
}

.title-wth.title-name {
  color: rgb(203, 164, 92);
  font-size: 24px;
  margin: 10px 0px;
  font-weight: 600;
}

.gb-chartbx h2 {
  margin: 10px 0px;
  color: rgb(53, 46, 113);
  text-align: center;
  background: linear-gradient(0deg, rgb(214, 182, 95) 0%, rgb(255, 254, 166) 51%, rgb(214, 182, 95) 100%);
  padding: 5px 0px;
}

.pd10.text-center img {
  width: 100%;
}

.header {
  text-align: center;
}

.gold-mmt {
  width: 50%;
  text-align: right;
  text-transform: uppercase;
}

.coin-cover .left {
  width: 50%;
  display: inline-block;
  float: left;
}

.coin-cover .right {
  width: 50%;
  display: inline-block;
  float: left;
}

.coin-cover .lf-cvr {
  width: 100%;
  float: left;
}

.coin-cover .lf-cvr .pn {
  width: 100%;
  float: left;
  padding: 10px;
}

.coin-cover .lf-cvr .pn span {
  display: block;
}

.pn.head {
  background: rgb(219, 201, 118);
  border-radius: 5px;
  margin-bottom: 8px;
}

.coin-cover .lf-cvr .pn.head span {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.coin-cover .lf-cvr .pn.rat {
  font-size: 26px;
  font-weight: bold;
  border: 1px solid rgb(219, 201, 118);
  border-radius: 5px;
  margin-bottom: 5px;
  background: rgb(255, 255, 255);
}

.pn.rat span p {
  display: block;
  padding: 7px 15px;
  border-radius: 6px;
  width: 166px;
  margin: 0px auto;
  font-size: 18px;
}

.coin-cover .lf-cvr span.r-w {
  display: inline-block;
  float: right;
}

.coin-cover .lf-cvr .pn span.l-w {
  display: inline-block;
  float: left;
  font-size: 18px;
}

.pn.rat span.l-w {
  padding: 5px 0px;
}

.pn.rat span p.r {
  background: red;
  color: rgb(255, 255, 255);
}

.pn.rat span p.e {
  background: transparent;
  color: rgb(51, 51, 51);
}

.app-icon {
  margin-top: 0px;
}

.col-md-3.ds {
  margin-top: 53px;
  height: 530px;
  margin-left: 50px;
  flex: 0 0 20%;
  max-width: 20%;
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg, rgb(173, 173, 173) 0%, rgb(240, 179, 36) 29%, rgb(255, 19, 97) 67%, rgb(240, 179, 36) 100%);
  background-size: 200%;
  color: rgb(255, 255, 255);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: 2s linear 0s infinite normal none running textclip;
  display: inline-block;
}

@keyframes textclip {
  100% {
    background-position: 200% center;
  }
}

h2.liverate-tittle {
  color: rgb(203, 164, 92);
  position: relative;
  margin-bottom: 10px;
}

.usdmain {
  margin-top: 20px;
  background: #1f1f1f;
  box-shadow: 3px 4px 0 #3e3e3e;
}

.usdmain h4 {
  background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
  border-radius: 2px;
  color: rgb(0, 0, 0);
  font-size: 22px;
  padding: 3px 0px;
}

.usdmain h3 {
  color: rgb(255, 255, 255);
  margin: 5px 0px;
  display: inline-block;
  padding: 4px;
  font-size: 30px;
  border-radius: 3px;
}

.wdf .rating-cover {
  width: 50%;
  float: left;
}

/* 
.sptmain .col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 30px;
} */


.header-top-details.newmoscreen {
  display: none;
}

.header-top-details.newdescreen1 {
  display: block;
}

.header-cover div#navbarsExample08 {
  justify-content: center;
  width: 100%;
  background: rgb(22, 22, 22);
  border: 1px solid rgb(48 47 47);
}
.about-cover h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.gold-cover-tittle.db.bone .buy-sell-cover h5 {
    margin-top: 30px;
}
.about-cover p {
  color: #fff;
  border: 1px solid #ae9459;
  background: #161616;
  padding: 10px;
}
.about-cover p span {
    display: block;
    color: #cba45c;
    font-size: 18px;
}

.gofortittle h2 {
  text-align: center;
  color: #fff;
  margin: 40px 0;
}

.spot-covermain{
      float: left;
    width: 100%;
        margin-top: 40px;
}
.spot-covermain .col-md-3 {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 20%;
}
.gold-cover-tittle.db .wdf .rating-cover{width: 100%;}
.gold-cover-tittle.db {
    height: 154px;
}

div#divFuture .col-md-3.col-sm-3.mt-3, div#divFuture .col-md-4.col-sm-4.mt-3{}

 /** START ADD BANNER **/

    .add-banner {
        background: #000000a1;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 999999;
        text-align: center;
    }

    .cross {
        position: absolute;
        right: 26%;
        top: 3%;
    }

    .add-banner img {
        width: 45%;
        margin-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;
    }
  @media screen and (max-width: 425px) {
        .buy-sell-cover h5 {
            padding: 5px 3px;
        }

        .ftwidth {
            width: 50px;
        }

        .img_p_right {
            width: 100%;
            margin: 0;
            display: inline-block;
        }

        .book_big_font {
            font-size: 18px;
            width: 223px;
        }

        .book_small_font {
            font-size: 12px;
        }

        .tg-contentbox {
            height: 175px;
        }

        .add-banner img {
            width: 82%;
        }

        .cross {
            position: absolute;
            right: 3%;
            top: 0%;
        }

        .add-banner .cross span {
            color: #000;
            height: 30px;
            width: 30px;
            background: #fff;
            display: block;
            font-size: 21px;
            line-height: 23px;
            border-radius: 50%;
            text-align: center;
        }

        .h {
            padding: 3px 5px;
        }

        .l {
            padding: 3px 5px;
        }
    }
div#chliverate {
    justify-content: center;
}
    /** END - ADD BANNER **/


    .hl-rate-cover.m1 {
    background: #ffffff;
}
.hl-rate-cover.m1 p{color: #000;}


/* Kyc css start */
.scheduler-border legend {
    background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
    border-image: none;
    border-style: none none solid;
    border-width: 0;
    color: #000000;
    display: block;
    font-size: 20px;
    line-height: inherit;
    margin-left: 10px;
    padding: 0 10px !important;
    width: inherit;
    border-radius: 3px;
}
fieldset.scheduler-border {
    border: 2px solid #e3b04b;
    margin: 10px 2px !important;
    padding: 0.35em 0.625em 0.75em !important;
    background-color: #fff;
}
.pad_bottom button:hover, html .pad_bottom input[type=button]:hover, .pad_bottom input[type=submit]:hover {
    color: #b38728;
    background: #fff;
}
input[type=file] {
    display: block;
    color: #fff;
}
.form-group {
    margin-bottom: 9px;
}
.scheduler-border label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
}
.scheduler-border .col-md-6.col-sm-6.col-xs-12 {
    display:inline-block;
    float:left;
}

.pad_bottom button, html .pad_bottom input[type=button], .pad_bottom input[type=reset], .pad_bottom input[type=submit] {
    cursor: pointer;
    background: linear-gradient(rgb(186, 139, 67) 3%, rgb(243, 223, 152) 49%, rgb(186, 139, 67) 90%);
    color: #000;
    border: 0px;
    border-radius: 3px;
    float: none !important;
    color: #000000;
    padding:10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
input[type=file]{color:#000;}


.drop-inner {
    margin-top: 10px;
}

.drop-inner select#drpcityname {
    border: 1px solid #bababa;
}
.drop-inner select#drpcityname {
    border: 1px solid #bababa;
    background: #b42324;
    color: #fff;
    padding: 6px 20px;
    width: 200px;
    text-align: center;
}
.drop-inner select#drpcityname option {
    background-color: #fff;
    color: #000;
}