.loadingGif{
    display:none;
    max-height: 150px;
    max-width: 150px;
}
.inputDiv {
    margin: 2% 0;
}
.colIpt {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 35% 65%;
    -ms-grid-columns: 35% 65%;
    align-items: center;
}

.captchaDiv {
    grid-template-columns: 35% 45% 20%;
    -ms-grid-columns: 35% 45% 20%;
}

.captcha {
    display: grid;
    align-items: center;
}

.reloadCatpchaDiv {
    justify-items: center;
}

.reloadCatpcha{
    text-align: center;
    font-size: 12px;
    color: #ff8509;
    text-decoration: underline;
    margin: 0 0 0 5px;
    cursor: pointer;
}
.colRow {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.colIpt select {
    width: 100%;
    padding: 5px;
}

.colIpt textarea,
.colIpt input {
    width: calc(100% - 14px);
    padding: 5px;
}

.colIpt textarea {
    height: 100%;
}

.storeMapContainer {
    display: none;
}

.colLabel {
    text-align: right;
}

.requiredTxt {
    position: relative;
}

.requiredTxt:after {
    content: "*";
    color: red;
    position: absolute;
}

.colLabel {
    padding: 10px;
    padding-right: 20px;
}

.storeMapContainer {
    margin-left: 5%;
}

.storeMapContainer img {
    width: 100%;
}
.submitDiv{
    text-align: center;

    margin-top: 5%;
}
.validErrorMsg{
    background: red;
    text-align: center;
    color:white;
    margin-left: 35%;
}
.middle-blk{
    max-width: 1275px;
    width: 100%;
}
.celia.enquiry-form div#apply_form{
        max-width: 540px;
    width:100%;
}

/* ie grid position */
.colIpt div{
    display:-ms-flexbox;
    -ms-flex-direction: column;
    justify-content: center;
}
.colIpt div:nth-child(1){
    -ms-grid-column:1;
}
.colIpt div:nth-child(2){
    -ms-grid-column:2;
}
.colIpt div:nth-child(3){
    -ms-grid-column:3;
}
.captchaDiv .colRow div:nth-child(1){
    -ms-grid-column:1;
}
.captchaDiv  .colRow div:nth-child(2){
    -ms-grid-column:2;
}