@media screen and (min-width: 991px) and (max-width: 1366px) {

}

.for-mobile,
.video-player-01 {
    display: none
}

.for-desktop {
    display: block
}

@media only screen and (max-width: 991px) {
.article-hero-image img {
    height: 350px;
    margin-top: 15px;
}
    .header-language-control.for-mobile {
        position: absolute;
        left: 0;
    }
    .language-dropdown {
        left: 15px;
    }
    .inline-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .banner:before {
        display: none;
    }
    .banner-content .container, .banner-content .container-fluid {
        flex-direction: column;
        justify-content: end;
    }
    .top-text {
        width: 100%;
        padding: 30px 0;
    }
    .top-text .main-head {
        font-size: 45px;
        line-height: 45px;
        width: 80%;
        margin-bottom: 0;
    }
    .benefit-item {
        padding-right: 0;
        padding-left: 0;
    }
    .main-head {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .top-text p {
        width: 100%;
        display: none;
    }
    .owl-dot,
    .owl-dot.active {
        border: 1px solid #000;
    }
    .owl-nav {
        display: none
    }
    .for-desktop {
        display: none !important
    }
    .callbacks_nav {
        display: none
    }
    .owl-dot {
        background: #fff !important;
        width: 10px;
        height: 10px
    }
    .owl-dot.active {
        background: #000 !important
    }
    .owl-dots {
        display: flex !important;
        gap: 5px;
        align-items: center;
        justify-content: center;
        padding-top: 15px
    }
    .for-mobile,
    .left-btn,
    .right-btn {
        display: block
    }
    .banner-content .container,
    .banner-content .container-fluid,
    .inline-menu {
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }
    .container,
    .container-fluid {
        padding: 0 15px
    }
    .section-heading {
        margin-bottom: 20px
    }
    .section-padding {
        padding: 40px 0;
    }
    .inline-heading {
        flex-direction: column
    }
    .right-dots .owl-nav .owl-prev {
        left: -15px !important
    }
    .right-dots .owl-nav .owl-next {
        right: -15px !important
    }
    .banner-logo {
        height: 40px;
    }
    .owl-carousel {
        margin-left: 0;
        margin-right: 0;
    }
    .owl-carousel .owl-item {
        padding-left: 1px;
        padding-right: 1px;
    }
    .banner .image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .pad-bottom {
        padding-bottom: 40px;
    }
    .pad-top {
        padding-top: 40px;
    }
    .footer-bottom p {
        font-size: 12px;
    }
    .item-space {
        padding-left: 0;
    }
    .footer-item {
        margin-bottom: 30px;
    }
    .footer-widget a {
        margin-bottom: 10px;
    }
    .footer-bottom {
        margin-top: 0;
    }
    .benefit-item-2:before {
        display: none;
    }
    .benefit-section-2 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        margin-top: 30px;
        gap: 20px;
    }
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    .logo-section {
        padding: 5px 0;
    }
    .main-logo {
        height: 26px;
        margin-bottom: 0;
    }
    .second-logo {
        height: 50px;
    }
    .benefit-section {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        bottom: 0;
    }
    .benefit-item:before {
        width: 0;
    }
    .grid-section {
        gap: 40px 15px;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .grid-content {
        min-height: 160px;
    }
    .magazin-section {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .book-section {
        margin-top: 30px;
    }
    .promo-section {
        padding: 30px 0px;
    }
    .promo-section .text-center {
        text-align: left !important;
        margin-bottom: 15px;
    }
    .footer-logo img {
        width: 164px;
    }
    .promo-section .main-head {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .magazin-grid-section {
        width: 100%;
        gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .benefit-item-2 {
        padding-right: 0;
        padding-left: 0;
    }
    .why-icon-grid {
        flex-direction: column;
        gap: 15px;
    }
    .why-icon-item .why-icon {
        width: 45px;
        height: 45px;
    }
    .why-icon-item .why-icon img {
        height: 30px;
    }
    .why-icon-item {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-right: 0;
        padding-left: 0;
        position: relative;
    }
    .magazin-box-item div {
        width: 30px;
        display: contents;
    }
    .grid-columns-4 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .topic-learn-list {
        margin-top: 20px;
    }
    .topic-article-img img {
        margin-bottom: 15px;
    }
    
    
}

@media only screen and (max-width: 768px) {

    .banner-all-btn {
        width: 100%;
    }
    .banner-all-btn .main-btn {
        width: 100%;
        padding: 10px 10px;
        font-size: 12px;
    }
    .inline-main-btn {
        flex-direction: column;
        gap: 10px;
        margin-top: 0 !important
    }



}

@media only screen and (max-width: 480px) {
    .faq-accordion .accordion-button {
        font-size: 16px;
        line-height: 26px;
    }
    .top-text .main-head {
        font-size: 34px !important;
        line-height: 40px !important;
    }
    .main-head.normal-font {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .topic-article-img img {
        height: 250px;
    }
    .magazin-grid-section {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .grid-section {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .benefit-item .benefit-img {
        width: auto;
    }
    .benefit-section {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        bottom: 0;
    }
    .grid-columns-4 {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }

}