body {
    padding: 0 !important;
    margin: 0 !important;
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    background: #f5f5f5 !important;
}

.sticky + .content {
    padding-top: 102px;
}

.sticky {
    padding: 0px 10px !important;
}

.sticky .site-logo a img {
    height: 52px;
    transition: all 0.5s ease-in;
}

.stickySearch {
    position: fixed;
    top: 139px;
    z-index: 999;
}

.stickySearch .form-search-wrap {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 7px;
    padding: 7px;
    border: 2px dashed #FFFFFF;
}

.searchform {
    padding: 0px !important;
}

.form-search-wrap {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 7px;
    padding: 15px;
    border: 2px dashed #FFFFFF;
}

.input-group {
    position: relative;
    border-collapse: separate;
}

.taglineWhite {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.text-white {
    color: #fff !important
}

.m-location {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 460px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .5s ease-in;
    font-size: 1.125rem;
}

.wrap-pre {
    border-radius: 10px;
    min-height: 380px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
    text-align: center;
    padding: 10px;
}

.logo-style {
    box-shadow: -1px 0px 2px 1px rgba(166, 166, 166, 0.75);
    -webkit-box-shadow: -1px 0px 2px 1px rgba(166, 166, 166, 0.75);
    -moz-box-shadow: -1px 0px 2px 1px rgba(166, 166, 166, 0.75);
    padding: 20px 0 20px 0;
}

.logo-style span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 43px;
    color: #000;
}

.logo-style img {
    width: 100px;
    height: 100px;
}

.festured-logo {
    background: #fff;
    border-radius: 20px;
}

.festured-logo1 {
    border-radius: 20px 0 0 0
}

.preschoolDetail img {
    border-radius: 20px 20px 0 0;
}

.preschoolDetail .pDetail {
    background: #E15498;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    width: 100%;
}

.preschoolDetail .pDetail p {
    margin: 0;
    color: #fff;
}

.preschoolDetail .pDetail p.name {
    font-size: 18px;
    font-weight: bold;
}

.preschoolDetail .pDetail i {
    position: absolute;
    right: 35px;
    bottom: 10px;
    color: #fff;
    font-size: 34px;
}

.daycareDetail img {
    border-radius: 20px 20px 0 0;
}

.daycareDetail .pDetail {
    background: #52B5ED;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    width: 100%;
}

.daycareDetail .pDetail p {
    margin: 0;
    color: #fff;
}

.daycareDetail .pDetail p.name {
    font-size: 20px;
    font-weight: bold;
}

.daycareDetail .pDetail i {
    position: absolute;
    right: 35px;
    bottom: 10px;
    color: #fff;
    font-size: 34px;
}

.whyUs img {
    border: 1px dashed #000;
    border-radius: 50%;
    margin-bottom: 10px
}

.align-items-stretch .image {
    min-height: 200px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.blogDetail {
    background: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    min-height: 140px;
}

.cityList p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0 0
}

.border-dashed {
    border: 2px dashed #B6B6B6;
    display: block;
    border-radius: 15px;
}

.border-dashed:hover {
    border: 2px solid #000;
    display: block;
    border-radius: 15px;
}

.popular-category {
    background: #fff;
    color: #ee185e !important;
    display: block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 23px !important;
    border: 2px dashed #B6B6B6;
    top: 0;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    cursor: default;
}

.sectionBlue {
    background: #3085EA
}

.wrap-pre img {
    margin-top: -10px;
}

.wrap-pre ul {
    color: #fff
}

.wrap-pre ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 25px;
    line-height: 20px;
}

.list-icon {
    position: absolute;
    left: -35px;
    top: 8px;
}

.wrap-pre .list-icon {
    position: absolute;
    left: -35px;
}

.wrap-pre .list-icon-1 {
    position: absolute;
    left: -35px;
    top: 8px;
}

.wrap-pre .list-icon-2 {
    position: absolute;
    left: -35px;
    top: 10px;
}

.wrap-pre .list-icon-3 {
    position: absolute;
    left: -35px;
    top: 12px;
}

.wrap-pre-1 {
    background: #efb837
}

.wrap-pre-2 {
    background: #7ab72c
}

.wrap-pre-3 {
    background: #5596d6
}

.mt-50 {
    margin-top: 50px;
}

.fs20 {
    font-size: 1.08rem !important;
}

.counter-value {
    font-size: 22px;
    color: #19436d;
    font-weight: bold;
}

#btnLearningSearch {
    width: 20%;
    margin: 3% auto;
    display: inline-block;
}

.searchBarH {
    margin-top: 5%;
}

.stickySearch {
    position: fixed !important;
    top: -134px !important;
    z-index: 999;
}

.schoolBag {
    width: 150%
}

.bg-light2 {
    background: #eff2f7
}

.popular-category {
    background: none !important;
}

@media (max-width: 768px) {
    .mb-6 {
        margin-bottom: 10px;
    }

    .searchBarH {
        margin-top: 0%;
    }

    .stickySearch {
        position: relative !important;
        top: -134px !important;
        z-index: 999;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        opacity: 1;
        border-bottom: 1px solid #000;
    }

    .m-location {
        position: absolute;
        text-align: center;
        margin: 0 auto;
        width: 420px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: opacity .5s ease-in;
        font-size: 0.875rem;
    }

    #btnLearningSearch {
        width: 50%;
        margin: 3% auto;
        display: inline-block;
    }

    .popular-category .topBox {
        min-height: 49px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .wrap-pre {
        border-radius: 10px;
        min-height: 300px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
        text-align: center;
        padding: 10px;
    }

    .wrap-pre ul li {
        list-style-type: none;
        position: relative;
        margin-bottom: 25px;
        line-height: 12px;
    }

    .wrap-pre .list-icon-1 {
        position: absolute;
        left: -35px;
        top: 1px;
    }

    .wrap-pre .list-icon-2 {
        position: absolute;
        left: -35px;
        top: 5px;
    }

    .wrap-pre .list-icon-3 {
        position: absolute;
        left: -35px;
        top: 7px;
    }
}

ul.select2-results__options {
    max-height: 50px;
}

.covid {
    position: fixed;
    right: -40px;
    bottom: 39px;
    z-index: 999;
}

.covid img {
    width: 200px;
}

.cursor {
    cursor: pointer !important;
}

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: top left !important;
    background: rgba(244, 85, 142, 0.93);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 22px 22px 0px 0px;
    width: 95%;
    margin: 110px auto 0;
}

.site-blocks-cover,
.site-blocks-cover > .container > .row {
    min-height: 370px !important;
    height: calc(50vh);
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0) !important;
}

/*        .site-blocks-cover:after {height: 19px;width: 100%;top: auto;bottom: 0;background: url(img/bg-header-bottom.png) center center repeat-x;position: absolute;content: "";z-index: 1;}*/



.servicesList li {
    list-style-type: none;
    margin-bottom: 20px;
}

.caption {
    font-size: 15px !important;
    letter-spacing: .1em !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.preSchool {
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #000;
    width: 100%;
    display: block;
    text-align: center
}

.preSchool:hover {
    background: #ee185e !important;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #000;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}

.inner-page-cover,
.header-menu {
    display: none !important;
}

.select2-container {
    font-size: 13px;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: none;
    height: 39px;
    background-color: #dedede;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    color: inherit;
    line-height: 39px;
    height: 39px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 130px;
}

.select2-results__option {
    padding: 2px;
    /*                font-size: 10px;*/
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
}