  @font-face {
    font-family: 'minionpro-regular';
    src: url('../css/fonts/MinionPro-Regular.otf');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'minionpro-semibold';
    src: url('../css/fonts/MinionPro-Semibold.otf');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'minionpro-bold';
    src: url('../css/fonts/MinionPro-Bold.otf');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'minion-regular';
    src: url('../css/fonts/Minion-Regular.otf');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'minion-semibold';
    src: url('../css/fonts/Minion-Semibold.otf');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'minion-bold';
    src: url('../css/fonts/Minion-Bold.otf');
    font-weight: 700;
    font-style: normal;
  }

  /*CSS Document */

  input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
  }

  input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
  }

  input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
  }

  input[type="file"]::-o-file-upload-button {
    cursor: pointer;
  }

  input[type="file"] {
    cursor: pointer;
  }

  html body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding-top: 230px;
    background-image: url(../images/background-hexa-new.png);
    background-repeat: repeat;
    background-position: left 56px;
    background-size: 388px auto;
  }

  *::-moz-selection {
    color: #fff;
    background: #000;
  }

  *::-webkit-selection {
    color: #fff;
    background: #000;
  }

  *::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
  }

  *:-moz-placeholder {
    color: #333333;
    opacity: 1;
  }

  *::-moz-placeholder {
    color: #333333;
    opacity: 1;
  }

  *:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
  }

  a,
  div a:hover,
  div a:active,
  div a:focus,
  button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  a,
  span,
  div a:hover,
  div a:active,
  button {
    text-decoration: none;
  }

  *::after,
  *::before,
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  body ul {
    margin: 0;
    padding: 0;
  }

  a {
    outline: none;
    color: #555;
  }

  a:hover {
    color: #000;
  }

  body .clearfix,
  body .clear {
    clear: both;
    line-height: 100%;
  }

  body .clearfix {
    height: auto;
  }

  * {
    outline: none !important;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  .clr:after,
  ul:after,
  .clearfix:after,
  li:after,
  .grve-container:after {
    clear: both;
    display: block;
    content: "";
  }

  div input,
  div select,
  div textarea,
  div button,
  a,
  button,
  ul,
  ul li,
  ol,
  li {
    font-family: 'minionpro-regular';
    list-style: none;
  }

  body,
  body p {
    font-family: 'minion-regular';
    font-size: 22px;
    color: #2a2a2a;
    line-height: 150%;
    font-style: normal;
    font-weight: normal;
  }

  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-family: 'minionpro-bold';
    line-height: 120%;
    color: #101940;
    font-weight: bold;
    margin: 0 0 15px;
  }

  body h1 {
    font-size: 22px;
  }

  body h2 {
    font-size: 40px;
  }

  body h3 {
    font-size: 18px;
  }

  body h4 {
    font-size: 16px;
  }

  body h5 {
    font-size: 12px;
  }

  body h6 {
    font-size: 10px;
  }

  body h1:last-child,
  body h2:last-child,
  body h3:last-child,
  body h4:last-child,
  body h5:last-child,
  body h6:last-child {
    margin-bottom: 0;
  }

  input {
    background: none;
    border: 0 none;
    outline: none;
  }

  table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
  }

  * {
    box-sizing: border-box;
  }

  td {
    vertical-align: top;
  }

  img {
    border: 0 none;
    max-width: 100%;
    width: auto;
  }

  a {
    outline: none;
    cursor: pointer;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .clear {
    clear: both;
  }

  .text_right {
    text-align: right;
  }

  .text_left {
    text-align: left;
  }

  .text_center {
    text-align: center;
  }

  .text_justify {
    text-align: justify;
  }

  .clearfix {
    clear: both;
    display: block;
    font-size: inherit;
    height: 0;
    line-height: 0;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }

  .margin-top {
    margin-top: 30px;
  }

  .margin-left {
    margin-left: 30px;
  }

  .margin-right {
    margin-right: 30px;
  }

  .margin-bottom {
    margin-bottom: 30px;
  }

  .padding-top {
    padding-top: 20px;
  }

  .padding-left {
    padding-left: 20px;
  }

  .padding-right {
    padding-right: 20px;
  }

  .padding-bottom {
    padding-bottom: 20px;
  }

  /* For desktop: */
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row::after,
  .row::before {
    clear: both;
    content: "";
    display: table;
  }

  .colamu-1,
  .colamu-2,
  .colamu-3,
  .colamu-4,
  .colamu-5,
  .colamu-6,
  .colamu-7,
  .colamu-8,
  .colamu-9,
  .colamu-10,
  .colamu-11,
  .colamu-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .colamu-1 {
    width: 8.33%;
  }

  .colamu-2 {
    width: 16.66%;
  }

  .colamu-3 {
    width: 25%;
  }

  .colamu-4 {
    width: 33.33%;
  }

  .colamu-5 {
    width: 41.66%;
  }

  .colamu-6 {
    width: 50%;
  }

  .colamu-7 {
    width: 58.33%;
  }

  .colamu-8 {
    width: 66.66%;
  }

  .colamu-9 {
    width: 75%;
  }

  .colamu-10 {
    width: 83.33%;
  }

  .colamu-11 {
    width: 91.66%;
  }

  .colamu-12 {
    width: 100%;
  }

  .box-center {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
  }

  .border-radius-4 {
    border-radius: 4px;
  }

  .border-circle {
    border-radius: 50%;
  }

  .border-solid {
    border: 1px solid #000;
  }

  .border-dotted {
    border: 1px dotted #000
  }

  .border-dashed {
    border: 1px dashed #000;
  }

  /*fixed-menu*/
  header#header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: auto;
  }

  header#header.fixed {
    background: #FFF;
    box-shadow: 0 0 5px #CCC;
  }

  header#header.fixed .first-header a.site-logo {
    max-width: 150px;
  }

  header#header.fixed .first-header {
    padding: 10px 0;
  }

  header#header.fixed .first-header .right-sec .head-form-sec {
    margin-top: 10px;
  }

  /*responsive menu*/
.menu {
    width: 18px;
    height: 16px;
    border-radius: 40px;
    padding: 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    background: transparent;
    line-height: 100%;
    display: none;
    position: relative;
}

.head-form-sec.mobile-show {
    display: none;
}

  .menu .menu-trigger {
    float: left;
    margin: 8px 20px 0 25px;
  }

  .menu .line:nth-child(1):after {
    transition: all 0.6s linear 0.1s;
  }

  .menu .line:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 3px;
    width: 0;
  }

.menu .line {
    background: #0b1544;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 18px;
}

  body .menu:hover .line {
    background: #fda352;
  }

  .header-sec .menu-wrap .menu:hover .line:after {
    transform: rotate(360deg);
    width: 100%;
  }

  .show-menu nav.menu-act {
    transition: all 1.4s ease 0s;
    right: 0;
  }

  #wrapper {
    background: #FFFFFF;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 99;
  }

  html.show-menu {
    overflow: hidden;
  }

  nav.menu-act .close-button {
    display: none;
  }

  /*responsive menu -Close*/
  /* menu */
  nav.menu-act ul li {
    float: left;
    padding-bottom: 15px;
    position: relative;
  }

  nav.menu-act ul li a {
    float: left;
    padding: 5px;
  }

  .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>a::after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
  }

  .dropdown-submenu>.dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
  }

  .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
  }

  nav.menu-act ul li:hover>ul.dropdown-menu {
    display: block;
  }

  .dropdown-menu>li>a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
  }

  .dropdown-menu>li {
    clear: both;
  }

  nav.menu-act .dropdown-menu>li {
    clear: both;
    float: none;
    padding: 0;
  }

  nav.menu-act .dropdown-menu>li a {
    padding: 4px 14px;
    float: none;
  }

  nav.menu-act li.active>a,
  nav.menu-act li:hover>a:hover {
    background-color: #428bca;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
  }

  footer .footer-menu ul li a:hover,
  footer .footer-menu ul li.active>a {
    color: #FFF
  }

  /* menu - Close */
  @media screen and (max-width:767px) {

    nav.menu-act .close-button,
    nav.menu-act ul {
      display: none;
    }

    .menu,
    .show-menu nav.menu-act .close-button,
    .show-menu nav.menu-act ul {
      display: block;
    }

    nav.menu-act {
      background: #333333;
      bottom: 0;
      height: 100%;
      right: -275px;
      overflow: hidden;
      padding: 50px 0;
      position: fixed;
      left: auto;
      top: 0;
      transition: all 0.4s ease 0s;
      width: 275px;
      z-index: 999;
    }
  }

  /*Button */
  a.button,
  .button,
  button,
  form input[type="submit"] {
    font-family: 'minion-semibold';
    background: #0b1544;
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    padding: 0 2px 0 28px;
    font-size: 15px;
    text-decoration: none;
  }

  a.button:hover,
  .button:hover,
  button:hover,
  form input[type="submit"]:hover,
  a.btn:hover {
    background: #b98e49;
  }

  /*Button -close*/
  /*form -close*/
