@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;
}

body {
  background-image: url(../images/gold-tab-bg.jpg);
  color: #fff;

}

body.menu-active #menu-btn span {
  background-color: transparent;
}

body.menu-active #menu-btn span:before {
  transform: translateY(0) rotate(45deg) translateZ(0);
}

body.menu-active #menu-btn span:after {
  transform: translateY(0) rotate(-45deg) translateZ(0);
}

body.menu-active #menu-wrapper {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}

#menu-btn {
  left: 0;
  width: 60px;
  height: 47px;
  cursor: pointer;
  top: 5px;
  display: block;
  position: fixed;
  z-index: 100;
}

#menu-btn span {
  position: absolute;
  top: 50%;
  display: block;
  width: 23px;
  height: 3px;
  background: #fff;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.3s ease-out;
  left: 50%;
  margin-left: -12px;
}

#menu-btn span:after,
#menu-btn span:before {
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
}

#menu-btn span:before {
  transform: translateY(-298%) translateZ(0);
}

#menu-btn span:after {
  transform: translateY(298%) translateZ(0);
}

#menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

#menu-wrapper nav {
  position: relative;
  height: 100%;
  display: table;
  width: 100%;
}

#menu-wrapper nav ul {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#menu-wrapper nav ul li {
  list-style: none;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0px;
  padding: 0px;
}

#menu-wrapper nav ul li a {
  font-size: 20px;
  font-weight: 400;
  display: block;
  color: #fff;
  transition: color 0.2s;
  outline: none;
  text-decoration: none;
  background: transparent;
  padding: 15px 15px 15px 60px;
}

#menu-wrapper nav ul li a:hover {
  color: #00ffff;
}


.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 10px;
  color: rgb(255 255 255);
  font-weight: 400;
  font-size: 15px;
  border-radius: 3px;
}

.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 8px;
  background: #0b2532;
  border-radius: 2px;
}

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: 13px;
  margin-top: 10px;
  background-color: transparent !important;
}

.header-top-marquee {
  line-height: normal;
  padding: 5px 10px 2px;
  color: rgb(0 0 0);
  position: relative;
  font-weight: bold;
  background: linear-gradient(180deg, #f7e779 21%, #ad7e39 59%, #f7e779 101%);
}

.main-cover, footer, header {
  width: 100%;
  float: left;
}

.main-cover {
  min-height: 65vh;
}

.logo-cover a img {
  display: block;
  margin: 0px auto;
  width: 134px;
}

.logo-cover {
  padding: 10px 0px;
  margin-bottom: 10px;
  margin-top: 5px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 6%), 0 3px 12px rgba(0, 0, 0, 0.23);
  margin: 18px 0px;
}

.cnt-cover {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding: 15px 0px;
  border: 1px solid #23566e;
  /* animation: color-change 2s linear infinite; */
  background: #143f54;
}


@keyframes color-change {
  0%, 100% {
    border-color: #a58a0f;
  }

  25% {
    border-color: #f0b324;
  }

  50% {
    border-color: #fff;
  }

  75% {
    border-color: #f0b324;
  }
}


.cnt-cover h2 {
  margin: 0px 0px 4px;
  font-size: 18px;
  color: #fbba46;
  font-weight: 500;
}

.header-top-details {
  border-bottom: 4px solid rgb(240 180 69);
  background: #153a4c;
}

.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: linear-gradient(180deg, #f7e779 21%, #ad7e39 59%, #f7e779 101%);
  color: rgb(0 0 0) !important;
}

.header-cover .nav-item:hover {
  background: linear-gradient(180deg, #f7e779 21%, #ad7e39 59%, #f7e779 101%);
}

.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/logo.png);
  background-size: 100% 100%;
  z-index: -1;
  background-repeat: no-repeat;
} */

.cover_bs {
  /* padding: 1px 0px 0px; */
  /* border: 1px solid #23566e; */
  float: left;
  width: 100%;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
  display: inline-block;
  /* position: relative; */
  /* background: #0b2532; */
}





.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 {
  color: rgb(0 0 0);
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px;
  /* position: absolute; */
  /* top: 1%; */
  /* z-index: 999; */
  /* border-width: 2px 2px 0px; */
  /* background-image: url(../images/spt.png); */
  /* left: 33px; */
  /* right: 0px; */
  /* padding-left: 25px; */
  /* background: linear-gradient(180deg, #f7e779 21%, #ad7e39 59%, #f7e779 101%); */
  /* width: 60%; */
  background-size: cover;
  text-align: center;
  /* background-repeat: no-repeat; */
  color: #d2ac67;
}
.silver-cover-tittle h4 {
 
  color: #cbcbcb;
}

