@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.top-bar-landing {
    background-color: #000;
    padding: 15px 0px;
    font-family: "Inter", sans-serif;
}

.top-bar-landing img {
    width: 20px;
}

.top-bar-landing p {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    gap: 5px;
}

.top-bar-landing ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.top-bar-landing ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    gap: 5px;
}

.landing-banner-section {
    height: 600px;
    position: relative;
}

.landing-banner-section::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-270deg, #000000 0%, rgba(255, 255, 255, 0) 54.92%);
    z-index: 1;
}

.landing-banner-section .bg-image-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.landing-banner-section .bg-image-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.landing-banner-section .container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.landing-banner-section .container .row {
    height: 100%;
}

.landing-banner-section .container .row .col-lg-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-banner-section .container .row .col-lg-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-banner-section h1 {
    font-size: clamp(20px, 3.125vw, 65px);
    color: #fff;
    font-weight: 700;
    font-family: var(--Themefont);
    line-height: 1.4;
}

.landing-banner-section h2 {
    color: #fff;
    font-weight: 300;
    font-family: var(--Themefont);
    margin-top: 5px;
    line-height: 1.2;
    font-size: clamp(18px, 2.083vw, 45px);
}

.landing-banner-section h2 span {
    font-weight: 600;
}

.landing-banner-section p {
    color: #fff;
    font-family: var(--Themefont);
    font-size: clamp(14px, 1.042vw, 26px);
    margin: 15px 0px;
    line-height: 1.4;
    font-weight: 400;
}

.landing-banner-section .landing-banner-textarea a {
    padding: 10px 30px;
    border-radius: 50px;
    background-color: #fff;
    color: #3A1363;
    font-size: clamp(14px, 1.042vw, 26px);
    text-decoration: none;
    font-family: var(--Themefont);
    display: block;
    width: fit-content;
    margin-top: 10px;
    font-weight: 500;
}

.landing-banner-form {
    background: #00000066;
    padding: 20px;
    text-align: center;
    border-radius: 40px;
}

.landing-banner-form h3 {
    text-align: center;
    font-family: var(--Themefont);
    color: #fff;
    font-weight: 600;
    font-size: clamp(14px, 1.25vw, 26px);
}

.landing-banner-form .form-row-landing {
    display: flex;
    flex-wrap: wrap;
}

.landing-banner-form iframe {
    width: 100%;
    height: 440px;
    border-radius: 30px;
}

.landing-banner-form iframe form {
    display: none;
}

.landing-banner-form .ml-form-formContent {
    display: flex !important;
}

#mlb2-28608969.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
    padding: 0 !important;
}

.landing-page-banner-image-logo {
    position: absolute;
    top: 20px;
    width: 285px;
}

.landing-page-banner-image-logo img {
    width: 100%;
}

.bottom-apply-form-inner {
    text-align: center;
    background-color: #fff;
    border-radius: 25px;
}

.bottom-apply-form-inner iframe {
    height: 480px;
    width: 100%;
    border-radius: 30px;
}

.bottom-apply-section .row {
    display: flex;
    justify-content: space-between;
}

.bottom-apply-form-inner h6 {
    font-family: var(--Themefont);
    font-weight: 600;
    padding-top: 40px;
    font-size: 20px;
}

.why-flexi-section {
    display: flex;
}

.why-flexi-section .why-flexi-left-col {
    width: 35%;
}

.why-flexi-section .why-flexi-left-col img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.why-flexi-section .why-flexi-right-col {
    width: 65%;
    padding: 60px;
    background-color: #F4FAFD;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.why-flexi-section .why-flexi-right-col h2 {
    color: #000;
    font-size: clamp(25px, 2.5vw, 50px);
    font-family: var(--Themefont);
}

.why-flexi-section .why-flexi-right-col h6 {
    font-size: clamp(16px, 1.042vw, 22px);
    font-family: var(--Themefont);
    margin-top: 20px;

}

.why-flexi-section .why-flexi-right-col ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0px;
    margin-top: 30px;
}

