/**
 * Developer css 
 */
 .logo-container {
    display: flex;
    align-items: center;
    gap: 15px; /* Adjust spacing between elements */
}

.logo-img {
    height: 80px;
    width: auto;
}



.loginPage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f9f9f9;
}

.loginPage #loginPage {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 30px;
  width: 350px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.loginPage h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.loginPage .form-group {
  margin-bottom: 15px;
}

.loginPage .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

.loginPage .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.loginPage .password-container {
  position: relative;
}

.loginPage .password-container input {
  padding-right: 40px;
}

.loginPage .password-container .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 16px;
  margin-top: 10px;
}

.loginPage .form-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
}

.loginPage .form-actions a {
  text-decoration: none;
  color: #1500ff;
  font-size: 14px;
}

.loginPage .form-actions a:hover {
  text-decoration: underline;
}

.loginPage button {
  width: 100%;
  padding: 10px;
  background-color: #1eb8a1;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: white;
  cursor: pointer;
}

.loginPage button:hover {
  background-color: #07342d;
}





/* Close button */
.closeButton {
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.closeButton:hover,
.closeButton:focus {
  color: #000;
  text-decoration: none;
}


/* end modal */

/* for flow diagram */

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol.organizational-chart h2 {
  font-size: 11px;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}

#container {
  float: left;
  padding: 1em;
  width: 100%;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
  position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.organizational-chart {
  text-align: center;
}

ol.organizational-chart ol {
  padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
  background-color: #b7a6aa;
  content: '';
  position: absolute;
}

ol.organizational-chart ol > li {
  padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
  height: 1em;
  left: 50%;
  top: 0;
  width: 3px;
}

ol.organizational-chart > li ol:after {
  height: 3px;
  left: 3px;
  top: 1em;
  width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
  height: 3px;
  left: 0;
  top: 2em;
  width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
  height: 100%;
  left: 0;
  top: 0;
  width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
  height: 3px;
  left: 0;
  top: 2em;
  width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
  height: 2em;
  left: 0;
  top: 0;
  width: 3px;
}

ol.organizational-chart li > div {
  background-color: #fff;
  border-radius: 3px;
  min-height: 2em;
  padding: 0.5em;
 
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
  background-color: #223a66;
  margin-right: 1em;color:#fff;
  width: 250px !important;
}

ol.organizational-chart > li > div:before {
  bottom: 2em;
  height: 3px;
  right: -1em;
  width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
  bottom: 0;
  height: 2em;
  right: -1em;
  width: 3px;
}

ol.organizational-chart > li > div + div {
  margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
  height: calc(100% + 1em);
  right: -1em;
  top: -1em;
  width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
  left: inherit;
  right: 0;
}

ol.organizational-chart > li > ol:after {
  left: 0;
  width: 100%;
}

ol.organizational-chart > li > ol > li > div {
  background-color: #1cba9f;color:#fff;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
  background-color: #28a745; 
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
  background-color: #fca858;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
  background-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

  ol.organizational-chart {
      margin-left: -1em;
      margin-right: -1em;
  }

  /* PRIMARY */
  ol.organizational-chart > li > div {
      display: inline-block;
      float: none;
      margin: 0 1em 1em 1em;
      vertical-align: bottom;
  }

  ol.organizational-chart > li > div:only-of-type {
      margin-bottom: 0;
      width: calc((100% / 1) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
      width: calc((100% / 2) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
      width: calc((100% / 3) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
      width: calc((100% / 4) - 2em - 4px);
  }

  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
      width: calc((100% / 5) - 2em - 4px);
  }

  ol.organizational-chart > li > div:before,
  ol.organizational-chart > li > div:after {
      bottom: -1em!important;
      top: inherit!important;
  }

  ol.organizational-chart > li > div:before {
      height: 1em!important;
      left: 50%!important;
      width: 3px!important;
  }

  ol.organizational-chart > li > div:only-of-type:after {
      display: none;
  }

  ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
  ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
      bottom: -1em;
      height: 3px;
      width: calc(50% + 1em + 3px);
  }

  ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
      left: calc(50% + 3px);
  }

  ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
      left: calc(-1em - 3px);
  }

  ol.organizational-chart > li > div + div:not(:last-of-type):after {
      height: 3px;
      left: -2em;
      width: calc(100% + 4em);
  }

  /* SECONDARY */
  ol.organizational-chart > li > ol {
      display: flex;
      flex-wrap: nowrap;
  }

  ol.organizational-chart > li > ol:before,
  ol.organizational-chart > li > ol > li:before {
      height: 1em!important;
      left: 50%!important;
      top: 0!important;
      width: 3px!important;
  }

  ol.organizational-chart > li > ol:after {
      display: none;
  }

  ol.organizational-chart > li > ol > li {
    flex-grow: 1;
  padding-left: 0.15em;
  padding-right: 0.25em;
  padding-top: 1em;
  }

  ol.organizational-chart > li > ol > li:only-of-type {
      padding-top: 0;
  }
organizational-chart h3 {
  font-size: 11px;
}
  ol.organizational-chart > li > ol > li:only-of-type:before,
  ol.organizational-chart > li > ol > li:only-of-type:after {
      display: none;
  }

  ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
  ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
      height: 3px;
      top: 0;
      width: 50%;
  }

  ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
      left: 50%;
  }

  ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
      left: 0;
  }

  ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
      height: 3px;
      left: 0;
      top: 0;
      width: 100%;
  }

}
.booking-section .content-column .inner-column {
  position: relative;
  padding: 0px 80px 0px 80px;
  padding-top: 35px;
  z-index: 1;
}
ol.organizational-chart h3 {
  font-size: 15px; color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: 50px;
}
ol.organizational-chart h1 {
  font-size: 20px; color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: 50px;
}
ol.organizational-chart h2 {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: 50px;    font-weight: normal;
}

