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

  @font-face {
    font-family: 'ppneuemontreal';
    src: url('../css/fonts/ppneuemontreal-book.otf');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'ppneuemontreal-italic';
    src: url('../css/fonts/ppneuemontreal-italic.otf');
    font-weight: 400;
    font-style: italic;
  }

  @font-face {
    font-family: 'ppneuemontreal';
    src: url('../css/fonts/ppneuemontreal-medium.otf');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'ppneuemontreal';
    src: url('../css/fonts/ppneuemontreal-semibolditalic.otf');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'ppneuemontreal';
    src: url('../css/fonts/ppneuemontreal-thin.otf');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'inter';
    src: url('../css/fonts/Inter-Italic-VariableFont_opsz\,wght.ttf');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'inter';
    src: url('../css/fonts/Inter-VariableFont_opsz\,wght.ttf');
    font-weight: 400;
    font-style: normal;
  }
 @font-face {
    font-family: 'Playfair';
    src: url('../css/fonts/Playfair-Italic-VariableFont_opsz\,wdth\,wght.ttf');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Playfair';
    src: url('../css/fonts/Playfair-VariableFont_opsz\,wdth\,wght.ttf');
    font-weight: 400;
    font-style: normal;
  }


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');



  /*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: 'ppneuemontreal';
    list-style: none;
  }

  body,
  body p {
    font-family: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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;
  }


  /*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;
    overflow-x: hidden;
  }

  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: 'ppneuemontreal';
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    height: auto;
    cursor: pointer;
    line-height: 150%;
    padding: 0 2px 0 28px;
    font-size: 14px;
    text-decoration: none;
    background: #B68D40;
}

  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;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
  }
.container.silder-bottom-price {
    z-index: 1;
    padding: 0;
}
.step-line-wrap .step.step-three.step-three-hide, .step.center-box.step-desktop-hide {
    display: none;
}
.step-line-wrap .step-desktop-hide {
    display: none !important;
}

  /* home page css */
  body .header-topbar {
    background-color: #dddddc;
    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 {
    display: flex;
    align-items: center;
    color: #4F5467;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 1px;
    font-family: 'ppneuemontreal';
}

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

  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: center;
    padding: 12px 0 14px 0;
}

  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-color: #fff;
}
body .main-header .first-header .right-sec ul.first-menu {
    display: flex;
    justify-content: flex-start;
    max-width: 850px;
    background: transparent;
    padding: 0 10px;
    position: relative;
    margin-right: 0;
    gap: 0;
    margin-left: 0px;
}

body .btn {
    position: relative;
    margin: 0 10px;
    background-color: #B68D40;
    color: #fff;
    border-radius: 5px;
}

  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: 0;
    width: 35%;
}

  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: 'ppneuemontreal';
    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;
    color: #fff;
}
  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 .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: 'ppneuemontreal';
    font-size: 15px;
    font-weight: 600;
    padding-top: 1px;
  }

body .slider-banner {
    background-image: url(../images/slider-banner-bg-img.png);
    background-size: 1500px;
    background-repeat: repeat;
    background-position: center;
    padding: 40px 15px 42px 15px !important;
    overflow: visible;
}
  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: 'ppneuemontreal';
    color: #4F5467;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 14px 27px 13px;
    height: 100%;
    display: block;
}

  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: 540px;
    margin: 0 auto;
  }

 body .main-header .secound-header ul.main-menu li a {
    font-family: 'ppneuemontreal';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}
  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-weight: 500;
    font-size: 54px;
    color: #0F142A;
    line-height: 120%;
    font-family: "Playfair", sans-serif;
    margin: 0;
}

  body .slider-banner .banner-slider .item .details-sec {
    padding-left: 55px;
    width: 56%;
  }
body .slider-banner .banner-slider .item .details-sec p {
    font-family: 'ppneuemontreal';
    color: #4F5467;
    margin: 8px 0 20px 0;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    padding-right: 30px;
}

body .slider-banner .banner-slider .item .details-sec a.slider-btn {
    width: fit-content;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 7.5px 45px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'ppneuemontreal';
    color: #fff;
    background: #b68d40;
    position: relative;
    border-radius: 5px;
}
body .slider-banner .banner-slider .item .details-sec h2 span {
    font-style: italic;
}
  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 p>span {
    font-family: 'ppneuemontreal';
    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-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: 68px 0px 0px;
} 

 body .why-phurchase-sec .wp-inner-sec {
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: #fff;
    padding: 0;
    border: 0;
    padding-right: 5px;
}

.why-phurchase-sec ul.product-img {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: #fff;
    justify-content: flex-end;
    border: 0;
    padding: 0;
}
.why-phurchase-sec ul.product-img li {
    text-align: center;
    width: 33.33%;
    padding-right: 12px;
    position: relative;
    background-image: url('../images/hexagon-image.png');
    filter: brightness(100%);
    height: 167px;
    background-repeat: no-repeat;
    padding: 32px 10px;
    max-width: 194px;
    background-size: 100% 100%;
    clip-path: polygon(
    25% 0%, 75% 0%, 
    100% 50%, 75% 100%, 
    25% 100%, 0% 50%);
}
  .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: auto;
    display: block;
    margin-bottom: 9px;
}

body section.agc-service-sec .container .sub-title {
    margin: 0px;
    color: #fff;
    font-style: normal;
    font-family: 'ppneuemontreal';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}
.details-section p.sub-title {
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 16px 0 11px 0;
    color: #0F142A;
}

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


 .wp-inner-sec h2,
 body h2.title {
    color: #0F142A;
    margin-bottom: 40px;
    font-family: Playfair Display;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 17px;
}
  .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 .wp-inner-sec>p.descb {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #4F5467;
}
.why-phurchase-sec .container {
    display: flex;
    align-items: flex-start;
    margin-top: 87px;
}
body .option-box-sec {
    display: flex;
    gap: 32px 32px;
    width: 100%;
    margin: 33px auto 0 auto;
    flex-wrap: wrap;
}
body .option-box-sec .option-box {
    padding: 45px 30px 62px 30px;
    text-align: left;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF33;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 32px;
}
body .option-box-sec .option-box p, body .option-box-sec .option-box a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
} 
body .option-box-sec .box {
    width: 48.5%;
}

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

.option-box-sec .option-box .box-head-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 25px;
}
  .option-box-sec .option-box .box-head-wrap h3 a {
    font-family: 'ppneuemontreal';
    max-width: 300px;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0%;
}

  .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: 100%;
    height: 70px;
    margin-right: 0;
    background-color: #fff;
    border-radius: 10px;
    min-width: 70px;
    max-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
}

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

