*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


:target::before {
    content: '';
    display: block;
    height:80px;
    margin-top: -80px;
}

.bodi-section{
    margin-top: -20rem;
}
.rev {
    margin-bottom: 20px;
}



#container-logo-11 {
    margin-top: -65px;
}
#container-logo-11 {
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-top: -65px;
}

.item-logo-12 {
    z-index: 100;
    padding: 5px;
}
.item-logo-12 img {
    width: 355px;
    margin-left: 67px;
}

.circle-logo-2 {
    border-radius: 50%;
    background-color: #FCB700;
    width: 150px;
    height: 150px;
    position: absolute;
    opacity: 0.36;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    border: 2px solid white;
}
@keyframes scaleIn {
    from {
      transform: scale(.5, .5);
      opacity: 50;
    }
    to {
      transform: scale(2.5, 2.5);
      opacity: 0;
    }
}
.Images-para {
    position: relative;
    /* top: 60px; */
}
.personal-loan {
    padding-top: 10px;
}
.amounts{
    font-weight: bold;
}
.loan-front-web {
    font-family: 'Open Sans';
    letter-spacing: 0px;
    color: #2F2E2E;
    opacity: 1;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.credit-loan {
    padding-top: 20px;
}
.loanfront-about-1{
    margin-top: -28rem;
}
.background-images-11 img{
    width: 300px;
}
/* .personal-loan-iamge
{
    margin-right: -50px;
    height: 500px;
} */

@media screen and (min-width:0px) and (max-width: 700px){
    .navi
    {
        text-align: left !important;
    }
    .max{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .rev-new{
        margin-top: 44px !important;
    }
}
@media screen and (min-width:0px) and (max-width: 567px){
    .bodi-section{
        margin-top: -5rem;
    }
    .sal-adnc{
        flex-direction: column-reverse;
    }
    .Images-para{
        top: 0px;
    }
    .background-images-11 {
       display: none;
    }
    .loanfront-about-1{
        margin-top: 0rem;
    }
   
}

@media screen and (min-width:0px) and (max-width: 700px){
    .sal-adnc{
        flex-direction: column-reverse;
    }
}
@media screen and (min-width:568px) and (max-width: 967px){
    .bodi-section{
        margin-top: -15rem;
    }
    .sal-adnc{
        flex-direction: column-reverse;
    }
}