@media only screen and (min-width: 1300px) {
    .row {

    }
}
@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: calc(var(--main-container) + var(--container-gutters));
    }
}

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 991px) {
    .widget_nav_menu.footer-widget, .th-widget-about {
        padding: 0px 80px 0px 30px;
    }
    .hero-title {
        font-size:35px
    }
    .blog-card .blog-img img {
        height: 250px;
    }
    .donation-card.style4 .box-thumb img {
        height: 250px;
    }
    .breadcumb-wrapper {
        background-position: -330px center;
    }
    .header-layout4 .header-right {
        padding:0 10px;
    }
    .header-layout4 .header-right::before {
        display: none;
        left:50px;
    }
    .payment-sidebar {
        margin-top:25px;
    }
    .bagis-detay-sidebar, .sidebar-area, .payment-sidebar {
        transform:none;
    }
    .header-logo a img {
        width: 200px;
    }
    .category-upper-list {
        overflow-x: scroll;
    }
}
