:root {
    --white: #ffffff;
    --black: #000000;
    --theme-colour1: #DCB677;
    --theme-colour2: #C32641;
    --c2d: #2D2D2D;
    --text-cnt: #221F20;
    --container-width: 1268px
}

html {
    scroll-behavior: smooth
}

html, body {
    margin: 0;
    padding: 0
}

*, *::before, *::after {
    box-sizing: border-box
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    transition: ease-in-out .4s
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-cnt)
}

.mb-0 {
    margin-bottom: 0px !important
}

.pt-0 {
    padding-top: 0px !important
}

.pb-0 {
    padding-bottom: 0px !important
}

.d-flex {
    display: flex !important
}

.align-center {
    align-items: center !important
}

.ovrflowHdn {
    overflow: hidden
}

.ovrflowHdn-y {
    overflow-y: hidden
}

.ovrflowHdn-x {
    overflow-x: hidden
}

.d-none {
    display: none !important
}

@media (max-width: 991px) {
    .hide-sm {
        display: none !important
    }
}

.cmnBtn {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white);
    border: none;
    outline: none;
    height: 48px;
    background-color: var(--theme-colour2);
    padding: 2px 24px;
    width: fit-content;
    border-radius: 6px;
    transition: ease-in-out .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    cursor: pointer;
    transition: ease-in-out .4s
}

    .cmnBtn:hover {
        background-color: #A7253B
    }

.template-container {
    max-width: var(--container-width);
    width: 100%;
    margin: 0 auto
}

@media (max-width: 1366px) {
    .template-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1279px) {
    .template-container {
        width: 100%
    }
}

.toastr {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    -webkit-transition: opacity .5s,-webkit-transform .6s;
    transition: opacity 3s,transform .6s;
    -webkit-transform: translate3d(0, -160%, 0);
    transform: translate3d(0, -160%, 0);
    box-shadow: 0 2px 8px 0 rgba(32,33,36,0.28)
}

    .toastr .pop-up {
        text-align: center;
        width: 600px;
        position: relative;
        margin: 15% auto;
        padding: 50px 0;
        z-index: 99;
        background: #fff
    }

        .toastr .pop-up p {
            font-size: 22px;
            font-weight: 400;
            color: black;
            line-height: 42px;
            margin-bottom: 0;
            text-align: center
        }

        .toastr .pop-up svg {
            margin-bottom: 30px
        }

    .toastr .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 8;
        background-color: rgba(14,13,13,0.712);
        opacity: 0.5;
        -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
        transition: opacity 0.6s, transform 0.6s;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    .toastr.open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: opacity 3s,transform .6s
    }

        .toastr.open .overlay {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition: opacity 3s,transform .6s
        }

.modalWidet {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9995;
    pointer-events: none;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    -webkit-transform: translate3d(0, 102%, 0);
    transform: translate3d(0, 102%, 0);
    box-shadow: 0 3px 5px 0 rgba(32,33,36,0.2);
    opacity: 0
}

    .modalWidet .detailTextCard {
        margin: 0;
        position: initial
    }

@media (max-width: mx991) {
    .modalWidet .detailTextCard {
        display: block
    }
}

.modalWidet .detailTextCard .detailText {
    background-color: transparent;
    padding: 0;
    box-shadow: none
}

.modalWidet .modalRow {
    padding: 34px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    max-width: 410px;
    width: 100%
}

@media (max-width: mx767) {
    .modalWidet .modalRow {
        padding: 30px 20px;
        margin: 10px
    }
}

.modalWidet .modalRow h3, .modalWidet .modalRow h4, .modalWidet .modalRow h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    color: var(--theme-colour2);
    margin-bottom: 2px
}

.modalWidet .modalRow p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #989898;
    margin: 0
}

.modalWidet .modalRow .closeBtn {
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: ease-in-out 0.4s
}

    .modalWidet .modalRow .closeBtn svg rect {
        fill: var(--primary)
    }

    .modalWidet .modalRow .closeBtn:hover {
        background-color: #e5e5e5
    }

