.btn.load-pdf {
    color: #fff
}

.form-shadow {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    transition: all .4s linear;
    background-color: rgba(1, 1, 1, .6)
}

.form-shadow .formBox {
    background: #fff;
    border: 1px solid #fff;
    padding: 20px;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    -ms-transform-origin: center center -400px;
    transform-origin: center center -400px;
    color: #041e42;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.form-shadow .formBox .close {
    color: #666;
    width: 100%;
    font-size: 26px;
    text-align: right
}

.node_iframe {
    border: 0;
    height: 550px;
    width: 80rem
}

.contact-form2 .form-item {
    margin-top: 16px !important
}

.contact-form2 .form-actions {
    margin-top: 16px !important
}

body .product-grid1-item .product_img img {
    width: auto !important
}

.contact-form2 .alert-danger {
    position: absolute;
    margin: 0;
    padding: 0;
    background: no-repeat;
    border: none;
    font-size: 12px
}