:root {
    /*Colors Start*/
    /*<-==========================================->*/
    --Color1-Pure-Black: #000000;
    --Color1-Pure-white: #ffffff;
    --Color-OffWhite: #f4f4f4;
    --MM-Pink: #F29A80;
    --MM-DarkBlue: #687F92;
    --MM-LightBlu: #8ABCC6;
    --MM-Gray: #808080;
    --MM-Yellow: #E5B000;
    --MM-Invalid_Red: #dc3545db;
    /*Colors End*/
    /*<-==========================================->*/
    /*Font size Start*/
    /*<-==========================================->*/
    --fs-normal: 1.6rem;
    --fs-700: 4rem;
    --fs-600: 3.4rem;
    --fs-550: 2.2rem;
    --fs-500: 2rem;
    --fs-400: 1.9rem;
    --fs-300: 1.8rem;
    --fs-200: 16px;
    --fs-150: 15px;
    --fs-100: 12px;
    /*Font Size End*/
    /*<-==========================================->*/
    /*Font weight Start*/
    /*<-==========================================->*/
    --fw-400: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-900: 900;
    /*Font weight End*/
    /*<-==========================================->*/
}


@font-face {
    font-family: daxcompactFontStyle;
    src: url(../assessest/daxcompact-regular.ttf);
}


html {
    font-size: 50%;
    overflow-x: hidden;
}

