
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body{
    margin: 0;
    padding: 0;
}


.logo{
    height: 70px;
    width: 80px;
}
.flag{
    height: 80px;
    width: 100px;
}
.palika_name{
    font-size: 20px !important;
}
.palika_type{
    font-size: 25px !important;
}
.palika_address{
    font-size: 15px !important;
}

.logo {
    height: 70px;
    width: 80px;
}

.flag {
    height: 80px;
    width: 100px;
}

.palika_name {
    font-size: 20px !important;
}

.palika_type {
    font-size: 25px !important;
}

.palika_address {
    font-size: 15px;
}

.list-nav{
    padding: 5px;
    margin: 2px;
    box-sizing: border-box !important;
}
.count-nav{
    width: 50px;
    height: 30px;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
}
.list-nav-button{
    padding-top: 170px !important;
    box-sizing: border-box !important;
    
}
.display_number{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
}


.sewa-count{

    width: 50px;
    height: 30px;
    text-align: center;
    border-radius: 0px 20px 20px 0px;
    font-size: 20px !important;
    
}
.sewa-body{
    padding: 0px;
    box-sizing: border-box !important;
    margin: 0px;
    height: 180px;

}
.sewa-text{
    font-size: 15px !important;
}


.slide_imag img {
    height: 400px;
    width: auto; 
  }
.side_image{
    width: 75px; 
    height: 75px; 
    object-fit: cover;
}

 #scrolling-tbody {
    animation: moveUp 60s linear infinite; /* Smooth scrolling effect */
}
#scrolling-tbody:hover {
    animation-play-state: paused; /* Pause the animation when hovered */
}

/* for janapratinidhii animation  */
.table-wrapper {
    position: relative;
    overflow: hidden;
    height: 425px; /* Fixed height for the container */
}

#pratinidhi-list {
    position: relative;
    animation: moveUp 60s linear infinite; /* Scroll up animation */
}
#pratinidhi-list:hover{
    animation-play-state: paused;
}

.Vertical-line{
    width: 1px;
    height: 125px;
}
@keyframes moveUp {
    0% {
        transform: translateY(0); /* Start from the top */
    }
    100% {
        transform: translateY(-100%); /* Move all rows upward */
    }
}

@media (max-width: 575.98px) {
    /* Styles for small devices */
    .list-nav-button{
        color: red;
        padding-top: 5px;
    }
    .flag{
        display: none !important;
    }
    .hide-sec{
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
    .list-nav-button{
        color: red;
        padding-top: 10px;
    }
    .flag{
        display: none !important;
    }
    .news-icon{
        display: none;
    }
   
    

}
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .table-wrapper {
        position: relative;
        overflow: hidden;
        height: 350px !important; /* Fixed height for the container */
    }
    .slide_imag img {
        height: 350px !important;
        width: 300px !important; 
      }
    .list-nav-button{
        padding-top: 80px !important;
        box-sizing: border-box !important;
        
    }
    .sewa-text{
        font-size: 10px !important;
    }
    .sewa-body{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 150px !important;
    
    }
    .side_image{
        width: 55px; 
        height: 55px; 
        object-fit: cover;
    }
    .staff_name{
        font-size: 10px !important;
    }
    .Vertical-line{
        width: 1px;
        height: 100px;
    }
    .table-head{
        font-size: 15px !important;
    }
    
}

/* For larger screens (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .table-wrapper {
        position: relative;
        overflow: hidden;
        height: 350px !important; /* Fixed height for the container */
    }
    .slide_imag img {
        height: 350px !important;
        width: 300px !important; 
      }
    .list-nav-button{
        padding-top: 80px !important;
        box-sizing: border-box !important;
        
    }
    .sewa-text{
        font-size: 10px !important;
    }
    .sewa-body{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 150px !important;
    
    }
    .side_image{
        width: 55px; 
        height: 55px; 
        object-fit: cover;
    }
    .staff_name{
        font-size: 10px !important;
    }
    .Vertical-line{
        width: 1px;
        height: 100px;
    }
    .table-head{
        font-size: 15px !important;
    }
    
}

/* For extra large screens (xl) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .table-wrapper {
        position: relative;
        overflow: hidden;
        height: 350px !important; /* Fixed height for the container */
    }
    .slide_imag img {
        height: 350px !important;
        width: 300px !important; 
      }
    .list-nav-button{
        padding-top: 80px !important;
        box-sizing: border-box !important;
        
    }
    .sewa-text{
        font-size: 10px !important;
    }
    .sewa-body{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 150px !important;
    
    }
    .side_image{
        width: 55px; 
        height: 55px; 
        object-fit: cover;
    }
    .staff_name{
        font-size: 10px !important;
    }
    .Vertical-line{
        width: 1px;
        height: 100px;
    }
    .table-head{
        font-size: 15px !important;
    }
}

@media (min-width: 1400px) {
    .table-wrapper {
        position: relative;
        overflow: hidden;
        height: 350px !important; /* Fixed height for the container */
    }
    .slide_imag img {
        height: 350px !important;
        width: 300px !important; 
      }
    .list-nav-button{
        padding-top: 80px !important;
        box-sizing: border-box !important;
        
    }
    .sewa-text{
        font-size: 10px !important;
    }
    .sewa-body{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 150px !important;
    
    }
    .side_image{
        width: 55px; 
        height: 55px; 
        object-fit: cover;
    }
    .staff_name{
        font-size: 10px !important;
    }
    .Vertical-line{
        width: 1px;
        height: 100px;
    }
    .table-head{
        font-size: 15px !important;
    }
    
}




/* for theme two  */


.table-wrapper_two{
    max-height: 475px;
     overflow-y: auto;
}

.sewa-body_two{
    padding: 0px;
    box-sizing: border-box !important;
    margin: 0px;
    height: 200px;

}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .table-wrapper_two{
        max-height: 370px !important;
         overflow-y: auto;
    }
    
    .sewa-body_two{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 200px; 
    
}
}
/* For larger screens (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .table-wrapper_two{
        max-height: 415px !important;
         overflow-y: auto;
    }
    
    .sewa-body_two{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 200px; 
    
}
}
/* For extra large screens (xl) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .table-wrapper_two{
        max-height: 415px !important;
         overflow-y: auto;
    }
    
    .sewa-body_two{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 200px; 
    
}
}

@media (min-width: 1400px) {
    .table-wrapper_two{
        max-height: 415px !important;
         overflow-y: auto;
    }
    
    .sewa-body_two{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 200px; 
    
}
}
/* for theme three  */
.pratinidhi-themethree{
    height: 350px;
    overflow-y: auto;
}
.service-nav{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;

}