﻿<style>
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
</style>

<style>
  #resend_otp.disabled-link{
    pointer-events:none;
    cursor: default !important;
    text-decoration: none;
    color: #9F9F9F;
  }

     #sendOtmpMessage{
        margin-bottom: 15px;
    text-align: left;
    padding: 0px 15px;
     }
    
    .greaterms p.heading{
        color: #97144D;
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
    font-weight: 600;
        }
    
    .greatimg img{
        width: 100%;
    }
    
    .greatbtnholder{
       text-align: center;
    }
    .greatbtnholder-update {
        text-align: center;
    }
    .greatbtnholder-update-networth {
        text-align: center;
    }
    .greatbtnholder-ok {
        text-align: center;
    }
    .greatbtn {
            background-color: #98144d;
    color: white;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid;
    font-family: 'Lato' , sans-serif;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup.profile-popup {
        width: 40% !important;
        /*left: 35% !important;*/
        top: 30% !important;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup.profile-popup .jqpop.pop-pack {
        height: auto !important;
    }

 /*   .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup.profile-popup .greatbox {
    width: 800px;

}*/
    .greatbottomtext{
        text-align: center;
        color: darkgrey;
        
        font-size: 12px;
        padding: 10px;
    }
    
    .greaterms{
        color: black;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    width: auto;
    font-family: 'Lato';
    }

    .greaterms.form {
    background: #fff;
    width: 700px;
}
    
    .greatname{
        width: 100%;
        
        font-size:70px;
        color:#ba4676;
        padding-top:5px;
        text-align: center;
    }

    .error{
        color: red;
    bottom: 0;
    font-size: 12px !important;
    left: 27px;
    border: 0;
    display: block;
    margin-bottom: 2px;
    margin-top: 0px;
    }
    
    /*style by ashish*/
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup {
        width: 640px !important;
        left: 28% !important;
        top : 5% !important;
        border-radius: 6px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup input[type=checkbox]{
                display: inline;
                -webkit-appearance: checkbox;
    }
     
    .edit-panelsec, .edit-panelsec-otp{
        width: 100%;
        float: left;
            min-height: 80px;
    }
    .edit-panelsec li .form-input, .edit-panelsec-otp li .form-input{
        text-align: left; 
    }

    .edit-panelsec li .form-input .wiz-choose label, .edit-panelsec-otp li .form-input label{
        width: 100%;
        color: #555
    }

    .edit-panelsec li, .edit-panelsec-otp li{
        padding: 0 15px;
        margin-bottom: 10px;
        width: 50%;
    display: inline-block;
    float: left;
    }

    .edit-panelsec li .form-control, .edit-panelsec-otp li .form-control
    {
        width: 100% !important;
        padding: 8px 10px;
        background: transparent;
        border: 1px solid #86868B;
        margin-bottom: 5px;
        border-radius: 5px;
        color: #1D1D1f;
        height: 38px;
        font-size: 14px;
    }

.addressDropDown {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.edit-panelsec li .form-input span, .edit-panelsec-otp li .form-input span {
    font-size: 13px;
    width: 50%;
}


select#isd_code {
    width: 100% !important;
    float: left;
    display: inline;
    margin-right: 5%;
}

.edit-panelsec-right .form-control {
    margin-bottom: 0;
}


    .edit-panelsec li label, .edit-panelsec-otp li label{
        width: auto;
        float: left;
        text-align: left;
        color: #1d1d1f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    }

.edit-panelsec.edit-panelsec-right li label{
        width:30%;
    }

    .edit-panelsec li .form-input, .edit-panelsec-otp li .form-input{
        width: 100%;
        float: left;
        color: #555555;
        position: relative;
    }

li.mobile_no .form-input {
    width: 40%;
        margin-right: 2%;
}

li.mobile_no .form-input.nri_limits {
    width: 58%;
    margin-right: 0px;
}

.edit-panelsec li .form-input.ri_limits, edit-panelsec-otp li .form-input.ri_limits {
    width: 100%;
}


    .cardno, .dateno{
        box-shadow: none
    }
.addressDropDown::before, .addressDropDown::after {
    border-right: 2px solid;
    content: '';
    display: none;
    height: 8px;
    margin-top: 22px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
    top: 13px;
    width: 0;
}

.addressDropDown::after {
    margin-top:22px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
    .control {
  font-size: 18px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}

.control input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

#skipButton {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    cursor: pointer;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #3180bc;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}
.flash-light{
    color: green;
    bottom: 0;
    font-size: 12px;
    left: 25px;
    border: 0;
}

    /* The radio-container */
.radio-container {
  display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 70px;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.edit-panelsec li label.radio-container {
    text-align: center;
    border: 1px solid #86868B;
    padding: 5px;
    width: 25% !important;
    font-size: 11px;
    min-width: 60px;
    background-color: #f5f5f5;
    color: #86868b;
}

.edit-panelsec li label.radio-container:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.edit-panelsec li label.radio-container:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.edit-panelsec li label.radio-container.selected-btn {
    color: #83003c;
    border-color: #83003c;
    background-color: #fff;
}

.edit-panelsec li .form-input label, .edit-panelsec-otp li .form-input label {
    width: 100%;
    margin-bottom: 5px;
}

.regulatorymodal-content {
  margin: 25px auto;
    padding: 0px 0px 20px;
    border: 0px solid #888;
    width: 100%;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    display: inline-flex;
    text-align: center;
    height: auto;
}

.regulatorymodal-header {
    background: transparent;
    padding: 0px 15px;
    
        margin-bottom: 30px;
}




.login-agreePopup .jqpop.pop-pack.ui-dialog-content.ui-widget-content {
    height: auto !important;
}

.errormsg {
    font-size: 13px;
    color: red;
}

.input-errormsg {
    right: 10px;
    position: absolute;
    top: 30px;
    font-size: 13px;
    color: red;
}


.ac-details .head span {
    padding-left: 20px;
}


.edit-panelsec li.address-detail, .edit-panelsec li.all-ac-details {
    width: 100%;
}

.edit-panelsec li.all-ac-details{
  padding: 10px 0px 0px;
}

.edit-panelsec li.address-detail .form-input {
    padding: 5px 10px;
    background: #f5f5f5;
    margin-bottom: 5px;
    border-radius: 5px;
}

.edit-panelsec li.address-detail .form-input .address.form-control {
        border: 0px;
    border-bottom: 0px solid #c7c7c7;
    padding: 5px;
    border-radius: 00px;
    resize: none;
    height: auto !important;
    margin-bottom: 0px !important;
    color: #86868B;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
}

.edit-panelsec li.all-ac-details .ac-details {
        width: 50%;
    padding: 0 15px;
    display: inline-block;
    float: left;
        
}



.edit-panelsec li.all-ac-details .ac-details .head{
      background: #f5f5f5;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px; 
} 

.head-detail {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    color: #86868B;
    border-bottom: 1px solid #fff;
    padding: 10px 10px;
}

.head-detail:last-child{
    border:0px;
}

.edit-panelsec li.all-ac-details .ac-details .head span.half {
    width: 50%;
    float: left;
    padding: 0px;
    display: inline-block;
    line-height: 1.5;
}
.edit-panelsec li.all-ac-details .ac-details .head span.half.right{
  text-align: right;
}
.edit-panelsec li.all-ac-details .ac-details .head span.half:last-child  {
    text-align: right;
}

.edit-panelsec li.all-ac-details .ac-details .head span.full {
    width: 100%;
    display: block;
    padding: 0px;
    line-height: 1.5;
}


.btn-transperent {
    background: transparent;
    color: #81003c;
    border: 1px solid;
}

.tooltip {
      position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
    float: right;
    color: #97144D;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;

}

.tooltip .tooltiptext {
  visibility: hidden;
    width: 200px;
    background-color: #fff;
    color: #1D1D1f;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #81003c;
        padding: 5px 5px;
    position: absolute;
    font-size: 10px;
    z-index: 1;
    bottom: 150%;
    left: -75%;
    margin-left: -115px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 90%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #81003c transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.btn-group {
    display: inline-block;
    width: auto;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.resend-otp {
    background: transparent;
    color: #98144d;
    text-decoration: underline;
    padding: 10px 20px;
    margin: 10px 20px 0px;
}

form#validateOtp {
    padding: 0px 15px;
}

span#counterdes p {
    margin: 0px;
    padding: 0px;
}

a.dialog-close.close-popup {
    color: #97144D;
    font-size: 18px;
    font-weight: 600;
}

.input-combo .otp-field.address-width {
    width: 75% !important;
    border: 0px;
    display: inline-block;
}

.input-combo .resend-otp {
    background: transparent;
    color: #98144d;
    text-decoration: underline;
    padding: 0px;
    margin: -2px;
        border: 0px;
    width: auto;
    display: inline;
    float: right;
}

#msgResendOtp {
    display: block;
    width: 100%;
    padding: 0px 15px;
}

.edit-panelsec .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
}

.edit-panelsec .select2-container {
    width: 100% !important;
    border: 1px solid #86868B;
    margin-bottom: 5px;
    border-radius: 4px;
    color: #1D1D1f;
}

input[type=checkbox] {
    display: inline-block;
    -webkit-appearance: checkbox;
    width: 20px;
    height: 20px;
}

.mandatory-field.checkbox-terms {
    display: flex;
}

.mandatory-field.checkbox-terms input[type=checkbox] {
    margin-right: 10px;
    -webkit-appearance: checkbox;
}

.address-checkbox {
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}

/*.kyc-bg {
    background: #f5f5f5 !important;
}*/


/*.greaterms.success-box {
    padding: 10px 60px;
    width: 450px;
}*/

.greaterms.success-box .thub-icon {
    padding: 20px;
}

.greaterms.success-box p {
    padding: 10px 0px;
}


.page-heading p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.page-heading {
  border-bottom: 1px dotted #c0c0c0;
}



.easysteps {
    background: #ededed;
    padding: 20px;
    border-radius: 10px;
}

.easysteps h3 {
    margin: 0 0 15px 0px;
}

.step-item {
    margin: 10px 0px;
}

.steps {
    background: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 17%;
    text-align: center;
}

.step-text {
    display: inline-block;
    float: right;
    width: 80%;
}

/* The custom-radio */
.debit-from {
    padding: 20px;
}
.custom-radio {
    display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 31%;
    text-align: left;
    line-height: 26px;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.custom-radio .checkmark {
    background: #fff;
    border: 7px solid #efefef;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  /*background-color: #98144d;*/
  background-color: #fff;
    border: 7px solid #98144d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
      top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}


/*new css*/

.address-checkbox input[type=checkbox] {
    display: inline;
    -webkit-appearance: auto;
        width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.address-checkbox label {
    position: relative;
    top: -5px;
}

.debit-amt {
    display: inline-block;
    width: 100%;
}

.debit-amt input.form-control {
    width: 35% !important;
    padding: 15px;
    background: #efefef;
    border: 0px solid #86868B;
    margin: 10px;
    border-radius: 5px;
    color: #1D1D1f;
    text-align: center;
    font-size: 18px;
    height: 45px;
}

.btn {
  border: none;
    outline: none;
    padding: 7px 17px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 13px;
    margin: 0px -5px 0px 0px;
    border: 1px solid #c7c7c9;
        width: 24.8%;
  }

/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
 background-color: #fff;
    color: #81003C;
    border-color: #81003C;
}

.btn:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

input {
    width: 95%;
    height: 25px;
    border-radius: 5px;
    border: 1px solid;
    padding: 5px;
    margin-bottom: 10px;
}

.form-input {
    margin-bottom: 20px;
        position: relative;
}

input.error {
    border: 0px solid red;
}

span.errormsg {
    right: 10px;
    position: absolute;
    top: 10px;
    font-size: 13px;
    color: red;
}

#forprice .btn {
    padding: unset;
    font-size: 12px;
    margin-bottom: 7px;
    border-radius: 0px;
    width: 33%;
    height: 29px;
}

#forprice .btn.first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#forprice .btn.last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

table {
  width:100%;
}
tr td {
        border-bottom: 1px solid #a8a8a8;
    border-collapse: collapse;
    color: #a8a8a8;
    font-size: 13px;
}

th, td {
  padding: 15px;
  text-align: left;
}

#t01 th {
  background-color: #a8a8a8;
  color: white;
}

table th, table td {
    padding: 15px;
}

.existing-mandate {
    text-align: left;
}

input.form-control.existing-mandate-field {
        min-width: 35% !important;
        width: auto;
    padding: 20px 10px;
    background: #efefef;
    border: 0px solid #86868B;
    margin-right: 20px;
    border-radius: 5px;
    color: #1D1D1f;
    text-align: left;
    font-size: 16px;
    font-family: 'Lato';
}

.existing-mandate h3 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

.error{
        color:red;
    }  

    a.terms {
    color: #81003C;
}

.primary-btn.btn-process {
    width: 150px;
    height: auto;
    padding: 15px;
    font-size: 14px;
        letter-spacing: 1px;
}

.form-fileds label.error {
    color: red;
}

.span_amount {
    border: 1px solid #86868B;
    padding: 10px;
    width: 15%;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
}

.address-checkbox label a {
    color: #98144d;
}

.edit-panelsec li .form-input .label-name {
    font-size: 14px;
    width: 50%;
    display: inline-block;
    font-weight: 600;
}

#mandate_form .edit-panelsec li.income-group.half-block {
    float: initial;
}

.span_amount{
  cursor: pointer;
}

.loader {
      display: block;
      text-align: center;
      margin: auto;
      width: 100px;
      position: initial !important;
      margin-left: 20%;
  }

  /*new css by ashish 22102021 start*/

.error-modal {
  display: none; 
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.error-modal-content {
  background-color: #fefefe;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
      text-align: center;
}

/* The Close Button */
.error-modal-close {
  color: #fff;
    float: right;
    font-size: 22px;
    font-weight: bold;
    background: #81003c;
    padding: 10px;
    border-radius: 26px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    position: relative;
    top: -35px;
    right: -35px;
}

.error-modal-close:hover,
.error-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.existing-mandate .form-input {
    width: 33%;
    display: inline-block;
    margin-bottom: 5px;
}

.existing-mandate .select2-container {
    width: 95% !important;
}

.form-input.download-mandate {
    text-align: right;
}

.next-step {
    text-align: left;
    padding: 0px 15%;
    font-size: 13px;
    margin: 0 auto;
}

.next-step ol {
    list-style: auto;
    padding: 0px 10px;
}

#mandate_form_value .select2-selection.select2-selection--single {
    width: 100%;
}

#select2-bank_name-container {
    width: 100%;
}

