
/*.header__btn {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover,
.header__btn.js-active {
  color: #fff;
  background-color: #2c2c2c;
}

.header {
  width: 100%;
  float: left;
  position: fixed;
  margin: 0px auto;
  text-align: center;
  padding: 15px 0px;
  color: #fff;
  font-size: 22px;
  background: #344955;
  background-color: #29539b;
  background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);

  z-index: 10000;
}

.header__title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}*/

.content {
  width: 95%;
  margin: 0 auto 50px;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

/*.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin: 40px 0px 0px 0px;
}*/

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: -3px;
  left: 50%;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn::after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #42ba96;
}
.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0px 0px 0px;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation='scaleOut'] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation='scaleOut'].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation='slideHorz'] {
  left: 50px;
}
.multisteps-form__panel[data-animation='slideHorz'].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation='slideVert'] {
  top: 30px;
}
.multisteps-form__panel[data-animation='slideVert'].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation='fadeIn'].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation='scaleIn'] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation='scaleIn'].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__progress span {
  color: #4c4c4c;
  padding: 3px 0px;
  float: left;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
}

.button-row {
 /* background-color: #f3f5f4;
  bottom: 0;
  position: fixed;*/
  width: 100%;
  float:left;
  text-align:center;
  margin:20px 0px;
  /*float:right;*/
}
.multisteps-form__content {
  /* height: 100vh; */
}
.multisteps-form__title {
  /* text-align: center;
  color: #ea7b2c;
  font-size: 16px; */
  text-align: left;
  color: #4c4c4c;
  font-size: 18px;
  position: relative;
  padding: 5px 0px 2px 0px;
  margin-bottom: 15px;
  font-weight: 600;
}
.multisteps-form__title::after {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #ea7b2c;
  width: 4%;
  left: 0px;
  top: 107%;
}
.nxt-btn {
  background-color: #ea7b2c;
  border-color: #ea7b2c;
  padding: 3px 15px;
}
.nxt-btn:hover {
  color: #fff;
  background-color: #ea7b2c;
  border-color: #ea7b2c;
}

