html {scroll-behavior: smooth;webkit-scroll-behavior: smooth;}
/*------------------ form section --------------------*/
  /*------------------ PERKS section -------------------*/
  .custom-solution-box{
    border: 1px solid var(--color-first);
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    border-radius:4px;    
  }

  .custom-solution-box .btn-outline-dark.focus, .btn-outline-dark:focus{box-shadow:none !important;  }
  .custom-solution-box img{
    margin: 18px auto 18px;
    text-align: center;
    width: auto;
    height: 60px;
  }
  .perks-section .custom-solution-box img{height: 90px}
  .custom-main-box{padding: 20px;width: 100%;}
  .custom-box-img{
    width: 110px;
    height: 110px;
    margin: 0px auto 20px;
    background-color: rgba(255, 77, 28, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .line-height-28{line-height: 28px;}
  .custom-solution-box .box-title{font-size: 16px;font-weight: bold;color: #000;}
  .perks-section .custom-solution-box .box-title{font-size: 20px}
  .custom-solution-box .box-text{font-size: 14px;line-height: 1.6;color: #000;font-weight: normal;}
  .modal-box-list li{font-size: 16px;font-weight: 600;color: #000;}
  .cashback-category-title p {
    color: #303030;
    font-size: 1rem;
    font-weight: 400;
    line-height:1.3;       
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
/*------------------ BACKGROUND ----------------------*/    
  .orange-bg-section{
    background:url(../img/lander/access-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .lightblue-bg-section{
    background:url(../img/lander/reward-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .gray-bg-section{
    background:url(../img/lander/gray-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .light-gradient-section{
    background:url(../img/lander/light-gradient-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  } 
/*------------------ CAREER PAGE ----------------------*/    
  .career-opening-card{position: relative;}
  .career-opening-card .arrow-right{
    position: absolute;top: 30%;right:2%;opacity: 0;transform: translateX(-5%);transition:0.3s linear;
  }
  .career-opening-card:hover .arrow-right{opacity: 1;transform: translateX(0%);}
  .benefit-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 35px;
    font-weight: 400;
    color: #fff;
  }
  .benefit-list li:before {
    position: absolute;
    content: '';
    background: url(../img/career/check.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 2px;
  }
@media only screen and (max-width:768px){
  .text-48{font-size: 30px}
  .text-32{font-size: 26px}
  .text-28{font-size: 22px}
  .career-opening-card .arrow-right{opacity: 1}
}




