@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/source-sans-pro/SourceSansPro-Regular.woff2') format('woff2'), url('fonts/source-sans-pro/SourceSansPro-Regular.woff') format('woff'),
    url('fonts/source-sans-pro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/source-sans-pro/SourceSansPro-Bold.woff2') format('woff2'), url('fonts/source-sans-pro/SourceSansPro-Bold.woff') format('woff'),
url('fonts/source-sans-pro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/source-sans-pro/SourceSansPro-Bold.woff2') format('woff2'), url('fonts/source-sans-pro/SourceSansPro-Bold.woff') format('woff'),
url('fonts/source-sans-pro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Blinker';
    src: url('fonts/blinker/Blinker-SemiBold.woff') format('woff'), url('fonts/blinker/Blinker-SemiBold.woff') format('woff'),
    url('fonts/blinker/Blinker-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html, body {
    color: #012834;
    font: 16px/21px "Source Sans Pro", sans-serif;
    overflow-x: hidden;
    width: 100%;
}

body {
    padding-top: 55px;
}

.btn {
    font-weight: 600;
    text-align: center;
    border-radius: 24px!important;
    color: #fff;
    transition: all .3s;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    line-height: 1.4;
}

header {
    height: 55px;
    top: 0;
    width: 100%;
    z-index: 1;
}

.logo {
    height: 20px;
    margin-left: -55px;
}

.btn-login {
    color: #012834;
    font-size: 16px !important;
    font-weight: bold;
    width: 74px;
    right: 0 !important;
    transition: ease-in-out 0.2s;
}

header .right-arrow {
    margin-left: 10px;
    margin-top: 2px;
    fill: #4bcd3e;
    width: 27px;
    height: 17px;
}

.background-container {
    background-color: #FC63261A;

    p, ul{
        color: #4D4D4D;
    }
}

.background-container-alt {
    background-color: #F8F8F8;

    p {
        color: #4D4D4D !important;
        font-size: 12px;
    }
    ul{
        color: #4D4D4D !important;
        font-size: 12px;
    }

    .my-px-5 {
        padding: 0 45px 0 30px !important;
    }

    .dnb-link {
        color: #1B1B6F !important;
        text-decoration: underline;
        cursor:pointer;
    }
}

.btn-primary, .btn-login {
    background-color: #1B1B6F;
    border: 1.5px solid #1B1B6F;
    color: #FFF;
    font-weight: 600;
    height: 36px;
    font-size: 14px;
    border-radius: 8px !important;
}

.dashboard-row .btn-primary {
    width: 170px;
}

.dashboard-row{
    p {
        font-size: 18px;
        font-weight: 400;
    }
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #1B1B6F;
    color: #012834;
}

.btn-primary:focus {
    box-shadow: 0 0 0 2px #012834;
    background: #fff;
    border: 2px solid #fff;
}

.btn-primary:active {
    background-color: #fff!important;
    border-color: #e9f9e8!important;
    color: #012834!important;
    box-shadow: 0 0 0 2px #012834!important;
}

.btn-outline-primary {
    border: 1.5px solid #49498C;
    font-weight: 600;
    background-color: #FFF;
    color: #1b1b6f;
    font-size: 14px;
    border-radius: 8px !important;
    width: 170px;
}

.btn-outline-primary:hover {
    background-color: #e8e8f1!important;
    border-color: #1b1b6f!important;
    color: #1b1b6f!important;

}

.btn-outline-primary:active {
    background-color: #e9f9e8!important;
    border-color: #e9f9e8!important;
    color: #012834!important;
}

.btn-outline-primary:focus {
    background-color: #e9f9e8;
    border-color: #e9f9e8;
    box-shadow: 0 0 0 2px #1b1b6f!important;
    color: #1b1b6f;
}

.text-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
    color: #191919;
    font-family: "Source Sans 3", sans-serif;
}

.text-title.primary {
    font-size: 48px ;
    color: #353535 ;
    font-family: 'Blinker';
}

.text-color {
    color: #4D4D4D;
}


.benefits-row h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #191919 ;
}

