/* Mobile */

@media (min-width: 320px) and (max-width: 359px) {
   /* header */
    .index-page{
        overflow:hidden;
    }
    /* index */
    #mobi-only{
        display:none;
    }
    .index-header-info-block h1 {
        font-size: 18px;
    }
    .home-header-parallax {
        min-height: 350px;
        overflow: hidden;
    }
    .home-icons {
        width: 43%;
        margin-left: 28%;
        padding-top: 8%;
    }
    .home-icons-header2 {
        margin-left: 0;
    }
    .home-icons-flower {
        width: 43%;
        margin-left: 31%;
    }
    .home-icons-header br{
        display:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .navbar-collapse {
        text-align: center;
        background-color: white;
        padding: 13px 16px;
        width: auto!important;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        top: 8px;
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color:#F9BD1A;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        position: sticky;
        bottom: 580px;
        border-radius: 50%;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: -106px;
    
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        top: -27px;
        padding: 11px;
    
    }
  
    button:focus{
        outline:transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar {
        display: inline-block;
        margin-bottom: 0;
        list-style: none;
        position: absolute;
        left:0px;;
        z-index: 9999999;
        padding: 0;
        width: 100%;
    
    }
    #tabs {
        display:none;
    }
    .dropdown a {
        padding-right: 0;
        margin-top: 0;
    }
    .dropdown {
        padding-bottom: 0.5rem;
    }
    .dropdown-menu {
        text-align: center;
        border: none;
    }
    .card-title-header {
        font-size: 23px;
      
    }
    .home-icons-header {
        font-size: 38px;
        text-align: center;
        margin-right:0;
        margin-left:0;
    }
    .home-icons-header br {
        display:none!important;
    }
    .home-icons-header2 {
        font-size: 38px;
        text-align: center;
        margin-right:0;
        margin-left:0;
    }    
    .help-text {
        font-size: 15px;
    }
    .help {
        font-size: 33px;
    }
    .help span {
        font-size: 30px;
    }
    .btn.btn-primary.book-your-place {
        width: 52%;
    }
    .btn.btn-primary.learn-more-card {
        width: 81%;
        margin-left: 8%;
    }
    .pride {
        font-size: 27px;
    }
    .staggered-img {
        height: auto;
    }
    .btn.btn-primary.staggered-btn1 {
        width: auto;
        margin-left: 26%;
        margin-bottom: 20px;
    }
    .btn.btn-primary.staggered-btn {
        width: 57%;
        margin-bottom: 21px;
        margin-left: 21%;
    
    }
    .carousel-item h2 {
        font-size: 18px;
    }
    .carousel-inner {
        min-height: auto;
        padding-bottom:0;
    }
    /* about */
    .about-header-parallax {
        min-height: 350px;
        overflow:hidden;
        width:104%;
    }
 
    .about-header-parallax h1 {
        font-size: 26px;
    }
    .rounded-circle {
        margin-left: 30px;
    }
    .staff-details-mobile{
        text-align:center;

    }
    .staff-details-mobile h5 {
        font-size: 16px;
    }
    .staff-details-mobile p {
        font-size: 16px;
        font-weight:900;
    }
    .reasons-to-join h2 {
        padding-bottom: 0;
        font-size: 38px;
        padding-top: 12%;
    }
    .nav-tabs {
        display: none;
    }
    .reasons-small-text {
        padding-bottom: 4%;
    }
    .yellow-round-icon, .blue-round-icon {
        display: none!important;
    }
    .reasons-to-join {
        min-height: auto;
        padding-top: 53px;
    
    }
    .mb-5, .my-5 {
        margin-bottom: 0rem!important;
    }
    .fas.fa-horizontal-rule {
        display:none;
    }

    /* baby-infant-room */
    .baby-infant-master-slider .ms-container {
        /* min-height: 73vh; */
          height: calc(100vh - -105px);
    }
    #carouselExampleFadeinfant>.carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        /* transition: transform .6s ease-in-out; */
      
    }
    .carousel-item.baby-infant {
        padding:0!important;
    }
    #carouselExampleFadeinfant .carousel-item img {
        width: auto;
       
    }
    
    #carouselExampleFadeinfant .carousel-control-prev-icon {
        background-image: url('/images/left-green-arrow.png');
        width:37px;
        height:37px;
        
    }
    #carouselExampleFadeinfant .carousel-inner {
        min-height: 97vh;
        padding-bottom: 0;
        height: auto;
    }
    #carouselExampleFadeinfant .carousel-control-next,  #carouselExampleFadeinfant .carousel-control-prev {
        position: absolute;
        top: 88%;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60%;
        color: #fff;
        text-align: center;
        opacity: inherit;
        transition: opacity .15s ease;
    }
    #carouselExampleFadeinfant .carousel-control-next-icon {
        background-image: url('/images/right-green-arrow.png');
        width:37px;
        height:37px;
    }
    .rooms-header-parallax {
        min-height: 350px;
    }
    .baby-infant-duck-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    .rooms-header-parallax h1 {
        padding-top: 44%;
        font-size: 26px;
    }
    .slider-category {
        padding-bottom: 18px;
    }
   
    /* toddler-room */
    .toddler-room-horse-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* preschool-room */
    .preschool-room-dino-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* contact */
    .contact-slogan br{
        display:none;
    }
    .info a{
        font-size: 15px;
    
    }
    .info {
        padding-bottom: 17px;
    
    }
    .child-care-text {
        font-size: 15px;
    }
    .child-care-header {
        font-size: 30px;
    
    }
    .careers {
        min-height: 255px;
        padding-top: 13%;
    }
   
    .contact-slogan {
        font-size: 26px;
        padding-bottom: 9%;
    }
    #map {
        width: 100%;
    }
    .form-control {
        width: 100%;
    }
    .btn.btn-primary.message {
        width: 41%;
    }
    /* footer */
    .bottom-footer {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        
    }
    .footer-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-info-top {
        font-size: 36px;
        text-align: center;
    }
    .footer-text-top {
        text-align: center;
    }
    .footer-info-bottom {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }
    .terms-policy {
        text-align: center;
        padding-bottom: 16px;
    
    }
    .btn.btn-primary.book-your-place-footer {
        width: 56%;
        margin-left: 22%;
    }
  
    .footer-links {
        text-align: center;
        margin-top: 14px;
 
    
    }
    .footer-links a {
        color:#087387;
        font-weight:700;
    }
    .dropup>.dropdown-menu {
        padding-left: 0;
        min-width: 100%;
    }  
    .dropup>.dropdown-menu{
        position: absolute;
        transform: translate3d(10px, -164px, 0px);
        top: 0px;
        left: -10px!important;
        will-change: transform;
    
    }
}


