.error {
    /* background-image: url(../images/invalid_icon.gif); */
    background-repeat: no-repeat;
    font-size: 14px;
    /* height: 17px; */
    padding: 0 0 3px 6px;
    width: auto;
    color: red !important;
    margin-top: 5px;
    font-weight: 600 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.clr-green {
    color: green;
}

.dblock {
    display: block;
}

.kbw-signature {
    width: 350px;
    height: 200px;
}

.capital-letter {
    text-transform: uppercase;
}

.footer-logo {
    margin-top: 50px;
}

.txt-center {
    text-align: center;
}

html.translated-ltr body {
    top: 0px !important;
}

#email-modal {
    overflow: hidden;
}

.emailmodal-content {
    margin-top: 20%
}

.exampleModalorder {
    margin-top: 180px;
}

.download-btn {
    display: block;
    margin: 0 auto;
}

.form-btns {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-btns .updatelater {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
}

.footer {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
}

#index-footer {
    margin-bottom: -310px;
}

#inner-footer {
    margin-bottom: -85px;
}

#banner-hading .heading-1 {
    text-align: start;
    font-size: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.heading-1 {
    color: #13161f;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.heading-4 {
    color: #13161f;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-top: 3rem;
}


#banner-hading .heading-1::after {
    content: "";
    display: block;
    width: 15%;
    height: 5px;
    border-radius: 3px;
    background-color: #013a8e;
}
/* 
.heading-section {
    background-color: #013a8e;
    color: #fff !important;
    width: 100%;
    font-size: 18px !important;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 4px;
    margin: 50px 0 15px;
    text-align: center;
    border-radius: 4px;
} */


.heading-section {
    background: linear-gradient(90deg, #1E90FF 0%, #87CEEB 100%) !important;
    color: #fff !important;
    width: 100%;
    font-size: 18px !important;
    padding: 13px 25px;
    border-radius: 4px;
    margin: 20px 0 15px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}