body section.company-sec {
    padding-top: 0;
    padding-bottom: 100px;
    background: transparent;
    margin-bottom: 0;
}

 body .company-sec ul li, body .company-sec ul li a {
    font-family: 'ppneuemontreal';
    color: #4F5467;
    text-align: left;
    position: relative;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}
body .company-sec ul li {
    padding: 4px 25px;
    border-left: 1px solid #0000001A;
    margin-bottom: 25px;
}
body .company-sec ul li::after {
    position: absolute;
    content: '';
    width: 29px;
    height: 32px;
    background-image: url(../images/shape-icons.png);
    background-size: 98px;
    background-repeat: no-repeat;
    background-position: -70px -8px;
    top: 6px;
    right: 49px;
}
 footer#footer .footer-sec-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 26px;
}
  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: 60px;
    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: 16px;
    line-height: 150%;
    color: #dddddc;
    text-transform: capitalize;
}

footer#footer ul li {
    margin-bottom: 8px;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
}  
  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;
    background-color: #E9E9E9;
    color: #0F142A;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 9px 33px;
    background-image: unset;
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 13% 50%, 0% 0%);
    border-radius: 0;
    margin: 0 -7px;
}


  .footer-btn a.btn::before,
  .footer-btn a.btn::after {
    display: none;
  }
  .footer-btn a.btn:hover {
    color: #c08b2c;
  }

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

  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;
  }

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


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

  .location-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 25px;
  }

  .location-main.headoffice {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 25px;
  }

  .location-main.headoffice .head-office-left {
    width: 40%;
  }

  .location-main.headoffice .head-office-right {
    flex: 1 1 0;
  }

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

  .location-main .location-info h3::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: 23px;
    padding-bottom: 0px;
}

  .breadcrumb-sec a, .breadcrumb-sec span {
    font-family: 'ppneuemontreal';
    font-size: 16px;
    color: #4F5467;
    font-weight: 400;
    line-height: 150%;
}

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

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

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

  .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 .schedule-time li {
    font-size: 18px;
    color: #000000;
    line-height: 130%;
    font-family: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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;
  }
.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: 0;
}
  .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-family: 'ppneuemontreal';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 5px 10px 8px 41px;
}

  li.heading-storage {
    width: 20%;
  }

 li.heading-gold {
    width: 19%;
    text-align: center;
}

  li.heading-silver {
    width: 15%;
    text-align: center;
  }

  li.heading-details {
    width: 25%;
    text-align: center;
  }
.storage-sec .table {
    display: flex;
    flex-direction: column;
    margin-top: 31px;
}

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

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

 .storage-sec ul.table-items {
    padding: 0 !important;
    width: 20%;
    text-align: left;
}

  .storage-sec ul.table-items.item2 {
    padding-left: 12px;
    width: 15%;
    text-align: center;
  }

  .storage-sec ul.table-items.item3 {
    padding-left: 10px;
    width: 15%;
    text-align: center;
  }

  .storage-sec ul.table-items.item4 {
    padding-left: 6px;
    width: 25%;
    text-align: center;
  }

  .storage-sec ul.table-items.item5 {
    width: 25%;
    text-align: center;
  }

  .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: 'ppneuemontreal';
    font-weight: 400;
    margin-bottom: 11px;
  }

 body section.storage-sec p {
    margin: 0px;
    width: 100%;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #4F5467;
}
.storage-sec ul.table-items li {
    color: #4F5467;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    border-bottom: 1px solid #E9E9E9;
    margin: 0;
    padding: 14px 10px 14px 60px;
}

  .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: 'ppneuemontreal';
  }

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

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

  .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: 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: 20px 20px 20px 20px;
    background-color: #d9dbd8;
    margin-bottom: 23px;
  }

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

  .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;
  }

 
.pool-allocted-sec {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 0;
    border: 0;
    max-width: 1250px;
    margin-top: 40px;
    gap: 60px;
}
.pool-allocted-sec>div {
    width: 50%;
    padding: 0;
}
.details-sec .pool {
    color: #0F142A;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
    margin: 0;
    margin-bottom: 15px;
}
.details-sec .pooll {
    margin: 0;
    color: #0F142A;
    font-family: 'ppneuemontreal';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 17px;
}

  .details-sec .sub {
    color: #0c1942;
    font-family: 'ppneuemontreal';
    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, .details-sec .sub {
    margin: 0;
    color: #4F5467;
    position: relative;
    padding-left: 20px;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}
.details-sec  p.sub {
    padding-left: 0;
}
  .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-placeholder {
    position: relative;
    z-index: 1;
    background-color: rgb(234 234 234 / 65%);
    width: 100%;
    max-width: 682px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #0000001A;
    border-radius: 10px;
}

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

 section.pool-allocted-page section.agc-service-sec.agc-sec-wrap p.discription, .agc-sec-wrap .discription p.sub-descb {
    color: #fff;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
  .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 {
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #FFFFFF33;
    display: flex;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}


 .hexagon-shape, .hexagon-shape2 {
    width: 30%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-right: 29px;
    max-width: 60px;
}


 
 .feature-text {
    color: #fff;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
}
 .agc-sec-wrap .discription p.sub-descb {
    font-size: 16px;
    font-weight: 500;
}
section.pool-allocted-page {
    padding: 0 15px;
}
  section.agc-sec-wrap {
    padding-bottom: 170px;
    margin-bottom: -95px;
  }

.stu-inner-sec {
    display: flex;
    padding: 32px 43px 38px;
    background-color: #fff;
    border: 1px solid #0000001A;
    border-radius: 10px;
    margin-top: 35px;
    margin-bottom: 48px;
}
.step-line-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: -60px;
    background-color: #B68D40;
}
body .sell-to-us-page section.agc-service-sec>.stu-inner-wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 53px 15px;
    background: #b68d40;
}
.step-line-wrap .step {
    width: 290px;
    height: 332px;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c8a56c;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    flex-direction: column;
    margin-right: 22px;
    padding: 50px 6px 40px 6px;
    border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    overflow: hidden;
}
  .step-line-wrap .step:last-child {
    margin-right: 0px;
  }

  .step-line-wrap:last-child {
    margin-bottom: 0px;
  }
