* {
  box-sizing: border-box;
  margin: 0px;
  top: 0px;
}

a:hover {
  color: rgb(68, 34, 0);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}
ul.exzoom_img_ul li img {
  width: 100%;
}
.main-product-cover {
  text-align: center;
}

input {
  outline: none;
}

.bg {
  background: rgb(205, 157, 49);
}

.bg-dark1 {
  background: rgb(255, 255, 255);
}

.bg-light {
  background: rgb(223, 215, 191) !important;
}

.bg-gray {
  background: rgb(245, 245, 245);
}

.white-color {
  color: rgb(255, 255, 255);
}

.yellow-color {
  background: rgb(205, 157, 49);
}

.d-flex {
  display: flex;
  align-items: center;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline-block;
}

.text-white {
  color: rgb(0, 0, 0) !important;
}

.text-black {
  color: rgb(0, 0, 0);
}

.text-title {
  color: rgb(205, 157, 49);
}

.text-title1 {
  color: rgb(0, 0, 0);
}

.gray-text {
  color: rgb(112, 112, 112);
}

.marginb5 {
  margin-bottom: 5px;
}

.marginb10 {
  margin-bottom: 10px;
}

.marginb15 {
  margin-bottom: 15px;
}

.marginb20 {
  margin-bottom: 20px;
}

.marginb25 {
  margin-bottom: 25px;
}

.marginb30 {
  margin-bottom: 30px;
}

.marginb35 {
  margin-bottom: 35px;
}

.marginb45 {
  margin-bottom: 24px;
}

.margint5 {
  margin-top: 5px;
}

.margint10 {
  margin-top: 10px;
}

.margint15 {
  margin-top: 15px;
}

.margint20 {
  margin-top: 20px;
}

.margint25 {
  margin-top: 25px;
}

.margint30 {
  margin-top: 30px;
}

.margint35 {
  margin-top: 35px;
}

.marginl5 {
  margin-left: 5px;
}

.marginl10 {
  margin-left: 10px;
}

.marginl15 {
  margin-left: 15px;
}

.marginl20 {
  margin-left: 20px;
}

.marginl25 {
  margin-left: 25px;
}

.marginl30 {
  margin-left: 30px;
}

.marginl35 {
  margin-left: 35px;
}

.marginr5 {
  margin-right: 5px;
}

.marginr10 {
  margin-right: 10px;
}

.marginr15 {
  margin-right: 15px;
}

.marginr20 {
  margin-right: 20px;
}

.marginr25 {
  margin-right: 25px;
}

.marginr30 {
  margin-right: 30px;
}

.marginr35 {
  margin-right: 35px;
}

.paddingb5 {
  padding-bottom: 5px;
}

.paddingb10 {
  padding-bottom: 10px;
}

.paddingb15 {
  padding-bottom: 15px;
}

.paddingb20 {
  padding-bottom: 20px;
}

.paddingb25 {
  padding-bottom: 25px;
}

.paddingb30 {
  padding-bottom: 30px;
}

.paddingb35 {
  padding-bottom: 35px;
}

.paddingt5 {
  padding-top: 5px;
}

.paddingt10 {
  padding-top: 10px;
}

.paddingt15 {
  padding-top: 15px;
}

.paddingt20 {
  padding-top: 20px;
}

.paddingt25 {
  padding-top: 25px;
}

.paddingt30 {
  padding-top: 30px;
}

.paddingt35 {
  padding-top: 35px;
}

.paddingl5 {
  padding-left: 5px;
}

.paddingl10 {
  padding-left: 10px;
}

.paddingl15 {
  padding-left: 15px;
}

.paddingl20 {
  padding-left: 20px;
}

.paddingl25 {
  padding-left: 25px;
}

.paddingl30 {
  padding-left: 30px;
}

.paddingl35 {
  padding-left: 35px;
}

.paddingr5 {
  padding-right: 5px;
}

.paddingr10 {
  padding-right: 10px;
}

.paddingr15 {
  padding-right: 15px;
}

.paddingr20 {
  padding-right: 20px;
}

.paddingr25 {
  padding-right: 25px;
}

.paddingr30 {
  padding-right: 30px;
}

.paddingr35 {
  padding-right: 35px;
}

.padding-topbottom {
  padding: 60px 0px 110px;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.menu-cover {
  gap: 68px;
}

.leftside-menu.d-flex {
  justify-content: space-between !important;
}

.navbar-nav .nav-item a {
  color: rgb(0, 0, 0) !important;
}

.calculation-cover {
  position: relative;
}

.calculation-cover::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("../img/cal.png") center bottom / cover no-repeat;
  width: 100%;
  height: 100%;
}

.phone-number {
  font-size: 18px;
  line-height: 1;
  position: relative;
  padding: 0px 20px;
  font-weight: 500;
}

.loginbtn a {
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  padding: 5px 36px;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  z-index: 1;
  overflow: hidden;
  gap: 10px;
  color: rgb(255, 255, 255);
  text-decoration: none !important;
}

.plus-quentity input[type="button"] {
  color: rgb(223, 215, 191);
  font-weight: normal;
  padding: 8px;
  border: 1px solid rgb(118, 60, 2);
  border-radius: 43px;
  background: rgb(42, 21, 0);
  width: 100px;
  font-size: 15px;
  height: auto;
}

a.nav-link.active {
  border-radius: 39px;
  color: rgb(205, 157, 49) !important;
}

.nav-link {
  padding: 10px 5px;
  margin-right: 13px;
}

.navbar-light .navbar-nav .nav-link {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  margin-right: 35px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 1px solid rgb(205, 157, 49);
  border-radius: 0px;
  border-top: 1px solid rgb(205, 157, 49);
  background: rgb(255, 235, 190);
}

.maingldslvrcvr {
  background: rgb(255, 255, 255);
  padding: 15px;
  width: 100%;
  float: left;
  border: 2px solid rgb(205, 157, 49);
  border-radius: 3px;
}

.gold-price-rate-cover.gold-price-lft .g-rate {
  display: inline-block;
}

.gold-rate-title.font-12.marginb5,
.clsPurity.font-12.marginb5 {
  display: inline-block;
}

