:root {
    --Themepurple: #3A1363;
    --OutLineBorderColor: #4042E2;
    --Themegreen: #0FB8AE;
    --Themefont: "Montserrat", sans-serif;
    --Commonpadding: 80px 0px;
    --Font14px: clamp(12px, 0.729vw, 16px);
    --Font16px: clamp(12px, 0.833vw, 18px);
    --Font18px: clamp(14px, 0.938vw, 20px);
    --Font20px: clamp(14px, 1.042vw, 22px);
    --Font22px: clamp(16px, 1.146vw, 24px);
    --Font24px: clamp(16px, 1.25vw, 28px);
    --Font26px: clamp(14px, 1.4vw, 53px);
    --Font28px: clamp(18px, 1.46vw, 56px);
    --Font38px: clamp(14px, 1.98vw, 76px);
    --Font40px: clamp(20px, 2.083vw, 42px);
    --Font48px: clamp(20px, 2.5vw, 52px);
    --Font56px: clamp(24px, 2.917vw, 60px);
}

.choose-card-box .card {
    border: 2px solid var(--Themepurple);
    border-radius: 40px;
    padding: 3rem 2rem;
}

.choose-what-best h2 {
    text-align: center;
}

.choose-card-box {
    margin: 50px 0px;
}

.disclaimer p {
    font-weight: 500;
    font-size: var(--Font14px);
    line-height: 1.5;
    color: #00000070;
}

.choose-card-box .card .card-title {
    font-weight: 600;
    font-size: var(--Font20px);
    line-height: 1.5;
    color: #000000;
    opacity: 0.7;
}

.choose-card-box .card .card-text {
    font-weight: 400;
    font-size: var(--Font18px);
    line-height: 1.3;
    color: #000000;
    opacity: 0.7;
}

.choose-card-box .card img {
    width: 80%;
}

.cta .btn {
    border: 1px solid var(--OutLineBorderColor);
    border-radius: 28px;
    font-weight: 500;
    font-size: var(--Font16px);
    line-height: 1.5;
    width: 90%;
    padding: 10px 0px;
}

.choose-card-box .cta {
    margin-top: 30px;
}

.choose-what-best {
    padding-top: 70px;
    padding-bottom: 70px;
}

.hire-now-banner {
    position: relative;
}

.hire-now-banner .section-bg-image {
    z-index: -1;
}

.hire-now-banner .section-bg-image img {
    height: 100%;
    width: 100%;
    object-fit: unset;
    border-radius: 0;
}

.back-btn .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    outline: 0;
    background: none !important;
}

.back-btn .btn img {
    width: 25px !important;
}

.homestep-box h2 {
    text-align: center;
    padding: 9px 0px;
}

.hiring-list ul li a {
    display: flex;
    align-items: center;
    border: 2px solid #40256654;
    gap: 16px;
    padding: 12px 25px;
    border-radius: 15px;
    text-decoration: none;
    color: black;
}

.hiring-list ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hiring-list {
    margin: 54px 0px 80px;
}

.homestep-box,
.login-step-box,
.facility-step-box {
    padding: 20px 0px 56px;
}

.gender-card-box ul {
    flex-direction: row;
    flex-wrap: wrap;
}

.gender-card-box ul li {
    flex: 1;
}

