* {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in;
}

li,
p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
}

li {
    list-style: none;
    padding: 0px;
}

img {
    height: auto;
    max-width: 100%;
}

input,
select,
textarea {
    width: 100%;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 0;
}

:root {
    --fs-40: 40px;
    --lh-44px: 44px;
    --fs-25: 25px;
    --lh-32: 32px;
    --fs--17: 17px;
    --fs--18: 18px;
    --fs--22: 22px;
    --lh-30: 30px;
    --color-white: #fff;
    --color-black: #000;
    --color-blue: #0c3579;
    --color-light-blue: #3160ad;
    --color-333: #333;
    --color-skyblue: #36b7f0;
    --color-golden: #e4c072;
    --color-green: #37b552;
    --color-red: #c2292e;
    --color-f2f2f2: #f2f2f2;
}

.top-header {
    /* background: var(--Blue, var(--color-blue)); */
    background: #3161ad;
    display: grid;
    align-items: center;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-items p a {
    color: var(--color-white);
}

.header-flex p,
.left-sidedata p {
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--color-white);
    font-size: var(--fs--16);
    line-height: calc(var(--fs--16) + 6px);
}

.header-items {
    display: flex;
    gap: 26px;
    align-items: center;
}

.login-button {
    display: flex;
    column-gap: 20px;
}

.login-button a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 400;
    font-size: var(--fs--16);
    line-height: calc(var(--fs--16) + 6px);
}

.header-items .input-group-text {
    background-color: var(--color-skyblue);
    border-radius: 0;
    border: none;
}

.header-items input {
    border-radius: 0;
}

.header-items input:focus {
    box-shadow: none;
}

.custome-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.header-logo {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.header-menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.header-menu ul li a.menu-nav {
    padding: 20px;
    color: var(--color-white);
    font-size: var(--fs--17);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs--17) + 5px);
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    display: block;
    transition: all 0.3s;
}

.header-menu ul li:hover a.menu-nav {
    border-bottom: 2px solid var(--color-green);
    background-color: var(--color-blue);
    transition: all 0.3s;
}

.header-menu {
    max-width: 1007px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mega-menu {
    width: 100%;
    position: absolute;
    border-bottom: 2px solid var(--color-green);
    background: var(--color-light-blue);
    padding: 18px 21px;
    left: 0;
    top: 100%;
}

.mega-menu a {
    color: var(--color-white);
    font-size: var(--fs--19);
    font-weight: 500;
    line-height: calc(var(--fs--19) + 5px);
    text-decoration: none;
    transition: all 0.3s;
}

.mega-menu a:hover {
    text-decoration: underline;
}

i {
    font-style: italic;
}

header.ModalHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1111;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.login-button.after-login a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 120% */
}

.account-list a:hover {
    background: #53c1f2;
    color: var(--color-blue);
}

.acrdean-data {
    background: #53c1f2;
    display: none;
}

.account-list a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 10px;
    /* 120% */
}

.account-list a:hover {
    background: #2db7f1;
}

.acrdean-data a {
    padding: 8px 18px;
}

header.custome-header.login-header div#no-login {
    display: none;
}

header.custome-header div#no-login {
    display: flex;
}

div#login-datass {
    display: none;
}

header.custome-header.login-header div#login-datass {
    display: flex;
}

header.custome-header.login-header div#login-datass {
    position: relative;
}

.account-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.profile-holder {
    position: absolute;
    top: 38px;
    max-width: 300px;
    width: 300px;
    z-index: 1;
    background: #7acdf3;
    color: var(--color-black);
    display: none;
    right: 0px;
}

.profile-holder a::before {
    display: none;
}

.one-seven {
    color: var(--color-black);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.grid-imagee {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.profile-imagee {
    height: 50px;
    max-width: 50px;
    width: 100%;
    overflow: hidden;
}

.profile-imagee img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile-details {
    max-width: fit-content;
    width: 100%;
}

.profile-holder a {
    color: var(--color-black);
}

.profile-details a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.login-button a {
    position: relative;
}

.login-button a:first-child::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--color-white);
    position: absolute;
    left: auto;
    right: -10px;
}

.input-group input.search-input {
    width: 250px;
    height: 36px;
    border: none;
}

.input-group input.search-input::placeholder {
    color: #757575;
    font-size: var(--fs--16);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs--16) + 6px);
}

section.video-banner {
    overflow: hidden;
    width: 100%;
    height: 1054px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg-image {
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
}

.video-banner video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    object-fit: cover;
}

.grid-template ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 15px;
    column-gap: 43px;
}

.grid-template {
    padding-top: 16px;
}

.grid-template .menu-items {
    display: inline-block;
    padding-bottom: 11px;
}

.grid-template .menu-items {
    font-size: var(--fs--18);
    line-height: calc(var(--fs--18) + 7px);
}

.mega-menu {
    display: none;
}

ul.mega-menu-ul {
    display: block;
    padding-bottom: 10px;
}

ul.mega-menu-ul li a {
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs--16) + 10px);
}

.items-flex {
    display: flex;
    column-gap: 95px;
    justify-content: space-between;
}

.agendas-section {
    display: grid;
    align-items: end;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #f5f5f5;
}

.agendas-section .fs-22 {
    color: var(--Black, #000);
    text-align: center;
    font-family: Poppins;
    font-size: var(--fs--22);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs--22) + 2px);
}

.items-img {
    display: block;
    width: 86px;
    height: 86px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
}

.items-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-blue);
    transform: scale(0);
    border-radius: 50%;
    transition: all 0.3s;
}

.agendas-items:hover .items-img::before {
    transform: scale(1);
}

.items-img img {
    transform: scale(1);
    transition: all 0.3s;
}

.agendas-items:hover .fs-22 {
    color: var(--color-blue);
}

.agendas-items:hover img {
    filter: contrast(0) brightness(5);
    transform: scale(0.8);
}

.bg-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 0px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.agendas-items {
    text-decoration: none;
}

header.ModalHeader .header-grid {
    display: flex;
    gap: 20px;
    align-items: center;
}

header.ModalHeader .header-logo img {
    max-width: 258px;
    width: 100%;
}

.header-logo img {
    max-width: 480px;
    transition: all 0.5s;
}

header.ModalHeader .main-header {
    background-color: var(--color-white);
    /* padding: 10px; */
}

header.ModalHeader ul {
    margin-bottom: 0;
}

header.ModalHeader .header-menu {
    display: grid;
    align-items: center;
}

header.ModalHeader .header-logo {
    padding-top: 2px;
    padding-bottom: 2px;
    display: grid;
    align-items: center;
    /* padding: 10px 0px; */
}

header.ModalHeader .header-menu {
    margin-left: auto;
    margin-right: 0;
}

header.ModalHeader .header-menu ul li a.menu-nav {
    color: var(--color-blue);
}

.small-logo {
    display: none;
}

.ModalHeader .big-logo {
    display: none;
}

.ModalHeader .small-logo {
    display: block;
}

