/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
    /* --thm-font: "Montserrat", sans-serif; */
    --heading-font: "Montserrat", sans-serif;
    /*--thm-base: #ffc6b3;*/
    --thm-base: #f58220;
    --thm-base-rgb: 0, 113, 187;
    --thm-primary: #023c83;
    --thm-primary-rgb: 2, 60, 131;
    --thm-secondary: #0071bb;
    --thm-secondary-rgb: 0, 113, 187;
    --thm-black-rgb: 8, 39, 64;
    --thm-gray: #747474;
    --thm-white: #ffffff;
    --thm-black: #000000;
    --thm-bg-lightgray: #f4f4f4;
    --thm-base-bg-3: #b8c0cb;
    --thm-base-bg-4: #b8b08d;
    --thm-base-bg-5: #eaf0ce;
    --thm-base-bg-6: #c0c5c1;
    --thm-bg-lightgray-1: #e3e3e3;
    --thm-bg-lightgray-2: #d1d1d1;

    --thm-primary-1: #242424;
    --thm-primary-2: #544445;
    --thm-primary-3: #777762;
    --thm-primary-4: #809279;
    --thm-primary-5: #b1b0a1;
    --thm-primary-6: #bfb6a7;
}
body {
    font-family: "Montserrat", sans-serif;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
a {
    text-decoration: none;
}
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
/* Topbar */
.site-header__header-one-wrap .topbar-one {
    /* padding: 8px 0px; */
    padding: 5px 0px;
    display: inline-block;
    /*box-shadow: 0px 0px 56px 10px #000;*/
    width: 100%;
}
.topbar-one {
    background-color: #2b3991;
}
.topbar-one a {
    color: #fff;
}
.topbar-one__left {
    display: flex;
    /* width: 100%; */
    justify-content: end;
    align-items: center;
}
.topbar-one__center {
    display: flex;
    /* width: 100%; */
    justify-content: end;
    align-items: center;
}
.topbar-one__right {
    display: flex;
    /* width: 100%; */
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}
.topbar-one__right .header-links {
    display: flex;
    flex-direction: row;
    margin-left: 5px;
}
.topbar-one__right .font-text-part {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
}
.topbar-one__right .font-color-part {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}
.font-text-part a.box {
    border: 1px solid #a4a3a3;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    transition: all 500ms ease;
    /* padding: 2px 5px; */
    padding: 1px 0px;
    background: #fff;
    margin: 0px 8px 0px 0px;
    color: #000;
}
.font-color-part a.box {
    border: 1px solid #a4a3a3;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    transition: all 500ms ease;
    padding: 2px 5px;
    background: #fff;
    margin: 0px 8px 0px 0px;
    color: #000;
}
a.box.font.ml_20.search_box {
    margin: 0px 16px 0px 0px;
    padding: 0px 0px;
}
a.box.font.ml_20.black_box {
    background-color: #000;
}
a.box.font.blue_box {
    background-color: #2b3991;
}
a.box.font.yellow_box {
    background-color: #d96400;
    margin-right: 0px;
}
.header-links {
    margin-right: 10px;
}
.center-links {
    margin-right: 0px;
}
.left-links a {
    /* margin: 0px 7px; */
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    /* line-height: 28px; */
    line-height: 27px;
    font-size: 10px;
}
.left-links a img {
    height: 23px;
    margin-right: 5px;
}
.header-links a {
    margin: 0px 7px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    /* line-height: 28px; */
    line-height: 27px;
    font-size: 10px;
    /* text-shadow: 0 0 5px #000; */
}
.center-links a {
    margin: 0px 7px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    /* line-height: 28px; */
    line-height: 27px;
    font-size: 10px;
    /* text-shadow: 0 0 5px #000; */
    border-radius: 10px;
    padding: 3px 6px;
    background-color: #ff9e2f;
    color: #000;
}
.center-links a:hover {
    background-color: #fff;
    color: #d96400;
    /* box-shadow: 0px 0px 5px rgb(255 158 47); */
}
.header-links select {
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    background: transparent;
    border: none;
    font-size: 11px;
    font-weight: 500;
}
.header-links select option {
    background-color: #2b3991;
    /* font-family: "Montserrat", sans-serif; */
}
.font-color-part a.box.orange {
    background: #d96400;
}
.font-color-part a.box.black {
    background: #000;
}

img.main-logo {
    height: 75px;
    margin-top: 7px;
}

.align-items-right.citizen_login_buttone a {
    float: right;
    font-size: 12px;
    padding: 8px 10px;
    background-color: #2b3991;
    border-radius: 20px;
    color: #fff !important;
}

.align-items-right.citizen_login_buttone a:hover {
    background-color: #fff;
    color: #2b3991 !important;
    /* text-decoration: underline; */
    /* font-weight: 600; */
    box-shadow: 0px 0px 10px rgb(43 57 145);
}

/* style for language drop down in the header */
:focus-visible {
    outline: none;
}
/* style ended for language drop down in the header */

/* main nav and banner */
.main-nav__header-one {
    background: transparent;
    /*padding-bottom: 10px;*/
}
.main-nav__header-one.darkHeader {
    background: #e1e1e1c9;
}
.navigation {
    width: 100%;
    display: flex;
}
.main-nav__main-navigation
    .main-nav__navigation-box
    > div.header_menue_links
    ul {
    position: absolute;
    padding-left: 0px;
    top: 45px;
    width: 150px;
    list-style: none;
    background-color: var(--thm-white);
    border-top: 5px solid #2b3991;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 991;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
}
.main-nav__main-navigation
    .main-nav__navigation-box
    > div.header_menue_links:hover
    > ul {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.hero-banner .slick-next.slick-arrow {
    display: none !important;
}
.header-navigation {
    display: block;
    background-color: #fff;
}
.slick-initialized.slick-slider.stricky {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.header-navigation .container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header-navigation .right-nav-wrp {
    display: flex;
    margin-left: 5px;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    /*padding-top: 20px;*/
}
/* .main-logo{
    width: 120px;
    height: 141px;
} */
.main-logo-text {
    /* font-family: "Montserrat", sans-serif; */
    /* color: #000; */
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #2b023c;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 700;
}
.main-logo-text-second {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    color: #2b023c;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 700;
}
.main-logo-description {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
}
.main-navigation-box-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-navigation .main-nav__main-navigation {
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: space-between;
}
.header-navigation .main-navigation-list {
    display: block;
    width: 100%;
}
.header-navigation .main-nav__navigation-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
    /*background: #fff;*/
    padding: 0px 0px;
    margin-bottom: 0px;
    justify-content: space-between;
}
.header-navigation .main-nav__navigation-box div.header_menue_links {
    /* padding: 8px 4px; */
    padding: 5px 4px;
}
.main-nav__main-navigation
    .main-nav__navigation-box
    > div.header_menue_links
    ul
    > li {
    padding: 5px 4px;
}
/* .header-navigation .main-nav__navigation-box div.header_menue_links::after {
    content: "|";
} */
.header-navigation .main-nav__navigation-box div.header_menue_links a {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    /* font-size: 12px; */
    /* text-transform: uppercase; */
    color: black;
    font-weight: bold;
}
.header-navigation .main-nav__navigation-box div.header_menue_links a:hover {
    color: #f7831c;
}
.header-navigation .main-nav__navigation-box div.header_menue_links.active a {
    color: #f7831c;
}
.header-navigation
    .main-nav__navigation-box
    div.header_menue_links.active
    ul
    a {
    color: #000;
    /* font-size: 13px; */
}
.header-navigation
    .main-nav__navigation-box
    div.header_menue_links.active
    ul
    a.active {
    color: #f7831c;
}
.header-navigation .main-nav__navigation-box div.header_menue_links ul a:hover {
    color: #2b3991;
}
.header-navigation .main-nav__navigation-box div.current,
.header-navigation .main-nav__navigation-box div {
    position: relative;
}
.header-navigation .main-nav__navigation-box div.current::after,
.header-navigation .main-nav__navigation-box div:hover::after {
    /* content: ""; */
    /* background-color: #2B3991; */
    color: #f7831c;
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.nav-donation-btn-wrap button {
    width: 160px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 0px;
    border: none;
    background: #d96400;
    color: #fff;
}
.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.side-menu__block.active {
    transform: scale(1, 1);
}
.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
}
.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cursor {
    visibility: visible;
    position: absolute;
    background-color: var(--thm-white);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}
.side-menu__block-overlay .cursor-follower {
    background-color: rgba(var(--thm-black-rgb), 0.3);
}
.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.side-menu__block-inner {
    position: relative;
    max-width: 532px;
    width: 100%;
    margin-right: auto;
    height: 100vh;
    background-color: var(--thm-white);
    z-index: 999999;
    overflow-y: auto;
    padding: 40px 0;
    padding-top: 20px;
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    /* -webkit-box-pack: center; */
    /* justify-content: center; */
    align-content: space-between;
}
.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}
.mCustomScrollBox {
    position: relative;
    /* overflow: hidden; */
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mobile-nav__container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    width: 100%;
}
.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a {
    color: #d96400;
}
.mobile-nav__container li {
    padding: 5px 0 5px 40px;
    /* margin-left: 20px; */
}
.mobile-nav__container li > a.highLighted {
    color: #d96400;
    text-shadow: 0px 0px 1px black;
}
.mobile-nav__container li > a,
.mobile-nav__container li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.dropdown-btn {
    position: relative;
    border: none;
    color: transparent;
    background: transparent;
    display: none;
}
/*.dropdown-btn:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #d96400;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 16%;
    right: 22px;
}*/
.main-navigation-box-wrap {
    background-color: white;
}
/* Banner */
.hero-banner {
    overflow: visible; /* allow buttons to overflow outside carousel */
}
.hero-banner.main_page {
    padding-bottom: 25px;
}
.hero-banner .banner {
    /* padding: 275px 0px 70px 0px; */
    /* padding: 150px 0px 190px 0px; */
    align-items: flex-end;
}
.custom-banner-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    left: 0;
    right: 0;
    top: 0;
}
/* Banner */
/* .hero-banner .other_banner {
    padding: 85px 0px 85px 0px;
} */
.other_banner .banner_page_title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: 650;
    text-transform: uppercase;
    text-shadow: 0 0 4px black;
}