.modalWidet .modalRow .modalCntArea img {
    width: auto;
    margin-bottom: 9px
}

.modalWidet .modalRow .modalCntArea .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-text-colour);
    margin-bottom: 9px
}

.modalWidet .modalRow .modalCntArea .para {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #757575
}

.modalWidet .modalRow .modalCntArea .buttonRow {
    margin-top: 15px
}

    .modalWidet .modalRow .modalCntArea .buttonRow .cmnBtn {
        padding: 13px 25px;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        background-color: #863434;
        border: none;
        border-radius: 4px;
        min-width: 95px;
        height: 44px;
        margin: auto
    }

@media (max-width: mx991) {
    .modalWidet .modalRow .modalCntArea .buttonRow .cmnBtn {
        font-size: 16px;
        font-weight: 400;
        line-height: 15px
    }
}

.modalWidet .modalRow .modalCntArea .buttonRow .cmnBtn:hover {
    background-color: #792222
}

.modalWidet .modalRow .modalCntArea.centerSec {
    text-align: center
}

.modalWidet .modalRow .buttonRow {
    display: flex
}

.modalWidet .modalRow.removeFromCart {
    padding: 0px;
    max-width: 541px
}

    .modalWidet .modalRow.removeFromCart .modalCntArea {
        padding: 34px 34px 23px;
        display: grid;
        grid-template-columns: 1fr;
        text-align: center
    }

        .modalWidet .modalRow.removeFromCart .modalCntArea .textArea .title {
            font-size: 18px;
            font-weight: 400;
            line-height: 21px;
            color: #000;
            margin-bottom: 9px
        }

        .modalWidet .modalRow.removeFromCart .modalCntArea .textArea .para {
            font-size: 14px;
            font-weight: 400;
            line-height: 19px;
            color: #757575
        }

    .modalWidet .modalRow.removeFromCart .buttonRow {
        margin-top: 0px;
        justify-content: center;
        background-color: #f9f9f9;
        padding: 15px 29px;
        border-radius: 0 0 11px 11px
    }

        .modalWidet .modalRow.removeFromCart .buttonRow .cmnBtn {
            padding: 13px 25px;
            cursor: pointer;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            line-height: 21px;
            background-color: #007a4c;
            border: none;
            border-radius: 4px;
            min-width: 134px;
            height: 44px;
            margin-left: 7px
        }

@media (max-width: mx991) {
    .modalWidet .modalRow.removeFromCart .buttonRow .cmnBtn {
        font-size: 14px;
        font-weight: 400;
        line-height: 15px
    }
}

.modalWidet .modalRow.removeFromCart .buttonRow .cmnBtn:hover {
    background-color: rgba(246,0,1,0.8)
}

.modalWidet .modalRow.removeFromCart .buttonRow .cmnBtn2 {
    padding: 13px 25px;
    cursor: pointer;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    background-color: #eeecec;
    border: none;
    border-radius: 4px;
    min-width: 134px;
    height: 44px;
    border: 1px solid #ddd;
    transition: ease-in-out 0.4s;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: mx991) {
    .modalWidet .modalRow.removeFromCart .buttonRow .cmnBtn2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 15px
    }
}

.modalWidet .modalRow.removeFromCart .buttonRow .cmnBtn2:hover {
    color: #fff;
    background-color: #000
}

.modalWidet .modalBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.5s;
    transition: opacity 0.6s, transform 0.5s;
    -webkit-transform: translate3d(0, 102%, 0);
    transform: translate3d(0, 102%, 0);
    box-shadow: 0 3px 5px 0 rgba(32,33,36,0.2)
}

