#enquiry {
    width: 100%;
    position: absolute;
    top: 40%;
    z-index: 11;
    transition: all 0.5s ease-in-out;
}
#enquiry .toggle-btn {
    padding: 20px 5px;
    /*margin-top: 15%;*/
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(33, 33, 33, 0.5);
    background: #759301;
    position: fixed;
    right: 0;
    z-index: 9999;
    cursor: pointer;
}
#enquiry .menu {
    margin-right: 3%;
    margin-top: 3%;
    width: 15%;
    float: left;
    transform: translateX(658px);
    transition: transform 0.5s ease;
    position: fixed;
    right: 0;
    background: #759301;
    padding: 0 10px 0 10px;
    color: #fff;
}
.modal.fade {
    top: 13%;}
@media only screen and (max-width: 1366px){
#enquiry .menu {
    margin-right: 4%;
    margin-top: 3%;
    width: 20%;
}
}


form input{
	width: 97%;
}
form button.btn{
	    margin-left: 41%;
    width: 129px;
    
}
form{
color: #000;
}