@media (min-width: 360px) and (max-width: 366px) {
    /* header */
    .index-page{
        overflow:hidden;
    }
    /* index */
    #mobi-only{
        display:none;
    }
    .index-header-info-block h1 {
        font-size: 18px;
    }
    .home-header-parallax {
        min-height: 350px;
        overflow: hidden;
    }
    .home-icons-header {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .home-icons {
        width: 43%;
        margin-left: 28%;
        padding-top: 7%;
    
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color:#F9BD1A;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        position: sticky;
        bottom: 580px;
        border-radius: 50%;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: -106px;
    
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        top: -27px;
        padding: 11px;
    
    }
   
    .home-icons-header2 {
        margin-left: 0;
    }
    .home-icons-flower {
        width: 43%;
        margin-left: 28%;
    }
    .home-icons-header br{
        display:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .navbar-collapse {
        text-align: center;
        background-color: white;
        padding: 13px 16px;
        width: auto!important;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        top: 8px;
    }
    button:focus{
        outline:transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar {
        display: inline-block;
        margin-bottom: 0;
        list-style: none;
        position: absolute;
        left:0px;;
        z-index: 9999999;
        padding: 0;
        width: 100%;

    }
    .dropdown a {
        padding-right: 0;
        margin-top: 0;
    }
    .dropdown {
        padding-bottom: 0.5rem;
    }
    .dropdown-menu {
        text-align: center;
        border: none;
    }
    .card-title-header {
        font-size: 23px;
    
    }
    .home-icons-header {
        font-size: 38px;
    }
    .home-icons-header2 {
        font-size: 38px;
        text-align:center;
    }    
    .help-text {
        font-size: 15px;
    }
    .help {
        font-size: 33px;
    }
    .help span {
        font-size: 30px;
    }
    .btn.btn-primary.book-your-place {
        width: 52%;
    }
    .btn.btn-primary.learn-more-card {
        width: 81%;
        margin-left: 8%;
    }
    .pride {
        font-size: 27px;
    }
    .staggered-img {
        height: auto;
    }
    .btn.btn-primary.staggered-btn1 {
        width: auto;
        margin-left: 29%;
        margin-bottom: 20px;
    }
    .btn.btn-primary.staggered-btn {
        width: 57%;
        margin-bottom: 21px;
        margin-left: 21%;
    }
    .carousel-item h2 {
        font-size: 18px;
    }
    .carousel-inner {
        min-height: auto;
        padding-bottom:0;
    }
    /* about */
    .about-header-parallax {
        min-height: 350px;
        width:104%;
    }
    .about-header-parallax h1 {
        font-size: 30px;
    
    }
    .rounded-circle {
        margin-left: 30px;
    }
    .staff-details-mobile{
        text-align:center;

    }
    .staff-details-mobile h5 {
        font-size: 16px;
    }
    .staff-details-mobile p {
        font-size: 16px;
        font-weight:900;
    }
    .reasons-to-join h2 {
        padding-bottom: 0;
        font-size: 38px;
        padding-top: 12%;
    }
    .reasons-to-join {
        min-height: auto;
        padding-top: 53px;
    
    }
    .nav-tabs {
        display: none;
    }
    .reasons-small-text {
        padding-bottom: 4%;
    }
    .yellow-round-icon, .blue-round-icon {
        display: none!important;
    }
    .reasons-to-join {
        min-height: 282px;
    }
    .mb-5, .my-5 {
        margin-bottom: 0rem!important;
    }
    .fas.fa-horizontal-rule {
        display:none;
    }
    #about-slider .ms-inner-controls-cont {
        max-width: 600px;
        height: 34vh!important;
    }
    
    /* baby-infant-room */
    #carouselExampleFadeinfant>.carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        /* transition: transform .6s ease-in-out; */
      
    }
    .carousel-item.baby-infant {
        padding:0!important;
    }
    #carouselExampleFadeinfant .carousel-item img {
        width: auto;
       
    }
    
    #carouselExampleFadeinfant .carousel-control-prev-icon {
        background-image: url('/images/left-green-arrow.png');
        width:37px;
        height:37px;
        
    }
    #carouselExampleFadeinfant .carousel-inner {
        min-height: 100vh;
        padding-bottom: 0;
        height: auto;
    }
    #carouselExampleFadeinfant .carousel-control-next,  #carouselExampleFadeinfant .carousel-control-prev {
        position: absolute;
        top: 89%;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60%;
        color: #fff;
        text-align: center;
        opacity: inherit;
        transition: opacity .15s ease;
    }
    #carouselExampleFadeinfant .carousel-control-next-icon {
        background-image: url('/images/right-green-arrow.png');
        width:37px;
        height:37px;
    }
    .preschool-header-parallax h1 {
        font-size: 40px;
    }
    
    .slider-category {
        padding-bottom: 5%;
    }
    .baby-infant-duck-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* toddler-room */
    .toddler-room-horse-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* preschool-room */
    .preschool-room-dino-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    .rooms-header-parallax h1 {
        padding-top: 38%;
        font-size: 30px;
    }
    .rooms-header-parallax {
        min-height: 350px;
    }
    /* contact */
    .contact-slogan br{
        display:none;
    }
    .info a{
        font-size: 15px;

    }
    .info {
        padding-bottom: 17px;

    }
    .child-care-text {
        font-size: 15px;
    }
    .child-care-header {
        font-size: 30px;

    }
    .careers {
        min-height: 207px;
        padding-top: 10%;
    
    }
    #map {
        width: 100%;
    }
    .form-control {
        width: 100%;
    }
    .btn.btn-primary.message {
        width: 40%;
    }
    /* footer */
    .bottom-footer {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        
    }
    .footer-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-info-top {
        font-size: 36px;
        text-align: center;
    }
    .footer-text-top {
        text-align: center;
    }
    .footer-info-bottom {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        /* font-size:17px; */
    }
    .terms-policy {
        text-align: center;
        padding-bottom: 16px;

    }
    .btn.btn-primary.book-your-place-footer {
        width: 56%;
        margin-left: 23%;
    }

    .footer-links {
        text-align: center;
        margin-top: 14px;


    }
    .footer-links a {
        color:#087387;
        font-weight:700;
    }
    .dropup>.dropdown-menu {
        padding-left: 0;
        min-width: 100%;
    }  
    .dropup>.dropdown-menu{
        position: absolute;
        transform: translate3d(10px, -164px, 0px);
        top: 0px;
        left: -10px!important;
        will-change: transform;

    }
}

