.rev-flex-line-hero-banner.formHeroSection .contentArea .bannerContent .leftSide{
  padding-right: 0;
}

.rev-flex-logo-added{
  display: flex;
  gap: 26px;
  margin-bottom: 46px;
}

.flex-line-app-btn{
  margin-bottom:50px;
}

.formHeroSection .contentArea .bannerContent{
  align-items: flex-start!important;
}




.rev-flex-logo-added .rev-x-logo img{
  max-width:22px;
}

.rev-flex-logo-added .rev-x-ologolpsum img,
.rev-flex-logo-added .rev-logo img{
  width:100%;
  max-width:200px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}


.rev-flex-line-hero-banner .business-views-wrapper{
  margin-top:20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-right: 60px;
}

.busines-text{
  font-family: var(--primary-bold-font);
  font-weight: 700;
  color: #fff;
  font-size: 8px;
  line-height:1;
  letter-spacing: 0.01px;
}
.bbb-business p{
  font-weight: 800;
  font-family: var(--primary-bold-font);
}
.bbb-business p > strong{
  font-family:"Gantari";
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  font-family: "";
}

.both-content{
  display: inline-grid;
}

.bbb-business .both-content{
  padding-left: 7px;
}

.bbb-business .img-view{
  border-right: 1px solid #fff;
  padding-right: 7px;
}

.rev-flex-line-hero-banner.formHeroSection.applyPageForm .contentArea .bannerContent .leftSide .bannerMainText.specialHeading{
  margin-bottom:0px;
  font-size: 18.75px;
} 

.rev-flex-line-hero-banner.formHeroSection.applyPageForm .contentArea .bannerContent .leftSide .specialHeadingSpan span{
  color: var(--senary-color);
  font-family: var(--secondary-medium-font);
  text-transform: math-auto;
}

.business-views{
  display:flex;
  gap:5px;
  align-items: center;
}

.review-star{
  display:flex;
  align-items: center;
  gap: 6px;
}

.review-star img{
  width:11px;
  height:11px;
}



.business-views .img-view img{
  width:100%;
  max-width:43px;
}

.business-views p strong{
  font-weight:700;
  font-family: var(--primary-bold-font);
}

.business-views p {
  color: #fff;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400;
  margin: 0;
}

.main-success-div{
  width:100%;
  max-width:980px;
  margin:0 auto;
}

.success-btn-main .btn{
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
}

.success-message > h2{
  font-size:40px;
}

.success-message > *:not(h1,h2,h3,h4,h5,h6){
  font-size:18px;
  margin-bottom:5px;
}

.important-note-below-form{
  margin-top: 30px;
}

.important-note-below-form p{
  margin-top:15px;
  margin-bottom: 0;
  font-size:10px !important;
  color: var(--white);
  line-height: 1.5 !important;
}

@media only screen and (max-width: 1200px){
  .business-views-wrapper{
    margin-top:26px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 640px){
  .business-views-wrapper{
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.business-views-wrapper