.product-feature-hero h1 {
	text-align: left;
}
.feature-page-title {
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.feature-page-title div {
	margin-left: 15px;
}
/* -- Spot
============================================== */
.product-feature-hero-img.product-feature-platform-bg {
    padding-left: 40px;
}
.lp-partner-hero .app-mobile-hero-focus {
    position: relative;
    z-index: 5;
    height: 488px;
    margin-top: 70px;
    border-radius: 40px;
    background-position: top center;
    -webkit-box-shadow: 0px 10px 60px 2px rgb(61 87 201 / 30%);
    box-shadow: 0px 10px 60px 2px rgb(61 87 201 / 30%);
    background-color: rgb(61 87 201 / 30%);
}
.product-feature-hero-bg {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-size: cover;
    background-position: center bottom; 
    box-shadow: none;
}
.product-feature-hero-bg {
  background-image:url('/wp-content/assets/reasonsfortransfer/business/type/ct-ct-account-type-business-hero-bg.min.svg');
}
.lp-partner-hero.product-feature-hero-bg .product-feature-hero {
    padding-bottom: 110px;
}
.account-type-business-hero-fade {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: rgb(218,234,240);
    background: -moz-linear-gradient(0deg, rgba(218,234,240,0) 0%, rgba(218,234,240,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(218,234,240,0) 0%, rgba(218,234,240,1) 100%);
    background: linear-gradient(0deg, rgba(218,234,240,0) 0%, rgba(218,234,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daeaf0",endColorstr="#daeaf0",GradientType=1);
    box-shadow: none;
}


@media(max-width:991px){
    .product-feature-hero-bg .hero-content {
        margin-bottom: 70px;
    }
    .hero-content .cta-gradient-btn{
        margin: 0 auto;
    }
}
@media(min-width:992px){
    .product-feature-hero-bg .hero-content {
        margin-bottom: 0px;
    }
    .hero-content .cta-gradient-btn{
        margin: 0px;
    }
}
/* -- Referal Benefit
============================================== */
.referal-benefit-container {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}
.referal-benefit {
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:32px;
}
.referal-benefit h3 {
  margin-top:0px; 
  margin-bottom:4px;
}
/* -- Segmented Control
============================================== */
.segmented-control ul.nav.nav-tabs {
	display: flex;
  flex-direction: column;
	justify-content: center;
  width:fit-content;
	background-color: #D4DCE3;
	border: 4px solid #D4DCE3;
	border-radius: 20px;
  overflow: hidden;
  margin:32px auto 48px;
}
.segmented-control .nav-tabs>li {
	min-width: 150px;
	border-radius: 16px;
	overflow: hidden;
}
.spb_tabs.segmented-control .nav-tabs li a {
  display:flex;
  align-items:center;
  gap:12px;
  flex-grow: 1;
  min-height:60px;
	border: none;
	color: #7A92A8;
	font-weight: 700;
}
.seg-ctr-tab-lable {
  display:flex;
  flex-direction:row;
  gap:4px;
}
.spb_tabs.segmented-control .nav-tabs li a:hover {
 color: #445667;
}
.spb_tabs.segmented-control .nav-tabs li.active a {
	color: var(--clr-primary);
	background-color: var(--clr-tone-0);
}
@media(min-width:600px){
  .segmented-control ul.nav.nav-tabs {
    flex-direction:  row;
  }
	.spb_tabs.segmented-control .nav-tabs li a {
    flex-direction: row;
		min-width:250px;
	}
  .seg-ctr-tab-lable {
  display:flex;
  flex-direction:row;
  gap:4px;
}
}
/* -- Accordion Q&A
============================================== */
.faq-qanda-expand {
  padding-right:24px;
  padding-left:24px;
}
.faq-qanda-expand .spb_accordion .spb_accordion_section {
  border:none;
}
.faq-qanda-expand .spb_accordion .spb_accordion_section>h3 a,
.faq-qanda-expand .spb_accordion .ui-accordion .ui-accordion-content {
  padding:0px;
}
.faq-qanda-expand .ui-accordion h3.ui-accordion-header .ui-icon {
  display:none;
}
.faq-qanda-expand .spb_accordion .spb_accordion_section > h3.ui-state-active a {
   background-color:transparent;
   box-shadow:none;
}

/* Sections Q and A */
.section-question, .section-answer, .section-question-mini, .section-answer-mini {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 45px;
  padding-left: 50px;
  text-align: left;
}
.section-question, .section-question-mini {
  min-height:55px;
  color: #1695CA;
  font-size: 20px;
  line-height: 26px;
}
.section-answer {
  margin-top: 15px;
  margin-bottom: 24px;
}
.section-question:before, .section-answer:before, 
.section-question-mini:before, .section-answer-mini:before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.section-question:before, .section-question-mini:before {
  content:'Q';
  background-color: #1695CA;
}
.section-answer:before, .section-answer-mini:before {
  content:'A';
  background-color: #99ABBC;
}
.faq-qanda-expand .spb_accordion .spb_accordion_section {
  margin-bottom:24px;
}
@media(min-width:480px){
  .faq-qanda-expand .spb_accordion .spb_accordion_section {
    margin-bottom:12px;
}
}
@media(min-width:992px){
  .section-question, .section-answer  {
    padding-left: 65px;
  }
  .section-question:before, .section-answer:before {
    top: 5px;
    width: 45px;
    height: 45px;
    padding: 10px;
    font-size: 26px;
  }
}
.highcharts-container {margin:0 auto;}