.location-card{
    background: #e53935;
    border-radius: 50px;
    padding: 14px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 0px;
    transition: 0.3s ease;
}

.location-card i{
    color: #fff;
    font-size: 16px;
}

.location-card h3{
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
}

.location-card:hover {
    transform: none;
    box-shadow: none;
}

.link-clr {
   color: #fff;
}

.sec-padding-delhi {
  padding-bottom: 70px;
}

.breadcrumb1 .button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--primary);
    color: #fff;
    border-radius: 10rem;
    padding: 0.75rem 7.5rem;
    padding-left: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    line-height: 21px;
}

.location-delhi-carousel  .owl-nav {
   display: none;
}

.banner-btn {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--primary);
    color: #fff;
    border-radius: 10rem;
    padding: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    line-height: 21px;
}



@media only screen and (max-width: 480px) {
    .location-card{
   background: #e63e38;
   border-radius: 60px;
   padding: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   transition: none !important;
   transform: none !important;
   width: auto;
}

.sec-padding-delhi {
  padding-top: 60px;
  padding-bottom: 60px;
}

.acc-card {
    height: auto !important;
    margin-top: 20px;
}



}