.details-section h3.pool {
    margin: 0;
    color: #0F142A;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
    margin-bottom: 16px;
    padding-right: 80px;
}
.details-section p.descb {
    margin: 0;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

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

 .stu-inner-sec .details-section {
    width: 64%;
    max-width: 800px;
    padding-right: 30px;
}
.details-section ul.prod-info li {
    color: #4F5467;
    font-family: 'ppneuemontreal';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-right: 63px;
}

  .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 {
    text-transform: uppercase;
    color: #4F5467;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
    margin-top: 18px;
}
.sell-to-us-sec>p {
    margin: 0 0px 16px 0px;
    color: #4F5467;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 30px;
}

  .gold-text {
    color: #c68800;
  }

  .silver-text {
    color: #a8a8a8;
  }

  .info-table table tr.head {
    background: #0a1746;
    position: relative;
    width: calc(100% + 136px);
    margin: 0 10px;
    color: white;
    display: inline-block;
    padding: 0 5px;
}
.stu-inner-sec .info-table table tbody tr:not(.head) {
    border-bottom: 1px solid #E9E9E9;
}
 .info-table table tr th {
    color: #fff;
    text-align: left;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 10.5px 0px;
}

.info-table table tr td {
    font-family: 'ppneuemontreal';
    color: #4F5467;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 7.5px 0;
}
.stu-inner-sec .info-table table tbody tr.head {
    padding: 0 18px;
}
.info-table table tr td:nth-child(1) {
    padding-left: 28px;
    width: 62%;
}
.stu-inner-sec .info-table table tbody tr:last-child{
  border:0;
}

  .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: 53px 15px 23px 15px;
    margin-bottom: 0;
}
body .step-line-wrap .step h4, .step-line-wrap .step ul li, body .step-line-wrap .step span {
    font-family: 'ppneuemontreal';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 10%;
    text-align: center;
    color: #fff;
    margin: 2px 0;
}

.step-line-wrap .step ul li, body .step-line-wrap .step span:last-child {
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
}


body .step-line-wrap .step h4.sub-title {
    color: #fff;
    font-weight: 400;
    padding: 0 15px;
}
.step-line-wrap .step.center-box span {
    color: #0F142A;
    font-family: 'ppneuemontreal';
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 60px;
    margin-bottom: -26px;
}
.location-info .map-wrap iframe {
    border-radius: 10px;
}
.step-line-wrap .step.center-box {
    padding: 75px 6px 40px 6px;
    clip-path: none;
    background-image: url(../images/white-hexagon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    justify-content: flex-start;
    border: 0;
}

  .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: transparent;
    padding: 0;
    border: 0;
    margin-top: 50px;
}
 

  .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 {
    color: #0F142A;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
    margin-bottom: 12px;
}

 .smfs-contain p.sub-descb {
    margin: 0px 0px 5px 0px;
    font-family: 'ppneuemontreal';
    color: #101940;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
}
  
  .smfs-contain p.descb {
    display: block;
    margin: 0;
    color: #4F5467;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    font-family: 'ppneuemontreal';
}
.smfs-contain p.descb>b {
    color: #0F142A;
    font-weight: 500;
    margin: 8px 0 12px;
    display: block;
}

  .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: 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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    font-weight: 400;
    margin-bottom: 2px;
    color: #000;
  }

  .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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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;
  }


  .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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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;
  }

 body section.storage-sec .border-sec {
    width: 100%;
    background: #fff;
    border: 1px solid #0000001A;
    margin-top: 32px;
    border-radius: 10px;
    padding: 45px 59px 37px;
    margin-bottom: 100px;
}

body section.storage-sec h2 {
    color: #0F142A;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
}

.location-wrap {
    width: 100%;
    background-color: #fff;
    padding: 32px 59px 60px;
    max-width: 1250px;
    margin-bottom: 83px;
    border: 1px solid #0000001A;
    border-radius: 10px;
    margin-top: 32px;
}

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

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

  .location-title h2 {
    text-align: left;
    width: 100%;
    margin: 0;
    color: #0F142A;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
    margin-bottom: 15px;
}
.location-title p, .location-title p>a {
    text-align: left;
    width: 100%;
    color: #4F5467;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
}

  .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: 'ppneuemontreal';
    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: 'ppneuemontreal';
  }

  .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: 'ppneuemontreal';
    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: 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: 'ppneuemontreal';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }

  .coin-box span a {
    font-family: 'ppneuemontreal';
    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;
    width: 49%;
  }

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

  .item-buttons span.button-right {
    display: block;
    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: 'ppneuemontreal';
    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);
  }

  .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: 'ppneuemontreal';
    font-weight: 400;
    border: none;
    padding: 5px;
    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);
    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: 12px 50px 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: center;
}

  .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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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;
  }

