.appointment_time, .appointment_date{
    color: #f1f1f1;
}
.header-slider h2,
.bhole-blue-text {
    color: #0f3249;
    font-weight: bold;
}

body,
#about {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url(images/background-image.jpeg) no-repeat center center fixed !important;
    background-color: transparent;
    background-size: cover;
    color: #333;
}

.lead {
    color: #f1f1f1;
}

.section-main-heading {
    font-size: 30px;
}

.copyright {
    color: #898b96;
}

.header-text {
    font-size: 16px;
}

.dhyan-wrapper,
.gyan-wrapper,
.shri-sita-ram-wrapper,
.our-core-purpose-wrapper,
.our-vision-wrapper,
.our-mission-wrapper {
    padding: 24px;
    box-shadow: 0 8px 24px rgba(1, 5, 33, 0.1);
    font-weight: bold;
    background-color: #fff;
}

#core_competencies ul li {
    list-style-type: disc;
    margin-left: 30px;
}

/* Tiny slider css */

.tns-nav {
    display: none;
}

.scale {
    animation-name: scale;
    transform-origin: center
}

@keyframes scale {
    from {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.mobile-show #tns2>.tns-item {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .slider {
        height: 43vh !important;
    }

    .slItem {
        opacity: 1;
        visibility: visible;
    }

    #navbarCollapse .navbar-nav {
        text-align: left;
    }

    .navbar .container-fluid {
        flex-wrap: nowrap;
    }

    .bhole-baba-image {
        width: 100%;
    }

    #guiding,
    #about {
        margin-top: 30px;
    }

    .footer.slice-pt {
        padding-top: 30px;
    }

    #core_competencies ul li {
        list-style-type: disc;
        margin-left: 10px;
    }

    #tns1>.tns-item {
        font-size: 20px !important;
    }

    .navbar-brand .logo {
        width: 35%;
    }

    .mobile-show {
        display: block !important;
    }

    .desktop-show {
        display: none;
    }
}

.mobile-show {
    display: none;
}
