/* Responsive Design for Header */



@media (max-width: 991px) {
    .Account-Type .nav-pills .nav-item {
    width: 40%;
    margin-bottom: 10px;
}
}

@media (max-width: 600px) {
  .hero-section {
    height: 500px;
  }
  .hero-section .hero-subtitle {
    font-size: 1rem;
  }
  .hero-section .hero-title h1 {
    font-size: 12px;
  }
  .hero-section .hero-title {
    padding: 7px 15px;
  }
  .content-section .content-title {
    font-size: 1.5rem;
  }
  .content-section .content-highlight {
    font-size: 1rem;
  }
  .content-section .content-text {
    font-size: 12px;
  }
  .carouselCaptions img {
    object-fit: cover;
    height: 250px;
  }
  .carouselCaptions .carousel-indicators-icon {
    margin-left: 0;
  }
  .left-sideimg .img-content h5 {
    font-size: 12px;
  }
  .Businessto h5 {
    font-size: 20px;
    margin-top: 15px;
  }
  .content-ui {
    font-size: 12px;
  }
  .icon-bg-cricle {
    width: 25px;
    height: 25px;
  }
  .bgSlider h6 {
    font-size: 14px;
  }
  .bgSlider .carousel-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .footer-section h5 {
    font-size: 20px;
  }
  .Business-Signup-section .hero-title h1 {
    font-size: 18px;
  }

  .ContactUs .ContactUs-form h5 {
    font-size: 30px;
  }

  .Account-Type .nav-pills .nav-item{
    width: 80%;
    margin: 0;
    margin-bottom: 10px;
  }
  .Account-Type .Account-Type-body h2{
    font-size: 28px;
  }
  .Account-Type .Account-Type-body{
    padding: 10px 15px;
  }
  .img-upload-preview{
    width: 100px;
    height: 100px;
  }
}
