﻿.contact--form {
    display: block;
    width: 100%;
    position: relative;
}

.field--radio {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

.form-checbox-rt {
    margin-left: 30px;
}

.field--radio .form--lbl {
    margin: 0;
}

.form-checbox-rt table tbody {
    display: flex;
    align-items: center;
}

    .form-checbox-rt table tbody tr td {
        padding-right: 15px;
        display: flex;
        align-items: center;
    }

.field--radio .form-checbox-rt input {
    margin: 0 7px 0 0;
}

.cntct--btn--row {
    margin-top: 30px;
}

.contact--help {
    display: flex;
    width: 100%;
    background: rgba(48,62,72,0.1);
    padding: 30px 0;
    border-radius: 4px;
    margin: 30px 0 0;
    justify-content: space-between;
}

.contact--help--col {
    width: 48%;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    padding: 0 30px;
}

    .contact--help--col:last-child {
        border-right: none;
    }

    .contact--help--col h4 {
        font-size: 18px;
        color: #303E48;
        font-family: poppinsmedium;
        margin: 0 0 20px;
    }

    .contact--help--col p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 5px;
    }

        .contact--help--col p strong {
            font-weight: 400;
            font-family: poppinssemibold;
        }

        .contact--help--col p a {
            color: #303E48;
        }

            .contact--help--col p a:hover {
                color: #00A1DF;
            }

        .contact--help--col p:last-child {
            margin-bottom: 0;
        }


@media screen and (min-width: 320px) and (max-width: 767px) {
    .field--radio {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-checbox-rt {
        margin: 0;
    }

        .form-checbox-rt table tbody {
            flex-wrap: wrap;
        }

            .form-checbox-rt table tbody tr {
                margin-top: 10px;
            }

    .contact--help {
        padding: 20px;
        flex-direction: column;
    }

    .contact--help--col {
        width: 100%;
        padding: 0 0 30px;
        margin-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #d7d7d7;
    }

        .contact--help--col:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

    .form--row {
        flex-direction: column;
    }

    .field--blk {
        flex: inherit;
        width: 100%;
        margin-left: 0;
    }
}
