/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:500');

html,
body {
    overflow-x: hidden;
}

#captcha {
    width: 200px;
    height: 34px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 26px;
    padding: 6px 0px;
    background: rgb(245, 245, 220);
}

body {
    font-family: 'Lora', serif;
    background: #faf8f6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-right: 0 !important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 5px solid #b1a26a;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #b1a26a transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.cus-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0.8;
}

.custom-select {
    position: relative;
    font-family: Arial;
    min-width: 290px;
    margin-right: 50px;
}


.si-autodebit {
    min-width: 260px;
    margin-right: 800px;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: transparent;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #000 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #000;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
}

.select-selected {
    padding-left: 0px;
    border-bottom: #B1A26A 1px solid;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(234, 220, 195, 0.3);
}


.no-pad {
    padding: 0;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz21 {
    font-size: 21px;
}

.fz22 {
    font-size: 22px;
}

.lh24 {
    line-height: 24px;
}

.lt-sp1 {
    letter-spacing: 1px;
}

.sr .fooReveal {
    visibility: hidden;
}

.parent-color {
    color: #b1a26a;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cus-nav {
    background: #b1a26a;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 50px;
}

    .cus-nav .navbar-nav {
        margin-top: 10px;
    }

        .cus-nav .navbar-nav > li > a {
            color: #000;
            text-align: center;
        }

    .cus-nav .navbar-brand {
        height: auto;
    }

    /* 
.cus-nav .navbar-brand img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
} */

    .cus-nav .navbar-nav li span img {
        width: 36px;
        height: 36px;
        margin: 0 auto;
    }

    .cus-nav .navbar-nav > .open > a,
    .cus-nav .navbar-nav > .open > a:focus,
    .cus-nav .navbar-nav > .open > a:hover {
        background: none;
    }

    .cus-nav .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.header-caption {
    display: inline-block;
    text-align: center;
}

    .header-caption h4 {
        margin: 0 auto;
        border-bottom: #000 1px solid;
        font-size: 26px;
        text-transform: uppercase;
        margin: 4px 0;
    }

    .header-caption h6 {
        text-transform: uppercase;
        margin: 4px 0 10px;
        font-size: 14px;
    }

    .header-caption p {
        margin-bottom: 0;
    }

.carousel .item {
    background-position: center 36px !important;
}

.carousel-caption {
    right: 10%;
    left: auto;
    padding-bottom: 30px;
    font-size: 28px;
    bottom: auto;
    top: 50%;
    color: #444;
    text-shadow: 0 1px 1px rgba(84, 84, 84, 0.85);
    text-transform: uppercase;
}

    .carousel-caption:first-letter {
        font-size: 150%;
    }

.carousel-indicators {
    width: auto;
    margin: 0 auto;
    right: 50px;
    left: auto;
    bottom: auto;
    top: 50%;
}

    .carousel-indicators li {
        display: block;
        margin: 12px 0;
        width: 12px;
        height: 12px;
        border: #b3a46b 2px solid;
    }

    .carousel-indicators .active {
        background-color: #b3a46b;
        border: none;
        margin: 12px 0;
    }

header {
    position: relative;
}

    header .golden-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        header .golden-border img {
            width: 100%;
            height: 16px;
        }

.steps figure {
    position: relative;
}

    .steps figure img {
        height: 150px;
        margin: 50px auto;
    }

.steps {
    margin-bottom: 25px;
}

.steps-area {
    margin-bottom: 50px;
}

    .steps-area .title {
        text-align: center;
        text-transform: uppercase;
        color: #877d51;
        font-size: 35px;
        letter-spacing: 2px;
    }

.steps .text {
    text-align: center;
    color: #b3a46b;
    font-size: 17px;
}

.steps .dots {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 74%;
    z-index: -1;
}

    .steps .dots img {
        height: auto;
        margin: 0 auto;
    }

.benefits-calculator {
    background: url(../Areas/Online/Content/images/_NewImages/bg_New.jpg) left top no-repeat;
    background-size: 100% 100%;
    padding: 21px;
    margin-top: 25px;
    position: relative;
}

    .benefits-calculator .title {
        font-size: 33px;
        text-align: center;
        text-transform: uppercase;
        line-height: 0px;
        margin: 35px 0;
        color: #877d51;
    }

        .benefits-calculator .title span {
            text-transform: capitalize;
            font-size: 33px;
            font-style: italic;
        }

    .benefits-calculator .locket object {
        width: 100%;
    }

    .benefits-calculator .locket {
        position: absolute;
        left: 90px;
        top: 0;
        width: 120px;
    }

        .benefits-calculator .locket img {
            margin: 0 auto;
        }

.benefits-text {
    font-size: 18px;
    margin-bottom: 15px;
    color: #b3a46b;
}

.benefits-calculator .deposit,
.benefits-calculator .benefits {
    display: table;
    width: 100%;

}

.benefits-calculator .deposit {
    text-align: center;
    margin: 15px 0px;
}

.benefits-calculator label,
.benefits-calculator .field-text {
    font-size: 18px;
    display: block;
    color: #b3a46b;
    font-weight: normal;
}

.benefits-calculator .form-control {
    border-radius: 0;
    height: 60px;
    width: 270px;
    background: none;
    margin: 0 auto;
    border: #b3a46b 2px solid;
    box-shadow: none;
    float: none;
    font-size: 39px;
    text-align: center;
    color: #7a6a32;
    padding-left: 52px;
    padding-right: 52px;
}

.benefits-calculator .input-field {
    width: 270px;
    margin: 0 auto;
    position: relative;
}

    .benefits-calculator .input-field.two input {
        padding-right: 0;
    }

    .benefits-calculator .input-field span {
        position: absolute;
        font-size: 39px;
        color: #877d51;
        left: 15px;
        top: 5px;
    }

.benefits-calculator .deposit .input-group {
    position: relative;
    display: inline-block;
}

    .benefits-calculator .deposit .input-group .input-group-btn.plus,
    .benefits-calculator .deposit .input-group .input-group-btn.plus button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        height: 30px;
        width: 45px;
        background: #7a6a32;
        border: none;
        outline: none;
    }

    .benefits-calculator .deposit .input-group .input-group-btn.minus,
    .benefits-calculator .deposit .input-group .input-group-btn.minus button {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 99;
        height: 30px;
        width: 45px;
        background: #c0af78;
        border: none;
        outline: none;
    }

