/*Common Css*/

body,
html {
    height: 100%;
    width: 100%
}
body {
    background-color: transparent;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
button:focus {
    outline: none
}
.rcMainArea {
    width: 1024px;
    margin: 0 auto;
    border: solid 1px #ddd;
    border-top: none;
}
#loderImg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 25% 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/*Header*/

header {
    height: 100px;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    width: 100%;
}
header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background-color: #000;
}
.rcLogoArea {
    width: 124px;
    position: relative;
    float: left;
    height: 100%;
}
.rcLogoArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rcBrandName img {
    margin-top: 15px;
}

/*Personal*/

.uploaderClick {
    background-color: #ddd;
    height: 30px;
    width: 100px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.uploadAddProof > input,
.uploadFileArea > input {
    opacity: 0 !important;
    position: absolute;
    top: 10px;
    z-index: 11;
    cursor: pointer;
    left: -105px;
    width: 222px;
}
.uploadAddProof > input {
    position: relative;
    top: -2px;
}
.welcomeKitText {
    bottom: -27px;
    position: absolute;
    right: 10px;
    color: #fe6b1f;
    font-weight: 600;
}
.paymentTextColorHeader {
    font-weight: 600;
}
.paymentTextColor {
    color: #000;
    margin-bottom: 40px;
}
.noteText {
    color: #cacaca;
    font-style: italic;
    font-size: 20px;
    margin-top: 10px;
}
.scannedPendingColor {
    color: #ffc000;
    font-size: 22px;
}
.scannedPendingColor p {
    margin-left: 12px;
}
.paymentImg {
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
}
.paymentImg img {
    position: absolute;
    top: 70%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
}
.applicationReference {
    text-align: center;
}
.applicationReference h3 {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
}
.applicationBox {
    margin: 0 auto;
    padding: 10px;
    width: 50%;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #404040;
}
.applicationBox h2 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
.applicationBox .appAccountArea {
    display: block;
    color: #888585;
    line-height: 22px;
    color: #888585;
    font-size: 16px;
}
.applicationReference .applicationBox b {
    color: #524c4c;
}
.applicationReference {
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

/*=============*/

.thePAyment h3 {
    font-size: 22px;
    line-height: 30px;
}
.thePaymentBox {
    padding: 10px;
    border: 3px solid darkgray;
    text-align: center;
    border-radius: 12px;
    width: 50%;
    margin: 30px auto;
    margin-top: 30px;
}
.thePaymentBox .thankYouBoxText {
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    color: #211e1e;
    margin-bottom: 8px;
}
.thePAyment {
    line-height: 0.5;
    text-align: center;
}
.thankYou {
    text-align: center;
    color: #000;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}
.thankYouBoxText p {
    font-size: 22px;
    font-weight: 500;
}
.photoShoingArea img {
    width: 100%;
    height: 100%;
}
.paymentThankYouArea {
    z-index: 5;
}

/*Landing*/

.sliderArea {
    height: 350px;
    width: 100%;
    background-color: #d6d6d6;
    position: relative;
}
.sliderArea .carousel,
.sliderArea .item,
.active {
    height: 100%;
}
.sliderArea .carousel-inner {
    height: 100%;
}
.sliderArea .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.rcButtonArea {
    margin-left: 20px;
    margin-top: 70px;
    text-align: center;
}
.registrationBtn,
.alreadyRegistration {
    padding: 10px 24px;
    font-size: 18px;
    transition: 0.1s all linear;
    -webkit-transition: 0.1s all linear;
    -moz-transition: 0.1s all linear;
    -ms-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    line-height: 30px;
    margin: 0 20px 20px 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
}
.registrationBtn {
    background-color: #F58020;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #F58020;
    margin-top: 10px;
}
.registrationBtn:hover {
    background-color: #f9f9f9;
    color: #F58020
}
.alreadyRegistration {
    background-color: #f9f9f9;
    color: #000;
    border-radius: 10px;
    border: 3px solid #F58020;
    margin-top: 10px;
}
.alreadyRegistration:hover {
    color: #fff;
    background-color: rgba(245, 128, 32, 0.7);
    border: 3px solid rgba(245, 128, 32, 0.7);
    text-decoration: none;
}
.rcContactaInnerArea {
    margin-top: 15px;
    line-height: 24px;
    font-weight: 300;
    font-size: 18px;
}
.rcContactaArea {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}
.rcContactaArea p {
    margin-top: 10px;
}
.rcContactaArea p a {
    color: #F58020;
}
.carousel-control {
    width: 60px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 70px;
    margin-top: -30px;
}

/*Conformation*/

.conformationSuccessArea {
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
.conformationSuccessArea h2 {
    color: #006a39;
    font-size: 24px;
    padding: 15px 0;
}
.conformationSuccessArea h1,
.rcThanksMsgArea h4 {
    color: #fe7715;
    padding: 5px 0;
}
.downloadIcon {
    font-size: 80px;
    color: #016232;
}
.docDownloadBtn {
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 6px;
    font-weight: 600;
}
.paymentMemberShipArea {
    background-color: #e3e3e3;
    padding: 15px 40px;
    border-radius: 4px;
}
.paymentMemberShipArea p {
    position: relative;
    padding-left: 20px;
}
.checkParent {
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
    line-height: 1.6;
}
.accountDetailsArea {
    font-size: 12px;
    line-height: 1.3;
    padding: 10px 10px 10px 35px;
}
.accountDetailsArea h6 {
    font-size: 12px;
    font-weight: 600
}
.rcThanksMsgArea {
    text-align: center;
    line-height: 1.4;
    padding: 20px 0;
}
.rcThanksMsgArea h6 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.pendingArea {
    text-decoration: underline;
    text-align: left;
    margin: 10px 0;
    margin-left: 70px;
}
.downloadImgArea {
    margin-left: 50px;
    margin-top: 80px;
}

/*Registration*/

.firstWordbgColor {
    background-color: #e4e4e4;
    width: 200px;
    text-align: right;
    padding-right: 10px;
}
.rcjoinClubArea {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    font-size: 13px;
}

/*.beginRegBtn {
    border: 3px solid orange;
    background-color: #ededed;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
}*/

.customCheckBoxsArea {
    padding: 20px!important;
}

/*PersonaLInfo*/

.customeBackBtnRef {
    position: relative;
}
.customBtnStepArea {
    position: absolute;
    right: 110px;
    bottom: -72px;
    z-index: 1;
}
.customBtnStepArea .btn-default {
    background: transparent;
    color: #404040;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fe6b1f;
    margin-right: -5px;
}
.customBtnStepArea .btn-default:hover,
.customBtnStepArea .btn-default:focus {
    border-color: #404040;
}

/**/

.paymentThankYouArea,
.alertSection {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    z-index: 3;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.paymentThankYouArea.active,
.alertSection.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 700px;
}
.thankYouArea {
    padding: 10px;
    text-align: center;
    height: 100%;
}
.thankYouArea img {
    width: 30%;
}
.thankYouArea h2 {
    font-size: 26px;
}
.thankYouArea h1 {
    line-height: 55px;
}

/**/

.thankYouArea .btn-default {
    margin-top: 10px;
}
.rcRadiusContainer {
    background-color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
}
.kycContainer .row {
    margin: 0;
    padding: 0;
}
.referenceFormArea {
    padding-bottom: 20px;
}
.referenceInput {
    border: 3px solid #e46c0a;
    border-radius: 5px;
    width: 40%;
    font-size: 32px;
    color: #e46c0a;
    padding: 5px;
    height: 50px;
    line-height: 1.42857143;
    outline: inherit;
    display: inline-block;
    background-color: transparent;
    box-shadow: 2px 2px 5px #666;
}
.kycContainer {
    width: 100%;
    font-family: sans-serif;
    padding: 20px 10px;
}
.uploadImgArea {
    background: url('../img/UserImage.png') no-repeat;
    background-size: cover;
    width: 145px;
    height: 150px;
    border: 3px dashed #afafaf;
    border-radius: 6px;
    text-align: center;
    color: #959595;
    cursor: not-allowed;
    margin-top: 10px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}
.fileNameShowArea {
    position: relative;
    margin-top: 5px;
    display: inline-block;
}
.uploadImgArea i {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}
p.uploadPath {
    border: 3px dashed #afafaf;
    border-radius: 6px;
    text-align: center;
    margin: 5px;
    margin-right: 20px;
    padding: 10px;
    color: #959595;
    float: left;
    position: relative;
    background: #eee;
    left: -10px;
    opacity: 0;
}
p.uploadPath i {
    position: absolute;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    top: -12px;
    right: -11px;
}
.uploadImgArea p {
    margin: 0;
    font-size: 18px;
    color: #333;
}
.uploadImgArea input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.uploadImgArea img {
    width: 100%;
    height: 100%;
}
.fileUploadImg {
    padding: 10px;
    margin-top: 40px;
}
.fileUploadImg img {
    width: 100%;
}
.kycContainer .form-horizontal .control-label {
    text-align: left;
    color: #888;
}
.kycContainer .form-horizontal .control-label.text-right {
    text-align: right !important
}
.uploadFileArea {
    width: 116px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}
.uploadAddProof {
    width: 116px;
    padding: 15px 0;
    margin: 30px 0 0 0;
}
.uploadFileArea input {
    color: #000;
    background-color: #bebebe;
}
.wizard > .content > .body .form-control {
    padding-right: 10px;
}
.has-success .form-control-feedback,
.form-horizontal .has-feedback .form-control-feedback {
    display: none !important;
}
.uploadImgFileArea {
    margin: 60px 20px;
    color: #000;
}
.uploadAddFileArea {
    margin: 30px 20px;
    color: #000;
}
.uploadAddProof input {
    color: #000;
    background-color: #bebebe;
}

/*Last Page*/

.inviteCodeArea {
    background-color: #eee;
}
#userName {
    color: #231f20;
    font-size: 18px;
    font-weight: 400;
}
.uploadSightFilesArea {
    background-color: #eff3f6;
    background: transparent;
    border: 3px dashed #afafaf;
    padding: 10px;
    text-align: center;
    position: relative;
    color: #41a541;
    font-size: 16px;
}

/*
.uploadSightFilesArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}*/

.uploadSigndFileText {
    margin: 0;
    color: #333;
}
.inviteFormsSection .form-group {
    margin: 0 0 20px 0;
}
.submitBttn,
.submitBttn:hover,
.submitBttn:active {
    background: #fe6b1f;
    color: #fff;
    text-align: right;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none 0px;
}

/*---------PDF Form Area-------*/

.page-grid {
    padding-top: 100px;
}
form.form {
    padding: 5px;
    border: 1px solid #000;
    font-size: 12px;
}
.rc-pdf-main-container {
    padding: 5px;
}
.rc-header-text {
    padding: 5px;
    text-align: center;
    color: #000;
}
.rc-header-text span {
    font-size: 14px;
}
.rc-header-text h2 {
    font-size: 20px;
}
.rcPdfFillArea {
    padding: 0 30px;
}
.rcPdfFillArea p {
    padding: 5px;
    text-align: center;
    font-weight: 600;
}
.rcPdfFillInner {
    color: #000;
    margin-bottom: 25px;
    position: relative;
}
.photoShoingArea {
    position: absolute;
    border: 1px solid #000;
    right: 15px;
    top: 0;
    height: 170px;
    width: 150px;
}
.rcPdfFillInner span {
    display: block;
    padding: 2px 15px;
    font-weight: 400;
    font-size: 14px;
}
.rcPdfFillInner h4 {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #000;
}

/*--Account Details------------------*/

.membershipBoxMainArea {
    text-align: center;
}
.membershipBoxMainArea h3 {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
}
.membershipBox {
    margin: 0 auto;
    padding: 10px;
    width: 70%;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #404040;
}
.membershipBox h2 {
    font-size: 16px;
    line-height: 20px;
}
.membershipBox .bankAccountArea {
    display: block;
    line-height: 16px;
    color: #888585;
    margin: 5px 0;
}
.membershipBoxMainArea .membershipBox b {
    color: #524c4c;
}
.membershipBoxMainArea {
    padding: 10px;
    text-align: center;
    border-top: 3px dashed #000;
    width: 90%;
    margin: 0 auto;
}

/*============terms & Condition===================*/

.termsAndConditionArea {
    padding: 5px;
}
.termsConditionsMembershipArea {
    padding: 5px;
}
.termsConditionsMembershipArea h4 {
    font-size: 16px;
}
.termsConditionsMembershipArea ol {
    margin: 0;
    padding: 0 0 0 15px;
}
.termsConditionsMembershipArea ol li {
    line-height: 14px;
    padding-bottom: 5px;
}

/*Sign*/

.uploadSignSection {
    margin: 0 70px;
    text-align: center;
}
.signatureArea h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: normal;
}
.signatureArea h4 {
    font-size: 16px;
    line-height: 18px;
}
.signatureBox {
    width: 100%;
    height: 100px;
    border: 1px solid #404040;
}
.signatureArea p {
    line-height: 5px;
    padding: 5px 0;
    font-weight: normal;
}
.addressBox h4 {
    margin-bottom: 10px;
}
.uploadInfomationArea {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
}
.uploadInfomationArea a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.anyQueriesArea {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}

/*Responsive*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width:767px) {
    /*Landing*/
    .rcButtonArea a {
        margin-right: 0px;
        padding: 10px 20px;
        font-size: 18px;
    }
    .sliderArea .carousel-indicators {
        bottom: 60px;
    }
    .rcContactaArea {
        line-height: 1.4;
        font-size: 16px;
    }
}
