/* db_heavent_med_v3.2 */
@font-face {
  font-family: 'db_heavent_med';
  src: url("../../assets/fonts/db_heavent_med_v3.2.eot");
  src: url("../../assets/fonts/db_heavent_med_v3.2.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/db_heavent_med_v3.2.woff2") format("woff2"), url("../../assets/fonts/db_heavent_med_v3.2.woff") format("woff"), url("../../assets/fonts/db_heavent_med_v3.2.ttf") format("truetype"), url("../../assets/fonts/db_heavent_med_v3.2.svg#db_heavent_med_v3.2") format("svg");
  font-weight: normal;
  font-style: normal; }

/* db_heavent */
@font-face {
  font-family: 'db_heavent_re';
  src: url("../../assets/fonts/db_heavent.eot");
  src: url("../../assets/fonts/db_heavent.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/db_heavent.woff2") format("woff2"), url("../../assets/fonts/db_heavent.woff") format("woff"), url("../../assets/fonts/db_heavent.ttf") format("truetype"), url("../../assets/fonts/db_heavent.svg#db_heavent") format("svg");
  font-weight: normal;
  font-style: normal; }

/* db_heavent_li_v3.2 */
@font-face {
  font-family: 'db_heavent_li';
  src: url("../../assets/fonts/db_heavent_li_v3.2.eot");
  src: url("../../assets/fonts/db_heavent_li_v3.2.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/db_heavent_li_v3.2.woff2") format("woff2"), url("../../assets/fonts/db_heavent_li_v3.2.woff") format("woff"), url("../../assets/fonts/db_heavent_li_v3.2.ttf") format("truetype"), url("../../assets/fonts/db_heavent_li_v3.2.svg#db_heavent_li_v3.2") format("svg");
  font-weight: normal;
  font-style: normal; }

/* db_heavent_bd_v3.2 */
@font-face {
  font-family: 'db_heavent_bd';
  src: url("../../assets/fonts/db_heavent_bd_v3.2.eot");
  src: url("../../assets/fonts/db_heavent_bd_v3.2.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/db_heavent_bd_v3.2.woff2") format("woff2"), url("../../assets/fonts/db_heavent_bd_v3.2.woff") format("woff"), url("../../assets/fonts/db_heavent_bd_v3.2.ttf") format("truetype"), url("../../assets/fonts/db_heavent_bd_v3.2.svg#db_heavent_bd_v3.2") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  margin: 0 auto;
  padding: 0px;
  color: #000;
  font-family: 'db_heavent_re';
  font-size: 21px;
  background: #f2f2f2; }

a {
  color: #000;
  border: none;
  outline: none;
  text-decoration: none; }
  a:link, a:visited {
    outline: none;
    color: #000;
    text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }

.img {
  width: 100%; }

button:focus {
  outline: none; }

.width-100 {
  width: 100%; }

.clear {
  clear: both; }

.no-padding {
  margin: 0px;
  padding: 0px; }

.border {
  background: #fff;
  box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75); }

.process__title {
  color: #002661;
  font-family: 'db_heavent_med';
  font-size: 34px;
  /*white-space: nowrap;*/ }