.main-nav__header-one,
.hero-banner {
    /*background: url('/img/banner-bg.png')no-repeat;*/
    background-size: cover;
    background-position: top center;
    /* background-color: var(--thm-base); */
}
.banner-text-col .banner_head_text_white {
    /* background: #54d1ff; */
    background-size: contain;
    width: max-content;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    padding: 7px;
    /* float: right; */
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 2px black;
}
.banner-text-col2 .banner_head_text_white {
    /* background: #2f3193; */
    background-size: contain;
    width: max-content;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    /* float: right; */
    /* font-size: 40px; */
    margin-bottom: -10px;
}
.banner-text-col .banner_head_text_yellow {
    /* float: right; */
    /* background: #d96400; */
    padding: 7px 5px 3px 35px;
    color: #ff9e2f;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 2px black;
}
.banner-text-col .banner_text_white {
    /* float: right; */
    /* background: #d96400; */
    padding: 3px 5px 3px 35px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
}
.hero-banner .inf ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.hero-banner .inf ul li {
    display: inline-block;
    line-height: 60px;
}
.hero-banner .banner_btn {
    margin-top: -30px;
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* z-index: 20; */
    width: 100%;
    pointer-events: auto;
}
li a.banner_buttons {
    background-color: #2b3991;
    padding: 15px 90px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid transparent;
    /* border: 4px solid #7c83adc9; */
    /* box-shadow: 0px 0px 10px rgb(43 57 145); */
    box-shadow: 0 0 0 5px #2b39915c;
}
li a.banner_buttons.orrange_button {
    /* background-color: #ff9e2f; */
    background-color: #f58b2f;
    color: #000;
    box-shadow: 0 0 0 5px #ff9e2f59;
}
li a.banner_buttons.underline_text_btn {
    margin: 0px 20px;
    /* text-decoration: underline; */
}
li a.banner_buttons.orrange_button:hover {
    background-color: #fff;
    color: #2b3991;
    font-weight: 600;
    border: 1px solid #2b3991;
    box-shadow: 0px 0px 10px rgb(43 57 145);
    /* box-shadow: 0 0 0 5px #2b39915c; */
}
li a.banner_buttons:hover {
    background-color: #fff;
    color: #f58b2f;
    font-weight: 600;
    border: 1px solid #f58b2f;
    box-shadow: 0px 0px 10px rgb(245, 139, 47);
    /* box-shadow: 0 0 0 5px #2b39915c; */
}

/* page css */
.tithi-bhojan-at-glance-section {
    padding-top: 25px;
    padding-bottom: 25px;
}
.tithi-bhojan-at-glance-section .container {
    position: relative;
}
.tithi-bhojan-at-glance-section .title-h2 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}
.tithi-bhojan-at-glance-section .title-h2 .Bold-text {
    font-weight: bold;
    padding-right: 10px;
    letter-spacing: 3px;
}
.tithi-bhojan-at-glance-section .daily-number .box-wrap {
    width: 220px;
    min-height: 149px;
    text-align: center;
    padding-top: 43px;
    padding-bottom: 10px;
    position: relative;
    min-height: 200px;
    padding: 5px;
}
.registeredHospitalImage {
    content: "";
    /* background: #000; */
    width: 100%;
    height: 10px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    padding: 3px;
}
.tithi-bhojan-at-glance-section .daily-number .box-wrap {
    /* background: #54d1ff; */
    /* text-align: center;
    padding-top: 43px;
    padding-bottom: 10px;
    position: relative;
    min-height: 149px; */
}

.tithi-bhojan-at-glance-section .daily-number .box-wrap::after {
    /* content: '';
    background: #000;
    width: 100%;
    height: 10px;
    bottom: 0px;
    left: 0px;
    position: absolute; */
}
.tithi-bhojan-at-glance-section .daily-number .box-wrap .number-text {
    font-size: 20px;
    color: black;
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
}
.tithi-bhojan-at-glance-section .daily-number .box-wrap .number-details {
    font-family: "Montserrat", sans-serif;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.tithi-bhojan-at-glance-section .daily-number .box-with-img {
    text-align: right;
    padding-right: 30px;
}
.tithi-bhojan-at-glance-section .daily-number .box-with-img .number-text {
    position: relative;
}
.tithi-bhojan-at-glance-section
    .daily-number
    .box-with-img
    .number-text::before {
    content: "";
    background: url("/img/snacks-icon.png") no-repeat;
    width: 115px;
    height: 85px;
    left: 30px;
    top: -10px;
    position: absolute;
}
.tithi-bhojan-at-glance-section .daily-number {
    margin-bottom: 20px;
}
.tithi-bhojan-at-glance-section .profile-box-wrap {
    display: flex;
}
.tithi-bhojan-at-glance-section .profile-img {
    margin-bottom: 20px;
    padding-right: 10px;
}
.tithi-bhojan-at-glance-section .left-col .profile-content-box {
    padding-top: 82px;
}
.tithi-bhojan-at-glance-section .profile-details .title-h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 6px;
    font-size: 16px;
}
.tithi-bhojan-at-glance-section .profile-details .title-h5 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
}
.tithi-bhojan-at-glance-section .profile-details p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
}
.tithi-bhojan-at-glance-section .profile-content-box .profile-title {
    font-family: "Montserrat", sans-serif;
}
.tithi-bhojan-at-glance-section .profile-content-box p {
    font-family: "Montserrat", sans-serif;
    /* font-size: 14px;*/
    font-size: 12px;
    text-align: justify;
}
.tithi-bhojan-at-glance-section .profile-content-box p a {
    color: gray;
}
.tithi-bhojan-at-glance-section .dignitiers-box {
    /*padding-top: 30px;*/
    padding-top: 10px;
}
.tithi-bhojan-at-glance-section .dignitiers-box .dignitiers-title {
    font-size: 80px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: -12px;
    line-height: 83px;
    font-weight: bold;
    color: #e1e1e1;
    letter-spacing: 10px;
}
.tithi-bhojan-at-glance-section .container::after {
    position: absolute;
    content: "Donate";
    bottom: -105px;
    z-index: -1;
    right: 0px;
    font-size: 102px;
    font-weight: bold;
    color: #e1e1e1;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.whats-new-section {
    padding-top: 55px;
    padding-bottom: 55px;
}
.whats-new-section .title-h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #54d1ff;
    color: #fff;
    background-size: cover;
    width: max-content;
    margin: 0 auto;
    padding: 3px 11px;
    margin-bottom: 20px;
    font-size: 33px;
}
.whats-new-section .title-h2-new {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* background: #54d1ff; */
    color: #fff;
    background-size: cover;
    width: max-content;
    margin: 0 auto;
    padding: 3px 11px;
    margin-bottom: 20px;
    font-size: 33px;
}
ul.nav.nav-tabs {
    border-bottom: none;
}
.village-list-box-wrap .village-list-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3px;
    position: relative;
}
.village-list-box-wrap .village-list-box .village-name {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0px;
    line-height: 14px;
}
.village-list-box-wrap .village-list-box .village-count {
    font-family: "Montserrat", sans-serif;
    padding: 6px 10px;
    background: #54d1ff;
    border: 1px solid #54d1ff;
    border-radius: 5px;
    width: 96px;
    text-align: center;
    color: #000;
}
.village-list-box-wrap .village-list-box:after {
    position: absolute;
    content: "";
    width: 65%;
    right: 100px;
    bottom: 0px;
    border: 1px Dotted #a2a0a0;
    height: 1px;
}
.village-list-box-wrap .village-view-more-btn {
    margin-top: 20px;
}
.village-list-box-wrap .village-view-more,
.tab-view-more-btn button {
    background: #d96400;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
}

.village-list-box-wrap .village-view-more-btn a {
    background: #54d1ff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
    margin-left: 76%;
}

.village-list-box-wrap .village-view-more,
.tab-view-more-btn a {
    background: #54d1ff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
}

