﻿.contact-section-1 img{
    display: block;
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.contact-section-3 .card{
    position: relative;
}

.contact-section-3 .card .card-header .card-header-icon {
    font-size: 3rem;
    color: var(--primary-border-color);
}

.contact-section-3 .card .card-header .card-title{
    margin-top: 2rem;
}

.map-marker-line1{
    margin-right: 7px;
    width: 25%;
    border: 2px solid var(--primary-border-color);
}

.map-marker-line2 {
    margin-left: 7px;
    width: 25%;
    border: 2px solid var(--primary-border-color);
}

#map-container{
    width: 100%;
    height: 300px;
}

#map-container iframe{
    width: 100%;
    height: 100%;
}

.contact-form-wrapper {
    width: 100%;
    background-color: #f1f4f1;
    background-position: left 16px;
    background-repeat: no-repeat;
    color: #444444;
    display: block;
    padding: 0.5rem 1.5rem;
    max-width: 500px;
    border-style: solid;
    border-width: 2px;
    border-color: #b1b1b1;
}

.contact-form-wrapper label {
    font-size: 15px;
    line-height: 15px;
    margin: 10px 0;
    display: block;
    margin-left: 10px;
    white-space: nowrap;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.contact-form-wrapper select {
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: #fff url(../images/selectBG.png) no-repeat top right;
    cursor: pointer !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333 !important;
    transition: background 5000s ease-in-out 0s;
}

.contact-form-wrapper .form-control::placeholder{
    color: #aaaaaa;
}

.contact-form-wrapper .form-control {
    box-shadow: none;
    outline: none;
    border-color: #333333;
    border-style: dotted;
    border-width: 1px;
    border-radius: var(--border-radius-base);
}

.contact-form-wrapper .hs-fieldtype-textarea{
    height: 70px;
    resize: vertical;
}

.contact-form-wrapper .btn-hs-button {
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1rem 4rem;
}

.contact-form-wrapper .error {
    color: red;
    font-size: 90%;
}
