.breadcrumb {
    width: 100%;
}

ul.breadcrumb {
    padding: 0 100px;
    list-style: none;
}

@media (max-width: 1023px) {
    ul.breadcrumb {
        padding: 0 40px;
        list-style: none;
    }
}

@media (max-width:768px) {
    ul.breadcrumb {
        padding: 0 15px;
        list-style: none;
    }
}
.hero-banner-VA{
    width: 100%;
    height: 700px;
    background: url('../images/Appointment/hero-banner-VA.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 600px) {
.hero-banner-VA{
    height: 300px;
  }
}
.text-about{
    text-align: center;
    left: 0;
    right: 0;
    top: 45%;
    position: absolute;
}

@media (max-width: 543px) {
    .text-about{
        text-align: center;
    }
}
.text-about h2{ 
    font-size: 3rem;
    color: #fff;
}
@media (min-width:1400px) {
    .text-about h2{
        font-size: 4rem;
        color: #fff;
    }
}
@media (max-width:767px) {
    .text-about h2{
        font-size: 3rem;
    }
}



.about-txt{
    width: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 1400px){
    .about-txt{
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 1200px){
    .about-txt{
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 991px){
    .about-txt{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px){
    .about-txt{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 991px){
    .about-txt p{
        text-align: center;
    }
}
@media (max-width: 768px){
    .about-txt p{
        text-align: start;
    }
}
 

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.grid-item {
    font-size: 30px;
    text-align: center;
}

.grid-item p {
    font-size: 13px;
    text-align: center;
}

.product {
    text-align: center;
}

.product img {
    max-width: 100%;
    border-radius: 5px;
}

.wish-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}
.form-group{
    margin-bottom: 10px;
}
.breadcrumb {
    width: 100%;
}

ul.breadcrumb {
    padding: 0 100px;
    list-style: none;
}

@media (max-width: 1023px) {
    ul.breadcrumb {
        padding: 0 40px;
        list-style: none;
    }
}

@media (max-width:768px) {
    ul.breadcrumb {
        padding: 0 15px;
        list-style: none;
    }
}
.vertual-text {
    display: grid;
    place-items: center;
    padding: 10px;
  }
  
  .progressbar {
    counter-reset: step;
    margin-top:20px ;
    text-align: center;
  }
  .progressbar li {
    list-style: none;
    display: inline-block;
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height : 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
  }
  .progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index : -1;
  }
  .progressbar li:first-child:after {
    content: none;
  }
  .progressbar li.active {
    color: green;
  }
  .progressbar li.active:before {
    background-color: black;
} 
.progressbar li.active + li:after {
    background-color: black;
  }
  .progress-main{
      border: 1px solid #ccc;
      height: auto;
      width: 75%;
      padding: 10px;
    }
    .progress-main h3{
        text-align: center;
        margin: 25px 0;
    }

.select-gray{
    display: flex;justify-content: space-between; padding:10px;background:#f2f2f2;
}
.select-gray h6{
    margin: 0;
}
.select-gray a{
    margin: 0;
    text-decoration: underline;
}
.apointment-grid {
    display: grid;
    row-gap: 10px;
    column-gap: 10px;
    grid-template-columns: auto auto;
    margin: 30px 0px;
}
@media only screen and (max-width: 600px) {
 .apointment-grid {
    display: grid;
    grid-template-columns: auto;
}
}

.apointment-items {
    border: 1px solid #bbb;
    padding: 20px;
    font-size: 30px;
    text-align: start;
    width: 400px;
}
@media only screen and (max-width: 600px) {
 .apointment-items {
    width: 100%;
}
}
.icon-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 5px;
}

.circle-box {
    height: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    place-items: center;
}
@media only screen and (max-width: 600px) {
  .circle-box {
     width: 100%;
  }
}

.circle-box img {
    border-radius: 50%;
}

img,
svg {
    vertical-align: middle;
}