  /* --------------------------------------------
  Account Type Pages
  -------------------------------------------- */
.app-hero-feature.app-hero-desktop-bg {
    padding-left: 40px;
}
.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%);
}
.app-hero-feature.app-hero-desktop-bg:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 650px;
    height: 450px;
    left: 140px;
    top: 0px;
    z-index: 1;
    background-image:url('/wp-content/assets/reasonsfortransfer/business/type/business-dashboard-desktop.min.svg');
    background-repeat: no-repeat;
    border-radius: 10px;
    -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: rgba(0, 0, 0,0.0);
}

.cal-container {
    z-index: 5;
}
.rft-business{
    flex-wrap: wrap;
}

@media(max-width:480px){
    .rft-business .rft-link{
        width:100%;
    }
}
@media(min-width:481px){
    .rft-business .rft-link{
        width: 50%;
    }
}
@media(min-width: 700px){
    .rft-business .rft-link{
        width: 33.33%;
    }
}
@media(min-width:992px){
    .rft-business .rft-link{
        width: 25%;
    }
}
/*.rft-link p {
    display: none;
}*/
.rft-link a {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    line-height: 18px;
    color: #445667;
}
.rft-link a:before {
    content: '';
    display: inline-block;
    position: relative;
    min-width: 55px;
    min-height: 55px;
    margin-right: 10px;
    border: solid 4px;
    border-radius: 8px;
}
.rft-link a:hover {
    color: #445667;
}
.rft-link.l1 a:hover strong {
    color: #2CBEC5;
}
.rft-link.l1 a:before {
    background-color: #2CBEC5;
    border-color: #2CBEC5;
}
.rft-link.l2 a:hover strong {
    color: #1695CA;
}
.rft-link.l2 a:before {
    background-color: #1695CA;
    border-color: #1695CA;
}
.rft-link.l3 a:hover strong {
    color: #5B61F0;
}
.rft-link.l3 a:before {
    background-color: #5B61F0;
    border-color: #5B61F0;
}
.rft-link.l4 a:hover strong {
    color: #41B412;
}
.rft-link.l4 a:before {
    background-color: #41B412;
    border-color: #41B412;
}

/* ---------- Business Page ---------- */
.account-type-business-hero-bg {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-image:url('/wp-content/assets/reasonsfortransfer/business/type/ct-ct-account-type-business-hero-bg.min.svg');
    background-size: cover;
    background-position: center bottom; 
    box-shadow: none;
}
.account-type-business-hero-bg .app-hero {
    padding-bottom: 70px;
}
.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;
}
.business-spot-quote-img {
    height: 475px;
}
.business-spot-quote-img:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 550px;
    height: 475px;
    right: 120px;
    background-image:url('/wp-content/assets/reasonsfortransfer/business/type/business-spot-quote.min.svg');
    background-repeat: no-repeat;
}
.rft-business a:before, .rft-personal a:before {
    background-repeat: no-repeat;
    background-size:  55px auto;
    background-position: center top;
}
.rft-business a:before  {
    background-image:url('/wp-content/assets/reasonsfortransfer/business/type/rft-business-icons.min.svg');
}
.rft-import-export a:before { background-position: center -3px; }
.rft-online-sellers a:before { background-position: center -58px; }
.rft-travel-tourism a:before { background-position: center -115px; }
.rft-charity a:before { background-position: center -169px; }
.rft-sport a:before { background-position: center -224px; }
.rft-fashion a:before { background-position: center -280px; }
.rft-food-beverage a:before { background-position: center -334px; }
.rft-aviation a:before { background-position: center -390px; }
.rft-technology a:before { background-position: center -444px; }
.rft-cyber-security a:before { background-position: center -498px; }
.rft-timber a:before { background-position: center -555px; }

