﻿body.landing26 {
    background: url(/images/bg_26.webp) no-repeat center 0 var(--main-background-colour);
    /*background: var(--main-background-colour);*/
}


.home_one {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

    .home_one h1 {
        height: auto;
        width: 100%;
        max-width: 100%;
        padding: 0;
        font-size: 33px;
        line-height: 33px;
        text-align: left;
    }

.home_three {
    padding: 0 !important;
}

.yvc_black_button.btn_new {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    top: 10px;
}

.text_holder.curve_one.dark_text a 
{
    color: black;
}

.home_three .g51_home_content .g51_home_content_inner.selected {
    grid-template-columns: 1fr;
    padding: 1em;
}

.home_three .g51_home_content .g51_home_content_inner div:nth-child(1) {
    font-family: 'montserratbold';
    font-size: inherit;
    line-height: inherit;
}

.home_three .g51_home_content .g51_home_content_inner ul {
    font-size: 0.9em;
}

.home_four .text_holder, .home_five .text_holder {
    width: 100%;
    float: none;
    box-sizing: border-box;
}

.home_four .text_holder {
    background: white;
}

    .home_four {
        padding: 0;
        margin-top: 1em;
    }

.home_four, .home_five {
    height: fit-content;
}

.home_five {
    margin-top: 1em;
    padding: 0;
    width: 100%;
}

    .home_five .text_holder {
        display: block !important;
    }

.home26_yellow_button {
    font-family: 'montserratextrabold';
    color: black !important;
    background-color: var(--main-background-colour);
    padding: 1em;
    border-radius: 18px;
}
/*special*/
body {
    font-size: 20px;
}

h1 {
    box-sizing: border-box;
    margin: 0;
}

.jc_constrain {
    box-sizing: border-box;
    width: 100%;
    max-width: 920px;
    margin-inline: auto;
    padding-block: 1em;
    padding-top: 0;
    margin-top: 0;
    position: relative;
    top: -40px;
}

.jc_content {
    display: grid;
    gap: 10px;
}

.jc_collapse {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.jc_slider {
    padding-bottom: 26px;
}

.jc_gap1 {
    background: #997e0b3d;
}

.jc_trust {
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    gap: 20px;
    margin-bottom: 26px;
}

.jc_desktop {
    display: none;
}

.jc_trust.jc_desktop {
    position: relative;
}


    .jc_trust.jc_desktop img {
        position: absolute;
        left: 40px;
        width: 150px;
    }

    .jc_trust.jc_desktop .jc_top_image {
        
        bottom: 140px;
    }

    .jc_trust.jc_desktop .jc_bottom_image 
    {
        bottom: 60px;
    }

.no_chance_button {
    place-content: end;
}


.jc_subtext {
    font-size: 0.8em;
    line-height: 0.9em;
}

.jc_special {
    display: grid;
    gap: 1em;
}

.jc_special.jc_mobile {
    margin-bottom: 1em;
}

    .jc_special.jc_mobile .jc_special_headline {
        font-family: 'montserratextrabold';
        font-size: 22px;
        line-height: 22px;
    }

.home_three .g51_home_content .g51_home_content_inner {
    display: none;
}

    .home_three .g51_home_content .g51_home_content_inner.selected {
        display: grid !important;
    }




        #lnkQuote3_tabBusinedd {
            position: relative;
            top: 86px;
            left: -36px;
        }

#lnkQuote4_tabDomestic {
    position: relative;
    left: -10px;
    top: 40px;
}

        @media (min-width: 600px) {
            .jc_special {
                grid-template-columns: 1fr auto;
            }
        }

        @media (min-width: 960px) {

            .jc_picture.jc_hero img {
                width: 100%;
                object-fit: cover;
                border-radius: 10px;
                height: 100%;
            }

            .jc_slider {
                padding-block: 26px;
            }

            .home_one {
                margin-bottom: 0;
            }

                .home_one h1 {
                    font-size: 1.4em;
                }

            .jc_desktop {
                display: block;
            }

                .jc_desktop.home_one {
                    display: grid;
                    gap: 1em;
                }

            .jc_mobile {
                display: none;
            }

            .yvc_black_button.jc_mobile > * {
                display: none;
            }

            .jc_header {
                display: grid;
                gap: 1em;
                grid-template-columns: 1fr 1fr;
            }


            .jc_chances {
                display: grid;
                gap: 1em;
            }

            .jc_tabs {
                height: 200px;
                background: #99990b3d;
            }

            .jc_secure {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }
        }

@media (min-width: 960px) {
    .jc_constrain {
        padding-inline-end: 1em;
    }

}