.benefits h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: right;
    font-style: italic;
}

    .benefits h4 span {
        font-size: 50px;
        font-style: normal;
    }

    .benefits h4 small {
        text-transform: none;
        color: #000;
        font-size: 30px;
    }

.benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    margin-bottom: 10px;
}

    .benefits ul li {
        padding-left: 40px;
        color: #b3a46b;
    }

        .benefits ul li span.list,
        .benefits ul li span2.lines {
            position: absolute;
            left: 0;
        }

            .benefits ul li span.list::before {
                content: "• ";
                color: #c0af78;
                font-size: 51px;
                position: absolute;
                left: 0;
                top: 5px;
            }

            .benefits ul li span2.lines::after {
                content: '';
                position: absolute;
                background: url(../Areas/Online/Content/images/_NewImages/dots.svg);
                height: 2px;
                width: 100px;
                background-repeat: no-repeat;
                transform: rotate(90deg);
                left: -40px;
                top: 48px;
                background-size: cover;
            }

        .benefits ul li:last-child span2.lines {
            display: none;
        }

    .benefits ul li {
        font-size: 20px;
        margin-bottom: 5px;
        text-transform: initial;
        line-height: 24px;
        position: relative;
        display: inline-block;
    }

        .benefits ul li .price,
        .benefits ul li .perc {
            font-size: 36px;
        }

        .benefits ul li .redem {
            font-size: 39px;
            color: #7a6a32;
            font-weight: 700;
            display: inline-block;
        }

.divider img {
    margin: 50px 0;
}

