@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff'),
        url('../fonts/Nunito-Regular.ttf') format('truetype'),
        url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url('../fonts/Nunito-Bold.eot');
    src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Bold.woff2') format('woff2'),
        url('../fonts/Nunito-Bold.woff') format('woff'),
        url('../fonts/Nunito-Bold.ttf') format('truetype'),
        url('../fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito-Light';
    src: url('../fonts/Nunito-Light.eot');
    src: url('../fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Light.woff2') format('woff2'),
        url('../fonts/Nunito-Light.woff') format('woff'),
        url('../fonts/Nunito-Light.ttf') format('truetype'),
        url('../fonts/Nunito-Light.svg#Nunito-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('../fonts/Nunito-SemiBold.eot');
    src: url('../fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('../fonts/Nunito-SemiBold.woff') format('woff'),
        url('../fonts/Nunito-SemiBold.ttf') format('truetype'),
        url('../fonts/Nunito-SemiBold.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/MyriadProSemibold.eot');
    src: url('../fonts/MyriadProSemibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadProSemibold.woff2') format('woff2'),
        url('../fonts/MyriadProSemibold.woff') format('woff'),
        url('../fonts/MyriadProSemibold.ttf') format('truetype'),
        url('../fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*CSS Document */

#container {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.cart-qty-count {
    position: absolute;
    top: -5px;
    left: auto;
    right: 7px;
    bottom: 0;
    font-size: 8px !important;
    background: black;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    color: #fff !important;
    text-align: center;
    line-height: 15px !important;
    z-index: 9;
}

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 {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
html body {
    font-family: 'Nunito-Regular';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
*::-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,
button,
ul,
ul li,
ol,
li {
    font-family: 'Nunito-Light';
    list-style: none;
}
body p {
    color: #333333;
    font-family: 'Nunito-SemiBold';
    font-size: 18px;
    font-style: normal;
    line-height: 197%;
    margin: 0 0 15px;
}
body p:last-child {
    margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #333;
    /*
  font-family: 'Nunito', sans-serif;
*/
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 15px;
}
body h1 {
    font-size: 24px;
}
body h2 {
    font-size: 22px;
}
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;
    display: block;
    max-width: 100%;
    user-select: none;
}
a {
    outline: none;
    cursor: pointer;
}
.clearfix {
    clear: both;
    display: block;
    font-size: inherit;
    height: 0;
    line-height: 0;
}
/* For desktop: */
/*responsive menu*/
.menu,
nav.menu-act .close-button {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    bottom: 0;
    margin: auto;
}
.menu .menu-trigger {
    display: block;
    margin: 0;
    padding: 13px 11px;
}
.menu .line {
    background: #DD1C2F;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    width: 18px;
}
.menu .line:last-child {
    margin-bottom: 0;
}
.show-menu nav.menu-act {
    left: 0;
}
html.show-menu,
html.show-menu body {
    overflow: hidden;
}
nav.menu-act .close-button {
    display: none;
}
header#header {
    background: #fff;
}
.btn-wrap-head.mobile {
	display: none;
}
/*responsive menu -Close*/
@media screen and (max-width:767px) {
    .menu,
    nav.menu-act .close-button {
        display: block;
    }
    .lower-banner-after-img-wrap-first .lower-banner-after-img-wrap {
        height: 250px;
    }
}
/*Button */
a.button,
.button,
button,
form input[type="submit"] {
    background-color: #CBB119;
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    padding: 0 23px;
    font-size: 15px;
    text-decoration: none;
}
a.button:hover,
.button:hover,
button:hover,
form input[type="submit"]:hover {
    background: #181818;
}
/*Button -close*/
/*form -close*/
form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
form textarea {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    height: 55px;
    padding: 0 15px;
    width: 100%;
}
form textarea {
    height: 150px;
}
/*form -close*/
/*#myBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background-color: #CBB11B;
    display: block;
    border-radius: 50%;
    z-index: 99;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    border: 1px solid #ffffff;
}
#myBtn::before {
    position: absolute;
    content: "\f106";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: fontawesome;
    font-size: 22px;
    line-height: 37px;
}*/
#myBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background: url("../images/Scroll_Up.svg") no-repeat;
    display: block;
    border-radius: 50%;
    z-index: 99;
    line-height: 38px;
    /* color: #fff; */
    /* cursor: pointer; */
    text-align: center;
    /* font-size: 22px; */
    /* border: 1px solid #ffffff; */
    background-size: auto 42px;
}
/*#myBtn:hover {
    background-color: #333333;
}*/
#myBtn:hover {
    /* background-color: #333333; */
    opacity: 0.9;
}
.container {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}
header#header {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -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;
}
/*********************banner-section**************************************/
.banner-section {
    position: relative;
    height: 637px;
}
.banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-section:before {
    right: 0;
    content: " ";
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.banner-section .banner-content {
    position: absolute;
    top: 10%;
    bottom: auto;
    display: block;
    left: 15px;
}
/********************************header-start**********/
.top-bar {
    background-color: #21395B;
    overflow: hidden;
}
.top-bar-left {
    float: left;
}
.top-bar-right {
    float: right;
    background-color: #CBB11B;
    padding: 0 48px 0 100px;
    position: relative;
    /* padding-left: 110px; */
    display: block;
}
.top-bar-left ul {
    padding-top: 6px;
    font-size: 0;
}
.top-bar-left ul li h4 {
    font-size: 13px;
    color: #fff;
    line-height: 294%;
    font-family: 'Nunito-SemiBold';
    font-weight: 300;
}
.top-bar-left ul li h4 span.gold {
    color: #CBB11B;
    padding-left: 5px;
}
.top-bar-left ul li {
    display: inline-block;
    margin-right: 39px;
    /*
    margin-right: 60px;
*/
}
.top-bar-left ul li:first-child {
    /*
    margin-left: 25px;
*/
}
.top-bar-right span.top-bar-right-text {
    font-size: 18px;
    line-height: 274%;
    color: #fff;
    position: relative;
}
.top-bar-right {
    float: right;
    background-color: #CBB11B;
    padding: 0 48px 0 100px;
    position: relative;
}
.top-bar .container {
    overflow: hidden;
}
.top-bar-right:before {
    width: 0;
    height: 0;
    border-bottom: 57px solid #21395B;
    border-right: 30px solid transparent;
    content: " ";
    top: 0;
    left: 0;
    /* right: auto; */
    position: absolute;
}
.logo-icon-wrap {
    overflow: hidden;
}
.logo-icon-wrap .container>div {
    display: inline-block;
    vertical-align: middle;
}
.top-bar-right:after {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -255px -17px;
    width: 28px;
    height: 30px;
    position: absolute;
    left: 53px;
    top: 11px;
    z-index: 1;
}
.Sign-in-btn {
    font-size: 20px;
    color: #21395B;
    height: 52px;
    line-height: 52px;
    border: 1px solid #21395B;
    display: inline-block;
    border-radius: 6px;
    padding: 0 35px 0 72px;
    position: relative;
}
.top-bar-right:after {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -255px -17px;
    width: 28px;
    height: 30px;
    position: absolute;
    left: 53px;
    top: 11px;
    z-index: 1;
}
.Sign-in-btn:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -27px -14px;
    width: 28px;
    height: 24px;
    position: absolute;
    left: 30px;
    top: 13px;
    z-index: 1;
}
.logo-icon-wrap .btn-wrap-head a:last-child:before {
    background-position: -74px -15px;
}
.header-logo-last ul li a,
.header-logo-last ul li span {
    font-size: 18px;
    line-height: 129%;
    color: #333333;
    font-family: 'Nunito-Regular';
}
.header-logo-last ul li a:hover {
    color: #CBB11B;
}
.logo-icon-wrap .header-logo-last ul li {
    position: relative;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.logo-icon-wrap .header-logo-last ul li:first-child {
    padding-right: 46px;
    padding-left: 48px;
    width: auto;
}
.logo-icon-wrap .header-logo-last ul li:first-child:before {
    top: auto;
    bottom: 0;
}
.logo-icon-wrap .header-logo-last ul li:nth-child(2) {
    padding-left: 38px;
    margin-left: 22px;
    max-width: 217px;
}
.logo-icon-wrap .header-logo-last ul li:nth-child(3) {
    padding-left: 36px;
    margin-left: 30px;
}
.logo-icon-wrap .header-logo-last ul li a::before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -298px -18px;
    width: 46px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.logo-icon-wrap .header-logo-last ul li:nth-child(1):before,
.logo-icon-wrap .header-logo-last ul li:nth-child(3):before {
    content: none;
}
.logo-icon-wrap .header-logo-last ul li:nth-child(1) a:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -110px -4px;
    width: 46px;
    height: 39px;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 1;
}

