/* @extend display-flex; */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

.swal-modal {
  will-change: unset;
}

.fa-spin{
	display: none;
}

display-flex,
.form-flex,
.form-date-group,
.steps ul,
.title,
.title .step-number,
.actions ul li a,
.form-radio-flex,
.form-find {
  display: flex;
  display: -webkit-flex;

}
.images_uoload_box {
	width: 100%;
    height: auto;
    display: flow-root;
    text-align: center;
    align-items: center;
    padding: 10px 0px;
}
.images_uoload_box  .doc_status{ 
    padding: 10px 0px;
    font-size: 12px !important;
    font-weight: 500;
}
/* .images_uoload_box #cheque_delete {
	padding: 10px 15px;
    background: #ff6d01;
    color: #fff;
    border: 1px solid #ff6d01;
    border-radius: 5px;
} */
.images_uoload_box .doc_del_button button {
	padding: 10px 15px;
    background: #c12024;
    color: #fff;
    border: 1px solid #ff6d01;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
.table-borderless tr td {
font-family: 'Poppins-Regular';
color: #000;
font-size: 15px;
    line-height: 25px;
}

/* @extend list-type-ulli; */

list-type-ulli,
.steps ul,
.actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #666;
  margin: 0;
}

a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}
.modal-header {
	    /*background-color: green !important;*/
    text-align: center !important;
    color: white;
    padding: 10px;
    width: 40%;
        border-radius: 5px;
        margin-bottom: 15px;
}

.disabled_btn {
	background: #ebebeb;
	color: black;
	border-radius: 5px;
 	border: black;
  	padding: 15px;
  	width: 250px;
  	transition: all 0.5s;
  	text-align: center;
  	font-size: 18px;
  	cursor:not-allowed;
}
.disabled_esign_tbn {
  border-radius: 5px;
  background-color: #ebebeb;
  border: none;
  padding: 15px;
  transition: all 0.5s;
  color: black;
  height: 40px;
  font-size: 15px;
  line-height: 7px;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.5px;
  margin-top: 25px;
  cursor:not-allowed;
}

.disabled_field {
  border-radius: 5px;
  background-color: #ebebeb !important;
  border: none;
  padding: 15px;
  transition: all 0.5s;
  color: black;
  height: 40px;
  font-size: 15px;
  line-height: 7px;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.5px;
}

