/* ======================================================================== */
/* ============================ Contact Page ============================== */
/* ======================================================================== */
.contact_info_wrap { float:left;position:relative;width:49%; }
.map_wrap { margin:0px 0px 50px 0px;float:right;position:relative;text-align:center;width:49%;border-radius:0px;box-shadow:#000000 0px 0px 4px 1px; }
@media (max-width:768px) {
	.contact_info_wrap { float: none;width: 100%; }
	.map_wrap { margin:12px 0 50px 0;float:none;width:100%; }
}

.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.radio_checkbox_wrapper {
    width: 100%;
}
.radio_checkbox_value {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px 0;
    width: 90%;
}
.radio_checkbox {
    padding: 5px 0;
    width: 10%;
}

.hero-global {
    margin-bottom: 70px;
}
.maincontent_wrapper form {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 70px;
}
.thank_you_content {
    margin-top: 0;
}

.hours-heading {
    margin: 0;
    background-color: #eee;
    color: #111;
    padding: 5px;
    font-size: 1.1em;
    border-radius: 25px;
}
.hours-time {
    margin-top: 15px;
    font-style: italic;
}

.contact-info-heading {
    margin: 0;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.3em;
}

td,
th {
    padding: 10px 5px;
}
td p,
th p {
    margin-bottom: 5px;
}

@media (max-width: 981px) {
    td,
    th {
        padding: 0;
    }
}


.boxbody {
    border-width: 0px;
    margin-top: 12px;
}
.boxheader {
    background-color: transparent;
    border-radius: 0px;
    color: var(--accent-color);
    border-bottom: 1px solid #ddd;
    font-weight: 600;
border-left:0;
}

.map_wrap {
    box-shadow: none !important;
}


.contact-icon {
    background-color: #eee;
    color: #111;
    border-radius: 50%;
    padding: 8px;
    margin: 5px 12px 5px 0;
    vertical-align: middle;
}


form .btn.btn-primary {
    background-color: var(--accent-color);
    border-color: #333;
    transition: all .15s;
    font-size: .8em;
    padding: 8px 24px;
    border-radius: 8px;
    transition: all .3s;
}
form .btn.btn-primary:hover {
    background-color: #fff;
    color: var(--accent-color);
}

.underline {
    display: block;
    position: relative;
    width: 200px;
    height: 5px;
    margin: 25px auto 35px;
    background-color: #888;
}
.underline::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: inherit;
    left: 25px;
    bottom: -8px;
}
.underline-small {
    width: 120px;
}
.underline-small::after {
    width: 70px;
    left: 25px;
}

.small-underline {
    width: 75px;
    border-top: 4px solid #888;
    margin: 25px auto;
}

.phone-link {
    font-weight: 600;
    color: var(--accent-color);
    text-decoration: underline;
}
.phone-link:focus,
.phone-link:active,
.phone-link:hover {
    color: var(--accent-color);
    text-decoration: none;
}


/* -- Hero -- */

.hero-global {
    position: relative;
    padding: 80px 15px;
    background-color: #eee;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .32) 15%, rgba(255, 255, 255, .82) 15%, rgba(255, 255, 255, .82) 85%, rgba(255, 255, 255, .32) 85%), url(/imageserver/UserMedia/kguard/contact-banner-2.jpg);
    background-size: cover;
    background-position: center 40%;
    text-align: center;
}
.hero-panel {
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    max-width: 1450px;
}
.hero-panel p:last-child {
    margin-bottom: 25px;
}

@keyframes fadeIn {
    0% {
        top: 25px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.contactus-kevin{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.contactus-kevin img{
max-width: 350px;
width: 100%;
}