

.banner {
    background-image: url('https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/115186-309449-gFshzVPhnCOfkLwog3s7pS2wHzxi--knVDKt1Xx4J094-67ccaf7258a4d');
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -56px;
    text-align: center;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 30%);
}

.contact-info-box .box-inner a:hover{
	color: var(--other-color);
}
.contact-map{
	height: 100%;
}
section.contact-upper h2, section.contact-upper p{
	text-align: center;
}
section.contact-upper p{
	margin-bottom: 0;
}
.contact-page-section{
	padding-top: 145px;
}
.contact-page-section .contact-details {
    padding-right: 15%;
}
.contact-detail {
    margin-bottom: 30px;
}
.contact-info li a{
	display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}
.contact-info li a img{
	width: 20px;
    margin-right: 6px;
    height: auto;
}
.contact-info li{
	margin-bottom: 10px;
}
.contact-info li a span{
	font-weight: bold;
}
select option:checked {
   color:black;
}

.form-input-details {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 24px;
}
