﻿:root {
    --dark-pink: #FD3666;
    --c4k-pink: #FA5B81 !important;
    --c4k-darkblue: #5A60EC !important;
    --c4k-black: #272727 !important;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Inter", sans-serif !important;
    overflow-x: clip;
}

section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

@media (min-width: 1400px) {
    #blog-page .container {
        max-width: 1300px;
    }
}

a {
    cursor: pointer !important;
    position: relative;
    z-index: 2;
}

h2, h3, h4 {
    color: #272727;
}

    h1.heading-2, h2.heading-2, div.heading-2 {
        font-size: 2.953rem;
        font-weight: 700;
        color: #272727;
        line-height: 1.25;
    }

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-3xl {
    max-width: 40rem;
}

.max-w-3hxl {
    max-width: 41rem;
}

.max-w-4xl {
    max-width: 62.5rem;
}

.max-w-5xl {
    max-width: 70rem;
}

.max-w-6xl {
    max-width: 74rem;
}

.min-w-50 {
    min-width: 49% !important;
}

.card-w-50 {
    width: 50%;
}

.card-w-57 {
    width: 57%;
}

.card-w-43 {
    width: 43%;
}

.w-7\/9 {
    width: 72%;
}

.w-2\/9 {
    width: 28%;
}

.font-bold {
    font-weight: 700 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-purple {
    color: #5A60EC !important;
}

.text-darkpurple {
    color: #231673 !important;
}

.text-yellow {
    color: #F6FF8F !important;
}

.text-gray {
    color: #5a5a5a !important;
}

.text-black {
    color: #272727 !important;
}

.text-pink {
    color: #FA5B81 !important;
}


.bg-fadedblack {
    background: rgba(0, 0, 0, 0.3);
}

.bg-lightbrown {
    background-color: rgb(250,247,244);
}

.bg-lightgray {
    background-color: rgb(247,247,247);
}

.bg-lightyellow {
    background-color: rgb(248,251,212);
}

.bg-lime {
    background-color: rgb(255,240,218);
}

.bg-blue {
    background-color: rgb(90,96,236);
}

.bg-lightblue {
    background-color: #B9DBFF;
}

.bg-c4k-skyblue {
    background-color: #96C9FF;
}

.bg-mud {
    background-color: #FAF7F4 !important;
}

.bg-lightpurple {
    background-color: rgb(233,212,251);
}

.bg-skyblue {
    background-color: #DFEFFF;
}

.bg-skyblue {
    background-color: #DFEFFF;
}

.bg-secondary {
    background-color: rgb(246,255,143);
}

.bg-lightorange {
    background-color: rgb(255,245,234);
}

.bg-purple {
    background-color: #E9D4FB;
}

.bg-fadeyellow {
    background-color: #FEF5D7;
}

.bg-pink {
    background-color: #FFC9DC !important;
}

.bg-darkblue {
    background-color: #5A60EC !important;
}

.bg-sitepink {
    background-color: #FA5B81;
}

.bg-lightpink {
    background-color: #FFF0F5;
}

.bg-green {
    background-color: #11AF57;
}

.text-blue {
    color: rgb(90,96,236);
}

.text-green {
    color: #11AF57;
}

.bg-transparent {
    background-color: transparent !important;
}

.object-cover {
    object-fit: cover !important;
}

.pt-11 {
    padding-top: 44px;
}

.py-62 {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
}

.pb-62 {
    padding-bottom: 15.625rem;
}

.py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
}

.pt-8r {
    padding-top: 16rem !important;
}

.mt-4r {
    margin-top: 8rem !important;
}

.pb-8r {
    padding-bottom: 16rem !important;
}

.mb-4r {
    margin-bottom: 8rem !important;
}

.mt-0r {
    margin-top: 0 !important;
}

.mt-3r {
    margin-top: 3rem !important;
}

.mb-3r {
    margin-bottom: 3rem !important;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

.rotate-180 {
    transform: rotate(180deg) !important;
}

.rotate-90 {
    transform: rotate(90deg) !important;
}

.top-130 {
    top: 130px;
}

.box-shadow {
    box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.12);
}

