html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.bank-header{
    height:72px;
    background:linear-gradient(135deg, #8c1d40, #a32048);
    display:flex;
    align-items:center;
    box-shadow:0 2px 8px
    rgba(0,0,0,0.15);
}
.bank-header-inner{
    display:flex;
    align-items:center;
    gap:18px;
}
.bank-logo{
    height:42px;
}
.bank-title{
    color:white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;



}


/*
adding new header*/

@media (max-width: 991px) {

    .headerNew.ipl {
        border-top: 15px solid #97144d;
    }

    .ipl .LogoPart {
        height: 50px;
        padding: 5px 10px;
        max-width: 152px;
    }

        .ipl .LogoPart img {
            width: 95%;
            right: 0;
        }

        .ipl .LogoPart:after {
            top: -11px;
            margin-right: -24px;
            transform: rotate(32deg);
        }

        .ipl .LogoPart span {
            transform: rotate(18deg);
            margin-left: 30px;
        }
}



@media (max-width: 767px) {
    .headerNew.ipl {
        border-top: 15px solid #97144d;
    }

    .ipl .LogoPart {
        height: 50px;
        padding: 0;
    }

        .ipl .LogoPart span {
            transform: rotate(18deg);
            margin-left: 30px;
        }

        .ipl .LogoPart::after {
            top: -11px;
            margin-right: -24px;
            transform: rotate(32deg);
        }

    .ftrCont .copy {
        float: left;
    }

    .btmLinks {
        margin: 0px;
        display: inherit;
    }

        .btmLinks li {
            padding: 0 5px;
        }

    .appForm {
        max-width: 100%;
        margin: 20px auto 40px;
        display: block;
    }

    .dataDesc {
        border-radius: 10px 10px 0 0;
        padding: 20px 15px 30px;
    }

    .formData {
        border-radius: 0 0 10px 10px;
        padding: 15px 10px 10px;
    }

    .inptField.proInpt input {
        width: 60%;
    }

    .loanSlider.owl-carousel .owl-item {
        margin-bottom: 15px;
    }

    .checkAuth label {
        width: 92%;
    }
}



.headerNew.ipl {
    border-top: 30px solid #97144d;
    background: #fff;
}

.ipl .LogoPart {
    position: relative;
    top: -10px;
    background: #97144d;
    padding: 0px 0 0 80px;
    font-size: 36px;
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

    .ipl .LogoPart a {
        color: #fff;
        text-decoration: none;
    }

    .ipl .LogoPart img {
        width: 82%;
        float: right;
        position: relative;
        z-index: 2;
        right: 10px;
    }

    .ipl .LogoPart::after {
        content: '';
        background: #97144d;
        position: absolute;
        height: 120%;
        width: 50px;
        border-radius: 0 0 20px 0;
        right: 0;
        top: -13px;
        margin-right: -37px;
        transform: rotate(35deg);
    }

    .ipl .LogoPart span {
        position: absolute;
        top: 7px;
        left: 100%;
        width: 15px;
        height: 15px;
        margin-left: 50px;
        transform: rotate(17deg);
    }

        .ipl .LogoPart span::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: -1;
            background: #97144d;
            width: 100%;
            height: 100%;
        }

        .ipl .LogoPart span::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background: #fff;
            top: 0;
            left: 0;
            border-top-left-radius: 30px;
        }

/*
----------TILL THIS----------------*/


.page-content{
    padding-top:30px;

}