.hl-rate-cover {
  /* background: #143f54; */
  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(155 129 49);
  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: rgb(255 255 255);
  font-size: 24px;
  font-weight: 500;
  /* padding: 5px; */
  display: inline-block;
  margin: 0px 5px;
  /* box-shadow: 0 10px 20px rgb(203 203 203), 0 6px 6px rgba(0, 0, 0, 0.23); */
  /* border: 1px solid #143f54; */
  border-radius: 3px;
}

.rating-cover {
  width: 100%;
  float: left;
  /* padding: 15px 0px; */
}

.rating-cover:first-child {
  border-left: 0px;
}

.hl-rate-cover p {
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255 255 255);
  padding: 7px 16px;
}

.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(255 255 255);
  line-height: normal;
  padding: 3px 0px;
  font-weight: 500;
}

.mn-rate-cover {
  display: inline-block;
  /* background: #143f54; */
}

.product-cover-tabs {
  color: rgb(255, 255, 255);
  text-align: center;
  background: rgb(255, 255, 255);
}

.main-product {
  position: relative;
  margin: 10px 0px;
  background: #544429d9;
  border-radius: 10px;
}
.main-product-silver {
  background: #515151d9;
}

#divHeader {
  width: 100%;
  float: left;
  /* background: linear-gradient(180deg, #f7e779 21%, #ad7e39 59%, #f7e779 101%); */
  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;
  background: transparent;
}

.content-cover {
  display: inline-block;
  width: 100%;
  /* border: 1px solid #23566e; */
  padding: 5px 0px;
  margin-bottom: 5px;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
  /* background: #fff; */
}

.content-cover:last-child {
  margin-bottom: 0px;
}

.p-h.p0 {
  width: 20%;
  padding: 7px 0px 7px 40px;
  /* background: #143f54; */
  color: #000 !important;
}

.p-h.ph {
  width: 20%;
}

.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;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-title-color span {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}

.product-name {
  width: 30%;
  padding-left: 10px;
}

.main-product-cover h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255 255 255);
  letter-spacing: 1px;
}

.product-rate {
  text-align: center;
}

.mn-rate-cover .bgm {
  font-size: 20px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 500;
  color: rgb(255 255 255);
}

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(21 58 76);
  padding: 10px 0px;
  text-align: center;
  color: rgb(255 255 255);
  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);
}
.content-cover.aba table tbody tr {
    margin-bottom: 10px;
    display: flex;
}
.pop-up-cover .pop {
  position: absolute;
  top: 39%;
  left: 5%;
  right: 5%;
  background: #100e0d;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #d2ac67;
}

.pop-text {
  position: relative;
}

.pop-text a {
  position: absolute;
  right: 10px;
  color: #d2ac67;
}

.pop-text h4 {
  font-size: 26px;
  font-weight: bold;
  color: #d2ac67;
  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:#d2ac67;
  border-radius: 3px;
  color: rgb(0, 0, 0);
  padding: 7px 16px;
  font-size: 16px;
  border: 0px;
}

.up-cover {
  background: #3b1a01;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
    float: left;
    border-radius: 3px;
    border: 1px solid #3b1a01;
}

.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;
}
.vision p {
  /* background: #291200b3 !important; */
  padding: 5px;
  /* border: 2px solid #3b1a01; */
  padding-left: 30px;
}
.about_us_cover{
  background: #291200b3 !important;
  border: 2px solid #3b1a01;    padding: 0px 25px;
}

.vision p span{font-size: 11px;margin-right: 12px;}

.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(255, 255, 255);
  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: 3px;
  background: #d2ac67;
  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: #d2ac67;
  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: #3b1a01;
}

.bank-cover p {
  /* background: rgb(11 37 50); */
  line-height: 27px;
  margin: 0px 0px 10px;
  display: block;
  float: left;
  font-size: 16px;
  width: 100%;
  color: rgb(255, 255, 255);
}

.about_main_cover_css{
  display: flex;
      align-items: center;
      justify-content: center;
      height: auto;
}
.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: #d2ac67;
  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: #d2ac67;
  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: #3b1a01;
}

.cnt-title {
  text-align: center;
  background: rgb(248, 157, 19);
  border-radius: 4px;
}

.cnt-title h2 {
  margin: 0px;
  padding: 9px 0px;
  border-radius: 4px;
  background:#d2ac67;
  font-size: 26px;
  color: #000;
}

#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: 5px;
  color: rgb(255 255 255);
}

.thm-btn.bgclr-1 {
  padding: 7px 24px;
  letter-spacing: 0px;
  background: #d2ac67;
  border-radius: 3px;
  color: rgb(0 0 0);
  transition: all 0.5s ease 0s;
  border: 1px solid rgb(49, 0, 0);
  cursor: pointer;
}

