.sticky-ws-modal .input-field-gp.input-filled input.form-control:hover, .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=email]:hover, .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=password]:hover, .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=text]:hover, .sticky-ws-modal .input-field-gp.input-filled textarea:hover {
    border-color: rgba(65, 115, 160, 1)
}

.sticky-ws-modal .input-field-gp {
    display: block;
    position: relative
}

.sticky-ws-modal .input-field-gp:has(textarea) {
    line-height: 0;
}

.sticky-ws-modal .input-field-gp textarea {
    line-height: normal;
}

.sticky-ws-modal .input-field-gp input.form-control[type=email], .sticky-ws-modal .input-field-gp input.form-control[type=password], .sticky-ws-modal .input-field-gp input.form-control[type=text], .sticky-ws-modal .input-field-gp textarea {
    padding: 19px 20px 5px;
    font-size: 18px;
    color: #333;
    height: auto;
    font-family: metropolis, sans-serif;
    border: 1px solid #bababa;
    border-radius: 0;
    transition: all .3s ease;
    width: 100%
}

.sticky-ws-modal .input-field-gp input.form-control[type=email]:hover, .sticky-ws-modal .input-field-gp input.form-control[type=password]:hover, .sticky-ws-modal .input-field-gp input.form-control[type=text]:hover, .sticky-ws-modal .input-field-gp textarea:hover {
    border-color: rgba(65, 115, 160, 1)
}

.sticky-ws-modal .input-field-gp input.form-control[type=email] + label.input-label, .sticky-ws-modal .input-field-gp input.form-control[type=password] + label.input-label, .sticky-ws-modal .input-field-gp input.form-control[type=text] + label.input-label, .sticky-ws-modal .input-field-gp textarea + label.input-label {
    position: absolute;
    font-size: 18px;
    color: #bababa;
    font-family: metropolis, sans-serif;
    font-weight: 300;
    top: 50%;
    margin-bottom: 0;
    line-height: 26px;
    margin-top: -13px;
    transition: all .3s ease;
    left: 20px;
    pointer-events: none
}

.sticky-ws-modal .input-field-gp input.form-control[type=email]:focus, .sticky-ws-modal .input-field-gp input.form-control[type=password]:focus, .sticky-ws-modal .input-field-gp input.form-control[type=text]:focus, .sticky-ws-modal .input-field-gp textarea:focus {
    outline: 0;
    border: 1px solid #333;
    box-shadow: none
}

.sticky-ws-modal .input-field-gp input.form-control[type=email]:focus + label.input-label, .sticky-ws-modal .input-field-gp input.form-control[type=password]:focus + label.input-label, .sticky-ws-modal .input-field-gp input.form-control[type=text]:focus + label.input-label, .sticky-ws-modal .input-field-gp textarea:focus + label.input-label {
    color: #333;
    font-size: 12px;
    transform: translateY(-15px)
}

.sticky-ws-modal .input-field-gp.input-filled input.form-control[type=email], .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=password], .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=text], .sticky-ws-modal .input-field-gp.input-filled textarea {
    border: 1px solid #333
}

.sticky-ws-modal .input-field-gp.input-filled input.form-control[type=email] + label.input-label, .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=password] + label.input-label, .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=text] + label.input-label, .sticky-ws-modal .input-field-gp.input-filled textarea + label.input-label {
    color: #333;
    font-size: 12px;
    transform: translateY(-15px)
}

.sticky-ws-modal .input-field-gp.input-filled textarea + label.input-label span span {
    display: none
}

.sticky-ws-modal .input-field-gp textarea {
    height: 200px
}

.sticky-ws-modal .input-field-gp textarea:hover {
    border-color: rgba(65, 115, 160, 1)
}

.sticky-ws-modal .input-field-gp textarea + label.input-label {
    margin-top: 0;
    top: 15px
}

.sticky-ws-modal .input-field-gp textarea:focus + label.input-label span span {
    display: none
}

