@font-face {
    font-family: 'Avant_Garde_Regular';
    src: url('../font/Avant_Garde_Regular.html');
    /*src: local('dinregularwebfont'), url('../fonts/dinregularwebfont/dinregularwebfont.woff') format('woff'), url('../fonts/dinregularwebfont/dinregularwebfont.ttf') format('truetype');*/
}

label.error {
    color: red;
    font-size: 12px;
    font-weight: 400;
    float: left;
    left: 0;
    top: -2px;
    position: inherit;
}
#instant-callback-div {
    position: fixed;
    vertical-align: top;
    right: -247px;
    top: 25%;
    height: 0;
    z-index: 1000;
}
#instant-callback-div .instant-switch {
    background: url(../img/enquire.jpg) no-repeat scroll 0 0;
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    height: 140px;
    vertical-align: top;
    width: 29px;
    position: relative;
    border: 1px solid #fff;
}
#instant-callback-div .content-switcher {
    background-color: #fff;
    display: inline-block;
    width: 245px;
    margin: 0 0 0 -4px;
    padding: 0 16px 12px;
    vertical-align: top;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
   
   

}
#instant-callback-div h4 {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
     font-family: 'Avant_Garde_Regular';
     color: #130d0dc9;
     text-align: center;
}
#instant-callback-div .input-group {
    margin: 8px auto;
}
.input-group {
   position: relative;
    display: table;
    text-align: center;
    margin: 10px auto;
    width: 100%; 
}

#instant-callback-div .form-control {
    height: 30px;
}
.spek_exprt .btn-default, #instant-callback-div .btn-default {
    width: 100% !important;
    background: #bd7723;
    color: #fff;
    border-color: #bd7723;
}
#submitf {
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    font-size: 15px;
}
#hide {
    background-color: #FFFFFF;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    height: 32px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 40px;
    cursor: pointer;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
}
#hide img {
    opacity: 0.3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*=========================================================*/

/* Popup Form CSS */

#popupModal .modal-dialog {
    width: 35%;
    
}

.modal-content {
    border-radius: inherit;
}
.modal-header {
    border-bottom: 1px solid #3D1E19;
    padding: 15px;
}
h3.modal-title {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
#popupModal button#submitf {
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
@media only screen and (max-width: 600px){
#popupModal .modal-dialog {
    width: 100%;
    margin: 0px !important;
}


}
