#customPageTitle {
    display: none
}

p.textCustom {
    font-weight: var(--semibold-font-weight);
    margin-block: 32px 60px;
}

.inputContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.inputContainer input:first-child {
    margin-right: 10px;
}

.contactMessage {
    height: 19rem;
    padding-top: 15px
}

.contactEmail,
.contactNumber {
    width: calc(100%);
    float: left
}

input::placeholder {
    color: var(-base)
}

.contactContainer {
    width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center
}

.contactContainer img {
    width: calc(100% - 50rem)
}

.contactFormContainer {
    position: absolute;
    right: 0;
    width: 65rem;
    z-index: 1;
    background: #fff
}

.contactDiv {
    width: 76%;
    position: relative;
    float: left;
    margin-left: 12%;
    margin-top: 3.5rem;
    max-width: 38rem;
    margin-bottom: 0
}

.title {
    width: 76%;
    position: relative;
    float: left;
    margin-top: 5rem;
    margin-left: 12%;
    text-transform: uppercase;
    font-size: 3rem
}

.contactInput {
    border: 1px solid var(--grey);
    border-radius: 0;
    color: var(--base);
    padding: 0;
    font-size: 1.4rem;
    box-sizing: border-box;
    width: 100%;
    padding-left: 1rem;
    height: 4rem;
    font-weight: 300;
    margin-bottom: 2rem
}

.contactInput.contactTextarea {
    height: 13rem;
    padding-top: 1rem
}

.formContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

.formContainer:not([data-item-id="6"]),
.formContainer:not([data-item-id="8"]) {
    width: 100%
}

.formContainer[data-item-id="6"],
.formContainer[data-item-id="8"] {
    width: 68%;
    margin: 0 auto;
}

.contactDiv[data-item-id="6"] {
    float: unset;
}

#regret {
    background-image: url(../../files/orderByDropdown.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 12px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -ms-appearance: none;
    font-size: 10px;
}

.sendContactCustom:hover,
.sendContact {
    border: 1px solid var(--base)
}

.lineEffectCenter:hover::before {
    width: 100%;
    left: 0%
}

.lineEffectCenter::before {
    bottom: -4px;
}

.lineEffectCenter::before {
    content: "";
    background: var(--base);
    height: 1px;
    width: 0%;
    position: absolute;
    left: 50%;
    -webkit-transition: left 0.4s cubic-bezier(.4, 0, 1, 1), width 045s cubic-bezier(.4, 0, 1, 1);
    -o-transition: left 0.4s cubic-bezier(.4, 0, 1, 1), width 0.4s cubic-bezier(.4, 0, 1, 1);
    transition: left 0.4s cubic-bezier(.4, 0, 1, 1), width 0.4s cubic-bezier(.4, 0, 1, 1)
}



@media screen and (min-width: 769px) and (max-width:1105px) {
    #content {
        min-width: unset
    }
}

@media screen and (max-width: 1100px) {
    .contactFormContainer {
        position: relative;
        width: 90%;
        margin: auto
    }

    .boxContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .left {
        margin-top: 1vw
    }

    .boxContainer .right {
        padding: 0;
        margin: auto;
        margin-top: 3%;
    }

    .title {
        width: 90%;
        margin-left: 0%;
        text-align: left;
        margin-top: 2rem;
        margin-bottom: 3rem
    }

    .contactContainer img {
        width: 100%;
        height: auto
    }

    .contactContainer {
        flex-direction: column;
        width: 100%
    }

    .contactDiv {
        width: 96%;
        margin-left: 1%;
        margin-top: 0rem
    }

    .contactEmail,
    .contactNumber {
        width: 100%;
        float: left
    }

    .sendContactCustom,
    .sendContact {
        text-align: center;
        margin-bottom: 4rem;
    }


    .formInput.contactTextarea {
        margin-top: 15px;
        padding: 10px 10px 10px 15px
    }

    .inputContainer {
        flex-direction: column
    }

    .formInput {
        width: 100%;
        font-size: 10px;
        height: 46px;
    }

    #regret {
        margin-block: 40px 0
    }

    .textCustom {
        margin-bottom: 30px;
        font-size: var(--base-font-size);
    }

    p.textCustom {
        margin-top: 19px;
    }

    textarea.formInput.contact_message {
        height: 219px;
    }

    .contactMessage {
        height: 18rem
    }

    .formContainer {
        justify-content: center;
    }

    .centeredContent.customPageCenteredContent[data-custom-id="8"] .textCustom,
    .formContainer[data-item-id="6"],
    .formContainer[data-item-id="8"] {
        width: 100%;
    }
}