@media(max-width: 400px){
     .navbar .navbar-brand img{
        width: 130px;
        height: auto;
    }
}

/* Big screen: 1200px to 1500px */
@media (min-width: 1200px) and (max-width: 1500px) {
  .customize__header {
    padding: 15px 50px;
  }

  .total__rate {
    padding: 0 70px 18px;
  }

  .total__monthly__rate {
    padding: 18px 70px;
  }

  .card {
    flex: 0 0 calc(33.33% - 15px);
  }
}

/* Normal screen: 992px to 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
  .customize__header {
    padding: 15px 40px;
  }

  .total__rate {
    padding: 0 60px 18px;
  }

  .total__monthly__rate {
    padding: 18px 60px;
  }

  .card {
    flex: 0 0 calc(33.33% - 10px);
  }

  .hero__thumb {
    right: 90px;
    width: 450px;
  }
  .hero__area__wrapper {
    padding: 60px 0px 60px 80px;
  }
  .hero__wrapper__content h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .hero__thumb {
    width: 430px;
  }
}

/* Tablet screen: 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .customize__header {
    padding: 15px 30px;
  }

  .total__rate {
    padding: 0 50px 18px;
  }

  .total__monthly__rate {
    padding: 18px 50px;
  }

  .btn.btn-outline-light,
  .btn.btn-fill {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .card {
    flex: 0 0 calc(50% - 10px);
  }

  .hero__wrapper__content h1 {
    color: var(--dark_blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 16px;
  }
  .hero__thumb {
    right: 70px;
    width: 350px;
  }
  .hero__area__wrapper {
    padding: 50px 0px;
  }
  .form__area {
    padding: 30px 0;
  }

  .input__field.income label,
  .input__field.dob label {
    font-size: 12px;
  }
  .footer__menu {
    gap: 20px;
  }
}

/* Small screen: under 768px */
@media (max-width: 767px) {
  .btn.btn-outline-light,
  .coverage__amount,
  .btn.btn-fill {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* Adjustments for focus styles */
.productField input[type="radio"]:focus + label,
input[type=file]:focus, 
input[type=checkbox]:focus, 
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.productField input[type="radio"]:focus + label {
  border: 2px solid #005fcc;
  padding: 5px;
  border-radius: 0;
}

.productField input[type="radio"]:focus + label {
  border: 2px solid #1D2A4C;
}

/* Responsive Stepper CSS */
.responsive-stepper {
    display: none; 
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 992px) {

    .original-stepper {
        display: none;
    }
    .responsive-stepper {
        display: flex; 
    }

    .responsive-stepper h3 {
        font-size: 16px;
        color: var(--dark_blue);
        margin-bottom: 10px;
    }

    .responsive-stepper span {
        font-size: 14px;
        color: #333;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .responsive-stepper h3 {
        font-size: 18px; 
    }

    .responsive-stepper span {
        font-size: 16px; 
    }
}

@media (max-width: 767px) {
    .form__navigation,
    .responsive-stepper {
        display: none;
    }
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.card-label {
  font-size: 16px;
  font-weight: bold;
}

/* Large Mobile screen: 480px to 767px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {width:450px}
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    outline: 3px solid #002e73 !important;
}

.esign-list li{
    color: #1A1D1E!important;
}

@media (max-width: 500px) {
    .billingBg .productField label{
        width: 100%;
    }
    .billingBg .productField{
        display: inline;
    }
}

div[class^='d-'][aria-expanded="false"], div[class*=' d-'][aria-expanded="false"]{
    display:none !important;
}
 