.space-x-8 {
    grid-column-gap: 30px;
}

.scrolled-header {
    position: sticky;
    top: 0;
    z-index: 15;
}

#nav-actions2 .icon {
    color: white;
}

figure {
    position: relative;
    width: 100%;
    height: 100%;
}

    figure img {
        /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        z-index: 1;
    }

.top-level-nav-item-copy {
    border-bottom-width: 3px;
    border-color: transparent;
    padding-bottom: 11px;
    font-size: 16px;
    font-weight: 500;
}

    .top-level-nav-item-copy.active {
        border-color: var(--c4k-pink);
        color: var(--c4k-pink);
        font-weight: 600;
    }

.header-nav-item, .header-nav-item svg {
    color: white !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

    .header-nav-item:hover, .header-nav-item:hover .header-nav-item svg {
        color: var(--c4k-pink) !important;
    }

.header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 3;
}

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }

    .header li a {
        display: block;
        padding: 20px 20px;
        border-right: 1px solid #f4f4f4;
        text-decoration: none;
    }

        .header li a:hover,
        .header .menu-btn:hover {
            background-color: #f4f4f4;
        }

    .header .logo {
        display: block;
        float: left;
        font-size: 2em;
        padding: 10px 20px;
        text-decoration: none;
    }

    /* menu */

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }

    /* menu icon */

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }

        .header .menu-icon .navicon {
            background: #333;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px;
        }

            .header .menu-icon .navicon:before,
            .header .menu-icon .navicon:after {
                background: #333;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .header .menu-icon .navicon:before {
                top: 5px;
            }

            .header .menu-icon .navicon:after {
                top: -5px;
            }

    /* menu btn */

    .header .menu-btn {
        display: none;
    }

        .header .menu-btn:checked ~ .menu {
            max-height: 240px;
        }

        .header .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .header .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .header .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }

.site-top-header, .site-header {
    padding: 0px 36px;
}

.top-header-item-left {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    padding: 12px 0px;
}

    .top-header-item-left.active {
        color: #FA5B81;
        font-weight: 600;
        border-bottom: 3px solid #FA5B81;
    }

    .top-header-item-left:hover {
        color: #FA5B81;
    }

.top-header-item-right {
    font-size: 16px;
    font-weight: 700;
}

    .top-header-item-right.active {
        color: #FA5B81;
        text-decoration: underline;
        text-decoration-color: #FA5B81;
        text-underline-offset: 2px;
    }

.search-component {
    height: 56px;
    width: 100%;
    border: 1px solid #E3E1DD;
    border-radius: 25px;
    overflow: hidden;
    /*margin-left: 40px;*/
    background-color: #FFFFFF;
}

    .search-component .search-field {
        border: none;
        width: 100%;
        font-size: 14px;
        background-color: transparent;
    }

        .search-component .search-field:focus {
            border: 2px solid #5A60EC;
        }

        .search-component input:focus {
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
        }

    .search-component .search-btn {
        margin-left: -30px !important;
    }

        .search-component .search-btn img {
            height: 14px;
            object-fit: contain;
        }