.benefits-row h3 {
    font-size: 30px;
    color: #191919 ;
}

.benefits-row p {
    color:#4D4D4D;
    font-family: "Source Sans 3", sans-serif;
}

.benefits-icon {
    margin-bottom: 20px;
    height: 32px;
}

.benefits-icon svg {
    width: 25px;
    height: 25px;
    fill: #4BCD3E;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-bottom-55 {
    padding-bottom: 55px;
}

.help-centre-row ul {
    line-height: 28px;
    list-style: none;
    padding: 0;
}

.help-centre-row li {
    background: url(img/check-circle.png) no-repeat 0 50%;
    padding-left: 30px;
    font-size: 16px;
}

.help-centre-row .mx-auto {
    max-width: calc(100% - 112px);
}

.help-centre-row .img-margin-4 {
    margin: 4% 0 4% 4% !important ;
}

.payments-experts-row p{
    font-family: "Source Sans 3", sans-serif;
}

nav ul {
    list-style: none;
}

nav ul > li {
    line-height: 1;
}

nav ul > li + li {
    border-left: 1px solid #999;
}

hr {
    border: none;
    margin-bottom: 2rem;
}

nav a,
nav a:hover,
nav a:visited,
nav a:visited:hover,
nav a:active,
nav a:focus {
    color: inherit;
    outline: none;
    position: relative;
    text-decoration: none;
}

nav a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width .2s ease;
}

nav a:hover:after,
nav a:active:after,
nav a:focus:after {
    width: 100%;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .dashboard-row {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .dashboard-row h3, p {
        color: #4D4D4D;
    }

    .help-centre-row .btn,
    .payments-experts-row .btn {
        width: 270px!important;
    }
}

/* *Just* medium devices (768-992px) */
@media (min-width: 768px) and (max-width: 991.98px){
    .dashboard-mockup {
        position: absolute;
        height: 100%;
        max-width: 100vw;
    }

    h4 {
        min-height: 3.6rem;
    }

    .logo {
        height: 20px;
        margin-left: auto;
    }
}

/* *Just* small devices */
@media (max-width: 767.98px) {
    .dashboard-row {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .dashboard-row h3, p {
        color: #4D4D4D;
    }

    .btn{
        width: 100%;
    }

    .btn-login{
        width: auto !important;
    }

    .dashboard-row .btn-outline-primary {
        width: 170px;
    }

    .benefits-icon {
        margin-top: 40px;
    }

    nav ul > li {
        line-height: 3;
        border: none!important;
    }

    hr {
        width: 0;
    }

    .logo {
        height: 20px;
        margin-left: auto;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .feature {
        padding-right: 40px;
    }
    .dashboard-row {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .dashboard-row h3, p {
        color: #4D4D4D;
    }

    .displaced-image {
        background: left center / cover no-repeat url(img/wp-payments-experts-illustration.png);
        bottom: 80px;
        overflow: hidden;
        position: absolute;
        top: 80px;
        width: calc(50% - 75px);
        right: 0; /* Add this line */
        left: auto; /* Optional: ensure left is not set */
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .help-centre-row .img-fluid {
        height: 100%;
        max-width: 100vw;
        position: absolute;
        width: auto;
    }

    .logo {
        height: 20px;
        margin-left: auto;
    }
}

.laptopBody{
    position:relative;
    overflow: hidden;
}

.laptopBody iframe {
    position: absolute;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50.3%, -54%);
    width: 78%;
    height: calc(100% - 45px);
    border: 0;
    outline: 0;
}

@media (max-width: 992px) {
    .laptopBody iframe {
        transform: translate(-50.3%, -53%);
    }
}

@media (max-width: 768px) {
    .laptopBody iframe {
        height: calc(100% - 40px);
    }
}

@media (max-width: 520px) {
    .laptopBody iframe {
        height: calc(100% - 33px);
    }
}

@media (max-width: 400px) {
    .laptopBody iframe {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: calc(100% - 27px);
    }
}

@media (max-width: 320px) {
    .laptopBody iframe {
        height: calc(100% - 18px);
    }
}


.info {
    justify-content: center;
    display: flex;
}