.contact-intro {}
.contact-item {
    background: #f6f6f6;
    margin-bottom: 30px;
}
.ct-title {
    color: var(--web-color);
}
.ct-maps {}
.ct-maps a {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    background: #FFFFFF;
    padding: 10px 20px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.ct-address {
    font-size: 18px;
}
.ct-info ul {list-style: none}
.ct-info li {
    display: flex;
    margin-bottom: 25px;
}
.ct-info li:last-child{
    margin-bottom: 0;
}
.ct-info .i-icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #ec3237;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
}

.ct-info .i-text {
    width: calc(100% - 45px);
    padding-left: 10px;
    position: relative;
    top: -2px;
}
.ct-info .i-text .t-label {
    color: #666666;
}
.ct-info .i-text .t-link {
    font-size: 16px;
    font-weight: bold;
}


.contact-form {
    background: #f6f6f6;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #999999;
}
.contact-form .form-control:-ms-input-placeholder {
    color: #999999;
}
.contact-form .form-control::placeholder {
    color: #999999;
}


.contact-form .form-control {
    border-color: #dddddd;
    font-size: 16px;
    line-height: 30px;
}
.contact-form textarea {
    height: 164px;
}

.contact-form button {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 35px;
    border-color: var(--web-color);
    background-color: var(--web-color);
    color: #fff;
}
.contact-form button:hover {
    border-color: var(--web-color);
    background-color: #fff;
    color: var(--web-color);
}


@media only screen and (max-width: 767px) {
    .ct-address {
        font-size: 15px;
    }
    .ct-info .i-icon {
        width: 35px;
        height: 35px;
    }
    .ct-info .i-text .t-link {
        font-size: 14px;
    }

}