.pricing-sec ul.data-prc li {
    position: relative;
    background: transparent;
    margin-right: 0;
    transition: all 0.3s;
    margin: 0 -2px;
}
.pricing-sec ul.data-prc li.active {
    margin-left: 19px;
} 
/* .pricing-sec ul.data-prc li:first-child::before {
    transform: rotate(180deg);
}
.pricing-sec ul.data-prc li:first-child {
    margin-right: 22px;
}
.pricing-sec ul.data-prc li.active:first-child {
    margin-right: -2px;
} */
.pricing-sec ul.data-prc li a {
    font-family: 'ppneuemontreal';
    color: #4F5467;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 14px 20px 13px 40px;
    height: 100%;
    display: block;
    position: relative;
    z-index: 9;
}
 .pricing-sec ul.data-prc li.active:before {
    background-image: url('../images/active-image.png');
}
.pricing-sec ul.data-prc li.active a {
  color:#fff;
}
 .pricing-sec ul.data-prc li:after{
  display: none;
 }
 .pricing-sec ul.data-prc li:before {
    content: "";
    position: absolute;
    background-image: url('../images/header-arrow-image.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 48px;
    width: 108%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.pricing-sec ul.data-prc li:hover::before {
    background-image: url(../images/menu-hover-image.png);
}
.world-data-sec {
    margin-top: 0;
    display: flex;
    justify-content: center;
    position: relative;
    gap: 32px;
}

.world-data-sec .wd-inner-sec {
    width: 50%;
    max-width: 100%;
    background: #051749;
    margin-right: 0;
    position: relative;
    padding: 24px 30px 30px;
    text-align: left;
    border-radius: 10px;
}

.world-data-sec .wd-inner-sec:last-child {
    background-color: #B68D40;
}
.world-data-sec .wd-inner-sec:last-child > span{
    color: #fff;
}
 .world-data-sec .wd-inner-sec h4 {
    color: #fff;
    margin-bottom: 2px;
    font-family: 'ppneuemontreal';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 5%;
}
 .world-data-sec .wd-inner-sec h4 br {
  display: none;
 }
 .world-data-sec .wd-inner-sec h5 {
    margin-bottom: 23px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    margin-top: 16px;
}

 .world-data-sec .wd-inner-sec span {
    color: #C78308;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 130%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
    margin: 0;
}
  .prc-chart-sec .prc-chart {
    width: 100%;
  }

  .prc-chart-sec .prc-chart img {
    width: 100%;
  }
   .chart-border {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 0;
    border: 0;
    margin: 33px auto 50px;
}
section.pricing-page .pricing-sec > .chart-border {
    margin: 33px auto 50px;
}
  .chart-border h3 {
    margin: 15px 0 15px 0;
  }


.chart-yellow-bg {
    background-color: #B68D40;
    border-radius: 20px;
    padding: 113px 51px 50px;
    margin: 0 0 80px 0;
}
section.buy-back-sec {
    padding-top: 0;
    overflow: hidden;
}

section.buy-back-sec .buy-back-data .data-box {
    background: #051749;
    margin-right: 32px;
    width: 33.33%;
    padding: 30px 20px 30px;
    text-align: center;
    height: 414px;
    border-radius: 10px;
    position: relative;
}
section.buy-back-sec .buy-back-data .data-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
 section.buy-back-sec .buy-back-data .data-box .data-inner-box {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    justify-content: center;
}
section.buy-back-sec .buy-back-data .data-box h3 {
    color: #fff;
    font-weight: 500;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "Playfair", sans-serif;
    font-size: 32px;
    margin: 0;
    min-height: 116px;
}
  section.buy-back-sec .buy-back-data .data-box:last-child {
    margin-right: 0px;
  }

 section.buy-back-sec .buy-back-data {
    display: flex;
    margin-bottom: 38px;
}

section.buy-back-sec .buy-back-data .data-box a.white-btn {
    background: #B68D40;
    display: block;
    width: max-content;
    margin: 29px auto 0 auto;
    padding: 12px 56px;
    transition: all 0.3s;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    border-radius: 5px;
}
section.buy-back-sec .buy-back-data .data-box a.white-btn:hover {
    background: #0a1746;
}
 
section.buy-back-sec span.pd-title {
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 5%;
    color: #0F142A;
}

.prod-prc-wrapper {
    margin-top: 0;
    text-align: center;
}
.prod-prc-wrapper h3 {
    color: #fff;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-seri;
    margin: 0;
}
  .prod-prc-wrapper p {
    margin: -4px 0 0 0;
    font-size: 21px;
    color: #000;
  }

.product-prc-sec {
    display: flex;
    margin-top: 0;
    align-items: flex-start;
    justify-content: space-between;
}

  .product-prc-sec .pp-info,
  .product-prc-sec .prc-img {
    width: 50%;
  }
.product-prc-sec .pp-info p, .product-prc-sec .pp-info p.sub-tit {
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    color: #fff;
}
.product-prc-sec .pp-info p.sub-tit {
    font-size: 18px;
    margin-top: 19px;
    padding-bottom: 4px;
}

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

 .info-table-wrap {
    display: block;
    margin-top: 50px;
}
  .info-table-wrap .info-table-sec table {
    width: 100%;
  }

 .info-table-wrap .info-table-sec h3 {
    text-align: left;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
}

  .info-table-sec .head {
    background: #061749;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    justify-content: space-between;
    padding: 12px 32px;
}

 

 .info-table-sec .head span {
    color: #ffffff;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 5%;
    text-transform: uppercase;
    width: 20%;
}
.info-table-sec .head span:first-child {
    width: 60%;
}
.info-table-sec .head span:last-child, .info-table-sec .table-sec .in-details span:last-child {
    text-align: right;
}
.info-table-sec .table-sec .in-details span {
    color: #4F5467;
    padding-right: 7px;
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: 'ppneuemontreal';
    width: 20%;
}
.info-table-sec .table-sec .in-details span:first-child {
    font-family: "Playfair", sans-serif;
    font-weight: 500;
    color: #0F142A;
    width: 60%;
}
.info-table-sec .in-details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
    background-color: #fff;
    border-top: 0;
    padding: 13px 32px 16px;
}
.table-sec {
    margin-bottom: 50px;
}
  .info-table-sec .in-details:last-child {
    margin-bottom: 0px;
  }

  .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 {
    color: #0F142A;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "Playfair", sans-serif;
    margin: 0;
}
.gp-aud-sec .aud-head, .p-ygp-sec .aud-head {
    background: transparent;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 0px);
    margin: 0;
    gap: 20px;
}
.gp-aud-sec .aud-head span, .p-ygp-sec .aud-head span {
    width: 20%;
    color: #ffffff;
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    background-color: #061749;
    border-radius: 5px;
    padding: 6px 40px;
    margin-bottom: 27px;
}
  .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: 27px;
  }

  .gp-aud-sec .aud-details .aud-inner:last-child {
    margin-bottom: 0px;
  }
.gp-aud-sec .aud-details .aud-inner span,section.p-ygp-sec .aud-details .aud-inner span {
    color: #0c1942;
    margin-bottom: 9px;
    display: block;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
}
.gp-aud-sec .aud-details .aud-inner h3, body section.p-ygp-sec .table-sec .historic-table-sec .aud-details .aud-inner h3, body section.p-ygp-sec .table-sec .historic-table-sec .aud-details .aud-inner span:last-child {
    color: #C78308;
    margin-bottom: 0;
    display: block;
    font-family: 'Playfair',sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
}
 .gp-aud-sec .table-sec {
    margin-top: 53px;
}

  .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;
  }



  .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::before {
    background: rgb(217 219 215 / 55%);
  }

  .buy-back-two .info-table-wrap {
    margin-top: 115px;
  }
 
  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);
  }

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

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

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

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

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

  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: 'ppneuemontreal';
    font-weight: 600;
    color: #0a1746;
    text-align: center;
  }

  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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
  }

  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: 'ppneuemontreal';
  }

  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: 'ppneuemontreal';
  }

  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: 'ppneuemontreal';
  }

  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 {
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    background: #fff;
  }

  .form-field.select select {
    height: 55px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
  }

  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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
    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: 'ppneuemontreal';
  }

  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;
  }

  .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: 'ppneuemontreal';
    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: 'ppneuemontreal';
  }

  .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;
  }

  .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;
  }

  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;
  }

  .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;
  }

body a.office-btn {
    padding: 8.5px 14px;
    background-image: none !important;
    margin-right: 8px;
}
  .trading-office-txt span {
    font-family: 'ppneuemontreal';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 150%;
  }