.modalWidet.open {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

    .modalWidet.open .modalBg {
        opacity: 0.5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

.header {
    padding: 32px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #d5aa63;
    height: 100vh
}

@media (max-width: 1366px) {
    .header {
        height: auto;
        background-position: center top
    }
}

@media (max-width: 991px) {
    .header {
        background-position: center center
    }
}

@media (max-width: 680px) {
    .header {
        background-size: 0;
        padding: 12px 0 0
    }
}

.header .headerAreaCmn {
    height: 80vh
}

@media (max-width: 1366px) {
    .header .headerAreaCmn {
        height: auto
    }
}

@media (max-width: 680px) {
    .header .logo {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width: 680px) {
    .header .logo img {
        max-width: 347px;
        width: 100%
    }
}

.header .headerArea {
    display: grid;
    grid-template-columns: 1fr 418px;
    grid-gap: 16px;
    padding-right: 160px;
    position: relative;
    align-items: center;
    height: 80vh
}

@media (max-width: 1366px) {
    .header .headerArea {
        height: auto;
        padding-right: 0px
    }
}

@media (max-width: 680px) {
    .header .headerArea {
        grid-template-columns: 1fr
    }
}

.header .headerArea .textArea .card {
    width: 355px;
    height: 264px;
    background-image: url(../images/leftCardBg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    padding: 75px 16px 75px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -210px;
    margin-right: -20px
}

@media (max-width: 1366px) {
    .header .headerArea .textArea .card {
        display: none
    }
}

.header .headerArea .textArea .card .title {
    font-size: 41px;
    font-weight: 700;
    line-height: 41px;
    color: var(--c2d);
    border-bottom: 1px solid #C32641;
    padding-bottom: 18px;
    margin-bottom: 15px
}

    .header .headerArea .textArea .card .title span {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        display: block;
        margin-bottom: 15px
    }

.header .headerArea .textArea .card .subTitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    color: var(--c2d)
}

    .header .headerArea .textArea .card .subTitle span {
        color: #C32641
    }

.header .headerArea .formSec {
    max-width: 418px;
    background-color: #FCF8F2;
    border-radius: 32px;
    padding: 21px 24px;
    margin-top: -50px;
    -webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.17)
}

@media (max-width: 991px) {
    .header .headerArea .formSec {
        margin-top: 0px
    }
}

@media (max-width: 680px) {
    .header .headerArea .formSec {
        margin-left: auto;
        margin-right: auto;
        padding: 21px 16px;
        border-radius: 15px
    }
}

.header .headerArea .formSec .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color: var(--c2d);
    text-transform: uppercase;
    margin-bottom: 12px
}

    .header .headerArea .formSec .title .spnRed {
        font-weight: 800;
        color: var(--theme-colour2)
    }

    .header .headerArea .formSec .title .spnYel {
        font-weight: 800;
        color: #FFA400
    }

.header .headerArea .formSec .container {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: var(--c2d);
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 750px
}

@media (max-width: 680px) {
    .header .headerArea .formSec .container {
        font-size: 12px;
        line-height: 16px;
        padding-left: 27px
    }
}

.header .headerArea .formSec .container a {
    color: var(--c2d);
    text-decoration: underline;
    z-index: 1;
    position: relative
}

.header .headerArea .formSec .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.header .headerArea .formSec .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: var(--white);
    border: 1px solid #dddddd;
    border-radius: 6px
}

.header .headerArea .formSec .container input:checked ~ .checkmark {
    background-color: #ffa400;
    border: 1px solid #ffa400
}

.header .headerArea .formSec .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.header .headerArea .formSec .container input:checked ~ .checkmark:after {
    display: block
}

.header .headerArea .formSec .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .headerArea .formSec .cmnBtn {
    width: 182px;
    margin: 16px auto -45px
}

