
/* for banner */

.about-us-banner{
  /* background-image: url(../images/banner/contact-us-1.jpg); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index:2;
  padding: 170px 0;
  
}

.banner-left-title h1{
    color: #000;
    font-weight: 600;
    font-size: 50px;
    /* line-height: 30px; */
    /* padding-bottom: 0; */
    margin: 0;
    text-transform: capitalize;
    z-index: 3;
    display: block;
}


/* for banner */

/* navbar start here  */

.inner_banner {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.inner_banner {
    position: relative;
}
.custom_breadcrunb {
    background: #0e1128;
    padding: 15px 0;
}

.navbar .container {
  position: relative;
}
.custom_breadcrunb ol.breadcrumb {
  margin: 0;
  background: none;
  padding: 0;
}
.custom_breadcrunb ol.breadcrumb li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
  text-transform: capitalize;
}

.custom_breadcrunb .breadcrumb-item+.breadcrumb-item::before {
  content: '>>';
  color: #fff;
}

/* navbar start here  */


/* about dental start here  */

.about-dental-desc p{
  font-size: 15px;
  color: var(--text-secondary-color);
  text-align: justify;
}
/* about dental start here  */







@media screen and (max-width: 576px) {
    
  
.about-us-banner{
  padding: 100px 0;
  
}
  .banner-left-title h1{
    font-size: 40px;

  }


}
  


/* media queries start here  */

@media screen and (max-width: 768px) {
    /* .vision-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    } */
}