﻿.maincontactinput::-webkit-input-placeholder {
  font-family: 'ProximaNova-Light';
  font-size:18px;
  color: rgb(175, 174, 174);

}

.maincontactInput::-moz-placeholder {
  font-family: 'ProximaNova-Light';
  font-size:18px;
  color: rgb(175, 174, 174);
}


.spacecontainer140 {
    padding: 110px;
}

.DAS2_width {
    background-color: white;
}

.contactus_content {
    text-align: center;
    display: table;
    width: 100%;
    margin-bottom: 23px;
}

    .contactus_content h2 {
        font-family: ProximaNova-Bold;
        font-size: 42px;
        color: white;
        margin-bottom: 7.5px;
        font-weight: 700;
    }

.contact_question {
    text-align: center;
}

    .contact_question h2 {
        font-size: 40px;
        color: #276d74;
        font-family: 'ProximaNova-Regular';
    }

    .contact_question p {
        font-size: 20px;
        font-family: 'ProximaNova-Regular';
        width: 50%;
        margin: 0 auto;
    }

.contact_address img {
    /*display: inline-block;
    position: absolute;
    margin-top: 12px;*/
    float: left;
    margin: 11px;
}

.contact_addresscontent {
    /*display: inline-block;
    position: relative;
    margin-left: 42px;*/
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    text-align: justify;
    color: #221d1e;
    line-height: 30px;
    float: left;
}

.contact_container {
    width: 80%;
    margin: 0 auto;
}

.contact_left {
    width: 50%;
    float: none;
    margin: 0 auto;
}

.contact_right {
    width: 49%;
    float: left;
}

.contact_address {
    width: 56%;
    float: left;
}

.contact_phone {
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    text-align: justify;
    color: #221d1e;
    line-height: 30px;
    width: 44%;
    float: left;
}

.left_innercontent h3 {
    color: rgb(39, 109, 116);
    font-family: 'ProximaNova-Regular';
    font-size: 22px;
    float: left;
    margin-bottom: 20px;
}

.contact_input {
    width: 94%;
    float: left;
    border: 1px solid #e0e4e3 !important;
    background-color: #faf9f9;
    margin-bottom: 19px;
}

.contact_form {
    width: 50%;
    float: left;
}

.left_innercontent textarea {
    border: 1px solid #e0e4e3 !important;
    background-color: #faf9f9;
    width: 97%;
    border-radius: 3px;
    height: 125px;
    resize: none;
}

    .contact_area :focus {
        border: 1px solid #e0e4e3 !important;
    }

.contact_send {
    width: 147px;
    height: 52px;
    background-color: #36c3a5;
    border-color: #36c3a5;
    border-radius: 1px;
    box-shadow: #36c3a5!important;
    padding: 7px 0px;
    z-index: 106;
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
}

    .contact_send:focus {
        background-color: #36c3a5;
        border-color: #36c3a5;
    }

.contact_reset {
    width: 147px;
    height: 52px;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    border-radius: 1px;
    box-shadow: #2d2d2d;
    /* box-shadow: 0px 4px 0px 0px rgb( 28, 166, 137 ); */
    padding: 7px 0px;
    z-index: 106;
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    margin-left: 8px;
}

    .contact_reset:focus, .contact_reset:hover {
        background-color: #2d2d2d!important;
        border-color: #2d2d2d!important;
    }

.contact_phone a {
    color: #276d74;
    text-decoration: none;
    margin-left: 5px;
    font-family: ProximaNova-Regular;
    font-size: 18px;
}

#map-canvas {
    width: 100%;
    height: 495px;
    /*margin-left: 20px;*/
}



.contact_textfonts {
    font-family: 'ProximaNova-SemiBold';
    color: rgba(0, 0, 0, 0.73);
    font-size: 18px;
    text-align: justify;
}


@media (max-width: 1400px) {
    .contact_container {
        width: 90%;
    }
}

@media (max-width: 1300px) {
    .contact_left {
        width: 56%;
    }

    .contact_right {
        width: 44%;
    }
}

@media (max-width: 1200px) {
    .contact_question p {
        width: 75%;
    }
}

@media (max-width: 1100px) {
    .contact_container {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .contact_address {
        width: 100%;
    }

    .contact_phone {
        width: 100%;
        margin: 10px 20px;
    }
}

@media (max-width: 769px) {
    .contact_left {
        width: 100%;
        margin-bottom: 25px;
    }

    .contact_right {
        width: 100%;
    }

    .contact_address {
        width: 53%;
    }

    .contact_phone {
        width: 45%;
        margin: 0px;
    }

    .contact_question h2 {
        font-size: 32px;
    }

    .contact_question p {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .contact_address {
        width: 100%;
    }

    .contact_phone {
        width: 100%;
        margin: 10px 20px;
    }

    .contact_question h2 {
        font-size: 24px;
    }

    .contact_question p {
        font-size: 16px;
    }

    .left_innercontent h3 {
        font-size: 20px;
    }
}

a.get-button {
    color: #fff;
    background: #07274d;
    padding: 14px 40px;
    font-size: 24px;
    border-radius: 4px;
    box-shadow: 0px 4px #000;
    font-weight: 200;
}
a.get-button:hover, a.get-button:active, a.get-button:focus {
    text-decoration: none;
}


