.BURY_CODE_74a12f78c92041f999c816fe95d4bdcb div:nth-child(5) span {
    left: 55px;
    top: -24px;
}

.BURY_CODE_74a12f78c92041f999c816fe95d4bdcb div:nth-child(8) span {
    left: 55px;
    top: -24px;
}

.usedComp {
    width: 60%;
    margin: 0 auto 20px;
}

.usedComp label {
    font-size: 14px;
    line-height: 36px;
    color: #126FB3;
    text-transform: capitalize;
    text-align: right;
    font-weight: 400;
    margin-top: 5px;
    word-break: break-all;
    word-wrap: break-word;
}

.usedComp span {
    color: red;
    padding-left: 5px;
}

.xhl-input-xlarge {
    width: 100%;
    height: 40px;
    background-color: #f8f8f8;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 40px;
    color: #555;
    padding: 4px 5px;
    box-sizing: border-box;
    margin: 0;
    float: none;
}

.xhl-controls .xhl-textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 150px;
    resize: none;
    background-color: #f8f8f8;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.xhl-controls .xhl-submit,
.but_pro span {
    background-color: #1488f5;
    color: #fff;
    border: 0;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold
}

.xhl-controls {
    position: relative;
    margin-left: 0;
    padding-right: 0;
}

.xhl-controls .xhl-form-tip {
    position: absolute;
    left: 34px;
    top: -24px;
    color: red;
}

.xhl-footer {
    width: 100%;
    margin-bottom: 0 !important
}

#xhlFormSubmit {
    width: 120px;
    text-align: center;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #1071B6;
    margin: 20px auto;
    transition: all .4s;
    text-transform: uppercase
}

#xhlFormSubmit:hover {
    background-color: #061538;
    color: #fff
}

.usedComp input {
    outline: 0;
    box-sizing: border-box;
}

.usedComp input:focus {
    outline: 2px solid #1071B6;
}

.usedComp textarea {
    padding: 20px 2.5%;
    outline: 0
}

.xhl_form {
    background-color: transparent;
    padding: 0 !important
}

.xhl-footer:hover {
    cursor: pointer
}

.xhl-controls select option {
    color: #000;
}

.xhl-controls select:required:invalid {
    color: #555;
}

.xhl-select {
    width: 100%;
    line-height: 40px;
    height: 42px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
    border-radius: 3px;
    box-sizing: border-box;
    resize: none;
}