/* agriculture banking */
.gold-loan {
    .row_3{
        .splImgWrap{
            padding-top: 60px;
            margin-bottom: 60px;
            .splImg{
                
            }
            .green_grad_bx{
                left: 0;
                top: 20px;
            }
            .orange_grad_bx{
                right: -40px;
                bottom: -40px;
            }
        }
    }

    .goldloansec_2{
        .eachBlock{
            &:not(:last-child){
                margin-bottom: 60px;
            }
            .eachBlockCont{
                padding: 0 30px 30px 15px;
            }
            .h4Head{
                top: -22px;
            }
        }
        .eachBlockImg{
            border-right: 3px solid #229e82;

            img{
                width: 100%;

                &.rotatingFlower{
                    width: auto;
                }
            }
            
            &:after{
                right: -3px;
                width: 90%;
                height: 3px;
                bottom: -3px;
                content: '';
                position: absolute;
                background-color: #f78f35;
            }
        }
    }
}

/* responsive */

@media (max-width: 1366px){
    .gold-loan {
        .row_3 {
            .splImgWrap {
                .green_grad_bx {
                    width: 60px;
                    height: auto;
                }
                .orange_grad_bx {
                    right: -25px;
                    width: auto;
                    height: 60px;
                    bottom: -30px;
                }
            }
        }
    }
}

@media (max-width: 991px){
    .gold-loan {
        .row_3 {
            .splImgWrap {
                padding-top: 40px;
                margin-bottom: 40px;
                .green_grad_bx {
                    width: 50px;
                    height: auto;
                }
                .orange_grad_bx {
                    right: 0;
                    width: auto;
                    height: 50px;
                    bottom: -20px;
                }
            }
            .corporateInfoWrap {
                padding-left: 0 !important;
            }
        }
        .row_4{
            padding-top: 40px;
        }
    }

    section{
        overflow-x: hidden;
    }
}

@media (max-width: 767px){
    .gold-loan {
        .row_3 {
            .splImgWrap {
                .green_grad_bx {
                    width: 30px;
                }
                .orange_grad_bx {
                    height: 30px;
                }
            }
        }
    }
}