@media only screen and (max-width: 767px) {
    .sticky-ws-modal .input-field-gp input.form-control[type=email], .sticky-ws-modal .input-field-gp input.form-control[type=password], .sticky-ws-modal .input-field-gp input.form-control[type=text], .sticky-ws-modal .input-field-gp textarea {
        font-size: 16px;
        padding: 12px 15px 5px
    }

    .sticky-ws-modal .input-field-gp input.form-control[type=email] + label.input-label, .sticky-ws-modal .input-field-gp input.form-control[type=password] + label.input-label, .sticky-ws-modal .input-field-gp input.form-control[type=text] + label.input-label, .sticky-ws-modal .input-field-gp textarea + label.input-label {
        font-size: 16px;
        left: 15px;
        line-height: 16px;
        padding-top: 5px
    }

    .sticky-ws-modal .input-field-gp input.form-control[type=email]:focus + label.input-label, .sticky-ws-modal .input-field-gp input.form-control[type=password]:focus + label.input-label, .sticky-ws-modal .input-field-gp input.form-control[type=text]:focus + label.input-label, .sticky-ws-modal .input-field-gp textarea:focus + label.input-label {
        font-size: 11px;
        transform: translateY(-11px)
    }

    .sticky-ws-modal .input-field-gp textarea + label.input-label {
        top: 10px
    }

    .sticky-ws-modal .input-field-gp textarea:focus + label.input-label {
        transform: translateY(-13px)
    }

    .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=email] + label.input-label, .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=password] + label.input-label, .sticky-ws-modal .input-field-gp.input-filled input.form-control[type=text] + label.input-label {
        font-size: 11px;
        transform: translateY(-11px)
    }

    .sticky-ws-modal .input-field-gp.input-filled textarea + label.input-label {
        font-size: 11px;
        transform: translateY(-13px)
    }
}

.sticky-ws-modal .form-check {
    margin-bottom: 10px
}

.sticky-ws-modal .form-check input.form-check-input {
    height: auto;
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 28px;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    margin: 0
}

.sticky-ws-modal .form-check label.checkbox-label {
    padding-left: 20px
}

.sticky-ws-modal .form-check label.checkbox-label span.check-circle {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #fff;
    border: 1px solid #818181;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px
}

.sticky-ws-modal .form-check label.checkbox-label span.check-circle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.sticky-ws-modal .form-check label.checkbox-label span.check-square {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden
}

.sticky-ws-modal .form-check label.checkbox-label span.check-square:before {
    border: 1px solid #bababa;
    border-radius: 0;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../../../../../../content/dam/global/icons/icon-tick.png);
    top: 0;
    left: 0;
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.sticky-ws-modal .form-check label.checkbox-label a {
    color: rgba(19, 43, 102, 1);
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit
}

.sticky-ws-modal .form-check input[type=radio]:checked + .checkbox-label span.check-circle:before {
    background-color: #006cb5
}

.sticky-ws-modal .form-check input[type=checkbox]:checked + .checkbox-label span.check-square:before {
    border-color: #006cb5;
    background-color: #006cb5
}

@media only screen and (max-width: 767px) {
    .sticky-ws-modal .form-check label.checkbox-label {
        padding-left: 15px
    }

    .sticky-ws-modal .form-check label.checkbox-label span.check-square {
        top: 2px;
        width: 20px;
        height: 20px
    }

    .sticky-ws-modal .form-check label.checkbox-label span.check-square:before {
        width: 20px;
        height: 20px;
        background-size: 16px auto;
        border-radius: 0
    }
}

@media only screen and (max-width: 767px) {
    .sticky-ws-modal .v-check input.form-control[type=text] {
        height: 65px;
        padding-top: 35px
    }

    .sticky-ws-modal .v-check input.form-control[type=text] + label.input-label {
        font-size: 16px;
        line-height: 15px;
        padding-top: 0
    }
}

.sticky-ws-modal .LV_validation_message {
    margin: 0 0 0 5px
}

.sticky-ws-modal .LV_valid {
    display: none
}