.process__list {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  height:60px;}
  .process__list li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    color: #002661;
    font-family: 'db_heavent_bd';
    font-size: 24px;
    line-height: 2em;
    text-align: center; }
    .process__list li .title {
      font-family: 'db_heavent_re';
      font-size: 20px; }
      .process__list li .title.orange {
        color: #f37021; }
    .process__list li svg {
      margin-right: 5px; }
    .process__list li .arrow svg {
      margin: 16px 5px 0px 5px;
      width: 30px; }
    .process__list li .arrow .svg {
      fill: none;
      stroke: #ccc;
      stroke-width: 10;
      stroke-miterlimit: 10; }
    .process__list li .circular-chart {
      display: block;
      width: 40px;
	  height: 50px;
      margin: 0 auto; }
    .process__list li .circle-bg {
      fill: none;
      stroke: #d9d9d9;
      stroke-width: 3.8; }
    .process__list li .circle {
      fill: none;
      stroke-width: 2.8;
      stroke-linecap: round; }
    .process__list li .circular-chart.orange .circle {
      stroke: #f37021; }
    .process__list li .percentage {
      text-anchor: middle; }
    .process__list li .orange .percentage {
      fill: #f37021; }

.colororange {
  color: #f37021; }

.z-index-1 {
  position: relative; /*relative*/
  z-index: 1; }

.z-index-2 {
  position: relative;
  z-index: 2; }

.z-index-3 {
  position: relative;
  z-index: 3; }

.z-index-4 {
  position: relative;
  z-index: 4; }

.z-index-5 {
  position: relative;
  z-index: 5; }

.z-index-6 {
  position: relative;
  z-index: 6; }

.z-index-7 {
  position: relative;
  z-index: 7; }

.z-index-8 {
  position: relative;
  z-index: 8; }

.z-index-9 {
  position: relative;
  z-index: 9; }

.right {
  display: none;
  position: absolute;
  right: 0px;
  top: 7px; }
  .right img {
    width: 15px; }

.content__title {
  display: flex;
  align-items: center;
  color: #002661;
  font-family: 'db_heavent_med';
  font-size: 30px;
  line-height: 1em; }
  .content__title#idp-headerwording, #unregistered-submessage {
	  color: #939598;
  }
  .content__title#bottom-wording {
	  color: #F37021;
  }
  .ndiddetail_img {
	  width: 155px;
	  height: 322px !important;
	  border-radius: 16px;
	  margin: 0 3% 0 8% !important;
  }
  .ndiddetail_logoheader_div {
	  background: url("../imgs/ndid_bg_gradient.jpg") no-repeat;
  }
  #ndid-logo {
	  width: 120px;
	  height: 56px;
	  margin: 2px 0 10px 10px;
  }
  #ndid_application_logo {
	  width: 60px;
	  height: 60px;
	  border-radius: 16px;
	  margin: 0 0 0 1%;
  }
  #ndiddetailheader, #transactionref, #ndidprocessingtime, #idp-headerwording {
	  font-size: 21px;
  }
  .pc-not-show {
	  display: none;
  }
  #transactionref {
	  color: #939598;
  }
  #ndidprocessingtime {
	  color: #F37021;
  }

  #ndiddetail_header {
	  /*background: url("../imgs/ndid_bg_gradient.jpg") no-repeat;*/
	  padding: 3%;
	  width: 100%;
	  text-align: center;
  }
  #cancel-ndid-wording {
	  padding-top: 40px;
	  color: #F37021;
  }
  #cancel-ndid-link {
	  display: inline;
	  text-decoration: underline;
	  color: #F37021;
  }
  #unregisteredidp_header, #unregisteredidp_header2 {
	  background: url("../imgs/ndid_subbg_gradient.jpg") no-repeat;
	  margin: 2% 0;
	  padding: 1%;
  }
  #unregistered_link, #bottom_link {
	  display: inline-block !important;
  }
  #unregistered_link, #bottom_link {
	  text-decoration: underline;
  }
  #bottom_link {
	  color: #F37021 !important;
	  /*text-decoration: underline;*/
  }
  #first-border, #unregistered-first-div, #unregistered-second-div, #registered-only-div, #unregistered-only-div {
	  display: block;
	  overflow: auto;
  }
  #unregistered-first-instruction, #unregistered-second-instruction {
	  justify-content: left !important;
  }
  #cancel-div {
	  margin-bottom: 10px;
  }
  .list-idp {
	  /*display: grid;
	  grid-template: 2px / auto auto auto;*/
	  display: flex;
	  flex-wrap: wrap;
	  margin: 3% 0 0 0;
  }
  .img-idp {
	  padding-left: 23% !important;
  }
  .radio-idp {
	  margin-top: 1.25em !important;
	  margin-left: 44%;
  }
  .img-idp ~ .radio-idp {
	  position: absolute;
  }
  .decrease_fontweight {
	  font-size: inherit;
  }
  .idp-cols {
	  /*border-right: 1px solid #C0C0C0;*/
	  height: 132px;
	  margin-bottom: 38px;
	  flex: 0 0 20%;
	  max-width: 20%;
  }
  .show-only-mobile, .show-when-mobile {
	  display: none;
  }
  /*.idp-new-line {
	  margin-top: 8em;
  }*/
  .div_ndiddetail_img {
	  margin-left: -18%;
  }
  .ndiddetail_desc {
	  text-align: left;
	  font-size: 21px;
  }
  .close-detail-div {
	  text-align: center;
	  margin: 0 auto;
  }
  .confirm-idp-div {
	  text-align: center;
	  margin: 0 auto;
  }
  .confirm-idp-onthefly-div {
	  text-align: center;
  }
  .confirm-idp, .close-idpdetail {
	  margin-top: 1em !important;
	  float: none !important;
	  display: inline-block !important;
	  width: 6em !important;
  }
  .cancel-idp {
	  background: #939598 !important;
	  margin-top: 1em !important;
	  margin-right: 1.5em;
	  float: none !important;
	  display: inline-block !important;
	  width: 5em !important;
  }
  .cancel-contract {
	  float: left !important;
	  background: #939598 !important;
  }
  .content__titlendid{
	display: flex;
	align-items: center;
	color: #002661;
	font-family: 'db_heavent_med';
	font-size: 30px;
	line-height: 1em;
  }
  .content__titlendidedit{
	align-items: center;
	color: #002661;
	font-family: 'db_heavent_med';
	font-size: 26px;
	line-height: 1em;
  }
  .content__title img {
    display: block;
    height: 20px;
    margin-right: 15px; }
  .content__title .orange {
    color: #f37021; 
	/*position:absolute;
	margin-left:.25em;*/}
  .content__title .title {
    min-width: 400px; }
  .content__title--smallblue {
    font-size: 24px !important; }
  .content__title--smallbluendid {
    font-size: 22px !important; }
  .content__title--small {
    color: #000 !important;
    font-size: 24px !important; }
  .content__title--small2 {
    color: #000 !important;
    font-size: 17px; }
  .content__title--small3 {
    color: #000 !important;
    font-size: 20px !important; }
  .content__title--black {
    color: #000; }

.content .hand {
  height: 14px; }

.submit {
  background: url("../../assets/imgs/submit.svg") no-repeat right 5px;
  background-size: 50px;
  width: 108px;
  height: 65px;
  float: right;
  box-shadow: none;
  padding-right: 108px;
  color: #000;
  font-family: 'db_heavent_med';
  font-size: 24px; }
  .submit.input {
    border: none !important; }

.bottom {
  display: flex;
  align-items: center;
  padding-bottom: 30px; }
  .bottom .arrow {
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'db_heavent_med';
    font-size: 24px; }
    .bottom .arrow svg {
      margin-right: 15px;
      width: 30px;
      transform: rotate(-180deg); }
    .bottom .arrow .svg {
      fill: none;
      stroke: #000;
      stroke-width: 10;
      stroke-miterlimit: 10; }

.condition {
  color: #808080;
  font-family: 'db_heavent_li';
  font-size: 16px; }
  .condition span {
    color: #f37021; }

.show {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  overflow-y: scroll; }

.modal-dialog {
  margin: 0 auto;
  margin-top: 20px;
  /*width: 90%;*/
  width: 80%;
  max-width: 900px;
  /*height: 100%; */
  height: 90%;
  }

.modal.fade .modal-dialog {
  /* -webkit-transition: -webkit-transform .3s ease-out; */
  -o-transition: -o-transform .3s ease-out;
  /* transition: transform .3s ease-out; */
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.modal-title {
  color: #002661;
  font-family: 'db_heavent_med';
  font-size: 24px; }

.modal-body {
  font-family: 'db_heavent_med';
  font-size: 24px; 
  color:#002661;
}

.button a,.button input.gotovdocall,.button button.gotovdocall {
  display: block;
  background: #f37021;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #ccc;
  padding: 8px 0px;
  color: #fff;
  font-family: 'db_heavent_med';
  font-size: 24px;
  text-align: center;
  line-height: 1em; }

  .button a.confirm {
  display: inline-block;
  background: #f37021;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #ccc;
  padding: 8px 40px;
  color: #fff;
  font-family: 'db_heavent_med';
  font-size: 24px;
  text-align: center;
  line-height: 1em; }

@media (max-width: 390px) {
  .button a.confirm {
	 padding: 8px 25px;
} }

.button.button-computer {
  padding: 0px 30px; }
  .button.button-computer a,.button.button-computer input.gotovdocall,.button.button-computer button.gotovdocall {
    padding: 15px 0px; }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }

@media (max-width: 1025px) {
  .img-idp {
	  padding-left: 20.5% !important;
  }
}

@media (max-width: 991px) {
  .margin-top-mobile-10 {
    margin-top: -8px; }
  .no-padding-mobile {
    margin: 0px;
    padding: 0px; }
  .cancel-contract {
	  float: initial !important;
  }
  .no-padding-mobile-left {
    margin: 0px;
    padding-left: 0px; }
  .no-padding-mobile-right {
    margin: 0px;
    padding-right: 0px; }
  .border {
    padding: 30px;
    margin-bottom: 20px; }
    .border__padding {
      padding: 30px 0px; }
  .process__title {
    text-align: center; }
  .process__list li {
    display: block;
    font-size: 20px;
    line-height: 2em;
    text-align: center; }
    .process__list li .arrow {
      margin-top: -40px; }
	 .process__list{
      height:120px;}
  .content__title {
    font-size: 25px; }
    .content__title.align-top {
      align-items: flex-start; }
    .content__title--smallblue {
      font-size: 20px !important;
      letter-spacing: -1px;}
    .content__title--small {
      color: #000 !important;
      font-size: 20px !important; }
    .content__title--small2 {
      color: #000 !important;
      font-size: 17px; }
	.content__title--small3 {
      color: #000 !important;
      font-size: 20px !important; }
  .show {
    overflow-y: scroll; }
  .modal-dialog {
    margin-top: 20px; }
	.img-idp {
		padding-left: 10.5% !important;
	}
	.radio-idp {
	  margin-left: 42%;
	}
	.ndiddetail_border {
		padding: 12px;
	}
	.div_ndiddetail_img {
	  margin-left: -8%;
	}
	#cancel-ndid-wording {
	  padding-bottom: 24px;
	}
	.callcenterno {
	  margin-top: 15px;
	  width: -webkit-fill-available;
	}
	.callcenternofooter {
	  display: -webkit-flex;
	  font-size: 19px;
	}
	.otpexpire-btn {
		width: 20% !important;
	} }
	
@media (max-width: 717px) {
	.img-idp {
		padding-left: 9.5% !important;
	}
	.radio-idp {
	  margin-left: 43%;
	}
	#cancel-div {
		padding: 24px 15px;
	} }
	
