.carousel-indicators {
    position: static !important;
    margin: 0 !important;
    background: #43B198 !important;
    color: #fff !important;
}

.carousel-indicators [data-bs-target] {
    border-top: 0 !important;
    border-bottom: 0 !important;
    margin: 0 !important;
}

.carousel-indicators button {
    width: 50% !important;
    height: auto !important;
    text-indent: unset !important;
    padding:15px 10px !important;
    font-size: 20px !important;
}

.carousel-indicators .active {
    background: #348974 !important;
    color: #fff !important;
}
 
.dd1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    line-height: normal;
}

.dd1 li:first-child a {
    border-top: 1px solid #ddd;
    background: #338873;
    color: #fff;
    justify-content: flex-start;
    gap: 10px;
    line-height: normal;
}

.dd1 li a::before {
    content: none !important;
}

.dd1 {
    padding: 0;
}
.dd1 li a:focus{
    background-color:  #348974 !important;
    color: #fff !important;
}
.dr-wpil .nav-link.active,
.dr-wpil .show>.nav-link {
    color: #fff !important;
    background: #338873;
    border-bottom: 1px solid #ddd;
    border-radius: 0; 
}
.dr-pil .nav-link.active,
.dr-pil .show>.nav-link {
    color: #338873 !important;
    background: transparent;
    border-bottom: 3px solid #338873;
    border-radius: 0; 
}
.dr-pil .nav-link{
    margin-bottom: -2px;
    position: relative;
    z-index: 2;
    color: #333 !important;
    font-size: 18px;
    padding: 1.5rem 1rem;
    line-height: normal;
    font-weight: 600;
}
.dr-wpil .nav-link{
    margin-bottom: -2px;
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-weight: 600;
    padding: 1.5rem 1rem;
    line-height: normal; 
    font-size: 20px;
    background: #43B198;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    display: flex;
    height: -webkit-fill-available;
    align-items: center;
    justify-content: center;
}
.dr-pil {
    padding: 0 !important;
    justify-content: center; 
    padding-bottom: 0 !important; 
    width: auto;
}
.dr-wpil {
    padding: 0 !important;
    justify-content: center; 
    padding-bottom: 0 !important; 
    width: auto;
}
.dr-pil li{
    width: 50%;
    text-align: center;
}
.dr-wpil li{
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.dr-pil::after{
    content: " ";
    background: #ddd;
    height: 1px;
    width: 100%;
    position: relative;
    z-index: 0;
}
/* .dr-wpil::after{
    content: " ";
    background: #ddd;
    height: 1px;
    width: 100%;
    position: relative;
    z-index: 0;
} */
.dd1 {
    box-shadow: 0 2px 5px #ccc;
}

 
@media(min-width:1100px) {
    .dd1 {
        width: 400px;
        height: 80vh;
        overflow: auto;
        position: fixed !important;
        left: 15% !important;
        top: 70px !important;
        border: 0;
        border-left: 5px solid #46b393;
        border-radius: 0;
        transform: unset !important;
    }
}

@media(min-width:992px) and (max-width:1100px) {
    .dd1 {
        width: 340px;
        height: 80vh;
        overflow: auto;
        position: fixed !important;
        left: 15% !important;
        top: 70px !important;
        border: 0;
        border-left: 5px solid #46b393;
        border-radius: 0;
        transform: unset !important;
    }
}
@media (max-width: 992px) {
    .dd1 {
        width: 320px;
        height: 100vh;
        position: fixed !important;
        left: 0 !important;
        top: 70px !important;
        border: 0;
        border-left: 0;
        border-radius: 0;
        transform: unset !important;
        border-top: 1px solid #ddd;
    }
}
@media (max-width:767px) {
    .carousel-indicators button {
        font-size: 10px !important
    }
     
    .mob-p0
    {
        padding: 0 !important;
    }
    .mobh{
        font-size: 20px !important;
    }
    .drpil{
        padding: 0 !important; 
    }
    .mob-pt-2{
        padding-top: 1.5rem !important;
    }
    .wow {
        animation: none !important;
    }
}
@media(max-width:462px)
{ 
    .dr-pil{
        flex-wrap: wrap;
    }
    .dr-pil li{
        width: 100%;
    }
    .dr-wpil{
        flex-wrap: wrap;
    }
    .dr-wpil li{
        width: 100%;
    }
    .dr-wpil .nav-link{
        font-size: 15px;
    }
}































/* css for both */
