﻿.hero-printer-id {
    background: #627074;
    position: relative;
}

.hero-printer-id:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 350px;
    background: #193040 url(/Content/img/info/find-the-right-printer/bg-hero.webp) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.hero-printer-id .container {
    position: relative;
    z-index: 5;
}

.hero-printer-id .row {
    display: flex;
    justify-content: space-between;
}

.hero-printer-id .row:before,
.hero-printer-id .row:after {
    display: none;
}

.hero-printer-id--description {
    padding: 25px 15px;
    padding-right: 120px;
    width: 420px;
}

.hero-printer-id--description .caption {
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
}

.hero-printer-id--description p {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .hero-printer-id--description li {
        font-size: 16px;
    }

    .hero-printer-id--image {
        width: 45%;
        padding: 0 15px;
    }

.hero-printer-id--image .img-wrapper {
}

.hero-printer-id--image .img-wrapper img {
    width: 80%;
}

.hero-printer-id--form {
    padding: 20px 15px;
    width: 420px;
}

.printer-id-contact-form {
    /*box-shadow: 0px 10px 50px rgba(25, 48, 64, 0.4); */
    position: relative;
}

.printer-id-contact-form .printer-id-contact-form--body {
    background: #fff;
    padding: 20px 30px;
}

.printer-id-contact-form .title {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    color: #193040;
    margin-top: 0;
    margin-bottom: 15px;
}

.printer-id-contact-form .group-form {
    margin-bottom: 15px;
}

.input-wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.group-form .placeholder {
    font-size: 18px;
    color: #231F20;
    transition: .3s;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 13px;
}

.group-form input.input-effect:focus ~ .placeholder,
.group-form input.input-effect.active ~ .placeholder {
    font-size: 13px;
    top: -5px;
    color: #28c28e;
}

.printer-id-contact-form .group-form.group-footer {
    padding: 0 5px;
}

.printer-id-contact-form .group-form input {
    border: none;
    width: 100%;
    border-bottom: 1px solid #E3E6E8;
    font-size: 19px;
    color: #231F20;
    font-weight: normal;
    padding: 15px 0 10px 0;
    outline: none;
}

.printer-id-contact-form .group-form input::placeholder {
    color: #231F20;
    opacity: 1 !important;
}

.printer-id-contact-form .group-form .title-form {
    display: block;
    line-height: 1.3;
    font-size: 15px;
    color: #193040;
    margin-bottom: 15px;
}

.printer-id-contact-form .group-form .btn-default-form {
    width: 100%;
    text-align: center;
    background: #28c28e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    padding: 14px 30px;
    border: none;
    transition: .3s;
    cursor: pointer;
}

.printer-id-contact-form .group-form .btn-default-form:hover {
    background: #27a876;
}

.printer-id-contact-form .group-form .btn-default-form:disabled {
    background: #e5e7e9;
    cursor: default;
}

.printer-id-contact-form .group-form .btn-default-form:disabled:hover {
    background: #e5e7e9;
}

.printer-id-contact-form--footer {
    background: #e5e7e9;
    padding: 20px 40px;
}

.printer-id-contact-form--footer p {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #193040;
}

.printer-id-contact-form--footer .row-logos {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.printer-id-contact-form--footer .row-logos img {
    width: 150px;
}

.request-sent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #28c28e;
}

.request-sent--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.request-sent--content .icon-wrapper {
    display: inline-block;
    margin-bottom: 20px;
}

.request-sent--content .icon-wrapper img {
    width: 170px;
}

.request-sent--content .title {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
}

.request-sent--content .sub-title {
    width: 60%;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 20px;
}

.request-sent--content .list {
    width: 75%;
    text-align: left;
}

.request-sent--content .list li {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 1.4;
    list-style-type: none;
}

.printer-id-contact-form .row-check {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.default-radio {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    padding-left: 27px;
    cursor: pointer;
}

.default-radio input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.default-radio input:checked ~ .default-radio--icon:before {
    transform: translate(-50%, -50%) scale(0.75);
}

.default-radio .default-radio--icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.default-radio .default-radio--icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #28c28e;
    transition: .3s;
    transform: translate(-50%, -50%) scale(0);
}

.default-radio .default-radio--text {
    font-size: 19px;
    display: inline-block;
    color: #193040;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    cursor: pointer;
}

@media (max-width: 1580px) {
    .hero-printer-id .row {
        flex-wrap: wrap;
    }

    .hero-printer-id:before {
        background: #193040;
    }

    .hero-printer-id--description {
        padding: 25px 60px;
        padding-right: 70px;
        width: 420px;
    }

    .hero-printer-id--image {
        text-align: right;
        width: calc(100% - 420px);
        padding: 0 15px;
    }

    .hero-printer-id--form {
        padding: 20px 15px;
        width: 420px;
        margin-top: -400px;
    }
}

@media (max-width: 1200px) {
    .hero-printer-id:before {
        height: 240px;
        background: #193040 url(/Content/img/info/find-the-right-printer/bg-hero.webp) center top no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .hero-printer-id .row {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .hero-printer-id--image .img-wrapper img {
        width: 50%;
    }

    .hero-printer-id--description {
        margin-top: -80px;
        order: 2;
        padding: 0 15px 10px;
        width: 380px;
    }

    .hero-printer-id--image {
        text-align: center;
        order: 1;
        width: 100%;
    }

    .hero-printer-id--form {
        order: 3;
        padding: 20px 15px 40px;
        width: 420px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .hero-printer-id:before {
        height: 160px;
    }

    .hero-printer-id--image .img-wrapper img {
        width: 60%;
        margin-top: -110px;
    }
}

@media (max-width: 767px) {
    .hero-printer-id:before {
        height: 180px;
    }

    .hero-printer-id--image .img-wrapper img {
        width: 320px;
        margin-top: 0px;
    }

    .hero-printer-id--description {
        padding: 0 15px 20px;
        width: 100%;
        max-width: 320px;
    }

    .hero-printer-id--form {
        padding: 0 15px 30px;
        width: 100%;
        max-width: 400px;
    }

    .printer-id-contact-form .printer-id-contact-form--body {
        padding: 20px 20px;
    }

    .printer-id-contact-form--footer {
        padding: 20px 30px;
    }

    .printer-id-contact-form--footer .row-logos {
        flex-wrap: wrap;
    }

    .printer-id-contact-form--footer .row-logos img {
        margin-bottom: 8px;
        width: 130px;
    }
}

.thank-you {
    background: #627074;
}

.thank-you-video {
    max-width: 600px;
    margin-top: 30px;

}

.thank-you-request-sent {
    background: #28c28e;
    width: 390px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    text-align: center;
    margin-top: 25px;

}

.thank-you-request-sent img {
    width: 170px;
    margin-top: 50px;

}

.thank-you-request-sent .title {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 30px;
}

    .thank-you-request-sent .sub-title {
        font-size: 16px;
        color: #fff;
        font-weight: normal;
        line-height: 1.4;
        margin-bottom: 20px;
        width: 65%;
        display: inline-block;
        text-align: left;
    }

    .thank-you-request-sent .list {
        width: 85%;
        text-align: left;
    }

.thank-you-request-sent .list li {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 1.4;
    list-style-type: none;
    padding-bottom: 15px;
}

.thank-you-request-icon {
}

.centred {
    text-align:center;
}

.video-wrapper {
    display: table;
    width: auto;
    position: relative;
    width: 50%;
}

.video-playpause {
    background-image: url(/Content/img/info/find-the-right-printer/play-button.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}