.citizen-tab-box ul {
    justify-content: space-between;
}
.citizen-tab-box .nav-item {
    background: #898989;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    width: 49%;
}
.citizen-tab-box .nav-item.active {
    background: #54d1ff;
}
.citizen-tab-box .nav-item .nav-link.active {
    border-radius: 10px 10px 0px 0px;
    background: #54d1ff;
    color: #000;
    border-color: #54d1ff #54d1ff #54d1ff;
}
.citizen-tab-box .nav-item .nav-link {
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px 10px 0px 0px;
}
.citizen-tab-box-wrap .tab-content {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 35px 10px 10px 25px;
}
.citizen-tab-box-wrap .tab-content .tab-list {
    list-style: none;
}
.citizen-tab-box-wrap .tab-content li {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 10px;
    line-height: 28px;
    position: relative;
}
.citizen-tab-box-wrap .tab-content li::before {
    position: absolute;
    content: "";
    background: #54d1ff;
    width: 9px;
    height: 9px;
    left: -20px;
    top: 10px;
}
.citizen-tab-box-wrap .tab-content .tab-view-more-btn {
    text-align: right;
}
.list-of-scheme-section {
    /*background: url(/img/list-of-scheme-bg.png)no-repeat;*/
    background-color: #272727;
    background-size: cover;
    background-position: center;
    padding-top: 65px;
    padding-bottom: 55px;
}
.list-of-scheme-title {
    margin-bottom: 50px;
}
.list-of-scheme-title .title-h2 {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.list-of-scheme-title .title-h2 .bold-text {
    font-weight: bold;
    background: #d96400;
    padding: 5px 11px;
}
.list-of-scheme {
    list-style: none;
}
.list-of-scheme li {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.list-of-scheme li::before {
    position: absolute;
    content: "";
    background: #d96400;
    width: 9px;
    height: 9px;
    left: -20px;
    top: 10px;
}

.list-of-scheme-section
    .container
    .scheme-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .causes-details
    ul {
    padding: 0px;
}
.list-of-scheme-section .left-border {
    border-left: 1px solid #fff;
    padding-left: 50px;
}
.media-section {
    padding-top: 50px;
    padding-bottom: 45px;
    background-color: #090d3a;
}
.media-section .tab-content {
    margin-bottom: 15px;
}
.media-section ul {
    border: none;
    justify-content: center;
    margin-bottom: 22px;
}
.media-section ul li {
    background: #7c7e93;
}
.media-section ul li.active {
    background: #d96400;
}
.media-section ul li:hover,
.media-section ul li a:hover {
    border-color: #2b3991 !important;
    color: #fff;
    /* margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; */
}
.media-section ul li a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    /* padding: 8px 40px; */
    padding: 1px 30px;
    font-size: 11px;
    /* font-size: 18px; */
    letter-spacing: 1px;
    margin: 4px;
    border-radius: 5px;
    /* margin-bottom: 0px !important; */
    /* border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; */
}
.media-section .img-box img {
    width: 100%;
}
.media-section .img-box p {
    background: #fff;
    border: 1px solid #d96400;
    width: 100%;
    margin-bottom: 0px;
    /* z-index: 9999; */
    color: #000;
    padding: 5px 10px;
}
.media-section .view-more {
    text-align: center;
    margin-bottom: 50px;
}
.media-section .view-more .view-more-btn {
    background: #54d1ff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
    border-radius: 0px;
}
.media-section .row .nav-tabs .nav-item .active {
    color: #ffffff;
    background-color: #2b3991;
    /* border-color: #2b3991; */
    border: none;
    margin: 5px;
    border-radius: 5px;
}
.compony-logos-wrap .col-lg-2 {
    border-left: 1px solid #c4c4c4;
}
.compony-logos-wrap .col-lg-2:last-child {
    border-right: 1px solid #c4c4c4;
}
/* Footer */
.site-footer {
    /* background: url("/assets/site/images/footer_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center; */
    background-color: #2b3991;
}
.site-footer .row-col {
    padding: 20px 0px 20px;
}
.footer-title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    /* color: #54d1ff; */
    color: #abb7ff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.footer-address,
.footer-phone,
.footer-email {
    position: relative;
    padding-left: 40px;
}
.footer-address p,
.footer-phone P,
.footer-email P {
    /* font-size: 17px; */
    color: #fff;
    line-height: 21px;
    font-family: "Montserrat", sans-serif;
}
.footer-address::before {
    position: absolute;
    content: "";
    background: url("/assets/site/images/location-pin.png") no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    top: 5px;
}
.footer-phone::before {
    position: absolute;
    content: "";
    background: url("/assets/site/images/phone.png") no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    top: 2px;
}
.footer-email::before {
    position: absolute;
    content: "";
    background: url("/assets/site/images/email.png") no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    top: 5px;
}
.footer-QR {
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.footer-QR img.qr_code_footer {
    height: 65px;
}
.footer-QR p {
    padding-left: 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    /* font-size: 19px; */
}
.usefull-list-wrap .usefull-list {
    list-style: none;
    padding-left: 0px;
    columns: 2;
    margin-bottom: 70px;
}
.usefull-list-wrap .usefull-list li a {
    font-family: "Montserrat", sans-serif;
    /* font-size: 17px; */
    color: #fff;
    line-height: 21px;
}
.footer-social-wrap {
    display: inline-flex;
    width: 100%;
}
.footer-social-wrap .social-icon-wrap {
    display: flex;
    align-items: center;
    width: 50%;
}
.footer-social-wrap .social-icon-wrap .social-icon a img {
    height: 25px;
    margin-right: 10px;
}
/* .footer-social-wrap .social-icon {
    margin-right: 5px;
} */
.footer-social-wrap .visiotr-text {
    padding: 7px 20px;
    color: #fff;
    background: #e9800a;
}
.footer-social-wrap .visiotr-text p {
    margin-bottom: 0px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
.footer-full-width-text {
    font-family: "Montserrat", sans-serif;
    /* font-size: 16px; */
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    /* margin-bottom: 35px; */
}
/* Bottom bar */
.site-footer__bottom {
    background: #ffffff;
}
.site-footer__bottom .row {
    align-items: center;
    padding: 15px 0px;
}
.site-footer__bottom .lst-up-wrap p,
.site-footer__bottom .copy-claim p {
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.site-footer__bottom .cert-icon-wrap {
    float: right;
    display: flex;
}
.site-footer__bottom .cert-icon-wrap .cert-icon {
    padding-right: 10px;
}

/* Calander section */
.calender-section {
    background: #474646 url(/img/background.png) no-repeat center;
    background-size: cover;
    padding: 50px 0px;
}
.calendar-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

.calendar-wrapper table {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    color: #000;
}
.calendar-wrapper td {
    height: auto;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.calendar-wrapper td span {
    background-color: #fff;
    color: #000;
    width: 100%;
    display: inline-block;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    padding: 22px 30px;
}
.calendar-wrapper td.not-current span {
    color: #fff;
}
.calendar-wrapper .days td span {
    background-color: #d96400;
    color: #fff;
    text-transform: uppercase;
    height: auto;
    padding: 3px 3px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.calendar-wrapper td.not-current {
    color: #000;
}
.calendar-wrapper td.today span {
    background: #d96400;
    color: #fff;
    border: 1px solid #fff;
}

.calendar-wrapper thead td {
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    font-size: 1.5em;
}
.calendar-wrapper #btnPrev {
    float: left;
    margin-bottom: 20px;
}
.calendar-wrapper #btnPrev::before {
    content: "\f104";
    font-family: "Montserrat", sans-serif;
    padding-right: 4px;
}

.calendar-wrapper #btnNext {
    float: right;
    margin-bottom: 20px;
}
.calendar-wrapper#btnNext::after {
    content: "\f105";
    font-family: "Montserrat", sans-serif;
    padding-left: 4px;
}

#btnPrev,
#btnNext {
    background: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: absolute;
    font-family: "Montserrat", sans-serif;
}
#btnPrev {
    left: 0px;
}
#btnNext {
    right: 0px;
}
#btnPrev:hover,
#btnNext:hover {
    color: #d96400;
}

/* ============== custom select ================= */

.custom-select {
    position: relative;
    /* padding: 0px; */
    /* height: auto; */
    /* background: transparent; */
    /* border: none; */
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #d96400 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #d96400 transparent;
    top: 10px;
    right: 15px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.drowp-wrp {
    display: block;
    /*margin-bottom: 30px;*/
    margin-bottom: 21px;
}

.drowp-wrp label {
    font-size: 19px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    /*line-height: 38px;*/
    line-height: 24px;
    margin-bottom: 0px;
    /*margin-bottom: 10px;*/
}

.btn-next {
    display: block;
    background: #d96400;
    font-size: 36px;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    border: 2px solid #fff;
    font-family: "Montserrat", sans-serif;
}
.btn-next:hover {
    background: #fff;
    color: #d96400;
    border: 2px solid #fff;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header::before {
    content: "";
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: var(--thm-primary);
    opacity: 0.5;
}

.page-header {
    position: relative;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center center;
    padding: 40px 0px 40px 0px;
    background-size: cover;
    overflow: hidden;
}

.page-header::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    /* background-color: var(--thm-black);
    opacity: 0.3; */
}

.page-header .container {
    position: relative;
    text-align: center;
}

.page-header h2 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 1em;
    color: var(--thm-white);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0px 0px 06px rgba(0, 0, 0, 0.5);
}

.thm-breadcrumb {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.thm-breadcrumb li {
    display: -webkit-box;
    display: flex;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-white);
}

.thm-breadcrumb li + li::before {
    content: "/";
    margin-left: 15px;
    margin-right: 15px;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
    color: var(--thm-base);
}

.detail-page h3 {
    margin-bottom: 15px;
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1em;
    text-transform: capitalize;
}
.detail-page ul li {
    margin-bottom: 6px;
}

.vertical-tab-design .nav-pills .nav-item .nav-link.active,
.vertical-tab-design .nav-pills .nav-item .nav-link:hover {
    /* border: 1px solid var(--thm-base); */
    border-radius: 0px;
    background-color: #54d1ff;
    color: var(--thm-white);
}
.vertical-tab-design .nav-pills .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    /* border: 1px solid var(--thm-gray); */
    color: var(--thm-gray);
    text-transform: capitalize;
    padding: 10px 15px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    transition: all 0.3s;
    border-bottom: 1px solid var(--thm-gray);
}
.vertical-tab-design .nav-pills .nav-item:last-child .nav-link {
    border-bottom: none;
}
.vertical-tab-design {
}
.vertical-tab-design .nav-pills {
    background-color: transparent;
    /* padding: 25px; */
    padding: 0 0 0 0;
}

.detail-page p {
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.section-padding {
    padding: 50px 0px;
}
.departments-box {
    margin-bottom: 20px;
}

/* Recent Causes */

.recent-causes {
    border-bottom: 3px solid var(--thm-base);
    border-radius: 0 0 2px 2px;
    margin-bottom: 30px;
    min-height: 380px;
    /*min-height: 400px;*/
    overflow: hidden;
    position: relative;
}
.recent-causes .thumb {
    overflow: hidden;
    position: relative;
}

.recent-causes .thumb:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    /*background: rgba(32,42,48,0.4);*/
}