.instant-pay {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

    .instant-pay form {
        margin-top: 40px;
    }

        .instant-pay form h2 {
            text-align: center;
            border-bottom: #b1a26a 1px solid;
            display: inline-block;
            letter-spacing: 1px;
            font-size: 34px;
            margin-bottom: 25px;
            text-transform: uppercase;
        }

.input-group-addon {
    opacity: 0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover:hover {
    background: #B1A26A;
}

.gateway-block {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

    .gateway-block input {
        width: auto;
        margin-right: 12px;
    }

.successful-block-title h4 {
    text-align: center;
    font-size: 24px;
    color: #877d51;
}

.successful-block-msg p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.successful-block-content {
    padding: 25px 0;
}

    .successful-block-content h4 {
        text-align: center;
        font-size: 24px;
        color: #877d51;
    }

.successful-block-content-each {
    padding: 12px 0;
}

    .successful-block-content-each span {
        width: 40%;
        display: inline-block;
    }

.instant-pay form .form-group {
    margin: 40px 0;
}

    .instant-pay form .form-group label {
        font-family: 'Lora', serif;
        font-weight: normal;
        font-size: 18px;
        color: #000;
        margin-bottom: 0;
    }

/* radio styles */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #B1A26A;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #B1A26A;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/* user profile[end] */

.instant-pay form .form-group label .red {
    color: #f60101;
}

.instant-pay form .form-group input {
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: #b1a26a 1px solid;
    height: 50px;
    border-radius: 0;
}

    .instant-pay form .form-group input[type="date"] {
        text-transform: uppercase;
    }

.instant-pay form .form-group select {
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: #b1a26a 1px solid;
    height: 50px;
    border-radius: 0;
    margin: 12px 0;
}

.cus-btn,
.cus-btn:focus {
    border-radius: 0;
    background: #171717;
    border: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 22px;
    padding: 14px 36px;
    color: #c0af78;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin: 25px 0;
    border: #000 1px solid;
}

    .cus-btn:hover {
        background: #c0af78;
        color: #171717;
        border: #000 1px solid;
    }

.cus-btn2,
.cus-btn2:focus {
    border-radius: 0;
    background: #c0af78;
    border: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 22px;
    padding: 14px 36px;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin: 25px 0;
}

    .cus-btn2:hover {
        background: #c0af78;
        color: #171717;
    }

.page-content {
    padding: 65px 0 50px;
    position: relative;
}

    .page-content .leafs .leafs-left img {
        position: absolute;
        width: 30px;
        left: 20px;
        top: 20px;
    }

    .page-content .leafs .leafs-right img {
        position: absolute;
        width: 30px;
        right: 20px;
        top: 20px;
    }

.footer-sub {
    font-family: 'Ubuntu', sans-serif;
}

footer .tab-content {
    background: #b3a46b;
    padding: 60px;
}

footer .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    footer .nav-tabs > li {
        min-width: 250px;
        margin-bottom: 0;
    }

        footer .nav-tabs > li > a {
            text-transform: uppercase;
            font-size: 16px;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            line-height: 60px;
            height: 100%;
            padding: 0;
            text-align: center;
            color: #000;
        }

            footer .nav-tabs > li > a,
            footer .nav-tabs > li > a:focus,
            footer .nav-tabs > li > a:hover {
                border: none;
                background: none;
            }

        footer .nav-tabs > li.active > a,
        footer .nav-tabs > li.active > a:focus,
        footer .nav-tabs > li.active > a:hover {
            font-size: 20px;
            border: none;
            background: none;
        }

footer .block {
    text-align: center;
    color: #fff;
}

    footer .block h4 {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
    }

    footer .block p {
        font-size: 11px;
    }

    footer .block.first {
        text-align: left;
    }

        footer .block.first h2 {
            font-size: 40px;
            text-transform: uppercase;
            line-height: 50px;
            margin: 0;
        }

        footer .block.first h5 {
            font-size: 18px;
        }

    footer .block img {
        height: 80px;
        margin: 30px auto;
    }

.footer-sub {
    background: #231f20;
    padding: 0 25px;
}

    .footer-sub .contact {
        padding: 12px 0px;
        color: #b3a46b;
    }

    .footer-sub ul {
        margin-bottom: 0;
        padding-left: 0;
    }

        .footer-sub ul li {
            list-style: none;
            display: inline-block;
            padding: 12px 6px;
        }

    .footer-sub .site-links {
        float: left;
    }

    .footer-sub .social-links {
        float: right;
    }

        .footer-sub .social-links li {
            padding: 9px 6px;
        }

            .footer-sub .social-links li a {
                font-size: 18px;
            }

    .footer-sub ul li a {
        color: #b3a46b;
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: none;
        font-weight: 700;
    }

.mobile_devices.carousel {
    padding-top: 70px;
}

    .mobile_devices.carousel .carousel-caption {
        top: auto;
        bottom: 0;
        font-size: 22px;
        width: 100%;
        left: 0;
        right: 0;
        margin-bottom: -1px;
        background: rgba(237, 237, 237, 0);
        background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.53) 53%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(53%, rgba(246, 246, 246, 0.53)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.53) 53%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.53) 53%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.53) 53%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.53) 53%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
    }

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    100% {
        opacity: 0;
    }
}