.logo-icon-wrap .header-logo-last ul li:nth-child(2) a::before {
    background-position: -160px -16px;
    width: 30px;
    height: 28px;
    right: auto;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.logo-icon-wrap .header-logo-last ul li:nth-child(3) a:before {
    background-position: -207px -17px;
    width: 25px;
    height: 26px;
    right: auto;
    left: 0;
    background-image: url(../images/sprite.png);
    content: " ";
    top: -2px;
    z-index: 1;
    position: absolute;
}

/*
.logo-icon-wrap .header-logo-last ul li:nth-child(3):before{
background-position: -207px -17px;
width: 25px;
    height: 26px;
     right: auto;
    left:0;
}*/
.logo-icon-wrap .logo {
    padding-right: 50px;
}
.logo-icon-wrap .btn-wrap-head a:first-child {
    margin-right: 11px;
}
.logo-icon-wrap .btn-wrap-head {
    width: auto;
    /*
    width: 30.30%;
*/
}
.logo-icon-wrap .header-logo-last {
    /*
    width: 46.40%;
*/
    float: right;
    width: auto;
}
.menu-wrap {
    background-color: #21395B;
}
.header-menu-wrap ul li a {
    font-size: 19px;
    color: #fff;
    line-height: 229%;
    /*
    font-family: 'Nunito', sans-serif;
*/
    position: relative;
    padding-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: normal;
    font-family: 'Nunito-Regular';
}
.header-menu-wrap nav.menu-act {
    display: none;
}
.header-menu-wrap ul li:last-child {
    margin-right: 0;
}
.header-menu-wrap ul li a:after {
    content: " ";
    background-color: #CBB11B;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.header-menu-wrap ul li.active a:after,
.header-menu-wrap ul li a:hover:after {
    opacity: 1;
}
.header-menu-wrap ul.desktop-menu {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: auto;
    display: table;
    font-size: 0;
}
.header-menu-wrap ul.desktop-menu li {
    display: inline-block;
    margin-right: 47px;
}
.header-menu-wrap ul.desktop-menu li:last-child {
    margin-right: 0;
}
.banner-section .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    right: 0;
    bottom: 0;
}
.banner-section .map-section {
    float: right;
    width: 595px;
    position: relative;
    top: 10%;
    min-height: 520px;
    right: 0;
}
.banner-section .banner-content .heading-small {
    font-size: 30px;
    line-height: 137%;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-family: 'Nunito-Light';
}
.banner-section .banner-content h1 {
    font-weight: 400;
    font-size: 43px;
    margin-bottom: 10px;
    line-height: 103%;
    color: #fff;
}
.banner-section .banner-content h1 span {
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	text-align: right;
}
.banner-section ul.banner-list li {
    color: #fff;
    font-size: 18px;
    line-height: 212%;
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
}
.banner-section ul.banner-list li:last-child {
    margin-bottom: 0;
}
.banner-section ul.banner-list li:before {
    content: " ";
    background-color: #CBB11B;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 11px;
}
.banner-section h2.map-title {
    background-color: #CBB11B;
    font-size: 25px;
    color: #333;
    display: block;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid #887713;
}
.banner-section .map-section iframe {
    height: 335px !important;
    border-radius: 5px;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Sign-in-btn:hover {
    background-color: #CBB11B;
}
.header-menu-wrap ul li.active a,
.header-menu-wrap ul li a:hover {
    color: #CBB11B;
}
.banner-section .banner-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2px;
    margin: auto;
    width: 130px;
    height: 42px;
    display: block;
    text-align: center;
}
.banner-btn .banner-btn-inner {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/banner-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: auto;
    width: 130px;
    height: 42px;
}
.banner-section .banner-btn .banner-top-btn {
    position: relative;
}
.banner-btn .banner-btn-inner>.banner-top-btn::after {
    position: absolute;
    width: 20px;
    height: 15px;
    background: url(../images/banner-arrow-ho.png) no-repeat 0 0;
    left: -7px;
    z-index: 9;
    top: 35px;
    cursor: pointer;
    content: "";
}
.banner-btn .banner-btn-inner>.banner-top-btn:hover::after {
    background-position: 0 -50px;
}
.map-section-text p.map-address-title {
    font-size: 17px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.map-address-title a {
	text-decoration: underline;
}
.map-address-title a:hover {
	text-decoration: underline;
}
.map-section-text p.map-color {
    color: #CBB11B;
    font-size: 17px;
    line-height: 154%;
    margin-bottom: 0;
    text-align: center;
}
.map-section-text p,
.map-section-text p a {
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 154%;
}
.map-section-text {
    background-color: rgba(61, 61, 61, 0.90);
    max-width: 100%;
    padding: 15px 15px 15px;
    border-radius: 5px;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 7px;
    z-index: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.logo-icon-wrap .logo {
    width: 21.30%;
}
.logo-icon-wrap .container {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*****************foooter css***************************************/
footer.site-footer {
    /*
    background-color: #21395B;
*/
    background-color: #3C495A;
}
.footer-part-one .footer-col {
    display: inline-block;
    vertical-align: top;
}
.footer-part-one .footer-col.footer-col-1 {
    width: 17%;
}
.footer-part-one .footer-col.footer-col-2 {
    width: 33.10%;
    padding-left: 56px;
}
.footer-part-one .footer-col.footer-col-3 {
    width: 28.8%;
    padding-left: 77px;
}
.footer-col.footer-col-4 {
    width: auto;
    padding-left: 100px;
    float: right;
    margin-left: auto;
}
h2.footer-title {
    font-size: 16px;
    color: #CBB11B;
    line-height: 133%;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Nunito-SemiBold';
}
.footer-part-one ul.usefull-link li {
    position: relative;
    padding-left: 17px;
}
.footer-part-one ul.usefull-link li a {
    color: #fff;
    font-size: 14px;
    line-height: 186%;
    text-transform: uppercase;
    font-family: 'Nunito-SemiBold';
}
.footer-part-one ul.usefull-link li:before {
    content: " ";
    background-color: #CBB11B;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 11px;
}
.footer-part-one ul.usefull-link {
    display: inline-block;
    vertical-align: top;
}
.footer-part-one ul.usefull-link.usefull-link-last {
    float: right;
}
.footer-part-one .contact-detail-wrap .location {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #fff;
    line-height: 150%;
    max-width: 226px;
    font-family: 'Nunito-SemiBold';
}
.footer-part-one .contact-detail-wrap .location:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -313px -208px;
    width: 25px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.footer-part-one .contact-detail-wrap li.google-direction {
    color: #CBB11A;
    font-size: 12px;
    line-height: 186%;
    padding-left: 43px;
    position: relative;
    font-family: 'Nunito-SemiBold';
    max-width: 145px;
    padding-right: 15px;
    margin-top: 12px;
}
.footer-part-one .contact-detail-wrap li.google-direction::after {
    content: "";
    /* font-family: fontawesome; */
    position: absolute;
    /* font-size: 19px; */
    right: 0;
    /* color: #fff; */
    top: 13px;
    /* display: inline-block; */
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(43deg);
}
.footer-part-one .contact-detail-wrap li.google-direction a {
    color: #CBB11A;
    font-size: 13px;
}
.footer-part-one .contact-detail-wrap li.google-direction:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -400px -14px;
    width: 33px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
}
.footer-col.footer-col-4 li.phone-no {
    position: relative;
    padding-left: 43px;
}
.footer-col.footer-col-4 li.phone-no a:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -365px -207px;
    width: 40px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
}
.footer-part-one ul.social-ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-part-one ul.social-ul li:last-child {
    margin-right: 0;
}
.footer-part-one ul.social-ul li a {
    margin-left: 0;
    width: 30px;
    height: 30px;
    /* background-color: #fff; */
    display: inline-block;
    border-radius: 50%;
    /* color: rebeccapurple; */
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    background: url("../images/facebook_3.svg") no-repeat;
    background-size: auto 31.1px;
    background-position: 0 0;
}
html .footer-part-one ul.social-ul li:nth-child(2) a {
    background: url("../images/twitter_3.svg") no-repeat;
    background-size: auto 31.1px;
}
html .footer-part-one ul.social-ul li:last-child a {
    background: url("../images/Google_2.svg") no-repeat;
    background-size: auto 31.1px;
}
.footer-part-one ul.social-ul li a i {
    display: none;
}
.footer-part-one ul.social-ul li a:hover {
    opacity: 0.8;
}
.footer-part-one ul.social-ul {
    margin-top: 15px;
    text-align: right;
}
.footer-part-one ul.social-ul {
    margin-top: 20px;
}
.footer-col.footer-col-4 li.phone-no a {
    line-height: 186%;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Nunito-SemiBold';
}
.footer-part-one {
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.footer-part-two {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    z-index: 1;
    overflow: hidden;
    padding: 20px 0;
}
.footer-part-two .container {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.footer-part-two .copyright-text p,
.footer-part-two .copyright-text a {
    color: #fff;
    font-size: 14px;
    line-height: 120%;
    padding-left: 0;
}
.footer-part-two .copyright-text-wrap {
    display: inline-block;
    vertical-align: middle;
}
.footer-part-two .copyright-text-wrap:first-child {
    width: 37.3%;
    float: left;
}
.footer-part-two .copyright-text-wrap:nth-child(2) {
    width: auto;
    padding-left: 80px;
    text-align: center;
    margin: auto;
}
.footer-part-two .copyright-text-wrap:nth-child(3) {
    width: auto;
    padding-left: 0;
    float: right;
}
.footer-part-two .copyright-pages ul li a {
    font-size: 14px;
    color: #CBB11B;
    line-height: 250%;
}
.footer-part-two .copyright-pages ul li a:hover {
    color: #fff !important;
}
.footer-part-two .copyright-pages ul li {
    position: relative;
    padding-left: 15px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}
.footer-part-two .copyright-pages ul li:before {
    content: " ";
    background-color: #fff;
    width: 2px;
    height: 11px;
    position: absolute;
    /* border-radius: 50%; */
    left: 0;
    top: 12px;
}
.footer-part-two .copyright-text-wrap:nth-child(2) p {
    color: #fff;
    font-size: 14px;
    line-height: 250%;
}
.footer-part-two .copyright-text-wrap:nth-child(2) img,
.footer-part-two .copyright-text-wrap:nth-child(2) p {
    display: inline-block;
    vertical-align: top;
}
.footer-part-two .copyright-text-wrap:nth-child(3) div,
.footer-part-two .copyright-text-wrap:nth-child(3) p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    color: #fff;
}
footer.site-footer a:hover,
footer.site-footer li.active a {
    color: #CBB11B !important;
}
.invest-section {
    overflow: hidden;
    position: relative;
}
.invest-section .invest-section-left {
    float: left;
    margin-top: -5px;
}
.invest-section .invest-section-right {
    float: right;
    margin-top: 10px;
}
.lower-banner-after-img-wrap h6:hover {
    background-color: #CBB11B;
}
.invest-section .invest-section-left h4.Gold-Jwellery-wrap {
    font-size: 24px;
    line-height: 171%;
    color: #333333;
    margin-bottom: 0;
    font-family: 'Nunito-Regular';
    font-weight: normal;
}
.invest-section .invest-section-left h5.Gold-Jwellery-wrap {
    font-size: 15px;
    line-height: 176%;
    color: #333333;
    margin-bottom: 0;
    font-family: 'Nunito-Light';
    font-weight: 300;
}
a.More-Info-btn {
    background-color: #CBB11B;
    color: #fff !important;
    /*
   box-shadow: 0 0 10px 7px rgba(233,233,233,0.99);
*/
    box-shadow: 7px 7px 20px rgb(0 0 0 / 20%);
}
.invest-section-right a,
a.More-Info-btn {
    line-height: 48px;
    font-size: 17px;
    color: #CBB11B;
    height: 48px;
    display: inline-block;
    border: 2px solid #CBB11B;
    border-radius: 5px;
    padding: 0 58px;
    font-family: 'Nunito-Regular';
    align-self: end;
}
.invest-section {
    overflow: hidden;
    position: relative;
    padding: 30px 0 30px;
}
.section-gapping {
    padding: 60px 0;
}
.live-market {
    position: relative;
    background: url(../images/live-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 55px;
}
.live-market h2.main-title {
    text-align: center;
    color: #fff;
}
.live-market .live-market-list li {
    font-size: 18px;
    color: #fff;
    line-height: 129%;
    position: relative;
    padding-right: 25px;
    display: inline-block;
    margin-right: 58px;
    vertical-align: top;
    font-family: 'Nunito-Regular';
}
.live-market .live-market-list li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.live-market .live-market-list ul {
    text-align: center;
    margin-top: 25px;
}
.live-market .live-market-para p {
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    text-align: center;
    padding-top: 15px;
}
.live-market .live-market-list li span.gold {
    color: #CBB11B;
    padding-right: 11px;
    font-size: 20px;
}
/*.live-market .live-market-list li:after {
    content: "\f0d8";
    font-family: fontawesome;
    position: absolute;
    font-size: 20px;
    right: 0;
    color: #23A185;
    top: 0;
}*/
.live-market .live-market-list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 23px;
    width: 11px;
    background: url("../images/Top_Arrow_2.svg") no-repeat;
    background-size: auto 6px;
    background-position: 0 9px;
}
/*.live-market .live-market-list li:nth-child(2):after {
    content: "\f0d7";
    color: #C30000;
}*/
.live-market .live-market-list li:nth-child(2)::after {
    content: "";
    background: url("../images/Bottom_Arrow_2.svg") no-repeat;
    background-size: auto 6px;
    background-position: 0 9px;
}
.live-market .live-market-list li:last-child:after {
    content: none;
}
/**************Gold-Jwellery*********************************/
.Gold-Jwellery-left,
.Gold-Jwellery-right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
h2.main-title {
    text-align: center;
    font-size: 26px;
    line-height: 158%;
    margin-bottom: 25px;
    font-family: 'Nunito-Regular';
    font-weight: normal;
}
.Gold-Jwellery-left {
    padding-right: 100px;
}
.Gold-Jwellery-right {
    padding-left: 25px;
}
ul.jwellery-image-list li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 6px;
}
ul.jwellery-image-list li:last-child {
    margin-right: 0;
}
.jwellery-image-list-img {
    position: relative;
    height: 190px;
}
.jwellery-image-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.jwellery-image {
    margin-bottom: 45px;
}
ul.Gold-Jwellery-table li {
    height: 38px;
    line-height: 38px;
    background-color: #CED0D0;
    padding: 0 65px;
    margin-bottom: 2px;
}
ul.Gold-Jwellery-table li:nth-child(even) {
    background-color: #EBEBEB;
}
ul.Gold-Jwellery-table li:nth-child(1) {
    background-color: #CBB11B;
}
ul.Gold-Jwellery-table li div {
    font-size: 15px;
    color: #333333;
    line-height: 267%;
    display: inline-block;
    font-family: 'Nunito-SemiBold';
}
table.Gold-Jwellery-table.home-table th,
table.Gold-Jwellery-table.home-table td {
    font-size: 16px;
    color: #333333;
    line-height: 100%;
    padding: 18px 0;
    font-family: 'Nunito-SemiBold';
    float: none;
    text-align: left;
}
table.Gold-Jwellery-table.home-table tr {
    border-bottom: 2px solid #fff;
}
ul.Gold-Jwellery-table li:nth-child(1) div,
table.Gold-Jwellery-table.home-table th {
    color: #fff;
}
table.Gold-Jwellery-table.home-table tr th,
table.Gold-Jwellery-table.home-table tr td {
    border: 0;
    text-align: left;
    padding-left: 26px;
}
table.Gold-Jwellery-table.home-table tr th.Gold-row-left {
    text-align: left;
    padding-left: 60px;
}
.Gold-silver table.Gold-Jwellery-table.home-table tr td.Gold-row-left,
.Gold-silver table.Gold-Jwellery-table.home-table tr th.Gold-row-left,
section.Gold-Jwellery.third table.Gold-Jwellery-table.home-table tr td.Gold-row-left,
section.Gold-Jwellery.third table.Gold-Jwellery-table.home-table tr th.Gold-row-left {
    text-align: left;
    padding-left: 15px;
}
.Gold-silver table.Gold-Jwellery-table.home-table tr td {
    padding-left: 30px;
    padding-right: 30px;
}
.Gold-row-right {
    text-align: right;
    float: right;
}
.Gold-silver {
    background-color: #F5F7F7;
}
.Gold-silver .Gold-Jwellery-right {
    padding-left: 0;
    padding-right: 25px;
}
.Gold-silver .Gold-Jwellery-left {
    padding-right: 0;
    padding-left: 100px;
}
section.Gold-loan {
    background-color: #21395B;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.Gold-loan .container {
    position: static;
}
.Gold-loan .Gold-loan-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.Gold-loan div.Gold-loan-left,
.Gold-loan div.Gold-loan-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.Gold-loan div.Gold-loan-right h2.main-title {
    color: #fff;
}
.Gold-loan div.Gold-loan-right h2.main-title {
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.Gold-loan div.Gold-loan-right h2.main-title:after {
    content: " ";
    background-color: #CBB11B;
    width: 113px;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.Gold-loan-right p {
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 169%;
    font-weight: 400;
}
.Gold-loan .Gold-loan-right {
    float: right;
    z-index: 1;
    position: relative;
    padding-left: 90px;
    padding-top: 65px;
    padding-bottom: 65px;
}
section.Gold-sell.Gold-loan .Gold-loan-left {
    right: 0;
    left: auto;
}
section.Gold-sell.Gold-loan .Gold-loan-right {
    float: left;
    padding-left: 0;
    padding-right: 90px;
}
section.Gold-sell.Gold-loan {
    background-color: #CBB11B;
}
.Gold-sell.Gold-loan div.Gold-loan-right h2.main-title:after {
    background-color: #333333;
}
.Gold-loan .Gold-loan-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.Gold-sell-buy {
    position: relative;
    overflow: hidden;
    background: url(../images/buy-sell-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 22px;
}
section.Gold-sell-buy .container {
    position: static;
}
.Gold-sell-buy-wrap-hand {
    position: absolute;
    left: 0;
    width: 25.00%;
}
.Gold-sell-buy-wrap-text {
    padding-top: 100px;
    text-transform: uppercase;
}
.Gold-sell-buy-wrap-money {
    float: right;
    width: 25.00%;
}
/**********************************************************/
.sell-you-gold-left {
    display: inline-block;
    width: 49.80%;
    vertical-align: top;
    padding-right: 108px;
    padding-top: 60px;
    padding-bottom: 60px;
    float: left;
}
.sell-you-gold-right {
    display: inline-block;
    width: 49.80%;
    vertical-align: top;
    padding-left: 108px;
    position: relative;
    background-color: #F5F7F7;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.sell-you-gold.sell-your-second.section-gapping .sell-you-gold-left {
    position: relative;
    background-color: #F5F7F7;
}
.sell-you-gold h3 {
    font-size: 25px;
    color: #333333;
    line-height: 50%;
    position: relative;
    padding-left: 20px;
    line-height: 150%;
    float: left;
    font-weight: normal;
}
.sell-you-gold h3:before {
    content: " ";
    background-color: #CBB11B;
    width: 7px;
    height: 62px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: auto;
    top: 7px;
    text-align: cent;
}
.sell-you-gold-left h3 {
    max-width: 363px;
}
.sell-you-gold-right h3 {
    max-width: 404px;
}
.Gold-sell-buy-wrap div {
    display: inline-block;
    vertical-align: top;
}
.Gold-sell-buy-side-right {
    float: right;
    position: relative;
    width: 70%;
}
.Gold-sell-buy-wrap-text h6 {
    font-size: 18px;
    color: #000000;
    line-height: 150%;
    text-align: center;
    font-family: 'Nunito-Light';
}
.Gold-sell-buy-wrap-text h4 {
    font-size: 37px;
    color: #CBB11B;
    line-height: 86%;
}
.Gold-sell-buy-wrap-text h3 {
    font-size: 82px;
    /* line-height: 39%; */
    text-align: center;
    /* margin-top: 15px; */
}
.sell-you-gold p {
    clear: both;
    font-size: 18px;
    line-height: 173%;
    color: #333333;
    margin-left: 30px !important;
}
.sell-you-gold-img {
    float: right;
    position: relative;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
}
.sell-you-gold-img:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -55px -96px;
    width: 119px;
    height: 77px;
    position: absolute;
    z-index: 1;
}
section.sell-you-gold.section-gapping {
    padding: 0;
}
.sell-you-gold-right:after,
section.sell-you-gold.sell-your-second.section-gapping .sell-you-gold-left:after {
    bottom: 0;
    content: " ";
    background-color: #F5F7F7;
    position: absolute;
    right: -300px;
    left: auto;
    width: 300px;
    height: 100%;
    top: 0;
}
section.sell-you-gold.sell-your-second.section-gapping .sell-you-gold-left:after {
    left: -300px;
    right: auto;
}
section.sell-you-gold>.container {
    /*display: flex;
    flex-wrap: wrap;*/
}
.sell-you-gold-right,
.sell-you-gold-left {
     min-height: 829px; 
    /*display: flex;
    flex-wrap: wrap;*/
}
.sell-you-gold-right::after, .sell-you-gold-left::after {
    clear: both;
    display: block;
    content: "";
}
.sell-you-gold-right .sell-you-gold-img:before {
    background-position: -200px -101px;
    width: 121px;
    height: 77px;
}
.sell-you-gold-img.third:before {
    background-position: -327px -96px;
    width: 81px;
    height: 74px;
}
.sell-you-gold-right .sell-you-gold-img.fourth:before {
    background-position: -419px -109px;
    width: 81px;
    height: 98px;
}
.sell-you-gold-para {
    margin-bottom: 35px;
}
a.More-Info-btn:hover {
    background-color: #fff;
    color: #CBB11B !important;
}
section.sell-you-gold.sell-your-second.section-gapping .sell-you-gold-right {
    background: #fff;
}
section.sell-you-gold.sell-your-second.section-gapping .sell-you-gold-right:after {
    content: none;
}
section.home-lower-banner {
    background-color: #0B2327;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.home-lower-banner h2.main-title {
    color: #fff;
    text-align: left;
    padding-bottom: 25px;
    position: relative;
}
.home-lower-banner h2.main-title:before {
    content: " ";
    background-color: #CBB11B;
    width: 103px;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.home-lower-banner .sell-you-gold-para-banner p:last-child {
    max-width: 758px;
}
.home-lower-banner .sell-you-gold-para-banner p {
    font-size: 19px;
    color: #fff;
    line-height: 173%;
    max-width: 741px;
}
.home-lower-banner .our-team-img {
    position: absolute;
    right: 0;
    top: 0;
}
.home-lower-banner .our-team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.home-lower-banner-after {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
/*****************last**********************************************/
.lower-banner-after-left {
    display: inline-block;
    vertical-align: top;
    width: 32.40%;
}
.lower-banner-after-right {
    display: inline-block;
    width: 66%;
    float: right;
}
.lower-banner-after-img-wrap-last .lower-banner-after-img-wrap {
    display: inline-block;
    height: 254px;
    position: relative;
    width: 49%;
}
.lower-banner-after-img-wrap-last .lower-banner-after-img-wrap+div {
    float: right;
}
.lower-banner-after-img-wrap {
    position: relative;
}
.lower-banner-after-left .lower-banner-after-img-wrap {
    height: 530px;
}
.lower-banner-after-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lower-banner-after-img-wrap h6 {
    background-color: #21395B;
    font-size: 21px;
    color: #fff;
    text-align: center;
    display: inline-block;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    bottom: 25px;
    line-height: 64px;
}
.lower-banner-after-right {
    display: inline-block;
    width: 66%;
    float: right;
}
.invest-section-right a.Buy-btn {
    margin-right: 10px;
}
.invest-section-right a.Buy-btn:hover,
.australian-gold-page-btn a.Buy-btn:hover {
    background-color: #CBB11B;
    color: #fff;
}
.lower-banner-after-img-wrap-first {
    margin-bottom: 25px;
}
.home-lower-banner-content {
    z-index: 1;
    position: relative;
}
/*******************404 page*****************************/
.wrap404 {
    min-height: 800px;
    padding: 100px 0;
    width: 100%;
    text-align: center;
    height: 100%;
}
.error404-icon {
    color: #333333;
    font-size: 180px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 120%;
    margin: -47px 0 10px;
    text-align: center;
    text-shadow: 5px 5px 0 #00263d;
}
.wrap404 h2 {
    color: #333;
    font-size: 30px;
    line-height: 120%;
    margin: 0 0 25px;
    padding: 0;
    position: relative;
    text-align: center;
}
.wrap404 .grve-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.Gold-silver .Gold-row-left {
    min-width: 230px;
}
.Gold-sell-buy-wrap .Gold-sell-buy-wrap-text {
    text-align: center;
    margin: auto;
    padding-left: 36px;
}
.Gold-sell-buy-wrap .Gold-sell-buy-wrap-text {
    text-align: center;
    margin: auto;
    padding-left: 36px;
}
.footer-part-two .copyright-pages ul li:first-child {
    padding-left: 0;
}
.footer-part-two .copyright-pages ul li:first-child:before {
    content: none;
}
.footer-part-two .copyright-pages ul li:last-child {
    margin-right: 0;
}
/****************seld gold and silver page*********************************/
.inner-banner {
    position: relative;
    overflow: hidden;
    height: 345px;
}
.inner-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inner-banner-content h1 {
	color: #ffffff !important;
}
.inner-banner-content h1.blueText {
	color: #3B4959 !important;
}
.inner-banner p.inner-banner-content-para {
    font-size: 20px;
    text-align: center;
    line-height: 167%;
    text-align: center;
    font-family: 'Nunito-Light';
    color: #fff;
}
.inner-banner-content {
    position: absolute;
    top: 0;
    text-align: center;
    top: 62%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
}
.inner-banner-content h1.inner-banner-content-head {
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 118%;
    font-weight: normal;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.inner-banner-content h1.inner-banner-content-head:after {
    content: " ";
    background-color: #CBB11B;
    width: 103px;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.inner-banner-content h2.inner-banner-content-head {
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 118%;
    font-weight: normal;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.inner-banner-content h2.inner-banner-content-head:after {
    content: " ";
    background-color: #CBB11B;
    width: 103px;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.Inner-sell-table-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    width: 3;
    padding-left: 45px;
    background-color: #F5F7F7;
    position: relative;
}
section.Inner-sell-table.second .Inner-sell-table-right {
    background-color: #fff;
    min-height: 600px;
}
.Inner-sell-table-left {
    display: inline-block;
    vertical-align: top;
    padding-right: 45px;
    width: 49%;
}
section.Inner-sell-table {
    padding: 0;
}
.Inner-sell-table-right,
.Inner-sell-table-left {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 720px;
}
.Inner-sell-table-right:after,
.Inner-sell-table.second .Inner-sell-table-left:after {
    bottom: 0;
    content: " ";
    background-color: #F5F7F7;
    position: absolute;
    right: -300px;
    left: auto;
    width: 300px;
    height: 100%;
    top: 0;
}
.Inner-sell-table.second .Inner-sell-table-left:after {
    left: -300px;
    right: 0;
}
.Inner-sell-table.second .Inner-sell-table-left {
    position: relative;
    background-color: #F5F7F7;
    background-color: #F5F7F7;
    min-height: 600px;
}
.Inner-sell-table.second .Inner-sell-table-right:after {
    content: none;
}
.Inner-get-cash-head h2 {
    font-size: 28px;
    line-height: 95px;
    color: #fff;
    text-align: left;
}
.Inner-get-cash-head {
    background-color: #3B4959;
    height: 95px;
    line-height: 95px;
    padding-left: 42px;
}
.Inner-get-cash-content {
    padding: 40px 60px 54px 45px;
    overflow: hidden;
    border: 1px solid #3B4959;
}
.Inner-get-cash-image {
    float: right;
    width: 39%;
}
.Inner-get-cash-para p,
.column-inner-wrap p {
    line-height: 160%;
}
.Inner-get-cash-para {
    float: left;
    width: 59%;
}
.Inner-get-cash-wrap {
    position: relative;
}
.Inner-get-cash-btn {
    display: inline-block;
    position: absolute;
    bottom: -22px;
    left: auto;
    right: 96px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
section.to-get-cash {
    background-color: #F5F7F7;
}
.Inner-to-get-cash-wrap h4.inner-heading {
    font-size: 22px;
    line-height: 170%;
    color: #333333;
    margin-bottom: 0;
}
.Inner-to-get-cash-wrap p {
    font-size: 18px;
    color: #333333;
    line-height: 150%;
}
.Inner-to-get-cash-wrap>div.third-part {
    margin-right: 0;
}
.Inner-to-get-cash-wrap>div {
    display: inline-block;
    margin-right: 110px;
    width: 27%;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.Inner-to-get-cash-wrap>div .part-img {
    position: relative;
}
.Inner-to-get-cash-wrap>div .part-img:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -525px -11px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 0;
}
.Inner-to-get-cash-wrap>div .part-img:after {
    content: "1";
    position: absolute;
    left: 0;
    background-color: #333;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-weight: 700;
    font-size: 15px;
    border: 3px solid #CBB11B;
    font-weight: 300;
    top: -5px;
    font-family: 'Nunito-Light';
}
.Inner-to-get-cash-wrap>div.second-part .part-img:after {
    content: "2";
}
.Inner-to-get-cash-wrap>div.third-part .part-img:after {
    content: "3";
}
.Inner-to-get-cash-wrap>div.second-part .part-img:before {
    background-position: -598px -11px;
    width: 45px;
    height: 50px;
}
.Inner-to-get-cash-wrap>div.third-part .part-img:before {
    background-position: -664px -14px;
    width: 58px;
    height: 40px;
}
.Inner-to-get-cash-wrap>div .part-img {
    position: relative;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 110px;
    height: 110px;
    background-color: #CBB11B;
    border-radius: 50%;
    border: 3px solid #333;
}
.mobile-title,
.mobile-img {
    display: none;
}
.accurate-analysis .accurate-analysis-column {
    display: inline-block;
    vertical-align: top;
}
.accurate-analysis .accurate-analysis-column.left {
    width: 53%;
}
.accurate-analysis .accurate-analysis-column.right {
    width: 46%;
    padding-left: 50px;
}
.accurate-analysis h2.main-title {
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Nunito-SemiBold';
}
.accurate-analysis h2.main-title:after {
    content: " ";
    background-color: #CBB11B;
    width: 103px;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}
/*************buy-bullion-page*************************/
.buy-bullion-banner-content h1 {
    font-size: 34px;
    color: #fff;
    line-height: 144%;
    margin-bottom: 0px;
}
.buy-bullion-banner-content h1 {
    font-size: 34px;
    color: #fff;
    line-height: 144%;
    margin-bottom: 0px;
}
.buy-bullion-banner-content h2 {
    font-size: 34px;
    color: #fff;
    line-height: 144%;
    margin-bottom: 0px;
}
.buy-bullion-banner-content h6 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Nunito-Light';
    font-weight: 300;
}
.buy-bullions-map .buy-bullions-map-left h6 a {
    color: #fff;
}
.buy-bullion-banner-content h6 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Nunito-Light';
    font-weight: 300;
    max-width: 805px;
    line-height: 189%;
    text-align: center;
    margin: auto;
}
/*section#inner-banner.buy-bullions-banner .container {
    background: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    right: 0;
    max-width: 100%;
    top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    transform: none;
    bottom: 0;
    margin: auto !important;
    height: 145px;
}*/
section#inner-banner.buy-bullions-banner .container {
    background: transparent;
    width: 100% !important;
    right: 0;
    max-width: 100%;
    top: 50%;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    /* transform: none; */
    bottom: auto;
    margin: auto !important;
    height: auto;
    transform: translateY(-50%);
}
.buy-bullion-banner-content * {
    position: relative;
}
/*.buy-bullion-banner-content {
    padding: 30px 0;
    /* border-top: 1px solid #CBB11B;
    border-bottom: 1px solid #CBB11B; 
    max-width: 1107px;
    margin: 0 auto;
    position: relative;
}*/
.buy-bullion-banner-content {
    padding: 30px 0;
    border-top: 1px solid #CBB11B;
    border-bottom: 1px solid #CBB11B;
    max-width: 1107px;
    margin: 0 auto;
    position: relative;
    /* background: rgba(0, 0, 0, 0.5); */
}
/*.buy-bullion-banner-content::before {
    position: absolute;
    content: "";
    background: #CBB11B;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 1px;
}
.buy-bullion-banner-content::after {
    position: absolute;
    content: "";
    background: #CBB11B;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 1px;
}*/
.buy-bullion-banner-content::before {
    position: absolute;
    content: "";
    top: 0;
    right: -3000px;
    left: -3000px;
    bottom: 0;
    height: 100%;
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.buy-bullion-banner-content.investment-banner-content .main-title {
    margin-bottom: 0px;
}
.buy-bullion-banner-content.investment-banner-content {
    padding: 56px 0;
}
.buy-bullions-map-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1370px;
    margin: auto;
    position: relative;
}
.buy-bullions-map-left {
    background-color: #21395B;
    width: 34.70%;
    padding: 35px 50px;
}
.buy-bullions-map-left,
.buy-bullions-map-right {
    display: inline-block;
    vertical-align: top;
}
.buy-bullions-map-right {
    width: 65.30%;
}
.buy-bullions-map .buy-bullions-map-left h3 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 192%;
    font-weight: normal;
}
.buy-bullions-map .buy-bullions-map-left h6,
.buy-bullions-map .buy-bullions-map-left ul li {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 167%;
    font-family: 'Nunito-Light';
    font-weight: 300;
}
.buy-bullions-map .buy-bullions-office-details {
    margin-bottom: 15px;
}
.buy-bullions-map .buy-bullions-map-left .buy-bullions-operation-after ul li {
    position: relative;
    font-size: 18px !important;
    line-height: 137% !important;
    text-align: center;
    display: inline-block;
    margin-right: 50px;
    padding-top: 68px;
    width: 41%;
}
.buy-bullions-map .buy-bullions-map-left .buy-bullions-operation-after ul li:last-child {
    margin-right: 0;
}
.buy-bullions-map .buy-bullions-map-left .buy-bullions-operation-after ul li:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -527px -85px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    bottom: 0;
    margin-right: auto;
}
.buy-bullions-map .buy-bullions-map-left .buy-bullions-operation-after ul li:last-child :before {
    background-position: -603px -82px;
}
.buy-bullions-map-right iframe {
    width: 100%;
    height: 100%;
}
.buy-bullions-map-after h6 {
    font-size: 20px;
    text-align: center;
    max-width: 167%;
    color: #3B4959;
    font-family: 'Nunito-SemiBold';
    line-height: 167% !important;
    font-weight: normal;
    max-width: 778px;
    margin: auto;
}
.find-our-office h2 {
    background-color: #21395B;
    height: 74px;
    line-height: 74px;
    padding-left: 42px;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 0;
}
.find-our-office-wrap-blue {
    padding: 40px 35px 30px 40px;
    background-color: #F5F7F7;
}
.find-our-office .find-our-office-wrap-left,
.find-our-office .find-our-office-wrap-right {
    display: inline-block;
    vertical-align: top;
}
.find-our-office .find-our-office-wrap-left {
    width: 100%;
    padding-right: 60px;
}
.find-our-office .find-our-office-wrap-right {
    width: 48%;
}
.find-our-office .find-our-office-wrap-left li {
    font-size: 18px;
    line-height: 160%;
    color: #333333;
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
    font-family: 'Nunito-SemiBold';
    font-weight: 500;
}
.find-our-office.parking .find-our-office-wrap-left li {
    padding-left: 20px;
}
.find-our-office .find-our-office-wrap-left li:before {
    content: "1";
    position: absolute;
    left: 0;
    background-color: #3B4959;
    font-size: 21px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-weight: 700;
    top: 0;
    font-family: 'Nunito-Light';
    font-weight: 300;
}
.find-our-office .find-our-office-wrap-left li:nth-child(2):before {
    content: "1";
}
.find-our-office .find-our-office-wrap-left li:nth-child(4):before {
    content: "2";
}
.find-our-office .find-our-office-wrap-left li:nth-child(6):before {
    content: "3";
}
.find-our-office .find-our-office-wrap-left li:nth-child(6):before {
    content: "3";
}
.find-our-office .find-our-office-wrap-left li:nth-child(8):before {
    content: "4";
}
.find-our-office .find-our-office-wrap-right ul li:nth-child(2n) {
    margin-right: 0;
}
.find-our-office .find-our-office-wrap-right ul li {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative;
}
.find-our-office .find-our-office-wrap-right ul li img {
    border: 2px solid #21395B;
}
.find-our-office .find-our-office-wrap-right ul li:before {
    content: "1";
    position: absolute;
    left: 0;
    background-color: #21395B;
    font-size: 18px;
    width: 47px;
    height: 47px;
    /* border-radius: 50%; */
    color: #fff;
    text-align: center;
    line-height: 47px;
    font-weight: 700;
    top: 2px;
    font-family: 'Nunito-Light';
    font-weight: 300;
}
.find-our-office .find-our-office-wrap-right ul li:nth-child(2):before {
    content: "2";
}
.find-our-office .find-our-office-wrap-right ul li:nth-child(3):before {
    content: "3";
}
.find-our-office .find-our-office-wrap-right ul li:nth-child(4):before {
    content: "4";
}
.find-our-office.parking ul li:before {
    content: none !important;
}
.find-our-office .find-our-office-wrap-left ul li:after {
    content: " ";
    width: 9px;
    height: 9px;
    background-color: #3C495A;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.buy-bullion-call-btn .circle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 30px;
}
.buy-bullion-call-btn .licence-btn {
    padding-left: 53px;
    padding-right: 53px;
    background-color: #21395B;
    min-width: 0;
}
.buy-bullion-call-btn .circle::before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -687px -97px;
    width: 35px;
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
}
.buy-bullion-call-btn-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 167%;
}
.top-bar-wraped {
    overflow: hidden;
}
.Gold-Jwellery-left {
    padding-right: 80px;
}
.Gold-silver .Gold-Jwellery-left {
    padding-left: 80px
}
.top-bar-right a:hover span {
    color: #000;
}
.jwellery-image-text {
    padding-right: 13px;
}
html,
html body.error404 #wrapper,
html body.error404 {
    height: 100%;
    width: 100%;
}
html body.error404 {
    padding-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}
.top-bar-left ul li:last-child {
    margin-right: 0;
}
/*****************australian-gold-company-page***************************************/
.australian-gold-page-wrap {
    overflow: hidden;
    border-bottom: 1px solid rgba(51, 51, 51, 0.30);
    position: relative;
}
.australian-gold-page-right {
    float: right;
    width: 78.69%;
    padding-left: 60px;
}
.sidebar {
    float: left;
    width: 20.96%;
    position: static;
    top: 0;
}
.sidebar ul li .set>a:after {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    font-size: 20px;
    right: 38px;
    color: #CBB119;
    top: 0;
}
.sidebar ul li .set>a {
    position: relative;
    font-size: 17px;
    background-color: #21395B;
    height: 53px;
    line-height: 53px;
    display: inline-block;
    padding: 0 56px 0 36px;
    width: 100%;
    color: #CBB119;
}
.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    clear: both;
    line-height: normal;
    font-size: 16px;
    color: #000;
    position: relative;
    padding-right: 26px;
    margin-right: 9px;
    font-family: 'Nunito-Regular';
}
.breadcrumbs {
    padding: 10px 0px;
    background-color: #EBEBEB;
    width: 100%;
}
/*.breadcrumb li::before {
    content: "\f0da";
    position: absolute;
    font-family: Fontawesome;
    right: 0;
    left: auto;
    font-size: 16px;
    font-weight: normal;
    top: 2px;
    line-height: normal;
    color: #CBB11B;
}*/
.breadcrumb li::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 2px;
    line-height: normal;
    height: 19px;
    width: 5.2px;
    background: url("../images/Right_Arrow.svg") no-repeat;
    background-size: auto 10px;
    background-position: -2px center;
}
.breadcrumb li a {
    color: #000;
    font-weight: normal;
    cursor: pointer;
    font-family: 'Nunito-Regular';
}
.breadcrumb li a:hover {
    color: #666;
}
.australian-gold-page-para h2 {
    font-size: 22px;
    color: #333333;
    line-height: 222%;
    text-align: left;
    display: block;
    border-bottom: 2px solid #CBB11B;
    font-family: 'Nunito-SemiBold';
}
.australian-gold-page .australian-gold-page-para p {
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 0;
    color: #333333;
}
.australian-gold-page .australian-gold-page-left {
    overflow: hidden;
}
.australian-gold-page-count {
    overflow: hidden;
    padding-bottom: 18px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.30);
    position: relative;
    display: block;
    min-height: 82px;
}
.map-section-text p a:hover,
.sell-you-gold p a:hover {
    color: #CBB11B;
}
.australian-gold-page .australian-gold-page-para {
    margin-bottom: 35px;
    clear: both;
    margin-top: 30px;
    overflow: hidden;
}
.australian-gold-page-count .australian-gold-count-left {
    float: left;
}
.australian-gold-page-count .australian-gold-count-right {
    float: right;
    position: absolute;
    right: 0;
}
.australian-gold-page-count .australian-gold-count-left span {
    font-size: 16px;
    line-height: 170%;
    font-family: 'Nunito-SemiBold';
    margin-right: 11px;
}
span.small-dot {
    width: 10px;
    height: 10px;
    background-color: #CBB11B;
    display: inline-block;
    border-radius: 50%;
}
.australian-gold-page-count .australian-gold-count-right ul li span {
    font-size: 16px;
    line-height: 286%;
    color: #fff;
    font-family: 'Nunito-SemiBold';
}
.australian-gold-page-count .australian-gold-count-right ul li {
    background-color: #21395B;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 4px;
}
.australian-gold-page-count .australian-gold-count-right ul li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.australian-gold-page-count .australian-gold-count-right ul li:nth-child(n+2) {
    border-radius: 0;
    background-color: #333;
}
.australian-gold-page-count .australian-gold-count-right ul li:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}
.australian-gold-page-count .australian-gold-count-right ul li:nth-child(n+2) span:after {
    content: none !important;
}
.australian-gold-page-count .australian-gold-count-right ul li span:first-child {
    margin-right: 35px;
}
.australian-gold-page-count .australian-gold-count-right ul li span:last-child {
    position: relative;
    padding-right: 25px;
}
.australian-gold-count-right ul.active-wight li:nth-child(n+2) {
    display: block;
}
.australian-gold-count-right ul li:nth-child(n+2) {
    display: none;
}
.australian-gold-page-count .australian-gold-count-right ul li span:last-child:after {
    content: "\f0d7";
    color: #ffff;
    font-family: fontawesome;
    position: absolute;
    font-size: 20px;
    right: 0;
}
.australian-gold-page-count {
    overflow: visible;
    padding-bottom: 18px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.30);
    position: relative;
}
.australian-gold-page-cart-item ul li {
    margin-bottom: 40px;
    border: 1px solid rgba(51, 51, 51, 0.30);
    border-radius: 4px;
    padding: 15px;
}
.australian-gold-page-cart-item ul {
    width: 31.10%;
    margin-right: 27px;
    display: inline-block;
    vertical-align: top;
}
.australian-gold-page-cart-item ul:nth-child(3n) {
    margin-right: 0;
}
.australian-gold-page-cart-item ul li h5.product-name {
    font-size: 18px;
    line-height: 142%;
    color: #333333;
    text-align: center;
    /* font-family: 'Nunito-Light'; */
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 15px !important;
    max-width: 232px;
    margin: auto;
}
h5.product-price-gold {
    color: #CBB11B;
    font-size: 18px;
    line-height: 142%;
    text-align: center;
}
a.more-information-btn {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #21395B;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    /*
    font-family: 'Nunito-Light';
*/
    font-family: 'Nunito-SemiBold';
}
.cart-bottom-btn-wrap span {
    display: inline-block;
    position: relative;
    width: 94px;
    height: 40px;
    background-color: #21395B;
    border-radius: 4px;
    cursor: pointer;
}
.cart-bottom-btn-wrap span:hover {
    background-color: #333;
}
.cart-bottom-btn-wrap span::after {
    background-image: url(../images/sprite.png);
    background-position: -729px -99px;
    content: "";
    position: absolute;
    left: 20px;
    width: 60px;
    height: 40px;
}
a.add-cart-btn,
.add-cart-btn {
    font-size: 16px;
    font-family: 'Nunito-Light';
    background-color: #CBB119;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    border-radius: 4px;
    vertical-align: top;
    float: right;
}
.cart-bottom-btn-wrap {
    margin-top: 10px;
}
.sidebar ul.sub-dropdown.current li a,
.sidebar li.bydefault-current ul.sub-dropdown a {
    background-color: #CBB119;
    color: #fff;
}
.sidebar ul.sub-dropdown.current a:after,
.sidebar li.bydefault-current ul.sub-dropdown a:after {
    color: #ffff;
    content: "\f0d8";
}
.sidebar li.cureent+li,
.sidebar li.bydefault-current li+li {
    background-color: #333333;
    padding: 20px 43px
}
.sidebar li.cureent+li span,
.sidebar li.bydefault-current li+li span {
    font-size: 15px;
    color: #FFFFFF;
    display: block;
    position: relative;
    line-height: 270%;
    padding-left: 20px;
}
.sidebar .content li a:before,
.sidebar li.bydefault-current li+li span:before {
    content: " ";
    width: 13px;
    height: 1px;
    background-color: #fff;
    top: 19px;
    left: 0;
    position: absolute;
}
a.more-information-btn:hover {
    background-color: #CBB119;
}
.add-cart-btn:hover,
.update-qty:hover {
    background-color: #333;
}
.australian-gold-page-bottom-left {
    float: left;
    width: 46.30%;
    border: 20px solid #F5F7F7;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgb(0 0 0 / 20%);
    margin-bottom: 0;
    margin-right: 20px;
    display: table-cell;
    height: 100%;
}
.australian-gold-page-bottom-para {
    padding: 30px 25px;
}
.australian-gold-page-bottom-wrap {
    overflow: hidden;
    text-align: center;
    margin: auto;
    position: relative;
    max-width: 1135px;
    display: table;
    height: 100%;
    padding-bottom: 10px;
}
.australian-gold-page-bottom-left.right {
    float: right;
}
.australian-gold-page-bottom-para h2.main-title {
    font-size: 24px;
    position: relative;
    color: #333333;
    line-height: 136%;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-bottom: 25px;
    font-family: 'Nunito-SemiBold';
}
.australian-gold-page-bottom-para h2.main-title:after {
    content: " ";
    background-color: #CBB11B;
    width: 103px;
    height: 2px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.australian-gold-page-bottom-para p {
    text-align: left;
    line-height: 150%;
}
.australian-gold-page-btn a.Buy-btn {
    line-height: 50px;
    font-size: 18px;
    color: #CBB11B;
    height: 50px;
    display: inline-block;
    border: 2px solid #CBB11B;
    border-radius: 5px;
    padding: 0 38px;
    font-family: 'Nunito-Regular';
    margin-right: 35px;
}
.australian-gold-page-btn-wrap {
    text-align: center;
}
/*section.australian-gold-page-btn.section-gapping {
    padding-top: 0;
}*/
.australian-gold-page-btn a.Buy-btn:last-child {
    margin-right: 0;
}
section.iframe-visit.section-gapping {
    display: none;
}
.buy-bullion-call-btn {
    padding-top: 0;
}
.gold-loan-banner .inner-banner-content {
    position: relative;
    top: auto;
    transform: none;
    max-width: 1270px;
    margin: 0 auto;
    padding: 27px 15px;
    border-top: 1px solid #CBB11B;
    border-bottom: 1px solid #CBB11B;
}
.gold-loan-banner .inner-banner-content h1 {
    padding: 0;
    margin-bottom: 0;
}
.gold-loan-banner .inner-banner-content h1:after {
    content: none;
}
.gold-loan-banner .inner-banner-content h2 {
    padding: 0;
    margin-bottom: 0;
}
.gold-loan-banner .inner-banner-content h2:after {
    content: none;
}
.inner-banner.refining-services-banner {
    height: 519px;
}
section.bg-color a:hover {
    color: #CBB11B;
}
.footer-part-two .copyright-text-wrap:nth-child(3) p {
    padding-right: 8px;
    font-size: 14px;
}
.inner-banner.gold-loan-banner {
    height: 476px;
    border-bottom: 6px solid #CBB11B;
}
section#inner-banner.inner-banner.gold-loan-banner {
    height: 450px;
}
section#inner-banner.inner-banner.gold-loan-banner img {
    object-fit: inherit;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 400px;
    bottom: -1px;
}
.inner-banner.gold-loan-banner .container {
    padding: 16px 15px;
}
.inner-banner.gold-loan-banner h2 {
    line-height: 115%;
}
.inner-banner.gold-loan-banner .container {
    max-width: 1270px;
}
.inner-banner.buy-bullions-banner {
    height: 313px;
}
.buy-bullions-map .buy-bullions-map-left .buy-bullions-operation-after ul li:last-child::before {
    background-position: -603px -82px;
}
.buy-bullion-call-btn-text a {
    color: #fff;
}
.buy-bullion-call-btn-text a:hover,
.buy-bullions-map .buy-bullions-map-left h6 a:hover {
    color: #CBB11B;
}
.sell-gold-silver-page-table h2.main-title,
.to-get-cash h2.main-title {
    font-family: 'Nunito-SemiBold';
}
.sell-gold-silver-page-table ul.Gold-Jwellery-table li:after {
    content: " ";
    background-color: #fff;
    width: 1px;
    position: absolute;
    height: 100%;
    z-index: 1;
    right: 40%;
    top: 0;
}
.sell-gold-silver-page-table ul.Gold-Jwellery-table li {
    position: relative;
    overflow: hidden;
}
.three-section .Gold-row-left {
    min-width: 228px;
}
.sell-gold-silver-page-table .three-section .Gold-row-left li:after {
    right: 30%;
}
.sell-gold-silver-page-table ul.Gold-Jwellery-table.three-section li:after {
    right: 31%;
}
.sell-gold-silver-page-table ul.Gold-Jwellery-table.three-section li:after {
    right: 31%;
}
.three-section .Gold-row-middle {
    border-left: 1px solid #fff;
    padding-left: 15px;
}
.second .Inner-get-cash-image {
    float: left;
}
.second .Inner-get-cash-para {
    float: right;
}
ul.breadcrumb li:last-child:before {
    content: none;
}
.sidebar ul li .set>a {
    border-bottom: 2px solid #fff;
}
.sidebar ul ul {
    border-bottom: 2px solid #fff;
}
.cart-item-img {
    min-height: 147px;
}
section.australian-gold-page.section-gapping {
    padding-bottom: 0;
}
.login-form .field-wrap .field input.error {
    border-color: red;
}
.login-form .field-wrap .field input {
    border-color: transparent !important;
}
.login-form .field-wrap .field input.error {
    border-color: red !important;
}
/***************australian-gold-page-deatil*************************************/
.australian-gold-page-deatil-wrap h2.main-title {
    text-align: left;
    color: #333333;
    line-height: 172%;
    margin-bottom: 0;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-first h5 {
    font-size: 15px;
    color: #CBB119;
    line-height: 164%;
    font-family: 'Nunito-Light';
    position: relative;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-first h5:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -540px -160px;
    width: 34px;
    height: 36px;
    /* position: absolute; */
    left: 0px;
    top: 11px;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-first {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(51, 51, 51, .30);
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-second span {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #21395B;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 5px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-second span.question {
    position: relative;
    padding-right: 52px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-second span.question:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -595px -162px;
    width: 20px;
    height: 22px;
    position: absolute;
    right: 25px;
    top: 4px;
    z-index: 1;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-second h4 {
    font-size: 18px;
    font-family: 'Nunito-SemiBold';
    line-height: 257%;
    color: #333;
    text-align: center;
}
input.quantity-btn {
    position: relative;
    font-size: 16px;
    line-height: 164%;
    color: #333333;
    border: 1px solid #CCCCCC;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    padding: 0 0px 0 25px;
}
/*.quantity-input-up:before {
    content: "\f0d8";
    font-family: fontawesome;
    position: absolute;
    font-size: 16px;
    right: 21px;
    color: #333;
    top: 4px;
}*/
.quantity-input-up::before {
    content: "";
    position: absolute;
    right: 21px;
    top: 4px;
    height: 19px;
    width: 9px;
    background: url("../images/Top_Arrow.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: auto 5.5px;
    background-position: 0 center;
}
/*.quantity-input-down:after {
    content: "\f0d7";
    font-family: fontawesome;
    right: 21px;
    position: absolute;
    top: 17px;
    font-size: 16px;
    color: #333;
}*/
.quantity-input-down::before {
    content: "";
    position: absolute;
    right: 21px;
    top: 17px;
    height: 19px;
    width: 9px;
    background: url("../images/Bottom_Arrow.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: auto 5.5px;
    background-position: 0 center;
}
.custom-quantity-input {
    display: inline-block;
    position: relative;
}
.australian-gold-page-deatil-third a.add-cart-btn {
    padding-left: 52px;
    position: relative;
    float: none;
    margin-left: 30px;
}
.australian-gold-page-deatil-third a.add-cart-btn:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -631px -163px;
    width: 23px;
    height: 22px;
    position: absolute;
    left: 27px;
    top: 7px;
}
.australian-gold-page-deatil-third {
    padding-bottom: 42px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(51, 51, 51, .30);
}
h5.australian-gold-page-deatil-title {
    font-size: 20px;
    line-height: 229%;
    color: #CBB119;
    margin: 0;
}
.australian-gold-page-deatil-fourth p {
    font-size: 16px;
    line-height: 171%;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-wrap-top {
    overflow: hidden;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-left {
    width: 62%;
    float: left;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-right {
    float: right;
    width: 38%;
    padding-left: 30px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-right-img-fist {
    border: 1px solid #333333;
    border-radius: 3px;
    position: relative;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-right-img-fist {
    height: 355px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-right-img-fist img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    height: 100%;
    width: 100%;
}
.australian-gold-page-deatil-wrap .australian-deatil-right-small {
    height: 93px;
    border: 1px solid rgba(51, 51, 51, 0.30);
    border-radius: 5px;
    position: relative;
    width: 93px;
    display: inline-block;
    margin-right: 13px;
}
.australian-gold-page-deatil-wrap .australian-deatil-right-small img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    cursor: pointer;
}
.australian-gold-page-deatil-wrap .australian-deatil-right-small+div {
    margin-right: 0;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-right-small {
    text-align: center;
    margin-top: 25px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-wrap-bottom tr td {
    font-size: 16px;
    line-height: 321%;
    color: #333333;
    vertical-align: middle;
    padding: 0 30px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-wrap-bottom tr {
    border-bottom: 1px solid rgba(51, 51, 51, 0.30);
}
.australian-gold-page-deatil-wrap .australian-deatil-bottom-table-left {
    display: inline-block;
    margin-right: 35px;
    width: 40%;
    vertical-align: top;
}
.australian-gold-page-deatil-wrap .australian-deatil-bottom-table-right {
    display: inline-block;
    width: 55%;
}
.australian-gold-page-deatil-wrap .australian-deatil-bottom-table-right table {
    display: inline-block;
}
.australian-gold-page-deatil-wrap .australian-deatil-bottom-table-right-next {
    display: inline-block;
    padding-left: 25px;
    margin-top: -30px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-wrap-bottom tr:last-child {
    border-bottom: 0;
}
.australian-gold-page-deatil-wrap .australian-deatil-bottom-table-left,
.australian-gold-page-deatil-wrap .australian-deatil-bottom-table-right {
    border-top: 1px solid rgba(51, 51, 51, 0.30);
    border-bottom: 1px solid rgba(51, 51, 51, 0.30);
    padding: 34px 0;
}
.australian-gold-page-deatil-wrap .australian-deatil-bottom-table-right {
    padding-bottom: 28px;
}
.australian-gold-page.australian-gold-page-deatil .australian-gold-page-wrap {
    border-bottom: 0;
    margin-bottom: 70px;
}
.australian-gold-page-deatil .australian-gold-page-deatil-wrap {
    margin-top: 35px;
}
.australian-gold-page-deatil-second .left {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
}
.australian-gold-page-deatil-second .right {
    display: inline-block;
    vertical-align: top;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-second {
    margin-bottom: 30px;
}
.australian-gold-page-deatil-wrap .australian-gold-page-deatil-fourth {
    margin-bottom: 20px;
}
.Inner-get-cash-btn div:last-child a.More-Info-btn:last-child {
    background-color: #fff;
    color: #CBB11B !important;
}
.Inner-get-cash-btn a.More-Info-btn {
    border: 1px solid #CBB11B;
}
.Inner-get-cash-btn div:last-child a.More-Info-btn:hover {
    background-color: #CBB11B;
    color: #fff !important;
}
.Inner-get-cash-btn .Inner-get-cash-btn-inner {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    z-index: 2;
    position: relative;
    background-color: #fff;
}
.Inner-get-cash.second .Inner-get-cash-btn {
    padding: 0;
    left: 45px;
}
.Inner-get-cash.second .Inner-get-cash-content {
    z-index: 1;
    position: relative;
}
.Inner-get-cash-btn div:last-child {
    margin-left: 50px;
}
ul.sub-dropdown li:nth-child(2) {
    display: none;
}
ul.sub-dropdown.current li:nth-child(2),
.bydefault-current ul.sub-dropdown li:nth-child(2) {
    display: block;
}
.shopping-cart-content-page-top h2.main-title {
    font-size: 26px;
    line-height: 172%;
    color: #333333;
    text-align: left;
    float: left;
}
.shopping-cart-content-page .shopping-cart-content-page-btn-top {
    float: right;
    /* width: 70%; */
}
.continue-shopping-btn button {
    /* padding: 0; */
    background-color: transparent;
    color: #21395B;
    padding: 0 35px 0 65px;
    font-family: 'Nunito-SemiBold';
}
.continue-shopping-btn {
    font-size: 16px;
    color: #21395B;
    border: 1px solid #CBB11B;
    border-radius: 3px;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    position: relative;
    font-family: 'Nunito-SemiBold';
    background-color: #fff;
}
.continue-shopping-btn:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -667px -161px;
    width: 23px;
    height: 21px;
    position: absolute;
    left: 30px;
    top: 13px;
    z-index: 1;
}
.proceed-to-checkout-btn {
    font-size: 16px;
    color: #fff;
    border: 1px solid #CBB11B;
    border-radius: 3px;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    position: relative;
    font-family: 'Nunito-SemiBold';
    background-color: #CBB11B;
}
.proceed-to-checkout-btn button {
    background-color: transparent;
    padding: 0;
    padding: 0 35px 0 65px;
}
.proceed-to-checkout-btn:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -703px -157px;
    width: 23px;
    height: 22px;
    position: absolute;
    left: 30px;
    top: 11px;
    z-index: 1;
}
.continue-shopping-btn:hover {
    background-color: #CBB11B;
}
.proceed-to-checkout-btn:hover {
    background-color: #333;
}
table.shopping-cart-content-table th {
    font-size: 16px;
    line-height: 229%;
    color: #fff;
    background-color: #21395B;
    font-family: 'Nunito-SemiBold';
    padding: 10px 56px;
    text-align: left;
}
table.shopping-cart-content-table tbody tr.cart_item {
    border: 1px solid #21395B;
    background-color: #F5F7F7;
}
table.shopping-cart-content-table tbody tr.cart_item td {
    padding: 40px 56px;
    padding: 40px 36px;
    text-align: center;
    vertical-align: middle;
}
table.shopping-cart-content-table tbody tr.cart_item td:first-child {
    width: 40%;
    padding-right: 0;
}
table.shopping-cart-content-table tbody tr.cart_item td:nth-child(2) {
    width: 35%;
}
table.shopping-cart-content-table tbody tr td:nth-child(3) {
    width: 23%;
    /* float: left; */
}
table.shopping-cart-content-table tbody tr.cart_item td:first-child a.add-cart-img {
    height: 115px;
    position: relative;
    width: 36%;
    background-color: #fff;
    /* border-radius: 3px; */
    display: inline-block;
    text-align: left;
    max-width: 115px;
}
table.shopping-cart-content-table tbody tr.cart_item td:first-child a.add-cart-img img {
    border-radius: 5px;
    text-align: center;
    margin: auto;
}
table.shopping-cart-content-table .shopping-cart-img-cont p {
    font-size: 18px;
    line-height: 138%;
    color: #333;
}
.add-cart-btn.remove {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    position: relative;
    position: relative;
    text-align: left;
    float: none;
    font-family: 'Nunito-Light';
    background-color: #CBB119;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    vertical-align: top;
}
.add-cart-btn.remove:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -737px -160px;
    width: 17px;
    height: 19px;
    position: absolute;
    left: 22px;
    top: 5px;
}
table.shopping-cart-content-table tbody tr input.qty {
    display: inline-block;
    width: 49px;
    height: 45px;
    line-height: 45px;
    padding-left: 26px;
    font-size: 12px;
}
table.shopping-cart-content-table .smart-quntin-wrap {
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding-right: 38px;
    height: 46px;
    display: inline-block;
}
span.cart-quantity-plus.arrow_triangle-left,
span.cart-quantity-minus.arrow_triangle-right {
    display: inline-block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 38px;
    height: 21px;
    right: 0;
    cursor: pointer;
    margin: auto;
    text-align: center;
    top: 16px;
}
span.cart-quantity-minus.arrow_triangle-right:before {
    right: -1px !important;
    left: auto !important;
    bottom: -1px;
}
span.cart-quantity-plus.arrow_triangle-left:before,
span.cart-quantity-minus.arrow_triangle-right:before {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333333;
    left: 0;
    right: auto;
    width: auto;
    height: auto;
    pointer-events: none;
    z-index: 999;
}
span.cart-quantity-minus.arrow_triangle-right {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -2px;
    right: -1px;
    top: auto !important;
}
.update-qty {
    font-size: 15px;
    color: #fff;
    background-color: #21395B;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 39px;
}
span.woocommerce-Price-amount.amount span.amount1 {
    font-size: 18px;
    line-height: 150%;
    color: #333;
    font-family: 'Nunito-SemiBold';
}
span.woocommerce-Price-amount.amount span.amount2 {
    font-size: 16px;
    line-height: 171%;
    color: #333;
}
table.shopping-cart-content-table tbody tr .shopping-cart-img-cont {
    display: inline-block;
    /* float: right; */
    width: 63%;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
}
.smart-quntin-wrap-update {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
span.woocommerce-Price-amount.amount span {
    display: block;
    text-align: left;
}
.shopping-cart-content-page .shopping-cart-content-page-top {
    padding: 45px 0 20px;
    overflow: hidden;
}
.shopping-cart-content-page-btn-top a.proceed-to-checkout-btn {
    margin-left: 10px;
}
table.shopping-cart-content-table tbody tr.cart-item-last-row {
    background-color: #21395B;
}
table.shopping-cart-content-table h3.delivery-cost {
    color: #fff;
    line-height: 154%;
    font-size: 17px;
    font-family: 'Nunito-SemiBold';
}
table.shopping-cart-content-table .cart-item-last-row-top {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.cart-item-last-row-bottom {
    float: right;
    width: 59%;
    float: right;
    text-align: right;
}
table.shopping-cart-content-table .cart-item-last-row-one,
table.shopping-cart-content-table .cart-item-last-row-two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
table.shopping-cart-content-table span.delivery-cost {
    color: #fff;
    font-size: 16px;
    line-height: 154%;
}
table.shopping-cart-content-table .vic select {
    font-size: 16px;
    color: #21395B;
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding: 0 23px 0 18px;
    position: relative;
    font-family: 'Nunito-SemiBold';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/vic-arrow.fw.png);
    padding: 0 40px 0 25px;
    background-repeat: no-repeat;
    background-position: 57px;
    cursor: pointer;
}
table.shopping-cart-content-table .vic {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/drop-arrow.fw.png);
    background-position: 149px 19px;
    background-repeat: no-repeat;
}
table.shopping-cart-content-table .submit-cart {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border: 1px solid #fff;
    color: #ffff;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}
table.shopping-cart-content-table .cart-item-last-row-two {
    padding-bottom: 20px;
}
table.shopping-cart-content-table .cart-item-last-row-three ul li {
    font-size: 15px;
    color: #fff;
    line-height: 200%;
    padding-left: 23px;
    position: relative;
}
table.shopping-cart-content-table .cart-item-last-row-three ul li:before {
    content: " ";
    background-color: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 11px;
}
table.shopping-cart-content-table .cart-item-last-row-bottom h3.delivery-cost span:first-child {
    margin-right: 30px;
}
table.shopping-cart-content-table .cart-item-last-row-bottom p {
    font-size: 14px;
    color: #fff;
    line-height: 154%;
}
table.shopping-cart-content-table tbody tr.cart-item-last-row td {
    padding: 40px 36px;
}
table.shopping-cart-content-table .vic:before {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333333;
    left: auto;
    right: 24px;
    width: auto;
    height: auto;
    pointer-events: none;
    z-index: 999;
    top: 20px;
}
table.shopping-cart-content-table .submit-cart:hover {
    background-color: #CBB11B;
}
.shopping-cart-contents-page .australian-gold-page-wrap {
    border-bottom: 0;
    padding-bottom: 100px;
}
/*****************************************/
.order-recived-page-wrap h3.order-recived-page-title {
    font-size: 21px;
    line-height: 206%;
    color: #333333;
    font-family: 'Nunito-SemiBold';
    margin-bottom: 0;
}
.order-recived-page-wrap p {
    font-size: 15px;
    line-height: 164%;
    color: #333333;
}
.order-recived-page-wrap .order-circle span {
    font-size: 15px;
    color: #21395B;
    line-height: 157%;
    padding: 15px 49px 15px 83px;
    position: relative;
    border: 1px solid #21395B;
    display: block;
    max-width: 877px;
    font-family: 'Nunito-SemiBold';
    ;
}
.order-recived-page-wrap .order-circle span:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -29px -208px;
    width: 36px;
    height: 39px;
    position: absolute;
    left: 34px;
    top: 17px;
    z-index: 1;
}
.order-recived-page-wrap .order-recived-page-border {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.20);
}
.order-recived-page-wrap h3.order-recived-list-title {
    font-size: 16px;
    line-height: 138%;
    color: #21395B;
    padding-left: 25px;
    position: relative;
}
.order-recived-page-wrap ul.bank-details li div {
    font-size: 15px;
    line-height: 257%;
    color: #333333;
    font-family: 'Nunito-SemiBold';
}
.order-recived-page-wrap ul.bank-details li {
    background-color: rgba(51, 51, 51, 0.20);
    padding: 0 45px;
    border-bottom: 2px solid #fff;
}
.order-recived-page-wrap ul.bank-details li:nth-child(2n) {
    background-color: rgba(51, 51, 51, 0.10);
}
.order-recived-page-wrap ul.bank-details li div {
    display: inline-block;
}
.order-recived-page-wrap ul.bank-details li div.bank-details-right {
    float: right;
}
.order-recived-page-wrap ul.bank-details {
    max-width: 543px;
    margin-bottom: 25px;
}
.order-recived-page-wrap h3.order-recived-list-title:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #21395B;
    border-radius: 50%;
    left: 0;
    top: 3px;
}
.order-recived-page-wrap ul.bank-details-please li {
    padding-left: 45px;
    position: relative;
    font-size: 15px;
    line-height: 157%;
    color: #333333;
    font-family: 'Nunito-SemiBold';
    margin-bottom: 5px;
}
.order-recived-page-wrap ul.bank-details-please li:before {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #21395B;
    border-radius: 50%;
    left: 23px;
    top: 6px;
}
.order-recived-page-wrap .order-circle.blue span {
    background-color: #21395B;
    color: #fff;
}
.order-recived-page-wrap .order-circle.blue span:before {
    background-position: -85px -209px;
}
.order-recived-page-wrap {
    float: left;
    width: 67.60%;
}
.order-recived-box {
    float: right;
    width: 27.60%;
    background-color: #E9E9E9;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 45px 40px 41px;
}
.order-recived-page-parent {
    overflow: hidden;
    padding-top: 35px;
}
.order-recived-box-left span:first-child {
    font-size: 20px;
    font-family: 'Nunito-Bold';
    line-height: 160%;
    display: block;
}
.order-recived-box-left span:nth-child(2) {
    font-size: 16px;
    color: #333333;
    line-height: 160%;
}
.order-recived-box-right span {
    font-size: 16px;
    color: #21395B;
    line-height: 160%;
}
.order-recived-page-parent .order-recived-box div {
    display: inline-block;
    vertical-align: middle;
}
.order-recived-page-parent .order-recived-box div.order-recived-box-right {
    float: right;
    vertical-align: middle;
    padding-top: 10px;
}
/********sign in create ******************************/
.sign-create-page h2.main-title {
    margin-bottom: 45px;
    line-height: 172%;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.20);
    font-family: 'Nunito-SemiBold';
}
.sign-create-page .sign-create-page-wrap {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.sign-create-page .sign-create-page-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.sign-create-page .sign-create-page-side.right {
    margin-left: auto;
}
h3.sign-title {
    font-size: 18px;
    color: #FFFFFF;
    background-color: #21395B;
    display: block;
    height: 55px;
    line-height: 55px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 35px;
    margin-bottom: 0;
    font-family: 'Nunito-SemiBold';
    font-weight: 300;
    font-family: 'Nunito-Light';
}
.sign-form label {
    font-size: 17px;
    color: #21395B;
    line-height: 144%;
    margin-bottom: 7px;
    display: block;
}
.sign-form input:not([type="submit"]) {
    background-color: #fff;
    border: 1px solid #CCCCCC !important;
}
.input-wrap {
    margin-bottom: 9px;
}
.sign-form .input-wrap.password {
    margin-bottom: 20px;
}
a.forget-apssword {
    font-size: 15px;
    color: #DE1B1B;
    line-height: 157%;
    margin-top: 10px;
    display: inline-block;
}
.sign-create-page .sign-create-page-side {
    /* float: left; */
    width: 48.50%;
    background-color: #E9E9E9;
    margin: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #CCCCCC;
}
.sign-create-page-wrap .background-color {
    padding: 25px 43px 52px 42px;
}
.sign-create-page .sign-create-page-side.right p {
    font-size: 17px;
    color: #333333;
    line-height: 178%;
    margin-bottom: 50px;
}
.sign-create-page .sign-create-page-side.right .add-cart-btn {
    text-align: center;
    margin: auto !important;
    float: none;
    display: table;
}
.sign-create-page {
    padding-top: 35px;
    overflow: hidden;
    display: block;
}
.sign-create-page .australian-gold-page-wrap {
    border-bottom: 0;
}
a.forget-apssword:hover {
    color: #333;
}
.sign-create-page-wrap .add-cart-btn {
    vertical-align: middle;
    display: inline-block;
    float: right;
    width: auto !important;
    color: #ffff !important;
    height: 40px !important;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 4px;
}
.account-details-page .account-details-page-table-wrap {
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px;
    display: block;
    position: relative;
}
table.account-details-page-table tr th {
    font-size: 15px;
    color: #FFFFFF;
    /* line-height: 290%; */
    font-weight: 300;
    background-color: #333333;
    padding: 15px 50px;
    padding: 15px 20px;
    text-align: center;
}
table.account-details-page-table tr {
    background-color: rgba(51, 51, 51, 0.10);
    border-bottom: 1px solid #fff;
}
table.account-details-page-table tr:nth-child(2n) {
    background-color: rgba(51, 51, 51, 0.20);
}
.account-details-page .account-details-page-table-wrap table.account-details-page-table {
    width: 100%;
}
.account-details-page .account-details-page-table-wrap table.account-details-page-table tbody td {
    padding: 7px 19px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
}
a.add-cart-btn.view-order {
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    padding: 0 17px 0 40px;
    position: relative;
}
a.add-cart-btn.view-order:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -152px -215px;
    width: 20px;
    height: 19px;
    position: absolute;
    right: auto;
    left: 17px;
    top: 3px;
    z-index: 1;
}
.account-details-page a.add-cart-btn.edit-btn {
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    padding: 0 20px 0 43px;
    vertical-align: middle;
    margin-top: 16px;
    margin-right: 30px;
}
a.add-cart-btn.edit-btn {
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    padding: 0 20px 0 43px;
    vertical-align: middle;
    margin-top: 16px;
    margin-right: 30px;
    position: relative;
}
.account-details-page .account-details-page-table-wrap table.account-details-page-table tbody td {
    padding: 7px 19px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
}
.account-details-page .account-details-page-table-wrap table.account-details-page-table tbody tr td:first-child {
    padding-left: 48px;
}
.account-details-page .account-details-page-table-wrap table.account-details-page-table tbody tr td:last-child {
    padding-right: 48px;
}
table.account-details-page-table tbody td div.account-bottom-left {
    min-width: 186px;
    display: inline-block;
    text-align: left;
}
.current-Delivery-Address.clearfix td {
    text-align: left !important;
}
table.account-details-page-table tr:last-child {
    border-bottom: 0;
}
.current-Delivery-Address table.account-details-page-table tr td {
    border-right: 2px solid #E9E9E9;
    text-align: left !important;
    padding-left: 48px !important;
    padding-right: 0 !important;
}
.current-Delivery-Address {
    background: red;
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 25px;
    margin-top: 60px;
}
.current-Delivery-Address .account-details-page-table-wrap.top {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.account-table-after h6 {
    font-size: 13px;
    line-height: 286%;
    text-align: center;
    color: #333333;
    font-weight: 300;
}
.account-details-page {
    padding-bottom: 100px;
}
a.add-cart-btn.edit-btn:before {
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -192px -215px;
    width: 20px;
    height: 19px;
    position: absolute;
    right: auto;
    left: 17px;
    top: 3px;
    z-index: 1;
}
.account-btn {
    display: table;
    text-align: center;
    margin: auto;
}
section#inner-banner.sell-gold-silver .inner-banner-content h1,
section#inner-banner.sell-gold-silver .inner-banner-content p {
    color: #ffff;
}
section#inner-banner.sell-gold-silver .inner-banner-content h2,
section#inner-banner.sell-gold-silver .inner-banner-content p {
    color: #ffff;
}
.pool-contact-info {
    background: #333 !important;
}
.bottom-gap {
    padding-bottom: 0;
}
section.sell-you-gold.sell-your-second.section-gapping .container {
    display: flex;
    justify-content: space-between;
}
section.sell-you-gold.sell-your-second.section-gapping .sell-you-gold-left,
section.sell-you-gold.sell-your-second.section-gapping .sell-you-gold-right {
    min-height: auto;
}
.Inner-get-cash-btn .Inner-get-cash-btn-inner a {
    padding: 0 30px;
}
.need-section ul.need-ul p br {
    display: none;
}
.refining-after-section p br {
    display: none;
}
.login-form .submit-btn-wrap input[type="submit"] {
    line-height: 55px;
}
.australian-gold-page-deatil-wrap .synced .australian-deatil-right-small {
    border-color: #333333;
}
.australian-gold-page-deatil-wrap a.fancybox {
    height: 100%;
    width: 100%;
}
.australian-gold-page-deatil-wrapa.fancybox img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}
form.sign-form label span {
    color: red;
}
.Sign-in-btn.active {
    background-color: #CBB11B;
}
.order-recived-page-wrap ul.bank-details-please li span {
    color: #21395B;
    font-weight: bold;
    font-family: 'Nunito-SemiBold';
    display: inline-block;
    text-shadow: 0 0;
}
h6.italic {
    font-style: italic;
}
html body iframe {
    border: 0;
}
section.visit-office-smsf-section.section-gapping+.pool-map-section.section-gapping {
    padding-bottom: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 0;
}
.footer-part-two .copyright-text-wrap:nth-child(2) img {
    max-width: 110px;
}
.footer-part-one .footer-col.footer-col-2 h2.footer-title {
    display: none;
}
.footer-part-one ul.usefull-link li:before {
    content: none;
}
.footer-col.footer-col-4 h2.footer-title {
    font-size: 0;
}
.footer-col.footer-col-4 li.phone-no span {
    display: block;
    color: #FFF;
    font-size: 11px;
    line-height: 100%;
    font-family: 'Nunito-SemiBold';
}
.footer-col.footer-col-4 ul.phone-no-foter {}
.footer-col.footer-col-4 li.phone-no span.footerphone {
    display: inline;
    font-size: 16px;
}
section.home-lower-banner-after .lower-banner-after-img-wrap a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.banner-section .map-section iframe {
    border-radius: 0;
}
section.Gold-sell-buy+section.sell-you-gold.section-gapping .sell-you-gold-para {
    /*min-height: 599px;*/
}
.sidebar.sticky-sidebar {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 272px !important;
    /* margin-top: 60px; */
}
table.bulk-price-show-hide-table {
    width: 100%;
}
table.bulk-price-show-hide-table thead th {
    vertical-align: middle;
    font-size: 19px;
    padding: 0 10px;
    font-family: 'Nunito-SemiBold';
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    color: #333;
}
table.bulk-price-show-hide-table tbody th, table.bulk-price-show-hide-table tbody td {
    font-size: 15px;
    font-family: 'Nunito-SemiBold';
    vertical-align: middle;
    text-align: left;
    padding: 3px 25px;
    width: 49%;
}
.bulk-price-show-hide-table tbody {
    padding-bottom: 14px;
    display: block;
}
.bulk-price-show-hide-table tbody * {
    display: inline-block;
    vertical-align: top;
    /* text-align: ; */
    /* width: 100%; */
}
.bulk-price-show-hide-table tbody tr {
    display: block;
}
.bulk-price-show .bulk-price-show-hide {
    display: block;
    margin-bottom: 15px;
}
.bulk-price-show-hide {
    display: none;
}
.australian-gold-count-right select {
    background-color: #21395B;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
    line-height: 286%;
    color: #fff;
    font-family: 'Nunito-SemiBold';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/drop-arrow.fw.png);
    background-position: 193px 19px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 48px;
}
button.remoe-button {
    background-color: transparent;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 30px 0 45px;
    border-radius: 4px;
}
button.remoe-button:hover {
    background-color: #333;
}
section#inner-banner.buy-bullions-banner.investment-banner .container {
    height: 197px;
}
.australian-gold-page-deatil-wrap-bottom {
    clear: both;
}
.australian-gold-page-deatil-wrap .owl-buttons {
    display: none;
}
.custom-quantity-input.smart-quntin-wrap-new {
    max-width: 89px;
}
.custom-quantity-input.smart-quntin-wrap-new input {
    max-width: 89px;
    background-color: #fff;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding-right: 38px;
    height: 46px;
    display: inline-block;
}
.custom-quantity-input.smart-quntin-wrap-new .quantity-input-up:before {
    top: 9px;
}
.fancybox-close {
    background: url(../images/fancybox_sprite.png) repeat scroll 0 0 !important;
    pointer-events: auto;
}
html.fancybox-lock {
    pointer-events: none;
}
.sidebar .content {
    background-color: #333333;
    padding: 20px 43px;
    display: none;
}
.sidebar .content li a {
    display: block;
    color: #fff;
    font-size: 15px;
    color: #FFFFFF;
    display: block;
    position: relative;
    line-height: 270%;
    padding-left: 20px;
    text-decoration: none;
}
.sidebar ul li a.active {
    background-color: #CBB119;
    color: #fff;
}
.sidebar ul li .set>a {
    border-bottom: 2px solid #fff;
    position: relative;
}
.set .fa {
    position: absolute;
    font-size: 0;
    right: 38px;
    top: 0;
}
.set .fa:before {
    content: none;
}
.fa-minus:before {
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 20px !important;
    color: #ffff;
}
.fa-plus:before {
    color: #ffff;
    content: "\f0d8";
    font-size: 20px !important;
    font-family: fontawesome;
}
.sidebar ul li .set>a.active:after {
    color: #fff;
    content: "\f0d8";
}
@media not all and (min-resolution:.001dpcm) {
    @media {
        .inner-banner.gold-loan-banner .container {
            width: 1270px;
        }
    }
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
/*12-1-2020*/
.historic-table {
    display: flex;
    overflow-x: auto;
}
.historic-gold-section .day-information .day-heading {
    background: #21395B;
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito-SemiBold';
    font-weight: normal;
    line-height: 120%;
    padding: 0 20px;
    height: 75px;
    border-right: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #fff;
}
.historic-gold-section .day-information .day-heading .day-name {
    display: block;
}
.historic-gold-section .day-information .day-heading .day-date {
    display: block;
    font-size: 16px;
    font-family: 'Nunito-Light';
    font-weight: 300;
    line-height: 1;
    margin: 4px 0 0;
    text-align: center;
}
.historic-gold-section .day-information .high {
    padding: 22px 10px;
    /* height: 105px; */
    text-align: center;
    font-size: 15px;
    font-family: 'Nunito-Light';
    font-weight: 300;
    background: rgba(51, 51, 51, 0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #CBB11B;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.historic-gold-section .day-information .high:nth-child(2n) {
    background: #333333;
}
/*.historic-gold-section .day-information .high .type::after {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-size: 8px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 7px 0;
    color: #fff;
}*/
.historic-gold-section .day-information .high .type::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -6px 7px 0;
    height: 9px;
    width: 9px;
    background: url("../images/Dot.svg") no-repeat;
    background-size: auto 9.1px;
    background-position: 0 0;
}
.historic-gold-section .day-information .price {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Nunito-SemiBold';
    line-height: 133%;
    margin-top: 10px;
}
/*.historic-gold-section .day-information .price::after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-left: 10px;
}*/
.historic-gold-section .day-information .price::after {
    content: "";
    /* font-family: 'FontAwesome'; */
    /* font-size: 24px; */
    margin-left: 10px;
    height: 24px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/Top_Arrow_3.svg") no-repeat;
    background-size: auto 8.1px;
    background-position: 0 9px;
}
.historic-gold-section .day-information .silver .price::after {
    background: url("../images/Top_Arrow_4.svg") no-repeat;
    background-size: auto 8.1px;
    background-position: 0px 9px;
}
.historic-gold-section .day-information .silver.low .price::after {
    background: url("../images/Bottom_Arrow_4.svg") no-repeat;
    background-size: auto 8.1px;
    background-position: 0 5px;
    margin-top: 4px;
}
.historic-gold-section .day-information .silver.high {
    color: #BBBBBB;
}
/*.historic-gold-section .day-information .low .price::after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-left: 10px;
}*/
.historic-gold-section .day-information .low .price::after {
    content: "";
    /* font-family: 'FontAwesome'; */
    /* font-size: 24px; */
    margin-left: 10px;
    height: 14px;
    width: 24px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/Bottom_Arrow_3.svg") no-repeat;
    background-size: auto 8.1px;
    background-position: 0 6px;
    margin-top: 4px;
}
/*social icon*/
.pool-contact-info .social-wrap .at-share-btn-elements {
    display: flex;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    margin: 0 7px 0 0;
    padding: 0;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper:last-child {
    margin-right: 0;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper svg {
    display: none;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper .at-icon-wrapper::before {
    content: "";
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-twitter .at-icon-wrapper::before {
    content: "";
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-linkedin .at-icon-wrapper::before {
    content: "";
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-compact.at-icon-wrapper::before {
    content: "";
    margin-right: 7px;
    height: 3px;
    width: 25px;
    display: block;
    background: #fff;
}
.pool-contact-info .social-wrap a:hover {
    /*background: #cbb21a !important;*/
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.pool-contact-info .at-resp-share-element .at-share-btn:focus,
.pool-contact-info .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-compact .at-icon-wrapper::before {
    display: none;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-compact {
    width: auto !important;
    background: rgb(255, 101, 80) !important;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-compact .at-icon-wrapper {
    width: auto !important;
    margin: 0;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-compact {
    padding: 0 10px;
    min-width: 50px;
    position: relative;
    padding-left: 34px;
}
.pool-map-section .pool-contact-info .social-wrap .googleplus{
    position: relative;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-compact.at-icon-wrapper::before,
.pool-map-section .pool-contact-info .social-wrap .googleplus::before {
    content: "";
    margin-right: 7px;
    height: 3px;
    width: 17px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    right: auto;
    margin: auto;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-compact.at-icon-wrapper::after,
.pool-map-section .pool-contact-info .social-wrap .googleplus::after {
    position: absolute;
    content: "";
    height: 19px;
    width: 3px;
    background: #fff;
    top: 0;
    right: auto;
    left: 18px;
    bottom: 0;
    margin: auto;
}
.pool-map-section .pool-contact-info .social-wrap .googleplus a {
    padding-left: 35px;
    padding-right: 15px;
    width: auto;
}
.buy-bullions-map-left .buy-bullions-operation-after li a {
    color: #fff;
}
.buy-bullions-map-left .buy-bullions-operation-after li a:hover {
    color: #cbb11b;
}
.at-resp-share-element .at4-share-count-container {
    line-height: 50px !important;
    padding-left: 12px;
    font-size: 17px !important;
}

/* Terms page */
/*15-1-2021*/
/*18-1-2021*/
/*term-condition,privacy policy,legal order*/
.info-page-heading {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 28px;
}
.info-page-heading h1 {
    color: #3B4959;
    padding-bottom: 15px;
    font-family: 'Nunito-SemiBold';
    position: relative;
    font-size: 35px;
    text-align: center;
    line-height: 158%;
    margin-bottom: 25px !important;
    font-weight: normal;
}
.info-page-heading h1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 130px;
    background-color: #CBB11B;
}
.term-policy-wrap .info-page-heading h2 {
    color: #3B4959;
    padding-bottom: 15px;
    font-family: 'Nunito-SemiBold';
    position: relative;
    font-size: 35px;
    text-align: center;
    line-height: 158%;
    margin-bottom: 25px !important;
    font-weight: normal;
}
.term-policy-wrap .info-page-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 130px;
    background-color: #CBB11B;
}
.term-policy-wrap .info-page-content h3 {
    font-family: 'Nunito-SemiBold';
    font-size: 19px;
    font-weight: normal;
    margin: 15px 0 15px 0;
    color: #3B4959;
    position: relative;
    line-height: 150%;
}
.term-policy-wrap .info-page-content h3::before {
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    vertical-align: top;
    background: #3b4959;
    border-radius: 10px;
    margin: 10px 11px 0 0;
}
.term-policy-wrap .info-page-content p {
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 15px;
    padding-left: 23px;
    position: relative;
}
/*.term-policy-wrap .info-page-content p::before {
    content: "";
    height: 3px;
    width: 10px;
    display: inline-block;
    vertical-align: top;
    background: #3b4959;
    border-radius: 10px;
    margin: 12px 7px 0 0;
}*/
.term-policy-wrap .info-page-content p a {
    color: #cbb11b;
    text-decoration: underline;
}
.term-policy-wrap .info-page-content p a:hover {
    color: #223a5c;
}
.privacy-police .info-page-content h3::before {
    display: none;
}
/*term-condition,privacy policy,legal order*/
.checkout-left form input[type="text"].input--error {
    border-color: red !important;
}

table.storageFeeRates tr td {
	text-align: center;
	vertical-align: middle;
}

/*social icon*/
.licence-btn p {
    color: #fff;
    font-size: 17px;
    display: block;
    padding: 0 15px;
    margin: -20px 0 10px 0 !important;
    line-height: 130%;
}
.footerlink {
    color: #ffffff;
}
.displayNone {
    display: none;
}

div#away-notice {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	color: red;
	background-color: white;
	border-bottom: 2px solid red;
	text-align: center;
}

#hCardFooterDisplayNone {
	display: none;
}

/* Header submenus */


.header-menu-wrap .desktop-menu ul.desktop-menu li.menu-contains-submenu {
	position: static;
}
.desktop-menu .menu-contains-submenu .submenu-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: auto;
	margin: auto;
	width: calc(100% - 15px);
	max-width: 1330px;
	background-color: #21395b;
	padding: 16px 25px 40px;
	margin-top: -1px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	-ms-transition: all 0.5s ease 0s !important;
	-o-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	z-index: 9999;
}
.desktop-menu .menu-contains-submenu:hover .submenu-wrap {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.desktop-menu .menu-contains-submenu .submenu-wrap .sub-menu-wrapper {
	max-width: 1075px;
	margin: 0 auto;
}
.desktop-menu .sub-menu-wrapper li a::after {
	display: none;
}
.desktop-menu .sub-menu-wrapper li a {
	padding: 0 !important;
}
.desktop-menu .sub-menu-wrapper li .submenu-coontent-wrap {
	display: inline-block;
	text-align: center;
}
.desktop-menu .sub-menu-wrapper li .submenu-coontent-wrap a {
	color: #fff;
	font-family: 'MyriadProSemibold';
	letter-spacing: 0.04px;
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
	line-height: normal;
}
.desktop-menu .sub-menu-wrapper li .submenu-coontent-wrap a:hover {
	color: #CBB11B;
}
.desktop-menu .sub-menu-wrapper li .submenu-coontent-wrap span {
	display: block;
	border: 1px solid #6765CF;
	margin-bottom: 11px;
}
.desktop-menu .sub-menu-wrapper li {
	margin-right: 0 !important;
	width: 23.35%;
	margin-right: 14.97% !important;
	vertical-align: top;
}
.desktop-menu .sub-menu-wrapper > li:nth-child(3n) {
	margin-right: 0 !important;
}
.menu-contains-submenu .submenu-arrow {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	left: 0;
	right: auto;
	top: 12px;
	bottom: auto;
}
.menu-contains-submenu .submenu-arrow::before {
	position: absolute;
	/*content: "\f107";*/
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	/*font-family: fontawesome;*/
	color: #fff;
	font-size: 17px;
	cursor: pointer;
}
.menu-contains-submenu:hover .submenu-arrow::before, .menu-contains-submenu.active > .submenu-arrow::before {
	color:#CBB11B;
}
.shopping-cart-content-table .quantity-input-up::before {
    height: 7px;
    width: 11px;
}
.shopping-cart-content-table .custom-quantity-input.smart-quntin-wrap-new .quantity-input-up::before {
    top: 17px !important;
}
.shopping-cart-content-table .quantity-input-down::before {
    right: 10px;
    top: 26px;
    width: 10px;
}

/* Click and collect */

.no-padding-top {
	padding-top: 0px !important;
}

.click-collect-content {
	text-align: center;
}

.clickcollectbutton {
	float: left;
	display: block;
	width: 50%;
	text-align: center;
}

@media all and (max-width: 740px) {

.clickcollectbutton {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

}

/*font-family: 'Nunito-Regular';
    font-family: 'Nunito-Bold';
    font-family: 'Nunito-Light';
    font-family: 'Nunito-SemiBold';
 * font-family: 'Nunito', sans-serif;*/