.recent-causes .thumb .round-style {
    background-color: #fbf7f8;
    border-radius: 50%;
    bottom: 12px;
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 70px;
}
.recent-causes:hover .thumb .round-style {
    bottom: 76px;
}
.recent-causes .causes-details {
    background-color: #fbf7f8;
    bottom: -55px;
    padding: 0 25px 20px;
    /*position: absolute;*/
    text-align: center;
    /*transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;*/
    width: 100%;
    min-height: 200px;
    /*6-7-2022*/
}
.recent-causes .causes-details h4 {
    color: var(--thm-black);
    font-weight: 700;
}
.causes-details .round-style {
    background: #fbf7f8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    left: 0;
    /*margin: 0 auto;*/
    position: absolute;
    right: 0;
    top: -35px;
    width: 70px;
    margin-top: 56%;
    margin-left: 40.6%;
    /*6-7-2022*/
}
.recent-causes:hover .causes-details {
    bottom: 0;
}
.recent-causes .causes-details .icon {
    color: #f68a15;
    display: inline-block;
    font-size: 30px;
}
.recent-causes .donate-piechart {
    top: -26px;
    display: table;
    left: 3px;
    margin: 0 auto;
    position: relative;
    right: 0;
}
.recent-causes .donate-piechart .piechart-block {
    background-color: var(--thm-base);
    border-radius: 50%;
}
.recent-causes .donate-piechart .piechart {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.recent-causes .donate-piechart .piechart canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 51px;
}
.recent-causes .donate-piechart .piechart-block .piechart {
    min-height: 50px;
    min-width: 50px;
}
.recent-causes .donate-piechart .piechart-block .piechart span {
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
    line-height: 51px;
}
.recent-causes .donate-piechart .piechart-block .piechart span:after {
    color: var(--thm-white);
    content: "%";
    font-size: 13px;
    font-weight: 600;
}
.recent-causes .causes-details .title {
    /*margin-bottom: 10px;*/
    font-size: 18px;
}
.recent-causes .causes-details .details {
    font-size: 14px;
    padding-bottom: 8px;
    color: var(--thm-gray);
}
.recent-causes .causes-details a.btn-thm {
    margin-top: 15px;
}
.recent-causes:hover .causes-details a.btn-thm {
    margin-top: 10px;
}
.recent-causes .causes-details .causes-raised,
.recent-causes .causes-details .causes-goal {
    font-weight: 600;
}
.recent-causes .causes-details ul {
    margin-bottom: 0px;
}

.causes-details p {
    margin-bottom: 0px;
}

.thm-btn.sml-btn {
    padding: 5px 15px;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}

.thm-btn.orange-btn {
    display: inline-block;
    vertical-align: middle;
    /* border: 2px solid var(--thm-base); */
    outline: none;
    /* background-color: var(--thm-base); */
    color: var(--thm-white);
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 300px;
    transition: all 0.4s ease;
    text-decoration: underline;
}

.thm-btn.orange-btn:hover {
    color: #d96400;
}

/*-----------accordion-design End -----------*/

.Form-design {
}
.Form-design .form-control {
    border-radius: 0px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-primary) !important;
}
.Form-design textarea.form-control {
    height: 150px;
}

.Form-design .form-control:focus {
    color: #495057;
    background-color: var(--thm-white);
    border-color: var(--thm-primary);
    outline: 0;
    box-shadow: none;
}

.Form-design .form-control::-webkit-input-placeholder {
    /* Edge */
    color: var(--thm-primary);
}

.Form-design .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--thm-primary);
}

.Form-design .form-control::placeholder {
    color: var(--thm-primary);
}
.Form-design .form-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: var(--thm-primary);
    font-size: 16px;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
}
.Form-design .form-btn:hover,
.Form-design .form-btn:focus {
    background-color: var(--thm-base);
    color: var(--thm-white);
}
.Form-design .form-group {
    margin-bottom: 15px;
}

.Form-design.footer-form .form-group {
    margin-bottom: 5px;
}
.Form-design.footer-form .form-group .form-control {
    background-color: #343c42;
    border: none;
    color: var(--thm-white) !important;
}

.Form-design.footer-form .form-group .form-control::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.Form-design.footer-form .form-group .form-control:-ms-input-placeholder {
    color: var(--thm-gray);
}

.Form-design.footer-form .form-group .form-control::placeholder {
    color: var(--thm-gray);
}

.footer-form button.btn.btn-lg.form-btn {
    width: 100%;
    background-color: var(--thm-base);
    transition: all 0.3s;
}
.footer-form button.btn.btn-lg.form-btn:hover {
    background-color: #343c42;
    /*color: var(--thm-base);*/
}
.footer-form.Form-design textarea.form-control {
    height: 83px;
}

/*-----------officer-wrapper Start -----------*/
.officer-wrapper {
}
.officer-wrapper .officer-block {
    padding: 20px;
    margin-bottom: 30px;
}
.officer-wrapper .officer-block.border-none {
    border-bottom: none;
}
.officer-wrapper .officer-block + .officer-block {
    margin-top: 30px;
}

.officer-block .officer-photo .photo-wrap {
    background-color: var(--thm-white);
    border: 1px solid #dadada;
    overflow: hidden;
}
.officer-block .officer-photo .photo-wrap img {
    width: 100%;
}
.officer-block .officer-details {
}
section.bg-color-primary .officer-block .officer-details p {
    color: var(--thm-white);
}
.officer-block .officer-details p span.title {
    font-weight: bold;
    padding-right: 10px;
}
.officer-block.thm-base-bg .officer-details p,
.officer-block.thm-base-bg-2 .officer-details p {
    color: var(--thm-white);
}
.officer-block .officer-details p {
    font-size: 13px;
    margin-bottom: 10px;
}
.officer-block.thm-base-bg-3 .officer-details p {
    color: var(--thm-primary-rgb);
}
.thm-base-bg-2 {
    background-color: var(--thm-base);
}

.officer-block .officer-photo .photo-wrap {
    background-color: var(--thm-white);
    border: 1px solid #dadada;
    overflow: hidden;
}

.officer-block .officer-details p span.title {
    font-weight: bold;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
}

/*-----------officer-wrapper End -----------*/

.piechart i.fas.fa-file-alt {
    font-size: 20px;
    color: var(--thm-white);
    padding: 15px 8px;
}

.recent-causes .causes-details ul li {
    list-style-type: none;
}

/* Media Button */

.tabpanel-design .nav-tabs .nav-link.active {
    border: 1px solid #54d1ff;
    border-radius: 0px;
    background-color: #54d1ff;
    color: var(--thm-white);
}

.tabpanel-design .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid var(--thm-gray);
    color: var(--thm-gray);
    text-transform: uppercase;
    padding: 10px 15px;
    margin-right: 5px;
    width: 100px;
    text-align: center;
    font-weight: 700;
}

.event-gallery .event-gallery-title {
    font-size: 16px;
    color: var(--thm-black);
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;
}

/* School Page */

.office-address-wrapper .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.office-address-wrapper [class*="col-"] {
    margin-bottom: 30px;
}

.office-address-wrapper .row-flex .office-block {
    padding: 30px 30px 0px 30px;
    margin-bottom: 30px;
}

.office-address-wrapper .content {
    height: 100%;
}

.office-block .thm-base-bg-3 .office-address p,
.office-block.thm-base-bg-3 .office-address h4 {
    color: var(--thm-primary-rgb);
}

.office-block .office-address h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--thm-gray);
    text-decoration: underline;
}

.office-block .office-address p {
    font-size: 14px;
    margin-bottom: 7px;
}

.office-block .office-address p span.title {
    font-weight: bold;
    padding-right: 3px;
}

.office-address .thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid var(--thm-base);
    outline: none;
    background-color: var(--thm-base);
    font-size: 13px;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 9px;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.office-address .thm-btn i {
    margin-right: 5px;
}

.office-address-wrapper .office-block.thm-base-bg-3:hover {
    background-color: lightgray;
    color: var(--thm-black);
}

.sub-title h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.office-address-wrapper .office-block.border-none {
    border-bottom: none;
}
.office-address-wrapper .office-block + .office-block {
    margin-top: 30px;
}

.office-block .officer-photo .photo-wrap {
    background-color: var(--thm-white);
    border: 1px solid #dadada;
    overflow: hidden;
}
.office-block .officer-photo .photo-wrap img {
    width: 100%;
}
.office-block .office-address {
    font-family: "Montserrat", sans-serif;
}
section.bg-color-primary .office-block .office-address p {
    color: var(--thm-white);
}
.office-block .office-address p span.title {
    font-weight: bold;
    padding-right: 3px;
}
.office-block.thm-base-bg .office-address p,
.office-block.thm-base-bg-2 .office-address p {
    color: var(--thm-white);
}
.office-block.thm-base-bg-3 .office-address p,
.office-block.thm-base-bg-3 .office-address h4 {
    color: var(--thm-primary-rgb);
}
.thm-base-bg-2 {
    background-color: var(--thm-base);
}

/*-----------accordion-design Start -----------*/
.accordion-design .accordion-wrapper .faq-department .card {
    margin-bottom: 15px;
    border: 0;
    border-radius: 0px;
}

.accordion-design .accordion-wrapper .faq-department .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 0px;
    padding: 0;
    margin-bottom: 0px;
}

.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .card-header
    .btn-header-link {
    text-align: left;
    display: block;
    background: var(--thm-white);
    color: var(--thm-black);
    padding: 14px 20px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #dadada;
}

.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .card-header
    .btn-header-link:after {
    content: "\f107";
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    float: right;
}

.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .card-header
    .btn-header-link.collapsed {
    background: var(--thm-white);
    color: var(--thm-black);
    border: 1px solid #dadada;
}

.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .card-header
    .btn-header-link.collapsed:after {
    content: "\f106";
}

.accordion-design .accordion-wrapper .faq-department .card .collapsing {
    background: var(--thm-white);
    line-height: 20px;
    border: 1px solid #dadada;
    margin-top: -1px;
}

