#wrapper{
	width:100%;
	margin:auto;
}
.main-container1 {
	width:100%;
	max-width:1440px;
	margin:auto;
	background-color:#ffffff;
	border-top: 9px solid #0f3e68;
	overflow: hidden;
}
.header {
	width:100%;
	float: left;
	clear: both;
}
.header1 {
	width:20%;
	margin-top:20px;
	float: left;
	text-align: center;
}
.header2 {
	width:35%;
	float: right;
	text-align: right;
}

body {
    margin: 0 0 0px;
    background-color: #e3e3e3;
    font-family: 'Ubuntu', sans-serif;
}
body, html {
    /* font-family: Arial, sans-serif; */
    margin: 0;
    padding: 0;
    background: #f0f0f0;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ccc;
}

h1 {
    text-align: center;
    color: #333;
}
/* body {
    font-family: Arial, sans-serif;
    color: rgb(20, 20, 20);
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */

.contact-container {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.map-container {
    background: url('map-image-url') no-repeat center center;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    display: block;
    
    margin-right: auto;

}

.map-container a {
    position: absolute;
    bottom: 10px;
}

.location-icon {margin-left: auto;
    display: block; /* Ensures no extra space below the image */
    max-width: 100%; /* Ensures the image is responsive */
    height: auto; /* Keeps the aspect ratio of the image */
}

.contact-details p, .contact-details-right p {
    font-size: 18px;
    line-height: 1.5;
}

.contact-details .heading {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-details .address {
    margin-left: 10px;
}

.contact-details-right {
    text-align: right;
    margin-right: 10px;
}


.footer{
	width:auto;
	text-align:center;
	font-size: 14px;
	color: #858585;
	padding:5px 2px;
	clear:left;
}
.footer a{ color: #858585; text-decoration:none;}
.gray-footer{
	color:#858585;
	font-size:14px;
	text-align:center;
	padding:7px 15px;
}
.gray-footer a{color:#ffffff;}


@media only screen and (max-width:768px) {
    .header1 {
        width: 80%;
        text-align: left;
        padding-left: 10px;
    }

    .header2 {
        width:100%;
        float: left;
        text-align: left;
        margin-right: 0px;
    }
    .contact-container {
        width: 95%;
        padding-left: 10px;
        max-width: 1100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    
}

.addressbox {
    font-family: 'Ubuntu', sans-serif;    
    max-width: 580px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: left;
  }

  .addressbox-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .addressbox-text {
    margin-bottom: 8px;
    color: #333;
    font-size: 13px;
  }

