.bannerAbt img, .siteMainBanner img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
main{
    width:100%;
    float:left;
}
.staticHeader .it-header-transparent {
    position: relative;
}
.form-control {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Sora', sans-serif;
    height: 35px;
}
textarea.form-control{
    height:auto;
}
.modal-header {
    font-size: 19px;
    flex-wrap: wrap;
}
button.btn-close {
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.form-group label {
    font-size: 13px;
}
.finr:before {
    content: "\20B9";
    font-style: normal;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    margin: 0 2px;
    font-size: 22px;
    position: relative;
    top: -2px;
}
.nice-select.form-control.form-control-lg.form-control-a.open ul {
    height: 500px;
    overflow: auto;
}
@media (max-width:768px){

.upi-icon img {
    width: 40px;
}

.border.border-2.border-primary.rounded.p-3.mb-3 {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
}