@media (max-width: 1670px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}

@media (max-width: 1500px) {
    .gencards h4 {
       
    line-height: 20px;
       
    height: 82px;
       
    margin-top: 5px;
    }

    .pgllatest {
       
        padding: 10px 10px;
        
    }

    .pgllatest-content:before {
      
        width: 8px;
        height: 8px;
       
        left: -4px;
        top: 2px;
    }

    .mobanayazarcard .row .mbaycimg img {
       
        height: 100px;
       
    }

    .mobanayazarcard .row .mbaycinfo p {
       
        line-height: 17px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }

    .slide-number {
       
        width: 22px;
        height: 22px;
        font-size: 12px;
       
    }
   
    
}

@media (max-width: 1400px) {
    .mainmenusliderowlitem p {
       
        font-size: 14px;
    }
}

@media (max-width: 1350px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1000px;
    }

}


@media (max-width: 1250px) {

    .footer-social-icons ul li a img {
        width: 22px;
        height: 22px;
       
    }

    .aramasayfasi .blueline .aramakartlarinewvers .aramakartalanimobilcardbaslik.article-highlight h4 {
        height: 22px;
        
    }

    .aramakartlarinewvers .mobil-yazar-yazi-yazar-card img {
        width: 30px;
        height: 30px;
    }

    .mobil-yazar-yazi-yazar-card p {
       
        font-size: 10px;
       
    }

    .sticy-ads-sol {
        
        display: none;
    }

    .sticy-ads-sag {
        display: none;
    }

 
    
}
    
    @media (min-width: 1100px) {
        .mobil-navbar {
            display: none;
        }
    
        /* .main-menu-slider {
            display: none;
        } */
    }
    
    @media (max-width: 1100px) {
        .navigation {
            display: none;
        }
    
        .navband {
            display: none;
        }
    
    
        .mobil-navbar {
            display: block;
            margin-bottom: 15px;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1033;
            margin-bottom: 0;
            height: 65px;
            display: flex;
            align-items: center;
            width: 100%;
        }
    
        .mobil-navbar .row {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }
    
        .mobil-navbar .mobil-navbar-logo {
            width: 20%;
            display: flex;
            align-items: center;
            justify-content: start;
        }
    
        .mobil-navbar .mobil-navbar-logo a {
            width: 100%;
        }
    
        .mobil-navbar .mobil-navbar-logo img {
            width: 50%;
            height: 35px;
            object-fit: contain;
        }
    
        .mobil-navbar .mobil-navbar-menu {
            width: 80%;
            display: flex;
            align-items: center;
            justify-content: end;
        }
    
        .mobil-navbar .mobil-navbar-menu ul {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .mobil-navbar .mobil-navbar-menu ul li {
            display: flex;
        }
    
        .mobil-navbar .mobil-navbar-menu ul li:last-child {
            margin-left: 20px;
        }
    
        .mobil-navbar .mobil-navbar-menu ul li a {
            height: 25px;
            width: 25px;
            display: flex;
            align-items: center;
        }
    
        .mobil-navbar .mobil-navbar-menu ul li a .hamburgersvg{
        width: 15px;
        height: 15px;
    }

    .sticy-ads-sag {
        display: none;
    }

    .sticy-ads-sol {
        display: none;
    }
    
        .mobil-navbar .mobil-navbar-menu ul li:first-child a {
            background: #EAE9F6;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
    
    
        .mobil-navbar .mobil-navbar-menu ul li a img {
            width: 15px;
            height: 15px;
            object-fit: contain;
            display: inline-block;
        }
    
        .mobilemenu-follow {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            transition: 0.5s;
            height: 50px;
        }
    
        .main-menu-slider-follow {
            position: fixed;
            top: 50px;
            left: 0;
            width: 100%;
            z-index: 99;
            /* padding-top: 3%; */
            /* padding-bottom: 3%; */
            transition: 1s;
        }
    
        /* sidenav */
    
        .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 99999;
            top: 0;
            left: 0;
            background-color: #fff;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 0px;
        }
    
        .sidenav a {
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            transition: 0.3s;
            display: flex;
        }
    
        .sidenav a:hover {
            color: #ffffff;
            opacity: 1;
        }
    
        .sidenav .closebtn {
            font-size: 40px;
            color: #9a9ca0;
            position: relative;
            padding: 0;
            font-weight: 200;
        }
    
        .sidenav-logo-search-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    
        .sidenav-logo-search-content .sidenav-logo {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .sidenav-logo-search-content .sidenav-search {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: end;
            padding-right: 10px;
        }
    
        .sidenav-logo-search-content .sidenav-search a {
            background: #EAE9F6;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            width: 30px;
            height: 30px;
        }
    
        .sidenav-logo-search-content .sidenav-search a img {
            width: 80%;
            height: 100%;
            object-fit: scale-down;
        }
    
        .sidenav-close-button {
            width: 50%;
            padding-right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .sidenav-close-button a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .sidenav-logo-search-content .sidenav-logo a img {
            width: 55px;
            height: 100%;
            object-fit: contain;
        }
    
        .sidenav-menu {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .sidenav-menu-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            /* 2 sÃƒÂ¼tun */
            gap: 0px;
            /* boÃ…Å¸luk */
            padding: 10px 5px;
        }
    
        .sidenav-menu-grid a {
            padding: 12px;
            color: #fff;
            font-weight: 500;
            font-size: 16px;
        }
    
        .sidenav-menu-background-color:nth-of-type(1) {
            background: #007FC4;
        }
    
        .sidenav-menu-background-color:nth-of-type(2) {
            background: #016399;
        }
    
        .sidenav-menu-background-color:nth-of-type(3) {
            background: #00507d;
        }
    
        .sidenav-menu-social-media {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-top: 10px;
            margin-bottom: 10px;
            background: #fff;
        }
    
        .sidenav-menu-social-media a {
            width: 35px;
            height: 35px;
        }
    
        .sidenav-menu-social-media a img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    
    
    
        /* sidenav */
    
        .mobilenavtopbuttons {
            margin-right: 15px;
        }
    
        .mobilenavtopbuttons ul {
            display: flex;
            align-items: center;
            gap: 8px;
            list-style: none;
            margin: 0;
            padding: 0;
        }
    
        .mobilenavtopbuttons ul li {
            margin: 0;
            padding: 0;
        }
    
        .mobilenavtopbuttons ul li .btnabone {
            padding: 8px 6px;
            font-size: 10px;
            background: #027fc5 !important;
            color: #fff;
            height: auto !important;
            width: auto !important;
            border-radius: 6px !important;
            font-weight: bold;
        }
    
        /* Yeni kompakt ikon butonlarÄ± */
        .mobilenavtopbuttons ul li .mobile-user-btn {
        display: flex !important;
        align-items: center;
        width: auto !important;
        justify-content: center;
        border-bottom: 1px solid #007fc4;
        border-radius: 0 !important;
        background: none !important;
        }
    
        .mobilenavtopbuttons ul li .mobile-user-btn:hover {
            /* background: none; */
            /* transform: translateY(-1px); */
            /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
            /* display: flex; */
            /* width: auto; */
            /* border-bottom: 1px solid #007fc4; */
            /* border-radius: 0; */
        }
    
        .mobilenavtopbuttons ul li .mobile-user-btn svg {
            width: 16px;
            height: 16px;
            stroke-width: 2.5;
        }
    
        .mobilenavtopbuttons ul li .mobile-user-btn img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    
        .mobilenavtopbuttons ul li .mobile-user-btn span{
            font-size: 12px;
            font-weight: 500;
            color: #007fc4;
            margin-left: 5px;
            display: inline-block;
        }
    
        /* KullanÄ±cÄ± adÄ± badge */
        .mobile-user-name .user-name-badge {
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 6px 10px;
            background: rgba(2, 127, 197, 0.1);
            color: #027fc5;
            border-radius: 16px;
            font-size: 11px;
            font-weight: 500;
            white-space: nowrap;
            max-width: 80px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    
        .mobile-user-name .user-name-badge svg {
            width: 12px;
            height: 12px;
            flex-shrink: 0;
        }
    
        .mobile-user-name .user-name-text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    
        .morebutton{
        background: #EAE9F6;
        border-radius: 100px;
        padding: 6px 12px;
    }

       

        
        .morebutton a{
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        color: #027fc5;
    }
        .morebutton img{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        object-fit: contain;
        margin-left: 5px;
    }

         .mainmenusliderowlitem:first-child {
        display: none;
    }

    .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband .row .bandleft h2 {
        
        line-height: 28px;
    }

    .mobanayazarcard .row .mbaycinfo p {
        line-height: 14px;
    }

    .editorsondakika-sol .gencards {
        margin-bottom: 15px;
    }

    .gencards h4 {
        line-height: 16px;
        height: 66px;
    }

    .pgllatest {
       height: 58vh;
       
    }

    .sondakikacustomtitle img {
        width: 15px;
        height: 15px;
     
    }

    .programlar .programcard h4 {
     line-height: 25px;
     margin-top: 5px;
    }

    .mobil-galeriler .relatedCard h4 {
        
        line-height: 18px;
        margin-top: 5px;
        height: 73px;
       
    }

    .anasayfa-haftalik-card {
      
        margin-top: 0px;
       
        padding-right: 5px;
        margin-right: 5px;
        height: 140px;
       
    }

    .bbbcard h4 {
       
        line-height: 18px;
        margin-top: 5px;
        height: 73px;
        
    }

    .aramakartalanimobilcardbaslik h4 {
       line-height: 20px;
       margin-top: 5px;
       height: auto;
       overflow: auto;
    }
        
       .sondakika .aramakartalanimobilcardbaslik h4 {
        overflow: visible;
        line-height: 26px;
    }
    .categorypagegeneralcarddiv .gencards {
      
        margin-bottom: 10px;
    }

    .yazarlarcardmobilmain .yazarlarcardmobil {
       
        padding: 12px;
       
    }

    .yazarlarcardmobilmain .yazarlarcardmobil .title h4 {
      
        line-height: 18px;
        margin-top: 5px;
        height: 60px;
       
    }

    .yazarlar-sayfasi #searchInputYazar {
       
        font-size: 14px;
    }

    .yazarlartabmenubg  .mainmenusliderowlitem:first-child {
        display: inline;
    }

    .yazar-card-listeleri-sayfasi .search-container input#searchInputYazar {
       
        font-size: 14px;
    }

    .t24-haftalik .search-container input {
       
        font-size: 14px;
    }

    .haftalik-list .anasayfa-haftalik-card {
       
        margin-bottom: 20px;
    }

    .haberdetay-sag .mansetcard h4 {
       
        height: 73px;
        line-height: 18px;
        margin-top: 5px;
       
    }

    .gunun-onceki-mansetleri .mansetcard h4 {
        line-height: 28px;
        margin-top: 10px;
        height: auto;
        padding-bottom: 10px;
    }

    .konular-section-arama input {
       
        padding: 6px 10px;
        font-size: 12px;
    }

    .topicdetailfirstcard h1 {
      
        width: 70%;
    }

    .topicdetailfirstcard h5 {
      
        width: 70%;
        line-height: 18px;
    }

    .datepicker-input {
       
        font-size: 12px;
        background-size: 15px 15px;
    }

    .weather-card {
        width: 20% !important;   
        padding: 15px !important;
    }

    .aramasayfasi .searchinput input {
       
        font-size: 14px;
    }

    .mobil-haber-detay-card-content-published-date p {
       
        font-size: 12px !important;
       
    }

    .mainslider .row .mssol {
        width: 100%;
        margin-left: 0;
    }

    .mainslider .row .mssag .adsbanner {
       
        display: none;
    }

    .mainslider .row .mssag {
        width: 100%;
    }

        .haftaliksayfasimainslider.mainslider .row .mssag{
            padding-left:0;
        }

    .mainslider .row .mssag .canliyayin {
      
max-width: 100%;
      
margin-top: 20px;
      
width: 100%;
      
display: none;
    }



    .sidenav-menu-grid  .mobile-accordion-item {
        width: 100%;
    }

    .sidenav-menu-grid .mobile-accordion-toggle {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        padding: 12px 0;
        cursor: pointer;
        text-decoration: none;
        color: inherit;
        transition: all 0.3s ease;
        padding: 10px;
        color: #fff;
    }

    .sidenav-menu-grid  .mobile-accordion-toggle:hover {
        opacity: 1;
    }

    .sidenav-menu-grid  .mobile-accordion-icon {
        font-size: 20px;
        font-weight: bold;
        transition: transform 0.3s ease;
        display: inline-block;
        margin-left: 5px;
    }

    .sidenav-menu-grid  .mobile-accordion-toggle.active .mobile-accordion-icon {
        transform: rotate(45deg);
    }

    .sidenav-menu-grid  .mobile-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 20px;
    }

  .sidenav-menu-grid  .mobile-accordion-content.active {
        max-height: 500px;
    }

   .sidenav-menu-grid  .mobile-accordion-content a {
        display: block;
        padding: 10px 0;
        text-decoration: none;
        color: inherit;
        transition: all 0.3s ease;
        color: #fff;
        padding: 2px 0px;
    }

    .sidenav-menu-grid  .mobile-accordion-content a:hover {
        /* opacity: 1; */
        /* color: #fff; */
    }

    }


    @media (max-width: 850px) {

    .ad-wrapper{
        width: 70%;
        max-width: 70%;
    }

    .aramakartlarinewvers {
        width: 50%;
    }

    .aramasayfasi .blueline .aramakartlarinewvers .aramakartalanimobilcardbaslik.article-highlight h4 {
        height: 20px;
    }


    }
    
    
    @media (min-width: 550px) {
    
    
        .mobil-editorun-sectikleri {
            display: none;
        }

        .mobile-sticky-ads {
            display: none;
        }

        .mainslider .row .mssol .msowl .mainsliderowl .owl-dots {
           
            display: none;
        }
    
    
    }
    
    @media (max-width: 550px) {
    
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
            max-width: 100%;
        }
    
        body {
            background: #e1e1e1;
        }
    
        h1 {
            font-size: 25px;
            line-height: 32px;
        }
    
        h2 {
            font-size: 20px;
            line-height: 25px;
        }
    
        h3 {
            font-size: 20px;
            line-height: 30px !important;
        }
    
        h4 {
            font-size: 18px;
        }
    
        h5 {
            font-size: 16px;
        }
    
        h6 {
            font-size: 15px;
        }
    
        p {
            font-size: 14px;
        }
    
    
        a {
            font-size: 14px;
    
        }
    

        .mobil-navbar {
            height: 50px;
        }

        .main-menu-slider {
           
            top: 50px;
           
        }

        .gtitle {
            color: #5B6E82;
            font-weight: 600;
            font-family: "Roboto Flex", sans-serif;
            font-size: 18px;
            margin-bottom: 10px;
            text-transform: capitalize;
        }
    
        .container-fluid {
            padding: 0 10px;
        }
    
        .mainslider .row .mssol {
            width: 100%;
            background: #e1e1e1;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .owl-dot {
    
            width: 12px;
            height: 2px;
            margin: 2px;
            background: #fff;
    
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .owl-dots {
            top: -8px;
            width: 100%;
        }
    
    
    
        .mainslider .row .mssag {
            display: none;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband .row .bandleft {
            width: 100%;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband .row .bandleft h2 {
            line-height: 30px;
            margin: 0;
            color: #000;
        }
    
        .glabel h6 {
    
            font-size: 12px;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband .row .bandleft .glabel {
            height: auto;
            padding: 1%;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband .row .bandright .yk {
            display: flex;
            width: auto;
            align-items: center;
            border-radius: 50px;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband .row .bandright .yk img {
            width: 35px;
            height: 35px;
    
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband .row .bandright {
            width: auto;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband .row .bandright .yk p {
            color: #027fc3;
            font-weight: bold;
            padding-left: 5px;
            padding-right: 5px;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband {
            padding: 2%;
        }
    
        .mainslider .row .mssol .msmansetlink {
            display: none;
        }
    
        .mainslider .container {
            width: 100%;
            padding: 0;
            margin: 0;
            max-width: 100%;
        }
    
        .mainslider .row .mssol .msowl .mainsliderowl .mscard .msband {
            margin: -10px 24px 0px 24px;
            height: 160px;
            display: flex;
            align-items: center;
            justify-content: start;
            margin-bottom: 10px;
        }
    
        .editsec {
            display: none;
        }
    
        .mixedcontent {
            display: none;
        }
    
        .programlar {
            /* display: none; */
            padding-bottom: 0;
        }
    
        .kose-yazilari-slider {
            display: none;
        }
    
        .anasayfabbb {
            background: #fff;
            margin: 3%;
            padding-top: 20px;
        }
    
        .mainslider {
            padding-bottom: 0px;
            padding-top: 0px;
            margin-top: 10px;
        }
    
        .mobil-yazarlar-slider {
            background: #e1e1e1;
            margin: 0;
        }
    
        .mobanayazarcard {
            position: relative;
        }
    
        .mobanayazarcard a {
            text-decoration: none;
            color: inherit;
        }
    
        .mobanayazarcard .row {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }
    
        .mobanayazarcard .row .mbaycimg {
            width: 30%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .mobanayazarcard .row .mbaycimg img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }
    
        .mobanayazarcard .row .mbaycinfo {
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: start;
            width: 70%;
            padding-left: 5px;
        }
    
        .mobanayazarcard .row .mbaycinfo h5 {
            color: #027fc3;
            font-weight: 500;
            background: #e1e1e1;
            padding: 4px 12px;
            border-radius: 50px;
        }
    
        .mobanayazarcard .row .mbaycinfo p {
            padding: 0;
            margin: 0;
            padding-left: 9px;
            line-height: 18px;
        }
    
        .mobil-yazarlar-slider .owl-dots {
            display: none;
        }
    
        .anasayfabbb .bbbowl {
            /* padding-left: 12px; */
        }
    
        .anasayfabbb .custom-nav {
            /* display: none; */
        }
    
        .bbbcard .glabel {
            display: none;
        }
    
        .doviz-kuru {
            padding-top: 20px;
            padding-bottom: 0px;
        }
    
        .doviz-kuru a {
            color: inherit;
        }
    
        .doviz-kuru .row {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }
    
        .doviz-kuru-card {
            width: 33%;
            text-align: center;
        }
    
        .doviz-kuru-card h5 {
            font-weight: 500;
            color: #027fc3;
        }
    
        .doviz-kuru-card h6 {
            font-weight: 500;
    
        }
    
        .basinda-bugun {
            position: relative;
            background: #fff;
            margin: 0;
            margin-top: 5px;
            margin-bottom: 5px;
            padding: 10px;
        }
    
        .basinda-bugun-owl-item {
            width: 100%; 
            object-fit: cover;
            padding: 4%;
        }
        .basinda-bugun-owl-item img {
            width: 100%; 
            object-fit: cover;
        }
    
        .mobilsondakika {
            position: relative;
            background: #FDEEEE;
            margin: 3%;
            padding-top: 15px;
            padding-bottom: 15px;
            border-top: 5px solid #F9D0D0;
        }
    
        .mobilsondakika .glabel {
            color: #fff;
            background: #EB5757;
            padding: 14px 6px;
            font-weight: 200;
            margin-bottom: 26px;
        }
    
        .mobilsondakika .glabel img {
            width: 12px;
            height: 12px;
            margin-right: 4px;
            object-fit: contain;
        }


        .anasayfabbb .custom-nav .custom-prev-btn-bbb img{
            width: 20px;
            height: 20px;
        }

        .anasayfabbb .custom-nav .custom-next-btn-bbb img{
            width: 20px;
            height: 20px;
        }
    
        .anasayfabbb .custom-nav button:last-child {
            margin-left: 10px;
        }
    
    
        .mobilsondakika .sdcard p {
            font-weight: 400;
            color: #000;
            position: relative;
        }
    
        .mobilsondakika .sdcard p:first-child {
            color: #EB5757;
            position: relative;
            display: flex;
            align-items: center;
            border-left: none !important;
            margin-bottom: 10px;
        }
    
        .mobilsondakika .sdcard p:first-child:before {
            content: "";
            width: 10px;
            height: 10px;
            display: flex;
            background: #eb5757;
            border-radius: 100px;
            margin-right: 10px;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: -4px;
            top: 6px;
        }
    
        .mobilsondakika .sdcard p:last-child {
            border-left: 1px solid #999CA0;
            padding-left: 15px;
            margin-left: 5px;
            font-weight: 300;
            line-height: 22px;
        }
    
        .haftalik {
            margin: 0;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    
        .haftalik .gtitle {
            color: #fff;
        }
    
        .anasayfa-haftalik-card .ahcardleft .yk {
            display: flex;
            align-items: center;
            justify-content: start;
            position: relative;
            background: #e1e1e1;
            border-radius: 50px;
            padding: 2%;
        }
    
        .anasayfa-haftalik-card .ahcardleft .yk img {
            width: 30px;
            height: 30px;
            border-radius: 100px;
            object-fit: cover;
        }
    
        .anasayfa-haftalik-card .ahcardleft .yk p {
            font-size: 12px;
        }
    
        .anasayfa-haftalik-card {
            position: relative;
            overflow: hidden;
            height: auto;
            padding: 0;
            margin: 0;
        }
    
        .anasayfa-haftalik-card .ahcardleft {
            width: 58%;
            padding-right: 0px;
        }
    
        .anasayfa-haftalik-card .ahcardleft p {
            color: #fff;
            font-weight: 100;
            margin: 0;
            margin-top: 10px;
        }
    
        .anasayfa-haftalik-card .ahcardright {
            width: 42%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-right: 14px;
        }
    
        .anasayfa-haftalik-card .ahcardright img {
            width: 100%;
            aspect-ratio: 16/9;
            object-fit: cover;
            border: 1px solid #fff;
        }
    
    
    
    
        .bbbcard {
    
/* padding-right: 10px; */
    
}
    
    
    
        .bbbowl .owl-dots {
            display: none;
        }
    
        .bbbcard h3 {
            color: #000;
            font-weight: 400;
            margin: 0;
            line-height: 30px !important;
            margin-top: 10px;
            font-size: 18px;
        }
    
    
    
    
    
    
        .footer {
            padding-top: 30px;
            padding-bottom: 30px;
        }
    
        .footer .footer-left .grid-container {
    
            grid-template-columns: repeat(2, 1fr);
    
        }
    
        .footer .footer-left {
            width: 100%;
        }
    
        .footer .footer-center {
            width: 50%;
            padding-left: 12px;
        }
    
        .footer .footer-right {
            width: 50%;
            padding-left: inherit;
        }
    
        .footer .footer-left .grid-item a {
    
            font-size: 14px;
        }
    
        .footer .footer-left .footer-social ul li img {
            width: 30px;
            height: 30px;
            /* object-fit: contain; */
        }
    
        .footer .footer-left .footer-social {
            margin-top: 10px;
            margin-bottom: 10px;
        }
    
        .footer .footer-left .footer-social ul {
    
            text-align: center;
        }
    
        .footer .footer-left .footer-social ul li {
    
            margin-right: 10px;
            margin-left: 10px;
        }
    
        button {
            font-size: 14px;
            padding: 8px 14px;
        }
    
    
    
    
    
    
    
        .aramasayfasi .aramasol {
            width: 100%;
    
        }
    
        .aramasayfasi .aramasag {
    
            display: none;
        }
    
        .aramasayfasi .searchinput input {
            width: 100%;
            border-radius: 100px;
        }
    
        .aramasayfasi h5 {
            margin-bottom: 15px;
            font-size: 20px;
            font-family: 'Roboto Slab';
            color: #000;
        }
    
        .aramasayfasi .searchinput {
            margin-bottom: 10px;
            width: 50%;
        }
    
        .icerikdropdown {
            width: 50%;
    
        }
    
        .dropdown {
            width: 100%;
    
        }
    
        .dropdown-toggle {
    
            width: 100%;
            font-size: 14px;
        }
    
        .drodowncustomicon img {
            width: 100%;
            height: 100%;
        }
    
        .datepicker {
            width: 50%;
        }
    
        .date-wrapper input {
            padding-left: 10px;
            padding-right: 10px;
            color: #027fc3;
            background: #ffffff;
        }
    
        .date-wrapper .calendar-icon {
            width: 25px;
            height: 25px;
    
        }
    
        .asrelated {
            display: none;
        }
    
        .aramaicerikalani {
            display: none;
        }
    
    
    
        .date-wrapper {
            width: 100%;
        }
    
        .date-wrapper input[type="date"] {
            font-size: 14px;
            padding-left: 0;
            width: 100%;
        }
    
        .date-wrapper::after {
            content: "Ã°Å¸â€œâ€¦";
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            font-size: 18px;
        }
    
    
    
    
    
    
    
        .main-menu-slider.main-menu-slider-follow .mainmenusliderwrapper {
            padding: 5px;
            transition: 0.5s;
        }
    
    
    
        .mansetcard .relatedCardBottom {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: #007FC499;
            border-radius: 4px;
            padding: 2%;
        }
    
        .mansetcard div {
            position: relative;
        }
    
    
    
    
    
    
    
    
        .kategori-sayfasi-related-content {
            padding-top: 25px;
            padding-bottom: 25px;
            background-color: #fff;
        }
    
        .resmi-ilanlar-section {
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: #fff;
        }
    
        .resmi-ilanlar-title {
            width: 50%;
            display: flex;
            align-items: center;
        }
    
        .resmi-ilanlar-title h4 {
            margin: 0;
    
        }
    
        .resmi-ilanlar-content {
            position: relative;
            margin-top: 20px;
            margin-bottom: 20px;
        }
    
        .resmi-ilanlar-card {
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
        }
    
        .resmi-ilanlar-card-img {
            position: relative;
        }
    
        .resmi-ilanlar-card-img img {
            width: 100%;
            aspect-ratio: 16/9;
            object-fit: cover;
        }
    
        .resmi-ilanlar-card-content {
            position: relative;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    
        .resmi-ilanlar-card-content h4 {
            margin: 0;
            font-weight: 400;
            color: #000;
            line-height: 25px;
        }
    
        .resmi-ilanlar-detay-section {
            padding: 15px;
            background-color: #fff;
        }
    
        .hakkimizda-section {
            padding: 15px;
            background-color: #fff;
        }
    
        .kunye-section {
            padding: 15px;
            background-color: #fff;
        }
    
        .reklam-section {
            padding: 15px;
            background-color: #fff;
        }
    
        .reklam-section a {
            font-size: 14px;
        }
    
        .kullanim-ve-gizlilik-section {
            padding: 15px;
            background-color: #fff;
        }
    
    
    
    
        .doviz-kuru-detay .hava-durumu-main-list li:nth-of-type(2) p {
            text-align: right;
            padding-right: 30px;
        }
    
        .doviz-kuru-detay .hava-durumu-main-list li:nth-of-type(3) p {
            text-align: right;
        }
    
        .doviz-kuru-detay .hava-durumu-main-list li:nth-of-type(2) {
            width: 25%;
        }
    
        .doviz-kuru-detay .hava-durumu-main-list li:nth-of-type(3) {
            width: 25%;
        }
    
        .doviz-kuru-detay .hava-durumu-main-content-list li:nth-of-type(2) p {
            text-align: right;
        }
    
        .doviz-kuru-detay .hava-durumu-main-content-list li:nth-of-type(3) p {
            text-align: right;
        }
    
        .doviz-kuru-detay .hava-durumu-main-content-list li:nth-last-of-type(2) {
            width: 25%;
        }
    
        .doviz-kuru-detay .hava-durumu-main-content-list li:nth-last-of-type(3) {
            width: 25%;
        }
    
        .doviz-kuru-detay .hava-durumu-main-list li {
            width: 50%;
        }
    
        .doviz-kuru-detay .hava-durumu-main-content-list li:nth-of-type(1) {
            width: 50%;
        }
    
    
    
        .mobil-tag {
            padding-top: 15px;
            padding-bottom: 15px;
    
        }
    
        .aramasayfasi .customdatepicker input {
            height: 40px;
        }
    
        .aramasayfasi .customdatepicker .calendar-icon::after {
            top: -32px;
        }
    
        .gtitle a {
    
            font-size: inherit;
        }
    
        .basinda-bugun-image-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    
        .mobil-haber-detay-card-img img {
            max-width: none;
        }
    
        .mobil-galeriler {
    
margin: 3%;
    
padding: 10px 0px 10px 0px;
}
    
        .gunun-onceki-mansetleri {
    
            margin: 2%;
    
        }
    
        .gunun-onceki-mansetleri .mansetcard {
            display: block;
            width: 100%;
        }
    
        .relatedCardBottom {
            bottom: 25px;
            right: 20px;
        }
    
        .mobil-video-detay-sayfasi .video-wrapper .video-container {
            max-width: none;
        }
    
        .mobil-videolar .owl-carousel.mobil-videolar-owl {
            width: 100%;
        }
    
        .aramakartalanimobilcard {
    
            width: 100%;
        }
    
        .mainmenusliderwrapper {
    
            justify-content: normal;
        }
    
       .main-menu-slider .mainmenusliderwrapper {
            padding: 10px 10px 10px 5px;
            overflow: auto !important;
        }
    
        .yazarlarcardmobilmain {
            display: block;
    
        }
    
        .yazarlarcardmobilmain .yazarlarcardmobil {
            margin-bottom: 15px;
            width: 95%;
        }
    
        .m-yazar-porfili-info-card-img {
    
            width: 25%;
        }
    
        .mobil-editorun-sectikleri-card {
            display: flex;
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }
    
        .yclistesimain {
    
/* padding: 3%; */
    
}
    
        .mobil-konular {
    
margin: 3%;
    
margin-bottom: 0;
    
}
        .anasayfayazarlarbg .custom-nav {
            display:flex;
        }
    
        .custom-nav {
            display: none;
        }
    
        .gencards {
            width: 100%;
            text-align: center;
        }
    
        .gencards h4 {
            text-align: left;
        }
    
    
    
        .generalrelateddiv {
            padding: 10px;
        }
    
        .gencards .row {
    
            padding-left: 0;
            padding-right: 0;
            display: inline-flex;
            flex-direction: row;
            width: 100%;
        }
    
    
        .yazarlar-sayfasi .search-container {
    
margin: 0;
    
width: 50%;
    
}
    
        .drodowncustomicon {
            top: auto;
            transform: translateY(30%);
        }
    
        .aramasol .datepicker {
            margin-left: 0;
            justify-content: center;
            width: 100%;
            margin-top: 10px;
        }
    
        .aramakartalanimobilcardresim img {
    
            width: 100%;
        }
    
        .mobil-galeriler .custom-nav {
            display: flex;
        }
    
        .basinda-bugun .custom-nav{
            display: flex;
        }
    
        .custom-nav button:last-child {
    
            margin-left: 10px;
        }
    
        .custom-nav .custom-next-btn img {
            width: 20px;
            height: 20px;
        }
    
        .custom-nav .custom-prev-btn img {
            width: 20px;
            height: 20px;
        }
    
        .custom-nav button img {
            width: 20px;
            height: 20px;
        }
    
        .custom-nav-video-anasayfa .custom-next-video-anasayfa {
            top: 30%;
            right: 0%;
    
        }
    
        .custom-nav-video-anasayfa .custom-next-video-anasayfa img {
            height: 30px;
            width: 30px;
            object-fit: scale-down;
        }
    
        .custom-nav-video-anasayfa .custom-prev-video-anasayfa {
            top: 30%;
            left: 0%;
        }
    
        .custom-nav-video-anasayfa .custom-prev-video-anasayfa img {
            height: 30px;
            width: 30px;
            object-fit: scale-down;
        }
    
        .videomainpageprogram .gtitle {
            width: 100%;
        }
    
        .mobil-galeriler .gtitle {
            /* width: 100%; */
        }
    
        .sidenav-menu-grid a {
            padding: 10px;
        }
    
        .galerianasayfasidiv .gtitle {
            width: 100%;
        }
    
        .basinda-bugun-owl .owl-dots {
            display: none;
        }
    
        .cus-paper-nav .paper-prev-btn {
            left: 0%;
        }
    
        .cus-paper-nav .paper-next-btn {
            right: 0%;
        }
    
    
        .cus-paper-nav .paper-next-btn img {
            width: 40px;
            height: 40px;
            object-fit: scale-down;
        }
    
        .cus-paper-nav .paper-prev-btn img {
            width: 40px;
            height: 40px;
            object-fit: scale-down;
        }
    
        .anasayfa-gom .mansetcard {
            padding: 0px 15px;
        }
    
        .datepicker-dropdown.show {
            transform: translateX(-70%) translateY(0);
        }
    
        .sondakika {
            width: 100%;
        }
    
        .mobile-sticky-ads {
            position: fixed;
            left: 0px;
            bottom: 0;
            z-index: 111;
            width: 100%;
            text-align: center;
        }
    
    
    
        .haberdetay p {
            font-size: 14px;
        }
    
        .haberdetay a {
    
            font-size: 14px;
        }
    
        .story-content table {
            table-layout: fixed;
            word-wrap: break-word;
        }
    
        .story-content table img {
            width: 100%;
            object-fit: contain;
        }
    
        .gencards .row p {
            font-size: 14px;
            color: #000;
            margin-bottom: 0;
            text-align: right;
            margin: 5px 0px;
        }
    
        .rowcards .row .desc h5 {
            line-height: 25px;
    
        }
    
        .ilgilihaberler p {
            font-size: 14px;
            margin-bottom: 5px;
        }
    
        .rowcards .row .images {
            height: 100%;
        }
    
        .mobil-haber-detay-card-content-published-date p {
            font-size: 14px !important;
            font-weight: 300;
        }
    
        .mobil-haber-detay-card-content-text img {
            width: 100%;
            object-fit: contain;
        }
    
        .yclistesimain .yclistesicard {
    
            display: flex;
        }
    
        .dropdown-list {
            left: -80px !important;
            width: 260px;
        }
    
        .article-list .kycard {
            width: 100%;
    
        }
    
        .yazarfotokart {
            border-radius: 140px;
            height: auto;
            padding: 5px;
        }
    
        .yazarfotokart img {
            height: 30px;
            width: 30px !important;
            margin-right: 5px;
        }
    
        .aramasayfasi .modal.show .modal-dialog {
            max-width: 100%;
            overflow: hidden;
        }
    
        .modal-body {
            overflow-x: auto;
    
        }
    
        .sondakikaads {
            width: 100%;
        }
    
        .gallerymainleft {
            width: 100%;
            padding: 0;
        }
    
        .gallerymainright {
            display: none;
        }
    
        .highlightleft {
            width: 100%;
        }
    
        .highlightright {
            display: none;
        }
    
        .aramakartalanimobilcardcontent {
            width: 100%;
    
        }
    
        .glabel {
            padding: 14px 6px;
        }
    
    .yazarlarcardmobilmain .row{
        justify-content: center;
    }
    
    .orangebg .anasayfa-haftalik-card {
      
border-bottom: 1px solid #fff;
      
padding-bottom: 15px;
      
margin-bottom: 15px;
    }
    
    .orangebg .anasayfa-haftalik-card .ahcardright {
        padding-right: 0;
    }
    
    .orangebg .anasayfa-haftalik-card .ahcardleft {
        padding-left: 0;
    }
    
    .footer .footer-top-content {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer .footer-logo-side {
        width: 100%;
       
        align-items: center;
       text-align: center;
    }
    
    .footer .footer-middle-side {
        width: 100%;
        margin-top: 30px;
        border: none;
    }
    
    .footer .footer-right-side {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    
    .footer .footer-right-last-side {
        width: 100%;
    }
    
    .haftalik-list .anasayfa-haftalik-card {
        width: 100%;
        border-right: none;
        padding-bottom: 0;
        margin-top: 0;
    }
    
   
    
    .authorcontents .authortitleimgcontent {
        width: 70%;
        display: flex;
        align-items: start;
        flex-direction: column;
    }

        .authorcontents .authortitleimgcontent h6{
            margin-bottom:0;
            margin-top:5px
        }
    
    .authorcontents .authorbiocontent {
        width: 30%;
        align-items: center;
    
    }
    
    .authorcontents .ypcard h1 img {
        margin-right: 5px;
        width: 50px;
        height: 50px;
    }

    .anasayfayazarlarbg {
        background: #ffffff;
      
    }

    .mobil-editorun-sectikleri {
      
        margin: 3%;
     
    }

    .anasayfavideobg {
       
padding: 15px 15px 0px 15px;
    }

    .basinilanseridi{
        
margin-bottom: 0 !important;
    }

    .anasayfa-haftalik-owl.owl-carousel .owl-item {
       
        border: none;
    }

    .categorypagegeneralcarddiv .gencards {
        width: 48%;
        margin-bottom: 5px;
    }

    .official-announcement-section {
        padding: 10px 0px !important;
    }

    .yazarlar-sayfasi .title {
        width: 50%;
     
    }

 

    .yazarlartabmenubg .mainmenusliderwrapper {
        align-items: normal;
        justify-content: normal;
    }

    .yazarlartabmenubg.main-menu-slider-follow .mainmenusliderwrapper{
        display: none;
    }

    .main-menu-slider.yazarlartabmenubg {
     
        margin-top: 0;
    }

   .yazar-card-listeleri-sayfasi #searchInputYazar {
       
        border: 2px solid #027fc3;
      
    }

    .programlar .programcard .pcimg .cardicon {
      
        height: 25px;
        width: 35px;
        
    }

    .programlar .programcard .pcimg .cardicon img {
       
    
        height: 20px;
        width: 20px;
    }

    .mobil-galeriler.videomainpageprogram {
        margin-top: 0px !important;
        padding: 15px 0px;
    }

    .videomainpageprogram .title-wrapper{
    width: 45%;
}

    .videomainpageprogram .custom-nav{
        
width: 55%;
    }

    .programme-detail-card {
        width: 50%;
        margin-bottom: 10px;
    }

    .videodetayleft {
        width: 100%;
     
    }

    .haberdetay-sag {
     
        display: none;
    }

    .mobil-galeriler.galerianasayfasidiv {
        margin-top: 0px !important;
    }

    .mobil-detay-sayfasi-title-content img {
        width: 25px;
        height: 25px;
       
    }

    .mobil-detay-sayfasi-image-cards {
       
        padding-bottom: 10px;
    }
    
    .topicmaincards {
        width: 50%;
    }

    .konular-section-first-card {
        padding-bottom: 10px;
    }

    .topicdetailfirstcard h1 {
    
        width: 90%;
        font-size: 20px;
    }

    .topicdetailfirstcard h5 {
        width: 90%;
        line-height: 15px;
        font-size: 10px;
    }

    .topicdetailcardlr {
       
width: 100%;
       
padding: 0px 15px;
       
margin-bottom: 20px;
       
text-align: left;
    }

    .topicblueline::after {
       
        left: 0;
       
    }

    .topicdetailcardlr::before {
       
right: 0;
       
left: -7px;
       
width: 15px;
       
height: 15px;
    }

    .topicdetailcardlr:nth-of-type(even) {
        margin-left: 0;
    }

    .topicdetailcardlr:nth-of-type(even)::before {
        left: -7px;
    }

    .bir-bakista-bugun-card-img img {
       
        height: 100%;
    }

    .mobililginizicekebilirmargin{
        margin:0px;
    }

    .haftaliksayfasimainslider.mainslider .row .mssol .msowl .mainsliderowl .mscard .msband{
        margin: -10px 24px 0px 24px;
        margin-bottom: 10px;
    }
    
    .mscardmainimage .relatedCardBottom{
        bottom: 15px;
    }

    .haftaliksayfasimainslider .relatedCardBottom{
        right: 30px;
    }

    .weather-section .weather-card {
        padding: 15px !important;
        min-width: auto !important;
        width: 43% !important;
    }

    .dovizkurlarirow .currency-card {
        width: 43% !important;
        min-width: auto !important;
        padding: 10px !important;
    }

    .dovizkurlarirow .dovizkurlariaverage {
       
        font-size: 25px !important;
    }

    .haberdetay {
        width: 100%;
    }

    .articledetayleft {
        width: 100%;
        
    }

    .mansetnewcards {
        width: 100%;
    }

    .mansetnewcards .aramakartalanimobilcardbaslik h4 {
        
        height: auto;
    }

    .videodetaytagsbg {
       
        margin-bottom: 0px;
     
    }

    .mobil-navbar .mobil-navbar-logo img {
        width: 100%;
       
    }

    .gencards h4 {
        line-height: 23px;
        height: 71px;
        -webkit-line-clamp: 3;
    }

    .mobil-galeriler .relatedCard h4 {
        line-height: 26px;
        height: auto;
    }

    .bbbcard h4 {
        line-height: 22px;
        height: 69px;
    }

    .aramakartlarinewvers {
        width: 100%;
    }

    .yazarfotokart h6 span {
      
        font-size: 10px;
    
    }

    .mobil-yazar-yazi-yazar-card p span {
        font-size: 14px;
        
    }

    .tagcardnews {
        width: 100%;
    }

    .aramasayfasi .blueline .tagcardnews .aramakartalanimobilcardbaslik h4{
        height: auto;
        margin-bottom:10px;
    }

    .aramasayfasi .blueline .aramakartalanimobilcardbaslik h4 {
       
height: auto;
       
margin-bottom:10px;
       
line-height: 22px;
    }

    .onlymobiledisplay{
        display:  block !important;
    }

    .editorunsectikleri-devam-mobile{
        margin: 3%;
        margin-bottom: 0;
        padding: 15px 0px;
    }

    .aramakartalanimobilcardresim .relatedCardBottom {
        bottom: 10px;
        right: 10px;
    }

    .ad-wrapper {
       min-width: 100%;
       display: flex;
       align-items: center;
       justify-content: center;
       background: #ffffff;
       min-height: 160px;
       margin-bottom: 5px;
    }

    .ad-wrapper.ads-mh-125{
        min-height: 125px;
    }

    .yazarlarcardmobilmain .yazarlarcardmobil .title h4 {
        height: auto;
        margin-top: 9px;
        line-height: 26px;
    }

    .aramasayfasi .blueline .aramakartlarinewvers .aramakartalanimobilcardbaslik.article-highlight h4 {
        height: auto;
        line-height: 22px;
    }

    .programlar .programcard .pcimg img {
        
        height: 200px;
        object-fit: cover;
    }

    .anasayfa-haftalik-card .ahcardleft h6 {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .son-dakika h2{
        margin-top: 10px;
    }

    .slider-numbers{
        display: none;
    }

    .anasayfavideobg .custom-nav{
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .anasayfavideobg .gtitle {
      
        margin-bottom: 0;
    }

    .anasayfavideobg .anasayfa-siyahbg-video-owl{
        margin-top: 15px;
    }

        .haberdetay h2{font-weight: 400;line-height: 30px;margin-bottom: 15px;}
    
 .mobil-yazar-yazi-yazar-card p{
            font-size: 16px;
            font-weight: 500;
        }

        .editorunsectikleri-devam-mobile .gencards h4{
           
            height: auto;
            line-height: 26px;
        }

        .konular-section-first-card h4 {
            
            -webkit-line-clamp: 2;
            height: 43px;
        }

        .mobil-konular-card h5 {
          
            line-height: 22px;
        }

}


@media (min-width: 575px) and (max-width: 1100px) {

.anasayfa-gundemdeki-konular .gdk-left {
   
    width: 100%;
}

.anasayfa-gundemdeki-konular .gdk-right {
   
    display: none;
}

.mainmenusliderowlitem p a {
    font-size: 14px;
}

.haberdetay {
   
    width: 100%;
}

.haberdetay-sag {
   
    display: none;
}

.yazarlarcardmobilmain .yazarlarcardmobil .title h4 {
    
    height: 57px;
}

.mobil-yazar-yazi-yazar-card p {
    font-size: 14px;
}

.mobil-yazar-yazi-yazar-card p span {
    font-size: 12px;
 
}

.articledetayleft {
    width: 100%;
   
}

.sondakika {
    width: 100%;
}

.sondakikaads {
    display: none;
}

.cus-paper-nav .paper-prev-btn {
    
    left: 6%;
   
}

.cus-paper-nav .paper-prev-btn img {
    width: 40px;
    height: 40px;
    
}

.cus-paper-nav .paper-next-btn {
    right: 6%;
   
}

.cus-paper-nav .paper-next-btn img {
    width: 40px;
    height: 40px;
    
}

.bir-bakista-bugun-card-main .custom-dots {
    
    gap: 10px;
    padding: 0px 20px;
   
}

.bir-bakista-bugun-card-main .custom-dots span {
   
    padding: 4px 10px;
    font-size: 12px;
  
}

.gtitle a {
   
    font-size: 16px;
}

.videodetayleft {
    width: 100%;
   
}

.konular-section-first-card h4 {

    -webkit-line-clamp: 3;
   
    height: 53px;
    line-height: 18px;
}

.manset-arsivi-title h4 {
   
    font-size: inherit;
}

.mansetnewcards .aramakartalanimobilcardbaslik h4 {
    height: 70px;
   
    -webkit-line-clamp: 3;
   
    line-height: 22px;
}

.ahcardtitle a, .ahcardtitle p {
    
    margin: 0;
    height: 70px;
    line-height: 22px;
}

.haftalik-list .anasayfa-haftalik-card {
   
    padding-bottom: 0;
}

.mobil-konular-card h5 {
   
    font-size: 13px;
}

.mobil-konular-sub-card p {
    
    font-size: 14px;
}

.konu-buton a {
    font-size: 14px;
}






}