.blink {
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 2s;
}

.fixed-header {
    padding-top: 150px;
}

.faqs .title .border-btm {
    border-bottom: #b1a26a 1px solid;
    padding-bottom: 8px;
    display: inline-block;
}

.faqs .title span2 {
    display: block;
    font-size: 16px;
    margin-top: 8px;
}

.faqs .title {
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
}

.faqs .question {
    margin-bottom: 4px;
}

.faqs .question,
.faqs .answer {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.faqs .block {
    margin-bottom: 24px;
}

.break hr {
    background: #b1a26a;
    height: 2px;
    max-width: 200px;
    margin: 0;
    margin-bottom: 50px;
}

.faqs ul li {
    color: #b1a26a;
    font-weight: 700;
    font-size: 16px;
}

.main-title {
    color: #b1a26a;
    font-size: 44px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.faqs select.cus-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: #b1a26a 2px solid;
    padding: 8px 45px 8px 25px;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.faqs select.cus-select {
    background: url(../Areas/Online/Content/images/_NewImages/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: top 6px right 8px;
    background-size: 28px;
}

.faqs .content {
    padding: 70px;
    border: #b1a26a 2px solid;
    position: relative;
}

.faqs .leafs.bottom .leafs-left img {
    width: 30px;
    left: 20px;
    bottom: 20px;
    top: auto;
    transform: rotate(270deg);
}

.faqs .leafs.bottom .leafs-right img {
    width: 30px;
    right: 20px;
    bottom: 20px;
    top: auto;
    transform: rotate(70deg);
}

.faqs .table-responsive .table {
    border: #b1a26a 2px solid;
}

    .faqs .table-responsive .table tr td {
        border: #b1a26a 1px solid;
    }

    .faqs .table-responsive .table tr th {
        text-align: center;
        background: #e1dcc6;
    }

.modal-content {
    border-radius: 0;
    border: #b1a26a 4px solid;
}

form label {
    font-weight: 600;
}

.modal-body {
    padding: 50px 0;
}

.modal-content form label {
    font-weight: 500;
    font-size: 22px;
    color: #b1a26a;
    text-align: left !important;
}

.modal-content form input,
.modal-content form input:focus {
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: #b1a26a 1px solid;
    height: 50px;
    border-radius: 0;
}

.modal-content form .cus-btn2 {
    font-size: 18px;
    padding: 12px 36px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-top: 35px;
}

.modal-content .note {
    margin-top: 80px;
    color: #b1a26a;
    font-size: 12px;
}

.modal-content .forgot {
    /*color: #b1a26a;
    font-size: 12px;*/
    color: #b1a26a;
    font-size: 12px;
}

.modal-content .leafs.top .leafs-left img {
    width: 25px;
    left: 20px;
    top: 20px;
    position: absolute;
}

.modal-content .leafs.bottom .leafs-right img {
    width: 25px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    transform: rotate(90deg);
}


.modal {
    text-align: center;
    padding: 0 !important;
    overflow: hidden;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
        /* Adjusts for spacing */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

    .modal-dialog .close {
        position: absolute;
        right: 25px;
        top: 25px;
        opacity: 1;
        outline: none;
    }

        .modal-dialog .close img {
            width: 25px;
        }

.testimonials .block {
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0px 0px 15px -2px rgba(153, 153, 153, 1);
    box-shadow: 0px 0px 15px -2px rgba(153, 153, 153, 1);
    padding: 10px;
}

    .testimonials .block > .border {
        border: #b1a26a 2px solid;
        padding: 20px;
    }

    .testimonials .block figure {
        text-align: center;
        margin-bottom: 25px;
    }

        .testimonials .block figure img {
            border-radius: 50%;
            margin: 0 auto;
            width: 100px;
            height: 100px;
        }

    .testimonials .block .testimonials-content {
        line-height: 28px;
        color: #b1a26a;
        font-size: 15px;
    }

    .testimonials .block .read-more {
        color: #b1a26a;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        margin: 20px 0;
        display: inline-block;
        outline: none !important;
    }

    .testimonials .block .divider2 {
        text-align: center;
    }

        .testimonials .block .divider2 img {
            margin: 0 auto;
        }

    .testimonials .block .name {
        color: #b1a26a;
        font-size: 28px;
        margin-top: 12px;
    }

.load-more,
.load-more:hover,
.load-more:active {
    color: #b1a26a;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: #b1a26a 1px solid;
    text-decoration: none;
    outline: none !important;
    margin-top: 25px;
    display: inline-block;
}

#testimonials .testimonials .block {
    box-shadow: none;
}

#testimonials .modal-content {
    border: none;
    padding: 10px;
}

#testimonials .modal-body {
    border: #b1a26a 2px solid;
}

.modal-backdrop {
    background-color: #cac4af !important;
}

.carousel-inner .item {
    cursor: pointer;
}

.ghs-testimonials h4 {
    text-transform: uppercase;
    text-align: center;
    color: #b3a46b;
    font-size: 32px;
}

#ghs-testimonials {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

.ghs-testimonials-each {
    font-size: 18px;
    padding: 18px 0;
    max-width: 70%;
    margin: 0 auto;
}

    .ghs-testimonials-each span {
        display: block;
        font-weight: bold;
        margin-top: 12px;
    }

#ghs-testimonials .carousel-control-prev-icon {
    position: absolute;
    left: 0px;
    top: 15%;
    width: 50px;
    height: 50px;
}

