* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Noto Sans Gurmukhi', sans-serif; */
}

a, i {
    font-size:initial;
}
a:hover{
    text-decoration:none;
}

body {
    background-color: #fff;
    font-size: 16px;
}
#body {
    margin-top: 185px !important;
}
p {
    font-size: 15px !important;
}

h3, h2, h4 {
    /* font-family: 'Oswald', sans-serif; */
}


.btn {
    font-size: 16px !important;
    padding: 10px 16px !important;
}

.navbar {
    margin-bottom: 0 !important;
    /* background-color:transparent !important;*/
}

:root {
    --normal_grey: #D9D9D9;
    --light_grey: #F5F5F5;
    --purple: #4067DD;
    --dark-purple: #1E49CA;
    --dark_blue: #112763;
    --bg_blue: #E7EDFF;
    --border-color: #b9b9b9;
    --light_green: #DBF5F0;
    --bg-green: #37BEB0;
    --bg-yellow: #FAA341;
    --bg-yellow_dark: #e67f09;
    --midnight_blue: #0C6170;
    --animate-duration: 2s;
}
.brand_logo h5 {
    font-weight: 600;
    color: var(--purple);
}

.brand_logo h2 {
    font-weight: 700;
    color: var(--dark_blue);
    font-family: 'Oswald', sans-serif;
    font-size:32px;
}

.brand_logo h4 {
    color: var(--midnight_blue);
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif;
}

.container-xxl {
    max-width: 2500px !important;
    /* padding: 1rem 3rem !important; */
}

.is-sticky .brand_logo h5 {
    /*color: white;*/
}





header {
    /* position: fixed; */
    /* background-color: white; */
    z-index: 100;
    margin: auto;
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
}

.is-sticky {
    /* background-color: #C6E1FF !important; */
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}

    .is-sticky .upper_header {
        display: none;
    }

.Banner_section2 {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 160px 30px 50px !important;
    background-attachment: fixed;
}

.management-section {
    padding: 15px 30px !important;
     background-color: #f3f3f3; 
/*    background-image: linear-gradient( rgba(3, 165, 116, 0.8), rgba(0, 172, 134, 0.2)),url(../Assets/Images/misters_bg.png);
*/    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
}

.banner_content {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
    /*padding: 1rem 0;*/
}

.btn_ebook {
    background-color: var(--purple) !important;
    border: 1px solid var(--purple) !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 0;
}


.MC_section {
    padding: 80px 50px !important;
    background-color: #C6E1FF;
    font-size: 20px;
}


.house_n_wards {
    padding: 80px 50px 50px !important;
}

.header-section {
    
    /* background-image: rgba(255, 255, 255, 0.5); */
    background-position: center bottom;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-brand  {
    height: auto;
}
.navbar-brand img {
    max-width: 60px;
}

.mc-header-menu {
    z-index: 1 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: var(--purple) !important;
}

.nav-link:focus, .nav-link:hover {
    /*color: #ffffff !important;*/
}

.my_header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;

}

.newicon-header {
    flex-direction: row;
    align-items: start;
    gap: 10px;
    justify-content: end;
}

#ddllang {
    background-color: transparent !important;
    color: #333 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 4px 10px !important;
} 
.category_button .btn-check:checked + .btn {
    background-color: var(--purple) !important;
    color: white !important;
    padding: 4px 16px !important;
    border: 1px solid var(--purple);
}

.category_button .btn-check + .btn {
     background-color: white !important; 
    color: var(--purple) !important;
    padding: 4px 16px !important;
    font-size: 14px !important;
}


.link-primary {
    font-size: 14px !important;
    color: #ffffff !important;
}

.notification_area {
    background-color: var(--bg_blue);
    color: #16151a;
    font-size: 14px;
    padding: 4px 8px;
}

.latest {
    background-image: linear-gradient(to bottom right, #FE5B00, #FFA776);
    width: 120px;
    padding: 8px 15px;
}

.latest_img {
    width: 120px;
}

.marqu_img {
    width: 70px; 
    height: 16px;
    margin-right: 20px;
}
.marqu_img2 {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.area {
    background-color: var(--normal_grey);
    border-radius: 8px;
    font-weight: 600;
}

.data_category {
    /* background-color: var(--purple); */
    border: 1px solid var(--purple) !important;
    color: var(--purple);
    align-items: center;
    font-size: 14px;
}


    .data_category:hover {
        background-color: var(--purple) !important;
        border: 1px solid var(--purple) !important;
        color: white !important;
        align-items: center !important;
        cursor: pointer;
    }

.category_button {
    display: flex;
    gap: 10px;
    backdrop-filter: blur(10px);
    z-index: 2;
}

    .category_button .form-select {
        font-size: 14px !important;
        padding: 0.275rem 2.25rem 0.275rem 0.375rem !important;
        border: 1px solid var(--purple) !important;
        color: var(--purple);
    }

/* .category_button .active{
     border: 1px solid var(--purple);
     background-color: var(--purple);
     color: white;
     align-items: center;
     padding: 8px 16px;
} */

.btn-primary {
    padding: 7px 15px !important;
    background-color: var(--purple) !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 1px solid var(--purple) !important;
    border-radius:0.5rem;
}
    .btn-primary:active, .btn-primary:hover {
        border: 1px solid var(--purple) !important;
        background-color: var(--purple) !important;
    }



.menu-link .nav-link {
    color: var(--dark_blue);
    padding: 6px 15px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    display: inline-block;
    position: relative;
    cursor:pointer;
    color: var(--purple);
    text-shadow: none !important; 
}

    .navbar-expand-lg .navbar-nav .nav-link::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 4px;
        bottom: 0;
        left: 0;
        background-color: var(--purple);
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: var(--purple) !important;
    }

        .navbar-expand-lg .navbar-nav .nav-link:hover::after {
            transform: scaleX(1);
            transform-origin: bottom left;
            color: #001861 !important;
        }

.navbar .navbar-nav > li > a{
    height:50px !important;
}

.btn-position {
    padding: 0.5rem 1rem !important;
}

.position-menu .active {
    background-color: var(--purple) !important;
    color: white !important;
  /*  fill-rule: #ffffff;*/
    border: 1px solid var(--purple) !important;
}

.position-menu .btn-position {
    color: var(--purple);
    transition: all 1s;
    border: 1px solid var(--purple);
}

    .position-menu .btn-position:hover {
        background-color: var(--purple) !important;
        color: white !important;
        /* fill:white; */
        transition: all 0.5s;
    }

/* .position-menu .btn-position .icon {
    margin-right: 1rem;
} */
.position-menu .active .icon svg {
    fill: white !important;
}

.position-menu .btn-position:hover .icon svg {
    fill: white !important;
}

.font-adjustment-btn {
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 6px;
    justify-content: center;
}
.new-menu24 {
    display:flex;
    align-items:center;
    gap:1.5rem;

}
.bg-header {
    background-color: rgba(198, 217, 255, 1);
}
.other-link a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.new-bottom-categorry {
    max-width: 1400px;
    padding: 0.5rem;
    border-radius: 1rem;
    width: 100%;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
    margin: 0.5rem 4rem;
    background-color: #fff;
}
/* -----------------New Nav menu --------------- */
.nav-menu {
    background-color: #005120;
}

.after_arrow::after {
    content: url("./Images/arrow-down.svg");
    display: inline;
    align-items: center;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
}

/*.main-header .pmidc-logo {

}*/

.pmidc-logo img {
    max-height: 40px !important;
}

.mc-header .navbar .navbar-nav > li > a {
    height:5px !important;
}
.mc-header #ddllang {
    background-color: #00ce59 !important;
    color: #fff;
}
/*-------------------------------- state home baneer ------------------------------- */
.fit-home {
    display: grid;
    grid-template-columns: 400px calc(100% - 600px) 200px;
    /*gap: 20px;*/
}


.item1 {
    grid-area: image1;
    max-width: 400px;
}

.item2 {
    grid-area: menu;
    /*width: calc(100% - 600px);*/
    /*width:auto;*/
}
.item3 {
    grid-area: image2;
    /*width: 200px;*/
    
}

.item4 {
    grid-area: services;
     /*width: calc(100% - 400px);*/
    /*width: auto;*/
}

/*.banner-3 {
    display: grid;
    grid-template-areas: 'image1 menu image2'
        'image1 services services';
    gap: 10px;*/
    /* background-color: #2196F3;*/
    /*padding: 10px;*/
/*}*/

.clode-div {
    display: grid;
    grid-template-columns: 200px 200px calc(100% - 600px) 200px ;
}
/*
.image-div-1{
    flex: 0 0 200px;
}

.image-div-2 {
    flex: 0 0 200px;
}
.card-div-1 {
    flex: 0 0 calc(100% - 600px);
}
.image-div-3 {
    flex: 0 0 200px;
}
.image-div-4 {
    flex: 0 0 200px;
}
.image-div-5 {
    flex: 0 0 200px;
}*/
.services-div-1 {
    grid-column: span 2/auto;
}





@media screen and (max-width:991.91px) {
    .fit-home {
        grid-template-columns: 100%;
        /*gap: 20px;*/
    }

    right-image-container {
        order:2;
    }
    .main-header .pmidc-logo {
        order:2
    }
    /*.main-header .ham-buttom {
        order: 3
    }*/

    .new-menu24 {
       flex-direction:column-reverse;
    }
    .menu-div{
        margin:auto;
        width:100% !important;
        text-align:center;

    }
    .menu-div .navbar-nav {
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:center;
    }
    .menu-div .nav-link  {
        text-align:center;
    }
    .menu-div .nav-link p{
            font-size:12px;
        }
    /* ----------- hero secrion ---------------- */
    .clode-div {
        grid-template-columns: 225px 225px 225px 225px;
        justify-content: center
    }
    .card-div-1 {
        order: 6;
        grid-column: span 3/auto;
    }
    .services-div-1 {
        grid-column: span 4/auto;
        order:7;
    }
    .image-div-1 {
        order: 2;
    }

    .image-div-2 {
        order: 3;
    }
    .image-div-3 {
        order: 1;
    }
    .image-div-4 {
        order: 4;
    }

    .image-div-5 {
        order: 5;
    }

   
}

/*---------------------------------------------------------------------------------- */
.nav-menu .nav-item .nav-link {
    color: white;
    /* border-bottom: 3px solid #005120; */
    font-weight: 300;
    padding: 6px 15px !important;
    font-size: 13px !important;
    height: 100%;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}