@media only screen and (max-width: 479px){
ol.organizational-chart h2 {
  font-size: 15px !important;
  font-weight: normal;
}

ol.organizational-chart > li > div {

  width:auto !important; 
}
}
/* end flow diagram */

    /*CSS for Hospitals Page*/
    .hospitals-dhs-all {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
        color: #000;
    }

    .hospitals-dhs-all th,
    .hospitals-dhs-all td {
        border: 1px solid #000;
        padding: 8px;
        text-align: left;
    }

    .hospitals-dhs-all th {
        background-color: #f2f2f2;
    }

    .hospitals-dhs-all a[href$=".pdf"]::after {
        content: url('/media/2024/09/download-pdf-1.png');
        margin-left: 5px;
        display: inline-block;
    }

    a:hover {
        color: red;
        text-decoration: none;
    }

    /*CSS added foor Bulletin Page*/
    .headingSummary {
        color: #1cba9f;
        font-size: 18px;
        font-weight: bold;
    }

    .SummaryContentBox {
        padding: 10px;
        border: 1px solid lightgray;
        margin: 10px;
    }

    /*******************/

    .team-block .designation {
        text-align: center !important;
    }

    /*main link*/
    a.external-main-link {
        color: #fff;
    }

    .pum-theme-1369,
    .pum-theme-default-theme {
        background-color: rgba(255, 255, 255, 0.4) !important;
    }

    .logo-1 {
        width: 110px;
    }

    /*Public Grievance table */
    tr.table-body {
        background: #ecf9f5 !important;
        border: 2px solid white !important;
    }

    td.table-head {
        border: 2px solid white;
    }

    /*For Visitor Counter*/
    .visitor-counter-block {
        margin-top: 10px;
        margin-left: 50px;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        padding: 6px 6px 4px;
        border-radius: 2px;
        background: rgb(40 176 168);
        box-shadow: 0px 0px 6px 1px hsl(0deg 1% 50%);
    }

    /*For Visitor Counter*/

    /*table */

    .booking-section .content-column .inner-column {
        padding-left: 0px !important;
    }



    /*! This file is auto-generated */
    .wp-block-button__link {
        color: #fff;
        background-color: #32373c;
        border-radius: 9999px;
        box-shadow: none;
        text-decoration: none;
        padding: calc(.667em + 2px) calc(1.333em + 2px);
        font-size: 1.125em
    }

    .wp-block-file__button {
        background: #32373c;
        color: #fff;
        text-decoration: none
    }
    body {
        --wp--preset--color--black: #000000;
        --wp--preset--color--cyan-bluish-gray: #abb8c3;
        --wp--preset--color--white: #ffffff;
        --wp--preset--color--pale-pink: #f78da7;
        --wp--preset--color--vivid-red: #cf2e2e;
        --wp--preset--color--luminous-vivid-orange: #ff6900;
        --wp--preset--color--luminous-vivid-amber: #fcb900;
        --wp--preset--color--light-green-cyan: #7bdcb5;
        --wp--preset--color--vivid-green-cyan: #00d084;
        --wp--preset--color--pale-cyan-blue: #8ed1fc;
        --wp--preset--color--vivid-cyan-blue: #0693e3;
        --wp--preset--color--vivid-purple: #9b51e0;
        --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
        --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
        --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
        --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
        --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
        --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
        --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
        --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
        --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
        --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
        --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
        --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
        --wp--preset--font-size--small: 13px;
        --wp--preset--font-size--medium: 20px;
        --wp--preset--font-size--large: 36px;
        --wp--preset--font-size--x-large: 42px;
        --wp--preset--spacing--20: 0.44rem;
        --wp--preset--spacing--30: 0.67rem;
        --wp--preset--spacing--40: 1rem;
        --wp--preset--spacing--50: 1.5rem;
        --wp--preset--spacing--60: 2.25rem;
        --wp--preset--spacing--70: 3.38rem;
        --wp--preset--spacing--80: 5.06rem;
        --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
        --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
        --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
        --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
        --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    }

    :where(.is-layout-flex) {
        gap: 0.5em;
    }

    :where(.is-layout-grid) {
        gap: 0.5em;
    }

    body .is-layout-flow>.alignleft {
        float: left;
        margin-inline-start: 0;
        margin-inline-end: 2em;
    }

    body .is-layout-flow>.alignright {
        float: right;
        margin-inline-start: 2em;
        margin-inline-end: 0;
    }

    body .is-layout-flow>.aligncenter {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .is-layout-constrained>.alignleft {
        float: left;
        margin-inline-start: 0;
        margin-inline-end: 2em;
    }

    body .is-layout-constrained>.alignright {
        float: right;
        margin-inline-start: 2em;
        margin-inline-end: 0;
    }

    body .is-layout-constrained>.aligncenter {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: var(--wp--style--global--content-size);
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .is-layout-constrained>.alignwide {
        max-width: var(--wp--style--global--wide-size);
    }

    body .is-layout-flex {
        display: flex;
    }

    body .is-layout-flex {
        flex-wrap: wrap;
        align-items: center;
    }

    body .is-layout-flex>* {
        margin: 0;
    }

    body .is-layout-grid {
        display: grid;
    }

    body .is-layout-grid>* {
        margin: 0;
    }

    :where(.wp-block-columns.is-layout-flex) {
        gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
        gap: 2em;
    }

    .has-black-color {
        color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-color {
        color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-color {
        color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-color {
        color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-color {
        color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-color {
        color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-color {
        color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-color {
        color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-color {
        color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-color {
        color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-color {
        color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-color {
        color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-background-color {
        background-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-background-color {
        background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-background-color {
        background-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-background-color {
        background-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-background-color {
        background-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-background-color {
        background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-background-color {
        background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-background-color {
        background-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-background-color {
        background-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-background-color {
        background-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-background-color {
        background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-background-color {
        background-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-border-color {
        border-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-border-color {
        border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-border-color {
        border-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-border-color {
        border-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-border-color {
        border-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-border-color {
        border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-border-color {
        border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-border-color {
        border-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-border-color {
        border-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-border-color {
        border-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-border-color {
        border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-border-color {
        border-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
        background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
    }

    .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
        background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
    }

    .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
        background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-orange-to-vivid-red-gradient-background {
        background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
    }

    .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
        background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
    }

    .has-cool-to-warm-spectrum-gradient-background {
        background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
    }

    .has-blush-light-purple-gradient-background {
        background: var(--wp--preset--gradient--blush-light-purple) !important;
    }

    .has-blush-bordeaux-gradient-background {
        background: var(--wp--preset--gradient--blush-bordeaux) !important;
    }

    .has-luminous-dusk-gradient-background {
        background: var(--wp--preset--gradient--luminous-dusk) !important;
    }

    .has-pale-ocean-gradient-background {
        background: var(--wp--preset--gradient--pale-ocean) !important;
    }

    .has-electric-grass-gradient-background {
        background: var(--wp--preset--gradient--electric-grass) !important;
    }

    .has-midnight-gradient-background {
        background: var(--wp--preset--gradient--midnight) !important;
    }

    .has-small-font-size {
        font-size: var(--wp--preset--font-size--small) !important;
    }

    .has-medium-font-size {
        font-size: var(--wp--preset--font-size--medium) !important;
    }

    .has-large-font-size {
        font-size: var(--wp--preset--font-size--large) !important;
    }

    .has-x-large-font-size {
        font-size: var(--wp--preset--font-size--x-large) !important;
    }

    .wp-block-navigation a:where(:not(.wp-element-button)) {
        color: inherit;
    }

    :where(.wp-block-columns.is-layout-flex) {
        gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
        gap: 2em;
    }

    .wp-block-pullquote {
        font-size: 1.5em;
        line-height: 1.6;
    }
    .wpim-1060__c5 {
        top: 199.00001525879px;
        left: 214px
    }

    .wpim-1060__c5 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c7 {
        top: 227.00000286102px;
        left: 133px
    }

    .wpim-1060__c7 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c9 {
        top: 298.00000286102px;
        left: 132px
    }

    .wpim-1060__c9 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c11 {
        top: 331.00001811981px;
        left: 158px
    }

    .wpim-1060__c11 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c13 {
        top: 339.00001811981px;
        left: 214px
    }

    .wpim-1060__c13 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c15 {
        top: 344.00000762939px;
        left: 302px
    }

    .wpim-1060__c15 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c17 {
        top: 372.00002288818px;
        left: 373px
    }

    .wpim-1060__c17 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c19 {
        top: 390.00002288818px;
        left: 477px
    }

    .wpim-1060__c19 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c21 {
        top: 411.00002288818px;
        left: 332px
    }

    .wpim-1060__c21 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c23 {
        top: 400.00002288818px;
        left: 104px
    }

    .wpim-1060__c23 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c25 {
        top: 472.00004577637px;
        left: 195.00001525879px
    }

    .wpim-1060__c25 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c27 {
        top: 531.00002288818px;
        left: 178px
    }

    .wpim-1060__c27 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c29 {
        top: 502.00002288818px;
        left: 300px
    }

    .wpim-1060__c29 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c31 {
        top: 530.00003051758px;
        left: 367.99998474121px
    }

    .wpim-1060__c31 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c33 {
        top: 588.00002288818px;
        left: 253px
    }

    .wpim-1060__c33 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c35 {
        top: 538.00002288818px;
        left: 489px
    }

    .wpim-1060__c35 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c37 {
        top: 617.00001525879px;
        left: 370px
    }

    .wpim-1060__c37 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c39 {
        top: 650.00003051758px;
        left: 376px
    }

    .wpim-1060__c39 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c41 {
        top: 657.00003051758px;
        left: 314px
    }

    .wpim-1060__c41 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c43 {
        top: 685.00003051758px;
        left: 459px
    }

    .wpim-1060__c43 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c45 {
        top: 713.00003051758px;
        left: 507px
    }

    .wpim-1060__c45 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c47 {
        top: 791.00003051758px;
        left: 379px
    }

    .wpim-1060__c47 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c49 {
        top: 928.00003051758px;
        left: 410px
    }

    .wpim-1060__c49 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c51 {
        top: 735.00003051758px;
        left: 335px
    }

    .wpim-1060__c51 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c53 {
        top: 689.00003051758px;
        left: 312px
    }

    .wpim-1060__c53 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c55 {
        top: 725px;
        left: 437px
    }

    .wpim-1060__c55 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c57 {
        top: 292.00000762939px;
        left: 172px
    }

    .wpim-1060__c57 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c59 {
        top: 442.00001525879px;
        left: 275px
    }

    .wpim-1060__c59 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c61 {
        top: 393.00000762939px;
        left: 180px
    }

    .wpim-1060__c61 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c63 {
        top: 457.00004577637px;
        left: 205.00001525879px
    }

    .wpim-1060__c63 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c65 {
        top: 539.00003051758px;
        left: 356.99998474121px
    }

    .wpim-1060__c65 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c67 {
        top: 549.00001525879px;
        left: 285px
    }

    .wpim-1060__c67 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #2cc12c;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c69 {
        top: 599.00001525879px;
        left: 328px
    }

    .wpim-1060__c69 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

    .wpim-1060__c71 {
        top: 335.00000762939px;
        left: 264.00004577637px
    }

    .wpim-1060__c71 .wpim-marker__icon {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        transform: rotate(0deg);
        background-color: #dd3333;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
    }

  .wp-block-file__button {
      background: #32373c;
      color: #fff;
      text-decoration: none
  }

  :where(.is-layout-flex) {
      gap: 0.5em;
  }

  :where(.is-layout-grid) {
      gap: 0.5em;
  }

  body .is-layout-flow>.alignleft {
      float: left;
      margin-inline-start: 0;
      margin-inline-end: 2em;
  }

  body .is-layout-flow>.alignright {
      float: right;
      margin-inline-start: 2em;
      margin-inline-end: 0;
  }

  body .is-layout-flow>.aligncenter {
      margin-left: auto !important;
      margin-right: auto !important;
  }

  body .is-layout-constrained>.alignleft {
      float: left;
      margin-inline-start: 0;
      margin-inline-end: 2em;
  }

  body .is-layout-constrained>.alignright {
      float: right;
      margin-inline-start: 2em;
      margin-inline-end: 0;
  }

  body .is-layout-constrained>.aligncenter {
      margin-left: auto !important;
      margin-right: auto !important;
  }

  body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
      max-width: var(--wp--style--global--content-size);
      margin-left: auto !important;
      margin-right: auto !important;
  }

  body .is-layout-constrained>.alignwide {
      max-width: var(--wp--style--global--wide-size);
  }

  body .is-layout-flex {
      display: flex;
  }

  body .is-layout-flex {
      flex-wrap: wrap;
      align-items: center;
  }

  body .is-layout-flex>* {
      margin: 0;
  }

  body .is-layout-grid {
      display: grid;
  }

  body .is-layout-grid>* {
      margin: 0;
  }

  :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
  }

  :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
  }

  .has-black-color {
      color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-color {
      color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-color {
      color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-color {
      color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-color {
      color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-color {
      color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-color {
      color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-color {
      color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-color {
      color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-color {
      color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-color {
      color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-color {
      color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-background-color {
      background-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-background-color {
      background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-background-color {
      background-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-background-color {
      background-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-background-color {
      background-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-background-color {
      background-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-background-color {
      background-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-background-color {
      background-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-background-color {
      background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-background-color {
      background-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-border-color {
      border-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-border-color {
      border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-border-color {
      border-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-border-color {
      border-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-border-color {
      border-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-border-color {
      border-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-border-color {
      border-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-border-color {
      border-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-border-color {
      border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-border-color {
      border-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
      background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
  }

  .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
      background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
  }

  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-orange-to-vivid-red-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
  }

  .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
      background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
  }

  .has-cool-to-warm-spectrum-gradient-background {
      background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
  }

  .has-blush-light-purple-gradient-background {
      background: var(--wp--preset--gradient--blush-light-purple) !important;
  }

  .has-blush-bordeaux-gradient-background {
      background: var(--wp--preset--gradient--blush-bordeaux) !important;
  }

  .has-luminous-dusk-gradient-background {
      background: var(--wp--preset--gradient--luminous-dusk) !important;
  }

  .has-pale-ocean-gradient-background {
      background: var(--wp--preset--gradient--pale-ocean) !important;
  }

  .has-electric-grass-gradient-background {
      background: var(--wp--preset--gradient--electric-grass) !important;
  }

  .has-midnight-gradient-background {
      background: var(--wp--preset--gradient--midnight) !important;
  }

  .has-small-font-size {
      font-size: var(--wp--preset--font-size--small) !important;
  }

  .has-medium-font-size {
      font-size: var(--wp--preset--font-size--medium) !important;
  }

  .has-large-font-size {
      font-size: var(--wp--preset--font-size--large) !important;
  }

  .has-x-large-font-size {
      font-size: var(--wp--preset--font-size--x-large) !important;
  }

  .wp-block-navigation a:where(:not(.wp-element-button)) {
      color: inherit;
  }

  :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
  }

  :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
  }

  .wp-block-pullquote {
      font-size: 1.5em;
      line-height: 1.6;
  }

  .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
      background-image: none !important;
  }
  @media screen and (max-height: 1024px) {
      .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
      .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
          background-image: none !important;
      }
  }
  @media screen and (max-height: 640px) {
      .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
      .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
          background-image: none !important;
      }
  }

  .hospitals-dhs-all {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
      color: #000;
  }
  .hospitals-dhs-all th,
  .hospitals-dhs-all td {
      border: 1px solid #000;
      padding: 8px;
      text-align: left;
  }
  .hospitals-dhs-all th {
      background-color: #f2f2f2; 
  }
  .hospitals-dhs-all a[href$=".pdf"]::after {
      content: url('/media/2024/09/download-pdf-1.png'); 
      margin-left: 5px; 
      display: inline-block;
  }
  a:hover {
      color: red; 
      text-decoration: none; 
  }
  /*CSS added foor Bulletin Page*/
      .headingSummary{
      color: #1cba9f;
      font-size: 18px;
      font-weight: bold;
      }
      .SummaryContentBox{
      padding: 10px; 
      border: 1px solid lightgray; 
      margin: 10px;
      }
  
  /*******************/
  
  .team-block .designation {
      text-align: center !important;
  }
  /*main link*/
  a.external-main-link {
      color: #fff;
  }
  
  .pum-theme-1369, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 0.4 ) !important;}
  
  .logo-1 {
      width:110px;
  }
  
  /*Public Grievance table */
  tr.table-body {
      background: #ecf9f5 !important;
      border: 2px solid white !important;
  }
  td.table-head {
      border: 2px solid white;
  }
  
  /*For Visitor Counter*/
  .visitor-counter-block {
      margin-top : 10px;
      margin-left : 50px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 6px 6px 4px;
    border-radius: 2px;
    background: rgb(40 176 168);
      box-shadow: 0px 0px 6px 1px hsl(0deg 1% 50%);
  }
  /*For Visitor Counter*/
  
  /*table */
  
  .booking-section .content-column .inner-column {
        padding-left: 0px!important;
     }	

     /* sldier */
     .main-prev, 
.main-next {
    border: 2px solid #ffffff !important; /* Border color */
    background-color: #b2b4b5  !important; /* Light background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)  !important; /* Shadow */
    transition: all 0.3s ease  !important; /* Smooth transition for hover effect */
    padding: 15px;
}

.main-prev:hover, 
.main-next:hover {
    background-color: #ffffff00  !important; /* Slightly darker background on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2)  !important; /* More pronounced shadow on hover */
}

     /* Slider ends */

     /* for theme change starts */

     /* Dark Mode */
        body.dark-mode {
            background-color: #222;
            color: #ffffff !important;
        }

        body.dark-mode .darkChange {
            background-color: #222;
            color: #ffffff !important;
        }

        body.dark-mode .container {
            background-color: #222;
            color: #ffffff !important;
        }

        body.dark-mode a,
        body.dark-mode h1,
        body.dark-mode h2,
        body.dark-mode h3,
        body.dark-mode h4,
        body.dark-mode h5,
        body.dark-mode h6,
        body.dark-mode p {
            color: #ffffff !important;
        }

        body.dark-mode .marquee-class {
            background-color: #222 !important;
            color: #ffffff !important;   
        }

        /* Button Styling */
        body.dark-mode button {
            background-color: #007bff;
            color: white !important;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
            margin-top: 20px;
            transition: background 0.3s;
        }

        body.dark-mode button:hover {
            background-color: #0056b3;
        }

        body.dark-mode h1 h2 h3 h4 h5 h6 {
            background-color: #222;
            color: #ffffff !important;
        }
     /* for theme change endss */

   


    