.footer-five-items {
    display: flex;
    justify-content: space-between;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li a {
    text-decoration: none;
    color: var(--Black);
}

footer.custome-footer {
    padding-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

.sub-footer p {
    margin-bottom: 0;
    padding: 0px;
}

footer .d-flex {
    align-items: center;
    gap: 14px;
}

footer .d-flex p {
    font-weight: 600;
}

.sub-footer a {
    text-decoration: none;
    color: unset;
    transition: all 0.3s;
}

.sub-footer a:hover {
    font-weight: 600;
}

.heading-18 {
    font-size: var(--fs--18);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs--18) + 8);
}

footer .heading-18 {
    color: var(--color-blue);
    margin-bottom: 15px;
}

.inner_footer {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 1070px;
    width: 100%;
}

.inner_footer > div {
    max-width: 200px;
    width: 100%;
}

footer ul li a {
    color: var(--Black);
    font-size: var(--fs--16);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs--16) + 11px);
}

.social-icons {
    display: flex;
    gap: 10px;
    padding-top: 40px;
    justify-content: center;
}

.menu-buton {
    width: 20px;
    height: 20px;
    display: block;
}

button.menu-buton {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
}

.menu-buton img {
    max-width: 55px;
    width: 55px;
}

.menu-buton {
    display: none;
}

.council-links {
    max-width: 265px;
    min-height: 210px;
    background: var(--color-light-blue);
    color: var(--color-white);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.max-row {
    max-width: 1490px;
    width: 100%;
    margin: 0 auto;
}

.council-links::after {
    position: absolute;
    border: 1px solid var(--color-white);
    content: "";
    inset: -10px;
    transition: 0.3s ease-in-out;
}

.council-links:hover::after {
    inset: 10px;
    border-radius: 10px;
}

.two-two {
    font-size: var(--fs--18);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-30);
}

.grid-council .two-two {
    color: var(--color-white);
}

.councilvideomain {
    display: block;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: var(--color-white);
}

.grid-council {
    display: grid;
    gap: 17px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

section.councilvideo-sec {
    padding: 130px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mayor-container {
    text-align: center;
    max-width: 785px;
    margin: 0 auto;
    width: 100%;
}

.four-zero {
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-44px);
    padding-bottom: 25px;
}

.mayor-container .four-zero {
    color: var(--color-blue);
}

section.mayormessage-sec {
    padding: 80px 0px;
    position: relative;
}

.grid-image .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.grid-image .container img {
    max-width: 235px;
    width: 100%;
}

.grid-image {
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: -1;
}

.mayor-container video {
    max-width: fit-content;
    width: 100%;
    object-fit: cover;
}

section.mayormessage-sec p {
    color: var(--Black);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.video-holder {
    padding-top: 35px;
}

.town-link {
    display: block;
    height: 100%;
    max-width: 390px;
    width: 100%;
}

.town-holder {
    max-width: 380px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-white);
    background: #00000059;
    background-blend-mode: overlay;
    position: relative;
    padding: 10px;
    border-radius: 15px;
}
.towncouncil-sec.dark-remove .town-holder {
    background-color: transparent;
}

.town-holder::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 0%;
    width: 100%;
    transition: 0.3s ease-in;
    background: rgb(0 0 0 / 54%);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(3.5px);
    border-radius: 15px;
}
.towncouncil-sec.dark-remove .town-holder::after{
    display: none;
}

.town-holder:hover::after {
    height: 100%;
}

.town-holder .two-two {
    position: relative;
    z-index: 1;
}

.town-holder .two-two::before {
    position: absolute;
    content: "";
    background: var(--color-golden);
    height: 3px;
    width: 0px;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in;
}

.town-holder:hover ::before {
    width: 50px;
}

.grid-towncouncil {
    max-width: 380px;
    width: 100%;
}

.grid-towncouncil {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.grid-towncouncildata {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    padding-top: 20px;
}

section.towncouncil-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding:40px 0px;
}

.flash-container {
    background-repeat: no-repeat;
    background-position: right bottom;
}

.flashinside-grid {
    max-width: 419px;
    width: 100%;
    padding: 25px 35px;
    background: var(--color-white);
    background-repeat: no-repeat;
    background-position: right bottom;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

section.newflash-sec {
    padding: 80px 0px;
    background: #3161ad;
    color: var(--color-white);
}

.flash-container {
    color: var(--color-black);
}

.flash-container .two-two {
    padding: 10px 0px;
    color: var(--color-blue);
}

a.read-more {
    color: var(--color-light-blue);
    text-decoration: underline;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.198px;
}

.flash-container p {
    color: #50555c;
}

.grid-flash {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
}

.newflash-holder {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

.universal-anchor a {
    color: var(--color-white);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.187px;
    padding: 11px 61px;
    border: 1px solid var(--color-white);
}

section.newflash-sec .universal-anchor {
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 85px;
}

.universal-anchor.white a:hover {
    background: var(--color-white);
    color: var(--color-blue);
}

.about-image {
    max-width: 624px;
    width: 100%;
}

.universal-anchor.blue a {
    background: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-blue);
}

.about-data .universal-anchor {
    padding-top: 30px;
}

.about-data .two-two {
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px;
}

.about-data .four-zero {
    color: var(--color-blue);
    padding: 15px 0px;
}

section.about-sec {
    padding: 100px 0px;
}

.universal-anchor.blue a:hover {
    background: var(--color-light-blue);
    border-color: var(--color-light-blue);
}

.about-row {
    max-width: 1415px;
    width: 100%;
    margin: 0 auto;
}

.cumunity-data .four-zero {
    font-weight: 500;
    color: var(--color-blue);
    padding-bottom: 0px;
}

.calender-container .day.today span::after {
    display: none;
}

/* CALENDER CSS  */

.calender-container {
    max-width: 515px;
    width: 100%;
    border: 3px solid var(--color-333);
    margin: 0 auto;
    margin-top: -76px;
}

.calender-container button.next-button {
    order: -2;
}

.calender-container button.prev-button,
.calender-container button.next-button {
    font-size: 0px;
    position: relative;
}

.calender-container button.next-button::after,
.calender-container button.prev-button::after {
    position: absolute;
    height: 25px;
    width: 25px;
    content: "";
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 25px;
}

.calender-container .buttons-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 45px;
    padding: 16px 20px;
    background: var(--color-blue);
    color: var(--color-white);
    margin: 0px;
}

.calender-container span.label-container.month-container {
    text-align: initial;
    display: flex;
    align-items: center;
    gap: 10px;
}

.calender-container span.month-label,
.calender-container span.year-label {
    text-align: start;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.691px;
    letter-spacing: -0.349px;
}

.calender-container .prev-button,
.calender-container .next-button {
    color: var(--color-white);
}

.row.top-row {
    /* background: #7ACDF3; */
    background: #7acef3;
    padding: 0px 30px;
}
.datae-appointment {
    background: var(--color-f2f2f2);
    padding: 25px 20px;
    max-width: 335px;
    width: 100%;
    transition: 0.3s ease-in;
}

.datae-appointment:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.day-name {
    color: var(--Black);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 9px;
}

