@charset "utf-8";

/* CSS Document */


/******************************

[Table of Contents]

6. Contact


******************************/


/*********************************
6. Contact
*********************************/

.contact {}

.contact h2 {
    font-weight: 300;
    font-size: 35px;
    text-align: center;
}

.contact h3 {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.contact .contact_info hr {
    background: #6f7ebf;
    width: 40%;
}

.contact .contact_info h3 {
    font-weight: 500;
    font-size: 25px;
    color: #333;
}

.contact .contact_info h5 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
}

.contact .contact_info h4 {
    font-weight: 500;
    font-size: 20px;
    color: #333;
}

.contact_content {
    padding-left: 52px;
    padding-bottom: 144px;
}

@media only screen and (max-width: 1200px) {
    .contact_content {
        padding-bottom: 50px;
    }
}

.contact_form {
    display: block;
}

.contact_form>div {
    margin-bottom: 21px;
}

.contact_input {
    width: 100%;
    height: 56px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #9d9d9d;
    border-radius: 0px;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.contact_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #9d9d9d !important;
}

.contact_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #9d9d9d !important;
}

.contact_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #9d9d9d !important;
}

.contact_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #9d9d9d !important;
}

.contact_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #9d9d9d !important;
}

.contact_textarea {
    height: 195px;
    padding-top: 20px;
}

.contact_button {
    width: 100%;
    height: 56px;
    background: #01a0ec;
    border: none;
    outline: none;
    border-radius: 100px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin-top: 13px;
}

.contact_button:hover {
    box-shadow: 0px 23px 43px rgba(0, 0, 0, 0.25);
}

.contact_info {}

.contact_info_list {}

.contact_info_list ul li:not(:last-of-type) {
    margin-bottom: 25px;
}

.sidebar_info_icon {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}

.contact_info_content {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #9d9d9d;
}

.contact_map_container {
    height: 100%;
}

.map {
    width: 100%;
    height: 100%;
}

.google_map {
    width: 100%;
    height: 100%;
}

.map_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#map {
    width: 100%;
    height: calc(100% + 30px);
}