@media only screen and (min-width: 1199px) and (max-width: 1499px) {
    body {
        zoom: 80% !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1199px) {
    .heading {
        font-size: 25px !important;
    }
    .subtitle {
        font-size: 17px !important;
    }
    .bnr-heading {
        font-size: 25px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .editor-content p span,
    .editor-content ol li span {
        font-size: 15px !important;
    }
    .course-container {
        margin-top: 20px;
    }
    .outline-secondary {
        font-size: 14px !important;
    }
    .gtco-testimonials .card-body h4 {
        font-size: 18px !important;
    }
    p {
        font-size: 14px !important;
    }
    .video-main {
        margin-bottom: 0px !important;
    }
    .review-section {
        margin-top: 0px !important;
    }
    .course-container {
        margin-top: 25px !important;
    }
    .play-icon img {
        width: 50px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .section {
        padding: 3rem 0 !important;
    }
    .preview-text {
        display: none;
    }
    .course_product h4 {
        font-size: 20px !important;
    }
    .profile-image {
        margin-top: 0px !important;
    }
    .bio-info {
        margin-top: 21px !important;
        padding: 0px !important;
        border: 1px solid #dee2e6 !important;
        border-radius: 12px;
        overflow: hidden;
    }
    .navbar .dropdown-menu.dropdown-menu-end {
        right: auto !important;
        left: -2.5rem  !important;
        transform: none !important;
    }
}
@media only screen and (max-width: 991px) {
    main {
        margin-top: 0px !important;
    }
    .boost-main {
        padding: 50px 0px !important;
    }
}
@media only screen and (max-width: 768px) {
    .clock {
        zoom: 70%;
    }
    .quiz-header {
        padding-right: 60px !important;
    }
    .blog_section .blog_content .blog_item .blog_image {
        height: 170px !important;
    }
    .blog_section {
        padding-top: 3rem !important;
    }
    .accordion-button {
        font-size: 18px !important;
    }
    .custom-nav img {
        width: 40px;
    }
    #bannerSlider .carousel-control-prev {
        left: 10px !important;
    }
    #bannerSlider .carousel-control-next {
        right: 10px !important;
    }
    .carousel .carousel-control-next-icon,
    .carousel .carousel-control-prev-icon {
        background-size: 18px !important;
        padding: 18px 13px !important;
        border: 2px solid #fff !important;
        border-radius: 9px !important;
    }
    .home-banner-content p {
        font-size: 13px !important;
    }
    .container-fluid {
        width: 95% !important;
    }
    .review-section {
        display: block !important;
    }
}
@media only screen and (max-width: 576px) {
    .search {
        width: 100% !important;
    }
    .list-unstyled-course {
        column-count: 1 !important;
    }
    .icons img {
        height: 43px;
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 480px) {
}
@media (min-width: 992px) {
    /* lg and up */
    .banner-content {
        padding-left: 10rem !important;
    }
}
