.nav-tsbs{
    border: none;
    color: #0388e7;
}
#address-tab, #enquiry-tab{
    color: #0388e7;

}
#myTabs{
    border-bottom: none !important;
}
/* Reset some default styles */
body, h1, h2, p, div {
    margin: 0;
    padding: 0;
  }
  
  /* Basic styling for the contact section */
  .contact-section {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.643);
  }
  
  /* Styling for the section title */
  .section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  /* Styling for the red border line */
  .border-line {
    border-bottom: 2px solid blue;
    margin-bottom: 20px;
  }
  
  /* Styling for the address container */
  .address-container {
    display: flex;
  }
  
  /* Styling for the address information */
  .address-info {
    flex: 1;
  }
  
  /* Styling for the Google Map integration */
  .google-map {
    flex: 2;
    /* Additional styling for the Google Map container goes here */
  }
  #enquiry{
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.643);
  }
  .add-w-btn{
    background-color: #0388e7;
    color: #ffffff;
    border: 2px solid white;
    padding: 7px 25px;
    border-radius: 30px;
    transition: 0.4s;
  }
  .add-w-btn:hover{
    background-color: #fff;
    color: #0388e7;
    border: 2px solid #0388e7;
  }
  .navbar-toggler:hover{
    border: none !important;
  }
  .navbar-toggler{
    border: none !important;
  }
  .navbar-toggler:focus {
    outline: none;
  }