.mt-0 {
	margin-top: 0
}
.mt-5 {
	margin-top: 5px
}
.mt-10 {
	margin-top: 10px
}
.mt-15 {
	margin-top: 15px
}
.mt-20 {
	margin-top: 20px
}
.mr-0 {
	margin-right: 0
}
.mr-5 {
	margin-right: 5px
}
.mr-10 {
	margin-right: 10px
}
.mr-15 {
	margin-right: 15px
}
.mr-20 {
	margin-right: 20px
}
.mb-0 {
	margin-bottom: 0
}
.mb-5 {
	margin-bottom: 5px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-20 {
	margin-bottom: 20px
}
.ml-5 {
	margin-left: 0
}
.ml-5 {
	margin-left: 5px
}
.ml-10 {
	margin-left: 10px
}
.ml-15 {
	margin-left: 15px
}
.ml-20 {
	margin-left: 20px
}

.d-flex {
	display: flex;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.flex-wrap {
	flex-wrap: wrap;
}

@media (min-width: 992px){
	.mt-md-0 {
	margin-top: 0
	}
	.mt-md-5 {
	margin-top: 5px
	}
	.mt-md-10 {
		margin-top: 10px
	}
	.mt-md-15 {
		margin-top: 15px
	}
	.mt-md-20 {
		margin-top: 20px
	}
	.mr-md-0 {
		margin-right: 0
	}
	.mr-md-5 {
		margin-right: 5px
	}
	.mr-md-10 {
		margin-right: 10px
	}
	.mr-md-15 {
		margin-right: 15px
	}
	.mr-md-20 {
		margin-right: 20px
	}
	.mb-md-0 {
		margin-bottom: 0
	}
	.mb-md-5 {
		margin-bottom: 5px
	}
	.mb-md-10 {
		margin-bottom: 10px
	}
	.mb-md-15 {
		margin-bottom: 15px
	}
	.mb-md-20 {
		margin-bottom: 20px
	}
	.ml-md-0 {
		margin-left: 0
	}
	.ml-md-5 {
		margin-left: 5px
	}
	.ml-md-10 {
		margin-left: 10px
	}
	.ml-md-15 {
		margin-left: 15px
	}
	.ml-md-20 {
		margin-left: 20px
	}
}

.radio-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.radio-container .radio {
      margin-right: 20px;
      margin-top: 0;
}
.radio-container .radio label {
	padding-left: 0;
}
.radio-container .radio input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.radio-container .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: -1px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-container .radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--highlight-color);
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border: 1px solid var(--highlight-color);
}
.radio-container .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--highlight-color);
}
.radio-container .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}


.select-firm-radio {
	background: #0b74c4;
  display: block;
  padding: 8px 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.select-firm-radio:hover, .select-firm-radio:active {
	text-decoration: none;
}
.select-firm-radio span {
	font-size: 18px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}
.select-firm-radio span::before {
	content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.select-firm-radio.active span::before {
	background: var(--highlight-color);
}
.select-form-control{
	height: 44px;
}
.form-group-block .input-wrap {
	position: relative;
	width: 100%;
}
.form-group-block .input-wrap .form-control {
	height: 44px;
  padding-left: 34px;
  margin-bottom: 0rem;
}
.form-group{
  margin-bottom:0px;
}
.form-group .error {
	height: 15px;
}
.form-group-block .input-wrap .input-icon {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
}
.form-group-block .input-wrap .form-control-icon {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  color: #999999;
}
.form-group-block .input-wrap .password-icon {
	position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.form-group-block .input-error {
	color: #ff1313;
	font-size: 12px;
	margin-bottom: 0;
}
.mobile-verify-otp-html .input-info {
	color: #aaa;
	font-size: 12px;
	margin-bottom: 0;
  width:60%;
}
.email-verify-otp-html .input-info {
	color: #aaa;
	font-size: 12px;
	margin-bottom: 0;
  width:60%;
}
.register-theme-btn {
	background: var(--highlight-color);
  color: #fff;
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  height: 44px;
  font-weight: 600;
}
.register-theme-btn:hover {
	color: #fff;
	box-shadow: 0 14px 26px -12px rgb(251 172 96 / 40%);
}
.form-submit-wrap {
	display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-submit-wrap .checkbox {
	margin-bottom: 0;
  margin-right: 20px;
  padding: 10px 0;
}

/*selct dropdown css*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--highlight-color);
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: var(--highlight-color);
}
.select-styled:active, .select-styled.active {
  background-color: var(--highlight-color);
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: var(--highlight-color);
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #df5b33;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #fff;
  background: var(--highlight-color);
}
.select-options li[rel="hide"] {
  display: none;
}

.otp-container {
    display: inline-block;
}
.otp-container .otp-number-input {
    width: 30px;
    height: 36px;
    margin-right: 2px;
    border: none;
    border: 2px solid #ccc;
    padding: 0;
    color: var(--tg-dark);
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 28px;
    box-shadow: none;
    text-align: center;
    background-color: none;
    font-weight: 500;
    border-radius: 0;
    outline: 0;
    transition: border 0.3s ease;
}
.otp-container .otp-number-input:focus {
    border-color: #b4b4b4;
}
.otp-container .otp-number-input.otp-filled-active {
    border-color: var(--highlight-color);
}
.otp-submit {   
    margin-top: 22px;
}
.otp-submit[disabled] {
    opacity: 0.6;
    cursor: default;
}
.d-inline-block {
    display: inline-block;
}
.upload-file-wrap {
  position: relative;
  border: 1px solid #ccc;
  height: 48px;
  margin-bottom: 1rem;
  background-color: #fff;
}
.upload-file-wrap .form-control[type=file] {
opacity: 0;
}
/*.upload-file-wrap .form-control[type=file]:before {
content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
.upload-file-wrap button {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 2rem;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-width: 0;
  z-index: 1;
}
.upload-file-wrap button:before {
content: '';
}
.upload-file-wrap span {
position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 34px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  pointer-events: none;
  color: #b2becc; 
}
.upload-file-wrap .form-control-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 12px;
  color: #999999;
}
.no-padding-right{
    padding-right:0px !important;
}
.no-padding-left{
    padding-left:0px !important;
}
.no-padding{
    padding:0px !important;
}
@media(max-width:992px){
	.get-started-register{
		font-size: 32px;
		
	}
}
h1.mb-20.get-started-register {
    font-size: 30px;
    color: #455868;
}
.h4 {
    font-size: 16px;
}