.header .headerArea .moneySvg {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 193px;
    height: 126px;
    background-image: url(../images/moneySvg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1366px) {
    .header .headerArea .moneySvg {
        display: none
    }
}

.header .btmMda {
    display: none
}

@media (max-width: 1366px) {
    .header .btmMda {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (max-width: 680px) {
    .header .btmMda {
        flex-direction: column;
        margin-top: 20px
    }
}

.header .btmMda .card {
    width: 355px;
    height: 264px;
    background-image: url(../images/leftCardBg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    padding: 75px 16px 75px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media (max-width: 1366px) {
    .header .btmMda .card {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .header .btmMda .card {
        background-image: url(../images/leftCardBg2.svg);
        width: 265px;
        height: 294px;
        padding: 75px 16px 35px
    }
}

.header .btmMda .card .title {
    font-size: 41px;
    font-weight: 700;
    line-height: 41px;
    color: var(--c2d);
    border-bottom: 1px solid #C32641;
    padding-bottom: 18px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .header .btmMda .card .title {
        font-size: 38px;
        line-height: 38px
    }
}

.header .btmMda .card .title span {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .header .btmMda .card .title span {
        font-size: 27px;
        line-height: 27px
    }
}

.header .btmMda .card .subTitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    color: var(--c2d)
}

    .header .btmMda .card .subTitle span {
        color: #C32641
    }

.header .btmMda ul {
    position: initial;
    width: max-content;
    display: flex;
    margin: 0
}

@media (max-width: 680px) {
    .header .btmMda ul {
        padding-left: 0;
        padding-bottom: 42px
    }
}

.header .btmMda ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    background: linear-gradient(to bottom, #a81c1f 0%, #550e10 100%);
    padding: 5px 19px 5px 34px;
    height: 44px;
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 10px;
    cursor: pointer;
    clip-path: none
}

@media (max-width: 1366px) {
    .header .btmMda ul li {
        padding: 5px 19px 5px;
        min-width: 176px;
        justify-content: center
    }
}

.header .btmMda ul li:last-child {
    margin-bottom: 0
}

.header .btmMda ul li a {
    color: #FFCF7D;
    text-decoration: none
}

.header .btmMda .moneySvg {
    position: inherit;
    width: 193px;
    height: 126px;
    background-image: url(../images/moneySvg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 680px) {
    .header .btmMda .moneySvg {
        margin-bottom: 56px
    }
}

.header ul {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 1366px) {
    .header ul {
        display: none
    }
}

.header ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    background: linear-gradient(to bottom, #a81c1f 0%, #550e10 100%);
    padding: 5px 19px 5px 34px;
    height: 44px;
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 24px;
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 50%);
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16)
}

    .header ul li:last-child {
        margin-bottom: 0
    }

    .header ul li a {
        color: #FFCF7D;
        text-decoration: none
    }

.whyUs {
    background-color: #f7f9fc
}

    .whyUs .whyUsArea {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 60px 0 121px
    }

@media (max-width: 991px) {
    .whyUs .whyUsArea {
        background-size: 0;
        padding: 60px 0 0
    }
}

@media (max-width: 680px) {
    .whyUs .whyUsArea {
        padding-top: 40px
    }
}

.whyUs .whyUsArea .textArea {
    max-width: 799px
}

    .whyUs .whyUsArea .textArea .topSec .title {
        font-size: 41px;
        font-weight: 700;
        line-height: 42px;
        color: var(--c2d);
        margin-bottom: 10px
    }

@media (max-width: 680px) {
    .whyUs .whyUsArea .textArea .topSec .title {
        font-size: 32px;
        line-height: 32px
    }
}

.whyUs .whyUsArea .textArea .topSec p {
    margin-bottom: 32px;
    max-height: 312px;
    overflow-y: auto
}

    .whyUs .whyUsArea .textArea .topSec p::-webkit-scrollbar {
        width: 2px;
        margin-left: 5px;
        left: 5px
    }

    .whyUs .whyUsArea .textArea .topSec p::-webkit-scrollbar-track {
        background: #f7f9fc
    }

    .whyUs .whyUsArea .textArea .topSec p::-webkit-scrollbar-thumb {
        background: #f7f9fc
    }

.whyUs .whyUsArea .textArea .btmSec {
    max-width: 590px
}

    .whyUs .whyUsArea .textArea .btmSec .title {
        font-size: 30px;
        font-weight: 700;
        line-height: 41px;
        color: var(--c2d);
        margin-bottom: 10px
    }

@media (max-width: 680px) {
    .whyUs .whyUsArea .textArea .btmSec .title {
        font-size: 24px;
        line-height: 33px
    }
}

.whyUs .whyUsArea .textArea .btmSec p {
    margin-bottom: 42px
}

@media (max-width: 680px) {
    .whyUs .whyUsArea .textArea .btmSec p {
        margin-top: 0
    }
}

.whyUs .whyUsArea .textArea .numArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .whyUs .whyUsArea .textArea .numArea {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 60px;
        padding-bottom: 25px
    }
}

.whyUs .whyUsArea .textArea .numArea .numSec {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 6px;
    margin-right: 39px
}

@media (max-width: 680px) {
    .whyUs .whyUsArea .textArea .numArea .numSec {
        margin-right: 0px
    }
}

.whyUs .whyUsArea .textArea .numArea .numSec .textArea {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--c2d)
}

@media (max-width: 680px) {
    .whyUs .whyUsArea .textArea .numArea .numSec .textArea {
        font-size: 16px
    }
}

.whyUs .whyUsArea .textArea .numArea .numSec .textArea span {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    display: block;
    margin-bottom: 4px
}

.whyUs .picMda {
    display: none
}

@media (max-width: 991px) {
    .whyUs .picMda {
        display: block;
        padding-top: 15px;
        margin-bottom: 21px
    }
}

@media (max-width: 680px) {
    .whyUs .picMda {
        text-align: right
    }
}

.goldLoan {
    padding: 60px 0 0;
    background-color: #deba7c;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 680px) {
    .goldLoan {
        padding: 32px 0 12px;
        background-size: 0
    }
}

.goldLoan .goldLoanArea .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: var(--theme-colour2);
    margin-bottom: 20px
}

.goldLoan .goldLoanArea p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-cnt);
    margin-bottom: 30px;
    max-width: 1192px;
    max-height: 250px;
    overflow-y: auto
}

    .goldLoan .goldLoanArea p::-webkit-scrollbar {
        width: 2px;
        margin-left: 5px;
        left: 5px
    }

    .goldLoan .goldLoanArea p::-webkit-scrollbar-track {
        background: #deba7c
    }

    .goldLoan .goldLoanArea p::-webkit-scrollbar-thumb {
        background: #deba7c
    }

