nav.breadcrumb-wrap {
    text-align: center;
        font-size: 16px;
      font-weight: 500;
    text-transform: none;
}






.newdrp-link{
    color:black;
        font-weight: 500;
}
.newinnerpageh{
    color: #000000;
    padding-top: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    background: #ffffff;
    text-align: center;
    height: 65px;
    font-family: var(--fo1);
        font-weight: 600;
}
@media (max-width: 767px) {
    .newbannerh1{
   
       top: 0px !important; 
    
    }
}


.newinner-card {
    transition: transform 0.5s ease-in-out;
    max-width:100%;
    height:auto;
}
.newinner-card:hover {
    transform: scale(1.05);
}


@media (max-width: 768px) {
.newinner-card {
    max-width:340px;
    height:auto;
      padding-bottom: 15px;
}


   /* nav*/
   
   .navbar-light .navbar-toggler {

    background: #ffffff;
}

.navbar-collapse {
   padding: 15px;
    background: #fff;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
 
}

/* All navbar links in red */
.navbar-nav .nav-link,
.navbar-nav .dropdown-menu a {
    color: black !important;
}

/* GET STARTED button in blue */
.navbar-nav .callbtn .nav-link {
    color: white !important;
}

.nav-item.callbtn a {
  
    width: fit-content !important;
            padding: 8px 10px !important;
}
}
@media (max-width: 576px) {
       .navbar-light .navbar-toggler {

    background: transparent;
}
.newinner-card {
    max-width:100% !important;
        
}

nav.breadcrumb-wrap {
    font-size: 14px;
    margin-top: 35px !important;
    display: block !important;
}
.newinnerpageh{

    font-size: 15px;
}


}