.why-flexi-section .why-flexi-right-col ul li {
    width: 32%;
}

.why-flexi-section .why-flexi-right-col ul li .why-flexi-card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.why-flexi-section .why-flexi-right-col ul li .why-flexi-card {
    text-align: center;
    padding: 40px 20px;
    border-radius: 24px;
    background-color: #FFFBFB;
    box-shadow: 0px 16px 16px 0px #0000000D;
    height: 100%;
}

.why-flexi-section .why-flexi-right-col ul li .why-flexi-card p {
    font-family: var(--Themefont);
    font-size: clamp(14px, 1.042vw, 22px);
    line-height: 1.3;
    font-weight: 500;
    padding-top: 20px;
}

.who-can-apply {
    text-align: center;
    padding: 60px 0px;
}

.who-can-apply h2 {
    color: #000;
    font-size: clamp(25px, 2.5vw, 50px);
    font-family: var(--Themefont);
}

.who-can-apply p {
    color: #000;
    font-family: var(--Themefont);
    margin: 15px 0px;
}

.who-can-apply a {
    font-family: var(--Themefont);
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #3A1363;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 30px auto 20px auto;
    text-decoration: none;
    font-size: clamp(14px, 1.25vw, 26px);
    border: 1px solid #4042E2;
}

.who-can-apply ul {
    display: flex;
    justify-content: space-between;
}

.who-can-apply ul li {
    width: 24%;
}

.who-can-apply ul li h6 {
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-family: var(--Themefont);
    font-size: clamp(14px, 1.25vw, 26px);
}

