/*
===============================================
HOME.CSS
--------
- This CSS file works only for homepage.
===============================================
*/


/*Image Reaveal CSS*/

body {
    --pieces-height: 100%;
}

.pieces {
    display: flex;
    flex-wrap: wrap;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.gallery__item {
    opacity: 0;
}

.pieces {
    height: var(--pieces-height);
    width: calc(var(--pieces-height) * 1);
    position: relative;
}

.piece {
    pointer-events: none;
}


/* Header Changes */

body #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div {
    background-color: #fff !important;
}

body #mk-theme-container header.sticky-header .mk-sticky-logo {
    opacity: 1;
}

body #mk-theme-container header.sticky-header .mk-dashboard-trigger .mk-css-icon-menu>div {
    background-color: #202945 !important;
}


/* First Fold Section */

body .first-fold-shortcode .inner-section .section-background {
    background: #202945;
}

body .first-fold-shortcode .inner-section.but-why-section .section-background {
    background: #fff;
}

body .first-fold-shortcode .inner-section.text-anim-section {
    z-index: 2;
}

body .first-fold-shortcode-2 .inner-section.but-why-section {
    z-index: 1;
}

body .first-fold-shortcode .inner-section.text-anim-section .text-container {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

body .first-fold-shortcode .inner-section.text-anim-section .text-container .main-heading {
    width: 100%;
}

body .first-fold-shortcode .inner-section .section-content {
    overflow: hidden;
    opacity: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

body .first-fold-shortcode .inner-section .section-content.animation-started {
    opacity: 1;
    overflow: hidden;
}

body .first-fold-shortcode .inner-section .anim-heading h1 {
    text-align: center;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

body .first-fold-shortcode .inner-section .background-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120%;
    width: 120%;
    overflow: hidden;
}

body .first-fold-shortcode .inner-section .background-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

body .first-fold-shortcode .inner-section .background-container .background {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body .first-fold-shortcode .inner-section .background-container .background-video {
    position: relative;
    height: 100%;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

body .first-fold-shortcode-2 .inner-section.but-why-section .section-content .text-container {
    position: relative;
    z-index: 1;
}

body .first-fold-shortcode-2 .inner-section .but-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.5vw;
    height: 6.5vw;
    border-radius: 50%;
    background: #F7D54E;
    margin-bottom: 10px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}

body .first-fold-shortcode .text-anim-section.inner-section .but-text {
    margin-top: 40px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
}

body .first-fold-shortcode-2 .but-why-section.inner-section .but-text {
    margin-top: -60px;
    left: -120px;
    margin-bottom: 20px;
}

body .first-fold-shortcode-2 .inner-section.but-why-section .back-anim {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: calc(7% + 14px);
    left: 6%;
    cursor: pointer;
    z-index: 2;
}

body .first-fold-shortcode-2 .inner-section.but-why-section .back-anim svg {
    max-width: 25px;
    margin-right: 10px;
}

body .first-fold-shortcode-2 .inner-section.but-why-section .back-anim h3 {
    margin-bottom: 0;
}

body .first-fold-shortcode .inner-section.text-anim-section .but-text {
    background: #FBF9F2;
}

body .first-fold-shortcode .inner-section.text-anim-section .but-text:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FBF9F2;
    border-radius: 50%;
    z-index: -1;
}

body .first-fold-shortcode .inner-section.text-anim-section .but-text svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 115%;
    width: 115%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

body .first-fold-shortcode .inner-section.text-anim-section .but-text svg circle {
    stroke-dasharray: 180;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 1.5px;
    stroke: #fff;
    fill: none;
    -webkit-animation: countdown 4s linear infinite forwards;
    animation: countdown 4s linear infinite forwards;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

body .first-fold-shortcode .inner-section.text-anim-section .but-text.add-remove-anim {
    -webkit-animation: none;
    animation: none;
    cursor: pointer;
    pointer-events: auto;
    -webkit-animation: pulse 1s ease infinite;
    animation: pulse 1s ease infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.82);
        transform: scale(0.82);
        -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.12);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        /* 		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0); */
    }
    100% {
        -webkit-transform: scale(0.82);
        transform: scale(0.82);
        -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.82);
        transform: scale(0.82);
        -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.12);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        /* 		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0); */
    }
    100% {
        -webkit-transform: scale(0.82);
        transform: scale(0.82);
        -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    }
}

