/* Extra/Override styles for Sarah Montessori Website */

@media (max-width: 1112px) {

    .swiper-slide-caption:after {
        background-color: rgba(255, 255, 255, 0) !important;
    }

    .swiper-slide-caption .container h1 {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 10px !important;
        border-radius: 10px !important;
    }

    .swiper-slide-caption .container h5 {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 10px !important;
        border-radius: 10px !important;
    }

}

@media (min-width: 600px) and (max-width: 767px) {

    .swiper-slide:nth-child(3) {
        background-position: -100% 0% !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .swiper-slide {
        background-position: 14% 0%;
    }

    .swiper-slide:nth-child(3) {
        background-position: -46% 0%;
    }

    .swiper-slide-caption .container {
        margin-top: 360px;
    }
}

@media (min-width: 768px) and (max-width: 1112px) {

    .swiper-slide-caption .container {
        left: 25%;
        width: 60%;
    }

    .swiper-slide:nth-child(3) .swiper-slide-caption .container {
        left: -25%
    }

    .swiper-slide {
        background-position: 30% 0%;
    }

    .swiper-slide:nth-child(3) {
        background-position: 60% 0%;
    }
}

.title-bg {
    background: url(../images/title-bg.jpg) no-repeat 0 0;
}

.title-bg h1 {
    color: #cd1a3f;
}

@media (max-width: 767px) {
    .title-bg {
        background-size: cover;
    }
}


.sittImg {
    width: 100%;
}

.breadcrumb-classic {
    background-color: transparent;
}

.breadcrumb-classic .list-inline-dashed>li:last-child:before,
.breadcrumb-classic .list-inline-dashed>li:last-child {
    color: #cd1a3f;
}

.breadcrumb-classic ul li a {
    color: #000 !important;
}

.big-font-para {
    font-family: "Roboto Slab", "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}

.borderPnl {
    float: left;
    width: 100%;
    background: url(../images/borderpin.png) repeat-x center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 19px;
    position: relative;
    z-index: 10;
}

.kidsPlayBg {
    background: url(../images/home_wrap_side_left.png) repeat-y 0 0;
    background-size: contain;
    position: absolute;
    height: 3500px;
    width: 200px;
    z-index: 1;
    left: 0;
    top: 0;
}

@media (max-width: 1024px) {
    .mobile-go {
        background: #fff url(../images/mobile-go.png) no-repeat right center !important;
        background-size: contain!important;
    }
}

.footerbg {
    background: url(../images/footerbg.png) no-repeat 0 0;
    background-size: contain;
    width: 3500px;
    height: 200px;
    z-index: 1;
    left: 0;
    top: 0;
}

@media (max-width: 1400px) {
    .kidsPlayBg {
        width: 90px;
    }
}

@media (max-width: 1023px) {
    .kidsPlayBg {
        display: none;
    }
}

.features-list {
    color: #2d2e2e;
    text-align: left;
}

.features-list li {
    line-height: 40px;
    font-family: "Roboto Slab", "Times New Roman", Times, serif;
    font-size: 20px;
}


.features-list-red {
    color: #cd1a3f;
    text-align: left;
}

.features-list-red li {
    line-height: 25px;
    font-weight: 600;
    font-size: 14px;
    list-style: square;
    display: list-item;
    margin-left: 15px;
}

.panel-heading {
    padding: 20px 0px 20px 0px;
}

.panel-heading h2 {
    font-size: 18px;
    font-weight: normal;
}

.ic-contact {
    width: 14px;
    margin: 0 5px 0 0;
}

.address {
    background: #f2f6f7;
    padding: 20px;
}

.address h3 {
    color: #c9002c;
    font-weight: 700;
    font-size: 20px;
}

.footerlogo {
    width: 60%;
}

@media (max-width: 767px) {
    .footerlogo {
        width: 50%;
    }

}