body {
    font-family: 'Roboto', sans-serif;
}

.top-info {
    background-color: #f4f4f4;
    min-height: 40px;
}

.top-info .ikon {
    margin-right: 10px;
}

.col-top-item {
    padding: 10px 0;
}

#menu {
    padding: 0;
}

#menu a {
    color: #121010;
    font-weight: bold;
    font-size: 18px;
}

#menu .navbar-nav {
    position: absolute;
    float: right;
    right: 0;
}

#menu .navbar-collapse {
    margin-top: 10px;
}

.nav-item.mavi {
    background-color: #dc1414;
}

.nav-item.mavi a {
    color: #fff !important;
}

.bagis-formu {
    padding: 40px 0;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.custom-select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.col-form-label span {
    color: #f00;
}

label {
    font-weight: light;
    font-size: 14px !important;
}

footer {
    background-color: #fafafa;
}

footer p {
    font-size: 14px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    font-size: 16px;
    color: #000000;
}

.copyright {
    font-size: 14px;
    padding: 20px 0;
}
.payment-bank-accounts-head-1{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
.payment-bank-accounts-head-2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.bank-accounts-div{
    margin-bottom: 30px;
}
.bank-accounts-div .head{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #ff6502;
}
.bank-accounts-div .desc{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
.bank-accounts-div .desc span{
    font-weight: 700;
    padding-right: 10px;
}