@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');


*{ padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
} 
body{
    font-size: 13px;
    font-family: Poppins-Regular; color: #666;

}

/* Fonts face */

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/font-poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/font-poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: Poppins-SemiBoldItalic;
    src: url('../fonts/font-poppins/Poppins-SemiBoldItalic.ttf');
}
@font-face {
    font-family: Poppins-Thin;
    src: url('../fonts/font-poppins/Poppins-Thin.ttf');
}
@font-face {
    font-family: Poppins-ThinItalic;
    src: url('../fonts/font-poppins/Poppins-ThinItalic.ttf');
}
@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/font-poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: Poppins-LightItalic;
    src: url('../fonts/font-poppins/Poppins-LightItalic.ttf');
}
@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/font-poppins/Poppins-Medium.ttf');
}
@font-face {
    font-family: Poppins-MediumItalic;
    src: url('../fonts/font-poppins/Poppins-MediumItalic.ttf');
}
@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/font-poppins/Poppins-Bold.ttf');
}



/* Comman css  */

::placeholder {
    color:red;
}

.mt0{margin-top:0px;}
.mb0{margin-bottom:0px;}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}

.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}

.pr0{ padding-right: 0;}
.pl0{ padding-left: 0;}
.pt0{ padding-top: 0;}
.pb0{ padding-bottom: 0;}

.pd5{padding:5px;}
.pd10{padding:10px;}
.pd15{padding:15px;}
.pd20{padding:20px;}
.pad150{padding:150px 0;}

.pdl10{padding-left:10px;}
.pdr10{padding-right:10px;}
.pdl15{padding-left:15px;}
.pdr15{padding-right:15px;}
.pdl30{padding-left:30px;}
.pdl40{padding-left:40px;}

.fs-13{font-size:13px !important;}
.fs-45{font-size:45px !important;}
.fs-50{font-size:50px !important;}
.fs-55{font-size:55px !important;}
.bdr-r-none select {
    
    border-radius: 0.25rem 0 0 0.25rem;
}
.bdr-r-none input {
    
    border-radius: 0.25rem 0 0 0.25rem;
}
.bdr-l-none input {
    border-left: none;
    border-radius: 0 0.25rem 0.25rem 0;
}
.bdr-l-none select {
    border-left: none;
    border-radius: 0 0.25rem 0.25rem 0;
}