.modal-header h4 {
	    margin: 0px;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    letter-spacing: 1px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

.clear {
  clear: both;
}

h2 {
  font-size: 30px;
  margin: 0px;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  margin: 0px;
  position: relative;
  padding: 0px;
}

.main {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.loaderContainer {
  z-index: 100; 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100vh; 
  background-color: rgba(0, 0, 0, 0.8);
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: flex;
  margin: auto;
  margin-top: 50vh;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 

/* Header CSS Start */

.header-top-bar {
  width: 100%;
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  background: rgb(252 252 252);

}

.logo {
  width: 20%;
  display: block;
}

.logo a {
  font-size: 37px;
  font-family: "Poppins-SemiBold";
  text-transform: uppercase;
  color: #ff6d01;
  text-decoration: none;
}

.top-right-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 78%;
  justify-content: right;
}

.top-bar-left {
  font-size: 20px;
  color: #ff6d01;
  line-height: 1.5;
  padding-right: 15px;
  text-transform: capitalize;
}

.top-bar-center a {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
  padding-right: 15px;
  text-decoration: none;
}

.top-bar-center i {
  font-size: 19px;
  color: #ff6d01;
}

.top-bar-right a {
  color: #333333;
  text-decoration: none;
}

.top-bar-right i {
  color: #ff6d01;
}

/* Header CSS End */

/*Register CSS Start */

.container_main {
  width: 60%;
  margin: 0 auto;
  background: #fff;
}

.login_top_box {
  border: 1px solid #e3e0e0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 0px;
  margin: 35px 15px;
  border-radius: 5px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
  background: #fff;
  min-height: 500px;
}

.login_banner_wrapper {
  min-height: auto;
}

.register_wrapper {
  padding: 50px 40px;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 15px;
}

.login_form_wrapper {
  padding: 0px 10px;
  width: 45%;
  text-align: center;
  padding-top: 0px;
  padding-right: 10px;
}

.sv_heading_wraper {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}

.sv_heading_wraper h3 {
  font-size: 15px;
  color: #111;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.nav_wrapper {
 width: 50%;
}

.button-one-nav_wrapper {
padding: 10px 15px;
    background: #ff6d01;
    color: #fff;
    border: 1px solid #ff6d01;
    border-radius: 5px;
    margin-top: 20px;   
    width: 110px;
    font-size: 16px;
    cursor: pointer;
    
}
.button-two-nav_wrapper {
	padding: 10px 15px;
    background: #ff6d01;
    color: #fff;
    border: 1px solid #ff6d01;
    border-radius: 5px;
    margin-top: 20px;
    width: 110px;
    font-size: 16px;
    float: right;
    cursor: pointer;

}

.disabled_nav_btn {
	padding: 10px 15px;
    background: #ebebeb;
    color: #000000;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-top: 20px;
    width: 110px;
    font-size: 16px;
    float: right;
    cursor:not-allowed;
}

.sv_heading_wraper h3::before {
  content: "";
  height: 2px;
  width: 25%;
  background: #ff6d01;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 10px;
}

.sv_heading_wraper h3::after {
  content: "";
  height: 2px;
  width: 25%;
  background: #ff6d01;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 10px;
}

.register_contact {
  width: 100%;
}

.icon_form {
  position: relative;
  margin-bottom: 20px;
}

.jp_regis_center_tag_wrapper h1 {
  color: #fff;
  line-height: 47px;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 400;
}

.otp_banner_wrapper {
  width: 55%;
  border-right: 1px solid #e2e2e2;
  height: auto;
  align-items: unset;
  justify-content: center;
  display: flex;
}

.otp_banner_wrapper img {
  width: 80%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: auto;
  display: block;
}


.login_form_wrapper {
  padding-bottom: 25px;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  font-family: 'Poppins-Regular';
  background: #fcfcfc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;

}

.hello {
  display: flex;
  justify-content: center;
  align-items: center;
}

p.number_main {
  font-size: 12px;
  text-transform: none;
  font-family: sans-serif;
  letter-spacing: 0px;
}

.modal-body p {
  color: green;
}

.close span {
  border: 1px solid;
  width: 30px;
  height: 30px;
  float: right;
  border-radius: 50%;
  margin: 10px;
  line-height: 0px;
  padding: 0px;
  line-height: 27px;
  color: green;
}

.login_form_wrapper .btn-hover {
  width: 100%;
}


.brand_logo_container {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #ff6d01;
  padding: 10px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.brand_logo {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 3px solid white;
  font-size: 60px;
  line-height: 69px;
  color: #fff;
}

.waper_main_section_inner {
  width: 100%;
  padding: 15px;
  background: #fff;
  padding-bottom: 35px;
  border-radius: 10px;
}

.register_main {
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  padding-bottom: 15px;
  border-radius: 10px;

}

.form-check {
  margin-bottom: 10px;
  display: flex;
}

.form-check input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  width: 14px;
  margin-right: 12px;
  margin-top: -6px;
}

.form-check-label {
  margin-bottom: 0;
  margin-left: 10px;
  text-align: left;
  font-size: 12px;
}

.form-check-label span a {
  color: #ff6d01;
}

.copyright strong a{
	color: #ff6d01;
}

.line_signup p {
  margin: 0px;
  padding: 10px 0px;
  padding-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Poppins-Regular';
  text-align: left;
  text-transform: initial;
}

.line_signup p a {
  color: #ff6d01;
}

/*Register CSS End */

/* container CSS right Start */
.container_main_waper {
  width: 100%;
  min-height: auto;
  display: flex;
  flex-wrap: wrap;

}

.wrapper_signup_section {
  padding: 15px;
  display: block;
  height: auto;
  position: relative;
  overflow: hidden;
}

.wrapper_signup_section h2 {
  font-size: 16px;
  color: #ff6d01;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
  letter-spacing: 0.8px;
  text-align: left;
}

.wrapper_signup_section p {
  text-transform: inherit;
  text-align: left;
  margin: 0px;
  padding: 10px 0px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 23px;
  color: #000;
  padding-top: 15px;
  font-weight: normal;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.8px;
}

.wrapper_signup_section p strong {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.waper_main_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: scroll;
  align-items: unset;
  height: 300px;
  padding-bottom: 0px;
}


/* width */
.waper_main_box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.waper_main_box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fcfcfc;
  border-radius: 2px;
}

/* Handle */
.waper_main_box::-webkit-scrollbar-thumb {
  background: #ff6d01;
  border-radius: 10px;
}




.container_main_left {
  width: 50%;
  border-radius: 5px;
  border: 1px solid #dedbdb;
  border-top: 3px solid #ff6d01;
  margin-top: 21px;
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: revert;
  justify-content: center;
  height: auto;
  position: relative;
  overflow: hidden;
}


blockquote {
  -webkit-box-orient: vertical;
}

.signup_waper {
  width: 100%;
  height: auto;
  display: block;
  padding: 0px 15px;
}

.main_waper_left {
  width: 48%;
}

.main_waper_right {
  width: 46%;
  padding: 0px 0px 0px 23px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.main_waper_right img {
  width: 100%;
}

.container_main_left p {
  letter-spacing: 0.5px;
  font-size: 14px;
  text-transform: inherit;
  color: #000;
  font-family: 'Poppins-Regular';
  margin: 0px;
  line-height: 23px;
}

.container_main_left .form-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: inherit;
  font-family: 'Poppins-Regular';
}

.container_main_right {
  width: 46%;
  min-height: 403px;
  display: block;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;

}

.container_main_right img {
  width: 100%;
  padding-left: 40px;
}

fieldset h2 {
  text-transform: capitalize;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #ff6d01;
  padding: 20px 0px 0px 0px;
}

.btn-hover {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 140px;
  height: 44px;
  color: #fff;
  background: #ff6d01 !important;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.5px;
}

.container_main_left .form-label span {
  color: #f00;
}

p.number_main {
  font-size: 12px;
  text-transform: none;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 15px 0px 0px 0px;
  text-align: left;
}

p.number_main a {
  color: #ff6d01;
}

.otp-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

.otp-form .left {
  width: 23%;
  margin-right: 5px;
}

.blockquote_waper {
  padding: 25px 25px 0px 39px;
  width: 100%;
}

.container_main_right .blockquote_waper p {
  margin: 0px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.8px;
  font-family: 'Poppins-Regular';
  font-weight: 600;
  padding-bottom:15px;
}


.container_main_right .blockquote_waper h4 {
  font-size: 23px;
  margin: 0px;
  padding-bottom: 10px;
  color: #ff6d01;
  letter-spacing: 0.5px;
  font-family: 'Poppins-SemiBold';
}

.container_main_right blockquote {
  padding-left: 25px;
  border-left: 7px solid #ebebeb;
  font-size: 18px;
  font-style: italic;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-right: 0px;
  font-family: fangsong;
}

.Proceed-tp-payment {
  margin-top: 40px;

  font-size: 15px;
}

.Proceed-tp-payment p {
  padding-bottom: 30px;
  letter-spacing: 0.5px;
  font-size: 25px;
  text-transform: capitalize;
  color: #4db149;
}

.process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.process .zmdi {
  font-size: 75px;
  margin-bottom: 40px;
  color: #4db149;
}

.fieldset-content {
  width: 100%;
  margin-top: 20px;

}

.scroll_bar_main {
  width: 100%;
  height: 269px !important;
  overflow-y: scroll;
  padding-bottom: 20px;
}

.scroll_bar_main_waper {
  height: 333px !important;
}

option {
  padding: 10px;
}

/* width */
.scroll_bar_main::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
 
}

