﻿body {
}
.custom-radio-group {
    display: flex;
    gap: 2rem;
    margin-top: 0.5rem;
    align-items: center;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    color: #333;
}

    .custom-radio label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #258dbf;
        background-color: white;
    }

.custom-radio input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #258dbf;
}


.stratejik {
    float: left;
    width: 300px;
    height: 30px;
    color: white;
    background-image: url(/dosyalar/img/header-bullet.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 58px;
    padding-top: 3px;
    padding-left: 39px;
}


.altresim{
    min-height:380px;
}


@media only screen and (min-width: 300px)and (min-width: 599px) {
    /* For tablets: */
   .altresim{
    min-height:350px;
}
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
 .altresim{
    min-height:370px;
}
}
@media only screen and (min-width: 601px) and (min-width: 768px) {
    /* For desktop: */
.altresim{
    min-height:390px;
}
}
@media only screen and (min-width: 769) and (min-width: 900px)  {
    /* For desktop: */
   .altresim{
   min-height:450px;
}
}
@media only screen and (min-width: 901) and (min-width: 1200px)  {
    /* For desktop: */
   .altresim{
    min-height:600px;
}
}



