.contact {
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}

.tesst {
    /* width: 70vw;
    height: 300px; */
    /* background-color: rgb(20, 174, 174); */
    /* margin-top: 85vh; */
}

.contact-container {
    width: 80%;
    height: 700px;
    display: flex;
    margin: 100px auto 100px auto;
}

.first-container-contact {
    /* background-color: aqua; */
    width: 50%;
    height: auto;
    padding: 50px 50px;
}

.second-container-contact {
    width: 50%;
    height: auto;
}

.contact-card {
    display: flex;
    flex-direction: column;
}

.contact-card a{
   display: inline-block;
   margin-top: 30px;
}

#map {
    width: 50%;
    height: 700px;
}


/* ****** CONTACT ***** */

#contact-section {
	position: relative;
    /* height: 1800px; */
    height: 1800px;
    width: 85%;
    margin: 50px auto 50px auto;
    color: white;
    display: flex;
    flex-direction: column;
}

.contact-wrapper-main {
    display: flex;
    /* position: relative; */
    /* background-color: aliceblue; */
    /* margin-top: -950px; */
}

.contact-info {
    width: 100vw;
}

.contact-info h4{
    font-size: calc(15px + 1vw);
    margin: -100px auto 100px auto;
    display: flex;
    justify-content: center;
}

.contact-address {
    width: 100%; 
    height: 150px; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    overflow: hidden; 
    box-sizing: border-box; 
    flex-direction: column;
}

.contact-address li a{
    font-size: 1.5rem;
    padding: 20px 0;
    font-size: calc(12px + 0.7vw);
}

#contact-section h4 {
	font-weight: 400;

}

#contact-section .cover {
	background-color: rgba(5, 8, 11, 0.93);
}

ul.contact-address li {
	padding: 0 0 20px;
	margin: 0 auto;
    /* background-color: blue; */
    width: 45vw;
}

ul.contact-address li:last-child {
	padding-bottom: 0;
}

ul.contact-address li i {
	margin-right: 10px;
    font-size: calc(15px + 0.8vw);
}

.parallax {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.cover {
    position: absolute;
    width: 100%;
    height: 1800px;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 46, 82, 0.15);
    padding: 20px;
}

.page-header h2 {
	text-transform: uppercase;
    margin: 10px 0 30px 0;
    font-size: calc(15px + 1vw);
}

.page-header-wrapper{
    /* position: absolute;
    top: 30px; */
	/* z-index: 2; */
    text-align: center;
}

.grid-area {
    display: none !important;
}

iframe {
    border: none !important;
    width: 100%;
    height: 600px;
}
.cal-com-embed .overlay-toggle {
    display: none !important;
}

.filler {
    height: 50px;
    width: 100%;
    background-color: aliceblue;
    z-index: 100;
}

#my-cal-inline {
    margin-top: 2vw;
}


