﻿.k1-bg {
    padding: 100px 0;
}

.k1-title {
    color: #021FCD;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: capitalize;
    font-family: 'Helvetica', sans-serif;
    padding-top: 43px;
}
.k1-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.k1-subtitle {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.1em;
    color: #0E0E2C;
    padding-top: 43px;
}
.k1-title2 {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1em;
    color: #0E0E2C;
    padding-top: 43px;
}
.k1-p {
    color: #000;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    text-transform: capitalize;
    padding:15px 25px;
}
.payrow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.payrow2 {
    border: 1px solid #E6E6E6;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.a_payrow2{
    border: 1px solid #E6E6E6;
    background: #E3E6E9;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    /*width: fit-content;*/
    justify-content:space-between;
}
.ob-seciton {
    padding: 100px 0 20px;
}
.ob-bilgicard {
    display: flex;
    justify-content: space-between;
}
.ob-d-title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.1em;
    color: #0E0E2C;
    padding-top: 43px;
}
.kayitol-btn {
    background: #021FCD;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 40px;
    
    
}
    .kayitol-btn a {
        font-family: 'Helvetica', sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize;
        color: #FFFFFF;
        font-size: 28px;
        line-height: 100%;
    }
.form-label, .form-check-label{
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1em;  
}
.form-control::placeholder{
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1em;
}
.uk-section{
    padding:0 0 60px 0;
}
.uk-dflex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.uk-dflex2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.uk-dflex2 div{
    padding:0 15px;
}

.t-title{
    color: #000;
    font-family: Helvetica;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    padding: 13px 0;
}
.upay-title{
    color: #000;
    font-family: Helvetica;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    padding: 4px 0;
}
.pay-title{
    color: #C4C4C4;
    font-family: Helvetica;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 28px */
    text-decoration-line: line-through;
    text-transform: capitalize;
    padding: 4px 0;
}
.discount-title{
    color: #C4C4C4;
    font-family: Helvetica;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    padding: 10px 0;
}


.k1con {
    border-radius: 37px;
    background: #FFF;
    padding: 98px 118px;
}
@media only screen and (min-width : 200px) and (max-width : 992px) {
    .uk-dflex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .uk-dflex2 {
       
        padding: 0 0 45px;
    }
    .k1con {
        border-radius: 37px;
        background: #FFF;
        padding: 98px 20px;
    }
    .k1-title2{
        text-align:center;
    }
    .ob-d-title {
       
       
      
         padding-top: 20px;
     }
}
      