.maingldslvrcvr.maintb {
  border: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

.maingldslvrcvr.maintb .nav.nav-pills.gldslvpills {
  border: 0px;
  margin-bottom: 0px !important;
}

.maingldslvrcvr .nav.nav-pills.gldslvpills .nav-item {
  width: 33.33%;
  text-align: center;
  border-right: 2px solid rgb(205, 157, 49);
}

img.gifimg {
  width: 15px;
  border-radius: 38px;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.maingldslvrcvr .nav-pills .nav-link.active,
.maingldslvrcvr .nav-pills .show > .nav-link {
  background: rgb(205, 157, 49);
  font-weight: 500;
  color: rgb(255, 255, 255) !important;
}

.maingldslvrcvr .nav.nav-pills.gldslvpills .nav-link {
  width: 100%;
  text-align: center;
  border-radius: 0px;
  color: rgb(0, 0, 0);
  margin: 0px auto;
  font-weight: 500;
}

.maingldslvrcvr .nav.nav-pills.gldslvpills .nav-item:last-child {
  border-right: 0px;
}

.calculation-content {
  padding: 10px;
  position: relative;
  width: 100%;
  float: left;
  border-radius: 9px;
}

.home-gold-rate {
  background: rgb(255, 248, 232);
  padding: 10px;
  width: 100%;
  margin: 0px auto;
  border-radius: 3px;
  border: 0px;
}

.gold-price-rate-cover {
  width: 49%;
  display: inline-block;
  text-align: right;
}

.image-for-box-rate img {
  width: 100%;
}

.gold-rate-cover {
  display: flex;
  align-items: center;
}

.gold-price-rate-cover.gold-price-rght {
  text-align: left;
}

.gold-price-rate-cover.gold-price-lft {
  padding-left: 14px;
}

.buy-bold-btn {
  background: rgb(205, 157, 49);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(205, 157, 49);
  transition: all 0.4s linear 0s;
  width: 100%;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0px auto;
  padding: 0px !important;
  height: 47px !important;
}

.plus-quentity {
  text-align: center;
  width: 100%;
  float: left;
  padding: 0px;
  border: 0px;
  border-radius: 5px;
  margin: 5px 0px;
}

.plus-quentity input[type="button"] {
  color: rgb(0, 0, 0);
  font-weight: 500;
  padding: 8px 17px;
  border: 1px solid rgb(205, 157, 49);
  border-radius: 3px;
  background: rgb(241, 241, 241);
  width: 100px;
}

.gold-rate-title {
  color: rgb(0, 0, 0);
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
}

.g-rate {
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 25px;
}

.gldbysellcvr .nav-pills .nav-link.active,
.gldbysellcvr .nav-pills .show > .nav-link {
  color: rgb(0, 0, 0);
  background: rgb(205, 157, 49);
  font-weight: 500;
  border-radius: 3px;
}

.gldbysellcvr ul#pills-tab {
  padding: 0px;
  border-radius: 3px;
  background: rgb(241, 241, 241);
}

.gldbysellcvr .nav-pills .nav-link {
  width: 100%;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.gldbysellcvr .nav-item {
  width: 33.33%;
  text-align: center;
}

.maingldslvrcvr .nav.nav-pills.gldslvpills {
  background: rgb(255, 255, 255);
  border-radius: 0px;
  border-bottom: 2px solid rgb(205, 157, 49);
}

.amount-input-cvr input {
  width: 100%;
  height: 48px;
  padding: 0px 45px 0px 12px;
  line-height: normal;
  background: rgb(255, 255, 255);
  border-width: 0px 0px 2px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-radius: 0px;
  font-size: 20px;
  color: rgb(0, 0, 0);
  border-bottom-style: solid;
  border-bottom-color: rgb(205, 157, 49);
  font-weight: 600;
}

.small-gmtext {
  display: inline-block;
  position: absolute;
  right: 15px;
  color: rgb(205, 157, 49);
  top: 18px;
  font-size: 20px;
}

.calculation-cover .row {
  align-items: center;
}

.chart {
  padding: 10px;
  background: rgb(68, 34, 0);
  border: 1px solid rgb(122, 68, 14);
  border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0px;
}

input[type="number"] {
}

.chart-top-text h3 {
  font-size: 55px;
  line-height: 65px;
}

.chart-top-text h3 b {
  color: rgb(251, 229, 162);
}

.chart-top-text h3 {
  color: rgb(255, 255, 255);
}

.chart-small-des {
  border: 1px solid rgb(251, 229, 162);
  border-radius: 0.5rem;
  padding: 11px;
  margin: 44px 0px;
}

.chart-small-des img {
  height: 1.5rem;
}

p.chart-small-des-text {
  color: rgb(251, 229, 162);
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.bbtn-cover {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.buy-bold-btn {
  width: 240px;
}

.amnt-qnty label {
  margin-bottom: 0px;
  margin-left: 10px;
  display: block;
  width: 100%;
  color: rgb(205, 157, 49);
  margin-top: 11px;
  font-weight: 500;
}

.amnt-qnty-flip {
  width: 10%;
  display: inline-block;
  float: left;
  margin-top: 47px;
  text-align: center;
  font-size: 21px;
  color: rgb(205, 157, 49);
}

.amnt-qnty {
  width: 45%;
  display: inline-block;
  float: left;
}

.image-for-box-rate img {
  width: 166px;
}

.bbtn-cover a {
  display: block;
}

.gold-rate-title.font-12.marginb5,
.clsPurity.font-12.marginb5 {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: -9px !important;
}

.small-gmtext p {
  margin: 0px;
}

.amount-input-cvr {
  position: relative;
}

.main-title {
  text-align: center;
}

.main-title h2 {
  font-size: 40px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.use-des-cover {
  padding-right: 1rem;
  text-align: center;
}

.use-title-cocer h3 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.use-des-icon {
  min-width: 86px;
  height: 80px;
}

.use-des-icon img {
  max-width: 100%;
  background: rgb(255, 255, 255);
}

.image-forgld-left img {
  width: 82%;
  text-align: center;
}

.image-forgld-left {
  text-align: center;
}

span.person-name {
  color: rgb(0, 0, 0);
}

.use-imgnew-cover img {
  width: 450px;
  border-radius: 10px;
  position: relative;
}

.g-rate span {
  margin-top: 3px;
  display: inline-block;
  color: rgb(211, 146, 0);
}

.top-section i {
  margin-left: 5px;
  margin-right: 3px;
}

span.small-szfonmt {
  font-size: 18px;
  position: relative;
  top: -5px;
}

.small-gmtext p i {
  font-size: 18px;
  position: relative;
  top: -4px;
}

.small-gmtext {
  font-size: 14px;
  top: 6px;
}

.top-section h6 {
  color: rgb(255, 255, 255);
  text-align: center;
}

.use-title-cocer p {
  line-height: 28px;
}

section.second {
  padding: 65px 0px;
}

.securitytext-section ul {
  border-radius: 4px;
}

.sectext-cover h4 {
  font-size: 22px;
  margin-top: 11px;
  color: rgb(255, 255, 255);
}

.sectext-cover img {
  margin-bottom: 14px;
}

.securitytext-section ul li {
  width: 24%;
  text-align: center;
  display: inline-block;
  padding: 11px 0px;
  border-radius: 0px;
}

.securitytext-section ul li:nth-child(4) {
  border-right: 0px;
}

.giv-hou-to-app-cover {
  background-image: url("../img/how-to-use.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: fixed;
  background-size: 50%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.giv-app-up li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 36px;
  list-style: none;
  margin-top: 15px;
  font-size: 24px;
  color: rgb(255, 255, 255);
}

.giv-app-up {
  padding-left: 0px;
}

.giv-app-up li img {
  position: absolute;
  left: 0px;
}

.giv-hou-to-app-padding-section h1 {
  font-size: 70px;
  color: rgb(255, 255, 255);
}

.giv-hou-to-app-padding-section h1 strong {
  display: block;
}

.giv-hou-to-app-padding-section h1 strong {
  display: block;
  color: rgb(0, 0, 0);
  margin-bottom: 37px;
}

section.fourth {
  background: rgb(205, 157, 49);
}

.five .row {
  --bs-gutter-x: 0rem;
}

.ft-mobile-left-cover-button {
  padding: 10px 69px;
  border: solid 1px var(--yellow);
  border-radius: 66px;
  font-weight: 500;
  display: inline-block;
  margin-top: 30px;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  background: rgb(205, 157, 49);
  color: rgb(255, 255, 255);
  font-size: 22px;
  text-transform: uppercase;
}

.ft-mobile-left-cover-button:hover {
  color: rgb(255, 255, 255);
}

.ft-mobile-left-cover p {
  margin-top: 18px;
  font-size: 18px;
}

.ft-mobile-left-image img {
  width: 100%;
}

.ft-mobile-left-cover {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 74px;
  text-align: center;
}

.five .row {
  align-items: center;
}

.ft-mobile-left-cover h2 {
  font-size: 57px;
  color: rgb(0, 0, 0);
  letter-spacing: 4px;
  line-height: 81px;
  font-weight: bold;
}

.ft-mobile-left-cover p {
}

.black-section {
  padding: 65px 0px;
  background: rgb(249, 249, 249);
}

.section-title-cover h2 {
  position: relative;
  text-align: center;
  color: rgb(242, 186, 89);
  text-transform: uppercase;
  font-size: 26px;
}

.whygodigital-content {
  margin-top: 50px;
}

.whygodigital-box {
  text-align: center;
  display: inline-block;
  background: rgb(255, 255, 255);
  padding: 11px 0px;
  border-radius: 4px;
  border: 1px solid rgb(205, 157, 49);
  margin-bottom: 25px;
}

.whygodigital-cnt h5 {
  color: rgb(0, 0, 0);
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 7px;
}

.whygodigital-cnt p {
  margin: 0px;
  color: rgb(120, 117, 117);
  padding: 5px 16px;
  min-height: 103px;
  font-size: 14px;
  line-height: 27px;
}

section.third {
  padding: 12px 0px;
  background: rgb(205, 157, 49);
}

.black-section.aos-init.aos-animate .marginb30.text-title1 b {
  color: rgb(251, 229, 162);
}

.font-weight-bold {
  text-align: left;
  font-size: 18px;
  color: rgb(205, 157, 49);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
}

footer p {
  color: rgb(0, 0, 0);
  display: block;
  text-align: left;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0px;
}

.footer-icon-cover ul li a {
  height: 35px;
  width: 34px;
  line-height: 35px;
  background: rgb(205, 157, 49);
  display: block;
  color: rgb(255, 255, 255);
  border-radius: 37px;
}

.font-weight-bold::after {
  content: "";
  position: absolute;
  right: auto;
  width: 71px;
  bottom: 0px;
  background: rgb(205, 157, 49);
  left: 0px;
  height: 5px;
  border-radius: 22px;
}

.address-footer li {
  list-style: none;
  display: flex;
  margin-bottom: 18px;
}

.address-footer li i {
  height: 30px;
  width: 30px;
  font-size: 18px;
  margin-right: 2px;
  color: rgb(205 157 49);
}

.footer-icon-cover ul li {
  display: inline-block;
  text-align: center;
}

footer p a {
  color: rgb(0, 0, 0);
  margin: 11px 0px;
  display: inline-block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}

.address-footer li a {
  color: rgb(0, 0, 0);
}

ul.address-footer {
  padding: 0px;
}

.footer-copyright a {
  color: rgb(205, 157, 49);
}

.footer-copyright {
  background: rgb(249, 249, 249);
  color: rgb(0, 0, 0);
  font-weight: bold;
  border-top: 2px solid rgb(213, 213, 213);
}

.marquee-cover marquee {
  background: rgb(249, 249, 249);
  padding: 7px 0px;
  color: rgb(0, 0, 0);
  display: block;
  font-weight: 600;
}

footer {
  background: rgb(249, 249, 249);
  clear:both;
}

.footer-icon-cover ul {
  padding-left: 0px;
}

@media screen and (max-width: 1399px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }

  .font-18 {
    font-size: 16px;
  }

  .logo-cover img {
    width: 165px;
  }
}

.phone-number i {
  transform: rotate(45deg);
  margin-left: 4px;
  font-weight: normal;
}

.amount-cpver .hidden {
  display: none;
}

.amount-cpver .form-check.form-switch label {
  color: rgb(255, 255, 255);
  width: 115px;
  display: inline-block;
  position: static;
}

.amount-cpver .form-check-input {
  float: none;
  width: 93px;
  height: 35px;
  line-height: normal;
  margin: 0px;
}

.amount-cpver .form-switch {
  padding: 0px;
  text-align: center;
}

.amount-cpver .form-check.form-switch label {
  color: rgb(251, 229, 162);
  width: 85px;
  display: inline-block;
  position: static;
  line-height: 34px;
  font-weight: bold;
}

.amount-cpver .form-check-input:checked,
.form-check-input:focus {
  background-color: rgb(42, 21, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.amount-cpver .form-check-input {
  background-color: rgb(42, 21, 0);
}

.form-check-input:focus {
  border-color: rgba(0, 0, 0, 0);
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

span.small-cal {
  float: right;
  font-size: 15px;
  position: relative;
  top: 10px;
  margin-right: 10px;
}

section.five {
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}

.ft-mobile-left-cover,
.ft-mobile-left-image {
  position: relative;
  z-index: 11;
}

section.five::after {
  position: absolute;
  background: url("../img/bgnew.jpg") 0% 0% / cover repeat;
  inset: 0px;
  opacity: 0.4;
  z-index: 0;
}

.small-available img {
  width: 100%;
}

.small-available {
  width: 70px;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  margin-top: 0px;
  position: relative;
  top: 6px;
}
button.login-btn.verifyOtp {
  background: #cd9d31;
  padding: 10px 40px;
  border-radius: 3px;
  border: 1px solid rgb(205 157 49);
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: inline-block;
}
.available-gold p strong {
  color:rgb(205 157 49);
  font-weight: 600;
}

.available-gold p {
  margin: 0px;
  display: inline-block;
}

.slrt {
  letter-spacing: 1px;
  color: rgb(0, 0, 0) !important;
}

.available-gold span strong {
  color: rgb(177, 132, 31);
  font-weight: normal;
  display: block;
  letter-spacing: 1px;
}

section.middle-sec {
  background: rgb(251, 251, 251);
  padding: 13px 0px;
  border-top: 1px solid rgb(205, 157, 49);
  border-bottom: 1px solid rgb(205, 157, 49);
}

.available-gold {
  width: 66%;
  display: inline-block;
  float: left;
  margin-left: 20px;
  padding: 0px;
}

.loginhead-cvr {
  text-align: right;
}

.loginhead-cvr a.spnLogin {
  color: rgb(251, 217, 84);
  border-radius: 3px;
  display: inline-block;
  transition: all 0.4s linear 0s;
  padding: 8px;
  font-weight: 600;
  border: 1px solid rgb(255, 228, 123);
  width: 117px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 4px;
}

.second-cover.bg {
  background: rgb(255, 255, 255);
}

.form-check-input {
  cursor: pointer;
}

.footer-icon-cover ul {
  padding-left: 0px;
  margin: 18px 0px 0px;
  text-align: left;
}

.cmtxtftr {
  margin-top: 30px;
}

.gift-index-cvr {
  padding: 20px 0px 1px;
  border-radius: 9px;
  margin-top: 18px;
}

img.new-1 {
  width: 88%;
  display: block;
}

.gift-index-content {
  width: 85%;
  margin: 0px auto 15px;
}

.gift-index-content-lft {
  width: 155px;
  display: inline-block;
  color: rgb(0, 0, 0);
}

.gift-index-content-rgt {
  width: 58%;
  display: inline-block;
}

.gift-index-content-rgt input {
  width: 100%;
  height: 44px;
  border: 1px solid rgb(205, 157, 49);
  padding-left: 8px;
  font-size: 12px;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.gift-index-content-btn a {
  display: inline-block;
  background: rgb(205, 157, 49);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(205, 157, 49);
  transition: all 0.4s linear 0s;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 265px;
  text-align: center;
  margin: 0px auto;
  line-height: 47px;
  padding: 0px !important;
  height: 47px !important;
}

.gift-index-content-btn {
  text-align: center;
}

.login-cover {
  width: 100%;
  float: left;
}

.login-box {
  background: rgb(255 255 255);
  border-color: transparent;
}

.login-left h6 {
  letter-spacing: 6px;
  font-size: 39px;
  color: rgb(228, 200, 102);
  padding-bottom: 26px;
  padding-top: 26px;
  text-align: center;
  background: rgb(255 255 255);
}

.login-id-password-cover h4 {
  text-align: center;
  color: rgb(0 0 0);
  letter-spacing: 3px;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px !important;
  font-size: 28px;
  font-weight: 700;
}

.login-box-cvr input[type="text"],
.login-box-cvr input[type="password"] {
  display: block;
  text-align: center;
  margin: 30px auto 28px;
  width: 420px;
  height: 55px;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 1px;
  font-weight: 500;
  font-size: 14px;
}

.login-submit-btn {
  text-align: center;
}

.login-cover .register a {
  background: transparent;
  display: inline-block;
  padding: 3px 10px;
  width: auto;
  cursor: pointer !important;
}

.register {
  margin-top: 15px;
  font-weight: normal;
  margin-bottom: 8px;
  color: rgb(0 0 0);
  letter-spacing: 1px;
}

.register a {
  color: rgb(251, 229, 162);
  font-weight: 600;
  cursor: pointer !important;
}

a.lgbl.submitLogin {
  background: #cd9d31;
  padding: 10px 40px;
  border-radius: 3px;
  border: 1px solid rgb(205 157 49);
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: inline-block;
}

.modal-content {
  background: rgb(255 255 255);
  border-width: 3px;
  border-style: solid;
  border-color: rgb(205, 157, 49);
}

.modal-header {
  background: rgba(0, 0, 0, 0);
  border: 0px;
  padding: 14px 0px 0px;
}

.modal-header .close {
  font-size: 30px;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgb(205, 157, 49);
  border-radius: 30px;
  color: rgb(255, 255, 255);
  text-shadow: none;
  transition: all 0.4s linear 0s;
  position: relative;
  left: -30px;
  padding: 0px;
  border: 1px solid rgb(205, 157, 49);
}

.login-submit-btn a {
  padding: 10px 40px;
  border-radius: 3px;
  color: rgb(255 255 255);
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: inline-block;
  background: #cd9d31;
}

.modal-header .close {
  margin-top: 0px;
}
.ft-mobile-left-cover {
  background:#efefef;
}
.login-box-cvr.reg h4 {
  font-size: 24px;
  text-align: center;
  color: rgb(255, 255, 255);
  letter-spacing: 7px;
  background: rgb(205 157 49);
  padding: 10px 10px;
  border-radius: 0px;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgb(205 157 49);
  margin-bottom: 0px !important;
}

.registerpopup .modal-body h6 {
  text-align: center;
  margin: 0px 0px 20px;
}

.title h4 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 45px;
  color: rgb(42, 21, 0);
  margin-bottom: 0px;
  position: relative;
}

.blc-cover {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 3px;
  margin-top: 25px;
}

.order-cover .table th {
  background: rgb(205, 157, 49);
  color: rgb(255, 255, 255);
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}

.success-unsuccess img {
  height: 30px;
}

.thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: rgb(255, 254, 254);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 4px;
  transition: border 0.2s ease-in-out 0s;
  margin-bottom: 0px;
  display: inline-block;
}

.media-object {
  width: 50px;
  height: 50px;
}

a.download-invoice {
  background: rgb(205, 157, 49);
  padding: 5px 10px;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border: 1px solid rgb(187, 138, 27);
}

.download-invoice i {
  margin-right: 10px;
}

.order-cover strong {
  font-size: 18px;
  display: block;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  vertical-align: middle;
  border: 1px solid rgb(229, 229, 229);
}

.cart-total {
  width: 46%;
  display: inline-block;
  float: right;
  text-align: right;
  margin-bottom: 20px;
  background: rgb(251, 251, 251);
  padding: 15px;
  border-radius: 4px;
  margin-top: 15px;
  border: 1px solid rgb(229, 229, 229);
}

.cart-total p {
  margin: 0px 0px 5px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.cart-total p span {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  width: 70%;
  display: inline-block;
  border-width: 1px;
  border-image: initial;
  padding: 15px 12px 15px 0px;
  background: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-color: rgb(205, 157, 49);
  letter-spacing: 1px;
}

.cart-total p strong {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 500;
  width: 30%;
  display: inline-block;
  padding: 15px 12px 15px 0px;
  background: rgb(255, 255, 255);
}

.order-cover .cart1 {
  width: 6%;
}

.order-cover .cart2 {
  width: 6%;
}

.order-cover .cart3 {
  width: 8%;
}

.order-cover .cart4 {
  width: 8%;
}

.order-cover .cart5 {
  width: 6%;
}

.order-cover .cart6 {
  width: 6%;
}

.convert-to-coin .nav-tabs.gold-silverbtncover .nav-item.show .nav-link,
.convert-to-coin .nav-tabs.gold-silverbtncover .nav-link.active {
  background: #ababab;
  color: rgb(255, 255, 255);
  background: rgb(205 157 49);
}

.convert-to-coin .gold-silverbtncover .nav-link {
  padding: 11px 59px;
  border-radius: 3px;
  margin-right: 25px;
  background: rgb(255, 255, 255);
  color: rgb(42, 21, 0);
  letter-spacing: 1px;
  border-color: rgb(205 157 49);
}

.convert-to-coin .gold-silverbtncover {
  border: 0px;
  justify-content: center;
  margin-bottom: 32px;
  margin-top: 35px;
}

.convert-to-coin .title h4 {
  margin-bottom: 25px;
}

.main-product-cover img {
  width: 100%;
  transition: all 0.4s linear 0s;
  padding: 25px;
  background: rgb(255, 255, 255);
  border-width: 2px 2px 0px;
  border-radius: 0px;
}

.select-crt a {
  color: rgb(0, 0, 0);
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  background: linear-gradient(
    rgb(253, 234, 160) 0%,
    rgb(255, 227, 121) 53%,
    rgb(249, 216, 86) 100%
  );
}

.main-product-details h4 {
  margin: 0px 0px 6px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 300;
  font-size: 16px;
}

.main-product-dis p {
  width: 100%;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: rgb(205 157 49);
  font-weight: 300;
  margin: 0px !important;
}

.main-product-details {
  padding: 10px 0px;
  background:#efefef;
}

.over-main-cvr {
  margin-bottom: 20px;
  border-bottom: 2px solid rgb(249, 243, 243);
}

.over-main-cvr {
  position: relative;
  transition: all 0.3s linear 0s;
  border: 1px solid #ebebeb;
}

.over-main-cvr:hover {
  box-shadow: rgb(231, 226, 226) 0px 0px 6px;
}

.w-50new.rt {
  display: block;
}

.w-50new.lf {
  display: block;
  font-size: 28px;
  margin-top: 6px;
  letter-spacing: 1px;
}

.payment-box {
  background: rgb(255, 248, 232);
  width: 100%;
  float: left;
  padding: 15px;
  margin-bottom: 30px;
  border: 2px solid rgb(205, 157, 49);
}

.payment-detail-title h4 {
  padding: 10px 14px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  margin: 0px;
  text-align: center;
  background: rgb(205, 157, 49);
  font-weight: normal;
  border: 1px solid rgb(205, 157, 49);
  border-radius: 4px;
}

.payment-detail-discription .table tr th {
  border: 0px;
  padding: 15px 20px;
  font-size: 22px;
  color: rgb(0, 0, 0);
  vertical-align: middle;
  font-weight: normal;
}

.payment-detail-discription .table tr td {
  border: 0px;
  padding: 10px 20px;
  font-size: 22px;
  color: rgb(0, 0, 0);
  vertical-align: middle;
}

.RadioforRedeem label {
  color: rgb(0, 0, 0);
  position: relative;
  top: -2px;
  left: 5px;
}

.RadioforRedeem {
  padding: 10px 8px;
}

input.payment-btn {
  background: rgb(205, 157, 49);
  padding: 10px;
  border-radius: 4px;
  font-weight: 500;
  display: block;
  margin: 0px auto;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(205, 157, 49);
  width: 260px !important;
}

.threebox1 {
  background: rgb(255, 248, 232);
  width: 100%;
  float: left;
  border-radius: 2px;
  padding: 25px 0px;
  border-width: 2px 2px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: rgb(205, 157, 49);
  border-right-color: rgb(205, 157, 49);
  border-left-color: rgb(205, 157, 49);
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
}

.payment-top-first {
  width: 33.33%;
  display: inline-block;
  text-align: center;
  float: left;
}

.checkout-live-price h4 {
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 16px;
  margin-bottom: 15px;
}

.checkout-live-price h2 {
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 28px;
}

.checkout-process-header {
  text-align: center;
  font-size: 28px;
  margin-bottom: 26px;
  margin-top: 20px;
}

.check-active {
  color: rgb(223, 186, 73) !important;
}

.checkout-process-header span {
  color: rgb(42, 21, 0);
  padding: 0px 10px;
}

.valid-time {
  margin-top: 19px;
  color: rgb(205, 157, 49);
}

.valid-time p {
  font-size: 16px;
  display: inline-block;
}

.payment-detail-discription tr {
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(205, 157, 49);
}

.payment-detail-discription tbody {
  border: 0px;
}

.payment-detail-discription {
  margin-top: 15px;
  border-radius: 2px;
  padding-bottom: 2px;
}

.payment-detail-discription table.table {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(205, 157, 49);
}

.rgt {
  float: right;
}

.product-discription p {
  width: 100%;
  display: inline-block;
  padding: 0px;
  text-align: left;
  margin: 0px 0px 20px;
}

.product-discription p span {
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
}
    .product-discription p i{font-size:20px;}
    .add-to-cart-pd-cvr a {
        background: #cd9d31;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(205 157 49);
        transition: all 0.4s linear 0s;
        border-radius: 4px;
        font-weight: normal;
        letter-spacing: 1px;
        margin: 0px auto;
        padding: 10px 20px;
        display: inline-block;
    }

.product-discription p span.dyellow {
  display: inline-block;
  font-weight: 500;
  width: 48%;
}

.pd-pop-det-cv {
  display: inline-block;
  width: 265px;
  color: rgb(0, 0, 0);
  font-weight: normal;
}

.flt-rt {
  float: right;
  margin-right: 15px;
}

.dyellow .popVolume {
  margin-right: 5px;
}

.pd-pop-det-cv.prdnm {
  font-size: 24px;
  color: rgb(255 255 255);
  font-weight: 600;
  width: 100%;
  background: #cd9d31;
  padding: 6px 10px;
  border-radius: 3px;
}

.pd-pop-det-cv.prdrate {
  font-size: 28px;
  color: red;
  font-weight: 500;
}

.product-detail-image {
  text-align: center;
}

.product-detail-image img {
  width: 70%;
}

.product-detail-cover {
  margin-top: 40px;
  margin-bottom: 40px;
  background: rgb(245, 245, 245);
  padding: 40px 0px;
  border-radius: 11px;
}

.product-discription {
  padding: 20px 29px;
  background: #fff;
  width: 96%;
}

.addresspage.rg11 {
  padding: 25px;
  position: relative;
  width: 100%;
  float: left;
  border-radius: 9px;
  background: rgb(245, 245, 245);
  margin-bottom: 25px;
  border: 2px solid rgb(205, 157, 49);
}

.delivery-address-details .nav.nav-tabs {
  display: block;
  text-align: center;
  background: rgb(205, 157, 49);
  border: 2px solid rgb(157, 119, 36);
}

.addresspage.rg11 .nav-tabs .nav-item.show .nav-link,
.addresspage.rg11 .nav-tabs .nav-link.active {
  color: rgb(205, 157, 49);
  background: rgb(255, 255, 255);
  border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
}

.delivery-address-details .nav.nav-tabs .nav-item button {
  border-radius: 4px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 10px 35px;
}

.delivery-address-details .nav.nav-tabs .nav-item button,
.delivery-address-details .nav.nav-tabs .nav-item button:hover {
  border: 0px;
}

.address-flex-cvr {
  display: flex;
  align-content: flex-start;
  margin-top: 16px;
  background: rgb(255, 255, 255);
  padding: 20px 10px;
  border: 2px solid rgb(225, 225, 225);
}

.address-text-detail label strong {
  color: rgb(217, 177, 54);
  font-size: 18px;
}

.address-edit-btn a {
  display: inline-block;
  padding: 6px 20px;
  background: rgb(205, 157, 49);
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 2px;
  border: 1px solid rgb(205, 157, 49);
}

.submit-address-select label {
  color: rgb(42, 21, 0);
  font-size: 16px;
  margin-left: 10px;
}

.submit-address-select input[type="checkbox"] {
  height: 25px;
  width: 25px;
  position: relative;
  top: 5px;
}

.address-add-btn {
  text-align: center;
}

.address-add-btn a {
  display: inline-block;
  padding: 9px 20px;
  background: rgb(205, 157, 49);
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 3px;
}

.delivery-address-details .nav.nav-tabs .nav-item {
  display: inline-block;
}

#scroll {
  position: fixed;
  right: 30px;
  bottom: 41px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: rgb(205, 157, 49);
  text-indent: 9px;
  border-radius: 42px;
  top: auto;
  z-index: 999;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0px;
  width: 0px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent rgb(255, 255, 255);
  border-image: initial;
}

.radio-select-address input {
  margin: 10px 16px 0px;
  height: 25px;
  width: 25px;
}

.address-text-detail label {
  color: rgb(0, 0, 0);
  display: block;
  margin: 15px 0px 10px;
  font-weight: 400;
}

.submit-address-select {
  padding: 20px 7px;
  text-align: center;
}

.address-add-btn {
  margin-top: 15px;
}

.delivery-cvr .nav-link {
  padding: 10px 20px;
  color: rgb(255, 255, 255);
}

.addressaddpop textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.basicdetails-title h4 {
  background: rgb(205, 157, 49);
  width: 100%;
  margin: 0px auto 12px;
  padding: 12px 0px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid rgb(205, 157, 49);
  border-radius: 42px;
}

.profile-box-cvr {
  background: rgb(255, 255, 255);
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid rgb(205, 157, 49);
}

.profile-box-cvr label {
}

.profile-box-cvr p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
}

.profile-box-cvr label {
  display: block;
  text-align: left;
  margin: 0px auto 5px;
  color: rgb(205, 157, 49);
  font-size: 16px;
  font-weight: 500;
}

.profile-box-cvr p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
}

.profile-box {
  background: rgb(251 251 251);
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
  border-radius: 10px;
}

.profile-id-password-cover {
  padding: 20px;
  margin: 42px 0px;
}

.contact-cover {
  padding: 25px;
  background: rgb(245, 245, 245);
  margin-bottom: 26px;
  border-radius: 3px;
  margin-top: 30px;
}

.feedback-cover {
  padding: 10px;
  border-radius: 4px;
}

.cnt-title h2 {
  margin: 0px;
  padding: 12px 0px;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  background: rgb(205 157 49);
  text-align: center;
  font-size: 31px;
  letter-spacing: 2px;
}

.form-group label {
  color: rgb(0, 0, 0);
  margin: 9px 0px 6px;
  font-size: 18px;
}

#contact-form .form-control {
  height: 60px;
}

#contact-form textarea.form-control {
  height: 100px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(115, 115, 115);
}

.for-img-look .thm-btn.bgclr-1 {
  background: #cd9d31;
  padding: 6px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: rgb(255 255 255);
  border: 0;
}

.hm-info-cvr-title h4 {
  color: rgb(205 157 49);
  margin: 10px 0px;
  font-size: 19px;
  font-weight: 700;
}

.hm-info-cvr-icon {
  margin-bottom: 4px;
}

.hm-info-cvr-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(
    rgb(253, 234, 160) 0%,
    rgb(255, 227, 121) 53%,
    rgb(249, 216, 86) 100%
  );
  font-size: 18px;
  border-radius: 50px;
}

.hm-info-cvr-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #cd9d31;
  font-size: 18px;
  border-radius: 50px;
  color: rgb(255, 255, 255);
}

.hm-info-cvr {
  text-align: center;
}

.hm-info-cvr-pera p {
  font-size: 18px;
  font-weight: 500;
}

.cnt-rgt {
  border-right: 1px solid rgb(205 157 49);
}

iframe {
  outline: none;
}

.login-box {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.27) 0px 0px 6px;
  margin: 85px auto 0px;
  border-radius: 10px;
  border-width: 9px;
  border-style: solid;
  width: 49%;
}