.trading-office-txt {
    position: static;
    line-height: 0;
    padding-right: 3px;
}

.trading-office-txt span.office-head-txt {
    font-family: 'ppneuemontreal';
    font-weight: 400;
}
  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%;
  }

  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-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%;
  }

  

  body section.p-ygp-sec .table-sec {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  body section.p-ygp-sec .table-sec .historic-table-sec .aud-details .aud-inner {
    width: 100%;
    padding: 2px 10px 0px 10px;
  }
.info-table-sec .table-sec .in-details span.poll-alloc-info-btn a {
    background: #B68D40;
    color: #fff;
    font-size: 14px;
    padding: 8.5px 23px;
    border-radius: 5px;
}
.info-table-sec .table-sec .in-details span.poll-alloc-info-btn a:hover {
    background: #061749;
}
section.buy-back-sec.buy-back-three.container .chart-yellow-bg, section.buy-back-sec.buy-back-four.container .chart-yellow-bg {
    background: #fff;
    border: 1px solid #0000001A;
    padding-bottom: 20px;
}
p.whiteSmall {
    color: #fff;
    background: #FFFFFF0D;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    border-radius: 5px;
    padding: 8px 13px;
    margin: 0;
}

#displayChart {
    width: 100% !important;
    height: 604px !important;
    margin-top: 20px;
    margin-bottom: 105px;
    border-radius: 10px;
    overflow: hidden;
}

  .terms-page p {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .terms-page h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #0a1746;
      font-family: 'ppneuemontreal';
  }

  .contact-detail .location-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
  }

  .location-info .map-wrap {
    width: 40%;
  }

  .location-info .map-wrap iframe {
    width: 100%;
  }

  .location-info .head-office-right {
    flex: 1 1 0;
  }

.ul-all-wrap {
    position: relative;
    margin-top: 0;
    padding: 0;
}

  .ul-all-wrap .ul-wrap ul {
    margin-bottom: 55px;
  }

  
.contact-detail .location-info h4,.ul-all-wrap p.sub-title{
    color: #0F142A;
    position: relative;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
    margin-bottom: 33px;
    padding-right: 190px;
}
.location-main.headoffice.contact-detail .head-office-right h4 {
    padding-right: 0;
}
.ul-all-wrap p.sub-title {
    text-align: center;
    padding: 0 !important;
}
.contact-ul-wrap .ul-wrap ul {
    gap: 13px 20px;
    margin-right: -15px;
}

 .contact-detail .location-info p.address {
    margin: 0px 0 38px 0;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    font-family: 'ppneuemontre';
    color: #4F5467;
}
.contact-detail .location-info p.address br {
    display: none;
}


 .contact-detail .location-info ul {
    padding-left: 45px;
    display: block;
}

 .contact-detail .location-info ul li:after {
    background-image: url("../images/new-contact-detail-sprite-image.png");
    background-position: -20px -376px;
    background-size: auto;
    left: -45px;
    top: 0px;
    margin: auto 0;
    bottom: 0;
}
  .location-main.headoffice.contact-detail .location-info>.head-office-right ul li {
    position: relative;
  }

 .contact-detail .location-info ul.schedule-time li:after {
    background-position: -18px -146px;
    background-size: auto;
}
.contact-detail .location-info ul.schedule-time li:last-child::after, .location-main.headoffice.contact-detail .location-info>.head-office-right ul.schedule-time li:first-child:after {
    background-position: -18px -35px;
    background-size: unset;
}

.contact-detail .location-info ul.maps-links li:first-child:after, .location-main.headoffice.contact-detail ul.maps-links li:first-child:after {
    background-position: -17px -256px;
    background-size: auto;
}
 
  .contact-detail .location-info ul.maps-links li a:hover,
  body .company-sec ul li a:hover{
    color: #c08b2c;
  }

  
  body section.company-sec.container.liitle-gap-top {
    margin-top: 100px;
  }

  .head-office-left .map-wrap {
    width: 100%;
  }

  .location-main.headoffice.contact-detail .location-info>div p.address {
    width: 100%;
    max-width: 100%;
  }

  .location-main.headoffice.contact-detail ul li {
    margin: 5px 0 !important;
  }

  .location-main.headoffice.contact-detail .head-office-right a.contact-numb:after, .location-main.headoffice.contact-detail .location-info>.head-office-right ul li:after {
    position: absolute;
    content: '';
    width: 29px;
    height: 32px;
    background-image: url(../images/new-contact-detail-sprite-image.png);
    left: 0;
    background-position: -24px -97px;
    background-size: 74px;
    top: 0;
    right: 0;
    margin: auto 0;
    bottom: 0;
}
  .location-main.headoffice.contact-detail .head-office-right a.contact-numb, .location-main .location-info ul.schedule-time li,
  .location-main .location-info ul.maps-links li a {
    font-family: 'ppneuemontreal';
    color: #4F5467;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
      position: relative;
}

.location-main.headoffice.contact-detail .head-office-right a:hover {
    color: #b68d40;
}
  .location-main.headoffice.contact-detail .location-info>.head-office-right ul li:after {
    left: -40px;
  }

  .location-main.headoffice.contact-detail .location-info>.head-office-right ul.schedule-time li:last-child:after {
    display: none;
  }

 .location-main.headoffice.contact-detail ul.maps-links li:first-child:after {
    background-position: -17px -256px;
    background-size: auto;
}

.location-main.headoffice.contact-detail ul.maps-links li:last-child:after {
    left: -38px;
    background-position: -20px -376px;
    background-size: auto;
}
  

  section.shape-bg {
    overflow: hidden;
  }

  .ul-all-wrap .ul-wrap ul+ul {
    display: none;
  }

body a.office-btn:hover {
    background-color: #fff;
    color: #0a1746;
}
  .ul-all-wrap .ul-wrap ul {
    margin-bottom: 0;
  }

  body .company-sec ul {
    flex-wrap: wrap;
  }
body section.shape-bg {
    padding-bottom: 45px;
    background: #fff;
} 
  