@media (max-width: 698px) {
	.radio-idp {
	  margin-left: 44%;
	}
}
	
@media (max-width: 677px) {
	.img-idp {
		padding-left: 7% !important;
	}
	.radio-idp {
		margin-left: 43%;
	}
	.show-only-mobile {
		display: block;
	}
	#unregistered-idpmsg, #bottom-wording {
		display: block;
	}
	.otpexpire-btn {
		width: 25% !important;
	} }

@media (max-width: 649px) {
	.idp_img {
		width: 86px;
		height: 86px;
	}
	.img-idp {
		padding-left: 15% !important;
	}
	.radio-idp {
		margin-left: 44%;
	} }

@media (max-width: 605px) {
	.img-idp {
		padding-left: 13% !important;
	}
	.radio-idp {
		margin-left: 46%;
	}
	#cancel-sub-div {
		padding: 0 0 10px 0;
	}
	.ndiddetail_border {
		padding: 6px;
	} }
	
@media (max-width: 575px) {
	#cancel-div {
		padding: 15px 0;
	}
	#unregisteredidp_header {
		font-size: 24px;
	}
	.idp-cols {
		height: 132px;
		margin-bottom: 28px;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.img-idp {
		padding-left: 24% !important;
	}
	.radio-idp {
		margin-left: 45%;
	}
	.ndiddetail_header {
		padding: 16px;
	} }

@media (max-width: 543px) {
	.idp-cols {
		margin-bottom: 13px;
	}
	.img-idp {
		padding-left: 21% !important;
	}
	.radio-idp {
		margin-left: 43%;
	}
	.otpexpire-btn {
		width: 30% !important;
	} }

@media (max-width: 518px) {
	.unregistered-div, .only-registered-div, .only-unregistered-div {
		padding: 16px;
	}
	.img-idp {
		padding-left: 20% !important;
	}
	#unregisteredidp_header, #unregisteredidp_header2{
		margin: 2% 0;
	} }

@media (max-width: 482px) {
	/*.unregistered-div, .only-registered-div, .only-unregistered-div {
		padding: 23px;
	}*/
	.img-idp {
		padding-left: 18% !important;
	}
	#unregisteredidp_header, #unregisteredidp_header2, .ndiddetail_desc, #cancel-ndid-wording, #unregistered-first-instruction, #unregistered-second-instruction {
		font-size: 23px;
	}
	.div_ndiddetail_img {
		display: flex;
		flex-direction: column;
		height: 100%;
		margin: 4% 0 0 4%;
	}.ndiddetail_img {
		margin: 5% !important;
	} }

@media (max-width: 453px) {
	.idp-cols {
		height: 105px;
		margin-bottom: 10%;
	}
	.img-idp {
		padding-left: 16% !important;
	}
	#unregisteredidp_header, #unregisteredidp_header2, .ndiddetail_desc, #cancel-ndid-wording, #unregistered-first-instruction, #unregistered-second-instruction {
		font-size: 22px;
	}
	.otpexpire-btn {
		width: 25% !important;
	} }

@media (max-width: 436px) {
	.unregistered-second-subdiv {
		padding-left: 0;
		padding-right: 0;
	}
	/*.unregistered-div, .only-registered-div, .only-unregistered-div {
		padding: 21px;
	}*/
	.img-idp {
		padding-left: 14% !important;
	}
	#unregisteredidp_header, #unregisteredidp_header2, .ndiddetail_desc, #cancel-ndid-wording, #unregistered-first-instruction, #unregistered-second-instruction {
		font-size: 21px;
	}
	#cancel-ndid-wording {    
		padding-top: 20px;
		margin: 2%;
	}
	.unregistered-idp_div {
		padding: 2px;
	}
	#unregistered-first-instruction, #unregistered-second-instruction {
		margin-top: 2%;
	}
	.show-when-mobile {
		display: block;
	}
	.otpexpire-btn {
		width: 30% !important;
	} }

@media (max-width: 407px) {
	/*.unregistered-div {
		padding: 21px;
	}*/
	.img-idp {
		padding-left: 9% !important;
	}
	.idp-cols {
		margin-bottom: 14%;
	}
	#unregisteredidp_header, #unregisteredidp_header2, .ndiddetail_desc, #cancel-ndid-wording, #unregistered-first-instruction, #unregistered-second-instruction {
		font-size: 19px;
	} }

@media (max-width: 386px) {
	#first-border {
		padding: 22px;
	}
	.unregistered-div, .only-registered-div, .only-unregistered-div {
		padding: 12px;
	}
	.img-idp {
		padding-left: 8% !important;
	}
	.radio-idp {
		margin-left: 40%;
	} }

@media (max-width: 375px) {
	#first-border {
		padding: 20px;
	}
	.radio-idp {
		margin-left: 41%;
	}
	.unregistered-div {
		padding: 5% 2% 3%;
	}
	
	#unregistered-idpmsg, #unregistered-submessage {
		font-size: 21px;
	}
	.ndiddetail_underprocess {
		padding: 5px;
	}
	#unregistered-first-instruction, #unregistered-second-instruction {
		font-size: 18px;
	} }

@media (max-width: 366px) {
	#first-border {
		padding: 20px;
	}
	.unregistered-div {
		padding: 5% 0 3%;
	}
	.idp-cols {
		height: 102px;
	}
	.idp_img {
		width: 68px;
		height: 68px;
	}
	.img-idp {
		padding-left: 15% !important;
	}
	.radio-idp {
		margin-left: 40%;
	}
	.unregistered-header {
		font-size: 31px;
	}
	#unregisteredidp_header, #unregisteredidp_header2 {
		display: block;
	}
	.otpexpire-btn {
		width: 35% !important;
	} }

@media (max-width: 341px) {
	#first-border {
		padding: 14px;
	}
	/*#unregistered-first-instruction, #unregistered-second-instruction {
		display: block;
	}*/
	#cancel-div {
		padding: 12px 3%;
	} }

@media (max-width: 321px) {
	#cancel-div {
		padding: 12px 2%;
	}
	.otpexpire-btn {
		width: 40% !important;
	} }

@media (min-width: 992px) {
  .no-padding-pc {
    margin: 0px;
    padding: 0px; }
  .container {
    width: 100%;
    max-width: 1200px; }
    .container .row {
      margin: 0px;
      padding: 0px; }
  .border {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px; }
    .border__padding {
      padding: 0px; }
  .process__list li .title {
    padding-left: 5px; }
  .content {
    display: flex;
    align-items: center; }
    .content .flex {
      display: flex;
      align-items: center; }
  .no-flex {
    display: block; }
  .condition {
    text-align: center; }
  .modal-title {
    font-size: 34px; } }

* {
  box-sizing: border-box; }

/* form starting stylings ------------------------------- */
textarea {
  display: block;
  width: 100%;
  height: 50px;
  resize: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  background: none;
  color: #000;
  font-family: 'db_heavent_re';
  font-size: 24px; 
  padding:5px 5px;
  }

input[type=text], input[type=password] {
  display: block;
  width: 100%;
  padding: 0px;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  background: none;
  box-shadow: none !important;
  outline: none;
  color: #000;
  font-family: 'db_heavent_re';
  font-size: 24px; }

input[type=password] {
  position: relative; }

input::placeholder {
  color: #808080;
  text-align: center;
  opacity: 1; }

