﻿.fqe {
    background: #f5d4af;
    border: 1px solid #dccebe;
    position: fixed;
    right: -395px;
   transition: all 0.3s ease-out;
    top: 120px;
    z-index: 99999;
}
.fqe .button {
    background: #e26305;
    color: #fff;
    padding: 5px 10px;
    transform: rotate(-90deg);
    position: absolute;
    left: -98px;
    top: 150px;
    cursor: pointer;
    font-weight:400;
    z-index:1111;
}
.fqe form {
    padding: 30px 44px 0px 30px;
    width: 320px;
    position: relative;
    background-color:#f5d4af;
}
.fqe form .input-grp {
    margin-bottom: 5px;
}
.fqe form .input-grp label {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 21px;
    text-shadow: none;
}
form .input-grp label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.fqe .error-inline {
    color: #ff0000;
    margin-left: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}
.fqe form .input-grp input[type="text"], .fqe form .input-grp textarea {
    padding: 5px 7px;
    width: 100%;
    border: 1px solid #e0d3c3;
}
input[type="checkbox"] {
        margin: -1px 0 0;
   
    width: 20px;
    height: 16px;
    
}
input#sqe-submit {
        padding: 10px 144px;
    background-color: #e26305;
    border: none;
    color: #fff;
    margin-left: 3px;
        margin-top: 5%;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
  text-shadow:none;
    opacity: 1;
    filter: alpha(opacity=20);
        
}
.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=40);
}
.fqe.active {
    right:0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
i.icon-bgwarning:hover
{
    transition:0.5s background;
}
