﻿/* ===========================heading css==================================== */
.contact-heading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
    text-align: center;
}

.contact-subheading {
    font-size: 1.25rem;
    color: #6c757d;
    text-align: center;
}

/* ==================service hours================= */
/* .service-hours-card {
    border-radius: 0.25rem;
    padding: 1.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
  }
  .service-hours-heading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #343a40;
  }
  .service-hours-text {
    color: #495057; 
  } */

/* 
#fixed-column {
  position: fixed;
  top: 1rem;
  left: 2rem;
  max-width: 300px;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
  z-index: 2;
} */
/* 
.col-md-8 {
  margin-left: 320px;
  
} */


.mx-lngth {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70% !important;
    text-align: justify;
}

#fixed-column {
    position: sticky;
    height: fit-content;
    width: fit-content;
    top: 0px;
}
.table-responsive1 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}



/* #fixed {
  position: fixed !important;
} */

/* Responsive Adjustments */
@media (max-width: 600px) {
    .mx-lngth {
        width: 300px;
    }
    .table-responsive1 {
     
        max-width: 350px !important;
      
    }


    #fixed {
        position: static !important;
    }

    /* #fixed-column {
    position: static !important;
    max-width: 100% !important;
  } */

    /* .col-md-8 {
    margin-left: 0;
  } */

    .service-hours-heading {
        font-size: larger;
    }
}

@media (max-width: 1024px) {
    .mx-lngth {
        max-width: 100% !important;
    }
}
