

  .nav-tabs .nav-link {
    color: #000;
    font-weight: 600;
  }
  h2{
    font-weight: 800;
    font-size: 40px;
  }

  .nav-tabs .nav-link:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6 #dee2e6 #fff;
  }

  .nav-tabs .nav-link.active {
    color: #D52E34 !important;
  }
  a{
    color: #000 !important;
  }

  .icon-red {
    color: #D52E34;
  }

  .container-fluid {
    width: 100%;
  }

  p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.9;
  }

  a {
    text-decoration: none;
  }

  .whatsup {
    position: fixed;
    left: 20px;
    width: 50px;
    bottom: 41px;
    z-index: 99;
  }
  .contact-banner {
    background-image: url('../img/abth.jpg');
    background-size: cover;       
    background-position: center;   
    background-repeat: no-repeat;  
    padding: 100px 20px;           
    color: white;                 
    text-align: center;          
    position: relative;          
  }
  

  .contact-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);  
    z-index: 0;
  }
  
  .contact-banner h1,
  .contact-banner p {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0.5em 0;
  }
  

  .hover-shadow:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
  }
  .contact-us img{
    height: 240px;
  }

  @media screen and (max-width: 767px) {
    h3 {
      margin-top: 20px;
      font-weight: 700;
    }

    .banner-section img {
      height: 200px;
    }
  }


  #callme {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  
  #callmeMain {
    width: 60px;
    height: 60px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


.mrq {
    background: #222222;
    color: #fff;
    font-weight: 800;
    padding: 5px;
	font-size: 30px;
}