body .first-fold-shortcode-2 .inner-section.but-why-section .but-text-circle {
    position: absolute;
    top: -60px;
    left: -140px;
    height: 30vw;
    width: 30vw;
    background: #FBF9F2;
    border-radius: 50%;
    z-index: 1;
}

body .first-fold-shortcode-2 .inner-section .but-text h2 {
    text-transform: uppercase;
    margin-bottom: 0px;
}

body .first-fold-shortcode-2 .inner-section.but-why-section .section-content .text-container .but-desc-text {
    position: relative;
    left: -50px;
    width: calc(100% + 100px);
}

body .first-fold-shortcode-2 .inner-section.but-why-section .section-content .text-container .but-desc-text .text-2,
body .first-fold-shortcode-2 .inner-section.but-why-section .section-content .text-container .but-desc-text .text-4 {
    text-align: right;
}

body .first-fold-shortcode-2 .inner-section.but-why-section .section-content .text-container {
    margin-bottom: 100px;
}


/* Anim Purpose CSS */

body .first-fold-shortcode .anim-heading h1 .break-text span,
body .first-fold-shortcode .background-container {
    opacity: 0;
}


/* Second Fold Section */

body #mk-theme-container .second-fold-section {
    height: 100vh !important;
    width: 100vw;
    overflow: hidden;
}

body .fold-shortcode.second-fold-shortcode .inner-section .section-content .anim-heading {
    position: absolute;
    width: 100%;
}

body .second-fold-shortcode.fold-shortcode .inner-section .section-content .anim-heading h1 {
    color: #202945;
    text-align: center;
    margin-bottom: 80px;
    -webkit-transform: rotate(-8deg) scale(1.4);
    -ms-transform: rotate(-8deg) scale(1.4);
    transform: rotate(-8deg) scale(1.4);
}

body .second-fold-shortcode.fold-shortcode .inner-section .section-content .anim-heading h1 .break-text span {
    opacity: 0;
}

body .second-fold-shortcode .inner-section .section-content .text-container {
    position: relative;
    left: 0%;
    width: auto;
}

body .second-fold-shortcode .inner-section .section-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .second-fold-shortcode .why-section-1.inner-section .section-background .background {
    position: relative;
    left: 0%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.25;
    z-index: -1;
}

body .second-fold-shortcode .why-section-2.inner-section .section-background .background {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    z-index: -1;
}

body .second-fold-shortcode .why-section-2.inner-section .section-social-background {
    position: absolute;
    height: 55%;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body .second-fold-shortcode .why-section-2.inner-section .section-social-background .social-background {
    height: 100%;
    width: 100%;
    margin: 0 4%;
    z-index: -1;
}

body .second-fold-shortcode .why-section-2.inner-section .section-social-background .social-background svg {
    height: 100%;
    width: 100%;
}

body .second-fold-shortcode.fold-shortcode {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body .second-fold-shortcode.fold-shortcode::webkit-scrollbar {
    display: none;
}

body .second-fold-shortcode.fold-shortcode .why-sections-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

body .second-fold-shortcode .inner-section {
    position: relative;
    width: 100vw;
    overflow: hidden;
}

body .second-fold-shortcode .why-section-3.inner-section .section-background .background {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.25;
    z-index: -1;
}

body .second-fold-shortcode .why-section-3.inner-section .section-inner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body .second-fold-shortcode .why-section-3.inner-section .section-inner-background .inner-background.background-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 30vw;
}

body .second-fold-shortcode .why-section-3.inner-section .section-inner-background .inner-background.background-2 {
    width: 70vw;
}

body .second-fold-shortcode .why-section-3.inner-section .section-inner-background .inner-background.background-2 svg {
    width: 100%;
}

body .second-fold-shortcode .why-section-3.inner-section .section-inner-background .inner-background.background-1 .background-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30vw;
    height: 30vw;
    background: #FBF9F2;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

body .second-fold-shortcode .why-section-3.inner-section .section-inner-background .inner-background.background-1 svg.anim-added {
    transform: scale( .9);
    animation: heartbeat 1.6s infinite forwards;
}

@keyframes heartbeat {
    0% {
        transform: scale( .9);
    }
    20% {
        transform: scale( 1);
    }
    40% {
        transform: scale( .9);
    }
    60% {
        transform: scale( 1);
    }
    80% {
        transform: scale( .9);
    }
    100% {
        transform: scale( .9);
    }
}


/* Third Fold Section */

body .third-fold-section .inner-section {
    /* 	overflow: hidden; */
    padding-top: 40px;
    /* padding-top: 180px; */
    padding-bottom: 285px;
}

body .third-fold-section .inner-section .join-shift-text h1 {
    color: #F7D54E;
}

body .third-fold-section .inner-section .join-shift-text {
    position: relative;
}

body .third-fold-section .inner-section .join-shift-other-text:before {
    position: absolute;
    content: '';
    bottom: -65px;
    left: 50%;
    width: 20%;
    height: 4px;
    background: #F7D54E;
    transform: translateX(-50%);
}

body .third-fold-section .inner-section .cursive-text {
    display: none;
}

body .fold-shortcode .inner-section .section-background-reveal {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

body .third-fold-shortcode .text-appear-section .section-background {
    z-index: 2;
}

body .third-fold-shortcode .text-appear-section .section-background-reveal {
    z-index: 1;
}

body .third-fold-shortcode .text-appear-section .background-elem {
    position: absolute;
    display: inline-block;
    will-change: transform;
}

body .third-fold-shortcode .text-appear-section .background-elem h1 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    background: #F7D54E;
}

body .third-fold-shortcode .text-appear-section .triangle-shape h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 12vw;
    width: 25vw;
    padding: 0 2vw;
    padding-bottom: 2vw;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

body .third-fold-shortcode .text-appear-section .rectangle-shape h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
}

