.logo img{
    height: 40px;
    object-fit: contain;
}

.ortaUrunResim{
    width: 100%;
    height: 250px;
}

.ortaUrunResim img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}

@media only screen and (max-width: 1024px) {
    
    .ortaUrunResim{
        height: auto;
    }

    .ortaUrunResim > img{
        height: auto;
    }
    
}

@media only screen and (max-width: 1024px) {
    
    .ortaUrunBilgi h3{
        padding: 10px 0;
    }
}

.konu-resmi{
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.konu-resmi img{
    max-width: 100%;
}

.detay-kucuk-resim
{
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.blog_details ul{
    padding-left: 50px !important;
    margin-bottom: 30px;
}

.blog_details li
{
    list-style-type: circle !important;
    padding: 5px !important;
}

.blog_details li > a
{
    color: #e03e2d !important;
}


.blog_details h2
{
    font-size: 28px !important;
    color: #e03e2d;
}

.blog_details h3
{
    font-size: 22px !important;
    color: #236fa1;
}

.blog_details h4
{
    font-size: 20px !important;
}

.blog_details img{
    max-width: 100%;
    height: auto;
}

.whatsappMessage{
    position: fixed;
    color: #fff;
    bottom: 50px;
    right: 20px;
    padding: 15px;
    background-color: #25D366;
    border-radius: 50%;
    cursor: pointer;
}

.whatsappMessage > img{
    width: 32px;
}

.hizliAra{
    position: fixed;
    color: #fff;
    bottom: 130px;
    right: 20px;
    padding: 15px;
    background-color: #2873ff;
    border-radius: 50%;
    cursor: pointer;
}

.hizliAra img{
    width: 32px;
}

.anasayfa-ic-link {
    color: red;
    text-decoration: underline;
}

.anasayfa-ic-link:hover {
    color: black;
}

.sr-boxed-btn-color{
      background: #15008f !important;
}

/*teklif.php stilleri*/
    /* E-postayı tıklanamaz ve otomatik linke dönüşmez tutmak için */
    .email-plain {
      pointer-events: none;
      text-decoration: none;
      color: inherit;
    }

    .email-plain:hover {
      color: inherit;
      text-decoration: none;
    }

    .contact-card .label {
      font-weight: 600;
      opacity: .8;
    }

    .iletisimHizmet{
        background-color: rgb(168, 0, 0);
        font-size: 14px;
    }