header.without-login {
	position: unset;
}
/* Step Form Css */
.complete-profile-steps .step-title {
	color: #1c76bd;
}
.complete-profile-steps .wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: transparent;
}

.complete-profile-steps .wizard > div.wizard-inner {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

/* .complete-profile-steps .connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 75%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 15px;
	z-index: 1;
} */

.complete-profile-steps .wizard .nav-tabs li {
	position: relative;
}

.complete-profile-steps .wizard .nav-tabs li a:before {
	content: "";
	background: #e0e0e0;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 101px;
	top: 17px;
}

.complete-profile-steps .wizard .nav-tabs li:last-child a:before {
	display: none;
}

.complete-profile-steps .wizard .nav-tabs > li.active > a,
.complete-profile-steps .wizard .nav-tabs > li.active > a:hover,
.complete-profile-steps .wizard .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

.complete-profile-steps span.round-tab {
	width: 100px;
	height: 40px;
	line-height: 35px;
	display: inline-block;
	border-radius: 50px;
	background: #fff;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #0e214b;
	font-weight: 500;
	border: 1px solid #ddd;
}
.complete-profile-steps {
	background-image: url(../img/video-bg.webp);
	background-size: cover;
	background-position: center center;
}
.complete-profile-steps span.round-tab i {
	color: #555555;
}

.complete-profile-steps .wizard li.active span.round-tab {
	color: #fff;
	border-color: #239d2c;
	color: #fff;
	background: rgb(10, 116, 205);
	background: linear-gradient(
		90deg,
		rgba(10, 116, 205, 1) 0%,
		rgba(49, 221, 62, 1) 100%
	);
	border: 1px solid;
}

.complete-profile-steps .wizard li.active span.round-tab i {
	color: #5bc0de;
}

.complete-profile-steps .wizard .nav-tabs > li.active > a i {
	color: #0db02b;
}

.complete-profile-steps .wizard .nav-tabs > li {
	width: 22%;
}

.complete-profile-steps .wizard li:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: red;
	transition: 0.1s ease-in-out;
}

.complete-profile-steps .wizard .nav-tabs > li a {
	width: 30px;
	height: 30px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
	background-color: transparent;
	position: relative;
	top: 0;
}

.complete-profile-steps .wizard .nav-tabs > li a i {
	position: absolute;
	top: -15px;
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: 700;
	color: #000;
}

.complete-profile-steps .wizard .nav-tabs > li a:hover {
	background: transparent;
}

.complete-profile-steps .wizard .tab-pane {
	position: relative;
	padding-top: 20px;
}

.complete-profile-steps .wizard h3 {
	margin-top: 0;
}

.complete-profile-steps .prev-step,
.complete-profile-steps .next-step {
	font-size: 13px;
	padding: 0px 24px;
	border: none;
	border-radius: 4px;
	/* margin-top: 30px; */
}

.complete-profile-steps .step-head {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.complete-profile-steps .steps-button {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 10px;
	list-style: none;
}

.complete-profile-steps .steps-button button {
	margin: 0px 2px !important;
}

.complete-profile-steps .skip-btn {
	background: #abab04 !important;
}

.complete-profile-steps .prev-step {
	background: #8f8f8f !important;
}

.complete-profile-steps .steps-button button {
	font-size: 15px;
	border-radius: 7px;
}
/* Step Form Css */

/* 1st Step Css */
.complete-profile-steps .img_box {
	position: relative;
	width: 16%;
	margin: 0px auto;
}
.complete-profile-steps .img_box .change-img-btn {
	position: absolute;
	top: 0;
	right: 20px;
	background: #239d2c;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.complete-profile-steps .img_box .change-img-btn label {
	cursor: pointer;
}
.complete-profile-steps .specialities {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.complete-profile-steps .specialities .keywords {
	background: #ddd;
	padding: 10px 12px;
	border-radius: 50px;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-right: 5px;
}

.complete-profile-steps .specialities .keywords .cross {
	width: 23px;
	height: 23px;
	background: #bbb6b6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 5px;
	cursor: pointer;
}
.degree-box {
	background: #d5e7e5;
	padding: 15px 15px;
	border-radius: 10px;
}

.degree-box .degree-name {
	font-size: 17px;
	color: #616e62;
	flex: 0 0 85%;
}

.degree-box .detail {
	color: #4f4f4f;
	margin-bottom: 5px;
}

.degree-box .date {
	color: #1c76bd;
}

.header-title .description {
	color: #a9a9a9;
}
.degree-box .address {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.complete-profile-steps .degree-box .exten {
	background: #c5dad8;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0px 10px 10px 0px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.complete-profile-steps .degree-box.document-box {
	position: relative;
	display: flex;
}
.complete-profile-steps .degree-box .exten p {
	margin: 0;
}
.complete-profile-steps .degree-box.document-box .left-box {
	flex: 0 0 87%;
}
.complete-profile-steps .upload-box {
	border: 1px dashed #858282;
	height: 100px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.license-image {
	display: flex;
	align-items: center;
	background: #e1f3f1;
	padding: 10px 10px;
	border-radius: 15px;
	justify-content: space-between;
}

.license-image .cancel {
	background: #ddd;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.license-image .left-box {
	display: flex;
	align-items: center;
}

.license-image .left-box .file-name {
	margin: 0 0 0 15px;
}

.license-image .left-box img {
	border-radius: 10px;
}

.modal-body .title h5 {
	color: #777777;
}

.modal-body input[type="radio"] {
	accent-color: #1da886;
}
.modal-body .certificate-name h5 {
	font-size: 14px;
	font-family: "Archivo-Regular";
	background: #c5dddb;
	display: flex;
	padding: 15px 15px;
	border-radius: 50px;
	align-items: center;
	width: 150px;
}

.modal-body .certificate-name h5 span.cancel {
	background: #c5dad8;
	width: 25px;
	display: flex;
	height: 25px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.sign-term-condition .sign h2 {
	font-family: var(--sign-font);
}
/* 1st Step Css */

.calender-view .filters .form-group .form-control {
	padding: 10px 15px;
	border-radius: 50px;
}
.calender-view .filters .form-group {
	flex: 0 0 40%;
}

.jobs-page .heading-wrapper .form-control {
	padding: 10px 15px;
	border-radius: 50px;
}

.jobs-page .heading-wrapper form {
	flex: 0 0 25%;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
	width: 100% !important;
}
.modal-body
	.iti.iti--allow-dropdown.iti--separate-dial-code
	.iti__flag-container
	.iti__selected-flag {
	border-radius: 50px 0 0 50px;
}