#ghs-testimonials .carousel-control-next-icon {
    position: absolute;
    right: 0px;
    top: 15%;
    width: 50px;
    height: 50px;
}

.block-content {
    padding-bottom: 50px;
}

.installment-details {
    display: none;
}

    .installment-details.in {
        display: block;
    }

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../Areas/Online/Content/images/_NewImages/select-arrow.png') right no-repeat !important;
}

@media only screen and (max-width:480px) {

    .fz21,
    .benefits-text,
    .fz20 {
        font-size: 16px;
        line-height: 20px;
    }

    .divider {
        padding: 0;
    }

    .steps-area .title {
        font-size: 24px;
        line-height: 30px;
    }

    .benefits-calculator .title {
        font-size: 39px;
        line-height: 36px;
        color: #877d51;
    }

        .benefits-calculator .title span {
            font-size: 40px;
        }

    .benefits-calculator .locket img {
        width: 80px;
    }

    header .golden-border img {
        width: 100%;
        height: 10px;
    }

    .mobile_devices.carousel .carousel-caption {
        font-size: 16px;
        padding: 16px 0;
    }

    .benefits ul li span2.lines::after {
        left: -42px;
        top: 82px;
        width: 106px;
    }
}

@media only screen and (min-width:768px) {
    .cus-nav .navbar-brand > img {
        display: block;
        height: 80px;
    }

    .header-caption img {
        height: 75px;
    }

    .modal-dialog.modal-md {
        width: 700px;
    }

    .form-horizontal .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    } 
}

