@media all and (max-width: 1399px) {
	.caregivers-profile-btn .success {
		padding: 12px 13px;
	}
}








@media all and (max-width: 1199px) {

	.banner-content h2 {
		font-size: 30px;
		line-height: 48px;
	}
	.container, .container-lg, .container-md, .container-sm {
		max-width: 95%;
	}

	.input input {
		width: 95%;
		padding: 10px;
	}

	.upload-profile-area img {
		width: 140px;
		height: 160px;
	}

	.up-btn img {
		width: 20px !important;
		height: 20px !important;
		margin-right: 5px;
		object-fit: contain;
	}

	.up-btn {
		width: 140px;
		padding: 5px;
		align-items: center;
	}

	.up-btn h2 {
		font-size: 12px;
	}

	.compensation-info-input {
		align-items: self-start;
		flex-direction: column;
	}

	.compensation-info-input label {
		width: 100%;
	}

	.user-name-input input {
		width: 140px !important;
	}

	.data-table-heading {
		flex-wrap: wrap;
		gap: 15px;
	}

	.caregivers-profile-image img {
		width: 150px;
		height: 170px;
		object-fit: cover;
	}

	.caregivers-profile-details h2 {
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 5px;
	}

	.caregivers-profile-details ul {
		gap: 20px;
		margin-bottom: 10px;
	}

	.caregivers-single-profile-middle {
		flex-direction: column;
		gap: 20px;
	}

	.blocked-image img {
		width: 150px;
		height: auto;
		border-radius: 10px;
	}

	.profile-blocked-title h2 {
		font-size: 30px;
		line-height: 45px;
	}

	.profile-blocked-area {
		margin-top: -88px;
		margin-bottom: 30px;
	}
	
	
	.language-wapper .input-form{
		max-width: 300px;
	}
	.input-tabs.lang_items .input-form{
		max-width: 300px;
	}
	
}

@media all and (max-width: 1100px) {
	.lan_level{
		margin: 3px !important;
	}
	.lan_level {  
		font-size: 12px !important;
		line-height: 18px !important;
		padding: 5px 8px; 
		margin: 5px !important; 
	}
}

@media all and (min-width: 992px) {
	
	.siderbar-toggle button {
		display: none;
	}

	.close-btn {
		display: none;
	}

	.nav-icon {
		display: none;
	}

	.market-sidebar-nav {
		display: none;
	}

	.close-button {
		display: none;
	}

	.language-wapper .input-form{
		max-width: 200px;
	}
	.input-tabs.lang_items .input-form{
		max-width: 200px;
	}

}

