.container-fluid {
    padding: 0px ;
}
#menu_wrapper #logo {
    display: none;
}

#deeplink_source {
    background-color: #0E1E2B;
    color: white;
    background-image: url('2024-04/deeplink/footer.png');
    background-position: bottom;
    background-repeat: repeat-x;
    width: 100%;
    min-height: 100vh;
}

#deeplink_source #deeplink_logo {
    background-image: url('sourceinsurancelogo-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 140px;
}

#deeplink_source h1 {
    color: white;
    font-weight: 700;
}

#deeplink_source h1 span.light{
    font-weight: 100;
}

#deeplink_source #deeplink_logo {
    width: 150px;
}

#deeplink_source .card {
    background-color: #64a192;
    color: #0E1E2B;
}

#deeplink_source .card h5 {
    color: #0E1E2B;
}

#deeplink_source .bordered {
    background-color: transparent;
    border: 1px solid white;
}

#deeplink_source .btn {
    padding: 10px 10px;
    /* transition: .5s ease; */
    border: 1px solid var(--source-grey);
    color: #6EA0A9;
}

#deeplink_source .btn-source, #deeplink_source .btn-source:focus {
    background-color: #6EA0A9;
    color: #fff;
    border: none;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 15px;
    transition: .5s ease; 
}

.trustpilot-widget {
    margin-bottom: 240px;
}

#deeplink_partner {
    display: none;
}

#deeplink_partner_logo {
    background-size: contain;
    background-repeat: no-repeat;
}

