@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 200;
    src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(fonts/Nunito-ExtraLight.ttf) format('opentype');
  }
  
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    src: local('Nunito Light'), local('Nunito-Light'), url(fonts/Nunito-Light.ttf) format('opentype');
  }
  
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(fonts/Nunito-Regular.ttf) format('opentype');
  }
  
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(fonts/Nunito-SemiBold.ttf) format('opentype');
  }
  
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: local('Nunito Bold'), local('Nunito-Bold'), url(fonts/Nunito-Bold.ttf) format('opentype');
  }
  
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(fonts/Nunito-ExtraBold.ttf) format('opentype');
  }
  
  @font-face {
    font-family: 'Rupee';
    font-style: normal;
    font-weight: 400;
    src: local('Rupee'), local('Rupee'), url(fonts/Rupee_Foradian.ttf) format('opentype');
  }
  
  .rupee {
    font-family: 'Rupee' !important;
    width: initial !important;
    margin: 0 1px 0 0 !important;
    font-style: normal;
  }
  
  [type=reset],
  [type=submit],
  button,
  html [type=button],
  [type=text],
  [type=passeword] {
    outline: none;
  }
  
  body {
    height: 100%;
    font-family: 'Nunito', sans-serif;
    color: #212121;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .5px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
  }
  a, a::after, a::before {
     box-sizing:initial!important;
}


  .head-2 {
    font: normal normal 600 18px/22px Nunito;
    color: #212121;
    margin-bottom: 1rem;
}
.sub-head-2 {
    font: normal normal normal 16px/16px Nunito;
    color: #212121;
}
.sub-head-3 {
  font: normal normal normal 14px/16px Nunito;
  color: #6d6d6d;
}
.head-1 {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .form__label {
    width: 100%;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  
  .form__info {
    width: 100%;
    color: #212121;
    font: 400 16px/18px 'Nunito', sans-serif;
    margin: 0 0 1rem;
    padding: 0;
  }
  
  .form__input {
    padding: 10px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #23252b;
    font: 400 16px/18px 'Nunito', sans-serif;
    height: 35px;
  }
  
  .datepicker {
    background: #FFF url("../images/calendar.svg")no-repeat center right 15px;
    height: 35px;
  
  }
  select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    padding-right: 30px;
    background: #fff url(../images/arrow-down.svg) no-repeat 96% center;
    background-size: 14px;
  }
  textarea.form-control{
    resize: none;
  }
  
  .error, .error-2 {
    color: #e80000;
    font: normal normal normal 13px/21px Nunito;
    margin-bottom: 0;
  }
  
  input.error,
  select.error, textarea.error {
    border: 1px solid#ff00009c;
  }
  
  #inputLoan-error {
    white-space: nowrap;
    display: block;
  }
  
.btn-orange {
    background-color: #FF7D3B;
    border-color: #FF7D3B;
  }
  
  .btn-orange:hover {
    color: #fff;
    background-color: #EF5713;
    border-color: #EF5713;
  }
  .btn-next, .btn-w150 {
    width: 150px;
}
  
  .text-gray {
    color: #878787;
    font: normal normal 300 16px/24px Roboto;
    display: block;
  }
  .btn-plus {
    color: #626262;
    text-decoration: none;
    font: normal normal normal 14px/24px Nunito;
}
#dvNomineeDetails>div {
    position: relative;
  }
  
  .remove_field {
    color: #626262;
    text-decoration: none;
    font: normal normal normal 13px/24px Nunito;
  }
  
  #dvNomineeDetails .remove_field {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
  }
  .font-12{
      font-size:12px;
  }
  .labelCheck{
      vertical-align: top;
      margin-top: .1rem;
      
  }
  .form-control{
    border-color:#ccc;
  }
  .close_popup {
    background-color: #e86b1f !important;
    opacity: 1;
    color: #fff;
    font-weight: 300 !important;
    position: absolute;
    right: 6px;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
    line-height: initial;
    padding: 0 !important;
    margin: 0;
}
   #dvNomineeDetails{width: 100%; display: block;}