input[readonly] {
  background-color: #ededed; }

 select:disabled  + span {
  background-color: #ededed;
}
textarea[readonly],textarea:disabled {
  background-color: #ededed; }

 

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type=submit] {
  border: none;
  background-color: transparent; }

input:focus, textarea:focus {
  outline: none; }

/* LABEL ======================================= */
label,.label-drop {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 30;
  cursor: pointer;
  color: #4c4c4c;
  font-family: 'db_heavent_re';
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
  label span, .label-drop span {
    color: #f06e23; }


.label-hide {
  top: -15px;
  font-size: 60px;
  color: #808080;}

.label-drop {
  display: none;
  top: -15px;
  color: #000;
  font-size: 17px; }

/* active state */
input:focus ~ label, .input ~ label,
textarea:focus ~ label,
.uplabel {
  top: -15px;
  color: #000;
  font-size: 17px; }

input:focus ~ .label-hide, .input ~ .label-hide {
  display: none; }

.input {
  border-bottom: 2px solid #002561 !important; }

.bar {
  position: relative;
  display: block; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #002561;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width: 50%; }

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

input:focus ~ .highlight, textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

  .expire_otp-span {
	text-align: center;
  }
  .otpexpire {
	padding: unset;
	justify-content: center;
  }
  .otpexpire-div {
	width: 100%;
	display: contents;
  }
  .otpexpire-btn {
    display: block;
    width: 15%;
    max-width: 250px;
    background-color: #f37021;
    border-radius: 5px;
	border: none;
	border-bottom: none !important;
    box-shadow: 3px 5px 10px #ccc;
    margin-top: 50px;
    padding: 12px 0px;
    color: #fff;
  }

@media (max-width: 450px) {
  .brtext {
	display: none !important;
  }
  .textidpen {
	display: none !important;
  }
  .textidpth{
	font-weight: 900;
  }
}

@media (max-width: 500px) {
  label {
    top: 5px;
    font-size: 17px; } 
  
  .lidp label{
	padding-left: 15px !important;
  }
  .lidp label img{
	width: 75px;
	height: 75px;
	border-radius: 20px;
  }
  }


/* CHECKBOX ======================================= */
input:focus, button:focus {
  outline: 0 !important; }

/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #d9d9d9; }

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

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #000; }

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

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*--FORM--*/
.form {
  margin: 0 auto;
  padding: 0px;
  width: 100%; }

.formgroup {
  position: relative;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px; }
  .formgroup.margin-bottom-0 {
    margin-bottom: 0px !important; }

.form-error {
  font-family: 'db_heavent_re';
  opacity: 1; }

.form-error.help-block {
	position: absolute;
	right: 0px;
	left: 0px;
	/*bottom: -35px;*/
	top: 27px;
	z-index: 1;
	display: block;
	border: none;
	color: #ce6214;
	font-size: 16px;
	text-align: right; }

div.valid_down .form-error.help-block {
	position: absolute;
	right: 0px;
	left: 0px;
	top: auto;
	z-index: 1;
	display: block;
	border: none;
	color: #ce6214;
	font-size: 16px;
	text-align: right; }
div.valid_down.ndid .form-error.help-block {
	position: revert;
	right: 0px;
	left: 0px;
	top: auto;
	z-index: 1;
	display: block;
	border: none;
	color: #ce6214;
	font-size: 21px;
	text-align: center; }
div.align_center.valid_down .form-error.help-block {
	position: revert;
	right: 0px;
	left: 0px;
	top: auto;
	z-index: 1;
	display: block;
	border: none;
	color: #ce6214;
	font-size: 21px;
	text-align: center; }

div.idp .form-error.help-block , div#msgotp .form-error.help-block {
    position: unset;
    right: 0px;
    left: 0px;
    /*bottom: -35px;*/
	top: 27px;
    z-index: 1;
    display: block;
    border: none;
    color: #ce6214;
    font-size: 16px;
    text-align: right; }
div.laser .form-error.help-block /*, div.otp .form-error.help-block*/ , div.termchoice .form-error.help-block {
    position: absolute;
    right: 0px;
    left: 0px;
	top: auto;
    bottom: -35px;
    z-index: 1;
    display: block;
    border: none;
    color: #ce6214;
    font-size: 16px;
    text-align: right; } 

div.termchoice.ndid .form-error.help-block {
	position: relative;
    right: 0px;
    left: 0px;
	top: 15px;
    bottom: -35px;
    z-index: 1;
    display: block;
    border: none;
    color: #ce6214;
    font-size: 21px;
	text-align: center; 
}
/*div#colorYear .form-error.help-block , div.otp .form-error.help-block */, div.termchoice .form-error.help-block ,div#colorpsn_b_cardexpire_year .form-error.help-block  ,div#colorpsn_c_cardexpire_year .form-error.help-block ,div.choice .form-error.help-block  {
    position: absolute;
    right: 0px;
    left: unset;
    /*bottom: -35px;*/
	top: 27px;
    z-index: 1;
    display: block;
    border: none;
    color: #ce6214;
    font-size: 16px;
    text-align: right;
	white-space:nowrap;} 
div#errorquest_4_show .form-error.help-block {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -35px;
	top: auto;
    z-index: 1;
    display: block;
    border: none;
    color: #ce6214;
    font-size: 16px;
    text-align: right; }
div.otp .form-error.help-block{
	position: absolute;
    right: 0px;
    left: 0px;
	top: 35px;
    bottom: -35px;
    z-index: 1;
    display: block;
    border: none;
    color: #ce6214;
    font-size: 14px; /*16px*/
    text-align: right;

}


.divcontent{
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
.divcontent.success{
	opacity: 1;
}

@media (max-width: 500px) {
  .form-error.help-block {
    bottom: -30px;
    font-size: 14px; } }

.invalid-feedback {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -15px;
  font-family: 'db_heavent_re';
  color: #ce6214;
  text-align: right; }

.radio.idp {
  display: center-block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  
.radio.idp.label {
  padding-left: 20px; }

.radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

/* Create a custom radio button */
.checkround {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f2f2f2;
  border-color: #c0c0c0;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%; }

.checksquare {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f2f2f2;
  border-color: #c0c0c0;
  border-style: solid;
  border-width: 2px; }

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround, .radio input:checked ~ .checksquare {
  background-color: #fff; 
  /*left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: url("../imgs/checkbox.svg") no-repeat center top; */
 }

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

.checksquare:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after, .radio input:checked ~ .checksquare:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio .checkround:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f37021; }

.radio .checksquare:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
 /* background: url("../imgs/checkbox.svg") no-repeat;*/ 
 /*background-image: url("../imgs/checkbox.svg");*/
 background-color: #f37021;
 background-repeat:no-repeat;
 background-position: center top;
 }

/* The check */
.check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px; }

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #fff; }

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

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid;
  border-color: #ccc;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (max-width: 500px) {
  .radio {
    font-size: 12px; } }

#header {
  background: url("../../assets/imgs/header/bg-header.jpg") no-repeat center top;
  background-size: cover; }
  #header .container {
    max-width: 1090px;
    margin: 0 auto; }
  #header .logo {
    padding-top: 35px; }
    #header .logo img {
      width: 121px; }
  @media (max-width: 991px) {
    #header .logo {
      padding-bottom: 35px; }
      #header .logo img {
        margin: 0 auto; } }
  @media (min-width: 992px) {
    #header {
      min-height: 127px;
      position: absolute;
      right: 0px;
      left: 0px;
      z-index: 1; } }

