/* Minification failed. Returning unminified contents.
(326,10): run-time error CSS1036: Expected expression, found '~'
(327,11): run-time error CSS1036: Expected expression, found '~'
(414,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
html {
    position: relative;
    min-height: 100%;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

#Enquiry {
    font-family: 'Montserrat', sans-serif;
}

    #Enquiry .header-container {
        background: #fff;
        padding: 0 0 10px 0;
        max-height: 100px;
    }

    #Enquiry .header {
        background: #2a4d61;
        max-height: 100px;
        box-shadow: 0 0px 4px 1px #bababa;
    }

        #Enquiry .header img {
            width: 200px;
            height: 100%;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        #Enquiry .header .logo {
            margin-top: 20px;
            margin-bottom: 20px;
        }

    #Enquiry form {
        background: whitesmoke;
        border-radius: 5px;
        box-shadow: 0 0px 5px 0px #bababa;
        border: 3px solid #2a4d61;
    }

    #Enquiry .body {
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 0;
    }

    #Enquiry .col-centered {
        float: none;
        margin: 0 auto;
    }

    #Enquiry .restrict-areabox {
        max-width: 100%;
        min-width: 100%;
        min-height: 100px;
    }

    #Enquiry input,
    #Enquiry textarea,
    #Enquiry select {
        padding: 5px;
        margin: 0 0 7px 0;
        font-size: 20px;
        font-weight: 600;
        border: none;
        border-radius: 10px;
        border: 2px solid transparent;
        border-bottom: 3px solid #2a4d61;
        box-shadow: none;
        background: transparent;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }

        #Enquiry input:focus,
        #Enquiry textarea:focus,
        #Enquiry select:focus {
            background: #fff;
            box-shadow: 0 10px 8px -8px #bababa;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
        }

    #Enquiry input,
    #Enquiry select {
        height: 60px;
    }

        #Enquiry select.dropdown {
            background-image: linear-gradient(45deg, transparent 50%, #2a4d61 50%), linear-gradient(135deg, #2a4d61 50%, transparent 50%), linear-gradient(to right, #2a4d61, #2a4d61);
            background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.1em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            padding: 0.5em 3em 0.5em 1em;
        }

    #Enquiry label {
        font-size: 20px;
        font-weight: 600;
    }

    #Enquiry #SubmitSection .btn-submit {
        border: 3px solid #f5f5f5;
        border-bottom: 3px solid #2a4d61;
        color: #555;
    }

    #Enquiry .btn {
        background: transparent !important;
        border: 4px solid transparent !important;
        border-left: 4px solid #2a4d61 !important;
        color: #555 !important;
        font-size: 30px;
        font-weight: 100;
        border-radius: 5px;
        box-shadow: 0 0px 10px -3px #bababa;
        outline: none;
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -webkit-appearance: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }

    #Enquiry .btn-active {
        color: #fff !important;
        background: #2a4d61 !important;
        border: 4px solid transparent !important;
    }

    #Enquiry .btn:hover {
        box-shadow: inset 0 0 6px -2px #2a4d61, 0 3px 7px -2px #bababa !important;
        border: 4px solid #2a4d61 !important;
    }

    #Enquiry .btn-radio {
        width: 100px;
        float: left;
        font-size: 20px;
        margin: 10px 5px;
    }

    #Enquiry .btn-lookup {
        width: 100px;
        height: 60px;
        float: left;
        font-size: 20px;
        margin: 0 5px 6px 5px;
        border: 3px solid transparent !important;
        border-bottom: 3px solid #2a4d61 !important;
    }

        #Enquiry .btn-lookup:hover {
            border: 3px solid #2a4d61 !important;
        }

.postcode-result h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: 2px solid #2a4d61;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.postcode-result .addressList {
    display: block;
    max-height: 200px;
    overflow-x: auto;
    padding: 10px 0 0 0;
}

    .postcode-result .addressList p {
        font-size: 17px;
        padding-bottom: 2px;
        text-align: center;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }

.postcode-result p:hover {
    font-weight: 900;
    box-shadow: 0 5px 5px 0px #bababa;
    border-radius: 5px;
    cursor: pointer;
}

#Enquiry .container-radio-button {
    display: flex;
    justify-content: center;
}

#Enquiry .card {
    padding: 20px 13px;
    margin: 30px 0 0 0;
    border-radius: 5px;
    border: 3px solid #2a4d61;
    box-shadow: 0 5px 5px 0px #bababa;
    background: #e9e9e9;
}

#Enquiry #SubmitSection .btn-submit:hover {
    box-shadow: inset 0 0 6px -2px #2a4d61, 0 3px 7px -2px #bababa;
    border: 3px solid #2a4d61;
}

#Enquiry .field-validation-error {
    font-size: 17px;
    color: #e74a3b;
    font-weight: 600;
}

#EnquirySuccess .success-circle {
    background: #1cc88a;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 100px;
}

    #EnquirySuccess .success-circle .cssTick {
        position: relative;
        left: 60px;
        top: 28px;
        width: 57px;
        transform: scale(-1,1) rotate(120deg);
        font-weight: bold;
        font-size: 90px;
        color: #fff;
        font-family: cursive;
    }

#Enquiry .heading-text {
    margin: 40px 0 50px 0;
    text-align: center;
}

#SubmitSection {
    padding: 50px;
}

#Enquiry .body .form-heading-text {
    margin: 50px 0 50px 0;
    font-size: 50px;
    font-weight: 600;
}


@media only screen and (max-width: 600px) {
    #Enquiry .heading-text {
        margin: 20px 0 20px 0 !important;
    }

    #Enquiry .body .form-heading-text {
        font-size: 30px;
    }

    #SubmitSection h2 {
        font-size: 25px !important;
    }

    #Enquiry .header img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    #Enquiry .restrict-areabox {
        min-height: 200px;
    }

    #SubmitSection {
        padding: 20px;
    }

    #Enquiry .heading-text {
        padding: 0 30px 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    #Enquiry .heading-text {
        padding: 0 20px 0 20px;
        margin: 40px 0 40px 0;
    }
}

/* -------- Main Loading Symbol -------- */
.oms-loader {
    width: 100px;
    height: 102px;
    border-radius: 100%;
    position: relative;
    top: ~"calc(50% - 102px)";
    left: ~"calc(50% - 50px)";
    margin: 30px 0;
    z-index: 10;
}

