@font-face {
    font-family: 'timesnewroman';
    src: url('../fonts/timesnewroman.eot');
    src: url('../fonts/timesnewroman.eot') format('embedded-opentype'),
        url('../fonts/timesnewroman.woff2') format('woff2'),
        url('../fonts/timesnewroman.woff') format('woff'),
        url('../fonts/timesnewroman.ttf') format('truetype'),
        url('../fonts/timesnewroman.svg#timesnewroman') format('svg');
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
        url("../fonts/fa-solid-900.woff2") format("woff2"),
        url("../fonts/fa-solid-900.woff") format("woff"),
        url("../fonts/fa-solid-900.ttf") format("truetype"),
        url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

*======20-6-2022-feedback-changes-css========*/
.btn-wrap-head.mobile {
    display: none;
}

section#inner-banner {
    position: relative;
}
section#inner-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 27.1px;
    text-align: center;
    border-top: 1px solid #CBB11B;
    border-bottom: 1px solid #CBB11B;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.5);
}
section#inner-banner .inner-banner-content h1 {
    font-size: 45px;
    color: #3B4959;
    font-weight: normal;
}
section#inner-banner .inner-banner-content h2 {
    font-size: 45px;
    color: #3B4959;
    font-weight: normal;
}
section#inner-banner .inner-banner-content p {
    font-size: 22px;
    color: #3B4959;
    line-height: 140%;
    max-width: 1010px;
    margin: 0 auto;
}
section.bg-color {
    background: #F5F7F7;
}
.loan-rates-section .main-title,
.why-tack .main-title,
.pawn-loan-section .main-title,
.need-section .main-title,
.need-ul li h4 {
    color: #3B4959;
    padding-bottom: 15px;
    font-family: 'Nunito-SemiBold';
    position: relative;
    font-size: 35px;
    text-align: center;
}
.loan-rates-section .main-title::before,
.interest-rates p.before-line::before,
.need-ul li h4::before,
.tack-content h2::before,
.pawn-loan-section .main-title::before,
.need-section .main-title::before,
.refining-content h2::before,
.refining-content h1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 130px;
    background-color: #CBB11B;
}
.loan-rates p {
    text-align: center;
    font-size: 20px;
    line-height: 170%;
}
.loan-rates-section .loan-rates {
    margin-bottom: 30px !important;
}
.loan-rates-section .interest-rates {
    background-color: #fff;
    padding: 40px 180px;
    text-align: center;
}
.interest-rates h2.main-title {
    padding: 0;
    font-size: 32px;
}
.interest-rates h2.main-title::before {
    display: none;
}
.interest-rates table {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-family: 'Nunito-Regular';
    margin-bottom: 40px;
}
.interest-rates table th {
    padding: 10px 15px;
    color: #fff;
    background-color: #CBB11B;
    border-right: 1px solid #fff;
    font-weight: normal;
    font-size: 22px;
}
.interest-rates table td {
    vertical-align: middle;
    padding: 10px 15px;
    border-right: 1px solid #fff;
}
.interest-rates table tbody tr {
    background-color: rgba(51, 51, 51, 0.1);
}
.interest-rates table tbody tr:nth-child(2n) {
    background-color: rgba(51, 51, 51, 0.2);
}
.interest-rates p {
    text-align: center;
    line-height: 167%;
    font-size: 20px;
    color: #3B4959;
}
.interest-rates p.before-line {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
html body .btn,
.licence-btn {
    min-width: 330px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    background-color: #3B4959;
    margin-bottom: 25px;
    font-family: 'Nunito-Regular';
    font-size: 24px;
}
html body .btn:hover {
    color: #fff;
    background-color: #CBB11B;
}
.why-tack ul {
    margin: 0 auto;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why-tack ul::after {
    display: none;
}
.why-tack ul li {
    flex: 0 0 48%;
    max-width: 48%;
    border: 2px solid #3B4959;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 15px;
}
.why-tack ul li.tack-li {
    background-color: #3B4959;
}
.why-tack ul li .tack-img {
    flex: 0 0 40%;
    max-width: 208px;
    height: 208px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}
.why-tack ul li .tack-img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.why-tack ul li .tack-content {
    text-align: center;
    flex: 0 0 58%;
    max-width: 58%;
}
.tack-content h2 {
    line-height: 136%;
    color: #3B4959;
    font-family: 'Nunito-SemiBold';
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-weight: normal;
}
.tack-content h2::before,
.need-ul li h4::before {
    width: 103px;
}
.tack-content p {
    font-size: 18px;
    font-family: 'Nunito-Regular';
    line-height: 160%;
    color: #3B4959;
}
.why-tack ul li.tack-li .tack-content p,
.why-tack ul li.tack-li .tack-content h2 {
    color: #fff;
}
p.tack-content {
    text-align: center;
    font-family: 'Nunito-Regular';
    line-height: 170%;
    color: #3B4959;
    font-size: 20px;
    margin-bottom: 25px;
}
html body .btn.gold {
    display: table;
    margin: 0 auto;
    min-width: 300px;
    background-color: #CBB11B;
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
    box-shadow: 7px 7px 20px rgb(0 0 0 / 20%);
    font-family: 'Nunito-Regular';
    font-size: 18px;
}
html body .btn.gold:hover {
    background-color: #3B4959;
    color: #fff;
}
.pawn-loan-section .main-title,
.pawn-loan-section p,
.interest-section .main-title,
.interest-section p {
    text-align: center;
}
.pawn-loan-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pawn-loan-section ul li {
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0 1% 66px;
    position: relative;
}
.pawn-loan-section ul li img {
    width: 100%;
    height: 215px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.pawn-loan-section ul li .btn {
    position: absolute;
    bottom: -26px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 54px;
    line-height: 54px;
    background-color: #3B4959;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Nunito-Regular';
    box-shadow: 7px 7px 20px rgb(0 0 0 / 20%);
    min-width: auto;
}
/*.pawn-loan-section ul li .btn:hover {
    background-color: #CBB11B;
    color: #fff;
}*/
/*html body .btn.gold i {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}*/
html body .btn.gold i {
    margin-right: 10px;
    font-size: 0 !important;
    vertical-align: middle;
    height: 24px;
    width: 18.85px;
    background: url("../images/Call_2.svg") no-repeat;
    background-size: auto 19.1px;
    background-position: 0 1px;
}
.interest-section .interest-rates {
    background-color: #F5F7F7;
}
.interest-section .interest-rates p {
    font-family: 'Nunito-Regular';
}
.need-section .btn {
    margin: 0 auto;
    display: table;
    height: 45px;
    line-height: 45px;
    min-width: 280px;
    font-size: 20px;
}
.need-section ul.need-ul {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    padding-left: 50px;
}
.need-section ul.need-ul>li {
    flex: 0 0 45%;
    max-width: 45%;
    background-color: #fff;
    position: relative;
    padding: 50px;
}
.need-section ul.need-ul>li::before {
    content: "";
    position: absolute;
    left: 20px;
    right: -20px;
    bottom: -20px;
    margin: auto;
    top: 20px;
    border-right: 20px solid #3B4959;
    border-bottom: 20px solid #3B4959;
}
.licence-btn {
    margin: 0 auto;
    display: table;
    min-width: 800px;
    height: 125px;
    line-height: 125px;
    font-size: 20px;
    font-family: 'Nunito-SemiBold';
}
/*.licence-btn i {
    font-size: 58px;
    vertical-align: middle;
    margin-right: 20px;
}*/
.licence-btn i {
    font-size: 0 !important;
    vertical-align: middle;
    margin-right: 20px;
    height: 58px;
    width: 50px;
    background: url("../images/info_2.svg") no-repeat;
    background-size: auto 50.1px;
    background-position: 0 3px;
}
.need-ul li h4 {
    font-size: 26px;
}
.need-section ul.need-ul>li p {
    text-align: center;
    font-size: 18px;
    line-height: 160%;
}
ul.bullet-point {
    margin-top: 25px;
    position: relative;
}
ul.bullet-point::before {
    content: "";
    position: absolute;
    top: -92px;
    bottom: 0;
    right: -52px;
    margin: auto;
    border-right: 160px solid #3B4959;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    width: 0;
    height: 0;
}
ul.bullet-point::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url(../images/sprite1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 66px;
    height: 51px;
    z-index: 1;
    top: -92px;
}
ul.bullet-point.icon2::after {
    background-position: 0 -70px;
}
.bullet-point li {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    color: #3B4959;
    font-family: 'Nunito-Regular';
    line-height: 163%;
}
.bullet-point li::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: #CBB11B;
    top: 11px;
}
/************** Gold Refining Services ****************/
section#inner-banner.refining-services-banner .container {
    border: none;
    padding: 0 15px;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
}
.refining-content h1 {
    color: #fff;
    font-family: 'Nunito-SemiBold';
    padding-bottom: 15px;
    font-size: 30px;
    position: relative;
}
.refining-content h1::before {
    left: -40px;
}
.refining-content h1 .dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: #CBB119;
    border-radius: 100%;
    margin: 0 15px;
}
.refining-content h2 {
    color: #fff;
    font-family: 'Nunito-SemiBold';
    padding-bottom: 15px;
    font-size: 30px;
    position: relative;
}
.refining-content h2::before {
    left: -40px;
}
.refining-content h2 .dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: #CBB119;
    border-radius: 100%;
    margin: 0 15px;
}
.refining-content li {
    color: #fff;
    font-size: 20px;
    line-height: 170%;
    font-family: 'Nunito-Regular';
}
.refining-after-section p {
    text-align: center;
    max-width: 770px;
    margin: 0 auto 10px !important;
    font-size: 18px;
    line-height: 170%;
}
.mobile-view {
    display: none;
}
.sell-gold {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sell-gold .sell-img {
    flex: 0 0 40%;
    max-width: 40%;
}
.sell-gold .sell-img.right-img {
    order: 1;
}
.sell-gold .sell-content {
    flex: 0 0 57%;
    max-width: 57%;
}
.sell-content h3 {
    line-height: 165%;
    color: #3B4959;
    font-size: 28px;
    font-family: 'Nunito-SemiBold';
    margin: 0 0 5px;
}
.sell-content p {
    font-size: 18px;
    line-height: 170%;
}
html body .main-titles {
    color: #3B4959;
    font-family: 'Nunito-SemiBold';
    text-align: center;
    font-size: 28px;
    line-height: 158%;
    margin-bottom: 25px;
    font-weight: normal;
}
.australia-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.australia-section ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    flex: 0 0 49%;
    max-width: 49%;
    font-size: 17px;
    line-height: 160%;
    color: #333333;
    font-family: 'Nunito-Regular';
}
.australia-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #3B4959;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.service-following-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-following-section ul li {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 40px;
    text-align: center;
}
.service-following-section ul li .ser-img {
    margin: 0 auto 15px;
    display: table;
}
.service-following-section ul li p {
    line-height: 135%;
    color: #3B4959;
    font-family: 'Nunito-SemiBold';
    font-size: 22px;
}
.info-btn {
    text-align: center;
}
.info-btn a.btn.gold {
    min-width: 400px;
    font-family: 'Nunito-SemiBold';
}
.login-section {
    background-color: #3B4959;
}
html body .login-section .main-titles {
    color: #fff;
}
form.login-form {
    max-width: 1040px;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.login-form .field-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 200px);
    float: left;
    margin-bottom: 15px;
}
.login-form .field-wrap .field {
    flex: 0 0 48%;
    max-width: 48%;
}
html form.login-form .field-wrap .field input {
    background-color: #fff;
    height: 70px;
    margin: 0;
    font-size: 18px;
    color: #3B4959 !important;
    font-family: 'Nunito-Regular';
    padding: 0 40px;
}
.login-form .submit-btn-wrap {
    float: right;
    position: relative;
}
html form.login-form .submit-btn-wrap input[type="submit"] {
    width: 163px;
    height: 70px;
    line-height: 70px;
    background-color: #CBB11B;
    font-size: 20px;
    font-family: 'Nunito-SemiBold';
    margin: 0;
    border: 1px solid #CBB11B;
    color: #fff;
}
.login-form .submit-btn-wrap input[type="submit"]:hover {
    background-color: #fff;
    color: #CBB11B;
}
.submit-btn-wrap #ajaxLoader {
    position: absolute;
    right: -27px;
    top: 0;
    width: 20px;
    height: 20px;
    padding: 2px;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    margin: auto;
}
.message {
    clear: both;
    width: 100%;
}
.login-form #error,
.login-form #result {
    border: 1px solid;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
    line-height: normal;
    background-color: #fff;
    color: #ff0000;
    width: 100%;
}
.login-form #result {
    color: green;
}
.login-form .field-wrap .field input {
    border-color: transparent !important;
}
.login-form .field-wrap .field input.error {
    border-color: red !important;
}
section.bg-color a.btn:hover {
    color: #fff;
}
/*---checkout---*/
.checkout-wrap {
    margin-top: 42px;
}
.checkout-left {
    float: left;
    width: 54%;
}
.checkout-right {
    float: right;
    width: 42%;
}
h2.delivery-address-title {
    font-size: 20px;
    color: #21395B;
    font-weight: 400;
    line-height: 122%;
}
h2.delivery-title {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    font-family: 'Nunito-SemiBold';
    line-height: 1;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
}
.contact-info h4 {
    font-size: 18px;
    color: #21395B;
    font-weight: 400;
    line-height: 138%;
    margin-left: auto;
}
.contact-info h4 a {
    vertical-align: top;
    color: #DE1B1B;
}
.contact-info h4 a:hover,
.contact-info h4 a.active {
    vertical-align: top;
    color: #21395b;
}
.form-field input:not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
    border-color: #e6e6e6;
    padding: 0 40px;
    color: rgba(51, 51, 51, 0.8);
    font-size: 18px;
    font-family: 'Nunito-Regular';
    background: #fff;
}
.form-field {
    position: relative;
    margin: 0 0 17px;
}
.form-field.select select {
    height: 55px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Nunito-Regular';
    color: #333;
    display: block;
    width: 100%;
    padding: 13px 30px 0 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 500;
    text-shadow: 0 0;
}
.form-field.select select::-ms-expand {
    display: none;
}
.form-field.select:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 21px;
    font-size: 18px;
    pointer-events: none;
}
.form-field.right {
    float: right;
}
.form-field.left {
    float: left;
}
.form-field.w50 {
    width: 48.8%;
}
.fields3-wrap {
    display: flex;
    justify-content: space-between;
}
.fields3-wrap>.form-field {
    width: 32%;
}
.form-field>label:not(.checkbox) {
    position: absolute;
    left: 31px;
    pointer-events: none;
    z-index: 1;
    top: 19px;
    font-family: 'Nunito-Regular';
    line-height: 1;
    background: #fff;
    transition: all 0.5s;
    padding: 0 10px;
    color: rgba(51, 51, 51, 0.8);
    font-size: 18px;
}
.form-field.has-focus>label:not(.checkbox) {
    top: -6px;
    font-size: 14px;
}
.form-field.has-focus.select>label:not(.checkbox) {
    top: 7px;
    left: 20px;
}
label.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 32px;
    line-height: 22px;
    cursor: pointer;
    font-size: 15px;
}
label.checkbox span {
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
}
label.checkbox.subscribe-checkbox {
    margin-bottom: 52px;
}
label.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
label.checkbox span:before {
    content: "";
    border: 1px solid #DDDDDD;
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    font-family: 'FontAwesome';
    color: rgba(51, 51, 51, 0.8);
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
}
label.checkbox input:checked+span:before {
    content: "\f00c";
}
.return-continue {
    display: flex;
    align-items: center;
    margin-top: 52px;
}
.return-continue .btn.continue {
    margin: 0 0 0 auto;
    background: #CBB119;
    line-height: 43px;
    border: 0;
    height: 44px;
    font-size: 16px;
    min-width: 290px;
    border-radius: 4px;
    vertical-align: top;
}
.return-continue .btn.continue:hover {
    background: #21395B;
}
/*.return-continue .btn.continue:before {
    content: "\f0d1";
    font-family: 'FontAwesome';
    transform: scaleX(-1);
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}*/
.return-continue .btn.continue::before, 
.return-continue .submit-check::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    height: 16px;
    width: 20px;
    background: url("../images/Delivery.svg") no-repeat;
    background-size: auto 20px;
    background-position: 0 -2px;
}
.return-continue a.return-link {
    font-size: 17px;
    color: #DE1B1B;
    line-height: 138%;
    font-family: 'Nunito-Regular';
    display: inline-block;
    vertical-align: top;
}
.return-continue a.return-link:hover {
    color: #21395B;
}
.return-continue a.return-link:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
}
.product-samary {
    border: 1px solid #CCCCCC;
    background: #E9E9E9;
    padding: 35px;
    border-radius: 5px;
}
.delivery-address-wrapper .product-samary {
    margin-top: 45px;
}
.checkout-requirements {
    border: 2px solid #21395B;
    background: #fff;
    padding: 28px;
    border-radius: 5px;
}
.checkout-requirements h4 {
    font-size: 18px;
    line-height: 144%;
    color: #21395B;
    font-weight: 600;
    font-family: 'Nunito-Bold';
}
.checkout-requirements p {
    color: #21395B;
    font-size: 15px;
    line-height: 164%;
    margin: 0 0 10px;
}
.product-samary .product-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 7px;
}
.product-samary .product-image>span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #21395B;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    font-family: 'Nunito-Regular';
}
.product-samary .product-image {
    position: relative;
    max-width: 70px;
    max-height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.product-samary tbody tr {
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.product-samary tbody tr td {
    vertical-align: middle;
    padding: 15px 0;
}
.product-samary tbody tr td.prduct-name>span {
    width: calc(100% - 95px);
    display: inline-block;
    vertical-align: middle;
    line-height: 147%;
    font-size: 16px;
}
.product-samary tr td:last-child {
    text-align: right;
    padding-left: 20px !important;
}
.product-samary tr td .price {
    font-size: 16px;
    color: #21395B;
    display: block;
    font-family: 'Nunito-Bold';
    line-height: 160%;
    font-weight: 700;
}
.product-samary tr td b.price {
    color: #333333;
    font-size: 15px;
    line-height: 100%;
    display: block;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: 'Nunito-SemiBold';
}
.product-samary tfoot tr.total td {
    font-size: 17px;
    padding: 24px 0;
    border-top: 1px solid rgba(51, 51, 51, 0.3);
    line-height: 170%;
    vertical-align: middle;
}
.product-samary tfoot tr.subtotal td,
.product-samary tfoot tr.shipping td {
    font-size: 17px;
    line-height: 170%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
}
.product-samary tfoot tr.shipping td {
    padding: 0 0 15px;
}
.product-samary tfoot tr.subtotal td {
    padding: 15px 0 0;
}
.product-samary table {
    margin-bottom: 35px;
    width: 100%;
}
.login-toggle {
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0;
    border-width: 0px 0 1px;
    border-style: solid;
    border-color: #c1c1c1;
    display: none;
}
/*-----payment Methos-----*/
h3.delivery-box-title {
    font-size: 21px;
    color: #333333;
    line-height: 120%;
    font-weight: 500;
    font-family: 'Nunito-SemiBold';
    margin: 0 0 23px;
    text-shadow: 0 0 #333333;
}
h3.delivery-box-title span {
    display: block;
    font-family: 'Nunito-Regular';
    font-size: 15px;
    line-height: 140%;
    margin: 4px 0 0;
}
label.delivery-selection>h3 {
    font-size: 17px;
    color: #21395B;
    font-weight: 600;
    font-family: 'Nunito-SemiBold';
    line-height: 120%;
    margin: 0 0 6px;
}
.delivery-panel {
    border: 1px solid #CCCCCC;
    background: #E9E9E9;
    padding: 14px;
    border-radius: 5px;
}
.delivery-panel:not(:first-child) {
    margin-top: 30px;
}
label.delivery-selection p {
    font-size: 16px;
    color: #333333;
    line-height: 157%;
    font-family: 'Nunito-Regular';
}
label.delivery-selection input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
label.delivery-selection>span {
    background: #fff;
    border: 1px solid #CCCCCC;
    display: block;
    position: relative;
    padding: 29px 20px 21px 80px;
    border-radius: 5px;
}
label.delivery-selection>span:before {
    content: "";
    position: absolute;
    left: 40px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: #C2C2C2;
    border-radius: 50%;
    border: 3px solid #C2C2C2;
}
label.delivery-selection {
    position: relative;
    display: block;
}
label.delivery-selection:not(:first-child) {
    margin-top: 14px;
}
label.delivery-selection input:checked+span {
    background: rgba(203, 177, 25, 0.4);
}
label.delivery-selection input:checked+span:before {
    background: #333333;
    border-color: #fff;
}
.delivery-selection h3 {
    color: #21395B;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Nunito-SemiBold';
    margin: 0 0 8px;
    line-height: 140%;
}
.delivery-panel-title:not(:first-child) {
    margin-top: 55px;
}
.return-continue.center a.btn.continue {
    margin: 0 auto;
}
.conform-box {
    background: #fff;
    border: 1px solid #CCCCCC;
    display: block;
    position: relative;
    padding: 20px 85px 20px 45px;
    border-radius: 5px;
}
.customer-delivery {
    display: flex;
    justify-content: space-between;
}
.customer-delivery .w50 {
    width: calc(50% - 7px);
}
.conform-box h4 {
    font-size: 17px;
    color: #21395B;
    font-family: 'Nunito-SemiBold';
    font-weight: 400;
    line-height: 138%;
    margin: 0 0 8px;
}
.conform-box .edit-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e9e9e9;
    line-height: 29px;
    font-size: 14px;
    color: #21395B;
    font-family: 'Nunito-Bold';
    padding: 0 12px;
    border-radius: 5px;
}
.conform-box .edit-btn:hover {
    background: #e9e9e9;
    color: #fff;
}
.conform-box .edit-btn:before {
    content: "\f044";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
    vertical-align: top;
    line-height: 29px;
    font-weight: 400;
    text-shadow: 0 0;
}
.conform-box .edit-btn:hover {
    background: #21395B;
    color: #fff;
}
.conform-box p,
.conform-box ul {
    font-size: 15px;
    /* font-family: 'Nunito-Regular'; */
    line-height: 157%;
    font-family: 'Nunito-SemiBold';
    font-weight: 400;
}
.conform-box p:not(:last-child) {
    margin-bottom: 5px;
}
.customer-delivery li:not(:last-child) {
    margin-bottom: 6px;
}
.customer-delivery li {
    position: relative;
    padding-left: 22px;
    font-family: 'Nunito-SemiBold';
    font-weight: 400;
}
.customer-delivery li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    width: 17px;
    text-align: center;
    color: #21395B;
    font-size: 18px;
}
.customer-delivery li.address:before {
    content: "\f041";
}
.customer-delivery li.email:before {
    content: "\f0e0";
    font-size: 15px;
}
.customer-delivery li.phone:before {
    content: "\f095";
}
.conform-box p strong {
    color: #21395B;
    font-family: 'Nunito-SemiBold';
    font-weight: 500;
    display: block;
    line-height: 140%;
}
.conform-box p strong a {
    text-decoration: underline;
    color: #cbb21a;
}
.conform-box p strong a:hover {
    color: #21395B;
}
.conform-box p label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.conform-box p label {
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    display: inline-block;
}
.conform-box p label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #21395B;
    width: 15px;
    height: 15px;
    font-family: 'FontAwesome';
    line-height: 13px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 11px;
    border-radius: 2px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.conform-box p label input:checked+span::before {
    content: "\f00c";
    background: #21395B;
}
/*-----pool page----*/
section.pool-how-work {
    background: #F5F7F7;
}
.pool-how-work ul {
    max-width: 1180px;
    margin: 0 auto;
}
.pool-how-work ul>li {
    font-size: 20px;
    text-align: center;
    color: #333333;
    line-height: 167%;
    width: 25%;
    font-family: 'Nunito-Regular';
    position: relative;
    float: left;
    padding: 0px 12px 0px 12px;
}
.pool-how-work ul>li:not(:nth-last-child(-n+ 3)) {
    /*margin: 0 auto 70px;*/
}
.pool-how-work ul>li:before {
    content: "";
    height: 133px;
    width: 133px;
    border: 4px solid #21395B;
    display: block;
    margin: 0 auto 16px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../images/pool-work-icon.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
}
.pool-how-work ul>li:nth-child(1):before {
    background-position-x: -83px;
}
.pool-how-work ul>li:nth-child(2):before {
    background-position-x: -190px;
}
.pool-how-work ul>li:nth-child(3):before {
    background-position-x: -299px;
}
.pool-how-work ul>li:nth-child(4):before {
    background-position-x: -399px;
}
.pool-how-work ul>li span {
    position: absolute;
    border: 3px solid #fff;
    background: #CBB119;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    position: absolute;
    left: 105px;
    right: 0;
    margin: 0 auto;
    top: -4px;
}
.about-pool-images {
    width: 28%;
    padding-left: 17px;
}
.about-pool-images {
    float: right;
}
.about-pool-images>ul {
    margin: 0 -6.5px;
}
.about-pool-images>ul>li {
    padding: 0 6.5px;
    float: left;
    margin-bottom: 13px;
}
.about-pool-images li.w50 {
    width: 50%;
}
.about-pool-images li.w33 {
    width: 33.33%;
}
.about-pool-images>ul>li:last-child {
    margin-bottom: 0;
}
.about-pool-images>ul>li>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}
.about-poo-content {
    float: left;
    width: 68%;
}
.about-poo-content ul li:not(.note),
.pool-continue-video-wrap .left ul li {
    font-size: 17px;
    color: #333333;
    font-family: 'Nunito-SemiBold';
    line-height: 174%;
    padding-left: 20px;
    position: relative;
}
.about-poo-content ul li:not(.note):before,
.pool-continue-video-wrap .left ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #CBB119;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
}
/*.about-poo-content ul li.note:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    font-size: 32px;
    vertical-align: middle;
    margin: 0 15px 0 0;
    line-height: 1;
}*/
.about-poo-content ul li.note::before {
    content: "";
    margin: 0 15px 0 0;
    line-height: 1;
    height: 32px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/info.svg") no-repeat;
    background-size: auto 28px;
    background-position: 0px 1px;
}
.about-poo-content ul li.note {
    border: 1px solid #223A5C;
    font-family: 'Nunito-Regular';
    text-align: center;
    color: #223A5C;
    padding: 17px;
}
.about-poo-content ul li:not(:last-child) {
    margin-bottom: 20px;
}
.about-pool-btn {
    text-align: center;
    padding: 35px 0 0;
}
.about-pool-btn>a:hover {
    background: #cbb21a;
}
.about-pool-btn>a:hover:before {
    color: #cbb21a;
}
.about-pool-btn>a {
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #21395B;
    vertical-align: top;
    max-width: 508px;
    width: 100%;
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    margin: 0 auto;
}
/*.about-pool-btn>a:before {
    content: "\f095";
    font-family: 'FontAwesome';
    width: 33px;
    flex: 0 0 33px;
    height: 33px;
    background: #fff;
    color: #21395B;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    border-radius: 50%;
    font-size: 26px;
    margin: 0 20px 0 0;
    transition: all 0.5s;
}*/
.about-pool-btn > a::before {
    content: "";
    width: 33px;
    height: 33px;
    color: #21395B;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 20px 0 0;
    transition: all 0.5s;
    background: url("../images/Call.svg") no-repeat;
    background-size: auto 33px;
    background-position: -1px 0;
}
.pool-map {
    display: flex;
}
.pool-map iframe {
    /* flex: 1 1 auto; */
    display: block;
    height: auto;
    width: 100%;
}
.pool-contact-info {
    background: #21395b;
    flex: 0 0 475px;
    padding: 40px 60px 30px 80px;
}
.pool-contact-info>h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'Nunito-Bold';
    line-height: 1;
    margin: 0 0 20px;
}
.pool-contact-info .info li {
    color: rgb(255, 255, 255);
    font-family: Nunito-SemiBold;
    font-size: 18px;
    line-height: 150%;
    padding-left: 25px;
    position: relative;
}
.pool-contact-info .info li::before {
    content: "";
    background-image: url(../images/sprite.png);
    width: 17px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}
