.contact-card-container{
	border-radius: 25px;
}
.contact-card-wrap {
    margin: 0 auto;
    padding: 95px 38px 65px;
    max-width: 994px;
}
.contact-card-wrap .tagline:after{
	background: #fff;
}
.map-content {
    margin-bottom: 58px;
}
.contact-card-wrap .map-content iframe{
    border: 0;
    margin-top: 25px;
    border-radius: 15px;
    width: 100%;
    height: 325px;
}
.inquiries-wrap {
    margin-top: 18px;
    list-style: none;
}
.inquiries-wrap li{
	margin-bottom: 20px;
}
.inquiries-wrap a {
    font-size: 18px;
    position: relative;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
}
.inquiries-wrap a:hover:after{
	width: 100%;
}
.inquiries-wrap a:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: #fff;
    bottom: -7px;
    width: 55px;
}
.address-wrap {
    padding: 50px 0 50px 125px;
}
.addresses {
    margin-bottom: 98px;
}
.addresses img {
    margin-bottom: 12px;
	max-width: 85px;
}
.addresses h2{
	margin-bottom: 22px;
}
.addresses p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 48px;
}
.media-wrap {
    margin-top: 18px;
    list-style: none;
}
.media-wrap li{
	margin-bottom: 20px;
}
.media-wrap a, .addresses a {
    font-size: 18px;
    position: relative;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
}
.media-wrap a:after, .addresses a:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: #fff;
    bottom: -7px;
    width: 55px;
}
.media-wrap a:hover:after, .addresses a:hover:after{
	width: 100%;
}
.contact-card-section{
	/* margin-top: -400px; */
}

@media only screen and (max-width:1399px) {
.contact-card-wrap {
    padding: 70px 38px 65px;
}
.contact-card-section{
	/* margin-top: -300px; */
}
}
@media only screen and (max-width:1199px) {
.addresses {
    margin-bottom: 80px;
}
.contact-card-wrap {
    padding: 60px 85px 60px;
}
}
@media only screen and (max-width:1024px) {
.address-wrap {
    padding: 50px 0 50px 80px;
}
.addresses {
    margin-bottom: 60px;
}
.contact-card-wrap {
    padding: 50px 30px 50px;
}
.contact-card-section{
	/* margin-top: -300px; */
}	
}
@media only screen and (max-width:767px) {
.address-wrap {
    padding: 40px 0 00px 0px;
}
.addresses {
    margin-bottom: 40px;
}
.contact-card-wrap {
    padding: 50px 30px 50px;
}
.contact-card-section{
	margin-left: 30px;
    margin-right: 30px;
}
.contact-card-section .container{
	padding: 0;
}
}