

body
{
  font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.social-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 1.5rem;
  }
 h2{
  font-size: 1.3rem !important;
 }
 h4{
  font-size: 1rem !important;
 }
  /* new css  */


.background-image {
  position: relative; /* Ensure child elements are positioned relative to this container */
  background: url('../img/banner.jpg') no-repeat center center/cover;
  height: 100%;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  color: rgb(67, 67, 67);
  /* text-align: center; */
  padding: 20px;
  overflow: hidden; /* Prevents content overflow */
}

.background-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.809); /* Adjust the color and opacity */
  z-index: 1; /* Ensures the overlay is on top of the background image */
}
.background-image h2, p {
  position: relative;
  z-index: 2; /* Ensures text appears above the overlay */
}
.card1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #7fe6d1;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  z-index: 2;
}
.card2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #be96e6;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  z-index: 2;
}
.list1
{
  position: relative;
  list-style: none;
  z-index: 2;
}
.btn
{
  position: relative;
  z-index: 2; 
}

.content-section {
    padding: 40px 20px;
}

.card {
    margin-bottom: 20px;
}

.navbar-brand img {
    max-height: 50px;
}
  /* new css end */


  
  .disclaimer {
    background: #656563;
    border: 1px solid #656563;
    padding: 15px;
    /* border-radius: 5px; */
    color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
  }
  .banner-text
  {
    vertical-align: middle;
  }
  .n-border
  {
    border-radius: 10px;
  }
  @media all and (max-width: 480px)
  {
    .social-icons
    {
      flex-direction:row
    }
  }
  @media all and (max-width: 480px)
  {
    h2
    {
      font-size: 0.9rem !important;
    }
  }
  @media all and (max-width: 480px)
  {
    .col-form-label
    {
      font-size: 15px;
    }
  }
  @media all and (max-width: 480px)
  {
    .form-check-label
    {
      font-size: 13px !important;
    }
  }
  @media all and (max-width: 480px) 
  {
    .card-title
    {
      font-size: 15px !important;
    }
  }
  @media all and (max-width: 480px) 
  {
    h4
    {
      font-size: 13px !important;
    }
  }
  @media all and (max-width: 480px) 
  {
    p
    {
      font-size: 15px !important;
    }
  }
  @media all and (max-width: 480px) 
  {
    .btn
    {
      font-size: 15px !important;
    }
  }
  .card
  {
    padding: 20px;
    /* text-align: center; */
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .card-heart
  {
    /* padding: 20px; */
    /* text-align: center; */
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .card-header-custom1 {
    background-color: #fdbb05;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  /* card design */
  .card-custom {
    max-width: 400px;
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .card-header-custom {
    background-color: #007bff;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .card-body-custom {
    padding: 20px;
    text-align: center;
    font-size: 1rem;
    font-style: italic;
  }

  .highlight {
    color: #d9534f;
    font-weight: bold;
  }
  /* card design end */

  .container-min-w {
    max-width: 800px;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .container-min-w {
      max-width: 460px;
    }
  }