.pool-contact-info .info li.address::before {
    background-position: -365px -19px;
}
.pool-contact-info .info li.phone::before {
    background-position: -461px -25px;
}
.pool-contact-info .info li a {
    color: inherit;
}
.pool-contact-info .info li a:hover {
    color: #cbb21a;
}
.pool-contact-info li.address {
    margin-bottom: 15px;
}
.pool-contact-info .social-wrap>h4 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito-Regular';
    font-weight: 400;
    font-style: italic;
}
.pool-contact-info .social-wrap a {
    color: #fff;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    background: url("../images/facebook.svg") no-repeat;
    background-size: auto 50px;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-twitter {
    background: url("../images/twitter.svg") no-repeat;
    background-size: auto 48.1px;
    background-position: 0 0;
    margin-top: 0;
}
.pool-contact-info .social-wrap .at-share-btn-elements .at-icon-wrapper.at-svc-linkedin {
    background: url("../images/linkedin.svg") no-repeat;
    background-size: auto 48.1px;
    background-position: 0 0;
    margin-top: 0;
}
.pool-contact-info .social-wrap li {
    float: left;
}
.pool-contact-info .social-wrap li:not(:last-child) {
    margin-right: 7px;
}
.pool-contact-info .social-wrap {
    max-width: 251px;
    margin: 52px 0 0;
}
.pool-contact-info .social-wrap a:before {
    /*font-family: 'FontAwesome';
    font-size: 22px;*/
}
.pool-contact-info .social-wrap .facebook a {
    /*background: #3B5999;*/
}
.pool-contact-info .social-wrap .twitter a {
    /* background: #1DA1F3; */
    background: url("../images/twitter.svg") no-repeat;
    background-size: auto 50px;
}
.pool-contact-info .social-wrap .linked a {
    background: url("../images/linkedin.svg") no-repeat;
    background-size: auto 50px;
}
.pool-contact-info .social-wrap .googleplus a {
    background: #FF6551;
    width: 80px;
    font-size: 16px;
}
.pool-contact-info .social-wrap .facebook a:before {
    /*content: "\f09a";*/
}
.pool-contact-info .social-wrap .twitter a:before {
    /*content: "\f099";*/
}
.pool-contact-info .social-wrap .linked a:before {
    /*content: "\f0e1";*/
}
.pool-contact-info .social-wrap .googleplus a:before {
    /*content: "\f067";*/
    margin-right: 7px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 100;
}
.pool-contact-info .social-wrap a:hover {
    /* background: #cbb21a !important; */
    opacity: 0.7;
}
.pool-map-section.section-gapping {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.existing-signin {
    border-width: 1px 0;
    border-style: solid;
    display: flex;
    align-items: center;
    border-color: #cbb21a;
    padding: 15px 0;
    justify-content: center;
    margin: 15px 0;
    color: #21395B;
}
.pool-continue-video-wrap ul {
    margin: 0 0 20px;
}
.existing-signin a {
    background: #21395B;
    line-height: 42px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 5px;
    font-family: 'Nunito-Light';
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    min-width: 124px;
    text-align: center;
    margin: 0 0 0px 15px;
}
.existing-signin a:hover {
    background: #cbb21a;
}
a.existing {
    background: #21395B;
    line-height: 42px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 5px;
    font-family: 'Nunito-Light';
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    min-width: 124px;
    text-align: center;
    margin: 0 0 0px 15px;
}
a.existing:hover {
    background: #cbb21a;
}
.existing-signin:before {
    content: "";
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    margin-right: 13px;
    background: url(../images/user-lock-solid.svg)no-repeat center;
    background-color: #21395B;
    background-size: 16px;
}
.pool-continue-video-wrap h1 span {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 120%;
    font-family: 'Nunito-Bold';
    font-weight: 700;
    margin-top: 5px;
}
.pool-continue-video-wrap h3 span {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 120%;
    font-family: 'Nunito-Bold';
    font-weight: 700;
    margin-top: 5px;
}
h1.pool-main-title {
    font-size: 24px;
    font-family: 'Nunito-SemiBold';
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    color: #21395b;
}
h3.pool-main-title {
    font-size: 24px;
    font-family: 'Nunito-SemiBold';
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    color: #21395b;
}
.pool-continue-video-wrap .left {
    float: left;
    width: 38%;
}
.pool-continue-video-wrap .right {
    float: right;
    width: 50%;
}
.pool-continue-video-wrap iframe {
    width: 100%;
    display: block;
    height: 340px;
}
html body .pool-continue-video-wrap .btn {
    color: #fff;
    line-height: 44px;
    height: 43px;
    font-size: 15px;
    min-width: 149px;
    background: #cbb21a;
    border-radius: 5px;
    font-weight: 300;
    font-family: 'Nunito-Light';
    margin: 0;
}
html body .pool-continue-video-wrap .btn:hover {
    background: #21395b;
}
.pool-how-work .pool-main-title:after,
h3.pool-main-title.mobile-show:after,
h1.pool-main-title.mobile-show:after {
    background: #CBB119;
    width: 96px;
    display: block;
    margin: 25px auto 0;
    height: 1px;
    content: "";
}
.pool-how-work .pool-main-title {
    text-align: center;
    margin-bottom: 46px;
}
.pool-continue-video-wrap li:not(:last-child) {
    margin-bottom: 10px;
}
h1.pool-main-title.mobile-show {
    display: none;
}
h3.pool-main-title.mobile-show {
    display: none;
}
section.benefits-smsf-section {
    background: #F5F7F7;
}
/*------investment----------*/
.investment-smsf .right {
    float: right;
    width: 34%;
    padding-left: 19px;
}
.investment-smsf .left {
    float: left;
    width: 64%;
    padding-right: 15px;
}
.investment-smsf p {
    line-height: 180%;
    margin: 0 0 11px;
}
h3.investment-main-title {
    font-size: 30px;
    color: #21395B;
    font-family: 'Nunito-SemiBold';
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 13px;
}
h3.investment-main-title.center {
    text-align: center;
    margin-bottom: 30px;
}
.benefits-smsf .left {
    float: left;
    width: 33%;
}
.benefits-smsf .left img:not(:last-child) {
    margin-bottom: 20px;
}
.benefits-smsf .right {
    float: right;
    width: 66%;
}
.benefits-smsf .right li {
    font-size: 18px;
    color: #333;
    font-family: 'Nunito-SemiBold';
    line-height: 170%;
    padding-left: 28px;
    position: relative;
}
.benefits-smsf .right li:not(:last-child) {
    margin-bottom: 13px;
}
.benefits-smsf .right li:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    content: "";
    display: block;
    background: #cbb21a;
    border-radius: 50%;
}
.benefits-smsf .right {
    float: right;
    width: 62%;
}
.visit-office-smsf p {
    font-size: 20px;
    line-height: 195%;
}
.visit-office-smsf {
    max-width: 880px;
    text-align: center;
    margin: 0 auto;
}
html body .visit-office-smsf a.btn {
    background: #CBB11B;
    line-height: 49px;
    font-size: 18px;
    height: 49px;
    border-radius: 5px;
    font-weight: 400;
    min-width: 316px;
}
html body .visit-office-smsf a.btn:hover {
    background: #21395b;
}
.investment-smsf img,
.benefits-smsf .left img {
    height: auto;
    width: auto;
}
/*------investment----------*/
.price-list-chart.section-gapping {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#price-list-menu {
	background-color: #f5f7f7;
}
.price-list-one-wrap {
    display: flex;
}
.price-list-one.right {
    margin-left: auto;
}
.price-list-one {
    background: #21395B;
    display: flex;
    flex: 0 0 100%;
}
.price-list-one img {
    max-height: 240px;
}
.price-list-one .price-list-one-left {
    align-self: center;
    text-align: center;
    /* flex: 1 1 auto; */
    padding: 20px;
    width: 100%;
}
.price-list-one-left * {
    font-size: 24px;
    color: #fff;
    font-family: 'Nunito-SemiBold';
    font-weight: normal;
    margin: 0;
}
.price-list-one-left h3.price-title {
    font-size: 20px;
    margin-bottom: 17px;
}
.price-list-one-left h6 {
    font-size: 14px;
    line-height: 150%;
    font-family: 'Nunito-Regular';
    font-weight: normal;
}
.price-list-one-left h4 {
    font-size: 26px;
    line-height: 150%;
}
.price-list-one-left h3.price-title:after,
.price-list-one-left h5:after {
    content: "";
    background: #CBB11B;
    width: 100px;
    height: 1px;
    display: block;
    margin: 19px auto 0;
}
.price-list-one-left h5 {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
}
section.price-list-row-one {
    background: #F5F7F7;
}
section.price-list-row-one.section-gapping {
    padding: 30px 0;
}
.price-list-two {
	width: 100%;
	height: auto;
	display: table;
    border-spacing: 20px;
    border-collapse: separate;
    margin: 0 auto;
    max-width: 1300px;
}
.price-list-two a {
	display: table-cell;
	width: 22%;
	height: auto;
	font-size: 17px;
	background-color: #ffffff;
	color: #21395b;
	border-radius: 10px;
	text-align: center;
	padding: 8px;
	border: 2px solid #21395b;
	vertical-align: middle;
}
.price-list-two a:hover {
	display: table-cell;
	width: 22%;
	height: auto;
	font-size: 17px;
	background-color: #cbb11b;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	padding: 8px;
	border: 2px solid #cbb11b;
	vertical-align: middle;
}
a.current-price {
	background-color: #cbb11b !important;
	border: 2px solid #cbb11b;
	color: #ffffff;
}
a.current-price:hover {
	background-color: #cbb11b !important;
	border: 2px solid #cbb11b;
	color: #ffffff;
}
.price-list-two-img {
    width: 48.5%;
    float: left;
    position: relative;
}
.price-list-two-img.right {
    float: right;
}
.price-list-two-img img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.price-list-two-img.left .price-list-two-title {
    color: #CBB11B;
}
.price-list-two-img .price-list-two-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Nunito-SemiBold';
}
h2.price-main-title {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Nunito-SemiBold';
    line-height: 1;
    margin: 0 0 37px;
    padding-top: 50px;
}
h2.price-main-title:after {
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    background: #CBB11B;
    margin: 25px auto 0;
}
.price-list-three-wrap>div {
    float: left;
    width: 30.3%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 42px 1.5%;
    background-repeat: no-repeat;
    background-size: cover;
}
.price-list-three-wrap>div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333333;
    display: block;
    opacity: 0.7;
}
.price-list-three-wrap>.left {
	margin-right: 4.5%;
}
.price-list-three-wrap>.right {
    float: right;
}
.price-list-three-wrap a.Click.Here {
    background: #CBB11B;
    line-height: 65px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-family: 'Nunito-SemiBold';
    color: #333333;
    position: relative;
    z-index: 3;
    border-radius: 5px;
    min-width: 153px;
    flex: 0 0 153px;
    text-align: center;
    margin-left: auto;
}
.price-list-three-wrap h3 {
    font-size: 18px;
    font-family: 'Nunito-SemiBold';
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: normal;
    line-height: 164%;
    margin: 0 31px 0 0;
}
.price-list-three-wrap a.Click.Here:hover {
    background: #21395b;
    color: #fff;
}
.price-list-row-three {
    background: #f5f7f7;
}
.price-chart-table table.price-chart {
    width: 100%;
}
.price-chart-banner {
    margin-top: 50px;
}
.price-three-btn:before,
.price-three-btn:after {
    content: " ";
    background-image: url(../images/sprite.png);
    content: " ";
    background-position: -240px -200px;
    width: 37px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.price-three-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 43px 0 0;
}
.price-three-btn span {
    margin: 0 30px;
    display: inline-block;
    font-family: 'Nunito-SemiBold';
    font-size: 20px;
}
.price-chart-banner h3.price-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 210%;
    color: #1B3F71;
    margin: 0;
    font-family: 'Nunito-Light';
    margin-top: -15px;
}
.price-chart-banner p {
    font-size: 17px;
    position: relative;
    padding-left: 8px;
    line-height: 136%;
    color: #1B3F71;
    font-family: 'Nunito-Regular';
    border-left: 9px solid #CBB11B;
    max-width: 680px;
}
.price-chart-banner .container {
    display: flex;
    align-items: center;
}
.price-chart-banner .left {
    flex: 1 1 auto;
    padding-right: 35px;
    padding-top: 7px;
}
.price-chart-banner .right {
    margin-left: auto;
    flex: 0 0 269px;
}
table.price-chart thead th {
    height: 82px;
    background-color: #21395B;
    color: #fff;
    font-size: 24px;
    padding: 0 10px;
    font-family: 'Nunito-SemiBold';
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
}
.price-chart tbody tr.head th {
    color: #fff;
    font-size: 19px;
    font-family: 'Nunito-Regular';
    padding: 0 10px;
    height: 52px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
.price-chart tbody td {
    font-size: 15px;
    font-family: 'Nunito-Regular';
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    height: 52px;
}
.chart-table-container {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.chart-table-container .price-chart-table {
    width: 49.9%;
    padding: 0 15px;
    margin-top: 45px;
}
.chart-table-container .price-chart-table-fullwidth {
	display: block;
    width: 100%;
    padding: 0 15px;
    margin-top: 45px !important;
}
.price-chart-table-fullwidth table {
	width: 85%;
	margin: 0 auto;
}
.price-chart-table-fullwidth table tr td:nth-child(1) {
	text-align: left;
	padding-left: 5%;
}
.price-chart-content {
    max-width: 679px;
    margin: 0 auto;
}
.price-chart-content>p {
    font-size: 16px;
    text-align: center;
    line-height: 150%;
    margin: 0 0 14px;
}
.price-list-chart.gold {
    padding-bottom: 50px;
}
.price-list-chart.silver {
    padding-top: 1px;
    padding-bottom: 50px;
}
.gold .price-chart tbody tr:nth-child(2n+1) {
    background: rgba(203, 177, 27, 0.6);
}
.gold .price-chart-banner {
    background: #E7DB9D;
}
.gold .price-chart tbody tr.head {
    background: #CBB11B !important;
}
.silver .price-chart tbody tr:nth-child(2n+1) {
    background: rgba(115, 115, 115, 0.4);
}
.silver .price-chart-banner {
    background: #DBDBDB;
}
.silver .price-chart tbody tr.head {
    background: #737373 !important;
}
/*--------*/
.historic-gold-section h3 {
    text-align: center;
    font-size: 28px;
    font-family: 'Nunito-SemiBold';
    line-height: 165%;
    margin: 0 0 20px;
}
.historic-gold-table table {
    width: 100%;
}
.historic-gold-table thead th {
    background: #21395B;
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito-SemiBold';
    font-weight: normal;
    line-height: 120%;
    padding: 0 20px;
    height: 75px;
    border: 1px solid #fff;
}
.historic-gold-table thead th span {
    display: block;
    font-size: 16px;
    font-family: 'Nunito-Light';
    font-weight: 300;
    line-height: 1;
    margin: 4px 0 0;
}
.historic-gold-table tbody td {
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 0 10px;
    height: 105px;
    text-align: center;
    font-size: 15px;
    font-family: 'Nunito-Light';
    font-weight: 300;
}
.historic-gold-table tbody td .price {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Nunito-SemiBold';
    line-height: 133%;
    margin-top: 10px;
}
.historic-gold-table tbody td div span {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
/*.historic-gold-table tbody td .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;
}*/
span.time::before, span.type::before {
    margin-right: 8px;
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url("../images/Gold.svg") no-repeat;
    background-size: auto 17.1px;
    background-position: 0 0;
}
.silver span.time::before, .silver span.type::before {
    background: url("../images/Gold_2.svg") no-repeat;
    background-size: auto 17.1px;
    background-position: 0 0;
}
span.time:before,
span.type:before {
   /* font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    margin-right: 8px;*/
}
span.time:before {
   /* content: "\f017";*/
   content: "";
}
span.time::before {
    content: "";
    background: url("../images/Time.svg") no-repeat;
    background-size: auto 16.1px;
    background-position: 0 0px;
}
.silver span.time::before{
    background: url("../images/Time_2.svg") no-repeat;
    background-size: auto 16.1px;
    background-position: 0 0px;
}
span.type:before {
    /*content: "\f51e";*/
    content: "";
}
.historic-gold-table tbody tr:nth-child(2n+2) {
    background: rgba(51, 51, 51, 0.9);
}
.historic-gold-table tbody tr {
    background: #333333;
}
.historic-gold-table tbody td.gold {
    color: #CBB11B;
}
.historic-gold-table tbody td.silver {
    color: #BBBBBB;
}
.historic-gold-table tbody td.high .price:after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-left: 10px;
}
.historic-gold-table tbody td.low .price:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-left: 10px;
}
.financial-year-table>ul {
    display: flex;
    margin: -40px -20px 0;
    flex-wrap: wrap;
}
.financial-year-table>ul>li {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    padding: 0 20px;
    margin-top: 41px;
}
.financial-year-block {
    height: 100%;
    background: #fff;
    text-align: center;
    border: 1px solid #21395B;
    border-radius: 5px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
    padding: 24px 10px 20px;
}
.financial-year-block h3.year {
    background: #21395B;
    line-height: 42px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    font-size: 20px;
    border-radius: 5px;
    font-family: 'Nunito-Light';
    font-weight: 300;
}
.financial-year-block>div {
    font-size: 15px;
    font-family: 'Nunito-SemiBold';
    line-height: 130%;
    margin: 5px 0;
}
.financial-year-block>div.low:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 7px;
}
/*.financial-year-block>div.high:after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 7px;
}*/
.financial-year-block > div.high::after {
    content: "";
    /* font-family: 'FontAwesome'; */
    /* font-size: 14px; */
    margin-left: 7px;
    height: 14px;
    width: 10px;
    display: inline-block;
    background: url("../images/Top_Arrow_3.svg") no-repeat;
    background-size: auto 5.1px;
    background-position: 0 bottom;
    margin-bottom: 2px;
}
.financial-year-block > div.silver.high::after {
    background: url("../images/Top_Arrow.svg") no-repeat;
    background-size: auto 5.1px;
    background-position: 0 bottom;
    margin-bottom: 2px;
}
.financial-year-block>div.gold {
    color: #CBB11B;
}
.financial-year-block>div.silver {
    color: #333333;
}
.financial-year-block span {
    font-size: 13px;
    font-style: normal;
    display: block;
    line-height: 1;
    margin: 13px 0 0;
}
.price-chart-table.gold table.price-chart thead th {
    background: #E7DB9D;
}
.price-chart-table.silver table.price-chart thead th {
    background: #DBDBDB;
}
.required {
    color: red;
}
.form-field>label span {
    color: #f00;
}
h2.pool-main-title {
    color: #21395B;
}
.main-content {
    min-height: 500px;
}
/*
section.price-list-chart.section-gapping.silver {
    padding: -0;
}*/
section.price-list-chart.section-gapping.silver .price-chart-banner p {
    border-color: #6F6F6F !important;
}
.price-chart-banner .price-content-max {
    max-width: 896px;
}
.price-chart tbody tr.head th:first-child {
    text-align: left;
    margin-left: -28px;
    padding-left: 50px;
}
.price-chart-table.black.right-border table td,
.price-chart-table.black.right-border table th {
    border-right: 1px solid rgba(51, 51, 51, 0.40);
}
.price-chart-table.black.right-border table td:last-child,
.price-chart-table.black.right-border table th:last-child {
    border-right: 0;
}
.price-chart-table table.blue-title-table thead th {
    color: #21395B;
}
.form-field.phone-mark::after {
    content: "\f059";
    font-family: 'FontAwesome';
    position: absolute;
    right: 16px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 19px;
    color: #666;
}
section#inner-banner.gold-loan-banner .container {
    background: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    padding: 0;
    border: 0;
}
/*
    font-family: 'Nunito-Regular';
    font-family: 'Nunito-Bold';
    font-family: 'Nunito-Light';
    font-family: 'Nunito-SemiBold';
    font-family: 'Nunito', sans-serif;
    font-family: 'timesnewroman';
*/
/****************responsive************************************************/
@media screen and (min-width:1380px) and (max-width:1500px) {
    ul.bullet-point::before {
        right: -52px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
	.price-list-one-left h5 {
		margin-bottom: 5px;
	}
    section#inner-banner .container {
        top: 27px;
        padding: 15px;
    }
    section#inner-banner.buy-bullions-banner .container {
        /*height: 130px;*/
    }
    section#inner-banner .inner-banner-content h1 {
        font-size: 24px;
    }
    section#inner-banner .inner-banner-content h2 {
        font-size: 24px;
    }
    section#inner-banner .inner-banner-content p {
        font-size: 19px;
        max-width: 890px;
    }
    .loan-rates-section .main-title,
    .why-tack .main-title,
    .pawn-loan-section .main-title,
    .need-section .main-title,
    .need-ul li h4,
    .interest-rates h2.main-title {
        font-size: 25px;
    }
    .loan-rates p {
        font-size: 16px;
        line-height: 160%;
    }
    .loan-rates-section .interest-rates {
        padding: 40px;
    }
    .interest-rates table th {
        font-size: 20px;
    }
    .interest-rates table {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .interest-rates p {
        line-height: 155%;
        font-size: 16px;
        padding: 0;
    }
    html body .btn {
        min-width: 300px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
    }
    .why-tack ul li .tack-img {
        max-width: 170px;
        height: 170px;
    }
    .tack-content h2 {
        font-size: 21px;
    }
    .tack-content p,
    .need-section ul.need-ul>li p {
        font-size: 16px;
    }
    .need-section ul.need-ul>li {
        padding: 30px;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .need-section ul.need-ul {
        margin-top: 35px;
        margin-bottom: 70px;
    }
    .need-section ul.need-ul>li::before {
        left: 10px;
        right: -10px;
        bottom: -10px;
        top: 10px;
        border-right: 10px solid #3B4959;
        border-bottom: 10px solid #3B4959;
    }
    .bullet-point li {
        font-size: 15px;
    }
    ul.bullet-point::before {
        right: -40px;
        border-right: 110px solid #3B4959;
        border-top: 80px solid transparent;
        border-bottom: 80px solid transparent;
    }
    ul.bullet-point::after {
        right: -30px;
        width: 50px;
        height: 40px;
        background-size: 50px;
    }
    ul.bullet-point.icon2::after {
        background-position: 0 -53px;
    }
    .section-gapping {
        padding: 45px 0;
    }
    .refining-content h1 {
        font-size: 22px;
    }
    .refining-content h2 {
        font-size: 22px;
    }
    .refining-content li {
        font-size: 17px;
    }
    .australia-section ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    /*---checkout----*/
    .delivery-address-wrapper .product-samary {
        padding: 20px;
    }
    .checkout-requirements {
        padding: 25px 20px;
    }
    .product-samary tr td .price {
        font-size: 15px;
        line-height: 150%;
    }
    .product-samary tr td:last-child {
        padding-left: 10px !important;
    }
    .product-samary .product-image {
        max-width: 65px;
        max-height: 65px;
        margin-right: 10px;
    }
    .product-samary tbody tr td.prduct-name>span {
        width: calc(100% - 80px);
        line-height: 120%;
        font-size: 15px;
    }
    .product-samary tr td b.price {
        font-size: 14px;
    }
    .checkout-right {
        width: 44%;
    }
    .checkout-requirements h4 {
        font-size: 17px;
    }
    /*---order Conform----*/
    .conform-box {
        padding: 20px 35px 20px 15px;
    }
    .conform-box .edit-btn {
        top: 10px;
        right: 10px;
        line-height: 29px;
        font-size: 14px;
        padding: 0 7px;
    }
    .conform-box .edit-btn:before {
        font-size: 15px;
        margin-right: 5px;
    }
    .conform-box h4 {
        font-size: 15px;
        margin: 0 0 8px;
    }
    .conform-box p,
    .conform-box ul {
        font-size: 14px;
        line-height: 155%;
    }
    .pool-contact-info {
        flex: 0 0 340px;
        padding: 40px 20px 30px 40px;
    }
    .pool-continue-video-wrap .left {
        width: 45%;
    }
    .pool-continue-video-wrap .right {
        width: 52%;
    }
    .pool-contact-info>h3 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .pool-contact-info .info li {
        font-size: 16px;
    }
    h1.pool-main-title {
        font-size: 21px;
    }
    h3.pool-main-title {
        font-size: 21px;
    }
    .pool-how-work ul>li {
        padding: 0 25px;
    }
    .pool-how-work ul>li:not(:nth-last-child(-n+ 3)) {
        margin: 0 auto 50px;
    }
    .pool-how-work ul {
        max-width: 980px;
        margin: 0 auto;
    }
    .about-poo-content {
        width: 70%;
    }
    .price-list-one-left h3.price-title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .price-list-one-left h6 {
        font-size: 16px;
        line-height: 140%;
    }
    .price-list-one-left h4 {
        font-size: 28px;
        margin: 9px 0;
    }
    .price-list-one-left h5 {
        font-size: 17px;
        line-height: 100%;
    }
    .price-list-three-wrap h3 {
        font-size: 18px;
        line-height: 164%;
        margin: 0 0 0 0;
        margin-bottom: 15px;
    }
    .price-list-three-wrap a.Click.Here {
        line-height: 55px;
        font-size: 20px;
        min-width: 140px;
        margin: 0 auto;
    }
    .price-list-three-wrap>div {
        width: 30.3%;
        padding: 35px 30px;
        display: block;
        text-align: center;
    }
    table.price-chart thead th {
        font-size: 21px;
        height: 74px;
    }
    .price-chart tbody tr.head th {
        font-size: 16px;
        padding: 0 5px;
        height: 52px;
    }
    .price-chart tbody td {
        font-size: 13px;
        height: 52px;
    }
    .price-chart-banner p {
        font-size: 16px;
        max-width: 660px;
    }
    .financial-year-table>ul>li {
        padding: 0 5px;
        margin-top: 10px;
    }
    .financial-year-table>ul {
        margin: -10px -10px 0;
    }
    .fields3-wrap {
        display: block;
    }
    .fields3-wrap .form-field.select {
        width: 100%;
    }
}
@media screen and (max-width:1250px) {
    .loan-rates p br,
    .interest-rates p.before-line br,
    .interest-rates p br,
    .tack-content h2 br,
    .need-section ul.need-ul>li br {
        display: none;
    }
    .refining-after-section p {
        font-size: 16px;
        max-width: 100%;
    }
    .service-following-section ul li p {
        font-size: 20px;
    }
    .refining-after-section p br {
        display: none;
    }
    .refining-after-section p {
        font-size: 16px;
    }
    .buy-bullion-banner-content.investment-banner-content {
        padding: 16px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.price-list-chart.section-gapping {
		margin: 0 0 0 0 !important;
	}
	.price-chart-banner {
		margin-top: 15px;
		padding: 15px 0px;
	}
    section#inner-banner .container {
        top: 12px;
        padding: 10px;
    }
    section#inner-banner.buy-bullions-banner .container {
        /*height: 130px;*/
    }
    section#inner-banner .inner-banner-content h1 {
        font-size: 22px;
        max-width: 768px;
        margin: 0 auto;
        width: 100%;
    }
    section#inner-banner .inner-banner-content h2 {
        font-size: 22px;
        max-width: 768px;
        margin: 0 auto;
        width: 100%;
    }
    section#inner-banner .inner-banner-content p {
        font-size: 16px;
        max-width: 710px;
    }
    .section-gapping {
        padding: 30px 0;
    }
    .loan-rates-section .main-title,
    .why-tack .main-title,
    .pawn-loan-section .main-title,
    .need-section .main-title,
    .need-ul li h4 {
        padding-bottom: 10px;
        font-size: 22px;
    }
    .loan-rates p {
        font-size: 15px;
        line-height: 160%;
    }
    .loan-rates-section .loan-rates {
        margin-bottom: 20px;
    }
    .loan-rates-section .interest-rates {
        padding: 25px;
    }
    .interest-rates table th {
        font-size: 16px;
    }
    .interest-rates table {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .interest-rates h2.main-title {
        font-size: 22px;
    }
    .interest-rates p {
        line-height: 160%;
        font-size: 15px;
        padding: 0;
    }
    html body .btn {
        min-width: 280px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .why-tack ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    html body .btn.gold {
        min-width: 250px;
        height: 47px;
        line-height: 47px;
        font-size: 16px;
    }
    .pawn-loan-section ul li {
        flex: 0 0 48%;
        max-width: 48%;
        margin: 0 1% 55px;
    }
    .pawn-loan-section ul li img {
        height: 235px;
    }
    html body .btn.gold i {
        margin-right: 5px;
        font-size: 18px;
    }
    .need-section ul.need-ul {
        margin-top: 0;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .need-section ul.need-ul>li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .licence-btn {
        min-width: 600px;
        height: 85px;
        line-height: 85px;
        font-size: 16px;
    }
    .licence-btn i {
        font-size: 38px;
        margin-right: 5px;
    }
    .refining-content h1 {
        padding-bottom: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .refining-content h2 {
        padding-bottom: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .refining-content li {
        font-size: 14px;
        line-height: 175%;
    }
    .sell-content h3 {
        font-size: 22px;
    }
    .sell-content p {
        font-size: 16px;
    }
    html body .main-titles {
        font-size: 24px;
    }
    .australia-section ul li {
        font-size: 12px;
    }
    .australia-section ul li::before {
        top: 7px;
        width: 7px;
        height: 7px;
    }
    .service-following-section ul li p {
        font-size: 16px;
    }
    .service-following-section ul li {
        margin-bottom: 20px;
    }
    .login-form .field-wrap .field input {
        height: 50px;
        font-size: 16px;
        padding: 0 20px;
    }
    .login-form .submit-btn-wrap input[type="submit"] {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    /*----checkout-----*/
    .form-field.select select {
        height: 46px;
        font-size: 15px;
        padding: 15px 20px 0;
    }
    .form-field>label:not(.checkbox) {
        left: 11px;
        top: 15px;
        font-size: 16px;
    }
    .form-field.has-focus>label:not(.checkbox) {
        top: -6px;
        font-size: 14px;
    }
    .form-field.has-focus.select>label:not(.checkbox) {
        top: 4px;
    }
    .form-field input:not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
        padding: 0 20px;
        font-size: 16px;
        height: 46px;
    }
    .product-samary .product-image {
        max-width: 55px;
        max-height: 55px;
        margin-right: 5px;
    }
    .product-samary .product-image>span {
        top: -7px;
        right: -7px;
        width: 20px;
        height: 20px;
        line-height: 22px;
        font-size: 11px;
    }
    .product-samary tbody tr td.prduct-name>span {
        width: calc(100% - 70px);
        line-height: 125%;
        font-size: 13px;
    }
    .product-samary tr td .price {
        font-size: 14px;
        line-height: 160%;
    }
    .product-samary tr td b.price {
        font-size: 13px;
        white-space: nowrap;
    }
    .product-samary tfoot tr.subtotal td,
    .product-samary tfoot tr.shipping td {
        font-size: 15px;
        line-height: 130%;
    }
    .product-samary tr.shipping td .price {
        line-height: 100%;
        white-space: normal;
    }
    .product-samary tfoot tr.total td {
        font-size: 15px;
        padding: 20px 0 30px;
        line-height: 140%;
    }
    .product-samary {
        padding: 15px;
    }
    .delivery-address-wrapper .product-samary {
        margin-top: 32px;
    }
    .checkout-left {
        width: 52%;
    }
    .checkout-right {
        width: 46%;
    }
    .contact-info h4 {
        font-size: 15px;
        line-height: 138%;
        letter-spacing: -0.5px;
    }
    h2.delivery-address-title {
        font-size: 16px;
    }
    .product-samary tr td:last-child {
        padding-left: 5px !important;
    }
    .checkout-requirements {
        padding: 25px 16px;
    }
    .checkout-requirements h4 {
        font-size: 16px;
        line-height: 134%;
    }
    .checkout-requirements p {
        font-size: 14px;
        line-height: 135%;
    }
    label.checkbox.subscribe-checkbox {
        margin-bottom: 30px;
    }
    .return-continue .btn.continue {
        margin: 0 0 0 auto;
        line-height: 44px;
        height: 44px;
        font-size: 15px;
        min-width: 240px;
    }
    .return-continue a.return-link:before {
        font-size: 18px;
        margin-right: 6px;
    }
    .return-continue .btn.continue:before {
        font-size: 18px;
        margin-right: 5px;
    }
    h2.delivery-title {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .fields3-wrap {
        flex-wrap: wrap;
    }
    .fields3-wrap {
        display: block;
    }
    .fields3-wrap .form-field.select {
        width: 100%;
    }
    .fields3-wrap>.form-field {
        width: 100%;
    }
    .form-field.select:after {
        top: 16px;
    }
    .delivery-selection h3 {
        font-size: 15px;
    }
    label.delivery-selection>span {
        padding: 19px 10px 18px 38px;
    }
    label.delivery-selection>span:before {
        left: 12px;
    }
    label.delivery-selection p {
        font-size: 15px;
    }
    h3.delivery-box-title {
        font-size: 19px;
        margin: 0 0 20px;
    }
    h3.delivery-box-title {
        font-size: 19px;
        margin: 0 0 20px;
    }
    .delivery-panel-title:not(:first-child) {
        margin-top: 35px;
    }
    .customer-delivery {
        display: block;
    }
    .conform-box {
        padding: 23px 20px 23px 20px;
    }
    .conform-box .edit-btn {
        top: 15px;
        right: 15px;
        line-height: 29px;
        padding: 0 10px;
    }
    .delivery-panel:not(:first-child) {
        margin-top: 20px;
    }
    .customer-delivery .w50:last-child {
        margin-top: 14px;
    }
    .customer-delivery .w50 {
        width: 100%;
    }
    .about-poo-content ul li:not(.note),
    .pool-continue-video-wrap .left ul li {
        font-size: 14px;
        line-height: 154%;
    }
    .about-poo-content ul li:not(.note):before,
    .pool-continue-video-wrap .left ul li:before {
        top: 6px;
        width: 7px;
        height: 7px;
    }
    h1.pool-main-title {
        font-size: 18px;
        line-height: 120%;
    }
    h3.pool-main-title {
        font-size: 18px;
        line-height: 120%;
    }
    .pool-continue-video-wrap .left {
        width: 49%;
    }
    .pool-continue-video-wrap .right {
        width: 49%;
    }
    .pool-continue-video-wrap h1 span {
        font-size: 13px;
    }
    .pool-continue-video-wrap h3 span {
        font-size: 13px;
    }
    .existing-signin a {
        padding: 0 10px;
        font-size: 14px;
        min-width: 80px;
        margin: 0 0 0 10px;
    }
    .existing-signin:before {
        width: 28px;
        height: 28px;
        margin-right: 6px;
        background-size: 14px;
    }
    .pool-continue-video-wrap li:not(:last-child) {
        margin-bottom: 7px;
    }
    .pool-continue-video-wrap iframe {
        height: 230px;
    }
    html body .pool-continue-video-wrap .btn {
        min-width: 130px;
    }
    .pool-how-work ul>li:before {
        height: 110px;
        width: 110px;
    }
    .pool-how-work ul>li {
        font-size: 16px;
        line-height: 167%;
        width: 50%;
        padding: 0 13px;
    }
    .pool-how-work ul>li span {
        font-size: 16px;
        line-height: 34px;
        height: 38px;
        width: 38px;
        left: 92px;
        top: -2px;
    }
    .pool-how-work ul>li:nth-child(1):before {
        background-position-x: 17px;
    }
    .pool-how-work ul>li:nth-child(2):before {
        background-position-x: -97px;
    }
    .pool-how-work ul>li:nth-child(3):before {
        background-position-x: -200px;
    }
    .pool-how-work ul>li:nth-child(4):before {
        background-position-x: -311px;
    }
    .pool-how-work ul>li:nth-child(5):before {
        background-position-x: -413px;
    }
    .pool-how-work ul>li:nth-child(6):before {
        background-position-x: -538px;
    }
    .existing-signin {
        padding: 7px 0;
    }
    .about-pool-images {
        width: 29%;
        padding-left: 0;
    }
    .about-poo-content ul li.note:before {
        font-size: 21px;
        margin: 0 15px 0 0;
    }
    .about-pool-btn>a {
        font-size: 15px;
        max-width: 450px;
        line-height: 31px;
        padding: 10px 20px;
    }
    .pool-contact-info {
        flex: 0 0 310px;
        padding: 30px 25px 20px 25px;
    }
    .pool-contact-info>h3 {
        font-size: 24px;
        margin: 0 0 16px;
    }
    .pool-contact-info .info li {
        font-size: 16px;
    }
    .pool-contact-info .social-wrap>h4 {
        font-size: 18px;
    }
    .pool-contact-info .social-wrap a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .pool-contact-info .social-wrap a:before {
        font-size: 18px;
    }
    .pool-contact-info .social-wrap {
        margin: 35px 0 0;
    }
    h3.investment-main-title {
        font-size: 24px;
    }
    .benefits-smsf .right li {
        font-size: 15px;
        line-height: 140%;
        padding-left: 22px;
    }
    .benefits-smsf .right li:before {
        top: 3px;
        width: 13px;
        height: 13px;
    }
    .benefits-smsf .left {
        float: left;
        width: 36%;
    }
    .investment-smsf .left {
        float: none;
        width: auto;
        padding-right: 0;
    }
    .visit-office-smsf p {
        font-size: 16px;
        line-height: 165%;
    }
    .inner-banner.buy-bullions-banner {
        height: 235px;
    }
    .price-list-one {
        flex: 0 0 100%;
    }
    .price-list-one img {
        max-width: 100px;
        object-fit: cover;
    }
    .price-list-one-left h3.price-title {
        font-size: 17px;
        margin-bottom: 15px;
        line-height: 120%;
    }
    .price-list-one-left h6 {
        font-size: 14px;
        line-height: 130%;
    }
    .price-list-one-left h3.price-title:after,
    .price-list-one-left h5:after {
        width: 60px;
        margin: 14px auto 0;
    }
    .price-list-one-left h5 {
        font-size: 16px;
        line-height: 110%;
        margin-bottom: 12px;
    }
    .price-list-one-left h4 {
        font-size: 24px;
        line-height: 140%;
        margin: 10px 0;
    }
    h2.price-main-title {
        font-size: 22px;
        padding: 25px 0 0 0;
    }
    h2.price-main-title:after {
        width: 110px;
        padding: 50px auto 0;
    }
    .price-list-two-img {
        width: 49%;
    }
    .price-list-two-img .price-list-two-title {
        top: 7px;
        font-size: 17px;
    }
    .price-list-three-wrap a.Click.Here {
        line-height: 45px;
        font-size: 15px;
        min-width: 93px;
        flex: 0 0 93px;
    }
    .price-list-three-wrap h3 {
        font-size: 17px;
        line-height: 134%;
        margin: 0 10px 0 0;
    }
    .price-list-three-wrap>div {
        width: 100%;
        padding: 22px 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .price-chart-banner .right {
        margin: 0 0 0 0;
    }
    .price-chart-banner p {
        font-size: 14px;
        padding-left: 8px;
        line-height: 136%;
        border-left-width: 5px;
    }
    .price-chart-banner .left {
        padding-right: 15px;
    }
    .price-chart-banner h3.price-title {
        font-size: 20px;
        line-height: 160%;
    }
    .price-chart-banner .right {
        flex: 0 0 165px;
    }
    .chart-table-container {
    	padding-bottom: 30px;
        margin: 0 -8px;
    }
    .chart-table-container .price-chart-table {
        padding: 0 8px;
        margin-top: 35px;
    }
    table.price-chart thead th {
        height: 70px;
        font-size: 17px;
        padding: 0 10px;
        border-bottom: 2px solid #fff;
    }
    .price-chart tbody tr.head th {
        font-size: 15px;
        padding: 7px 9px;
        height: 52px;
    }
    .price-chart tbody td {
        font-size: 13px;
        line-height: 120%;
        height: 41px;
        padding: 5px 7px;
    }
    .financial-year-table>ul {
        margin: -15px -8px 0;
    }
    .financial-year-table>ul>li {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
        padding: 0 8px;
        margin-top: 15px;
    }
    .financial-year-block h3.year {
        line-height: 38px;
        padding: 0 15px;
        font-size: 16px;
    }
    .financial-year-block>div {
        font-size: 13px;
        margin: 5px 0;
    }
    .financial-year-block span {
        font-size: 13px;
        margin: 12px 0 0;
    }
    .financial-year-block {
        padding: 18px 10px;
    }
    .historic-gold-table tbody td .price {
        font-size: 13px;
        line-height: 133%;
        margin-top: 10px;
    }
    .historic-gold-table tbody td.low .price:after,
    .historic-gold-table tbody td.high .price:after {
        font-size: 16px;
        margin-left: 5px;
    }
    .historic-gold-table tbody td {
        padding: 0 5px;
        height: 75px;
        font-size: 13px;
    }
    .historic-gold-table tbody td .type:after {
        font-size: 4px;
        margin: -2px 5px 0;
    }
    span.time:before,
    span.type:before {
        font-size: 12px;
        margin-right: 3px;
    }
    .historic-gold-table thead th span {
        font-size: 12px;
        margin: 4px 0 0;
    }
    .historic-gold-table thead th {
        font-size: 15px;
        padding: 0 10px;
        height: 65px;
    }
    .historic-gold-table tbody td div {
        line-height: 1;
    }
    .fields3-wrap {
        display: block;
    }
    .sidebar,
    .australian-gold-page-right {
        padding: 0;
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
	.price-list-row-one.section-gapping {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	.financial-year {
		/* float: left; */
		/* xxxxxxxx */
	}
	.site-footer {
		/* float: left; */
		/* xxxxxxxx */
		width: 100%;
	}
	.pool-map-section {
		/*float: left;*/
	}
	.gold .price-chart-banner {
		/* float: left; */
		/* xxxxxxxx */
		margin-top: 20px;
	}
	.container {
		/* float: left; */
		/* xxxxxxxx */
	}
	#price-list-menu div.container {
		/* float: left; */
		/* xxxxxxxx */
	}
	.price-list-two {
		/*display: block;*/
		width: 100%;
		margin-top: 0px;
	}
	.price-list-two a {
		float: left;
		display: block;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
		font-size: 13px;
		max-height: 38px;
		overflow: hidden;
	}
	.price-list-two a:hover {
		float: left;
		display: block;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
		font-size: 13px;
		max-height: 38px;
		overflow: hidden;
	}
	.price-chart-table-fullwidth table {
		width: 100%;
		margin: 0 auto;
	}
	.price-chart-table-fullwidth table tr td:nth-child(1) {
		text-align: center;
		padding-left: 5%;
	}
    section#inner-banner .container {
        top: 0;
        padding: 5px;
    }
    section#inner-banner.buy-bullions-banner .container {
        /*max-height: 142px;*/
    }
    section#inner-banner .inner-banner-content h1 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    section#inner-banner .inner-banner-content h2 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    section#inner-banner .inner-banner-content h2 br {
        display: none;
    }
    section#inner-banner .inner-banner-content p {
        font-size: 15px;
    }
    .loan-rates-section .main-title,
    .why-tack .main-title,
    .pawn-loan-section .main-title,
    .need-section .main-title,
    .need-ul li h4 {
        padding-bottom: 10px;
        font-size: 20px;
    }
    h2.main-title {
        margin-bottom: 15px;
    }
    .loan-rates p {
        font-size: 16px;
        line-height: 150%;
    }
    .loan-rates-section .loan-rates {
        margin-bottom: 15px;
    }
    .loan-rates-section .interest-rates {
        padding: 15px;
    }
    .interest-rates h2.main-title {
        font-size: 17px;
    }
    .interest-rates table {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .interest-rates table th {
        padding: 5px 10px;
        font-size: 14px;
    }
    .interest-rates table td {
        padding: 5px 10px;
    }
    .interest-rates p {
        line-height: 150%;
        font-size: 14px;
        padding: 0;
    }
    .interest-rates p.before-line {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    html body .btn {
        min-width: 280px;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .section-gapping {
        padding: 30px 0;
    }
    .why-tack ul li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        flex-wrap: wrap;
        padding: 15px;
    }
    .why-tack ul li .tack-img {
        flex: 0 0 100%;
        max-width: 250px;
        height: 250px;
        border-radius: 100%;
        margin: 0 auto 15px;
    }
    .why-tack ul li .tack-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tack-content h2 {
        font-size: 20px;
    }
    .tack-content p {
        font-size: 14px;
    }
    p.tack-content {
        line-height: 150%;
        font-size: 16px;
        margin-bottom: 15px;
    }
    html body .btn.gold {
        min-width: 250px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .pawn-loan-section p {
        font-size: 16px;
    }
    .pawn-loan-section ul li {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 45px;
    }
    .pawn-loan-section ul li img {
        height: 225px;
    }
    .pawn-loan-section ul li .btn {
        bottom: -22px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }
    html body .btn.gold i {
        margin-right: 5px;
        font-size: 18px;
    }
    .need-section .btn {
        font-size: 16px;
    }
    .need-section ul.need-ul {
        margin-top: 0px;
        margin-bottom: 35px;
        flex-wrap: wrap;
    }
    .need-section ul.need-ul>li {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
        margin-top: 15px;
    }
    .need-section ul.need-ul>li::before {
        left: 10px;
        right: -10px;
        bottom: -10px;
        top: 10px;
        border-right: 10px solid #3B4959;
        border-bottom: 10px solid #3B4959;
    }
    .need-section ul.need-ul>li p {
        font-size: 15px;
        line-height: 150%;
    }
    ul.bullet-point {
        margin-top: 15px;
        padding-right: 70px;
    }
    ul.bullet-point::before {
        right: -15px;
        border-right: 80px solid #3B4959;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
    }
    ul.bullet-point::after {
        right: -16px;
        width: 40px;
        background-size: 40px;
    }
    ul.bullet-point.icon2::after {
        background-position: 0 -43px;
    }
    .bullet-point li {
        padding-left: 10px;
        font-size: 14px;
    }
    .bullet-point li::before {
        border-radius: 8px;
        width: 5px;
        height: 5px;
        top: 8px;
    }
    .licence-btn {
        min-width: 100%;
        height: auto;
        line-height: normal;
        font-size: 14px;
        padding: 15px;
    }
    .licence-btn i {
        font-size: 28px;
        margin-right: 5px;
    }
    .refining-content h1 {
        padding-bottom: 5px;
        font-size: 11px;
        margin-bottom: 5px !important;
    }
    .refining-content h1::before {
        left: -20px;
        width: 50px;
    }
    .refining-content h1 .dot {
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }
    .refining-content h2 {
        padding-bottom: 5px;
        font-size: 11px;
        margin-bottom: 5px !important;
    }
    .refining-content h2::before {
        left: -20px;
        width: 50px;
    }
    .refining-content h2 .dot {
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }
    .refining-content li {
        font-size: 12px;
        line-height: 120%;
    }
    .refining-after-section p {
        font-size: 15px;
        line-height: 150%;
    }
    .desktop-view {
        display: none;
    }
    .sell-gold .sell-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sell-content h3 {
        font-size: 22px;
        text-align: center;
    }
    .sell-gold .sell-img {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .sell-content p {
        font-size: 15px;
        line-height: 150%;
        text-align: center;
    }
    html body .main-titles {
        font-size: 18px;
    }
    .australia-section ul li {
        font-size: 15px;
        padding-left: 15px;
        margin-bottom: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .australia-section ul li::before {
        top: 7px;
        width: 6px;
        height: 6px;
    }
    .service-following-section ul li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .service-following-section ul li p {
        font-size: 16px;
    }
    .info-btn a.btn.gold {
        min-width: 320px;
    }
    .login-form .field-wrap {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .login-form .field-wrap .field {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .login-form .field-wrap .field input {
        height: 50px;
        font-size: 15px;
        padding: 0 15px;
    }
    .login-form .submit-btn-wrap {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .login-form .submit-btn-wrap input[type="submit"] {
        width: 120px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .sell-gold .sell-img img {
        margin: 0 auto;
    }
    .mobile-view {
        display: block;
        text-align: center;
    }
    .footer-part-two .copyright-pages ul li:first-child {
        padding-left: 10px !important;
    }
    .footer-part-two .copyright-pages ul li:first-child :before {
        content: " ";
        background-color: #CBB11B;
        width: 5px;
        height: 5px;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 14px;
    }
    /*---checkout----*/
    .checkout-right {
        float: none;
        width: 100%;
        margin-bottom: 35px;
    }
    .checkout-left {
        float: none;
        width: 100%;
    }
    .product-samary {
        padding: 20px 10px;
    }
    .delivery-address-wrapper .product-samary {
        margin-top: 0;
    }
    .product-samary .product-image {
        max-width: 52px;
        max-height: 52px;
        margin-right: 7px;
    }
    .product-samary tbody tr td.prduct-name>span {
        width: calc(100% - 64px);
        line-height: 120%;
        font-size: 14px;
    }
    .product-samary .product-image>span {
        top: -6px;
        right: -6px;
        width: 18px;
        height: 18px;
        line-height: 20px;
        font-size: 10px;
    }
    .product-samary tr td:last-child {
        padding-left: 5px !important;
    }
    .product-samary tr td .price {
        font-size: 13px;
        line-height: 140%;
    }
    .product-samary tr td b.price {
        font-size: 13px;
        white-space: nowrap;
    }
    .product-samary tfoot tr.subtotal td,
    .product-samary tfoot tr.shipping td {
        font-size: 15px;
        line-height: 150%;
        white-space: normal;
    }
    .product-samary tfoot tr.total td {
        font-size: 15px;
        padding: 15px 0;
        line-height: 120%;
    }
    .checkout-requirements {
        padding: 15px;
    }
    .checkout-requirements h4 {
        font-size: 15px;
        line-height: 135%;
        text-align: center;
    }
    .checkout-requirements p {
        text-align: center;
        font-size: 15px;
        line-height: 140%;
    }
    .checkout-wrap {
        margin-top: 30px;
    }
    h2.delivery-title {
        font-size: 20px;
        padding-bottom: 14px;
    }
    .form-field.select select {
        height: 46px;
        font-size: 15px;
        padding: 15px 20px 0;
    }
    .form-field>label:not(.checkbox) {
        left: 11px;
        top: 15px;
        font-size: 16px;
    }
    .form-field.has-focus.select>label:not(.checkbox) {
        top: 4px;
    }
    .form-field input:not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
        padding: 0 20px;
        font-size: 16px;
        height: 46px;
    }
    .return-continue {
        margin-top: 35px;
        display: block;
    }
    label.checkbox {
        font-size: 13px;
    }
    label.checkbox.subscribe-checkbox {
        margin-bottom: 35px;
    }
    h2.delivery-address-title {
        font-size: 16px;
    }
    .contact-info h4 {
        font-size: 16px;
        line-height: 122%;
        margin-left: 0;
    }
    .return-continue .btn.continue {
        display: table;
        margin: 10px auto 0;
        font-size: 15px;
        min-width: 250px;
    }
    .return-continue .btn.continue:before {
        font-size: 16px;
        margin-right: 5px;
    }
     .return-continue a.return-link:before {
        font-size: 18px;
        margin-right: 8px;
    }
    .return-continue a.return-link {
        font-size: 15px;
        line-height: 200%;
        padding-right: 8px;
    }
    .fields3-wrap {
        flex-wrap: wrap;
    }
    .fields3-wrap .form-field.select {
        width: 48%;
    }
    .fields3-wrap>.form-field {
        width: 100%;
    }
    .form-field.select:after {
        top: 16px;
    }
    label.delivery-selection>span {
        padding: 17px 13px 17px 40px;
    }
    label.delivery-selection>span:before {
        left: 10px;
    }
    .delivery-selection h3 {
        font-size: 15px;
    }
    label.delivery-selection p {
        font-size: 14px;
        line-height: 135%;
    }
    h3.delivery-box-title {
        font-size: 18px;
        margin: 0 0 20px;
    }
    h3.delivery-box-title span {
        font-size: 13px;
        line-height: 130%;
        margin: 3px 0 0;
    }
    .delivery-panel {
        padding: 10px;
    }
    label.delivery-selection:not(:first-child) {
        margin-top: 10px;
    }
    .customer-delivery {
        display: block;
    }
    .conform-box {
        padding: 23px 20px 23px 20px;
    }
    .conform-box .edit-btn {
        top: 15px;
        right: 15px;
        line-height: 29px;
        padding: 0 10px;
    }
    .delivery-panel:not(:first-child) {
        margin-top: 20px;
    }
    .customer-delivery .w50:last-child {
        margin-top: 14px;
    }
    .customer-delivery .w50 {
        width: 100%;
    }
    .pool-continue-video-wrap .left,
    .pool-continue-video-wrap .right {
        float: none;
        width: 100%;
    }
    .pool-continue-video-wrap .left {
        margin: 0 0 25px;
    }
    h1.pool-main-title {
        font-size: 18px;
    }
    h3.pool-main-title {
        font-size: 18px;
    }
    .pool-continue-video-wrap h1 span {
        font-size: 14px;
        margin: 9px 0 0;
    }
    .pool-continue-video-wrap h3 span {
        font-size: 14px;
        margin: 9px 0 0;
    }
    .existing-signin {
        padding: 8px 0;
        margin: 15px 0;
    }
    .existing-signin a {
        min-width: 104px;
    }
    .about-poo-content ul li:not(.note),
    .pool-continue-video-wrap .left ul li {
        font-size: 15px;
        line-height: 140%;
    }
    .about-poo-content ul li:not(.note):before,
    .pool-continue-video-wrap .left ul li:before {
        top: 6px;
        width: 7px;
        height: 7px;
    }
    html body .pool-continue-video-wrap .btn {
        /*display: table;*/
        margin: 0 auto;
    }
    .pool-continue-video-wrap ul {
        margin: 0 0 15px;
    }
    .pool-continue-video-wrap iframe {
        height: 200px;
    }
    .pool-how-work ul>li span {
        border: 2px solid #fff;
        font-size: 14px;
        line-height: 23px;
        height: 24px;
        width: 24px;
        left: 55px;
        top: -4px;
    }
    .pool-how-work ul>li:before {
        background-size: 450px auto;
        height: 73px;
        width: 73px;
        border-width: 3px;
        margin: 0 auto 12px;
    }
    .pool-how-work ul>li:nth-child(1):before {
        background-position-x: 7px;
    }
    .pool-how-work ul>li:nth-child(2):before {
        background-position-x: -73px;
    }
    .pool-how-work ul>li:nth-child(3):before {
        background-position-x: -150px;
    }
    .pool-how-work ul>li:nth-child(4):before {
        background-position-x: -226px;
    }
    .pool-how-work ul>li:nth-child(5):before {
        background-position-x: -300px;
    }
    .pool-how-work ul>li:nth-child(6):before {
        background-position-x: -391px;
    }
    .pool-how-work ul>li:not(:nth-last-child(-n + 2)) {
        margin-bottom: 20px;
    }
    .pool-how-work ul>li:nth-child(2n + 1) {
        clear: both;
    }
    .pool-how-work ul {
        margin: 0 -10px;
    }
    .pool-how-work ul>li {
        padding: 0 10px;
        width: 50%;
        font-size: 14px;
    }
    .about-pool-images {
        float: none;
        width: 100%;
        padding: 0;
        max-width: 347px;
        margin: 0 auto 35px;
    }
    .about-poo-content {
        float: none;
        width: 100%;
    }
	h1.pool-main-title.mobile-show {
        display: block;
        text-align: center;
        margin-bottom: 35px;
    }
    h3.pool-main-title.mobile-show {
        display: block;
        text-align: center;
        margin-bottom: 35px;
    }
    .about-pool-btn>a {
        font-size: 15px;
        max-width: 508px;
        line-height: 22px;
        padding: 12px 10px;
        text-align: left;
    }
    .about-pool-btn>a:before {
        width: 26px;
        flex: 0 0 26px;
        height: 26px;
        line-height: 28px;
        font-size: 20px;
        text-align: center;
    }
    .pool-map {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }
    .pool-contact-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 20px 30px 20px;
    }
    .pool-contact-info>h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .pool-contact-info .info li {
        font-size: 16px;
    }
    .pool-contact-info .social-wrap a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .pool-contact-info .social-wrap {
        max-width: 221px;
        margin: 52px 0 0;
    }
    .pool-map iframe {
        /* flex: 0 0 100%; */
        display: block;
        height: 306px;
        max-width: 100%;
    }
    #buy-bullions-map .buy-bullions-map-right iframe {
        height: 306px;
    }
    .pool-contact-info .social-wrap>h4 {
        text-align: left;
    }
    .about-poo-content ul li.note:before {
        font-size: 24px;
        margin: 0 10px 0 0;
    }
    .about-poo-content ul li.note {
        padding: 14px;
    }
    .pool-contact-info li.address br {
        display: none;
    }
    .desktop-show {
        display: none;
    }
    .investment-smsf .right,
    .benefits-smsf .left {
        margin-bottom: 15px;
    }
    .investment-smsf .left,
    .investment-smsf .right {
        float: none;
        width: 100%;
        padding: 0;
    }
    .investment-smsf p {
        line-height: 150%;
        margin: 0 0 12px;
        text-align: justify;
    }
    h3.investment-main-title {
        font-size: 21px;
        line-height: 140%;
        margin: 0 0 20px;
    }
    .benefits-smsf .right,
    .benefits-smsf .left {
        float: none;
        width: 100%;
    }
    .benefits-smsf .right li {
        font-size: 16px;
        line-height: 150%;
        padding-left: 20px;
    }
    .benefits-smsf .right li:before {
        top: 6px;
        width: 10px;
        height: 10px;
    }
    .visit-office-smsf p {
        font-size: 16px;
        line-height: 150%;
    }
    html body .visit-office-smsf a.btn {
        line-height: 45px;
        font-size: 16px;
        height: 45px;
        min-width: 280px;
    }
    .price-list-one {
        flex: 0 0 100%;
    }
    .price-list-one-wrap {
        display: flex;
        margin: 0 auto;
    }
    .price-list-one-left h4 {
        font-size: 23px;
        line-height: 140%;
        margin: 12px 0 9px;
    }
    .price-list-one-left h6 {
        font-size: 12px;
    }
    .price-list-one.right {
        margin-top: 15px;
    }
    .price-list-one-left h3.price-title:after,
    .price-list-one-left h5:after {
        width: 60px;
        margin: 9px auto 0;
    }
    h2.price-main-title {
        font-size: 20px;
        padding: 50px 0 15px 0;
    }
    h2.price-main-title:after {
        width: 100px;
        padding: 20px auto 0;
    }
    .price-list-two-img:last-child {
        margin-top: 25px;
    }
    .price-list-two-img {
        width: 100%;
        float: none !important;
    }
    .price-list-two-img .price-list-two-title {
        top: 5px;
        font-size: 20px;
    }
    .price-list-one-left h3.price-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .price-list-one-left h5 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .price-list-one .price-list-one-left {
        padding: 10px;
    }
    .price-list-one img {
        height: auto;
        width: 30%;
        object-fit: cover;
    }
    .price-list-three-wrap>div {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        padding: 30px;
        margin-bottom: 10px;
    }
    .price-list-three-wrap h3 {
        text-align: center;
        font-size: 20px;
        line-height: 130%;
        margin: 0 0 20px;
    }
    .price-list-three-wrap a.Click.Here {
        line-height: 44px;
        font-size: 16px;
        min-width: 140px;
    }
    .price-three-btn {
        margin: 42px 0 0;
        font-size: 14px;
    }
    .price-three-btn::before,
    .price-three-btn::after {
        background-position: -242px -200px;
        width: 55px;
        height: 40px;
        border-radius: 0;
    }
    .price-chart-banner .container {
        display: block;
        text-align: center;
    }
    .price-chart-banner .left {
        padding-right: 0;
    }
    .price-chart-banner h3.price-title {
        font-size: 18px;
        line-height: 120%;
        margin: 0 0 12px;
    }
    .price-chart-banner p {
        text-align: center;
        border: 0;
        font-size: 16px;
        max-width: 100%;
        margin: 0 0 20px !important;
        padding: 0;
    }
    .price-chart-banner .right img {
        margin: 0 auto;
    }
    .price-chart-banner {
        padding: 30px 0;
    }
    .chart-table-container .price-chart-table {
        width: 100%;
        float: none;
    }
    .price-chart tbody tr.head th {
        font-size: 13px;
        padding: 0 10px;
        height: 52px;
    }
    table.price-chart thead th {
        height: 70px;
        font-size: 16px;
        padding: 0 5px;
    }
    .price-chart tbody td {
        font-size: 13px;
        line-height: 120%;
        height: 52px;
        padding: 5px 7px;
    }
    .historic-gold-section h3 {
        font-size: 20px;
        line-height: 115%;
        margin: 0px 0 26px;
    }
    .historic-gold-table {
        width: 100%;
        overflow-x: auto;
    }
    .historic-gold-table table {
        min-width: 716px;
    }
    .historic-gold-table thead th span {
        font-size: 11px;
        margin: 5px 0 0;
    }
    .historic-gold-table thead th {
        font-size: 16px;
        padding: 0 10px;
        height: 62px;
    }
    .historic-gold-table tbody td .price {
        font-size: 14px;
        line-height: 110%;
        margin-top: 10px;
    }
    .historic-gold-table tbody td.high .price:after,
    .historic-gold-table tbody td.low .price:after {
        font-size: 18px;
        margin-left: 6px;
    }
    .historic-gold-table tbody td div span {
        display: block;
    }
    .historic-gold-table tbody td div span.time {
        margin-top: 9px;
    }
    .historic-gold-table tbody td .type:after {
        display: none;
    }
    span.time:before,
    span.type:before {
        font-size: 14px;
        margin-right: 6px;
    }
    .historic-gold-table tbody td {
        padding: 5px 10px;
        height: 95px;
        font-size: 14px;
    }
    .financial-year-table>ul>li {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 5px;
        margin-top: 10px;
    }
    .financial-year-table>ul {
        display: flex;
        margin: -10px -5px 0;
        flex-wrap: wrap;
    }
    .financial-year-block h3.year {
        line-height: 35px;
        padding: 0 10px;
        font-size: 15px;
    }
    .financial-year-block>div {
        font-size: 12px;
        margin: 5px 0;
    }
    .financial-year-block {
        padding: 24px 5px 20px;
    }
    .pool-how-work ul>li br {
        display: none;
    }
    .lower-banner-after-img-wrap-first .lower-banner-after-img-wrap {
        height: 250px;
    }
    .price-chart tbody tr.head th:first-child {
        text-align: center;
        padding-left: 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    section#inner-banner.buy-bullions-banner .container {
        /*max-height: 118px;*/
    }
    .pawn-loan-section ul li {
        flex: 0 0 48%;
        max-width: 48%;
        margin: 0 1% 45px;
    }
    .pawn-loan-section ul li img {
        height: 205px;
    }
    .refining-content h1 {
        font-size: 16px;
    }
    .refining-content h2 {
        font-size: 16px;
    }
    .refining-content li {
        font-size: 14px;
        line-height: 140%;
    }
    .contact-info h4 {
        margin-left: auto;
    }
    .return-continue {
        display: flex;
    }
    .return-continue .btn.continue {
        margin: 0 0 0 auto;
    }
    .financial-year-table>ul>li {
        width: 33.33%;
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}