@media all and (max-width: 991px) {
	
	.dashboard-area .col-md-8 {
		width: 100% !important;
	}
	.menu ul li ul {
		background: transparent;
		visibility: visible;
		opacity: 1; 
		position: relative; 
		left: 0;
		display: block;
		padding-left: 10px;
	}

	.input-form {
		max-width: 100% !important;
		width: 100%;
	}

	.upload-profile-area img {
		width: 170px;
		height: 200px;
	}

	.up-btn {
		width: 170px;
		padding: 5px;
		align-items: center;
	}

	.input-form input {
		width: 100% !important;
		padding: 10px;
	}

	/*.input-area .input.tab.active {
		flex-direction: column;
	}*/

	.input-area .input.tab.active .input-tabs {
		flex-direction: column;
		align-items: start !important;
		margin-bottom: 20px;
	}
	.input-tabs.lang_items .language {
		margin-top: -5px;
	}
	.notification-tab .dashboard-switch {
		max-width: 100%;
		width: 100%;
	}

	.banner-content h2 {
		font-size: 26px;
		line-height: 40px;
	}

	.siderbar-toggle button {
		display: block;
	}

	.dashboard-sidebar {
		display: block;
	}

	.dashboard-tab {
		transform: translateX(-110%);
		width: 425px;
		position: absolute;
		top: 0;
		z-index: 9999999;
		height: 100vh;
		transition: .5s;
	}

	.dashboard-area .col-md-4 {
		flex: 0 0 auto;
		width: 100%;
	}

	.dashboard-tab.menu-open {
		transform: translateX(-7%);
	}

	.dashboard-button-group button.active::after {
		left: -17px;
	}

	.dashboard-tab {
		transform: translateX(-110%);
		width: 425px;
		position: absolute;
		top: 40px;
		z-index: 9999999;
		height: 100%;
		transition: .5s;
	}

	.close-btn button {
		background: transparent;
		border: none;
		color: #4E4F51;
		font-size: 20px;
		position: absolute;
		top: 2px;
		right: 10px;
	}

	.google-registrtion span img {
		width: 20px;
		height: 20px;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.registration-content h1 {
		font-size: 18px;
		line-height: 35px;
		padding: 5px 15px;
	}

	.header-left {
		position: relative;
	}

	.nav-icon {
		background: transparent;
		border: none;
		color: #4E4F51;
		font-size: 24px;
		position: absolute;
		right: 0;
	}

	.menu {
		display: none;
	}

	.menu {
		position: fixed;
		width: 100%;
		background: #FFF;
		padding: 15px;
		right: 0;
		top: 72px;
		z-index: 111;
	}

	.menu ul {
		flex-direction: column;
		align-items: start;
		gap: 15px;
	}

	.banner-area {
		padding: 80px 0;
	}

	.profile-details {
		padding-left: 30px;
	}

	.google-registrtion button img {
		width: 20px;
		height: 20px;
		object-fit: cover;
		margin-right: 15px;
	}

	.upload-profile-area {
		align-items: start;
	}
	.user-name-input {
		position: relative;
		margin-top: 40px;
	}

	.right-side-input {
		width: 100%;
	}

	.input-form .form-select {
		padding: 10px;
	}

	.responsive-table {
	  width: 100%;
	  overflow-x: auto;
	}

	.responsive-table table {
	  width: 100%;
	  border-collapse: collapse;
	  width: 1150px; 
	}

	.banner-area.profile-overview-banner .banner-content h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.single-overview h2 {
		font-size: 20px;
		line-height: 32px;
	}

	.marketplace-dashboard-area .col-md-3 {
		width: 100% !important;
	}

	.marketplace-sidebar {
		transform: translateX(-110%);
		width: 360px;
		position: absolute;
		top: 30px;
		z-index: 9999999;
		height: 100%;
		transition: .5s;
	}

	.marketplace-dashboard-area .col-md-9 {
		width: 100%;
	}

	.caregivers-profile-details .language-selected {
		flex-wrap: wrap;
	}

	.caregivers-profile-image img {
		width: 120px;
		height: 135px;
		object-fit: cover;
	}

	.caregivers-prices h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.caregivers-title h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.market-sidebar-nav button {
		background: transparent;
		border: none;
		color: #4E4F51;
		font-size: 24px;
	}

	.market-sidebar-nav {
		display: block;
	}

	.marketplace-sidebar.menu-open {
		transform: translateX(-8%);
		
	}

	.close-button button {
		background: transparent;
		border: none;
		color: #4E4F51;
		font-size: 20px;
		position: absolute;
		top: 2px;
		right: 10px;
	}

	.marketplace-dashboard-area {
		padding: 30px 0;
		position: relative;
	}

	.blocked-image img {
		width: 120px;
		height: auto;
		border-radius: 10px;
	}

	.profile-blocked-title h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.profile-blocked-area {
		margin-top: -76px;
		margin-bottom: 30px;
	}

	.profile-blocked-title p {
		font-size: 12px;
		line-height: 16px;
		color: #FFF;
		font-weight: 400;
		max-width: 645px;
		width: 100%;
	}

	.marketplace-banner-right .success {
		padding: 13px 15px;
	}

	.banner-area.profile-open-banner {
		padding: 60px 0;
	}

	.profile-open-item a {
		font-size: 14px;
		line-height: 21px;
	}

	.profile-open-item ul li, .profile-open-item p {
		font-size: 14px;
		line-height: 21px;
	}


}


@media all and (max-width: 767px) {
	.belling-information-popup-footer .subcribe-cancel-yes{
		padding: 10px 20px;
  		font-size: 12px;
	}
	.billing-information.bg-white {
		height: auto;
	}
	.input-area .input.tab.active {
		flex-direction: column;
	}
	.renew-payments .belling-information-popup{
		margin-bottom: 20px;
	}
	.input-form {
		max-width: 100%;
		width: 100%;
	}

	.upload-profile-area img {
		width: 150px;
		height: 150px;
	}

	.up-btn {
		width: 150px;
	}

	.operational-btn {
		padding: 7px 20px;
		margin: 5px;
	}

	.notification-tab .dashboard-switch {
		max-width: 100%;
		width: 100%;
	}

	.input.tab.passwort-tab.active .input-form {
		max-width: 100%;
		width: 100%;
	}

	.banner-content h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.banner-content p {
		font-size: 16px;
		line-height: 24px;
	}

	.dashboard-tab.menu-open {
		transform: translateX(-6.5%);
	}

	.registration-content h2 {
		font-size: 24px;
		line-height: 32px;
	}

	
	.registration {
		padding: 30px 50px;	
	}

	.registration-content h1 {
		margin-top: -58px;
	}

	.submit-btn {
		padding: 12px 0;
	}

	.profile-details a {
		font-size: 16px;
	}

	.up-pdf span {
		top: 8px;
	}

	.select-btn {
		flex-wrap: wrap;
	}

	.compensation-info-input .form-check {
		width: 100%;
		margin-bottom: 5px;
	}

	.radio-btn-group label {
		padding: 10px 22px;
	}

	.radio-btn-group {
		flex-wrap: wrap;
	}

	.caregivers-single-profile-items {
		flex-direction: column;
	}

	.caregivers-profile-image img {
		width: 100px;
		height: 113px;
		object-fit: cover;
	}

	.caregivers-prices h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.caregivers-title h2 {
		font-size: 16px;
		line-height: 26px;
	}

	.caregivers-search .input-form .form-select {
		padding: 5px 10px;
		margin: 0;
	}

	.caregivers-top {
		flex-direction: column;
		align-items: start;
		gap: 15px;
	}


	.profile-blocked-title h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.banner-area.profile-open-banner {
		padding: 45px 0;
	}


	



}

@media all and (max-width: 650px) {
	.dashboard-tab.menu-open {
		transform: translateX(-5%);
	}
}


@media all and (max-width: 575px) {
	.language button { 
		font-size: 12px; 
		padding: 0px 5px; 
		margin: 3px;
	}
	.lan_level { 
		margin: 3px !important;
		padding: 5px 5px;
	}
	.language.language2{
		padding-left: 0;
		margin-top: 0px;
	}
	.input-form input {
		width: 100%;
		padding: 7px;
		margin-bottom: 10px;
	}

	#multiStepForm {
		padding: 15px;
	}

	.devices-image img {
		width: auto;
		height: 22px;
		margin-right: 10px;
	}

	.devices-details h3 {
		font-size: 14px;
	}

	.dvice-btn {
		padding: 7px 15px;
	}

	.dashboard-button-group button {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 22px;
	}

	.dashboard-tab {
		width: 350px;
	}

	.registration {
		padding: 20px 20px;
	}

	.registration-optional-content img {
		width: 120px;
		height: 120px;
	}

	.registration-content h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.banner-area {
		padding: 50px 0;
	}

	.logo a img {
		width: 30px;
	}

	.danger {
		padding: 12px 15px;
	}

	.success {
		padding: 12px 15px;
	}

	.menu {
		top: 70px;
	}
	.profile-details {
		padding-left: 15px;
	}

	.profile-details a img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.profile-details a {
		font-size: 14px;
	}

	.menu {
		top: 60px;
	}

	.dashboard-switch label {
		font-size: 11px;
	}

	.input-form .form-select {
		padding: 7px;
	}

	.registration-optional .radio-btn-group {
		gap: 0 20px;
		flex-wrap: nowrap;
	}

	.registration-optional .radio-btn-group label {
		width: 135px;
		height: 135px;

	}

	.paginations ul {
		justify-content: center !important;
	}

	.caregivers-prices h3 {
		font-size: 14px; 
	}

	.caregivers-title h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.profile-blocked-area {
		margin-top: -92px;
		margin-bottom: 30px;
	}

	.marketplace-banner-right {
		 float: left; 
		 margin-top: 20px;
		/* margin-bottom: 50px; */
	}

	.blocked-image img {
		width: 100px;
		height: auto;
		border-radius: 10px;
	}

	.profile-blocked-title h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.profile-open-item ul li, .profile-open-item p {
		font-size: 12px;
		line-height: 18px;
	}

	.download-btn {
		padding: 5px 15px;
	}

	/* Profile Responsive css  */
	.wa_number_field{
		flex-direction: column;
		align-items: start;
	}
	.preview-btn {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	.availability-input{
		flex-direction: column;
	}

/* 
	.preview-btn {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		text-align: center;
	} */

}




@media all and (max-width: 450px) {
	.registration-optional-content img {
		width: 100px;
		height: 100px;
	}

	.banner-area.profile-blocked-banner {
		padding: 50px 0 70px 0;
	}

	.dashboard-area2 .container{
		padding:0;
		max-width: 100%;
	}





}
