body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 64px;
  color: #000;
  position: absolute;
  top: 480px;
  left: 10%;
}

.phone img {
  width: 60px;
  position: absolute;
  top: 700px;
  left: 10%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 705px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 60px;
  position: absolute;
  top: 800px;
  left: 10%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 805px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}
.google-maps iframe{
  width: 50%;
  height: 600px;
  position: absolute;
  top: 500px;
  left: 45%;
}

.footer {
  position: absolute;
  top: 1200px;
  left: 0%;
}



  /*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait) {
body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #000;
  position: absolute;
  top: 230px;
  left: 5%;
}

.phone img {
  width: 30px;
  position: absolute;
  top: 290px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 292px;
  left: 16%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 30px;
  position: absolute;
  top: 340px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 345px;
  left: 16%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}
.google-maps iframe{
  width: 100%;
  height: 300px;
  position: absolute;
  top: 400px;
  left: 0%;
}

.footer {
  position: absolute;
  top: 700px;
  left: 0%;
} 
}
  
@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 250px;
  left: 5%;
}

.phone img {
  width: 35px;
  position: absolute;
  top: 310px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 310px;
  left: 16%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 35px;
  position: absolute;
  top: 360px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 362px;
  left: 16%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 450px;
  left: 0%;
}

.footer {
  position: absolute;
  top: 800px;
  left: 0%;
}
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 230px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  color: #000;
  position: absolute;
  top: 270px;
  left: 5%;
}

.phone img {
  width: 40px;
  position: absolute;
  top: 345px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 350px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 40px;
  position: absolute;
  top: 420px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 424px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 550px;
  left: 0%;
}

.footer {
  position: absolute;
  top: 900px;
  left: 0%;
}
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #000;
  position: absolute;
  top: 310px;
  left: 5%;
}

.phone img {
  width: 50px;
  position: absolute;
  top: 380px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 385px;
  left: 13%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 50px;
  position: absolute;
  top: 450px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 456px;
  left: 13%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 100%;
  height: 390px;
  position: absolute;
  top: 560px;
  left: 0%;
}

.footer {
  position: absolute;
  top: 950px;
  left: 0%;
}
}
     
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #000;
  position: absolute;
  top: 310px;
  left: 5%;
}

.phone img {
  width: 50px;
  position: absolute;
  top: 400px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 402px;
  left: 11%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 50px;
  position: absolute;
  top: 470px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 480px;
  left: 11%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 55%;
  height: 450px;
  position: absolute;
  top: 250px;
  left: 45%;
}

.footer {
  position: absolute;
  top: 700px;
  left: 0%;
}
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  { 
body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  color: #000;
  position: absolute;
  top: 420px;
  left: 10%;
}

.phone img {
  width: 45px;
  position: absolute;
  top: 550px;
  left: 10%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 550px;
  left: 14.5%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 45px;
  position: absolute;
  top: 630px;
  left: 10%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 630px;
  left: 14.5%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}
.google-maps iframe{
  width: 50%;
  height: 400px;
  position: absolute;
  top: 400px;
  left: 45%;
}

.footer {
  position: absolute;
  top: 900px;
  left: 0%;
}
 
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px)  {
  body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  color: #000;
  position: absolute;
  top: 420px;
  left: 10%;
}

.phone img {
  width: 45px;
  position: absolute;
  top: 550px;
  left: 10%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 550px;
  left: 14.5%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 45px;
  position: absolute;
  top: 630px;
  left: 10%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 630px;
  left: 14.5%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}
.google-maps iframe{
  width: 50%;
  height: 400px;
  position: absolute;
  top: 400px;
  left: 45%;
}

.footer {
  position: absolute;
  top: 900px;
  left: 0%;
}     
}
     
@media  (min-width: 3840px) and (max-width: 7679.98px)  {
  body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 128px;
  color: #000;
  position: absolute;
  top: 960px;
  left: 10%;
}

.phone img {
  width: 120px;
  position: absolute;
  top: 1400px;
  left: 10%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 72px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 1410px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 20px;
}

.mail img {
  width: 120px;
  position: absolute;
  top: 1600px;
  left: 10%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 72px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 1610px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 20px;
}

.google-maps iframe{
  width: 50%;
  height: 1200px;
  position: absolute;
  top: 1000px;
  left: 45%;
}

.footer {
  position: absolute;
  top: 2400px;
  left: 0%;
}
  
}
     
@media  (min-width: 7680px) and (max-width: 7681px) {
  body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 1600px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 256px;
  color: #000;
  position: absolute;
  top: 1920px;
  left: 10%;
}

.phone img {
  width: 240px;
  position: absolute;
  top: 2800px;
  left: 10%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 144px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 2820px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 40px;
}

.mail img {
  width: 240px;
  position: absolute;
  top: 3200px;
  left: 10%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 144px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 3220px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 40px;
}

.google-maps iframe{
  width: 50%;
  height: 2400px;
  position: absolute;
  top: 2000px;
  left: 45%;
}

.footer {
  position: absolute;
  top: 4800px;
  left: 0%;
}
  
}





/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 250px;
  left: 5%;
}

.phone img {
  width: 35px;
  position: absolute;
  top: 310px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 310px;
  left: 16%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 35px;
  position: absolute;
  top: 360px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 362px;
  left: 16%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 450px;
  left: 0%;
}

.footer {
  position: absolute;
  top: 800px;
  left: 0%;
}
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
  body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 230px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  color: #000;
  position: absolute;
  top: 270px;
  left: 5%;
}

.phone img {
  width: 40px;
  position: absolute;
  top: 345px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 350px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 40px;
  position: absolute;
  top: 420px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 424px;
  left: 14%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 550px;
  left: 0%;
}

.footer {
  position: absolute;
  top: 900px;
  left: 0%;
}
}

@media (min-width: 812px) and (max-width: 959.98px) and (orientation: landscape) {
  body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #000;
  position: absolute;
  top: 310px;
  left: 5%;
}

.phone img {
  width: 50px;
  position: absolute;
  top: 380px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 385px;
  left: 13%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 50px;
  position: absolute;
  top: 450px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 456px;
  left: 13%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 100%;
  height: 390px;
  position: absolute;
  top: 560px;
  left: 0%;
}

.footer {
  position: absolute;
  top: 950px;
  left: 0%;
}
}

@media (min-width: 960px) and (max-width: 999.98px) and (orientation: landscape) {
  body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #000;
  position: absolute;
  top: 310px;
  left: 5%;
}

.phone img {
  width: 50px;
  position: absolute;
  top: 400px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 402px;
  left: 11%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 50px;
  position: absolute;
  top: 470px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 480px;
  left: 11%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 55%;
  height: 450px;
  position: absolute;
  top: 250px;
  left: 45%;
}

.footer {
  position: absolute;
  top: 700px;
  left: 0%;
}
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
  body {
  background-color: #fff;
}

.banner-container {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 1;
}     

.banner-shadow {
  background-image: linear-gradient(to bottom, #000, #00000000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 98;
}

.banner-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
}

.header {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #000;
  position: absolute;
  top: 310px;
  left: 5%;
}

.phone img {
  width: 50px;
  position: absolute;
  top: 400px;
  left: 5%;
}

.phone a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 402px;
  left: 11%;
  transition: all .3s ease-in-out;
}

.phone a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.mail img {
  width: 50px;
  position: absolute;
  top: 470px;
  left: 5%;
}

.mail a {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 480px;
  left: 11%;
  transition: all .3s ease-in-out;
}

.mail a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.google-maps iframe{
  width: 55%;
  height: 450px;
  position: absolute;
  top: 250px;
  left: 45%;
}

.footer {
  position: absolute;
  top: 700px;
  left: 0%;
}
}