.goldLoan .goldLoanArea .cardSec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 62px;
    grid-row-gap: 0;
    max-width: 1140px
}

@media (max-width: 1199px) {
    .goldLoan .goldLoanArea .cardSec {
        grid-gap: 0
    }
}

@media (max-width: 991px) {
    .goldLoan .goldLoanArea .cardSec {
        grid-gap: 20px;
        display: none
    }
}

.goldLoan .goldLoanArea .cardSec.cardSec2 {
    margin-left: auto;
    margin-right: -58px
}

@media (max-width: 1366px) {
    .goldLoan .goldLoanArea .cardSec.cardSec2 {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .goldLoan .goldLoanArea .cardSec.cardSec2 {
        display: none
    }
}

.goldLoan .goldLoanArea .cardSec.cardSec3 {
    display: none
}

@media (max-width: 991px) {
    .goldLoan .goldLoanArea .cardSec.cardSec3 {
        display: grid;
        grid-gap: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 680px) {
    .goldLoan .goldLoanArea .cardSec.cardSec3 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
        grid-row-gap: 16px;
        padding-bottom: 12px
    }
}

.goldLoan .goldLoanArea .cardSec .card {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #434343;
    text-align: center;
    background-image: url(../images/goldLoanBg1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 296px;
    height: 258px;
    padding: 70px 52px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 991px) {
    .goldLoan .goldLoanArea .cardSec .card {
        background-size: 0;
        background-color: #DCB677;
        -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.12);
        -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.12);
        box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.12);
        width: 100%;
        height: auto;
        padding: 50px 20px;
        border-radius: 48px;
        min-height: 181px
    }
}

