body {
    padding-top: 6.25rem;
}

.footerOne::before {
    background: #fff;
}

.ContactUs {
    width: 100%;
    padding: 1.25rem 0 6.25rem;
    background: #fff;
}

.ContactUs .ContactUs_title {
    text-align: center;
    font-size: 3.5rem;
    line-height: 4rem;
    font-family: "Gotham_Medium";
    font-weight: bold;
}

.ContactUs .ContactUs_bom {
    margin-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ContactUs .ContactUs_bom .ContactUs_from {
    width: 49%;
}

.ContactUs .ContactUs_bom .ContactUs_from form {
    display: block;
    width: 100%;
}

.ContactUs .ContactUs_bom .ContactUs_from form .input {
    width: 100%;
    margin-bottom: 1.25rem;
}

.ContactUs .ContactUs_bom .ContactUs_from form .input label {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-family: "Gotham_Rounded";
    color: #262629;
}

.ContactUs .ContactUs_bom .ContactUs_from form .input label span {
    color: red;
    margin-right: .25rem;
}

.ContactUs_from form .input input {
    display: block;
    width: 100%;
    height: 3.125rem;
    border-radius: .375rem;
    border: 1px solid #cccccc;
    text-indent: 1em;
    font-family: "Gotham_Medium";
    font-size: 1.25rem;
    color: #000;
    outline: none;
}

.ContactUs_from form .input textarea {
    display: block;
    width: 100%;
    height: 10rem;
    border-radius: .375rem;
    padding: 1em;
    font-family: "Gotham_Medium";
    font-size: 1.25rem;
    color: #000;
    outline: none;
    border: 1px solid #cccccc;
}

.ContactUs_from form .button {
    margin-top: 1.5rem;
    width: 8.125rem;
    height: 3.125rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    cursor: pointer;
    background: #00b7ee;
    color: #fff;
    font-family: "Gotham_Rounded";
    border: 0;
}

.ContactUs .ContactUs_bom .ContactUs_zi {
    width: 44%;
}

.ContactUs .ContactUs_bom .ContactUs_zi .ContactUs_li {
    margin-top: 2rem;
}

.ContactUs_li h6 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: "Gotham_Medium";
    color: #00b7ee;
}

.ContactUs_li .ContactUs_li_bom {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: "Gotham_Rounded";
    color: #333333;
    margin-top: .5rem;
}

@media (max-width: 1300px) {
    .ContactUs .ContactUs_title {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .ContactUs {
        width: 100%;
        padding: 1.25rem 0 5rem;
    }
}

@media (max-width: 999px) {
    .ContactUs .ContactUs_title {
        font-size: 2rem;
        line-height: 3rem;
    }

    .ContactUs .ContactUs_bom .ContactUs_from form .input label {
        font-size: 1rem;
        line-height: 1.5;
    }

    .ContactUs_li h6 {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .ContactUs_li .ContactUs_li_bom {
        font-size: 1rem;
        line-height: 1.5;
    }

    .ContactUs .ContactUs_bom .ContactUs_zi .ContactUs_li {
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .ContactUs .ContactUs_title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .ContactUs .ContactUs_bom {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
    }

    .ContactUs .ContactUs_bom .ContactUs_from {
        width: 100%;
    }

    .ContactUs .ContactUs_bom .ContactUs_from form .input {
        margin-bottom: 0.8rem;
    }

    .ContactUs_from form .input input {
        height: 2.5rem;
        font-size: 1rem;
    }

    .ContactUs_from form .button {
        margin-top: 1rem;
    }

    .ContactUs_from form .button {
        margin-top: 1rem;
        width: 100%;
        height: 2.5rem;
    }

    .ContactUs .ContactUs_bom .ContactUs_zi {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ContactUs_li h6 {
        font-size: 1.125rem;
    }

    .ContactUs .ContactUs_bom .ContactUs_zi .ContactUs_li {
        margin-top: 1rem;
    }

    .ContactUs_li .ContactUs_li_bom {
        font-size: .875rem;
    }
}