body .third-fold-shortcode .text-appear-section .section-background-reveal .rectangle-shape h1 {
    height: 10vw;
    width: 40vw;
}

body .third-fold-shortcode .text-appear-section .section-background-reveal .triangle-shape {
    z-index: 1;
}

body .third-fold-shortcode .text-appear-section .section-background-reveal .triangle-shape h1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 20vw;
    width: 20vw;
    padding: 0vw;
    padding-top: 10vh;
    padding-left: 3vw;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

body .third-fold-shortcode .text-appear-section .section-background-reveal .background-elem {
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}

body .third-fold-shortcode .text-appear-section .circle-shape h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 15vw;
    width: 15vw;
    border-radius: 50%;
}

body .third-fold-shortcode .text-appear-section .background-elem:nth-child(even) h1 {
    background: #202945;
    color: #fff;
}

body .third-fold-shortcode .text-appear-section .anim-heading h1 .break-text span {
    opacity: 0;
}

body .third-fold-shortcode .text-appear-section .main-heading.mega-main-heading.cursive-text h1 {
    color: #202945;
    text-align: center;
    -webkit-transform: rotate(-8deg) scale(1.4);
    -ms-transform: rotate(-8deg) scale(1.4);
    transform: rotate(-8deg) scale(1.4);
    margin-bottom: 60px;
}

body .third-fold-shortcode .text-appear-section h1 {
    text-align: center;
}


/* Fourth Section CSS */

body .fourth-fold-section {
    position: relative;
}

body .fourth-fold-section .first-step-section.inner-section .section-content .text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95%;
}

body .fourth-fold-section .first-step-section.inner-section .section-content .text-col {
    width: 50%;
    padding: 0 7%;
}

body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-2 {
    width: 50%;
}

body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-1 .main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-1 .first-step-main-heading h1 {
    text-align: center;
    line-height: 140%;
}

body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-2 .first-step-main-heading h1 {
    text-align: center;
    line-height: 140%;
}

body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-2 .first-step-sub-text h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #F7D54E;
    margin-bottom: 30px;
    display: none;
}

body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-2 .first-step-desc-text h3 {
    line-height: 170%;
    margin-top: 20px;
    margin-bottom: 40px;
}

body .fourth-fold-section .first-step-section.inner-section .section-background {
    left: -20vw;
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    background: #FBF9F2;
}

body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom.type_0 .ipt-eform-content {
    padding: 20px 0px;
    max-width: 70%;
    float: none;
    margin: 0 auto;
}

body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom .ipt_uif_column .ipt_uif_column_inner.side_margin {
    padding: 0;
}