.regmncvr .login-box {
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px;
}

.regmncvr .login-box-cvr label {
  display: block;
  text-align: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: rgb(205 157 49);
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}

.regmncvr .login-box-cvr input[type="text"],
.regmncvr .login-box-cvr input[type="password"],
.regmncvr .login-box-cvr select {
  color: rgb(0, 0, 0);
  height: 40px;
  text-align: left;
  padding-left: 10px;
}

.regmncvr .login-box-cvr label,
.regmncvr .login-box-cvr input[type="text"],
.regmncvr .login-box-cvr input[type="password"],
.regmncvr .login-box-cvr input[type="file"],
.regmncvr .login-box-cvr select,
.regmncvr .login-box-cvr textarea {
  margin: 0px 0px 20px;
  width: 95%;
}

.regmncvr .login-box-cvr.add textarea {
  width: 98%;
  margin: 0px;
}

.regmncvr .basicdetails-title h4 {
  width: 100%;
  margin: 0px auto 12px;
  padding: 8px 0px;
  border-radius: 3px;
  color: rgb(255, 248, 248);
  font-weight: 500;
  text-align: center;
  font-size: 22px;
}

.regmncvr .login-id-password-cover .col-md-2 input[type="file"] {
  font-size: 12px;
}

.regmncvr .login-box-cvr input[type="file"] {
  padding: 0px 10px;
}

