﻿body {
}

.ust-resim {
    background-color: #85298b;
    text-align: center;
    position: relative;
}

.ust-baslik {
    color: white;
    font-size: 26px;
    top: 50px;
    position: absolute;
    left: 50%;
    margin-left: -136px;
}

.ic-resim {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -594px;
}

.resim-metin h4 {
    font-size: 22px;
    color: white;
}

.resim-metin h3 {
    font-size: 29px;
    color: white;
    margin-top: 0px;
}

.resim-metin {
   
    text-align: left;
    position: absolute;
    right: 125px;
    bottom: -40px;
}
.relative{
    position:relative;
}

.ana-icerik {
    margin-top: 200px;
}

    .ana-icerik .title {
        background-color: #fe9419;
        padding: 20px;
        border-radius: 4px;
    }

        .ana-icerik .title h3 {
            font-size: 22px;
            color: white;
            margin: 0px;
        }

.content-body {
    background-color: #f4f4f4;
}

.content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 100px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.alan .sag, .alan .sol {
    background-color: white;
    padding: 10px 30px;
    width: 350px;
    text-align: center;
    margin-top: 20px;
    border: 2px solid #ddd;
    margin-bottom: 20px;
    height: 375px;
}

.alan .foot {
    background-color: white;
    padding: 15px;
    width: 350px;
    margin-top: 20px;
    border: 2px solid #ddd;
    margin-bottom: 20px;
    justify-content: space-between;
    height: 67px;
}

    .alan .foot h2 {
        font-size: 30px;
        color: #85298b;
        margin: 0px;
        text-align: center;
        font-weight: 600;
    }

        .alan .foot h2 span {
            font-size: 23px;
            color: #85298b;
            font-weight: 600;
        }

    .alan .foot .alan-lbl:after {
        content: ':';
    }

.alan .form-group {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 18px;
}

.alan .alan-lbl {
    white-space: nowrap;
    min-width: 102px;
    font-size: 15px;
    margin-right: 5px;
    color: #929292;
    text-align: left;
    font-weight: 500;
}

.alan .sol .alan-lbl span {
    font-weight: 100;
    font-size: 13px;
}

.alan .koyu {
    color: #000;
    font-weight: 500;
}

.alan .form-horizontal {
    margin-top: 20px;
}

.alan .form-control {
    border-radius: 0px;
    height: 40px;
    font-size: 16px;
    color: black;
}

.alan .right-text {
    text-align: right;
}


.alan .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(132, 42, 139);
    border-color: #85298b;
}

.alan h5 {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
}

.alan span {
    color: #929292;
    font-size: 13px;
}

.alan .btn-mor,
.alan .btn-mor:active:focus {
    background-color: #85298b;
    color: white;
    border-color: #85298b;
    width: 203px;
    border-radius: 2px;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

#desi {
    width: 85px;
}

.priceCalcbtn {
    background-color: #85298b;
    color: white !important;
    padding: 9px;
    position: absolute;
    right: 0px;
    top: 2px;
}

.field-validation-valid {
    color: red !important;
    position: absolute;
    padding: 2px;
    left: calc(50% - 50px);
}

.soru-collapse {
    margin-bottom: 100px;
}

    .soru-collapse h3 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .soru-collapse .panel-heading {
        background-color: #b0b0b0;
        padding: 15px;
    }

    .soru-collapse .panel-title {
        font-size: 18px;
        color: white;
    }

        .soru-collapse .panel-title a, .soru-collapse .panel-title a:hover, .soru-collapse .panel-title a:focus {
            display: block;
            text-decoration: none;
        }

    .soru-collapse .panel-body .step {
        border-bottom: 1px solid #ebebeb;
        overflow: hidden;
       padding:20px 10px;
    }
    .soru-collapse .panel-body .step .header{
        display:flex;
        align-items:center;
        margin-bottom:15px;
    }
        .soru-collapse .panel-body .step .number {
            border-radius: 27px;
            background-color: #85298b;
            color: #fff;
            display: inline-block;
            font-weight: 700;
            font-size: 32px;
            line-height: 55px;
            margin-right: 15px;
            text-align: center;
            height: 55px;
            width: 55px;
            flex:none;
            font-family:'Open Sans' sans-serif;
        }
        .soru-collapse .panel-body .step p {
            font-size:16px;
            font-weight:700;
            margin-bottom:0px;
            line-height:1.8;
        }
@media screen and (max-width: 1380px) {
    .ust-resim img{
        width:100%;
    }
    .ic-resim{
        top:150px;
    }
    .resim-metin{
        right: 83px;
    top: 0px;
    }
    .ana-icerik{
        margin-top:350px;
    }

}
@media screen and (max-width:1199px){

    .ic-resim{
        margin-left:-480px;
    }
    .resim-metin{
        right:30px;
    }
}
@media screen and (max-width:992px) {
.ic-resim{
        margin-left:-370px;
    }
.resim-metin{
        right:10px;
    }
    .resim-metin h3 {
        font-size: 26px;
    }
    .resim-metin h4{
        font-size:20px;
    }
}
@media screen and (max-width:767px) {
    .resim-metin{
        right:0px;
    }
    .resim-metin h4{
        font-size:18px;
    }
    .ic-resim{
        top:100px;
        margin-left:-200px;
    }
    .content{
        display:block;
        padding:0px 20px;
    }
    .resim-metin{
        position:relative
    }
    .ana-icerik{
        margin-top:20px;
    }
    .mobil-resim-metin{
        margin-top:150px;
        
    }
    .resim-metin h4{
        color:#85298b;
        font-size:24px;
    }
    .resim-metin h3{
        color:#85298b;
        font-size:22px;
    }
    .alan .sol, .alan .sag ,.alan .foot{
        max-width:100%;
        margin:auto;
    }
}