@media (min-width: 768px) {
    .header li {
        float: left;
    }

        .header li a {
            padding: 20px 30px;
        }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

.dropdown-animation {
    visibility: visible;
    animation: growDown 400ms ease-in-out forwards;
    transform-origin: top center
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    100% {
        transform: scaleY(1)
    }
}

.border-r {
    border-right-width: 1px;
    border-right-color: #B8B8B8;
}

.border-c4k_black {
    border-color: #272727;
    color: #272727;
}

.childcare-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.childcare-banner {
    width: max-content;
    border-radius: 50px;
    height: 90px;
    padding: 9px 10px 9px 50px;
    background-color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.top-reads-frame {
    height: 160px !important;
}

.top-read-card {
    height: 165px;
}

    .top-read-card .text-wrapper {
        height: 65px
    }

.card figure::after, .media figure::after, .frame figure::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.15;
    transform: rotate(-180deg);
}

.card {
    background-color: rgb(247,247,247);
}

.card-long-wrapper {
    max-width: 310px;
    flex-shrink: 0;
    min-width: 24%;
}

.card figure {
    height: 255px;
    width: 100%;
    overflow: hidden;
}

.card-long-text-title {
    height: 60px;
}

.card-body {
    padding: 25px 17px;
}

    .card-body p {
        overflow: hidden;
        color: #5A5A5A;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.card-title {
    margin-bottom: 0px;
    overflow: hidden;
    padding-top: 0.7rem;
    font-size: 1.2rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-desc-wrapper {
    height: 80px;
}

.frame {
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 470px;
}

    .frame figure {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

        .frame figure img {
            height: 100%;
        }

.frame-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.frame-body-md {
    height: 43%;
}

.frame-body-sm {
    min-height: 22%;
}

.carousal-body-sm {
    height: 80% !important;
}

.frame-title {
    font-size: 32px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    overflow: hidden;
    font-weight: 700;
    color: rgb(246,255,143);
}

.portrait-title {
    font-size: 32px;
}

.adjust-label-gap {
    transform: translateY(10px);
}

.stories-card {
    height: 530px;
}

.carousal-frame {
    max-height: 359px;
    min-height: 358px;
    min-width: 640px;
}

.frame-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(246,255,143);
    width: fit-content;
    padding: 7px 15px;
}

.frame-medium {
    max-height: 360px;
    height: 100%;
    width: 635px;
}

.frame-long {
    min-height: 528px;
    height: 100%;
    width: 100%;
}

.frame-full {
    min-height: 629px;
}

.media {
    display: flex;
    align-items: center;
}

.media-bg {
    background-color: #fff;
}

.media figure {
    height: 215px;
    min-width: 260px;
    overflow: hidden;
}

.media .figure-lg {
    max-width: 348px;
    width: 100%;
    height: 369px;
    min-height: 100%;
}

.media .figure-sm {
    width: 184px;
    height: 151px;
    min-width: 184px;
}

.media .figure-md {
    width: 288px;
    height: 302px;
    min-width: 288px;
}

.media-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.media-body-sm {
    width: 55% !important;
    overflow: hidden;
}

.media-medium-body {
    --width: 55%;
    max-width: var(--width);
    min-width: var(--width);
}

.media-long {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.media-title {
    margin-bottom: 0px;
    padding-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    max-height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* badge */
.badge {
    display: block;
    z-index: 10;
    font-size: 0.875rem;
    font-weight: 700;
    width: fit-content;
    max-width: 100%;
    text-transform: uppercase;
    padding: 7px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge-none {
    font-weight: 500;
    padding: .5rem 1.3125rem;
}

.badge-white {
    background-color: #FFFFFF;
    font-weight: 500;
    text-transform: lowercase;
    padding: 9px 21px !important;
    color: rgb(39,39,39);
    line-height: .875rem;
}

.badge-red {
    background-color: rgb(252,110,82);
    color: rgb(255,255,255);
}

.badge-purple {
    background-color: rgb(216,170,255);
    color: rgb(255,255,255);
}

.badge-blue {
    background-color: rgb(90,96,236);
    color: rgb(255,255,255);
}

.badge-lightblue {
    background-color: rgb(150,201,255);
    color: rgb(255,255,255);
}

.badge-pink {
    background-color: rgb(250,91,129);
    color: rgb(255,255,255);
}

.badge-green {
    background-color: rgb(163,180,116);
    color: rgb(255,255,255);
}

.blog-btn {
    border-radius: 9999px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    white-space: nowrap;
}

.blog-btn-sm {
    border-radius: 9999px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.blog-btn-primary {
    background-color: rgb(250,91,129);
    color: rgb(255,255,255);
}

    .blog-btn-primary:hover {
        background-color: var(--dark-pink);
    }

.blog-btn-primary-outline {
    border-width: 1px;
    border-color: rgb(250,91,129);
    color: rgb(250,91,129);
}

.btn-link {
    font-size: 1rem;
    font-weight: 500;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

    .btn-link:hover {
        color: #FA5B81 !important;
        text-decoration-color: #FA5B81;
    }

.input-group {
    position: relative;
}

    .input-group .icon-block {
        position: absolute;
        top: 0.75rem;
        right: 0.5rem;
        /* 8px */
        width: 24px;
        height: 24px;
    }

    .input-group.input-group-line {
        width: 280px;
    }

        .input-group.input-group-line input {
            background: transparent;
            padding-left: 0;
            padding-bottom: 5px;
            min-width: 235px;
            font-size: 18px;
            border-radius: 0px;
            border-width: 0px;
            border-bottom-width: 1px;
            border-color: #272727;
        }

    .input-group input:focus {
        box-shadow: none;
    }

input::-moz-placeholder {
    color: #969696;
}

input::placeholder {
    color: #969696;
}

.input-group input {
    width: 100%;
    border-radius: 9999px;
    font-size: 14px;
    padding: 17px 26px;
}

/* CUSTOM SELECT */
/* The container must be positioned relative: */
/*.custom-select {
    width: 165px !important;
    border-right: 1px solid #272727;
    display: flex;
    align-items: center;
}*/

    .custom-select select {
        position: relative;
        font-size: 14px !important;
        padding: 0px 20px 0px 25px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .custom-select select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    font-size: 14px;
    color: #272727;
    position: relative;
    /*padding-right: 25px !important;*/
    display: flex;
    align-items: center;
}

/* Style the arrow inside the select element: */
.select-selected:after {
        position: absolute;
        content: "\203A";
        transform: rotate(90deg);
        right: 5px;
        font-size: 28px;
        color: #272727;
        background-color: white;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
/*    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
    }*/

/* style the items (options), including the selected item: */

.select-items div, .select-selected-blog,
.select-items div, .select-selected {
    color: #3A3A3A;
    padding: 2px 18px;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Poppins';
    width: 100%;
    font-size: 16px;
}

.select-selected-blog {
    padding: 0;
}

.select-selected {
    padding: 2px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
}
/* Style items (options): */
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    z-index: 99;
    width: 235px;
    max-height: 235px;
    font-size: 11px;
    font-weight: 500;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    animation: growDown 400ms ease-in-out forwards;
    transform-origin: top center
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

.select-items::-webkit-scrollbar {
    width: 4px;
}

.select-items::-webkit-scrollbar-track {
    background: white;
}

.select-items::-webkit-scrollbar-thumb {
    background: #EBEBEB !important;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #F7F7F7;
    color: #FA5B81;
    font-weight: 700;
}


.header-childcare {
    flex-direction: column;
    gap: 0px;
}

.custom-select-childcare {
    height: 40px !important;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid #272727 !important;
}

    .custom-select-childcare .select-selected {
        padding-left: 0px !important;
        font-size: 1.125rem !important;
    }

    .custom-select-childcare .select-items {
        width: 100% !important;
        font-size: 14px !important;
    }

.subsidy-button {
    height: 50px;
    color: #FA5B81;
    border: 2px solid #FA5B81;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 335px;
    font-weight: 700;
}

    .subsidy-button:hover {
        background-color: #FA5B81;
        color: #FFF0F5;
        border: 2px solid;
    }

    .subsidy-button iconify-icon {
        font-size: 23px !important;
    }

.childcare-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    width: 100vw;
    padding-left: 64px;
}

.childcare-suburb {
    margin-left: 35px;
    margin-right: 8px;
}

.childcare-heading {
    line-height: 2;
    font-size: 48px;
}

.parenting-news-banner-container {
    padding-left: min(150px, 10%);
    padding-right: min(75px, 5%);
}

.parenting-news-input, .parenting-news-input input {
    width: 350px !important;
}

.parenting-news-btn {
    width: 180px;
}

.parenting-news-text-wrapper {
    flex-direction: row;
}

.calculate-subsidy-text-wrapper {
    padding-left: 5%;
    padding-right: 43px;
    padding-top: 89px;
    padding-bottom: 70px;
}

.calculate-subsidy-image-wrapper {
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .calculate-subsidy-image-wrapper img {
        max-height: 375px;
        max-width: 370px;
    }

.header-responsive-container {
    background-color: #FAF7F4;
    top: 52px;
    list-style: none;
    width: 100vw;
    gap: 20px;
    height: fit-content;
}

.responsive-child-care-item.active {
    color: #FA5B81;
    font-weight: 600;
}

.parentingnews-banner {
    flex-direction: row;
}

.parentingnews-textside {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 60%;
}

    .parentingnews-textside h2 {
        text-align: left;
    }

.parentingnews-imageside {
    width: 40%;
}

.homepage-topreads-block .card figure {
    height: 183px;
}

.homepage-topreads-block .card .card-body {
    padding: 17px;
}

    .homepage-topreads-block .card .card-body p {
        -webkit-line-clamp: 2;
    }

.homepage-topreads-block .card .top-read-card {
    height: 125px;
}

.homepage-topreads-block .frame-medium {
    max-width: 100% !important;
}

    .homepage-topreads-block .frame-medium .carousal-body-sm {
        height: fit-content !important;
        padding-bottom: 1rem;
    }



@media only screen and (max-width: 1401px) {
    .media-medium-body {
        --width: 51%;
    }
}


@media only screen and (max-width: 1280px) {
    /* width */
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px !important;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #F7F7F7 !important;
        border-radius: 20px !important;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #D9D9D9 !important;
        border-radius: 20px !important;
    }

    section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    h1.heading-2, h2.heading-2, div.heading-2 {
        font-size: 2.25rem;
    }

    .frame-body-sm {
        height: 24% !important;
    }

    .border-r {
        border-right-width: 0px;
    }

    .card-long-text-title {
        height: fit-content;
    }

    .card-long-wrapper {
        max-width: 100%;
    }

    .blog-btn {
        width: 100%;
    }

    .media figure {
        height: 145px;
        min-width: 145px;
        width: 145px;
    }

    .frame-body-md {
        height: 33% !important;
    }

    .top-reads-frame {
        height: 130px !important;
    }


    .stories-card {
        height: 500px;
        width: 100%;
        margin-bottom: 30px;
    }

    .frame-title {
        font-size: 24px;
        line-height: 27px;
    }

    .portrait-title {
        font-size: 24px;
    }

    .media-title {
        font-size: 1rem;
    }

    .carousal-frame {
        min-width: 80%;
    }

    .parenting-news-btn {
        width: 50%;
    }
}



@media only screen and (max-width: 1250px) {
    .header-left-content {
        gap: 0px;
    }
}


@media only screen and (max-width: 1201px) {
    .media-medium-body {
        --width: 50%;
    }
}


@media only screen and (max-width: 1200px) {
    .top-130 {
        top: 53px;
    }

    .header-left-content {
        gap: 10px;
    }

    .media .figure-md {
        width: 215px;
        height: 302px;
        min-width: 215px;
    }

    .media-medium-body {
        --width: 56%;
    }

    .search-component {
        height: 56px;
        width: 100%;
        max-width: 700px;
        border: 1px solid #E3E1DD;
        border-radius: 25px;
        overflow: hidden;
        margin-left: 0px;
    }
}



@media only screen and (max-width: 1050px) {
    .parenting-news-text-wrapper {
        flex-direction: column;
    }

    .parenting-news-input, .parenting-news-input input {
        width: 100% !important;
    }

    .parenting-news-btn {
        width: 100% !important;
    }

    .parenting-news-banner-container {
        padding-left: 10%;
        padding-right: 0%;
    }


    .parentingnews-banner {
        flex-direction: column;
        align-items: center;
    }

    .parentingnews-textside {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        width: 100%;
    }

        .parentingnews-textside h2 {
            text-align: center;
        }

    .parentingnews-imageside {
        width: 100%;
    }

    .display-scrollbar-mobile .glider-track {
        padding-bottom: 40px !important;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .homepage-topreads-block {
        display: flex;
        flex-direction: row;
        max-width: 100%;
        overflow-x: scroll;
        padding-bottom: 40px;
    }

        .homepage-topreads-block .homepage-topreads-partial {
            display: flex;
            flex-direction: row;
        }

            .homepage-topreads-block .homepage-topreads-partial .card,
            .homepage-topreads-block .homepage-topreads-partial .frame {
                width: 300px;
                height: 395px;
                min-height: 395px;
            }

        .homepage-topreads-block .frame-medium {
            width: min(80vw, 460px) !important;
            margin: 0 !important;
        }
}


@media only screen and (max-width: 990px) {
    .card-w-50, .card-w-57, .card-w-43 {
        width: 100%;
    }

    .card-body {
        padding: 20px;
    }

        .card-body p {
            -webkit-line-clamp: 2;
        }

    .card-desc-wrapper {
        height: 50px;
    }

    .card-long-wrapper {
        width: 100%;
    }


    .frame-body {
        height: 30%;
    }
}

@media only screen and (max-width: 875px) {
    .childcare-section {
        padding-left: 10px;
    }
}



@media only screen and (max-width: 768px) {
    .pt-8r {
        padding-top: 10rem !important;
    }

    .mt-4r {
        margin-top: 5rem !important;
    }

    .pb-8r {
        padding-bottom: 10rem !important;
    }

    .mb-4r {
        margin-bottom: 5rem !important;
    }

    .header-childcare {
        flex-direction: row;
        gap: 10px;
    }

    .childcare-banner {
        width: 100%;
        border-radius: 0px;
        height: fit-content;
        padding: 10px;
        background-color: transparent;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0px;
    }

    .top-read-card {
        height: fit-content;
    }

        .top-read-card .text-wrapper {
            height: fit-content;
        }

    .childcare-overlay {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .childcare-suburb {
        margin-left: 0;
        margin-right: 0;
    }

    .childcare-heading {
        line-height: 32px;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 32px;
    }

    .perfectcare-container {
    }


    .custom-select-childcare {
        border-right: none !important;
        border-bottom: none !important;
    }

        .custom-select-childcare .select-items {
            width: 90% !important;
        }

    .childcare-section {
        padding: 15.5rem 20px 10px 20px;
    }

    .card-desc-wrapper {
        height: fit-content;
    }


    .childcare-banner .input-group.input-group-line {
        padding-bottom: 0px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
    }

    .input-group.input-group-line {
        background: white;
        padding: 0px 20px 5px 20px;
        font-size: 18px;
        border-radius: 25px;
        margin-bottom: 10px;
        width: 100%;
    }

        .input-group.input-group-line input {
            border-bottom-width: 0px;
        }

    .calculate-subsidy-text-wrapper {
        padding-left: 10%;
        padding-right: 25px;
        padding-top: 72px;
        padding-bottom: 2.25rem;
    }

    .calculate-subsidy-image-wrapper {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 45px;
        padding-top: 35px;
    }

    .calculate-subsidy-text-wrapper h2 {
        padding-right: 15%;
    }

    .subsidy-button {
        width: 100%;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #434343;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 10px;
    }

        .subsidy-button:hover {
            background-color: transparent;
            color: #FA5B81;
            border: none;
            border-bottom: 1px solid #434343;
        }
}


@media only screen and (max-width: 300px) {
    .media-body-sm {
        width: 40% !important;
    }
}

@media only screen and (min-width: 1900px) {
    .childcare-section {
        padding-left: 64px;
    }

    .site-header-component-wrapper {
        max-width: 1900px;
        margin-left: calc(50% - 950px);
    }

    .max-w-xxxl {
        max-width: 1900px;
        margin-left: calc(50% - 950px);
    }

    .max-w-banner-content {
        margin-left: calc(43% - 950px);
    }
}

@media only screen and (min-width: 2000px) {
    .max-w-xxxl {
        max-width: 1900px;
        margin-left: calc(50% - 950px) !important;
    }
}

/* Style for modal enquiry suburb field */
#suburAutoCompStep1.input-group.input-group-line input,
#suburAutoCompStep1 input {
    border: 1px solid #D0D6D5;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.14);
    border-radius: 32px !important;
    height: 44px;
    font-weight: 500;
    font-size: 15px;
    padding: 0 60px 0 20px;
    font-family: 'Nunito';
    color: #747474;
}

#suburAutoCompStep1 input::placeholder {
    color: #8A8A8A;
}
