@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;
}

.container-fluid {
  width: 90%;
}

.header-cover div#navbarsExample07 {
  justify-content: center;
  width: 100%;
}

button.navbar-toggler:focus {
  outline: 0px;
}

.header-cover .bg-dark .navbar-toggler {
  margin: 5px;
  border-color: rgb(197, 167, 143);
  padding: 0px 10px;
  background: rgb(197, 167, 143);
}

.header-cover .navbar-dark .navbar-nav .nav-link {
  padding: 10px 4px;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}

.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 15px;
  /* background: linear-gradient(180deg, rgba(254,199,56,1) 0%, rgba(255,220,114,1) 50%, rgba(254,199,56,1) 100%); */
  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: #fff;
  position: relative;
  font-weight: 400;
  background: #c89b34;
}

.logo-cover a img {
  display: block;
  margin: 0px auto;
  width: 150px;
}

.logo-cover {
  padding: 15px 0px;
  margin-bottom: 10px;
  margin-top: 5px;
  border-bottom: 2px solid #b09048;
  /* box-shadow: 0px 0px 1px 0px #ffd255; */
}

.cnt-cover {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding: 15px 0px;
  border: 2px solid #081224;
  animation: color-change 2s linear infinite;
  background: #07162e;
}

@keyframes color-change {
  0%,
  100% {
    border-color: #b09048;
  }

  25% {
    border-color: #b09048;
  }

  50% {
    border-color: #fff;
  }

  75% {
    border-color: #b09048;
  }
}

.cnt-cover h2 {
  margin: 0px 0px 4px;
  font-size: 18px;
  color: #b09048;
  font-weight: 500;
}

.header-top-details {
  background: rgb(73 5 6);
  border-bottom: 5px solid rgb(255 249 234);
  background: #ffffff;
}

.image-maa img {
  border: 2px solid rgb(152, 122, 40);
}

.image-maa {
  text-align: center;
}

.cnt-cover p {
  margin: 0px;
  color: rgb(255 255 255);
  font-weight: 400;
}

.header-cover .nav-item.active a.nav-link {
  /* background: rgb(255, 255, 255) !important; */
  color: rgb(200 155 52) !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;
  background: url(../images/bg.png) repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  z-index: -1;
  background: #f4f8ff;
  background-size: cover;
  background-attachment: fixed;
}

.cover_bs {
  padding: 1px 0px 0px;
  /* border: 2px solid #0c0c0c; */
  float: left;
  width: 100%;
  display: inline-block;
  /* background: rgb(5 11 23); */
  position: relative;
  /* box-shadow: 2px 3px 11px 0px #000000; */
}

.cover_bs::after {
  /* width: 11px; */
  /* height: 44px; */
  /* content: ""; */
}

.gold-cover-tittle:nth-child(2) {
  order: -3;
}

.gold-cover-tittle {
  /* background: white; */
  color: rgb(255, 255, 255);
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.gold-cover-tittle h4 {
  border-radius: 50px;
  color: rgb(255 255 255);
  font-size: 18px;
  font-weight: 600;
  padding: 6px 0px;
  position: absolute;
  background: #c89b34;
  top: -6%;
  z-index: 999;
  border-width: 2px 2px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #0e224e;
  border-right-color: #0e224e;
  border-left-color: #0e224e;
  border-image: initial;
  left: 30%;
  border-bottom-style: initial;
  border-bottom-color: initial;
  right: 0px;
  width: 40%;
}

.hl-rate-cover {
  background: #e4e4e4;
  margin: 0px;
  float: left;
  border: 1px solid #b5b5b5;
  width: 98%;
  margin-top: 5px;
  margin-left: 2px;
}

.buy-sell-cover {
  display: inline-block;
  justify-content: center;
  float: left;
  width: 100%;
  margin: 10px 0px 0px;
}

.buy-sell-cover h6 {
  color: rgb(6 14 27);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px;
  display: block;
  margin-top: 13px;
}

.buy-sell-cover h6:last-child {
  border-right: 0px;
}

.buy-sell-cover h5 {
  color: #c89b34;
  font-size: 24px;
  font-weight: 500;
  padding: 5px;
  display: inline-block;
  margin: 5px 0px;
}

.rating-cover {
  width: 100%;
  float: left;
  border: 1px solid #e4e4e4;
  margin: 0 3px;
  box-shadow: -3px -3px 0px 0px #c89b34;
}

.rating-cover:first-child {
  /* border-left: 0px; */
  /* margin-right: 0; */
}

.hl-rate-cover p {
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: rgb(255 255 255);
  padding: 4px 16px;
  background: #050c18;
}

.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: 16px;
  color: rgb(180 149 77);
  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: #c89b34;
  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 #aaaaaa;
  padding: 5px 0px;
  margin-bottom: 5px;
  background: #fff;
}