@media (min-width: 367px) and (max-width: 373px) {
    /* header */
    .index-page{
        overflow:hidden;
    }
    /* index */
    #mobi-only{
        display:none;
    }
    .index-header-info-block h1 {
        font-size: 18px;
    }
    .home-header-parallax {
        min-height: 350px;
        overflow: hidden;
    }
    .home-icons-header {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .home-icons {
        width: 43%;
        margin-left: 28%;
        padding-top: 7%;
    
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color:#F9BD1A;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        position: sticky;
        bottom: 580px;
        border-radius: 50%;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: -106px;
    
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        top: -27px;
        padding: 11px;
    
    }
   
    .home-icons-header2 {
        margin-left: 0;
    }
    .home-icons-flower {
        width: 43%;
        margin-left: 28%;
    }
    .home-icons-header br{
        display:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .navbar-collapse {
        text-align: center;
        background-color: white;
        padding: 13px 16px;
        width: auto!important;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        top: 8px;
    }
    button:focus{
        outline:transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar {
        display: inline-block;
        margin-bottom: 0;
        list-style: none;
        position: absolute;
        left:0px;;
        z-index: 9999999;
        padding: 0;
        width: 100%;

    }
    .dropdown a {
        padding-right: 0;
        margin-top: 0;
    }
    .dropdown {
        padding-bottom: 0.5rem;
    }
    .dropdown-menu {
        text-align: center;
        border: none;
    }
    .card-title-header {
        font-size: 23px;
    
    }
    .home-icons-header {
        font-size: 38px;
    }
    .home-icons-header2 {
        font-size: 38px;
        text-align:center;
    }    
    .help-text {
        font-size: 15px;
    }
    .help {
        font-size: 33px;
    }
    .help span {
        font-size: 30px;
    }
    .btn.btn-primary.book-your-place {
        width: 52%;
    }
    .btn.btn-primary.learn-more-card {
        width: 81%;
        margin-left: 8%;
    }
    .pride {
        font-size: 27px;
    }
    .staggered-img {
        height: auto;
    }
    .btn.btn-primary.staggered-btn1 {
        width: auto;
        margin-left: 29%;
        margin-bottom: 20px;
    }
    .btn.btn-primary.staggered-btn {
        width: 57%;
        margin-bottom: 21px;
        margin-left: 21%;
    }
    .carousel-item h2 {
        font-size: 18px;
    }
    .carousel-inner {
        min-height: auto;
        padding-bottom:0;
    }
    /* about */
    .about-header-parallax {
        min-height: 350px;
        width:104%;
    }
    .about-header-parallax h1 {
        font-size: 30px;
    
    }
    .rounded-circle {
        margin-left: 30px;
    }
    .staff-details-mobile{
        text-align:center;

    }
    .staff-details-mobile h5 {
        font-size: 16px;
    }
    .staff-details-mobile p {
        font-size: 16px;
        font-weight:900;
    }
    .reasons-to-join h2 {
        padding-bottom: 0;
        font-size: 38px;
        padding-top: 12%;
    }
    .reasons-to-join {
        min-height: auto;
        padding-top: 53px;
    
    }
    .nav-tabs {
        display: none;
    }
    .reasons-small-text {
        padding-bottom: 4%;
    }
    .yellow-round-icon, .blue-round-icon {
        display: none!important;
    }
    .reasons-to-join {
        min-height: 282px;
    }
    .mb-5, .my-5 {
        margin-bottom: 0rem!important;
    }
    .fas.fa-horizontal-rule {
        display:none;
    }
    #about-slider .ms-inner-controls-cont {
        max-width: 600px;
        height: 34vh!important;
    }
    
    /* baby-infant-room */
    #carouselExampleFadeinfant>.carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        /* transition: transform .6s ease-in-out; */
      
    }
    .carousel-item.baby-infant {
        padding:0!important;
    }
    #carouselExampleFadeinfant .carousel-item img {
        width: auto;
       
    }
    
    #carouselExampleFadeinfant .carousel-control-prev-icon {
        background-image: url('/images/left-green-arrow.png');
        width:37px;
        height:37px;
        
    }
    #carouselExampleFadeinfant .carousel-inner {
        min-height: 106vh;
        padding-bottom: 0;
        height: auto;
    }
    #carouselExampleFadeinfant .carousel-control-next,  #carouselExampleFadeinfant .carousel-control-prev {
        position: absolute;
        top: 95%;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60%;
        color: #fff;
        text-align: center;
        opacity: inherit;
        transition: opacity .15s ease;
    }
    #carouselExampleFadeinfant .carousel-control-next-icon {
        background-image: url('/images/right-green-arrow.png');
        width:37px;
        height:37px;
    }
    .preschool-header-parallax h1 {
        font-size: 40px;
    }
    
    .slider-category {
        padding-bottom: 5%;
    }
    .baby-infant-duck-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* toddler-room */
    .toddler-room-horse-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* preschool-room */
    .preschool-room-dino-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    .rooms-header-parallax h1 {
        padding-top: 38%;
        font-size: 30px;
    }
    .rooms-header-parallax {
        min-height: 350px;
    }
    /* contact */
    .contact-slogan br{
        display:none;
    }
    .info a{
        font-size: 15px;

    }
    .info {
        padding-bottom: 17px;

    }
    .child-care-text {
        font-size: 15px;
    }
    .child-care-header {
        font-size: 30px;

    }
    .careers {
        min-height: 207px;
        padding-top: 10%;
    
    }
    #map {
        width: 100%;
    }
    .form-control {
        width: 100%;
    }
    .btn.btn-primary.message {
        width: 40%;
    }
    /* footer */
    .bottom-footer {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        
    }
    .footer-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-info-top {
        font-size: 36px;
        text-align: center;
    }
    .footer-text-top {
        text-align: center;
    }
    .footer-info-bottom {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        /* font-size:17px; */
    }
    .terms-policy {
        text-align: center;
        padding-bottom: 16px;

    }
    .btn.btn-primary.book-your-place-footer {
        width: 56%;
        margin-left: 23%;
    }

    .footer-links {
        text-align: center;
        margin-top: 14px;


    }
    .footer-links a {
        color:#087387;
        font-weight:700;
    }
    .dropup>.dropdown-menu {
        padding-left: 0;
        min-width: 100%;
    }  
    .dropup>.dropdown-menu{
        position: absolute;
        transform: translate3d(10px, -164px, 0px);
        top: 0px;
        left: -10px!important;
        will-change: transform;

    }
}

