﻿
body {
    font-size: 17px;
    font-family: 'Gothic A1',sans-serif;
}

.p-50-0 {
    padding: 50px 0;
}

.mb-50 {
    margin-bottom: 50px;
}

.n-form-wrap {
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0 0 28px rgb(51 51 51 / 12%);
    text-align: center;
    margin-bottom: 30px;
    margin-right: 30px;
}

    .n-form-wrap h3 {
        margin-bottom: 30px;
        font-weight: bold;
        font-size:22px;
    }

    .n-form-wrap .form-control {
        border-radius: 4 !important;
        padding: 12px 12px;
        height: auto;
    }

.form-right-section h3 {
    font-weight: bold;
    color: #28ade5;
    margin-bottom: 30px;
}

.form-right-section .list-unstyled li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #414141;
}

    .form-right-section .list-unstyled li .fa {
        position: absolute;
        color: #99bc5e;
        left: 0;
        top: 6px;
    }

.form-testi {
    border-top: 1px solid #808080;
    padding-top: 30px;
}

    .form-testi p {
        font-style: italic;
        font-size:15px;
    }

    .form-testi .media-body {
        font-size: 13px;
        padding-left: 15px;
    }
.btn {
    font-family: 'Gothic A1',sans-serif;
    padding: 9px 15px 6px;
}

.btn-default {
    color: #fff !important;
    border-color: #fff;
}


    .btn-default:hover {
        background-color: #053067;
        border-color: #053067;
    }

.btn.btn-lg {
    font-weight: 600;
    font-size: 20px;
    padding: 20px 32px 15px;
    line-height: 20px;
}
/*.btn.btn-warning {
            border-color: transparent;
            color: #ffffff;
            background: #aa1400;
            border-width: 1px;
        }

    .btn.btn-warning:hover {
        color: #ffffff;
        background: #d11901;
    }*/