#footer {
  padding: 30px 0px;
  background: #002661; }
  #footer .info__text {
    color: #fff;
    font-family: 'db_heavent_re';
    font-size: 22px; }
  #footer .info__call {
    color: #f26f21;
    font-family: 'db_heavent_med';
    font-size: 25px; }
    #footer .info__call a {
      display: flex;
      color: #f26f21; }
    #footer .info__call img {
      margin-top: 4px;
      margin-right: 10px;
      width: 20px;
      height: 20px; }
    #footer .info__call .email {
      font-size: 30px;
      font-family: 'db_heavent_re'; }
      #footer .info__call .email img {
        margin-top: 10px; }

	#home .info__call {
    color: #f26f21;
    font-family: 'db_heavent_med';
    font-size: 25px; }

    #home .info__call img {
      margin-top: 4px;
      margin-right: 10px;
      width: 20px;
      height: 20px; }
    #home .info__call .email img {
        margin-top: 10px; }
	
	#otp .info__call {
    color: #f26f21;
    font-family: 'db_heavent_med';
    font-size: 25px; }

    #otp .info__call img {
      margin-top: 4px;
      margin-right: 10px;
      width: 20px;
      height: 20px; }
    #otp .info__call .email img {
        margin-top: 10px; }

  #footer .copy, #footer .policy {
    color: #fff;
    font-family: 'db_heavent_re';
    font-size: 16px; }
  #footer .policy {
    padding-top: 15px; }
    #footer .policy a {
      margin-left: 15px;
      padding: 5px 15px;
      border-radius: 15px;
      border: 1px solid #fff;
      color: #fff; }
  @media (min-width: 992px) {
    #footer .info__call {
      display: flex; }
      #footer .info__call .call {
        padding-top: 5px; }
      #footer .info__call .email {
        padding-left: 15px; }
    #footer .copy, #footer .policy {
      text-align: right; } 
	 
	/*#home .info__call {
      display: flex; }*/
    #home .info__call .call {
        padding-top: 5px; }
	#home .info__call .email {
        padding-top: 5px; }
    /*#home .info__call .email {
        padding-left: 15px; }*/
    #home .copy, #footer .policy {
      text-align: right; } 
	
	#otp .info__call {
      display: flex; }
    #otp .info__call .call {
        padding-top: 5px; }
	#otp .info__call .email {
        padding-top: 4px; }
    #otp .info__call .email {
        padding-left: 15px; }
    #otp .copy, #footer .policy {
      text-align: right; } 
  }

	

#home .logo img {
  width: 165px; }

#home .banner {
  position: relative;
  max-width: 413px;
  margin: 0 auto; }

#home .align-items {
  align-items: center; }

#home .tab {
  position: relative;
  z-index: 3; }
  #home .tab li {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    padding: 10px 0px;
    color: #f06e23;
    font-family: 'db_heavent_med';
    font-size: 26px;
    list-style: none;
    text-align: center; }
  #home .tab a {
    display: flex; }
    #home .tab a svg {
      margin-left: 5px;
      width: 15px; }
    #home .tab a .svg {
      fill: none;
      stroke: #fff;
      stroke-width: 10;
      stroke-miterlimit: 10; }
	#home .tab .modal-camera .modal-footer a {
      display: inline-block; }
	#home .tab .modal .modal-footer a {
      display: inline-block; }

#home .content {
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 2; }
  #home .content .contact {
    color: #002661;
    font-family: 'db_heavent_med';
    font-size: 24px;
    line-height: 1em; }
  #home .content img {
    margin-top: 10px;
    margin-right: 15px;
    height: 15px; }
  #home .content .flex {
    display: flex; }
    #home .content .flex .formgroup {
      flex-grow: 2; }
    #home .content .flex .mobile img {
      height: 24px; }
  #home .content .col-xs-6 {
	/*padding-bottom:12px;*/
    position: relative;
    z-index: 1; }
  #home .content .z-index {
    z-index: 20; }
  #home .content .z-index-2 {
    z-index: 19; }
  #home .content .z-index-1 {
    position: relative;
    z-index: 1; }

#home .condition-submit {
  display: flex;
  align-items: center; }

#home .condition {
  color: #808080;
  font-family: 'db_heavent_li';
  font-size: 16px; }
  #home .condition span {
    color: #f37021; }

#home .continue {
  position: absolute;
  bottom: 30px;
  right: 0px;
  left: 0px; }
  #home .continue a {
    display: block;
    margin: 0 auto; }

#home .submit-otp {
  display: block;
  width: 100%;
  max-width: 250px;
  background: #f37021;
  border-radius: 5px;
  box-shadow: 3px 5px 10px #ccc;
  padding: 5px 0px;
  color: #fff; }
  #home .submit-otp.input {
    border: none !important; }
  #home .submit-otp.submit-otp-padding {
    padding: 12px 0px; }

#home .submit-cancle {
  display: block;
  width: 100%;
  max-width: 250px;
  background: #999;
  border-radius: 5px;
  box-shadow: 3px 5px 10px #ccc;
  padding: 12px 0px;
  margin: 0 auto;
  color: #fff;
  text-align: center; }

#home .sendagain {
  color: #234372; }
  #home .sendagain a {
    color: #f66e34;
    text-decoration: underline; }
  #home .sendagain .condition {
    text-align: left; }

@media (max-width: 991px) {
  #home .banner {
    margin-bottom: 20px; }
  #home .logo {
    padding-bottom: 30px; }
    #home .logo img {
      margin: 0 auto; }
  #home .home {
    padding-top: 30px;
    background: url("../../assets/imgs/bg-banner-mobile.jpg") no-repeat center top;
    background-size: cover; }
  #home .tab {
    padding: 0px 15px; }
    #home .tab .padding-left-right {
      padding-left: 10px;
      padding-right: 10px; }
      #home .tab .padding-left-right a {
        display: block;
        text-align: center;
        padding: 15px 0px;
        font-family: 'db_heavent_re';
        font-size: 20px;
        line-height: 1em; }
        #home .tab .padding-left-right a img {
          width: 10px; }
  #home .content {
    box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.75); }
    #home .content .col-xs-6 {
      padding: 0px 5px; }
  #home .submit-otp {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px; } }

@media (min-width: 992px) {
  #home {
    background: url("../../assets/imgs/bg-banner.jpg") no-repeat center top; }
    #home .banner {
      margin-top: 50px; }
    #home .logo {
      padding-top: 40px;
      padding-bottom: 40px; }
    #home .height-bigpc {
      display: flex;
      align-items: center;
      min-height: 70vh; }
    #home .home {
      padding-top: 15px;
      padding-bottom: 30px;
      width: 100%; }
      #home .home .container .row {
        display: flex; }
    #home .tab {
      display: flex;
      align-items: flex-end;
      margin-top: 30px; }
      #home .tab li {
        width: 100%;
        padding: 20px 0px 0px 45px;
        box-shadow: 0px -16px 16px 0px rgba(0, 0, 0, 0.14);
        text-align: left;
        border-bottom: 1px solid #fff; }
    #home .content {
      margin-bottom: 30px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      padding: 40px 30px;
      box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14); }
      #home .content img {
        margin-top: -25px; }
    #home .continue {
      max-width: 350px;
      margin: 0 auto; } }

@media (min-width: 1500px) {
  #home .height-bigpc {
    min-height: 90vh; } }