@media (max-width: 680px) {
    .goldLoan .goldLoanArea .cardSec .card {
        font-size: 14px;
        line-height: 22px;
        padding: 42px 12px
    }
}

.goldLoan .goldLoanArea .cardSec .card.card2 {
    background-image: url(../images/goldLoanBg2.svg);
    padding: 49px 52px 0
}

@media (max-width: 991px) {
    .goldLoan .goldLoanArea .cardSec .card.card2 {
        background-size: 0;
        background-color: #DCB677;
        -webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.17);
        -moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.17);
        box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.17);
        width: 100%;
        height: auto;
        padding: 20px
    }
}

.goldLoan .goldLoanArea .lineBdr {
    margin: -70px 0 -73px;
    padding-left: 140px
}

@media (max-width: 1366px) {
    .goldLoan .goldLoanArea .lineBdr {
        display: none
    }
}

.footer {
    background: linear-gradient(to bottom, #c32641 0%, #621321 100%);
    padding: 18px 0
}

    .footer ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

@media (max-width: 767px) {
    .footer ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 25px
    }
}

.footer ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    list-style: none;
    padding: 0 15px
}

@media (max-width: 767px) {
    .footer ul li {
        padding: 0
    }
}

.footer ul li a {
    color: #DDDDDD;
    text-decoration: none
}

.inputRow {
    position: relative;
    margin-bottom: 12px
}

    .inputRow .inputCtrl {
        width: 100%;
        height: 48px;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        border: 1px solid #dddddd;
        border-radius: 6px;
        outline: none;
        color: var(--c2d)
    }

        .inputRow .inputCtrl::placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            color: var(--c2d)
        }

        .inputRow .inputCtrl ::-webkit-input-placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400
        }

        .inputRow .inputCtrl :-moz-placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400
        }

        .inputRow .inputCtrl ::-moz-placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400
        }

        .inputRow .inputCtrl :-ms-input-placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400
        }

    .inputRow .textCtrl {
        display: block;
        height: 108px;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        width: 100%;
        border: 1px solid #dddddd;
        color: var(--c2d);
        outline: none;
        resize: none
    }

        .inputRow .textCtrl::placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            color: var(--c2d)
        }

        .inputRow .textCtrl ::-webkit-input-placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400
        }

        .inputRow .textCtrl :-moz-placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400
        }

        .inputRow .textCtrl ::-moz-placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400
        }

        .inputRow .textCtrl :-ms-input-placeholder {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400
        }

    .inputRow .validateText {
        position: absolute;
        bottom: -12px;
        right: 5px;
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
        color: #ff0000
    }

    .inputRow .select2Ctrl .select2-container {
        border: solid 1px #f7f9fa;
        background-color: #f7f9fa;
        width: 100% !important;
        border-radius: 4px
    }

        .inputRow .select2Ctrl .select2-container .selection .select2-selection--single {
            height: 50px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            outline: 0
        }

@media (max-width: 680px) {
    .inputRow .select2Ctrl .select2-container .selection .select2-selection--single {
        height: 45px
    }
}

.inputRow .select2Ctrl .select2-container .selection .select2-selection--single .select2-selection__rendered {
    padding: 0 33px 0 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #434343
}

.inputRow .select2-container--default .select2-selection--single {
    border: 1px solid #dddddd;
    border-radius: 0px
}

    .inputRow .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none
    }

    .inputRow .select2-container--default .select2-selection--single .select2-selection__arrow {
        background-image: url(../images/grayArrow.png);
        background-position: center center;
        background-repeat: no-repeat;
        top: 12px;
        right: 9px
    }

@media (max-width: 680px) {
    .inputRow .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 11px
    }
}
/*# sourceMappingURL=app.css.map */