.nav-menu .nav-item:hover .nav-link {
    background-color: rgb(0, 0, 0, 0.5);
    color: white !important;
    border-bottom: 3px solid #FAA341 !important;
    transition: all 0.3s ease;
}

.nav-menu .nav-item .active {
    background-color: rgb(0, 0, 0, 0.5);
    color: white !important;
    border-bottom: 3px solid #FAA341;
}


.nav-menu .nav-item:hover chld-1 {
    background-color: rgb(0, 0, 0, 0.5);
    color: white;
    fill: #ffffff;
}

.menu-div{
   /* width:max-content;
    background-color: #fff;
    margin-left:auto;
    border-radius:0.5rem;*/
}

.nav-item .sub-nav {
    list-style-type: none;
    padding-left: 0;
    z-index: 1;
    width: 100%;
    margin-left: 0;
}

.nav-item svg {
    fill: var(--purple);
}
.pmidc-brand img{
    max-height:35px;
}
.nav-item .sub-nav li {
    display: block;
    background-color: #ffffff;
   
    min-width: 200px;
    max-width: 100%;
}

    .nav-item .sub-nav li .mega-menu-part {
        display: block;
        background-color: #ffffff;
        border-top: 1px solid #d9d9d9;
        /* background-color: rgb(20, 20, 20, 0.8); */
        min-width: 200px;
        max-width: 100%;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        /* color: white; */
    }

    .nav-item .sub-nav li .sub-nav-link {
        text-decoration: none;
        color: var(--light_grey);
        padding: 8px 15px !important;
        display: block;
        font-size: 14px;
    }

li .sub-nav-link:hover {
    background-color: rgb(0, 0, 0, 0.5);
}

.nav-item .sub-nav {
    display: none;
    position: absolute;
    /* display: inherit;*/
    background-color: rgb(0, 0, 0, 0.5);
   /* top: 80px;*/
    left: 0;
}

.mc-header .nav-item .sub-nav {
    display: none;
    position: absolute;
    background-color: var(--bg_blue);
    top: 94px;
    left: 0;
}

.nav-item:hover .sub-nav {
    display: inherit;
    transition: all 0.5s ease;
}

.mega-menu-part .festured_image {
    object-fit: cover;
    border: 1px solid var(--midnight_blue);
}
.mega-menu-part .featureed_text {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.modal-dialog{
    max-width:1000px;
}


.mega-menu-item {
    text-decoration: none;
    /* margin-bottom: 20px; */
    color: var(--dark_blue);
    padding: 8px 10px;


}


    .mega-menu-item a {
        text-decoration: none;
        font-size: 14px;
        /* padding: 12px 15px; */
        position: relative;
        padding-bottom: 8px;
        color: var(--dark_blue);
        font-weight: 500;
        color: var(--purple) !important;
        width: 100%;
    }

.mega-menu-part .festured_image {
    object-fit: cover;
    border: 1px solid var(--midnight_blue);
}

.mega-menu-item {
    text-decoration: none;
    .Member-Swiper
}
.mega-menu-part .mega-menu-item-list{
    padding:15px;
}
.mega-menu-part .mega-menu-item-list .mega-menu-item a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-bottom: 8px;
    color: var(--purple);
    font-weight: 500;
}

    .mega-menu-part .mega-menu-item-list .mega-menu-item a:hover {
        color: var(--purple);
    }

    .mega-menu-part .mega-menu-item-list .mega-menu-item a::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--purple);
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .mega-menu-part .mega-menu-item-list .mega-menu-item a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
        color: #001861 !important;
    }

    .mega-menu-part .mega-menu-item-list .mega-menu-item a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
        color: #001861 !important;
    }
/* sample 3  css */






.btn-banner {
    background-color: transparent !important;
    border-color: white !important;
}

    .btn-banner:hover {
        background-color: white !important;
        border-color: white !important;
        color: var(--purple) !important;
    }

.My_link {
    display: flex;
    /* align-items: center; */
   /* background-image: linear-gradient(45deg, rgba(0,0,0,0.6), rgb(3, 34, 207));*/
    background-repeat: no-repeat;
    /* background-size: 80px 76px; */
    background-position: right top;
    padding: 30px 15px 20px;
    text-decoration: none;
    color: var(--purple);
     border-radius: 8px; 
    flex-direction: column;
    height: 100%;
    position: relative;
    font-family: 'Oswald', sans-serif;
    max-height: 150px;
    background-color: rgb(255,255,255,0.8);
    backdrop-filter:blur(20px);
    /*border:1px solid #4067DD;*/
}

    .My_link:hover {
        /* background-image: url(./Images/card_bg_image1.svg); */
        /*background-image: linear-gradient(45deg, rgb(3, 34, 207), rgb(2, 2, 2));*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        /* background-size: cover; */
        background-color: #a3ceff;
        /*transform: background 3s !important;*/
    }

.my_link_img {
    position: absolute;
    top: 8px;
    right: 13px;
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 14px;
    padding: 10px;
}

.My_link h4 {
    font-size:2rem;
}

.My_link_text {
    margin-bottom: 0;
    /* text-decoration: none !important; */
    font-weight: 500;
    /* text-align: center; */
    color:var(--purple) !important;
}

.div_card {
    row-gap: 1rem;
}


/* .div_card div:nth-child(1) .My_link{
    background-color: #37BEB0;
 }
 .div_card div:nth-child(2) .My_link{
    background-color: #37BEB0;
 }
 .div_card div:nth-child(3) .My_link{
    background-color: #37BEB0;
 }
 .div_card div:nth-child(4) .My_link{
    background-color: #37BEB0;
 }
 .div_card div:nth-child(5) .My_link{
    background-color: #37BEB0;
 }
.div_card div:nth-child(6) .My_link{
    background-color: #37BEB0;
 } */

.ebook_card {
    background-color: #C6E1FF;
    background-image: url(./Images/ebook_card_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 54% -10%;
    text-align: center;
    padding: 1rem;
}

    .ebook_card img {
        width: 100px;
    }

.minister_section {
    /* background-image: url(./Images/misters_bg.png); */
    /* padding: 80px 30px; */
    /* background-color: #37BEB0; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.Message_card{
    padding:0 25px;
}


.minister_card {
    width: 100%;
    border: 1px solid white;
    border-radius: 15px;
    display: flex;
    background-color: rgb(255, 255, 255, 1);
    backdrop-filter: blur(20px);
    padding: 15px;
    position: relative;
    border: 0;
    align-items: center;
    height:100%;
}
.minister_card img {
    /*height:100%;*/
    width:100%;
    object-fit:cover;
    margin-left:-3rem;
   /* border: 3px solid var(--purple);
    border-radius:25px;*/
}

.minister_card .first-img {
    max-width: 200px;
}
.massage-card{
    background-color: white;
    border-radius:0.5rem;
    height:100%;
}

.massage-card .first-img {
    display: flex;
    background: white;
    align-items: end;
    width: 80%;
    border-radius: 10px;
    height: 100px;
    gap: 14px;
    position: absolute;
    margin-top: -30px;
    
}

.massage-card .first-img img {
    max-width: 180px;
    width:160px;
    border: 1px solid #f9f9f9;
    height: 180px;
    object-fit:fill;
    background-color: #fff;
    min-width: 180px;
}

.name_overlay {
    width: 100%;
    /*color: white;*/
    /*text-align: center;*/
    padding: 10px;
    /* display: none; */
}

    .name_overlay h6 {
        font-size: 18px;
        font-weight:700;
        margin-bottom: 4px;
    }

    .name_overlay p {
        font-size: 16px !important;
        font-weight:500;
        /*color: white;*/
    }


.minister_card:hover .name_overlay {
    display: block;
}
.Mayor_Message {
    font-size: 15px !important;
    /*color:white;*/
    padding: 8px 10px;
    text-align: justify;
    position: relative;
    /*background-image: url(../Assets/Images/quote-right-solid.svg);*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50px 50px;
    padding-top: 96px;
}
    .Mayor_Message::before {
        position: absolute;
        background-image: url(../Assets/Images/quote-right-solid.svg);
        right: 10px;
        top: 10px;
        opacity: 0.5;
        width: 100px;
        content: "";
        background-size: cover;
        position: absolute;
    }

.div_1 {
    /* background-color: #C6E1FF; */
    /* padding: 15px; */
    /* border-radius: 10px; */
    /* border: 1px solid #D9D9D9; */
    padding:0 16px;
   
}
.stateswiper {
    height: 100px;
}

.stateswiper2 {
    height: 170px;
}
/*.banner-2{
    max-height:227px;
}*/

.banner-2 img {
    max-height: 227px;
    width:100%;
    height:100%;
}

.View_all_authorities {
    text-decoration: none;
    color: var(--purple);
    font-size: 14px;
    margin: auto;
    display: block;
    width: max-content;
}

    .View_all_authorities:hover {
        text-decoration: none;
    }

.minister_card2 {
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
    /* padding: 10px; */
    border: 1px solid var(--bg-green);
}

    .minister_card2 .name_overlay {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: flex-start;
        text-align: left;
        background-color: #A4E5E0 !important;
        text-align:center;
    }

        .minister_card2 .name_overlay h6 {
            font-size: 13px;
            color: var(--midnight_blue);
        }

        .minister_card2 .name_overlay p {
            color: var(--purple);
        }

    .minister_card2 img {
        height: 100%;
    }

.gallery_card2 .name_overlay {
    text-align:center;
    color:white;
}
.gallery_card2 .name_overlay {
    text-align: center;
    color: white;
}
/* .minister_card:first-child, .minister_card:last-child {
    margin-top: 200px !important;
} */
.card_n_section {
    display: grid;
    grid-template-columns: auto;
    justify-content: space-between;
    /* background-color: #ffffff; */
    padding: 15px 0;
    gap: 10px;
    flex-direction: column;
    color: white;
}

    .card_n_section h4 {
        /* font-family: 'Oswald', sans-serif; */
        font-size: 36px;
    }

.overlay {
    height: 80px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 1024;
    color: white;
    bottom: 0;
    max-width: 400px;
    right: 0;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.5);
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    color: #ffffff !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 80px !important;
}

.my_card {
    min-width: 175px;
    width: 160px;
    padding: 24px 12px;
    color: white;
    border-bottom: 8px solid var(--dark_blue);
    /*height: 100%;*/
    color:white ;
}
.my_card p {
    color: white;
}

.bg-blue {
    background-color: var(--purple);
}

.bg-green {
    background-color: var(--purple);
}

.bg-yellow {
    background-color: var(--purple);
}

.Hover_card {
    border: 1px solid var(--purple);
}

