@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 400;
	overflow-x: hidden;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 22px;
	color: #4E4F51;
	font-weight: 400;
/*	margin-bottom: 20px;*/
}

img{
	width: 100%;
}


/*Start Dashboard Area Css*/


/*Start Header Area Css*/
.header {
	background: #FFF;
	padding: 15px 0;
}

.header .row {
	align-items: center;
}

.header-left {
	display: flex;
	align-items: center;
}


.logo a {
	display: inline-block;
}

.logo a img {
	width: 45px;
	height: auto;
	object-position: ;
}

.profile-details a {
	display: inline-block;
}

.profile-details a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 20px;
}

.profile-details a {
	color: #4E4F51;
	font-size: 18px;
	font-weight: 400;
}

.profile-details a span{
	font-weight: 600;
}

.profile-details {
	display: flex;
	align-items: center;
	padding-left: 60px;
}

.menu {
	float: right;
}

.menu ul {
	display: flex;
	align-items: center;
	gap: 0 25px;
}

.menu ul li {
	position: relative;
}

.menu ul li a {
	display: inline-block;
	color: #292F55;
	font-weight: 300;
	font-size: 16px;
}

.menu ul li a.active {
	font-weight: 600;
}


.menu ul li ul {
	background: orange;
	visibility: hidden;
	opacity: 0;
	min-width: 5rem;
	position: absolute;
	transition: all 0.5s ease;
	left: 0;
	display: none;
}

.menu ul li:hover > ul, ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
	width: 250px;
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 3px 0px #C6C6C6;
	top: 24px;
	left: -15px;
	z-index: 500000;
}

.menu ul li ul li {
	clear: both;
  width: 100%;
}






/*End Header Area Css*/

/*Start Banner Area css*/


.banner-area {
	padding: 100px 0;
	background-size: 100% 100% !important;
}

.banner-content h2 {
	color: #FFFFFF;
	font-size: 38px;
	line-height: 63px;
	font-weight: 700;
	margin-bottom: 5px;
}

.banner-content p {
	color: #FFF;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	max-width: 750px;
	width: 100%;
}

/*End Banner Area Css*/


/*Start Main Dashboard Area Css*/

.dashboard-area {
	padding: 30px 0;
	position: relative;
}

.dashboard-sidebar {
	height: 100%;
}

