.ab-form-container {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 90vh;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: 10;
}

.ab-form-overlay {
    display: none;
    position: fixed;
    background: #000000ab;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.close-ab-form {
    display: none;
    font-family: 'Teko', sans-serif;
    font-size: 80px;
    line-height: 39px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.close-ab-form:hover {
    color: #5e5e5e;
}

.av-form-title {
    text-align: center;
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 10px;
}

.ab-form-company {
    text-align: center;
    font-size: 20px;
}

.ab-form-content {
    font-size: 16px;
    margin: 15px 0;
}

.ab-form-headline {
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 14px;
    margin-top: 20px;
}

.ab-form-col {
    margin-bottom: 25px;
}

.ab-form-input-label {
    font-size: 16px;
    margin-bottom: 10px;
}

.ab-form-input {
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #000;
}

.ab-form-subheadline {
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 14px;
    margin-top: 20px;
}

.ab-form-checkbox-wrapper {
    margin-top: 15px;
}

.ab-form-checkbox-wrapper {
    margin-top: 15px;
}

.ab-form-save-btn {
    font-size: 16px;
    width: 110px;
    text-align: center;
    background: #c7c7c7;
    box-sizing: border-box;
    padding: 4px 0;
    cursor: pointer;
    float: right;
}

.ab-form-save-btn:hover {    
    background: #9e9e9e;
}

.ab-form-questions {
    font-size: 14px;
    color: #656565;
}

.billing-same {
    display: inline-block;
}

.billing-same label {
    font-size: 16px;
}

.id-upload-container {
    margin: 30px 0;
}

@media (min-width: 1024px) {
    .ab-form-cols {
        font-size: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .ab-form-col {
        display: inline-block;
        vertical-align: bottom;
        box-sizing: border-box;
    }

    .ab-form-col-inner {
        padding: 0 15px;
    }

    .ab-form-col.one {
        width: 100%;
    }

    .ab-form-col.two {
        width: 60%;
    }

    .ab-form-col.three {
        width: 40%;
    }

    .ab-form-col.four {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .ab-form-container {
        max-width: 1180px;
        padding: 70px;
    }

    .close-ab-form {
        font-size: 100px;
        line-height: 53px;
        right: 20px;
        top: 20px;
    }

    .av-form-title {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .ab-form-company {
        font-size: 31px;
        margin-bottom: 20px;
    }

    .ab-form-headline {
        font-size: 23px;
        margin-top: 30px;
    }

    .ab-form-subheadline {
        font-size: 21px;
    }
}