/*****************************----03-02-2026----------****************/

  
.footer-base {
    width: 100%;
    max-width: 1280px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
    position: relative;
    float: none;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer-copy {
    float: none;
    font-size: 16px;
    color: #dddddc;
    font-family: 'ppneuemontreal';
    line-height: 150%;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.footer-btn {
    text-align: right;
}
.footer-copy a {
    color: #dddddc;
    text-decoration: unset;
}

.footer-copy a:hover {
    color: #c08c2c;
    text-decoration: none;
}




/*06-03-2026*/
.slider-banner .banner-slider {
    background-color: rgba(228, 228, 228, 1);
    border-radius: 20px;
    padding: 40px 0;
    z-index: 1;
}
.slider-banner .banner-slider:before{
  content:"";
  height: 100%;
  width:100%;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom: 0;
  background-image: url('../images/banner-box-image.png');
  background-repeat: no-repeat;

}
body section.slider-banner {
    background: unset;
    padding-top: 23px !important;
    padding-bottom: 0 !important;
}
body .main-header .secound-header ul.main-menu:before,body .main-header .secound-header ul.main-menu:after,
body a.office-btn:after,body a.office-btn:before,
body .main-header .first-header .right-sec .head-form-sec a:after,
body .main-header .first-header .right-sec .head-form-sec a:before,
body .main-header .first-header .right-sec ul.first-menu::after,
body .main-header .first-header .right-sec ul.first-menu:before{
  display: none;
}
  body .main-header .secound-header ul.main-menu {
    background-color: transparent;
}
.allbottm-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0a1746;
    border-radius: 10px;
}
body .main-header .secound-header ul.main-menu li {
    line-height: 0;
    border-right: 1px solid #B68D40;
    padding-right: 30px;
    margin-right: 30px;
}

body .main-header .secound-header ul.main-menu {
    border-radius: 10px;
    justify-content: flex-start;
    padding: 18px 0px 19px 30px;
    width: auto;
    margin: 0;
    gap: 0;
}
.bottom-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
 body .main-header .secound-header ul.main-menu li a:hover {
    color: #b68d40;
} 
.right-sec {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-between;
}
body .login-btn-wrap a:after,body .login-btn-wrap a:before{
  display: none;
}
  
body .main-header .first-header .right-sec .head-form-sec a,
body .login-btn-wrap a {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0% !important;
    text-align: center;
    background: transparent;
    color: #0F142A;
    padding: 11px 24px;
    border: 1px solid #0000001A;
    border-radius: 5px;
    margin: 0 3.5px;
}
body .main-header .first-header .right-sec .head-form-sec a.search-btn.btn.button,
body .login-btn-wrap a.search-btn.btn.button {
    font-size: 0;
    position: relative;
    order: 3;
    margin-right: 0;
}
body .login-btn-wrap a:hover {
    color: #fff;
}
body .main-header .first-header .right-sec .head-form-sec a.search-btn.btn.button:before,
body .login-btn-wrap a.search-btn.btn.button:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/cart.png');
    background-repeat: no-repeat;
    display: block !important;
    background-color: transparent;
    background-position: 14px 13px;
    border-radius: 0;
    clip-path: unset;
}
body .main-header .first-header .right-sec .head-form-sec a.search-btn.btn.button:hover::before,
body .login-btn-wrap a.search-btn.btn.button:hover::before{
  filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(1667%) hue-rotate(179deg) brightness(112%) contrast(100%);
}
body .main-header .first-header .right-sec ul.first-menu li{
  position: relative;
}
body .main-header .first-header .right-sec ul.first-menu li:before {
    content: "";
    position: absolute;
    background-image: url('../images/header-arrow-image.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 48px;
    width: 108%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}
body .main-header .first-header .right-sec ul.first-menu li:hover::before{
  background-image: url(../images/menu-hover-image.png);
}
.secound-header a.site-logo {
    display: none;
}
.mobile-menu-all-wrap .login-btn-wrap, .mobile-menu-all-wrap ul.main-menu.last-menu {
    display: none !important;
}
.menuul-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
footer#footer h4 {
    font-size: 16px;
    color: #c08c2c;
    line-height: 150%;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-btn a.btn:hover {
   
    background-color: #b68d40;
    color: #fff !important;
    /* clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 13% 100%, 0 50%, 13% 0%);
    margin: 0 4px; */
}
body .slider-banner .banner-slider .item .details-sec a.slider-btn:hover {
    background-color: #0a1746;
}
.silder-bottom-price ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.silder-bottom-price ul li {
    background: #B68D40;
    height: 91px;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.silder-bottom-price ul li span {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    font-family: 'ppneuemontreal', sans-serif;
    color: #4F5467;
    display: block;
    width: 100%;
}
.silder-bottom-price ul li span.bid {
    border-bottom: 1px solid #4F5467;
    padding-bottom: 4px;
    margin-bottom: 3px;
}
.silder-bottom-price ul li:first-child span,
.silder-bottom-price ul li:last-child span{
  color:#fff;

}
.silder-bottom-price ul li:first-child span.bid{
  border-bottom: 1px solid #fff;
}
.silder-bottom-price ul li:nth-child(2){
  background-color: #C0C0C0;
}
.silder-bottom-price ul li:nth-child(3){
  background-color: #E5E4E2;
}

.silder-bottom-price ul li:nth-child(4){
  background-color: #B1B1B1;
}

.silder-bottom-price ul li:nth-child(5){
  background-color:#061749;
}
body .smfs-inner-wrap .smfs-img {
    max-width: 573px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightgray;
    padding: 0 !important;
    border-radius: 10px;
    overflow: hidden;
}
.why-phurchase-sec ul.product-img li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    font-family: 'ppneuemontreal';
    color: #0F142A;
}
.why-phurchase-sec ul.product-img li:nth-child(2), .why-phurchase-sec ul.product-img li:nth-child(5), .why-phurchase-sec ul.product-img li:nth-child(8) {
    position: relative;
    top: -83px;
    left: 49px;
}
body section.agc-service-sec .container {
    width: 50%;
    padding: 0;
}
body h2.title.white {
    color: #fff;
}
body .option-box-sec .option-box a.button {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #0F142A;
    background-color: #fff;
    border-radius: 5px;
    width: 25%;
    padding: 8.5px 15px;
}
body .option-box-sec .option-box:nth-child(2) {
    order: 4;
}
body .option-box-sec .option-box:hover {
    background: #fff;
}
body .option-box-sec .option-box:hover h3 a{
    color: #0F142A;
}
 body .option-box-sec .option-box:hover p, body .option-box-sec .option-box:hover p a {
  color:#4F5467;
 }
body .option-box-sec .option-box:hover a.button{
  background: #B68D40;
  color:#fff;
}
body .option-box-sec .option-box:hover .box-head-wrap .box-head-img{
  background: linear-gradient(264.39deg, #E9E9E9 -53.01%, #FAFAFA 89.94%);


}
.silder-bottom-price ul li>span {
    display: flex;
    justify-content: space-between;
}
.silder-bottom-price ul li>span>span:last-child {
    text-align: right;
}
body .company-sec ul li a.button {
    max-width: 142px;
    margin: 4px auto;
    padding: 8.5px 15px;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
body .company-sec ul li a.button:hover {
  background-color: #061749;
   
}
.footer-sec-right .footer-wrap ul > li>a {
    margin-left: 12px;
}
body h2.title.center {
    text-align: center;
}

.why-phurchase-sec ul.product-img li:nth-child(1), .why-phurchase-sec ul.product-img li:nth-child(4), .why-phurchase-sec ul.product-img li:nth-child(7) {
    left: 99px;
}
.why-phurchase-sec ul.product-img li>a:hover {
    color: #b68d40;
}
.why-phurchase-sec ul.product-img li:hover{
  background-image: url('../images/active-hexagon.png');

}
body .why-phurchase-sec h2 {
    padding-right: 150px;
}

 body .banner-slider .owl-nav {
    display: none;
}
body section.slider-banner,body section.shape-bg,
body section.company-sec,
body section.agc-service-sec,
section.buy-back-sec.buy-back-three.container{
  position: relative;
}
body section.slider-banner::before, body section.shape-bg:before, body section.company-sec:before, body section.agc-service-sec:before,
section.buy-back-sec.buy-back-three.container:before,body .smfs-inner-wrap.secound::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 435px;
    top: auto;
    left: 0;
    right: 0;
    bottom: -13%;
    background-image: url('../images/right-bg-image.png');
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: bottom right;
}
body section.shape-bg:before,
body section.company-sec:before,body .smfs-inner-wrap.secound:before {
    background-image: url('../images/left-bg-image.png');
    top: 14%;
    left: -100px;
    background-position: bottom left;
    z-index: 1;
}
body .smfs-inner-wrap.secound:before {
    background-position: top right;
    bottom: auto;
    top: -73%;
    left: auto;
    right: -40%;
    transform: rotate(180deg);
    width: 100%;
    height: 700px;
}
body .smfs-inner-wrap.secound {
    position: relative;
}
body section.company-sec:before {
    top: 30%;
}
 body section.slider-banner::before {
    top: 67%;
    z-index: 1;
    left: 120px;
}
  body .option-box-sec .option-box a.button.mobile {
    display: none;
   
}
.option-box-sec .option-box .box-head-wrap h3 {
    margin-bottom: 0;
}
body .main-header .first-header .right-sec ul.first-menu li.active:before {
    background-image: url('../images/active-image.png');
    
}
body .main-header .first-header .right-sec ul.first-menu li.active a{
  color:#fff;
}
  
body .option-box-sec.mobile {
    display: none;
}

body .header-topbar ul li:first-child img{
  filter: brightness(0) saturate(100%) invert(59%) sepia(61%) saturate(406%) hue-rotate(1deg) brightness(87%) contrast(89%);
}
body .header-topbar ul li:nth-child(3) img{
  filter: brightness(0) saturate(100%) invert(72%) sepia(13%) saturate(169%) hue-rotate(187deg) brightness(86%) contrast(87%);
}
body .header-topbar ul li:nth-child(4) img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7456%) hue-rotate(293deg) brightness(79%) contrast(70%);
}
.breadcrumb-sec a, .breadcrumb-sec span {
    font-family: 'ppneuemontreal';
    font-size: 16px;
    color: #4F5467;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}
.breadcrumb-sec>span>a:last-child {
    color: #B68D40;
}  
  section.buy-back-sec.buy-back-three.container .chart-yellow-bg  h3.goldTitle, section.buy-back-sec.buy-back-four.container .chart-yellow-bg h3.goldTitle {
    color: #0F142A;
}
section.buy-back-sec.buy-back-three.container .chart-yellow-bg  p, section.buy-back-sec.buy-back-four.container .chart-yellow-bg p {
    color: #4F5467;
}
section.buy-back-sec.buy-back-three.container .chart-yellow-bg .info-table-wrap .info-table-sec h3, section.buy-back-sec.buy-back-four.container .chart-yellow-bg .info-table-wrap .info-table-sec h3 {
    text-align: center;
    color: #0F142A;
    margin-left: 0;
}
body .popup-slide .owl-stage-outer > div > div > div, body .popup-slide .owl-stage-outer > div > div > div img {
    height: 100%;
    max-height: 100%;
}
body .smfs-inner-wrap.secound {
    background: #B68D40;
    border-radius: 10px;
    padding: 46px;
    margin-top: 105px;
    margin-bottom: 124px;
}

body .smfs-inner-wrap.secound .smfs-contain p.sub-descb {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    color: #fff;
    margin: 15px 0 5px 0;
}
body .smfs-inner-wrap.secound .smfs-contain p,
body .smfs-inner-wrap.secound .smfs-contain h3{
  color:#fff;
}
body .smfs-inner-wrap.secound {
    align-items: center;
}
body .smfs-inner-wrap.secound .smfs-img {
    margin: 0 auto 0 0;
    max-height: 636px;
}
.contact-ul-wrap .ul-wrap ul li {
    border: 1px solid #0000001A;
    border-radius: 10px;
    padding: 27px 20px 21px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    font-family: 'ppneuemontreal';
    color: #BE8C2C;
    width: 23.5%;
    margin-bottom: 0;
}
.contact-ul-wrap .ul-wrap ul {
    padding-top: 9px;
}
.contact-ul-wrap .ul-all-wrap {
    margin-top: 80px;
}
.contact-ul-wrap>.contact-detail {
    border-bottom: 1px solid #0000001A;
    padding-bottom: 100px;
    position: relative;
}
body.home .contact-ul-wrap .ul-all-wrap {
    margin-top: 0;
}
.contact-ul-wrap>.contact-detail:after, .contact-ul-wrap>.contact-detail::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 99%;
    right: 0px;
    top: auto;
    bottom: -0.5px;
    background-color: #0000001A;
}
.contact-ul-wrap>.contact-detail:after{
  right:99%;
  left:auto;

}
body:not(.home) section.company-sec:before {
    top: -20%;
    left: auto;
    right: 0;
    background-position: top right;
    background-size: 100% 100%;
    width: 75%;
    transform: rotate(180deg);
    height: 40%;
}
section#weeklyspot .chart-border {
    max-width: 1280px;
    margin: 0 auto;
}
section#weeklyspot {
    margin-top: 0;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 55px;
    max-width: 100%;
}
body section.p-ygp-sec .table-sec .aud-head span {
    width: 100%;
    display: block;
    padding: 19px 10px;
}
body section.p-ygp-sec .table-sec .aud-head {
    width: 100%;
    display: block;
}
.info-table-sec .table-sec .in-details span.poll-alloc-info-btn {
    padding-right: 0;
}
body .main-header .first-header .right-sec .head-form-sec a.search-btn.btn.button, body .login-btn-wrap a.search-btn.btn.button {
    font-size: 14px;
    width: 49.6px;
    height: 47.6px;
    line-height: 0;
    padding-right: 0;
    padding-left: 30px;
}
section.buy-back-sec .buy-back-data .data-box{
  background-image: url(../images/gold-price-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;

}
.stu-inner-sec .info-table {
    width: 36%;
    max-width: 415px;
    margin: 0 0 0 auto;
}
.stu-inner-sec .info-table table {
    width: 100%;
}
.step-line-wrap .step:before,
.step-line-wrap .step:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 246px;
  height: 240px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 17px;
  z-index: -1;
}