.form-control {
  transition: 0.7s;
}
.form-control::placeholder {
  color: #ccc !important;
}
.sel_title {
  width: 100% !important;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.emp_name {
  width: 100% !important;
  float: left;
}
.emp_dob {
  /* width: 75%; */
  float: left;
 /* border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;*/
}
.emp_age {
  /* width: 25%; */
  float: left;
  background-color: #fff !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 5px 10px !important;
  float: left;
  width: 100%;
  height: 38px !important;
  outline: none;
}
.select2-container--default .select2-selection--single:focus {
  border: 1px solid #29539b;
}

select option:hover {
  background: #ccc !important;
}
.first_out {
  float: left;
  width: 100%;
  /*border: 1px solid #f0f0f0;*/
  padding: 20px 0px 20px 20px;
  border-radius: 5px;
  box-shadow: inset 1px 3px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.11);
  background: #fff;
}
.form-control:focus {
  outline: 0px !important;
  box-shadow: none !important;
  border: 1px solid #29539b;
  /* border-radius: 0px; */
  transition: 0.7s;
}
.com_hd {
  float: left;
  width: 100%;
  color: #4c4c4c;
  text-align: left;
  padding: 5px 0px 0px 10px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.com_hd::after {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #ea7b2c;
  width: 8%;
  left: 10px;
  top: 107%;
}
.col-md-6,
.col-md-5 {
  float: left;
}
select:required:invalid {
  color: #ccc;
}
option[value=''][disabled] {
  display: none;
}
option {
  color: black;
}
.multisteps-form__select option::placeholder {
  color: #ccc !important;
}
.multisteps-form__select {
  padding: 7px !important;
}
.select2-selection--single {
  color: #ccc !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.commu_out {
  border-right: 1px solid #f7f4f4;
  padding-left: 0px;
  float: left;
}
.col_md-6 {
  padding: 10px 8px;
}
.com_hd span {
  padding-left: 10px;
  font-size: 14px;
  color: #797676;
}
.btn:focus {
  box-shadow: none !important;
}
.det_out {
  float: right;
  padding: 20px 0px 10px 20px;
  color: #686363;
  height: auto;
  line-height: 1.8;
  width: 100%;
}
.det_out span {
  /* width: 100%; */
  float: right;
  text-align: right;
  font-weight: normal;
}
.det_out1 {
  float: left;
  border-top: 1px dotted #ccc;
  margin: 10px 0px;
  line-height: 1.9;
}
.c_out {
  float: left;
  width: 100%;
  color: #464444;
  /* color: #666363; */
  font-weight: 501;
}
.c_out span {
  font-weight: normal;
}
.hd {
  float: left;
  width: 100%;
  color: #686363;
  font-size: 17px;
  font-weight: 600;
  margin: 10px 0px 10px 0px;
  color: #ea7b2c;
}
.col_md-12 {
  padding: 0px 5px;
}
.prev-btn {
  background-color: #698ac1;
  border-color: #698ac1;
}
.commu_out1 {
  margin-bottom: 20px;
}
.col_md-4 {
  border-right: 1px solid #f7f4f4;
  float: left;
  height: 200px;
}
.col-md-7 {
  float: left;
}
.error {
  color: red !important;
  font-weight: 400;
  font-size: 14px;
  margin-top: 3px;
}
#valid_pattern,
#valid {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.allow {
  float: right;
  padding: 3px 0px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  text-align: right;
  color: #4c4c4c;
}
/* .allow span {
  font-weight: 300;
} */
.allow_out {
  float: right;
  width: 100%;
}
.sal_out {
  float: right;
  width: 100%;
  padding: 20px 30px;
  text-align: right;
  line-height: 2.2;
  font-weight: 600;
  font-size: 15px;
  color: #4c4c4c;
  /*height: 200px;*/
}
.sal_out span {
  font-weight: normal;
}
.error1 {
  margin: 0px;
}
.empaddress1,
.empaddress2,
.empcountry,
.empstate,
.empdistrict,
.emppincode {
  /* float: left; */
  /* width: 100%; */
  width: auto !important;
}
.form-control {
  color: #4f4a4a;
}
.form-row {
  float: left;
  width: 100%;
  margin: 10px 0px 0px 0px !important;
}
.col_md_4,
.col_md_8,
.col-md9,
.col-md3 {
  padding: 0px !important;
  float: left !important;
}
label {
  color: #4c4c4c;
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}
.col1 {
  padding: 0px !important;
}
.col-md12 {
  padding: 0px;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
  margin-top: 20px;
}
#title_error {
  position: absolute;
  top: 62px;
  left: -87px;
}
.clearfix1 {
  margin: 0px 0px 90px 0px !important;
}
.allow_border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.earn_table {
  float: right;
  width: 100%;
}
.earn_table tr {
  float: right;
  width: 100%;
  padding: 3px 0px;
}
.earn_table tr td:first-child {
  float: left;
  width: 76%;
  text-align: right;
  font-weight: 600;
}
.earn_table tr td:nth-child(2) {
  float: right;
  text-align: justify;
  width: auto;
  /*padding-left: 8px;*/
}
.earn_table1 tr td:first-child {
  width: 77%;
}
.result_table {
  float: right;
  font-size: 16px;
}
.earn_table1 {
  margin-top: 12px;
}
.final_table {
  border-collapse: collapse;
  border: 1px solid #f0f0f0;
  border-top: 0px;
  border-bottom: 0px;
}
.final_table tr {
  border-bottom: 1pt solid #dee2e6;
}
.final_table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.final_table td {
  border-top: 0px;
  vertical-align: middle;
  padding: 7px 10px;
  width: 50% !important;
}
.left_side {
  float: left;
  width: 40%;
  font-weight: 600 !important;
  padding-left: 0px !important;
}
.c_out span {
  width: 46%;
  padding-left: 10px;
}
.earning_table {
  float: left;
  width: 100%;
  margin: 0px 0px 30px 0px;
  border: 1px solid #f0f0f0;
}
.earning_table td {
  width: 50%;
  padding: 10px;
}
.earning_table tr {
  border-bottom: 1pt solid #dee2e6;
}
.earning_table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.commu_hd {
  text-align: right;
  margin-bottom: 10px;
}
.commu_hd::after {
  top: 91%;
  right: 0px;
  left: auto;
}
.fon_weight {
  font-weight: normal;
}
.left_side1 {
  float: left;
  width: 59% !important;
  font-weight: 600 !important;
  padding-left: 0px !important;
}
.earning_table1 {
  width: 100%;
  float: left;
}
.earning_table1 td {
  width: 50%;
}
.earning_table1 span {
  width: 50% !important;
}
.col_md_12 {
  float: left;
  /* height: 200px; */
}
.heading {
  text-align: center;
  margin: 20px 0px 0px 0px;
  background: #698ac1;
  /* background: #1e3b70; */
  padding: 7px 0px;
  color: #fff;
}
.nxt-btn:focus,
.prev-btn:focus {
  box-shadow: 0px 2px 5px 2px rgba(185, 173, 172, 0.4) !important;
}
.remove_padd {
  padding-left: 0px;
}
.remove_padd1 {
  padding-right: 0px;
}
.col-sm-4, .col-sm-6, .col-sm-12{
	float:left;
	padding: 0px 20px 20px 0px;
}
.title{
	color: #247e42;
	font-weight: 600;
}
.title1{
	padding:20px 0px 0px 0px;
	float:left;
	width:100%;
}

.title1 span{
	margin-left: 3px;
	color:#4a4a4a;
	font-size:15px;
}
.edu_table {
	float:left;
	width:98%;
	margin:30px 0px;
}
.edu_table th{
	font-size:14px !important;
	text-align:center;
	color:#4a4a4a;
	width:20%;
}
.fam_table tr td:first-child{
	font-weight:600;
	width:20%;
}