@media only screen and (max-width:767px) {

    .successful-block-title h4,
    .successful-block-content h4 {
        font-size: 18px;
    }

    .successful-block-content-each span {
        width: 100%;
    }

    .ghs-testimonials h4 {
        font-size: 26px;
    }

    #ghs-testimonials {
        max-width: 100%;
    }

    .ghs-testimonials-each {
        font-size: 14px;
        max-width: 80%;
        margin: 0 auto;
    }

    .cus-nav .navbar-brand {
        height: auto;
        padding: 6px 12px;
    }

    .navbar-nav > li {
        display: block !important;
    }

    .cus-nav .navbar-nav > li > a {
        text-align: left;
    }

    .mobile_devices.carousel {
        padding-top: 50px;
    }

    .faqs select.cus-select {
        width: 100%;
    }

    .testimonials > div {
        padding: 0;
    }

    .testimonials .block .name {
        font-size: 20px;
    }

    .testimonials .block .read-more {
        font-size: 15px;
    }

    .modal-content form label {
        font-size: 18px;
    }

    .modal-content form .cus-btn2 {
        font-size: 14px;
        padding: 12px 20px;
    }

    .modal-content .note {
        margin-top: 20px;
    }

    .modal-content .leafs.top .leafs-left img {
        width: 20px;
        left: 10px;
        top: 10px;
    }

    .modal-content .leafs.bottom .leafs-right img {
        width: 20px;
        right: 10px;
        bottom: 10px;
    }

    .main-title {
        font-size: 24px;
    }

    .main-title,
    .faqs .title {
        margin-bottom: 20px;
    }

    .faqs .title {
        font-size: 22px;
    }

    .faqs .question,
    .faqs .answer,
    .faqs ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .break hr {
        margin-bottom: 20px;
    }

    .faqs .content {
        padding: 20px;
    }

    .faqs .leafs .leafs-left img {
        position: absolute;
        width: 18px;
        left: 20px;
        top: 15px;
    }

    .faqs .leafs .leafs-right img {
        width: 18px;
        top: 15px;
    }

    .faqs .leafs.bottom .leafs-left img {
        width: 18px;
        left: 20px;
        bottom: 15px;
        top: auto
    }

    .faqs .leafs.bottom .leafs-right img {
        width: 18px;
        right: 20px;
        bottom: 15px;
        top: auto
    }

    .fixed-header {
        margin-top: 30px;
    }

    .faqs .title span2 {
        font-size: 12px;
        line-height: 18px;
    }

    .navbar-brand > img {
        height: 45px;
    }

    .header-caption h4 {
        font-size: 16px;
    }

    .header-caption h6 {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .header-caption img {
        height: 45px;
    }

    .cus-nav .navbar-nav li span img {
        width: 36px;
        height: 36px;
        margin: 0;
        display: inline-block;
    }

    .cus-nav {
        padding: 0 20px;
    }

        .cus-nav .navbar-header {
            display: -moz-inline-flex;
            display: -ms-inline-flex;
            display: -o-inline-flex;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

    .header-caption p {
        font-size: 12px;
    }

    .cus-nav .navbar-toggle {
        border: none;
        margin: 0 auto;
        padding: 0;
    }

        .cus-nav .navbar-toggle .icon-bar {
            background-color: #000;
        }

        .cus-nav .navbar-toggle:focus,
        .cus-nav .navbar-toggle:hover {
            background: none;
        }

    .carousel-caption {
        left: 10%;
        right: 10%;
        font-size: 22px;
    }

    .carousel-indicators {
        width: 100%;
        margin: 0 auto;
        right: auto;
        left: auto;
        bottom: 0px;
        top: auto;
    }

        .carousel-indicators li,
        .carousel-indicators .active {
            margin: 12px 4px;
            width: 10px;
            height: 10px;
            display: inline-block;
        }

    .mobile_devices.carousel .carousel-caption {
        position: relative;
        font-size: 14px;
        padding: 6px 0 38px;
    }

    .page-content {
        padding: 65px 0 20px;
    }

    .benefits-calculator {
        padding: 80px 25px 50px;
    }

    .benefits h4 {
        font-size: 26px;
    }

        .benefits h4 span {
            font-size: 44px;
        }

        .benefits h4 span {
            font-size: 32px;
        }

    .benefits ul li .redem {
        font-size: 36px;
    }

    .benefits-calculator .form-control,
    .benefits-calculator .input-field {
        height: 70px;
        width: 100%;
        font-size: 36px;
    }

        .benefits-calculator .input-field span {
            font-size: 46px;
            top: 10px;
            color: #877d51;
        }

    .benefits-calculator .deposit .input-group .input-group-btn.plus,
    .benefits-calculator .deposit .input-group .input-group-btn.plus button,
    .benefits-calculator .deposit .input-group .input-group-btn.minus,
    .benefits-calculator .deposit .input-group .input-group-btn.minus button {
        height: 35px;
    }

    .benefits-calculator label,
    .benefits-calculator .field-text {
        font-size: 18px;
        margin: 8px 0;
        color: #b3a46b;
    }

    .benefits-calculator .deposit {
        margin: 0;
    }

    .benefits-text {
        margin-bottom: 0;
        color:#b3a46b;
    }

    .benefits h4 {
        text-align: center;
    }

    .benefits ul li {
        font-size: 16px;
        margin-bottom: 18px;
        text-transform: initial;
        line-height: 26px;
        position: relative;
        color: #b3a46b;
    }

        .benefits ul li .price,
        .benefits ul li .perc,
        .benefits ul li .redem {
            display: block;
            margin-top: 12px;
        }

    .benefits-calculator .locket {
        position: absolute;
        left: 18px;
        top: 0;
        width: 100px;
    }

    .benefits-calculator .title {
        font-size: 39px;
        line-height: 36px;
        margin-bottom: 20px;
        color: #877d51;
    }

    .benefits-calculator {
        margin-top: 0;
    }

    .cus-btn {
        font-size: 16px;
        padding: 12px 0;
        width: 100%;
    }

    .steps-area {
        margin-bottom: 10px;
    }

    .steps figure img {
        height: 100px;
        margin: 20px auto;
    }

    .steps-area .title {
        font-size: 24px;
        line-height: 30px;
    }

    .steps .dots {
        display: none;
    }

    .benefits ul li::after {
        height: 4px;
        width: 114px;
        left: -47px;
        top: 82px;
    }

    .divider img {
        margin: 20px 0 0px;
    }

    footer .block.first {
        text-align: center;
    }

        footer .block.first h2 {
            font-size: 34px;
            line-height: 40px;
        }

    .footer-sub {
        text-align: center;
    }

    footer .tab-content {
        padding: 20px;
    }

    footer .nav-tabs {
        display: block
    }

        footer .nav-tabs > li {
            float: none;
        }

    .footer-sub .social-links {
        float: none;
    }

    footer .block img {
        margin-top: 25px;
    }

    footer .tab-content .tab-pane {
        width: auto;
        width: auto;
    }

    .footer-sub .site-links,
    .footer-sub .social-links {
        float: none;
        text-align: center;
    }

    .instant-pay form h2 {
        font-size: 24px;
    }

    .instant-pay form .form-group label {
        font-size: 16px;
    }

    .cus-btn2,
    .cus-btn2:focus {
        padding: 6px 12px;
    }

    /*.FixedfooterPostLogin {
        padding: 0 25px;
        left: 0px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 100;
    }*/

    .ghs-dashboard > .container {
        padding-bottom: 30px;
    }
}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .cus-nav {
        padding: 0 20px;
    }

    .benefits h4 {
        text-align: left;
        margin-bottom: 22px;
    }

    .benefits-calculator label,
    .benefits-calculator .field-text {
        margin: 12px 0;
        color: #b3a46b;
    }

    .benefits-calculator .locket {
        left: 20px;
        width: 200px;
    }

    .benefits-calculator .deposit {
        margin: 50px 0;
    }

    .steps .dots {
        display: none;
    }

    .benefits-calculator .locket img {
        width: 150px;
    }

    .benefits ul li .redem {
        margin-top: 18px;
        display: inline-block;
    }

    .steps .dots {
        left: 76%;
    }

    footer .nav-tabs > li.active > a,
    footer .nav-tabs > li.active > a:focus,
    footer .nav-tabs > li.active > a:hover {
        font-size: 18px;
    }

    footer .block.first {
        text-align: center;
    }

    footer .block img {
        margin-top: 25px;
    }

    footer .tab-content .tab-pane {
        width: auto;
        width: auto;
    }

    .instant-pay form h2 {
        font-size: 30px;
    }

    .footer-sub .site-links,
    .footer-sub .social-links {
        float: none;
        text-align: center;
    }

    .mobile_devices.carousel {
        padding-top: 100px;
    }
}

