.createQuoteSec textarea {
    border: 1px solid #c0c0c0;
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 20px;
    background: #ffffff;
    resize: none;
    outline: none;
}
.createQuoteTable {
    display: table;
    width: 100%;
    margin: 30px 0 0;
}

.createQuoteTableTr {
    display: table-row;
    background: #f5f5f5;
}

.createQuoteTableTr:nth-child(2n) {
    background: #ffffff;
}

.createQuoteTableTrTd {
    display: table-cell;
    padding: 20px 30px;
    vertical-align: middle;
    line-height: 24px;
}

.createQuoteTableTrTd:nth-child(2) {
    width: 250px;
    text-align: right;
}
.createQuoteTable input ,
form .createQuoteTable input {
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 10px 0 5px;
    min-width:60px;
}

.dlr {
    font-size: 24px;
    vertical-align: middle;
}

.customFileUpload {
    position: relative;
    display: inline-block;
}
.customFileUpload input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    margin: 10px 0;
    cursor: pointer;
    opacity: 0;
}
.hidden {
    display: none;
}