/* Track */
.scroll_bar_main::-webkit-scrollbar-track {
  
        background: #ccc;
  border-radius: 5px;
}

/* Handle */
.scroll_bar_main::-webkit-scrollbar-thumb {
    background: #ff6d01;
  border-radius: 5px;
  padding-right: 10px;
}

blockquote p{
  padding: 0px;
  margin: 5px 0px;
}

.fieldset-content .form-row {
  padding: 0px 15px;
}

.form-control {
  height: 35px;
  background: #ffffff !important;
  border: 1px solid #ced4da;
  background: none;
  width: 100%;
  padding: 0 15px;
  border-radius: 0px;
  font-size: 12px;
}


.form-group .zmdi {
  position: absolute;
  top: 40px;
  right: 19px;
  font-size: 17px;
  color: #999;
}

/* container CSS right End */

.container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

fieldset {
  padding: 0px;
  border: none;
  background: #fff;
  padding: 14px 25px 45px 25px;
  display: block;
  position: relative;
  height: 560px;  
  font: 100%/1.4 serif;
  border-left: 1px solid #f1e9e9;
  border-bottom: 1px solid #f1e9e9;
}


p.desc {
  margin: 0px;
  margin-bottom: 40px;
  color: #555;
}

.form-label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.text-input {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 5px;
}

.text-input span {
  color: #222;
  font-weight: bold;
}

input {
  width: 100%;
  display: block;
  border: 1px solid #ced4da;
  height: 35px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #222;
  font-weight: normal;
  font-size: 13px;
  border-radius: 0px;

}

.subscribe-button {
  height: 31px;
  padding: 0 15px;
  border-radius: 0px;
  border: none;
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  background: #ff6d01;
  font-weight: 500;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.8px;
}

.form-flex {
  margin: 0 -10px;
}

.form-flex .form-group {
  width: 50%;
  padding: 0 10px;
}

.form-group,
.form-date {
  margin-bottom: 15px;
  position: relative;
}

.form-date-group {
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.form-date-group select {
  border: 1px solid #ebebeb;
  width: 100%;
  box-sizing: border-box;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  position: relative;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
  padding: 0 20px;
  height: 50px;
  font-size: 14px;
  font-family: 'Poppins-Regular';
  color: #999;
  box-sizing: border-box;
  background-color: #fff;
  color: #222;
  font-weight: bold;
}

.form-date-item {
  position: relative;
  overflow: hidden;
  width: 100px;
  margin-right: 10px;
}

.vertical {
  display: block;
  width: 100%;
  overflow: hidden;
}

.vertical .steps {
  float: left;
  width: 310px;
}

.content {
  height: 505px;
}

.steps ul {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-left: 40px;
  padding-top: 30px;
}

.steps ul li {
  padding-bottom: 30px;
  position: relative;
  z-index: 99;
}

.steps ul li a {
  text-decoration: none;
  color: #222;
}

.steps ul:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 86%;
  background: #ebebeb;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 9;
}

