#feedback {
    position: fixed;
    right: 0;
    top: 160px;
    z-index: 9;
}

#feedback-form {
    float: right;
    width: 360px;
    height: 100%;
    z-index: 1000;
    padding-left: 10px;
    padding-right: 10px;
    background-clip: 'padding-box';
    border: 2px solid rgba(0, 82, 129,0.9);
    -webkit-border-radius: 6px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius: 6px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    border-radius: 6px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    background: rgba(230, 246, 255,0.9);
    overflow: hidden;
}

#feedback-tab {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 195px;
    height: 40px;
    background-color: rgba(255, 0, 0,0.9);
    margin-top: 125px;
    margin-right: -80px;
    padding-top: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    #feedback-tab:hover {
        background-color: rgba(32,148,104,0.9);
    }

#feedback-form textarea {
    resize: none;
    font-size: 13px;
    padding: 3px 5px;
    margin-bottom: 5px;
    color: #000 !important;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #8dbed8;
}

#feedback-form input {
    font-size: 15px;
    padding: 3px 10px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 4px;
    /*border: 1px solid #8dbed8;*/
}

/*#feedback-form select {
    font-size: 13px;
    padding: 3px 1px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #8dbed8;
}*/

@media (max-width: 400px) {
    #feedback-form {
        width: 260px;
    }
}

@media (max-width: 375px) {
    #feedback-form {
        width: 230px;
    }

    .gt-enquiry button {
        font-size: 14px;
        font-weight: 600;
        padding: 8px 5px 8px 10px;
    }
}