#idcard {
  position: relative;
  z-index: 3; }
  #idcard .container {
    max-width: 1090px;
    margin: 0 auto; }
  #idcard .formgroup {
    margin-bottom: 0px; }
  #idcard .padding {
    padding: 0px 5px; }
  #idcard .dropdown {
    width: 100%; }
  #idcard .right {
    display: none;
    position: absolute;
    right: 0px;
    top: 7px; }
    #idcard .right img {
      width: 15px; }
  #idcard .laser-title {
    color: #4c4c4c;
    font-family: 'db_heavent_li';
    font-size: 24px; }
  #idcard .laser {
    display: flex;
    justify-content: space-between; }
    #idcard .laser li {
      list-style: none;
      padding: 0px 5px; }
      #idcard .laser li.two {
        display: block;
        width: 60px; }
      #idcard .laser li.four {
        display: block;
        width: 100px; }
    #idcard .laser .laser-center {
      text-align: center; }
  #idcard .choice {
    display: flex;
    align-items: center; }
    #idcard .choice li {
      list-style: none;
      position: relative; }
      #idcard .choice li label {
        color: #000;
        font-size: 24px;
        font-family: 'db_heavent_re'; }
  @media (max-width: 991px) {
    #idcard .formgroup {
      margin-top: 15px; }
    #idcard .idcard-laser {
      max-width: 300px;
      margin: 0 auto;
      padding-top: 30px; }
    #idcard .choice {
      justify-content: space-between;
      flex-wrap: wrap; }
      #idcard .choice li label {
        padding-top: 5px;
        font-size: 20px;
        line-height: 1.3em; }
      #idcard .choice li .radio {
        margin-top: 0px;
        margin-bottom: 0px; }
      #idcard .choice li a {
        font-size: 16px;
        text-decoration: underline; } }
  @media (min-width: 992px) {
    #idcard {
      padding-top: 90px;
      min-height: 90vh; }
      #idcard .choice {
        justify-content: flex-end; }
        #idcard .choice li {
          margin-left: 15px; } }
	
#general, #otp {
  position: relative;
  z-index: 3; }
  #general .container, #otp .container {
    max-width: 1090px;
    margin: 0 auto; }
  #general .padding, #otp .padding {
    padding: 0px 5px; }
  #general .mobile-height, #otp .mobile-height {
    clear: both;
    height: 20px; }
  #general .choice, #otp .choice {
    display: flex;
    align-items: center; }
    #general .choice li, #otp .choice li {
      list-style: none;
      position: relative; }
      #general .choice li label, #otp .choice li label {
        color: #000;
        font-size: 24px;
        font-family: 'db_heavent_re'; }
  #general .checkboxchoice li, #otp .checkboxchoice li {
    list-style: none;
    position: relative; }
    #general .checkboxchoice li label, #otp .checkboxchoice li label {
		padding-top: 5px;
		color: #000;
		font-size: 24px;
		font-family: 'db_heavent_re';
		line-height: 1em; }
		#general .checkboxchoice li label a, #otp .checkboxchoice li label a {
			font-size: 18px;
			text-decoration: underline; }

  #general .flex, #otp .flex {
    display: flex; }
    #general .flex .formgroup, #otp .flex .formgroup {
      flex-grow: 2; }
    #general .flex .mobile img, #otp .flex .mobile img {
      margin-top: 10px;
      margin-right: 15px;
      height: 20px; }
  #general .income, #otp .income {
    font-size: 24px; }
  #general .bggray, #otp .bggray {
    padding: 40px;
    background: #fafafa; }
  #general .bgwhite, #otp .bgwhite {
    padding: 40px; }
    #general .bgwhite.padding-top-0, #otp .bgwhite.padding-top-0 {
      padding-top: 20px; }
  #general .bggrayblack, #otp .bggrayblack {
    padding: 40px;
    background: #e6e6e6; }
  #general .chart, #otp .chart {
    padding: 30px; }
    #general .chart .content__title, #otp .chart .content__title {
      font-size: 30px; }
    #otp .chart .content__titlendid {
	  font-size: 35px; }
    #general .chart .yes, #otp .chart .yes {
      color: #808080;
      font-family: 'db_heavent_re';
      font-size: 18px; }
  #general .assessment, #otp .assessment {
    padding: 30px 0px;
    color: #000;
    font-family: 'db_heavent_re';
    font-size: 18px;
    line-height: 1em; }
    #general .assessment .title, #otp .assessment .title {
      padding-bottom: 20px; }
    #general .assessment .result, #otp .assessment .result {
      color: #002661;
      font-family: 'db_heavent_med';
      font-size: 30px;
      line-height: 1em; }
      #general .assessment .result ul, #otp .assessment .result ul {
        padding: 0px;
        list-style: none;
        color: #000;
        font-family: 'db_heavent_med';
        font-size: 24px; }
    #general .assessment .circular-chart, #otp .assessment .circular-chart {
      display: block;
      width: 90px; }
    #general .assessment .circle-bg, #otp .assessment .circle-bg {
      fill: none;
      stroke: #d9d9d9;
      stroke-width: 1.8; }
    #general .assessment .circle, #otp .assessment .circle {
      fill: none;
      stroke-width: 0.8;
      stroke-linecap: round; }
    #general .assessment .circular-chart.orange .circle, #otp .assessment .circular-chart.orange .circle {
      stroke: #f37021; }
    #general .assessment .percentage, #otp .assessment .percentage {
      text-anchor: middle; }
    #general .assessment .orange .percentage, #otp .assessment .orange .percentage {
      fill: #f37021; }
  #general #errorTermChoice1 .form-error.help-block, #otp #errorTermChoice1 .form-error.help-block, #general #errorTermChoice2 .form-error.help-block, #otp #errorTermChoice2 .form-error.help-block {
    padding-left: 30px;
    text-align: left !important; }
  #general #labelBeneficiaryDocType, #otp #labelBeneficiaryDocType, #general #labelControlDocType, #otp #labelControlDocType {
    display: none !important; }
  #general #colorConcernedMoney .colororange, #otp #colorConcernedMoney .colororange {
    display: none !important; }
  @media (max-width: 500px) {
    #general .income, #otp .income {
      padding-top: 5px;
      font-size: 17px; } }
  @media (max-width: 991px) {
    #general .choice, #otp .choice, #general .checkboxchoice, #otp .checkboxchoice {
      justify-content: space-between;
      flex-wrap: wrap; }
      #general .choice li label, #otp .choice li label, #general .checkboxchoice li label, #otp .checkboxchoice li label {
        padding-top: 5px;
        font-size: 20px;
        line-height: 1.3em; }
      #general .choice li .radio, #otp .choice li .radio, #general .checkboxchoice li .radio, #otp .checkboxchoice li .radio {
        margin-top: 0px;
        margin-bottom: 0px; }
      #general .choice li a, #otp .choice li a, #general .checkboxchoice li a, #otp .checkboxchoice li a {
        font-size: 16px;
        text-decoration: underline; }
    #general .bggray, #otp .bggray {
      padding: 30px; }
    #general .bgwhite, #otp .bgwhite {
      padding: 30px; }
      #general .bgwhite.padding-top-0, #otp .bgwhite.padding-top-0 {
        padding-top: 0px; }
    #general .assessment .line, #otp .assessment .line {
      padding-bottom: 20px; }
    #general .chart.padding-mobile-top-0, #otp .chart.padding-mobile-top-0 {
      padding-top: 0px; } }
  @media (min-width: 992px) {
    #general, #otp {
      padding-top: 90px;
      min-height: 90vh; }
      #general .border__padding--all, #otp .border__padding--all {
        padding: 20px 35px 0px 35px; }
      #general .choice, #otp .choice {
        justify-content: flex-end; }
        #general .choice li, #otp .choice li {
          margin-left: 15px; }
      #general .checkboxchoice, #otp .checkboxchoice {
        display: flex;
        align-items: baseline; /*center*/
        flex-wrap: wrap; }
		#general .checkboxchoice.warp , #otp .checkboxchoice.warp  {
		  white-space: nowrap;}
        #general .checkboxchoice li, #otp .checkboxchoice li {
          margin-left: 15px; 
		  /*white-space: nowrap;*/}
      #general .flex .mobile img, #otp .flex .mobile img {
        margin-top: -25px; }
      #general .chart, #otp .chart {
        padding: 30px 0px 50px 0px; }
      #general .assessment, #otp .assessment {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 30px 15px;
        color: #000;
        font-family: 'db_heavent_re';
        font-size: 18px;
        line-height: 1em; }
        #general .assessment .title, #otp .assessment .title {
          padding-bottom: 20px; }
        #general .assessment .line, #otp .assessment .line {
          border-left: 1px solid #bfbfbf;
          padding: 0px 20px; }
        #general .assessment .result, #otp .assessment .result {
          color: #002661;
          font-family: 'db_heavent_med';
          font-size: 30px;
          line-height: 1em; }
          #general .assessment .result ul, #otp .assessment .result ul {
            padding: 0px;
            list-style: none;
            color: #000;
            font-family: 'db_heavent_med';
            font-size: 24px; }
        #general .assessment .circular-chart, #otp .assessment .circular-chart {
          display: block;
          width: 90px;
          margin: 0 auto; }
        #general .assessment .circle-bg, #otp .assessment .circle-bg {
          fill: none;
          stroke: #d9d9d9;
          stroke-width: 1.8; }
        #general .assessment .circle, #otp .assessment .circle {
          fill: none;
          stroke-width: 0.8;
          stroke-linecap: round; }
        #general .assessment .circular-chart.orange .circle, #otp .assessment .circular-chart.orange .circle {
          stroke: #f37021; }
        #general .assessment .percentage, #otp .assessment .percentage {
          text-anchor: middle; }
        #general .assessment .orange .percentage, #otp .assessment .orange .percentage {
          fill: #f37021; }
      #general #errorTermChoice1 .form-error.help-block, #otp #errorTermChoice1 .form-error.help-block, #general #errorTermChoice2 .form-error.help-block, #otp #errorTermChoice2 .form-error.help-block {
        padding-left: 60px;
        text-align: left !important; } }