.title {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.title .step-number {
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #ebebeb;
  color: #999;
  margin-right: 15px;
  border: 5px solid #fff;
  font-weight: bold;
}

.title .step-text {
  font-weight: revert;
  color: #999;
  letter-spacing: 0.5px;
}

.current .title .step-number {
  background: #ff6d01;
  color: #fff;
}

.current .title .step-number::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 86%;
  background: #ff6d01;
  left: 20px;
  top: 58%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

.current .title .step-text {
  color: #ff6d01;
}

.content h3 {
  display: none;
}

.content,
.actions {
  background: #ffffff;
}

.actions {
  padding-bottom: 60px;
}

.actions ul {
  padding-left: 45px;
  padding-right: 55px;
  width: 64%;
}

.actions ul .disabled {
  display: none;
}

.actions ul li {
  float: right;
}

.actions ul li:first-child {
  float: left;
}

.actions ul li:first-child a {
  background: #ff6d01;
  color: #fff;
}

.actions ul li a {
  width: 140px;
  height: 50px;
  color: #fff;
  background: #ff6d01;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  text-decoration: none;
  border-radius: 5px;
}

.form-radio-flex {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px;
}

.form-radio-flex .form-radio-item {
  padding: 0 15px;
  margin-bottom: 25px;
}

.form-radio-flex input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.form-radio-flex input+label {
  margin: 0px;
  width: 223px;
  height: 133px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  text-transform: none;
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

.form-radio-flex input+label img {
  width: 100%;
  height: 100%;
}

.form-radio-flex input:checked+label {
  border: 1px solid #ff6d01;
  z-index: 1;
}

.form-radio-flex input:focus+label {
  outline: none;
}

.form-radio-flex input:hover {
  border: 1px solid #ff6d01;
}

label.error {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}

label.error:after {
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  content: '\f135';
  right: 20px;
  top: 50px;
  font-size: 13px;
  color: #f63726;
}

input.error {
  border: 1px solid #f63726;
}

#find_bank {
  padding: 0 55px;
  width: 680px;
  margin-right: 20px;
}

#find_bank::-webkit-input-placeholder {
  font-weight: 400;
}

#find_bank::-moz-placeholder {
  font-weight: 400;
}

#find_bank:-ms-input-placeholder {
  font-weight: 400;
}

#find_bank:-moz-placeholder {
  font-weight: 400;
}

.submit {
  width: 150px;
  background: #666;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.submit:hover {
  background-color: #4d4d4d;
}

.form-find {
  position: relative;
  padding-bottom: 70px;
  border-bottom: 1px solid #ebebeb;
}

.form-icon {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 18px;
  color: #999;
}

.choose-bank-desc {
  color: #666;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 35px;
}

#slider-margin {
  height: 9px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: #e8e8e8;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  margin-top: 110px;
}

#slider-margin .noUi-marker-horizontal.noUi-marker-large,
#slider-margin .noUi-marker-horizontal.noUi-marker {
  height: 0px;
}

#slider-margin .noUi-connect {
  background: #ff6d01;
}

#slider-margin .noUi-connects {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}

#slider-margin .noUi-handle {
  width: 15px;
  height: 30px;
  top: -12px;
  background: #e8e8e8;
  outline: none;
  border: none;
  right: -15px;
  border: 1px solid #ff6d01;
  border-radius: 0px;
}

#slider-margin .noUi-handle:after,
#slider-margin .noUi-handle:before {
  width: 0px;
}

#slider-margin .noUi-handle .noUi-tooltip {
  bottom: 33px;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #ff6d01;
  padding: 0px;
}

#slider-margin .noUi-pips {
  width: 96%;
}

#slider-margin .noUi-pips .noUi-value {
  top: -50px;
  font-size: 16px;
  color: #666;
}

#slider-margin .noUi-pips .noUi-value:before {
  content: '$';
}

#slider-margin .noUi-pips .noUi-value-horizontal {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.your-money {
  font-size: 16px;
  color: #222;
  margin: 0px;
  padding-top: 62px;
}

.your-money .money {
  font-size: 28px;
  font-weight: bold;
}

.otp-form .left input {
  text-align: center;
  background: #fcfcfc;
}

footer {
  width: 100%;
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgb(252 252 252);
  margin-top: 15px;
}

footer strong {
  color: #ff6d01;
}