.vetrens-day {
    color: var(--Black);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 9px;
}

.grid-oppoinment {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
}

.calnder-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 12px 0px;
}

.calnder-link a {
    color: var(--color-blue);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    padding: 10px 57px;
    display: block;
    background: var(--color-white);
    border: 1px solid var(--color-blue);
}

.calnder-link a:hover {
    background: var(--color-green);
    color: var(--color-white);
    border-color: var(--color-green);
}

.view-all a {
    color: var(--color-white);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.187px;
    padding: 10px 32px;
    background: var(--color-blue);
}

.view-all a:hover {
    background: var(--color-light-blue);
}

.cumunity-data {
    max-width: fit-content;
    width: 100%;
    padding-bottom: 50px;
    padding-left: 45px;
}

.calender-container .day span {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40.691px;
    letter-spacing: -0.349px;
}

.calender-container .day {
    border-right: 3px solid #d9d9d9;
    border-top: 3px solid #d9d9d9;
    padding: 20px 0px;
}

.calender-container .week {
    margin: 0px;
}

.calender-container .special-buttons {
    display: none;
}

section.calender-sec {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 80px 0px;
    background-size: 291px;
}

.calender-container .week .day.header {
    border-top: none;
}

/* CALENDER CSS END */

.title-here .two-five {
    color: var(--color-blue);
}

.grid-pdf a {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: fit-content;
    width: 100%;
}