#otp .circle {
  border-radius: 50%;
  background: #002661;
  width: 40px;
  height: 40px; }
  #otp .circle svg {
    margin-left: 5px;
    width: 20px; }

#home .circle {
  border-radius: 50%;
  background: #002661;
  width: 40px;
  height: 40px; }
  #home .circle svg {
    margin-left: 5px;
    width: 20px; }

#otp .tik {
  fill: #fff; }

.changeprofilea a {
    display: flex;
    justify-content: center;
    border: 2px solid #002660;
    border-radius: 5px;
    color: white;
    text-align: center; 
    background-color: darkgray }

.submitprofilea a {
    display: flex;
    justify-content: center;
    border: 2px solid #002660;
    border-radius: 5px;
    color: white;
    text-align: center; 
    background-color: #f37021 }

.changeprofilea input[type=button] {
    display: flex;
    justify-content: center;
    border: 2px solid #002660;
    border-radius: 5px;
    color: white;
    text-align: center; 
    background-color: darkgray;
	width:100%;}

.submitprofilea input[type=button] {
    display: flex;
    justify-content: center;
    border: 2px solid #002660;
    border-radius: 5px;
    color: white;
    text-align: center; 
    background-color: #f37021;
	width:100%;}
	
.changeprofilea input[type=button]:disabled {
    display: flex;
    justify-content: center;
    border: 2px solid #002660;
    border-radius: 5px;
    color: white;
    text-align: center; 
    background-color: #4f4a48;
	width:100%;}

.submitprofilea input[type=button]:disabled {
    display: flex;
    justify-content: center;
    border: 2px solid #002660;
    border-radius: 5px;
    color: white;
    text-align: center; 
    background-color: #4f4a48;
	width:100%;}

#otp .changeprofile a {
  display: flex;
  justify-content: center;
  border: 2px solid #002660;
  border-radius: 5px;
  color: #002660;
  text-align: center; }

#otp .changeprofile img {
  /*width: 13px;*/
  height:13px;
  margin-top:8px;
  margin-right: 10px; }

#otp .submit-otp {
  display: block;
  width: 100%;
  max-width: 250px;
  background: #f37021;
  border-radius: 5px;
  box-shadow: 3px 5px 10px #ccc;
  padding: 5px 0px;
  color: #fff; }
  #otp .submit-otp.input {
    border: none !important; }
  #otp .submit-otp.submit-otp-padding {
    padding: 12px 0px; }

#otp .refcode {
  color: #808080;
  font-size: 20px;
  font-family: 'db_heavent_re'; }

#otp input::placeholder {
  font-size: 60px; }

#otp .sendagain {
  color: #002661;
  font-family: 'db_heavent_med';
  font-size: 20px;
  text-align: right; }
  #otp .sendagain a {
    color: #f37021;
    font-size: 22px;
    text-decoration: underline; }
  #otp .sendagain .condition {
    text-align: right; }

#otp .justify-center {
  justify-content: center;
  text-align: center; }

#otp .button a, #otp .button input.gotovdocall, #otp .button button.gotovdocall{
  margin-top: 30px; }

#otp .vdo-selfie {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: url("../imgs/vdo-selfie.jpg") no-repeat bottom left #fff;
  height: 276px; }