@media screen and (max-width: 1165px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .container_main_left {
    width: 48%;
  }

  .main_waper_right {
    width: 44%;
  }

  .otp-form .left {
    width: 21%;
    margin-right: 5px;
  }

  .main_waper_left {
    width: 48%;
  }

  .otp-form .left input {
    height: 32px;
  }

  fieldset {
    padding: 14px 0px 24px 25px;
    height: 384px;
  }

  .content {
    height: auto;
  }

  .container_main_left {
    height: 337px;
  }

  .container_main_right {
    min-height: 337px;

  }

  .steps ul li {
    padding-bottom: 22px;
  }


  .container_main_right .blockquote_waper p {
    letter-spacing: 0.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  blockquote {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

  }

  .actions {
    margin-top: 15px;
  }

  .top-right-bar {
    width: 76%;
  }

  .steps ul {
    padding-left: 0px;
  }

  .steps ul:after {
    left: 19px;
    top: 51%;
  }

  .vertical .steps {
    width: 21%;
  }

}

@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .container_main_left {
    width: 48%;
  }

  .main_waper_right {
    width: 44%;
  }

  .otp-form .left {
    width: 21%;
    margin-right: 5px;
  }

  .main_waper_left {
    width: 48%;
  }

  .otp-form .left input {
    height: 32px;
  }

  fieldset {
    padding: 14px 0px 24px 25px;
    height: 384px;
  }

  .content {
    height: auto;
  }

  .container_main_left {
    height: 337px;
  }

  .container_main_right {
    min-height: 337px;

  }

  .steps ul li {
    padding-bottom: 22px;
  }


  .container_main_right .blockquote_waper p {
    letter-spacing: 0.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  blockquote {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

  }

  .actions {
    margin-top: 15px;
  }

  .top-right-bar {
    width: 76%;
  }

  .btn-hover {
    font-size: 13px;
    height: 38px;

  }

  .process .zmdi {
    font-size: 49px;
    margin-bottom: 21px;
  }

  #find_bank {
    width: 100%;
  }


  .form-radio-flex input+label {
    width: 190px;
    height: 120px;
  }

  .waper_main_box {
    height: 202px;
  }
}


@media screen and (max-width: 992px) {
  .content {
    height: auto;
  }

  .form-radio-flex input+label {
    width: 100px;
    height: 65px;
  }

  .steps ul {
    padding-left: 0px;
    padding-top: 30px;
  }

  .vertical .steps {
    left: 19px;
    top: 51%;
  }

  .steps ul:after {
    left: 24px;
    top: 51%;

  }

  fieldset,
  .actions ul {
    padding-right: 0px !important;
  }

  .container_main_right {
    min-height: 337px;
    display: none;
  }

  .container_main_left {
    width: 100%;
  }

  fieldset {
    padding: 15px 0px 15px 15px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {

  #steps-uid-0-p-0 .form-row,
  #steps-uid-0-p-0 .form-group,
  #steps-uid-0-p-0 .form-date {
    width: 100%;
  }

  fieldset,
  .actions ul {
    padding-left: 30px;
    padding-right: 30px;
  }

  #slider-margin .noUi-pips {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .container_main_left {
    width: auto;
    height: 374px;
  }

  .main_waper_left {
    width: 100%;
    padding: 0px 15px;
  }

  .main_waper_right {
    display: none;
  }

  .form-flex {
    display: block;
  }

  .form-flex .form-group {
    width: auto;
  }

  input {
    height: 39px;
    font-size: 13px;
  }

  .logo a {
    font-size: 17px;
  }

  .top-bar-left {
    font-size: 14px;
    width: 50%;
  }

  .logo a img {
    min-width: 100%;
  }

  .top-bar-left img {
    width: 90%;
  }

  .vertical .steps {
    width: 35%;
    padding-right: 15px;
  }

  fieldset,
  .actions ul {
    padding-left: 13px;
    margin-right: 0px;
  }

  .actions ul li a {
    height: 34px;
  }

  .top-right-bar {
    width: 80%;

  }

  span.mobile-hide {
    display: none;
  }

  .top-bar-center i {
    padding-top: 4px;
  }

  .top-bar-right i {
    padding-top: 9px;
  }

   .container_main_waper {
    display: inline-block;
  }

  .steps ul:after {
    left: 19px;
    top: 51%;
  }

  .waper_main_box {
    height: 202px;
    width: 100%;
  }

  .scroll_bar_main {
    width: 100%;
    height: 308px !important;
  }

}

