section.pay-gateway {
    padding: 50px 50px 0px;
    width: 80%;
    position: relative;
    margin: 50px auto;
    background: #fff;
    box-shadow: 0px 1px 5px #a2a2a2;
}
    .contact-info h3 {
    font-size: 24px;
    line-height: 32px;
    color: #0d2366;
}
    h4 {
    position: relative;
    color: #0d2366;
    font-size: 18px;
    line-height: 24px;
}
.payment-now {
background: #f5f5f5;
padding: 30px;

}
.contact-info ul {
padding: 0px;
    margin: 0px;
}
    .form-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    line-height: 20px;
    color: #515978;
}
.contact-info li {
list-style: none;
line-height: 40px;
margin-bottom: 25px;
    font-size: 18px;
     color: #0d2366;
}
    .contact-info li span {
    display: block;
    color: #0d2366;
    font-size: 14px;
}
.contact-info li span {
display: block;
color: ##0d2366;
}
textarea{
    resize: none;
}
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: none;
outline: 0;
box-shadow: none;
}
input::placeholder{
 color: #9f9f9f;   
}
select {
    display: block;
    width: 100%;
    height: 44px;
    border: none;
    padding: 10px;
        border: 1px solid #ced4da;
}
    .btn-primary {
    width: 100%;
}
h3, h4{
    position: relative;
}
h3::before, h4::before {
position: absolute;
bottom: -11px;
left: 0px;
width: 40px;
height: 5px;
background: #0d6efd;
clear: both;
content: '';
}
.payment-now form {
    padding-top: 30px;
}
.contact-info .list {
padding-top: 30px;
}
body {
background: #f5f5f5;
}
.contact-info img{
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    color: #0d2366;
}
    .copy.text-center {
    padding-top: 30px;
    font-size: 14px;
}