.pv-head {
    text-align: right;
    color: #fff;
    margin-bottom: 0;
}
.noni-head {
          text-align: center;
    margin-bottom: 0;
    color: #f7c35f;
    font-weight: bold;                  
}
.rate-head {
    color:#fff;
    margin-bottom:0;
}

.pv-card {
    background: rgb(0 0 0 / 23%);
}
.business-plan-tbl thead tr th, .business-plan-tbl tbody tr td {
    padding: 2px 5px;
}
.income-1 {
    background-image: linear-gradient(120deg, #93d204 0%, #52d464 100%);
    border: 0;
    width: 100%;
}
.income-2 {
    background-image: linear-gradient(120deg, #59f192 0%, #66c2ef 100%);
    border: 0;
    width: 100%;
}
.income-3 {
    background-image: linear-gradient(120deg, #6a99e6 0%, #46b6ea 100%);
    border: 0;
    width: 100%;
}    

.income-op-card img {
    height: 110px;
    display: block;
    margin: auto;
}
.income-op-card h2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.income-detail-card img {
    height: 200px;
}
.contact-icon {
    text-align: center;
}
.contact-icon i {
       border: 1px solid #45a05b;
    font-size: 30px;
    padding: 24px 28px;
    border-radius: 50px;
    color: #45a05b;
}
.contact-section {
    text-align:center;
}
.login-section {
    background: url(../../assets/images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-card {
    max-width: 24rem;
    display: block;
    margin: auto;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
}
.form-card .card-body {
    padding: 3.25rem;
}
.form-group .form-control {
    background: transparent;
    color: #fff;
}
.login-section {
       padding: 120px 0;
    position: relative;
    margin-bottom: -15px;
}
.form-head {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 26px;
}
.login-btn {
    background-color: #f9c322;
    color: #60481f;
    width:100%;
    border-color:#f9c322;
}
.reg-success {
    background-color: #dedede;
}
@media (min-width: 1200px) {
    .business-details {
        padding-top: 120px;
        padding-bottom: 120px;
    }
.contact-one {
    padding-bottom: 120px;
}
}

.product-item > img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
    .product-item > img {
        height: 240px;
    }
}
                 