@charset "UTF-8";

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

html.no-scroll {
    overflow: hidden;
}

@-ms-viewport {
    width: device-width;
}

body {
    padding: 75px 0 320px;
    scroll-behavior: smooth;
    margin: 0;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.15;
    overflow-x: hidden;
    cursor: default;
    background-attachment: fixed;
    background: #fff url("../images/footer-illustration.svg") no-repeat bottom center;
    background-size: 100%;
}

body.no-scroll {
    overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: auto;
    resize: vertical;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact {
    text-align: center;
    padding-top: 50px;
}

.contact h2 {
    background: linear-gradient(90deg, #5e3f8f 0%, #f24975 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 30px;
}

.contact-form .btn {
    width: 100%;
}

.contact-address:not(:last-child) {
    margin-bottom: 20px;
}

.contact-address h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    margin: 0 0 20px;
}

.container {
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

div[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.justify-content-center {
    justify-content: center !important;
}

.form-group {
    position: relative;
    margin: 0 0 15px;
}

.contact h1 {
    padding: 0;
    margin: 0 0 20px;
    font-size: 52px;
    font-weight: 600;
}

.contact-form label {
    font-size: 15px;
    display: block;
    text-align: left;
    margin-bottom: 8px;
    color: #4D4148;
}

.contact a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.btn {
    border: none;
    letter-spacing: 0.35px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    text-align: center;
    background: linear-gradient(90deg, #5e3f8f 0%, #f24975 100%);
    resize: none;
    transition: 0.4s;
}

.align-items-center {
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

img.logo {
    height: 85px;
    margin: 0px 0 30px;
}


label a {
    text-decoration: underline;
}

input[type="checkbox"] {
    resize: none;
    height: 15px;
    width: 15px;
}

.input-group {
    display: flex;
}

#load_btn {
    width: 250px;
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
    margin-left: -1px;
}

#post_code {
    border-radius: 5px 0 0 5px;
}

.select2-container--default .select2-selection--single {
    background: rgb(60 21 43 / 90%);
    border: none;
    padding: 10px 12px;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

/*new css*/
.header {
    position: fixed;
    z-index: 9999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.75);
    top: 0;
    width: 100%;
    transition: 0.3s linear all;
    box-shadow: 0 0 20px -4px rgba(25, 23, 22, 0.35);
    padding: 15px 0;
}

.header>.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header>.container img {
    height: 48px;
    margin: 0;
}

.header>.container h1 {
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    color: #5E3F8F;
    margin: 0;
}

.success-message,
.failed-message {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.success-message p,
.failed-message p {
    margin: 0;
}

.alert-success,
.success-message {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger,
.failed-message {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.form-control {
    padding: 14px 15px;
    resize: none;
    color: #4D4148;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    background: #ffffff;
    background-clip: padding-box;
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #f1f3f5;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s linear;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    border-color: #194F9F;
}

.select2-container--default .select2-selection--single {
    background: #ffffff;
    border: 1px solid #f1f3f5;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.03);
    padding: 10px 12px;
    height: auto;
}

.checkbox {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    line-height: 22px;
    padding-left: 26px;
}

.checkmark {
    position: absolute;
    display: inline-block;
    height: 16px;
    width: 16px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #000000;
    transition: 0.3s linear all;
    left: 0;
    top: 5px;
}

.checkbox a {
    color: #BF2280;
    font-size: 15px;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox input:checked~.checkmark {
    background: #BF2280;
    border: 1px solid #BF2280;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 4px;
    top: 0;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media all and (max-width: 767px) {
    div[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    img.logo {
        margin: 0px 0 20px;
    }
    .contact h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .contact-form {
        padding-top: 20px;
    }

    .contact {
        padding: 30px 0;
    }

    body {
        padding: 80px 0 60px;
    }
    .header>.container h1{
        font-size: 20px;
    }
    .contact h2{
        font-size: 24px;
        line-height: 32px;
    }
    .contact-form label{
        font-size: 14px;
    }
}
@media screen and (min-width: 1599px) {
    body{
        padding-bottom: 410px;
    }
}