.what-all-need {
    background-image: url(../images/parllax-landing.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 0px;
}

.what-all-need .row {
    display: flex;
    justify-content: center;
}

.what-all-need .what-all-need-inner-section {
    padding: 30px;
    border-radius: 20px;
    background: #FFFFFF99;
    backdrop-filter: blur(80px);
    text-align: center;
    padding-bottom: 0;
}

.what-all-need .what-all-need-inner-section h2 {
    font-size: clamp(25px, 2.5vw, 50px);
    font-family: var(--Themefont);
}

.what-all-need .what-all-need-inner-section h6 {
    font-family: var(--Themefont);
    margin-top: 10px;
    font-size: clamp(14px, 1.042vw, 22px);
}

.what-all-need .what-all-need-inner-section .what-all-need-inner-section-row {
    display: flex;
    padding-inline: 30px;
    justify-content: space-between;
}

.what-all-need .what-all-need-inner-section .what-all-need-inner-section-row .what-all-need-left-col {
    text-align: left;
    padding-bottom: 30px;
}

.what-all-need .what-all-need-inner-section .what-all-need-inner-section-row .what-all-need-left-col ul li {
    font-family: var(--Themefont);
    font-size: clamp(14px, 1.042vw, 22px);
}

.what-all-need .what-all-need-inner-section .what-all-need-inner-section-row .what-all-need-left-col ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.what-all-need .what-all-need-inner-section .what-all-need-inner-section-row .what-all-need-left-col ul li img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.what-all-need-right-col {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 40%;
}

.landing-slider-section {
    background-color: #128083;
    padding: 70px 0px;
}

.landing-slider-section h2 {
    color: #fff;
    font-family: var(--Themefont);
    font-size: var(--Font48px);
    text-align: center;
    margin-bottom: 25px;

}

.landing-slider-section p {
    color: #fff;
    font-family: var(--Themefont);
    font-weight: 400;
    text-align: center;
    font-size: clamp(14px, 1.042vw, 22px);
}

.landing-slider {
    margin-top: 50px;
    padding: 0 7%;
    position: relative;
}

.landing-slide {
    padding: 30px 0px;
    border-radius: 20px;
    background-color: #fff;
    height: 220px;
    text-align: center;
    position: relative;
}

.landing-slide p {
    text-align: center;
    color: #000;
    padding: 10% 18%;
    line-height: 1.5;
    font-size: 13px;
    position: relative;
}

.landing-slide::before {
    position: absolute;
    content: '';
    left: 20px;
    top: 30px;
    height: 35px;
    width: 35px;
    background-image: url(../images/left-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.landing-slide::after {
    position: absolute;
    content: '';
    right: 22px;
    bottom: 55px;
    height: 35px;
    width: 35px;
    background-image: url(../images/right-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.landing-slide h6 {
    font-family: var(--Themefont);
    font-weight: 600;
    margin-top: 10px;
    font-size: clamp(14px, 1.25vw, 26px);
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel .owl-nav.disabled {
    display: flex;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-carousel .owl-nav.disabled img {
    width: 50px;
    padding: 0;
    margin: 0;
}

.owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-apply-section {
    padding: 60px 0px;
    position: relative;
}

.bottom-apply-section .bg-image-section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bottom-apply-section .bg-image-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bottom-apply-section .container {
    position: relative;
}

.bottom-apply-section h2 {
    font-family: var(--Themefont);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    line-height: 1.4;
}

.bottom-apply-section h2 b {
    font-weight: 700;
}

.bottom-apply-section p {
    font-weight: 400;
    font-family: var(--Themefont);
    font-size: clamp(16px, 1.146vw, 24px);
    padding-right: 10%;
    margin: 10px 0px;
    line-height: 1.4;
}

.bottom-apply-section h4 {
    font-weight: 400;
    font-family: var(--Themefont);
    font-size: clamp(16px, 1.563vw, 32px);
    line-height: 1.4;
    font-weight: 700;
}

.bottom-apply-section a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #402566;
    border-radius: 70px;
    color: #fff;
    font-size: clamp(16px, 1.146vw, 24px);
    font-weight: 700;
    font-family: var(--Themefont);
    padding: 10px 20px;
    width: fit-content;
    gap: 10px;
}

.bottom-apply-section a img {
    width: 20px;
}

.landing2.why-flexi-card ul li {
    width: 48%;
}

.why-flexi-section.landing2 .why-flexi-right-col ul li {
    width: 48%;
}

.who-can-apply.landing2 ul {
    flex-wrap: wrap;
}

.who-can-apply.landing2 ul li {
    width: 32%;
    text-align: left;
}

.who-can-apply.landing2 ul li h6 {
    text-align: left;
}

.who-can-apply.landing2 ul li p {
    line-height: 1.4;
}

.what-all-need.landing2 {
    background-image: url(../images/bg-bubble.png);
}

.what-all-need.landing2 ul li h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.what-all-need.landing2 ul li p {
    line-height: 1.4;
}

.what-all-need.landing2 .what-all-need-inner-section {
    background: none;
    backdrop-filter: blur(0px);
}

.who-can-apply.landing2 ul {
    justify-content: flex-start;
    gap: 15px;
}

.who-can-apply.landing2 ul li img{
    height: 250px;
    border-radius: 30px;
    object-fit: cover;
}

.become-care-giver-section-wrapper a{
        display: flex
;
    align-items: center;
    text-decoration: none;
    background-color: #402566;
    border-radius: 70px;
    color: #fff;
    font-size: clamp(16px, 1.146vw, 24px);
    font-weight: 700;
    font-family: var(--Themefont);
    padding: 10px 20px;
    width: fit-content;
    gap: 10px;
    margin: 20px auto 0px;
}

#bottomform h2{
    display: block;
}

#bottomform h2 b{
    margin-left: 5px;
}

@media screen and (max-width: 767px) {

    .what-all-need .what-all-need-inner-section h6{
        line-height: 1.4;
    }

    .landing-slider-section h2{
        margin-bottom: 10px;
    }

    .landing-slider-section p{
        line-height: 1.4;
    }

    .landing-banner-section::before{
        background: linear-gradient(-180deg, #000000 0%, rgba(255, 255, 255, 0) 54.92%);
    }

    .landing-page-banner-image-logo {
        width: 140px;
        position: relative;
        top: 0;
        margin: 10px 0px;
    }

    .landing-banner-section {
        height: 100% !important;
    }

    .landing-banner-form {
        margin-top: 20px;
    }

    .landing-banner-textarea {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .why-flexi-section {
        flex-direction: column;
    }

    .why-flexi-section .why-flexi-left-col {
        width: 100%;
    }

    .why-flexi-section .why-flexi-right-col {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .why-flexi-section .why-flexi-right-col ul li .why-flexi-card {
    text-align: center;
    padding: 20px 10px;
}

.why-flexi-section .why-flexi-right-col h6{
    line-height: 1.4;
}

.who-can-apply.landing2 ul li {
    width: 100%;
    text-align: left;
}

/* .what-all-need .what-all-need-inner-section{
    padding: 0;
} */

.what-all-need .what-all-need-inner-section .what-all-need-inner-section-row{
    padding-inline: 0;
    flex-direction: column;
}

.what-all-need-right-col{
    width: 100%;
}

.what-all-need.landing2{
    padding-bottom: 0;
}

.owl-theme .owl-nav [class*=owl-]{
    width: 54px;
}

.landing-slider-section{
    padding: 30px 0px;
}

.bottom-apply-form-inner{
    margin-top: 20px;
}

.bottom-apply-form-inner h6{
    line-height: 1.4;
    font-size: 14px;
    padding: 20px 10%;
}

.bottom-apply-section .col-lg-4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.top-bar-landing p {
    align-items: flex-start;
    gap: 5px;
    line-height: 1.4;
    text-align: center;
}

.why-flexi-section .why-flexi-right-col h2{
    line-height: 1.4;
}
}

@media screen and (min-width: 992px) and (max-width: 1440px){
     .what-all-need.landing2{
        padding-bottom: 0;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .landing-page-banner-image-logo {
        width: 140px;
        position: relative;
        top: 0;
        margin: 10px 0px;
    }

    .landing-banner-section {
        height: 100%;
    }

    .landing-banner-form {
        margin-top: 20px;
    }

    .landing-banner-textarea {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .why-flexi-section {
        flex-direction: column;
    }

    .why-flexi-section .why-flexi-left-col {
        width: 100%;
    }

    .why-flexi-section .why-flexi-right-col {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .why-flexi-section .why-flexi-right-col ul li .why-flexi-card {
    text-align: center;
    padding: 20px 10px;
}

.why-flexi-section .why-flexi-right-col h6{
    line-height: 1.4;
}

.who-can-apply.landing2 ul li {
    width: 100%;
    text-align: left;
}

/* .what-all-need .what-all-need-inner-section{
    padding: 0;
} */

.what-all-need .what-all-need-inner-section .what-all-need-inner-section-row{
    padding-inline: 0;
    flex-direction: column;
}

.what-all-need-right-col{
    width: 100%;
}

.what-all-need.landing2{
    padding-bottom: 0;
}

.owl-theme .owl-nav [class*=owl-]{
    width: 54px;
}

.landing-slider-section{
    padding: 30px 0px;
}

.bottom-apply-form-inner{
    margin-top: 20px;
}

.bottom-apply-form-inner h6{
    line-height: 1.4;
    font-size: 14px;
    padding: 20px 10%;
}

.bottom-apply-section .col-lg-4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.top-bar-landing p {
    align-items: flex-start;
    gap: 5px;
    line-height: 1.4;
    text-align: center;
}

.why-flexi-section .why-flexi-right-col h2{
    line-height: 1.4;
}
}

@media screen and (min-width: 1024px){
    .bottom-apply-section .col-lg-4{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media screen and (min-width: 1800px) {
    .landing-banner-section {
        height: 816px;
    }

    .landing-banner-form{
        width: 80%;
        margin-left: auto;
    }

    .bottom-apply-form-inner{
         width: 80%;
        margin-left: auto;
    }

    .what-all-need.landing2{
        padding-bottom: 0;
    }

    .what-all-need.landing2 .what-all-need-inner-section .what-all-need-inner-section-row{
        padding-top: 60px;
    }
}