#customPageTitle {
    display: none
}

#headerDummy.headerIndex {
    height: 0
}

.customPageCenteredContent {
    width: 100%!important;
    min-width: 0;
    margin-top: 0
}

.contactInput::-webkit-input-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: #797979
}

.titleCustom {
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: left;
    font-family: var(--font3);
    border-bottom: 1px solid var(--text)
}

.textCustom {
    color: var(--base);
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 21px;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: none
}

textarea {
    resize: none;
    height: 170px;
    width: 100%;
    border: none;
    height: 14rem!important;
    border-radius: 4px;
    padding-left: 15px;
    color: var(--base);
    padding-top: 15px;
    margin-top: 15px
}

textarea::placeholder {
    color: var(--text)
}

.formInput {
    padding: 0;
    font-size: 13px;
    box-sizing: border-box;
    height: 5.5rem;
    font-weight: 400;
    margin-bottom: 0rem;
    margin-top: 15px;
    width: calc(100% - 15px);
    color: var(--text);
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid var(--line);
    width: 100%;
    border-radius: 0;
    padding-right: 20px
}

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

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

textarea::placeholder,input::placeholder {
    color: var(--text);
    font-weight: 400;
    font-size: 13px
}

.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
}

.sendContact {
    background-color: var(--text);
    font-weight: 600;
    height: 4.5rem;
    line-height: 4.5rem;
    width: 45%;
    color: var(--white);
    border: none;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 0
}

.contactBanner {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.boxContainer {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2,1fr);
    gap: 0%;
    width: 95%;
    margin: 16rem auto 0;
    align-items: start
}

.boxContainer .right {
    width: 100%;
    height: 100%
}

.left {
    width: 85%;
    margin: 0 auto;
    height: auto
}

.leftContainer {
    width: 85%;
    margin: 40px auto 40px;
    font-family: var(--font2);
    font-size: 13px;
    font-weight: 400;
    color: var(--text)
}

.contactContainer .right {
    width: 100%;
    padding-top: 0vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    font-size: 15px
}

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

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

@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 .right {
        width: 100%;
        padding: 0;
        margin: auto;
        margin-top: 0
    }

    .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
    }

    .sendContact {
        width: 100%;
        margin-bottom: 0;
        height: 4.5rem;
        line-height: 4.5rem;
        text-align: center
    }

    .titleCustom {
        position: relative;
        font-size: 2.7rem;
        line-height: 3.5rem;
        max-width: unset;
        letter-spacing: 2px;
        margin-bottom: 2rem
    }

    .textCustom {
        font-size: 15px;
        text-align: center
    }

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

    .formInput {
        width: 100%;
        font-size: 13px;
        height: 5rem
    }

    textarea.formInput.contact_message {
        border-radius: 0;
        height: 18vh
    }

    .contactMessage {
        height: 18rem
    }
}

@media screen and (max-width: 768px) {
    .boxContainer {
        display:flex;
        flex-direction: column;
        margin: 90px auto 6rem;
        width: 85%
    }

    .left {
        width: 100%;
        margin-top: 1vw
    }

    .leftContainer {
        width: 100%;
        margin: 40px auto 0;
        font-family: var(--font2);
        font-size: 13px;
        font-weight: 400;
        color: var(--text)
    }
}
