@charset "ISO-8859-1";



article {
    overflow: hidden;
}

.bold {
    font-family: 'Roboto', Arial, Helvetica, serif;
    font-weight: 700;
}

.text-black {
    color: #2D2D2D;
}

.text-white {
    color: #FFFFFF;
}

.text-blue {
    color: #0099FF;
}

a.text-blue {
    color: #0099FF;
}

.no-pad-l {
    padding-left: 0;
}

.no-pad-r {
    padding-right: 0;
}

.no-pad-b {
    padding-bottom: 5px;
}

.marks-plus-top-container {
    width: 100vw;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
}

.banner-image-container {
    position: relative;
}

.hero-img {
    display: table;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

.hero-img>source+img {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.hero-text {
    position: absolute;
    top: 20%;
    /* left: 15%; */
}

.actions {
    margin-top: 25px;
}

.hero-text .headings h1.heading {
    font-size: 3rem;
    color: #FFFFFF;
}

.hero-text .perks-text {
    font-size: 2rem;
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #102a4b;
}


.action-link {
    border-radius: 20px;
    min-width: 30%;
    height: fit-content;
    font-size: 0.9rem;
    color: #FFFFFF;
}

.action-link.sign-in {
    background-color: #102A4B;
}

.action-link.register {
    background: none;
    border: 1px solid #ffffff;
    font: #ffff;
}

.terms-conditions-container {
    padding-bottom: 50px;
}


.terms-conditions-content ol {
    list-style-position: inside;
    list-style: none;
}

.terms-conditions-content ul {
    list-style-position: inside;
    margin-bottom: 15px;
}

.terms-conditions-content p, 
.terms-conditions-content ul li {
    font-size: 14px;
}

.terms-conditions-content ul li::marker {
    margin-right: none;
}

p {
    font-size: 1rem;
}

.custom-list {
    list-style: none;
}

.terms-conditions-content .content-item ol li {
    color: #0099FF;
    font-size: 19px;
    margin-bottom: 1.3rem;
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
}

.terms-conditions-content .content-item {
    margin-bottom: 1.5rem;
}

.custom-list li {
    position: relative;
    padding-left: 1em;
    font-size: 0.85rem;
    font-family: 'Centrale Sans Regular', Trebuchet, sans-serif;
}

.custom-list li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: black;
    font-size: 1.5rem;
}

.custom-list li>ul li::before {
    content: "";
    position: absolute;
    left: 0;
    color: black;
    font-size: 1.5rem;
}

.plus-big {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    position: relative;
    top: 10px;
}

.plus-medium {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    position: relative;
    top: 7px;
}


@media (max-width: 992px) {
    .hero-text {
        top: 1%;
    }

    ;
}

@media (max-width: 768px) {

    .action-link {
        margin-bottom: 10px;
    }

    .actions {
        align-self: center;
        justify-content: center;
    }

    .terms-conditions {
        justify-content: center;
    }

    .hero-text {
        top: 6%;
    }

    ;

}

/******************************************************************************
* Header
******************************************************************************/

#marks-plus-header {
    background-color: #ffffff;
    color: #454545;
    background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/marks-plus/marks-plus-hero-desktop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.webp #marks-plus-header {
    background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/marks-plus/marks-plus-hero-desktop.webp');
}

#marks-plus-header .hero-title-wrapper {
    min-height: 235px;
}

#marks-plus-header .hero-title-wrapper {
    font-family: 'Centrale Sans Regular', Trebuchet, sans-serif;
}

#marks-plus-header .hero-title-wrapper .hero-title {
    font-size: 75px;
}

#marks-plus-header .hero-title-wrapper .hero-subtitle {
    color: #A6ECFD;
    font-size: 43px;
}

#marks-plus-header .warranty-button {
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    #marks-plus-header {
        background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/marks-plus/marks-plus-hero-mobile.jpg');
        background-position: unset;
    }

    body.webp #marks-plus-header {
        background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/marks-plus/marks-plus-hero-mobile.webp');
    }
}


@media screen and (max-width: 576px) {

    #marks-plus-header .hero-title-wrapper .hero-title {
        font-size: 62px;
    }

    #marks-plus-header .hero-title-wrapper .hero-subtitle {
        font-size: 31px;
    }
    
}

@media screen and (max-width: 390px) {
    #marks-plus-header .hero-title-wrapper .hero-subtitle {
        font-size: 25px;
    }
    
}




/******************************************************************************
* How it works
******************************************************************************/
.step-box-column {
    width: 20%;
    min-width: 285px;
    max-height: 190px;
}

.step-box {
    border: 1px solid #0099FF63;
    background: #009FFC14 0% 0% no-repeat padding-box;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
}

.step-number-circle {
    background-color: #0099FF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    position: absolute;
    top: -25px;
    left: 15px;
}

.step-text {
    font-weight: 700;
    color: #102A4B;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
    line-height: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 35px;
}

.step-box-1::after,
.step-box-2::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: #0099FF;
    width: 73px;
    left: 100%;
    top: calc(50% - 2px);
}

@media screen and (max-width: 998px) {

    .step-box-1::after,
    .step-box-2::after {
        content: " ";
        display: none;
    }

    .step-box-row {
        flex-direction: column;
    }
}


.login-button-container .login-button {
    background-color: #102A4B;
    border-radius: 25px;
    height: 50px;
    width: 195px;
    font-size: 18px;
}

.login-button-container .login-button .register-link {
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
    font-size: 18px;
    height: 100%;
}


.login-button-container {
    margin-bottom: 15px;
}

/* .step-graphic img {
    width: 65px;
    height: auto;
} */

/* .step-box-3 .step-graphic .membership-image {
    width: 80px;
} */


/******************************************************************************
* Enjoy the perks
******************************************************************************/
.enjoy-the-perks {
    background: #EBF8FF;
}

.section-title {
    color: #102a4b;
    font-size: 30px;
}

.enjoy-the-perks-content {
    font-family: 'Centrale Sans Regular', Trebuchet, sans-serif;
}


.enjoy-the-perks-content .content-subtitle {
    color: #0099FF;
    font-size: 25px;

}

.enjoy-the-perks-content .content-text {
    font-size: 14px;
}

.enjoy-the-perks-content-container .perks-image-container {
    height: 100%;
}


.enjoy-the-perks-content a {
    color: #102a4b;
    cursor: pointer;
    text-decoration: underline;
}

.image-column {
    display: flex;
}

/* .image-column.order-lg-1 {
    justify-content: end;
}

.image-column.order-1 {
    justify-content: end;
}

.image-column.order-lg-2 {
    justify-content: start;
} */

