﻿@font-face {
    font-family: "Swiss721BT";
    src: url('../fonts/Swiss-721-BT-Font.ttf');
}

@font-face {
    font-family: "FuturaRound";
    src: url('../fonts/Futura Round.ttf');
}

.contact-form {
    padding: 16px 18px 25px;
    border-radius: 4px;
    background-color: #fff;
    max-width: 429px;
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
    box-sizing: border-box;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.667;
    font-weight: 400;
    font-family: Swiss721BT,Arial,Helvetica,sans-serif;
    font-size: 1.125rem;
    color: #181818;
    text-align: left;
}

    .contact-form ul {
        padding:0px;
        margin:0px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.pcdllist label {
    margin-left: 20px;
}


.contact-form li {
    margin: 0 0 20px;
}
.contact-checkbox {
    display: inline-block;
    line-height: 1.1875;
    font-size: 16px;
    padding-left: 34px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}

.contact-form-heading {
    font-family: Swiss721BT,Arial,Helvetica,sans-serif;
    padding-bottom: 31px;
}

.contact-form-title {
    font-family: FuturaRound,Arial,Helvetica,sans-serif;
    margin: 0 0 15px;
    color: #000;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
}

.contact-form-container {
    font-family: Swiss721BT,Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
    width: auto;
    display: block;
}

.contact-form-label {
    display: block;
    margin: 0 0 11px;
    color: #181818;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.contact-form-textbox {
    height: 50px;
    font: 18px Swiss721BT,Arial,Helvetica,sans-serif;
    text-overflow: ellipsis;
    color: #000;
    border: 1px solid #979797;
    background: #fff;
    transition: all .5s ease-out;
    box-shadow: none;
    display: block;
    width: 100%;    
}

.contact-form-textarea {
    height: 150px;
    resize: vertical;
    border-radius: 4px;
    font: 18px Swiss721BT,Arial,Helvetica,sans-serif;
    padding: 10px 20px;
    text-overflow: ellipsis;
    color: #000;
    border: 1px solid #979797;
    background: #fff;
    transition: all .5s ease-out;
    box-shadow: none;
    display: block;
    width: 90%;    
}

.contact-form-description {
    font-family: Swiss721BT,Arial,Helvetica,sans-serif;
    padding: 0 0 16px;
    margin: 0;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.contact-form-checkbox {
    border-radius: 4px;
    padding: 2px 15px;
    margin: 0;
    height: 50px;
    font: 18px Swiss721BT,Arial,Helvetica,sans-serif;    
    text-overflow: ellipsis;
    color: #000;
    border: 1px solid #979797;
    background: #fff;    
    transition: all .5s ease-out;
    box-shadow: none;
}




.contact-form-radiobutton label {
    margin-left:15px;
    margin-right:10px;
}

.btnEnquiry {
    display: block;
    width: 100%;
    font: 100% Swiss721BT,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 700;
    padding: 11px 15px;
    min-width: 0;
    border-radius: 4px;
    background-color: #008534;
    border: 1px solid #008534;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    color: #fff;
    position: relative;    
    align-items: center;
    justify-content: center;
    outline: 0 !important;
    letter-spacing: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    white-space: normal;
}