

body.page-template-childcare #main > .container {
    max-width: 100%;
    padding: 0;
}

/* Banner */
.banner-container {
    background: #51A766;
}
.banner-inner {
    min-height: 50vh;
    padding: 90px 0px 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.banner-img {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.banner-img img {
    width: 100%;
}
.banner-heading {
    max-width: 800px;
    width: 100%;
    justify-self: center;
    align-self: center;
    padding-bottom: 6rem;
}
.banner-inner h1 {
    text-transform: uppercase;
    color: #fff;
}
.banner-inner h1.lg {
    font-size: 75px;
} 
.banner-inner h1.md {
    font-size: 50px;
} 
.banner-inner .short-note {
    font-size: 30px;
    /* font-family: 'GT America Exp Rg'; */
    color: #fff;
    margin-top: 50px;
}


/* Body Content */

.txt-center {
    text-align: center;
}
.btn {
    min-height: 76px;
    display: flex;
    align-items: center;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
}



/* Page Footer */
.footer-section {
    padding: 100px 0 80px;
    color: #fff;
}
.footer-section .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.heading_and-img {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.heading_and-img h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.footer-section h2.footer-hd {
    margin-bottom: 20px;
    color: #FFDAD2;
    font-size: 35px;
}
.footer-section .content {
    font-size: 20px;
}
.footer-section .content * {
    color: #fff;
}
.footer-section .content h2,
.footer-section .content h3,
.footer-section .content h4,
.footer-section .content h5,
.footer-section .content h6,
.footer-section .content h2 strong,
.footer-section .content h3 strong,
.footer-section .content h4 strong,
.footer-section .content h5 strong,
.footer-section .content h6 strong {
    margin: 1rem 0;
    /* font-family: GT America Exp Rg; */
}


.footer-btm-cont {
    padding-top: 65px;
    font-size: 20px;
    display: flex;
    gap: 18px;
}
.no-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}


/* footer form */
.footer-section {
    background-color: #496951;
}
.footer-section .at-title {
    display: none;
}
.footer-from section.at-inner {
    background-color: #496951;
}
.campaign-footer-from,
.campaign-footer-from a  {
    background-color: transparent !important;
    color: #fff !important;
}
.campaign-footer-from fieldset:after {
    content: '';
}

.campaign-footer-from .at label, 
.campaign-footer-from .at-checkbox-title {
    color: #fff !important;
}
body .campaign-footer-from .at input[type=email], 
body .campaign-footer-from .at input[type=email]:focus, 
body .campaign-footer-from .at input[type=text], 
body .campaign-footer-from .at input[type=text]:focus, 
body .campaign-footer-from .at input[type=tel], 
body .campaign-footer-from .at input[type=tel]:focus, 
body .campaign-footer-from .at select, 
body .campaign-footer-from .at select:focus {
    background-color: #DAE8CD !important;
    border-style: solid;
    border-width: 3px;
    color: #496951 !important;
    border-color: #fff;
    border-radius: 28px !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    /* font-family: 'GT America Exp Rg' !important; */
    font-weight: 400 !important;
    line-height: 1.3125 !important;
    text-transform: uppercase;
    height: 3.3125rem !important;
}
body .at .error input[type=email]:required,
body .at .error input[type=tel]:required {
    color: #f03e3e !important;
}
.campaign-footer-from .footer-form-heading  {
    color: #fff !important;
}

.campaign-footer-from-form fieldset:after {
    color: #fff;
}
.campaign-footer-from .at-submit, 
.campaign-footer-from .at .btn-at-primary {
    line-height: 21.5px !important;
    border-radius: 30rem !important;
    padding-left: 2rem !important;
    background-color: #fff !important;
    padding-right: 2rem !important;
    color: #496951 !important;
    /* font-family: 'GT America Exp Rg' !important; */
    text-transform: uppercase !important;
    border-bottom: 1px solid #fff !important;
    border-color: #fff !important;
    min-width: 205px;
}
.footer-btm-cont sup {
    margin-right: 6px;
}
.footer-btm-cont a {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}
.footer-btm-cont p {
    font-size: 20px;
    /* font-family: 'GT America Exp Rg'; */
}
.fastaction-block {
    display: none !important;
}



/* footer form additional Content */
.campaign-footer-from p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 0 30px;
}


/* Center Content */
.center-content-section {
    background: #dae8cd;
    padding: 5rem 0;
    text-align: center;
}
.center-content-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.center-content-inner h2 {
    color: #496951;
    text-align: center;
    text-transform: uppercase;
    max-width: 889px;
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
}
.center-content-inner .content {
    color: #1E1E1F;
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
}

.center-content-inner .button {
    background: #496951;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 18px 25px;
    color: #fff;
    border-radius: 45px;
    font-size: 18px;
    transition: all .4s;
    /* font-family: 'GT America Exp Rg'; */
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.center-content-inner .button:hover {
    background: #000;
}


/* Download Section */
.center-content-section.download-section {
    background: #B2CFDF;
}
.download-section .center-content-inner {
    gap: 30px;
}
.download-section .center-content-inner h2 {
    color: #000;
}
.download-section .center-content-inner .content {
    color: #000;
    max-width: 550px;
}
.download-section .center-content-inner .content a {
    color: #000;
}
.download-section .center-content-inner .button {
    background: #fff;
    color: #000;
    max-width: 566px;
    width: 100%;
    transition: all .4s;
}
.download-section .center-content-inner .button:hover {
    background: #000;
    color: #fff;
}






/* Hide Default footer */
#colophon {
    display: none;
}

/* Responsive */
@media screen and (max-width: 1100px) {
    /* Banner */
    .banner-inner {
        min-height: unset;
        grid-template-columns: 1.5fr 1fr;
    }
    .banner-inner h1.lg {
        font-size: 50px;
    }
    .banner-inner h1.md {
        font-size: 35px;
    }
    
    .banner-inner .short-note {
        font-size: 22px;
        margin-top: 45px;
    }

    /* Form heading */
    /* .heading_and-img h2 {
        font-size: 28px;
    } */

}


@media screen and (max-width: 991px) {
    
    /* Banner */
    .banner-top-img {
        width: 300px;
    }
    .banner-inner h1.lg {
        font-size: 45px;
    }

    

    /* footer */
    .footer-section h2.footer-hd {
        font-size: 26px;
    }
    .footer-inner {
        gap: 0px;
        grid-template-columns: 100%;
    }
    .footer-btm-cont {
        flex-wrap: wrap;
    }
    .footer-btm-cont a {
        font-size: 16px;
    }



}


@media screen and (max-width: 767px) {
    /* button */
    .btn {
        font-size: 14px;
    }

    .banner-heading {
        padding-bottom: 0;
    }


    /* Banner */
    .banner-top-img {
        width: 80px;
    }
    .banner-inner {
        padding: 30px 0px 0;
    }
    .banner-inner h1.lg {
        font-size: 35px;
        max-width: 100%;
    }

    .banner-inner h1.md {
        max-width: 100%;
    }
    .banner-inner .short-note {
        font-size: 18px;
        margin-top: 20px;
    }
    /* footer */

    .footer-section {
        padding: 50px 0;
    }

    .footer-section .content {
        font-size: 16px;
    }
    .center-content-inner h2,
    .heading_and-img h2 {
        font-size: 26px;
    }
    .footer-btm-cont {
        flex-direction: column;
    }
    .footer-inner {
        grid-template-columns: auto;
    }

    /* Center Content */
    .center-content-section {
        padding: 50px 0;
    }
    .footer-section .container {
        gap: 35px;
    }

    .center-content-inner .content {
        font-size: 16px;
    }
    .center-content-inner .button {
        font-size: 14px;
    }

    #main > .content-wrapper > section:last-child {
        padding-bottom: 140px;
    }

}

@media screen and (max-width: 500px) {
    .banner-inner {
        padding: 4rem 0px 0;
        grid-template-columns: 1fr;
    }
    .banner-heading {
        padding-bottom: 4rem;
    }
    .banner-img img {
        max-width: 300px;
        margin: 0 auto;
    }
}