.regmncvr .login-id-password-cover .col-md-2 label {
  font-size: 12px;
  margin: 0px 0px 6px;
  width: 100%;
  padding-left: 13px;
}

.regmncvr .login-box-cvr label {
  margin-bottom: 0px !important;
}

.regmncvr .red {
  color: rgb(255, 0, 0);
  text-shadow: red 0px 1px 1px;
}

.logo-cover img {
  width: 100%;
}

.regmncvr .login-cover .register a {
  background: linear-gradient(
    rgb(68, 34, 0) 0%,
    rgb(124, 69, 14) 45%,
    rgb(42, 21, 0) 100%
  );
}

@media screen and (max-width: 1199px) {
  .logo-cover img {
    width: 125px;
  }

  .loginbtn a {
    padding: 3px 15px;
    font-size: 15px;
  }

  .font-18 {
    font-size: 12px;
  }

  .nav-link {
    padding: 6px 1px;
    margin-right: 2px;
  }

  .top-section h6 {
    font-size: 14px;
  }

  .gift-index-content-lft,
  .gift-index-content-rgt {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .small-available {
    width: 44px;
  }

  .available-gold span strong {
    font-size: 12px;
  }

  .available-gold {
    width: 158px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 991px) {
  .login-box-cvr input[type="text"],
  .login-box-cvr input[type="password"] {
    width: 100%;
  }

  .hm-info-cvr-title h4 {
    font-size: 14px;
  }

  .hm-info-cvr-pera p,
  .cnt-title h2 {
    font-size: 12px;
  }

  .form-group label {
    font-size: 14px;
  }

  #contact-form .form-control {
    height: 39px;
  }

  .contact-cover {
    padding: 10px;
  }

  .leftside-menu.d-flex {
    display: block !important;
  }

  .menu-cover.d-flex {
    display: block !important;
  }

  .login-section.d-flex {
    display: block !important;
  }

  .navbar {
    justify-content: end;
  }

  .font-weight-bold,
  .footer-copyright {
    font-size: 14px;
  }

  footer p a,
  footer p,
  .address-footer li a,
  .marquee-cover marquee {
    font-size: 12px;
  }

  .new-1 {
    width: 100%;
  }

  .footer-icon-cover ul li a {
    height: 28px;
    width: 28px;
    line-height: 29px;
    border-radius: 37px;
    font-size: 12px;
  }

  .order-cover strong,
  .order-cover .table th {
    width: 100px;
    font-size: 12px;
  }

  a.download-invoice {
    width: 80px;
    display: inline-block;
    font-size: 10px;
    padding: 5px;
  }

  .blc-cover {
    overflow: auto hidden;
  }

  .media-object {
    width: 50px !important;
    height: 50px !important;
  }

  .loginbtn {
    width: 48%;
    display: inline-block;
    text-align: right;
  }

  .phone-number {
    width: 50%;
    display: inline-block;
  }

  .navbar-light .navbar-toggler {
    padding: 0px 10px;
    background: rgb(255, 255, 255);
  }

  .navbar-nav {
    background: rgb(205, 157, 49);
    padding: 5px 10px;
  }

  .use-imgnew-cover img {
    width: 100%;
  }

  .use-des-cover {
    padding-right: 0px;
  }

  .main-title h2 {
    font-size: 25px;
  }

  .use-title-cocer h3 {
    font-size: 16px;
  }

  .use-title-cocer p {
    line-height: 22px;
    font-size: 12px;
  }

  .use-des-icon img {
    max-width: 61%;
  }

  .giv-hou-to-app-padding-section h1 {
    padding-left: 42px;
    font-size: 46px;
  }

  .giv-app-up li {
    font-size: 14px;
  }

  .giv-app-up li img {
    position: absolute;
    left: 0px;
    width: 23px;
    top: 0px;
  }

  .gold-rate-cover {
    display: block;
  }

  .gold-price-rate-cover {
    width: 100%;
  }

  .image-for-box-rate img {
    width: 109px;
  }

  .image-for-box-rate {
    text-align: center;
  }

  .nav-pills .nav-link {
    font-size: 11px;
  }

  .amount-cpver .form-check.form-switch label,
  .amnt-qnty label {
    font-size: 14px;
  }

  .amount-input-cvr input {
    height: 40px;
    font-size: 18px;
  }

  span.small-szfonmt {
    font-size: 13px;
    position: relative;
    top: -20px;
  }

  .login-box {
    width: 80%;
  }

  .login-left {
    padding: 0px 38px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 10px;
  }

  .navbar-light .navbar-nav .nav-link {
    width: 100%;
  }

  .cnt-rgt {
    border-right: 0px !important;
  }

  .chart-top-text h3 {
    font-size: 28px;
    line-height: 37px;
  }

  .sectext-cover img {
    width: 38px;
  }

  .sectext-cover h4 {
    font-size: 13px;
  }

  .securitytext-section ul {
    padding: 0px;
  }

  .convert-to-coin .gold-silverbtncover .nav-link {
    padding: 6px 21px;
  }

  .profile-box-cvr label,
  .profile-box-cvr p {
    font-size: 12px;
  }

  .hm-info-cvr.cnt-rgt {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 555px) {
  .ft-mobile-left-cover h2 {
    line-height: 41px;
  }

  .ft-mobile-left-cover-button {
    font-size: 15px;
  }

  .login-left {
    padding: 0px;
  }

  .cart-total {
    width: 100%;
  }

  .cart-total p span,
  .cart-total p strong {
    font-size: 12px;
  }

  .title h4 {
    font-size: 22px;
  }

  .new-1 {
    width: 180px;
  }

  .giv-hou-to-app-cover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ft-mobile-left-cover {
    padding-left: 0px;
  }

  .ft-mobile-left-cover h2 {
    font-size: 36px;
  }

  .chart-small-des {
    font-size: 12px;
  }

  .chart-small-des {
    text-align: center;
  }

  .plus-quentity input[type="button"] {
    width: 76px;
    padding: 6px 4px;
    font-size: 11px;
  }

  .amount-cpver .form-check-input {
    width: 56px;
  }

  .securitytext-section ul li {
    width: 47%;
  }

  .logo-cover img {
    display: block;
    margin: 0px auto 15px;
    width: 75% !important;
  }

  .main-product-cover img {
    display: block;
    margin: 0px auto;
    padding: 5px;
    width: 100%;
  }

  .w-50new.lf {
    font-size: 16px;
  }

  .main-product-dis p,
  .main-product-details h4 {
    font-size: 13px;
  }

  .convert-to-coin .col-md-3 {
    width: 46%;
    display: inline-block;
  }

  .login-box,
  .login-id-password-cover h4 {
    width: 100%;
  }

  .regmncvr .login-box {
    padding: 10px;
  }
}

@media screen and (max-width: 375px) {
  * {
    box-sizing: border-box;
    margin: 0px;
    top: 0px;
  }

  a:hover {
    color: rgb(68, 34, 0);
  }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0px;
    padding: 0px;
  }

  body {
    font-family: "DM Sans", sans-serif;
  }

  a {
    text-decoration: none;
    cursor: pointer;
  }

  input {
    outline: none;
  }

  .bg {
    background: rgb(205, 157, 49);
  }

  .bg-dark1 {
    background: rgb(255, 255, 255);
  }

  .bg-light {
    background: rgb(223, 215, 191) !important;
  }

  .bg-gray {
    background: rgb(245, 245, 245);
  }

  .white-color {
    color: rgb(255, 255, 255);
  }

  .d-flex {
    display: flex;
    align-items: center;
  }

  .d-block {
    display: block;
  }

  .d-inline {
    display: inline-block;
  }

  .text-white {
    color: rgb(0, 0, 0) !important;
  }

  .text-black {
    color: rgb(0, 0, 0);
  }

  .text-title {
    color: rgb(205, 157, 49);
  }

  .text-title1 {
    color: rgb(68, 34, 0);
  }

  .gray-text {
    color: rgb(112, 112, 112);
  }

  .marginb5 {
    margin-bottom: 5px;
  }

  .marginb10 {
    margin-bottom: 10px;
  }

  .marginb15 {
    margin-bottom: 15px;
  }

  .marginb20 {
    margin-bottom: 20px;
  }

  .marginb25 {
    margin-bottom: 25px;
  }

  .marginb30 {
    margin-bottom: 30px;
  }

  .marginb35 {
    margin-bottom: 35px;
  }

  .marginb45 {
    margin-bottom: 45px;
  }

  .margint5 {
    margin-top: 5px;
  }

  .margint10 {
    margin-top: 10px;
  }

  .margint15 {
    margin-top: 15px;
  }

  .margint20 {
    margin-top: 20px;
  }

  .margint25 {
    margin-top: 25px;
  }

  .margint30 {
    margin-top: 30px;
  }

  .margint35 {
    margin-top: 35px;
  }

  .marginl5 {
    margin-left: 5px;
  }

  .marginl10 {
    margin-left: 10px;
  }

  .marginl15 {
    margin-left: 15px;
  }

  .marginl20 {
    margin-left: 20px;
  }

  .marginl25 {
    margin-left: 25px;
  }

  .marginl30 {
    margin-left: 30px;
  }

  .marginl35 {
    margin-left: 35px;
  }

  .marginr5 {
    margin-right: 5px;
  }

  .marginr10 {
    margin-right: 10px;
  }

  .marginr15 {
    margin-right: 15px;
  }

  .marginr20 {
    margin-right: 20px;
  }

  .marginr25 {
    margin-right: 25px;
  }

  .marginr30 {
    margin-right: 30px;
  }

  .marginr35 {
    margin-right: 35px;
  }

  .paddingb5 {
    padding-bottom: 5px;
  }

  .paddingb10 {
    padding-bottom: 10px;
  }

  .paddingb15 {
    padding-bottom: 15px;
  }

  .paddingb20 {
    padding-bottom: 20px;
  }

  .paddingb25 {
    padding-bottom: 25px;
  }

  .paddingb30 {
    padding-bottom: 30px;
  }

  .paddingb35 {
    padding-bottom: 35px;
  }

  .paddingt5 {
    padding-top: 5px;
  }

  .paddingt10 {
    padding-top: 10px;
  }

  .paddingt15 {
    padding-top: 15px;
  }

  .paddingt20 {
    padding-top: 20px;
  }

  .paddingt25 {
    padding-top: 25px;
  }

  .paddingt30 {
    padding-top: 30px;
  }

  .paddingt35 {
    padding-top: 35px;
  }

  .paddingl5 {
    padding-left: 5px;
  }

  .paddingl10 {
    padding-left: 10px;
  }

  .paddingl15 {
    padding-left: 15px;
  }

  .paddingl20 {
    padding-left: 20px;
  }

  .paddingl25 {
    padding-left: 25px;
  }

  .paddingl30 {
    padding-left: 30px;
  }

  .paddingl35 {
    padding-left: 35px;
  }

  .paddingr5 {
    padding-right: 5px;
  }

  .paddingr10 {
    padding-right: 10px;
  }

  .paddingr15 {
    padding-right: 15px;
  }

  .paddingr20 {
    padding-right: 20px;
  }

  .paddingr25 {
    padding-right: 25px;
  }

  .paddingr30 {
    padding-right: 30px;
  }

  .paddingr35 {
    padding-right: 35px;
  }

  .padding-topbottom {
    padding: 60px 0px;
  }

  .font-12 {
    font-size: 12px;
  }

  .font-14 {
    font-size: 14px;
  }

  .font-16 {
    font-size: 16px;
  }

  .font-18 {
    font-size: 18px;
  }

  .font-20 {
    font-size: 20px;
  }

  .menu-cover {
    gap: 68px;
  }

  .leftside-menu.d-flex {
    justify-content: space-between !important;
  }

  .navbar-nav .nav-item a {
    color: rgb(0, 0, 0) !important;
  }

  .calculation-cover {
    position: relative;
  }

  .calculation-cover::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url("../img/cal.png") center bottom / cover no-repeat;
    width: 100%;
    height: 100%;
  }

  .phone-number {
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding: 0px 20px;
    font-weight: 500;
  }

  .loginbtn a {
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    padding: 7px 26px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    z-index: 1;
    overflow: hidden;
    gap: 10px;
    color: rgb(255, 255, 255);
    text-decoration: none !important;
  }

  .plus-quentity input[type="button"] {
    color: rgb(223, 215, 191);
    font-weight: normal;
    padding: 8px;
    border: 1px solid rgb(118, 60, 2);
    border-radius: 43px;
    background: rgb(42, 21, 0);
    width: 100px;
    font-size: 15px;
    height: auto;
  }

  a.nav-link.active {
    border-radius: 39px;
    color: rgb(205, 157, 49) !important;
  }

  .nav-link {
    padding: 10px 5px;
    margin-right: 13px;
  }

  .navbar-light .navbar-nav .nav-link {
    border-top: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
  }

  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 1px solid rgb(205, 157, 49);
    border-radius: 0px;
  }

  .maingldslvrcvr {
    background: rgb(255, 255, 255);
    padding: 15px;
    width: 100%;
    float: left;
    border: 2px solid rgb(205, 157, 49);
    border-radius: 3px;
  }

  .gold-price-rate-cover.gold-price-lft .g-rate {
    display: inline-block;
  }

  .gold-rate-title.font-12.marginb5,
  .clsPurity.font-12.marginb5 {
    display: inline-block;
  }

  .maingldslvrcvr.maintb {
    border: 0px;
    padding: 0px;
    margin-bottom: 15px;
  }

  .maingldslvrcvr.maintb .nav.nav-pills.gldslvpills {
    border: 0px;
    margin-bottom: 0px !important;
  }

  .maingldslvrcvr .nav.nav-pills.gldslvpills .nav-item {
    width: 50%;
    text-align: center;
  }

  .maingldslvrcvr .nav-pills .nav-link.active,
  .maingldslvrcvr .nav-pills .show > .nav-link {
    background: rgb(205, 157, 49);
    font-weight: 500;
    color: rgb(255, 255, 255) !important;
  }

  .maingldslvrcvr .nav.nav-pills.gldslvpills .nav-link {
    width: 100%;
    text-align: center;
    border-radius: 0px;
    color: rgb(0, 0, 0);
  }

  .calculation-content {
    padding: 10px;
    position: relative;
    width: 100%;
    float: left;
    border-radius: 9px;
  }

  .home-gold-rate {
    background: rgb(255, 248, 232);
    padding: 10px;
    width: 100%;
    margin: 0px auto;
    border-radius: 3px;
    border: 0px;
  }

  .gold-price-rate-cover {
    width: 49%;
    display: inline-block;
    text-align: right;
  }

  .image-for-box-rate img {
    width: 100%;
  }

  .gold-rate-cover {
    display: flex;
    align-items: center;
  }

  .gold-price-rate-cover.gold-price-rght {
    text-align: left;
  }

  .gold-price-rate-cover.gold-price-lft {
    padding-left: 14px;
  }

  .buy-bold-btn {
    background: rgb(205, 157, 49);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(205, 157, 49);
    transition: all 0.4s linear 0s;
    width: 100%;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px auto;
    padding: 0px !important;
    height: 47px !important;
  }

  .plus-quentity {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0px;
    border: 0px;
    border-radius: 5px;
    margin: 5px 0px;
  }

  .plus-quentity input[type="button"] {
    color: rgb(0, 0, 0);
    font-weight: normal;
    padding: 8px 17px;
    border: 1px solid rgb(205, 157, 49);
    border-radius: 3px;
    background: rgb(241, 241, 241);
    width: 100px;
  }

  .gold-rate-title {
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
  }

  .g-rate {
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 25px;
  }

  .gldbysellcvr .nav-pills .nav-link.active,
  .gldbysellcvr .nav-pills .show > .nav-link {
    color: rgb(0, 0, 0);
    background: rgb(205, 157, 49);
    font-weight: 500;
    border-radius: 3px;
  }

  .gldbysellcvr ul#pills-tab {
    padding: 0px;
    border-radius: 3px;
    background: rgb(241, 241, 241);
  }

  .gldbysellcvr .nav-pills .nav-link {
    width: 100%;
    color: rgb(0, 0, 0);
  }

  .gldbysellcvr .nav-item {
    width: 33.33%;
    text-align: center;
  }

  .maingldslvrcvr .nav.nav-pills.gldslvpills {
    background: rgb(255, 255, 255);
    border-radius: 0px;
    border-bottom: 2px solid rgb(205, 157, 49);
  }

  .amount-input-cvr input {
    width: 100%;
    height: 65px;
    padding: 5px 45px 5px 12px;
    line-height: normal;
    font-weight: 400;
    background: rgb(255, 255, 255);
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-radius: 0px;
    font-size: 30px;
    color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-color: rgb(205, 157, 49);
  }

  .small-gmtext {
    display: inline-block;
    position: absolute;
    right: 15px;
    color: rgb(205, 157, 49);
    top: 18px;
    font-size: 20px;
  }

  .calculation-cover .row {
    align-items: center;
  }

  .chart {
    padding: 10px;
    background: rgb(68, 34, 0);
    border: 1px solid rgb(122, 68, 14);
    border-radius: 5px;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
  }

  input[type="number"] {
    width: 100% !important;
  }

  .chart-top-text h3 {
    font-size: 55px;
    line-height: 65px;
  }

  .chart-top-text h3 b {
    color: rgb(251, 229, 162);
  }

  .chart-top-text h3 {
    color: rgb(255, 255, 255);
  }

  .chart-small-des {
    border: 1px solid rgb(251, 229, 162);
    border-radius: 0.5rem;
    padding: 11px;
    margin: 44px 0px;
  }

  .chart-small-des img {
    height: 1.5rem;
  }

  p.chart-small-des-text {
    color: rgb(251, 229, 162);
    display: inline-block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .bbtn-cover {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .buy-bold-btn {
    width: 240px;
  }

  .amnt-qnty label {
    margin-bottom: 8px;
    margin-left: 10px;
    display: block;
    width: 100%;
    color: rgb(255, 255, 255);
  }

  .amnt-qnty-flip {
    width: 10%;
    display: inline-block;
    float: left;
    margin-top: 47px;
    text-align: center;
    font-size: 21px;
    color: rgb(205, 157, 49);
  }

  .amnt-qnty {
    width: 45%;
    display: inline-block;
    float: left;
  }

  .image-for-box-rate img {
    width: 166px;
  }

  .bbtn-cover a {
    display: block;
  }

  .gold-rate-title.font-12.marginb5,
  .clsPurity.font-12.marginb5 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: -9px !important;
  }

  .small-gmtext p {
    margin: 0px;
  }

  .amount-input-cvr {
    position: relative;
  }

  .main-title {
    text-align: center;
  }

  .main-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
  }

  .use-des-cover {
    padding-right: 12rem;
  }

  .use-des-icon {
    min-width: 86px;
  }

  .use-des-icon img {
    max-width: 100%;
  }

  .image-forgld-left img {
    width: 82%;
    text-align: center;
  }

  .image-forgld-left {
    text-align: center;
  }

  span.person-name {
    color: rgb(255, 255, 255);
  }

  .use-imgnew-cover img {
    width: 450px;
    border-radius: 10px;
    position: relative;
  }

  .g-rate span {
    margin-top: 3px;
    display: inline-block;
    color: rgb(211, 146, 0);
  }

  .top-section i {
    margin-left: 5px;
    margin-right: 3px;
  }

  span.small-szfonmt {
    font-size: 18px;
    position: relative;
    top: -5px;
  }

  .small-gmtext p i {
    font-size: 18px;
    position: relative;
    top: -4px;
  }

  .top-section h6 {
    color: rgb(255, 255, 255);
    text-align: center;
  }

  .use-title-cocer p {
    line-height: 28px;
  }

  section.second {
    padding: 65px 0px;
  }

  .securitytext-section ul {
    border-radius: 4px;
  }

  .sectext-cover h4 {
    font-size: 20px;
    margin-top: 11px;
    color: rgb(0, 0, 0);
  }

  .sectext-cover img {
    margin-bottom: 14px;
  }

  .securitytext-section ul li {
    width: 24%;
    text-align: center;
    display: inline-block;
    padding: 11px 0px;
    border-radius: 0px;
  }

  .securitytext-section ul li:nth-child(4) {
    border-right: 0px;
  }

  .giv-hou-to-app-cover {
    background-image: url("../img/how-to-use.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    background-size: 50%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .giv-app-up li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 36px;
    list-style: none;
    margin-top: 15px;
    font-size: 18px;
    color: rgb(255, 255, 255);
  }

  .giv-app-up {
    padding-left: 0px;
  }

  .giv-app-up li img {
    position: absolute;
    left: 0px;
  }

  .giv-hou-to-app-padding-section h1 {
    font-size: 70px;
    color: rgb(255, 255, 255);
  }

  .giv-hou-to-app-padding-section h1 strong {
    display: block;
  }

  .giv-hou-to-app-padding-section h1 strong {
    display: block;
    color: rgb(251, 229, 162);
    margin-bottom: 37px;
  }

  section.fourth {
    background: rgb(68, 34, 0);
  }

  .five .row {
    --bs-gutter-x: 0rem;
  }

  .ft-mobile-left-cover-button {
    padding: 10px 30px;
    border: solid 1px var(--yellow);
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
    white-space: nowrap;
    min-width: 190px;
    text-align: center;
    color: rgb(255, 255, 255);
  }

  .ft-mobile-left-cover-button:hover {
    color: rgb(255, 255, 255);
  }

  .ft-mobile-left-cover p {
    margin-top: 18px;
    font-size: 18px;
  }

  .ft-mobile-left-image img {
    width: 100%;
  }

  .ft-mobile-left-cover {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 74px;
  }

  .five .row {
    align-items: center;
  }

  .ft-mobile-left-cover h2 {
    font-size: 50px;
    font-weight: 600;
    color: rgb(0, 0, 0);
  }

  .ft-mobile-left-cover p {
  }

  .black-section {
    padding: 65px 0px;
    background: rgb(249, 249, 249);
  }

  .section-title-cover h2 {
    position: relative;
    text-align: center;
    color: rgb(242, 186, 89);
    text-transform: uppercase;
    font-size: 26px;
  }

  .whygodigital-content {
    margin-top: 50px;
  }

  .whygodigital-box {
    text-align: center;
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 11px 0px;
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255);
    margin-bottom: 25px;
  }

  .whygodigital-cnt h5 {
    color: rgb(0, 0, 0);
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 7px;
  }

  .whygodigital-cnt p {
    margin: 0px;
    color: rgb(120, 117, 117);
    padding: 5px 16px;
    min-height: 103px;
    font-size: 14px;
    line-height: 27px;
  }

  section.third {
    padding: 12px 0px;
    background: rgb(249, 249, 249);
  }

  .black-section.aos-init.aos-animate .marginb30.text-title1 b {
    color: rgb(251, 229, 162);
  }

  .font-weight-bold {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    font-weight: bold;
  }

  footer p {
    color: rgb(101, 101, 101);
    display: block;
    text-align: left;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0px;
  }

  .footer-icon-cover ul li a {
    height: 35px;
    width: 34px;
    line-height: 35px;
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 37px;
  }

  .font-weight-bold::after {
    content: "";
    position: absolute;
    right: auto;
    width: 71px;
    bottom: 0px;
    left: 0px;
    height: 5px;
    border-radius: 22px;
  }

  .address-footer li {
    list-style: none;
    display: flex;
    margin-bottom: 18px;
  }

  .address-footer li i {
    height: 30px;
    width: 30px;
    font-size: 18px;
    margin-right: 2px;
  }

  .footer-icon-cover ul li {
    display: inline-block;
    text-align: center;
  }

  footer p a {
    color: rgb(101, 101, 101);
    margin: 5px 0px;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
  }

  .address-footer li a {
    color: rgb(101, 101, 101);
  }

  ul.address-footer {
    padding: 0px;
  }

  .footer-copyright a {
    color: rgb(0, 0, 0);
  }

  #ftr .container .footer-copyright {
    background: rgb(255, 255, 255);
    color: rgb(205, 157, 49);
    padding: 9px 0px !important;
  }

  .marquee-cover marquee {
    padding: 7px 0px;
    display: block;
  }

  footer {
    background: rgb(249, 249, 249);
  }

  .footer-icon-cover ul {
    padding-left: 0px;
  }

  @media screen and (max-width: 1399px) {
    .navbar-light .navbar-nav .nav-link {
      font-size: 13px;
    }

    .font-18 {
      font-size: 16px;
    }

    .logo-cover img {
      width: 165px;
    }
  }

  .phone-number i {
    transform: rotate(45deg);
    margin-left: 4px;
    font-weight: normal;
  }

  .amount-cpver .hidden {
    display: none;
  }

  .amount-cpver .form-check.form-switch label {
    color: rgb(255, 255, 255);
    width: 115px;
    display: inline-block;
    position: static;
  }

  .amount-cpver .form-check-input {
    float: none;
    width: 93px;
    height: 35px;
    line-height: normal;
    margin: 0px;
  }

  .amount-cpver .form-switch {
    padding: 0px;
    text-align: center;
  }

  .amount-cpver .form-check.form-switch label {
    color: rgb(251, 229, 162);
    width: 85px;
    display: inline-block;
    position: static;
    line-height: 34px;
    font-weight: bold;
  }

  .amount-cpver .form-check-input:checked,
  .form-check-input:focus {
    background-color: rgb(42, 21, 0);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
  }

  .amount-cpver .form-check-input {
    background-color: rgb(42, 21, 0);
  }

  .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0);
  }

  .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }

  .form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }

  span.small-cal {
    float: right;
    font-size: 15px;
    position: relative;
    top: 10px;
    margin-right: 10px;
  }

  section.five {
    position: relative;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
  }

  .ft-mobile-left-cover,
  .ft-mobile-left-image {
    position: relative;
    z-index: 11;
  }

  section.five::after {
    content: "";
    position: absolute;
    background: url("../img/bgnew.jpg") 0% 0% / cover repeat;
    inset: 0px;
    opacity: 0.4;
    z-index: 0;
  }

  .small-available img {
    width: 100%;
  }

  .small-available {
    width: 70px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
    margin-top: 0px;
    position: relative;
    top: 6px;
  }

  .available-gold p strong {
    color: rgb(250, 218, 92);
    font-weight: 600;
  }

  .available-gold p {
    margin: 0px;
    display: inline-block;
  }

  .slrt {
    letter-spacing: 1px;
    color: rgb(0, 0, 0) !important;
  }

  .available-gold span strong {
    color: rgb(177, 132, 31);
    font-weight: normal;
    display: block;
    letter-spacing: 1px;
  }

  section.middle-sec {
    background: rgb(255, 248, 232);
    padding: 13px 0px;
  }

  .available-gold {
    width: 200px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    padding: 0px;
  }

  .loginhead-cvr {
    text-align: right;
  }

  .loginhead-cvr a.spnLogin {
    color: rgb(251, 217, 84);
    border-radius: 3px;
    display: inline-block;
    transition: all 0.4s linear 0s;
    padding: 8px;
    font-weight: 600;
    border: 1px solid rgb(255, 228, 123);
    width: 117px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 4px;
  }

  .second-cover.bg {
    background: rgb(255, 255, 255);
  }

  .form-check-input {
    cursor: pointer;
  }

  .footer-icon-cover ul {
    padding-left: 0px;
    margin: 31px 0px 0px;
  }

  .gift-index-cvr {
    padding: 20px 0px 1px;
    border-radius: 9px;
    margin-top: 18px;
  }

  .gift-index-content {
    width: 85%;
    margin: 0px auto 15px;
  }

  .gift-index-content-lft {
    width: 155px;
    display: inline-block;
    color: rgb(255, 255, 255);
  }

  .gift-index-content-rgt {
    width: 58%;
    display: inline-block;
  }

  .gift-index-content-rgt input {
    width: 100%;
    height: 44px;
    border: 1px solid rgb(122, 68, 14);
    padding-left: 8px;
    font-size: 12px;
    border-radius: 3px;
    background: rgb(42, 21, 0);
    color: rgb(255, 255, 255);
  }

  .gift-index-content-btn a {
    background: linear-gradient(
      rgb(68, 34, 0) 0%,
      rgb(124, 69, 14) 45%,
      rgb(42, 21, 0) 100%
    );
    width: 100%;
    padding: 11px 15px;
    display: block;
    font-weight: 500;
    margin: 20px auto 0px;
    text-align: center;
    border: 1px solid rgb(122, 68, 14);
    border-radius: 41px;
    line-height: 47px;
    color: rgb(255, 255, 255) !important;
  }

  .login-cover {
    width: 100%;
    float: left;
  }

  .login-box {
    align-items: center;
    justify-content: center;
    margin: 85px auto 0px;
    border-radius: 3px;
    width: 50%;
    border-width: 3px;
    border-style: solid;
  }

  .login-left h6 {
    letter-spacing: 6px;
    padding-bottom: 26px;
    padding-top: 26px;
    text-align: center;
  }

  .login-id-password-cover h4 {
    text-align: center;
    letter-spacing: 7px;
    padding: 5px 10px;
    border-radius: 43px;
    width: 65%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px !important;
    font-size: 18px;
  }

  .login-box-cvr input[type="text"],
  .login-box-cvr input[type="password"] {
    display: block;
    text-align: center;
    margin: 30px auto 28px;
    width: 420px;
    height: 55px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 1px;
    font-weight: 500;
    font-size: 14px;
  }

  .login-submit-btn {
    text-align: center;
  }

  .login-cover .register a {
    background: transparent;
    display: inline-block;
    padding: 3px 10px;
    width: auto;
    cursor: pointer !important;
  }

  .register {
    margin-top: 15px;
    font-weight: normal;
    margin-bottom: 20px;
    /* color: rgb(255, 255, 255); */
    letter-spacing: 1px;
  }

  .register a {
    color: rgb(251, 229, 162);
    font-weight: 600;
    cursor: pointer !important;
  }

  a.lgbl.submitLogin {
    padding: 10px 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .modal-content {
    background: white;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
  }

  .modal-header {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    padding: 14px 0px 0px;
  }

  .modal-header .close {
    font-size: 30px;
    opacity: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    text-shadow: none;
    transition: all 0.4s linear 0s;
    position: relative;
    left: -30px;
    padding: 0px;
    border: 1px solid rgb(122, 68, 14);
  }

  .login-submit-btn a {
    padding: 10px 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .modal-header .close {
    margin-top: 0px;
  }

  .login-box-cvr.reg h4 {
    font-size: 24px;
    text-align: center;
    color: rgb(255, 255, 255);
    letter-spacing: 7px;
    padding: 15px 10px;
    border-radius: 0px;
    width: 91%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    border: chartreuse;
    margin-bottom: 0px !important;
  }

  .registerpopup .modal-body h6 {
    text-align: center;
    margin: 0px 0px 20px;
  }

  .title h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 45px;
    color: rgb(42, 21, 0);
    margin-bottom: 0px;
    position: relative;
  }

  .blc-cover {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
    margin-top: 25px;
  }

  .order-cover .table th {
    color: rgb(255, 255, 255);
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
  }

  .success-unsuccess img {
    height: 30px;
  }

  .thumbnail {
    padding: 4px;
    line-height: 1.42857;
    border-radius: 4px;
    transition: border 0.2s ease-in-out 0s;
    margin-bottom: 0px;
    display: inline-block;
  }

  .media-object {
    width: 50px;
    height: 50px;
  }

  a.download-invoice {
    padding: 5px 10px;
    color: rgb(255, 255, 255);
  }

  .download-invoice i {
    margin-right: 10px;
  }

  .order-cover strong {
    font-size: 18px;
    display: block;
    color: rgb(0, 0, 0);
    font-weight: 400;
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    vertical-align: middle;
    border: 1px solid rgb(229, 229, 229);
  }

  .cart-total {
    width: 352px;
    display: inline-block;
    float: right;
    text-align: right;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px solid rgb(229, 229, 229);
  }

  .cart-total p {
    margin: 0px 0px 5px;
    color: rgb(255, 255, 255);
    font-weight: 400;
  }

  .cart-total p span {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    width: 70%;
    display: inline-block;
    border-width: 1px 0px 1px 1px;
    border-image: initial;
    padding: 10px 12px 10px 0px;
    border-right-style: initial;
    border-right-color: initial;
  }

  .cart-total p strong {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    width: 30%;
    display: inline-block;
    padding: 10px 7px 10px 0px;
    background: rgb(255, 255, 255);
    border-left: 1px solid rgb(205, 157, 49);
  }

  .order-cover .cart1 {
    width: 6%;
  }

  .order-cover .cart2 {
    width: 6%;
  }

  .order-cover .cart3 {
    width: 8%;
  }

  .order-cover .cart4 {
    width: 8%;
  }

  .order-cover .cart5 {
    width: 6%;
  }

  .order-cover .cart6 {
    width: 6%;
  }

  .convert-to-coin .nav-tabs.gold-silverbtncover .nav-item.show .nav-link,
  .convert-to-coin .nav-tabs.gold-silverbtncover .nav-link.active {
    background: #cd9d31;
    color: rgb(255, 255, 255);
    border-color: rgb(205 157 49);
  }

  .convert-to-coin .gold-silverbtncover .nav-link {
    padding: 11px 59px;
    border-radius: 3px;
    margin-right: 25px;
    background: rgb(255, 255, 255);
    color: rgb(42, 21, 0);
    letter-spacing: 1px;
    border-color: rgb(205 157 49);
  }

  .convert-to-coin .gold-silverbtncover {
    border: 0px;
    justify-content: center;
    margin-bottom: 32px;
    margin-top: 35px;
  }

  .convert-to-coin .title h4 {
    margin-bottom: 25px;
  }

  .main-product-cover img {
    width: 100%;
    transition: all 0.4s linear 0s;
    padding: 25px;
    background: rgb(255, 255, 255);
    border-width: 2px 2px 0px;
    border-radius: 0px;
  }

  .select-crt a {
    color: rgb(0, 0, 0);
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    background: linear-gradient(
      rgb(253, 234, 160) 0%,
      rgb(255, 227, 121) 53%,
      rgb(249, 216, 86) 100%
    );
  }

  .main-product-details h4 {
    margin: 0px 0px 6px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 300;
    font-size: 16px;
  }

  .main-product-dis p {
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    color: rgb(187, 147, 32);
    font-weight: 300;
    margin: 0px !important;
  }

  .main-product-details {
    padding: 10px 0px;
  }

  .over-main-cvr {
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(249, 243, 243);
  }

  .over-main-cvr {
    position: relative;
    transition: all 0.3s linear 0s;
  }

  .over-main-cvr:hover {
    box-shadow: rgb(231, 226, 226) 0px 0px 6px;
  }

  .w-50new.rt {
    display: block;
  }

  .w-50new.lf {
    display: block;
    font-size: 28px;
    margin-top: 6px;
    letter-spacing: 1px;
  }

  .payment-box {
    background: rgb(42, 21, 0);
    width: 100%;
    float: left;
    padding: 15px;
    margin-bottom: 30px;
  }

  .payment-detail-title h4 {
    padding: 10px 14px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    margin: 0px;
    text-align: center;
    background: linear-gradient(
      rgb(68, 34, 0) 0%,
      rgb(124, 69, 14) 45%,
      rgb(42, 21, 0) 100%
    );
    font-weight: normal;
    border: 1px solid rgb(122, 68, 14);
    border-radius: 57px;
  }

  .payment-detail-discription .table tr th {
    border: 0px;
    padding: 15px 20px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    vertical-align: middle;
    font-weight: normal;
  }

  .payment-detail-discription .table tr td {
    border: 0px;
    padding: 10px 20px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    vertical-align: middle;
  }

  .RadioforRedeem label {
    color: rgb(255, 255, 255);
    position: relative;
    top: -2px;
    left: 5px;
  }

  .RadioforRedeem {
    padding: 10px 8px;
  }

  input.payment-btn {
    background: linear-gradient(
      rgb(68, 34, 0) 0%,
      rgb(124, 69, 14) 45%,
      rgb(42, 21, 0) 100%
    );
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
    display: block;
    margin: 0px auto;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(122, 68, 14);
    width: 260px !important;
  }

  .threebox1 {
    background: rgb(68, 34, 0);
    width: 100%;
    float: left;
    border: 2px solid rgb(42, 21, 0);
    border-radius: 2px;
    padding: 25px 0px;
  }

  .payment-top-first {
    width: 33.33%;
    display: inline-block;
    text-align: center;
    float: left;
  }

  .checkout-live-price h4 {
    font-weight: 600;
    color: rgb(251, 229, 162);
    font-size: 16px;
    margin-bottom: 15px;
  }

  .checkout-live-price h2 {
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 28px;
  }

  .checkout-process-header {
    text-align: center;
    font-size: 28px;
    margin-bottom: 26px;
    margin-top: 20px;
  }

  .check-active {
    color: rgb(223, 186, 73) !important;
  }

  .checkout-process-header span {
    color: rgb(42, 21, 0);
    padding: 0px 10px;
  }

  .valid-time {
    margin-top: 19px;
    color: rgb(255, 255, 255);
  }

  .valid-time p {
    font-size: 16px;
    display: inline-block;
  }

  .payment-detail-discription tr {
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(122, 68, 14);
  }

  .payment-detail-discription tbody {
    border: 0px;
  }

  .payment-detail-discription {
    margin-top: 15px;
    border-radius: 2px;
    padding-bottom: 2px;
  }

  .payment-detail-discription table.table {
    background: rgb(68, 34, 0);
    border: 1px solid rgb(122, 68, 14);
  }

  .rgt {
    float: right;
  }

  .product-discription p {
    width: 100%;
    display: inline-block;
    padding: 0px;
    text-align: left;
    margin: 0px 0px 20px;
  }

  .product-discription p span {
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
  }

  .add-to-cart-pd-cvr a {
    background: linear-gradient(
      rgb(68, 34, 0) 0%,
      rgb(124, 69, 14) 45%,
      rgb(42, 21, 0) 100%
    );
    color: rgb(255, 255, 255);
    border: 1px solid rgb(180, 121, 66);
    transition: all 0.4s linear 0s;
    border-radius: 4px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0px auto;
    padding: 10px 20px;
    display: inline-block;
  }

  .product-discription p span.dyellow {
    display: inline-block;
    font-weight: 500;
    width: 48%;
  }

  .pd-pop-det-cv {
    display: inline-block;
    width: 265px;
    color: rgb(0, 0, 0);
    font-weight: normal;
  }

  .flt-rt {
    float: right;
    margin-right: 15px;
  }

  .dyellow .popVolume {
    margin-right: 5px;
  }

  .pd-pop-det-cv.prdnm {
    font-size: 28px;
    color: rgb(68, 34, 0);
    font-weight: 600;
  }

  .pd-pop-det-cv.prdrate {
    font-size: 28px;
    color: red;
    font-weight: 500;
  }

  .product-detail-image {
    text-align: center;
  }

  .product-detail-image img {
    width: 70%;
  }

  .product-detail-cover {
    margin-top: 40px;
    margin-bottom: 40px;
    background: rgb(245, 245, 245);
    padding: 40px 0px;
    border-radius: 11px;
  }

  .product-discription {
    padding: 20px 29px;
  }

  .addresspage.rg11 {
    padding: 25px;
    position: relative;
    width: 100%;
    float: left;
    border-radius: 9px;
    background: rgb(245, 245, 245);
    margin-bottom: 25px;
  }

  .delivery-address-details .nav.nav-tabs {
    display: block;
    text-align: center;
    background: rgb(42, 21, 0);
    border: 2px solid rgb(50, 50, 50);
  }

  .addresspage.rg11 .nav-tabs .nav-item.show .nav-link,
  .addresspage.rg11 .nav-tabs .nav-link.active {
    color: rgb(73, 80, 87);
    background: rgb(255, 255, 255);
    border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
  }

  .delivery-address-details .nav.nav-tabs .nav-item button {
    border-radius: 4px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin: 10px 35px;
  }

  .delivery-address-details .nav.nav-tabs .nav-item button,
  .delivery-address-details .nav.nav-tabs .nav-item button:hover {
    border: 0px;
  }

  .address-flex-cvr {
    display: flex;
    align-content: flex-start;
    margin-top: 16px;
    background: rgb(255, 255, 255);
    padding: 20px 10px;
    border: 2px solid rgb(42, 21, 0);
  }

  .address-text-detail label strong {
    color: rgb(217, 177, 54);
    font-size: 18px;
  }

  .address-edit-btn a {
    display: inline-block;
    padding: 6px 20px;
    background: linear-gradient(
      rgb(68, 34, 0) 0%,
      rgb(124, 69, 14) 45%,
      rgb(42, 21, 0) 100%
    );
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 2px;
    border: 1px solid rgb(180, 121, 66);
  }

  .submit-address-select label {
    color: rgb(42, 21, 0);
    font-size: 16px;
    margin-left: 10px;
  }

  .submit-address-select input[type="checkbox"] {
    height: 25px;
    width: 25px;
    position: relative;
    top: 5px;
  }

  .address-add-btn {
    text-align: center;
  }

  .address-add-btn a {
    display: inline-block;
    padding: 9px 20px;
    background: linear-gradient(
      rgb(68, 34, 0) 0%,
      rgb(124, 69, 14) 45%,
      rgb(42, 21, 0) 100%
    );
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid rgb(180, 121, 66);
  }

  .delivery-address-details .nav.nav-tabs .nav-item {
    display: inline-block;
  }

  #scroll {
    position: fixed;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: 9px;
    border-radius: 18px 0px 0px;
    top: auto;
    z-index: 999;
  }

  #scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0px;
    width: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255);
    border-image: initial;
  }

  .radio-select-address input {
    margin: 10px 16px 0px;
    height: 25px;
    width: 25px;
  }

  .address-text-detail label {
    color: rgb(0, 0, 0);
    display: block;
    margin: 15px 0px 10px;
    font-weight: 400;
  }

  .submit-address-select {
    padding: 20px 7px;
    text-align: center;
  }

  .address-add-btn {
    margin-top: 15px;
  }

  .delivery-cvr .nav-link {
    padding: 10px 20px;
    color: rgb(255, 255, 255);
  }

  .addressaddpop textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .basicdetails-title h4 {
    background: #cd9d31;
    width: 100%;
    margin: 0px auto 12px;
    padding: 12px 0px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid rgb(205 157 49);
    border-radius: 42px;
  }

  .profile-box-cvr {
    background: rgb(255 255 255);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgb(118, 62, 10);
  }

  .profile-box-cvr label {
  }

  .profile-box-cvr p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
  }

  .profile-box-cvr label {
    display: block;
    text-align: left;
    margin: 0px auto 5px;
    color: rgb(205 157 49);
    font-size: 16px;
    font-weight: 500;
  }

  .profile-box-cvr p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0px;
    color: rgb(0 0 0);
  }

  .profile-box {
    background: rgb(251 251 251);
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    border-radius: 10px;
  }

  .profile-id-password-cover {
    padding: 20px;
    margin: 42px 0px;
  }

  .contact-cover {
    padding: 25px;
    background: rgb(245, 245, 245);
    margin-bottom: 26px;
    border-radius: 3px;
    margin-top: 30px;
  }

  .feedback-cover {
    padding: 10px;
    border-radius: 4px;
  }

  .cnt-title h2 {
    margin: 0px;
    padding: 12px 0px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: center;
    font-size: 31px;
    letter-spacing: 2px;
  }

  .form-group label {
    color: rgb(0, 0, 0);
    margin: 9px 0px 6px;
    font-size: 18px;
  }

  #contact-form .form-control {
    height: 60px;
  }

  #contact-form textarea.form-control {
    height: 100px;
  }

  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgb(115, 115, 115);
  }

  .for-img-look .thm-btn.bgclr-1 {
    background: linear-gradient(
      rgb(68, 34, 0) 0%,
      rgb(124, 69, 14) 45%,
      rgb(42, 21, 0) 100%
    );
    padding: 6px 15px;
    border-radius: 4px;
    font-weight: 500;
    color: rgb(255, 255, 255);
  }

  .hm-info-cvr-title h4 {
    margin: 10px 0px;
    font-size: 19px;
    font-weight: 700;
  }

  .hm-info-cvr-icon {
    margin-bottom: 4px;
  }

  .hm-info-cvr-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50px;
  }

  .hm-info-cvr-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
  }

  .hm-info-cvr {
    text-align: center;
  }

  .hm-info-cvr-pera p {
    font-size: 18px;
    font-weight: 500;
  }

  .cnt-rgt {
    border-right: 1px solid rgb(0, 0, 0);
  }

  iframe {
    outline: none;
  }

  .login-box {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 0px 6px;
    margin: 85px auto 0px;
    border-radius: 10px;
    border-width: 9px;
    border-style: solid;
    width: 500px;
  }

  .regmncvr .login-box {
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
  }

  .regmncvr .login-box-cvr label {
    display: block;
    text-align: left;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
  }

  .regmncvr .login-box-cvr input[type="text"],
  .regmncvr .login-box-cvr input[type="password"],
  .regmncvr .login-box-cvr select {
    color: rgb(0, 0, 0);
    height: 40px;
    text-align: left;
    padding-left: 10px;
  }

  .regmncvr .login-box-cvr label,
  .regmncvr .login-box-cvr input[type="text"],
  .regmncvr .login-box-cvr input[type="password"],
  .regmncvr .login-box-cvr input[type="file"],
  .regmncvr .login-box-cvr select,
  .regmncvr .login-box-cvr textarea {
    margin: 0px 0px 20px;
    width: 95%;
  }

  .regmncvr .login-box-cvr.add textarea {
    width: 98%;
    margin: 0px;
  }

  .regmncvr .basicdetails-title h4 {
    width: 100%;
    margin: 0px auto 12px;
    padding: 8px 0px;
    border-radius: 3px;
    color: rgb(255, 248, 248);
    font-weight: 500;
    text-align: center;
    font-size: 22px;
  }

  .regmncvr .login-id-password-cover .col-md-2 input[type="file"] {
    font-size: 12px;
  }

  .regmncvr .login-box-cvr input[type="file"] {
    padding: 0px 10px;
  }

  .regmncvr .login-id-password-cover .col-md-2 label {
    font-size: 12px;
    margin: 0px 0px 6px;
    width: 100%;
    padding-left: 13px;
  }

  .regmncvr .login-box-cvr label {
    margin-bottom: 0px !important;
  }

  .regmncvr .red {
    color: rgb(255, 0, 0);
    text-shadow: red 0px 1px 1px;
  }

  .logo-cover img {
    width: 100%;
  }

  .regmncvr .login-cover .register a {
    background: linear-gradient(
      rgb(68, 34, 0) 0%,
      rgb(124, 69, 14) 45%,
      rgb(42, 21, 0) 100%
    );
  }
}