.input.tab.active {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.input-area {
	height: 100%;
}

.dashboard-tab {
	background: #EFF4F1;
	padding: 30px 20px;
	border-radius: 10px;
	height: 100%;
}

.dashboard-tab-content {
	height: 100%;
}

.dashboard-button-group button {
	padding: 14px 22px;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 0 10px 0;
	width: 100%;
	text-align: left;
	border-radius: 25px;
	color: #4E4F51 !important;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	border: none;
}

.dashboard-button-group button.active {
	background: #FFF !important;
	font-weight: 600;
	position: relative;
}

.dashboard-button-group button.active::after {
	position: absolute;
	content: "";
	left: -20px;
	top: 0;
	width: 4px;
	height: 50px;
	background-image: linear-gradient(#2F4571, #4F978C);
}

.dashboard-button-group h3 {
	margin: 20px 0 15px 0;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.dashboard-button-group h2 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #000000;
	font-weight: 600;
}

.user-name-input {
	position: relative;
	margin-top: 76px;
}

.dashboard-tab-form {
	padding: 20px;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
}

.input-form label {
	display: block;
	color: #4E4F51;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.input-form input {
	width: 100%;
	padding: 15px;
	color: #4E4F51;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
}

.input-form .form-select {
	width: 100%;
	padding: 15px;
	color: #4E4F51;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
	box-shadow: inherit;
}

.form-input {
	display: flex;
	align-items: center;
	gap: 0 30px;
}

.input-dabble img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
}

.upload-profile-area img {
	width: 170px;
	height: 200px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.up-btn {
	display: flex;
	background: #D7DCD9;
	width: 170px;
	padding: 9px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	bottom: -20px;
}

.up-btn img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}

.up-btn h2 {
	color: #454545;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

.upload-input input {
	display: inline-block;
	width: 171px;
	z-index: 1;
	position: relative;
	bottom: -21px;
	opacity: 0;
	padding: 0;
	cursor: pointer;
}

.upload-input {
	position: absolute;
	bottom: 2px;
	width: 174px;
	opacity: 1;
	display: block;
}

.upload-profile-area {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.user-name-input input {
	width: 170px;
}

.dashboard-tab-form .input {
	max-width: 460px;
	width: 100%;
}

/*.input-area {
	margin-bottom: 100px;
}*/

#multiStepForm {
	padding: 20px;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 900px;
	height: 100%;
}

/*.input-area .input.tab.active {
	display: flex;
	align-items: self-start;
	justify-content: space-between;
}*/

.input-area .input.tab.active .input-tabs {
	display: flex;
	align-items: self-start;
	justify-content: space-between;
}

.submit-buttons {
	display: flex;
	gap: 0 10px;
	align-items: self-end;
	justify-content: end !important;
}

.input-form {
	max-width: 480px;
	width: 100%;
}

.success {
	background-image: linear-gradient(90deg, #2E4270 0%, #52A08F 100%);
	padding: 17px 23px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 50px;
	border: 1px solid #9EBAAA;
	color: #fff;
	font-weight: 500;
	transition: .5s;
	position: relative;
	z-index: 1;
}

.select-btn button {
	background: #EFF4F1;
	border: none;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	border-radius: 33px;
	color: #4E4F51;
}

.select-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}


.success:hover {
	background-image: linear-gradient(90deg, #52A08F 0%, #2E4270 100%);
}

.danger {
	border: 1px solid #4E4F51;
	color: #4E4F51;
	background: none;
	padding: 17px 23px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 50px;
	font-weight: 500;
	transition: .5s;
}

.danger:hover {
	background: #4E4F51;
	color: #fff;
	transition: .5s;
}

.dashboard-button-group button.active {
    background: #007bff;
    color: white;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}

.buttons {
	display: flex;
	margin-top: 80px;
}

.up-pdf input {
	background: #EFF4F1;
	color: #4E4F51 !important;
	position: relative;
}

.up-pdf {
	position: relative;
}

.up-pdf span {
	position: absolute;
	left: 15px;
	top: 14px;
	z-index: 1;
}

.language label {
	margin-bottom: 15px;
	display: block;
	color: #4E4F51;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.language button {
	color: #A7A7A8;
	background: transparent;
	border: 1px solid #A7A7A8;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 5px;
}

.lan-active {
	background-image: linear-gradient(90deg, #77A588 30%, #8FC286 100%) !important;
	color: #FFF !important;
	border-color: #8FC286 !important;
}

.language button:hover {
	background-image: linear-gradient(90deg, #77A588 0%, #8FC286 100%) !important;
	border-color: #8FC286 !important;
	color: #FFF !important;
}

.operational-btn.active {
	background-image: linear-gradient(90deg, #77A588 30%, #8FC286 100%) !important;
	color: #FFF !important;
	border-color: #8FC286 !important;
}

.operational-btn {
	background: transparent;
	color: #4E4F51;
	border: 1px solid #DBDBDB;
	padding: 10px 20px;
	border-radius: 50px;
}

.operational-btn:hover {
	background-image: linear-gradient(90deg, #77A588 30%, #8FC286 100%) !important;
	color: #FFF !important;
	border-color: #8FC286 !important;
}

.availability-optional label {
	margin-bottom: 10px;
}

.availability-optional {
	margin-bottom: 20px;
}

.input.backup-pflegekraft.tab.active .input-form {
	max-width: 750px;
	width: 100%;
}

.availability-input {
	display: flex;
	align-items: center;
	gap: 0 10px;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 0;
}

.availability-input input{
	margin-bottom: 0;
}

.availability-optional input {
	margin: 0;
}

.availability-optional label {
	margin-top: 10px;
}

.compensation-info h2 {
	display: block;
	color: #4E4F51;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.compensation-info-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
	margin-bottom: 10px;
}

.compensation-info-input input {
	width: 50%;
	padding: 5px 15px;
	margin: 0;
}

.compensation-info {
	margin-bottom: 100px;
}

.dashboard-check-box .form-check {
	margin-bottom: 20px;
}

.dashboard-check-box .form-check input {
	width: 20px !important;
	height: 20px;
	outline: none;
	box-shadow: inherit;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
}

.dashboard-check-box .form-check-input:focus {
	border-color: initial;
	outline: initial !important;
	box-shadow: initial !important;
}

.dashboard-check-box .form-check-input:checked {
	background: #2E4270;
	border-color: #2E4270;
}

.dashboard-check-box .form-check-input:checked[type="checkbox"]{
	background-image: url('../images/check-box.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dashboard-check-box label {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.input-form > h2 {
	font-size: 16px !important;
	line-height: 24px;
	margin-bottom: 20px;
}

.input.tab.passwort-tab.active .input-form {
	max-width: 580px;
	width: 100%;
}

.dashboard-switch .form-check.form-switch input {
	outline: none;
	box-shadow: inherit;
	width: 45px !important;
	padding: 10px;
}

.dashboard-switch .form-check.form-switch .form-check-input:focus {
	border-color: #DBDBDB;
	outline: inherit !important;
	box-shadow: inherit !important;
	outline: none !important;
}

.dashboard-switch .form-check.form-switch .form-check-input:checked {
	background-color: #427681;
	border-color: #427681;
}

.dashboard-switch .form-check.form-switch {
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notification-tab .input-form {
	max-width: 750px;
	width: 100%;
} 


.notification-tab .dashboard-switch {
	max-width: 480px;
	width: 100%;
}

.devices-image img {
	width: auto;
	height: 30px;
	margin-right: 20px;
}

.devices-details h3 {
	font-weight: 600;
	color: #4E4F51;
	font-size: 14px;
	line-height: 21px;
}

.devices-details p {
	color: #4E4F51;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}

.dvice-btn {
	padding: 10px 20px;
	background: transparent;
	border: 1px solid #4E4F51;
	border-radius: 50px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	transition: .5s;
}

.dvice-btn:hover {
	background: #C9302C;
	border-color: #C9302C;
	color: #FFF;
	transition: .5s;
}

.dashboard-devices {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	margin-bottom: 12px;
}

.devices-content {
	display: flex;
	align-items: center;
}

.siderbar-toggle button {
	background: transparent;
	border: none;
	color: #4E4F51;
	font-size: 24px;
}


/*End Main Dashboard Area Css*/


/*Start Registration Css*/

.registration-area {
	min-height: 100vh;
	padding: 150px 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.registration {
	background: #EFF4F1;
	max-width: 620px;
	width: 100%;
	margin: auto;
	padding: 40px 80px;
	border: 3px solid #FFF;
	border-radius: 10px;
	box-shadow: 0 0 15px #4E4F51;
}

.registration-optional-content img {
	width: 150px;
	height: 150px;
}

.registration-content h1 {
	width: fit-content;
	background-image: linear-gradient(90deg, #2E4270 0%, #52A08F 100%);
	color: #FFF;
	font-size: 20px;
	line-height: 38px;
	padding: 5px 15px;
	margin: auto;
	margin-bottom: 18px;
	margin-top: -65px;
	border: 1px solid #52A08F;
	box-shadow: 0 0 4px #4E4F51;
}

.registration-content {
	text-align: center;
	margin-bottom: 10px;
}

.registration-content h2 {
	color: #4E4F51;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 10px;
}

.registration-content p {
	font-size: 12px;
	color: #4E4F51;
	font-weight: 400;
	line-height: 18px;
}

.registration-optional {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.registration-optional-content p {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #4E4F51;
	margin-bottom: 5px;
}

.registration-optional-content p span {
	font-weight: 900;
}

.registration-optional .radio-btn-group label {
	background: #fff !important;
	border: 1px solid #DBDBDB;
	width: 150px;
	height: 150px;
	border-radius: 6px;
	box-shadow: 0 0 1px #ddd !important;
}

.registration-optional .radio-btn-group {
	display: flex;
	align-items: center;
	gap: 0 40px;
}

.registration-radio-group label img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.registration-optional .radio-btn-group .btn-check + .btn:hover {
	background-image: linear-gradient(90deg, #2E4270 30%, #52A08F 100%) !important;
	border-color: #DBDBDB !important;
}




.registration-optional .radio-btn-group .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	background-image: linear-gradient(90deg, #2E4270 30%, #52A08F 100%) !important;
	border-color: #DBDBDB !important;
	box-shadow: 0px 3px 5px #52A08F !important;
}

.registration-radio-group p {
	color: #4E4F51;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 5px;
	text-align: center;
}

.registration-radio-group p span {
	font-weight: 900;
}

.register-image {
	background-image: linear-gradient(90deg, #2E4270 30%, #52A08F 100%) !important;
	border-color: #DBDBDB !important;
	box-shadow: 0px 3px 5px #52A08F !important;
	width: 150px;
	height: 150px;
	padding: 20px;
	border-radius: 6px;
}

.registration-optional-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}






.google-registrtion {
	position: relative;
}

.google-registrtion input {
	width: 100%;
	padding: 15px;
	color: #4E4F51;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
	padding-left: 60px !important;
}

.google-registrtion button {
	width: 100%;
	padding: 11px 15px;
	color: #A7A7A8;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
	background: #fff;
	text-align: left;
}

.google-registrtion button img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	margin-right: 20px;
}

.registrtion-input p {
	font-size: 12px;
	color: #4E4F51;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.registrtion-input p a {
	font-weight: 900;
	color: #4E4F51;
}



.registrtion-input label {
	display: block;
	color: #4E4F51;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

.registrtion-input input {
	width: 100%;
	padding: 15px;
	color: #4E4F51;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
}

.submit-btn {
	background-image: linear-gradient(90deg, #2E4270 0%, #52A08F 100%);
	color: #fff;
	padding: 17px 0;
	width: 100%;
	text-align: center;
	border: 1px solid #52A08F;
	outline: none;
	box-shadow: none;
	border-radius: 6px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	margin: 20px 0;
}

.submit-btn:hover {

	background-image: linear-gradient(90deg, #52A08F 0%, #2E4270 100%);
}

.registration-bottom p {
	font-size: 11px;
	line-height: 22px;
	color: #4E4F51;
	font-weight: 400;
	margin-bottom: 20px;
}

.registration-bottom p:last-child {
	margin-bottom: 0;
	text-align: center;
}

.registration-bottom p span, .registration-bottom p a {
	font-weight: 700;
	color: #4E4F51;
}

.registration-optional.registration-two {
	justify-content: center;
}

.resgistration-mail-verify p {
	text-align: center;
	margin-top: 80px;
	font-size: 12px;
	color: #4E4F51;
	font-weight: 400;
	line-height: 18px;
}


.registration-content h3 {
	color: #4E4F51;
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	margin-bottom: 40px;
	margin-top: 30px;
}

.password-show-hide {
	position: relative;
}

#showPass {
	position: absolute;
	top: 0;
	right: 1px;
}

#showPass i {
	color: #4E4F51;
	font-size: 14px;
}

.otp-sender button {
	padding: 15px;
	display: block;
	width: 35%;
	margin-top: 27px;
}

.otp-sender {
	display: flex;
	align-items: center;
	gap: 0 10px;
}

.google-registrtion p {
	font-size: 12px;
	color: #4E4F51;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
}

.input-form p a {
	font-weight: 900;
	color: #498987;
	transition: .5s;
}

.input-form p a:hover {
	color: #4E4F51;
	transition: .5s;
}

.input-file {
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}

.input-placeholder {
	cursor: pointer;
	z-index: -1;
	position: absolute !important;
	top: 0 !important;
	left: 0;
	padding-left: 40px !important;
}


.radio-btn-group .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
	background-image: linear-gradient(90deg, #77A588 30%, #8FC286 100%) !important;
	color: #FFF !important;
	border-color: #8FC286 !important;
}

.radio-btn-group label {
	background: transparent;
	color: #4E4F51;
	border: 1px solid #DBDBDB;
	padding: 14px 27px;
	border-radius: 50px;
}

.radio-btn-group .btn-check + .btn:hover {
	background-image: linear-gradient(90deg, #77A588 30%, #8FC286 100%) !important;
	color: #FFF !important;
	border-color: #8FC286 !important;

}

.radio-btn-group {
	display: flex;
	align-items: center;
	gap: 0 10px;
}

.compensation-info-input .form-check input {
	width: 20px !important;
	height: 20px;
	outline: none;
	box-shadow: inherit;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
}

.compensation-info-input .form-check {
	width: 50%;
	padding: 5px 1.5em;
	display: flex;
}

/*.compensation-info-input .form-check-input:checked {
	background-color: transparent;
	border-color: inherit;
}
*/

.compensation-info-input .form-check-input:checked {
	background-color: transparent;
	border-color: initial;
	box-shadow: inherit !important;
	outline: none !important;
	border: none;
}


.compensation-info-input .form-check-input:checked[type="checkbox"] {
	background-image: url('../images/check.svg');
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
}



/*Start MarketPlace Css Area */

.banner-area.marketplace-area .banner-content h2 {
	color: #FFFFFF;
	font-size: 26px;
	line-height: 39px;
	font-weight: 600;
	margin-bottom: 5px;
}

.banner-area.marketplace-area .banner-content p {
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	max-width: 825px;
	width: 100%;
}

.banner-area.marketplace-area .row {
	align-items: center;
}

.banner-area.marketplace-area {
	padding: 45px 0;
}

.marketplace-banner-right a {
	display: inline-block;
	box-shadow: 0 0 4px #4E4F51;
}


.marketplace-sidebar {
	background: #EFF4F1;
	padding: 20px;
	border-radius: 10px;
	min-height: 990px;
	height: 100%;
}

.caregivers-area {
	height: 100%;
}

.sidebar-input h2 {
	color: #4E4F51;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	margin-bottom: 12px;
}

.input-form input[type="range"] {
	width: 100%;
	appearance: none;
	border-radius: 5px;
	outline: none;
	background: linear-gradient(to right, #427680 0%, #CCDBDB 0%);
	margin: 0 !important;
}

.input-form input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.km-range-slider {
	margin-bottom: 15px;
}

.km-range-slider input {
	height: 3px !important;
	padding: 0 !important;
}

.km-range-slider label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.km-range-slider label span {
	display: flex;
	align-items: center;
	color: #427681;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}


#rangeValue {
	display: block;
	color: #427681;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.km-range-slider p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #4E4F51;
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
}

.marketplace-dashboard-area {
	padding: 30px 0;
}

.sidebar-input {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCDBDB;
	margin-bottom: 20px;
}

.sidebar-input .input-form .form-check input {
	width: 18px !important;
	height: 18px;
	padding: 0;
	margin-top: 0;
	border: 1px solid #4E4F51;
	border-radius: 3px;
}

.sidebar-input .input-form .form-check .form-check-input:focus {
	border-color: inherit;
	outline: 0;
	box-shadow: none;
}

.sidebar-input .input-form .form-check .form-check-input:checked {
	background-color: #4E4F51;
	border-color: #4E4F51 !important;
}

.sidebar-input .input-form .form-check label {
	margin-left: 8px;
}

.sidebar-input .form-check {
	margin-bottom: 12px;
}

.caregivers-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

 .caregivers-search {
	max-width: 250px;
	width: 100%;
}

.caregivers-search .input-form .form-select {
	padding: 5px 15px;
	margin: 0;
}

.caregivers-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCDBDB;
	margin-bottom: 24px;
}

.caregivers-title h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #4E4F51;
}

.caregivers-profile-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}

.caregivers-profile-details h2 {
	color: #4E4F51;
	font-size: 26px;
	line-height: 39px;
	font-weight: 600;
	margin-bottom: 10px;
}

.caregivers-profile-image img {
	width: 175px;
	height: 200px;
	object-fit: cover;
}

.caregivers-profile-btn .success {
	display: inline-block;
}

.caregivers-single-profile-middle {
	display: flex;
	justify-content: space-between;
	width: 100%;
}




.caregivers-single-profile-items {
	display: flex;
	gap: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DBDBDB;
}

.caregivers-profile-details .language-selected button {
	background: #EFF4F1;
}

.caregivers-profile-details .select-btn {
	margin-bottom: 10px !important;
}

.caregivers-profile-details .language-selected {
	margin-bottom: 10px;
}

.caregivers-profile-details h2 span{
	font-weight: 400;
}

.caregivers-profile-details ul {
	display: flex;
	align-self: center;
	gap: 25px;
	margin-bottom: 15px;
}

.caregivers-profile-details ul li img {
	width: 12px;
	height: 12px;
	object-fit: cover;
	margin-right: 8px;
}

.caregivers-profile-details ul li {
	display: flex;
	align-items: center;
}

.language-selected button {
	background: #EFF4F1;
	border: none;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	border-radius: 33px;
	color: #4E4F51;
}

.language-selected {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.language-selected button img {
	width: 18px;
	height: 18px;
	border-radius: 10px;
	margin-right: 8px;
}

.caregivers-prices h3 {
	color: #427681;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.caregivers-prices h3 span {
	font-weight: 600;
}

.caregivers-profile .row {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #CCDBDB;
}

.caregivers-profile .row:last-child{
	margin-bottom: 0;
}

.paginations ul {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: end;
}

.paginations ul li a {
	color: #4E4F51;
	display: inline-block;
	padding: 7px 12px;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	border-radius: 8px;
}

.paginations ul li a.active {
	background: #427681;
	transition: .5s;
	color: #FFF;
}

.paginations ul li a:hover {
	background: #427681;
	transition: .5s;
	color: #FFF;
}


.blocked-image img {
	width: 175px;
	height: auto;
	border-radius: 10px;
}

.profile-blocked-title h2 {
	color: #FFF;
	font-size: 34px;
	line-height: 50px;
	font-weight: 500;
}

.profile-blocked-title p {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	font-weight: 400;
	max-width: 645px;
 	width: 100%;
}

.profile-blocked {
	display: flex;
	gap: 30px;
}

.marketplace-banner-right {
	float: right;
}

.banner-area.profile-blocked-banner {
	padding: 60px 0;
}

.profile-blocked-area {
	margin-top: -115px;
	margin-bottom: 30px;
}

.profile-blocked-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sidebar-sub-title ul li img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.sidebar-sub-title ul li {
	display: flex;
	align-items: baseline;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.sidebar-sub-title ul li span {
	font-weight: 600;
	padding-left: 19px;
}

.sidebar-sub-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCDBDB;
	margin-bottom: 20px;
}

.sidebar-sub-title:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.sidebar-sub-title i {
	color: #4E4F51;
	font-weight: 400;
	font-size: 14px;
}

.sidebar-label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.sidebar-label h3 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #4E4F51;
}

.sidebar-sub-btn .select-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.sidebar-sub-btn .select-btn button {
	background: #FFFFFF;
	padding: 6px 11px;
}

.sidebar-sub-btn {
	padding-left: 20px;
}


.sidebar-sub-btn .language-selected {
	flex-wrap: wrap;
}

.language-selected button {
	background: #FFF;
}

.main-blocked-area {
	background: #EFF4F1;
	padding: 20px;
	border-radius: 10px;
	height: 100%;
	border: 1px solid #DBDBDB;
	display: flex;
}

.main-profile-opned {
	border: 1px solid #D9E4E6;
	border-radius: 10px; 
	height: 100%;
}

.blocked-content {
	max-width: 380px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blocked-content img {
	width: auto;
	height: 180px;
	margin-bottom: 30px;
}

.blocked-content h2 {
	color: #4E4F51;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 30px;
}

.blocked-content p {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}

.blocked-content a {
	font-size: 14px;
	line-height: 21px;
	color: #4E4F51;
	font-weight: 500;
	padding: 17px 22px;
	border: 1px solid #4E4F51;
	border-radius: 50px;
}


.banner-area.profile-open-banner {
	padding: 90px 0;
}

.profile-open-item h1 {
	color: #4E4F51;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 4px;
}

.profile-open-item a {
	color: #4E4F51;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.profile-open-item ul li a img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
}

.single-profile-details {
	display: flex;
	align-items: center;
	justify-content: space-between; 
	border-bottom: 1px solid #D9E4E6;
	padding:20px;
}

.profile-open-item ul {
	display: flex;
	gap: 10px;
}

.profile-open-item ul li {
	color: #4E4F51;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.profile-open-item ul li img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin-right: 5px;
}

.download-btn {
	font-weight: 500 !important;
	color: #427681 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	padding: 10px 20px;
	border: 1px solid #427681;
	border-radius: 50px;
	display: block;
}


.download-btn img {
	width: 13px;
	height: 13px;
	margin-right: 8px;
}

.profile-open-item p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #4E4F51;
}

.profile-select-radio ul {
	flex-direction: column;
	gap: 5px;
}

.profile-select-radio ul li span {
	width: 110px;
	display: inline-block;
	text-align: center;
	background-image: linear-gradient(90deg, #77A588 30%, #8FC286 100%) !important;
	color: #FFF !important;
	border: 1px solid #8FC286;
	border-radius: 20px;
	margin-right: 25px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	padding: 2px;
}



.profile-select-radio ul li {
	display: flex;
	align-items: baseline;
}

.profile-select-radio ul li p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #4E4F51;
	width: 85%;
}

.caregivers-single-profile-right {
	flex: 0 0 auto;
}

.profile-overview-area {
	margin-top: 20px;
}

.banner-area.profile-overview-banner {
	padding: 50px 0;
}

.banner-area.profile-overview-banner .banner-content h2 {
	font-size: 26px;
}

.banner-area.profile-overview-banner p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	max-width: 820px;
	width: 100%;
}

.single-overview h2 {
	color: #4E4F51;
	font-size: 30px;
	line-height: 45px;
	font-weight: 500;
}

.single-overview {
	border: 1px solid #DBDBDB;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
}

#profile-data .form-check input {
	border: 1px solid #4E4F51;
	width: 16px;
	height: 16px;
	outline: none;
	box-shadow: inherit;
	margin-right: 6px;
	margin-top: 0;
}

#profile-data .form-check .form-check-input:checked {
	background-color: #4E4F51;
	border-color: #4E4F51 !important;
}

#profile-data .form-check label {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #4E4F51;
}


#profile-data thead tr th {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #4E4F51;
}

#profile-data tbody tr td {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #4E4F51;
}

#profile-data tbody tr td button { 
	background: #DDE5E4; 
	border: none;
	color: #41747F;
	font-size: 12px;
	line-height: 20px;
	padding: 0 8px;
	border-radius: 20px;
}

#profile-data tbody tr td span {
	font-size: 600;
}

#profile-data tbody tr td a img {
	width: 16px;
	height: auto;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: #EEF1EF !important;
}

.table > :not(caption) > * > * {
	padding: 15px 24px;
	color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
	background-color: #F7F9F8;
	border-bottom-width: 0;
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}


.data-table-heading {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.short-by-date ul li a img {
	width: 12px;
	height: auto;
	margin-right: 8px;
}

.short-by-date ul li a {
	color: #4E4F51;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

.short-by-date ul li a span img {
	width: 8px;
	height: auto;
	margin-right: 0;
}

.data-table-date h3, .data-table-date p {
	color: #4E4F51;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

.data-table-date {
	display: flex;
	border: 1px solid #4E4F51;
	width: fit-content;
	padding: 10px;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
}

.data-table-date h3 span {
	padding-left: 28px;
}

.data-table-date h3 span i {
	margin: 0 14px;
}

.data-table-date p {
	padding-left: 14px;
	position: relative;
}

.data-table-date p::after {
	position: absolute;
	content: "";
	left: 0;
	top: -17px;
	background: #4E4F51;
	width: 1px;
	height: 50px;
}

.data-table-serach {
	width: fit-content;
	position: relative;
}

.data-table-serach input {
	padding: 12.5px 16px 12.5px 50px;
	font-size: 12px;
	line-height: 20px;
	color: #4E4F51;
	border-radius: 50px;
	border: 1px solid #4E4F51;
	outline: none;
}

.data-table-serach button {
	background: none;
	border: none;
	font-size: 16px;
	position: absolute;
	left: 16px;
	top: 12px;
	color: #4E4F51;
}

.data-table-download-option a img {
	width: 15px;
	height: auto;
}

.data-table-download-option a {
	display: inline-block;
	color: #427681;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	padding: 14px 13.5px;
	border: 1px solid #427681;
	border-radius: 50px;
}

#profile-data {
	margin-top: 30px;
	background: #F7F9F8;
	border-radius: 16px;
}

#profile-data thead tr th:first-child {
	border-top-left-radius: 16px;
}

#profile-data thead tr th:last-child {
	border-top-right-radius: 16px;
}

#profile-data tbody tr th:last-child {
	border-top-left-radius: 16px;
}

#profile-data thead tr th:last-child {
	border-top-right-radius: 16px;
}

#profile-data thead tr {
	border: none;
}




/*End MarketPlace Css Area */




/*New Css Start*/

.billing-information {
	background: #F7F9F8;
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 20px;
}

.billing-information h3 {
	color: #4E4F51;
	font-weight: 900;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

.belling-information-form .input-form {
	max-width: 400px;
	width: 100%;
}

.belling-information-form {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.belling-information-form .input-form input {
	margin: 0;
}

.hymer-subscrition h3 {
	margin: 0;
}

.hymer-subscrition p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	width: 100%;
	color: #4E4F51;
}

.billing-information p span {
	font-weight: 900;
}

.hymer-subscrition p a:hover{
	color: #4E4F51;
	transition: .5s;
}
.hymer-subscrition p a {
	color: #437982;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 21px;
	transition: .5s;
}

.belling-information-popup-header a {
	display: inline-block;
}

.belling-information-popup-header a img {
	width: 40px;
	height: auto;
	object-fit: ;
}

.belling-information-popup-header p {
	color: #4E4F51;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.belling-information-popup-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}

.belling-information-popup-content p {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

.belling-information-popup-content p span {
	font-weight: 900;
}

.belling-information-popup-content h4 {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

.belling-information-popup-content h4 span {
	font-weight: 900;
	font-weight: 16px;
	text-transform: uppercase;
}

.belling-information-popup-content ul li {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	list-style: disc; 
	margin-left: 15px;
}

.belling-information-popup-content ul{
	margin-bottom: 20px;
}

.belling-information-popup-content p a {
	color: #FF0000;
	font-weight: 900;
}

.belling-information-popup-footer .subcribe-cancel-yes,.belling-information-popup-footer .subcribe-yes {
	background-image: linear-gradient(90deg, #2E4270 0%, #52A08F 100%);
	padding: 9px 42px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	transition: .5s;
	position: relative;
	z-index: 1;
	outline: none;
	border: 1px solid #52A08F;
}

.belling-information-popup-footer .subcribe-cancel-yes:hover,.belling-information-popup-footer .subcribe-yes:hover{
	background-image: linear-gradient(90deg, #52A08F 0%, #2E4270 100%);
}

.belling-information-popup-footer .subcribe-cancel-no {
	outline: none;
	color: #4E4F51;
	border: 1px solid #4E4F51;
	border-radius: 30px;
	padding: 9px 42px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	transition: .5s;
	background: transparent;
}

.belling-information-popup-footer .subcribe-cancel-no:hover{
	background-image: linear-gradient(90deg, #2E4270 0%, #52A08F 100%);
	color: #FFF;
}

.billing-information-popup-area .modal-body {
	padding: 0;
}

.billing-information-popup-area .modal-content {
	max-width: 500px !important;
	padding: 20px 30px;
	border-radius: 10px;
}

.invoice-hymer-header {
	text-align: center;
}

.invoice-hymer-header a {
	display: inline-block;
}

.invoice-hymer-header a img{
	width: 40px;
	height: 40px;
}

.invoice-hymer-header h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	color: #4E4F51;
	margin-bottom: 10px;
}

.invoice-hymer-header p {
	color: #4E4F51;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.invoice-hymer-header img {
	width: auto;
	height: 17px;
}

/*New Css 10/05/2025 */

.mian-caregiver-marketplace h2 {
	color: #4E4F51;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 16px;
}

.mian-caregiver-marketplace h2 span{
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	padding-left: 30px;
}

.mian-caregiver-marketplace .blocked-content img {
	width: 100%;
	height: auto;
}

.mian-caregiver-marketplace {
	background: linear-gradient(180deg, #FFF 0%, #F1F5F2 100%);
	padding: 24px 40px 20px 30px;
	border-bottom: 1px solid #D9E4E6;
	border-radius:10px; 
}
 
.access-item-content p {
	font-weight: 500;
}

.access-item{
	margin-bottom: 20px;
}


.access-item:last-child{
	margin-bottom: 0px;
}

.access-item .row {
	align-items: center;
}

.caregiver-marketplace-area .main-profile-opned {
	border: none;
}

.caregiver-marketplace-area {
	border: 1px solid #D9E4E6;
	border-radius: 10px;
	height: 100%;
}

.access-control p {
	font-size: 14px;
	line-height: 21px;
	color: #4E4F51;
	font-weight: 400;
	margin-bottom: 20px;
}

.access-control p a {
	font-weight: 900;
	color: #4E4F51;
}

.access-control p span {
	font-weight: 900;
}


.access-item-img img {
	width: 80px;
	height: auto;
	margin-right: 10px;
	border-radius: 10px;
}

.access-item {
	display: flex;
	gap: 10px;
	align-items: center;
}

.access-item-content p {
	margin: 0;
}

/*POpup Css*/

.popup-header-img {
	background-image: linear-gradient(90deg, #2E4270 30%, #52A08F 100%) !important;
	border-color: #DBDBDB !important;
	box-shadow: 0px 3px 5px #52A08F !important;
	padding: 10px;
	border-radius: 6px;
	width: fit-content;
}
.popup-header-img img {
	width: 45px;
	height: auto;
}

.popup-header-content p {
	font-size: 14px;
	line-height: 20px;
	color: #4E4F51;
	font-weight: 700;
}

.popup-header-content p span {
	font-weight: 400;
	color: #4E4F51;
	font-size: 14px;
	line-height: 20px;
}

.popup-header-content p span span {
	font-weight: 900;
}

.popup-header {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
}

.popup-body-content {
	margin: 15px 0 30px 0;
}

.popup-body-content h2, .popup-body-content p, .popup-body-content ul li {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 18px;
	margin-bottom: 20px;
}

.popup-body-content ul {
	margin-bottom: 20px;
}

.popup-body-content ul li {
	margin: 0;
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}

.popup-body-content h2 span, .popup-body-content p span {
	font-weight: 900;
}

.caregiver-marketplace-popup-area .modal-content {
	border-radius: 10px;
}

.caregiver-marketplace-popup-area .modal-body {
	padding: 20px 30px;
}

.caregiver-marketplace-popup-two .popup-body-content ul li {
	list-style: none;
	margin: 0 0 20px 0;
   font-size: 12px;
   line-height: 17px; 
}

.caregiver-marketplace-popup-two .popup-body-content ul li span{
	background: linear-gradient(to right, #2F4571, #3F6F7F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; /* For Firefox */
	color: transparent;
	font-weight: 700;
	font-size: 14px;
  	margin-bottom: 4px;
	display: block;
}

.alert.alert-danger p {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.row.subscription-information {
	background: #F7F9F8;
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 20px;
}

.billing-heading h3 {
	color: #4E4F51;
	font-weight: 900;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}
.billing-information.bg-white {
	height: 90%;
}
.input-hourly-wapper,.input-weekly-wapper,.input-monthly-wapper{
	display: none;
}
.ComAlertClose{
	position: absolute;
	right: 0;
	top: 0;
}


.pricing-checkbox .form-check{
	width: 100%;
}
.pricing-checkbox .form-check label {
	line-height: 20px;
	font-size: 13px;
}
.pricing-terms label{
	font-size:13px;
}
.pricing-terms {
	margin-top: 20px;
}
.pricing-checkbox{
	margin:0;
}
.compensation-info-input.pricing-checkbox.pricing-checkbox3 {
	background: linear-gradient(to right, #FCFCFC,#81A891);
}


.renew-payments{
	margin-top: 25px;
	margin-bottom: 50px;
}
.renew-payments .belling-information-popup{
	box-shadow: 0px 0px 10px 0px #00000040;
	border-radius: 10px;
}
 
.custom-lang-selector {
    position: relative; 
    cursor: pointer; 
    border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 5px;
    background: #fff;
	text-transform: uppercase;
}
 .custom-lang-selector img,.dropdown-options img{
	height:18px;
 }
.selected-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 100;
}

.dropdown-item {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
} 
.language-wapper 
.input-form {
	max-width: 300px; 
}
.input-tabs.lang_items .input-form {
	max-width: 300px;
}
.input-tabs.lang_items .language {
	margin-top: -15px; 
}
.lan_level {
	color: #A7A7A8 !important;
	background: transparent;
	border: 1px solid #A7A7A8;
	font-size: 14px !important;
	line-height: 18px !important;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 5px !important;
	display: inline-block !important;
	font-weight: 400 !important;
	cursor: pointer;
}

.language.language2 {
	display: flex;
	justify-content: start;
	width: 100%;
	padding-left: 10px;
	margin-top: 5px;
}

 
.input-tabs.lang_items {
	justify-content: inherit !important;
	align-items: center !important;
}

@media all and (max-width: 991px) {
	.mian-caregiver-marketplace .blocked-content {
		justify-content: start !important;
		align-items: start !important;
		margin: 0;
	} 
}