.app-platofrm-benifit-overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    position: relative;
    height: 100%;
    z-index: 5;
    padding-right: 25px;
}
.app-platofrm-benifit-overlay > div {
    display: flex;
    align-items: center;
    min-height: 60px;
    margin-top: 15px;
    padding: 10px 15px 10px 0px;
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 60px 2px rgb(61 87 201 / 30%);
    box-shadow: 0px 10px 60px 2px rgb(61 87 201 / 30%);
}
.app-platofrm-benifit-overlay > div:before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: rgba(22, 149, 202, 0.2);
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    background-image:url('/wp-content/assets/reasonsfortransfer/business/type/icon-benifit-sprite.min.svg');
    background-size: 32px auto;
    background-repeat: no-repeat;
}
.app-platofrm-benifit-overlay .benifit-speed:before { background-position: center 5px; }
.app-platofrm-benifit-overlay .benifit-support:before { background-position: center -28px; }
.app-platofrm-benifit-overlay .benifit-network:before { background-position: center -62px; }

.solutions-highlight {
    flex-grow: 1;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 65px;
}
.solutions-highlight img {
    width: 100%; 
    max-width: 450px;
    height: 300px;
}
.solutions-highlight .ts-4 {
    margin-bottom: 8px;
}
@media(max-width:767px){
    .business-spot-quote-img {
        width: auto;
    }
}
@media(min-width:768px){
    .business-spot-quote-img {
        width: 550px;
    }
    .solutions-highlight img {
        height: 220px;
    }
}
@media(max-width:991px){
    .account-type-business-hero-bg .hero-content {
        margin-bottom: 70px;
    }
    .hero-content .cta-gradient-btn{
        margin: 0 auto;
    }
}
@media(min-width:992px){
    .account-type-business-hero-bg .hero-content {
        margin-bottom: 0px;
    }
    .hero-content .cta-gradient-btn{
        margin: 0px;
    }
    .solutions-highlight img {
        height: 300px;
    }
}
/* ---------- Personal Page ---------- */
.account-type-personal-hero-bg {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 100px;
    background-image:url('/wp-content/assets/reasonsfortransfer/personal/type/ct-ct-account-type-personal-hero-bg.min.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom; 
    box-shadow: none;
}
.account-type-personal-hero-fade {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 80px;
    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;
}
.personal-payments-network:before{
    content: '';
    display: block;
    position: absolute;
    background-image:url('/wp-content/assets/reasonsfortransfer/personal/type/personal-payments-network-ani.min.svg');
    background-repeat: no-repeat;
}
.rft-personal {
    margin-bottom: 25px;
}
.rft-personal a:before {
    background-image:url('/wp-content/assets/reasonsfortransfer/personal/type/rft-personal-icons.min.svg');
}
.rft-overseas-property a:before { background-position: center -3px; }
.rft-expat a:before { background-position: center -59px; }
.rft-tuition a:before { background-position: center -115px; }
.rft-large-transfers a:before { background-position: center -170px; }

@media(max-width:767px){
    .account-type-personal-hero-bg .app-hero {
        max-width: 500px;
        margin: 0 auto;
    }
    .account-type-personal-hero-fade  {
        padding-bottom: 0px;
    }
    .personal-network-details {
        margin-top: 400px;
    }
    .personal-payments-network:before  {
        top: -525px;
        left: -190px;
        width: 950px;
        height: 880px;
        background-size: 950px 880px;
    }
}
@media(min-width:768px){
    .account-type-personal-hero-bg .app-hero {
        max-width: auto;
        margin: auto;
    }
    .account-type-personal-hero-fade  {
        padding-bottom: 80px;
    }
    .personal-network-details {
        margin-top: 0px;
    }
    .personal-payments-network:before  {
        top: -385px;
        left: -350px;
        width: 800px;
        height: 1135px;
        background-size: 800px 1135px;
    }
}
@media(min-width:992px){
    .personal-payments-network:before  {
        top: -385px;
        left: -340px;
        width: 950px;
        height: 1135px;
        background-size: 860px 1135px;
    }
}
@media(min-width:1200px){
    .personal-payments-network:before  {
        top: -385px;
        left: -250px;
        width: 950px;
        height: 1135px;
        background-size: 950px 1135px;
    }
}
@media(max-width:2499px){
    .account-type-personal-hero-bg  {
        padding-top: 120px;
    }
}
@media(min-width:2500px){
    .account-type-personal-hero-bg  {
        padding-top: 220px;
    }
}