#otp .vdo-selfie.selfie .button a {
	background: #FF6720;
}
/* for decease padding-left for small mobile device */
@media screen and (width: 320px) {
	.counterservice-header, .nfcpassport-header {
		font-size: 19px !important;
	}
	#otp .vdo-selfie.selfie .info.vdoselfie {
		padding-left: 35% !important;
	}
	#otp .vdo-selfie.vdo-call .info.vdoagent {
		padding-left: 35% !important;
	}
	#otp .vdo-selfie.counter-service .info.cs {
		padding-left: 35% !important;
	}
	#otp .vdo-selfie.ndid .info.ndid {
		padding-left: 35% !important;
	}
	#otp .vdo-selfie.nfcpassport .info.nfcpassport {
		padding-left: 35% !important;
	}
	#otp .vdo-selfie.counter-service .content__title--small3.counterservice-detail {
		font-size: 15px !important;
	}
	#otp .vdo-selfie.ndid .content__title--small3.ndid-detail {
		font-size: 15px !important;
	}
	#otp .vdo-selfie.nfcpassport .content__title--small3.nfcpassport-detail {
		font-size: 15px !important;
	}
}
/* for decease padding-left for mobile device */
@media screen and (min-width: 321px) and (max-width: 375px) {
	.counterservice-header, .nfcpassport-header {
		font-size: 24px;
	}
	#otp .vdo-selfie.selfie .info.vdoselfie {
		padding-left: 30% !important;
	}
	#otp .vdo-selfie.vdo-call .info.vdoagent {
		padding-left: 30% !important;
	}
	#otp .vdo-selfie.counter-service .info.cs {
		padding-left: 30% !important;
	}
	#otp .vdo-selfie.ndid .info.ndid {
		padding-left: 30% !important;
	}
	#otp .vdo-selfie.nfcpassport .info.nfcpassport {
		padding-left: 30% !important;
	}
	#otp .vdo-selfie.counter-service .button a {
	  background: #FF6720; 
	  margin-top: 10px;
	}
	#otp .vdo-selfie.ndid .button a {
	  background: #002561;
	  margin-top: 10px;
	}
	#otp .vdo-selfie.nfcpassport .button a {
	  margin-top: 10px;
	}
	#otp .vdo-selfie.counter-service .content__title--small3.counterservice-detail {
		font-size: 17px !important;
	}
	#otp .vdo-selfie.ndid .content__title--small3.ndid-detail {
		font-size: 17px !important;
	}
	#otp .vdo-selfie.nfcpassport .content__title--small3.nfcpassport-detail {
		font-size: 17px !important;
	}
}
/* for decease font in kycagents details */
@media screen and (min-width: 376px) and (max-width: 425px) {
	#otp .vdo-selfie.counter-service .content__title--small3.counterservice-detail {
		font-size: 17px !important;
	}
	#otp .vdo-selfie.ndid .content__title--small3.ndid-detail {
		font-size: 17px !important;
	}
	#otp .vdo-selfie.nfcpassport .content__title--small3.nfcpassport-detail {
		font-size: 17px !important;
	}
}
/* for decease font in kycagents header*/
@media (width: 1024px) {
	.counterservice-header {
		font-size: 26px;
	}
}
#otp .vdo-selfie .info {
/*padding-left: 35%;*/
padding-left: 30%;
width: -webkit-fill-available; }
#otp .vdo-selfie.vdo-call {
background: url("../imgs/vdo-call.jpg") no-repeat bottom left #fff; }
#otp .vdo-selfie.vdo-call .button a {
  background: #002561; }
#otp .vdo-selfie.counter-service {
background: url("../imgs/counter-service.jpg") no-repeat bottom left #fff; /*background-size: 116px;*/ }
#otp .vdo-selfie.counter-service .button a {
  background: #FF6720; }
#otp .vdo-selfie.ndid {
background: url("../imgs/ndid.jpg") no-repeat bottom left #fff; }
#otp .vdo-selfie.ndid .button a {
  background: #002561; } 
#otp .vdo-selfie.nfcpassport {
background: url("../imgs/nfcpassport.jpg") no-repeat bottom left #fff; }
#otp .vdo-selfie.nfcpassport .button a {
  background: #939598; }
#otp .vdo-selfie.dipchip {
background: url("../imgs/dipchip.jpg") no-repeat center left #fff; 
background-size: 150px;}
#otp .vdo-selfie.dipchip .button a {
  background: #FF6720; }

.button.button-computer a,.button.button-computer input.gotovdocall,.button.button-computer button.gotovdocall {background: #002661; }

#otp .content__title a {
  display: flex;
  justify-content: center;
  color: #002660; }
  #otp .content__title a svg {
    margin-right: 10px;
    width: 20px;
    height: 20px; }

#otp .content__title .tel-svg {
  fill: none;
  stroke: #002660;
  stroke-width: 40;
  stroke-miterlimit: 10; }

#home .info__call a {
	display: flex;
	color: #002660; }
#home .info__call a svg {
	margin-top: 4px;
	margin-right: 10px;
	width: 20px;
	height: 20px; }

#otp .info__call a {
	display: flex;
	color: #002660; }
#otp .info__call a svg {
	margin-top: 4px;
	margin-right: 10px;
	width: 20px;
	height: 20px; }

#home .info__call .tel-svg {
  fill: none;
  stroke: #002660;
  stroke-width: 40;
  stroke-miterlimit: 10; }

#home .info__call .tel-svg1 {
  fill: #002660;
  stroke: #002660;
  stroke-miterlimit: 10; }

#otp .info__call .tel-svg {
  fill: none;
  stroke: #002660;
  stroke-width: 40;
  stroke-miterlimit: 10;}

#otp .info__call .tel-svg1 {
  fill: #002660;
  stroke: #002660;
  stroke-miterlimit: 10; }

#otp .bottom {
  padding-top: 20px; }

#otp .computer {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 60px; }
  #otp .computer img {
    width: 100%;
    height: 142px; }

#otp .step {
  display: flex;
  padding: 30px 0px; }
  #otp .step .circle {
    width: 40px;
    height: 40px;
    background: none;
    border: 3px solid #002660;
    color: #002660;
    font-family: 'db_heavent_bd';
    font-size: 26px;
    line-height: 1.3em;
    text-align: center; }
  #otp .step .title {
    padding: 0px 20px;
    width: 90%;
    line-height: 1em; }

@media (max-width: 991px) {
  #otp .circle {
    padding-top: 5px; }
  #otp .condition {
    text-align: center; }
  #otp .bottom {
    display: block; }
    #otp .bottom .arrow {
      justify-content: center;
      margin-bottom: 30px; }
  #otp .submit-otp {
    margin: 0 auto;
    margin-top: /*30*/15px;
    margin-bottom: /*30*/25px; }
  #otp .text-align-center {
    text-align: center !important; }
    #otp .text-align-center .content__title--small2 {
      margin-top: 50px;
      justify-content: center; }
  #otp .sendagain {
    text-align: center; }
    #otp .sendagain .condition {
      padding: 20px 0px 30px 0px;
      text-align: center; }
  #otp .vdo-selfie {
    height: 256px; }
  #otp .vdo-selfie.counter-service, #otp .vdo-selfie.nfcpassport {
    height: 296px; }
  #otp .no-flex-mbile {
    display: block; }
  #otp .step .circle {
    line-height: 1em; }
  #otp .otp .formgroup {
    padding-top: 10px; }
  #otp .otp .mobile img {
    height: 40px; }
  #otp .changeprofile a {
    display: block; }
  #otp .changeprofile img {
    margin-top: 7px;
    margin-left: 15px; } 
 .otp_label{
	margin-top:40px;
 }
 .changedata{
	margin-top:40px;
 }

}

@media (min-width: 992px) {
  #otp .otp {
    align-items: center; }
    #otp .otp .mobile {
      padding-right: 30px; }
      #otp .otp .mobile img {
        height: 70px; }
  #otp .submit-otp {
    float: right; }
  #otp .bottom .order-1 {
    order: 1; }
  #otp .bottom .order-2 {
    order: 2; }
  #otp .bottom .order-3 {
    order: 3; }
  #otp input::placeholder {
    text-align: left; }
  #otp .content__title .mail {
    padding-left: 15px; } }

@media (max-width: 991px){
	.mobile_firstpage{
		padding-top:15px;
	}
	.condition-submit{
		padding-top:15px;
	}
}

select.required option:first :after{
    color: red;
    content: " *";
}

@media (min-width: 768px){
	.container.suit{
		width:100%;
	}
}

#lasercode3::-ms-clear {
	display: none;
}

#home .tabfoot {
  position: relative;
  z-index: 3; }
  #home .tabfoot li {
    padding: 10px 0px;
    color: #f06e23;
    font-family: 'db_heavent_med';
    font-size: 26px;
    list-style: none;
    text-align: center; }
  #home .tabfoot a {
    display: flex; }
    #home .tabfoot a svg {
      margin-left: 5px;
      width: 15px; }
    #home .tabfoot a .svg {
      fill: none;
      stroke: #fff;
      stroke-width: 10;
      stroke-miterlimit: 10; }