.divider {
    border-top: 1px solid var(--purple);
    margin-bottom: 0.5rem;
}

.property_card {
    background-color: rgba(255, 255, 255);
    backdrop-filter: blur(100px);
    font-size: 14px !important;
    margin-bottom: 0 !important;
    height: 100%;
}


.banner_c {
    /*background: rgb(64,103,221,0.3);
    backdrop-filter: blur(3px);
    border-radius: 20px;*/
    padding: 20px;
    position:relative;
}


.property_card:hover {
    background-color: #f3f3f3;
    margin-top: -8px;
    transition: all 0.5s;
}

.property_card p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.property_card img {
    max-width: 50px;
}

.side_menu {
    list-style-type: none;
    padding-left: 0;
    /* padding-top: 20px; */
}

.option_link {
    width: 100%;
    padding: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    /* border: 1px solid #D9D9D9; */
    border-radius: 10px;
    gap: 0.5rem;
    margin-bottom: 8px;
    background-color: white;
    color: white;
    backdrop-filter: blur(150px);
}
.option_link p{
    color: black;
}
    .option_link:hover {
        background-color: var(--purple);
    }
        .option_link:hover p {
            color: white;
        }

.notice-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid silver;
    padding: 8px 0px;
}

.notice-list {
    list-style-type: none;
    padding-left: 0;
}

.notice_item {
    padding: 5px 10px;
    background-color: var(--bg_blue) !important;
    border-left: 5px solid var(--purple);
}

.notice_item {
}

.notice_link {
    text-decoration: none;
    color: var(--bg-green) !important;
    font-size: 12px !important;
}

    .notice_link p {
        font-size: 13px !important;
    }

.notice_date {
    background-color: var(--purple);
    color: white;
    width: max-content;
    padding: 2px 8px;
    font-size: 12px;
    /* margin-bottom: 10px !important; */
}
/* slick slide css start */


/* slick slide css end */