@media screen and (max-width: 1199px) {
  .logo-cover img {
    width: 125px;
  }

  .loginbtn a {
    padding: 3px 15px;
    font-size: 15px;
  }

  .font-18 {
    font-size: 12px;
  }

  .nav-link {
    padding: 6px 1px;
    margin-right: 2px;
  }

  .top-section h6 {
    font-size: 14px;
  }

  .gift-index-content-lft,
  .gift-index-content-rgt {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .small-available {
    width: 44px;
  }

  .available-gold span strong {
    font-size: 12px;
  }

  .available-gold {
    width: 158px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 991px) {
  .login-box-cvr input[type="text"],
  .login-box-cvr input[type="password"] {
    width: 100%;
  }

  .hm-info-cvr-title h4 {
    font-size: 14px;
  }

  .hm-info-cvr-pera p,
  .cnt-title h2 {
    font-size: 12px;
  }

  .form-group label {
    font-size: 14px;
  }

  #contact-form .form-control {
    height: 39px;
  }

  .contact-cover {
    padding: 10px;
  }

  .leftside-menu.d-flex {
    display: block !important;
  }

  .menu-cover.d-flex {
    display: block !important;
  }

  .login-section.d-flex {
    display: block !important;
  }

  .navbar {
    justify-content: end;
  }

  .font-weight-bold,
  .footer-copyright {
    font-size: 14px;
  }

  footer p a,
  footer p,
  .address-footer li a,
  .marquee-cover marquee {
    font-size: 12px;
  }

  .new-1 {
    width: 100%;
  }

  .footer-icon-cover ul li a {
    height: 28px;
    width: 28px;
    line-height: 29px;
    border-radius: 37px;
    font-size: 12px;
  }

  .order-cover strong,
  .order-cover .table th {
    width: 100px;
    font-size: 12px;
  }

  a.download-invoice {
    width: 80px;
    display: inline-block;
    font-size: 10px;
    padding: 5px;
  }

  .blc-cover {
    overflow: auto hidden;
  }

  .media-object {
    width: 50px !important;
    height: 50px !important;
  }

  .loginbtn {
    width: 48%;
    display: inline-block;
    text-align: right;
  }

  .phone-number {
    width: 50%;
    display: inline-block;
  }

  .navbar-light .navbar-toggler {
    padding: 0px 10px;
    background: rgb(255, 255, 255);
  }

  .navbar-nav {
    background: rgb(205, 157, 49);
    padding: 5px 10px;
  }

  .use-imgnew-cover img {
    width: 100%;
  }

  .use-des-cover {
    padding-right: 0px;
  }

  .main-title h2 {
    font-size: 25px;
  }

  .use-title-cocer h3 {
    font-size: 16px;
  }

  .use-title-cocer p {
    line-height: 22px;
    font-size: 12px;
  }

  .use-des-icon img {
    max-width: 61%;
  }

  .giv-hou-to-app-padding-section h1 {
    padding-left: 42px;
    font-size: 46px;
  }

  .giv-app-up li {
    font-size: 14px;
  }

  .giv-app-up li img {
    position: absolute;
    left: 0px;
    width: 23px;
    top: 0px;
  }

  .gold-rate-cover {
    display: block;
  }

  .gold-price-rate-cover {
    width: 100%;
  }

  .image-for-box-rate img {
    width: 109px;
  }

  .image-for-box-rate {
    text-align: center;
  }

  .nav-pills .nav-link {
    font-size: 11px;
  }

  .amount-cpver .form-check.form-switch label,
  .amnt-qnty label {
    font-size: 14px;
  }

  .amount-input-cvr input {
    height: 40px;
    font-size: 18px;
  }

  span.small-szfonmt {
    font-size: 13px;
    position: relative;
    top: -20px;
  }

  .login-box {
    width: 80%;
  }

  .login-left {
    padding: 0px 38px;
  }
}

@media screen and (max-width: 767px) {
  .cnt-rgt {
    border-right: 0px !important;
  }

  .chart-top-text h3 {
    font-size: 28px;
    line-height: 37px;
  }

  .sectext-cover img {
    width: 38px;
  }

  .sectext-cover h4 {
    font-size: 13px;
  }

  .securitytext-section ul {
    padding: 0px;
  }

  .convert-to-coin .gold-silverbtncover .nav-link {
    padding: 6px 21px;
  }

  .profile-box-cvr label,
  .profile-box-cvr p {
    font-size: 12px;
  }

  .hm-info-cvr.cnt-rgt {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 555px) {
  .login-left {
    padding: 0px;
  }

  .cart-total {
    width: 100%;
  }

  .cart-total p span,
  .cart-total p strong {
    font-size: 12px;
  }

  .title h4 {
    font-size: 22px;
  }

  .new-1 {
    width: 180px;
  }

  .giv-hou-to-app-cover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ft-mobile-left-cover {
    padding-left: 0px;
  }

  .ft-mobile-left-cover h2 {
    font-size: 36px;
  }

  .chart-small-des {
    font-size: 12px;
  }

  .chart-small-des {
    text-align: center;
  }

  .plus-quentity input[type="button"] {
    width: 76px;
    padding: 6px 4px;
    font-size: 11px;
  }

  .amount-cpver .form-check-input {
    width: 56px;
  }

  .securitytext-section ul li {
    width: 47%;
  }

  .main-product-cover img {
    display: block;
    margin: 0px auto;
    padding: 5px;
    width: 100%;
  }

  .w-50new.lf {
    font-size: 16px;
  }

  .main-product-dis p,
  .main-product-details h4 {
    font-size: 13px;
  }

  .convert-to-coin .col-md-3 {
    width: 46%;
    display: inline-block;
  }

  .login-box,
  .login-id-password-cover h4 {
    width: 100%;
  }

  .regmncvr .login-box {
    padding: 10px;
  }
}

@media screen and (max-width: 375px) {
  .ft-mobile-left-cover h2 {
    font-size: 20px;
  }

  .ft-mobile-left-cover p {
    font-size: 16px !important;
  }

  #scroll {
    width: 30px;
  }

  .ft-mobile-left-cover h2 {
    font-size: 20px;
  }

  .ft-mobile-left-cover p {
    font-size: 16px !important;
  }

  #scroll {
    width: 30px;
  }
}

    .main-title .line span {
      position: absolute;
      height: 2px;
      width: 80px;
      background-color: rgb(204, 153, 51);
      top: 6px;
      margin: auto;
      left: 0px;
      right: 0px;
    }

    .main-title .line span::after,
    .main-title .line span::before {
      position: absolute;
      height: 2px;
      width: 6px;
      content: "";
      background-color: rgb(204, 153, 51);
      top: 0px;
    }

    .main-title .line span::after {
      right: -10px;
    }

    .main-title .line span::before {
      left: -10px;
    }

    .main-title .line {
      position: relative;
      height: 2px;
      width: 150px;
      background-color: rgb(204, 153, 51);
      margin: 0px auto 14px;
      bottom: 0px;
      top: 0px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
      background: rgb(255, 248, 232);
    }

    .navbar-expand-lg .navbar-nav {
      margin: 0px auto;
    }

    .use-des-icon.icnaftr::before {
      content: "";
      position: absolute;
      height: 2px;
      width: 175%;
      background-color: rgb(205, 157, 49);
      top: 50%;
      right: -36%;
      z-index: -1;
    }

    .andois {
      text-decoration: none;
      list-style: none;
    }

    .andois li {
      text-decoration: none;
      list-style: none;
      display: inline-block;
      margin-right: 13px;
    }

    .andois li a {
      width: 140px;
      display: inline-block;
    }

    .andois li a img {
      width: 100%;
    }

    .footer-copyright.text-center.py-3 {
      display: block;
      padding: 28px 0px !important;
    }
    .login-id-password-cover p {
      text-align: center;
      margin-top: 10px;
      color: #ababab;
    }
    .login-left h6 img {
      width: 220px;
    }
    @media screen and (max-width: 1399px) {
      .available-gold {
        margin-left: 12px;
        width: 60%;
      }
    }

    .small-available.walletcvr {
      height: 40px;
      text-align: right;
    }
    .small-available.walletcvr img {
      width: auto;
    }

    .main-product-cover a {
        display: inline-block;
        height: 400px;
    }
    .main-product-cover a img{height:100%;}
    .fromfeild.pinCode{    padding: 5px 10px;
      color: #1e3d34;
      border: 1px solid #ccc;
      margin: 5px 0 0;}
    @media screen and (max-width:1199px) {
        .main-product-cover a {
        display: inline-block;
        height: 300px;
    }
}
@media screen and (max-width:992px) {
    .main-product-cover a {
        height: 212px;
    }
}
@media screen and (max-width:767px) {
    .main-product-cover a {
        height:auto;
    }
}