
        
@font-face {
    font-family: 'TTTravelsTrialRegular';
    src: url('../fonts/tt-travel/TTTravelsTrialRegular.eot');
    src: url('../fonts/tt-travel/TTTravelsTrialRegular.eot') format('embedded-opentype'),
         url('../fonts/tt-travel/TTTravelsTrialRegular.woff2') format('woff2'),
         url('../fonts/tt-travel/TTTravelsTrialRegular.woff') format('woff'),
         url('../fonts/tt-travel/TTTravelsTrialRegular.ttf') format('truetype'),
         url('../fonts/tt-travel/TTTravelsTrialRegular.svg#TTTravelsTrialRegular') format('svg');
}
body{font-family: 'TTTravelsTrialRegular' !important; color: #221C46 !important}
.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}
.site-footer {
    padding: 4em 0;
    background: #221C46;
}
.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(255, 255, 255, 1) !important;
    border-radius: 0px !important;
    padding: 15px;
}

.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;
}
.searchform .btn, .searchform .btn:hover {
    color: #000;
    border: 1px solid transparent;
    background: none !important;
}
.servicesSec {
	padding-bottom: 4em !important;
}
.text-white {
    color: #fff !important
}

.top-pl-btn{width:150px;}

.pl-btn-style{
    display: inline-block;
    border: none;
    font-size:16px;
    font-weight: 900;
    color: #221c46;
    padding: 0 16px;
    line-height: 42px;
    position: relative;
    background: linear-gradient(315deg, transparent 13px, #00eb5e 0);
}
.pl-btn-style:hover {
    background: linear-gradient(315deg, transparent 13px, #c7fcca 0);
}

.pl-btn-style:before {
    content: "";
    position: absolute;
    background: linear-gradient(315deg, transparent 14px, #221c46 0);
    z-index: -1;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
}


.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: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
}

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

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

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

.preschoolDetail img {
    border-radius: 0px 0px 0 0;
    border: 1px solid #ccc;
}

.preschoolDetail .pDetail {
    background: #17CCF9;
    padding: 10px;
    border-radius: 0 0 0px 0px;
    width: 100%;
    min-height: 145px;
}

.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: 0px 0px 0 0;
    border: 1px solid #ccc;
}

.daycareDetail .pDetail {
    background: #17CCF9;
    padding: 10px;
    border-radius: 0 0 0px 0px;
    width: 100%;
    min-height: 145px;
}

.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;
}
.bg-green{background: rgba(0,235,94,0.3)}
.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: 0;
}

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

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

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

.border-dashed:hover {
    border: 2px solid #000;
    display: block;
    border-radius: 15px;
}
.icon-os{background: rgba(255,220,55,0.5);padding: 10px 0 10px 0;margin: 0;}
.popular-category-service{
    background: #FFDC37;
    color: #221C46 !important;
    display: block;
    text-align: center;
    padding: 10px;
    min-height: 170px;
    border-radius: 0px;
    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;
}

.popular-category {
    background: #00EB5E;
    color: #221C46 !important;
    display: block;
    text-align: center;
    padding: 10px;
    min-height: 120px;
    border-radius: 0px;
    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;
}
.popular-category .caption { color: #221C46 !important;font-size:14px !important;}

.sectionBlue {
    background: #221C46
}

.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: 36px;
     color: #221C46 !important;
    font-weight: bold;
}

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

.searchBarH {
    margin-top: 10%;
}

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

.schoolBag {
    width: 150%
}

.bg-light2 {
    background: #eff2f7
}


@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;
}