.oms-loader .circle {
    width: 100%;
    height: 100%;
    position: absolute;
}

.oms-loader .circle .inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid;
    border-right: none;
    border-top: none;
    box-sizing: unset;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.circle:nth-of-type(0) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.circle:nth-of-type(0) .inner {
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.circle:nth-of-type(1) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circle:nth-of-type(1) .inner {
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.circle:nth-of-type(2) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.circle:nth-of-type(2) .inner {
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.circle:nth-of-type(3) {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.circle:nth-of-type(3) .inner {
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

/* -------- Line Loader -------- */
.oms-line-loading {
    &:not(.disable) {
        &:not(.panel-footer), &.panel-footer::before {
            width: 100%;
            height: 3px;
            background: linear-gradient(to right,#adc9d7,#0c86c7);
            margin: 10px 0;
            border-radius: 20px;
            background-size: 20%;
            background-repeat: repeat-y;
            background-position: -25% 0;
            animation: scroll 1.9s cubic-bezier(.46,.03,.52,.96) infinite;
        }

        &.panel-footer::before {
            content: " ";
            margin-top: -12px;
            position: absolute;
            left: 0;
        }
    }
}

@keyframes scroll {
    50% {
        background-size: 40%;
        background-position: 47.5% 52.5%;
    }

    100% {
        background-position: 125% 0
    }
}