.modal-header { background: #f0f6ff; padding: 10px 20px; }
.modal-header h4.modal-title { font-size: 20px; font-family: 'Poppins-SemiBold'; color:#2C2958; }
.modal-header .close { padding: 12px 1rem 1rem 1rem; margin: -11px -1rem -1rem auto; }

.color-red{color: red !important;}
.drk-blue{color:#281662 !important;}
.color-green{color: green !important;}
.color-white {color: #fff !important; }
.color-light-blue{color:#1552F0 !important;}
.bdr-bottom{border-bottom: 1px solid #ddd;}
.bdr-right{border-right: 1px solid #ddd;}

.divider { border-top: 1px solid #ddd; margin: 15px 0 20px 0;}

.wid100pr{width:100%;}
.form-group label { font-family: 'Poppins-Semibold'; color: #2C2958;}
.float-right{float:right;}
.nowrap{white-space:nowrap;}
.btn-radio-inline {display:grid; grid-template-columns: auto auto;}
.radio-refer {
    display: grid;
    grid-template-columns: auto auto auto;
}
.radio-refer label { font-family: 'Poppins-Regular'; }
.radio-refer.radio-line label{margin-top:10px;}
::placeholder{font-size:12px; font-family:Poppins-Medium;}
select.form-control:not([size]):not([multiple]){font-size:12px;}
.form-control:focus{box-shadow:none;}
.select2-container{width:100%;}
.signup-scroll { max-height: 400px; height:100%; overflow-y: auto; overflow-x: hidden; }
span.error-msg { font-size: 13px; color: red; font-family: 'Poppins-Regular'; font-weight: normal;text-align: right;display:block; }
span.success-msg{font-size: 13px; color: green; font-family: 'Poppins-Regular'; font-weight: normal;text-align: right;display:block; }
/*Comman Button*/
.btn-primary{font-size:14px;}
.btn-space { display: flex; flex-direction: row; justify-content: space-between; }
.btn-primary{text-transform:uppercase; font-family:Poppins-SemiBold;}
.btn-footer{background:#f0f6ff; padding:10px; border-radius:10px; margin-top:5px;}
.disabled, .btn-primary.disabled:focus{ opacity: 0.6; cursor: not-allowed; outline:none;}

/*Radio Button*/
.radiobutton { display: block; position: relative; padding-left: 35px; margin-bottom: 10px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.radiobutton input { position: absolute; opacity: 0; cursor: pointer; }
.checkmark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #eee; border-radius: 50%; }
.radiobutton:hover input ~ .checkmark { background-color: #ccc; }
.radiobutton input:checked ~ .checkmark { background-color: #3f51b5; }
.checkmark:after { content: ""; position: absolute; display: none; }
.radiobutton input:checked ~ .checkmark:after { display: block; }
.radiobutton .checkmark:after { top: 4px; left: 4px; width: 10px; height: 10px; border-radius: 50%; background: white; }

/*Header Section*/
.kyc-hedr { background: #f0f6ff; display: flex; flex-direction: row; justify-content: space-between; padding: 5px 10px; border-radius: 5px; margin-bottom:12px; }
.kyc-hedr h5{ font-size: 16px; text-transform: uppercase; font-family: Poppins-Bold; color: #2C2958; padding-bottom: 0px; margin-bottom: 0px !important; line-height: 25px;}
.kyc-hedr label{margin-bottom:0px; font-size: 16px; text-transform: uppercase; font-family: Poppins-Bold; color: #999797;}
.kyc-hedr label span { color: #007bff; }
.login-logo {padding: 6px 15px; }
/*.center-box { height: 90vh; display: flex; flex-direction: column; justify-content: center; align-items: center; }*/



/*************User Profile ****************************
 ********************************************************************/

.user-profile .nav-link .insitals { background-color: transparent; padding: 2px 0; border-radius: 5px; width: 35px; height: 35px; display: inline-block; color: #007bff; font-size: 18px; text-align: center; margin-right: 8px; position: relative; border: 1px solid #007bff; font-family: 'Poppins-SemiBold'; cursor: pointer; }
.star-badge { background-color: transparent; border-radius: 50px; color: #ffffff; font-size: 18px; font-weight: 900; width: 20px; height: 20px; display: inline-block; position: absolute; text-align: center; right: -10px; bottom: -4px; }
.user-profile-details { padding: .25rem 1.5rem; }
.user-profile-name h4 { font-size: 19px; font-family: 'Poppins-Medium'; color: #666; margin-bottom: 5px; }
.user-profile-name span { font-size: 13px; color: #666; }
.user-profile-details ul.up-contact li { list-style: none; border-bottom: 1px solid #eee; padding: 10px 0; }
.user-profile-details ul.up-contact li i { margin-right: 10px; }
.user-profile-details ul li span { font-size: 13px; font-family: 'Poppins-Medium'; }
ul.adv-contact { background-color: #F1F9FF; border-radius: 6px; padding: 18px 10px 4px 10px; margin: 10px -8px 0px -8px; position: relative; }
ul.adv-contact li { list-style: none; padding: 10px 0; border-bottom: 1px solid #eee; }
ul.adv-contact li i { margin-right: 10px; }
ul.adv-contact li.adv-title { padding: 5px; background-color: #ffffff; color: #000000; font-size: 10px; font-family: 'Poppins-Bold'; text-align: center; display: inline-block; position: absolute; top: -10px; left: 10px; border: none; text-transform: uppercase; }
ul.adv-contact li:last-child, ul.up-contact li:last-child { border: none; }
a.cp-link { padding: 15px 0; display: block; text-decoration: none; border-bottom: 1px solid #CFCFCF; }
a.cp-link span { color: #000000; font-size: 14px; font-weight: 400; margin-left: 10px; }
.login-time { font-size: 14px; font-family: Poppins-Medium; color: #000000; text-transform: uppercase; padding: 15px 0; }
.login-time span { margin-left: 10px; font-size: 13px; }
.nav-item.dropdown.user-profile { justify-content: flex-end; align-items: center; align-content: center; display: flex; height: 100%; }


/*Login*/
label#lblMobileTimer, label#lblEmailTimer { margin: 0; }
.otp-send-txt a{font-family:Poppins-SemiBold;}
.bg-login::before {
   content: '';
    background: url(../images/signin-path.png) no-repeat 0 100%;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;

}
.bg-login::after {
   content: '';
    background: url(../images/right-signin-path.png) no-repeat 209% 100%;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;

}
.login-ttl {
    margin: 40px 0;
}
.login-ttl h5 {
    font-size: 25px;
    text-align: center;
    font-family: Poppins-SemiBold;
    color: #1552F0;
    line-height: 30px;
}
.sign-img {
    width: 450px;
    text-align: center;
    margin: auto auto 5rem auto;
}
.KYC-box {
    box-shadow: 4px 4px 17px #000000;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px 20px 10px 20px;
    z-index: 10;
    /*position: sticky;
    top: 40px;*/
    border-radius:10px;
    margin-top: 25px;
}
.fetch-detail-box{background-color: #fff; border: 1px solid #ddd; padding: 30px 40px 30px; z-index: 10; border-radius:10px; margin-top: 40px;}
.fetch-detail-box h5{ font-size: 16px; text-transform: uppercase; font-family: Poppins-Bold; color: #2C2958; padding-bottom: 0px; margin-bottom: 15px;line-height: 25px;}

.KYC-box img {
    margin-bottom: 10px;
}
.login-logo img {
    width: 200px;
}
.Nominee-guardian {
    background: #f0f6ff;
    padding: 4px 10px;
    margin-bottom: 15px;
    border-radius: 7px;
}
.Nominee-guardian h5 { margin: 0 !important; }
.donotAppoint-body h5 { font-size: 18px; font-family: Poppins-Bold; color: #2C2958; margin-bottom: 15px; }
.modal-header.donotAppoint-hdr h4 { margin: 0; }
.KYC-box h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #2C2958;
    padding-bottom: 0px;
    margin-bottom: 15px;line-height: 25px;
}
.KYC-box h5 span {
    color: #666;
    font-size: 12px;
    font-family: Poppins-regular;
    display: block;
    text-transform: none;
}
.otp-msg {
    color: red;
    font-family: Poppins-SemiBold;
    text-align: center;
    display: block;
    font-size: 12px;
}
.login-input .form-group {
    margin-bottom: 10px;
}
.login-input input.form-control {
    height: 45px;
    font-size: 13px;
}
.login-input input {
    border-radius: 5px;
    border: 1px solid #ddd;
}
.forgt-login a {
    font-size: 12px;
    color: #2C2958;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 7px;
    display: inherit;
}
.form-group.input-otp .input-group-prepend span.input-group-text {
    color: #1552f0;
    /* border: none; */
    font-size: 20px;
    border: 1px solid #ddd;
    border-left-width: 0;
    cursor: pointer;
    padding: 0 0.75rem;
        background: transparent;
}
.form-group.input-otp .input-group-prepend span.input-group-text a {
    color: #1552f0;
}

.reui-doc { padding: 15px; border-radius: 10px; }
.reui-doc ul li ul {
    padding-left: 20px;
}
.reui-doc ul li ul li {
    list-style: none;
    color: #838383;
}
.reui-doc ul li {
    font-family: Poppins-semibold;
    font-size: 13px;
    line-height: 25px; color: #2C2958;
}
.reui-doc h4 {
    font-size: 16px;
    font-family: 'Poppins-Bold'; margin-bottom:15px; color: #2C2958;
}
.reui-doc ul {
    padding-left: 20px;
}

/*********************************
    Modal Popup Section
*************************************************/
.user-register { margin: auto; text-align: center; }
.user-register img { width: 100px; height: 100px; margin-bottom: 20px; }
.user-register h5 { font-size: 16px; font-family: 'Poppins-SemiBold'; margin-bottom: 15px; }
.user-register h6 { font-size: 14px; font-family: 'Poppins-SemiBold'; }


/*********************************
    Fetch KYC DATA
*************************************************/
/*.pan-info, .dob-info { vertical-align: middle; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 100%; }*/
.pan-info{float: right; font-family:Poppins-SemiBold; color:green; text-transform: uppercase; margin:0px;}
.segment-box ul li { list-style: none; margin-bottom:15px;}
.segment-box ul {display: grid; grid-template-columns: auto auto auto auto; flex-wrap: wrap; margin-bottom:0px;}
.segment-box label { font-family: 'Poppins-Regular'; margin-bottom:0px;}
.segment-box { background: #f0f6ff; padding: 10px; border-radius: 10px; margin-bottom:15px; }


/*********************************
   REVIEW YOUR KYC DETAILS
*************************************************/
.case-detl { }
.case-detl label { font-family: 'Poppins-Bold'; padding-right: 10px; float:left;}
.addhar-case-info h6 { font-size: 16px; text-transform: uppercase; font-family: Poppins-Bold; color: #2C2958; padding-bottom: 0px; margin-bottom: 15px; line-height: 25px; }
.case-detl strong { color: #000; letter-spacing: 0.5px; }
.review-box{margin-bottom:15px;}
.btn.btn-aadhar {
    border-radius: 100px;
    border:1px solid #007bff;
    padding: 5px 45px;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background:#007bff;
    color: #fff;
    height: 57px;
    position: relative;
    text-align: center;
    transition:all 0.5s ease-in-out;
     
}
.btn.btn-aadhar:hover {
    border:1px solid #007bff;
    background:#fff;
    color: #007bff;
}
.adhar-line p{line-height: 35px;}
/*button.btn.btn-aadhar:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    background: url(../images/right-hand.svg) no-repeat 100%;
    width: 100%;
    height: 64%;
    transform: rotate(103deg);
    -webkit-animation: WhatsappIcon 2s linear infinite;
    animation: WhatsappIcon 2s linear infinite;
    background-size: contain;
}
@-webkit-keyframes WhatsappIcon {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }
    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }
    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}*/

.select-aadhar-box ul li {
       font-size: 12px;
    font-family: Poppins-Medium;
    line-height: 22px;
    margin-bottom: 5px; color:#666;
}

.select-aadhar-box ul {
    padding-left: 80px; 
}
.aadhar-note h6 {
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
}
.aadhar-note p {
    font-size: 12px;
    font-family: Poppins-Medium;
    margin-bottom: 10px; color: #666;
}
.select-proof-box {
    /*background: #f0f6ff;*/
    border-radius: 13px;
    padding: 0px;
    margin: 0px 0 15px 0;
}
.select-proof-box p {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: Poppins-Medium;
    line-height: 23px; color: #666;
}
 .select-proof-box p:last-child{margin-bottom:0px;}

 button.btn.btn-aadhar-proof {
    border-radius: 100px;
    padding: 5px 30px;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background: #007bff;
    color: #fff;
    height: 50px;
}
.or-section{position:relative; z-index:0; margin:20px 0;}
.or-section p{ width: 100px; margin: auto; background: #fff; color: #666; text-align: center; font-size: 18px; font-family: 'Poppins-SemiBold'; padding: 0 10px;}
.or-section p:after{content:''; position:absolute; top:13px; left:0px; width:100%; height:1px; background:#ddd;     z-index: -1;  }
/*********************************
    Personal Detail
*************************************************/
.review-box{background:#f0f6ff; padding:10px 20px; border-radius:10px;}
.fetch-data h6 {font-family: Poppins-Regular; color: #2C2958; font-size: 14px; word-break: break-word; width: calc(100% - 155px); margin:0px;}
.fetch-data p {background: #f3f5f9; padding: 3px 5px; border-radius: 5px; color:#555; font-family: 'Poppins-Medium';}
.fetch-data { display: flex; flex-direction: row;  margin-bottom: 8px;}
.fetch-data span { font-family: 'Poppins-SemiBold'; margin-right: 10px; text-align: right; display: block; width: 155px; color: #bebebf; }
.MCX-section { display: grid; grid-template-columns: auto auto auto auto; }
.AadharKYC-digi ul li { list-style: none; margin-bottom: 15px; line-height: 24px; }
.AadharKYC-digi { padding: 10px; }
.kyc-note ul li { line-height: 25px; font-size: 13px; font-family: 'Poppins-Medium';}
.kyc-note { margin-top: 30px; }
.kyc-note h5 {font-size: 16px; font-family: 'Poppins-SemiBold'; color: #2C2958; }
.kyc-note ul { padding-left: 20px; }
.kyc-note p { font-size: 13px; color: #666; font-family: 'Poppins-Medium'; }
.kyc-note { margin-top: 30px; border-top: 1px solid #ddd; padding: 20px;}
.MTF-box ul li { line-height: 25px; }
.MTF-box { padding: 10px; }
.modal-header.mtf-hder h5 { font-family: 'Poppins-SemiBold'; margin: 0; padding-top: 10px; color:#2C2958; text-transform: uppercase; }
.about-mtf-box h5 a { color: #007bff !important; }
.about-mtf-box h5 a:hover{cursor:pointer;}
.radio-mtf .radiobutton { display: inline-block; margin-right: 30px; }

/*********************************
    Nominee Section
*************************************************/
a.btn-nomine-close { position: absolute; top: 10px; right: -12px; border: 1px solid red; background: red; color: #fff !important; border-radius: 100px; width: 25px; height: 25px; text-align: center; line-height: 24px; cursor: pointer; }
.nominee-ttl { display: flex; flex-direction: row; justify-content: space-between; }
.nominee-ttl h5 { margin: 0; font-size: 14px; font-family: 'Poppins-bold'; vertical-align: middle; line-height: 26px; }
.nominee-ttl h6 { margin: 0; font-family: 'Poppins-semiBold'; font-size: 14px; background: #358bc7; color: #fff; padding: 5px 7px; border-radius: 4px; }
.bank-note { padding: 10px 15px; border-radius: 5px; margin: 10px 0; }
.bank-note h6 { color: #666;  margin: 0; font-size: 12px; line-height: 20px; font-family: 'Poppins-Regular'; }
.bank-note p { margin: 0 0 3px 0; font-family: 'Poppins-semiBold'; font-size: 13px; color:#2C2958;}
/*********************************
    Digilocker Details
*************************************************/
.digilocker { text-align: center; }
.digilocker img { width: 40%; margin-bottom:15px; }
.digilocker h6 { font-family: 'Poppins-SemiBold'; margin:15px 0 20px 0; }

/*********************************
    Bank Details
*************************************************/
.confirm-bank-box { border: 2px dashed #666; padding: 10px; border-radius: 10px; margin-bottom:10px;}
.confirm-bank { display: flex; justify-content: space-between; vertical-align: middle; align-items: center; padding: 5px 0; }
.confirm-bank p { width: calc(100% - 125px); margin:0px;}
.confirm-bank h6 { margin: 0px; font-family: 'Poppins-SemiBold'; font-size: 13px; color:#2C2958;}
.backicon { float: left; margin-right: 15px; cursor: pointer;}
.backicon img { width: 25px; display: inline-block; margin-bottom:0px;}
.btn-radio-inline {display:grid; grid-template-columns: auto auto;}
.bank-dtl { margin:10px 0; padding: 5px 10px; background: #f0f6ff; border-radius:5px; color: #2C2958; display: flex; flex-direction: row; justify-content: space-between;}
.bank-dtl h5 { margin: 0px 10px 0px 0px; display: inline-block; }
.bank-dtl h5 span { display: inline-block; vertical-align: text-bottom; }
.bank-dtl span i { font-size: 23px; vertical-align: -webkit-baseline-middle; cursor: pointer;}
.bank-dtl span.banktwo { margin-right: 20px; }
a.btn-bank-close { position: absolute; top: 14px; right: 7px; border: 1px solid red; background: red; color: #fff !important; border-radius: 100px; width: 25px; height: 25px; text-align: center; line-height: 24px; cursor: pointer; z-index: 999; }
.verify-popup{text-align:center; padding:30px 0;}
.verify-popup img { width: 50px; }
.verify-popup label { font-size: 18px; font-family: 'Poppins-SemiBold'; color: #5a5a5a; padding-left:15px; }
.verify-popup p { padding: 25px 0; font-size: 18px; margin: 0; }
.verify-icon img { width: 100px; }

/*********************************
   BROKERAGE TARIFF DETAILS
*************************************************/
.brokerage-box { border: 1px solid #ddd; padding: 15px 10px; border-radius: 10px; margin-bottom: 15px; }
.brokerage-dtl { border-top: 1px solid #ddd; display: flex; justify-content:space-between; padding-top:10px; }
.brokerage-dtl h6, .brokerage-dtl p{margin:0px;}
.brokerage-dtl h6 { font-size: 12px; font-family:Poppins-SemiBold; }
.brok-viewmore { text-align: right; font-family:Poppins-SemiBold; padding-top: 10px; }
.brok-viewmore a { text-decoration: underline; }
.tbl-brokerage thead th {background: #007bff; color: #fff; font-family: 'Poppins-SemiBold';}
table.tbl-brokerage tr td label { display: initial; margin: 0; }
.bank-note h5 {
    font-size: 13px;
    font-weight: 600;
    color: #2C2958; margin-bottom:0px;
}
.bank-note ul { padding-left: 30px; }
.bank-note ul li { line-height: 22px; font-family: 'Poppins-Regular'; font-size: 12px; list-style: disc; color:#666;}

.chossplan-note h5 {
    font-size: 13px;
    font-weight: 600;
    color: #2C2958; margin-bottom:0px;
}
.chossplan-note ul { padding-left: 30px; }
.chossplan-note ul li { line-height: 22px; font-family: 'Poppins-medium'; font-size: 12px; list-style: disc;}
.chossplan-note p { color: #666; }
.set-prefe-box { margin-bottom: 15px; }
.set-prefe-box label { font-family: 'Poppins-Semibold'; color: #2C2958; }
.chossplan-note .form-group label{font-family:Poppins-Medium; font-size:13px;}
.brokerage-info-dtl h6 { font-size: 12px; font-family: 'Poppins-SemiBold'; margin:0px;}
/*.brokerage-info-dtl { align-items: center; display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 5px; padding: 3px 0;}*/
.brokerage-info { border: 1px solid #ddd; padding: 10px; border-radius: 10px; margin-bottom: 15px; }
.brokerage-info-dtl input {height:25px; margin:auto; }
.brokerage-info h5 { text-align: center; margin-bottom: 10px; background: #f0f6ff; border-radius: 5px;}
.table.brokerage-info-dtl th { text-align: center; width: 16%; background: #f0f6ff; vertical-align: middle;}
table.table.brokerage-info-dtl td { font-family: 'Poppins-SemiBold'; }
/*********************************
    Document Upload Section (  Drop Zoon File Upload)
*************************************************/
.upload-icon-dwn {
    position: absolute;
    z-index: 99;
    width: 24px;
    height: 24px;
    background: #007bff;
    border-radius: 100px;
    right: 13px;
    top: 11px;
    color: #fff;
    line-height: 24px;
}
.upload-icon-dlt {
  position: absolute;
  z-index: 99;
  width: 24px;
  height: 24px;
  background: red;
  border-radius: 100px;
  right: 42px;
  top: 11px;
  color: #fff;
  line-height: 24px;
}

.AOF-docu {
    padding: 0px 20px 0px 20px;
}
.AOF-docu p {
    margin-bottom: 10px;
    font-family: 'Poppins-Bold';
    font-size: 14px;
}
.AOF-docu ul li {
    list-style: disc;
    color: #210454;
    margin-bottom: 7px;
    line-height: 25px;
   /*font-family: 'Poppins-Medium';*/
    font-size: 12px;
    color: #666;
}
.upload-area__drop-zoon {
    position: relative;
    height: 11.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}


.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
    opacity: 0.7;
}

.drop-zoon__paragraph {
    color: #c4c3c4;
    margin: 0px;
}

.drop-zoon__loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #abcaff;
    z-index: 10;
}

.drop-zoon__preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.3125rem;
    border-radius: 10px;
    display: none;
    z-index: 1000;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
    opacity: 0.8;
}

.drop-zoon__file-input {
    display: none;
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
    display: none;
}

span.upload-area__tooltip-data {
    display: none;
}

span.drop-zoon__icon img {
    width: 60px;
}

.drop-zone {
    height: 150px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    color: #858585;
    border: 2px dashed #cccccc;
    border-radius: 10px; position: relative;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
}
.drop-zone__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width:100%;
  height:100%;
  background:url(../img/green-tick.png) no-repeat 97% 5%;
  text-align: center;
}
/*End File Upload*/

/*********************************
    Videoverification (Video KYC)
*************************************************/
.modal-dialog.modal-kycipv-otp { max-width: 400px; }
.video-box{ background-color: #ffffff; box-shadow: 0 0 5px rgb(0 0 0 / 10%); padding: 25px 5px; max-width: 300px; height: 300px; justify-content: center; align-items: center; margin: 20px auto 15px auto; border-radius: 10px; display: flex; flex-direction: column; border: 2px dashed #666; position: relative; }
.video-box p { font-size: 13px; font-family: 'Poppins-SemiBold'; text-align: center; padding: 10px 30px;  margin-bottom:0px;}
.video-status span.txt-pending { position: absolute; top: 10px; right: 20px; font-weight: 600; color: #ffa500; letter-spacing: 0.6px; }
.modal-header.kycotp-img-hdr { border: none; padding:20px 0 0 0;}
.modal-header.kycotp-img-hdr img { width: 150px; margin: auto; }
.kyc-video-otp { padding: 0 50px 20px; }
.kyc-video-otp p { font-size: 13px; font-family: 'Poppins-SemiBold'; text-align: center; word-break: break-word;}
.send-otp { text-align: right; display: inherit; font-size: 14px; font-family:Poppins-SemiBold; }
.send-otp i { margin-right: 8px; }
.notics-box { /*background: #f0f6ff;*/ height:100%; padding: 20px; border-radius: 10px; }
.notics-box ul li { font-weight: 500; margin-bottom: 7px; list-style: disc; color:#666;}
.notics-box h5 { font-size: 18px; font-weight: 600; color:#2C2958;}
.notics-box ul { padding-left: 17px; }
.notics-box ul li a { font-family: 'Poppins-Bold'; text-decoration: none; }
.confirm-otp input { width: 41px; padding: 0; height: 40px; text-align: center; background: #F4F5FC; border-color: #C3D1F6; }
.confirm-otp { display: inline-flex; }
.video-section { height: 100%; display: flex; flex-direction: column; justify-content: center; }

.video-img-box { width: 170px; height: 170px; border: 2px solid #ddd; border-radius: 10px; margin-top: 18px; text-align: center; margin: 0px auto 5px auto; }
.videoimg-card { border: 1px solid #ddd; padding: 10px; border-radius:5px; display: flex; flex-direction: column; margin-top: 18px;}
.videoimg-card h6 { margin: 0; font-size: 16px; font-family:Poppins-SemiBold; background: #007bff; padding: 1px 10px; color: #fff; }
.videoimg-card p { margin: 0; justify-content: space-between; display: flex; flex-direction: row; border-bottom: 1px solid #ddd; padding: 4px 5px; }
.videoimg-card p span{font-family:Poppins-SemiBold;}
.videoimg-card p:last-child { border: none; }

/*********************************
  DDPI
*************************************************/
.ddpi-note ul { padding-left: 20px; }
.ddpi-note ul li { font-size: 12px; font-family: Poppins-Medium; line-height: 22px; margin-bottom: 5px; color: #666; }
.ddpi-note p { font-size: 12px; font-family: Poppins-Medium; margin-bottom: 10px; color: #666; }
.ddpi-tbale table th { background: #f0f6ff; color: #2C2958; font-family: Poppins-Medium; font-size:14px;}
.ddpi-tbale h6, .ddpi-note h6 { font-size: 14px; color: #2C2958; font-family: 'Poppins-SemiBold'; margin-bottom:15px;}
.radio-ddpi label { display: inline-block; margin-right: 15px; }


/*********************************
   application Submited section
*************************************************/
.app-submit h5 { font-size: 30px; margin-top: 15px; margin-bottom: 20px;}
.app-submit {  padding: 15px 0;}
.app-submit p { font-size: 13px; line-height: 25px; margin-bottom: 9px; }
.app-submit img { border-bottom: 1px solid #ddd; }
a.dwn-esign-pdf { font-family: 'Poppins-SemiBold'; letter-spacing: 1px; font-size: 14px; margin: 15px 0; display: block; color: #2C2958; text-align: center; border: 1px dashed; border-radius: 100px; width: 153px; height: 30px; line-height: 28px;}
/*********************************
   Modal Popup
*************************************************/
.modal-full60 {
    max-width: 60%;
}
.modal-body{z-index:0;}
.modal-body:before { content: ""; background: url(../images/bg.png)no-repeat 0 100%; position: absolute; bottom: 0px; left: 0; width: 100%; height: 100%; background-size: contain; z-index:-1;}
label.sele-choose img {
    width: 150px;
}
.selectaddrtype .selectadd-choose {
    position: relative;
    font-size: 26px;
    text-align: center;
    width: 210px;
    height: auto;
    margin:auto 10px auto 10px;
    line-height: 150px;
    cursor: pointer;
   padding: 10px;
    border-radius: 10px;
    border: 2px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectaddrtype .add-choose { text-align: center; }
/*.selectaddrtype .add-choose input:checked + .selectadd-choose {
    border: 3px solid #333;
    background-color: #2fcc71;
}*/
.selectaddrtype .add-choose input:checked + .selectadd-choose:after { content: "\f00c"; width: 30px; height: 30px; line-height: 30px; border-radius: 100%; border: 1px solid green; background-color: green; z-index: 999; position: absolute; top: -10px; right: -10px; font-family: 'FontAwesome'; color: #fff; font-size: 20px; }
.selectaddrtype .add-choose input { display: none; }
.selectadd-choose h5 { font-family: 'Poppins-SemiBold'; margin: 0; padding-top: 10px; color:#2C2958; text-transform: uppercase;}
.btn-continue { color: #fff; background-color: #007bff; border-color: #007bff; }




/*********************************
    Responsive  
*************************************************/
@media(min-width:320px) and (max-width:374px) {
    .btn-primary{font-size:14px;}
    .notics-box{margin-top:15px;}
}
@media(min-width:320px) and (max-width:767px) {
    
.btn-footer{ margin-bottom:15px; padding-bottom:0px;}
.segment-box ul li { flex: 0 0 100%; max-width: 100%; }
.segment-box ul{margin-bottom:0px;}
.btn-space{flex-direction: column;}
.btn-primary{margin-bottom:10px;}
.radio-refer, .MCX-section, .btn-radio-inline{grid-template-columns: auto;}
.KYC-box h5{font-size:15px;}
.modal-full60{width:100%;}
.fetch-data span{text-align:left;}
.fetch-data{ flex-direction: column;}
.fetch-data h6{width:100%;}
.kyc-video-otp{padding:0 10px 20px; text-align:center;}
.confirm-otp{margin-bottom:10px; margin-right:4px;}
.hide-in-mobile{display:none;}
}
@media(min-width:768px) and (max-width:991px) {
.btn-footer{margin-bottom:15px;}
.MCX-section{grid-template-columns: auto auto;}
.modal-full60 { max-width: 95%; }
.notics-box{margin-top:15px;}
}

@media(min-width:992px) and (max-width:1199px) {
.modal-full60 { max-width: 95%; }
.btn-footer{margin-bottom:15px; }
.notics-box{margin-top:15px;}
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('/NewKYC/Images/Loader Animation.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.btn-backhome span img { width: 25px; }
.btn-backhome { font-family: Poppins-SemiBold; margin: 10px 20px 0 20px; display: block; }
.btn-backhome span { margin-right: 15px; }