.grid-pdf a span {
    color: var(--color-333);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.grid-pdf a span {
    transition: 0.3s ease-in;
    display: block;
}

.grid-pdf a:hover span {
    text-decoration: underline;
}

.grid-pdf {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.council-title .two-five {
    font-weight: 400;
    color: var(--color-white) !important;
}

.left-sidedata .council-title {
    background: var(--color-light-blue);
    padding: 20px 40px;
    color: var(--color-white);
}

ul.grid-datalists {
    display: grid;
    gap: 50px;
    row-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: var(--color-f2f2f2);
    padding: 20px 40px;
}

.gridfaq-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.gridfaq-data .universal-anchor a {
    padding: 10px 32px;
}

.two-five.red {
    font-weight: 500;
    color: var(--color-red) !important;
}

.vertical {
    border-left: 5px solid black;
    height: 200px;
}

.conact-side .two-five {
    padding-bottom: 20px;
}

.lines-data {
    position: relative;
    height: 100%;
}

.lines-data::after {
    position: absolute;
    height: 100%;
    content: "";
    width: 1px;
    top: 0;
    background: #909090;
    right: -15px;
}

ul.list-link li a {
    color: var(--color-333);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

ul.list-link li a:hover {
    color: var(--color-blue);
    text-decoration: underline;
}

ul.list-link {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    border-top: 1px solid var(--color-light-blue);
}

ul.list-link li {
    list-style: disc;
}

section.goverment-sec .row {
    max-width: 1510px;
    margin: 0 auto;
    width: 100%;
}

.title-here.borders {
    border-bottom: 1px solid var(--color-light-blue);
}

.grid-goverment-right .grid-pdf {
    padding-top: 10px;
}

.back-top a {
    color: var(--color-black);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.back-top {
    max-width: fit-content;
    margin-left: auto;
    padding-bottom: 45px;
}

.inner_footer a,
footer p {
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0px;
}

.inner_footer a,
footer p {
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0px;
}

.inner_footer a {
    margin-bottom: 0px !important;
}

.quick-linkholder ul li {
    margin-bottom: 5px;
}

.mobile-app {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doenload-title {
    max-width: fit-content;
    width: 100%;
}

.image-book {
    max-width: fit-content;
    margin-left: auto;
    width: 100%;
    text-align: center;
}

.footer-logo {
    max-width: 237px;
    width: 100%;
    margin: 0 auto;
}

.quick-linkholder {
    max-width: fit-content;
    width: 100%;
}

.calender-container button.prev-button {
    order: -2;
}

.left-sidedata p {
    padding-bottom: 10px;
}

section.goverment-sec .row.quick-row {
    max-width: 1250px;
    width: 100%;
}

.row.quick-row .conact-side {
    max-width: fit-content;
    margin: 0 auto;
}

.left-sidedata .grid-tablinks .title-here p a {
    text-decoration: none !important;
}

.tab-grid {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    width: 100%;
    gap: 60px;
    margin: 0 auto;
}

.tab-grid .left-sidedata {
    max-width: 1025px;
    width: 100%;
}

.tablistss {
    max-width: fit-content;
    width: 100%;
}

.tablistss ul li a {
    color: var(--color-333);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 0px;
}

.tablistss ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 25px;
}

.tab-grid .grid-goverment-right {
    gap: 40px;
}

.grid-tablinks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.data-insideholder {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tab-grid .lines-data::after {
    right: -60px;
}

.tablistss ul li {
    padding: 0px;
}

.univers-input input,
.univers-input select {
    height: 50px;
    background: var(--color-f2f2f2);
    border: none;
    padding: 0px 20px;
}

.grid-serach {
    display: flex;
    align-items: center;
    gap: 20px;
}

.univers-input,
.button-data {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.univers-input input,
.univers-input select,
.univers-input input::-webkit-input-placeholder {
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.button-data button {
    border: none;
    background-color: transparent;
}

.button-data {
    max-width: 70px;
    background: var(--color-blue);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    max-width: 60px;
    width: 100%;
    justify-content: center;
}

.bg-holder {
    margin-top: 10px;
    background: var(--color-f2f2f2);
    padding: 5px 20px;
}

.bg-holder p {
    padding: 0px;
}

section.goverment-sec.grid-secs .title-here {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
}

section.goverment-sec.grid-secs .grid-tablinks {
    padding-top: 60px;
}

.form-dataholder {
    padding-top: 30px;
}

section.goverment-sec.grid-secs .title-here.borders {
    display: block;
}

.left-sidedata .bg-holder p a {
    text-decoration: none;
}

.left-sidedata .bg-holder p a:hover {
    text-decoration: underline;
    color: var(--color-blue);
}

.title-here .two-two {
    color: var(--color-blue);
    padding-bottom: 15px;
}

.grid-twomain {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.grid-goverment-right.gaping-data {
    gap: 30px;
}

.grid-goverment-right.gaping-data .conact-side .two-five {
    padding-bottom: 0px;
}

.grid-goverment-right.gaping-data .two-zero {
    font-weight: 500;
}

.title-here p strong {
    /* font-size: initial; */
    font-weight: 500;
}

section.goverment-sec.no-lineanchor .left-sidedata p a {
    text-decoration: none;
}

.univers-input input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

.univers-input.grid-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
}

.univers-input label {
    color: var(--color-black);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 5px;
}

ul.week-listdata {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color-f2f2f2);
    padding: 5px 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 0px;
}

ul.week-listdata li.active,
ul.week-listdata li.active a {
    background: var(--color-blue);
    color: var(--color-white);
}

ul.week-listdata li,
ul.week-listdata li a {
    text-align: center;
    color: #757575;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 80px;
    padding: 5px;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.calender-container.mini-calender {
    margin-top: 0px;
}

.calender-container.mini-calender .day {
    padding: 5px;
    font-size: 18px;
}

.calender-container.mini-calender .day span {
    font-size: 18px;
}

.calender-container.mini-calender span.month-label,
.calender-container.mini-calender span.year-label {
    font-size: 18px;
}

.calender-container.mini-calender .buttons-container {
    padding: 10px;
}

.calender-container.mini-calender button.prev-button::after,
.calender-container.mini-calender button.next-button::after {
    background-size: 20px;
}

.calnder-events .two-zero.borders {
    color: var(--color-blue);
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-blue);
}

.grid-calnderevents a {
    color: #3160ad;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.187px;
    text-decoration-line: underline;
}

.event-datas .two-five {
    font-weight: 500;
    color: var(--color-red) !important;
}

.event-datas .two-five,
.event-datas .two-zero {
    padding-bottom: 10px;
}

.event-datas .two-zero {
    font-weight: 600;
}

.event-datas {
    padding-bottom: 20px;
    border-bottom: 1px solid #3160ad;
}

.grid-calnderevents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 25px;
}

.grid-calnderevents .event-datas:last-child {
    border-bottom: none;
}

.calnder-events {
    max-width: 95%;
    margin-left: auto;
    width: 100%;
}

.listweek {
    padding-top: 40px;
}

.form-calender {
    padding-top: 50px;
}

.calnder-datas .two-five {
    padding-bottom: 30px;
}

.univers-input.grid-checkbox label {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.bottom-datasss .two-zero {
    color: var(--color-light-blue);
    padding-bottom: 10px;
}

.bottom-datasss .two-five {
    font-weight: 400;
    padding-bottom: 10px;
}

.grid-moredetails {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 30px;
}

.form-dataa input {
    border: none;
    border-bottom: 1px solid #000;
}

.form-dataa input,
.form-dataa input::-webkit-input-placeholder {
    color: var(--color-333);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 141.176% */
}

.form-dataa button {
    color: var(--color-blue);
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.187px;
    border: 1px solid var(--color-blue);
    width: 100%;
    padding: 10px 10px;
    background: var(--color-white);
    margin-top: 40px;
    transition: 0.3s ease-in;
}

.form-dataa button:hover {
    background: var(--color-light-blue);
    color: var(--color-white);
    border-color: var(--color-light-blue);
}

.form-dataa {
    max-width: 425px;
    width: 100%;
    padding-top: 35px;
}

.read-data .two-zero {
    color: var(--color-blue);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-blue);
    margin-bottom: 30px;
}

.read-data .two-five.red {
    padding-bottom: 10px;
}

.date.side {
    max-width: 95%;
    width: 100%;
    margin-left: auto;
}

.two-zero.bordernesa {
    border-bottom: 1px solid var(--color-blue);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.date.side .date p strong {
    font-weight: 600;
}

.reda-more {
    color: var(--color-light-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    display: inline-block;
    margin-bottom: 30px;
}

.account-holder {
    max-width: 915px;
    width: 100%;
    margin: 0 auto;
}

.upload-images p {
    color: #757575;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.grid-profile {
    display: flex;
    align-items: end;
    gap: 20px;
}

.upload-images {
    max-width: 185px;
    width: 100%;
}

.profile-images {
    max-width: 170px;
    height: 198px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.profile-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.form-input input {
    height: 35px;
    border: 1px solid #757575;
    padding: 0px 10px;
}

.form-input textarea {
    border: 1px solid #757575;
    padding: 10px;
}

.form-input input,
.form-input textarea,
.form-input input::-webkit-input-placeholder,
.form-input textarea,
.form-input textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}

.form-input.checkbox label,
.form-input p {
    color: #757575;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.form-input.checkbox input {
    height: 20px;
    width: 20px;
}

.grid-ceks {
    display: flex;
    align-items: center;
    gap: 10px;
}

input#readUrl {
    color: var(--color-blue);
    font-size: 12.36px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.045px;
}

.form-input {
    margin-bottom: 25px;
}

.shiping-data .two-five {
    color: var(--color-blue);
    padding-bottom: 30px;
}

.holder-shiping {
    border: 1px solid #000;
    padding: 15px;
    margin-top: 20px;
}

.submitbutton button {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    background: var(--color-blue);
    color: var(--color-white);
    border: none;
    padding: 7px 24px;
    transition: 0.3s ease-in;
}

.submitbutton button:hover {
    background: var(--color-light-blue);
}

.cancel-btn {
    color: #0c3579;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration: underline;
}

.submitbutton {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
}

.profile-data {
    padding-top: 50px;
}

.grid-ceks label {
    color: #757575;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

section.accountsetting-sec {
    padding: 60px 0px;
}

.form-input label {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 5px;
}

.grid-ceks label {
    padding-bottom: 0px !important;
}

section.goverment-sec .table-holder .table-data th,
section.goverment-sec .table-holder .table-data td {
    padding: 10px 0px;
    margin: 0px;
    background: transparent;
    color: #000;
    height: auto;
    border-top: 1px solid #000;
}

section.goverment-sec .table-holder .table-data .table-20 {
    color: var(--color-light-blue);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 130% */
}

section.goverment-sec .table-holder .table-data td,
section.goverment-sec .table-holder .noraml-link,
section.goverment-sec .table-holder .button-link,
.anchor-data a {
    color: var(--color-333);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 152.941% */
}

section.goverment-sec .table-holder .noraml-link {
    color: var(--color-light-blue);
    text-decoration: underline;
}

section.goverment-sec .table-holder .button-link {
    background: var(--color-blue);
    padding: 9px 16px;
    color: var(--color-white);
}

.title-here.grid-datass {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.anchor-data a {
    border: 1px solid var(--color-blue);
    background: var(--color-white);
    padding: 8px 24px;
}

.anchor-data a:hover {
    background: var(--color-light-blue);
    color: var(--color-white);
}

section.goverment-sec .table-holder .no-border {
    border-top: none !important;
}

.data-insideholder .two-zero.red {
    color: var(--color-red);
    font-weight: 500;
}

/* .icon-data img {
    height: 15px;
    width: 15px;
} */

.left-sidedata .link-underline-dark,
.left-sidedata .grid-tablinks .title-here p .link-underline-dark {
    text-decoration: underline !important;
}

.image-grid {
    max-width: 400px;
    height: 225px;
    overflow: hidden;
    width: 100%;
    border: 3px solid var(--color-blue);
    cursor: pointer;
    margin: 0 auto;
    border-radius: 10px;
}

.image-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gallerymain-image {
    /* max-width: fit-content;
    width: 100%; */
}

.custome-modal .modal-body {
    padding: 5px;
    background: var(--color-blue);
}

.custome-modal .modal-content {
    background: transparent;
    border: none;
}

.custome-modal .modal-header {
    background: #fff;
    max-width: fit-content;
    margin-left: auto;
    border-radius: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--color-red);
    padding: 10px;
    border: 1px solid var(--color-red);
    position: relative;
    top: 20px;
    z-index: 1;
    right: -16px;
}

.custome-modal .modal-header .btn-close {
    padding: 0px;
    text-align: center;
    filter: invert(1);
    opacity: 1;
    margin: 0 auto;
}

.single-blogholder {
    max-width: 1200px;
    margin: 0 auto;
}

.single-blogholder .four-zero:first-child {
    padding-top: 0px;
}

.single-blogholder .four-zero {
    color: var(--color-blue);
}

.single-blogholder .four-zero {
    padding-top: 20px;
}

.cs-modal.signIn.flex_vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-details a {
    max-width: 168px;
    display: block;
    word-wrap: break-word;
}

.cs-modal.signIn.send_message_modal {
    background-color: #ffffff00;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.send_message_modal .form-login.form-singup {
    margin-left: auto;
    margin-right: auto;
}

.form_sendmessage {
    max-width: 525px;
    margin: 0 auto;
    padding: 22px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0px -7px 5px 2px #6083bc45;
}

.form_sendmessage label {
    display: block;
    color: #000000 !important;
    font-weight: 500 !important;
}

.form-flex.form_sendmessage .code-send {
    background-color: hsla(217, 32%, 54%, 0.471);
    padding: 4px 6px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
}

button.btn.btn-theme.btn-sm {
    padding: 5px 15px;
}

.message_chat {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}

@media (max-width: 1399px) {
    .cs-modal.signIn.send_message_modal form {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .form-flex.form_sendmessage {
        display: block;
    }
}

@media (max-width: 767px) {
    .form-flex.form_sendmessage {
        margin-top: 100px;
    }
}

.btn.btn-default {
    color: var(--Blue, #0c3579);
    text-align: center;
    font-family: Poppins;
    font-size: 12.36px;
    font-style: 43px;
    font-weight: 500;
    line-height: 17.045px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    border-radius: 0;
    display: inline;
    align-items: center;
    justify-content: center;
    padding: 5px 22px;
    margin-left: 0;
    border: 1px solid var(--Blue, #0c3579);
    transition: all 0.3s;
}

.btn.btn-default:hover {
    background-color: var(--Blue, #0c3579);
    color: var(--color-white);
}

.flex-button {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.hide {
    display: none;
}

.grid-chat.grid-last-message.profile_grid textarea {
    margin-bottom: 10px;
}

.grid-chat.grid-last-message.profile_grid .button-flex {
    margin-top: 0;
}

.tab-profile-find .old-chat {
    padding: 0px 0px;
}

.tab-profile-find .chat-comment {
    margin-top: 0;
}

.Request-send {
    margin-left: 15px;
}

.members-img img {
    border-radius: 50%;
}

.chat-comment .input-group span.input-group-text {
    background-color: #36b7f0;
    border: 1px solid #36b7f0;
}

.chat-comment .input-group span.input-group-text .icon-black {
    filter: contrast(1) brightness(1);
}

.message-chat.chat-user input.form-control {
    border-right: none;
}

.main-list-btn .btn.btn-theme {
    background-color: #3160ad;
    color: white !important;
    border-color: #3160ad;
}

.main-list-btn .btn.btn-link {
    background-color: hsl(198, 86%, 58%);
    border-radius: 0;
    color: hsl(0, 0%, 100%);
    text-decoration: none;
    padding: 1px;
    font-size: 12.36px;
    font-style: 15px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .main-list-btn .btn.btn-link {
        width: fit-content;
        padding: 2px 20px;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    div.left-sidebar > img {
        width: 200px;
    }

    .send-message-flex {
        margin-bottom: 15px;
    }

    .send_message .form-control,
    .grid-chat.grid-last-message.profile_grid textarea {
        font-size: 14px;
        line-height: 20px;
    }

    .Request-send {
        margin-left: 15px;
        font-size: 16px;
        line-height: 20px;
    }

    img-visit a {
        font-size: 16px;
        line-height: 20px;
    }
}

.view-activity .btn.btn-theme {
    border-radius: 0;
    margin-bottom: 30px;
}

.frnd-profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.frnd-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frnd-profile {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

section.coming-soon-page {
    height: 87vh;
    display: grid;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.main-coming-soon {
    max-width: 500px;
    width: 100%;
}

.soon-heading {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color: #0c3579;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 100px;
}

.main-coming-soon p {
    text-align: center;
}

.main-coming-soon small {
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

.members-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.members-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-coming-soon .input-group-text {
    background-color: #0c3579;
    border-color: #0c3579;
    color: #ffffff;
}

.main-coming-soon .form-control,
.main-coming-soon .input-group-text {
    border-radius: 0;
}

@media (max-width: 575px) {
    .soon-heading {
        font-size: 40px;
        line-height: 70px;
    }

    .main-coming-soon small {
        margin-bottom: 40px;
    }
}

.faq-section {
    padding: 90px 0px;
}

.faq-design {
    max-width: 1024px;
    margin: 0 auto;
}

.faq-heading {
    font-size: 50px;
    line-height: 70px;
    color: hsl(217, 82%, 26%);
    font-weight: 500;
}

.faq-main {
    display: grid;
    row-gap: 40px;
    margin-top: 40px;
}

.faq-heading-inner {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: black;
    padding-right: 55px;
}

/* .faq-main-heading {
    position: relative;
    background-color: #0c357940;
    border-radius: 9px;
    border-left: 5px solid #0c3579;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
} */
/* span.arrow-faq-img {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #0c35796b;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(180deg);
    transition: all 0.3s;
} */

.faq-main-heading .title-here.borders {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.faq-main-heading span.arrow-faq-img {
    transform: rotate(180deg);
    transition: 0.3s linear;
}

.faq-main-content {
    /* background-color: #c2ccdd2b;
    padding: 23px 29px;
    border-radius: 14px;
    border-bottom: 3px solid #c2ccdd;
    max-width: 98%;
    margin: 0 auto;
    margin-top: -5px; */
    padding-top: 20px;
    display: none;
}

/* .faq-inner.active .faq-main-content{
    display: block;
} */
.title-here.borders.active span.arrow-faq-img {
    transform: rotate(0deg);
}

.faq-gridsmain {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tablistss ul li.active {
    border-bottom: 2px solid #9b979b;
}

@media (max-width: 767px) {
    .faq-heading-inner {
        font-size: 18px;
        line-height: 25px;
    }

    .faq-main-content {
        padding: 14px 10px;
        margin-top: 0;
    }

    .faq-main {
        display: grid;
        row-gap: 20px;
        margin-top: 10px;
    }

    .faq-section {
        padding: 50px 0px;
    }

    .faq-heading {
        font-size: 40px;
        line-height: 50px;
    }

    .faq-gridsmain {
        gap: 30px;
    }
}

.shiping-data button {
    border: 1px solid #c0c0c0;
    font-size: 15px;
    padding: 4px 15px;
    transition: all 0.3s;
}
.shiping-data button:hover {
    background-color: #0c3579;
    color: var(--color-white);
    border-color: #0c3579;
}

/* 8-jan-2025 */
.form-activity.notificationdiv .grid-chat {
    padding: 5px;
}
.form-activity.notificationdiv .grid-items {
    align-items: center;
}
.btn.btn-theme.btn-sm {
    padding: 4px 15px;
    border-radius: 0;
    font-size: 12.36px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.045px;
}
.flex-chat-date .btn.btn-theme.btn-sm {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
}

.user_chat_option {
    margin-top: 0;
    display: none;
    margin-left: 20px;
}

.flex-pagination .pagination {
    display: flex;
    justify-content: end;
    padding-top: 15px;
}
.flex-pagination .pagination a {
    border-radius: 0;
}
.flex-pagination .pagination li.page-item:first-child a,
.flex-pagination .pagination li.page-item:last-child a,
.flex-pagination .pagination li.page-item:last-child a:focus {
    background-color: hsl(217, 82%, 26%);
    color: hsl(0, 0%, 100%);
    border-color: hsl(217, 82%, 26%);
}
.flex-pagination .small.text-muted {
    color: hsl(216, 98%, 52%) !important;
}

.flex-pagination .pagination {
    border-top: none;
    margin-top: 10px;
}
.flex-pagination .pagination {
    border-top: none;
    margin-top: 10px;
}
.flex-pagination .pagination .page-item.active .page-link {
    background-color: hsl(217, 82%, 26%);
    border-color: hsl(217, 82%, 26%);
}

/*  _________________ 10-jan-2025  _________________ */
.comment {
    background-color: #e7e7e7;
    padding: 18px;
    display: grid;
    row-gap: 20px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.comment .reply-message {
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 8px 18px;
    position: relative;
    border-radius: 5px;
}

.comment .reply-message p {
    font-style: normal;
    color: black;
    padding-bottom: 0;
}

.comment time {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #4c4c4c;
    font-style: italic;
    line-height: 15px;
}

.comment .reply-message::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    top: auto;
    left: 12px;
    bottom: -6px;
    transform: rotate(45deg);
}

/*  _________________ 10-jan-2025  _________________ */

.newflash-sec.section-community {
    background-color: hsla(0, 0%, 75%, 0.231);
}
/* .user_chat_option .form-group .cancel_chat{
    margin-top: 10px;
} */
.user_chat_option .form-group button.btn.btn-theme {
    display: inline;
}

/* ===================================17 JAN 2015 ==================================== */
span.tooltipas-data {
    font-size: 12px;
    background: #000000;
    padding: 3px 5px;
    color: #fff;
}

a.comingsoonmadal {
    position: relative;
}

span.tooltipas-data {
    font-size: 12px;
    background: #000000;
    padding: 3px 5px;
    color: #fff;
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
    display: none;
}

a.comingsoonmadal:hover span.tooltipas-data {
    opacity: 1;
    display: block;
}

span.tooltipas-data::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background: #000000;
    clip-path: polygon(50% 100%, 0 50%, 100% 50%);
    bottom: -5px;
    right: 50%;
}

@media (max-width: 991px) {
    .comingsoonmadal {
        position: relative;
        max-width: fit-content;
        margin-left: auto;
    }
}
.googleTranlate {
    position: fixed;
    width: 300px;
    height: 50px;
    bottom: 20px;
    left: auto;
    right: 20px;
    /* background-color: hsl(0, 0%, 100%); */
    padding: 10px;
    border-radius: 20px;
    z-index: 11;
}

/* ===================================17 JAN 2015 ====================================END */

/* Flag CSS */
.image-flagicon,
.cross-falg,
.red-imageflg {
    height: 25px !important;
    width: 25px !important;
    object-fit: contain;
}
.commentflag,
.cross-flag-comment,
.red-imageflg-comment {
    height: 25px !important;
    width: 25px !important;
    object-fit: contain;
}
/* .red-imageflg{
    display: none;
    } */
.grid-now {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
}

.image-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: 0.3s ease-in;
    cursor: pointer;
}

.comment .reply-message:hover .image-icon {
    opacity: 1;
}

.grid-items:hover .image-icon {
    opacity: 1;
}
.btm-databtn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.btm-databtn p a:hover {
    background: transparent !important;
    color: #dc3545 !important;
    border-color: #dc3545;
}

.teaxareahere textarea {
    font-size: 15px;
    font-weight: 400;
}
.image-icon.redFlag {
    opacity: 1;
}
/* Flag CSS Ends*/

/* 14-july-2025 */
.yes-no-options {
    display: grid;
    gap: 5px;
    align-items: center;
    white-space: nowrap;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}
.yes-no-options input {
    width: -webkit-fill-available;
}
/*  */

.p-3 {
    padding: 0 16px !important;
}

.thumnail-img {
    height: 150px;
}
.thumnail-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 5px solid #316cab;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.only-heading {
    max-width: 95%;
    width: 100%;
}



/* new css feedback */
.towncouncil-sec.dark-remove .grid-towncouncildata .town-link,
.towncouncil-sec.dark-remove .town-holder{
    height: auto !important;
    width: auto !important;
    max-width: fit-content !important;
}
.towncouncil-sec.dark-remove .grid-towncouncildata img{
    max-width: 250px;
}
section.towncouncil-sec .grid-towncouncildata .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.towncouncil-sec  .grid-towncouncildata{
max-width: 100%;
}

section.goverment-sec.department .title-here ul li {
    list-style: disc !important;
    padding: 5px 0px;
}
.why-holly-ridge-section{
    max-width: 100% !important;
}
section.newflash-sec{
    position: relative;
    background-color: transparent;
    z-index: 10;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
section.newflash-sec::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3161adc2;
    left: 0;
    top: 0px;
    z-index: -1;
}

section.data-flow .grid-towncouncildata{
    max-width: 100%;
    width: 100%;
    padding: 15px 0px;
}
/* business section */
body {
        font-family: Arial, sans-serif;
        color: #333;
    }

    .business-page-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .business-page-header h1 {
        font-size: 2em;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
    }

    .user-pathways h3,
    .why-holly-ridge-section h2,
    .news-section h2,
    .section-title {
        font-size: 1.5em;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
    }

    .user-pathways {
        max-width: 800px;
        margin: 0 auto 50px auto;
        padding: 30px;
        background-color: #f9f9f9;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .user-pathways ul {
        list-style: none;
        padding: 0;
    }

    .user-pathways li {
        margin-bottom: 15px;
        font-size: 1.1em;
        color: #555;
        position: relative;
        padding-left: 30px;
    }

    .user-pathways li::before {
        content: "★";
        color: #007bff;
        position: absolute;
        left: 0;
        font-size: 1.3em;
        line-height: 1;
    }

    .business-buttons-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 3 buttons per row */
        grid-template-rows: auto auto;
        /* 2 rows */
        gap: 15px;
        max-width: 900px;
        margin: 0 auto 60px auto;
        padding: 20px 0;
    }

    @media (max-width: 767px) {
        .business-buttons-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .business-button {
        display: block;
        width: 100%;
        padding: 15px 10px;
        background-color: #007bff;
        color: white;
        text-align: center;
        text-decoration: none;
        border-radius: 8px;
        font-size: 1.1em;
        font-weight: 600;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .business-button:hover {
        background-color: #0056b3;
        transform: translateY(-3px);
        color: white;
    }

    .why-holly-ridge-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        max-width: 1000px;
        margin: 50px auto;
        padding: 30px;
        background-color: #f0f8ff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .why-holly-ridge-content {
        flex: 2;
    }

    .why-holly-ridge-content h2 {
        color: #007bff;
        margin-bottom: 20px;
        font-size: 2em;
    }

    .why-holly-ridge-content ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .why-holly-ridge-content ul li {
        margin-bottom: 10px;
        font-size: 1.05em;
        color: #444;
    }

    .why-holly-ridge-picture {
        flex: 1;
        min-width: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .why-holly-ridge-picture img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .news-section {
        margin-top: 60px;
        text-align: center;
    }

    .news-section h2 {
        color: #333;
        margin-bottom: 30px;
    }


    /* new */
    /* Styles for the new "Intro and Collage" section */
    .intro-and-collage-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .intro-content-box p {
        font-size: 1.05em;
        line-height: 1.6;
        margin-bottom: 15px;
        color: #555;
    }

    /* Combined styles for equal height and consistent appearance */
    .intro-content-box,
    .image-collage-box {
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        height: 100%;
        /* Make sure both boxes fill the height of the row */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .image-collage {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Two columns for the collage */
        gap: 10px;
        max-width: 400px;
        /* Adjust max-width for collage */
        margin: auto;
        /* Center the collage */
        align-items: center;
    }

    .image-collage img {
        width: 100%;
        height: 150px;
        /* Fixed height for images in collage */
        object-fit: cover;
        /* Ensures images cover the area without distortion */
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .image-collage img:hover {
        transform: scale(1.03);
    }

    /* Ensure section titles are centered */
    .section-title {
        text-align: center;
        margin-bottom: 30px;
    }

    /* Responsive adjustments for the intro and collage section */
    @media (max-width: 767px) {
        .intro-and-collage-section .row>div {
            margin-bottom: 30px;
            /* Add space between columns on small screens */
        }
    }

    /* end */

    /* Styles from the second page */
    .content-box {
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .step-list {
        list-style-type: none;
        padding-left: 0;
    }

    .step-list li {
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

    .step-list li::before {
        content: "↳";
        position: absolute;
        left: 0;
        color: #007bff;
        font-size: 1.2em;
        line-height: 1;
    }

    .resources-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        text-align: center;
        /* Center the content inside the grid */
    }

    .resource-link {
        display: block;
        padding: 20px;
        text-align: center;
        background-color: #f0f0f0;
        border-radius: 8px;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        transition: background-color 0.3s, transform 0.3s;
    }

    .resource-link:hover {
        background-color: #e0e0e0;
        transform: translateY(-5px);
    }

    /* Media query for responsiveness */
    @media (min-width: 768px) {
        .why-holly-ridge-section {
            flex-direction: row;
            align-items: center;
        }
    }

    /* NEW STYLES for equal height content boxes */
    .content-cards-container {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-cards-container .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-cards-container .content-box {
        height: 80%;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        /* Keep consistent spacing */
    }

    /* Fix for "What is Required" and "Local Resources" sections */
    .what-is-required-section,
    .local-resources-section {
        margin-bottom: 30px;
    }

    .what-is-required-section .resources-grid,
    .local-resources-section .resources-grid {
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        text-align: center;
    }

    .what-is-required-section h3,
    .local-resources-section h3 {
        margin-bottom: 20px;
    }

    /* Styles for the new split header */
    .business-page-header-split {
        text-align: center;
        margin-bottom: 30px;
    }

    .business-page-header-split h2,
    .business-page-header-split h3 {
        font-size: 2em;
        font-weight: bold;
        color: #333;
        margin: 0;
    }
/* end */



/* sahil css start */

.mai-listing-data-flow{
max-width: 100%;
width: 100%;
margin-left:0px !important;
margin-top: 0px !important;


}


.mai-listing-data-flow .two-five{
    margin-bottom: 20px;
    color: rgb(49, 96, 173);
    font-weight: 600;
}
.main-list-data ul {
    padding: 0px;
    margin: 0px;
}
.main-list-data ul li .date {
    display: flex;
    /* align-items: center; */
    gap: 15px;
}
.list-number span{
    display: block;
}

.main-list-data ul li  .list-number{
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 120px;
    width: 100%;
    border-right: 4px solid #B1C7D1;
}

.event-name p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.date-now{
    background-color: #DAE4E9;
    max-width: 100%;
    width: 100%;
    padding: 15px 8px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date-now span.month{
    color: #14213A;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 22;
    margin-bottom: 20px;
    display: block;
}
.date-now span.number{
    position: relative;
    z-index: 22;
    display: block;
}

.date-now span.number{
font-size: 50px;
  font-weight: 600;
      color: #14213A;
      display: block;
      margin-top: 5px;
}


.main-list-data ul li p {
    font-size:var(--fs--18);
}

.main-list-data ul li {
    margin-bottom: 15px;
 padding: 10px 0px;
}
.main-list-data ul li .date{
    border-bottom:2px solid #e5e5e5;
    border-top:2px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-list-data ul li:first-child{
    padding-top: 0px;
    border-top: none;
} 

.main-list-data a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 600;
    /* color: #385542; */
    font-size: var(--fs--18);
}

.main-list-data  a{
       color: #3161AD; 
}

.main-list-data a:hover{
    text-decoration: underline;
}

.main-click{
    border-top: 1px solid gainsboro;
    padding-top: 15px;
}

 .calender-sec.bg-color  .cumunity-data{
    padding: 0px;
    margin-bottom: 30px;
 }

 section.calender-sec.bg-color{
    background-color: #F5F5F5;
 }
 .mai-listing-data-flow{
    padding-left: 0px !important;
    padding-top: 60px;
 }

 .goverment-sec.main-slider .full-img {
    display: flex;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
 }

  .goverment-sec.main-slider  .main-img-slider{
margin: 60px 0px;
 }


  section.goverment-sec ul.step-list li::before{
    display: none;
  }

    section.goverment-sec ul.step-list li {
        list-style: decimal !important;
    }
    
    section.goverment-sec ul.step-list li ul {
        margin-left: 20px;
        padding: 10px 0px;
    }
    section.goverment-sec ul.step-list li ul li {
        list-style: disc !important;
        margin: 0px;
        padding-left: 0px;
    }
        section.goverment-sec ul.step-list li ul{
            padding-top: 0px;
        }

       .calender-sec.bg-color .listweek  {
        padding-top: 0px;
       }

    .calender-sec.bg-color  .calnder-events {
        margin-left: 0px;
       }

        .calender-sec.bg-color   .event-datas {
    border-left: 4px solid #0B2C5F;
    padding: 18px;
    margin-bottom: 18px;
    background-color: #f8f9fa;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s 
ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

        .calender-sec.bg-color   .event-datas:hover{
                transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }



              .calender-sec.bg-color   .main-click{
border-top: none;
width: fit-content;
margin: 0 auto;
margin-top: 20px;
text-decoration: none;
        }

a.btn.btn-blue:hover{
    color: #fff;
}
section.goverment-sec.heading-ul ul li {
    padding: 5px 0px;
}
section.goverment-sec.heading-ul .two-five{
padding: 10px 0px;
}
.main-img img{
max-width: 800px;
padding: 30px 0px;
}

.mai-listing-data-flow .main-content .two-zero,
.mai-listing-data-flow .main-content .two-five{
    margin-bottom: 0px;
}
.listweek-community .event-datas{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.date-num{
    max-width: 70px;
    width: 100%;
    padding: 10px;
    background-color: #D7E1E1;
    border-radius: 10px;

}
.date-num span{
    display: block;
    text-align: center;
}

.date-num .month{
    font-size: var(--fs--18);
    text-transform: uppercase;
    margin-bottom: 2px;
}
.date-num span.date{
    font-size: 25px !important;
}

.main-list-data ul li .event-name h4{
    color: rgb(0, 59, 79);
    margin-bottom: 5px;
    margin-bottom: 20px;
}

.main-list-data ul li .list-number{
    position: relative;
    border: none;
}
.main-list-data ul li .list-number::after{
        content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 5px;
    height: 100%;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #6199af;
    box-shadow: 0 3px 6px #0003;
    transition: all .3s 
ease-in-out;
}

.main-list-data ul li .date:hover .list-number::after{
    width: 100%;

}
.main-list-data ul li .date-now span.month,
.main-list-data ul li .date-now span.number{
transition: all .3s 
ease-in-out;
}
.main-list-data ul li .date:hover .date-now span.month,
.main-list-data ul li .date:hover .date-now span.number{
    color: #fff;
}

.calnder-datas{
    padding-top: 60px;
}

section.towncouncil-sec .grid-towncouncildata a{
    text-decoration: none;
}

.main-titles-flow {
    display: flex;
    align-items: flex-start;
    gap: 20px;      
    max-width: 100%;
    width: 100%;
    height: 185px;
}

.main-list-data ul li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.main-list-data ul li .main-img{
  
    overflow: hidden;
    max-width: 170px;
    width: 100%;
    padding-top: 15px;
}
.main-list-data ul li .main-img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    padding: 0px;
}

.main-titles-flow h3{
    font-size:20px;
    font-weight: 500;
    transition: 0.3s ease-in;
    padding-top: 15px;
}
.main-titles-flow h3:hover{
    text-decoration: underline;
}

.main-titles a {
    margin: 0px;
}

.main-titles{
    margin-bottom: 0px;
}

.main-list-data ul li .main-titles p{
margin-bottom: 0px;
}

.main-list-data ul li .date{
    max-width: 100%;
    width: 100%;
    height: 185px;
}

.calender-sec.bg-color .main-click a{
       display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #137333;
    font-size: var(--fs--18);
}

.main-list-data ul li {
    gap: 100px;
}

.calender-sec.bg-color  .main-header{
    display: flex;
    align-items: center;
    gap: 100px;
    padding-bottom: 30px;
}
.calender-sec.bg-color .main-header h3{
width: 50%;
font-size: 25px;
color: rgb(54, 112, 134);
line-height: 32px;
font-weight: 700;
}



.main-header .mobile{
    display: none;
}
    .calender-sec.bg-color .main-header.desktopvew{
    display: none;
}

.alldtata {
    display: flex;
    gap: 100px;
}

.main-ul h3.title{
        width: 50%;
    font-size: 25px;
    color: #3161AD;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.main-ul{
    width: 50%;
}

.event-name{
    display: flex;
    align-items: center;
}
.main-list-data ul li:first-child  .date{
    border-top: none;
}

.main-list-data ul li{
    padding-bottom: 0px;
}




/* new client feedback */

.calender-sec.bg-color .cumunity-data{
    margin-left: auto;
    margin-right: auto;
}
.main-list-data ul li p{
    font-size: 16px;
}

.main-list-data ul li .main-img{
    height: 100%;
}

.main-titles{
    height: 100%;
}

.main-titles .full-contents{
    height: 88%;
}

.header-items button.input-group-text {
    background: #36b7f0 !important;
    border-radius: 0px !important;
}
/* new client feedback */

.table-cover.full-list {
    max-width: 100%;
}



    /* menu list data */

    /* * ====== TREE MENU ====== */ */
.tree ul {
  list-style: none;
  display: none;
}

.tree > ul {
  display: block;
}

.tree li {
  margin: 6px 0;
}

/* ====== ITEM STYLE ====== */
.tree span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #333;
  padding: 4px 6px;
  border-radius: 4px;
}

/* Hover */
.tree span:hover {
  background: #e6f0ff;
}

/* ====== ICONS ====== */
.folder::before {
  content: "📁";
  margin-right: 6px;
}

.folder.open::before {
  content: "📂";
}

.file::before {
  content: "📄";
  margin-right: 6px;
}

/* ====== ACTIVE FILE ====== */
.file {
  cursor: default;
}
.table-cover.full-list {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top:0px;
}
.table-data {
    width: 85%;
    padding-left: 22px;
    padding-bottom: 22px;
}
.category-list{
    width:20%;
        border-right: 1px solid #c4c4c4;
}
.category-list ul li ul{
    display:none;
    padding-left: 10px;
}
.table-data{
      padding-top:22px;
}


  
.full-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.goverment-sec.flow-me{
   margin: 0px;
}

.goverment-sec.flow-me .towncouncil-sec{
margin: 0px;
}

.custom-marquee {
  width: 100%;
  overflow: hidden;
  background: #3161AD;
  padding: 12px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.marquee-track span {
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  padding-right: 10px;
}

/* Seamless loop */
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}



span.folder.drop-menu-down{
    padding-right: 30px;
    position: relative;
}

span.folder.drop-menu-down::after{
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    content: "";
    position: absolute;
    right: 8px;
    border-top: none;
    border-left: none;
    top: 47%;
    transform: translateY(-50%) rotate(45deg);

}

.button-container {
    width: auto;
}
.row.button-plan{
    justify-content: space-between;
}
.search-section{
    margin-bottom: 60px;
}
.table-cover.full-list{
    margin-top: 30px;
}
button.btn.btn-primary.search-table-button {
    margin: 0 auto;
    display: block;
    max-width: 50%;
    width: 100%;
}

button.btn.btn-primary.search-table-button a {
    color: #fff;
}
.google-translate {
    display: inline-flex;
    align-items: center;
}

.goog-te-gadget span {
    display: none;
}

.goog-te-gadget {
    font-size: 0;
}

.goog-te-gadget select {
    font-size: 14px;
    padding: 4px;
}

/* div#google_translate_element {
    position: fixed;
    right: 30px;
    bottom: 30px;
} */


div#google_translate_element {
    position: fixed;
    right: 25px;
    bottom: 20px;
    /* max-width: 50px; */
    /* width: 100%; */
    transform: scale(1.1);
    z-index: 999;
}