body{
    background:unset !important;
}
.Contactbanner{
    background: url("../images/contactUs/banner.webp") no-repeat bottom center;
    min-height: 660px;
    width: 100%;
}
.colro14468050{
    color:#14468050;
}
.terms{
    text-decoration: underline;
}
.terms a{
    color: #144680;
    text-decoration: underline;
}
.terms a:hover{
    color: #144680;
    text-decoration: underline;
}

.inputStyle{
    border-radius: 8px;
    border: 1px solid #E1E7ED;
    background: #FFF;
    padding: 10px;
    margin: 0 -10px;
    outline: none;
}
.textareaFont{
    font-family: Poppins;
}
::-webkit-input-placeholder{
    color: rgba(20, 70, 128, 0.50)
}
:-moz-placeholder{
    color: rgba(20, 70, 128, 0.50)
}
::-moz-placeholder{
    color: rgba(20, 70, 128, 0.50)
}
:-ms-input-placeholder{
    color: rgba(20, 70, 128, 0.50)
}
