/************  quote form ***********/

.quote-form { 
    background-color:#ecedf1;
    padding:40px;
    padding-top:20px;
    padding-bottom:20px;

}

.quote-header {
    background:url('images/green-bg.png') repeat-x;
    border-top-left-radius: 10px;
    border-top-right-radius:10px;
    padding:20px;
    color:#fff;
    font-size:20px;
    font-weight:600;
}

.quote-body {
    padding:20px;
}
.quote-header .logo {
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    width: 80px;
}
.quote-header span {
    padding-left:80px;
}
.quote-body p {
    color: #fff;
    font-size: 11px;
    text-align: right;
    padding-left: 40px;
}
.success-message { display: none; }
.quote-form .text {
    width:95%;
}
.quote-form select {
    width:100%;
}

.quote-form .btn {
    background:url('images/green-bg.png') repeat-x;
    width:91%;
    padding:10px;
    border:none;
    color:#fff;
    border-radius:0;
}

.quote-form .btn:hover {
    color:#fff;
}
a.submit, .submit-arrow {
    margin-top: 10px;
}
a.submit {
}
a.submit:hover {
 
}
a.submit:hover {
    cursor: pointer;
}
a.submit a:hover {
    text-decoration: none;
}
.hidden {
    display: none !important;
}
.subscribe-form {
    background-color:#ecedf1;
    padding:40px;
    padding-top:20px;
    padding-bottom:20px;
}

.subscribe-form label {
    padding-top: 10px;
    padding-bottom: 5px;
}

.subscribe-form textarea, .subscribe-form input, .subscribe-form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    margin:0;
    padding:.7em 1.1em .7em 10px;
    font-weight:500;
    font-size:.85em;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height:1;
    outline:none;
    
    color:#444;
    background:#fff url(img/user.png) 5px center no-repeat;
    border-radius:2px;
    border:1px solid #dddddd;
}

@media (max-width:880px) and  (min-width:768px) {
    .quote-header { padding-right:0; font-size:16px; }

}

@media ( max-width:767px ) {
    .quote-form .text { width: 98%; }
    .quote-form .btn { width:97%;}}

@media (max-width: 991px) {
    .submit {
        float: left !important;
    }
    .submit-arrow i {
        display: none !important;
    }
}

.alert-success {
    background-color: transparent !important;
    border-color:none !important;
    color:#ce434a !important;
}