body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom.type_0 .ipt-eform-content .ipt-eform-material-button-container.ipt_fsqm_form_button_container {
    margin: 10px 0px !important;
}

body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom .input-field label {
    font-size: 18px;
    font-style: italic;
    width: 100%;
    text-align: center;
}

body .fourth-fold-section .first-step-section .ipt_fsqm_form_button_submit.ui-button {
    height: 65px;
}

body .fourth-fold-section .first-step-section .eform-button-container-inner {
    position: relative;
    overflow: hidden;
}

body .fourth-fold-section .first-step-section .eform-button-container-inner:before {
    position: absolute;
    content: '';
    top: -32.5px;
    left: -32.5px;
    height: 65px;
    width: 65px;
    background: #202945;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s;
}

body .fourth-fold-section .first-step-section .eform-button-container-inner button {
    transition: all 0.8s;
    background-color: transparent !important;
}

body .fourth-fold-section .first-step-section .eform-button-container-inner:hover button {
    color: #fff !important;
    transition: all 0.4s;
}

body .fourth-fold-section .first-step-section .eform-button-container-inner:hover:before {
    transform: scale(100);
    transition: all 1s;
}

body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom input {
    margin-bottom: 10px;
    text-align: center;
}

body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom input[type="email"] {
    font-size: 18px;
}

body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom .formError .formErrorContent {
    text-align: center;
}

body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom .formError .error-message {
    font-size: 15px;
    text-align: center;
}

body .fourth-fold-section .first-step-section .ipt_fsqm_form_button_submit.ui-button span {
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

body .fourth-fold-section .fold-shortcode .inner-section .scroll-down-element {
    display: none;
}


/* Manna Fold Section */

body .manna-fold-shortcode.fold-shortcode .inner-section .scroll-down-element .scroll-circle {
    border: 1px solid #fff;
}

body .manna-fold-shortcode h1,
body .manna-fold-shortcode h3 {
    text-align: center;
}

body .manna-fold-shortcode.fold-shortcode .first-step-main-heading {
    position: relative;
    margin-bottom: 25px;
    top: 25vh;
}

body .manna-fold-shortcode.fold-shortcode .first-step-main-heading .break-text span {
    opacity: 0;
}

body .manna-fold-shortcode.fold-shortcode .manna-container {
    position: relative;
    top: 10vh;
    opacity: 0;
}

body .manna-fold-shortcode.fold-shortcode .manna-main-heading {
    position: relative;
    margin-bottom: 25px;
}

body .manna-fold-shortcode .ipt-form {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}


/* eForm CSS */

body .manna-fold-shortcode .ipt-uif-custom-material-custom .input-field label {
    top: 20px;
    left: 20px;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .ipt_uif_column,
body .manna-fold-shortcode .ipt-uif-custom-material-custom .ipt_uif_column .ipt_uif_column_inner.side_margin {
    margin: 0;
    padding: 0;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .input-field label,
body .manna-fold-shortcode .ipt-uif-custom-material-custom .input-field label.active {
    font-size: 16px !important;
    color: #999 !important;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .input-field label.active {
    top: 0px;
    left: 0px;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content .ipt-eform-layout-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content .ipt-eform-material-button-container.ipt_fsqm_form_button_container {
    width: 30%;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .ipt-eform-layout-wrapper>.ipt_uif_column:nth-child(1) {
    display: none;
    width: 0px;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom.eform-override-alignment-centered .ipt_uif_question {
    width: 100%;
    height: 65px;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom.eform-override-alignment-centered .clear-both {
    display: none;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content .ipt-eform-material-button-container.ipt_fsqm_form_button_container {
    margin: 0px !important;
    margin-left: 0px !important;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]),
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"],
body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #202945 !important;
    border-bottom: none;
    border: 2px solid #ededed;
    font-weight: 600;
    margin-top: 0px;
    padding: 0px 0px;
    text-indent: 20px;
    background: #fff !important;
    box-sizing: border-box;
    height: 65px !important;
    border-right: none !important;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]).invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"].invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]):focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"]:focus.invalid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea:focus.invalid {
    border: 2px solid #f44336;
    box-shadow: none;
    background: #fff;
    font-size: 16px !important;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]).valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"].valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]):focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"]:focus.valid,
body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea:focus.valid {
    border: 2px solid #ededed;
    box-shadow: none;
    background: #fff;
    font-size: 16px !important;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .formError {
    padding-top: 0px;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .formError .formErrorContent .error-message {
    color: #f44336;
    position: absolute;
    bottom: -46px;
    padding: 0 20px;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .ipt-eform-material-button-container {
    display: block;
    margin-top: 0px;
}

body .manna-fold-shortcode .eform-button-container-inner {
    position: relative;
    overflow: hidden;
}

body .manna-fold-shortcode .eform-button-container-inner:before {
    position: absolute;
    content: '';
    top: -32.5px;
    left: -32.5px;
    height: 65px;
    width: 65px;
    background: #202945;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s;
}

body .manna-fold-shortcode .eform-button-container-inner button {
    transition: all 0.8s;
    background-color: transparent !important;
}

body .manna-fold-shortcode .eform-button-container-inner:hover button {
    color: #fff !important;
    transition: all 0.4s;
}

body .manna-fold-shortcode .eform-button-container-inner:hover:before {
    transform: scale(100);
    transition: all 1s;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .ipt-eform-material-button-container .eform-button-container-inner .ui-button {
    display: block;
    height: 65px;
    padding: 10px 60px;
}

body .manna-fold-shortcode .ipt-uif-custom-material-custom .ipt-eform-material-button-container .eform-button-container-inner .ui-button span {
    text-transform: uppercase !important;
    top: -3px;
}


/* Fifth Fold Section */

body .fifth-fold-shortcode .partnering-logo {
    display: block;
    width: 100%;
}

body .fifth-fold-shortcode .partnering-logo svg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 25px;
}

body .fifth-fold-shortcode .partnering-text h1 {
    text-align: center;
    margin-bottom: 45px;
}

body .fifth-fold-shortcode .partnering-link p {
    text-transform: uppercase;
    font-weight: 600;
}

body .fifth-fold-shortcode .partnering-link a {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 100px;
}


/* Returning Customer Text */

body #mk-theme-container header .mk-dashboard-trigger .returning-text {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 400px;
    left: -400px;
    height: auto;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}

body #mk-theme-container header.a-sticky .mk-dashboard-trigger .returning-text {
    opacity: 0;
    pointer-events: none;
}

body #mk-theme-container header .mk-dashboard-trigger .returning-text p {
    display: flex !important;
    align-items: center;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 100%;
}

body #mk-theme-container header .mk-dashboard-trigger .returning-text .yellow-text {
    color: #F7D54E;
    padding-left: 5px;
}

body #mk-theme-container header .mk-dashboard-trigger .returning-text svg {
    display: inline-block;
    width: 18px;
    margin-left: 10px;
    margin-right: 30px;
    transform: rotate(180deg)
}

