*{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.address{
    background-color:rgb(255,45,30);
    height: 40px;
    padding-left: 400px;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
  
  .container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  a {
    text-decoration: none;
  }
  
  header {
    
    color:rgb(255,45,30);
    padding: 20px 0;
  }
  
  
  .logo img {
    height: 50px; /* Adjust the height of the logo as needed */
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  nav ul li {
    display: inline;
  }
  
  nav ul li a {
    color:rgb(255,45,30);
    text-decoration: none;
    padding: 10px;
  }
  
  nav ul li a:hover {
    background-color: #555;
    color: white;
  }
  .gtui{
    width: 100%;
    height:590px;
    background-image: url(http://www.country56.com/wp-content/uploads/2022/03/newbn1-1903x573-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
  }
  .countary{
    display: flex;
    justify-content: space-around;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  .footer-links {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
  }
  
  .footer-links li {
    display: inline;
    margin-right: 20px;
  }
  
  .footer-links li:last-child {
    margin-right: 0;
  }
  
  .footer-links li a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-links li a:hover {
    color: #ffcc00; /* Change to your desired hover color */
  }
  .footer{
    display: flex;
    justify-content: space-around;
    
  }
  .s{
    padding-top: 180px;
    color: rgb(255,45,30);
  }
 
 

.error {
    color: red;
}
#map-container{
  height: 60vh;
}
.menu {
  list-style-type: none;
  padding: 0;
}

.menu li {
  display: inline-block;
  position: relative;
}

.menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color:rgb(255,45,30);
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.submenu li {
  display: block;
}

.submenu-parent:hover .submenu {
  display: block;
}
.bu{
  
}

.home:hover {
  background-color: #f91212; /* hover par background color change */
  color: black;
}
 @media screen and (max-width: 700px){
.tyresdt{
  text-align: left;
   margin-left:300px;
   
}
   }