*,
html {
    box-sizing: border-box;
    font-size: 100%; 
    font-family: "Cabin", sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    padding: 0;
    margin: 0;
    background: #000;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

p {
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 30px;
    font-size: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 60px;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 40px;
}

.btn {
    background: #7ef67c;
    padding: 10px 35px;
    border-radius: 10px;
    color: #000;
    font-size: 20px;
    display: inline-block;
    transition: all .3s ease;
}

.btn:hover {
    background: #4dff4a;
}

/* header ========================= */

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.logo {
    width: 200px;
}

header .right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header nav {
    margin-right: 50px;
    display: none;
}

header nav a {
    margin: 0 10px;
}

header .right a {
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

header .right a:hover {
    border-bottom: 1px solid #fff;
}

/* hero ========================= */

.hero {
    background-position: top left;
    background-size: cover;
    position: relative;
    padding: 20% 30px;
    display: flex;
    flex-direction: column;
}

.hero p {
    font-size: 22px;
    margin-bottom: 10px;
}

.intro {
    margin: auto;
    width: 100%;
    max-width: 1300px;
    padding: 0 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

/* content ======================= */

.content-row {
    background-position: top center;
    background-size: cover; 
    text-align: center;
    padding: 150px 30px;
}

.content-row .inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-row .inner .col-2 {
    width: calc(90% / 2);
    text-align: left;
}

.cta {
    margin-top: 100px;
}

.contact-link {
    font-size: 45px;
    font-weight: 600;
    color: #74e372;
    margin: 0;
    line-height: 40px;
    display: inline-block;
    border-bottom: 2px solid #000;
    transition: all .3s ease;
    padding-bottom: 5px;
}

.contact-link:hover {
    border-bottom: 2px solid #74e372;
}

.map-row {
    background: url(../img/map-bg.png);
    background-position: top center;
    background-size: cover; 
    text-align: center;
    padding: 150px 30px;
}

.map-row .inner {
    max-width: 1300px;
    margin: 0 auto;
}

.map-row .inner img {
    margin-top: 30px;
}

/* footer ======================= */

footer {
    padding: 100px 30px 50px 30px;
}

footer .content {
    margin: auto;
    width: 100%;
    max-width: 950px;
    padding: 0 30px;
    text-align: center;
}

footer p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 20px;
}

footer a {
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
    transition: all .3s ease;
}

footer a:hover {
    border-bottom: 1px solid #fff;
}

.certs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
}

.certs div {
    margin: 0 10px;
}

.brands {
    margin: 50px auto 0;
    max-width: 400px;
}

.certs-row {
    padding: 100px 30px 0 30px !important;
}

/* Form ========================== */

.form-stepper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form-stepper div {
    margin: 0 10px;
}

.form-stepper p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
}

.form-stepper .active {
    border: 2px solid #fff;
    background: #05fd02;
    color: #000;
}

.form-stepper .complete {
    border: 2px solid #fff;
    background: #05fd02;
    color: #000;
}

.form-stepper .complete img {
    width: 15px;
}

.form-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 30px auto 0;
}

.postcode-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 2px;
}

.postcode-wrap input[type='text'] {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: none;
    -webkit-appearance: none;
}

.postcode-wrap input[type='submit'],
.input-wrap input[type='submit'] {
    background: #05fd02;
    border: 0;
    border-radius: 8px;
    outline: 0;
    padding: 15px 30px;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    -webkit-appearance: none;
    transition: all .3s ease;
}

.postcode-wrap input[type='submit']:hover,
.input-wrap input[type='submit']:hover{
    background: #12c310;
}

/* inner steps */

.form-wrapper-inner {
    max-width: 500px;
    width: 100%;
    margin: 30px auto 0;
}

.input-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 2px;
}



.input-wrap select {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 8px;
    outline: 0;
    background: #fff;
    margin-bottom: 15px;
}

.button-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.button-flex input {
    width: calc(98% / 2);
}

.button-flex .goback {
    background: #d1d1d1 !important;
}

.button-flex .goback:hover {
    background: #ababab !important;
}

.input-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input-flex input {
    width: calc(98% / 2);
    padding: 15px;
    border: 0;
    border-radius: 8px;
    outline: 0;
    background: #fff;
    margin-bottom: 15px;
    -webkit-appearance: none;
}

.idpc_ul li {
    color: #000;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

/* Responsive ========================== */

@media only screen and (max-width: 768px) {
    
    .hero {
        padding: 30% 30px;
    }
    
    .content-row {
        padding: 100px 30px;
    }
    
    .content-row .inner {
        flex-direction: column;
    }
    
    .content-row .inner .col-2 {
        width: 100%;
    }
    
    .content-row .inner .col-2:first-of-type {
        margin-bottom: 100px;
    }
    
    .map-row {
        padding: 100px 30px;
    }
    
}

@media only screen and (max-width: 640px) {
    
    .hero {
        padding: 40% 0;
    }
    
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    
    h2 {
        font-size: 33px;
        line-height: 33px;
    }
    
    p {
        line-height: 27px;
        font-size: 17px;
    }
    
    .btn {
        text-align: center;
        width: 100%;
    }
    
    .content-row {
        padding: 80px 30px;
    }
    
    .content-row .inner .col-2:first-of-type {
        margin-bottom: 80px;
    }
    
    .cta {
        margin-top: 80px;
    }
    
    .contact-link {
        font-size: 35px;
    }
    
    .map-row {
        padding: 80px 30px;
    }
    
    .postcode-wrap, .input-wrap {
        background: none;
        flex-direction: column;
    }
    
    .input-wrap select {
        background: #fff;
        margin-bottom: 0;
        border-radius: 8px;
    }
    
    .postcode-wrap input[type='text'] {
        background: #fff;
        border-radius: 8px;
    }
    
    .postcode-wrap input[type='submit'], .input-wrap input[type='submit'] {
        margin-top: 15px;
    }
    
    .iw-last input[type='submit'] {
        margin-top: 0;
    }
    
    .input-flex input {
        width: 100%;
    }
    
    .certs {
        flex-direction: column;
        max-width: 280px;
    }
    
    .certs div {
        margin: 10px 0;
    }
    
    .brands {
        max-width: 250px;
    }
}