@media screen and (max-width: 480px) {

  .form-date-group,
  .form-find {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  #find_bank {
    margin-bottom: 20px;
  }

  .actions ul li a {
    width: 100px;
  }

  .form-radio-flex {
    margin: 0 -5px;
  }

  .form-radio-flex .form-radio-item {
    padding: 0 5px;
  }

  .form-radio-flex input+label {
    width: 90px;
    height: 61px;
  }

  .vertical .steps {
    width: 100%;
    padding-right: 0px;
  }

  fieldset,
  .actions ul {
    padding-left: 0px;
    margin-right: 0px;
    border-left: none;
    border-bottom: none;
  }

  .container_main_left {
    margin-top: 0px;
  }

  .steps ul {
    padding-top: 0px;
  }

  .steps ul li {
    padding-bottom: 17px;
  }

  .container_main_left {
  height: auto;
  }

  .steps ul:after {
    width: 88%;
    height: 2px;
    top: 35%;
  }

  .actions {
    margin-top: 0px;
        display: none;
  }

  .btn-hover {
    font-size: 13px;
    height: 38px;
    width: 100%;
  }

  .title .step-number {
    width: 30px;
    height: 30px;
    font-size: 0px;
    border-radius: 50px;
    margin-right: 18px;

  }

  .steps ul {
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
  }

  .steps ul li {
    padding-bottom: 17px;
    margin-right: 7px;
  }

  footer {
    font-size: 11px;
    padding: 15px 0px;
  }

  .vertical {
    margin-top: 25px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .title .step-text {
    display: none;
  }
  .waper_main_box {
  height: auto !important;
}


}


/*# sourceMappingURL=style.css.map */

.last .title .step-number::after {
  background: none;
}

.step-number.active {
  background: green;
  color: #fff;
}

.step-number.active::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 86%;
  background: #008000;
  left: 20px;
  top: 58%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

.disabled .step-number.active {
  background: #ccc;
}

.disabled .step-number.active::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 86%;
  background: #ccc;
  left: 20px;
  top: 58%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

.last .step-number.active::after {
  background: none;
}

/* Payment Option Css Start */

.Payment-Option-waper {
  width: 95%;
  height: 100%;
  background: #fcfcfc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-two {
  border-radius: 5px;
  background-color: #ff6d01;
  border: none;
  padding: 15px;
  width: 250px;
  transition: all 0.5s;
  color: #fff;
}

.button-two {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}

.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}


.button-two:hover span {
  padding-right: 25px;
}

.button-two:hover span:after {
  opacity: 1;
  right: 0;
}

.Payment-Option-waper-pan {
  width: 95%;
  height: 100%;
  background: #fcfcfc;
  border-radius: 10px;
}

/* Payment Option Css End */
.hello_one {
  display: block;
  padding: 15px 15px;
}

.Payment_section h2 {
  font-size: 16px;
  color: #ff6d01;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 0px;
}

.sub-main {
  width: 100%;
  position: absolute;
  bottom: 25px;
}

/* Document Upload Css Start */

.box_waper {
  margin-top: 45px;
}