@media (min-width: 374px) and (max-width: 380px) {
    /* header */
    .index-page{
        overflow:hidden;
    }
    /* index */
    #mobi-only{
        display:none;
    }
    .index-header-info-block h1 {
        font-size: 18px;
    }
    .home-header-parallax {
        min-height: 350px;
        overflow: hidden;
    }
    .home-icons-header {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .home-icons {
        width: 43%;
        margin-left: 28%;
        padding-top: 7%;
    
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color:#F9BD1A;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        position: sticky;
        bottom: 580px;
        border-radius: 50%;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: -106px;
    
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        top: -27px;
        padding: 11px;
    
    }
   
    .home-icons-header2 {
        margin-left: 0;
    }
    .home-icons-flower {
        width: 43%;
        margin-left: 28%;
    }
    .home-icons-header br{
        display:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .navbar-collapse {
        text-align: center;
        background-color: white;
        padding: 13px 16px;
        width: auto!important;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        top: 8px;
    }
    button:focus{
        outline:transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar {
        display: inline-block;
        margin-bottom: 0;
        list-style: none;
        position: absolute;
        left:0px;;
        z-index: 9999999;
        padding: 0;
        width: 100%;

    }
    .dropdown a {
        padding-right: 0;
        margin-top: 0;
    }
    .dropdown {
        padding-bottom: 0.5rem;
    }
    .dropdown-menu {
        text-align: center;
        border: none;
    }
    .card-title-header {
        font-size: 23px;
    
    }
    .home-icons-header {
        font-size: 38px;
    }
    .home-icons-header2 {
        font-size: 38px;
        text-align:center;
    }    
    .help-text {
        font-size: 15px;
    }
    .help {
        font-size: 33px;
    }
    .help span {
        font-size: 30px;
    }
    .btn.btn-primary.book-your-place {
        width: 52%;
    }
    .btn.btn-primary.learn-more-card {
        width: 81%;
        margin-left: 8%;
    }
    .pride {
        font-size: 27px;
    }
    .staggered-img {
        height: auto;
    }
    .btn.btn-primary.staggered-btn1 {
        width: auto;
        margin-left: 29%;
        margin-bottom: 20px;
    }
    .btn.btn-primary.staggered-btn {
        width: 57%;
        margin-bottom: 21px;
        margin-left: 21%;
    }
    .carousel-item h2 {
        font-size: 18px;
    }
    .carousel-inner {
        min-height: auto;
        padding-bottom:0;
    }
    /* about */
    .about-header-parallax {
        min-height: 350px;
        width:104%;
    }
    .about-header-parallax h1 {
        font-size: 30px;
    
    }
    .rounded-circle {
        margin-left: 30px;
    }
    .staff-details-mobile{
        text-align:center;

    }
    .staff-details-mobile h5 {
        font-size: 16px;
    }
    .staff-details-mobile p {
        font-size: 16px;
        font-weight:900;
    }
    .reasons-to-join h2 {
        padding-bottom: 0;
        font-size: 38px;
        padding-top: 12%;
    }
    .reasons-to-join {
        min-height: auto;
        padding-top: 53px;
    
    }
    .nav-tabs {
        display: none;
    }
    .reasons-small-text {
        padding-bottom: 4%;
    }
    .yellow-round-icon, .blue-round-icon {
        display: none!important;
    }
    .reasons-to-join {
        min-height: 282px;
    }
    .mb-5, .my-5 {
        margin-bottom: 0rem!important;
    }
    .fas.fa-horizontal-rule {
        display:none;
    }
    #about-slider .ms-inner-controls-cont {
        max-width: 600px;
        height: 34vh!important;
    }
    
    /* baby-infant-room */
    #carouselExampleFadeinfant>.carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        /* transition: transform .6s ease-in-out; */
      
    }
    .carousel-item.baby-infant {
        padding:0!important;
    }
    #carouselExampleFadeinfant .carousel-item img {
        width: auto;
       
    }
    
    #carouselExampleFadeinfant .carousel-control-prev-icon {
        background-image: url('/images/left-green-arrow.png');
        width:37px;
        height:37px;
        
    }
    #carouselExampleFadeinfant .carousel-inner {
        min-height: 116vh;
        padding-bottom: 0;
        height: auto;
    }
    #carouselExampleFadeinfant .carousel-control-next,  #carouselExampleFadeinfant .carousel-control-prev {
        position: absolute;
        top: 86%;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60%;
        color: #fff;
        text-align: center;
        opacity: inherit;
        transition: opacity .15s ease;
    }
    #carouselExampleFadeinfant .carousel-control-next-icon {
        background-image: url('/images/right-green-arrow.png');
        width:37px;
        height:37px;
    }
    .preschool-header-parallax h1 {
        font-size: 40px;
    }
    
    .slider-category {
        padding-bottom: 5%;
    }
    .baby-infant-duck-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* toddler-room */
    .toddler-room-horse-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* preschool-room */
    .preschool-room-dino-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    .rooms-header-parallax h1 {
        padding-top: 38%;
        font-size: 30px;
    }
    .rooms-header-parallax {
        min-height: 350px;
    }
    /* contact */
    .contact-slogan br{
        display:none;
    }
    .info a{
        font-size: 15px;

    }
    .info {
        padding-bottom: 17px;

    }
    .child-care-text {
        font-size: 15px;
    }
    .child-care-header {
        font-size: 30px;

    }
    .careers {
        min-height: 207px;
        padding-top: 10%;
    
    }
    #map {
        width: 100%;
    }
    .form-control {
        width: 100%;
    }
    .btn.btn-primary.message {
        width: 40%;
    }
    /* footer */
    .bottom-footer {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        
    }
    .footer-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-info-top {
        font-size: 36px;
        text-align: center;
    }
    .footer-text-top {
        text-align: center;
    }
    .footer-info-bottom {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        /* font-size:17px; */
    }
    .terms-policy {
        text-align: center;
        padding-bottom: 16px;

    }
    .btn.btn-primary.book-your-place-footer {
        width: 56%;
        margin-left: 23%;
    }

    .footer-links {
        text-align: center;
        margin-top: 14px;


    }
    .footer-links a {
        color:#087387;
        font-weight:700;
    }
    .dropup>.dropdown-menu {
        padding-left: 0;
        min-width: 100%;
    }  
    .dropup>.dropdown-menu{
        position: absolute;
        transform: translate3d(10px, -164px, 0px);
        top: 0px;
        left: -10px!important;
        will-change: transform;

    }
}
@media (min-width: 381px) and (max-width: 766px) {
    /* header */
    .index-page{
        overflow:hidden;
    }
    /* index */
    #mobi-only{
        display:none;
    }
    .index-header-info-block h1 {
        font-size: 18px;
    }
    .home-header-parallax {
        min-height: 350px;
        overflow: hidden;
    }
    .home-icons-header {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .home-icons {
        width: 43%;
        margin-left: 28%;
        padding-top: 7%;
    
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color:#F9BD1A;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        position: sticky;
        bottom: 580px;
        border-radius: 50%;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: -106px;
    
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        top: -27px;
        padding: 11px;
    
    }
   
    .home-icons-header2 {
        margin-left: 0;
    }
    .home-icons-flower {
        width: 43%;
        margin-left: 28%;
    }
    .home-icons-header br{
        display:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .navbar-collapse {
        text-align: center;
        background-color: white;
        padding: 13px 16px;
        width: auto!important;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        top: 8px;
    }
    button:focus{
        outline:transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar {
        display: inline-block;
        margin-bottom: 0;
        list-style: none;
        position: absolute;
        left:0px;;
        z-index: 9999999;
        padding: 0;
        width: 100%;

    }
    .dropdown a {
        padding-right: 0;
        margin-top: 0;
    }
    .dropdown {
        padding-bottom: 0.5rem;
    }
    .dropdown-menu {
        text-align: center;
        border: none;
    }
    .card-title-header {
        font-size: 23px;
    
    }
    .home-icons-header {
        font-size: 38px;
    }
    .home-icons-header2 {
        font-size: 38px;
        text-align:center;
    }    
    .help-text {
        font-size: 15px;
    }
    .help {
        font-size: 33px;
    }
    .help span {
        font-size: 30px;
    }
    .btn.btn-primary.book-your-place {
        width: 52%;
    }
    .btn.btn-primary.learn-more-card {
        width: 81%;
        margin-left: 8%;
    }
    .pride {
        font-size: 27px;
    }
    .staggered-img {
        height: auto;
    }
    .btn.btn-primary.staggered-btn1 {
        width: auto;
        margin-left: 29%;
        margin-bottom: 20px;
    }
    .btn.btn-primary.staggered-btn {
        width: 57%;
        margin-bottom: 21px;
        margin-left: 21%;
    }
    .carousel-item h2 {
        font-size: 18px;
    }
    .carousel-inner {
        min-height: auto;
        padding-bottom:0;
    }
    /* about */
    .about-header-parallax {
        min-height: 350px;
        width:104%;
    }
    .about-header-parallax h1 {
        font-size: 30px;
    
    }
    .rounded-circle {
        margin-left: 30px;
    }
    .staff-details-mobile{
        text-align:center;

    }
    .staff-details-mobile h5 {
        font-size: 16px;
    }
    .staff-details-mobile p {
        font-size: 16px;
        font-weight:900;
    }
    .reasons-to-join h2 {
        padding-bottom: 0;
        font-size: 38px;
        padding-top: 12%;
    }
    .reasons-to-join {
        min-height: auto;
        padding-top: 53px;
    
    }
    .nav-tabs {
        display: none;
    }
    .reasons-small-text {
        padding-bottom: 4%;
    }
    .yellow-round-icon, .blue-round-icon {
        display: none!important;
    }
    .reasons-to-join {
        min-height: 282px;
    }
    .mb-5, .my-5 {
        margin-bottom: 0rem!important;
    }
    .fas.fa-horizontal-rule {
        display:none;
    }
    #about-slider .ms-inner-controls-cont {
        max-width: 600px;
        height: 34vh!important;
    }
    
    /* baby-infant-room */
    #carouselExampleFadeinfant>.carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        /* transition: transform .6s ease-in-out; */
      
    }
    .carousel-item.baby-infant {
        padding:0!important;
    }
    #carouselExampleFadeinfant .carousel-item img {
        width: auto;
       
    }
    
    #carouselExampleFadeinfant .carousel-control-prev-icon {
        background-image: url('/images/left-green-arrow.png');
        width:37px;
        height:37px;
        
    }
    #carouselExampleFadeinfant .carousel-inner {
        min-height: 87vh;
        padding-bottom: 0;
        height: auto;
    }
    #carouselExampleFadeinfant .carousel-control-next,  #carouselExampleFadeinfant .carousel-control-prev {
        position: absolute;
        top: 90%;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60%;
        color: #fff;
        text-align: center;
        opacity: inherit;
        transition: opacity .15s ease;
    }
    #carouselExampleFadeinfant .carousel-control-next-icon {
        background-image: url('/images/right-green-arrow.png');
        width:37px;
        height:37px;
    }
    .preschool-header-parallax h1 {
        font-size: 40px;
    }
    
    .slider-category {
        padding-bottom: 5%;
    }
    .baby-infant-duck-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* toddler-room */
    .toddler-room-horse-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* preschool-room */
    .preschool-room-dino-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    .rooms-header-parallax h1 {
        padding-top: 38%;
        font-size: 30px;
    }
    .rooms-header-parallax {
        min-height: 350px;
    }
    /* contact */
    .contact-slogan br{
        display:none;
    }
    .info a{
        font-size: 15px;

    }
    .info {
        padding-bottom: 17px;

    }
    .child-care-text {
        font-size: 15px;
    }
    .child-care-header {
        font-size: 30px;

    }
    .careers {
        min-height: 207px;
        padding-top: 10%;
    
    }
    #map {
        width: 100%;
    }
    .form-control {
        width: 100%;
    }
    .btn.btn-primary.message {
        width: 40%;
    }
    /* footer */
    .bottom-footer {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        
    }
    .footer-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-info-top {
        font-size: 36px;
        text-align: center;
    }
    .footer-text-top {
        text-align: center;
    }
    .footer-info-bottom {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        /* font-size:17px; */
    }
    .terms-policy {
        text-align: center;
        padding-bottom: 16px;

    }
    .btn.btn-primary.book-your-place-footer {
        width: 56%;
        margin-left: 23%;
    }

    .footer-links {
        text-align: center;
        margin-top: 14px;


    }
    .footer-links a {
        color:#087387;
        font-weight:700;
    }
    .dropup>.dropdown-menu {
        padding-left: 0;
        min-width: 100%;
    }  
    .dropup>.dropdown-menu{
        position: absolute;
        transform: translate3d(10px, -164px, 0px);
        top: 0px;
        left: -10px!important;
        will-change: transform;

    }
}
@media (max-width: 767px) {
    /* header */
    .index-page{
        overflow:hidden;
    }
    /* index */
    #mobi-only{
        display:none;
    }
    .index-header-info-block h1 {
        font-size: 18px;
        margin-bottom: 23px;
    }
    .home-header-parallax {
        min-height: 350px;
        overflow: hidden;
    }
    .home-icons-header {
        margin-left: 0;
    }
    .home-icons {
        width: 43%;
        margin-left: 28%;
        padding-top: 10%;
    
    }
    .home-icons-header2 {
        margin-left: 0;
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color:#F9BD1A;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        position: sticky;
        bottom: 580px;
        border-radius: 50%;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: -106px;
    
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        top: -27px;
        padding: 11px;
    
    }
   
    /* .ms-inner-controls-cont {
        max-width: 600px;
        height: 73vh;
    
    } */
    .home-icons-flower {
        width: 43%;
        margin-left: 28%;
        padding-top: 12%;
    }
    .home-icons-header br{
        display:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .navbar-collapse {
        text-align: center;
        background-color: white;
        padding: 13px 16px;
        width: auto!important;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        top: 8px;
    }
    button:focus{
        outline:transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar {
        display: inline-block;
        margin-bottom: 0;
        list-style: none;
        position: absolute;
        left:0px;;
        z-index: 9999999;
        padding: 0;
        width: 100%;

    }
    .dropdown a {
        padding-right: 0;
        margin-top: 0;
    }
    .dropdown {
        padding-bottom: 0.5rem;
    }
    .dropdown-menu {
        text-align: center;
        border: none;
    }
    .card-title-header {
        font-size: 23px;
    
    }
    .home-icons-header {
        font-size: 37px;
        text-align: center;
        margin-right: 0;
    }
    .home-icons-header2 {
        font-size: 38px;
        text-align: center;
    }  
    .help-text {
        font-size: 15px;
    }
    .help {
        font-size: 33px;
    }
    .help span {
        font-size: 30px;
    }
    .btn.btn-primary.book-your-place {
        width: 52%;
    }
    .btn.btn-primary.learn-more-card {
        width: 81%;
        margin-left: 8%;
    }
    .pride {
        font-size: 27px;
    }
    .staggered-img {
        height: auto;
    }
    .btn.btn-primary.staggered-btn1 {
        width: 57%;
        margin-left: 20%;
        margin-bottom: 11%;
    }
    .btn.btn-primary.staggered-btn {
        width: 57%;
        margin-bottom: 44px;
    

    }
    .home-icons-header2 br{
        display:none;
    }
    .home-icons-header br{
        display:none!important;
    }
    .carousel-item h2 {
        font-size: 18px;
    }
    .carousel-inner {
        min-height: auto;
    }
    /* about */
    .about-header-parallax {
        min-height: 350px;
        width:104%;
    }
    .about-header-parallax h1 {
        font-size: 35px;
    }
    .about-green-bg-text {
        padding-top: 12%;
    }
    .rounded-circle {
        margin-left: 38px;
    }
    .rooms-header-parallax {
        min-height: 350px;
    }
    .rooms-header-parallax h1 {
        font-size: 35px;
    }
    .staff-details-mobile{
        text-align:center;

    }
    .staff-details-mobile h5 {
        font-size: 16px;
    }
    .staff-details-mobile p {
        font-size: 16px;
        font-weight:900;
    }
    .reasons-to-join h2 {
        padding-bottom: 0;
        font-size: 38px;
        padding-top: 12%;
    }
    .reasons-to-join {
        min-height: auto;
        padding-top: 53px;
    
    }
    .nav-tabs {
        display: none;
    }
    .reasons-small-text {
        padding-bottom: 4%;
    }
    .yellow-round-icon, .blue-round-icon {
        display: none!important;
    }
    .reasons-to-join {
        min-height: 282px;
    }
    .mb-5, .my-5 {
        margin-bottom: 0rem!important;
    }
    .fas.fa-horizontal-rule {
        display:none;
    }
    #about-slider .ms-inner-controls-cont {
        max-width: 600px;
        height: 34vh!important;
    }
    /* baby-infant-room */
    .baby-infant-duck-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    
    
    /* toddler-room */
    .toddler-room-horse-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* preschool-room */
    .preschool-room-dino-img {
        width: 26%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* contact */
    .contact-slogan br{
        display:none;
    }
    .info a{
        font-size: 15px;

    }
    .info {
        padding-bottom: 17px;

    }
    .child-care-text {
        font-size: 15px;
    }
    .child-care-text br{
        display:none;
    }
    .child-care-header {
        font-size: 30px;

    }
    .careers {
        min-height: 207px;
        padding-top: 11%;
    
    }
    #map {
        width: 100%;
    }
    .form-control {
        width:100%;
    }
    .btn.btn-primary.message {
        width: 40%;
    }
    /* footer */
    .bottom-footer {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        
    }
    .footer-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-info-top {
        font-size: 36px;
        text-align: center;
    }
    .footer-text-top {
        text-align: center;
    }
    .footer-info-bottom {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        /* font-size: 20px; */
    }
    .terms-policy {
        text-align: center;
        padding-bottom: 16px;

    }
    .btn.btn-primary.book-your-place-footer {
        width: 56%;
        margin-left: 23%;
    
    }

    .footer-links {
        text-align: center;
        margin-top: 14px;
    }
    .footer-links a {
        color:#087387;
        font-weight:700;
    }
    .footer-award img {
        width: 40%;
        margin: 20px 0;
    }
    .dropup>.dropdown-menu {
        padding-left: 0;
        min-width: 100%;
    }  
    .dropup>.dropdown-menu{
        position: absolute;
        transform: translate3d(10px, -164px, 0px);
        top: 0px;
        left: -10px!important;
        will-change: transform;

    }
   
}
/* Tablet & small screens */
@media (min-width: 768px) and (max-width: 991px){
    /* header */
    .index-page{
        overflow:hidden;
    }
    /* index */
    #mobi-only{
        display:none;
    }
    .index-header-info-block h1 {
        font-size: 28px;
    }
    .home-header-parallax {
        min-height: 350px;
        overflow: hidden;
    }
    .home-icons-header {
        margin-left: 0;
    }
    .home-icons {
        width: 18%;
        margin-left: 41%;
        padding-top: 7%;
    }
    .home-icons-header2 {
        margin-left: 0;
    }
    .home-icons-flower {
        width: 20%;
        margin-left: 39%;
    }
    .home-icons-header br{
        display:none;
    }
    /* .tab-dots.active{
        position: relative;
        top: -10px;
        padding-right:0;
        left:0;
        right:0;
        margin-right:0!important;
    }
    .tab-dots.nav-link{
        padding:0;
    } */
    .fas.fa-horizontal-rule {
        display:none;
    }
    .yellow-round-icon {
      display:none;
    }
    .blue-round-icon {
        display:none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .navbar-collapse {
        text-align: center;
        background-color: white;
        padding: 13px 16px;
        width: auto!important;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        top: 8px;
    }
   
    button:focus{
        outline:transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar {
        display: inline-block;
        margin-bottom: 0;
        list-style: none;
        position: absolute;
        left:0px;;
        z-index: 9999999;
        padding: 0;
        width: 100%;

    }
    .dropdown a {
        padding-right: 0;
        margin-top: 0;
    }
    .dropdown {
        padding-bottom: 0.5rem;
    }
    .dropdown-menu {
        text-align: center;
        border: none;
    }
    .card-title-header {
        font-size: 23px;

    }
    .home-icons-header {
        font-size: 38px;
        text-align: center;
        margin-right: 0;
    }
    .home-icons-header2 {
        font-size: 38px;
        text-align: center;
    } 
    .home-icons-header2 br {  
        display:none;
    }
    .help-text {
        font-size: 15px;
    }
    .help {
        font-size: 33px;
    }
    .help span {
        font-size: 30px;
    }
    .btn.btn-primary.book-your-place {
        width: 33%;
    }
    .btn.btn-primary.learn-more-card {
        width: 81%;
        margin-left: 8%;
    }
    .card.three {
        margin-top: 26px;
    }
    .pride {
        font-size: 27px;
    }
    .staggered-img {
        height: auto;
    }
    .btn.btn-primary.staggered-btn1 {
        width: 35%;
        margin-bottom: 5%;
        margin-left: 33%;
    }
    .btn.btn-primary.staggered-btn {
        width: 35%;
        margin-bottom: 5%;
        margin-left: 33%;
    }
    .carousel-item h2 {
        font-size: 18px;
    }
    .carousel-inner {
        min-height: auto;
        padding-bottom:0;
    }
    #carouselExampleSlidesOnly .carousel-item {
        top: -17px;
    }
   
    /* about */
    .about-header-parallax {
        min-height: 350px;
    }
    .about-header-parallax h1 {
        font-size: 35px;
    }
    .rooms-header-parallax h1 {
        padding-top: 18%;
        font-size: 35px;
    }
    .rooms-header-parallax {
        min-height: 350px;
    }
    .rounded-circle {
        margin-left: 30px;
    }
    .staff-details-mobile{
        text-align:center;

    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color:#F9BD1A;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        position: sticky;
        bottom: 580px;
        border-radius: 50%;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        top: -96px;
    
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        top: -60px;
        padding: 11px;
    
    }
    .reasons-to-join h2 {
        padding-bottom: 0;
        font-size: 38px;
        padding-top: 10%;
    }
    .reasons-to-join {
        min-height: auto;
        padding-top: 0;
    
    }
    .staff-details-mobile h5 {
        font-size: 16px;
    }
    .staff-details-mobile p {
        font-size: 16px;
        font-weight:900;
    }
    .reasons-to-join h2 {
        padding-bottom: 0;
        font-size:33px;
    }
   
    .reasons-to-join {
        min-height: auto;
    }
    #about-slider .ms-inner-controls-cont {
        max-width: 400px;
        height: 24vh!important;
    }
    .reasons-to-join .ms-view{
        width:100%;
    }
    /* baby-infant-room */
    #carouselExampleFadeinfant>.carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        /* transition: transform .6s ease-in-out; */
      
    }
    .carousel-item.baby-infant {
        padding:0!important;
    }
    #carouselExampleFadeinfant .carousel-item img {
        width: auto;
       
    }
    
    #carouselExampleFadeinfant .carousel-control-prev-icon {
        background-image: url('/images/left-green-arrow.png');
        width:37px;
        height:37px;
        
    }
    #carouselExampleFadeinfant .carousel-inner {
        min-height: 88vh;
        padding-bottom: 0;
        height: auto;
    }
    #carouselExampleFadeinfant .carousel-control-next,  #carouselExampleFadeinfant .carousel-control-prev {
        position: absolute;
        top: 90%;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60%;
        color: #fff;
        text-align: center;
        opacity: inherit;
        transition: opacity .15s ease;
    }
    #carouselExampleFadeinfant .carousel-control-next-icon {
        background-image: url('/images/right-green-arrow.png');
        width:37px;
        height:37px;
    }
    
    .baby-infant-duck-img {
        width: 17%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* toddler-room */
    .toddler-room-horse-img {
        width: 17%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* preschool-room */
    .preschool-room-dino-img {
        width: 17%;
        padding-bottom: 33px;
        padding-top: 33px;
    }
    /* contact */
    .contact-slogan {
        font-size: 37px;
        color: #087387;
        font-weight: 700;
        text-align: center;
        padding-top: 10%;
        padding-bottom: 4%;
    }
    .info a{
        font-size: 15px;

    }
    .form-control {
        width: 100%;
    }
    textarea.form-control {
        height: 37vh;
    }
    .info {
        padding-bottom: 17px;

    }
    .child-care-text {
        font-size: 15px;
    }
    .child-care-header {
        font-size: 30px;

    }
    .careers {
        min-height: 207px;
    }
    .btn.btn-primary.message {
        width: 47%;
    }
    /* footer */
    .bottom-footer {
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        
    }
    .footer-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-info-top {
        font-size: 30px;
        padding-top: 0;
    }
    .footer-award img {
        width: 70%;
    }
    .footer-info-bottom {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        /* font-size: 20px; */
    }
    .terms-policy {
        text-align: center;
        padding-bottom: 16px;

    }
    .btn.btn-primary.book-your-place-footer {
        width:80%;
        margin-left: 0;
    }    

    .footer-links {
        text-align: center;
        margin-top: 14px;


    }
    .footer-links a {
        color:#087387;
        font-weight:700;
    }
    .dropup>.dropdown-menu {
        padding-left: 0;
        min-width: 100%;
    }  
    .dropup>.dropdown-menu{
        position: absolute;
        transform: translate3d(10px, -164px, 0px);
        top: 0px;
        left: -32px!important;
        will-change: transform;

    }
    .logo{
        width: 56%;

    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-parallax-img {
        overflow:hidden;
    }
    .illustration-top-left {
        width: 16%;
        bottom: 292%;
        left: 10%;
    }
    .illustration-top-right {
        width: 16%;
        left: 78%;
        
    }
    .illustration-top-mid-right {
        width: 16%;
        bottom: -78px;
        left: 72%;
    }
    .illustration-top-mid-left {
        width: 16%;
        bottom: -46px;
        left: 4%;
    }
    .index-header-info-block h1 {
        font-size: 37px;

    }
    .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
        top: 94%;
        z-index: 110;
        position:absolute;
    }
    .illustration-middle-right {
        width: 18%;
        bottom: 17px;
        left: 91%;
    }
    .help {
        font-size: 37px;
    }
    .help span {
        font-size: 37px;
    }
    .help-text {
        font-size: 20px;
        
    }
    .pride {
        font-size: 37px;
    }
    .ms-inner-controls-cont {
        height: 51vh;
    }
    .illustration-top-right-triangle-toddler-room {
        width: 13%;
        bottom: 176%;
        left: 77%;
    }
    .illustration-top-mid-left-alt {
        left: 7%;
        top: 81%;
        width: 16%;
    }
    .illustration-top-left-hexagon-preschool-room {
        width: 16%;
        left: 5%;
        top: 83%;
    }
    .illustration-middle-left {
        width: 10%;
        bottom: -30px;
        left: -5%;
    }
    .card-text-body {
        font-size: 19px;
    }
    .staggered-img {
        height: 63vh;
    
    }
    .home-icons-header {
        font-size: 37px;
    }
    .home-icons-header2{
        font-size: 37px;
    }
    .home-icons.mobile{
        padding-top: 11%;
    }
    .home-icons{
        padding-top: 20%;
    }
    .carousel-item h2 {
        font-size: 25px;
    }
    .illustration-top-right-baby-room {
        width: 14%;
        bottom: 181%;
        left: 77%;
    }
    .illustration-top-right-circle-baby-room {
        width: 12%;
        bottom: -57px;
        left: 10%;
    }
    .illustration-top-left-baby-room {
        width: 16%;
        bottom: 148%;
        left: 12%;
    }
    .illustration-top-right-half-circle-baby-room {
       display:none!important;
    }
    .illustration-top-left-circle-toddler-room {
        width: 13%;
        left: 10%;
        top: -371px;
    }   
    .carousel-inner {
        min-height: 71vh;
    }
    .baby-infant-duck-img {
        width: 11%;
    }
    .baby-infant-master-slider .ms-container {
        /* min-height: 73vh; */
        height: calc(100vh - 156px);
    }
    .baby-infant-master-slider .ms-skin-default .ms-nav-next {
        right: 232px;
    }
    .baby-infant-master-slider .ms-skin-default .ms-nav-prev {
        left: 232px;
    }
    .toddler-room-horse-img {
        width: 11%;
    }
    .preschool-room-dino-img {
        width: 11%;
    }
    .reasons-to-join {
        min-height: 567px;
    }
    .rounded-circle {
        margin-left: 10%;
    }
    .btn.btn-primary.staggered-btn {
        width: 32%;
    }
    .home-icons-flower {
        margin-left: 29%;
    }  
    .home-icons-header2 {
        margin-left: 29%;
    }
    .btn.btn-primary.staggered-btn1 {
        width: 30%;
        margin-left: 29%;
    }
    .pineview-day-nursery-logo{
        width: 90%;
    
    }
    .tab-dots.active{
        position: relative;
        top: -5px;
        padding-right:0;
        left:0;
        right:0;
        margin-right:0!important;
    }
    .about-green-bg-text {
        padding-top: 9%;
    }
    .fas-horizontal-rule {
        padding-left: 0;
        padding-right: 0;
        line-height: 76px!important;
    }
    .nav-tabs .nav-link {
        border: none;
        padding: 0;
    }
    .careers {
        min-height: 350px;
        padding-top: 11%;
    }
    
    .form-control {
        width: 100%;
    }
    .btn.btn-primary.message {
        width: 40%;
    }
    .child-care-header {
        font-size: 45px;
    }
    .footer-info-top {
        font-size: 29px;
        margin-top: 0px;
    }
    .footer-links .dropdown .nav-link {
        padding: 7px;
        text-align: left;
    }
    .illustration-top-left-about {
        width: 12%;
        bottom: 151%;
        left: 17%;
    }
    .illustration-top-right-about {
        width: 16%;
        bottom: 170%;
        left: 77%;
    }
    .illustration-mid-right-about {
        width: 18%;
        bottom: 94px;
        left: 91%;
        z-index: 99;
    }
    .rooms-header-parallax h1 {
        padding-top: 20%;
    }
    .btn.btn-primary.book-your-place-footer {
        width: 58%;
    }
    .footer-info-bottom {
        margin-left: 0;
        font-size: 15px;
    }
    .bottom-footer>.navbar-expand-lg>.nav-link {
        padding-right:0!important;
        padding-left:0!important;
    }
    .bottom-footer .navbar-nav .nav-links{
        padding-right:0!important;
    }
    .footer-links .dropdown a {
        padding-right:0;
    }
    .hover-me {
        left: 24px;
        height: 80%;
    }
    .hover-me h5 {
        font-size: 14px;
        top: 67%;
    }
    .footer-info-bottom {
        margin-top: 10%;
    }
    .footer-menu {
        margin: 0;
    }
    .award-logo img {
        width: 50%;
    }
}
@media (min-width: 1200px) and (max-width: 1290px) {
    .illustration-top-right {
        width: 15%;
        bottom: 199%;
        left: 76%;
    }
    .header-parallax-img {
        overflow:hidden;
    }
    .illustration-top-left {
        width: 15%;
        bottom: 315%;
        left: 8%;
    }   
    .index-header-info-block h1 {
        font-size: 45px;
    }
    .illustration-top-mid-right {
        width: 15%;
        bottom: -61px;
        left: 77%;
    }
    .illustration-top-mid-left {
        width: 15%;
        left: 0;
        bottom: -53px;
    }
    .help {
        font-size: 45px;
    }
    .help span {
        font-size: 45px;
    }
    .help-text {
        font-size: 20px;
    }
    .illustration-middle-left {
        width: 13%;
        bottom: -44px;
        left: -48px;
    
    }
    .carousel-item h2 {
        font-size: 25px;
    }
    .pride {
        font-size: 45px;
    }
    .pride span{
        font-size: 45px;
    }
    .home-icons-flower {
        width: 20%;
        margin-left: 30%;
        padding-top: 11%;
    }
    .carousel-inner {
        min-height: 66vh;
    }
    .home-icons-header2 {
        margin-left: 30%;
    }
    .reasons-to-join {
        min-height: 600px;
    }
    .rounded-circle {
        margin-left: 8%;
    }
    .btn.btn-primary.staggered-btn1 {
        width: 26%;
        margin-left: 30%;
    }
    .staggered-img {
        width: 100%;
        height: 66vh;
    }
    .home-icons {
        width: 20%;
        margin-left: 20%;
        padding-top: 16%;
    }
    .home-icons.mobile {
        width: 20%;
        margin-left: 20%;
        padding-top: 12%;
    }
    .btn.btn-primary.staggered-btn {
        width: 26%;
    }
    .illustration-top-left-about {
        width: 11%;
        bottom: 151%;
        left: 17%;
    }
    .illustration-top-right-about {
        width: 10%;
        bottom: 189%;
    }
    .illustration-mid-right-about {
        left: 91%;
    }
    .illustration-top-right-baby-room {
        width: 12%;
        bottom: 197%;
    }
    .illustration-top-left-baby-room {
        width: 12%;
        bottom: 159%;
    }
    .illustration-top-right-circle-baby-room {
        bottom: -16px;
        width: 7%;
    }
    .illustration-top-right-half-circle-baby-room {
        width: 12%;
        bottom: -76px;
        left: 77%;
    }
    .baby-infant-duck-img {
        width: 12%;
    }
    .baby-infant-master-slider .ms-skin-default .ms-nav-next {
        top: 62vh;
        right: 150px;
    }
    .baby-infant-master-slider .ms-skin-default .ms-nav-prev {
        top: 62vh;
        left: 150px;
    }
    .ms-inner-controls-cont{
        height:90vh;
    }
    .illustration-top-right-triangle-toddler-room {
        width: 12%;
        bottom: 189%;
        left: 77%;
    }
    .toddler-room-horse-img {
        width: 12%;
    }
    .form-control {
        width: 100%;
    }
    .preschool-room-dino-img {
        width: 12%;
    }
    .illustration-top-left-hexagon-preschool-room {
        width: 12%;
        left: 10%;
        top: 82%;
    }
    .about-green-bg-text {
        padding-top: 9%;
    }
    .illustration-top-mid-left-alt {
        top: 84%;
    }
    textarea.form-control {
        height: 33vh;
    }
    .careers {
        padding-top: 13%;
    }
    .about-header-parallax h1 {
        padding-top: 19%;
    }
    .rooms-header-parallax h1 {
        padding-top: 17%;
    }
    .footer-info-top {
        font-size: 34px;
    }
    
    .btn.btn-primary.book-your-place-footer {
        width: 90%;
    }
    .pineview-day-nursery-logo{
        width: 122%;
        margin-left: -42px;
    }
    .hover-me {
        left:23px;
    }
    .footer-links .dropdown a {
        padding-right:0;
    }
    .bottom-footer .footer-info-bottom {
        margin-left: -9px;
        font-size: 15px;
    }
    .terms-policy {
        font-size: 14px;
    }
    .footer-links {
        font-size: 14px;
    }
    .footer .nav-link {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .footer-links .dropdown {
        width: 133%;
    }
    .footer-menu {
        margin-left: 10%;
        margin-right: 10%;
    }
    .award-logo img {
        width: 50%;
    }
}
@media (min-width: 1291px) and (max-width: 1399px), (min-height: 300px) and (max-height: 650px) and (orientation: landscape){
    .illustration-top-right {
        width: 15%;
        bottom: 199%;
        left: 75%;
    }
    .header-parallax-img {
        overflow:hidden;
    }
    .illustration-top-left {
        width: 15%;
        bottom: 317%;
        left: 3%;
    }
    .illustration-top-mid-right {
        width: 15%;
        bottom: -67px;
        left: 74%;
    }
    .index-header-info-block h1 {
        font-size: 45px;
    }
    .illustration-top-mid-left {
        width: 15%;
        bottom: -51px;
        left: -33px;
    }
    .help {
        font-size: 45px;
    }
    .help span {
        font-size: 45px;
    }
    .illustration-middle-left {
        width: 15%;
        position: absolute;
        bottom: -70px;
        left: -4%;
        transform: rotate(332deg);
    }
    .pride {
        font-size: 45px;
    }
    .btn.btn-primary.staggered-btn {
        margin-left: 23%;
        width: 26%;
        padding: 11px;
    }
    .pt-3, .py-3 {
        padding-top: 4rem!important;
        padding-bottom: 63px;
    
    }
    .home-icons-flower {
        margin-left: 32%;
        padding-top: 0%;
    }
    .staggered-img {
        width: 100%;
        height: 91vh;
    }
    .home-icons-header {
        font-size: 45px;
        padding-top: 2%;
    }
    .home-icons-header2 {
        margin-left: 32%;
    }
    .btn.btn-primary.staggered-btn1 {
        margin-left: 32%;
        padding: 11px;
    }
    .illustration-top-mid-left-alt {
        top: 79%;
    }
    .home-icons {
        padding-top: 16%;
    }    
    .home-icons.mobile{
        padding-top:9%;
    }
    .carousel-item h2 {
        font-size: 25px;
    }
    .carousel-inner {
        min-height: 100vh;
        align-items: center;
        display: flex;
    }
    .illustration-top-left-about {
        width: 12%;
        bottom: 151%;
        left: 17%;
    }
    .illustration-top-right-about {
        width: 15%;
        bottom: 178%;
        left: 74%;
    }
    .hover-me {
        left: 24px;
    }
    .about-green-bg-text {
        padding-top: 8%;
    }
    .illustration-mid-right-about {
        width: 18%;
        bottom: 53px;
        left: 95%;
    }
    .illustration-top-left-baby-room {
        width: 15%;
        bottom: 150%;
        left: 17%;
    }
    .illustration-top-right-baby-room {
        width: 15%;
        bottom: 189%;
        left: 75%;
    }
    .illustration-top-right-circle-baby-room {
        width: 15%;
        bottom: -63px;
        left: 10%;
    }
    .illustration-mid-left-toddler-room {
        display: none;
    }
    .rooms-header-parallax h1 {
        padding-top: 16%;
    }
    .illustration-top-right-half-circle-baby-room {
       display:none!important;
    }
    .baby-infant-duck-img {
        width: 12%;
    }
    .baby-infant-master-slider .ms-container {
        /* min-height: 73vh; */
        height: calc(100vh - 79px);
    }
    .baby-infant-master-slider .ms-skin-default .ms-nav-next {
        top: 80vh;
        right: 250px;
    
    }
    .baby-infant-master-slider .ms-skin-default .ms-nav-prev {
        top: 80vh;
        left: 250px;
    
    }
    .illustration-top-left-circle-toddler-room {
        width: 12%;
        left: 10%;
        top: -415px;
    }
    .illustration-top-right-triangle-toddler-room {
        width: 13%;
        bottom: 188%;
        left: 77%;
    }
    .toddler-room-horse-img {
        width: 12%;
    }
    .illustration-top-left-hexagon-preschool-room {
        width: 15%;
        left: 10%;
        top: 79%;
    }
    .preschool-room-dino-img {
        width: 12%;
    }
    .careers {
        padding-top: 13%;
    }
    .child-care-header {
        font-size: 45px;
    }
    .child-care-text {
        font-size: 20px;
    }
    .footer-info-top {
        font-size: 38px;
    }
    .btn.btn-primary.book-your-place-footer {
        width: 85%;
    }
    .footer-links .dropdown a {
        padding-right:0;
    }
    .bottom-footer .footer-info-bottom {
        margin-left: -9px;
        font-size: 15px;
    }
    textarea.form-control {
        height: 47vh;
        border-radius: 2.1rem;
    }
    .form-control {
        width: 100%;
    }
    .terms-policy {
        font-size: 14px;
    }
    .rounded-circle {
        margin-left: 8%;
    }
    .footer-links {
        font-size: 14px;
    }
    .footer .nav-link {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .footer-links .dropdown {
        width: 133%;
    }
    .pineview-day-nursery-logo {
        width: 129%;
        margin-left: -36px;
    }
    .award-logo img {
        width: 60%;
    }
}
@media (min-width: 1400px) and (max-width: 1600px){
    .illustration-top-right {
        width: 16%;
        position: absolute;
        bottom: 199%;
        left: 81%;
        transform: rotate(15deg);
    }
    .header-parallax-img {
        overflow:hidden;
    }
    .illustration-top-left {
        width: 16%;
        bottom: 283%;
        left: 3%;
    }
    .illustration-top-mid-left {
        width: 18%;
        bottom: -60px;
        left: -104px;
    }
    .illustration-top-mid-right {
        width: 18%;
        bottom: -76px;
        left: 88%;
    }
    .illustration-middle-left {
        width: 16%;
        bottom: -77px;
        left: -6%;
    }
    .index-header-info-block h1 {
        font-size: 48px;
    }
    .help {
        font-size: 45px;
    }
    .help span {
        font-size: 45px;
    }
    .help-text {
        font-size: 20px;
    }
    .pride {
        font-size: 45px;
    }
    .pride span {
        font-size: 45px;
    }
    .home-icons-flower {
        margin-left: 42%;
    }
    .home-icons-header2 {
        margin-left: 43%;
    }
    .btn.btn-primary.staggered-btn1 {
        margin-left: 42%;
    }
    .footer-info-top {
        font-size: 43px;
    }
    .btn.btn-primary.book-your-place-footer {
        width: 39%;
    }
   
    .illustration-mid-right-about {
        left: 101%;
    }
    .about-green-bg-text {
        padding-top: 8%;
    }
    .illustration-top-left-about {
        width: 12%;
    }
    .illustration-top-right-about {
        width: 12%;
    }
    .illustration-top-left-baby-room {
        width: 12%;
        bottom: 164%;
    }
    .illustration-top-right-baby-room {
        width: 12%;
    }
    .illustration-top-right-circle-baby-room {
        width: 8%;
    }
    .illustration-top-right-circle-baby-room {
        width: 6%;
        bottom: -23px;
        left: 76%;
    }
    .illustration-top-right-half-circle-baby-room {
        width: 10%;
        position: absolute;
        bottom: -82px;
        left: 77%;
        transform: rotate(-26deg);
    }
    .rooms-header-parallax h1 {
        padding-top: 14%;
    }
    .illustration-top-left-circle-toddler-room {
        width: 12%;
        left: 10%;
        top: -427px;
    }
    .illustration-top-right-triangle-toddler-room {
        width: 12%;
        bottom: 185%;
        left: 77%;
    }
    .baby-infant-duck-img {
        width: 12%;
    }
    .baby-infant-master-slider .ms-skin-default .ms-nav-prev {
        top: 70vh;
        left: 150px;
    }
    .baby-infant-master-slider .ms-skin-default .ms-nav-next {
        top: 70vh;
        right: 150px;
    }
    .toddler-room-horse-img {
        width: 12%;
    }
    .preschool-room-dino-img {
        width: 12%;
    }
    .illustration-top-left-hexagon-preschool-room {
        width: 12%;
        left: 10%;
        top: 79%;
    }
    .illustration-middle-right-toddler {
        width: 15%;
        bottom: 0;
        left: 113%;
        top: 321%;
    }
    .illustration-mid-left-toddler-room {
        width: 15%;
        bottom: 0;
        left: -24%;
        top: 180%;
    }
    .illustration-mid-left-baby-room {
        width: 19%;
        bottom: 0;
        left: -26%;
        top: 180%;
    }
    .illustration-mid-right-baby-room {
        width: 17%;
        bottom: 0;
        left: 110%;
        top: 381%;
    }
    .careers {
        padding-top: 11%;
    }
    .baby-infant-master-slider .ms-container {
        /* min-height: 73vh; */
        height: calc(100vh - 157px);
    }
    .pineview-day-nursery-logo{
        width: 119%;
        margin-left: -29px;
    }
    .footer-info-top {
        font-size: 38px;
    }
    .btn.btn-primary.book-your-place-footer {
        width: 65%;
    }
    .footer-links .dropdown a {
        padding-right:0;
    }
    .bottom-footer .footer-info-bottom {
        margin-left: -9px;
        font-size: 15px;
    }
    .terms-policy {
        font-size: 14px;
    }
    .footer-links {
        font-size: 14px;
    }
    .footer .nav-link {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .footer-links .dropdown {
        width: 133%;
    }
    .footer-menu {
        padding-bottom: 2%;
    }

    .award-logo img {
        width: 70%;
    }
}