.Notice-board-section {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.view_Link {
    font-size: 14px;
}

/* Popper  */
.popper {
    display: flex;
    position: fixed;
    top: 220px;
    left: 0;
    gap: 20px;
}

.btn_ebook_out {
    color: white !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
    /*transform-origin: 1 0;*/
    transform: rotate(90deg);
    background-color: var(--bg-yellow) !important;
    border: 1px solid var(--bg-yellow) !important;
    margin-top: 55px;
    margin-left: -65px;
    position: absolute;
    top: 240px;
    left: 0;
}
popper_notice
.ebook-toggle-area {
    display: none;
}

.popper_notice {
    display: flex;
    position: fixed;
    top: 305px;
    right: 0;
    align-items: flex-start;
    max-height: 200px;
    /* background-color: var(--light_green); */
    /* max-width: 400px;
    width: 100%; */
    z-index: 10;
}

.btn_notice {
    color: white !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
    /*transform-origin: 1 0;*/
    transform: rotate(90deg);
    background-color: var(--purple) !important;
    border: 1px solid var(--purple) !important;
    margin-top: 70px;
    margin-right: -52px;
}
.btn_notice:focus, .btn_notice:active, .btn_notice:hover {
    background-color: var(--dark-purple) !important;
    border: 1px solid var(--dark-purple) !important;
}

.btn-notice-lg {
    margin-right: -52px;
    margin-top:52px;
}

.btn_notice.Punjabi-notice {
    margin-top: 39px !important;
    margin-right: -39px !important;
}

.notice-toggle-area {
    display: none;
    width: 350px;
}

.Popup_header {
    display: flex;
    align-items: center;
    background-color: var(--bg-yellow);
    padding: 8px 15px;
    justify-content: space-between;
}

.Popup_header a {
    font-size: 13px !important;
    margin-left: 150px;
}

.notice_board {
    background-color: white;
    width: 100%;
    padding: 10px;
    height: 400px;
    overflow-y: scroll;
}
.marquee {
    height: 400px;
}



    @media screen and (min-width:1600px) {
        .notice_board {
            background-color: white;
            width: 100%;
            padding: 10px;
            height: 500px;
            overflow-y: scroll;
        }

        .notice-toggle-area {
            width: 500px;
        }

        .new-bottom-categorry {
            margin: 0.3rem auto;
        }

        .marquee {
            height: 500px;
        }
    }
    /* .management-div{
    border-top: 1px solid #D9D9D9;
    padding-top: 60px !important;
} */

    .management-div button {
        color: #d9d9d9 !important;
        border: none !important;
        border-bottom: 5px solid #D9D9D9 !important;
        font-size: initial;
        background-color: transparent !important;
    }

        .management-div button.active {
            background-color: white !important;
            color: var(--purple) !important;
            border: none !important;
            border-bottom: 5px solid var(--purple) !important;
        }

        .management-div button:hover {
            background-color: white !important;
            color: var(--purple) !important;
            border: none !important;
            border-bottom: 5px solid var(--purple) !important;
        }

    .management-div .nav-link {
        background-color: transparent !important;
        color: var(--purple) !important;
        border: none !important;
        border-bottom: 5px solid transparent !important;
    }


    .the-search {
        /* border: 1px solid #D9D9D9; */
        border-radius: 8px;
        height: 32px;
    }

        .the-search .form-control {
            padding: 5px 15px !important;
            border: none;
            border-radius: 10px;
            width: 180px !important;
            font-size: 14px;
            display: none;
        }

        .the-search button {
            border: none !important;
            background-color: #ffffff;
            padding: 5px 10px;
        }

    .nav-tabs {
        border-bottom: 1px solid var(--purple) !important;
        border: none !important;
    }

    .management-nav {
        padding-bottom: 20px !important;
    }




    .outer-section {
        background-image: url("../Assets/Images/slider_bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 1rem;
    }

    .search_select_box button {
        background-color: #02BE75 !important;
    }

    /* ---------------upper header ------------ */
    .upper_header {
        background-color: #002c13;
        padding: 6px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .GOV_text {
        text-decoration: none;
        font-size: 14px;
        color: white;
    }

        .GOV_text:hover {
            color: #f3f3f3;
        }

    .UH_menu {
        display: flex;
        gap: 20px;
        list-style-type: none;
        align-items: center;
        color: white;
    }

        .UH_menu .nav-link {
            font-size: 14px;
        }

        .UH_menu li:nth-child(1) .nav-link {
            color: #166fe5;
        }

        .UH_menu li:nth-child(2) .nav-link {
            color: #ff0000;
        }

        .UH_menu li:nth-child(3) .nav-link {
            color: #1da1f2;
        }


        .UH_menu .dropdown-toggle {
            font-size: 14px;
        }

        .UH_menu .nav-link:focus, .UH_menu .nav-link:hover, .UH_menu .nav-link:active {
            color: var(--purple) !important;
        }
    /* ---------------upper header end ------------ */

    /* Latest News Section */
    .News_section {
        padding: 50px 0px 50px 150px !important;
        background-color: var(--purple);
        background-image: linear-gradient( rgba(43, 43, 43, 0.2), rgba(59, 59, 59, 0.2)),url(../Assets/Images/bg-news.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }



    .Section_Heading {
        font-size: 36px;
        padding-bottom: 20px;
        position: relative;
        width: fit-content;
    }

        .Section_Heading::after {
            content: '';
            position: absolute;
            width: 100%;
            transform: scaleX(0);
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--midnight_blue);
            transform-origin: bottom right;
            transition: transform 0.25s ease-out;
        }

        .Section_Heading::after {
            transform: scaleX(1);
            transform-origin: bottom left;
            color: #001861 !important;
        }

    .News_div {
        background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(15px);
        padding: 30px 30px 60px;
    }

        .News_div::before {
            content: url(../Assets/Images/element-dots.svg);
            /* background-color: yellow; */
            color: red;
            font-weight: bold;
            height: 100px;
            background-image: url(../Assets/Images/element-dots.svg);
            position: absolute;
            left: -124px;
            top: -120px;
        }

    .news_card {
        background-color: white;
    }

        .news_card img {
            width: 100%;
            object-fit: cover;
            height: 150px;
        }

        .news_card .headline {
            font-size: 13px;
            font-weight: 500;
            color: black;
            text-decoration: none;
            line-height: 1.6 !important;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 62px;
        }

            .news_card .headline:hover {
                color: var(--purple);
            }

    .News_publish_detail {
        color: var(--border-color);
        padding: 15px 0 10px;
        font-size: 14px !important;
    }

    .News_Category {
        color: black;
        /* font-weight: 600; */
        padding: 3px 10px;
        border-radius: 8px;
        /* border: 1px solid black; */
        /* background-image: linear-gradient(#3E6EFF,#001861); */
        background-color: var(--bg_blue);
    }

    .btn_read_news {
        background-color: white !important;
        border: 1px solid var(--midnight_blue) !important;
        color: var(--midnight_blue) !important;
        font-size: 14px !important;
        padding: 5px 12px !important;
    }

    .btn-view-all {
        background-color: white !important;
        border: 1px solid var(--purple) !important;
        color: var(--purple) !important;
        padding: 8px 15px !important;
    }

        .btn-view-all:hover {
            background-color: var(--purple) !important;
            border: 1px solid var(--purple) !important;
            color: white !important;
            padding: 8px 15px !important;
        }

    .newsSlider .slick-prev {
        border: none;
        background-color: transparent;
        content: "";
        text-indent: -9000px;
        text-transform: capitalize;
        background: url(../Assets/Images/arrow-left.svg) no-repeat;
        background-size: contain;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 70px;
        bottom: -46px;
    }

    .newsSlider .slick-next {
        border: none;
        background-color: transparent;
        content: "";
        text-indent: -9000px;
        text-transform: capitalize;
        background: url(../Assets/Images/arrow-right.svg) no-repeat;
        background-size: contain;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        bottom: -46px;
    }

    /* Latest News Section ends */
    /* Our Gallery News Section */
    .Gallery_section {
        padding: 50px 40px 80px !important;
        background-color: white;
    }

        .Gallery_section h3 {
            font-size: 28px;
        }

    .Gallery_section2 {
        padding: 30px 0px 80px;
        background-color: white;
        background-image: url(../Assets/Images/bg-map-punjab.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* background-blend-mode: overlay; */
    }

    .gallery_card {
        position: relative;
        /*border: 1px solid var(--bg-green);*/
    }

        .gallery_card img {
            width: 100%;
            object-fit: cover;
            height: 200px;
        }

            .gallery_card img:hover {
                filter: initial;
            }

        .gallery_card:hover .name_overlay {
            background-color: var(--bg-green) !important;
        }

    .gallery_card2 {
        position: relative;
        /*border: 1px solid var(--bg-green);*/
    }

        .gallery_card2 img {
            width: 100%;
            object-fit: fill;
            height: 455px;
            /*   border: 1px solid var(--bg-green);*/
            filter: grayscale(100%);
        }

            /* .gallery_card2 img::after{
    height: 100px;
    background-image: linear-gradient(to top #3E6EFF,#001861);
    width: 100%;
    position: absolute;
    bottom: 0;
} */
            .gallery_card2 img:hover {
                filter: initial;
            }

        .gallery_card2:hover .name_overlay, .gallery_card2:hover .name_overlay p {
            background-color: var(--purple) !important;
            color: white;
        }







    .gallerySlider .slick-prev {
        border: none;
        background-color: transparent;
        content: "";
        text-indent: -9000px;
        text-transform: capitalize;
        background: url(../Assets/Images/arrowleft-green.svg) no-repeat;
        background-size: contain;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 70px;
        bottom: -46px;
    }

    .gallerySlider .slick-next {
        border: none;
        background-color: transparent;
        content: "";
        text-indent: -9000px;
        text-transform: capitalize;
        background: url(../Assets/Images/arrowright-green.svg) no-repeat;
        background-size: contain;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        bottom: -46px;
    }


    /* Latest News Section */

    /* Members Section Starts */
    .members {
        position: relative;
    }

        .members h4 {
            font-weight: 600;
            font-size: 18px;
            background-color: var(--midnight_blue);
            padding: 8px 12px;
            color: #ffffff;
        }


    .sectionSlider .slick-prev {
        border: none;
        background-color: transparent;
        content: "";
        text-indent: -9000px;
        text-transform: capitalize;
        background: url(../Assets/Images/arrowleft-green.svg) no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 50px;
        bottom: 10px;
        /* z-index: 2; */
    }

    .sectionSlider .slick-next {
        border: none;
        background-color: transparent;
        content: "";
        text-indent: -9000px;
        text-transform: capitalize;
        background: url(../Assets/Images/arrowright-green.svg) no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    /* .memberSlider{
    position: relative;
 } */
    .sectionSlider .slick-active .memberSlider {
        height: 327px;
    }

        .sectionSlider .slick-active .memberSlider .slick-prev {
            border: none;
            background-color: transparent;
            content: "";
            text-indent: -9000px;
            text-transform: capitalize;
            background: url(../Assets/Images/arrow-up-1.svg) no-repeat;
            background-size: contain;
            width: 24px;
            height: 24px;
            position: absolute;
            left: 10px;
            bottom: 10px;
        }

        .sectionSlider .slick-active .memberSlider .slick-next {
            border: none;
            background-color: transparent;
            content: "";
            text-indent: -9000px;
            text-transform: capitalize;
            background: url(../Assets/Images/arrow-down-1.svg) no-repeat;
            background-size: contain;
            width: 24px;
            height: 24px;
            position: absolute;
            left: 50px;
            bottom: 10px;
        }


    /* Members Section  Ends */

    /* Members Section 2  Starts */
    /* .memberSlider{
    position: relative;
 } */
    .memberSlider2 .slick-active {
        height: 327px;
    }


    .memberSlider2 .slick-prev {
        border: none;
        background-color: rgba(0,0,0,0.5);
        content: "";
        text-indent: -9000px;
        text-transform: capitalize;
        background-image: url(../Assets/Images/whitearrow-left.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-size: 36px 36px;
        background-position: center center;
        border-radius: 0px 30px 30px 0px;
        width: 50px;
        height: 50px;
        padding: 20px;
        position: absolute;
        left: 0px;
        top: 45%;
        z-index: 2;
    }

    .memberSlider2 .slick-next {
        border: none;
        background-color: rgb(0, 0, 0, 0.5);
        content: "";
        text-indent: -9000px;
        text-transform: capitalize;
        background-image: url(../Assets/Images/whitearrow-right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-size: 36px 36px;
        background-position: center center;
        border-radius: 25px 0px 0px 25px;
        width: 50px;
        height: 50px;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 45%;
    }


    .Members_an_authorities {
        width: 100%;
        max-width: 1320px;
        margin: 0px auto;
        padding: 15px;
        max-width: 1200px;
    }

        .Members_an_authorities h3 {
            font-size: 48px;
            text-align: center;
        }

    /* Members Section 2 Ends */

    /*footer {*/
    /* background-image:linear-gradient(rgba(0, 47, 255, 0.3),rgba(25, 0, 255, 0.3)), url(./Images/world-map-2.png); */
    /*background-image: linear-gradient(#0600fcbd,rgb(9 202 0 / 66%)), url(../Assets/Images/world-map-3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top: 10px solid white;*/
    /* color: white; */
    /*}*/
    footer h5 {
        font-size: 20px;
    }

    .footer-section {
        /*padding: 30px 50px !important; */
        color: white;
    }

    .footer-link-list {
        list-style: none;
        padding-left: 0;
        font-size: 14px;
        margin-left: 0;
    }

    .footer-section a {
        color: #6796c5;
    }

    .footer-link-list li a {
        color: #6796c5;
        font-size: 14px;
        margin-bottom: 5px !important;
        font-weight: 400;
        text-decoration: none;
    }

    .footer-link-list li {
        margin-bottom: 12px !important;
        padding-left: 0;
    }

    footer a:hover {
        color: var(--purple) !important;
    }

    .visitor_count {
        color: var(--purple) !important;
    }

    .footer_underline { /*
    border-bottom: 3px solid white;*/
        width: max-content;
        margin: 0px 0px 20px;
        font-size: 16px;
        font-weight: 700;
    }

    footer .nav-link:hover {
        color: var(--purple) !important;
    }

    .Contact_us_text_footer {
        color: #6796c5 !important;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .Contact_us_text_footer p {
            color: #6796c5 !important;
        }

    .footer-NewTestMenu {
        display: none;
    }
    /*------------------------ footer order ---------------------------------------*/
    .footer-rows {
        flex-direction: column;
        max-height: 540px;
    }

    .footer-AboutMC {
        /* order: 1;*/
        width: 32.5%;
    }


    .footer-Councillors {
        /*order:2;*/
        width: 32.5%;
    }

    .footer-UtilitiesServices {
        /*order: 3 !important;*/
        width: 32.5% !important;
    }

    .footer-Projects {
        /*order: 4;*/
        /*display: none;*/
        width: 32.5%;
    }

    .footer-Tenders {
        /*order: 6;*/
        width: 32.5%;
    }

    .footer-RTI {
        /* order: 5;*/
        width: 32.5%;
    }

    .footer-ContactUs {
        /*order: 7;*/
        width: 32.5%;
        display: none;
    }
    /*------------------------ footer end ---------------------------------------*/


    .social-media-link {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
    }

        .social-media-link .nav-link i {
            padding: 10px;
            border: 1px solid #6796c5;
            border-radius: 50px;
            color: #6796c5;
        }

            .social-media-link .nav-link i:hover {
                transform: scale(1.1);
                color: var(--purple);
                border: 1px solid var(--purple);
            }

    .digital_india img {
        width: 130px;
    }
    /* Swiper Slider CSS  */
    .memberSwiper.swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 410px;
    }

    .memberSwiper .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;
    }

        .memberSwiper .swiper-slide img {
            display: block;
            width: 100%;
        }

    .memberSwiper .swiper-slide-active .gallery_card2 img {
        filter: initial;
    }

    .memberSwiper .swiper-slide-active .gallery_card2 .name_overlay, .gallery_card2 .name_overlay p {
        color: white;
    }

    .memberSwiper .swiper-slide-active .name_overlay, .swiper-slide-active .name_overlay p {
        background-color: var(--purple) !important;
        color: white;
    }

    .memberSwiper .swiper-button-next {
        background-color: #626060;
        border-radius: 50px 50px;
        width: 43px;
        padding: 5px;
    }

    .memberSwiper .swiper-button-prev {
        background-color: #626060;
        border-radius: 50px 50px;
        width: 43px;
        padding: 5px;
    }

    /* Swiper Slider CSS End */

    .fade {
        opacity: 1 !important;
    }





    /* State Page Banner start */
    .MCS_banner {
        padding: 30px 0px 30px 30px !important;
        /* height: 100vh; */
    }

    .MCS_Banner_heading {
        font-size: 38px;
    }

    .MCS_banner_image img {
        width: 100%;
    }

    .MCS_banner .row {
        --bs-gutter-x: 0 !important;
    }

    .MCS_banner h2 {
        max-width: 600px;
    }

    .MCS_banner_list {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
    }

    .MCS_List_Item {
        padding: 0.5rem 0.75rem;
        border-left: 6px solid var(--purple);
        color: var(--midnight_blue);
        background-color: var(--bg_blue);
    }

    .MCS_banner_card {
        background-image: url(../Assets/Images/MCS-card-bg-element.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: var(--purple);
        color: white;
        position: relative;
        border-radius: 15px;
        padding: 15px;
    }


    .MCS_Card_title {
        font-size: 16px;
    }

    .MCS_Card_icon {
        position: absolute;
        top: 10px;
        right: 10px;
    }


    .MCS_banner_label {
        width: fit-content;
        background-color: white;
        padding: 20px;
        border-radius: 1rem;
        position: absolute;
        bottom: 20px;
        left: 30%;
        z-index: 2;
    }
    /* State Page Banner End */


    /* Municipal Corporation section start*/
    .Minicipal_Section {
        padding: 50px 30px !important;
        position: relative;
        background-image: url(../Assets/Images/BG-corp-element.png);
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .Corporaton_section {
        margin: auto;
        max-width: 900px;
        width: 100%;
        z-index: 2;
        padding: 36px 30px;
    }

    .Minicipal_Section::before {
        content: " ";
        width: 100%;
        /* background-color: var(--bg_blue); */
        background-image: url(../Assets/Images/corp-bg-element.svg);
        background-repeat: no-repeat;
        height: 150px;
        position: absolute;
        bottom: 100px;
        left: 0;
        z-index: -1;
    }

    .corporate_bg_element {
        background-color: var(--bg_blue);
        height: 375px;
        max-width: 770px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 0px 0px 400px 400px;
        z-index: -1;
    }

    .Corp_card {
        background-color: rgb(3, 34, 207, 0.2);
        color: var(--midnight_blue);
        backdrop-filter: blur(8px);
        border-radius: 20px;
    }

    .corp_card_row .Corp_card:hover {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    }

    .btn-ReadMore {
        background-color: var(--purple) !important;
        border: 1px solid var(--purple);
        color: var(--purple) !important;
    }

        .btn-ReadMore:hover {
            background-color: var(--purple);
            border: 1px solid var(--purple);
            color: white;
            box-shadow: rgb(21, 45, 177, 0.8) 0px 10px 50px;
        }


    /* Municipal Corporation section end*/



    /* Municipal Council Section Start*/
    .council_section {
        padding: 50px 30px !important;
        position: relative;
    }

    .council_content_section {
        max-width: 900px;
        padding-top: 30px;
    }

    .council_section::before {
        content: " ";
        width: 100%;
        background-image: url(../Assets/Images/corp-bg-element.svg);
        background-repeat: no-repeat;
        height: 150px;
        position: absolute;
        bottom: 100px;
        left: 0;
        z-index: -1;
    }


    .council_bg_element {
        background-color: var(--bg_blue);
        max-width: 60%;
        width: 100%;
        position: absolute;
        right: 0;
        margin: 0 auto;
        border-radius: 0px 0px 0px 20px;
        z-index: -1;
        background-image: url(../Assets/Images/council-bg-element.svg);
        background-repeat: no-repeat;
        background-size: 25rem 25rem;
        background-position: top right;
        height: 90%;
    }


        .council_bg_element::after {
            content: " ";
            width: 100%;
            background-image: url(../Assets/Images/corp-bg-element.svg);
            background-repeat: no-repeat;
            background-position: center right;
            height: 150px;
            position: absolute;
            top: -100px;
            right: 0;
            z-index: -1;
            text-align: right;
        }

    .council_card_row {
        background-color: rgb(55, 190, 176, 0.3);
        color: var(--midnight_blue);
        backdrop-filter: blur(8px);
        border-radius: 20px;
        width: 100%;
    }

        .Council_card_row .Corp_card:hover {
            box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        }

    /* Municipal Council Section End*/


    /* About Section Start */
    .aboutus_Section {
        padding: 100px 0px 80px 30px !important;
    }

    .MCS_about_imageBox {
        position: relative;
    }

    .MCS_about_image1 {
        border-radius: 20px;
        width: 90%;
        /* height: 100%; */
        max-height: 600px;
        object-fit: cover;
    }

    .MCS_about_imageBox::before {
        content: url(../Assets/Images/Pattern-design-element-1.png);
        width: 100px;
        height: 250px;
        /* background-color: var(--purple); */
        opacity: 0.9;
        position: absolute;
        z-index: 1000;
        left: 50px;
        top: 500px;
        border-radius: 80px;
    }

    .MCS_about_imageBox::after {
        content: " ";
        width: 60px;
        height: 150px;
        background-color: var(--purple);
        position: absolute;
        z-index: 1000;
        right: 30px;
        bottom: -50px;
        border-radius: 80px;
    }

    .BottomSwiper .swiper-slide {
        text-align: center;
    }

    .MCS_about_image2 {
        position: absolute;
        right: 30px;
        top: 400px;
        max-width: 400px;
        height: 60%;
        width: 60%;
        max-height: 280px;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    .about_keypoints_outer {
        background-color: #002930;
        background-image: url(../Assets/Images/about-top-element.svg);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: auto;
        padding: 60px 35px;
    }

    .About_key_list {
        color: white;
        list-style-type: none;
    }

        .About_key_list li {
            padding-left: 40px;
            margin-bottom: 36px;
        }

            .About_key_list li::before {
                content: url(../Assets/Images/marker-element.png) !important;
                position: absolute;
                left: 0;
            }

            .About_key_list li:last-child {
                margin-bottom: 0px;
            }


    .MCS_about_contentBox h4 {
        color: var(--purple);
        font-size: 24px;
        font-weight: 600;
    }

    .MCS_about_contentBox h2 {
        color: var(--midnight_blue);
        font-weight: 600;
    }


    /* About Section End */

    /* Citizen Section Start */
    .Citizen_services {
        padding: 50px 0px 50px 30px !important;
    }

    .Citizen_services_boxContent h4 {
        color: var(--purple);
        font-size: 24px;
        font-weight: 600;
    }

    .Citizen_services_boxContent h2 {
        color: var(--midnight_blue);
        font-weight: 600;
    }

    .Service_card h4 {
        padding: 15px;
        font-size: 24px;
        max-width: 300px;
        color: white;
    }

    .Service_card {
        background-color: var(--bg-green);
        position: relative;
        display: flex;
        justify-content: space-between;
        border-radius: 20px 20px 0 20px;
        text-decoration: none;
    }

    .Service_card_icon {
        font-size: 90px;
        background: var(--midnight_blue);
        padding: 15px 24px;
        border-radius: 15px 0 0 0px;
        width: 30%;
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin-top: 15px;
    }


    .MCS_citizen_image1 {
        border-bottom-left-radius: 50px;
    }

    .MCS_citizen_imageBox1::before {
        content: url(../Assets/Images/service-element-1.png);
        height: 100%;
        /* width: 60px; */
        position: absolute;
        top: -50px;
        left: 60px;
        z-index: 60;
    }

    .MCS_citizen_imageBox1::after {
        content: url(../Assets/Images/service-element-2.png);
        height: 100px;
        /* width: 100%; */
        position: absolute;
        bottom: 0px;
        right: 30px;
    }


    .MCS_citizen_image2 {
        width: 350px;
        height: 250px;
        object-fit: cover;
        border-bottom-right-radius: 30px;
        margin: -80px auto 0;
    }

    .Service_card:hover {
        background-color: var(--midnight_blue);
        transition: all 0.5s;
    }


        .Service_card:hover .Service_card_icon svg {
            transform: scale(1.3);
            transition: transform 0.5s;
        }

    /* Citizen Section End */



    /* Apps Banner Start*/
    .apps_section {
        padding: 80px 30px !important;
    }

    .Apps_banner {
        background-image: url(../Assets/Images/apps-banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 40px;
        padding: 40px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .Apps_banner h2 {
            color: white;
            font-size: 60px;
            font-weight: 600;
            margin-bottom: 30px;
        }

    .btn_AppBanner {
        background-color: white !important;
        border: 1px solid white !important;
        color: var(--purple) !important;
    }

        .btn_AppBanner:hover {
            /* background-color: white ; */
            border: 1px solid white !important;
            background-color: white;
            color: var(--purple) !important;
        }

    .Android_store {
    }

        .Android_store img {
            padding: 13px;
            width: 120px;
            height: 120px;
            background-color: white;
            border-radius: 20px;
            text-align: center;
            align-items: center;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        }

    .Swachta_app {
        text-align: end;
    }

        .Swachta_app img {
            margin-top: -70px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
            border-radius: 35px;
        }

    .Finlo_app img {
        border-radius: 20px;
        margin-bottom: -70px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    }


    .IOS_store img {
        width: 120px;
        height: 120px;
        padding: 20px 15px;
        background-color: black;
        border-radius: 20px;
        text-align: center;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    }



    /* Apps Banner End */







    /* footer Start */
    footer {
        /*background-image: linear-gradient(#040283bd,#040283bd), url(../Assets/Images/bg-element.svg);*/
        background-color: #0b2641;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        /*padding: 50px 30px;*/
    }

    .Social_n_security ul {
        list-style-type: none;
        font-size: 25px;
    }

        .Social_n_security ul a {
            padding: 0.5rem 1rem;
        }

    .Social_n_security a:hover {
        color: #00a8e8 !important;
    }

    /* footer End */

    .banner-image img {
        width: 100% !important;
        max-height: 450px;
    }


    @media screen and (max-width:1440px) {
        .name_overlay h6 {
            font-size: 14px;
            margin-bottom: 4px;
        }

        .name_overlay p {
            font-size: 12px !important;
        }

        .gallery_card2 img {
            height: 350px;
        }
    }

    @media screen and (max-width:991.91px) {
        .mc_banner {
            flex-direction: column;
        }

        .name_overlay {
            display: block;
        }

        .minister_section {
            display: flex;
        }

        .my_header .nav-item {
            width: 100% !important;
        }

        .my_header1 .nav-item {
            width: 100% !important;
        }

        .minister_card {
            /* padding: 8px; */
            /* margin: 10px; */
        }

        .category_button {
            flex-direction: column;
        }

        .my_header1 {
            position: absolute !important;
            top: 0px;
            z-index: 1050;
            background-color: #005120;
            width: 100%;
        }

        .the-search .form-control {
            width: 100% !important;
            border-radius: 10px !important;
        }

        .my_card {
            height: auto;
            color: var(--purple)
        }

        .banner_content {
            width: 100%;
            display: grid;
            grid-template-columns: 100%;
            gap: 1rem;
            padding: 1rem 0;
        }

        .card_n_section {
            display: grid;
            grid-template-columns: auto;
            justify-content: space-between;
            /* background-color: #ffffff; */
            padding: 15px;
            gap: 20px;
        }

        .ebook_card {
            /* max-width: 300px; */
            background-image: none;
        }

        .upper_header {
            flex-direction: column;
            gap: 20px;
        }

        .UH_menu {
            text-align: center;
            flex-wrap: wrap;
            justify-content: center;
            padding-left: 0;
            margin: 0;
        }

        .Banner_section2 {
            padding: 120px 20px 20px !important;
        }



        /*.minister_card{
        flex-direction:column;
        padding:0;
    }*/
        /*.minister_card img{
        margin-left: initial;
    }*/
        .Message_card {
            padding: 0 12px;
        }

        .massage-card {
            padding-top: 0px;
            margin-bottom: 100px;
        }

        .News_section {
            padding-left: 60px !important;
        }

        .category_button {
            /*margin-top: 20px;*/
        }

        .new-bottom-categorry {
            margin: 0;
        }

        .container-xxl {
            padding: 1rem !important;
        }

        .banner_c {
            order: 3 !important;
        }
        /*.stateswiper {
        height: 230px;
    }*/
        /*------------------------ footer order ---------------------------------------*/

        .footer-rows {
            flex-direction: column;
            max-height: 800px;
        }

        .footer-AboutMC {
            order: 1;
            width: 32.5%;
        }


        .footer-Councillors {
            order: 4;
            width: 50%;
        }

        .footer-UtilitiesServices {
            order: 3;
            width: 50%;
        }

        .footer-Projects {
            order: 2;
            width: 50%;
        }

        .footer-Tenders {
            order: 6;
            width: 50%;
        }

        .footer-RTI {
            order: 2;
            width: 50%;
        }

        .footer-ContactUs {
            order: 7;
            width: 50%;
            display: none;
        }

        #body {
            margin-top: 200px !important;
        }
        /*------------------------ footer end ---------------------------------------*/
    }

    @media screen and (max-width:767.89px) {

        .footer-rows {
            flex-direction: column;
            max-height: initial;
        }

        /* ----------- hero secrion ---------------- */
        .clode-div {
            grid-template-columns: 350px 350px;
            justify-content: center;
        }

        .card-div-1 {
            order: 6;
            grid-column: span 2/auto;
        }

        .services-div-1 {
            grid-column: span 2/auto;
            order: 7;
        }

        .image-div-1 {
            order: 2;
        }

        .image-div-2 {
            order: 3;
        }

        .image-div-3 {
            order: 1;
        }

        .image-div-4 {
            order: 4;
        }

        .image-div-5 {
            order: 5;
        }
    }

    @media screen and (max-width:600px) {

        .Banner_section, .outer-section {
            padding: 15px !important;
        }

        .top_identity p {
            font-size: 12px;
            margin-bottom: 5px !important;
        }

        .row {
            --bs-gutter-x: 0 !important
        }

        .footer-section {
            padding: 15px 30px;
        }

        .minister_section {
            flex-direction: column;
        }

        .management-nav {
            flex-direction: column;
        }

            .management-nav button {
                padding: 12px;
                border: 1px solid #D9D9D9 !important;
                border-radius: 10px !important;
                margin-bottom: 15px !important;
            }

        .container-xxl {
            /* padding: 0 !important; */
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        }

        .banner_content {
            padding: 1rem;
        }

        .minister_card {
            flex-direction: column;
            padding: 0;
        }

            .minister_card img {
                margin-left: initial;
            }


        .minister_card {
            flex-direction: column;
            padding: 0;
        }

        .brand_logo h2 {
            font-size: 24px;
        }

        .brand_logo h4 {
            font-size: 12px !important;
        }

        .main-logo {
            max-width: 60px !important;
        }

        .clode-div {
            grid-template-columns: 250px 250px;
            justify-content: center;
        }
    }




    @media screen and (max-width:575px) {
        .Banner_section {
            padding: 5px 10px !important;
        }

        .Message_card {
            padding: 0;
        }
        /*.minister_card{
        flex-direction:column;
        padding:0;
    }*/
        /*.minister_card img{
        margin-left: initial;
    }*/


        .brand_logo h2 {
            font-size: 22px;
        }

        .brand_logo h4 {
            font-size: 10px !important;
        }

        .main-logo {
            max-width: 50px !important;
        }

        .minister_section {
            padding: 0;
margin-top: 130px;
        }

        .News_section {
            padding-left: 25px !important;
        }

        .management-section {
            padding: 50px 10px !important;
        }

        .div_1 {
            padding: 0;
        }

        .pmidc-logo img {
            max-height: 40px !important;
        }

        .clode-div {
            grid-template-columns: 200px 200px;
            justify-content: center;
        }

        .card-div-1 {
            order: 6;
            grid-column: span 2/auto;
        }

        .services-div-1 {
            grid-column: span 2/auto;
            order: 7;
        }

        #body {
            margin-top: 180px !important;
        }

        .notice-toggle-area {
            max-width: 283px;
        }
    }


    @media screen and (max-width:475px) {


        .clode-div {
            grid-template-columns: 200px 200px;
            justify-content: center;
        }

        .card-div-1 {
            order: 6;
            grid-column: span 2/auto;
        }

        .services-div-1 {
            grid-column: span 2/auto;
            order: 7;
        }
    }

    @media screen and (max-width:375px) {


        .clode-div {
            grid-template-columns: 170px 170px;
            justify-content: center;
        }

        .card-div-1 {
            order: 6;
            grid-column: span 2/auto;
        }

        .services-div-1 {
            grid-column: span 2/auto;
            order: 7;
        }
    }


    /*Dashboard Pages view CSS */
    .Outer_page {
        position: relative;
    }

    .Sidebar_component {
        min-height: 100vh;
        background-color: #001861;
    }

    .btn-leftMenu {
        display: flex;
        align-items: center;
    }

    .menu-text {
        color: #ffffff;
        text-align: left;
    }

    .btn-leftMenu {
        background-color: #111727 !important;
        border-radius: 0;
    }

    .ms-parent {
        width: 100%
    }

    .ms-choice {
        height: 32px !important;
        padding: 6px !important;
        background-color: var(--purple) !important;
        border: 1px solid white !important;
        border-radius: 5px !important;
    }

        .ms-choice > span {
            top: 3px !important;
            color: white !important;
        }

        .ms-choice > div.icon-caret {
            border-color: #fff transparent transparent transparent !important;
        }

    .tab-content {
        border: none;
    }


    /*Shubham  10-04-2023*/
    .my_header .navbar-expand-lg .navbar-nav .nav-link:focus {
        color: var(--purple) !important;
    }

    .MC-List_div {
        display: none;
        z-index: 1068;
        width: calc(100% - 30px);
        position: absolute;
        left: 0;
        right: 0;
        top: 46px;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        max-height: 70vh;
        padding: 15px;
        overflow-y: auto;
        --bs-gutter-x: 0;
        border-top: 3px solid var(--purple);
        margin: auto;
    }


    .MCouncil-List_div {
        display: none;
        z-index: 1068;
        width: calc(100% - 30px);
        position: absolute;
        left: 0;
        right: 0;
        top: 46px;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        max-height: 70vh;
        padding: 15px;
        overflow-y: auto;
        --bs-gutter-x: 0;
        border-top: 3px solid var(--purple);
        margin: auto;
    }

    .MC_list {
        width: 100%;
        list-style-type: none;
        padding-left: 0;
        --bs-gutter-x: 0;
    }

    .MC_name .mc_tag {
        font-weight: 500;
        text-align: left;
        margin-left: 15px;
    }

    .MC-Swiper .swiper-slide .fadeActive_0 .MC_name {
        background-color: var(--bg_blue) !important;
    }

    .MC-Swiper .swiper-slide .fadeActive_1 .MC_name {
        color: #d9d9d9;
    }

        .MC-Swiper .swiper-slide .fadeActive_1 .MC_name .MC_location, .mc_tag p {
            color: rgba(0, 0, 0, 0.25) !important;
        }


    .MC-Swiper .swiper-slide .fadeActive_0 .MC_name .MC_location, .MC-Swiper .swiper-slide .fadeActive_0 .MC_name .mc_tag p {
        color: rgb(0, 0, 0, 0.7) !important;
    }

    .MC-Swiper .swiper-slide .fadeActive_0 .MC_name .MC_icon {
    }


    .MC_name {
        width: 100%;
        padding: 8px 12px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 10px;
    }


        .MC_name:hover {
            background-color: var(--bg_blue);
        }


    .MC_location {
        font-size: 12px;
        color: rgb(0, 0, 0, 0.7);
    }

    .MC_icon {
        width: 40px;
    }

    .MC_search {
        max-width: 700px;
        margin-left: 20px;
        /*display:flex;*/
        /*gap:30px;*/
        /*align-items:center;*/
    }

        .MC_search input {
            border-radius: 8px !important;
            padding: 8px 15px;
            height: 38px;
        }

        .MC_search button {
            background-color: var(--purple) !important;
            padding: 5px 10px !important;
            height: 38px;
        }

            .MC_search button:hover, .MC_search button:active, .MC_search button:focus {
                background-color: var(--purple) !important;
            }

    .sec_MC_search {
        display: flex;
        justify-content: flex-end;
    }

    .upper_header .goog-te-gadget-simple {
        background-color: transparent !important;
        height: 1.8rem !important;
        line-height: 1.5rem !important;
        border: none !important;
        color: white !important;
    }


    .goog-te-gadget-simple span {
        font-size: 14px !important;
        font-style: normal !important;
        color: white !important;
        text-transform: initial !important;
    }



    #\:2\.container {
        display: none;
    }

    .bg-Table {
        width: 100%;
        border: 1px solid white;
        border-radius: 10px;
        display: flex;
        background-color: rgb(255,255,255);
        padding: 10px;
        position: relative;
    }

    .notice-list {
        margin-left: 0;
    }

    .Contact_us_text {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .conatact_image imgg {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
    }

    .QUOTE_SIGN {
        position: absolute;
        left: 20px;
        top: -30px;
        color: #d9d9d9;
    }


    .Bithday_card {
        display: flex;
        background-repeat: no-repeat;
        background-position: right top;
        padding: 30px 15px 20px;
        text-decoration: none;
        color: var(--purple);
        border-radius: 8px;
        flex-direction: column;
        height: 100%;
        position: relative;
        font-family: 'Oswald', sans-serif;
        background-color: rgb(255,255,255,0.8);
        backdrop-filter: blur(20px);
    }


        .Bithday_card:hover {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: right center;
            background-color: #a3ceff;
        }

    .Birthday_Icon_img {
        position: absolute;
        top: 6px;
        right: 13px;
        width: 100px;
        height: 50px;
        text-align: center;
        font-weight: 600;
    }

        .Birthday_Icon_img img {
            width: 50px;
            height: 50px;
        }

    .bithday_person img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50px;
    }


    body {
        top: 0 !important;
    }

    .goog-te-banner-frame {
        display: none;
        height: 0 !important;
        visibility: hidden
    }

    #google_translate_element {
        display: none;
    }


    #\:1\.container {
        display: none;
    }

    /* -------------------councelor Window CSS   -------------------------------------*/

    .councelors_Window {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #A9A9A9;
    }

    .Top_councilor_card {
        padding: 15px;
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .Councilor_image img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        object-fit: cover;
    }

    .Councilor_detail {
        margin-bottom: 0.5rem !important;
        display: flex;
        gap: 10px;
    }

        .Councilor_detail p {
            margin-bottom: 0 !important;
        }

        .Councilor_detail span {
            color: #C9C9C9;
            font-size: 14px;
        }

    .Councilor_tabs {
        width: max-content !important;
    }

        .Councilor_tabs .nav-link {
            width: max-content;
            border-radius: 0;
        }

        .Councilor_tabs .active {
            background-color: transparent !important;
            border-bottom: 2px solid var(--purple);
            border-radius: 0;
        }



    .MC-Swiper {
        padding-bottom: 50px !important;
    }

        .MC-Swiper .swiper {
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .MC-Swiper .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fafafa !important;
            height: calc((100% - 30px) / 4) !important;
            /* Center slide text vertically */
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
        }



        .MC-Swiper .swiper-slide-next {
            margin-top: 0 !important;
        }

        .MC-Swiper .swiper-button-next, .MC-Swiper .swiper-button-prev {
            top: initial;
            bottom: 10px;
        }

        .MC-Swiper > .swiper-wrapper {
            flex-direction: row !important;
        }


    .Punjabi {
        display: none;
    }


    #ULCorp, #ulCons {
        padding: 0 !important;
        margin: 0 !important;
    }
    /*--------------------  member swiper -------------------*/
    .Member-Swiper {
        padding-bottom: 50px !important;
        max-height: 315px;
    }

        .Member-Swiper .swiper {
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .Member-Swiper .swiper-slide {
            font-size: 18px;
            background: #fafafa !important;
            height: calc((100% - 30px) / 4) !important;
            /* Center slide text vertically */
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
            margin-top: 0 !important;
        }

        .Member-Swiper .swiper-slide-next {
            margin-top: 0 !important;
        }

        .Member-Swiper .swiper-button-next, .Member-Swiper .swiper-button-prev {
            top: initial;
            bottom: 10px;
        }

        .Member-Swiper > .swiper-wrapper {
            flex-direction: row !important;
            margin-left: 0;
            padding: 10px;
        }



    @media screen and (max-width:991px) {
    }


    /*    ------------------ member details page -------------------------*/


    .profile-section {
        max-width: 1200px;
        margin: auto;
        /* border: 1px solid #d9d9d9; */
        padding: 2rem;
        background-color: #f8f8f8;
        border-radius: 1rem;
    }

    .profile-Card img {
        max-width: 150px;
        max-height: 150px;
        object-fit: cover;
        border-radius: 10px;
    }

    .social-media {
        max-width: 200px;
        color: var(--purple);
        display: flex;
        gap: 20px;
    }

    .main-detail {
        color: #a8a8a8;
        font-weight: 500;
    }

    .other-detail-section {
        background-color: #eef2f7;
        border-radius: 18px;
    }


    /*-------------------------- meetings slider css ----------------------------------*/
    .meeting-category {
        font-size: 24px;
        font-weight: 700;
    }

    .meetingSwiper.swiper {
        width: 100%;
        height: 100%;
        /*padding-bottom:50px*/
    }

    .meetingSwiper .swiper-pagination {
        bottom: 0;
    }

    .meetingSwiper .swiper-slide {
        /*font-size: 18px;*/
        /*background: #fff;*/
        display: flex;
        justify-content: center;
        align-items: center;
        height: initial;
    }

    /*.meetingSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
    .total-resolution {
        font-size: 14px;
        font-weight: 600;
    }

    .meetingcard {
        border-radius: 20px;
        border: 1px solid var(--normal_grey);
        background-color: #fff;
        height: 100%;
        text-decoration: none;
    }

        .meetingcard:hover {
            transform: scale(1.03);
            transition: transform ease 0.5s;
        }

    .meeting-detail span {
        font-size: 12px;
        color: #b9b9b9;
    }

    .meeting-detail .meeting-title {
        font-size: 14px;
        color: #1f1f1f;
        /* height: 45px;*/
        margin-bottom: 0;
    }

    .meeting-icons {
        display: flex;
        border: 1px solid var(--bg_blue);
        padding: 4px 8px;
        gap: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px 0px;
        background-color: var(--bg_blue);
        border-radius: 8px;
    }

    .resolutions-detail {
        /* background-color: var(--bg_blue);*/
        background: rgb(64,103,221,0.3);
        border-radius: 15px;
        display: none;
    }

    .resolution-detail-mc {
        /*background-color: #71abf0;*/
        /*background-color: rgba(172, 235, 211, 1);*/
        display: none;
    }



    .resolution-detail-fncc {
        background-color: rgba(172, 235, 211, 1);
    }

        .resolution-detail-fncc .numb-count {
            /*background-color: #71abf0;*/
            background-color: rgb(0 130 81 / 70%);
        }

    .fncc.meetingSwiper .swiper-wrapper {
        margin-top: 1rem;
    }

    .resolution-state {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 0;
    }

    .meeting-card-icon {
        height: 25px;
        width: 25px;
        background-color: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
        border-radius: 50px;
        margin-right: 10px;
        padding: 3px;
        display: none;
    }

        .meeting-card-icon img {
            height: 18px;
            width: 18px;
            object-fit: contain;
        }

    .numb-count {
        background-color: var(--purple);
        color: white;
        font-size: 14px;
        padding: 3px 10px;
        border-radius: 8px;
    }

    .calender-icon {
        height: 30px;
        width: 30px;
    }

    #myTabContent {
        padding: 0px 0px 3px 0px;
        /*background: rgb(255 255 255 / 54%);*/
        border-radius: 6px;
        /*backdrop-filter: blur(20px);*/
        /*margin-top: -64px;*/
        z-index: 1;
    }

    .management-div .nav-tabs-1 {
        background: rgba(172, 235, 211, 1);
        padding: 10px 20px;
        border-radius: 7px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        /*margin-left: 20px;
    margin-right: 20px;*/
        /*z-index: 2;*/
        width: fit-content;
        font-size: 20px;
    }

    .management-div .nav-tabs-2 {
        background: #acd7f7;
        padding: 10px 20px;
        border-radius: 7px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        /*margin-left: 20px;
    margin-right: 20px;*/
        /*z-index: 2;*/
        width: fit-content;
        font-size: 20px;
        position: absolute;
    }


    .meetingSwiper .swiper-android .swiper-slide, .meetingSwiper .swiper-wrapper {
        margin-top: 64px;
    }

    .meetingSwiper .swiper-button-next, .meetingSwiper .swiper-button-prev {
        background-color: #000000a6;
        padding: 20px 22px;
        border-radius: 50px;
        top: 30px;
    }

    .meetingSwiper .swiper-button-prev {
        right: 70px;
        left: auto;
    }


        .meetingSwiper .swiper-button-prev:after {
            font-size: 20px !important;
            height: 20px;
            color: #fff;
        }


    .meetingSwiper .swiper-button-next:after {
        font-size: 20px !important;
        height: 20px;
        color: #fff;
    }

    /*--------------------------------------------------------------------------------*/


    /*-------------------------- meetings slider css ----------------------------------*/
    .meeting-category {
        font-size: 24px;
        font-weight: 700;
    }

    .topmemberSwiper.swiper {
        width: 100%;
        height: 100%;
        padding-bottom: 50px
    }

    .topmemberSwiper .swiper-pagination {
        bottom: 0;
    }

    .topmemberSwiper .swiper-slide {
        /*font-size: 18px;*/
        /*background: #fff;*/
        display: flex;
        justify-content: center;
        align-items: center;
        height: initial;
    }



    .topmemberSwiper .swiper-android .swiper-slide, .topmemberSwiper .swiper-wrapper {
        /* margin-top: 60px;*/
    }

    .topmemberSwiper .swiper-button-next, .topmemberSwiper .swiper-button-prev {
        background-color: #000000a6;
        padding: 20px 22px;
        border-radius: 50px;
    }


        .topmemberSwiper .swiper-button-prev:after {
            font-size: 20px !important;
            height: 20px;
            color: #fff;
        }


        .topmemberSwiper .swiper-button-next:after {
            font-size: 20px !important;
            height: 20px;
            color: #fff;
        }

    /*--------------------------------------------------------------------------------*/

    /*-------------------- New Baneer for state page ---------------------------------*/
    .MCS_banner2 {
        padding: 0 30px !important;
        /* height: 100vh; */
    }



    /*.member-identity {*/
    /*width: 100%;*/
    /*position:relative;*/
    /*max-width: 300px;*/
    /*margin:auto;
    overflow:hidden;
    border-radius:1rem;
    
}*/

    /*.member-identity:hover .member-pic {
    transform: scale(1.05);
    transition: transform ease 0.3s;
}*/


    .member-identity-2 {
        width: 100%;
        position: relative;
        max-width: 300px;
        margin: 0 auto;
    }



    .member-identity .member-pic {
        width: 100%;
        /*max-width:300px;*/
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        min-height: 240px;
    }

    .member-identity-2 .member-pic {
        width: 100%;
        /*max-width:300px;*/
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .name-label-dive {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        min-height: 54px;
    }

    .name-label-dive {
        display: flex;
        flex-direction: column;
        background-color: rgb(106 146 255 / 50%);
        backdrop-filter: blur(10px);
        padding: 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .name-label-dive .member-name {
            font-size: 14px;
            color: #fff;
            font-weight: 600;
            text-align: center;
        }

        .name-label-dive .member-position {
            font-size: 12px;
            color: #fff;
        }

    @media screen and (max-width:1920px) {
        .gallery_card2 img {
            height: 366px;
        }
    }


    @media screen and (max-width:991px) {
        .meetingSwiper .swiper-slide {
            padding: 0;
        }

        .MC-List_div {
            /*top:160px !important;*/
            width: calc(100% - 28px);
        }

        .MCouncil-List_div {
            /*top: 160px !important;*/
            width: calc(100% - 28px);
        }

        .gallery_card2 img {
            height: 350px;
        }
    }



    @media screen and (max-width:575px) {
        .MCS_banner2 {
            padding: 10px !important;
        }

        .meetingSwiper .swiper-slide {
            padding: 0;
        }

        .footer-section {
            padding: 30px 10px !important;
        }

        .upper_header {
            padding: 5px 10px !important;
        }

        .gallery_card2 img {
            height: 415px;
        }
    }

    /*--------------------------------------------------------------------------------*/


    .stategallerySwiper {
    }

        .stategallerySwiper .swiper-slide {
            /*text-align: center;*/
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .stategallerySwiper .swiper-slide img {
                object-fit: cover;
                height: 100%;
                width: 100%;
            }

    /*-------------------banner service slider  --------------------------*/

    .services-div-1 {
        max-height: 234px;
    }

    .serviceSwiper.swiper {
        text-align: center;
        height: max-content;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .serviceSwiper .swiper-wrapper {
        width: 100% !important;
    }



    .serviceSwiper .swiper-slide {
        text-align: left;
        height: max-content;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 15px) / 2) !important;
        /* Center slide text vertically */
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
    }


    .service-card-slide {
        /* min-height: 227px;*/
        border-radius: 8px;
        height: 100%;
        width: 100%;
        box-shadow: 5px 5px 2px 0px rgba(204,204,204);
        background-color: #acd7f7;
    }


        /*.serviceSwiper .swiper-slide:nth-child(1) .service-card-slide {
    background-color: #02b2fd;
}*/
        /*
.serviceSwiper .swiper-slide:nth-child(2) .service-card-slide {
    background-color: #cea508;
}
.serviceSwiper .swiper-slide:nth-child(3) .service-card-slide {
    background-color: #a6a48b;
}
.serviceSwiper .swiper-slide:nth-child(4) .service-card-slide {
    background-color: #7885cc;
}
.serviceSwiper .swiper-slide:nth-child(5) .service-card-slide {
    background-color: #00927b;
}
.serviceSwiper .swiper-slide:nth-child(6) .service-card-slide {
    background-color: #a93436;
}
.serviceSwiper .swiper-slide:nth-child(7) .service-card-slide {
    background-color: #1b8e09;
}
.serviceSwiper .swiper-slide:nth-child(8) .service-card-slide {
    background-color: #af5d94;
}
.serviceSwiper .swiper-slide:nth-child(9) .service-card-slide {
    background-color: #02b2fd;
}
.serviceSwiper .swiper-slide:nth-child(10) .service-card-slide {
    background-color: #cea508;
}*/


        .service-card-slide a {
            text-decoration: none;
            color: #333;
            display: flex;
            align-items: center;
            gap: 10px;
            height: 100%;
            padding: 10px;
        }
        /*.service-card-slide a:hover {
    transform:scale(1.2);
}*/

        .service-card-slide img {
            width: 60px;
            filter: drop-shadow(rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px);
            padding-right: 10px;
            border-right: 1px solid #fff;
        }

        .service-card-slide h4 {
            /*height:100%;*/
            font-size: 16px !important;
            text-transform: capitalize;
        }



    .serviceSwiper .swiper-button-next {
        background-color: #00000024;
        border-radius: 50px 50px;
        width: 20px;
        padding: 3px;
    }

    .serviceSwiper .swiper-button-prev {
        background-color: #00000024;
        border-radius: 50px 50px;
        width: 20px;
        padding: 3px;
    }

        .serviceSwiper .swiper-button-prev:after {
            font-size: 20px !important;
            height: 20px;
            color: #fff;
        }


    .serviceSwiper .swiper-button-next:after {
        font-size: 20px !important;
        height: 20px;
        color: #fff;
    }
    /*--------------------------------------------------------------------*/





    /*___________________-________________________________________________*/
    .Mayor_Message {
        /*max-width: 400px;*/
        /*margin: 50px auto;*/
        /*text-align: center;*/
    }

    .toggle-text-content span {
        display: none;
    }

    .toggle-text-link {
        display: block;
        margin: 20px 0;
    }


    .round_box {
        background: #FFFFFF;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: solid 1px #C5C5C5;
        padding: 20px;
        padding-bottom: 16px;
        box-shadow: 0 0 8px #BDBDBD;
        position: relative;
    }


    /*start custom css*/
    .members-info-grid .item {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .members-info-grid .card-box {
        box-shadow: 1px 3px 6px #dcdcdc;
        display: block;
        text-decoration: none;
        color: #000;
        border-radius: 6px;
        border: solid 1px #C5C5C5;
        /* padding-bottom: 16px;*/
        position: relative;
        /* transition: 0.5s; */
        /* border: 1px solid transparent;*/
        overflow: hidden;
        height: 100%;
        min-height: 170px;
        background: #fff9f5;
    }

        .members-info-grid .card-box .author-thumb {
            background: #ddf1ff;
            padding-left: 100px;
            min-height: 90px;
            padding-top: 19px;
            position: relative;
        }

            .members-info-grid .card-box .author-thumb img {
                width: 82px;
                height: 69px;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                height: 100%;
                border: 1px solid #ddf1ff;
                background: #dfdfdf;
            }

        .members-info-grid .card-box h3 {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            margin: 4px 0 0;
            font-weight: bold;
            font-family: 'Open Sans', sans-serif;
        }

        .members-info-grid .card-box h6 {
            color: #FC7202;
            font-style: italic;
            font-family: Georgia;
            font-size: 14px;
            margin: 10px 0 0;
            font-family: 'Open Sans', sans-serif;
        }

        .members-info-grid .card-box .author-desc {
            padding: 10px;
            min-height: 130px;
        }

    .members-info-grid .contact-info-label {
        font-size: 13px;
        margin-bottom: 5px;
    }

    table.contact-info-label tr td:first-child {
        width: 130px;
        padding-left: 0px;
        font-family: 'Open Sans', sans-serif;
    }

    table.contact-info-label tr td {
        padding: 3px 0 3px 10px;
        vertical-align: top;
        font-family: 'Open Sans', sans-serif;
    }

    .members-info-grid .contact-info-label {
        font-size: 13px;
    }

    .members-info-grid .icon-info li {
        padding-left: 30px;
        margin-bottom: 5px;
        position: relative;
        min-height: 20px;
        list-style: none;
        font-family: 'Open Sans', sans-serif;
    }

        .members-info-grid .icon-info li::before {
            content: '';
            background: url(../Assets/Images/icon-contact-group.png) no-repeat;
            width: 17px;
            height: 22px;
            position: absolute;
            left: 2px;
            top: 1px;
        }

    .members-info-grid .icon-info .phone::before {
        background-position: 0 -54px;
    }

    .members-info-grid .icon-info .email::before {
        background-position: 0 -81px;
    }

    .members-info-grid .card-box .moreicon {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #1D70AC;
        color: rgb(255 255 255);
        width: 40px;
        height: 38px;
        border-radius: 50px 0 0 0;
        line-height: 40px;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        text-indent: 7px;
    }

    .members-info-grid .card-box {
        color: #000;
        font-size: 12px;
    }

    .icon-info {
        padding-left: 0;
        margin-left: 0;
    }

    .search-box {
        margin-bottom: 20px;
    }

        .search-box input[type="text"] {
            padding: 10px;
            width: 100%;
            border-radius: 5px;
            border: 1px solid #ccc;
        }

    .card-box .author-thumb img {
        height: 100px;
    }

    .icon-info li {
        display: flex;
        align-items: center;
    }
    /*stop here*/
    /* Media query for responsiveness */
    @media screen and (max-width: 768px) {
        .profile-card {
            width: calc(50% - 20px); /* Adjust width for smaller screens */
        }
    }
    /*
@media (min-width: 768px) {
    .members-info-grid .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

*/





    @media screen and (max-width:991.91px) {

        /*------------------------ footer order ---------------------------------------*/

        .footer-rows {
            flex-direction: column;
            max-height: 800px;
        }

        .footer-AboutMC {
            order: 1;
            width: 32.5%;
        }


        .footer-Councillors {
            order: 4;
            width: 50%;
        }

        .footer-UtilitiesServices {
            order: 3;
            width: 50%;
        }

        .footer-Projects {
            order: 2;
            width: 50%;
        }

        .footer-Tenders {
            order: 6;
            width: 50%;
        }

        .footer-RTI {
            order: 2;
            width: 50%;
        }

        .footer-ContactUs {
            order: 7;
            width: 50%;
            display: none;
        }
        /*------------------------ footer end ---------------------------------------*/
    }

    @media screen and (max-width:767.89px) {

        .footer-rows {
            flex-direction: column;
            max-height: initial;
        }
    }




/*--------------------- new homepage --------------------------*/
.homebannerSwiper .swiper-slide {
    border-radius: 1.5rem;
}

.homebannerSwiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.homebannerSwiper .swiper-button-prev, .homebannerSwiper .swiper-button-next {
    color: #fff;
    background-color: #0006;
    border-radius: 30px;
}

    .homebannerSwiper .swiper-button-prev:after, .homebannerSwiper .swiper-button-next:after {
        color: #fff;
        font-size: 22px;
    }



.homebannerSwiper img {
    border-radius: 1.5rem;
    margin: auto;
    width: 100%;
    object-fit: fill;
    max-height: 400px;
}


.left-image-part {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.div-top {
    display: grid;
    grid-template-columns: 200px 200px;
    gap: 0.75rem;
}

.div-bottom {
    display: grid;
    grid-template-columns: 180px 180px 180px;
    gap: 0.75rem;
}

.right-meetings-part {
    background-color: #ECECEC;
}

.right-meetings-part .serviceSwiper {
    max-height: 274px;
}

@media screen and (max-width:1600px) {
    .My_link h4 {
        font-size: 1.5rem !important;
    }
}



/* Default inactive (deactivated) link styling */
.navbar-nav .nav-item a {
    color: #000; /* Default color for inactive links */
    text-decoration: none;
}

    /* Active link styling */
    .navbar-nav .nav-item a.active {
        color: #fff; /* Color for active links */
        background-color: #007bff; /* Background color for active links */
        font-weight: bold; /* Bold text for active items */
    }

    /* Hover effect for inactive links */
    .navbar-nav .nav-item a:hover {
        color: #007bff;
        text-decoration: underline;
    }



.utility_services .outerborder {
    display: inline-block;
    padding: .4rem;
    border-radius: 20px;
    width: 100%;
}

.utility_services .outerborder {
    margin-left: 0;
}

.utility_services .smart_city_border {
   /* border: 5px solid #ffffff;*/
}

.smart_city_border {
    border: 7px solid #34495e;
}

.outerborder {
    display: inline-block;
    padding: .6rem;
    border-radius: 20px;
    margin-left: -4rem;
    width: 100%;
}


.utility_services .card-design a.btn {
    border-radius: 10px;
    padding: 5px 0;
    font-size: 14px;
    display: block;
    color: #000;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.card-design a.btn {
    color: #fff;
    border-radius: 10px;
    padding: 1.1rem 1rem 1.1rem 4rem;
    font-size: 1.5rem;
    width: 100%;
    height: 124px;
    align-items: center;
    display: flex;
}

.utility_services .smart_city {
    background-color: #ffffff;
}

.smart_city {
    background-color: #104d88;
}

.smart_city {
    background-color: #f19e2b;
}

.card-design {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.cd-fixed-bg.cd-bg-2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.4));
    padding: 50px 0px 0;
}


/* Latest News Section */
.Utility_section {
    padding: 50px 0px 50px 150px !important;
    background-color: var(--purple);
    background-image: linear-gradient( rgba(43, 43, 43, 0.2), rgba(59, 59, 59, 0.2)),url(../Assets/Images/slider_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}


.Banner_section2_video {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
}
.Utility_section img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.Utility_section h4 span {
    font-size: 16px;
    font-weight: 600;
}
a.btn.smart_city {
    width: 100%;
    display: block;
}

.video-container {
    width: -webkit-fill-available; /* Chrome, Safari */
    width: -moz-available; /* Firefox */
    width: 100%; /* Fallback for other browsers */
}