.thm-btn.bgclr-1:hover {
  background: #3b1a01;
    color: rgb(209 171 103);
    border: 1px solid #d0aa66;
}

input#save:focus {
  outline: 0px;
}

iframe {
  margin-top: 30px;
}

.tg-contentbox {
  background: #3b1a01;
  float: left;
  width: 100%;
  min-height: 201px;
  border: 1px solid #3b1a01;
}

.mar-btm {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.col-md-6.col-sm-6.mar-btm {
  margin-top: 35px;
}

.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(255, 255, 255);
  font-size: 24px;
  margin: 10px 0px;
  font-weight: 600;
  margin-top: 40px;
}

.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: linear-gradient(180deg, #f7e779 21%, #ad7e39 59%, #f7e779 101%);
  border-radius: 5px;
  margin-bottom: 8px;
}

.coin-cover .lf-cvr .pn.head span {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  width: 40%;
}

.coin-cover {
  margin-top: 34px;
}

.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);
  display: flex;
  vertical-align: middle;
  align-items: baseline;
}

.pn.rat span p {
  display: block;
  padding: 7px 15px;
  border-radius: 6px;
  width: 170px;
  margin: 0px auto;
  font-size: 18px;
}

span.buycoin a {
  font-size: 15px;
  font-weight: 500;
  background: linear-gradient(180deg, #f7e779 21%, #ad7e39 59%, #f7e779 101%);
  padding: 8px 22px;
  color: #000;
  border-radius: 3px;
}

.coin-cover .lf-cvr span.r-w {
  display: block;
  float: left;
  width: 40%;
}

span.buycoin {
  width: 100px;
  text-align: center;
  float: left;
  text-align: right;
}

.coin-cover .lf-cvr .pn span.l-w {
  display: inline-block;
  float: left;
  font-size: 18px;
  width: 40%;
}

span.buycoin .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%,
      #f0b324 29%,
      #ff1361 67%,
      #f0b324 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;
  }
}



h2.liverate-tittle {
  color: #fbba46;
  position: relative;
  margin-bottom: 60px;
  animation-duration: 1s;
}

.nav-tabs {
  border: 0px;
  margin-top: 60px;
  width: 100%;
  float: left;
  justify-content: space-between;
  /* margin-bottom: 40px; */
}

h2.liverate-tittle::after {
  background-image: url(../images/border.png);
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  top: 50px;
  left: 35%;
  right: 0;
  height: 21px;
}

.nav-tabs .nav-item {
  /* margin: 0px 16px; */
}

.nav.nav-tabs button {
  width: 80px;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 2px;
  padding: 15px 0px;
  font-size: 18px;
  background: #143f54;
  color: #fff;
  letter-spacing: 2px;
}

.nav-tabs.nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000000;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 500;
}


/* .quarter {
  width: 200px;
  height: 200px;
}

.top-left {
  border-top-left-radius: 200px;
  background: #1fb14e;
  float: right;
  margin-top: 15%;
} */

.p-h-2.p0 {
  width: 50%;
  /* background: #143f54; */
  color: #ffffff !important;
  font-size: 12px;
}

.p-h-2.ph {
  width: 50%;
  font-size: 15px;
}

.mn-rate-cover .bgm-2 {
  font-size: 17px;
  display: inline-block;
  font-weight: 500;
  color: rgb(255 255 255);
  padding: 2px 5px;
  border-radius: 4px;
}



.main-product-cover-2 h3 {
  font-size: 17px;
  font-weight: 500;
  color: rgb(255 255 255);
}

.product-title-color-2 span {
  font-weight: 600;
  font-size: 17px;
}

.main-product {
  position: relative;
  z-index: -1;clear: both;
      min-height: 350px;
}

.main-product::after {
  background-image: url(../images/gold-tab-half-circle.png);
  content: "";
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}

.main-product-silver::after {
  background-image: url(../images/silver-tab-half-circle.png);
  content: "";
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}

.col-lg-3.mt-3.p-l-r {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 25px;
}

#divHeader1 .table td {
  padding: 0px !important;
}

.quarter h6 {
  text-align: end;
  margin-bottom: 30px;
}

.logo_about img{
  width: 170px;
    margin: auto;
    display: block;
    padding: 20px;
}

.backgroundlogo {
  position: absolute;
  top: 12%;
  left: 42%;
  bottom: 0;
  z-index: -999;
  opacity: 0.6;
}


@media (max-width:991px) {
  .main-product .quarter {
      padding: 40px 30px 20px;
     }
         .col-lg-3.mt-3.p-l-r {
           position: relative;
           right: 0;
           bottom: 0;
           padding-left: 25px; }
}