@import url(https://fonts.googleapis.com/css2?family=Archivo:wght@100;300;400;500;600;700;800;900&display=swap);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

h1 {
    font-weight: 500;
    margin: 0;
    line-height: normal;
}

h2 {
    font-weight: 500;
    margin: 0;
    line-height: normal;
}

h3 {
    font-weight: 500;
    margin: 0;
    line-height: normal;
}

h4 {
    font-weight: 500;
    margin: 0;
    line-height: normal;
}

h5 {
    font-weight: 500;
    margin: 0;
    line-height: normal;
}

h6 {
    font-weight: 500;
    margin: 0;
    line-height: normal;
}

@keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@keyframes toggleOnRadio {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

:root * {
    scrollbar-width: thin;
}

    :root *::-webkit-scrollbar {
        width: 0.375rem;
        height: 0.625rem;
    }

    :root *::-webkit-scrollbar-track {
        background: #F2F1F1;
    }

    :root *::-webkit-scrollbar-thumb {
        background-color: #FF5314;
        border-radius: 2rem;
    }

* {
    margin: 0px;
    padding: 0px;
    border: medium none;
    outline: medium none !important;
    list-style: outside none none;
    font-size: 100%;
    box-sizing: border-box;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none !important;
    }

html, body {
    height: 100%;
    font-family: "Ping LCG Regular";
    color: #000;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none !important;
}

    a img {
        border: none;
    }

    a, a:hover, a:active, a:focus, button, .btn, .close {
        transition: all 0.3s ease-in-out;
        outline: none !important;
    }

.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

dl, ol, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

::selection {
    background-color: #FF5314;
    color: #fff;
}

.btn:focus, .btn:active {
    box-shadow: none !important;
}

@font-face {
    font-family: 'Ping LCG Regular';
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Ping LCG Regular"), url("../fonts/Ping LCG Regular.woff") format("woff");
}

@font-face {
    font-family: 'Ping LCG Thin';
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Ping LCG Thin"), url("../fonts/Ping LCG Thin.woff") format("woff");
}

@font-face {
    font-family: 'Ping LCG ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Ping LCG ExtraLight"), url("../fonts/Ping LCG ExtraLight.woff") format("woff");
}

@font-face {
    font-family: 'Ping LCG Light';
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Ping LCG Light"), url("../Ping LCG Light.woff") format("woff");
}

@font-face {
    font-family: 'Ping LCG Medium';
    font-style: normal;
    font-weight: normal;
    src: local("../assets/lux/fonts/Ping LCG Medium"), url("../fonts/Ping LCG Medium.woff") format("woff");
}

@font-face {
    font-family: 'Ping LCG Bold';
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Ping LCG Bold"), url("../fonts/Ping LCG Bold.woff") format("woff");
}

@font-face {
    font-family: 'Ping LCG Heavy';
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Ping LCG Heavy"), url("../fonts/Ping LCG Heavy.woff") format("woff");
}

@font-face {
    font-family: 'Ping LCG Black';
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Ping LCG Black"), url("../fonts/Ping LCG Black.woff") format("woff");
}
/*! ----dropdown-Styles------ !*/
.dropdown .dropdown-menu {
    height: 0;
    width: 0;
    transition: all .3s ease-in-out;
    border-radius: 0;
    border: none;
    background: #fff;
    margin-top: -20px !important;
    visibility: hidden;
    display: block;
    opacity: 0;
    box-shadow: 0 5px 40px rgba(75, 75, 75, 0.34);
    padding: 1.25rem 0.625rem;
}

    .dropdown .dropdown-menu.show {
        opacity: 1;
        height: auto;
        visibility: visible;
        margin-top: 2px !important;
        display: block;
    }

    .dropdown .dropdown-menu .dropdwncont {
        height: 100%;
        width: 100%;
        max-height: 400px;
        overflow: auto;
    }

        .dropdown .dropdown-menu .dropdwncont * {
            scrollbar-width: thin;
        }

            .dropdown .dropdown-menu .dropdwncont *::-webkit-scrollbar {
                width: 0.375rem;
                height: 0.625rem;
            }

            .dropdown .dropdown-menu .dropdwncont *::-webkit-scrollbar-track {
                background: #fff;
            }

            .dropdown .dropdown-menu .dropdwncont *::-webkit-scrollbar-thumb {
                background-color: rgba(0, 0, 0, 0.2);
                border-radius: 2rem;
            }

    .dropdown .dropdown-menu li {
        border-bottom: 1px solid #F2F1F1;
    }

        .dropdown .dropdown-menu li a {
            padding: 0.938rem 1.25rem;
            border-radius: 0;
            font-family: "Ping LCG Regular";
        }

            .dropdown .dropdown-menu li a:focus {
                background: none;
            }

            .dropdown .dropdown-menu li a:hover, .dropdown .dropdown-menu li a.active, .dropdown .dropdown-menu li a:active {
                background: #F2F1F1;
            }

            .dropdown .dropdown-menu li a span {
                transition: all 0.3s ease-in-out;
            }

        .dropdown .dropdown-menu li:first-of-type {
            border-top: 1px solid #F2F1F1;
        }

.bootstrap-select .dropdown-menu {
    transform-origin: top;
    display: none;
    transition: all .2s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0.938rem;
}

    .bootstrap-select .dropdown-menu li > a {
        padding: 0.625rem 0;
    }

        .bootstrap-select .dropdown-menu li > a.active, .bootstrap-select .dropdown-menu li > a:active {
            background: #fff;
            color: #FF5314;
        }

        .bootstrap-select .dropdown-menu li > a:hover {
            background: transparent;
            color: #FF5314;
        }

    .bootstrap-select .dropdown-menu.inner {
        border: none;
    }

.bootstrap-select.show .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.bootstrap-select .dropdown-toggle .filter-option {
    overflow: visible;
    display: flex;
    align-items: center;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.bootstrap-select .dropdown-toggle::after {
    display: none;
}

.bootstrap-select .btn {
    padding: 0.5rem 0.938rem;
    border-radius: 0.188rem;
    color: rgba(0, 0, 0, 0.35);
    background: transparent;
    height: 2.625rem;
    border: 0.063rem solid #CED4D8;
}

    .bootstrap-select .btn:focus {
        color: #000;
        background: #fff;
    }

.bootstrap-select .bs-caret .fa-angle-down:before {
    content: "\f0d7";
    color: #000;
}

.bootstrap-select .filter-option-inner {
    position: relative;
    font-family: "Ping LCG Regular";
    padding-right: 0.625rem;
    width: 100%;
    font-size: 0.938rem;
    color: #000;
}

    .bootstrap-select .filter-option-inner .fa {
        font-size: 0.563rem;
    }

    .bootstrap-select .filter-option-inner:before {
        content: '';
        position: absolute;
        right: -0.375rem;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        background: url(../images/downarw.svg) no-repeat center;
        width: 11px;
        height: 8px;
    }

.bootstrap-select > .dropdown-menu {
    border: 0.063rem solid #E6EAEE;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background: #fff;
}

.btn-group.show .dropdown-toggle {
    box-shadow: none;
}

.btn-default.active, .btn-default:active, .show > .dropdown-toggle.btn-default {
    background: 0 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 220px;
    width: 100%;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background: none;
    color: #2D2D2D;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 100px;
}

/*! ----dropdown-styles------ !*/
/*! --------button styles-------- !*/
.btn {
    outline: 0 !important;
}

.btn-outline-secondary {
    color: #707070;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.btn:foucs {
    box-shadow: none !important;
}

.button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .button span[class^=fa] {
        position: relative;
    }

/*! --------button styles-------- !*/
/*! ---placeholder and form-control--- !*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-control {
    background-color: #fff;
    border: 0.063rem solid #B9B9B9;
    color: #000;
    font-size: 1rem;
    box-shadow: none;
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-radius: 1.563rem;
    height: 3.125rem;
    padding: 0.5rem 1.25rem;
    text-align: left;
    text-overflow: ellipsis;
}

    .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.35);
        font-size: 0.875rem;
        font-family: "Ping LCG Regular";
        transition: all 0.3s ease-in-out;
        text-align: left;
    }

    .form-control:focus::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.35);
        font-size: 0.875rem;
        font-family: "Ping LCG Regular";
        transition: all 0.3s ease-in-out;
        text-align: left;
    }

    .form-control:focus::-moz-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .form-control:-moz-placeholder {
        color: rgba(0, 0, 0, 0.35);
        font-size: 0.875rem;
        font-family: "Ping LCG Regular";
        transition: all 0.3s ease-in-out;
        text-align: left;
    }

    .form-control:focus:-moz-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.35);
        font-size: 0.875rem;
        font-family: "Ping LCG Regular";
        transition: all 0.3s ease-in-out;
        text-align: left;
    }

    .form-control:focus:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .form-control:focus {
        background-color: #fff;
        color: #000;
        border-color: #B9B9B9;
    }

@media (max-width: 991px) {
    .form-control {
        height: 2.813rem;
    }
}

textarea.form-control {
    height: 100px;
    resize: none;
}

.form-group {
    margin-bottom: 1.375rem;
}

    .form-group label {
        color: #000;
        font-size: 1rem;
        margin-bottom: 0.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .form-group .error {
        margin: 0.313rem 0 0;
        color: #DC0202;
    }

/*! ---placeholder and form-control--- !*/
.posi-abslt-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.shine {
    position: relative;
    display: inline-flex;
    overflow: hidden;
}

    .shine:before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .shine:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

.common-btn {
    background: #FF5314;
    border-radius: 1.875rem;
    color: #fff;
    font-size: 1.125rem;
    padding: 0.313rem 1.25rem;
    min-height: 3.125rem;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Ping LCG Medium";
    text-align: center;
}

    .common-btn:hover {
        color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }

    .common-btn:active {
        background-color: rgba(255, 83, 20, 0.8);
        background-size: 100%;
    }

@media (max-width: 991px) {
    .common-btn {
        min-height: 2.813rem;
        font-size: 1rem;
    }
}

.modal-dialog .modal-content {
    border-radius: 1.125rem;
    border: none;
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.14);
    width: 100%;
}

    .modal-dialog .modal-content .modal-header {
        border: none;
        padding: 1.25rem 1.875rem;
    }

    .modal-dialog .modal-content .btn-close:focus {
        box-shadow: none;
    }

    .modal-dialog .modal-content .modal-body {
        padding: 0 3.75rem 2.25rem;
    }

        .modal-dialog .modal-content .modal-body h4 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 2.25rem;
            font-family: "Ping LCG Bold";
            margin-bottom: 2.188rem;
        }

            .modal-dialog .modal-content .modal-body h4 a {
                color: #000;
                font-size: 0.875rem;
                font-family: "Ping LCG Regular";
                padding: 0.625rem 1.25rem;
                background: #F0F0F0;
                border-radius: 2rem;
            }

                .modal-dialog .modal-content .modal-body h4 a i {
                    color: #D51C5C;
                    margin-right: .2rem;
                }

@media (max-width: 576px) {
    .modal-dialog .modal-content .modal-body h4 {
        flex-direction: column;
        align-items: flex-start;
    }

        .modal-dialog .modal-content .modal-body h4 a {
            margin-top: .5rem;
        }
}

.modal-dialog .modal-content .modal-body > p {
    color: #D51C5C;
    font-size: 0.875rem;
}

.modal-dialog .modal-content .modal-body .conBox {
    padding: 3.125rem;
    border-radius: 0.313rem;
    background: #F0F0F0;
    margin-bottom: 1.5rem;
}

    .modal-dialog .modal-content .modal-body .conBox h6 {
        font-size: 1.063rem;
        color: #000;
        margin-bottom: 1.5rem;
        font-family: "Ping LCG Medium";
    }

    .modal-dialog .modal-content .modal-body .conBox p {
        color: #747474;
        font-size: 1rem;
    }

@media (max-width: 1400px) {
    .modal-dialog .modal-content .modal-body .conBox {
        padding: 2.5rem;
    }
}

@media (max-width: 767px) {
    .modal-dialog .modal-content .modal-body .conBox {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1400px) {
    .modal-dialog .modal-content .modal-body {
        padding: 0 3rem 3rem;
    }

        .modal-dialog .modal-content .modal-body h4 {
            font-size: 1.875rem;
        }
}

@media (max-width: 767px) {
    .modal-dialog .modal-content .modal-body {
        padding: 0 1.5rem 2rem;
    }

        .modal-dialog .modal-content .modal-body h4 {
            font-size: 1.75rem;
            font-family: "Ping LCG Medium";
        }
}

@media (min-width: 1200px) {
    .modal-dialog.modal-xl {
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg, .modal-dialog .modal-xl {
        max-width: 800px;
    }
}

span {
    position: relative;
}

p {
    font-size: 1rem;
    margin: 0;
    font-family: "Ping LCG Regular";
}

    p + p {
        margin-top: 1.125rem;
    }

@media (min-width: 1300px) {
    .container {
        max-width: 1260px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes bouncy {
    from, to {
        -webkit-transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
    }
}

@keyframes bouncy {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.bouncy {
    -webkit-animation: bouncy 0.6s;
    animation: bouncy 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes arrowAnimation {
    50% {
        transform: translateX(10px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(10px);
        opacity: 0;
    }
}

@keyframes arrowAnimation1 {
    50% {
        transform: translateX(-10px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(-10px);
        opacity: 0;
    }
}

@keyframes entry {
    0% {
        top: -20%;
        opacity: 0.1;
    }

    100% {
        top: 0%;
    }
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #000;
}

body.active {
    padding-top: 183px;
}

    body.active .header {
        background: #000;
    }

        body.active .header .topSec {
            top: -35px;
            position: relative;
        }

.headerBg {
    background: #FF5314;
}

    .headerBg .container {
        height: 220px;
    }

@media (max-width: 767px) {
    .headerBg .container {
        height: 180px;
    }
}

.headerBg__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.25rem 0;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .headerBg__top {
        justify-content: center;
        text-align: center;
        padding: 2.25rem 0;
    }

        .headerBg__top img {
            width: 200px;
        }

        .headerBg__top a {
            width: 100%;
        }
}

.headerBg__top .d-inline-block {
    color: #F6F6F6;
    font-size: 0.938rem;
    font-family: 'Ping LCG Thin';
}

    .headerBg__top .d-inline-block a {
        color: #fff;
        font-family: 'Ping LCG Thin';
    }

@media (max-width: 767px) {
    .headerBg__top .d-inline-block {
        width: 100%;
        margin-top: 6px;
        font-size: 0.838rem;
    }
}

.contentWrapper {
    position: relative;
}

.contentWrapper__header {
    background-color: #2C2C2C;
    min-height: 150px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2.8rem;
    text-align: center;
    position: absolute;
    width: auto;
    left: 00.75rem;
    right: 0.75rem;
    top: -4.688rem;
}

    .contentWrapper__header * {
        color: #fff;
    }

    .contentWrapper__header h3 {
        font-size: 1.5rem;
        font-family: "Ping LCG Regular";
    }

.contentWrapper__header__inbox {
    max-width: 1240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

    .contentWrapper__header__inbox h4 {
        font-size: 1.438rem;
        font-family: "Ping LCG Regular";
    }

    .contentWrapper__header__inbox .d-inline-flex {
        font-size: 1.313rem;
        align-items: center;
        white-space: nowrap;
        font-family: 'Ping LCG Regular';
    }

        .contentWrapper__header__inbox .d-inline-flex span {
            width: 3.25rem;
            min-width: 3.25rem;
            height: 3.25rem;
            border-radius: 100%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-size: 1.188rem;
            margin: 0 1.125rem;
            font-family: 'Ping LCG Regular';
        }

@media (max-width: 767px) {
    .contentWrapper__header__inbox .d-inline-flex span {
        font-size: 1rem;
        width: 2.25rem;
        min-width: 2.25rem;
        height: 2.25rem;
    }
}

@media (max-width: 767px) {
    .contentWrapper__header__inbox .d-inline-flex {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .contentWrapper__header__inbox {
        flex-direction: column;
        text-align: center;
    }

        .contentWrapper__header__inbox h4 {
            margin-bottom: 1rem;
        }
}

@media (max-width: 1200px) {
    .contentWrapper__header h3 {
        font-size: 1.375rem;
    }

    .contentWrapper__header .contentWrapper__header__inbox h4 {
        font-size: 1.188rem;
    }
}

@media (max-width: 767px) {
    .contentWrapper__header {
        padding: 1.5rem 1.875rem;
        min-height: 120px;
    }

        .contentWrapper__header h3 {
            font-size: 1.2rem;
        }
}

.contentWrapper .signInCont {
    max-width: 755px;
    margin: auto;
    padding: 8.5rem 0;
}

    .contentWrapper .signInCont p {
        font-size: 1.063rem;
        color: #23242D;
        text-align: center;
    }

.contentWrapper .signInCont__box {
    max-width: 435px;
    margin: 3.75rem auto 0;
}

    .contentWrapper .signInCont__box h3 {
        font-size: 1.875rem;
        font-family: "Ping LCG Bold";
        margin: 0 0 2.5rem;
        line-height: 1.3;
    }

    .contentWrapper .signInCont__box h6 {
        font-size: 1.5rem;
        font-family: "Ping LCG Medium";
        margin-bottom: 1.375rem;
    }

@media (max-width: 991px) {
    .contentWrapper .signInCont {
        padding-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .contentWrapper .signInCont {
        padding: 6.5rem 0 0 0;
    }

        .contentWrapper .signInCont p {
            font-size: 0.938rem;
        }

        .contentWrapper .signInCont .signInCont__box {
            margin: 2.5rem auto 0;
        }

            .contentWrapper .signInCont .signInCont__box h3 {
                font-size: 1.375rem;
                margin-bottom: 2rem;
            }

            .contentWrapper .signInCont .signInCont__box h6 {
                font-size: 1.25rem;
            }
}

.contentWrapper .lftSec {
    max-width: 345px;
    padding: 7.5rem 2rem 2rem 0.875rem;
    border-right: 0.063rem solid #BFC1CD;
}

    .contentWrapper .lftSec ul li {
        margin-bottom: .4rem;
    }

        .contentWrapper .lftSec ul li a {
            padding: 0.75rem 2.188rem;
            border-radius: 1.25rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: transparent;
            color: #000;
            font-size: 1.063rem;
        }

            .contentWrapper .lftSec ul li a img {
                transform: scale(0);
            }

            .contentWrapper .lftSec ul li a.active, .contentWrapper .lftSec ul li a:hover {
                background: #ff57220d;
                color: #FF5314;
            }

            .contentWrapper .lftSec ul li a.completed img {
                transform: scale(1);
            }

        .contentWrapper .lftSec ul li:last-child {
            margin-bottom: 0;
        }

@media (max-width: 1200px) {
    .contentWrapper .lftSec {
        max-width: 270px;
        padding: 7.5rem 0.875rem 2rem;
    }

        .contentWrapper .lftSec ul > li > a {
            padding: 0.75rem 1.6rem;
        }
}

@media (max-width: 767px) {
    .contentWrapper .lftSec {
        max-width: 100%;
        flex: 0 0 100%;
        border: none;
    }
}

.contentWrapper .rghtSec {
    padding: 7.5rem 0 7.5rem 2.813rem;
}

    .contentWrapper .rghtSec .lftBlck h1 {
        font-size: 2.25rem;
        font-family: "Ping LCG Bold";
        margin: 0 0 2.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contentWrapper .rghtSec .lftBlck .roundSelect .btn {
        border-radius: 3.125rem;
        min-width: 210px;
        border: 0.063rem solid transparent;
        background: #F2F1F1;
        padding: 0.5rem 1.25rem;
        height: 3.125rem;
    }

        .contentWrapper .rghtSec .lftBlck .roundSelect .btn.show {
            background: #fff;
            border-color: #000;
        }

    .contentWrapper .rghtSec .lftBlck .box {
        margin-top: 2.813rem;
    }

        .contentWrapper .rghtSec .lftBlck .box .row {
            margin: 0 -0.469rem;
        }

            .contentWrapper .rghtSec .lftBlck .box .row [class*="col"] {
                padding: 0 0.469rem;
            }

        .contentWrapper .rghtSec .lftBlck .box h2 {
            font-size: 1.5rem;
            font-family: "Ping LCG Medium";
            margin-bottom: 1.25rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .contentWrapper .rghtSec .lftBlck .box h2 .common-btn {
                margin: 0;
                background: #fff;
                color: #000;
                border: 0.063rem solid #000;
                font-size: 1rem;
                font-family: "Ping LCG Regular";
                min-width: 220px;
            }

    .contentWrapper .rghtSec .lftBlck .box__inner {
        max-width: 765px;
    }

        .contentWrapper .rghtSec .lftBlck .box__inner h2 {
            margin-bottom: 1rem;
        }

            .contentWrapper .rghtSec .lftBlck .box__inner h2 small {
                font-size: 12px;
                color: #6E6E6E;
                padding-left: 11px;
            }

        .contentWrapper .rghtSec .lftBlck .box__inner p {
            color: #000;
        }

            .contentWrapper .rghtSec .lftBlck .box__inner p.sml {
                font-size: 0.813rem;
                color: #636363;
                margin: 0;
            }

        .contentWrapper .rghtSec .lftBlck .box__inner .checkMainBg {
            display: flex;
            flex-wrap: wrap;
        }

        .contentWrapper .rghtSec .lftBlck .box__inner .checkBg {
            margin-right: 1.25rem;
        }

            .contentWrapper .rghtSec .lftBlck .box__inner .checkBg:last-child {
                margin-right: 0;
            }

            .contentWrapper .rghtSec .lftBlck .box__inner .checkBg .label-text {
                color: #4B4B4B;
                font-size: 0.875rem;
            }

                .contentWrapper .rghtSec .lftBlck .box__inner .checkBg .label-text.labelLg {
                    font-size: 1rem;
                    color: #000;
                }

        .contentWrapper .rghtSec .lftBlck .box__inner textarea.form-control {
            height: 190px;
            padding-top: 1rem;
        }

        .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg {
            padding: 2.25rem 0 0.625rem;
        }

            .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr th {
                text-align: center;
                text-transform: uppercase;
                font-size: 0.813rem;
                font-family: "Ping LCG Medium";
                color: #989898;
                font-weight: normal;
                white-space: nowrap;
            }

            .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td {
                line-height: normal;
            }

                .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control {
                    background: #F0F0F0;
                    border-color: #F0F0F0;
                    text-align: center;
                    color: #000;
                    font-size: 1rem;
                    min-width: 100px;
                }

                    .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control::-webkit-input-placeholder {
                        color: #000;
                        font-size: 0.875rem;
                        font-family: "Ping LCG Regular";
                        transition: all 0.3s ease-in-out;
                        text-align: center;
                    }

                    .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control:focus::-webkit-input-placeholder {
                        color: rgba(0, 0, 0, 0.3);
                    }

                    .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control::-moz-placeholder {
                        color: #000;
                        font-size: 0.875rem;
                        font-family: "Ping LCG Regular";
                        transition: all 0.3s ease-in-out;
                        text-align: center;
                    }

                    .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control:focus::-moz-placeholder {
                        color: rgba(0, 0, 0, 0.3);
                    }

                    .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control:-moz-placeholder {
                        color: #000;
                        font-size: 0.875rem;
                        font-family: "Ping LCG Regular";
                        transition: all 0.3s ease-in-out;
                        text-align: center;
                    }

                    .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control:focus:-moz-placeholder {
                        color: rgba(0, 0, 0, 0.3);
                    }

                    .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control:-ms-input-placeholder {
                        color: #000;
                        font-size: 0.875rem;
                        font-family: "Ping LCG Regular";
                        transition: all 0.3s ease-in-out;
                        text-align: center;
                    }

                    .contentWrapper .rghtSec .lftBlck .box__inner .tradingHursBg .table tr td .form-control:focus:-ms-input-placeholder {
                        color: rgba(0, 0, 0, 0.3);
                    }

        .contentWrapper .rghtSec .lftBlck .box__inner .fileUploadBg {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .contentWrapper .rghtSec .lftBlck .box__inner .fileUploadBg > span {
                margin: 0 1rem 0 0;
            }

        .contentWrapper .rghtSec .lftBlck .box__inner .imgSpec {
            text-align: right;
            font-size: .75rem;
            color: #A5A5A5;
        }

            .contentWrapper .rghtSec .lftBlck .box__inner .imgSpec img {
                margin-left: .3rem;
            }

    .contentWrapper .rghtSec .lftBlck .common-btn {
        margin-top: 3.75rem;
    }

@media (min-width: 1401px) {
    .contentWrapper .rghtSec .lftBlck {
        padding-right: 3.75rem;
    }
}

@media (max-width: 1200px) {
    .contentWrapper .rghtSec .lftBlck h1 {
        font-size: 1.75rem;
    }

    .contentWrapper .rghtSec .lftBlck .box h2 {
        font-size: 1.375rem;
    }
}

.contentWrapper .rghtSec .lftBlck .pagecont p {
    color: #747474;
    line-height: 2rem;
}

    .contentWrapper .rghtSec .lftBlck .pagecont p span {
        color: #FF5314;
        font-family: "Ping LCG Medium";
    }

    .contentWrapper .rghtSec .lftBlck .pagecont p a {
        color: #115FFF;
        font-family: "Ping LCG Medium";
        text-decoration: underline;
    }

    .contentWrapper .rghtSec .lftBlck .pagecont p b {
        font-family: "Ping LCG Medium";
        color: #000;
    }

    .contentWrapper .rghtSec .lftBlck .pagecont p.sml {
        font-size: 0.813rem;
    }

.contentWrapper .rghtSec .lftBlck .pagecont .boxBtm {
    padding-top: 3.438rem;
    border-top: 0.063rem solid #E4E4E4;
}

    .contentWrapper .rghtSec .lftBlck .pagecont .boxBtm p {
        font-family: "Ping LCG Medium";
        color: #4B4B4B;
    }

.contentWrapper .rghtSec .rghtBlck {
    max-width: 350px;
}

    .contentWrapper .rghtSec .rghtBlck .box {
        padding: 0 0 2rem;
        margin-bottom: 2rem;
        border-bottom: 0.063rem solid #DFDFDF;
    }

        .contentWrapper .rghtSec .rghtBlck .box h6 {
            display: flex;
            align-items: baseline;
            justify-content: flex-start;
            font-size: 1.125rem;
            margin-bottom: 0.75rem;
        }

            .contentWrapper .rghtSec .rghtBlck .box h6 span {
                width: 1.688rem;
                min-width: 1.688rem;
                height: 1.688rem;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #115FFF;
                margin-right: .75rem;
            }

    .contentWrapper .rghtSec .rghtBlck .box__cont {
        padding-left: 2.188rem;
    }

        .contentWrapper .rghtSec .rghtBlck .box__cont .checkBg {
            margin-bottom: 1.5rem;
        }

            .contentWrapper .rghtSec .rghtBlck .box__cont .checkBg input {
                margin-right: 1rem;
            }

        .contentWrapper .rghtSec .rghtBlck .box__cont .checkIput {
            padding-left: 2.25rem;
        }

        .contentWrapper .rghtSec .rghtBlck .box__cont .imgSpec {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .75rem;
            color: #A5A5A5;
            margin-top: 1.25rem;
        }

            .contentWrapper .rghtSec .rghtBlck .box__cont .imgSpec img {
                margin-left: 0.625rem;
            }

.contentWrapper .rghtSec .socialIco {
    position: relative;
}

    .contentWrapper .rghtSec .socialIco > img {
        position: absolute;
        bottom: 0.938rem;
        left: 1.25rem;
    }

    .contentWrapper .rghtSec .socialIco .form-control {
        padding-left: 3.125rem;
    }

@media (max-width: 991px) {
    .contentWrapper .rghtSec .socialIco > img {
        bottom: 0.738rem;
    }
}

.contentWrapper .rghtSec .btmBtn {
    margin-top: 4.375rem;
    max-width: 765px;
}

    .contentWrapper .rghtSec .btmBtn .continueBtn {
        margin-bottom: 0.375rem;
    }

    .contentWrapper .rghtSec .btmBtn [class*="col"] .common-btn {
        background: #F0F0F0;
        height: 2.5rem;
        font-size: 0.875rem;
        font-family: "Ping LCG Regular";
        color: #000;
        min-height: 2.125rem;
    }

@media (max-width: 767px) {
    .contentWrapper .rghtSec .btmBtn .continueBtn {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .contentWrapper .rghtSec {
        padding: 0 0.75rem 2.5rem;
    }

        .contentWrapper .rghtSec .lftBlck {
            margin-bottom: 2.5rem;
        }

            .contentWrapper .rghtSec .lftBlck .common-btn {
                margin-top: 2.5rem;
            }

        .contentWrapper .rghtSec .btmBtn {
            margin-top: 0;
        }
}

@media (max-width: 576px) {
    .contentWrapper .rghtSec .btmBtn .col-sm-6:last-child .common-btn {
        margin-top: 1rem;
    }
}

.contentWrapper .checkBg {
    margin-bottom: 0.75rem;
}

    .contentWrapper .checkBg label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
    }

    .contentWrapper .checkBg input {
        min-width: 1.125rem;
        position: relative !important;
        appearance: none;
        box-sizing: content-box;
        overflow: hidden;
        margin-right: 0.5625rem;
        cursor: pointer;
    }

        .contentWrapper .checkBg input:before {
            content: '';
            display: block;
            box-sizing: content-box;
            width: 1.125rem;
            height: 1.125rem;
            border: 0.063rem solid #A6A6A6;
            transition: 0.2s border-color ease;
        }

        .contentWrapper .checkBg input:checked:before {
            border-color: #ff5314;
            background: #ff5314;
            transition: 0.5s border-color ease;
        }

        .contentWrapper .checkBg input:disabled:before {
            border-color: #000;
            background-color: #000;
        }

        .contentWrapper .checkBg input:after {
            content: '';
            display: block;
            position: absolute;
            box-sizing: content-box;
            top: 50%;
            left: 50%;
            transform-origin: 50% 50%;
            background-color: #fff;
            width: 1.125rem;
            height: 1.125rem;
            border-radius: 100vh;
            transform: translate(-50%, -50%) scale(0);
        }

        .contentWrapper .checkBg input[type="checkbox"]:before {
            border-radius: 0.28125rem;
        }

        .contentWrapper .checkBg input[type="checkbox"]:after {
            width: 0.5625rem;
            height: 1.0125rem;
            border-radius: 0;
            transform: translate(-50%, -85%) scale(0) rotate(45deg);
            background-color: transparent;
            box-shadow: 3px 3px 0px 0px #ff5314;
            top: 53%;
        }

        .contentWrapper .checkBg input[type="checkbox"]:checked:after {
            animation: toggleOnCheckbox 0.2s ease forwards;
        }

        .contentWrapper .checkBg input[type="checkbox"].filled:before {
            border-radius: 0.28125rem;
            transition: 0.2s border-color ease, 0.2s background-color ease;
        }

        .contentWrapper .checkBg input[type="checkbox"].filled:checked:not(:disabled):before {
            background-color: #4A9C34;
        }

        .contentWrapper .checkBg input[type="checkbox"].filled:not(:disabled):after {
            box-shadow: 3px 3px 0px 0px white;
        }

        .contentWrapper .checkBg input[type="radio"]:before, .contentWrapper .checkBg input.checkBoX:before {
            border-radius: 100vh;
        }

        .contentWrapper .checkBg input[type="radio"]:after, .contentWrapper .checkBg input.checkBoX:after {
            width: 0.925rem;
            height: 0.925rem;
            border-radius: 100vh;
            transform: translate(-50%, -50%) scale(0);
        }

        .contentWrapper .checkBg input[type="radio"]:checked:after, .contentWrapper .checkBg input.checkBoX:checked:after {
            animation: toggleOnRadio 0.2s ease forwards;
        }

        .contentWrapper .checkBg input[type="checkbox"].checkBoX:after {
            top: 50%;
            background: #fff;
        }

    .contentWrapper .checkBg .label-text {
        color: #000;
        font-size: 1rem;
        white-space: nowrap;
        line-height: normal;
    }

        .contentWrapper .checkBg .label-text i {
            color: #686868;
            font-size: 0.875rem;
            font-style: normal;
        }

.contentWrapper .smlField {
    height: 2.5rem;
    border-radius: 0.438rem;
}

.contentWrapper .successCont {
    padding: 7.5rem 0.75rem;
    display: flex;
    justify-content: center;
}

.contentWrapper .successCont__box {
    max-width: 630px;
    width: 100%;
}

    .contentWrapper .successCont__box h1 {
        font-size: 3.438rem;
        font-family: "Ping LCG Heavy";
        margin-bottom: 2.813rem;
    }

    .contentWrapper .successCont__box h6 {
        display: flex;
        align-items: baseline;
        font-size: 1.5rem;
        font-family: "Ping LCG Medium";
        margin-bottom: 1.25rem;
    }

        .contentWrapper .successCont__box h6 img {
            margin-right: 0.625rem;
            position: relative;
            top: 0.375rem;
        }

    .contentWrapper .successCont__box p {
        color: #6F6F6F;
        font-size: 1rem;
    }

        .contentWrapper .successCont__box p .email {
            color: #D51C5C;
            font-family: "Ping LCG Bold";
        }

    .contentWrapper .successCont__box .statusBlck {
        min-height: 3.438rem;
        background: #F2F1F1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1.063rem;
        margin: 2.5rem 0;
        font-size: 1.125rem;
        font-family: "Ping LCG Medium";
        padding: 1rem 1.25rem;
    }

        .contentWrapper .successCont__box .statusBlck span {
            margin-left: 0.313rem;
        }

            .contentWrapper .successCont__box .statusBlck span.pending {
                color: #DC0202;
            }

            .contentWrapper .successCont__box .statusBlck span.scuccess {
                color: #4acd27;
            }

@media (max-width: 1200px) {
    .contentWrapper .successCont__box h1 {
        font-size: 3rem;
    }

    .contentWrapper .successCont__box h6 {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .contentWrapper .successCont__box h1 {
        font-size: 2.5rem;
    }

    .contentWrapper .successCont__box h6 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .contentWrapper .successCont {
        padding-bottom: 3rem;
    }
}

.fileUploadBg {
    background: #F9F9FB;
    padding: 1.875rem 1rem;
    text-align: center;
    border-radius: 0.375rem;
    margin: 1.125rem 0 0.75rem;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 0.063rem 100%, 100% 0.063rem, 0.063rem 100%, 100% 0.063rem;
    background-repeat: no-repeat;
    background-image: repeating-linear-gradient(0deg, #BCBCB7, #BCBCB7 0.625rem, transparent 0.625rem, transparent 1.25rem), repeating-linear-gradient(90deg, #BCBCB7, #BCBCB7 0.625rem, transparent 0.625rem, transparent 1.25rem), repeating-linear-gradient(180deg, #BCBCB7, #BCBCB7 0.625rem, transparent 0.625rem, transparent 1.25rem), repeating-linear-gradient(270deg, #BCBCB7, #BCBCB7 0.625rem, transparent 0.625rem, transparent 1.25rem);
    border-image: repeating-linear-gradient(0deg, #BCBCB7, #BCBCB7 0.625rem, transparent 0.625rem, transparent 1.25rem);
}

    .fileUploadBg > span {
        width: 4.125rem;
        height: 4.125rem;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: .3rem;
        margin-bottom: 1.25rem;
    }

.fileUploadBg__btn {
    position: relative;
    color: #737373;
    font-size: 0.813rem;
    cursor: pointer;
}

    .fileUploadBg__btn span {
        color: #115FFF;
        text-decoration: underline;
    }

    .fileUploadBg__btn input {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
    }

.uploadedImages {
    display: flex;
    margin-bottom: 1.75rem !important;
}

.uploadedImages__cont {
    display: flex;
    flex-direction: column;
    padding-top: 0.7rem !important;
}

.uploadedImages__cont__tittle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.938rem;
}

    .uploadedImages__cont__tittle label {
        color: #232323;
        font-size: 0.813rem;
    }

.uploadedImages__cont textarea.form-control {
    height: 125px !important;
    margin-top: 1.25rem;
}

.uploadedImages:last-child {
    margin-bottom: 0 !important;
}

.prgrsBar {
    width: 100%;
    height: 0.125rem;
    background: #D9D9D9;
    border-radius: 0.313rem;
    position: relative;
    overflow: hidden;
}

.prgrsBar__value {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #4A9C34;
    border-radius: 0.313rem;
    -webkit-animation: slideIn 2s;
    -moz-animation: slideIn 2s;
    -o-animation: slideIn 2s;
    animation: slideIn 2s;
}

@-webkit-keyframes slideIn {
    0% {
        width: 0;
    }

    100% {
        width: normal;
    }
}

@-moz-keyframes slideIn {
    0% {
        width: 0;
    }

    100% {
        width: normal;
    }
}

@-ms-keyframes slideIn {
    0% {
        width: 0;
    }

    100% {
        width: normal;
    }
}

@-o-keyframes slideIn {
    0% {
        width: 0;
    }

    100% {
        width: normal;
    }
}

@keyframes slideIn {
    0% {
        width: 0;
    }

    100% {
        width: normal;
    }
}

.stripeLogin {
    height: 100%;
    min-height: 500px;
}

    .stripeLogin .lftBlck {
        background: #000;
        display: flex;
        align-items: inherit;
        justify-content: center;
        padding: 3.75rem 2rem;
    }

        .stripeLogin .lftBlck * {
            color: #fff;
        }

    .stripeLogin .lftBlck__cont {
        width: 100%;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .stripeLogin .lftBlck__cont__top a {
        display: inline-flex;
    }

    .stripeLogin .lftBlck__cont__top h1 {
        font-size: 1.875rem;
        margin: 2.5rem 0;
        font-family: "Ping LCG Medium";
    }

    .stripeLogin .lftBlck__cont__top p {
        font-size: 0.938rem;
        font-family: "Ping LCG Medium";
    }

        .stripeLogin .lftBlck__cont__top p a img {
            margin-right: .4rem;
        }

    .stripeLogin .lftBlck__cont__bottom ul {
        display: inline-flex;
    }

        .stripeLogin .lftBlck__cont__bottom ul li {
            padding: 0 1rem;
            font-size: 0.813rem;
            display: inline-flex;
            align-items: center;
        }

            .stripeLogin .lftBlck__cont__bottom ul li img {
                max-height: 1.625rem;
                margin-left: .5rem;
            }

            .stripeLogin .lftBlck__cont__bottom ul li:first-child {
                padding-left: 0;
                border-right: 0.063rem solid rgba(255, 255, 255, 0.5);
            }

@media (max-width: 991px) {
    .stripeLogin .lftBlck {
        padding: 3.75rem 4.688rem;
        justify-content: flex-start;
    }

        .stripeLogin .lftBlck .lftBlck__cont__bottom {
            margin-top: 2rem;
        }
}

@media (max-width: 767px) {
    .stripeLogin .lftBlck {
        padding: 2.5rem 1.25rem;
    }
}

.stripeLogin .rghtBlck {
    padding: 5.625rem;
}

.stripeLogin .rghtBlck__cont {
    width: 100%;
    max-width: 475px;
}

    .stripeLogin .rghtBlck__cont > span {
        padding: 0.25rem .5rem;
        background: #F5E5BE;
        color: #8D3D19;
        font-size: .75rem;
        border-radius: 0.25rem;
    }

    .stripeLogin .rghtBlck__cont h1 {
        font-size: 2.5rem;
        font-family: "Ping LCG Bold";
        color: #3D4255;
        margin: 2.25rem 0 1.25rem;
    }

    .stripeLogin .rghtBlck__cont p {
        color: #3D4255;
        font-size: 1.125rem;
    }

    .stripeLogin .rghtBlck__cont .form-group {
        margin: 3.75rem 0 2.813rem;
    }

        .stripeLogin .rghtBlck__cont .form-group label {
            color: #000;
            font-family: "Ping LCG Medium";
        }

        .stripeLogin .rghtBlck__cont .form-group .form-control {
            border-radius: 0.5rem;
        }

        .stripeLogin .rghtBlck__cont .form-group p {
            font-size: 0.875rem;
            margin-top: 0.4rem;
        }

    .stripeLogin .rghtBlck__cont .common-btn {
        border-radius: .5rem;
        background: #576BCD;
        height: 3.125rem;
    }

@media (max-width: 1400px) {
    .stripeLogin .rghtBlck {
        padding: 4.688rem;
    }
}

@media (max-width: 991px) {
    .stripeLogin .rghtBlck {
        padding: 3.75rem 4.688rem;
    }
}

@media (max-width: 767px) {
    .stripeLogin .rghtBlck {
        padding: 2.5rem 1.25rem;
    }

        .stripeLogin .rghtBlck .rghtBlck__cont h1 {
            font-size: 2rem;
            margin: 1.25rem 0;
        }

        .stripeLogin .rghtBlck .rghtBlck__cont .form-group {
            margin: 2rem 0;
        }
}

.footer {
    padding: 4.063rem 0 0;
    background: #131314;
    font-family: 'Ping LCG Thin';
    margin-top: 6rem;
}

    .footer a {
        color: #C2C2C2;
        font-family: 'Ping LCG Thin';
        font-size: 15px;
    }

        .footer a:hover {
            color: #FF5314;
        }

    .footer ul li {
        margin-bottom: 1.5rem;
    }

        .footer ul li:last-child {
            margin-bottom: 0;
        }

@media (max-width: 1200px) {
    .footer ul li {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 767px) {
    .footer ul li {
        margin-bottom: 0.625rem;
    }

        .footer ul li:last-child {
            margin-bottom: 0.625rem;
        }
}

.footer h5 {
    color: #fff;
    font-size: 0.938rem;
    font-family: "Ping LCG Bold";
    margin-bottom: .75rem;
}

.footer p {
    color: #C2C2C2;
    font-size: 0.938rem;
    line-height: 1.5rem;
    font-family: 'Ping LCG Thin';
}

.footer .ftrRow {
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .footer .ftrRow span {
        margin: 0 0.875rem;
    }

    .footer .ftrRow b {
        font-family: "Ping LCG Bold";
        color: #fff;
    }

    .footer .ftrRow ul {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: flex-start;
        margin-left: 3.75rem;
    }

        .footer .ftrRow ul li {
            margin: 0;
            margin-right: 0.5rem;
        }

            .footer .ftrRow ul li a {
                width: 2.5rem;
                height: 2.5rem;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 3px;
                color: #000;
                background: #fff;
                border-radius: 50%;
                font-size: 1.25rem;
            }

                .footer .ftrRow ul li a:hover {
                    background: #FF5314;
                    color: #fff;
                }

            .footer .ftrRow ul li:last-child {
                margin: 0;
            }

@media (max-width: 1200px) {
    .footer .ftrRow {
        padding: 3rem 0.75rem 2rem;
    }
}

@media (max-width: 991px) {
    .footer .ftrRow {
        flex-direction: column;
        align-items: flex-start;
    }

        .footer .ftrRow ul {
            margin: 1rem 0 0;
        }
}

.footer .copyRght {
    border-top: 0.063rem solid #444;
    padding: 0.875rem 0;
    color: #F5F5F5;
    font-size: 0.813rem;
}

.secondary_btn {
    margin-top: 4rem;
}

    .secondary_btn a {
        background: #F0F0F0;
        height: 2.5rem;
        font-size: 0.875rem;
        font-family: "Ping LCG Regular";
        color: #000;
        border-radius: 1.875rem;
        padding: 0.313rem 1.25rem;
        min-height: 2.125rem;
        border: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-align: center;
        margin-bottom: 8px;
    }

        .secondary_btn a:hover {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        }

.ml_adjust {
    margin: 0 0 0 3rem !important;
}

@media (max-width: 767px) {
    .ml_adjust {
        margin: 2.5rem auto 0 !important;
    }
}

.ml_adjust h4 {
    color: #FF5314;
    font-family: "Ping LCG Medium";
    margin-top: 3rem;
}

.ml_adjust p {
    font-size: .9rem !important;
    color: #747474 !important;
    text-align: left !important;
    margin-top: .6rem;
    font-family: 'Ping LCG Regular';
}

.ml_adjust ul li {
    color: #000000;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

    .ml_adjust ul li span {
        display: inline-block;
        width: 41px;
        height: 41px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        font-size: .9rem;
        box-shadow: 0 3px 8px #0000001a;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: .8rem;
    }

        .ml_adjust ul li span.active {
            background-color: #115FFF;
            color: #fff;
        }

        .ml_adjust ul li span:after {
            content: "";
            top: 41px;
            position: absolute;
            height: 24px;
            background-color: #E4E4E4;
            width: 1px;
        }

        .ml_adjust ul li span.no_after:after {
            display: none;
        }

.intro_left p {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .intro_left p {
        width: 64%;
    }
}

.intro_left a.btn_rouded {
    display: inline-block;
    border: 1px solid #000;
    color: #071A2F;
    font-size: 16px;
    padding: .5rem 3rem;
    border-radius: 30px;
    margin-top: 22px;
}

@media (max-width: 992px) {
    .intro_left a.btn_rouded {
        margin-bottom: 2rem;
    }
}

.map_icon {
    background-color: #F0F0F0;
    border: 0;
    padding-left: 2.5rem;
}

    .map_icon:focus {
        background-color: #F0F0F0;
    }

img.map_ico {
    position: absolute;
    top: 50%;
    transform: translateY(40%);
    left: 18px;
}

.help_ {
    right: 15px;
    position: absolute;
    top: 6px;
    font-size: 12px;
    color: #6E6E6E;
}

@media (max-width: 1199px) {
    .forms_group input {
        margin: 12px 0;
    }
}

@media (min-width: 1200px) {
    .forms_group {
        display: flex;
    }

        .forms_group input:first-child {
            border-radius: 1.563rem 0 0 1.563rem !important;
            -webkit-border-radius: 1.563rem 0 0 1.563rem !important;
            -moz-border-radius: 1.563rem 0 0 1.563rem !important;
            -ms-border-radius: 1.563rem 0 0 1.563rem !important;
            -o-border-radius: 1.563rem 0 0 1.563rem !important;
        }

        .forms_group input:nth-child(2) {
            border-left: 0;
            border-right: 0;
            border-radius: 0;
        }

        .forms_group input:last-child {
            border-radius: 0 1.563rem 1.563rem 0;
        }
}

.checkBg.to_top {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 575px) {
    .checkBg.to_top {
        position: unset;
    }
}

.checkBg.to_top span.label-text {
    font-size: 12px;
    color: #6E6E6E;
}

.checkBg.to_top .contentWrapper .checkBg input:before {
    width: 1rem;
    height: 1rem;
}

.uploadedImages__box {
    margin-top: 8px;
    width: 20%;
}

@media (max-width: 767px) {
    .uploadedImages__box {
        width: 108px;
    }
}

.uploadedImages__box .upload_img {
    width: 130px;
    height: 105px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

@media (max-width: 767px) {
    .uploadedImages__box .upload_img {
        width: 164px;
        height: 50px;
    }
}

.uploadedImages__box a {
    top: -6px;
    right: 0;
    position: absolute;
}

ul.choose_fee {
    display: flex;
}

@media (max-width: 767px) {
    ul.choose_fee {
        flex-wrap: wrap;
    }
}

ul.choose_fee li.choose_item {
    height: 50px;
    background-color: #F0F0F0;
    border-radius: 6px;
    padding: 0 15px;
    width: 92px;
    margin: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
}

@media (max-width: 767px) {
    ul.choose_fee li.choose_item {
        width: auto;
        margin-top: 12px !important;
    }
}

ul.choose_fee li.choose_item.active {
    background-color: #FF5314;
    color: #fff;
}

@media (max-width: 454px) {
    ul.choose_fee li {
        margin-top: 38px;
    }
}

ul.choose_fee li input {
    width: 130px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
}

    ul.choose_fee li input::placeholder {
        color: #000;
        text-align: center;
    }

ul.choose_fee li .help_ {
    right: 5px;
    top: -28px;
}

.ml-0 {
    margin-left: 0 !important;
}

.fees_charges p {
    color: #747474;
}

.terms_conditions {
    background-color: #F0F0F0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 2rem 4rem 2rem 2rem;
    height: 490px;
    overflow-x: auto;
}

    .terms_conditions h4 {
        font-size: 15px;
    }

    .terms_conditions p {
        font-size: 14px;
        color: #747474 !important;
        margin-top: 15px;
        line-height: 22px;
    }

    .terms_conditions::-webkit-scrollbar-thumb {
        background-color: #D9D9D9 !important;
    }

.date_year {
    display: flex;
    height: 3.125rem;
    border: 0.063rem solid #B9B9B9;
    border-radius: 1.563rem;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 1.563rem;
    -moz-border-radius: 1.563rem;
    -ms-border-radius: 1.563rem;
    -o-border-radius: 1.563rem;
}

    .date_year input {
        text-align: center;
        width: 113px;
    }

        .date_year input ::placeholder {
            text-align: center;
        }

@media (min-width: 992px) {
    .card_section {
        width: 76%;
    }
}

.card_section p {
    font-size: 14px !important;
    color: #838383 !important;
}

.accordion.faq .accordion-item {
    border: 0;
}

    .accordion.faq .accordion-item h2.accordion-header {
        border: 1px solid #C7C7C7;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }

        .accordion.faq .accordion-item h2.accordion-header button.accordion-button {
            border-radius: 7px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            -o-border-radius: 7px;
            background-color: #fff;
            padding: 1.3rem 2rem;
        }

    .accordion.faq .accordion-item .accordion-body {
        background-color: #F3F7FE;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }

        .accordion.faq .accordion-item .accordion-body p {
            font-size: 14px;
            color: #727272;
            text-align: left;
            line-height: 22px;
        }

.form-control:focus {
    border: 1px solid #FF5314;
}

@media (max-width: 767px) {
    .contentWrapper .checkBg .label-text {
        white-space: break-spaces;
    }
}

@media (max-width: 767px) {
    .contentWrapper .checkBg input {
        min-width: 1.225rem;
    }
}

@media (max-width: 767px) {
    .mob_ .checkBg.to_top {
        top: -38px !important;
    }

    .mob_ label {
        margin-top: 36px !important;
    }
}

.image_upload .modal-header {
    border-bottom: 1px solid #D5D5D5 !important;
}

    .image_upload .modal-header h4 {
        text-align: center;
        margin: 0 auto;
    }

    .image_upload .modal-header .close_ {
        position: absolute;
        display: inline-block;
        right: 18px;
        top: 14px;
    }

.image_upload .modal-body {
    padding: 0 !important;
    background-color: #F9F9FB;
}

    .image_upload .modal-body .fileUploadBg__btn {
        position: unset;
    }

        .image_upload .modal-body .fileUploadBg__btn input {
            height: 172px;
        }

    .image_upload .modal-body .page {
        margin: 1em auto;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        height: 100%;
    }

    .image_upload .modal-body .box {
        padding: 0.5em;
        width: 100%;
        margin: 0.5em;
    }

        .image_upload .modal-body .box .options {
            visibility: hidden;
            height: 0;
        }

    .image_upload .modal-body .box-2 {
        padding: 0.5em;
        width: calc(100%/2 - 1em);
    }

        .image_upload .modal-body .box-2 .img-result {
            display: block;
            width: 100%;
        }

    .image_upload .modal-body .options label,
    .image_upload .modal-body .options input {
        width: 4em;
        padding: 0.5em 1em;
    }

    .image_upload .modal-body .btn.save {
        background: #FF5314;
        color: #fff;
        padding: .6em 3em;
        text-decoration: none;
        margin: 0.8em 0.3em;
        cursor: pointer;
        border-radius: 27px;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        -ms-border-radius: 27px;
        -o-border-radius: 27px;
    }

    .image_upload .modal-body .hide {
        display: none;
    }

    .image_upload .modal-body img {
        max-width: 100%;
    }

.image_upload .fileUploadBg {
    margin: 0;
    border: 0;
    background-image: none;
    background-color: #F9F9FB;
}

.access_denied {
    background-image: url(../images/bg_access_denied.png);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .access_denied .wrpr {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 700px;
        text-align: center;
    }

@media (max-width: 991px) {
    .access_denied .wrpr {
        width: 90%;
    }
}

.access_denied .wrpr .logo {
    margin-bottom: 2rem;
}

.access_denied .inner {
    background-color: #fff;
    box-shadow: 1px 5px 24px #0000000D;
    border-radius: 8px;
    opacity: 1;
}

    .access_denied .inner .img_sec {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4rem 2rem;
    }

        .access_denied .inner .img_sec img {
            width: 100px;
            margin-right: 50px;
        }

@media (max-width: 767px) {
    .access_denied .inner .img_sec img {
        width: 62px;
        margin-right: 28px;
    }
}

.access_denied .inner .img_sec .txt {
    text-align: left;
}

    .access_denied .inner .img_sec .txt h4 {
        font-size: 25px;
        font-family: "Ping LCG Heavy";
    }

    .access_denied .inner .img_sec .txt h6 {
        color: #8C8C8C;
        font-size: 16px;
        margin-top: 10px;
    }

.access_denied .inner hr {
    background-color: #ababab;
}

.access_denied .inner .invitation_sec {
    padding: 1rem 6rem;
}

@media (max-width: 767px) {
    .access_denied .inner .invitation_sec {
        padding: 1rem 2rem;
    }
}

.access_denied .inner .invitation_sec h5 {
    font-size: 16px;
    margin-bottom: 26px;
}

.access_denied .inner .invitation_sec .form-group {
    display: flex;
}

    .access_denied .inner .invitation_sec .form-group input.form-control {
        border-color: #FF5314;
        border-right: 0;
        border-radius: 1.563rem 0 0 1.563rem;
        -webkit-border-radius: 1.563rem 0 0 1.563rem;
        -moz-border-radius: 1.563rem 0 0 1.563rem;
        -ms-border-radius: 1.563rem 0 0 1.563rem;
        -o-border-radius: 1.563rem 0 0 1.563rem;
        box-shadow: 0px 0px 21px #FF53143D;
    }

    .access_denied .inner .invitation_sec .form-group button {
        background-color: #FF5314;
        color: #fff;
        font-family: 'Ping LCG Thin';
        border-radius: 27px;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        -ms-border-radius: 27px;
        -o-border-radius: 27px;
        padding: 0 45px;
        position: relative;
        left: -24px;
    }

@media (max-width: 767px) {
    .access_denied .inner .invitation_sec .form-group button {
        padding: 0 30px;
        position: relative;
        left: -20px;
    }
}

@media (max-width: 1200px) {
    .map_down {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: inherit !important;
    }

    .hide_sml {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hide_lg {
        display: none;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 16px 40px;
    }

    .pl_mob_0 {
        padding-left: 0 !important;
    }
}

span.text-danger.field-validation-error {
    position: absolute;
    font-size: 12px;
    display: block;
}

.warning_msg span.text-danger.field-validation-error {
    position: unset !important;
    display: inline-block !important;
}

.loctionBg iframe {
    width: 100%;
}

.tooltip-inner {
    max-width: 100% !important;
}

.spinner-fixed {
    position: absolute;
    right: 21px;
    top: 61%;
    border-width: 0.15em;
    color: #ff5314;
}

.content-wrp {
    width: 750px;
    min-width: 100%;
    background-color: #fff;
    box-shadow: 1px 5px 24px #0000000D;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .content-wrp {
        width: 100%;
    }
}

.content-wrp > div {
    display: flex;
    padding: 40px;
    border-bottom: 1px solid #0000000D;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .content-wrp > div {
        flex-wrap: wrap;
    }
}

.content-wrp > div h2 {
    font-size: 25px;
    font-family: "Ping LCG bold";
    padding-bottom: 14px;
}

@media (max-width: 991px) {
    .content-wrp > div h2 {
        padding-top: 35px;
    }
}

.content-wrp > div p {
    color: #8C8C8C;
    font-size: 16px;
}

@media (max-width: 991px) {
    .content-wrp > div p {
        padding-bottom: 28px;
    }
}

.content-wrp > div input {
    border: 1px solid #00000029;
    width: 100%;
    padding: 12px 22px;
    border-radius: 35px;
}

    .content-wrp > div input::placeholder {
        color: #00000059;
    }

.content-wrp > div button {
    background-color: #FF5314;
    color: #fff;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    padding: 12px 15%;
    font-size: 16px;
    display: flex;
    margin: 0 auto;
}

.py-6 {
    padding: 5rem 0;
}

.search-icon {
    position: absolute;
    right: 0px;
    top: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F0F0;
    height: 48px;
    width: 36px;
    border-radius: 0 1.563rem 1.563rem 0;
    border-left: 1px solid #B9B9B9;
}

@media (max-width: 991px) {
    .search-icon {
        height: 43px;
    }
}

.right-45 {
    right: 45px;
}

.pr-66 {
    padding-right: 66px;
}

.w-60 {
    width: 60% !important;
}

.intl-tel-input {
    width: 100%;
}

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        border-radius: 1.563rem 0 0 1.563rem;
    }

img.logo-ftr {
    margin-bottom: 12px;
}

.headerBg__top > a {
    width: 300px;
}

.headerBg__top {
    padding: 1.4rem 0;
}

.smalltext {
    font-size: 12px;
    color: #686868;
    text-align: center;
    display: block;
}

.checkBg.to_top label {
    margin: 5px 60px 0 0;
}

.checkBg.to_top label {
    margin: 5px 60px 0 0;
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid;
    max-width: 400px !important;
}

/*# sourceMappingURL=mainStyle.css.map */
