.featherlight .essay-feedback-form {
    border: none;
    box-shadow: none;
    padding: 10px 25px 30px;
    max-width: 445px;
    box-sizing: border-box;
}

.featherlight .featherlight-content .featherlight-close-icon {
    margin: 2px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
}

.featherlight .essay-feedback-form .header{
    font-family: Roboto;
    font-weight: 500;
    color: #1e1e1e;
    font-size: 21px;
    z-index: 10;
    position: relative;
    margin-bottom: 25px;
}

.featherlight .essay-component.essay-feedback-form .triangle{
    width: 0;
    height: 0;
    border-top: 100px solid #21cc55;
    border-right: 100px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.featherlight .featherlight-content{
    border: none;
    box-sizing: border-box;
}

.featherlight .essay-feedback-form .advice{
    width: auto;
    padding: 0 0 0 85px;
    margin-bottom: 22px;
}

.featherlight .essay-feedback-form .advice .icon{
    background: url("https://goldessays.com/ws/images/callback/icon.png") left center no-repeat;
    width: 92px;
    height: 93px;
    margin-left: -94px;
    margin-top: 0px;
    float: left;
}

.featherlight .essay-feedback-form .advice .note{
    background-color: #f3f8fd;
    border-radius: 5px;
    padding: 17px 21px;
    font-family: Roboto;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
}

.featherlight .essay-feedback-form .advice .note .question{
    color: #1e1e1e;
    position: relative;
    z-index: 100;
    font-size: 13px;
    margin-bottom: 7px;
}

.featherlight .essay-feedback-form .advice .note .callback-hint{
    color: #08bb43;
    position: relative;
    z-index: 100;
    font-size: 16px;
}

.featherlight .essay-feedback-form .advice .note:before {
    position: absolute;
    bottom: -8px;
    left: -21px;
    content: '';
    width: 50px;
    height: 40px;
    background: url("https://goldessays.com/ws/images/callback/tail.png") no-repeat;
}

.featherlight .essay-feedback-form form input[type="text"], .featherlight .essay-feedback-form form input[type="submit"] {
    border-radius: 17px;
    height: 34px;
    margin: 14px 0px 2px;
    border: 1px solid #e8e8f3;
    background-color: #fbfbfb;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    box-sizing: border-box;
    outline:none;
    width: 100%;
}

.featherlight .essay-feedback-form form .half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.featherlight .essay-feedback-form form .half.left {
    padding-right: 5px;
}
.featherlight .essay-feedback-form form .half.right {
    padding-left: 5px;
}

.featherlight .essay-feedback-form form label.error{
    font-size: 12px;
    border: none;
}

.featherlight .essay-feedback-form form .phone-panel {
    position: relative;
}

.featherlight .essay-feedback-form form .phone-panel input{
    height: 50px;
    border-radius: 25px;
}

.featherlight .essay-feedback-form form .phone-panel input[type='text']{
    width: 60%;
    position: relative;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    z-index: 10;
}

.featherlight .essay-feedback-form form .phone-panel input[type='submit']{
    width: 50%;
    padding: 0 30px 0 0;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top:0px;
    z-index: 1;
    background-color: #21cc55;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.featherlight .essay-feedback-form form .operators-info{
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #bebec4;
    margin: 7px 0;
}

@media screen and (max-width: 480px) {
    .featherlight .essay-feedback-form{
        width: 100%;
    }

    .featherlight .essay-feedback-form form .phone-panel input[type='text']{
        width: 100%;
    }

    .featherlight .essay-feedback-form form .phone-panel input[type='submit']{
        width: 100%;
        padding: 0px;
        text-align: center;
        position: relative;
    }

    .featherlight .essay-feedback-form form .half.left, .featherlight .essay-feedback-form form .half.right{
        width: 100%;
        padding: 0px;
    }

    .featherlight .essay-feedback-form .advice .icon{
        display: none;
    }

    .featherlight .essay-feedback-form .advice{
        padding: 0;
    }

}