.main-home-banner {
  background: linear-gradient(77deg, rgba(64, 0, 128, 0.05) 23.07%, rgba(255, 255, 255, 0.00) 127.85%);
}
/* {
  background: linear-gradient(77deg, rgba(64, 0, 128, 0.05) 23.07%, rgba(255, 255, 255, 0.00) 127.85%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  color: #FFFFFF;
  height: 860px;
  display: table;
  width: 100%;
  margin-bottom: 2rem;
} */

.outer-banner {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.theme-container {
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
/*     padding:155px 15px 125px 15px; */
  padding:100px 15px 85px 15px;
}

.inner-container{
    margin: auto;
    width:100%;  
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    height: 100%;
}

.column-6 {
    width: 50%;
    vertical-align: middle;
    display: flex;
    align-items: center;
}



.custom-home-banner-content h1 {
  line-height: 52px!important;
  font-size: 48px !important;
  color: #161D24;
  font-weight: 400;
  font-family: 'apercu-medium-pro',Arial,Helvetica,sans-serif;
  letter-spacing: -0.01em;
  max-width: 570px;
    width: 100%;
}


.custom-home-banner-content h6 {
    font-family: apercu-light-pro,Arial,Helvetica,sans-serif;
    font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #444A4F;
  max-width: 524px;
    width: 100%;
  margin-top:30px;
  margin-bottom:20px;
}



.custom-home-banner-image .image-mobile-bg{
  display: none !important;
}

.custom-home-banner-image .gif-mobile-bg{
  display: none;
}

.custom-home-banner-content p {
  letter-spacing: 0.5px;
}

.custom-home-banner-content p:first-of-type{
  font-size: 20px;
  line-height: 32px;
}
.custom-home-banner-content .btn-area {
  display: flex;
  flex-wrap: wrap;
}
.custom-home-banner-content .btn-area .container-btn{
  position: relative;
  min-width:200px;
}
.custom-home-banner-content .btn {
  margin: 15px 6px 5px 0;
  padding: 12px 20px 11px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  height:auto;
  transition: all 0.4s;
}

.cta-btn-rating-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.trustpilot {
    justify-content: left;
    display: flex;
    position: relative;
    bottom: -18px;
    /*width: 100%;
    left: 240px; */
}


.custom-home-banner-content .btn {
  letter-spacing: 0px;
  border: 2px solid #7248BD;
  border-radius: 50px;
  width: fit-content;
  min-width:190px;
  font-weight:500;
}
.custom-home-banner-content .btn-1 {
  color: #fff;
  background: #7248BD !important;
/*   position:absolute; */
  top:0%;
  overflow: hidden;
  right:0%;
}

.custom-home-banner-content .btn-1 .circule-btn {
    background: #fff;
    border-radius: 20px;
    left: 21px;
    overflow: hidden;
    padding: 12px 10px 11px;
    position: relative;
}
.custom-home-banner-content .btn-1 .circule-btn:after {
  content: url('https://www.cashflows.com/hubfs/Arrow.svg');
  position: absolute;
  left: 40px;
  transition:all 0.4s;
}
.custom-home-banner-content .btn-1 .arrow-btn:after {
  content: url('https://www.cashflows.com/hubfs/Arrow.svg');
  position: relative;
  left: 0px;
  transition:all 0.4s;
}
.custom-home-banner-content .btn-1:hover {
  color: #fff;
/*   padding: 14px 21px 13px 22px; */
  transition: all 0.4s;
  top:-4%;
}
.custom-home-banner-content .btn-1:hover .arrow-btn:after {
  left: -30px;
  transition:all 0.4s;
}
.custom-home-banner-content .btn-1:hover .circule-btn:after {
  left: 9px;
  transition:all 0.4s;
}
.custom-home-banner-content .btn-2 {
  color: #7248BD;
  background: transparent;
}
.custom-home-banner-content .btn-2:hover {
  color: #7248BD;
  background: #b9cadf33;
}



@media (max-width: 1380px){

}
@media (min-width: 992px){
  
  .custom-home-banner-content h1 {
    padding-right: 0%;
    margin-bottom: 2%;
  }
  .custom-home-banner-content p {
    padding-right: 50%;
    margin-bottom: 4%;
    letter-spacing: 0.5px;
  }

}

@media screen and (min-width: 1601px){
  .custom-home-banner-content h1 {
    line-height: 100px;
    font-size: 100px;
  }
  

}

@media screen and (min-width: 1921px){
  .theme-container {
    padding: 195px 15px 135px 15px;
}
  
  

}
@media screen and (min-width: 991px) and (max-width: 1480px){
  .custom-home-banner-content h1 {
    line-height: 95px;
    font-size: 90px;
  }
  .custom-home-banner-content p:first-of-type{
    font-size: 18px;
    line-height: 27px;
  }
  
  .theme-container {
    padding: 95px 15px 55px 15px;
  }
  
  .outer-banner {
    background-size: contain;
  }
  
}
@media (max-width: 1150px){
  {
    background-position-x: center;
  }
  .custom-home-banner-image img {
    width: 550px;
    height: auto;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    position: relative;
    left: -45px;
  }
  .custom-home-banner-content {
    right:-140px;
  }

}
@media (max-width: 991px){
  
  .outer-banner {
    background-position: right;
    background-size: 90%;
  }
  
  
  .custom-home-banner-content h6{
    text-align:center;
  }
  .custom-home-banner-content {
    position: inherit;
    margin: auto;
    max-width: 350px;
  }
  .custom-home-banner-content .btn-area {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
  }
  .custom-home-banner-content .btn-1 {
    position:relative;
  }
  .trustpilot-widget {
    display:none !important;
  }
  {
    background-image: none !important;
  }
  .custom-home-banner-image {
    display: block;
  }
  .page-center {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
  }

  .custom-home-banner-content h1 {
    margin-bottom: 30px;
    font-size: 36px!important;
    line-height:36px!important;
    text-align: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px){
  .custom-home-banner-content p:first-of-type {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px;
    padding-right: 200px;
  }
}
@media (max-width: 749px){
  
  .theme-container {
      padding: 50px 15px 0px 15px;
  }
  
  .outer-banner {
      background-image: none!important;
  }
  
/*   .custom-home-banner-image .image-mobile-bg {
        display: block !important;
    } */
  
  .custom-home-banner-image .image-mobile-bg {
    display: block !important;
    margin: 0 auto;
    left: 0;
  }
  
  
  .main-home-banner {
  
      background: linear-gradient(43deg, rgba(64, 0, 128, 0.05) 33.57%, rgba(255, 255, 255, 0.00) 97.51%);
  }
  .inner-container{
      flex-direction: column;
      vertical-align: middle;
      height: 100%;
  }
  
  .column-6 {
    width: 100%;
    vertical-align: middle;
    display: flex;
      align-items: center;
  }
  
  .custom-home-banner-content p:first-of-type {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px;
  }
  
  .custom-home-banner-content h6 {
    text-align:center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
  }
  
  .custom-home-banner-image {
    display: block;
    width: 100%;
  }
  
  
}
@media (max-width: 575px){
  
  .custom-home-banner-content {
    max-width: 310px;
  }
  .custom-home-banner-image img {
        left: 0;
    padding-top: 30px;
    display:none;
  }
  
  .custom-home-banner-image .image-mobile-bg{
    display:block;
  }
  
  .value-sec.kore-module .text-left{
    text-align:center !important;
}