form input, form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
}

  form textarea {
    height: 150px;
  }

  /*form -close*/
  /* main- Slider */
  .slider,
  .bx-wrapper,
  .bx-wrapper .bx-viewport,
  .slidermain,
  .slidermain li,
  .images-slider {
    height: 100% !important;
  }

  .slidermain li {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 365px;
  }

  /* main- Slider Close */

  #myBtn {
    background: #0b1544;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 50px;
    position: fixed;
    right: 20px;
    width: 50px;
    z-index: 90;
    border-radius: 81px;
    border: 1px solid #fff;
    padding: 7px 13px;
    z-index: 1111;
  }

  #myBtn:hover {
    background-color: #c78409;
  }

  .container {
    width: 100%;
    max-width: 1280px;
    /* max-width: 1330px; */
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
    position: relative; 
    float: none;
  }

  .step-line-wrap .step.step-three.step-three-hide {
    display: none;
}

  @media (min-width: 1440px) {
    .agc-service-sec {
      background-position: center -18px;
    }

    body .agc-service-sec::after {
      top: 80px;
    }
  }

  /* home page css */
  body .header-topbar {
    background-color: #dddddc;
    /* padding: 4px 15px; */
    padding: 4px 35px;
    transition: all 0.5s ease 0s;
  }

  header#header.fixed section.header-topbar {
    margin-top: -50px;
  }

  body .header-topbar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
  }

  body .header-topbar ul li {
    font-family: 'minion-regular';
    display: flex;
    align-items: center;
    color: #b98e49;
    font-size: 18px;
  }

  body .header-topbar ul li a {
    font-family: 'minionpro-regular';
  }

  body .header-topbar ul::after {
    content: none;
  }

  body .header-topbar ul li img {
    width: auto;
    height: 18px;
    margin-right: 10px;
  }

  body .header-topbar .silverprice {
    color: #515151;
  }

  body .main-header .first-header {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    padding: 12px 0 14px 0;
  }

  /* body .main-header .first-header a.site-logo {
    width: 100%;
    max-width: 240px;
  } */

  body .main-header .first-header a.site-logo {
    width: 100%;
    max-width: 200px;
    margin-left: 0px;
  }

  body .main-header .secound-header ul.main-menu.mobile,
  .close-button {
    display: none;
  }

  body .header {
    /* background-image: url(../images/header-bg-img.png);
    background-position: 0px 47px;
    background-size: contain;
    background-repeat: repeat; */
    background-color: rgba(255, 255, 255, 0);
  }

  body .main-header .first-header .right-sec ul.first-menu {
    display: flex;
    justify-content: space-between;
    width: 850px;
    background: #d8dad7;
    padding: 0 10px;
    position: relative;
    margin-right: 10px;
  }

  body .btn {
    position: relative;
    margin: 0 10px;
    background-color: #0a1746;
    color: #fff;
  }

  body .primary-btn {
    position: relative;
    background-color: #0a1746;
    color: #fff;
    padding: 5px 10px;
  }

  body .main-header .first-header .right-sec ul.first-menu::before,
  body .main-header .first-header .right-sec ul.first-menu::after,
  body .main-header .secound-header ul.main-menu::before,
  body .main-header .secound-header ul.main-menu::after,
  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn::before,
  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn::after,
  body .btn::before,
  body .btn::after,
  body .primary-btn::before,
  body .primary-btn::after {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 0, 100% 98%, 100% 100%, 0% 50%);
    width: 10px;
    height: 100%;
    top: 0;
    left: -9.6px;
    background: #d8dad7;
    transition: all 0.3s;
  }

  body .main-header .first-header .right-sec ul.first-menu::after,
  body .main-header .secound-header ul.main-menu::after,
  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn::after,
  body .btn::after,
  body .primary-btn::after {
    clip-path: polygon(0 0%, 100% 50%, 0 100%, 0 100%, 0% 50%);
    left: auto;
    right: -9.6px;
  }

  body .main-header .secound-header ul.main-menu::before,
  body .main-header .secound-header ul.main-menu::after,
  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn::before,
  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn::after,
  body .btn::before,
  body .btn::after,
  body .primary-btn::before,
  body .primary-btn::after {
    background-color: #0a1746;
  }

  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn:hover::before,
  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn:hover::after,
  body .btn:hover::before,
  body .btn:hover::after,
  body .primary-btn:hover::before,
  body .primary-btn:hover::after,
  body .primary-btn:hover {
    background-color: #b98e49;
  }

  body .main-header .first-header .right-sec .head-form-sec {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
  }

  body .main-header .first-header .right-sec .head-form-sec .search-sec input[type="text"] {
    width: 310px;
    height: 28px;
    position: relative;
    border: 1px solid #0a1746;
    border-left: none;
    padding-right: 90px;
  }

  body .main-header .secound-header ul.main-menu::before {
    left: -9.5px;
  }

  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn {
    font-family: 'minion-semibold';
    position: absolute !important;
    right: 0px;
    background: #0a1746;
    color: #fff;
    padding: 3px 3px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
  }

  body .main-header .first-header .right-sec .head-form-sec .search-sec a.btn:hover,
  body .main-header .first-header .right-sec .head-form-sec .btn:hover {
    background: #b98e49;
  }

  body .main-header .first-header .right-sec .head-form-sec .search-sec {
    position: relative;
    height: 27px;
    margin-right: 26px;
    display: flex;
  }

  .head-form-sec .logon-btn {
    margin-right: 26px;
  }

  body .main-header .first-header .right-sec .head-form-sec .search-sec::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 100%;
    background-image: url(../images/left-arrow-shape.png);
    left: -9px;
  }

  body .main-header .first-header .right-sec .head-form-sec .btn:hover {
    background: #b98e49;
    letter-spacing: 1.8px;
    background-image: url(../images/person-icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 6px 8px;
  }

  body .main-header .secound-header ul.main-menu {
    display: flex;
    justify-content: center;
    background: #0a1746;
    padding: 4px 10px;
    position: relative;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    gap: 0 43px;
  }

  .head-form-sec .btn,
  .footer-btn a.btn {
    letter-spacing: 1.8px;
    background-image: url(../images/person-icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 6px 8px;
    font-family: 'minion-semibold';
    font-size: 15px;
    font-weight: 600;
    padding-top: 1px;
  }

  /* body .slider-banner {
    background-image: url(../images/slider-banner-bg-img.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 40px 65px 42px 65px!important;
    overflow: hidden;
  } */

  body .slider-banner {
    background-image: url(../images/slider-banner-bg-img.png);
    background-size: 1500px;
    background-repeat: repeat;
    background-position: center;
    padding: 40px 65px 42px 65px !important;
    overflow: hidden;
  }

  body .banner-slider {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  body .owl-item {
    float: left;
  }

  .banner-slider .owl-stage-outer {
    overflow: hidden;
  }

  body .main-header .first-header .right-sec ul.first-menu li a {
    font-family: 'minionpro-semibold';
    font-size: 22px;
    color: #0c1942;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
  }

  body .main-header .first-header .right-sec ul.first-menu li a:hover {
    color: #b98e49;
  }


  body .slider-banner .banner-slider .item {
    display: flex;
    align-items: center;
  }

  body .slider-banner .banner-slider .item .details-sec,
  body .slider-banner .banner-slider .item .img-sec {
    width: 50%;
  }

  body .slider-banner .banner-slider .item .img-sec {
    text-align: end;
    padding-right: 15px;
  }

  /* 
  body .slider-banner .banner-slider .item .img-sec img {
      width: 100%;
      max-width: 580px;
      margin: 0 auto;
  } */
  body .slider-banner .banner-slider .item .img-sec img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }

  body .main-header .secound-header ul.main-menu li a {
    font-family: 'minion-semibold';
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    color: #f09f39;
  }

  body .main-header .secound-header ul.main-menu li a.active,
  body .main-header .secound-header ul.main-menu li a:hover {
    color: #fff;
  }

  body .slider-banner .banner-slider .item .details-sec h2 {
    font-family: 'minion-semibold';
    font-weight: 600;
    /* font-size: 57px; */
    font-size: 50px;
    color: #121841;
    line-height: 120%;
  }

  body .slider-banner .banner-slider .item .details-sec {
    padding-left: 55px;
    width: 56%;
  }

  body .slider-banner .banner-slider .item .details-sec p {
    font-family: 'minion-semibold';
    font-weight: 600;
    font-size: 24px;
    color: #121841;
    margin: 22px 0 30px 0;
    line-height: 130%;
  }

  body .slider-banner .banner-slider .item .details-sec a.slider-btn {
    width: fit-content;
    border: 2px solid #C88A2B;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 11px 54px 11px 22px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'minion-semibold';
    color: #231f20;
    background: #fff;
    position: relative;
  }

  body .slider-banner .banner-slider .item .details-sec a.slider-btn:hover {
    background-color: #C88A2B;
    color: #fff;
  }

  body .slider-banner .banner-slider .item .details-sec a.slider-btn::before {
    position: absolute;
    content: '';
    width: 34px;
    height: 30px;
    background-image: url(../images/slider-arrow.png);
    top: 50%;
    right: -8px;
    background-size: contain;
    transform: translate(-50%, -50%);
  }

  body .slider-banner .banner-slider .item .details-sec p>span {
    font-family: 'minion-regular';
    font-weight: 400;
  }

  body .banner-slider .owl-nav {
    position: absolute;
    top: 31%;
    width: calc(100% + 50px);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }

  body .banner-slider .owl-nav button,
  body .banner-slider .owl-nav button.owl-next {
    position: relative;
    width: 58px;
    height: 49px;
    background: transparent;
    background-image: url(../images/shape-icons.png);
    background-size: 96px;
    padding: 0px;
    background-repeat: no-repeat;
  }

  body .banner-slider .owl-nav button span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/shape-icons.png);
    background-size: 106px;
    padding: 0px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }

  /* section.shape-bg {
    width: 100%;
    background-image: url(../images/background-hexa.png);
    background-repeat: repeat;
    background-size: 1700px 1570px;
    background-position: 00 0;
    padding-bottom: 130px;
    margin-bottom: -95px;
  } */

  section.shape-bg {
    width: 100%;
    /* background-image: url(../images/grey-shape-icon.png); */
    background-image: url(../images/background-hexa-new.png);
    padding-bottom: 130px;
    margin-bottom: -95px;
    background-repeat: repeat;
    background-position: left -28px;
    background-size: 388px auto;
  }

  body .banner-slider .owl-nav button span {
    font-size: 0px;
  }

  body .banner-slider .owl-nav button span::before {
    background-position: -2px -58px;
    background-size: 93px;
    top: 0;
    left: 0;
    z-index: 1;
  }

  body .banner-slider .owl-nav button.owl-next span::before {
    background-position: -40px -58px;
  }

  body .banner-slider .owl-nav button:hover span::before {
    filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(1799%) hue-rotate(342deg) brightness(84%) contrast(83%);
  }

  body .why-phurchase-sec {
    width: 100%;
    /* padding: 65px 0px 34px; */
    padding: 75px 0px 34px;
  }

  body .why-phurchase-sec .wp-inner-sec {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e9ebf2;
  }

  /* .why-phurchase-sec ul.product-img {
    display: grid;
    grid-template-columns: repeat(9,1fr);
    align-items: end;
    width: 100%;
    max-width: 1320px;
    margin: 65px auto 0 auto;
    gap: 0px 30px;
    background: #fff;
  } */

  .why-phurchase-sec ul.product-img {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    width: 100%;
    max-width: 1210px;
    margin: 56px auto 0;
    background: #fff;
    justify-content: center;
    border: 1px solid #e9ebf2;
    padding: 20px 20px 20px 20px;
  }

  .why-phurchase-sec ul.product-img li {
    text-align: center;
    width: 11.11%;
    padding-right: 12px;
  }

  .why-phurchase-sec ul.product-img li:nth-child(9) {
    padding-right: 0px;
  }

  .why-phurchase-sec ul.product-img li a.prod-img {
    width: auto;
    height: 100px;
    display: block;
    margin-bottom: 9px;
  }

  .why-phurchase-sec ul.product-img li a.prod-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sub-title {
    font-size: 22px;
    margin: 0px;
    font-family: 'minionpro-bold';
    font-weight: 600;
    color: #c78409;
  }

  .details-section p.sub-title {
    font-size: 22px;
    line-height: 36px;
  }

  .wp-inner-sec p.sub-title {
    margin-bottom: 6px;
  }

  .step-line-wrap .step.step-one h4:nth-child(1) {
    margin-bottom: -4px;
  }

  .step-line-wrap .step.step-one h4:nth-child(2) {
    margin-bottom: 5px;
  }

  .wp-inner-sec h2 {
    font-family: 'minion-bold';
    color: #111949;
    margin-bottom: 40px;
    font-size: 34px;
  }

  .why-phurchase-sec .wp-inner-sec>p.descb {
    margin: 0 0 35px 0;
    font-size: 18px;
  }

  body .why-phurchase-sec .wp-inner-sec p.descb:last-child {
    margin: 0px;
  }

  .why-phurchase-sec ul.product-img li a {
    font-size: 18px;
    font-family: 'minionpro-bold';
    color: #111949;
    margin-top: 12px;
    font-weight: 600;
  }

  .why-phurchase-sec .container {
    max-width: 100%;
  }

  body .option-box-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    width: 100%;
    max-width: 1200px;
    margin: 55px auto 0 auto;
  }

  body .option-box-sec .option-box {
    padding: 73px 50px 51px 50px;
    background-color: #fff;
    text-align: left;
  }

  body .option-box-sec .option-box p {
    font-size: 18px;
  }

  body .option-box-sec .option-box p:last-child {
    margin-bottom: 0px;
  }

  .option-box-sec .option-box .box-head-wrap {
    display: flex;
    align-items: center;
  }

  .option-box-sec .option-box .box-head-wrap h3,
  .option-box-sec .option-box .box-head-wrap h3 a {
    font-family: 'minionpro-bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 90%;
    width: 100%;
    max-width: 300px;
    color: #12193e;
  }

  .option-box-sec .option-box .box-head-wrap h3 a:hover {
    color: #b98e49;
  }

  .option-box-sec .option-box .box-head-wrap .box-head-img {
    width: 75px;
    height: 75px;
    margin-right: 30px;
  }

  .option-box-sec .option-box:nth-child(2) .box-head-wrap .box-head-img {
    width: 100px;
  }

  .option-box-sec .option-box .box-head-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body section.agc-service-sec {
    text-align: center;
    /* background: url(../images/grey-shape-icon.png) repeat 0 0; */
    background: url(../images/gold-background-hexa-new.png) repeat 0 0;
    /* background-size: 212px auto; */
    background-color: #FFF;
    clip-path: polygon(49% 68px, 100% 0, 100% 100%, 0 100%, 0 0);
    background-repeat: repeat;
    background-position: left 324px;
    background-size: 388px auto;
  }

  body section.agc-service-sec p.sub-title {
    color: #101940;
    margin-bottom: 10px;
  }

  .agc-service-sec {
    position: relative;
    padding: 110px 0px 45px 0px;
    z-index: 1;
  }

  body .company-sec ul {
    display: flex;
  }

  /* body .agc-service-sec::before , body .agc-sec-wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 88px;
    background-image: url(../images/shape-img-one.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center bottom;
  } */

  body .agc-service-sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -25px;
    left: -1px;
    z-index: -1;
    background-color: #C68800;
    bottom: 0;
    opacity: 0.35;
    background-position: left 0;
  }

  .sell-to-us-page section.agc-service-sec::after {
    height: calc(100% + 30px);
  }

  body section.company-sec {
    padding-top: 60px;
    padding-bottom: 20px;
    background: rgb(255 255 255 / 60%);
    /* 15-04-2025 */
    margin-bottom: -30px;
    /* 15-04-2025 */
  }

  body .company-sec ul li {
    font-family: 'minion-regular';
    font-size: 18px;
    line-height: 100%;
    color: #c08b2c;
    text-align: center;
    position: relative;
  }

  body .company-sec ul li::after {
    position: absolute;
    content: '';
    width: 29px;
    height: 32px;
    background-image: url(../images/shape-icons.png);
    background-size: 118px;
    background-repeat: no-repeat;
    background-position: -90px -11px;
    top: -32px;
    right: 10px;
  }

  footer#footer .footer-sec-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  footer#footer .footer-sec-wrap .footer-sec-center {
    max-width: 225px;
    margin: 13px 20px 0 20px;
  }

  footer#footer .footer-sec-left .footer-wrap:last-child {
    margin-right: 0px;
  }

  footer#footer .footer-sec-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  footer#footer h4 {
    font-size: 17px;
    color: #c08c2c;
    text-transform: uppercase;
  }

  footer#footer {
    background-color: #061749;
    padding-top: 0px;
    position: relative;
    width: 100%;
    margin-top: 95px;
  }

  footer#footer .footer-sec-left .footer-wrap {
    margin-right: 30px;
  }

  footer#footer ul li a,
  footer#footer ul li {
    font-size: 15px;
    line-height: 100%;
    color: #dddddc;
    text-transform: uppercase;
  }

  footer#footer ul li {
    margin-bottom: 13px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
  }

  footer#footer ul li:nth-child(2n)>span {
    width: 108px;
  }

  footer#footer ul li a:hover,
  footer#footer ul li a.active {
    color: #c08c2c;
  }

  .footer-sec-right .footer-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px 11px;
  }

  footer#footer::before {
    content: "";
    width: 100%;
    height: 97px;
    background-image: url(../images/footer-shape.png);
    position: absolute;
    top: -96px;
    left: 0%;
    transform: translateX(0%);
    z-index: 4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  footer#footer::before, body .agc-service-sec::before, body .agc-sec-wrap::before {
    z-index: 111; 
}

  footer#footer ul li.footer-btn a.btn::before,
  footer#footer ul li.footer-btn a.btn:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    top: 0;
  }

  .footer-btn a.btn {
    position: relative;
    margin: 0 10px;
    background-color: #ffffff;
    color: #0a1746;
  }

  .footer-btn a.btn::before,
  .footer-btn a.btn::after {
    background: #fff;
  }

  .footer-btn a.btn {
    background-position: 6px -12px;
  }

  .footer-btn a.btn:hover {
    color: #c08b2c;
  }

  .footer-sec-right .footer-btn {
    text-align: end;
    position: relative;
    top: 7px;
    width: fit-content;
    margin: 0 0 0 auto;
  }

  .footer-sec-right .footer-btn a.btn.button:not(:last-child) {
    margin-right: 35px;
  }

  body .error-404.not-found {
    padding: 80px 15px 60px 15px;
    text-align: center;
  }

  body .error-404.not-found h1 {
    font-size: 100px;
    color: #b98e49;
  }

  body .error-404.not-found .page-content h3 {
    font-size: 28px;
    color: #000;
  }

  body .error-404.not-found .page-content p {
    margin: 0px;
    font-size: 24px;
    color: #000;
  }

  body .error-404.not-found .page-content .error-btn {
    margin-top: 22px;
  }

  section.location-page,
  section.storage-page,
  section.faq-page,
  section.pool-allocted-page,
  section.cart-page,
  section.sell-to-us-page,
  section.bullion-store-page,
  section.pricing-page {
    width: 100%;
    /* background-image: url(../images/gold-shape-bg-img.png); */
    background-image: url(../images/gold-background-hexa-in-new.png);
    background-repeat: repeat;
    background-size: 388px auto;
    background-position: left 52px;
    padding-bottom: 167px;
    margin-bottom: -95px;
  }

  /* section.sell-to-us-page {
    background-image: url(../images/background-hexa-new.png);
    margin-bottom: -176px;
  } */
  section.smfs-bullion {
    background-image: url(../images/gold-background-hexa-in-new.png);
  }

  body .sell-to-us-page section.agc-service-sec {
    background-position: left 285px;
    background-size: 388px auto;
  }

  /* section.location-page, section.storage-page, section.faq-page, section.pool-allocted-page, section.sell-to-us-page, section.cart-page, section.bullion-store-page , section.pricing-page {
  background-image: none;
  } */
  .location-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 25px;
  }

  .location-main .location-info h3 {
    font-size: 58px;
    font-family: 'minion-regular';
    font-weight: 400;
    color: #bf8c2c;
    margin-bottom: 6px;
    position: relative;
    width: fit-content;
  }

  .location-main .location-info h3::before,
  .location-main .location-info h4::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 32px;
    background-image: url(../images/shape-icons.png);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: -91px -11px;
    top: -17px;
    left: auto;
    right: -25px;
  }

  .location-main .location-info .map-box {
    display: block;
    width: 100%;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 36px;
  }

  .location-main .location-info .map-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  section.breadcrumb-sec {
    padding-top: 45px;
    padding-bottom: 0px;
    text-transform: uppercase;
  }

  .breadcrumb-sec a,
  .breadcrumb-sec span {
    font-family: 'minion-regular';
    font-size: 18px;
    color: #b6b7b6;
  }

  .breadcrumb-sec a:hover {
    color: #0a1746;
  }

  .location-main .location-info h4 {
    font-size: 18px;
    font-family: 'minion-regular';
    font-weight: 400;
    color: #bf8c2c;
    margin-bottom: 3px;
    position: relative;
    width: fit-content;
  }

  .location-main .location-info h3::before,
  .location-main .location-info h4::before {
    width: 26px;
    height: 27px;
    background-size: 100px;
    background-position: -76px -9px;
    top: -14px;
    left: auto;
    right: -16px;
  }

  .location-main .location-info h4::before {
    top: -23px;
    left: auto;
    right: -20px;
  }

  .location-main .location-info p,
  .location-main .location-info a.mail-link {
    font-size: 22px;
    color: #000000;
    line-height: 110%;
    width: 100%;
    max-width: 290px;
  }

  .location-main .location-info a.contact-numb {
    font-size: 24px;
    color: #bf8c2c;
    line-height: 100%;
    width: fit-content;
    max-width: 290px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .location-main .location-info .schedule-time li {
    font-size: 18px;
    color: #000000;
    line-height: 130%;
    font-family: 'minion-regular';
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .location-main .location-info .maps-links li {
    font-size: 16px;
    color: #bf8c2c;
    line-height: 130%;
    font-family: 'minion-regular';
    width: 100%;
    display: block;
  }

  .location-main .location-info p {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .location-main .location-info a.contact-numb {
    margin-bottom: 5px;
    width: fit-content;
  }

  .location-main .location-info a.mail-link {
    font-size: 19px;
  }

  .location-main .location-info ul.schedule-time {
    margin-top: 10px;
  }

  .location-main .location-info ul.schedule-time li {
    margin-bottom: -4px;
  }

  .location-main .location-info ul.schedule-time li:last-child {
    margin-bottom: 0px;
  }

  .location-main .location-info ul.maps-links {
    margin-top: 10px;
  }

  .location-main .location-info ul.maps-links li {
    margin-bottom: -4px;
  }

  .location-main .location-info ul.maps-links li:last-child {
    margin-bottom: 0px;
  }

  .location-main .location-info ul.maps-links li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .location-main .location-info ul.maps-links li a {
    font-size: 15px;
    color: #bf8c2c;
  }

  .location-main .location-info a {
    font-family: 'minion-regular';
    font-size: 18px;
    color: #0a1746;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }

  .location-main .location-info a:hover {
    color: #0a1746;
  }

  .location-main .location-info a.mail-link:hover {
    color: #bf8c2c;
  }

  .slider-sec,
  body.popup-active {
    overflow: hidden;
  }

  .number .minus,
  .number .plus {
    cursor: pointer;
  }

  body section.cart-sec {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
  }

  body div.product-info-container {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d8dad7;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  body section.cart-sec .slider-sec {
    width: 45%;
  }

  body section.cart-sec .cart-details {
    width: 58%;
  }

  body section.cart-sec .cart-details h4.product-title {
    font-size: 28px;
    font-family: 'minion-regular';
    font-weight: 500;
    margin-bottom: 10px;
    color: #bf8b2c;
  }

  body section.cart-sec .cart-details h5.product-sub-title {
    margin: 0 0 0 0;
    padding-bottom: 20px;
    font-size: 22px;
  }

  body section.cart-sec .cart-details .item-price li:last-child {
    margin-right: 0;
  }

  .cart-details p {
    font-size: 18px;
    margin: 0px;
  }

  body section.cart-sec .cart-details .product-info .prod-inner {
    font-size: 20px;
    font-family: 'minionpro-regular';
    font-weight: 400;
    display: flex;
    margin-bottom: 7px;
    color: #101940;
  }

  body section.cart-sec .cart-details .product-info .prod-inner:last-child {
    margin-bottom: 0px;
  }

  body section.cart-sec .cart-details .product-info .prod-inner span {
    width: 100%;
    display: block;
    max-width: 305px;
  }

  .item-price span.heading {
    width: 100%;
    display: block;
    text-align: left;
  }

  .item-price span {
    width: 100%;
    display: block;
    text-align: center;
  }

  .item-price span.price {
    font-size: 18px;
  }

  div#benefits-slider {
    display: flex;
    justify-content: space-between;
  }

  .popup-slide .owl-nav.disabled {
    opacity: 0;
    visibility: hidden;
  }

  body section.cart-sec .slider-sec {
    max-width: 350px;
    margin: 0 auto;
  }

  #benefits-slider a {
    width: 105px;
    margin-right: 36px;
  }

  #benefits-slider a:last-child {
    margin-right: 0px;
  }

  body section.cart-sec .cart-details {
    padding-left: 0;
    padding-top: 0;
    padding-right: 70px;
  }

  body section.cart-sec .cart-details .product-info {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  body section.cart-sec .cart-details h4.product-prc {
    font-size: 35px;
    font-family: 'minion-semibold';
    color: #c78800;
    margin-bottom: 10px;
  }

  body section.cart-sec .cart-details .buy-sec,
  .buy-sec {
    display: flex;
    margin-top: 27px;
  }

  body section.cart-sec .cart-details .buy-sec .number,
  .product-selector,
  .buy-sec .number {
    background: #DBDDDA;
    padding: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: fit-content;
  }

  body section.cart-sec .cart-details .buy-sec .number span,
  .buy-sec .number span,
  .product-selector span {
    line-height: 0px;
    font-size: 40px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 10px;
  }

  body section.cart-sec .cart-details .buy-sec .number span.minus,
  .buy-sec .number span.minus,
  .product-selector span.minus {
    font-size: 60px;
    position: relative;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 18px 10px;
  }

  body section.cart-sec .cart-details .buy-sec .number input::-webkit-outer-spin-button,
  .buy-sec .number input::-webkit-outer-spin-button,
  body section.cart-sec .cart-details .buy-sec .number input::-webkit-inner-spin-button,
  .buy-sec .number input::-webkit-inner-spin-button,
  .product-selector input::-webkit-outer-spin-button,
  .product-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  body section.cart-sec .cart-details .buy-sec .number input[type=number],
  .product-selector input[type=number],
  .buy-sec .number input[type=number] {
    -moz-appearance: textfield;
  }

body section.cart-sec .cart-details .buy-sec .number input, .product-selector input, .buy-sec .number input {
    width: 60px;
    font-size: 38px;
    line-height: 0px;
    height: 32px;
    text-align: center;
    border: 0;
    margin-bottom: 0px;
    padding: 0 2px;
}
  body section.cart-sec .cart-details a.cart-btn,
  a.cart-btn {
    width: fit-content;
    background: #0b1544;
    display: flex;
    align-items: center;
    padding: 9px 25px 6px 25px;
    color: #d28400;
    font-family: 'minionpro-regular';
    font-size: 22px;
    line-height: normal;
    transition: all 0.5s ease 0s;
    font-weight: bold;
  }

  body section.cart-sec .cart-details a.cart-btn:hover,
  a.cart-btn:hover {
    color: #0b1544;
    background-color: #d28400;
  }

    body section.cart-sec .cart-details input.cart-btn,
  input.cart-btn {
    width: fit-content;
    background: #0b1544;
    display: flex;
    align-items: center;
    padding: 9px 25px 6px 25px;
    color: #d28400;
    font-family: 'minionpro-regular';
    font-size: 22px;
    line-height: normal;
    transition: all 0.5s ease 0s;
    font-weight: bold;
  }

  body section.cart-sec .cart-details input.cart-btn:hover,
  input.cart-btn:hover {
    color: #0b1544;
    background-color: #d28400;
  }

  body section.cart-sec .cart-details .item-price ul,
  .popup-details .item-price ul {
    display: flex;
    align-items: flex-start;
  }

  body section.cart-sec .cart-details .item-price,
  .popup-details .item-price {
    margin-top: 38px;
    font-size: 20px;
  }

  body .cart-info-sec p.descb {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 125%;
    color: #101940;
    margin-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }

.popup-details .item-price {
    margin-top: 70px;
    width: 100%;
    max-width: 530px;
}

  body section.cart-sec .cart-details .item-price li,
  .popup-details .item-price li {
    line-height: 42px;
    margin-right: 7px;
  }

  body section.cart-sec .cart-details .item-price li:nth-child(1) span,
  .popup-details .item-price li:nth-child(1) span {
    color: #101940;
  }

body section.cart-sec .cart-details .item-price li:nth-child(1), .popup-details .item-price li:nth-child(1) {
    width: 100%;
    max-width: 134px;
}

.popup-details .item-price li span {
    letter-spacing: -0.8px;
    font-size: 18px;
}

  body section.cart-sec .cart-details h5 {
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'minionpro-regular';
    font-weight: 400;
    color: #888888;
  }

  body section.cart-sec .cart-details p.descb {
    font-size: 14px;
    line-height: 100%;
    color: #888888;
    margin-bottom: 28px;
  }

  body section.cart-sec .cart-details p.descb:last-child {
    margin-bottom: 0px;
  }

  .slider-sec p {
    font-size: 14px;
    text-align: center;
    margin: 25px 0px 0px 0px;
    color: #000;
  }

  .hidden {
    opacity: 0;
  }

  .visible {
    opacity: 1;
  }

  .coins-sec-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 20px;
    margin-top: 25px;
  }

  .bullion-store-sec ul li ul.mega-menu li {
    line-height: 0px;
    padding-left: 22px;
    margin-right: 0px;
    position: relative;
  }

  .bullion-store-sec ul li ul.mega-menu li::before {
    position: absolute;
    content: '';
    background-image: url(../images/hexagon-icon-two.png);
    width: 14px;
    height: 16px;
    background-size: contain;
    top: 2px;
    left: 2px;
    background-repeat: no-repeat;
  }

  .bullion-store-sec ul li ul.mega-menu li a {
    line-height: 110%;
    color: #000;
  }
  .bullion-store-sec ul li.hide input[type="submit"] {
    display: none;
}

/*  .bullion-tab {
    background-color: #e9ebf2;
    clip-path: polygon(7px 0%,
        calc(100% - 7px) 0%,
        100% 18px,
        100% calc(100% - 18px),
         bottom-right upward 
        calc(100% - 7px) 100%,
        7px 100%,
        0% calc(100% - 18px),
        0% 18px
      );
  }*/

  /* ---------------------------------- */
  .storage-sec ul.heading {
    display: flex;
    gap: 0px;
    background: #0a1746;
    padding: 4px 10px 1px 10px;
    position: relative;
    width: calc(100% - 20px);
    margin: 0 10px 0 auto;
    flex-direction: row;
    color: white;
    margin-bottom: 20px;
  }

  .storage-sec ul.heading::before,
  .info-table table tr.head::before {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 0, 100% 98%, 100% 100%, 0% 50%);
    width: 10px;
    height: 100%;
    top: 0;
    left: -9.5px;
    background: #d8dad7;
    transition: all 0.3s;
    background-color: #0a1746;
  }

  .storage-sec ul.heading::after,
  .info-table table tr.head::after {
    clip-path: polygon(0 0%, 100% 50%, 0 100%, 0 100%, 0% 50%);
    left: auto;
    right: -9.6px;
    background-color: #0a1746;
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    top: 0;
    transition: all 0.3s;
  }

  .storage-sec ul.heading li {
    font-size: 26px;
    line-height: 26px;
    font-family: 'minion-regular';
  }

  .storage-sec ul.heading li.heading-silver {
    padding-left: 94px;
  }

  .storage-sec ul.heading li.heading-details {
    padding-left: 60px;
  }

  .storage-sec ul.table-items.item5 {
    max-width: 200px;
  }

  .storage-sec ul.heading li:nth-child(4) {
    padding-left: 90px;
  }

  .storage-sec .table {
    display: flex;
    flex-direction: column;
    margin-top: 71px;
  }

  .storage-sec .table-content {
    display: flex;
    flex-direction: row;
    gap: 14px;
  }

  .storage-sec ul.table-items {
    width: 100%;
  }

  .storage-sec ul.table-items li {
    height: auto;
    min-height: 86px;
  }

  .storage-sec ul.table-items.item1 {
    padding-left: 20px;
    max-width: 246px;
  }

  .storage-sec li.heading-gold {
    padding-left: 132px;
  }

  .storage-sec ul.table-items.item2 {
    padding-left: 12px;
    max-width: 150px;
  }

  .storage-sec ul.table-items.item3 {
    padding-left: 10px;
    max-width: 112px;
  }

  .storage-sec ul.table-items.item4 {
    padding-left: 6px;
    max-width: 227px;
  }

  .storage-sec ul.table-items.item5 li {
    font-size: 20px;
  }

  .storage-sec ul.table-items.item6 {
    width: fit-content;
  }

  .storage-sec .item4 span {
    font-size: 14px;
    display: block;
    left: 19px;
    bottom: -10px;
    color: #b68d40;
    width: 100%;
    text-align: center;
  }

  .storage-sec .table-content li {
    padding: 10px 0px;
    position: relative;
  }

  body section.storage-sec h2 {
    font-size: 24px;
    font-family: 'minion-regular';
    font-weight: 400;
    margin-bottom: 11px;
  }

  body section.storage-sec p {
    margin: 0px;
    font-size: 18px;
    width: 100%;
    max-width: 1370px;
    line-height: 100%;
  }

  .storage-sec ul.table-items li {
    font-size: 20px;
    color: #0f193f;
  }

  .storage-sec ul.heading li:nth-child(5) {
    padding-left: 70px;
  }

  .storage-sec ul.table-items li.center {
    text-align: center;
  }

  .faq-wrap {
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e9ebf2;
    max-width: 1210px;
  }

  section.faq-section h3 {
    margin-bottom: 30px;
    color: #c78409;
    font-size: 26px;
    font-weight: bold;
    font-family: 'minion-regular';
  }

  section.faq-section span {
    font-size: 18px;
    font-family: 'minion-regular';
    font-weight: 400;
  }

  .faq-section .buy-step-points {
    margin-top: 55px;
  }

/*  .faq-section .buy-step-points ul li {
    margin-bottom: 8px;
    font-size: 24px;
  }*/ 

    .faq-section .buy-step-points ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: normal;
  } 

  section.faq-section .main-points {
    margin-top: 48px;
  }