.sticky-ws-modal .LV_invalid {
    color: #c00
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown {
    width: 100%
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag {
    background-color: #fff;
    padding: 12px 45px 12px 10px;
    border: 1px solid #bababa;
    border-radius: 0;
    width: 120px;
    display: inline-block
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag:hover {
    border-color: rgba(65, 115, 160, 1)
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag .selected-dial-code {
    font-family: metropolis, sans-serif;
    font-size: 18px
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag .iti-arrow {
    width: 13px;
    height: 8px;
    background-image: url(../../../../../../content/dam/global/icons/icon-arrow-down.png);
    background-size: cover;
    border: 0;
    margin-top: -4px;
    right: 10px
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag:focus {
    outline: 0
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .country-list li {
    text-indent: 0;
    font-size: 18px;
    font-family: metropolis, sans-serif
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .country-list li span.country-name {
    font-size: 18px;
    font-family: metropolis, sans-serif
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container:hover .selected-flag {
    background-color: #fff;
    width: 120px
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel].intl-phone {
    margin-left: 140px;
    padding: 19px 20px 5px;
    padding-left: 20px !important;
    font-size: 18px;
    color: #333;
    height: auto;
    font-family: metropolis, sans-serif;
    border: 1px solid #bababa;
    border-radius: 0;
    width: calc(100% - 140px);
    transition: all .3s ease
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel].intl-phone:hover {
    border-color: rgba(65, 115, 160, 1)
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel].intl-phone:focus {
    outline: 0;
    border: 1px solid #333;
    box-shadow: none
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown + label.input-label {
    position: absolute;
    left: 160px;
    top: 15px;
    font-size: 18px;
    color: #bababa;
    font-family: metropolis, sans-serif;
    transition: all .3s ease;
    margin-bottom: 0
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown.input-filled input[type=tel].intl-phone, .sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown.input-focus input[type=tel].intl-phone {
    outline: 0;
    border: 1px solid #333;
    box-shadow: none
}

.sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown.input-filled + label.input-label, .sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown.input-focus + label.input-label {
    color: #333;
    font-size: 12px;
    transform: translateY(-12px)
}

@media only screen and (max-width: 767px) {
    .sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag .selected-dial-code {
        font-size: 16px;
        line-height: 18px
    }

    .sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel].intl-phone {
        font-size: 16px;
        padding: 12px 15px 5px;
        padding-left: 15px !important
    }

    .sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown + label.input-label {
        font-size: 14px;
        left: 155px;
        top: 60%;
        margin-top: -12px;
        line-height: 14px
    }

    .sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown.input-filled + label.input-label, .sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown.input-focus + label.input-label {
        transform: translateY(-10px)
    }
}

@media only screen and (max-device-width: 320px) and (orientation: portrait) {
    .sticky-ws-modal .intl-tel-input.separate-dial-code.allow-dropdown + label.input-label {
        left: 147px
    }
}

@media only screen and (max-width: 767px) {
    .sticky-ws-modal .intl-tel-input.iti-container .country-list .country {
        line-height: 22px;
        text-indent: 0
    }

    .sticky-ws-modal .intl-tel-input.iti-container .country-list .country .country-name, .sticky-ws-modal .intl-tel-input.iti-container .country-list .country .dial-code {
        font-size: 16px
    }

    .sticky-ws-modal .intl-tel-input.iti-container .country-list .divider {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.sticky-ws-modal .privacy-checkbox .LV_invalid {
    margin-left: 37px;
    font-size: 14px
}

.sticky-ws-modal .privacy-checkbox .form-check {
    bottom: 0;
    margin-bottom: -7px
}

.sticky-ws-modal .select-field-gp {
    display: flex;
    position: relative;
}

.sticky-ws-modal .modal .select2dropdown.select-with-label+.select2+.input-label {
    z-index: 99999;
}

.sticky-ws-modal .enquiry-form input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: auto;
    padding: 0;
    border: none !important;
    outline: 0 !important;
    top: 0;
    left: 0;
}

.sticky-ws-modal .enquiry-form input[type=checkbox]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    transition: transform .28s;
    border: 1px solid #BABABA;
    background: #fff
}

.sticky-ws-modal .enquiry-form input[type=checkbox]:checked:before {
    background-color: #006cb5;
    border: #006cb5
}

.sticky-ws-modal .enquiry-form input[type=checkbox]:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform .25s;
    will-change: transform;
    position: absolute;
    top: 7px;
    left: 6px
}

.sticky-ws-modal .enquiry-form input[type=checkbox]:checked:after {
    transform: rotate(-45deg) scale(1)
}

.sticky-ws-modal .enquiry-form input[type=checkbox]+label {
    position: relative;
    margin: 0;
    top: -5px;
    color: #222;
    padding: 0 0 0 40px;
    font-size: 18px;
    cursor: pointer;
}

.sticky-ws-modal .enquiry-form .custom-checkbox.form-check {
    padding-left: 0;
}

/* Sticky Cart */
.sticky-workshop-cart {
    box-shadow: 0px -10px 24px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
}

.sticky-workshop-cart .cart-box-err {
    display: none;
}

.sticky-workshop-cart .cart-tag-box {
    display: flex;
    flex-direction: column;
}

.sticky-workshop-cart .cart-left {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.sticky-workshop-cart .cart-header-active {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.sticky-workshop-cart .cart-value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #313131;
}

.sticky-workshop-cart .cart-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 10px;
}

.sticky-workshop-cart .cart-item:first-child {
    margin-top: 18px;
}

.sticky-workshop-cart .cart-item i {
    cursor: pointer;
    font-size: 16px;
    color: #0068B4;
}

.sticky-workshop-cart .cart-clear {
    margin-top: 15px;
    text-decoration: underline!important;
}

.sticky-workshop-cart .cart-clear:hover {
    text-decoration: none!important;
}

.sticky-workshop-cart .cart-show {
    margin-top: 15px;
}

.sticky-workshop-cart .edb-pri-btn:disabled {
    background: rgb(157, 157, 157);
}

/* Modal Form */
.sticky-ws-modal .enquiry-header {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.sticky-ws-modal .enquiry-form {
    max-width: 800px;
    margin: auto;
    display: grid;
    row-gap: 15px;
}

.sticky-ws-modal .enquiry-header h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 40px;
}

.sticky-ws-modal .enquiry-header p {
    font-size: 16px;
    line-height: 28px;
}

.sticky-ws-modal .enquiry-tag {
    margin: 40px 0;
    background-color: #F7F6F6;
    padding: 30px 60px;
}

.sticky-ws-modal .enquiry-tag .tags-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sticky-ws-modal .tag-item {
    font-size: 16px;
    line-height: 28px;
    counter-increment: list-counter;
    position: relative;
    padding-left: 25px;
}

.sticky-ws-modal .tag-item::before {
    content: counter(list-counter, numbers) ".";
    position: absolute;
    left: 0;
    top: 0;
}

.sticky-ws-modal .tag-item i {
    font-size: 14px;
    margin-left: 10px;
    color: #0068B4;
    cursor: pointer;
}

.sticky-ws-modal .modal-dialog {
    height: 100%;
}

.sticky-ws-modal .modal-body {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.sticky-ws-modal .tags-box {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

@media (max-width: 767px) {
    .sticky-workshop-cart .cart-left {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 15px;
    }
    
    .sticky-ws-modal .enquiry-header {
        text-align: left;
    }
    
    .sticky-ws-modal .enquiry-header h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    
    .sticky-ws-modal .enquiry-header p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .sticky-ws-modal .enquiry-tag {
        margin: 20px 0 60px;
        padding: 30px 20px;
    }
    
    .sticky-ws-modal .tags-box {
        row-gap: 30px;
    }
    
    .sticky-ws-modal .tag-item {
        font-size: 16px;
        line-height: 26px;
    }
    
    .sticky-ws-modal .enquiry-form > .row {
        row-gap: 15px;
    }
    
    .sticky-workshop-cart .cart-tag-box {
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .sticky-workshop-cart .cart-item {
        margin-bottom: 15px;
    }
    
    .sticky-workshop-cart .cart-active .cart-clear,
    .sticky-workshop-cart .cart-active .cart-show {
        margin-top: 0;
    }
    
    .sticky-workshop-cart .cart-clear {
        flex: 0 0 50%;
        order: 2;
        justify-content: flex-end;
        display: flex;
    }
    
    .sticky-workshop-cart .cart-show {
        flex: 0 0 50%;
        order: 1;
    }
}

/* Thank you styling */
.enquiry-ty-box .tick-icon {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.enquiry-ty-box h2 {
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 30px;
}

.enquiry-ty-box .ty-desc-box {
    padding: 30px 0 50px;
    max-width: 800px;
    margin: auto;
}

.enquiry-ty-box .button-box {
    text-align: center;
}

@media (max-width: 767px) {
    .enquiry-ty-box h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    
    .enquiry-ty-box .ty-desc-box {
        padding: 0 0 60px;
    }
    
    .enquiry-ty-box .finish-btn {
        width: 100%;
    }
}

#makeEnquiryModal {
    background: white;
}

.small-txt {
    font-size: 14px;
    line-height: 20px;
}