h4 {
    font-weight: 700;
    font-size: var(--Font18px);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.language-card-box ul li a {
    display: flex;
    align-items: center;
    border: 2px solid #40256654;
    gap: 16px;
    padding: 30px 25px;
    border-radius: 15px;
    text-decoration: none;
    color: black;
    text-align: center;
    justify-content: center;
}

.language-card-box ul {
    display: flex;
    gap: 1rem;
    width: 70%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.hiring-list.gender-card-box {
    margin: 54px 0px 60px;
}

.language-card-box ul li {
    flex: 1 0 45%;
}

.gender-card-box ul li img {
    height: 45px;
}


.select-language .get-in-touch-input-col {
    width: 100%;
}

.select-language .get-in-touch-section {
    padding: 1rem 0px;
    margin-bottom: 0px;
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.step-next-btn .btn {
    border: 1px solid #4042E2;
    background: linear-gradient(90deg, #422669 0%, #7E49C9 100%);
    color: white;
    font-weight: 500;
    font-size: var(--Font26px);
    line-height: 1.5;
    text-align: center;
    width: 100%;
    border-radius: 34px;
    padding: 12px;
}

.loader-heading-box h2 span {
    font-weight: 500;
    font-size: var(--Font38px);
    line-height: 1.5;
}

.loader-heading-box h2 {
    line-height: 1.5;
    text-align: left;
    padding: 0;
}

.loader-heading-box p {
    font-weight: 500;
    font-size: var(--Font20px);
    line-height: 1.5;
    color: #00000070;
}

.loader-heading-box {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.loader-box {
    width: 85%;
    margin: auto;
}

.loader-content-card-box {
    display: block;
    margin: 50px 0px;

}

.loader-content-card-box h5 {
    font-weight: 600;
    font-size: var(--Font16px);
    line-height: 1.5;
    vertical-align: middle;
    color: var(--Themepurple);
}

.loader-content-card-box ul li .subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #000000B2;
}

.loader-content-card-box ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.loader-content-card-body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.caregiver-icon {
    position: absolute;
    top: -16px;
    left: -22px;
}

.loader-content-card-box .card {
    box-shadow: 0px 4px 20px 5px #0000001A;
    border: 0;
    border-radius: 20px;
    padding: 20px 0px;
}

.loader-content-card-box {
    margin-left: 20px;
}

.caregiver-icon img {
    width: 90%;
}

.caregiver-icon:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #02D75C;
    border-radius: 50%;
    bottom: 0px;
    right: 4px;
}

.starfeedback {
    position: absolute;
    top: 1rem;
    right: 16px;
}

.strip-loader {
    margin-top: 100px;
    margin-bottom: 50px;
}

.form-alert-msg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.loginform {
    width: 54%;
    margin: auto;
}

.form-alert-msg {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 13px 37px;
    border: 1px solid var(--Themepurple);
    border-radius: 15px;
    font-size: 11px;
    color: black;
    font-weight: 400;
    margin-bottom: 1.6rem;
    opacity: 1;
    font-weight: 500;
}

.form-alert-msg b {
    font-weight: 600;
    color: var(--Themepurple);
    font-size: 12px;
}

.same-heading p {
    font-weight: 500;
    font-size: var(--Font20px);
    line-height: 1.5;
    color: #00000070;
}

.same-heading h2 {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.login-form {
    margin-top: 2rem;
}

.form-box-input .form-control {
    border: 1px solid #E8E6EA;
    border-radius: 16px;
    padding: 1.2rem 2rem;
    box-shadow: none !important;
    outline: 0;
    font-weight: 500;
    font-size: var(--Font20px);
    line-height: 1.5;
    color: black;
}

.form-box-input {
    margin-bottom: 1.5rem;
}

.form-box-input .form-control::placeholder {
    color: black;
}

.login-box-btns ul li a span {

    color: #000000;
    opacity: 0.7;
}

.login-box-btns ul li a {
    padding: 17px 25px;
    border-radius: 40px;
    font-weight: 600;
    font-size: var(--Font20px);
    line-height: 1.5;
    opacity: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 2px solid #40256654;
    gap: 16px;
    text-decoration: none;
}

.login-box-btns ul {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.login-special-condition ul li a {
    padding: 12px 35px;
    border-radius: 15px;
}

.login-box-btns ul li {
    flex: 1 0 30%;
}

.login-special-condition .login-flex {
    display: flex;
    justify-content: space-between;
}

.login-special-condition ul li a img {
    height: 45px;
}

.drug-test-box ul li {
    flex: unset;
}

.drug-test-box ul li a {
    border-radius: 15px;
}

.form-step-btn {
    width: 60%;
    margin: 40px auto 0px;
}

.driver-license ul li {
    flex: 0 1 20%;
}

.driver-license ul li a {
    border-radius: 15px;
    padding: 17px 25px;
}

.covid-19-preference ul li {
    flex: auto;
}

.pay-per-hour p {
    font-weight: 500;
    font-size: var(--Font20px);
    line-height: 1.5;
    text-align: center;
    color: #00000070;
    margin-top: 20px;
}

.pay-per-hour p span {
    font-weight: 500;
    font-size: var(--Font26px);
    line-height: 1.5;
    text-align: center;
    color: var(--Themepurple);
}

.double-range-slider {
    margin: 2.5rem 0px;
    padding: 0.6rem 0px;
}

.which-day ul {
    display: flex;
    align-items: center;
    gap: 14px;
}

.which-day ul li a {
    border: 1px solid #E8E6EA;
    text-decoration: none;
    color: black;
    display: block;
    border-radius: 1rem;
    font-weight: 500;
    font-size: var(--Font24px);
    line-height: 1.5;
}

.daysname ul li a {
    padding: 1rem 1rem;
}

.daytime ul li a {
    padding: 1rem;
}

.daytime {
    margin: 1rem 0px 2.5rem;
}

.daytime ul li {
    flex: 1;
    text-align: center;
}

.monthlytime select {
    background-color: #D9D9D9;
    border-radius: 8px;
    padding: 1rem 21px;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    border: 0;
    border-bottom: 2px solid #0369D7;
    font-weight: 500;
    font-size: var(--Font16px);
    line-height: 1.5;
    width: 250px;
}

.which-day ul li {
    flex: 1;
    text-align: center;
}

.daysname ul {
    width: 90%;
}

.which-day-box {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.datetime {
    border: 1px solid #E8E6EA;
    border-radius: 16px;
    padding: 1.2rem 1.2rem;
    box-shadow: none !important;
    outline: 0;
    font-weight: 500;
    font-size: var(--Font20px);
    line-height: 1.5;
    color: black;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.datetime img {
    width: 35px;
}

.datetime-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.datetime-box .hours {
    display: flex;
    align-items: center;
    gap: 25px;
}

.datetime-box .hours img {
    width: auto;
}

.date-duration-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 3rem 0px;
}

.starttime {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.am-pm button img {
    width: auto;
}

.login-requiremnt-box ul li {
    flex: unset;
}

.login-requiremnt-box ul li a img {
    width: 60px;
}

.login-requiremnt-box ul li a {
    border-radius: 15px;
    padding: 12px 30px;
}

.tab-text {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 1rem;
    border: 1px solid #402566;
    border-radius: 50px;
}

.tab-text span {
    font-weight: 400;
    font-size: var(--Font14px);
    line-height: 1.5;
    color: #402566;
}

.tab-btn {
    cursor: pointer;
}

.skills-and-qualifications .form-box-input {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.skills-and-qualifications .form-box-input .form-control {
    flex: 0 0 50%;
    margin-right: 4px;
    padding: 1.2rem 1.5rem;
}

.priority-box .form-box-input .form-control {
    padding: 1.2rem 1.5rem;
}

.priority-box {
    margin: 20px 0px;
    width: 50%;
}

.rating-icon .fa-star {
    font-size: 50px;
    color: #D9D9D9;
}

.rating-icon .fa-star:nth-child(1) {
    color: #F1AE1D;
}

.skip-btn a {
    font-weight: 500;
    font-size: var(--Font20px);
    line-height: 1.5;
    text-decoration: underline;
}

.choose-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.choose-heading h3 {
    font-weight: 600;
    font-size: var(--Font40px);
    line-height: 1.5;
}

.plans-list .card {
    border: 0;
    background: transparent;
}

.plans-list .card .card-header {
    border: 0;
}

.plans-list .card .card-footer,
.plans-list .card .card-body {
    border: 0;
    padding: 0;
}

.plans-card {
    background: linear-gradient(139.27deg, #402566 1.94%, #804ACC 100.95%);
    border-radius: 24px;
    color: white;
    padding: 1.6rem;
}

.plans-list .card .card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
    padding: 1.5rem 1rem;
}

.plans-time h3 {
    font-size: 65px;
    font-weight: 600;
}

.plans-time {
    text-align: center;
}

.plans-time span {
    font-size: var(--Font16px);
    font-weight: 600;
    text-transform: uppercase;
}

.billing-option {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 1rem;
    background-color: #D9D9D933;
    box-shadow: 0px 4px 4px 0px #0000001A;
    border-radius: 40px;
    color: #000000;
}

.dollor-price {
    font-size: var(--Font26px);
    font-weight: 700;
    color: #000000;
}

.sub-dollor-price {
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
    color: #000000;
}

.plans-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.billing-option span {
    font-weight: 500;
    font-size: var(--Font16px);
    line-height: 1.5;
    text-transform: uppercase;
}

.plans-card .card-title {
    font-weight: 600;
    font-size: var(--Font24px);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.plans-card .card-text {
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
}

.plans-card .card-text ul {
    padding: 1rem 0px 2rem;
}

.plans-card .card-text ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    line-height: 1.7;
}

.plans-card .card-text ul li img {
    width: 20px;
}

.buy-now-btn .step-next-btn .btn {
    border: 0;
    background: white;
    color: black;
    font-weight: 500;
    font-size: var(--Font24px);
    text-transform: uppercase;
}

.buy-now-btn .step-next-btn .btn:hover {
    color: white;
    background: linear-gradient(90deg, #402566 0%, #804ACC 100%);
}

.plans-list {
    width: 85%;
    margin: 1rem auto;
}

.choose-plan {
    box-shadow: 0px 0px 20px 10px #0000001A;
    border-radius: 40px;
    padding: 2rem 3rem;
    position: relative;
    background: white;
}

.choose-access {
    margin-top: 30px;
}

.choose-plan::before,
.choose-plan::after {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(180deg, #59E4D5 0%, #15868A 100%);
    z-index: 1;
}

.choose-plan::before {
    bottom: -40px;
    left: -50px;
}

.choose-plan::after {
    top: 80px;
    right: -115px;
}

/* facility css ================================ */

.facility-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.facility-caregiver .form-box-input .form-control {
    padding: 1.2rem 1.2rem;
}

.facility-caregiver {
    flex: 1;
}

.facility-step-box .login-box-btns ul {
    gap: 10px;
    justify-content: center;
}

.facility-step-box .login-box-btns ul li {
    flex: 0 0 30%;
}

.facility-step-box .facility-drug-test-box ul {
    justify-content: flex-start;
}

.facility-step-box .facility-drug-test-box ul li a {
    border-radius: 15px;
    padding: 20px 25px;
}

.facility-step-box .facility-drug-test-box ul li {
    flex: unset;
}

.facility-step-box .hiring-model ul li {
    flex: 1;
}

.facilityform .login-form {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}

.facilityform .login-form .form-box-input {
    flex: 0 0 49%;
}

.facilityform {
    width: 80%;
    margin: 20px auto;
}

.facility-form-box-btn {
    width: 50%;
    margin: auto;
}


.facility-step-box .facility-hiring-urgency ul {
    justify-content: flex-start;
}

.facility-step-box .facility-hiring-urgency ul li {
    flex: unset;
}

.facility-caregiver-certification {
    flex-basis: 60%;
}

.facility-form-step-btn {
    width: 60%;
    margin: 60px auto 20px;
}

.facility-compliance-screen .form-box-input {
    margin-top: 1rem;
    width: 60%;
}

.payment-billing-subheading {

    font-weight: 700;
    font-size: var(--Font18px);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.h4font28 {
    font-weight: 700;
    font-size: var(--Font28px);
    line-height: 1.5;
}

.facility-step-box .special-requirements ul {
    justify-content: flex-start;
}

.facility-step-box .special-requirements ul li {
    flex: unset;
}

.facility-step-box .special-requirements ul li a {
    padding: 17px 50px;
}

.facility-upload {
    max-width: 500px;
}

.custom-file-upload {
    position: relative;
    border: 1px solid #E8E6EA;
    border-radius: 16px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: white;
    font-weight: 500;
    font-size: var(--Font20px);
    line-height: 1.5;

}

.custom-file-upload input[type="file"] {
    display: none;
}

 

.custom-file-upload label {
    background-color: #5c3dfc;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: var(--Font14px);
    line-height: 1.5;
    transition: background-color 0.3s ease;
    margin-bottom: 0 !important;
}

.custom-file-upload label:hover {
    background-color: #4727d2;
}

/* facility css ================================ */


/* caregiver css ====== */

.caregiverscreentwo .datetime {
    padding: 15px 20px;
}

.caregiverscreentwo .custom-file-upload {
    padding: 1rem 2rem;
}

.facilityform .login-form .form-box-input label:nth-child(1) {
    font-weight: 700;
    font-size: var(--Font18px);
    line-height: 1.5;
    margin-bottom: 12px;
}

.get-in-touch-section .get-in-touch-input-col select {
    height: 60px;
}

.caregiverloginform .datetime img {
    width: 28px;
}

.caregiverloginform .datetime {
    padding: 1rem 1.2rem;
}

.preferred-working ul li {
    flex: unset;
}

.preferred-working ul li a {
    padding: 17px 34px;
}

.shift-availablity ul {
    justify-content: center;
    align-items: center;
}

.shift-availablity ul li {
    flex: unset;
    flex-basis: 24%;
}

.shift-availablity ul li a {
    padding: 17px 3px;
}

.caregiver-special-condition ul li {
    flex: unset;
}

.caregiver-covid-19 ul li {
    flex: unset;
}

.caregiver-covid-19 ul li a {
    border-radius: 15px;
    padding: 22px 35px;
}

.caregiver-upload-resume .login-flex {
    display: flex;
    justify-content: space-between;
    gap: 33px;
}

.caregiver-upload-resume .login-flex .login-col {
    flex: 1;
}

.facility-step-box .facility-caregiver-kind ul li a {
    padding: 17px 5px;
}

.facility-step-box .facility-caregiver-kind ul li {
    flex: 1 0 30%;
}

.driver-insurance-box .login-flex {
    justify-content: flex-start;
    gap: 100px;
}

.choose-plan .plans-list .row {
    justify-content: center;
}

/* caregiver css ====== */


/* after login as hirer =============== */

.search-icon img {
    width: 23px;
}

.search-icon {
    box-shadow: 0px 0px 4px 0px #0000001A;
    display: inline-block;
    padding: 12px 13px;
    border-radius: 50%;
    background: #FAF9F9;
}

.header-search input {
    border: 1px solid #DEDEDE;
    background-color: #FAF9F9;
    font-weight: 400;
    font-size: var(--Font18px);
    line-height: 1.5;
    color: #000000;
    padding: 10px 26px;
    border-radius: 10px;
    box-shadow: none !important;
    outline: 0 !important;
}

.header-nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-nav-tabs ul {
    display: flex;
    align-items: center;
    gap: 22px;
    text-align: center;
}

.search-icon img {
    width: 23px;
    height: 20px;
    object-fit: contain;
}

.header-nav-tabs ul .nav-label {
    font-weight: 400;
    font-size: var(--Font14px);
    line-height: 1.5;
    color: #000000;
    margin-top: 14px;
}

.dropdown-arrow i {
    font-size: 12px;
}

.dropdown-arrow {
    padding-top: 14px;
    padding-left: 10px;
    cursor: pointer;
}

header.desktop-menu .new-header-cta-btn {
    margin-left: 20px;
}

header.desktop-menu .new-header-cta-btn a {
    box-shadow: none;
    background: linear-gradient(90deg, #422669 0%, #7E49C9 100%);
}

header.second-header::before,
header.second-header::after {
    display: none;
}

header.second-header {
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.hirer-category-list .nav-link img {
    width: 50px;
}

.hirer-category-list .nav-link h5 {
    font-weight: 400;
    font-size: var(--Font18px);
    line-height: 1.5;
    color: #000000;
    opacity: 0.7;
    margin: 6px 0px;
}

.hirer-category-list {
    justify-content: space-between;
    border: 0;
    padding-top: 10px;
}

.hirer-category-list li .nav-link {
    border: 0;
    outline: 0;
}

.hirer-category-list li .nav-link.active {
    border-bottom: 6px solid #7E49C9;
}

.hirer-category-list li .nav-link.active h5 {
    font-weight: 600;
    opacity: 1;
}

.strip-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 1.5rem 0px;
    background: #F9F5FF;
}

.category-filter-list ul li a img {
    width: 40px;
}

.category-filter-list-flex ul li a img {
    width: 50px;
}

.category-filter-list ul li a {
    border-radius: 50px;
    padding: 11px 40px;
    gap: 8px;
}

.category-filter-list ul,
.category-filter-list-btn ul,
.category-filter-list-flex ul,
.caregiver-covid-flex ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.category-filter-list-btn ul li a {
    padding: 17px 50px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
}

.category-filter-list-btn ul li,
.category-filter-list-flex ul li {
    flex: 0 0 calc(50% - 10px);
}

.caregiver-need-preference ul li:last-child {
    flex: 0 0 80%;
}

.category-filter-list-flex ul li a {
    justify-content: center;
}

.category-filter a {
    font-weight: 600;
    font-size: var(--Font20px);
    line-height: 1.5;
    color: black;
    opacity: 0.7;
}

.category-filter select {
    font-weight: 500;
}

.caregiver-covid-flex ul li a {
    border-radius: 15px;
    padding: 22px 18px;
    align-items: center;
    justify-content: center;
}

.caregiver-covid-flex ul li {
    flex: 1 0 calc(50% - 10px);
}

.category-filter {
    box-shadow: 0px 0px 20px 5px #0000000D;
    background: #FAF9F9;
    padding: 1px 3rem 65px;
}

.caregiver-icon-image {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 80%;
}

.caregiver-icon-image img {
    width: 100%;
}

.caregiver-icon-image:before {
    right: -5px;
}

.hirer-card-content-box {
    box-shadow: 0px 4px 20px 5px #0000001A;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 22px 20px;
    margin-bottom: 2rem;
}

.hirer-content-card-body h5 {
    font-weight: 600;
    font-size: var(--Font18px);
    line-height: 1.5;
    color: var(--Themepurple);
    margin-bottom: 10px;
}

.hirer-content-card-body .subtitle {

    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #000000B2;

}

.hirer-content-card-body ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.view-details-btn {
    background: linear-gradient(90deg, #422669 0%, #7E49C9 100%);
    color: #ffffff;
    border: 0;
    box-shadow: none !important;
    font-weight: 500;
    font-size: var(--Font18px);
    line-height: 1.5;
    padding: 9px 28px;
    border-radius: 34px;
    text-decoration: none;
    text-transform: capitalize;
}

a.view-details-btn {
    color: #ffffff !important;
}

.hirer-content-card-body {
    display: flex;
    justify-content: space-between;
}

.inner-hirer-btn {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hirer-card-list-title {
    font-weight: 500;
    font-size: var(--Font24px);
    line-height: 1.5;
    margin-bottom: 18px;
    color: #000000;
}

div#hirer-category-tab-Content,
.profile-details-box {
    margin: 55px 0px;
}

/* after login as hirer =============== */

/* Profile details page =========== */

.profile-address-rating ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-address-rating ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-address-rating ul li .dot {
    background: #402566;
    width: 3px;
    height: 3px;
}

.profile-card-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.profile-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.common-card {
    box-shadow: 0px 0px 20px 10px #0000000D;
    border-radius: 20px;
    padding: 36px 40px;
}

.profile-details-box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.profile-experience-rate ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
}

.profile-experience-rate {
    width: 100%;
}

.profile-description ul li {
    display: flex;
    gap: 20px;
}

.profile-des-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-experience-rate {
    width: 100%;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 34px 0px;
    border-radius: 20px;
}

.profile-description ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 30px 0px;
}

.profile-btn {
    width: 100%;
    text-align: center;
}

.profile-btn .view-details-btn {
    font-weight: 600;
    font-size: var(--Font24px);
    line-height: 1.5;
    width: 100%;
    padding: 1rem 28px;
}

.profile-title span {
    font-weight: 600;
    font-size: var(--Font30px);
    line-height: 1.5;
    color: #000000;
}

.profile-address-rating .subtitle {
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
    color: #000000B2;
}

.profile-address-rating .subtitle b {
    font-weight: 600;
}

.profile-experience-rate h5 {
    font-weight: 600;
    font-size: var(--Font24px);
    line-height: 1.5;
    color: #000000;
}

.profile-experience-rate ul li p {
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
}

.profile-des-content {
    font-size: var(--Font16px);
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
}

.profile-des-content span {
    font-weight: 600;
}

.profile-description ul li img {
    object-fit: contain;
}

.profile-image {
    position: relative;
}

.profile-image:before {
    right: -5px;
}

.starfeedback img {
    width: 30px;
}

.common-card .starfeedback {
    top: 1.5rem;
    right: 2rem;
}

.profile-card-title {
    font-weight: 500;
    font-size: var(--Font22px);
    line-height: 1.5;
    color: #000000;
}

.profile-card-para {
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
    color: #000000;
}

.profile-card-para span {
    color: #000000B2;
}

.profile-card-para span b {
    font-weight: 600;
    color: #000000;
}

.profile-card-para ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    color: #000000B2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-about {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
}

.profile-card-para span {
    margin: 7px 0px 20px;
    display: block;
}

.profile-details-box .profile-details-card:nth-child(odd) {
    flex: 0 0 calc(42% - 20px);
}

.profile-details-box .profile-details-card:nth-child(even) {
    flex: 0 0 calc(58% - 20px);
}

.profile-other-details h5 {
    font-weight: 600;
    font-size: var(--Font24px);
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}

.profile-other-details {
    margin-bottom: 2.5rem;
}

.profile-other-details ul {
    list-style-type: disc;
    padding-left: 1rem;
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
    font-size: var(--Font18px);
    line-height: 1.5;
}



.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.leave-review {
    padding: 0.3rem 1rem;
    border: 1px solid #4042E2;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
    font-weight: 500;
    font-size: var(--Font18px);
    line-height: 1.5;
    color: #000000;
}

.rating {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-weight: 600;
    font-size: var(--Font70px);
    line-height: 1.5;
    color: #000000B2;
    gap: 12px;
    margin-bottom: 20px;
}


.rating-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.rating span {
    font-size: 1.5rem;
    color: gold;
    display: block;
    line-height: 1;
}

.review-card {
    display: flex;
    padding: 1rem 1.5rem;
    box-shadow: 0px 4px 20px 5px #0000001A;
    border-radius: 20px;
    margin-bottom: 1rem;
    background-color: white;
}

.review-card img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 1rem;
}

.review-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    align-items: end;
}

.review-footer .star {
    color: gold;
}

.show-reviews {
    text-align: left;
    margin-top: 1rem;
}

.show-reviews a {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
}

.review-footer span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}

.show-reviews a {
    font-weight: 400;
    font-size: var(--Font20px);
    line-height: 1.5;
    text-decoration: underline;
}

.slot-card {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.slot-avaibility {
    color: #02A347;
    font-weight: 500;
    font-size: 12px;
    line-height: 2;
}

.slot-avaibility span {
    font-weight: 400;
    display: block;
}

.slot-card-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #D5FFE7;
    border-radius: 10px;
    padding: 10px 1rem;
    flex: 0 0 calc(50% - 5px);
}

.slot-add-remove {
    background: white;
    padding: 5px;
    box-shadow: 0px 4px 4px 0px #0000001A;
    border-radius: 4px;
}

.slot-add-remove i {
    color: #402566;
    font-size: 20px;
}

.time-slot-card h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.calender-date-time-box {
    display: flex;
    justify-content: space-between;
}

.calender-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.calender-date span {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #402566;
}

.time-slot-card {
    flex: 0 0 70%;
}

.calender-box {
    margin-bottom: 40px;
}

.profile-details-box .profile-details-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.profile-details-box .profile-details-card:last-child {
    margin-top: -335px;
}

.find-caregiver-list {
    justify-content: space-around;
    border-bottom: 1px solid #D7D7D7;
    padding-top: 30px;
}

.find-caregiver-list li .nav-link {
    width: 80%;
    margin: auto;
}

.find-caregiver-list li {
    flex: 1;
}

.find-caregiver-list-content .profile-about {
    margin-top: 20px;
}

.filter-box .form-box-input {
    margin: 0;
    flex: 1;
}

.filter-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 2.5rem;
}

.filter-box h3 {
    font-weight: 700;
    font-size: var(--Font18px);
    line-height: 1.5;
    color: #000000;
}

/* Profile details page =========== */


/* Job page ========= */
.job-container {
    margin: 40px 0px;
}

.job-posting {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-posting .view-details-btn {
    display: block;
    padding: 15px 25px;
}

.job-posting span {
    font-weight: 500;
    font-size: var(--Font24px);
    line-height: 1.5;
    color: #000000;
}

.job-tab-box {
    border-bottom: 1px solid #D7D7D7;
}

.job-tab-box ul li {
    flex: 1;
}

.job-tab-box ul {
    border: 0;
    width: 40%;
}

.job-tab-box ul .nav-link {
    border: 0;
    font-weight: 300;
    font-size: var(--Font24px);
    line-height: 1.5;
    color: #000000 !important;
    width: 100%;
}

.job-tab-box ul .nav-link.active {
    font-weight: 500;
    border-bottom: 6px solid #7E49C9;
}

.job-card {
    /* background-color: #ffffff; */
    border-radius: 10px;
    padding: 20px 24px;
    position: relative;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.job-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-card-header h2 {
    margin: 0;
    font-weight: 600;
    font-size: var(--Font26px);
    line-height: 1.5;
    color: #000000;
}

.applicants {
    background-color: #d4f5db;
    color: #027854;
    padding: 6px 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: var(--Font14px);
    line-height: 1.5;

}

.job-card h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 11px 0px 6px;
}

.job-title {
    color: var(--Themepurple);
    font-weight: 600;
    font-size: var(--Font20px);
    line-height: 1.5;

}

.critical {
    background-color: #FE706257;
    color: #E63625;
    padding: 4px 15px;
    border-radius: 20px;
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
}

.job-card p {
    margin: 0 0 16px;
    font-weight: 300;
    font-size: var(--Font20px);
    line-height: 1.5;
    color: #000000;
}

.edit-link {
    font-weight: 300;
    font-size: var(--Font20px);
    line-height: 1.5;
    text-decoration: underline;
    color: #015AC8;
}

.job-card .arrow-btn {
    border: none;
    border-radius: 50%;
    /* padding: 8px 12px; */
    font-size: 20px;
    cursor: pointer;
    color: #888888;
    margin-left: 12px;
}

.job-listing-box {
    margin-top: 36px;
}

.job-list .nav-tabs .nav-link {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    text-align: left;
    width: 100%;
}

.job-list .nav-tabs .nav-link.active {
    background-color: #FAF3FF;
}

.job-list .nav-tabs {
    border: 0 !important;
    gap: 30px;
}


/* ========== */

.job-detail-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 10px #0000000D;
    color: #000000;
}

.job-detail-content {
    padding: 30px;
}

.job-detail-header h2 {
    font-weight: 500;
    font-size: var(--Font30px);
    line-height: 1.5;
    margin-bottom: 5px;
    color: #000000;
}

.job-detail-header p {
    font-weight: 300;
    font-size: var(--Font20px);
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #D7D7D7;
}

.job-main-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 1.2rem;
}

.job-title-group h3 {
    color: var(--Themepurple);
}

.job-title-group p {
    margin: 0 0 16px;
    font-weight: 400;
    font-size: var(--Font20px);
    line-height: 1.5;
    color: #000000;
}

.job-main-btn .view-applicants-btn {
    text-decoration: none;
    color: var(--Themepurple) !important;
    background: transparent;
    border: 1px solid #4042E2;
    padding: 12px 28px;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.meta-item strong {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: var(--Font24px);
    line-height: 1.5;
    color: #000000;
}

.job-section {
    margin-bottom: 20px;
}

.job-section h4 {
    font-weight: 600;
    font-size: var(--Font24px);
    line-height: 1.5;
}


.info-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.info-columns ul {
    color: #000000B2;
}

.job-title-group {
    flex: 0 0 50%;
}

.job-posted {
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
    color: #000000B2;
}

.job-posted span {
    font-weight: 500;
}

.meta-item .dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: black;
    display: inline-block;
}

.mete-item-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: var(--Font18px);
    line-height: 2;
    color: #000000B2;
    margin-top: 10px;
}

.job-section .profile-description ul {
    margin: 0 0 40px;
}

.job-section .profile-description ul li img {
    width: 30px;
}

.job-section .profile-other-details {
    margin-bottom: 0;
}

.job-language {
    margin-bottom: 40px;
}

.job-list {
    position: sticky;
    top: 120px;
}


.job-action-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.edit-job-btn {
    background: linear-gradient(90deg, #6D17DE 0%, #6E0A7C 100%);
    color: #ffffff;
    border-bottom-left-radius: 20px;
}

.edit-job-btn:hover {
    color: #ffffff;
}

.pause-job-btn {
    border: 1px solid #804ACC;
    border-bottom-right-radius: 20px;
    color: #6E0C90;
}

.pause-job-btn:hover {
    color: #6E0C90;
}

.edit-pause-btn {
    flex: 1;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    font-size: var(--Font20px);
    line-height: 1.5;
    text-decoration: none;
    box-shadow: 0px 4px 4px 0px #0000001A inset;
}

.edit-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 2rem 1rem;
    border-bottom: 1px solid #D7D7D7;
}

.edit-modal-header span {
    font-weight: 500;
    font-size: var(--Font30px);
    line-height: 1.5;
    color: #000000;
}

.edit-modal-header button {
    padding: 10px 50px;
}

.edit-content-list .category-filter-list ul li a img {
    width: 30px;
}

.edit-content-list .category-filter-list-btn ul li {
    flex: 1;
}

.edit-content-list .covid-19-preference ul li {
    flex: unset;
}

.edit-job-modal .modal-body {
    padding: 2rem;
}

.btn-close {
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px #00000040;
}


/* Job page ========= */

/* bookmark ========= */

.bookmark-list {
    margin: 40px 0px;
}

.bookmark-title {
    font-weight: 500;
    font-size: var(--Font24px);
    line-height: 1.5;
    margin: 20px 0px;
}

/* bookmark ========= */

/* Profile */
.profile-container h5 {
    font-weight: 600;
    font-size: var(--Font30px);
    line-height: 1.5;

}

.profile-container p {
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
}

.profile-container p strong {
    font-weight: 500;
    color: black;
}

.rounded {
    border-radius: 20px !important;
}

.profile-container h4 {
    font-weight: 600;
    font-size: var(--Font48px);
    line-height: 1.5;
}

.about-me p {
    font-weight: 400;
    font-size: var(--Font20px);
    line-height: 1.5;
}

.edit-profile-form .form-box-input {
    position: relative;
}

.edit-profile-form .form-box-input .edit-btn-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
}

.edit-profile-form .form-box-input img.edit-btn-icon {
    width: 20px;
}

.review-msg span {
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;
}

.rating-icon-star h5 {
    font-weight: 500;
    font-size: var(--Font22px);
    line-height: 1.5;
    color: #000000;
}

.rating-icon-star p {
    font-weight: 400;
    font-size: var(--Font18px);
    line-height: 1.5;
    color: #000000B2;
}

.review-input textarea {
    box-shadow: 0px 4px 20px 5px #0000001A;
    border: 0;
    border-radius: 20px;
}

/* Profile */


/* faq */

.faq-section {
    margin: 30px auto;
    padding: 0px 50px;
}

.faq-section h1 {
    font-size: var(--Font48px);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    font-weight: 500;
    font-size: var(--Font24px);
    line-height: 1.5;
}

.faq-question::after {
    content: '⌄';
    font-size: 16px;
    position: absolute;
    right: 0;
    transition: transform 0.3s;
}

.faq-question.active::after {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 0 10px;
}

.faq-answer p {
    margin: 10px 10px;
    color: #333;
    box-shadow: 0px 4px 20px 5px #0000001A;
    padding: 25px;
    border-radius: 20px;
    font-weight: 400;
    font-size: var(--Font16px);
    line-height: 1.5;

}


/* faq */

/* header dropdown  */

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    left: -145px !important;
    box-shadow: 0px 0px 20px 20px #0000000D;
    border: 0;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    top: 110%;
}

.dropdown ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
    margin: 10px 0px;
    gap: 16px;
}

.menu-list-box h5 {
    font-weight: 700;
    font-size: var(--Font16px);
    line-height: 2;
    color: #919191;
}

.menu-list-box ul li span {
    font-weight: 400;
    font-size: var(--Font18px);
    line-height: 1.5;
}

.menu-list-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-list-box ul li img {
    width: 20px;
}

.menu-list-box {
    margin-bottom: 20px;
}

/* header dropdown  */
 