*,
::before,
::after {
    box-sizing: border-box
}

:root {
    --black: #222222;
    --light-black: #484848;
    --light-gray: #cecece;
    --dark-gray: #b0b0b0;
    --brand-orange: #f80;
    --brand-orange-dark: #db7500;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role='list'],
ol[role='list'] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    ::before,
    ::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

/* **************************************** */
/* SETUP */
/* **************************************** */
body,
html {
    font-family: sans-serif;
    min-width: 320px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #333;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    font-variant-numeric: proportional-nums
}

:root {
    --black: #202020;
    --purple: #FFB0F8;
    --yellow: #FFCD51;
    --orange: #FD9A44;
    --green: #12CE8A;
    --cyan: #B6E6F8;
    --blue: #559BC2;
}

*,
:after,
:before {
    box-sizing: inherit
}

h1,
h2,
h3 {
    color: #32325d;
    font-weight: 500
}

a {
    text-decoration: none
}

a.link {
    text-decoration: none;
    color: #01579b;
    font-weight: 700
}

a.link:hover {
    background: #01579b;
    transition: .5s;
    color: #fff;
    cursor: pointer
}

.mn {
    margin: 0
}

.di {
    display: inline
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.pr {
    position: relative
}

.fr {
    float: right
}

.tac {
    text-align: center;
}

.displayBlock {
    display: block
}

.displayNone {
    display: none
}

.clear {
    clear: both
}

.left {
    float: left;
    width: 49%
}

.right {
    float: right;
    width: 49%
}

.subtle-hr {
    height: 1.4px;
    background: var(--dark-gray);
    margin: 12px 0;
}

.two-cols {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.pay-h3 {
    color: white !important;
    margin-bottom: 100px;
}

.two-cols .pay-option-col {
    flex: 1;
    max-width: 300px;
}

.two-cols .pay-option-col h5 {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.two-cols .main-form-btn {
    margin: auto;
    display: block;
}
/* **************************************** */





/* **************************************** */
/* * Containers */
/* **************************************** */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.hero-outer {
    background-color: #2e3c56;
    margin-bottom: 50px;
}

.hero-content {
    color: #fff;
    padding: 10px 0 64px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-content .hero-side {
    flex: 1;
}

img.hero-side {
    max-width: 200px;
}

.hero-outer h1 {
    color: white;
    font-size: 55px;
    line-height: 83px;
    padding-top: 30px;
}

.hero-content p.tagline {
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
    width: 500px;
    max-width: 100%;
}

.hero-side>h3 {
    color: white !important;
}

.hero-side>input {
    background: white!important;
}

.container h2 {
    display: block;
    width: 100%;
    clear: both;
    color: #24292e;
    margin: 30px 0 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    text-align: left;
    font-weight: bold;
}

.container h2:not(.container h2:first-child) {
    border-top: 1.5px solid var(--light-gray);
    padding-top: 40px;
}

.container h3 {
    color: #24292e;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0 10px 0;
}

.container p {
    margin: 20px 0;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1080px;
        padding: 0 30px;
    }

    .admin-container {
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .nav-inner {
        justify-content: center !important;
    }
}
/* **************************************** */





/* **************************************** */
/* * Floating price */
/* **************************************** */
.floating-price-mobile {
    display: none;
    font-weight: bold;
    font-size: 20px;
    color: orange;
}

.floating-price-desktop {
    position: absolute;
    top: 100px;
    left: 40px;
    font-weight: bold;
    font-size: 20px;
    color: orange;
    width: 120px;
    text-align: center;
}

.hero-outer {
    position: relative;
}

@media screen and (max-width: 1350px) {
    .floating-price-mobile {
        display: block;
    }

    .floating-price-desktop {
        display: none;
    }
}
/* **************************************** */





/* **************************************** */
/* * Navigation */
/* **************************************** */
nav.navigation-outer {
    width: 100vw;
    background: var(--black);
    padding: 16px 0;
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.nav-logo img {
    width: 175px;
}

ul.navigation {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

ul.navigation li a {
    font-weight: bold;
    color: white;
}

ul.navigation li a:hover {
    color: var(--light-black);
    transition: .3s;
    cursor: pointer;
}

.in-content-img {
    float: left;
    width: 50%;
    margin-right: 20px;
}

.nav-book {
    background: var(--brand-orange);
    padding: 10px 20px;
    border-radius: 6px;
}

.nav-book:hover {
    background: var(--brand-orange-dark);
    transition: .3s;
    cursor: pointer;
    color: white !important;
}
/* **************************************** */





/* **************************************** */
/* * Booking form */
/* **************************************** */
.booking-form-outer {
    width: 470px;
    margin: auto;
    background: var(--light-gray);
    padding: 10px 30px 30px 30px;
    border-radius: 6px;
}

.booking-form-outer h2 {
    margin: 20px 0 25px 0;
}

.booking-form-outer span {
    font-weight: bold;
    font-size: 18px;
    margin-top: 13px;
    display: block;
}
/* **************************************** */





/* **************************************** */
/* * PRoducts Grid  */
/* **************************************** */
.products-grid {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.product-el {
    border: 1.5px solid var(--light-gray);
    padding: 10px 15px;
    border-radius: 6px;
    flex-basis: 300px;
    flex-grow: 1;
}

.product-el h4 {
    text-align: center;
    font-weight: bold;
    font-size: 27px;
}

.product-el-details {
    margin: 15px 0;
    width: 100%;
    border-top: 1.25px solid var(--dark-gray);
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1.25px solid var(--dark-gray);
}

.product-el-split {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
}

.product-el-split img {
    flex-basis: 200px;
    flex-grow: 1;
    width: 200px;
}

.dimensions-outer {
    flex-grow: 1;
}

.dimensions-outer h5 {
    margin: 0 0 10px 0;
}

.dimensions-outer ul {
    padding-left: 18px;
    margin: 0;
}

.locations-list a {
    background: var(--light-gray);
    padding: 15px 25px;
    border-radius: 4px;
    color: black;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border: 1.5px solid var(--dark-gray);
}

.locations-list a:hover {
    background: var(--dark-gray);
    transition: .3s;
    cursor: pointer;
}

.locations-list {
    flex-basis: 280px;
    flex-grow: 1;
    gap: 20px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.locations-split {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
    flex-wrap: wrap;
}

.locations-text {
    flex-basis: 390px;
    flex-grow: 1;
}
/* **************************************** */






/* **************************************** */
/* * Buttons and Inputs */
/* **************************************** */
.btn {
    font-style: normal;
    outline: none;
    white-space: nowrap;
    display: inline-block;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .025em;
    text-decoration: none;
    transition: all .15s ease;
    /* text-shadow: 0 1px 3px rgba(36, 180, 126, .4); */
}

.btn:hover {
    cursor: pointer;
    transition: all .15s ease;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    /* text-shadow: 0 1px 3px rgba(36, 180, 126, .4); */
}

.search-btn {
    background: var(--blue);
    width: 43px;
    height: 43px;
    padding: 10px;
    fill: white;
    margin-top: 5px;
}

.search-btn:hover {

    opacity: .6;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.4;
}

.search-inputs-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.main-form-btn,
.main-btn {
    color: white;
    background: var(--brand-orange);
    border-color: var(--brand-orange-dark);
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 20px;
}

.main-form-btn:hover,
.main-btn:hover {
    background: var(--brand-orange-dark);
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.main-form-secondary {
    color: var(--brand-orange);
    background: transparent;
    border: 2px solid var(--brand-orange);
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 20px;
}

.main-form-secondary:hover {
    background: var(--brand-orange);
    cursor: pointer;
    color: white;
    text-decoration: none;
    transition: .3s;
}

.main-form-back {
    color: white;
    background: none;
    border: none;
    font-weight: 600;
}

.main-form-back:hover {
    text-decoration: underline;
    transition: .3s;
    cursor: pointer;
}

.dual-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: start;
    margin-top: 20px;
}

button.sbtn {
    letter-spacing: .2px;
    text-decoration: none;
    padding: 0 8px 0 12px;
    border-radius: 16.5px;
    outline: none;
    box-sizing: border-box;
    white-space: nowrap;
    transition-property: background-color, opacity;
    justify-self: flex-start;
    line-height: 24px;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    fill: white;
    color: white;
    background: #5c52a3;
    border: none;
    gap: 10px;
    justify-content: center;
}

button.sbtn svg {
    height: 10px;
    margin-top: 2px;
}

button.sbtn:hover {
    cursor: pointer;
    transition: .3s;
}

button.sbtn-primary:hover {
    background: #393366;
}

button.sbtn-danger {
    background: #e44141 !important;
}

button.sbtn-danger:hover {
    background: #942b2b !important;
}

button.sbtn-secondary {
    letter-spacing: .2px;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0 6px;
    border-radius: 16.5px;
    color: #5c52a3;
    fill: #5c52a3;
    outline: none;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
    transition-property: color, opacity;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

button.sbtn-secondary:hover {
    cursor: pointer;
    transition: .3s;
    color: #393366;
    fill: #393366;
}

button.sbtn-tertiary svg,
button.sbtn-secondary svg {
    height: 10px;
}

button.sbtn-tertiary {
    letter-spacing: .2px;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-radius: 100px;
    outline: none;
    box-sizing: border-box;
    white-space: nowrap;
    transition-property: background-color, opacity;
    justify-self: flex-start;
    line-height: 18px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    fill: #5c52a3;
    color: #5c52a3;
    background: #fff;
    border: 2px solid #5c52a3;
    gap: 10px;
}

button.sbtn-tertiary:hover {
    cursor: pointer;
    transition: .3s;
    color: #fff;
    fill: #fff;
    background: #393366;
    border-color: #393366;
}

button.choice-plan-btn:hover,
button.sbtn:hover {
    cursor: pointer;
    transition: .3s;
    background: #393366;
}

.date-time-split-outer .field {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

.date-time-split-outer {
    flex: 1
}

.date-time-split {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.date-time-split .field {
    max-width: unset !important;
    min-width: unset !important;
    display: inline-block;
    flex: 1;
    width: 49%;
    margin-bottom:  0 !important;
}
/* **************************************** */




/* **************************************** */
/* * Nice JS Inputs */
/* **************************************** */
.field__input-wrapper input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    height: 50px !important;
}

@media only screen and (max-width: 768px) {
    .field__input-wrapper input[type="date"] {
        font-size: 16px;
    }
}

.field {
    width: 100%;
    float: left;
    padding: .4285714286em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field__input-wrapper {
    position: relative;
}

.field__input-wrapper label,
.field__input-wrapper input[type="date"] label {
    line-height: 1.3em;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-direction: normal;
    text-align: left;
    margin: 0.5em 0;
    display: block;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 90%;
    margin-top: 0.4285714286em;
    margin-left: 1px;
    padding: 0 0.9166666667em;
    z-index: 1;
    user-select: none;
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    transition: all .2s ease-out;
    color: var(--black);
    /* background: #f6f8fa; */
}

.field__input-wrapper select,
.field__input-wrapper textarea,
.field__input-wrapper input,
.field__input-wrapper input[type="date"],
.field__input-wrapper .StripeElement {
    margin: 0;
    display: block;
    width: 100%;
    padding: 11px 0.7857142857em;
    line-height: inherit;
    border-radius: 5px;
    background-color: var(--light-gray);
    color: var(--black);
    transition: all .2s ease-out;
    border: 1px solid #d6d6d6;
    position: relative;
}

.field--show-floating-label .field__label {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.field--show-floating-label .field__input {
    padding-top: 17px;
    padding-bottom: .3571428571em;
}

.field--show-floating-label .field__input::-webkit-input-placeholder {
    color: transparent
}

.field--show-floating-label .field__input:-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input:-ms-input-placeholder {
    color: transparent
}

select.field__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.field__caret {
    display: block;
    width: 2.1428571429em;
    height: 43%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
}

.field__caret svg {
    color: #919191;
    position: absolute;
    margin-left: -2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}

.field--show-floating-label .field__input {
    padding-top: 17px;
    padding-bottom: .3571428571em;
}

.field--show-floating-label .field__input::-webkit-input-placeholder {
    color: transparent
}

.field--show-floating-label .field__input:-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input:-ms-input-placeholder {
    color: transparent
}

#mainPostcodeInp {
    flex: 1;
    min-width: 320px;
}

#enquiryPrice {
    font-size: 25px;
    font-weight: bold;
    color: green;
}

.input-grid,
.upload-files-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    clear: both;
}

.input-grid .field {
    max-width: 49%;
    margin-bottom: 20px;
    /* flex: 1; */
    min-width: 300px;
}

.password-grid .field {
    flex: 1;
    max-width: unset !important;
}

.upload-files-row>div {
    flex: 1;
}

#engineerPostcodesWrapper textarea {
    height: 245px;
    margin-top: 24px;
}

.main-form-full-width {
    margin-bottom: 20px;
}

.parts-msg {
    font-weight: bold;
    font-size: 18px;
}

#date-placeholder {
    display: none;
    /* Hide the label initially */
}

/* When the input field is empty, show the label */
input[type="date"]:not(.has-value)+#date-placeholder {
    display: block;
    position: absolute;
    pointer-events: none;
    left: 11px;
    /* Adjust based on your needs */
    top: 11px;
    /* Adjust based on your needs */
}

/* Hide label if input field has a value */
input[type="date"].has-value+#date-placeholder {
    display: none;
}

/* **************************************** */





/* **************************************** */
/* * Table */
/* **************************************** */
.styled-table {
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    min-width: 320px;
    overflow-x: auto;
    text-wrap: nowrap;
    text-align: left;
}

.styled-table-header {
    color: #fff;
    background: #585e63
}

.styled-table-header:hover {
    color: #fff;
    background: #585e63
}

.styled-table-header th {
    font-weight: 400;
    padding: 10px;
    border-bottom: 2px solid #d6dee5
}

table {
    text-align: center
}

tr:nth-child(even) {
    background: #f8f9fa
}

tr:nth-child(even):hover {
    background: #e4e4e4
}

tr:hover {
    background: #e4e4e4
}

.header-tr th {
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase
}

table td {
    border-top: 1px solid #d6dee5;
    padding: 8px
}

.radio-row {
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
/* **************************************** */





/* **************************************** */
/* Material Checkbox */
/* **************************************** */
.checkbox {
    display: block;
    position: relative;
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 500;
}

.checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 0;
}

.checkbox__label {
    display: block;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.checkbox__label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 38, 70, 83.54);
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}

.checkbox__label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox__input:checked+.checkbox__label:before {
    background-color: #70943d;
    border-color: #70943d;
}

.checkbox__input:checked+.checkbox__label:after {
    border-color: #fff;
}

/* **************************************** */




/* **************************************** */
/* Loading Plugin */
/* **************************************** */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff0000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.field__input:focus,
.field__input:not(:placeholder-shown) {
    background: white !important;
}

.services-option {
    -webkit-text-size-adjust: 100%;
    visibility: visible;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    display: block;
    font-weight: 600;
    color: rgb(0, 0, 0);
    word-break: break-word;
}

/* **************************************** */





/* **************************************** */
/* * Admin */
/* **************************************** */
.admin-section {
    margin-bottom: 35px;
    overflow-x: auto;
}

.upload-files-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.upload-area {
    flex: 1;
}
/* **************************************** */




/* **************************************** */
/* * New form */
/* **************************************** */
form#dynamic-form {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.form-div {
    max-width: 210px;
    background: white;
    padding: 30px;
    color: black;
    font-weight: bold;
    flex: 1;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}

.form-div:hover {
    cursor: pointer;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
    transition: .3s;
}

.form-div img {
    width: 70px;
    display: block;
    margin: auto;
}

.form-div span {
    margin-top: 12px;
    display: block;
}

/* **************************************** */





/* **************************************** */
/* * Form */
/* **************************************** */
.form-step {
    max-width: 100%;
    width: 100%;
}

#formStep2 {
    margin: auto;
}

.form-step .uk-button-default {
    color: white !important;
}

.form-step .field {
    padding: 0 !important;
}

.form-step h2 {
    color: white;
    font-weight: bold;
}

.step-1-outer-half {
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: start;
    gap: 12px;
    flex-wrap: wrap;
}

.form-step-inner-half {
    flex: 1;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    gap: 12px;
}

.form-step-inner-half .services-inp,
.form-step-inner-half .main-form-btn {
    flex: 1;
}

.example-row {
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    box-sizing: border-box;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: -16px;
}

.example-row .example {
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    margin-left: 8px;
    margin-top: 16px;
}

.services-inp {
    border-radius: 4px !important;
    width: 220px;
}

.form-step .field__input::placeholder {
    color: white;
}

.form-step .field__input:focus::placeholder {
    color: black !important;
}

.form-step .enquiry-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-around;
}

.form-step .enquiry-details .enquiry-details-item {
    text-align: center;
    flex: 31%;
    background: white;
    color: black;
    padding: 12px;
    border-radius: 6px;
}

.form-step .enquiry-details span.details-heading {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
}

/* **************************************** */





/* **************************************** */
/* * Success */
/* **************************************** */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

/* **************************************** */





/* **************************************** */
/* * Invalid */
/* **************************************** */
.invalid-accept svg {
    width: 80px;
    margin: auto;
    display: block;
}

.invalid-accept .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.invalid-accept .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.invalid-accept .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}

.invalid-accept .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

.invalid-accept p {
    text-align: center;
    margin: 20px 0 60px;
    font-size: 1.25em;
}

.invalid-accept p.success {
    color: #73AF55;
}

.invalid-accept p.error {
    color: #D06079;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

/* **************************************** */





/* **************************************** */
/* * Contact */
/* **************************************** */
.two-cols .contact-form {
    flex: 1;
    width: 100%;
}

.two-cols .contact-right {
    flex: 1;
    width: 100%;
}

.contact-form {
    background: white;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
}

.contact-home {
    width: 525px;
    margin: 40px 0;
}

.contact-form input:not(.contact-form input[type="checkbox"]),
.markers-txt,
.contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #a3a3a3;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    border-radius: 5px;
    margin: 10px 0;
}

.contact-form .main-btn:hover {
    transform: translate(0, -1px);
}

.contact-right h2 {
    margin-top: 0;
}

.contact-right h3 {
    margin: 15px 0 0 0;
}

.contact-right h3:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

.contact-right p {
    margin: 15px 0;
}

.email-link {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.contact-el {
    display: flex;
    justify-content: start;
    gap: 16px;
    align-items: center;
}

.book-now-form {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
/* **************************************** */





/* **************************************** */
/* * Footer */
/* **************************************** */
footer {
    width: 100vw;
    padding: 40px;
    color: white;
    border-top: 6px solid #313f59;
    background: #333;
    margin-top: 50px;
}

.footer-content {
    width: 1300px;
    margin: 0 auto;
    display: block;
}

.footer-column {
    float: left;
    width: 206px;
    margin-right: 10px;
}

.copy {
    margin: 0;
}

.footer-title {
    color: white;
    font-weight: 700;
}

.footer-column h3 {
    margin: 0;
}

ul.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.footer-list li {
    padding: 5px 0;
}

ul.footer-list li a {
    color: white;
    text-decoration: none;
}

ul.footer-list li a:hover {
    cursor: pointer;
    color: #AD343E;
    transition: .3s;
}

.bottom-footer {
    display: block;
    margin: 0 auto;
    width: 445px;
    margin-top: 50px;
}

.bottom-footer p a {
    text-decoration: none;
    color: white;
}

.bottom-footer p a:hover {
    cursor: pointer;
    color: #AD343E;
    transition: .3s;
}

/* **************************************** */





/* **************************************** */
/* MEDIA QUERIES */
/* **************************************** */
@media screen and (max-width: 995px) {
    .hero-content {
        justify-content: center !important;
    }

    .hero-content .hero-side {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #keyOuter {
        font-size: 10px;
    }

    .logo-area {
        width: calc(100% - 65px);
    }

    .search-inputs-box .material-input {
        width: 100%;
    }

    #keyOuter {
        bottom: 268px;
        top: unset;
        left: 0;
        right: unset;
    }
}

@media screen and (max-width: 1375px) {
    .footer-content {
        width: 100%;
    }
}


@media screen and (max-width: 770px) {
    .input-grid .field {
        max-width: 100%;
    }
}

/* **************************************** */





/* **************************************** */
/* * CSV Upload */
/* **************************************** */
.upload-dragover {
    background: #a2caf2 !important;
}

.upload-area {
    font-size: 1.25rem;
    background: #f9f8fd;
    position: relative;
    padding: 50px 20px;
    outline: 2px dashed #d2d1de;
    margin-top: 20px;
    border-radius: 8px;
    color: #a4a4a4;
}

.upload-area .box__input svg {
    width: 100%;
    height: 60px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 20px;
}

.upload-area .box__input label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    display: block;
    text-align: center;
}

.csv-info-panel {
    margin-top: 20px;
}

.csv-info-panel .filename {
    font-weight: bolder;
    font-size: 14px;
}

.csv-info-panel .upload-details {}

.csv-info-panel .upload-details .upload-details-name-icon {
    margin-right: 20px;
    display: flex;
    justify-content: start;
}

/* .csv-info-panel .upload-details svg {
    height: 48px;
    margin-right: 20px;
} */

.csv-info-panel .upload-details-markers {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
}

.csv-info-panel .upload-details-markers .upload-details-name-icon {
    margin-right: 20px;
    display: flex;
    justify-content: start;
}

.csv-info-panel .upload-details-markers svg {
    height: 48px;
    margin-right: 20px;
}

.csv-info-panel .upload-column-picker {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.column-guess-outer {
    flex-shrink: 0;
    min-width: 48%;
    max-width: 50%;
}

.column-guess-outer ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.column-guess-outer ul li {
    padding: 5px 10px;
    border: 1px solid black;
    margin-bottom: -0.5px;
    font-size: 11px;
    overflow-x: hidden;
    white-space: nowrap;
}

.column-guess-outer ul li:first-child {
    border-radius: 4px 4px 0 0;
}

.column-guess-outer ul li:last-child {
    border-radius: 0 0 4px 4px;
}

.csv-info-panel .upload-column-picker .field {
    margin-right: 12px;
}

.csv-info-panel .upload-column-picker .field:last-child {
    margin-right: 0;
}
/* **************************************** */