body {
    font-family: daxcompactFontStyle, Arial, Helvetica, sans-serif;
    font-weight: var(--fw-400);
    background: var(--clr-primary-200);
    line-height: 1.6;
    color: var(--clr-primary-300);
    height: 100%;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

h1,
h2,
h3 {
    line-height: 1.1;
}

h2 {
    font-size: var(--fs-700);
}


/*Header Start*/
/*<-==========================================->*/
.header,
.headerBlue {
    background-image: url('../ImagesComp/MM_Pink_Header.png');
    background-size: cover;
    background-position: center;
    height: 200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

.headerBlue {
    background-image: url('../ImagesComp/MM_Blue_Header.png');
}

.header > * + img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.logoImgSet {
    width: 22rem;
    margin: 0;
    display: inline-block;
}

header nav {
    position: absolute;
    right: 2rem;
    top: 10%;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem 0 2rem;
}

    header nav ul li {
        display: inline-block;
    }

        header nav ul li a {
            font-size: var(--fs-normal);
            color: var(--Color1-Pure-white);
            padding: 0 1rem;
            padding-bottom: 5px;
            font-weight: 600;
        }

            header nav ul li a:hover {
                text-decoration: var(--MM-LightBlu) underline;
                color: var(--Color1-Pure-white);
            }



footer img,
.MMlogoWrap img,
.MMFLogoWrap img,
.OverlayImage img {
    width: 100%;
    height: 100%;
    z-index: 10;
}

.parentHeaderHeight {
    --HeaderHeight: 40vh;
    position: relative;
}


/*<-==========================================->*/
/*Header End*/
/*Body Start*/
/*<-==========================================->*/
.bgFullImage,
.bgFullImage2 {
    width: 100%;
    background: url(../ImagesComp/Home_screen_image.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    /* For WebKit*/
    -moz-background-size: cover;
    /* Mozilla*/
    -o-background-size: cover;
    /* Opera*/
    overflow: hidden;
    height: 88vh;
}

.bgFullImage2 {
    height: 112vh;
}

.setPink--BG {
    background-color: var(--MM-Pink);
}

.marginTSet {
    margin-top: 8rem;
}

.marginTSet2 {
    margin-top: 4rem;
}

.MMlogoWrap {
    height: 30rem;
}

.MMbtn {
    border: 0;
    color: var(--Color1-Pure-white);
    padding: 0.5em;
    border-radius: 3rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* For WebKit*/
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* Mozilla*/
    -o-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* Opera*/
    transform: translateY(-3px);
    position: relative;
    z-index: 50;
}

.PageLocation {
    color: var(--Color1-Pure-white);
    font-size: var(--fs-700);
    font-weight: var(--fw-600);
    padding: 1rem 2rem 0 2rem;
}

.MMbtnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.MMbtnWrapMaxWidth {
    max-width: 45rem;
}

.MMbtnPink {
    background: var(--MM-Pink);
    max-width: 25rem;
    width: 100%;
    padding: 1rem 1.5rem;
    font-weight: 500;
    font-size: var(--fs-200);
    margin: 3rem auto;
}

.MMbtnWhite {
    background: var(--Color-OffWhite);
    max-width: 36rem;
    width: 100%;
    padding: 0.6rem;
    font-weight: 500;
    font-size: var(--fs-200);
    margin: 3rem auto;
    color: var(--MM-DarkBlue);
}

.MMbtnPinkSmall {
    background: var(--MM-Pink);
    color: var(--MM-DarkBlue);
    max-width: 25rem;
    width: 100%;
}

.MMbtn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
    /* For WebKit*/
    -moz-box-shadow: none;
    /* Mozilla*/
    -o-box-shadow: none;
    /* Opera*/
    transform: translateY(0);
    transition: ease-in 100ms;
}

.WrapStartContent {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}

.lblLightBlue {
    color: var(--Color1-Pure-white);
    background: var(--MM-LightBlu);
    padding: 0.5rem 1rem;
    width: 100%;
    min-height: 32px;
    font-weight: 500;
    border-radius: 3rem;
    -webkit-border-top-left-radius: 3rem;
    -webkit-border-top-right-radius: 3rem;
    -webkit-border-bottom-Right-radius: 3rem;
    -moz-border-top-left-radius: 3rem;
    -moz-border-top-right-radius: 3rem;
    -moz-border-bottom-Right-radius: 3rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    border-bottom-Right-radius: 3rem;
    -khtml-border-top-left-radius: 3rem;
    -khtml-border-top-right-radius: 3rem;
    -khtml-border-bottom-Right-radius: 3rem;
    -webkit-border-bottom-left-radius: 3rem;
    -webkit-border-top-right-radius: 3rem;
    -webkit-border-bottom-Right-radius: 3rem;
    -moz-border-bottom-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    -khtml-border-bottom-left-radius: 3rem;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* For WebKit*/
    -moz-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* Mozilla*/
    -o-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* Opera*/
    font-size: var(--fs-200);
}

.Extra-MessageBox {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* For WebKit*/
    -moz-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* Mozilla*/
    -o-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* Opera*/
    border: 2px solid var(--MM-Pink);
    color: var(--Color1-Pure-white);
    background-color: var(--MM-Pink);
}

    .Extra-MessageBox input[type="checkbox"] {
        accent-color: var(--MM-DarkBlue);
        width: 3rem;
        height: 3rem;
    }


.txtBubble {
    color: var(--Color1-Pure-Black);
    background: var(--Color1-Pure-white);
    padding: 0.5rem 1.8rem;
    border: .5px solid rgba(0,0,0,0.6);
    font-size: var(--fs-normal);
    width: 100%;
    font-weight: 500;
    border-radius: 3rem;
    -webkit-border-top-left-radius: 3rem;
    -webkit-border-top-right-radius: 3rem;
    -webkit-border-bottom-Right-radius: 3rem;
    -moz-border-top-left-radius: 3rem;
    -moz-border-top-right-radius: 3rem;
    -moz-border-bottom-Right-radius: 3rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    border-bottom-Right-radius: 3rem;
    -khtml-border-top-left-radius: 3rem;
    -khtml-border-top-right-radius: 3rem;
    -khtml-border-bottom-Right-radius: 3rem;
    -webkit-border-bottom-left-radius: 3rem;
    -webkit-border-top-right-radius: 3rem;
    -webkit-border-bottom-Right-radius: 3rem;
    -moz-border-bottom-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    -khtml-border-bottom-left-radius: 3rem;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* For WebKit*/
    -moz-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* Mozilla*/
    -o-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* Opera*/
    margin: 0;
}

    .txtBubble:focus,
    .txtBubble:focus:invalid,
    .txtBubble:focus-visible,
    .txtBubble:focus-visible:invalid {
        border-bottom: 2px solid var(--MM-LightBlu);
        outline: 0;
        box-shadow: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
        -webkit-box-shadow: 0;
        /* For WebKit*/
        -moz-box-shadow: 0;
        /* Mozilla*/
        -o-box-shadow: 0;
        /* Opera*/
    }

@supports (-webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px) or or (backdrop-filter: blur(10px)) {

    .txtBubble,
    .lblLightBlue {
        -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px
    }
}

.MMFLogoWrap {
    width: 20rem;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.marginRY {
    margin: 3rem 0;
}

.marginY {
    margin: 4rem 0;
}

.FTImgSwirl {
    width: 95%;
    margin: 1%;
    padding: 1rem;
}

.HDImgPink {
    background: var(--MM-Pink);
}

.HeadFlap {
    padding: 1.5rem 2rem 0.5rem 2rem;
    margin: 0 2rem;
    display: inline-block;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    font-size: var(--fs-normal);
    margin-top: 6.2rem;
}

.HeadFlapColor {
    background: var(--MM-DarkBlue);
    color: var(--Color1-Pure-white);
}

.HeadFlaPink {
    background: var(--MM-Pink);
    position: relative;
    top: -13.5rem;
    left: 8rem;
    z-index: 2;
    padding: 1rem 1.5rem 2rem 1.5rem;
    border-bottom-left-radius: 4.5rem;
    border-bottom-right-radius: 4.5rem
}

    .HeadFlaPink span {
        display: inline-block;
        width: 100%;
        color: var(--Color1-Pure-white);
        font-size: var(--fs-normal);
        text-align: center;
        font-weight: 600;
    }

.HeadFlap span:first-child {
    padding: 3.5em 1rem 0 1rem;
}

.RowSkillMb {
    margin-bottom: 4rem;
}

    .RowSkillMb:last-child {
        margin-bottom: 0;
    }

.RowSkillYMb {
    margin: .5rem 0 .5rem 0;
}

.spnWording {
    font-size: var(--fs-200);
    display: inline-block;
    width: 100%;
}

.lblSkillBox {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.SkillHeadWrap span {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 3px;
    font-size: var(--fs-300);
    font-weight: var(--fw-600);
    border-bottom: dashed 2px var(--Color1-Pure-Black);
}

.SkillWrap--Q img {
    width: 3rem;
    height: 100%;
    margin-top: 4px;
    margin-right: 5px;
}

input[type="radio"] {
    position: relative;
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    padding: 0.5em 2em;
    width: 2.5rem;
    height: 2.5rem;
}

    input[type="radio"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: var(--Color1-Pure-white);
        border-radius: 50%;
        border: 1px solid var(--MM-Gray);
        width: 2.5rem;
        height: 2.5rem;
    }

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--MM-DarkBlue);
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: none;
}

input[type="radio"]:nth-of-type(2)::after {
    content: "";
    background: var(--MM-Pink);
}

input[type="radio"]:checked:after {
    display: block;
}

.Overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: transform 100ms cubic-bezier(0.1, 0.7, 0.6, 0.9);
}

.OverlayImage {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btnNextMax {
    max-width: 12rem;
    background: var(--MM-DarkBlue);
}

.btnSkillNextWrap .btnNext2 {
    background: var(--MM-Gray);
    box-shadow: none;
    -webkit-box-shadow: none;
    /* For WebKit*/
    -moz-box-shadow: none;
    /* Mozilla*/
    -o-box-shadow: none;
    /* Opera*/
}

.MarginYMAx {
    margin: 6rem 0;
}

.margin_BS-Override {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

.modal-body p {
    word-wrap: break-word;
}

.removePadding {
    padding: 0;
}

.removePaddingR {
    padding-right: 0;
}

.removePaddingL {
    padding-left: 0;
}

.removeMarginT {
    margin-top: 0;
}

.SetFlexEnd {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}

.RadioBtnWrap {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

    .RadioBtnWrap:last-child {
        margin-bottom: 0;
    }

    .RadioBtnWrap label {
        margin-top: 5px;
        margin-bottom: 0;
        background: var(--MM-Pink);
        color: var(--Color1-Pure-white);
        padding: 0.5rem 1rem;
        border-radius: 1rem;
    }

        .RadioBtnWrap label:nth-last-of-type(2) {
            background: var(--MM-DarkBlue);
        }

.HeadingStyle {
    font-size: var(--fs-600);
    margin: 1.2rem 0;
    font-weight: var(--fw-600);
    color: var(--MM-Pink);
}

.paragraphSpace {
    margin: 1rem 0;
    font-size: var(--fs-150);
}

.Content--Wrap .row > p {
    background-color: var(--MM-Pink);
    color: var(--Color1-Pure-white);
    padding: .8rem 2rem .8rem 1.5rem;
    text-transform: uppercase;
    font-size: var(--fs-300);
    margin: 1.5rem 0;
    font-weight: var(--fw-600);
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
    width: 94%;
}

.topTip--wrap {
    margin: 2rem auto 0 auto;
    width: 90%;
    background: var(--MM-DarkBlue);
    color: var(--Color1-Pure-white);
    padding: 2rem 3rem;
    text-align: center;
    border-radius: 2rem;
    position: relative;
}

.topTip > img {
    position: absolute;
    left: -2rem;
    top: -2rem;
    width: 5.5rem;
    height: 5.5rem;
}

.btn--Subscribe {
    margin: 1.5rem auto;
    background: var(--MM-DarkBlue);
}

.Content--Wrap--more,
.Content--Wrap--WORRIED,
.Content--Wrap--parent {
    padding: 1.6rem;
}

.Content--Wrap--more {
    background: var(--MM-LightBlu);
    color: var(--Color1-Pure-white);
    transform: skewY(-7deg);
    margin-top: -11rem;
    padding: 4rem 1.6rem;
}

.bg--Babywrap {
    transform: skewY(-7deg);
    margin-top: -11rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    .Content--Wrap--more > *,
    .bg--Babywrap > * {
        transform: skewY(7deg);
    }

    .bg--Babywrap > * {
        padding-top: 4rem;
    }

.Content--Wrap--more h2 {
    font-size: var(--fs-600);
    font-weight: var(--fw-600);
}

.Content--Wrap--WORRIED {
    padding-bottom: 0;
    padding-top: 4rem;
}

    .Content--Wrap--WORRIED h2 {
        font-size: var(--fs-600);
        font-weight: var(--fw-600);
        border-bottom: 2px dashed var(--MM-Pink);
        color: var(--MM-Pink);
        padding-bottom: 1rem;
    }

.Content--Wrap--parent {
    padding-top: 0;
}

    .Content--Wrap--parent h5 {
        color: var(--MM-DarkBlue);
        text-align: center;
        font-size: var(--fs-600);
        font-weight: var(--fw-600);
    }

.parentsCard--body {
    margin-top: 1.5rem;
}

.parentsCard .parentsCard--body > span {
    margin-top: 1.5rem;
    display: inline-block;
}

.parentsCard {
    position: relative;
    background: var(--MM-Pink);
    color: var(--Color1-Pure-white);
    padding: 1.8rem;
    text-align: center;
    border-radius: 2rem;
    z-index: 300;
    margin: 1rem auto;
    margin-bottom: 0;
    max-width: 400px;
}

.Content--Wrap--parent .Content--Wrap--parentCard:nth-of-type(2) .parentsCard {
    background: var(--MM-DarkBlue);
}

.Content--Wrap--parent .Content--Wrap--parentCard:nth-of-type(3) .parentsCard {
    background: var(--MM-LightBlu);
}

.parentsCard--Head {
    position: relative;
    height: 11.5vh;
    display: grid;
    align-items: flex-end;
    justify-content: center;
}

.parentsCard img {
    position: absolute;
    width: 12rem;
    height: 12rem;
    top: -8rem;
    left: 50%;
    transform: translate(-50%);
}

.Content--Wrap--parentCard {
    margin: 4.5rem 0;
    overflow: unset;
}

    .Content--Wrap--parentCard:last-child {
        margin: 4.5rem 0;
        margin-bottom: 0;
    }

.parentsCard p,
.parentsCard span {
    font-size: var(--fs-200);
    margin: .5rem 0;
}

.Disclaimer {
    font-size: var(--fs-100);
    text-align: center;
    margin-bottom: 2rem;
}

#res-menu,
.MobileHidden {
    display: none;
}

.NavCross {
    display: inline-block;
    float: right;
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    margin: .5rem;
    position: relative;
    border-radius: 50%;
    z-index: 50;
    cursor: pointer;
}

#res-icons {
    margin: 0;
    z-index: 5;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.line-1,
.line-3 {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: var(--Color1-Pure-white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .35s;
    border-radius: .25rem;
}

.line-1 {
    transform: translate(-50%, -50%) rotate(45deg);
}

.line-3 {
    transform: translate(-50%, -50%) rotate(135deg);
}

#res-menu:checked ~ label .line-1 {
    transform: translate(-50%, -50%) rotate(135deg);
}

#res-menu:checked ~ label .line-3 {
    transform: translate(-50%, -50%) rotate(-135deg);
}

#res-menu:checked ~ #navigtions-wrap {
    display: block;
    width: 100%;
}

.AppImage {
    margin: 0 auto;
    border-radius: .5rem;
    border: 3px solid var(--Color1-Pure-Black);
    outline: 12px outset var(--MM-DarkBlue);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* For WebKit*/
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* Mozilla*/
    -o-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* Opera*/
    background-color: var(--MM-LightBlu);
    position: relative;
}

.PlaytBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    width: 9rem;
    height: 9rem;
}

label {
    font-weight: 500;
}

/*Body End*/
/*<-==========================================->*/
/*Footer Start*/
/*<-==========================================->*/
.footer,
.footer2Page {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    line-height: inherit;
}

.footer2Page {
    position: static !important;
    margin-bottom: 2rem
}

    .footer2Page img {
        object-fit: cover;
        object-position: 100% 0;
        width: 100%;
        height: 8vh
    }

.alightTextbox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/*Footer End*/
/*<-==========================================->*/

/*Media Queries Start*/
/*<-==========================================->*/
@media(min-width: 370px) {

    .marginTSet {
        margin-top: 11rem;
    }

    .marginTSetUser {
        margin-top: 16rem;
    }

    .marginTSetChecklist {
        margin-top: 18rem;
    }
}

@media (min-width:667px) {

    .desktopHidden,
    .TabHidden2 {
        display: none;
    }

    .TabHidden {
        display: inline-block;
    }

    .header > div {
        height: 70%;
    }

    .marginTSetChecklist {
        margin-top: 10rem;
    }

    .marginTSet2 {
        margin-top: 4.5rem;
    }

    .marginTSetUser {
        margin-top: 14.5rem;
    }

    .Content--Wrap--more,
    .Content--Wrap--WORRIED {
        padding: 7rem 1.6rem;
    }

    .WrapStartContent {
        top: 5rem;
    }

    .marginTSetUser {
        margin-top: 12rem;
    }
}

@media (min-width:860px) {
    html {
        font-size: 62.5%;
    }

    .marginTSet {
        margin-top: 0;
    }

    .desktopHidden {
        display: none;
    }

    .MobileHidden {
        display: block;
    }

    .MMlogoWrap {
        height: 30rem;
        margin: 1rem auto;
        width: 43rem
    }

    .marginLeftForNext {
        margin-left: 5.33333333%;
    }

    .btnNextMax {
        max-width: 25rem;
    }

    .headerBlue > * + img {
        position: absolute;
        left: 0;
        bottom: 2px;
    }

    .MMbtn,
    .lblLightBlue, .txtBubble, .HeadFlap label {
        font-size: var(--fs-550);
    }

    .SkillHeadWrap span {
        font-size: var(--fs-500);
        text-transform: uppercase;
    }

    .header > div,
    .headerBlue > div {
        width: 100%;
        height: unset;
        z-index: 30;
    }

    .WrapStartContentIndex {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .bgFullImage,
    .bgFullImage2 {
        height: 100vh;
        object-fit: cover;
        object-position: top;
    }

    .bgFullImage2 {
        height: 120vh;
    }

    .marginTSet2 {
        margin: 0;
    }

        .marginTSet2 .WrapStartContent {
            top: 12rem;
        }

    .footer {
        height: 14vh;
    }

    .footer2Page img {
        height: auto;
    }


    .marginTSetUser {
        margin-top: 15rem;
    }

    .HeadFlap,
    .lblLightBlue {
        padding: .5rem 2rem;
    }

    .marginTSetChecklist {
        margin-top: 8.5rem;
    }

    .Content--Wrap .row > p {
        width: fit-content;
        padding-right: 5rem;
        padding-left: 6.5rem;
        font-size: var(--fs-550);
    }

    .HeadingStyle,
    .paragraphSpace,
    .HeadingMore {
        padding: 0 5rem;
    }

    .paragraphSpace,
    .spnWording,
    .parentsCard p {
        font-size: var(--fs-500);
    }

    .Disclaimer {
        font-size: var(--fs-300);
    }

    .topTip--wrap {
        width: 45%;
    }

    .bg--Babywrap,
    .Content--Wrap--more,
    .Content--Wrap--more > *,
    .bg--Babywrap > * {
        transform: skewY(0);
    }

    .Content--Wrap--more {
        position: relative;
        overflow: unset;
        height: auto;
        margin-top: 0;
    }


    .bg--Babywrap {
        padding-bottom: 0;
    }

    .bg--Baby {
        height: 85vh;
        background-size: cover;
        background-position: top;
        position: relative;
        width: 100%;
    }

    .btn--Subscribe {
        position: absolute;
        bottom: 0;
    }

    .AppImage {
        position: absolute;
        top: -16rem;
        left: 3rem;
        width: 35vw;
        margin: 0 auto;
    }

    .HeadingMore h2 {
        display: inline-block;
    }

    .HeadFlap {
        margin-top: 0;
    }
}

@media (min-width:990px) {
    html {
        font-size: 66.25%;
    }

    .topTip--wrap {
        width: 90%;
    }

    .AppImage {
        position: static;
    }

    .marginTSetUser {
        margin-top: 9.5rem
    }

    .Content--Wrap--WORRIED {
        text-align: center;
    }
}


@media (min-width:1200px) {
    html {
        font-size: 70.25%;
    }

    .marginTSetUser {
        margin-top: 12.4rem;
    }

    .topTip--wrap {
        width: 90%;
    }

    .AppImage {
        position: absolute;
    }

    .Content--Wrap--parent > .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .parentsCard {
        min-height: 52rem;
    }

    .Content--Wrap--parentCard:last-child {
        margin-bottom: 4.5rem;
    }
}

@media screen and (max-width: 1366px) {

    html {
        font-size: 45%;
        overflow-x: hidden;
    }

    .WrapStartContentIndex {
        top: 50%;
    }

    .marginTSet2 .WrapStartContent {
        top: 18rem;
    }

    .marginTSetUser {
        margin-top: 16rem;
    }

    .marginTSetChecklist {
        margin-top: 12rem;
    }

    .header,
    .headerBlue {
        height: 150px;
    }
}

@media(max-width: 600px) {

    html {
        font-size: 50%;
        overflow-x: hidden;
    }

    .header,
    .headerBlue {
        height: 150px;
    }

    .AppImage {
        width: 85vw;
        margin: 5.5rem auto;
    }

    .WrapStartContentIndex,
    .marginTSet2 .WrapStartContent {
        top: 3rem;
    }

    .marginTSetUser {
        margin-top: 9rem;
    }
}

/*Media Queries End*/
/*<-==========================================->*/


.rating-css div {
    color: var(--Color1-Pure-white);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.rating-css input {
    display: none;
}

    .rating-css input + label {
        font-size: 25px;
        cursor: pointer;
        margin: 0;
    }

/* .rating-css input:checked+label~label {
    color: var(--MM-Yellow);
} */

.rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
}