.accordion-design .accordion-wrapper .faq-department .card .collapse {
    border: 0;
    border: 1px solid transparent;
    margin-top: -1px;
}
.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .collapse
    .card-body
    p {
    font-family: "Montserrat", sans-serif;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.accordion-design .accordion-wrapper .faq-department .card .collapse.show {
    background: var(--thm-white);
    line-height: 30px;
    color: #222;
    border: 1px solid #dadada;
    margin-top: -1px;
}
/*.accordion-design .accordion-wrapper .faq-department .card .collapse.show .card-body{
    padding: 14px 20px;
}*/
/*-----------accordion-design End -----------*/

.bg-lightgray {
    background-color: var(--thm-bg-lightgray);
}

.bg-lightgray-1 {
    background-color: var(--thm-bg-lightgray-1);
}

.bg-lightgray-2 {
    background-color: var(--thm-bg-lightgray-2);
}

#root {
    --font1: "FRADMCN";
    --font2: "FRADMCN";
    --color1: rgb(217 100 0);
    --weekHeaderBGColor: rgb(217, 100, 0);
    --todayTextColor: #fff;
    --dayActiveColor: rgb(217 100 0);
    --dayHoverColor: rgb(217 100 0);
    --borderColor: rgba(0, 0, 0, 0.1);
    --fullDayHeight: 6rem;
    --transitionTime: 300ms;
}

.calendar-wrapper {
    box-sizing: content-box;
    display: flex;
    position: relative;
    justify-content: center;
    /* overflow:hidden;*/
}

.calendar {
    position: absolute;
    transform: initial;
    font-family: "Montserrat", sans-serif;
    display: inline-grid;
    grid-template:
        "M M M M M M M"
        "W W W W W W W"
        "Days Days Days Days Days Days Days";
}

/*Headings*/
.display.month {
    font-size: 2rem;
    margin: 0 auto;
}

.display.week div {
    padding: 0 0.2em;
}

.display.week {
    font-size: 1.2em;
    /*  border-radius:6px 6px 0 0; */
    grid-area: W;
}

/* Individual Units*/

.calendar .header {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #fff;
}

.week {
    display: grid;
    justify-content: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    grid-template-columns: repeat(7, 1fr);
}

.header.week {
    background-color: var(--weekHeaderBGColor);
    color: white;
}

.calendar .row {
    display: flex;
    flex-flow: row nowrap;
}

.days {
    width: 100%;
    grid-area: Days;
    grid-auto-rows: var(--fullDayHeight);
}

.day {
    cursor: pointer;
    position: relative;
    border-collapse: collapse;
    border-top: 1px solid var(--borderColor);
    padding: 2px;
}