.plain-video {
    display: none;
}

    @media(max-width: 1024px){
         .greatbox {
            width: 100%;
        }
        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup{
            left: 9% !important;
        }
    }
    @media(max-width: 768px){
        .table-responsive {
            overflow-x: auto;
        }
        .greaterms.form {
            width: 100%;
        }

        
        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup {
            width: 90% !important;
            left: 5% !important;
        } 
        select#isd_code{
            margin-bottom: 0px !important;
        } 
        
        .greatname {
          font-size: 25px;      
        }

        .edit-panelsec, .edit-panelsec-otp{width: 100%}
        
        .edit-panelsec li label, .edit-panelsec-otp li label{
            text-align: left;
            width: 100%;
            margin-bottom: 10px;
        }
        

        .greaterms p.heading {
            font-size: 16px;
        }

        .regulatorymodal-header img.icon {
            float: left;
        }


    
        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup.profile-popup {
            width: 90% !important;
            left: 5% !important;
            top: 10% !important;
        }

        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.login-agreePopup.profile-popup .greatbox {
            width: 100%;
        }

        .edit-panelsec li.address-detail .form-input .address.form-control {
            min-height: 60px;
        }
        .edit-panelsec li, .edit-panelsec-otp li {
            width: 100%;
        }

        .edit-panelsec li label, .edit-panelsec-otp li label {
            width: 66%;
        }
        .edit-panelsec li, .edit-panelsec-otp li {
            padding: 0 5px;
        }

        .regulatorymodal-header {
            padding: 0px 5px;
        }

        .edit-panelsec li.all-ac-details .ac-details {
            width: 100%;
            padding: 0 5px;
            margin-bottom: 20px;
        }

      .debit-amt input.form-control {
          width: 75% !important;
      } 

      .span_amount {
      width: 25%;
    }

    .custom-radio {
      padding-left: 30px;
      min-width: 20%;
      margin-right: 2%;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 15px;
    }

    .grid_5.mob-down {
        display: none;
    }

    .error-modal-content{
        width: 90%;
    }

    .existing-mandate .form-input {
        width: 49%;
        text-align: left;
    }

    .pdf-icon, .excel-icon, .print-icon{
      width: 24px;
    }


    }




    /*style by ashish*/


        
    </style>