
*{
    margin: 0px;
    padding: 0px;
}


.homeloan-section{
  
    background-image: url('../images-new/homeloan-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.homeloan-section::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(243deg, rgba(0, 0, 0, 0.00) 34.39%, rgba(0, 0, 0, 0.88) 75.43%);
}
.homeloan-container{
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 114px);

}

.right-content-box{
    border-radius: 4px;
background: #FFF7D4;
box-shadow: 0px 2px 10px 0px rgba(88, 88, 88, 0.25);
}
.right-content-box h3{
    color: #000;

    font-family: 'Figtree-Bold';
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 32.4px */
letter-spacing: 0.54px;
}
.right-content-box p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px; /*  */
    letter-spacing: 0.42px;
}
.aply-btn{
    color: #FFF;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
  background: #18438C;
  min-width: 118px;
  min-height: 34px;
  display: inline-block;
  text-align: center;

  margin-top: 6px;
  margin-bottom: 0px;
  padding: 3px 17px 4px;
  text-decoration: none;
  border-radius:50px;

background: linear-gradient(90deg, #204E9E 0%, #082860 100%);
text-transform: uppercase;
  
  }
  .aply-btn:hover{
    color: #fff;
    background-color: #000;
    text-decoration: none;
  }
  .right-content-box{
    padding: 24px 40px 35px 48px;
  }
  .left-content .title{
    color: #FFF;
    font-family: 'Figtree-Bold';
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 37.5px */
    letter-spacing: 0.75px;
    text-transform: uppercase;
  }

  @media (max-width:992px){
    .right-content-box{
        padding: 24px 22px 24px 22px;
      }
  }

  @media (min-width:2000px){
    .right-content-box p{
     font-size: 17px;
     line-height: 33px;
    }
    .right-content-box h3{
       font-size: 20px;
       line-height: 32px;
    }
    .aply-btn{
        font-size: 18px;
    }
  }