/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
   font-family: "Poppins",sans-serif;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
   font-family: "Poppins",sans-serif;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: "Poppins",sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*, *::before, *::after {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

button {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    cursor: pointer
}

figure {
    margin: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

ul, ol, dd {
    margin: 0;
    padding: 0;
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit
}

p {
    margin: 0
}

cite {
    font-style: normal
}

fieldset {
    border-width: 0;
    padding: 0;
    margin: 0
}

html {
    font-size: 10px
}

body {
    font-family: "Poppins",sans-serif;
    background: #fff;
    font-size: 1.25vw;
    letter-spacing: 0px;
    overflow-x: hidden !important;
    width: 100%;
    counter-reset: codeLineNo;
    color: #727781
}

img {
    width: 100%
}

a:hover {
    text-decoration: none;
    color: #3aae97
}

.main {
    width: 100%;
    overflow-x: hidden
}

.cm-line-break {
    display: block
}

.set-bg {
    background-size: cover
}

    .set-bg .fetch-img-src {
        display: none
    }

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.2s ease-in-out
}

    .overlay.active {
        visibility: visible;
        opacity: 1;
        z-index: 20
    }

.hide-desktop {
    display: none
}

.hidden-md {
    display: none !important
}

.container {
    max-width: 80vw
}

    .container:after {
        content: '';
        display: table;
        clear: both
    }

@media (max-width: 992px) {
    .container {
        max-width: 90vw
    }

    body.disable-scroll {
        overflow: hidden
    }

    .hidden-xs {
        display: none !important
    }

    html {
        font-size: 13px
    }

    .main.epos-main {
        overflow-x: inherit
    }
}

@media (max-width: 767px) {
    body {
        font-size: 1.2rem
    }

    .hide-desktop {
        display: block
    }

    .hidden-card-xs {
        display: none !important
    }

    .hidden-xs {
        display: none !important
    }

    .hidden-md {
        display: inline-block !important
    }

    .container {
        padding: 0 18px;
        max-width: 100%
    }

    html {
        font-size: 13px
    }
}

@media (max-width: 568px) {
    html {
        font-size: 12px
    }
}

@media (max-width: 400px) {
    html {
        font-size: 10px
    }
}

.btn {
    border: 1px solid #3aae97;
    color: #3aae97;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    outline: none
}

    .btn.btn-border {
        font-size: 1.09375vw;
        line-height: 1.09375vw;
        text-transform: uppercase;
        padding: 1.64063vw 2.34375vw;
        border-radius: 2.73438vw;
        background-position: center;
        transition: background 0.4s;
        box-shadow: none
    }

        .btn.btn-border .icon {
            display: inline-block;
            transition: transform 0.4s ease-out
        }

        .btn.btn-border:hover {
            background: #6cc0af radial-gradient(circle, rgba(0,0,0,0) 1%,#3aae97 1%) center/15000%;
            color: #fff
        }

            .btn.btn-border:hover .icon {
                transform: translateX(5px) scale(1.06)
            }

        .btn.btn-border:active {
            background-color: #3aae97;
            background-size: 100%;
            transition: background 0s;
            color: #fff
        }

    .btn.btn-primary {
        color: #fff;
        font-size: 1.09375vw;
        line-height: 1.09375vw;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 1.71875vw 2.34375vw;
        border-radius: 2.34375vw;
        outline: none;
        border-color: #3aae97;
        background-color: #3aae97;
        background-position: center;
        transition: background 0.4s;
        min-width: 15.625vw
    }

        .btn.btn-primary:focus {
            box-shadow: 0 .3125vw .625vw 0 rgba(0,0,0,0.1)
        }

        .btn.btn-primary:not(:disabled):not(.disabled):active {
            background-color: #3aae97;
            border-color: #3aae97
        }

            .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
                box-shadow: 0 .3125vw .625vw 0 rgba(0,0,0,0.1)
            }

        .btn.btn-primary:hover {
            background: #3aae97 radial-gradient(circle, #6cc0af 1%,#3aae97 1%) center/15000%;
            color: #fff
        }

            .btn.btn-primary:hover .icon {
                transform: translateX(5px) scale(1.06)
            }

        .btn.btn-primary:active {
            background-color: #3aae97;
            background-size: 100%;
            color: #fff;
            transition: background 0s
        }

    .btn.btn-gradient {
        background: #48c993;
        background: -moz-linear-gradient(left, #48c993 27%, #3aae97 100%);
        background: -webkit-linear-gradient(left, #48c993 27%, #3aae97 100%);
        background: linear-gradient(to right, #48c993 27%, #3aae97 100%)
    }

    .btn.btn-link {
        padding: .39063vw 0;
        font-size: 1.25vw;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }

        .btn.btn-link .icon {
            display: inline-block;
            vertical-align: middle;
            margin-left: .15625vw;
            font-size: 1.01563vw
        }

        .btn.btn-link:hover {
            text-decoration: none;
            color: #3aae97
        }

    .btn.no-cursor:not(:disabled):not(.disabled) {
        cursor: none
    }

.form-control {
    font-size: 1.25vw;
    line-height: 1.25vw;
    border: 0;
    border-radius: 3.125vw;
    padding: 1.48438vw 2.34375vw
}

@media (max-width: 992px) {
    .btn.btn-border {
        padding: 1.8rem 3.2rem;
        border-radius: 60px;
        font-size: 1.2rem;
        line-height: 1.2rem
    }

    .btn.btn-primary {
        padding: 1.8rem 3.2rem;
        border-radius: 60px;
        font-size: 1.4rem;
        line-height: 1.4rem;
        min-width: 200px
    }

    .form-control {
        padding: 1.4rem 3rem;
        border-radius: 60px;
        font-size: 1.4rem;
        line-height: 1.4rem;
        min-width: 200px
    }
}

@media (max-width: 767px) {
    .btn.btn-primary, .btn.btn-border {
        padding: 1.5rem 5rem
    }

    .btn.typ-big {
        min-width: 18rem
    }
}

.tabs:after {
    content: "";
    display: table;
    clear: both
}

.tabs .tab-links {
    width: 35%;
    border-left: 1px solid #dadada;
    padding-left: 3.08594vw;
    position: relative;
    float: right
}

    .tabs .tab-links .tab-link {
        opacity: 0.24;
        cursor: pointer
    }

        .tabs .tab-links .tab-link.active {
            opacity: 1
        }

            .tabs .tab-links .tab-link.active .title {
                color: #1f2020
            }

        .tabs .tab-links .tab-link .title {
            font-weight: 600;
            font-size: 1.64063vw;
            line-height: 1.66406vw;
            color: #040404;
            text-transform: uppercase
        }

        .tabs .tab-links .tab-link .desc {
            font-size: 1.09375vw;
            line-height: 1.64063vw;
            color: #727781;
            padding-top: .39063vw
        }

        .tabs .tab-links .tab-link:not(:last-of-type) {
            margin-bottom: 3.59375vw
        }

    .tabs .tab-links .indicator {
        position: absolute;
        left: -.15625vw;
        width: .23438vw;
        height: 5.85938vw;
        background: #3aae97;
        border-radius: .78125vw;
        transition: transform 0.5s ease-out;
        top: 0
    }

.tabs .tab-contents {
    float: left;
    width: 65%;
    position: relative
}

    .tabs .tab-contents .tab-content {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: -1;
        transform: scale(0.8);
        opacity: 0;
        transition: transform 0.4s ease-in-out, opacity 0s ease-in
    }

        .tabs .tab-contents .tab-content.active {
            transform: scale(1);
            z-index: 1;
            opacity: 1;
            background: #fff;
            transition: transform 0.4s ease-in-out, opacity 0.4s ease-in
        }

.tabs.typ-two .tab-links {
    background: #3aae97;
    padding-left: 0;
    width: 25%;
    box-shadow: 0 41px 131px 0 rgba(55,57,55,0.47);
    padding: 2.1875vw 0
}

    .tabs.typ-two .tab-links .tab-link {
        color: #fff;
        opacity: 0.5;
        margin-bottom: 0;
        font-size: .85938vw;
        line-height: 1.17188vw;
        padding: 1.17188vw 0 1.17188vw .39063vw;
        position: relative;
        z-index: 2;
        border-left: 4px solid transparent;
        transition: border 0.4s ease-in, opacity 0.4s ease-in, transform 0.4s ease-in
    }

        .tabs.typ-two .tab-links .tab-link:before {
            content: '';
            position: absolute;
            width: 1.17188vw;
            height: 1.17188vw;
            background: #fff;
            border-radius: 50%;
            left: 1.71875vw;
            opacity: 0.2
        }

        .tabs.typ-two .tab-links .tab-link:hover, .tabs.typ-two .tab-links .tab-link.active {
            opacity: 1;
            border-color: #fff
        }

            .tabs.typ-two .tab-links .tab-link:hover:before, .tabs.typ-two .tab-links .tab-link.active:before {
                opacity: 0.5
            }

    .tabs.typ-two .tab-links .indicator {
        height: 3.51563vw;
        background: rgba(205,205,205,0.45);
        width: 100%;
        border-radius: 0;
        z-index: 1;
        left: 0
    }

    .tabs.typ-two .tab-links.animate {
        transform: translateX(-25px) scale(1.1)
    }

.tabs.typ-two .tab-contents {
    width: 75%
}

.tabs.bqr-tab .tab-content .img-wrap {
    max-width: 31.25vw;
    margin: 0 auto
}

    .tabs.bqr-tab .tab-content .img-wrap img {
        max-width: 100%
    }

.tabs .comp-payment-option {
    min-height: 46.875vw
}

.selected-tab-mobile {
    display: none;
    background: #fff;
    border: 1px solid #eee;
    border-radius: .3125vw;
    padding: .70313vw 1.875vw;
    font-size: 1.17188vw;
    cursor: pointer;
    width: 60%;
    margin: 0 auto 3.125vw;
    position: relative
}

    .selected-tab-mobile:after {
        content: "\e909";
        font-family: "payconnect" !important;
        font-size: 1.5625vw;
        position: absolute;
        top: 1.25vw;
        right: 2.5vw;
        color: #2e2e2e;
        font-weight: bold !important
    }

    .selected-tab-mobile .title {
        text-transform: uppercase;
        color: #3aae97;
        font-size: .9375vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 2rem
    }

    .selected-tab-mobile .desc {
        color: #868e9c
    }

@media (max-width: 992px) {
    .selected-tab-mobile {
        display: block;
        padding: 0.7rem 2.5rem;
        border-radius: 3.5rem;
        margin-bottom: 5rem
    }

        .selected-tab-mobile .title {
            font-size: 1.4rem;
            font-weight: 500
        }

        .selected-tab-mobile .desc {
            font-size: 1.1rem
        }

    .tabs .tab-links {
        position: fixed;
        top: 10%;
        left: 10%;
        z-index: -1;
        right: 10%;
        width: auto;
        opacity: 0;
        visibility: hidden;
        border-radius: 4px;
        border: 0;
        max-height: 80%;
        padding-left: 0;
        transform: scale(0.8);
        transition: all 0.3s ease-in-out;
        background: #fff
    }

        .tabs .tab-links.active {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
            z-index: 99
        }

        .tabs .tab-links .indicator {
            display: none
        }

        .tabs .tab-links .tab-link {
            padding: 1.6rem .5rem 1.6rem 1.6rem;
            opacity: 1;
            margin-bottom: 0;
            position: relative
        }

            .tabs .tab-links .tab-link:before {
                content: "";
                width: 2rem;
                height: 2rem;
                display: block;
                border-radius: 50%;
                right: 1.8rem;
                top: 50%;
                transform: translateY(-50%);
                position: absolute;
                background: #fff;
                border: 2px solid #838383
            }

            .tabs .tab-links .tab-link:not(:last-of-type) {
                margin-bottom: 0;
                border-bottom: 1px solid #ddd
            }

            .tabs .tab-links .tab-link .title {
                font-size: 1.2rem;
                line-height: 1.2rem
            }

            .tabs .tab-links .tab-link .desc {
                font-size: 1rem;
                line-height: 1rem;
                padding-top: .7rem
            }

            .tabs .tab-links .tab-link.active:before {
                border-color: #3aae97
            }

            .tabs .tab-links .tab-link.active:after {
                content: "";
                width: 1.6rem;
                height: 1.6rem;
                border-radius: 50%;
                right: 2rem;
                top: 50%;
                transform: translateY(-50%);
                border: 3px solid #fff;
                position: absolute;
                background: #3aae97
            }

            .tabs .tab-links .tab-link.active .title {
                color: #3aae97
            }

    .tabs .tab-contents {
        width: 100%
    }

        .tabs .tab-contents .tab-content .img-wrap {
            max-width: 35rem
        }

            .tabs .tab-contents .tab-content .img-wrap.typ-big {
                max-width: 45rem
            }

            .tabs .tab-contents .tab-content .img-wrap.typ-sm {
                max-width: 25rem
            }

        .tabs .tab-contents .tab-content.active {
            position: relative
        }

    .typ-two .selected-tab-mobile .title {
        text-transform: none
    }
}

@media (max-width: 767px) {
    .selected-tab-mobile {
        border-radius: 2.4rem;
        width: 100%;
        max-width: 40rem
    }

        .selected-tab-mobile:after {
            font-size: 1.5rem;
            position: absolute;
            top: 1.3rem;
            right: 2.4rem
        }

    .tabs .tab-contents .tab-content.active {
        background: transparent
    }
}

.no-uislider {
    width: 100%;
    height: 3.125vw;
    border-radius: 2.73438vw;
    border: 0
}

    .no-uislider .noUi-connects {
        border-radius: 2.73438vw;
        background: linear-gradient(to right, #000 0, red 20%, #ff4800 30%, #ff9000 40%, #ffe400 55%, #0f6 65%, #00fff0 75%, #008aff 80%, #4605ff 85%, #d800ff 100%)
    }

    .no-uislider .noUi-handle {
        background: transparent;
        border: 0;
        box-shadow: none;
        outline: none;
        top: 0;
        width: 1.25vw;
        height: 3.125vw
    }

        .no-uislider .noUi-handle:after, .no-uislider .noUi-handle:before {
            left: .07813vw;
            top: -.70313vw;
            background: transparent;
            border: 7px solid transparent;
            border-top: 7px solid #666
        }

        .no-uislider .noUi-handle:after {
            top: unset;
            bottom: -.70313vw;
            transform: rotate(180deg)
        }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -.625vw
}

@media (max-width: 992px) {
    .no-uislider {
        height: 4rem
    }

        .no-uislider .noUi-handle {
            height: 4rem;
            width: 1.2rem
        }

            .no-uislider .noUi-handle:after, .no-uislider .noUi-handle:before {
                left: -.1rem;
                top: -0.9rem;
                background: transparent;
                border: 7px solid transparent;
                border-top: 7px solid #666
            }

            .no-uislider .noUi-handle:after {
                top: unset;
                bottom: -0.9rem
            }

        .no-uislider .noUi-connects {
            border-radius: 4rem
        }

    html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
        right: -0.4rem
    }
}

.comp-header {
    padding: 2.5vw 0 .78125vw;
    width: 100%;
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    transition: all 0.4s ease-out;
    background: #fff
}

    .comp-header .container {
        max-width: 100%;
        padding: 0 6.64063vw
    }

    .comp-header.nav-up {
        transform: translateY(-100%)
    }

    .comp-header.sticky {
        background: #fff;
        padding: 1.5625vw 0;
        box-shadow: 0 0 15px rgba(0,0,0,0.05)
    }

        .comp-header.sticky.typ-white {
            background: #fff
        }

            .comp-header.sticky.typ-white .logo a img {
                display: inline-block
            }

                .comp-header.sticky.typ-white .logo a img.white-logo {
                    display: none
                }

                .comp-header.sticky.typ-white .logo a img.black-logo {
                    display: inline-block
                }

                .comp-header.sticky.typ-white .logo a img.green-logo {
                    display: none
                }

            .comp-header.sticky.typ-white .icon-menu {
                color: #040404
            }

            .comp-header.sticky.typ-white .main-nav .menu-list .nav-link a {
                color: #040404
            }

            .comp-header.sticky.typ-white .main-nav .menu-list .nav-link:hover a, .comp-header.sticky.typ-white .main-nav .menu-list .nav-link.active a {
                color: #040404
            }

            .comp-header.sticky.typ-white .btn-border {
                border-color: #3aae97;
                color: #3aae97
            }

    .comp-header.typ-white {
        background: transparent
    }

        .comp-header.typ-white .logo a img.white-logo {
            display: inline-block
        }

        .comp-header.typ-white .logo a img.black-logo {
            display: none
        }

        .comp-header.typ-white .icon-menu {
            color: #fff
        }

        .comp-header.typ-white .main-nav .menu-list .nav-link a {
            color: #fff
        }

        .comp-header.typ-white .main-nav .menu-list .nav-link:hover a, .comp-header.typ-white .main-nav .menu-list .nav-link.active a {
            color: #fff
        }

        .comp-header.typ-white .btn-border {
            border-color: #fff;
            color: #fff
        }

    .comp-header .logo {
        float: left
    }

        .comp-header .logo a {
            display: block;
            width: 15.84375vw;
        }

            .comp-header .logo a img {
                width: 100%
            }

                .comp-header .logo a img.white-logo {
                    display: none
                }

                .comp-header .logo a img.green-logo {
                    display: none
                }

    .comp-header .main-nav {
        float: right
    }

        .comp-header .main-nav .menu-list {
            display: inline-block;
            vertical-align: middle
        }

            .comp-header .main-nav .menu-list .nav-link {
                display: inline-block;
                position: relative;
                padding: 0
            }

                .comp-header .main-nav .menu-list .nav-link a {
                    font-size: .9375vw;
                    line-height: .9375vw;
                    padding: 0 .9375vw;
                    position: relative;
                    opacity: 0.7;
                    color: #727781;
                    text-transform: uppercase
                }

                .comp-header .main-nav .menu-list .nav-link:hover a, .comp-header .main-nav .menu-list .nav-link.active a {
                    opacity: 1;
                    color: #040404
                }

    .comp-header .close, .comp-header .icon-menu {
        display: none;
        text-align: right
    }

    .comp-header .btn-border {
        font-size: .85938vw;
        line-height: .83594vw;
        margin-left: .9375vw;
        box-shadow: none;
        padding: .9375vw 2.8125vw
    }

@media (max-width: 992px) {
    .comp-header {
        padding: 1.6rem 1.5rem 1.6rem 1.8rem
    }

        .comp-header.sticky {
            padding: 1.4rem 1.8rem 1.4rem
        }

            .comp-header.sticky .close {
                right: 1.8rem;
                top: 1.4rem
            }

        .comp-header.typ-white .main-nav .menu-list .nav-link a {
            color: #727781
        }

        .comp-header.typ-white .main-nav .menu-list .nav-link.active a {
            color: #040404
        }

        .comp-header.typ-white .btn.btn-border {
            color: #3aae97;
            border-color: #3aae97
        }

        .comp-header.typ-white .logo a img.green-logo {
            display: none
        }

        .comp-header .logo h1 {
            font-size: 3.2rem;
            line-height: 3.2rem
        }

        .comp-header .logo a {
            width: 4.7rem
        }

        .comp-header .container {
            padding: 0
        }

        .comp-header .main-nav {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: auto;
            transition: all 0.4s ease-in-out;
            transform: translateX(100%);
            background: #fff;
            z-index: 9;
            text-align: center
        }

            .comp-header .main-nav.active {
                transform: translateX(0%)
            }

            .comp-header .main-nav ul.menu-list {
                display: block;
                margin-top: 7.2rem
            }

                .comp-header .main-nav ul.menu-list .nav-link {
                    display: block;
                    padding: 2.4rem 0
                }

                    .comp-header .main-nav ul.menu-list .nav-link a {
                        font-size: 1.6rem
                    }

        .comp-header .btn-border {
            margin-left: 0;
            margin-top: 2.4rem;
            padding: 1.4rem 4.8rem;
            font-size: 1.2rem;
            line-height: 1.2rem
        }

        .comp-header .icon-menu {
            font-size: 2rem;
            position: static;
            float: right;
            line-height: 3.2rem;
            margin-top: 0;
            display: block;
            width: 3.2rem;
            height: 3.2rem;
            cursor: pointer;
            text-align: center
        }

        .comp-header .close {
            display: block;
            font-size: 1.6rem;
            height: 3.2rem;
            line-height: 3.2rem;
            text-align: center;
            position: absolute;
            right: 2rem;
            top: 1.6rem;
            width: 3.2rem;
            cursor: pointer;
            color: #000;
            opacity: 1
        }
}

.comp-footer {
    background: #000;
    font-size: .9375vw;
    line-height: 1.71875vw;
    color: #737373;
    padding: 4.375vw 0
}

    .comp-footer .container {
        max-width: 100%;
        padding: 0 6.64063vw
    }

    .comp-footer .list-title {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 1.09375vw;
        line-height: 1.09375vw;
        color: #d8d8d8;
        margin-bottom: 1.25vw
    }

    .comp-footer .item {
        text-transform: capitalize
    }

        .comp-footer .item a {
            display: block
        }

    .comp-footer .about-us .logo {
        max-width: 5.9375vw;
        margin-bottom: 1.25vw
    }

    .comp-footer .social-list {
        margin-top: 3.28125vw
    }

        .comp-footer .social-list .item {
            display: inline-block;
            vertical-align: middle;
            margin-right: 1.875vw
        }

    .comp-footer .icon {
        color: #afafaf;
        display: inline-block;
        font-size: 1.40625vw
    }

    .comp-footer .svg-icon-hover {
        vertical-align: top
    }

    .comp-footer .svg-icon-hover-mobile {
        vertical-align: top;
        margin-top: 3px
    }

    .comp-footer a:hover .icon {
        color: #3aae97
    }

    .comp-footer a:hover .svg-icon-hover path {
        fill: #3aae97
    }

    .comp-footer .copyrights {
        font-size: .78125vw;
        margin-top: .78125vw
    }

    .comp-footer.num li {
        list-style: decimal
    }

    .comp-footer.sub-footer {
        padding: 1.375vw 0 4.375vw
    }

@media (max-width: 992px) {
    .comp-footer {
        padding: 2.4rem 0;
        font-size: 1.2rem;
        line-height: 1.7rem
    }

        .comp-footer.sub-footer {
            padding: 1.4rem 0 2.4rem
        }

            .comp-footer.sub-footer .list-title {
                line-height: 28px
            }

        .comp-footer .list-title {
            font-size: 1.6rem;
            margin-bottom: 1.7rem
        }

        .comp-footer .social-list .icon {
            font-size: 1.6rem
        }

        .comp-footer .col-sm-12 {
            margin-bottom: 4.7rem
        }

        .comp-footer a {
            font-size: 1.4rem;
            line-height: 3.2rem
        }

        .comp-footer .title {
            font-size: 1.6rem
        }

        .comp-footer .copy-right {
            margin: 0
        }

        .comp-footer .copyrights {
            font-size: 1.2rem;
            margin-top: 1rem
        }

        .comp-footer .about-us .logo {
            max-width: inherit;
            width: 4.7rem;
            margin-bottom: 1.7rem
        }

        .comp-footer .about-us, .comp-footer .social-list {
            display: none
        }

            .comp-footer .about-us.hide-desktop, .comp-footer .social-list.hide-desktop {
                display: block;
                margin-bottom: 4rem
            }

        .comp-footer .hide-desktop {
            display: block
        }

            .comp-footer .hide-desktop .social-list {
                margin-top: 0;
                display: block
            }
}

.accordian-content.show {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*.icon-Mail-SMS:before {
    content: "\e936"
}

.icon-One-Click:before {
    content: "\e937"
}

.icon-Reminder:before {
    content: "\e938"
}

.icon-Secure:before {
    content: "\e939"
}

.icon-excel:before {
    content: "\e933"
}

.icon-no-code-2:before {
    content: "\e934"
}

.icon-no-rupee:before {
    content: "\e935"
}

.icon-block:before {
    content: "\e92d"
}

.icon-copy-paste:before {
    content: "\e92e"
}

.icon-down:before {
    content: "\e92f"
}

.icon-integrate:before {
    content: "\e930"
}

.icon-new-window:before {
    content: "\e931"
}

.icon-upload-pic:before {
    content: "\e932"
}

.icon-all-option:before {
    content: "\e926"
}

.icon-builtin-pg:before {
    content: "\e927"
}

.icon-customize:before {
    content: "\e928"
}

.icon-go-fast:before {
    content: "\e929"
}

.icon-no-charge:before {
    content: "\e92a"
}

.icon-no-coding:before {
    content: "\e92b"
}

.icon-no-fees:before {
    content: "\e92c"
}

.icon-forword:before {
    content: "\e925"
}

.icon-merge:before {
    content: "\e900"
}

.icon-vplay:before {
    content: "\e901"
}

.icon-back:before {
    content: "\e902"
}

.icon-ball:before {
    content: "\e903"
}

.icon-call:before {
    content: "\e904"
}

.icon-card:before {
    content: "\e905"
}

.icon-close:before {
    content: "\e906"
}

.icon-commobile:before {
    content: "\e907"
}

.icon-dollar:before {
    content: "\e908"
}

.icon-down-arrow:before {
    content: "\e909"
}

.icon-dss:before {
    content: "\e90a"
}

.icon-earth:before {
    content: "\e90b"
}

.icon-emi:before {
    content: "\e90c"
}

.icon-euro:before {
    content: "\e90d"
}

.icon-facebook:before {
    content: "\e90e"
}

.icon-fijian:before {
    content: "\e90f"
}

.icon-flash:before {
    content: "\e910"
}

.icon-instagram:before {
    content: "\e911"
}

.icon-youtube:before {
    content: "\ea9d"
}

.icon-linkedin:before {
    content: "\eac9"
}

.icon-left-arrow:before {
    content: "\e912"
}

.icon-mastercard:before {
    content: "\e913"
}

.icon-menu:before {
    content: "\e914"
}

.icon-netbank:before {
    content: "\e915"
}

.icon-norton:before {
    content: "\e916"
}

.icon-o-tick:before {
    content: "\e917"
}

.icon-play:before {
    content: "\e918"
}

.icon-pound:before {
    content: "\e919"
}

.icon-quote:before {
    content: "\e91a"
}

.icon-right-arrow:before {
    content: "\e91b"
}

.icon-rupee:before {
    content: "\e91c"
}

.icon-safekey:before {
    content: "\e91d"
}

.icon-setting:before {
    content: "\e91e"
}

.icon-tikmark:before {
    content: "\e91f"
}

.icon-twitter:before {
    content: "\e920"
}

.icon-upi:before {
    content: "\e921"
}

.icon-visa:before {
    content: "\e922"
}

.icon-wallet:before {
    content: "\e923"
}

.icon-yen:before {
    content: "\e924"
}
*/
.common-banner {
    display: table-cell;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 9
}

    .common-banner img.banner-img {
        width: 100%;
        float: left
    }

    .common-banner .banner-content {
        position: absolute;
        left: 0;
        top: 35%;
        width: 100%
    }

    .common-banner h1 {
        width: 100%;
        border-bottom: 0
    }

    .common-banner p {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        padding: 0 10%
    }

@media (max-width: 767px) {
    .common-banner img.banner-img {
        height: 100%;
        object-fit: cover;
        height: 450px
    }

    .common-banner p {
        font-size: 14px;
        line-height: 24px;
        padding: 20px 10%
    }
}

h1.subpage-heading {
    font-size: 60px;
    color: #fff;
    line-height: 72px;
    font-family: "Poppins",sans-serif;
}

small.sub-text {
    font-size: 24px;
    line-height: 30px;
    font-family: "Poppins",sans-serif;
}

.regular-heading {
    color: #080808;
    font-size: 48px;
    line-height: 52px;
   font-family: "Poppins",sans-serif;
    padding-bottom: 30px
}

.bold-heading {
    color: #080808;
    font-size: 48px;
    line-height: 52px;
   font-family: "Poppins",sans-serif;
    padding-bottom: 30px
}

.small-heading {
    font-size: 16px;
    line-height: 22px;
    font-family: "Poppins",sans-serif;
    padding-bottom: 20px
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #727781;
    padding-bottom: 35px
}

    p strong {
        font-size: 20px;
        font-family: "Poppins",sans-serif;
        color: #080808;
        display: inline-block;
        padding-bottom: 10px
    }

a.default-link {
    color: #3aae97;
    text-decoration: none
}

h6.hdng {
    font-size: 20px;
    font-family: "Poppins",sans-serif;
    color: #080808;
    display: inline-block;
    padding: 0 0 10px 0;
    margin: 0
}

ul.content-list {
    list-style: bullets;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 20px;
    margin-left: 18px
}

    ul.content-list li {
        padding-bottom: 10px;
        list-style: outside
    }

@media (max-width: 767px) {
    h1 {
        font-size: 34px;
        line-height: 38px
    }

        h1.subpage-heading {
            font-size: 30px;
            line-height: 32px
        }

    small.sub-text {
        font-size: 42px;
        line-height: 60px;
        font-family: "Poppins",sans-serif;
    }

    .regular-heading {
        font-size: 24px
    }

    p {
        font-size: 12px;
        line-height: 19px
    }
}

@font-face {
    font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-black-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
   font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-bold-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-extrabold-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-extralight-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-extralight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
   font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-hairline-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-hairline-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
   font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-light-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-medium-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-regular-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-semibold-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Poppins",sans-serif;
    src: url("../../fonts/worksans/worksans-thin-webfont.woff2") format("woff2"),url("../../fonts/worksans/worksans-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.tnc_table {
    border: 1px solid grey;
    font-size: 14px;
    color: #727781;
    margin-bottom: 35px
}

    .tnc_table th {
        border: 1px solid grey;
        padding: 12px;
        font-size: 14px;
        font-weight: normal
    }

    .tnc_table td {
        border: 1px solid grey;
        padding: 12px
    }

.tnc-main {
    margin-top: 200px;
    margin-bottom: 100px
}

ul.accordian {
    list-style: none;
    padding: 22px 0 0 0
}

    ul.accordian li {
        float: left;
        width: 100%;
        transition: all ease-in-out 600ms
    }

        ul.accordian li a.toggle {
            width: 100%;
            display: block;
            color: #454545;
            padding: 27px 22px;
            font-size: 20px;
            transition: all ease-in-out 500ms
        }

            ul.accordian li a.toggle span.cross {
                float: right;
                font-size: 26px;
                line-height: 28px;
               font-family: "Poppins",sans-serif;
                transition: all ease-in-out 100ms
            }

            ul.accordian li a.toggle:hover {
                border-radius: 6px;
                box-shadow: 0 15px 20px 0 rgba(0,0,0,0.1);
                background: #eefbf6
            }

        ul.accordian li.open {
            border: 1px #dfdfdf solid;
            border-radius: 4px
        }

            ul.accordian li.open a.toggle span.cross {
                transform: rotate(45deg)
            }

            ul.accordian li.open a.toggle:hover {
                background-color: #fff;
                box-shadow: none
            }

.gc-tnc-main .bold-heading {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal
}

.gc-tnc-main .gc-tnc-list {
    list-style: decimal;
    padding-left: 20px
}

    .gc-tnc-main .gc-tnc-list.alpha {
        list-style: lower-alpha
    }

    .gc-tnc-main .gc-tnc-list li {
        padding-left: 5px;
        float: none;
        width: 100%;
        transition: all ease-in-out 600ms;
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #727781;
        border: none;
        border-radius: 0
    }

    .gc-tnc-main .gc-tnc-list.list-heading li {
        font-size: 20px;
        color: #454545
    }

        .gc-tnc-main .gc-tnc-list.list-heading li p {
            padding-bottom: 18px
        }

            .gc-tnc-main .gc-tnc-list.list-heading li p strong {
                color: #727781;
                font-size: 16px
            }

    .gc-tnc-main .gc-tnc-list.heading-sub-list {
        list-style: lower-alpha
    }

        .gc-tnc-main .gc-tnc-list.heading-sub-list li {
            font-size: 16px;
            line-height: 24px;
            color: #727781
        }

        .gc-tnc-main .gc-tnc-list.heading-sub-list .sub-alpha {
            list-style: lower-roman;
            padding-top: 20px
        }

            .gc-tnc-main .gc-tnc-list.heading-sub-list .sub-alpha li {
                font-size: 14px;
                line-height: 18px;
                padding-bottom: 12px;
                border: none;
                border-radius: 0
            }

    .gc-tnc-main .gc-tnc-list p {
        padding-bottom: 20px
    }

.gc-tnc-main .accordian li {
    border: 1px transparent solid;
    border-radius: 4px;
    padding-bottom: 20px
}

    .gc-tnc-main .accordian li .toggle {
        width: 100%;
        display: block;
        color: #454545;
        padding: 0px 0 27px;
        font-size: 20px;
        transition: all ease-in-out 500ms;
        line-height: normal
    }

.gc-tnc-main .accordian-content {
    display: block;
    visibility: visible
}

.accordian-content {
    padding: 0 40px;
    overflow: hidden;
    display: none
}

@media (max-width: 767px) {
    .gc-tnc-main {
        margin-top: 100px
    }

        .gc-tnc-main .accordian {
            padding-top: 0
        }

            .gc-tnc-main .accordian li {
                border: 1px transparent solid;
                border-radius: 4px;
                padding-bottom: 10px
            }

                .gc-tnc-main .accordian li .toggle {
                    font-size: 14px;
                    padding-bottom: 12px
                }

            .gc-tnc-main .accordian .gc-tnc-list li {
                font-size: 12px;
                line-height: 20px
            }

            .gc-tnc-main .accordian .gc-tnc-list.list-heading li {
                font-size: 14px
            }

            .gc-tnc-main .accordian .gc-tnc-list.heading-sub-list li {
                font-size: 12px
            }

        .gc-tnc-main .accordian-content {
            padding: 0 10px
        }

        .gc-tnc-main p {
            padding-bottom: 20px
        }

        .gc-tnc-main .small-heading {
            font-size: 12px
        }
}