.content-cover:last-child {
  margin-bottom: 0px;
}

.p-h.p0 {
  width: 25%;
  padding: 7px 0px 7px 50px;
  /* background: #fff; */
  /* box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0,
    inset rgba(255, 255, 255, 0.25) 0 1px 0, inset rgba(0, 0, 0, 0.5) 0 0 0,
    inset rgba(255, 255, 255, 0.08) 0 1.25rem 0,
    inset rgb(0 0 0 / 12%) 0 -1.25rem 1.25rem,
    inset rgba(255, 255, 255, 0.1) 0 1.25rem 1.25rem; */
}

.p-h.ph {
  width: 15%;
}

.product-title-color .p-h.ph span,
.product-title-color .p-h.p0 span {
  color: rgb(255 255 255);
}

.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: 22px;
  font-weight: 400;
  color: rgb(200 155 52);
}

.product-rate {
  text-align: center;
}

.mn-rate-cover .bgm {
  font-size: 32px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
  color: rgb(0 0 0);
}

table {
  width: 100%;
}

.e {
  color: rgb(255, 255, 255);
}

.product-rate a input[type="button"] {
  background: rgb(15 23 42);
  padding: 4px 15px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  border: 0px;
  outline: 0px;
  border-radius: 5px;
}

.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 {
  border-radius: 3px;
  background: rgb(0, 128, 0);
  color: rgb(255, 255, 255) !important;
}

.l {
  border-radius: 3px;
  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: #000000b8;
}

.pop-up-cover .pop {
  position: absolute;
  top: 39%;
  left: 5%;
  right: 5%;
  background: rgb(252, 252, 252);
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid rgb(200 155 52);
}
.pop-logo img {
  width: 160px;
}
.pop-text {
  position: relative;
}

.pop-text a {
  position: absolute;
  right: 10px;
  color: #000;
}

.pop-text h4 {
  font-size: 26px;
  font-weight: bold;
  color: #c89b34;
  padding-right: 41px;
}

.pop-text p {
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
  color:#000;
}

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: rgb(200 155 52);
  border-radius: 3px;
  color: rgb(0, 0, 0);
  padding: 4px 16px;
  font-size: 16px;
  border: 0px;
}

.up-cover {
  /* background: rgb(44, 27, 9); */
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  float: left;
  /* border-radius: 20px; */
  border: 1px solid #e4e4e4;
  margin: 0 3px;
  box-shadow: -3px -3px 0px 0px #c89b34;
  background: #f4f8ff;
}

.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(255 255 255);
}

.update-title h4 {
  margin: 10px 0px;
  width: 100%;
  float: left;
  color: rgb(200 155 52);
  font-size: 24px;
  font-weight: bold;
}

.update-title p {
  width: 100%;
  float: left;
  font-size: 18px;
  letter-spacing: 0px;
  color: rgb(7 22 46);
}

.update-date-cover h2 {
  font-size: 22px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  border-radius: 30px;
  background: #c89b34;
  color: rgb(255 255 255);
  width: 100%;
  float: left;
  border-width: 2px 2px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #0e224e;
  border-right-color: #0e224e;
  border-left-color: #0e224e;
}

#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: #b09048;
  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(200 155 52);
  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(244 248 255);
  display: inline-block;
}

.cnt-detail-cover p strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.cnt-detail-cover p span {
  color: rgb(255, 255, 255);
  font-size: 16px;
  width: 100%;
  display: block;
}

.feedback-cover1 {
  padding: 10px;
  background: #af8f48;
  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(255, 255, 255);
  border-radius: 4px;
  background: rgb(7 22 46);
}

#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(7 22 46);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  border: 1px solid rgb(7 22 46);
  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(200 155 52);
  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(255, 255, 255);
  border-color: rgb(0, 0, 0);
  padding: 10px 0px 10px 5px;
  font-weight: 500;
}

.b_bott {
  float: right;
  font-size: 13px;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.tg-contentbox .ban3 {
  width: 65%;
  font-size: 13px;
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  padding: 10px 0px 10px 5px;
  font-weight: 500;
}

.title-wth.title-name {
  color: rgb(7 22 46);
  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,
    #adadad 0%,
    #b09048 29%,
    #ff1361 67%,
    #b09048 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.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) {
    .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;}
}
