#customPageTitle {
    display: none
}

#headerDummy.headerIndex {
    /* height: 0; */
}

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

.contactInput::-webkit-input-placeholder {
 
    color: black;
}

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

.contactInput::-moz-placeholder {
     color: black;
}

.contactInput::-ms-input-placeholder {
   color: black;
}

.contactInput::-ms-input-placeholder {
   color: black;
}

.textCustom {
    line-height: var(--base-line-height);
    font-size: 15px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}

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

textarea::placeholder {
    color: black;
}

.formInput {
    font-size: 13px;
    box-sizing: border-box;
    margin-bottom: 0rem;
    margin-top: 14px;
    color: black;
    padding-block: 17px;
    background: #F5F5F5;
    width: 100%;
    padding: 24px 21px;
}

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



div#content {
    min-height: unset;
}

.titleCustom {
    font-size: 35px;
    font-weight: var(--secondary-font-weight);
    margin-bottom: 9px;
}

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

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

input::placeholder {
      color: black;
}

.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 {
    height: 55px;
    line-height: 55px;
    width: auto;
    color: var(--web-background);
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 18px;
    padding-inline: 42px;
    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: 100%;
    margin: 0;
    align-items: center;
}

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

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

.leftContainer {
    width: 80%;
    margin: 100px auto;
    color: var(--h1);
    display: block;
}

.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 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .left {
        width: 90%;
        margin-top: 1vw
    }
    .titleCustom.fade-in-left{
    font-size: 18px;
}

    .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 {
        text-align: center;
        margin-left: 0;
        margin-bottom: 4rem;
        width: 100%;
    }


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

    .inputContainer {
        flex-direction: column
    }

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

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

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

    .contactMessage {
        height: 18rem
    }

    .leftContainer {
        width: 100%;
        margin: 40px auto;
    }

    .formContainer {
        justify-content: center;
    }
}