.day.today {
    background: var(--thm-gray) !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.day.today:before {
    content: "";
    position: absolute;
    background-color: var(--color1);
    filter: hue-rotate(40deg);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 4px;
    right: 5px;
    z-index: -1;
}

.day:not(:nth-child(7n + 0)) {
    border-right: 1px solid var(--borderColor);
}

.day.active {
    color: white !important;
    background-color: #d96400 !important;
}

.blank.day {
    opacity: 1;
    color: #fff !important;
}

.day:hover,
.day:active,
.blank.day:hover,
.blank.day:active {
    background-color: var(--dayHoverColor);
}

/* mini class styling*/
.mini .days {
    grid-auto-rows: min-content;
}

.calendar-wrapper.mini {
    width: 20rem;
    height: 15rem;
}

.mini .week {
    grid-auto-columns: fit-content(0.5rem);
    grid-auto-rows: fit-content(0.5rem);
}

.mini .day {
    background-color: #fff;
    color: #000;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    padding: 22px 30px;
}

/*UI Components*/

.calendar .mainheader {
    grid-area: M;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-transform: uppercase;
}

.calendar .arrow {
    transform: scale(1.2);
    border-radius: 50%;
    /* background-color:var(--color1); */
    height: 1em;
    width: 1em;
    color: white;
    line-height: 0.8em;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    margin: 0.5em;
}

.calendar .arrow.left:after {
    content: "\02039";
}

.calendar .arrow.right:after {
    content: "\0203A";
}

/* Animations */

.anim-slide-left-in {
    animation: kfSlideLeftIn var(--transitionTime) linear;
}

.anim-slide-left-out {
    animation: kfSlideLeftOut var(--transitionTime) linear;
}

.anim-slide-right-in {
    animation: kfSlideLeftOut var(--transitionTime) linear reverse;
}

.anim-slide-right-out {
    animation: kfSlideLeftIn var(--transitionTime) linear reverse;
}

@keyframes kfSlideLeftIn {
    0% {
        opacity: 0;
        transform: translate(100%);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes kfSlideLeftOut {
    0% {
        opacity: 1;
        transform: translate(0);
    }
    100% {
        opacity: 0;
        transform: translate(-100%);
    }
}

/*For Demo formatting*/

#input-date {
    height: 10em;
}

/*Google fonts*/
/* latin-ext */
@font-face {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Margarine"), local("Margarine-Regular"),
        url(https://fonts.gstatic.com/s/margarine/v8/qkBXXvoE6trLT9Y7YLyu7Z5KoAU.woff2)
            format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Margarine"), local("Margarine-Regular"),
        url(https://fonts.gstatic.com/s/margarine/v8/qkBXXvoE6trLT9Y7YLyu455K.woff2)
            format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Nova Round"), local("NovaRound"),
        url(https://fonts.gstatic.com/s/novaround/v11/flU9Rqquw5UhEnlwTJYTUYDUeA.woff2)
            format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

.drowp-wrp select.main_select_dropdown {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    width: 100%;
    font-size: 15px;
}

#search_b {
    display: block;
    background: #d96400;
    font-size: 25px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    border: 2px solid #fff;
    font-family: "Montserrat", sans-serif;
    width: 100%;
}

/* 10 .event styles */

.event {
    margin-bottom: 25px;
}
.event .event-thumb {
    position: relative;
}
.event .event-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.event .event-title {
    font-size: 16px;
    font-weight: 700;
}
.event .event-title a {
    color: #202a30;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.event:hover .event-title a {
    color: var(--thm-base);
}
.event .event-content .event-held {
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.event .event-content .event-held li {
    list-style-type: none;
}
.event .event-content .event-held li i {
    color: var(--thm-base);
}
.event .event-content .event-date {
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
}
.event .event-content .event-date.style2 {
    top: -86px;
    text-transform: uppercase;
}
.event .event-content .date {
    background-color: var(--thm-base);
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    padding: 10px 15px;
}
.dat {
    font-size: 24px;
}
.event-content {
    position: relative;
}
.event .event-thumb .event-date {
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
}
.event .event-thumb .event-date.style3 {
    top: 0;
    text-transform: uppercase;
}
.event .event-thumb .date {
    background-color: var(--thm-base);
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    padding: 15px 15px;
}
.event-date.style3.p-10.right-none {
    right: -25px;
}

/* bx-event-carousel style-two */

.event.style-two {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}
.event.style-two .event-thumb .event-date {
    left: 0;
    padding-left: 0;
}
.event.style-two .event-thumb .date {
    font-size: 28px;
    padding: 20px 0;
}

/*sec-title*/
.sec-title {
    margin-bottom: 20px;
}
.sec-title p {
    font-size: 16px;
    color: var(--thm-gray);
    margin: 0;
    margin-bottom: 20px;
}
.sec-title {
    position: relative;
}
.sec-title h2 {
    color: #202a30;
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}
.sec-title .double-line {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 30px;
    height: 6px;
    border-top: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

/*#root .calendar-wrapper .calendar div{
    margin: 2px;
}*/

/* .container .col-lg-12 .daily-number div{
    padding-left: 5px;
    padding-right: 5px;
} */

.profile-box-wrap .profile-img-box .profile-details h5 {
    font-size: 16px;
}

.profile-box-wrap .profile-content-box p a {
    cursor: grab;
    text-decoration: underline;
}

/*** MEDIA QUERIES ***/

/* .media-section .thm-btn.orange-btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #54d1ff;
    outline: none;
    background-color: #54d1ff;
    font-size: 14px;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 20px;
    border-radius: 300px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
} */

.section-padding {
    padding: 25px 0px;
    /* color: WHITE; */
}

/* NEW ADDED css */
section.whats-new-section {
    background-color: #272727;
    color: white;
}
li.align-items-right {
    margin-left: 3px;
    /* margin-left: 30px; */
}
.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}
.number-details {
    font-size: 16px;
    margin-top: 5px;
}
.why-donation-p {
    margin-top: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}
.border-bottom-class {
    border-bottom: 5px solid #54d1ff;
}
.pdfIcon {
    height: 22px;
}
.margin_btm {
    margin-bottom: 0px;
}
.brdcmb {
    margin-bottom: 20px;
    margin-top: 15px;
}
.breadcrumb {
    background-color: #fff;
}

/*** Style for the borders below the headings ***/
.short_bor_bott_head_txt {
    /* border-bottom: 2px solid #f58b2f; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.short_bor_bott_head_txt::before,
.short_bor_bott_head_txt::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #f58b2f;
    margin: 0 10px;
}
.short_bor_bott_head_txt::before {
    border-left: 10px solid transparent;
    border-right: 10px solid #f58b2f;
}
.short_bor_bott_head_txt::after {
    border-left: 10px solid #f58b2f;
    border-right: 10px solid transparent;
}
/*** Style end for the borders below the headings ***/

/*** Style for the praful patel's intro boxes ***/
.intro_section {
    background-color: #2b3991;
    color: white;
    padding: 0px 10px;
    height: 100%;
}
.intro_section .col-md-4,
.intro_section .col-md-8 {
    flex: 0 0 auto;
    max-width: none;
}
.intro_section .col-md-4 {
    text-align: right;
}
.intro_section img {
    /* max-width: 270px; */
    max-width: 100%;
    height: auto;
}
.introbox {
    background-color: #2b3991;
    color: white;
    border: none;
    padding: 10px;
    /* margin: 10px 0; */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.introbox_title {
    font-size: 17px;
}
.praful_patel_box {
    padding: 10px;
}
.intro_small_text_first {
    font-size: 11px;
    line-height: 1.2;
}
.intro_small_text {
    font-size: 10px;
    line-height: 1.2;
}
.introbox_imgbox {
    flex: 0 0 auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.introbox_img {
    /* height: 150px; */
    max-width: 100%;
    height: auto;
}
.introbox_body {
    flex: 1 1 auto;
}
/*** Style end for the praful patel's intro boxes ***/

/*** Style for the our services section ***/
/*** Style end for the our services section ***/

/*** Style for the online services section ***/
.online_service_section {
    padding: 30px 0px;
}
.online_service_card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 15px 0;
    transition: transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
.online_service_card:hover {
    /* transform: translateY(-5px); */
    transform: scale(1.03);
    background-color: #f58b2f;
    /* box-shadow: 0 0 20px rgba(245, 139, 47, 0.8); */
}
.online_service_card:hover img {
    filter: brightness(255) invert(1);
    transition: all 0.4s ease;
}
.online_service_card:hover .online_service_card_text {
    color: #000;
}
.online_service_card img {
    width: 40px;
    height: 40px;
}
.online_service_card .online_service_card_text {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: all 0.4s ease;
}
/*** Style end for the online services section ***/

/*** Style for the notices & announcements section ***/
/* .n_a_card {
    border: 1px solid #f58b2f;
    text-align: center;
    padding: 20px;
    margin: 10px 0px;
    border-radius: 5px;
}
.n_a_card:hover {
}
.n_a_card img {
    width: auto;
    max-height: 150px;
    margin-bottom: 10px;
}
.n_a_card p {
    font-weight: bold;
    margin: 0;
    color: #0a1148;
} */
.n_a_card {
    border: 1px solid #f58b2f;
    text-align: center;
    padding: 20px;
    margin: 10px 0px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    transition: color 0.5s;
}

.n_a_card::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f58b2f;
    transition: top 0.5s;
    z-index: 0;
}

.n_a_card:hover::before {
    top: 0;
}

.n_a_card:hover p {
    color: #fff;
    position: relative;
    z-index: 2;
}

.n_a_card:hover img {
    filter: brightness(0) invert(1); /* optional white effect */
    transform: rotateY(360deg);
    position: relative;
    z-index: 2;
}

.n_a_card img {
    display: inline-block;
    width: auto;
    max-height: 150px;
    margin-bottom: 10px;
    /* transition: filter 0.5s; */
    transition: transform 0.5s ease, filter 0.5s ease;
    transform-origin: center center;
}

.n_a_card p {
    font-weight: bold;
    margin: 0;
    color: #0a1148;
    transition: color 0.5s;
    z-index: 2;
    position: relative;
}
/*** Style end for the notices & announcements section ***/

/*** Style for owl carosal section ***/
.thm__owl-carousel .owl-dots {
    margin-top: 20px;
}

.thm__owl-carousel .owl-dots .owl-dot {
    outline: none;
}

.thm__owl-carousel .owl-dots .owl-dot span {
    margin: 0 2.5px;
    padding: 0;
    width: 14px;
    height: 14px;
    background-color: var(--thm-gray);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--thm-primary);
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
    background-color: var(--thm-white);
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
    background-color: var(--thm-primary);
}
.tour-one__carousel-no-overflow .owl-stage-outer {
    overflow: visible;
}
/*** Style end for owl carosal section ***/

/*** Style for search input ***/
.topbar-one .search_container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0.4s ease, opacity 0.4s ease;
}
.topbar-one .header-links {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.2s ease;
}
.topbar-one .search_container .search_input {
    width: 100%;
    padding: 4px 15px;
    border: 2px solid #f7831c;
    outline: none;
    font-size: 14px;
    color: #0a1148;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 10px;
}
.topbar-one .search_container #search_btn {
    background-color: #f7831c;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease,
        box-shadow 0.3s ease;
}
.topbar-one .search_container #search_btn:hover {
    background-color: #fff;
    color: #f7831c;
    font-weight: 500;
    box-shadow: 0px 0px 10px rgb(217, 100, 0);
}
.topbar-one.search-active .header-links {
    display: none;
}
.topbar-one.search-active .search_container {
    max-width: 300px;
    opacity: 1;
    margin-right: 20px;
}
.topbar-one.search-active .search_toggle {
    display: none;
}
.topbar-one.search-active .search_container::after {
    content: "✕";
    cursor: pointer;
    font-size: 1rem;
    color: #fff;
}
/*** Style end for search input ***/

/*** Style for media blur effect ***/
.tab-pane.fade.active .row:has(.col-md-3:hover) .col-md-3:not(:hover) {
    filter: blur(4px);
    transition: filter 0.2s ease;
}
.tab-pane.fade.active .row .img-box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-title,
.img-box p {
    white-space: nowrap;

    overflow: hidden;
    text-overflow: ellipsis;

    display: block;
    max-width: 261px;
}
/*** Style end for media blur effect ***/

/*** Style for the services page ***/
.service-header {
    background-color: #3c4cae;
    color: white;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}
.online-service-header {
    background-color: #eb7207;
    color: white;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}
.service-card {
    background-color: #c9cfff;
    border-radius: 10px;
    text-align: center;
    color: #000;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition-duration: 0.8s;
}
.service-icon img {
    max-height: 65px;
    width: auto;
    margin-bottom: 10px;
}
.service-card:hover {
    transform: scale(1.04);
    background-color: #3c4cae;
    color: #fff;
}
.service-card:hover .service-icon img {
    transition-duration: 0.8s;
    filter: brightness(0) invert(1);
}
.online-service-card {
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 100%;
    transition-duration: 0.8s;
}
.online-service-card.dynamic-box {
    background-color: #ffddbf;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.online-service-card.static-box {
    background-color: #2b3991;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.online-service-icon img {
    max-height: 65px;
    width: auto;
    margin-bottom: 10px;
}
.online-service-card.static-box .online-service-icon img {
    filter: brightness(0) invert(1);
}
.online-service-card.dynamic-box:hover {
    transform: scale(1.04);
    background-color: #eb7207;
    color: #fff;
}
.online-service-card.static-box:hover {
    transform: scale(1.03);
    background-color: #fff;
    color: #000;
    border: 1px solid #2b3991;
    box-shadow: 0 0px 12px rgba(43, 57, 145, 0.5);
}
.online-service-card.dynamic-box:hover .online-service-icon img {
    transition-duration: 0.8s;
    filter: brightness(0) invert(1);
}
.online-service-card.static-box:hover .online-service-icon img {
    transition-duration: 0.8s;
    filter: brightness(0) invert(0);
}
.service-card p,
.online-service-card p {
    margin: 0px;
}
/*** Style end for the services page ***/

/*** Style for the CONTACT US page ***/
section.contactUs {
    /* background: url("/assets/site/images/contact_us_bg.jpeg") no-repeat; */
    background-size: cover;
    background-position: center;
    /* color: white; */
    text-align: center;
    /* padding: 30px 0; */
}
.contactUs h2 {
    font-size: 2rem;
    /* margin-bottom: 55px; */
    font-weight: 600;
    /* text-shadow: 1px 1px 2px black; */
}
.contactUs p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    /* text-shadow: 0px 0px 5px black; */
}
.contactUs p a {
    color: #000;
}
.contactUs .social-icons a {
    color: #000;
    margin: 10px 5px 5px 5px;
    text-decoration: none;
}
.contactUs .social-icons a img {
    height: 30px;
    filter: brightness(255) invert(1);
}
/*** Style end for the CONTACT US page ***/

/*** Style for the CITIZEN CORNER page ***/
.tableCitizenCorner thead th {
    background-color: #404193;
    color: #fff;
    text-align: center;
}
.tableCitizenCorner tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.tableCitizenCorner tbody td {
    vertical-align: middle;
}
.tableCitizenCorner tbody tr td {
    text-align: center;
}
.tableCitizenCorner tbody td.download-link {
    text-align: center;
}
/*** Style end for the CITIZEN CORNER page ***/

/*** Style for the COUNCILER page ***/
.table_counsiler thead th {
    background-color: #2e76c0;
    color: #fff;
    text-align: center;
}
.table_counsiler tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.table_counsiler tbody td {
    vertical-align: middle;
}
.table_counsiler tbody td a {
    color: #000;
}
.table_counsiler tbody td a:hover {
    color: #2e76c0;
}
.table_counsiler tbody tr td {
    border: none;
    text-align: center;
    font-weight: 600;
}
/*** Style end for the COUNCILER page ***/

/*** Style for the departments page ***/
.blue-department-header {
    background-color: #041476;
    color: white;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.orange-department-header {
    /* background-color: #a9661f; */
    /* background-color: #663806; */
    background-color: #442604;
    color: white;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.blue-department-header h6,
.orange-department-header h6 {
    font-size: 16px;
    font-weight: 600;
}
.blue-department-card {
    background-color: #3f4b97;
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition-duration: 0.8s;
}
.blue-department-icon img {
    max-height: 40px;
    width: auto;
    margin-right: 20px;
    filter: brightness(0) invert(1);
}
.blue-department-card:hover {
    transform: scale(1.04);
    background-color: #041476;
    /* color: #fff; */
}
.orange-department-card {
    /* background-color: #cd9251; */
    /* background-color: #a16a2e; */
    background-color: #66421a;
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition-duration: 0.8s;
}
.orange-department-icon img {
    max-height: 40px;
    width: auto;
    margin-right: 20px;
    filter: brightness(0) invert(1);
}
.orange-department-card:hover {
    transform: scale(1.04);
    /* background-color: #a9661f; */
    /* background-color: #663806; */
    background-color: #442604;
    /* color: #fff; */
}
.blue-department-card p,
.orange-department-card p {
    margin: 0px;
}
/*** Style end for the departments page ***/

/*** Style for SMC ABOUT page ***/
.smc_about_container {
    margin: 15px 0;
}
.smc_about_container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.smc_about_content {
    margin-top: 20px;
}
/*** Style end for SMC ABOUT page ***/

/*** Style for Media Gallery page ***/
.mediaGallery {
    /* padding-top: 50px; */
    padding-bottom: 45px;
}
.mediaGallery .tab-content {
    margin-bottom: 15px;
}
.mediaGallery ul {
    border: none;
    justify-content: center;
    margin-bottom: 22px;
}
.mediaGallery ul li {
    background: #7c7e93;
}
.mediaGallery ul li.active {
    background: #d96400;
}
.mediaGallery ul li:hover,
.mediaGallery ul li a:hover {
    border-color: #2b3991 !important;
    color: #fff;
    /* margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; */
}
.mediaGallery ul li a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    /* padding: 8px 40px; */
    padding: 1px 30px;
    font-size: 11px;
    /* font-size: 18px; */
    letter-spacing: 1px;
    margin: 4px;
    border-radius: 5px;
    /* margin-bottom: 0px !important; */
    /* border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; */
}
.mediaGallery .img-box img {
    width: 100%;
}
.mediaGallery .img-box p {
    background: #fff;
    border: 1px solid #d96400;
    width: 100%;
    margin-bottom: 0px;
    /* z-index: 9999; */
    color: #000;
    padding: 5px 10px;
}
.mediaGallery .view-more {
    text-align: center;
    margin-bottom: 50px;
}
.mediaGallery .view-more .view-more-btn {
    background: #54d1ff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
    border-radius: 0px;
}
.mediaGallery .row .nav-tabs .nav-item .active {
    color: #ffffff;
    background-color: #2b3991;
    /* border-color: #2b3991; */
    border: none;
    margin: 5px;
    border-radius: 5px;
}
/*** Style end for Media Gallery page ***/

.form-group {
    margin-bottom: 1.25em;
}
.mandatory-note {
    color: red;
}

/*** Style for the our services section in the index page ***/
.main-container {
    /* background: #ffe9d7; */
    /* background: #fbffd7; */
    /* background: #dcefff; */
    padding: 40px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/assets/site/images/SERVICES_main_page.jpg") no-repeat;
    /* background: url("/assets/site/images/SERVICES_main_page.jpg") no-repeat; */
    background-size: cover;
    /* background-position: center; */
}
.our_serv_head_bot_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.header-section {
    text-align: left;
    margin-bottom: 50px;
}
.main-title {
    font-size: 32px;
    font-weight: 700;
    /* color: #2c3b90; */
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.2;
    text-shadow: 0px 0px 2px black;
}
.sub-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffa130;
    margin-bottom: 0px;
    line-height: 1.2;
    width: 540px;
    text-shadow: 0px 0px 1px black;
}
.description {
    /* color: #666; */
    color: #dbdbdb;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    width: 500px;
}
.bottom-description {
    color: #dbdbdb;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    width: 500px;
}
.view-more-btn {
    /* background-color: #f56500; */
    color: #f56500;
    padding: 5px 5px;
    /* border: none; */
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.4s ease;
}
.view-more-btn:hover {
    background-color: #e55a00;
    color: white;
    border-radius: 15px;
    padding: 5px 15px;
    /* transform: translateY(-2px); */
}
.hexagon-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 500px;
    overflow: visible;
}
.hexagon {
    position: absolute;
    /* height: 140px; */
    /* width: 161px; */
    width: 184px;
    height: 160px;
    /* aspect-ratio: 1/cos(30deg); */
    /* clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%); */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    );
    background: #2b3991;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.4s ease;
    position: absolute;
    cursor: pointer;
    /* border: 3px solid #2B3991; */
}
.hexagon-fill {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #e7e9ff;
    clip-path: inherit;
    -webkit-clip-path: inherit;
    z-index: 0;
}
.hexagon_fill_orrange {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #f68121;
    clip-path: inherit;
    -webkit-clip-path: inherit;
    z-index: 0;
}
.hexagon:hover {
    color: white;
    text-decoration: none;
    /* background: #6978DF !important; */
}
.hexagon:hover .hexagon-fill {
    background: #6978df !important;
}
.hexagon-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.hexagon-icon {
    font-size: 2rem;
    margin-bottom: 8px;
}
.hexagon:hover .hexagon-content .hexagon-icon {
    filter: brightness(0) invert(1);
    transition: filter 0.4s ease;
}
.hexagon-text {
    font-size: 0.85rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hexagon-blue {
    background: #2b3992;
}
.hexagon-orange {
    /* background: #F68121; */
    background: #2b3992;
    height: 160px;
    width: 184px;
    z-index: 10;
    cursor: default;
    pointer-events: none;
    /* border: 3px solid #2B3991; */
}
.hexagon-orange .hexagon-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}
.hex-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hex-top {
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hex-top-right {
    top: 33.5%;
    right: 28%;
    transform: translate(50%, -50%);
}
.hex-bottom-right {
    bottom: 33.5%;
    right: 28%;
    transform: translate(50%, 50%);
}
.hex-bottom {
    bottom: 17%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.hex-bottom-left {
    bottom: 33.5%;
    left: 28%;
    transform: translate(-50%, 50%);
}
.hex-top-left {
    top: 33.5%;
    left: 28%;
    transform: translate(-50%, -50%);
}
.hex-right {
    top: 50%;
    right: 6%;
    transform: translate(50%, -50%);
}
.hex-left {
    top: 50%;
    left: 6%;
    transform: translate(-50%, -50%);
}
.activate-windows {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.activate-windows .icon {
    color: #0078d4;
}
/*** Style end for the our services section in the index page ***/

/*** Style for the rti page ***/
.list_view_main .section_block {
    padding: 20px;
    background-color: #d7ddff;
    border: 1px solid #2b3991;
    border-radius: 10px;
}
.list_view_main .section_block span a {
    color: black;
}
.list_view_main .section_block span a:hover {
    text-decoration: underline;
}
.list_view_main .section_block span {
    margin-right: 30px;
}
/*** Style ended for the rti page ***/

.btn_match_to_theme {
    background-color: #e9800a;
    color: #000;
    font-weight: 500;
    /* transition: transform 0.4s ease; */
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.6s;
    overflow: hidden;
}
.btn_match_to_theme:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b3991;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.btn_match_to_theme:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn_match_to_theme:hover {
    /* background-color: #2b3991; */
    color: #fff;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2b3991;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(43, 57, 145, 0.25);
}
/* Hide spinners for Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinners for Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/*** Style for the Temporary Construction page ***/
.card-action {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    transition: transform 0.8s ease, box-shadow 0.8s ease,
        background-image 1.5s ease-in-out;
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite, fadeInUp 0.6s both;
    background-image: linear-gradient(135deg, #2b3991 0%, #6978df 100%);
    height: 100%;
}
.card-action:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #000;
    background-image: linear-gradient(135deg, #e9800a 0%, #f3b431 100%);
}
.card-action .card-body {
    /* text-align: center; */
    /* padding: 2rem; */
}
.card-action .icon {
    /* font-size: 3.5rem; */
    margin-right: 15px;
    font-size: 2rem;
    margin-bottom: 1rem;
    transition: transform 0.8s ease;
}
.card-action:hover .icon {
    transform: translateY(-5px) scale(1.09);
}
.card-action h5 {
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.card-action p {
    opacity: 0.9;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.wave-text span {
    display: inline-block;
    /* animation: wave 2s ease-in-out infinite; */
}
.wave-text span:nth-child(1) {
    animation-delay: 0s;
}
.wave-text span:nth-child(2) {
    animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
    animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
    animation-delay: 0.6s;
}
.wave-text span:nth-child(5) {
    animation-delay: 0.8s;
}
.wave-text span:nth-child(6) {
    animation-delay: 1s;
}
.wave-text span:nth-child(7) {
    animation-delay: 1.2s;
}
@keyframes wave {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
/*** Style ended for the Temporary Construction page ***/

/*** Style for the Temporary Construction Create page ***/
.form-section {
    margin-bottom: 2rem;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2b3991;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button {
    font-weight: 600;
}
.remove-row {
    margin-top: 0.3rem;
}
.error {
    color: #d9534f;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
/*** Style ended for the Temporary Construction Create page ***/

/*** Style for the Temporary Construction Conformation page ***/
.confirmation-card {
    max-width: 500px;
    margin: 4rem auto;
    position: relative;
    overflow: visible;
}
.confirmation-icon {
    font-size: 4rem;
    color: #2b3991;
}
.next-steps li {
    margin-bottom: 0.5rem;
}
#confetti-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 20;
}
/*** Style ended for the Temporary Construction Conformation page ***/

/*** Style for the Temporary Construction Application Status page ***/
.status-card {
    max-width: 600px;
    margin: 4rem auto;
}
.status-icon {
    font-size: 3rem;
    color: #2b3991;
}
/*** Style ended for the Temporary Construction Application Status page ***/

.form-floating .form-control:focus {
    border-color: #2b3991;
    box-shadow: 0 0 0 0.2rem rgba(43, 57, 145, 0.25);
}
.form-check-input:checked {
    background-color: #2b3991;
    border-color: #2b3991;
}
.form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(43, 57, 145, 0.25);
}

/*** Style for the Temporary Construction Application Details page ***/
.detail-card {
    margin: 3rem auto;
}
.detail-label {
    font-weight: 600;
    color: #495057;
}
.detail-value {
    color: #212529;
}
.status-badge.pending {
    background: #ffc107;
    color: #212529;
}
.status-badge.approved {
    background: #28a745;
}
.status-badge.rejected {
    background: #dc3545;
}
.status-badge.in-progress {
    background: #17a2b8;
}
/* Print styles */
@media print {
    body * {
        visibility: hidden;
    }
    #printable-area,
    #printable-area * {
        visibility: visible;
    }
    #printable-area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0;
    }
    .card-footer,
    .print-btn {
        display: none;
    }
    .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0;
    }
    .col-md-6 {
        width: 50% !important;
        float: left !important;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .col-md-12 {
        width: 100% !important;
        float: none !important;
    }
    .card.detail-card,
    .card .card-body,
    dl.row,
    table {
        page-break-inside: avoid !important;
        margin-bottom: 0px !important;
    }
    table {
        width: 100%;
        margin-bottom: 1rem;
    }
    dl.row > div {
        margin-bottom: 0.5rem;
    }
}
/*** Style ended for the Temporary Construction Application Details page ***/

/***  Style for the Sitemap page ***/

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

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

.sitemap-wrapper ol.sitemap-chart {
    text-align: center;
}

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

.sitemap-wrapper ol.sitemap-chart ol:before,
.sitemap-wrapper ol.sitemap-chart ol:after,
.sitemap-wrapper ol.sitemap-chart li:before,
.sitemap-wrapper ol.sitemap-chart li:after,
.sitemap-wrapper ol.sitemap-chart > li > div:before,
.sitemap-wrapper ol.sitemap-chart > li > div:after {
    background-color: #9e9f9e;
    content: "";
    position: absolute;
}

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

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

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

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

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

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

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

.sitemap-wrapper ol.sitemap-chart li > div {
    background-color: var(--thm-white);
    border-radius: 3px;
    min-height: 2em;
    /*padding: 0.5em;*/
}

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

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

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

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

.sitemap-wrapper ol.sitemap-chart > li > div {
    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    /*margin: 0 auto;*/
    margin: 0 1em 1em 1em;
    background-color: transparent;
}

.sitemap-wrapper ol.sitemap-chart > li > div > a {
    background: #2b3991;
    padding: 9px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
    border: 1px solid transparent;
}
.sitemap-wrapper ol.sitemap-chart > li > div > a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #e9800a;
    box-shadow: 0px 0px 10px rgb(233 128 10);
}
.sitemap-wrapper ol.sitemap-chart > li > ol:before {
    left: inherit;
    right: 0;
}

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

.sitemap-wrapper ol.sitemap-chart > li > ol > li > div {
    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
}

.sitemap-wrapper ol.sitemap-chart > li > ol > li > div > a,
.sitemap-wrapper ol.sitemap-chart > li > ol > li > div > a:not([href]) {
    /* background-color: var(--thm-base); */
    background-color: #001f3f;
    padding: 9px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid transparent;
}
.sitemap-wrapper ol.sitemap-chart > li > ol > li > div > a[href]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #2b3991;
    box-shadow: 0px 0px 10px rgb(43 57 145);
}

.sitemap-wrapper ol.sitemap-chart > li > ol > li > ol > li > div {
    background-color: #fd6470;
}

.sitemap-wrapper ol.sitemap-chart > li > ol > li > ol > li > div {
    background-color: transparent;
}

.sitemap-wrapper ol.sitemap-chart > li > ol > li > ol > li > div > a,
.sitemap-wrapper
    ol.sitemap-chart
    > li
    > ol
    > li
    > ol
    > li
    > div
    > a:not([href]) {
    padding: 9px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-black);
    font-size: 13px;
    font-weight: 600;
    background-color: #b8c0cb;
    border: 1px solid transparent;
}
.sitemap-wrapper
    ol.sitemap-chart
    > li
    > ol
    > li
    > ol
    > li
    > div
    > a[href]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #777c83;
    box-shadow: 0px 0px 10px rgb(119, 124, 131);
}
.sitemap-wrapper ol.sitemap-chart > li > ol > li > ol > li > ol > li > div a {
    padding: 9px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-black);
    font-size: 13px;
    font-weight: 600;
    background-color: #adadad;
    border: 1px solid transparent;
}
.sitemap-wrapper
    ol.sitemap-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div
    a[href]:hover {
    background: #fff;
    border: 1px solid #adadad;
    box-shadow: 0px 0px 10px rgb(173, 173, 173);
}

.sitemap-wrapper
    ol.sitemap-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fddc32;
}
/***  Style ended for the Sitemap page ***/