/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .benefits-calculator .locket {
        left: 40px;
        width: 230px;
    }

    footer .block img {
        height: 100px;
    }

    .benefits-calculator {
        padding: 80px 50px;
    }

        .benefits-calculator .locket img {
            width: 180px;
        }

    .benefits ul li .redem {
        margin-top: 18px;
        display: inline-block;
    }

    footer .tab-content .tab-pane {
        width: auto;
        width: auto;
    }

    .instant-pay form h2 {
        font-size: 30px;
    }

    .mobile_devices.carousel {
        padding-top: 100px;
    }

    .benefits ul li span2.lines::after {
        top: 52px;
    }

    .footer-sub ul li {
        padding: 6px;
    }

    .footer-sub .site-links,
    .footer-sub .social-links {
        float: none;
        text-align: center;
    }
}

@media all and (-ms-high-contrast:none) {
    .benefits ul li span2.lines {
        top: 30px;
    }

    .steps .dots {
        width: 62%;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .cus-nav .navbar-brand > img {
        height: 60px;
        margin-top: 6px;
    }

    .header-caption img {
        height: 65px;
    }

    .cus-nav {
        padding: 0 10px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .cus-nav .navbar-toggle .icon-bar {
        background-color: #000;
        width: 40px;
        height: 4px;
        margin: 8px 0px;
    }
}


@media (max-width: 991px) {
    .cus-nav .navbar-header {
        float: none;
    }

    .cus-nav .navbar-toggle {
        display: block;
    }

    .cus-nav .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

        .cus-nav .navbar-collapse.collapse {
            display: none !important;
        }

    .cus-nav .navbar-toggle {
        border: none;
    }

    .cus-nav .navbar-collapse.collapse {
        max-height: 100%;
    }

    .cus-nav .navbar-nav > li {
        display: inline-block;
    }

    .cus-nav .navbar-toggle:focus,
    .cus-nav .navbar-toggle:hover {
        background: none;
        border: none;
    }

    .cus-nav .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .cus-nav .navbar-nav > li {
            float: none;
        }

            .cus-nav .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .cus-nav .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .cus-nav .navbar-collapse.collapse.in {
        display: block !important;
    }

    .cus-nav .collapsing {
        overflow: hidden !important;
    }
}

.forgotPassword {
    padding: 16px;
    cursor: pointer;
}
/*nishant*/
.captchaCode {
    padding: 0px 0px !important;
}


/*nishant*/


.Fixedfooter {
    background: #231f20;
    padding: 0 25px;
    /*position: fixed;*/
    bottom: -14px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.FixedfooterPostLogin {
    /*background: #231f20;*/
    padding: 0 25px;
    /*position: fixed;*/
    bottom: 0px;
    /*left: 85px;*/
    width: 100%;
    z-index: 100;
}

/*Custom button style added by thivan -start */
.db-header {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.cus-btn3,
.cus-btn3:focus {
    border-radius: 0;
    background: #c0af78;
    border: none;
    color: #fff;
    margin: 25px 0;
}

    .cus-btn3:hover {
        background: #c0af78;
        color: #171717;
    }

/*Custom button style added by thivan -End*/

.logout {
    text-decoration: underline;
    float: right;
}
.captcha_style {
    width: 200px;
    height: 34px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 26px;
    padding: 6px 0px;
    background: rgb(245, 245, 220);
}

.modal_style {
    margin-top: 6px !important;
    font-size: 19px !important;
}
.enrolment_captcha_style {
    width: 145px;
    height: 34px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 26px;
    padding: 6px 0px;
    background: rgb(245, 245, 220);
}
