﻿
@media only screen and (min-width: 576px) {
    .container {
        max-width: 90%;
    }

    .galleryViewModal .carousel-control-prev {
        left: -78px;
    }

    .galleryViewModal .carousel-control-next {
        right: -78px;
    }
}

@media only screen and (min-width: 768px) {
    .abouts_p p {
        font-size: 17px;
        line-height: 26px;
        color: #5e5a5a;
    }

    .counterBox:not(:last-child) {
        border-right: 1px solid #9e9e9e
    }
}

@media only screen and (min-width: 992px) {
    .logo {
        height: 66px;
    }

    .servicesCardSection .swiper-button-prevt, .servicesCardSection .swiper-button-nextt {
        opacity: 0;
    }

    .servicesCardSection:hover .swiper-button-prevt, .servicesCardSection:hover .swiper-button-nextt {
        opacity: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

@media only screen and (min-width: 1700px) {
}

@media only screen and (min-width: 2700px) {
}


@media only screen and (max-width: 1199px) {
    .logo-top {
        height: 52px;
    }

    .main-nav a, .main-nav select {
        padding: 29px 4px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .count-title {
        font-size: 45px;
    }

    .headerNav {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 766px) {
    .CategoryTabs.nav-fill .nav-item {
        margin-top: 9px;
        border-bottom: 1px solid #ddd;
        margin-bottom: -1px;
        padding: 7px 8px;
        font-size: 13px;
    }

    .Category {
        padding: 16px;
        margin-top: 15px;
    }

        .Category p {
            display: none;
        }

    .smallHeading {
        line-height: 22px;
    }

    .Category .btn {
        display: block;
        margin-top: 10px;
    }

    .counterBox:not(:last-child) {
        margin-bottom: 30px;
    }

    .categorySearch .form-control {
        display: block;
        width: 100%;
    }

    .categorySearch input, .categorySearch select, .categorySearch .btn {
        height: 41px;
    }

    .coursesDetailsTab .nav-item .nav-link {
        border-radius: 0px;
        padding: 11px 15px;
    }
}

@media only screen and (max-width: 576px) {
    h1, .h1 {
        font-size: 34px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h3, .h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }

    .homeTopMainSlider .swiper-button-prevt, .homeTopMainSlider .swiper-button-nextt {
        width: 40px;
        height: 40px;
    }

    .homeTopMainSlider {
        min-height: 238px;
    }

    .categoriesHeading {
        font-size: 25px;
    }

    .headingText {
        font-size: 30px;
    }

    .count-title {
        font-size: 48px;
    }

    .homeTopMainSlider .swiper-pagination-bullets {
        bottom: 45px;
    }

    .Category h5 {
        font-size: 13px;
        min-height: 42px;
    }

    .SubscribeUs h1 {
        font-size: 33px;
    }

    .homeTopMainSlider .swiper-slide h1 {
        font-size: 40px;
    }

    .AboutsTopBanner h1 {
        font-size: 31px;
    }

    .AboutsTopBanner {
        min-height: 180px;
    }

    .logo-top {
        height: 52px;
    }

    .coursesDetailsTab .nav-item {
        width: 100%;
    }

        .coursesDetailsTab .nav-item .nav-link {
            border-color: #ccc;
            border-bottom: 1px solid #ccc !important;
            padding: 18px 15px;
        }

    .filters ul li {
        text-align: center;
        padding: 7px 20px;
        min-width: 123px;
        margin-bottom: 10px;
    }

    footer h5 {
        margin-bottom: 0px;
    }

    .galleryViewModal .carousel-item {
        height: 400px;
    }
}

@media only screen and (max-width: 350px) {
}