/***  Style for the Organization Structure page ***/

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

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

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

.organization-structure-wrapper ol.organizational-chart ol {
    padding-top: 2em;
}

.organization-structure-wrapper ol.organizational-chart ol:before,
.organization-structure-wrapper ol.organizational-chart ol:after,
.organization-structure-wrapper ol.organizational-chart li:before,
.organization-structure-wrapper ol.organizational-chart li:after,
.organization-structure-wrapper ol.organizational-chart > li > div:before,
.organization-structure-wrapper ol.organizational-chart > li > div:after {
    background-color: #2b3991;
    content: "";
    position: absolute;
}

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

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

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

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

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

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

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

.organization-structure-wrapper ol.organizational-chart li > div {
    background-color: var(--thm-white);
    border-radius: 3px;
    min-height: 2em;
    /*padding: 0.5em;*/
}

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

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

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

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

.organization-structure-wrapper ol.organizational-chart > li > div {
    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    /*margin: 0 auto;*/
    margin: 0 1em 1em 1em;
    background-color: transparent;
}

.organization-structure-wrapper ol.organizational-chart > li > div > a,
.organization-structure-wrapper
    ol.organizational-chart
    > li
    > div
    > a:not([href]) {
    background: #fff;
    padding: 9px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #e9800a;
}
.organization-structure-wrapper
    ol.organizational-chart
    > li
    > div
    > a[href]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #e9800a;
    box-shadow: 0px 0px 10px rgb(233 128 10);
}
.organization-structure-wrapper ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

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