body #mk-theme-container header .mk-dashboard-trigger .returning-text svg path,
body #mk-theme-container header .mk-dashboard-trigger .returning-text svg rect {
    fill: #F7D54E;
}


/* Smaller Screen Desktops */

@media only screen and (max-width: 1280px) {}


/* Mid Large Screen Desktops */

@media only screen and (min-width: 1440px) {}


/* Large Screen Desktops */

@media only screen and (min-width: 1920px) {}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body #mk-theme-container header.a-sticky .mk-dashboard-trigger .mk-css-icon-menu>div,
    body.sticky-header #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div,
    body #mk-theme-container header.sticky-header .mk-dashboard-trigger .mk-css-icon-menu>div,
    body #mk-theme-container header .mk-dashboard-trigger .mk-css-icon-menu>div {
        background-color: #fff !important;
    }
    body #mk-theme-container header.a-sticky .mk-dashboard-trigger .returning-text {
        opacity: 1;
        pointer-events: auto;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}


/* Mobile Devices */

@media only screen and (max-width: 765px) {
    body #mk-theme-container header.sticky-header .mk-dashboard-trigger .mk-css-icon-menu>div {
        background-color: #fff !important;
    }
    body .fold-shortcode .inner-section .text-container {
        padding: 0 30px;
        /* margin-top: 40px; */
    }
    /* First Fold CSS */
    body .first-fold-shortcode .inner-section.but-why-section .back-anim {
        transform: scale(0.8);
    }
    body .first-fold-shortcode .inner-section.but-why-section .back-anim {
        bottom: calc(13% + 20px);
    }
    body .first-fold-shortcode .inner-section .anim-heading h1 {
        font-size: 40px;
    }
    body .fold-shortcode.first-fold-shortcode .inner-section .text-container {
        padding: 0 40px;
    }
    body .first-fold-shortcode .inner-section .background-container .background-video {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
    body .first-fold-shortcode .inner-section.but-why-section .section-content .text-container .but-desc-text {
        width: 100%;
        left: 0;
    }
    body .first-fold-shortcode .inner-section.but-why-section .but-text-circle {
        bottom: 17%;
        left: 0%;
        width: 75vw;
        height: 75vw;
    }
    body .first-fold-shortcode .inner-section.text-anim-section .but-text {
        width: 65px;
        height: 65px;
        margin-top: 10px;
    }
    body .first-fold-shortcode-2 .but-why-section.inner-section .but-text {
        left: 0;
        width: 65px;
        height: 65px;
    }
    body .first-fold-shortcode-2 .inner-section.but-why-section .section-content .text-container {
        margin-bottom: 0px;
    }
    body .first-fold-shortcode-2 .inner-section.but-why-section .section-content .text-container .but-desc-text {
        left: 0;
        width: 100%;
    }
    /* Section Fold CSS */
    body #mk-theme-container .second-fold-section {
        height: 60vh !important;
    }
    body .second-fold-shortcode {
        max-height: 60vh;
    }
    body .second-fold-shortcode .inner-section .section-content .text-container {
        width: 100%;
        left: 0;
        margin-top: 90px;
    }
    body .second-fold-shortcode .inner-section .section-content .text-container {
        width: 100%;
        left: 0;
    }
    body .second-fold-shortcode .inner-section.why-section-1 .section-content .text-container {
        margin-top: 0px;
    }
    body .second-fold-shortcode .inner-section.why-section-2 .section-content .text-container {
        margin-top: 40px;
    }
    body .second-fold-shortcode .inner-section.why-section-3 .section-content .text-container {
        margin-top: 40px;
    }
    body .second-fold-shortcode .why-section-2.inner-section .section-social-background .social-background {
        margin-bottom: 200px;
    }
    body .fold-shortcode.fifth-fold-shortcode .inner-section .section-content .text-container .story-desc-text {
        width: 100%;
        left: 0%;
    }
    body .second-fold-shortcode .why-section-3.inner-section .section-inner-background .inner-background {
        margin-bottom: 270px;
    }
    body .second-fold-shortcode .why-section-3.inner-section .section-inner-background .inner-background.background-1 .background-circle {
        width: 60vw;
        height: 60vw;
    }
    body .second-fold-shortcode .why-section-3.inner-section .section-inner-background .inner-background.background-1 svg {
        max-width: 90px;
    }
    body .second-fold-shortcode .why-section-1.inner-section .section-background .background {
        background-position: center right;
    }
    body .second-fold-shortcode .why-section-2.inner-section .section-background .background {
        background-position: center right;
    }
    body .second-fold-shortcode .why-section-3.inner-section .section-background .background {
        background-position: center right;
    }
    /* Third Fold CSS */
    body .third-fold-shortcode .text-appear-section .rectangle-shape h1 {
        padding: 25px;
        margin-bottom: -7px;
    }
    body .third-fold-shortcode .text-appear-section .section-background-reveal {
        height: 120%;
    }
    body .third-fold-shortcode .text-appear-section .text-container {
        margin-top: 40px;
    }
    body .third-fold-shortcode .text-appear-section .section-background-reveal .triangle-shape {
        padding-right: 10px;
    }
    body .third-fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-5 .underline-elem {
        transform: scaleY(2.2);
    }
    body .third-fold-shortcode .inner-section .section-content .text-container .underline-text.normal-text .underline.line-1 .underline-elem {
        transform: scaleY(1.1);
    }
    /* 	Fourth Fold CSS */
    body .fourth-fold-section .first-step-section.inner-section .section-content .text-row {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }
    body .fourth-fold-section .first-step-section.inner-section .section-content .text-col,
    body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-2 {
        width: 100%;
        padding: 0;
    }
    body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-1 .main-logo {
        margin-top: 60px;
        margin-bottom: 0;
    }
    body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-1 .main-logo svg {
        max-width: 60px;
        max-height: 70px;
    }
    body .fourth-fold-section .first-step-section .ipt_fsqm_form_button_submit.ui-button span {
        font-size: 14px !important;
        letter-spacing: 0px;
        width: auto;
    }
    body .fourth-fold-section .first-step-section .ipt_fsqm_form_button_submit.ui-button {
        width: 100% !important;
        height: 50px;
        overflow: hidden;
    }
    body .fourth-fold-section .first-step-section.inner-section .section-content .text-col.col-2 .first-step-main-heading h1 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom.type_0 .ipt-eform-content {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom input[type="email"],
    body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom input[type="text"],
    body .fourth-fold-section .first-step-section .ipt-uif-custom-material-custom .input-field label {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    body #mk-theme-container .fourth-fold-section {
        height: calc(100vh + 140px) !important;
    }
    body #mk-theme-container .fourth-fold-section .fold-shortcode {
        height: calc(100vh + 140px);
    }
    body .fourth-fold-section .fold-shortcode .inner-section {
        padding-bottom: 100px;
    }
    /* Manna Fold Section */
    body .manna-fold-shortcode.fold-shortcode .inner-section .text-container {
        margin-top: 45px;
    }
    body .manna-fold-shortcode.fold-shortcode .inner-section .scroll-down-element {
        display: none;
    }
    body .manna-fold-shortcode.fold-shortcode .first-step-main-heading {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    body .manna-fold-shortcode.fold-shortcode .manna-main-heading {
        margin-bottom: 20px;
    }
    body .manna-fold-shortcode .ipt-form {
        max-width: 100%;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom .ipt-eform-material-button-container .eform-button-container-inner .ui-button {
        padding: 20px 34px;
        height: auto;
    }
    body .fifth-fold-shortcode .partnering-link a {
        margin-bottom: 80px;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content .ipt-eform-material-button-container.ipt_fsqm_form_button_container {
        margin-left: 2px !important;
        margin-top: 20px !important;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content {
        display: block;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content .ipt-eform-layout-wrapper {
        display: block;
        width: 100%;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content .ipt-eform-material-button-container.ipt_fsqm_form_button_container {
        display: block !important;
        width: 196px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom .formError .formErrorContent {
        padding-top: 5px;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom .formError .formErrorContent .error-message {
        position: relative;
        bottom: 0px;
        padding: 0;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom.eform-override-alignment-centered .ipt_uif_question {
        margin-bottom: 85px !important;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom .ipt-eform-material-button-container .eform-button-container-inner .ui-button span {
        font-size: 14px !important;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]).invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"].invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]):focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"]:focus.invalid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea:focus.invalid {
        font-size: 14px !important;
        border-right: 2px solid #f44336 !important;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]).valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"].valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]):focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"]:focus.valid,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea:focus.valid {
        font-size: 14px !important;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input:not([type]),
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="text"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="password"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="email"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="url"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="time"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="date"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="datetime-local"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="tel"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="number"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom input[type="search"],
    body .manna-fold-shortcode .ipt-uif-custom-material-custom textarea.materialize-textarea {
        border-right: 2px solid #ededed !important;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom.type_0 .ipt-eform-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    body .manna-fold-shortcode .ipt-uif-custom-material-custom .input-field label,
    body .manna-fold-shortcode .ipt-uif-custom-material-custom .input-field label.active {
        font-size: 14px !important;
    }
    /* Returning Customer CSS */
    body #mk-theme-container header .add-header-height {
        line-height: 0px !important;
    }
    body #mk-theme-container header .mk-dashboard-trigger .returning-text {
        width: 120px;
        left: -120px;
        justify-content: flex-start;
    }
    body #mk-theme-container header .mk-dashboard-trigger .returning-text p {
        font-size: 10px;
        display: inline !important;
    }
    body #mk-theme-container header .mk-dashboard-trigger .returning-text .yellow-text {
        display: block;
        padding-left: 0px;
        padding-top: 4px;
    }
    body #mk-theme-container header .mk-dashboard-trigger .returning-text svg {
        position: absolute;
        top: 5px;
        right: 7px;
        height: 12px;
        margin-left: 12px;
        margin-right: 0px;
    }
    body #mk-theme-container header.a-sticky .mk-dashboard-trigger .returning-text {
        opacity: 1;
        pointer-events: auto;
    }
}