.step-line-wrap .step:before {
  top: -21px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

.step-line-wrap .step:after {
  bottom: -20px;
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 251px;
  left: 21px;
  height: 239px;
}
section.pool-allocted-page section.agc-service-sec.agc-sec-wrap {
    display: flex;
    max-width: 1250px;
    margin: 0 auto;
    padding: 87px 48px 73px;
    margin-top: 90px;
    background: #B68D40;
    border-radius: 10px;
    gap: 47px;
}
body section.agc-service-sec  .discription.container>h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Playfair", sans-serif;
    margin-bottom: 23px;
    color: #fff;
}

.storage-sec ul.table-items li:last-child {
    border: 0;
}
section.storage-page section.company-sec:before {
    z-index: -1;
}
.location-main.headoffice.contact-detail .head-office-right a.contact-numb, .location-main .location-info ul.schedule-time, .location-main .location-info ul.maps-links li {
    padding: 4px 25px;
    margin: 0 !important;
    border-left: 1px solid #0000001A;
    margin-bottom: 25px !important;
}
.location-main.headoffice.contact-detail .head-office-right a.contact-numb, .location-main .location-info ul.schedule-time {
    margin-left: 45px !important;
    display: block;
}
.location-main.headoffice.contact-detail .head-office-right a.contact-numb:after {
    background-position: -18px -146px;
    background-size: auto;
    left: -41px;
}
section.location-wrap.container .location-main.headoffice.contact-detail .location-info>.head-office-right ul.schedule-time li:after {
    left: -65px;
    top: 32px;
}
section.location-page section.location-wrap.container.glarry-wrap {
    padding: 0;
    border: 0;
    margin: 0 auto;
    border-radius: 0;
    padding-bottom: 80px;
}
.location-wrap.glarry-wrap .location-main .location-info h3 {
    font-size: 24px;
    line-height: 150%;
}
.location-wrap.glarry-wrap .location-main .location-info h3::before {
    background-size: 70px;
    background-position: -46px -5px;

}
.location-wrap.glarry-wrap .location-main .location-main {
    gap: 32px 32px;
}
.location-wrap.glarry-wrap .location-main .location-info .map-box {
    height: 222px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details {
    border: 1px solid #0000001A;
    border-top: 0;
    padding: 19px 23px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details h4 {
    font-family: 'ppneuemontreal';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #4F5467;
    margin-bottom: 4px;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details>p {
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #4F5467;
    margin: 0;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details a.contact-numb, .location-wrap.glarry-wrap .location-main .location-info .office-details ul li, .location-main .location-info .office-details ul li a {
    font-family: 'ppneuemontreal';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    display: block;
    color: #4F5467;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
 .location-wrap.glarry-wrap .location-main .location-info .office-details ul{
  margin:0 !important;
  padding:0 !important;
 }
 .location-wrap.glarry-wrap .location-main .location-info .office-details a.contact-numb::before, .location-wrap.glarry-wrap .location-main .location-info .office-details ul li:before {
    content: "";
    background-image: url("../images/new-contact-detail-sprite-image.png");
    background-position: -1px -386px;
    background-size: 40px;
    left: -45px;
    top: 0px;
    margin: auto 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    position: absolute;
}
 
body.home section.shape-bg section.agc-service-sec .container .agc-service-wrap  {
    width: 100%;
    background-color: #B68D40;
    padding: 47px 52px 15px;
    border-radius: 20px;
    text-align: center;
    margin: 45px auto 90px;
  
}
body.home section.shape-bg section.agc-service-sec .container{
  padding:0 15px;
  width: 100%;
 }
.location-wrap.glarry-wrap .location-main .location-info .office-details a.contact-numb, .location-wrap.glarry-wrap .location-main .location-info .office-details ul li {
    padding: 3px 0px 3px 25px !important;
    margin-bottom: 8px !important;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details a.contact-numb {
    border-left: 1px solid #0000001A;
    margin-top: 15px !important;
    display: block;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details a.contact-numb, .location-wrap.glarry-wrap .location-main .location-info .office-details ul {
    margin-left: 45px !important;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details ul.schedule-time li:first-child {
    margin-bottom: 0 !important;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details ul.schedule-time li:first-child:before{
  display: none;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details ul li:before {
    background-position: -1px -320px;
    top: -15px;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details ul.maps-links li:before {
    background-position: -1px -466px;
    top: 14px;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details ul.maps-links li:last-child:before {
    background-position: 1px -545px;
}
section.location-page {
    padding: 0 15px;
}
section.location-page section.location-wrap.container.glarry-wrap .location-main {
    gap: 30px 30px;
}
section.location-page .location-main.headoffice .head-office-left {
    width: 50%;
}
.location-wrap.glarry-wrap .location-main .location-info .office-details>p {
    min-height: 63px;
}

section.buy-back-sec.buy-back-three.container {
    overflow: visible;
    background-color: #fff;
}
section.buy-back-sec.buy-back-three.container::before {
    background-position: top center;
    bottom: auto;
    top: -147px;
    z-index: -1;
}
section.buy-back-sec.buy-back-three.container .info-table-sec .head span:last-child, section.buy-back-sec.buy-back-three.container  .info-table-sec .table-sec .in-details span:last-child {
    text-align: left;
}
body .sell-to-us-page section.agc-service-sec::before {
    bottom: auto;
    top: -360px;
    right: auto;
    left: -14%;
    background-position: top right;
    transform: rotate(180deg);
    z-index: -1;
}

  /*
  font-family: 'ppneuemontreal', sans-serif;
  font-family: 'ppneuemontreal-italic', sans-serif;
  font-family: "Playfair", sans-serif;
  font-family: 'inter', sans-serif;
 */
  
  
  
  
  
  
  
  
  