/*  section.faq-section .main-points .point-box h3 {
    margin-bottom: 6px;
    font-size: 22px;
  }*/

  section.faq-section .main-points .point-box h3 {
    margin-bottom: 0px;
    cursor: pointer;  
  }

  section.faq-section .main-points .point-box span {
    margin-top: 10px;
}

  section.faq-section .main-points .point-box h3,
  section.faq-section .main-points .point-box span {
        font-size: 16px;
  }

/*  section.faq-section .main-points .point-box {
    padding: 10px 20px 2px 20px;
    background-color: #d9dbd8;
    margin-bottom: 23px;
  }*/

  section.faq-section .main-points .point-box {
    padding: 20px 20px 20px 20px;
    background-color: #d9dbd8;
    margin-bottom: 23px;
}

  section.faq-section .main-points .point-box:last-child {
    margin-bottom: 0px;
  }

/*  section.faq-section .main-points .point-box:nth-child(2n) {
    background-color: #061749;
  }*/

.faq-section .buy-step-points>ul>li>span {
    display: block;
    font-size: 16px;
    color: grey;
    width: max-content;
} 

.faq-section .buy-step-points ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: normal;
    display: flex;
    gap: 3px;
    width: fit-content;
}

.point-box h3 {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.faq-section .buy-step-points ul li a {
    font-size: 16px;
    line-height: normal;
    color: #0c1942;
}

section.faq-section .main-points .point-box span {
    margin-left: 15px;
    display: block;
}

.faq-section .buy-step-points ul li:hover span, .faq-section .buy-step-points ul li:hover a {
    color: #f6a147 !important;
}

section.faq-section .main-points .point-box h3>span {
    margin: 0;
}

  section.faq-section .main-points .point-box:nth-child(1n) h3,
  section.faq-section .main-points .point-box:nth-child(1n) span {
    color: #061749;
  }

  section.faq-section .main-points .point-box.point-box-active h3, section.faq-section .main-points .point-box.point-box-active span {
    color: #fff;
}

section.faq-section .main-points .point-box.point-box-active {
    background: #061749;
}

/*  section.faq-section .main-points .point-box:nth-child(2n) h3,
  section.faq-section .main-points .point-box:nth-child(2n) span {
    color: #fff;
  }*/

  /* section.faq-page {
    padding-bottom: 135px;
  } */
  /* ------------------------------------------------------------------------------------ */
  .details-sec {
    max-width: 680px;
    padding-right: 40px;
  }

  .pool-allocted-sec {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e9ebf2;
    max-width: 1210px;
  }

  .details-sec .pool {
    margin: 0 0 3px 0;
    color: #c78409;
    font-size: 28px;
  }

  .details-sec .pooll {
    margin: 0px 0px 3px 0px;
    color: #c78409;
  }

  .details-sec .sub {
    color: #0c1942;
    font-family: 'minion-regular';
    font-size: 18px;
    margin: 0px 0px 11px 0px;
    line-height: 150%;
    font-style: normal;
    font-weight: 400;
    width: 100%;
  }

  .benefit-item {
    display: flex;
    align-items: flex-start;
  }

  .bullet-icon {
    width: 9px;
    height: 9px;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
  }

  .benefit-text {
    margin: 10px 0px 10px 0px;
    line-height: 131%;
    font-size: 17px;
    color: #0c1942;
    position: relative;
    padding-left: 20px;
  }

  .benefit-item p.benefit-text::before {
    position: absolute;
    content: '';
    background-image: url(../images/hexagon-icon.png);
    width: 8px;
    height: 9px;
    background-size: contain;
    top: 7px;
    left: 6px;
    background-repeat: no-repeat;
  }

  .pool-allocted-sec .image-container {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    width: 53%;
  }

  .pool-allocted-sec .image-placeholder {
    position: relative;
    z-index: 1;
    border: 3px solid gray;
    background-color: rgb(234 234 234 / 65%);
    width: 100%;
    max-width: 682px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .pool-allocted-sec .content-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  body p.discription {
    color: #555;
    font-size: 18px;
  }

  .features-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 24px 0px 0px 0px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 40px);
    min-width: 220px;
    margin: 13px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .feature-item:nth-child(1n) .hexagon-shape {
    margin-top: 15px;
  }

  /* Hexagon shape */
  .hexagon-shape2 {
    width: 170px;
    height: 200px;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }

  .hexagon-shape {
    width: 200px;
    height: 170px;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 0px 10px;
  }

  .navy {
    background-color: #111c40;
  }

  .gold {
    background-color: #C78800;
  }

  .feature-icon {
    width: 60%;
    height: auto;
    z-index: 2;
  }

  .feature-text {
    font-size: 19px;
    color: #555;
    line-height: 1.5;
    margin-top: 0px;
  }

  .agc-sec-wrap .discription p.sub-descb {
    margin: 60px auto 0px auto;
    font-family: 'minion-regular';
    font-size: 30px;
    line-height: 120%;
    width: 100%;
    max-width: 850px;
    color: #c68800;
  }

  section.pool-allocted-page {
    padding-bottom: 0px !important;
  }

  section.agc-sec-wrap {
    padding-bottom: 170px;
    margin-bottom: -95px;
  }

  /* 
  section.sell-to-us-page {
    padding-bottom: 80px;
    margin-bottom: -95px;
  } */
  .stu-inner-sec {
    display: flex;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #e9ebf2;
  }

  .step-line-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: -34px;
  }

  .stu-inner-wrap {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
  }

  .step-line-wrap .step {
    width: 290px;
    height: 332px;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(199 137 0 / 41%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    flex-direction: column;
    margin-right: 55px;
    padding: 50px 6px 40px 6px;
  }

  .step-line-wrap .step:last-child {
    margin-right: 0px;
  }

  .step-line-wrap:last-child {
    margin-bottom: 0px;
  }

  .details-section h3.pool {
    margin: 0 0 3px 0;
    color: #c68800;
    font-size: 26px;
    font-family: 'minion-regular';
    font-weight: bold;
    text-transform: uppercase;
  }

  .details-section p.descb {
    margin: 20px 0px 30px 0px;
    font-size: 18px;
  }

  .details-section p {
    color: #0c1942;
    font-family: 'minion-regular';
    font-weight: 400;
  }

  .stu-inner-sec .details-section {
    width: 70%;
    max-width: 800px;
    padding-right: 30px;
  }

  .details-section ul.prod-info li {
    font-size: 28px;
    margin-right: 95px;
    color: #0c1942;
  }

  .details-section ul.prod-info li:last-child {
    margin-right: 0px;
  }

  .details-section ul.prod-info {
    display: flex;
    margin-top: 4px;
  }

  .details-section p.live-prc {
    font-size: 18px;
    text-transform: uppercase;
    color: #616161;
  }

  .sell-to-us-sec>p {
    margin: 37px 0px 0px 0px;
    text-align: center;
    color: #0d1743;
    font-size: 18px;
    font-family: 'minion-regular';
  }

  .gold-text {
    color: #c68800;
  }

  .silver-text {
    color: #a8a8a8;
  }

  .info-table table tr.head {
    background: #0a1746;
    position: relative;
    width: calc(100% + 136px);
    margin: 0 10px 0 10px;
    color: white;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0 5px;
  }

  .info-table table tr th {
    color: #fff;
    text-align: left;
    font-family: 'minion-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .info-table table tr td {
    font-size: 18px;
    font-family: 'minion-regular';
    color: #0a1746;
    line-height: 160%;
    padding-right: 10px;
    padding-bottom: 5px;
  }

  .info-table table tr td:nth-child(1) {
    padding-left: 14px;
  }

  .info-table table tr td:last-child {
    padding-right: 6px;
  }

  .info-table table tr.head th:nth-child(1) {
    width: 62.6%;
  }

  .info-table table tr.head th:nth-child(2) {
    width: 77px;
    padding-right: 17px;
    text-align: center;
  }

  .info-table table tr.head th:nth-child(3) {
    width: 50px;
    text-align: center;
  }

  section.stu-sec-wrap {
    padding: 130px 0px 100px 0px;
    margin-bottom: -87px;
  }

  body .step-line-wrap .step h4 {
    font-size: 22px;
    font-family: 'minion-regular';
    font-weight: 400;
    color: #fff;
  }

  .step-line-wrap .step ul li {
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    font-weight: 400;
    font-family: 'minion-regular';
  }

  body .step-line-wrap .step span,
  body .step-line-wrap .step h4.sub-title {
    font-size: 23px;
    font-family: 'minion-regular';
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    line-height: 125%;
  }

  body .step-line-wrap .step h4.sub-title {
    color: #fff;
  }

  body .step-line-wrap .step span:last-child {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .step-line-wrap .step.center-box span {
    font-size: 30px;
    color: #0b1544;
    margin-bottom: -48px;
  }

  .step-line-wrap .step.center-box {
    padding: 75px 6px 40px 6px;
    clip-path: none;
    background-image: url(../images/hexagon-shape-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    justify-content: flex-start;
  }

  .step-line-wrap .step.center-box img {
    width: 100%;
    max-width: 235px;
    margin: 0 0 0 30px;
  }

  body .smfs-inner-wrap {
    display: flex;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e9ebf2;
  }

  .smfs-contain {
    width: 50%;
  }

  .smfs-img {
    width: 50%;
  }

  body .smfs-inner-wrap:not(:last-child) {
    margin-bottom: 60px;
  }

  body .smfs-inner-wrap.first .smfs-contain,
  body .smfs-inner-wrap.secound .smfs-img {
    padding: 0 40px 0 0;
  }

  body .smfs-inner-wrap.first .smfs-img,
  body .smfs-inner-wrap.secound .smfs-contain {
    padding: 0 0 0 40px;
  }

  .smfs-contain h3 {
    font-family: 'minion-regular';
    line-height: 120%;
    color: #c78409;
    font-weight: 400;
    font-size: 30px;
  }

  .smfs-contain p.sub-descb {
    font-size: 22px;
    margin: 19px 0px 8px 0px;
    font-family: 'minion-regular';
    font-weight: 400;
    color: #101940;
  }

  .smfs-contain p.descb {
    display: block;
    margin: 0px 0 10px 0;
    color: #101940;
    font-size: 16px;
  }

  .smfs-contain p.descb:last-child {
    margin-bottom: 0px;
  }

  section.faq-section h3 {
    letter-spacing: 0.6px;
  }

  .bullion-store-wrap {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e9ebf2;
  }

  .bullion-store-wrap .cart-box,
  .bullion-store-wrap .cart-box .prod-deatails-wrap {
    display: flex;
    align-items: center;
    width: 100%;
  }

  /* .bullion-store-wrap .cart-box .product-img {
    width: 118px;
    margin-right: 74px;
    display: flex;
    align-items: center;
  } */
.bullion-store-wrap .cart-box .product-img {
    width: 180px;
    margin-right: 48px;
    display: flex;
    align-items: center;
}

  body section.bullion-store-sec {
    overflow: hidden;
  }

  .bullion-store-wrap .cart-box .prod-deatails-wrap .product-details h3 {
    font-size: 28px;
    font-family: 'minion-regular';
    font-weight: 400;
    letter-spacing: -0.6px;
    margin-bottom: -8px;
    color: #000;
  }

  .bullion-store-wrap .cart-box .prod-deatails-wrap .product-details span {
    font-size: 18px;
    font-family: 'minion-regular';
    font-weight: 400;
    margin-bottom: 2px;
    color: #000;
  }

  /* .bullion-store-wrap .cart-box .prod-deatails-wrap .product-details {
    width: 100%;
    max-width: 500px;
    padding-right: 10px;
  } */
  .bullion-store-wrap .cart-box .prod-deatails-wrap .product-details {
    width: 100%;
    max-width: 442px;
    padding-right: 10px;
  }

  .bullion-store-wrap .cart-box .prod-deatails-wrap .product-price,
  .bullion-store-wrap .cart-box .prod-deatails-wrap .final-price {
    line-height: 0px;
    text-align: center;
  }

  .bullion-store-wrap .cart-box .prod-deatails-wrap .product-price h3,
  .bullion-store-wrap .cart-box .prod-deatails-wrap .product-price span,
  .bullion-store-wrap .cart-box .prod-deatails-wrap .final-price h3,
  .bullion-store-wrap .cart-box .prod-deatails-wrap .final-price span {
    font-size: 32px;
    font-weight: 600;
    font-family: 'minion-semibold';
    margin-bottom: -5px;
    color: #bf8c2c;
  }

  .bullion-store-wrap .cart-box .prod-deatails-wrap .product-price span,
  .bullion-store-wrap .cart-box .prod-deatails-wrap .final-price span {
    font-size: 18px;
    margin-bottom: 0px;
    letter-spacing: 1.6px;
    line-height: 100%;
  }

  .product-selector {
    margin: 0 90px;
  }

  .bullion-store-wrap .cart-box {
    padding-bottom: 7px;
    margin-bottom: 32px;
    position: relative;
  }

  .bullion-store-wrap .cart-box::before {
    position: absolute;
    content: '';
    width: calc(100% - 176px);
    height: 0.1px;
    background-color: #dbdbdb;
    bottom: 0;
    left: auto;
    right: 0%;
    transform: translateY(-50%);
  }

  .bullion-store-sec .info-section {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
  }

  .bullion-store-sec .info-section .address-sec {
    margin-top: 34px;
  }

  .bullion-store-sec .info-section .address-sec h3 {
    font-size: 28px;
    font-family: 'minion-regular';
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }

  .bullion-store-sec .info-section .address-sec h3,
  .bullion-store-sec .info-section .address-sec p {
    color: #000;
  }

  header#header.fixed .first-header .right-sec .head-form-sec {
    margin-top: 10px;
  }

  .bullion-store-sec .info-section .address-sec p {
    margin: 0px 0px 8px 0px;
    font-size: 18px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap {
    border: 2px solid #061749;
    padding: 12px 26px 28px 26px;
    background-color: #fff;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap span {
    margin: 4px auto 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap span a.cs-title {
    margin-right: 25px;
  }

  body section.bullion-store-sec p.b-text {
    font-family: 'minionpro-semibold' !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap span a {
    margin-top: 6px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap h3 {
    font-size: 23px;
    font-family: 'minion-regular';
    font-weight: 400;
    letter-spacing: 1.5px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap span a.btn {
    margin-left: 25px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap .wrap div {
    width: calc(33% - 0px);
    text-align: center;
    margin-bottom: 34px;
    padding: 0px 15px 0px 15px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap .wrap div:last-child {
    margin-bottom: 0px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap .wrap .item-sec h3 {
    background: #dadcd9;
    width: fit-content;
    padding: 10px 36px;
    font-size: 40px;
    line-height: 22px;
    margin: 0 auto;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap .wrap div span {
    font-size: 18px;
    font-family: 'minion-regular';
    color: #000;
  }

  .bullion-store-sec .info-section .f-price-sec {
    width: 100%;
    max-width: 578px;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap .wrap .sub-total-wrap h3,
  .bullion-store-sec .info-section .f-price-sec .fp-wrap .wrap .delivery-wrap h3 {
    font-size: 35px;
    color: #bf8c2c;
    font-weight: 600;
    font-family: 'minion-semibold';
    margin-bottom: 0;
  }

  .bullion-store-sec .info-section .f-price-sec .fp-wrap .wrap .delivery-wrap h3 {
    font-size: 28px;
    line-height: 140%;
  }

  .bullion-store-sec .info-section .f-price-sec>span {
    display: flex;
    align-items: center;
    margin-top: 44px;
  }

  .bullion-store-sec .info-section .f-price-sec>span a.cs-title {
    margin: 0px 18px 0px 0px;
    font-size: 22px;
    letter-spacing: -1px;
    color: #0a1746;
  }

  .bullion-store-sec .info-section .f-price-sec>span a.cs-title:hover {
    color: #bf8c2c;
  }

  .bullion-store-wrap .cart-box .prod-deatails-wrap .product-price {
    padding-right: 10px;
  }

  /* section.cart-page {
    padding-bottom: 105px;
    margin-bottom: -95px;
  } */
  body section.storage-sec .border-sec {
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e9ebf2;
  }

  body section.storage-sec h2 {
    font-size: 26px;
    font-family: 'minion-regular';
    font-weight: 400;
    color: #bf8c2c;
    margin-bottom: 20px;
  }

  .location-wrap {
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e9ebf2;
    max-width: 1210px;
  }

  .location-title {
    width: 100%;
    margin-bottom: 50px;
  }

  .location-title h2 {
    text-align: left;
    font-size: 26px;
    width: 100%;
    font-family: 'minion-semibold';
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 auto;
    color: #bf8c2c;
  }

  .location-title p,
  .location-title p>a {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 110%;
    width: 100%;
    color: #101940;
    font-weight: normal;
    font-family: 'minion-regular';
  }

  .bullion-store-sec .info-section .f-price-sec a.btn {
    letter-spacing: 1px;
  }

  .bullion-store-sec h2 {
    text-align: left;
    font-size: 26px;
    width: 100%;
    font-family: 'minion-semibold';
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 auto;
    color: #bf8c2c;
  }

  .bullion-store-sec p,
  .bullion-store-sec p>a {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 110%;
    width: 100%;
    color: #101940;
    font-weight: normal;
    font-family: 'minion-regular';
  }

  /* .bullion-store-sec p , .bullion-store-sec p > a {
    text-align: left;
    margin-top: 10px;
    font-size: 22px;
    width: 100%;
    color: #101940;
    font-weight: 400;
    font-family: 'minion-regular';
  } */
  .bullion-store-sec p a {
    text-decoration: underline;
  }

  .bullion-store-sec p {
    margin-bottom: 18px;
    line-height: 110%;
  }

  .bullion-store-sec p a:hover {
    color: #d08300;
    text-decoration: none;
  }

  .bullion-store-sec .para {
    color: #d08300;
    text-align: center;
    letter-spacing: 0;
    margin-top: 25px;
    font-weight: 700;
    font-family: 'minionpro-bold';
    margin-bottom: 25px;
  }

.bullion-store-sec ul {
    list-style: none;
    padding: 5px 0px;
    margin-top: 23px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #e9ebf2;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
}

.bullion-store-sec .bullion-tab-wrap > ul::before, .bullion-store-sec .bullion-tab-wrap > ul::after {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 0, 100% 98%, 100% 100%, 0% 50%);
    width: 10px;
    height: 100%;
    top: 0;
    left: -9.6px;
    background: #e9ebf2;
    transition: all 0.3s;
}

.bullion-store-sec ul::after,
.bullion-store-sec .bullion-tab-wrap > ul::after {
    clip-path: polygon(0 0%, 100% 50%, 0 100%, 0 100%, 0% 50%);
    left: auto;
    right: -9.6px;
}

  .bullion-store-sec ul li {
    margin-right: 50px;
    transition: all 0.3s;
    position: relative;
  }

  .bullion-store-sec ul li:last-child {
    margin-right: 0px;
  }

  .bullion-store-sec ul li a {
    font-size: 18px;
    color: #0a1746;
    transition: all 0.3s;
  }

  .bullion-store-sec ul li a:hover {
    color: #d08300;
  }

/*  .coin-box img.coin {
    width: 100%;
    max-width: 128px;
    height: 128px;
    object-fit: contain;
  }*/

.coin-box img.coin {
    width: 100%;
    max-width: 100%!important;
    height: 100%;
    object-fit: contain;
    padding-top: 0px;
    padding-bottom: 0px;
}

  .coin-box,
  .coin-box p,
  .coin-box span,
  .coin-box a {
    text-align: center;
  }

.coin-box p, .coin-box p a {
    width: 100%;
    max-width: 200px; 
    margin: 10px auto 0 auto;
    line-height: 120%;
    height: 84px;
    text-decoration: unset;
}

  .coin-box p a {
    height: auto;
    text-align: center;
  }

.coin-box a.image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

  .coin-box span,
  .coin-box span a.brand {
    font-family: 'minion-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }

  .coin-box span a {
    font-family: 'minion-regular';
    font-weight: 400;
    font-size: 14px;
    margin: 7px 0 0px 0;
    display: block;
    letter-spacing: 0.6px;
    line-height: 100%;
    text-align: center;
  }

  .coin-box a.price-text:hover {
    color: #000;
  }

  .coin-box a.image:hover img,
  .coin-box a.prod-img:hover img {
    transform: scale(1.05);
  }

  body .coin-box .item-buttons>span {
    margin-top: 10px;
  }

  body .coin-box .item-buttons>span>a {
    margin-top: 0px;
  }

  .coin-box a.prod-img img,
  .coin-box a.prod-title,
  .coin-box a.prod-title p {
    transition: all 0.3s;
  }

  .coin-box a.prod-title:hover p {
    color: #d08300;
  }

  .coin-box a.price-text {
    font-size: 28px;
    color: #d08300;
    text-align: center;
    margin-top: -5px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .coin-box a.prod-img,
  .coin-box a.prod-title,
  .coin-box a.prod-descb {
    text-align: center;
  }

.coin-box a {
    font-size: 16px;
    text-align: right;
    width: 100%;
    display: block;
    color: #101940;
}

body .coins-sec-wrapper .coin-box  a#openPopupBtn {
    z-index: 1;
    position: relative;
    width: fit-content;
    margin-left: auto;
}

  .coin-box a:hover,
  .bullion-store-sec ul li ul.mega-menu li a:hover {
    color: #d08300;
  }

  .item-buttons {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body .coin-box .item-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }

  .item-buttons span.button-left {
    display: block;
    /* float: left; */
    width: 49%;
  }

  /* body .coin-box .item-buttons input.add-to-cart-btn {
    padding: 7px 10px;
  } */

  body .coin-box .item-buttons span.button-left {
    margin-right: 6px;
  }

  .item-buttons span.button-right {
    display: block;
    /* float: right; */
    width: 49%;
  }

  .item-buttons a.more-info-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #e9ebf2;
    color: #101940;
    font-size: 17px;
    font-family: 'minion-regular';
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
    clip-path: polygon(7px 0%,
        /* top-left inward */
        calc(100% - 7px) 0%,
        /* top-right inward */
        100% 18px,
        /* top-right downward */
        100% calc(100% - 18px),
        /* bottom-right upward */
        calc(100% - 7px) 100%,
        /* bottom-right inward */
        7px 100%,
        /* bottom-left inward */
        0% calc(100% - 18px),
        /* bottom-left upward */
        0% 18px
        /* top-left downward */
      );
  }

  .item-buttons a.more-info-btn:hover {
    background-color: #e9ebf2;
    color: #d08300;
  }

  .item-buttons input.add-to-cart-btn {
    display: block;
    width: 100%;
    background-color: #e9ebf2;
    color: #101940;
    font-size: 17px;
    font-family: 'minion-regular';
    font-weight: 400;
    border: none;
    padding: 5px;
    clip-path: polygon(7px 0%,
        /* top-left inward */
        calc(100% - 7px) 0%,
        /* top-right inward */
        100% 18px,
        /* top-right downward */
        100% calc(100% - 18px),
        /* bottom-right upward */
        calc(100% - 7px) 100%,
        /* bottom-right inward */
        7px 100%,
        /* bottom-left inward */
        0% calc(100% - 18px),
        /* bottom-left upward */
        0% 18px
        /* top-left downward */
      );
    cursor: pointer;
  }

  .item-buttons input.add-to-cart-btn:hover {
    background-color: #e9ebf2;
    color: #d08300;
  }

  .coin-box {
    padding: 15px;
    margin-left: 0px;
    background-color: #fff;
    border: 1px solid #e9ebf2;
  }

  .white-container {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 0px 20px;
    border: 1px solid #e9ebf2;
  }

.bullion-store-sec ul li ul.mega-menu {
    display: flex;
    position: absolute;
    background: #e9ebf2;
    padding: 25px 90px 12px 20px;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.3s;
    top: calc(100% + 5px);
    left: -20px;
    width: 1025px;
    z-index: 3;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    align-items: flex-start;
}

.bullion-store-sec ul li:nth-child(3) ul.mega-menu {
    left: -176px;
}

    .bullion-store-sec ul li:hover ul.mega-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .bullion-store-sec ul li:nth-child(4) ul.mega-menu {
    left: -362px;
}

.bullion-store-sec ul li:nth-child(5) ul.mega-menu {
    left: -524px;
}

.bullion-store-sec ul li:nth-child(6) ul.mega-menu {
    left: auto;
    right: -196px;
} 

.bullion-store-sec ul li:nth-child(7) ul.mega-menu {
    left: auto;
    right: -61px;
}

  .popup-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 20px;
  }

.popup-wrapper .popup-sec {
    border: 5px solid #091945;
    width: 100%;
    max-width: 1225px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 58px 50px 40px 30px;
    height: max-content;
    position: relative;
}

  .popup-wrapper.show {
    opacity: 1;
    visibility: visible;
  }

  .popup-sec {
    background-color: #fff;
  }

  .popup-inner-wrap {
    width: 100%;
    max-width: 1050px;
  }

  .popup-wrapper .close-btn {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 11px;
    margin: 0 -7px -20px auto;
    z-index: 2;
    position: relative;
  }

  .popup-sec::before {
    position: absolute;
    content: '';
    border: 5px solid #bf8c2c;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .popup-sec .popup-details {
    width: 60%;
    z-index: 1;
  }

.popup-details h3.product-info-text {
    font-size: 18px;
    font-family: 'minion-regular';
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 0.7px;
} 

  .popup-sec .slider-sec {
    width: 40%;
    max-width: 340px;
    margin: 0 auto;
    z-index: 1;
  }

  .popup-sec .popup-details h4.product-title {
    font-size: 36px;
    font-family: 'minion-regular';
    font-weight: 500;
    margin-bottom: 0px;
    color: #000;
  }

  .popup-sec .popup-details p {
    margin: -4px 0px 0px 0px;
    font-size: 19px;
  }

  .popup-sec .popup-details h4.product-prc {
    font-size: 30px;
    font-family: 'minion-semibold';
    color: #c78800;
    margin-top: 69px;
  }

  .slider-sec div#benefits-slider .column {
    width: 100%;
    max-width: 66px;
  }

  .slider-sec .row {
    margin: 0px;
  }

  .popup-sec .slider-sec>p {
    font-size: 12.5px;
    margin-top: 6px;
  }

  .pricing-sec ul.data-prc {
    display: flex;
    justify-content: center;
  }

  /*section.pricing-sec {
    margin-top:24px;
  }*/

  .pricing-sec ul.data-prc li {
    position: relative;
    background: #50505036;
    margin-right: 100px;
    transition: all 0.3s;
  }

  .pricing-sec ul.data-prc li a {
    font-size: 19px;
    padding: 6px 8px;
    color: #fff;
    display: block;
  }

  .pricing-sec ul.data-prc li.active,
  .pricing-sec ul.data-prc li:hover {
    background: linear-gradient(90deg, #bf8b2c 0%, #c78307 100%);
  }

  .pricing-sec ul.data-prc li::before,
  .pricing-sec ul.data-prc li::after {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 0, 100% 98%, 100% 100%, 0% 50%);
    width: 10px;
    height: 100%;
    top: 0;
    left: -9.6px;
    background: #50505036;
    transition: all 0.3s;
    cursor: pointer;
  }

  .pricing-sec ul.data-prc li::after {
    clip-path: polygon(0 0%, 100% 50%, 0 100%, 0 100%, 0% 50%);
    left: auto;
    right: -9.6px;
  }

  .pricing-sec ul.data-prc li.active::before,
  .pricing-sec ul.data-prc li:hover::before {
    background-color: #bf8b2c;
  }

  .pricing-sec ul.data-prc li.active::after,
  .pricing-sec ul.data-prc li:hover::after {
    background-color: #c78307;
  }

  .world-data-sec {
    margin-top: 77px;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .world-data-sec .wd-inner-sec {
    width: 100%;
    max-width: 392px;
    background: #051749;
    margin-right: 250px;
    position: relative;
    padding: 20px 2px 20px 2px;
    text-align: center;
  }

  .world-data-sec .wd-inner-sec::before,
  .world-data-sec .wd-inner-sec::after {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 0, 100% 98%, 100% 100%, 0% 50%);
    width: 25px;
    height: calc(100% + 2px);
    top: -1px;
    left: -24.5px;
    background: #051749;
    transition: all 0.3s;
  }

  .world-data-sec .wd-inner-sec::after {
    clip-path: polygon(0 0%, 100% 50%, 0 100%, 0 100%, 0% 50%);
    left: auto;
    right: -24.5px;
  }

  .world-data-sec .wd-inner-sec:last-child,
  .pricing-sec ul.data-prc li:last-child {
    margin-right: 0px;
  }

  .world-data-sec .wd-inner-sec h4,
  .world-data-sec .wd-inner-sec h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 4px;
    font-family: 'minion-semibold';
    font-weight: 600;
  }

  .world-data-sec .wd-inner-sec h5 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .world-data-sec .wd-inner-sec span {
    font-family: 'minion-regular';
    color: #C78308;
    margin-bottom: 10px;
    font-size: 44px;
    display: block;
  }

  section.prc-chart-sec {
    margin-top: 78px;
  }

  .prc-chart-sec .prc-chart {
    width: 100%;
    /* max-width: 1290px; */
  }

  .prc-chart-sec .prc-chart img {
    width: 100%;
  }

  .chart-border {
    width: 100%;
    max-width: 1210px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e9ebf2;
    margin: 0 auto;
  }

  .chart-border h3 {
    margin: 15px 0 15px 0;
  }

  .chart-border h3.goldTitle {
    color: #c68800;
  }

  .chart-border-margin {
    margin-top: 50px;
  }

  section.buy-back-sec {
    padding-top: 80px;
    overflow: hidden;
  }

  section.buy-back-sec .buy-back-data .data-box {
    background: #051749;
    margin-right: 48px;
    width: 100%;
    padding: 30px 36px 50px;
    text-align: center;
    background-image: url(../images/gold-price-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  section.buy-back-sec .buy-back-data .data-box .data-inner-box {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    height: 100%;
  }

  section.buy-back-sec .buy-back-data .data-box h3 {
    color: #fff;
    font-size: 21px;
    font-family: 'minion-regular';
    font-weight: 400;
    line-height: 185%;
  }

  section.buy-back-sec .buy-back-data .data-box:last-child {
    margin-right: 0px;
  }

  section.buy-back-sec .buy-back-data {
    display: flex;
    max-width: 1254px;
    margin-bottom: 30px;
  }

  section.buy-back-sec .buy-back-data .data-box a.white-btn {
    background: #fff;
    display: block;
    width: max-content;
    margin: 22px auto 0 auto;
    padding: 7px 32px;
    color: #000000;
    transition: all 0.3s;
  }

  section.buy-back-sec .buy-back-data .data-box a.white-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #bf8b2c 0%, #c78307 100%);
  }

  section.buy-back-sec span.pd-title {
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'minion-regular';
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0.7px;
  }

  .prod-prc-wrapper {
    margin-top: 20px;
    text-align: center;
  }

  .prod-prc-wrapper h3 {
    font-family: 'minion-regular';
    font-size: 28px;
    font-weight: 400;
    color: #000;
  }

  .prod-prc-wrapper p {
    margin: -4px 0 0 0;
    font-size: 21px;
    color: #000;
  }

  .product-prc-sec {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
  }

  .product-prc-sec .pp-info,
  .product-prc-sec .prc-img {
    width: 50%;
  }

  .product-prc-sec .pp-info p {
    font-size: 18px;
    line-height: 30px;
    color: #616161;
    font-family: 'minion-regular';
    margin-bottom: 47px;
    letter-spacing: 0.2px;
  }

  .product-prc-sec .pp-info p:last-child {
    margin-bottom: 0px;
  }

  .product-prc-sec .prc-img {
    height: 438px;
    position: relative;
    z-index: 0;
  }

  .product-prc-sec .prc-img::before {
    position: absolute;
    content: '';
    width: 320px;
    height: 100%;
    background: rgb(198 136 0 / 35%);
    top: 0;
    right: 0px;
  }

  .product-prc-sec .prc-img img {
    width: 100%;
    max-width: 560px;
    z-index: 2;
    position: relative;
    margin-top: 12px;
    height: calc(100% - 30px);
    object-fit: contain;
  }

  .info-table-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 35px;
    margin-top: 50px;
  }

  .info-table-wrap .info-table-sec table {
    width: 100%;
  }

  .info-table-wrap .info-table-sec h3 {
    text-align: center;
    letter-spacing: 0.6px;
    font-family: 'minion-regular';
    font-weight: 400;
  }

  .info-table-sec .head {
    background: #0a1746;
    height: 52px;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 34px);
    margin: 0 auto 22px auto;
  }

  .info-table-sec .head::before,
  .info-table-sec .head::after,
  .gp-aud-sec .aud-head::before,
  .gp-aud-sec .aud-head::after,
  .p-ygp-sec .aud-head::before,
  .p-ygp-sec .aud-head::after {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 0, 100% 98%, 100% 100%, 0% 50%);
    width: 18px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #0a1746;
    transition: all 0.3s;
  }

  .gp-aud-sec .aud-head::after,
  .info-table-sec .head::after,
  .p-ygp-sec .aud-head::after {
    clip-path: polygon(0 0%, 100% 50%, 0 100%, 0 100%, 0% 50%);
    left: auto;
    right: -17px;
  }

  .info-table-sec .head span {
    width: fit-content;
    font-size: 17px;
    line-height: 18px;
    color: #ffffff;
    font-family: 'minion-regular';
    font-weight: 400;
  }

  .info-table-sec .table-sec .in-details span {
    font-size: 18px;
    line-height: normal;
    color: #000000;
    font-family: 'minion-regular';
    padding-right: 7px;
    display: block;
  }

  .info-table-sec .in-details {
    display: flex;
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #E3E2DE;
    margin-right: 18px;
    margin-left: 16px;
  }

  .info-table-sec .in-details:last-child {
    margin-bottom: 0px;
  }

  .info-table-sec .head span:nth-child(1),
  .info-table-sec .table-sec .in-details span:nth-child(1) {
    width: 58%;
  }

  .buy-back-four .info-table-sec .head span:nth-child(1),
  .buy-back-four .info-table-sec .table-sec .in-details span:nth-child(1) {
    width: 66%;
  }

  .info-table-sec .head span:nth-child(2),
  .info-table-sec .table-sec .in-details span:nth-child(2) {
    width: 22%;
    text-align: center;
  }

  .info-table-sec .head span:nth-child(3),
  .info-table-sec .table-sec .in-details span:nth-child(3) {
    width: 22%;
    padding-right: 0;
    text-align: center;
  }

  .buy-back-four .info-table-sec .head span:nth-child(3),
  .buy-back-four .info-table-sec .table-sec .in-details span:nth-child(3) {
    width: 14%;
  }

  .info-table-sec .table-sec .in-details span:nth-child(2),
  .info-table-sec .table-sec .in-details span:nth-child(3) {
    color: #616161;
  }

  .buy-back-four .info-table-wrap {
    grid-template-columns: repeat(1, 1fr);
    width: calc(100% - 36px);
    margin: 50px auto 0 auto;
  }

  .buy-back-four .info-table-sec .in-details span {
    font-size: 18px;
  }

  .buy-back-four .info-table-wrap .info-table-sec h3 {
    text-align: left;
    margin-left: 20px;
  }

  section.gp-aud-sec,
  section.p-ygp-sec {
    margin-top: 98px;
    text-align: center;
  }

  section.gp-aud-sec h3,
  section.p-ygp-sec h3 {
    font-family: 'minion-regular';
    font-size: 28px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.4px;
  }

  .gp-aud-sec .aud-head,
  .p-ygp-sec .aud-head {
    background: #0a1746;
    height: 52px;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 34px);
    margin: 0 auto 22px auto;
  }

  .gp-aud-sec .aud-head span,
  .p-ygp-sec .aud-head span {
    width: 20%;
    font-size: 17px;
    line-height: 18px;
    color: #ffffff;
    font-family: 'minion-regular';
    font-weight: 400;
  }

  .gp-aud-sec .aud-details,
  .p-ygp-sec .aud-details {
    display: flex;
  }

  .gp-aud-sec .aud-details>div,
  .p-ygp-sec .aud-details>div {
    width: 20%;
    padding: 0 10px;
  }

  .gp-aud-sec .aud-details .aud-inner {
    margin-bottom: 40px;
  }

  .gp-aud-sec .aud-details .aud-inner:last-child {
    margin-bottom: 0px;
  }

  .gp-aud-sec .aud-details .aud-inner span {
    font-family: 'minion-semibold';
    font-size: 18px;
    color: #0c1942;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 9px;
    display: block;
  }

  .gp-aud-sec .aud-details .aud-inner h3 {
    font-family: 'minion-regular';
    color: #C78308;
    margin-bottom: 10px;
    font-size: 36px;
    display: block;
    font-weight: 400;
  }

  .gp-aud-sec .table-sec {
    margin-top: 58px;
  }

  .p-ygp-sec .table-sec {
    margin-top: 42px;
  }

  section.p-ygp-sec {
    margin-top: 60px;
  }

  .gp-aud-sec .aud-head::after,
  .p-ygp-sec .aud-head::after {
    right: -17px;
  }

  section.p-ygp-sec .aud-details .aud-inner span {
    font-family: 'minion-semibold';
    font-size: 18px;
    color: #C78308;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
    display: block;
  }

  section.p-ygp-sec .aud-details .aud-inner>h3 {
    font-family: 'minion-regular';
    color: #C78308;
    margin-bottom: 0px;
    font-size: 36px;
    display: block;
    font-weight: 400;
  }

  .p-ygp-sec .aud-head {
    margin-bottom: 8px;
  }

  .product-prc-sec .pp-info {
    max-width: 610px;
    text-align: left;
  }

  .product-prc-sec .gold-coin-img img {
    max-width: 465px;
    height: 465px;
    position: relative;
    right: -77px;
    top: -64px;
  }

  .product-prc-sec .gold-coin-img::before {
    background: rgb(217 219 215 / 55%);
  }

  .product-prc-sec .gold-coin-img {
    height: 368px;
  }

  .buy-back-two .info-table-wrap {
    margin-top: 115px;
  }

  .buy-back-two .gold-prc {
    margin-top: 60px;
  }

  .buy-back-three .prc-img.gold-bar-img {
    height: 223px;
    max-width: 360px;
  }

  .buy-back-three .prc-img::before {
    width: 390px;
    background: rgb(217 219 215 / 55%);
  }

  .buy-back-three .prc-img.gold-bar-img img {
    max-width: 300px;
    height: calc(100% - 14px);
  }

  .buy-back-four .product-prc-sec .prc-img::before {
    width: 446px;
  }

  .buy-back-four .product-prc-sec .prc-img {
    height: 200px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .buy-back-four .product-prc-sec .prc-img img {
    height: 360px;
    width: 360px;
    position: relative;
    top: -79px;
    right: -86px;
  }

  body .main-header .secound-header ul.main-menu::before,
  body .main-header .secound-header ul.main-menu::after {
    background: url(../images/header-shape.png) no-repeat;
    clip-path: none;
    height: 100%;
    left: -10px;
  }

  body .main-header .secound-header ul.main-menu::after {
    left: auto;
    right: -10px;
    transform: rotate(180deg);
  }

  /* body:not(.home) {
    width: 100%;
    background-image: url(../images/background-hexa.png);
    background-repeat: repeat;
    background-size: 1650px;
    background-position: center center;
    background-color: #fff;
  }
  body:not(.home) #header {
    background-image: none;
  }
  body:not(.home) #wrapper {
    background: transparent;
  } */

  .error-pg div#wrapper {
    background: transparent;
  }

  body .pool-allocted-page .agc-service-sec::after {
    height: 103%;
  }

  body .pool-allocted-page section.agc-service-sec.agc-sec-wrap {
    background-position: left 309px;
  }

  body .sell-to-us-page section.stu-sec-wrap {
    padding-bottom: 158px;
    margin-bottom: -168px;
  }

  .footer-sec-right {
    width: 37%;
  }

  /* section.sell-to-us-sec .stu-inner-sec .info-table {
    margin-right: 32px;
  } */

  .owl-carousel .owl-stage {
    transition-timing-function: ease-in-out !important;
  }

  footer#footer ul li>span {
    width: auto;
    min-width: 125px;
    display: flex;
    margin-right: 2px;
  }

  footer#footer ul li:nth-child(2n)>span {
    width: auto;
    min-width: 106px;
  }

  body section.cart-sec .cart-details .item-price ul,
  .popup-details .item-price ul {
    background: #dbddda;
    padding: 8px 4px 6px 4px;
  }

body section.cart-sec .cart-details .item-price ul li span:last-child, .popup-details .item-price ul li span:last-child {
    background: #fff;
    line-height: normal;
    padding: 8px 6px;
    height: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: flex-start;
}

body section.cart-sec .cart-details .item-price {
    width: fit-content;
}

.popup-details .item-price ul li span:last-child {
  font-size: 18px;
}

  body section.cart-sec .cart-details .item-price li span {
    text-align: center;
    font-size: 18px;
  }

.popup-details .item-price li span:nth-child(1), .popup-details .item-price li:nth-child(1) span, body section.cart-sec .cart-details .item-price li span:nth-child(1), body section.cart-sec .cart-details .item-price li:nth-child(1) span {
    font-family: 'minionpro-semibold';
    font-weight: 600;
    color: #0a1746;
    text-align: center;
}

/* 21-07-2025 */
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper {
    display: flex;
    margin-top: 12px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #e9ebf2;
    max-width: 1208px;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left {
    width: 100%;
    min-width: 700px;
    margin-right: 26px;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .delivery-panel {
    border: 1px solid #e9ebf2;
    background: #fff;
    padding: 14px;
    border-radius: 5px;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left h3 {
    margin-bottom: 22px;
    font-family: 'minion-regular';
    line-height: 120%;
    color: #c78409;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left p {
    display: block;
    margin: 0px 0 10px 0;
    color: #2a2a2a;
    font-size: 18px;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left p a {
    color: #2a2a2a;
    font-size: 18px;
    text-decoration: underline;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .delivery-panel-title.dp-check-title {
    margin-top: 30px;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .dual-buttons {
    display: flex;
    margin-top: 10px;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .btn-continue input.btn.continue-pay {
    position: relative;
    left: 48.5%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left p strong {
    font-weight: 500;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .btn-continue input.btn.continue-pay:hover {
  background-color: #e9ebf2;
    color: #d08300;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .btn-continue input.btn.continue-pay, body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .dual-buttons a.btn.button, body .australian-gold-page-btn-wrap .dual-buttons a.btn.button {
    width: 100%;
    text-align: center;
    background-color: #e9ebf2;
    color: #101940;
    font-size: 17px;
    font-family: 'minion-regular';
    font-weight: 400;
    padding: 5px 10px;
    text-decoration: none;
    clip-path: polygon(7px 0%, calc(100% - 7px) 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 7px) 100%, 7px 100%, 0% calc(100% - 18px), 0% 18px );
    margin: 0 5px;
    height: 37px;
    width: fit-content;
    text-transform: capitalize;
}
body .australian-gold-page-btn-wrap .dual-buttons a.btn.button {
      text-transform: capitalize;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .dual-buttons a.btn.button:hover,body .submit-check input[type="submit"]:hover, body .australian-gold-page-btn-wrap .dual-buttons a.btn.button:hover {
    background-color: #e9ebf2;
    color: #d08300;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tr {
    display: flex;
}
body .australian-gold-page-btn-wrap .dual-buttons {
    text-align: center;
}
body .australian-gold-page-btn-wrap {
    margin: 40px auto 20px auto;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #e9ebf2;
    max-width: 1208px;
}
section.chekout-cart-confirm-page.checkout-address-page {
    padding-left: 15px;
    padding-right: 15px;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .product-image {
    width: 80px;
    min-width: 80px;
    height: 70px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e9ebf2;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .product-image a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tr td {
    display: flex;
    font-family: 'minionpro-semibold';
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tfoot tr td span {
    font-size: 18px!important;
}
a#myBtn[style="display: block;"] {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tr td:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tr td:nth-child(1) span, body .chekout-cart-confirm-page .checkout-wrap .checkout-right tr td:nth-child(2) span, body .chekout-cart-confirm-page .checkout-wrap .checkout-right tr td:nth-child(2) b {
    font-size: 15px;
    font-family: 'minionpro-semibold';
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tfoot tr.subtotal td:first-child {
    margin-right: 8px;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tbody tr td.prduct-name:nth-child(1) span {
    width: 100%;
    max-width: 160px;
    margin-left: 12px;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tbody tr {
    display: flex;
    justify-content: space-between;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tfoot tr {
    font-size: 18px;
    justify-content: space-between;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tfoot tr small {
    font-size: 14px;
    margin: 5px 0 20px 0;
    text-align: end;
    font-family: 'minionpro-semibold';
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tfoot tr:last-child {
    justify-content: end;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tfoot tr.subtotal {
    margin-top: 15px;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0 0 0;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tfoot tr.shipping {
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 10px 0;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tfoot tr td:first-child {
    font-weight: 600;
    color: #101940;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .checkout-requirements h4 {
    line-height: 120%;
    color: #101940;
    font-weight: 400;
    font-size: 20px;
    font-family: 'minion-regular';
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .checkout-requirements {
    border-top: 1px solid #e9ebf2;
    padding: 20px;
    border: 2px solid #21395B;
    background: #fff;
    border-radius: 5px;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .checkout-requirements p {
    color: #2a2a2a;
    font-size: 18px;
    margin: 0 0 10px 0;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .checkout-requirements p:last-child {
    margin: 0;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left p a:hover {
    color: #f09f39;
}
/*body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-right {
    border: 1px solid #CCCCCC;
    background: #dddddc;
    padding: 30px;
    border-radius: 5px;
    height: fit-content;
    width: 100%;
}*/
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-right {
    padding: 20px;
    border-radius: 5px;
    height: fit-content;
    width: 100%;
    border: 1px solid #e9ebf2;
    background: #fff;
}
.form-field {
  position: relative;
}
.form-field.has-focus label {
    position: absolute;
    font-size: 14px;
    line-height: 110%;
    top: -9px;
    left: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 2px 5px;
    border-radius: 3px;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right tr td:nth-child(2) b {
    text-align: end;
}
body .checkout-address-page .checkout-left h2.delivery-title {
    font-size: 30px;
    color: #bf8c2c;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'minion-regular';
    font-weight: 400;
}
.form-field>label span {
    color: #f00;
}
body .checkout-address-page .checkout-right {
    margin-top: 51px;
}
body .checkout-address-page .contact-info > form {
    display: inline;
}
.form-field input:not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
    border-color: #e6e6e6;
    padding: 0 20px;
    color: #101940;
    font-size: 18px;
    font-family: 'minion-regular';
    background: #fff;
}
.form-field.select select {
    height: 55px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'minionpro-regular';
    color: #101940;
    display: block;
    width: 100%;
    padding: 0px 30px 0 20px;
    white-space: nowrap;
    appearance: none;
    font-weight: 400;
    text-shadow: 0 0;
}
.fields3-wrap {
    display: flex;
    justify-content: space-between;
}
.fields3-wrap>.form-field {
    width: 32%;
}
.form-field.select:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 18px;
    pointer-events: none;
    color: #101940;
}
label.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
form span {
    font-family: 'minion-regular';
    font-size: 16px;
}
.return-continue a.return-link:hover::before,
a.return-link:hover {
    color: #000;
}
.form-field.phone-mark::after {
    content: "\f059";
    font-family: 'FontAwesome';
    position: absolute;
    right: 16px;
    height: 15px;
    top: 12px;
    bottom: 0;
    margin: 0px;
    font-size: 19px;
    color: #101940;
}
label.checkbox.subscribe-checkbox {
    margin-bottom: 52px;
    position: relative;
}
label.checkbox input:checked+span:before {
    content: "\f00c";
}
.form-field label {
    font-size: 20px;
    color: #101940;
    font-weight: 500;
    font-family: 'minion-regular';
}
label.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 32px;
    line-height: 22px;
    cursor: pointer;
    font-size: 15px;
}
label.checkbox span:before {
    content: "";
    border: 1px solid #DDDDDD;
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    font-family: 'FontAwesome';
    color: rgb(11 21 68);
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
}
body .submit-check input[type="submit"] {
    width: 100%;
    text-align: center;
    background-color: #e9ebf2;
    color: #101940;
    font-size: 17px;
    font-family: 'minion-regular';
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
    clip-path: polygon(7px 0%, calc(100% - 7px) 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 7px) 100%, 7px 100%, 0% calc(100% - 18px), 0% 18px);
    height: auto;
    width: fit-content;
    margin-bottom: 0;
    transition: all 0.3s;
    text-transform: capitalize;
}
.return-continue a.return-link::before {
    content: "\2039";
    font-family: 'FontAwesome';
    font-size: 23px;
    font-weight: 600;
    margin: 0 7px 0 0;
    display: inline-block;
    color: #ff0000;
}
a.return-link {
    color: #ff0000;
    font-size: 20px;
    font-family: 'minion-regular';
    font-weight: 400;
    text-transform: capitalize;
}
.return-continue {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px;
}
.form-wrapper .form-field.left,.form-wrapper .form-field.right {
    width: calc(50% - 10px);
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left h3 span {
    font-size: 22px;
    font-family: 'minion-regular';
    font-weight: 400;
    color: #101940;
    width: 100%;
    display: block;
    margin: 10px 0px 8px 0px;
    text-transform: none;
}
.delivery-panel .delivery-selection .radio-block input:checked+label h3, .delivery-selection input:checked+span h3, .delivery-panel .delivery-selection .radio-block input:checked+label p, .delivery-selection input:checked+span p, .delivery-selection input:checked+span .delivery-panel .delivery-selection .radio-block input:checked+label a, .delivery-selection input:checked+span a {
    color: #fff!important;
}
.conform-box ul li > add {
    margin-top: 15px;
    display: block;
}
.delivery-selection>span, .delivery-panel .delivery-selection .radio-block>label {
    background: #fff;
    border: 1px solid #CCCCCC;
    display: block;
    position: relative;
    padding: 29px 20px 21px 80px;
    border-radius: 5px;
}
.delivery-selection input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.hideRadio {
    display: none;
}
.delivery-selection>span:before, .delivery-panel .delivery-selection .radio-block>label:before {
    content: "";
    position: absolute;
    left: 40px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: #C2C2C2;
    border-radius: 50%;
    border: 3px solid #C2C2C2;
}
.delivery-selection input:checked+span:before, .delivery-panel .delivery-selection .radio-block input:checked+label::before {
    background: #0a1746;
    border-color: #fff;
}
.delivery-selection input:checked+span, .delivery-panel .delivery-selection .radio-block input:checked+label {
    background: #0b1544;
}
.delivery-panel>.delivery-selection:not(:first-child) {
    margin-top: 14px;
}
.delivery-panel-title {
    margin-top: 25px;
    margin-bottom: 25px;
}
.delivery-panel .delivery-selection h3 {
    margin-bottom: 10px!important;
    font-size: 20px!important;
}
.checkout-post-pay-page .checkout-left .delivery-panel-title:nth-child(1) {
    margin-top: 0;
}
div.shipping-customer-exists {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: left;
    background-color: #f3f3f3;
    border: 1px solid #dedede;
    color: #000000;
    padding: 10px;
    line-height: normal;
}
div.shipping-customer-exists b {
    color: #2a2a2a;
    font-size: 18px;
    font-family: 'minion-regular';
    font-weight: 500;
}
.customer-delivery > .conform-box {
    width: calc(50% - 7px);
}
.conform-box {
    background: #fff;
    border: 1px solid #CCCCCC;
    display: block;
    position: relative;
    padding: 20px 25px 20px 25px;
    border-radius: 5px;
}
.customer-delivery {
    display: flex;
    justify-content: space-between;
}
.delivery-panel:not(:first-child) {
    margin-top: 30px;
}
.conform-box p, .conform-box ul li {
    font-size: 18px!important;
}
.conform-box .edit-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e9e9e9;
    line-height: 29px;
    font-size: 14px;
    color: #101940;
    font-family: 'minionpro-semibold';
    padding: 0 12px;
    border-radius: 5px;
}
.conform-box .edit-btn:before {
    content: "\f044";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
    vertical-align: top;
    line-height: 29px;
    font-weight: 400;
    text-shadow: 0 0;
}
.conform-box .edit-btn:hover {
    background: #101940;
    color: #fff;
}
.conform-box h4 {
    font-size: 22px;
}
.customer-delivery .conform-box h4 {
    width: calc(100% - 68px);
}
.conform-box p label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    border: 1px solid #21395B;
    width: 15px;
    height: 15px;
    font-family: 'FontAwesome';
    line-height: 13px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 11px;
    border-radius: 2px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.conform-box p label {
    position: relative;
    padding-left: 20px;
    margin-left: 5px;
    display: inline-block;
}
.conform-box p label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
body .chekout-cart-confirm-page .checkout-right table {
    width: 100%;
}
body .delivery-address-page .checkout-wrap label {
    background: transparent;
}
.conform-box p label input:checked+span::before {
    content: "\f00c";
    color: #0a1746;
    padding-left: 1px;
}
.order-recived-page-wrap .order-circle span {
    font-size: 18px;
    color: #101940;
    line-height: 157%;
    padding: 15px 30px 15px 60px;
    position: relative;
    border: 1px solid #101940;
    display: block;
    max-width: 877px;
    font-family: 'minion-regular';
    background-color: #fff;
}
.order-recived-page-wrap .order-circle span:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -23px -156px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 18px;
    top: 20px;
    z-index: 1;
    background-size: 590px;
}
.order-recived-page-wrap .order-recived-page-border {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.20);
}
.order-recived-page-wrap ul.bank-details {
    max-width: 100%;
    margin-bottom: 25px;
}
.order-recived-page-wrap ul.bank-details-please li:last-child {
    margin-bottom: 0;
}
.order-recived-page-wrap ul.bank-details li {
    background-color: rgb(214 214 214);
    padding: 2px 20px;
    border-bottom: 2px solid #fff;
}
.order-recived-page-wrap ul.bank-details li div {
    display: inline-block;
    font-size: 18px;
    line-height: 200%;
    color: #333333;
    font-family: 'minion-regular';
    width: calc(50% - 4px);
}
.order-recived-page-wrap ul.bank-details li div.bank-details-right {
    text-align: end;
}
.order-recived-page-wrap ul.bank-details li:nth-child(2n) {
    background-color: rgb(234 234 234);
}
.order-recived-page-wrap ul.bank-details-please li {
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    line-height: 150%;
    color: #333333;
    font-family: 'minion-regular';
    margin-bottom: 5px;
}
.order-recived-page-wrap ul.bank-details-please li:before {
    position: absolute;
    content: '';
    background-image: url(../images/hexagon-icon.png);
    width: 8px;
    height: 9px;
    background-size: contain;
    top: 10px;
    left: 6px;
    background-repeat: no-repeat;
}
.order-recived-page-wrap .order-circle.blue span:before {
    background-position: -60px -154px;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}
.order-recived-page-wrap .order-circle.blue span {
    color: #fff;
    background-color: #101940;
    font-weight: 500;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .order-recived-box span {
    color: #2a2a2a;
    font-size: 18px;
    font-family: 'minion-regular';
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .order-recived-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .order-recived-box-left span:first-child {
    font-size: 22px;
}
body .chekout-cart-confirm-page .checkout-wrap .checkout-right .order-recived-box-left span {
    width: 100%;
    display: block;
}
section.chekout-cart-confirm-page {
    background-image: url(../images/gold-background-hexa-in-new.png);
    background-repeat: repeat;
    background-size: 388px auto;
    background-position: left 52px;
    padding-bottom: 167px;
    margin-bottom: -95px;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left h3.delivery-address-title {
    font-size: 22px;
    line-height: 150%;
    color: #c78409;
    text-transform: uppercase;
}
body .chekout-cart-confirm-page .checkout-wrap.delivery-address-wrapper .checkout-left .delivery-panel-title.dp-check-title h3.delivery-box-title {
    font-size: 24px;
}
/* 21-07-2025 */  
/* 24-07-2025 */
.bullion-store-sec ul li ul.mega-menu li::before, .bullion-store-sec ul li ul.mega-menu li::after, .bullion-store-sec ul li ul.mega-menu::after {
  display: none;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox span:before {
    content: "";
    height: 17px;
    width: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(../images/hexagon-select-icon.png);
    background-size: 100%;
    transition: all 0.3s;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox span {
    padding-left: 6px;
    font-size: 15px;
    line-height: 100%;
    margin-top: 2px;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox {
    margin-right: 20px; 
    height: 20px;
    display: flex;
    align-items: center;
}
.bullion-store-sec ul li ul.mega-menu .option-selected-sec ul {
    margin: 0 15px 0 0;
    justify-content: start;
    gap: 13px 0;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox input:checked+span:before {
    background-image: url(../images/hexagon-selected-icon.png);
}
.bullion-store-sec ul li.selected_check a, .bullion-store-sec ul li:hover a {
    text-shadow: 1px 0px 0px #0a1746;
    color: #0a1746;
}
.bullion-store-sec ul li:nth-child(5) ul.mega-menu li {
    min-width: 174px;
}
.bullion-store-sec ul li:nth-child(6) ul.mega-menu li {
    min-width: 94px;
}
.bullion-store-sec ul li:nth-child(7) ul.mega-menu li {
    min-width: 132px;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.bullion-store-sec .save-option-btn {
    padding: 0px 18px;
    background: #fff;
    font-size: 16px;
    text-shadow: none!important;
    color: #0a1746;
    border: 1px solid #a5a5a5;
}
.bullion-store-sec .save-option-btn:hover {
  background-color: #0a1746; 
  color: #fff;
}
.bullion-store-sec ul li ul.mega-menu .in-prod-sec {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: calc(100% - 150px);
}
.bullion-store-sec ul li ul.mega-menu .in-prod-sec .option-selected-sec {
    width: 100%;
}
.bullion-store-sec ul li ul.mega-menu .in-prod-sec span.drp-title {
    font-size: 15px;
    color: #0a1746;
    width: max-content;
    min-width: max-content;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox a.close-icn {
    padding: 0px;
    font-family: 'minion-regular';
    border: 1px solid #bebebe;
    color: #bebebe;
    position: relative;
    z-index: 1;
    font-size: 0px;
    margin-left: 0px;
    width: 0px;
    transition: all 0.3s
}
.bullion-store-sec ul li ul.mega-menu li.checkbox.checked a.close-icn {
    padding: 0px 5px;
    width: auto;
    margin-left: 18px;
    font-size: 15px;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox.checked a.close-icn:hover {
    background: #10183e;
    color: #fff;
    border-color: #10183e;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox.checked input:checked+span:before {
    top: 7px;
    left: 10px;
}
.bullion-store-sec ul li ul.mega-menu li.checkbox.checked {
    background: #fff;
    padding: 5px 5px 5px 33px;
    height: fit-content;
}
.bullion-store-sec ul li ul.mega-menu .option-selected-sec ul.numb-select-sec li span::before {
  display: none;
}
.bullion-store-sec ul li:nth-child(3) ul.mega-menu .in-prod-sec {
    width: 630px;
}
.bullion-store-sec ul li ul.mega-menu .option-selected-sec ul.numb-select-sec li input {
    position: relative;
    width: 73px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    padding: 4px 7px;
    margin: 0 4px 0 3px;
    height: 31px;
    font-size: 16px;
}
.bullion-tab-wrap .bullion-tab .main-filter-tab {
  display: block;
}
.bullion-tab-wrap .bullion-tab li.bullion-inner.main-filter-sec {
    display: none;
}
.bullion-store-sec ul li ul.mega-menu .in-prod-sec .option-selected-sec ul.numb-select-sec > li:last-child {
    margin-right: 0px!important;
}
.bullion-store-sec ul li:nth-child(3) ul.mega-menu {  
    justify-content: left;
}
.bullion-store-sec ul li ul.mega-menu .option-selected-sec ul.numb-select-sec li > span {
    text-transform: uppercase;
    color: #0a1746;
    padding: 0;
    margin: 0;
}
.bullion-store-sec ul li ul.mega-menu .in-prod-sec .option-selected-sec ul.numb-select-sec > li {
    margin: 0 32px 0 3px;
    padding: 0;
}
.bullion-store-sec ul li ul.mega-menu .in-prod-sec .option-selected-sec ul.numb-select-sec > li span,
.bullion-store-sec ul li:nth-child(3) ul.mega-menu button.save-option-btn {
    font-family: 'minionpro-bold';
}
.bullion-store-sec ul li:nth-child(4) ul.mega-menu .option-selected-sec ul li {
    margin-right: 15px;
}
.bullion-store-sec ul li:nth-child(4) ul.mega-menu {
    padding-right: 42px;
}
.bullion-store-sec ul li.bullion-inner.selected_check .in-prod-sec span.drp-title, .bullion-store-sec ul li.bullion-inner.selected_check .in-prod-sec ul li, .bullion-store-sec ul li.bullion-inner.selected_check button#SaveB ,.bullion-store-sec ul li.bullion-inner.selected_check .in-prod-sec ul li.label_selected a.close-icn {
    display: none;
}
.bullion-store-sec ul li.bullion-inner.selected_check .in-prod-sec ul li.label_selected span::before {
    opacity: 0;
}
.bullion-store-sec ul li.bullion-inner.selected_check .in-prod-sec ul li.label_selected {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px 0 0;    
    margin-right: 0;
    min-width: auto;
}
.bullion-store-sec ul li.bullion-inner.selected_check ul.mega-menu {
    left: 0!important;
}
.bullion-store-sec ul li.selected_check:nth-child(6) ul.mega-menu,
.bullion-store-sec ul li.selected_check:nth-child(7) ul.mega-menu {
    left: auto!important;
    right: -20px!important;
}
.bullion-store-sec ul li.bullion-inner.selected_check ul.mega-menu button.save-option-btn {
    display: none!important;
}
.bullion-store-sec ul li.bullion-inner.selected_check .in-prod-sec ul li.label_selected::before {
    position: absolute;
    content: "/";
    display: block;
    background: transparent;
    right: -8px;
    left: auto;
    top: 7px;
    font-size: 15px;
}
.bullion-store-sec ul li.bullion-inner.selected_check .in-prod-sec ul li.label_selected input {
    display: none;
    height: 0;
}
.bullion-store-sec ul li.bullion-inner.selected_check .option-selected-sec ul {
    padding: 5px;
    background-color: #fff;
    width: fit-content;
    display: flex;
    flex-direction: row;
    margin: 0;
} 
.bullion-store-sec ul li.selected_check ul li span {
    margin-top: 0!important;
}
.bullion-store-sec ul li.bullion-inner.selected_check .in-prod-sec {
    width: 100%;
}
.bullion-store-sec ul li.bullion-inner.selected_check ul.mega-menu {
    padding: 5px 8px;
    width: max-content;
    display: flex;
}
.bullion-store-sec .bullion-tab-wrap > ul > li a > span {
    display: none;
}
/* 24-07-2025 */

/*28-07-20205*/
.bullion-store-sec ul li div#filterResultBox {
    position: absolute;
    width: 400px;
}
.bullion-store-sec ul li div#filterResultBox > div {
    background: #e9ebf2;
    padding: 10px 20px 0px 20px;
}
.bullion-store-sec ul li div#filterResultBox div {
    font-size: 18px;
    color: #0a1746;
    transition: all 0.3s;
}
.bullion-store-sec ul li div#filterResultBox > div:not(:first-child) {
    padding-top: 0;
    padding-bottom: 10px;
}
.bullion-store-sec ul li div#filterResultBox > div {
    display: flex;
    flex-direction: row;
}
.bullion-store-sec ul li div#filterResultBox div > strong {
    margin-right: 4px;
    width: max-content!important;
    min-width: fit-content;
}
/*28-07-20205*/

/*31-07-2025*/
body .coins-sec-wrapper .coin-box {
    position: relative;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec {
    position: absolute;
    top: 0;
    background: rgba(33, 57, 91, 0.50);
    width: 100%;
    height: fit-content;
    left: 0;
    padding: 30px 15px;
    display: none;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec.bulk-prc-show {
    display: block;
    z-index: 1;
}
body .coins-sec-wrapper .coin-box  a#openPopupBtn {
    z-index: 1;
    position: relative;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx {
    padding: 0;
    margin: 0;
    background: transparent;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx li {
    margin: 0;
    width: 100%;
    display: flex;
}   
body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx li span.bps-title, body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx li span.bps-prc {
    display: block;
    width: 100px;
    text-align: left;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx li span.bps-prc {
    width: 50px!important;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx li {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec h4 {
    font-size: 19px;
    color: #fff;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx li span.bps-title, body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx li span.bps-prc {
    display: block;
    width: 100px;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    color: #fff;
}
body .coins-sec-wrapper .coin-box .bulk-prc-sec ul.prc-bx li:not(:last-child) {
    margin-bottom: 4px;
}
body .coins-sec-wrapper .coin-box a#openPopupBtn.white-text {
    color: #fff;
}
body .coins-sec-wrapper .coin-box a#openPopupBtn.white-text:hover {
    color: #f09f39;
}
/*31-07-2025*/

/*04-08-2025*/
/*body .coins-sec-wrapper .coin-box:nth-child(2) .bulk-prc-sec h4 {
    font-size: 22px;
}
body .coins-sec-wrapper .coin-box:nth-child(3) .bulk-prc-sec h4 {
    font-size: 24px;
}
body .coins-sec-wrapper .coin-box:nth-child(4) .bulk-prc-sec h4 {
    font-size: 26px;
}
body .coins-sec-wrapper .coin-box:nth-child(2) .bulk-prc-sec ul.prc-bx li span.bps-title,
body .coins-sec-wrapper .coin-box:nth-child(2) .bulk-prc-sec ul.prc-bx li span.bps-prc {
    font-size: 18px!important;
}
body .coins-sec-wrapper .coin-box:nth-child(3) .bulk-prc-sec ul.prc-bx li span.bps-title,
body .coins-sec-wrapper .coin-box:nth-child(3) .bulk-prc-sec ul.prc-bx li span.bps-prc {
    font-size: 20px!important;
}
body .coins-sec-wrapper .coin-box:nth-child(4) .bulk-prc-sec ul.prc-bx li span.bps-title,
body .coins-sec-wrapper .coin-box:nth-child(4) .bulk-prc-sec ul.prc-bx li span.bps-prc {
    font-size: 22px!important;
}
body .coins-sec-wrapper .coin-box:nth-child(2) a.prod-img img.coin {
    max-width: 101px;
}
body .coins-sec-wrapper .coin-box:nth-child(3) a.prod-img img.coin {
    max-width: 111px;
}
body .coins-sec-wrapper .coin-box:nth-child(4) a.prod-img img.coin {
    max-width: 120px;
}*/

.coin-box a.image, .coin-box a.prod-img {
    height: 193px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.coin-box a img.coin {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
}
.coin-box a img.coin.imgSize3 {
    max-width: 62% !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
.coin-box a img.coin.imgSize2 {
    max-width: 54% !important;
    padding-top: 34px;
    padding-bottom: 34px;
}
.coin-box a img.coin.imgSize6 {
    max-width: 76% !important;
    padding-top: 11px;
    padding-bottom: 11px;
}
.coin-box a img.coin.imgSize4 {
    max-width: 70% !important;
    padding-top: 16px;
    padding-bottom: 16px;
} 
.coin-box a img.coin.imgSize5 {
    width: auto;
    max-width: 74% !important;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 11px;
    padding-bottom: 11px;
}
.coin-box a img.coin.imgSize7 {
    width: auto;
    max-width: 78% !important;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 6px;
}
.coin-box a img.coin.imgSizeS06 {
    width: auto;
    max-width: 30% !important;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 45px;
}
.coin-box a img.coin.imgSizeS07 {
    width: auto;
    max-width: 35% !important;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 46px;
    padding-bottom: 43px;
}
.coin-box a img.coin.imgSizeS08 {
    width: auto;
    max-width: 40% !important;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 44px;
    padding-bottom: 41px;
}
.coin-box a img.coin.imgSizeS09 {
    width: auto;
    max-width: 45% !important;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 42px;
    padding-bottom: 39px;
}
.coin-box a img.coin.imgSize1 {
    width: auto;
    max-width: 50% !important;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 37px;
}

/* 11-08-2025 */
body a.office-btn, body a.search-btn {
  padding: 0 2px;
  background-image: none!important;
  margin-right: 25px;
}
.trading-office-txt span {
    font-family: 'minionpro-semibold';
    font-size: 16px;
    color: #0c1942;
    font-weight: 600;
    line-height: 125%;
}
.trading-office-txt {
    position: relative;
    top: -5px;
    right: 10px;
}
.trading-office-txt span.office-head-txt {
    font-family: 'minionpro-regular';
    font-weight: 500;
}
body .office-loc-form-main {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100vh;
    padding: 50px 15px;
    overflow-y: auto;
    display: none;
}
body .office-loc-form-main.show-form {
  display: block;
}
body .office-loc-form-main .office-loc-form {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 30px 15px;
    height: fit-content;
}
body .office-loc-form-main .office-loc-form .form-details {
    border: 3px solid #0a1746;
    padding: 40px 40px 40px 40px;
    background: #fff;
}
body .office-loc-form-main .off-location-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 45px 45px;
}
body .office-loc-form-main .off-location-box .ol-in-box {
    border: 3px solid #686868;
    padding: 35px 20px 35px 20px;
    border-radius: 5px;
}
body .office-loc-form-main .office-loc-form > p {
    margin: 0 25px 8px auto;
    width: fit-content;
    display: block;
    line-height: normal;
    cursor: pointer;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    font-family: "Minion Pro";
    cursor: pointer;
    transition: all 0.3s;
}
body .office-loc-form-main .office-loc-form > p:hover {
    color: #f09f39;
}
body .office-loc-form-main .office-loc-form .form-details p.sub-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 42px;
    color: #0a1746;
    font-weight: bold;
    font-family: "Minion Pro";
}
body .office-loc-form-main .off-location-box a.ol-in-box.ol-in-box-select {
    background: #101940;
    border-color: #101940;
}
body .office-loc-form-main .off-location-box a.ol-in-box.ol-in-box-select h3, 
body .office-loc-form-main .off-location-box a.ol-in-box.ol-in-box-select p {
    color: #fff;
}
body .office-loc-form-main::-webkit-scrollbar {
    width: 6px;
}                                     
body .office-loc-form-main::-webkit-scrollbar-thumb {
    background-color: #f09f39;
    border-radius: 10px;
}
body .office-loc-form-main::-webkit-scrollbar-track {
    background-color: hsl(0deg 0% 100% / 30%);
}
body .office-loc-form-main .off-location-box .ol-in-box h3 {
    text-align: center;
    font-size: 32px;
    color: #808080;
    margin-bottom: 19px;
}
body .office-loc-form-main .off-location-box .ol-in-box p {
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 26px;
    color: #808080;
    line-height: 115%;
}
input.error, select.error {
    border: 2px solid red !important;
    background-color: pink !important;
}

div.error-messages {
  display: block;
  width: 100%;
  margin-top: 10px;
  background: red;
  border: 1px solid red;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}
span.error-message-text {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
}

/* 10-09-2025 */
body .coin-box .item-buttons input.add-to-cart-btn {
  padding: 7px 10px;
  line-height: normal;
  height: auto;
  margin-bottom: 0;
}
body .coin-box span a.brand {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 26px;
}
body section.cart-sec .cart-details .buy-sec form {
    display: flex;
}
body section.cart-sec .cart-details .buy-sec form input.cart-btn {
    margin-bottom: 0;
    height: auto;
    border-radius: 0;
}
body section.cart-sec .cart-details .buy-sec .number input {
    margin-bottom: 0;
}
body section.cart-sec .cart-details .buy-sec .number span.plus, .buy-sec .number span.plus,
body section.cart-sec .cart-details .buy-sec .number span, .buy-sec .number span.plus, .product-selector span.plus {
    padding-top: 4px;
}
body .buy-back-three .info-table-wrap {
    display: block;
}
body .buy-back-three .info-table-wrap {
    display: block;
    width: 100%;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}
body .buy-back-three .info-table-sec .head span:nth-child(1), body .buy-back-three .info-table-sec .table-sec .in-details span:nth-child(1) {
    width: 34%;
}
body .buy-back-three .info-table-sec .head span:nth-child(2), body .buy-back-three .info-table-sec .table-sec .in-details span:nth-child(2) {
    width: 18%;
}
.info-table-sec .head span:nth-child(4), .info-table-sec .table-sec .in-details span:nth-child(4) {
    width: 26%;
    text-align: center;
}
.info-table-sec .head span.poll-alloc-info-btn:nth-child(4), .info-table-sec .table-sec .in-details span.poll-alloc-info-btn:nth-child(4) {
    width: auto;
    margin-top: 3px;
    margin-left: 58px;
}
.info-table-sec .head span.poll-alloc-info-btn:nth-child(4) a, .info-table-sec .table-sec .in-details span.poll-alloc-info-btn:nth-child(4) a {
    padding: 5px 15px;
    background: #d8dad7;
    position: relative;
    font-family: 'minionpro-semibold';
    font-size: 18px;
    color: #0c1942;
    font-weight: 600;
    transition: all 0.3s;
}
.info-table-sec .head span.poll-alloc-info-btn:nth-child(4) a::before, .info-table-sec .table-sec .in-details span.poll-alloc-info-btn:nth-child(4) a::before, .info-table-sec .head span.poll-alloc-info-btn:nth-child(4) a::after, .info-table-sec .table-sec .in-details span.poll-alloc-info-btn:nth-child(4) a::after {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 0, 100% 98%, 100% 100%, 0% 50%);
    width: 10px;
    height: 100%;
    top: 0;
    left: -9.6px;
    background: #d8dad7;
    transition: all 0.3s;
}
.info-table-sec .head span.poll-alloc-info-btn:nth-child(4) a::after, .info-table-sec .table-sec .in-details span.poll-alloc-info-btn:nth-child(4) a::after {
    position: absolute;
    content: '';
    clip-path: polygon(0 0%, 100% 50%, 0 100%, 0 100%, 0% 50%);
    left: auto;
    right: -9.5px;
}
.info-table-sec .head span.poll-alloc-info-btn:nth-child(4) a:hover, .info-table-sec .table-sec .in-details span.poll-alloc-info-btn:nth-child(4) a:hover {
  background-color: #0c1942;
  color: #d8dad7;
}
.info-table-sec .head span.poll-alloc-info-btn:nth-child(4) a:hover::before, .info-table-sec .table-sec .in-details span.poll-alloc-info-btn:nth-child(4) a:hover::before, .info-table-sec .head span.poll-alloc-info-btn:nth-child(4) a:hover::after, .info-table-sec .table-sec .in-details span.poll-alloc-info-btn:nth-child(4) a:hover::after {
  background-color: #0c1942;
}
body section.p-ygp-sec .table-sec {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px 15px;
    width: 100%;
    max-width: 1125px;
    margin-left: auto;
    margin-right: auto;
}
body section.p-ygp-sec .table-sec span {
  width: 100%;
  max-width: 90px;
  margin: 0 auto;
}
body section.p-ygp-sec .table-sec .historic-table-sec .aud-details .aud-inner {
  width: 100%;
  padding: 2px 10px 0px 10px;
}
p.whiteSmall {
    font-size: 13px;
    color: #fff;
}
#displayChart {
    width: 100%!important;
    height: 600px!important;
}
/* 10-09-2025 */