﻿.iframe-bx {
    width: 97%;
    margin: 0px auto;
}

iframe {
    width: 100%;
    min-height: 200px;
    border-radius: 10px;
    border: 1px solid #bbb;
}

.main-contact-bx {
}

    .main-contact-bx h1, .main-contact-bx h2 {
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid #e20101;
        padding-bottom: 10px;
        width: auto;
        max-width: 250px;
        margin: 20px auto;
    }

.contact-item-bx {
    width: 100%;
    min-height: 165px;
    background: #e3e3e3;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    margin-bottom:10px;
}

    .contact-item-bx i {
        color: #dc0101;
        font-size: 35px;
    }

    .contact-item-bx h3 {
        font-size: 14px;
        margin: 10px 0;
    }

    .contact-item-bx p {
        font-weight: bold;
        margin-bottom: 0;
    }

.faq-bx {
    width: 100%;
}

    .faq-bx h4 {
        font-size: 14px;
        font-weight: bold;
        background: #e3e3e3;
        padding: 10px 5px;
    }

    .faq-bx p {
        font-size: 14px;
        margin-bottom: 20px;
    }

.contact-form {
    margin-bottom: 50px;
    overflow: hidden;
    background: #e3e3e3ab;
    padding: 10px 5px;
}

.contact-txt {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #b1afaf;
    border-radius: 3px;
    font-weight: bold;
}

.txt-multi {
    line-height: 20px;
    min-height: 85px;
    padding: 10px;
}

.mybutton {
    margin-top: 20px;
    border-radius: 3px;
}