.organization-structure-wrapper ol.organizational-chart > li > ol > li > div {
    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
}

.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > div
    > a,
.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > div
    > a:not([href]) {
    background-color: #fff;
    padding: 9px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9800a;
}
.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > div
    > a[href]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #2b3991;
    box-shadow: 0px 0px 10px rgb(43 57 145);
}

.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fd6470;
}

.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: transparent;
}

.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > div
    > a,
.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > div
    > a:not([href]) {
    padding: 9px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 5px;
    color: var(--thm-black);
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #e9800a;
}
.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > div
    > a[href]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #777c83;
    box-shadow: 0px 0px 10px rgb(119, 124, 131);
}
.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div
    a {
    padding: 9px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 5px;
    color: var(--thm-black);
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #e9800a;
}
.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div
    a[href]:hover {
    background: #fff;
    border: 1px solid #adadad;
    box-shadow: 0px 0px 10px rgb(173, 173, 173);
}

.organization-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fddc32;
}
/***  Style ended for the Organization Structure page ***/

/***  Style for the Property Ownership page ***/
/* Entrance animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.feature-card {
    color: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 2rem;
    text-align: left;
    background: linear-gradient(135deg, #2b3991 0%, #6978df 100%);
    background-size: 200% 200%;
    height: 100%;
}
.feature-card:hover {
    color: #000;
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: none;
    background: #fff;
    box-shadow: rgb(43, 57, 145) 0px 0px 10px;
    /* background: linear-gradient(135deg, #e9800a 0%, #f3b431 100%); */
}
.feature-card i {
    font-size: 2rem;
    transition: transform 0.4s ease;
}
.feature-card:hover i {
    transform: rotate(15deg) scale(1.2);
}
.feature-card h5 {
    margin-top: 0.75rem;
    font-weight: 700;
}
.feature-card p {
    margin-bottom: 0;
    /* color: rgba(255, 255, 255, 0.9); */
}
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}
.feature-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #444;
    animation: fadeInUp 0.6s both;
}
.feature-list li:before {
    content: "\2714";
    position: absolute;
    left: 0;
    color: #e9800a;
}
/***  Style ended for the Property Ownership page ***/

/***  Style for the Pay Property Tax page ***/
.search-card {
    border-radius: 1rem;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    padding: 2rem;
    background: #fff;
}
.search-card:hover {
    box-shadow: 0 0 11px rgba(1, 38, 80, 0.3);
}
.search-card .form-control {
    transition: transform 0.2s ease;
}
.search-card .form-control:focus {
    transform: scale(1.02);
}
.or-divider {
    display: inline-block;
    margin: 0 1rem;
    color: #888;
    font-weight: bold;
    vertical-align: middle;
}
/***  Style ended for the Pay Property Tax page ***/

/***  Style for the multiple/single select drop down ***/
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #2b3991;
    border: 1px solid #2b3991;
    padding: 1px 10px;
    color: #fff;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #2b3991;
    color: white;
}
/* single */
.select2-container .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    /* height: 34px; */
    height: 38px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 7px;
    /* border-radius: 4px; */
}
.select2-container--default.select2-container--open .select2-selection--single {
    outline: 0;
    border: 1px solid #2b3991;
    border-radius: 4px 4px 0px 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 36px;
    /* line-height: 32px; */
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}
/***  Style ended for the multiple/single select drop down ***/

a.intro_read_more {
    color: #f58b2f;
    text-decoration: underline;
    font-size: 11px;
}

/***  Style for the sidebar in the department ***/
ul.dipartment_sidebar_menu {
    list-style: none;
    padding-left: 0;
}

ul.dipartment_sidebar_menu > li {
    margin-bottom: 20px;
}

.dipartment_sidebar_body {
    padding: 0;
}

.dipartment_sidebar_body ul.list-group {
    border-radius: 0;
}

.dipartment_sidebar_body ul.list-group li.li_group_style {
    list-style: none;
}

.dipartment_sidebar_body ul.list-group a .list-group-item {
    border-left: 0;
    border-right: 0;
}

.dipartment_sidebar_body ul.list-group a .list-group-item.active {
    color: #e9800a !important;
    background-color: #fff;
    border-color: #dfdfdf;
}

.dipartment_sidebar_body ul.list-group a .list-group-item:hover {
    color: #2b3991;
}

.dipartment_sidebar_body ul.list-group a .list-group-item:last-child {
    border-bottom: 0;
}

.accordion-button.dipartment_sidebar_tab {
    padding: 10px;
    font-size: 14px;
}
/***  Style ended for the sidebar in the department ***/
