.contact-page {
    position: relative;
    padding: 50px 0;
    color: #000000;
}

.contact-top-info {
    padding-bottom: 15px;
    text-align: center;
}
.contact-form h4 {
    margin-top: 0;
}

.contact-top-info p {
    padding: 0 0 20px;
    margin: 0;
    color: #000000;
}

.form-col {
    margin-bottom: 30px;
    position: relative;
}

.contact-page label {
    padding: 0 0 6px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: left;
    color: #000000;
    display: block;
    font-family: 'Raleway', sans-serif;  
}

input:focus,
textarea:focus,
select:focus {
  outline: none; 
}


.contact-page [type="text"],
.contact-page [type="date"],
.contact-page [type="email"],
.contact-page [type="number"],
.contact-page [type="password"],
.contact-page [type="tel"],
.contact-page textarea,
.contact-page [type="date"] {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    text-align: left;
    color: #000000;
    display: block;
    height: 50px;
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #EAEAEA;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    box-shadow: none;
    transition: all .1s ease-in-out;
}

.contact-page textarea {
    padding: 1px;
    padding: 12px 15px;
    height: 55px;
}


.contact-page [type="text"]:focus,
.contact-page [type="date"]:focus,
.contact-page [type="email"]:focus,
.contact-page [type="number"]:focus,
.contact-page [type="password"]:focus,
.contact-page [type="tel"]:focus,
.contact-page [type="date"]:focus {
  outline: none;
  border: 1px solid #000000;
  box-shadow: -7px 0px 0px 0px rgba(0,0,0,1);
}

.contact-page input::-webkit-input-placeholder,
.contact-page input::-moz-placeholder,
.contact-page input:-ms-input-placeholder{ 
    color: #7C7C7C;
    opacity: 1;
}

.form-col p {
    margin: 0;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    background: #EEEDF5;
    color: #18143E;
}

.form-col p img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.sub-btn {
    text-align: center;
}

.contact-wrapper {
    max-width: 872px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .contact-page {
        padding: 80px 0;
    }

    .contact-top-info {
        padding-bottom: 30px;
    }

    .policy-info {
        text-align: center;
    }

    .form-col p {
        padding: 8px 20px;
        display: inline-block;
    }

    .contact-page label {
        font-size: 18px;
    }

    .contact-page [type="text"],
    .contact-page [type="date"],
    .contact-page [type="email"],
    .contact-page [type="number"],
    .contact-page [type="password"],
    .contact-page [type="tel"],
    .contact-page [type="date"] {
        font-size: 18px;
        height: 55px;
    }
    
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .form-col p {
        font-size: 12px;
    }
    
    .form-col p img {
        margin: 0 5px 0 0;
    }
    .contact-page [type="text"],
    .contact-page [type="date"],
    .contact-page [type="email"],
    .contact-page [type="number"],
    .contact-page [type="password"],
    .contact-page [type="tel"],
    .contact-page [type="date"] {
        font-size: 16px;
        height: 45px;
    }
    .form-col {
        margin-bottom: 15px;
    }
}