.AskQuestion {
        background: #ffffff url("images/faq.png") no-repeat scroll 1px 5px;
        margin: 10px 0;
        padding: 12px 12px 30px 12px;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
        margin-top: 0;
        box-shadow: var(--box-shadow);
        padding: var(--padding-box);
        border-radius: var(--rounded);
        /* background: var(--color-white); */
        margin-bottom: var(--margin-bottom);
        border: 1px solid #f1f1f1 !important;
}
.AskQuestion .divInfo{
        margin-top: 30px;
        font-family: "UTM Time";
        font-size: 16px;
}
.AskQuestion table tr:last-child td{
        padding-top: 25px;
}
.AskQuestion span {
        font-size: 16px;
        font-weight: 500;
}
.AskQuestion input, .AskQuestion select {
        border: 1px solid #d5d5d5;
        width: 100% !important;
        border-radius: 3px;
        width: 100%;
        padding: 8px;
        border-radius: 3px;
        border: 1px solid var(--bs-gray-400);
        outline: none;
        font-size: 15px;
}
.AskQuestion .RadEditor.Office2007.reWrapper {
        margin: 10px 0;
}
.AskQuestion .td-Content {
        padding-top: 10px;
}
.AskQuestion .td-Header, .AskQuestion .td-Title, .AskQuestion .td-CustomerName, .AskQuestion .td-Phone, .AskQuestion .td-Address, .AskQuestion .td-Email {
        padding: 10px 0;
        width: 200px;
}
.AskQuestion .Email {
        margin: 5px 0 10px;
}
.AskQuestion .lnkSubmit, .lnkReset {
        background: #d70000 none repeat scroll 0 0;
        border-radius: 3px;
        box-shadow: 0 1px 2px #444444;
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
        /* text-transform: uppercase; */
        padding: 8px 15px;
        background: #f1f1f1;
        border-radius: 4px;
        border: none;
        color: #2c4e8b;
        font-size: 16px;
        padding: 8px 35px;
        /* text-transform: uppercase; */
        margin: 15px 0;
        display: inline-table;
        cursor: pointer;
        font-weight: 500;
        display: inline-block;
        height: unset !important;
}
.AskQuestion .lnkSubmit:hover, .lnkReset:hover {
        background: #ce1126 none repeat scroll 0 0 !important;
        color: #fff;
}
.AskQuestion .lnkSubmit {
        margin-left: 5px;
        background: #ce1126;
        color: #fff;
        margin-right: 10px;
}
@media only screen and (max-width: 768px){
        .AskQuestion{
                border: none;
                margin-bottom: 15px !important;
        }
}
