@media (min-width:578px) {
    /* .sp-testimony {
        padding: 30px 75px;
    } */
}
@media (min-width:768px){
    .translation-single  {
        display: flex;
        flex-flow: row;
        gap: 15px;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 10px 15px;
        background: #fbfbfb;
        border-radius: 3px;
    }
    .translation-single .trans {
        max-width: 250px;
        min-width: 250px;
        color: #2c8bc3;
    }
    .trans-voc {
        position: relative;
        padding-left: 10px;
    }
    .trans-voc::before {
        content: ":";
        position: absolute;
        left: -15px;
        color: #2c8bc3;
        font-weight: 800;
    }
}

@media (min-width:992px) {
    .custom-tabs ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu-bar {
        position: relative;
        margin-top: -56px;
        z-index: 3;
    }

    .pull-up {
        background: #fff;
    }

        .bible-section {
        padding: 0;
    }

    .top-block {
        position: absolute;
        top: 0;
        z-index: 3;
        width: 100%;
        padding-top: 10px;
    }

    .logo-search-block {
        margin-top: 5px;
    }
}

@media (min-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        text-transform: uppercase;
        font-weight: 700;
    }
    .syllabus-block:nth-child(1) {
        border-radius: 8px 0 0 8px;
    }
 
    .syllabus-block:nth-child(3) {
        border-radius: 0 8px 8px 0;
    }
}

@media (min-width:768px) and (max-width:1199px){
    .list-02 .resources ul li {
        padding: 10px 10px 10px 20px;
        margin-bottom: 5px !important;
    }
}
@media (max-width:1199px) {
    .resources {
        padding: 25px 15px;
    }
}

@media (max-width:991px) {
    .navbar-nav .nav-link {
        padding: .5rem 1rem;
    }

    .navbar-collapse {
        margin-top: 8px;
    }

    .menu-bar {
        background: #46a6de;
    }

    .date-time,
    .date-time a {
        color: #333333;
    }
    .logo-search-block h1, .logo-search-block a{
        color: #333333;
    }

    .resources {
        padding: 0px;
    }

    .custom-tabs .tab-content {
        padding: 25px 5px;
    }

    .fc-toolbar.fc-header-toolbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .bible-reading .carousel-control-prev {
        left: -40px;
    }

    .bible-reading .carousel-control-next {
        right: -40px;
    }

    .custom-tabs .nav-tabs .nav-item .nav-link.active::after {
        left: 0;
        right: 0;
    }

    .logo-search-block {
        background: rgb(239 239 239);
        position: relative;
    }
}

@media (max-width:767px) {
    .footer-links a:not(:first-child) {
        padding-left: 15px;
    }

    .footer-links a:not(:last-child) {
        padding-right: 15px;
    }

    .fc-toolbar .fc-right {
        margin: 0 0 10px;
    }

    .custom-tabs .nav-link {
        font-size: 85%;
    }

    .sb-search {
        display: none;
    }
    .content-block-outer .caption-block{
        display: none;
    }
    .links-single {
        padding: 15px 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .links-single::before {
        left: -8px;
        transform: translateY(-50%);
        top: 50%;
        bottom: 15px;
        background: #ffffff;
        border-radius: 100%;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .head-style-02::after{
        display: none;
    }
}

@media (max-width:575px) {
    .nav-tabs .nav-item {
        min-width: 122px;
        text-align: center;
        margin-bottom: 1px;
    }

    .logo-search-block h1{
        font-size: 24px;
    }
    .bnr-caption{
        font-size: 15px;
        line-height: 1;
    }
    .custom-tabs .tab-content {
        padding: 20px 0 0;
    }

    .goog-te-gadget-simple {
        padding: 4px !important;
    }

    .news-image {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .custom-tabs .image-block {
        /* min-height: 350px; */
        margin-bottom: 25px;
    }

    .custom-tabs .caption-block h4 {
        font-size: 110%;
    }

    .caption-block h4,
    .caption-block p {
        text-shadow: none;
    }
}

@media (max-width:450px) {
    /* .custom-tabs .image-block {
        min-height: 275px;
    } */
}