.box {
  float: left;
  width: 31%;
  height: 100%;
  padding: 5px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(28 26 26 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  margin-left: 10px;
}

.box:first-child {
  margin-left: 10px;
}

.upload-options {
  position: relative;
  height: 45px;
  background-color: #ff6d01;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}

.uploaded-options {
  position: relative;
  height: 45px;
  background-color: #e70505;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}

.disabled-options {
  position: relative;
  height: 45px;
  background-color: #ebebeb;
  cursor: not-allowed;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}

.upload-options:hover {
  background-color: #008000;
}

.uploaded-options:hover {
  background-color: #008000;
}

.disabled-options:hover {
  background-color: #ebebeb;
}

.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.uploaded-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.disabled-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.disabled-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.uploaded-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.upload-options label::after {
  content: "add";
  font-family: "Material Icons";
  position: absolute;
  font-size: 30px;
  color: rgb(255 255 255);
  top: calc(50% - 22px);
  left: calc(50% - 1.25rem);
  z-index: 0;
}

.uploaded-options label::after {
  content: "-";
  font-family: 'Poppins-Regular';
  position: absolute;
  font-size: 27px;
  color: rgb(255 255 255);
  top: calc(70% - 27px);
  left: calc(50% - 0.23rem);
  z-index: 0;
}

.disabled-options label::after {
  content: "-";
  font-family: 'Poppins-Regular';
  position: absolute;
  font-size: 27px;
  color: rgb(255 255 255);
  top: calc(70% - 27px);
  left: calc(50% - 0.23rem);
  z-index: 0;
}


.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.uploaded-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.disabled-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.uploaded-options label span:hover i.material-icons {
  color: lightgray;
}

.disabled-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fcfcfc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.js--image-preview p {
  font-size: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.js--image-preview.js--no-default::after {
  display: none;
}


i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}


@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* Document Upload Css End */


/* E-sign Css Start */
.E-sign {
  border-radius: 5px;
  background-color: #ff6d01;
  border: none;
  padding: 15px;
  transition: all 0.5s;
  color: #fff;
  height: 40px;
  font-size: 15px;
  line-height: 7px;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.5px;
  margin-top: 25px;
  cursor: pointer;
}

.waper_main_signup {
  padding: 15px;
  width: 75%;
  height: auto;
  background: #fff;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(28 26 26 / 24%);
  transition: all 0.3s;
  text-align: center;
  margin-top: 50px;
}

.waper_main_signup h2 {
  margin: 0px;
  padding: 0px;
}

.line_shape:before {
  display: block;
  position: relative;
}

.line_shape:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ff6d01;
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 57px;
}

.line_shape:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000000;
  top: 6px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.form-check-label {
  margin-bottom: -1px;
  margin-left: 7px;
  text-align: left;
  font-size: 11px;
  font-family: 'Poppins-Regular';
  font-weight: normal;
  letter-spacing: 0.8px;
  text-transform: initial;
}

.form-check-label span {
  color: #f00;
  font-size: 12px;
}

/* E-sign Css End */

.swal-icon:first-child {
   display: none !important;
}
.swal-title {
    font-size: 19px !important;
    color: #ff6d01 !important;
    position: relative !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
    letter-spacing: 0.8px !important;
    text-transform: capitalize !important;
    font-family: 'Poppins-Regular' !important;
}

.swal-text {
    text-align: center !important;
    font-size: 12px !important; 
    line-height: 23px !important;
    color: #000 !important;
    padding-top: 15px !important;
    font-weight: normal !important;
    font-family: 'Poppins-Regular' !important;
    letter-spacing: 0.8px !important;
}

.swal-button {
    font-size: 16px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    text-align: center !important;
    border: none !important;
    border-radius: 5px !important;
    width: 20% !important;
    height: 44px !important;
    color: #fff !important;
    background: #ff6d01 !important;
    font-family: 'Poppins-Regular' !important;
    letter-spacing: 0.5px !important;
}
.swal-button-container {
    display: block !important;
    text-align: center;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  table {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }

}

/* DigiLocker Css End */

@media only screen and (max-width: 1268px) {
  .container_main {
    width: 90%;
  }

  .top-right-bar {
    width: 80%;
  }

  .top-bar-left {
    padding-right: 0px;
  }

  .sv_heading_wraper {
    width: 63%;
  }

  .sv_heading_wraper h3 {
    font-size: 15px;
  }

  .login_form_wrapper {
    padding-bottom: 0px;

  }

  .js--image-preview {
    height: 115px;
}
.box {
  float: left;
  width: 29%;
}

.waper_main_signup {
  margin-top: 10px;
}
.scroll_bar_main_waper {
  height: 205px !important;
}
.waper_main_box {
  height: 171px;
}

}

@media only screen and (max-width: 1024px) {
  .container_main {
    width: 75%;
  }

 

  .sv_heading_wraper {
    width: 100%;
  }

  .waper_main_section_inner {
    padding-bottom: 15px;
  }

  .login_form_wrapper {
    width: 50%;
  }

  .otp_banner_wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  .container_main {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .container_main {
    width: 53%;
  }

  .otp_banner_wrapper {
    display: none;
  }

  .login_form_wrapper {
    width: 100%;
  }

  .hello_one {
    padding: 32px 15px;
   padding-top: 10px;
  }

  .button-two {
    width: 232px;

  }
  
 fieldset {  
  border: none !important;
}
fieldset h2 {  
    padding: 0px 0px 0px 0px !important;
}
.Payment_section h2 br{
	display: none!important; 
}
.top-bar-left {
    padding-right: 20px;
}
.steps ul:after {
    left: 22px;  
}

}

@media only screen and (max-width: 560px) {
  .container_main {
    width: 100%;
  }
  .modal-content {
    width: 95% !important; 
}

}

@media only screen and (max-width: 480px) {
  .container_main {
    width: 100%;
  }
  
  .disabled .step-number.active::after {
    display: none;
  }
  
  .current .title .step-number::after {
    display: none;
  }
  .button-two {
    width: 100% !important; 
    font-size: 16px !important; 
    padding: 10px 10px !important; 
}

.scroll_bar_main {
    height: auto !important;
    overflow-y: hidden;   
}
.signup_waper {  
    padding: 0px 0px !important; 
}
.form-flex .form-group { 
    padding: 0 0px !important; 
}
fieldset h2 {
    padding: 0px 0px 0px 0px !important;
}
.scroll_bar_main {
    padding-bottom: 0px !important;
}
.nav_wrapper {
    width: 100% !important;
}
.button-two-nav_wrapper {
    width: 100% !important;
    margin-bottom:40px !important
}
.images_uoload_box {
    padding: 0px 0px !important;
}
.box {
    float: none;
    width: 95%  !important;
    margin-bottom: 10px  !important;
    margin-left: 9px !important;
}
.country {
    width: 100% !important;   
}
.country .btn-primary {
    width: 100% !important;   
}
.box_waper {
    margin-top: 27px !important;
}
.disabled_btn {
    width: 87% !important; 
    font-size: 16px !important;   
}
.box:first-child {
    margin-left: 9px;
}
.js--image-preview {
    height: 150px;
}
.step-number.active::after {
    left: 15px !important;  
}
.bank_check_box {
    padding: 0px !important;
}
.hello_one {
    padding: 7px 15px !important;
    padding-bottom: 105px!important; 
}
.Payment_section h2 br{
 display: none !important; 
}
.popupheader {
    padding: 0px !important; 
}
.mobile_form_row .guardian {
    margin: 0px !important; 
}

}

@media only screen and (max-width: 320px) {}

/* Bank Details Model Css Start */
.bank_check_box {
  padding: 10px 10px 10px 10px;
}

.bank_check_box .form-check {
  margin-bottom: 8px;
  display: flex;
  cursor: pointer;
  padding-right: 20px;
}

.bank_check_box .form-check input[type=radio] {
  margin-right: 5px !important;
  margin-top: -10px !important;
  cursor: pointer;
}

.check_bank_waper {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
}

.add {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.popupheader h2 {
  font-size: 15px;
  text-align: left;
  color: #ff6d01;
  font-family: 'Poppins-Regular';
  margin-bottom: 10px;
  padding-top: 0px !important;
}

.popupheader {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

/* Bank Details TAB Css Start */

.ac-container label {
  font-family: 'Poppins-Regular';
  padding: 5px 7px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #777;
  background: -moz-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: linear-gradient(top, #fff 1%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
  box-shadow: 0 0 0 1px rgb(155 155 155 / 30%), 1px 0 0 rgb(255 255 255 / 90%) inset, 0 2px 2px rgb(0 0 0 / 10%);
  font-size: 13px;
}

.ac-container {
  width: 100%;
  text-align: left;
}

.ac-container label:hover {
  background: #fff;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
  background: #ff6d01;
  color: #fff;
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked+label:hover:after {
  background-image: url(../images/arrow_up.png);
}

#ac-1 {
  display: none;
}

#ac-2 {
  display: none;
}

#ac-3 {
  display: none;
}


.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
  font-style: normal;
  color: #777;
  line-height: 23px;
  font-size: 10px;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);

}

.ac-container input:checked~article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked~article.ac-small {
  height: 100%;
}

.ac-container input:checked~article.ac-medium {
  height: 100%;
}

.ac-container input:checked~article.ac-large {
  height: 100%;
}

/* Bank Details TAB Css End */

.mobile_form_row {
  width: 100%;
  height: auto;
display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}

.country {
  width: 33.333%;
  display: block;
  position: relative;
  padding: 6px;
}

.fileupload .form-control {
  font-size: 12px;
  border: 1px solid #ced4da;
  padding: 6px;
}

.country .btn-primary {
  color: #fff;
  font-family: 'Poppins-Regular';
  background: #ff6d01;
  border-radius: 3px;
  border: navajowhite;
  font-size: 13px;
  padding: 6px 15px;
}

.country .zmdi {
  position: absolute;
  text-align: revert;
  font-size: 19px;
  color: #aaa;
  top: 13px;
  right: 15px;
}


.check_relationship {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.check_relationship p {
  padding: 0px 10px !important;
  font-size: 14px !important;
  color: #000 !important;
  padding-bottom: 10px !important;
}

.check_relationship .form-check {
  margin-left: 10px;
  margin-bottom: 0px;
}

.check_relationship .form-check input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  width: 14px;
  margin-right: 0px;
  height: 28px !important;
}

.check_relationship label {
  background: none !important;
  box-shadow: none !important;
  color: #000 !important;
  font-family: 'Poppins-Regular' !important;
  padding: 0px 3px !important;
}
.check_relationship textarea {
  padding: 10px;
  font-size: 13px;
  height: 70px;
  resize: none;
  margin: 7px;
  width: 96%;
}
hr {
  border: 0.5px solid #ececec;
}
.mobile_form_row .guardian {
  margin: 7px;
  font-size: 13px;
}

.check_relationship select {
	    margin: 0px;
    width: 100%;
}
.check_relationship i{
	position: absolute;
    right: 23px;
       top: 8px !important;
    font-size: 20px;
}
/* Bank Details Model Css End */

.segment_form {
	width: 100%;
}
.segment_form input{
	width: 15px;
    height: 15px;
        margin-top: 11px;
}
.segment_form span {
	letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: inherit;
    font-family: 'Poppins-Regular';
    padding-right: 10px;
        margin-top: 11px;
}




/* Bank account detail css */

@media screen and (min-width: 1166px) and (max-width: 1400px) {
.bankPreferences .container_main_left {
  /* height: 450px !important; */
  max-height: 400px !important;
}
/* .bankPreferences .container_main_waper {
  max-height: 420px !important;
} */
.bankPreferences .nav_wrapper{
  margin-top: -70px !important;
 }
}

