/*
 Theme Name:   KMC Theme
 Theme URI:    http://karyathalo.com/twenty-fifteen-child/
 Description:  Hello Elementor Theme
 Author:       Karyathalo
 Author URI:   http://karyathalo.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kmc-theme
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body.lang-en {
  font-family: "Arial", "Baloo 2" !important;
}

body {
  font-family: "Baloo 2", cursive !important;
}
/*header*/

.kmc-header {
  position: relative;
  background-image: url(./images/header-new.png);
  background-repeat: no-repeat;
  z-index: 100;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #124f9f 0.01%, #071f3e 100%);
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.wrapper {
  max-width: 1156px;
  margin: 0 auto;
}
.header-container .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.top-header {
  padding: 10px 0;
}

a.old-website-btn {
  background-color: #fff;
  margin-left: 15px;
  border: none;
  color: #124f9f;
  padding: 3px 15px;
  border-radius: 5px;
}
a.old-website-btn:hover {
  background-color: #e28118;
  color: #fff;
}
a.external-link-btn {
  font-size: 16px;
  background-color: #fff;
  border: none;
  color: #124f9f;
  padding: 3px;
  border-radius: 5px;
  margin-right: 4px;
}
a.external-link-btn:hover {
  background-color: #e28118;
  color: #fff;
}

.tag-line.mobile {
  display: none;
}
.tag-line p {
  margin: 0;
  font-weight: bold;
}

.top-header-right {
  display: flex;
  align-items: flex-end;
}
.icon-with-content {
  margin-right: 25px;
}
.icon-with-content:last-of-type {
  margin-right: 0;
}
.icon-with-content img {
  margin-right: 5px;
}
.icon-with-content p {
  margin: 0;
}
.search-box {
  position: relative;
}
.search-box,
.translator {
  margin-left: 25px;
  margin-bottom: 5px;
}
.search-box input[type="search"] {
  position: relative;
  width: 176px;
  padding: 5px 0 5px 30px;
  border-radius: 6px;
  border: none;
}
.search-box img {
  position: absolute;
  top: 13px;
  left: 8px;
  color: #2e3ed0;
  height: 16px;
  width: 16px;
  z-index: 1;
}
.social-icons img:first-of-type {
  margin-right: 25px;
}
.translator a:first-of-type {
  font-weight: 400;
  padding-right: 10px;
  margin-left: 0;
  border-right: 2px solid #fff;
}
.translator a {
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-left: 10px;
}
.translator a.current {
  text-decoration: underline;
  font-weight: 600;
}
.main-header {
  padding: 19px 0;
}
.logo-title-wrapper {
  display: flex;
  align-items: center;
}
.logo {
  margin-right: 18px;
}
.title h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  margin: 0;
}

.title p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.flag-wrapper img {
  height: 80px;
  object-fit: cover;
  width: auto;
}
.flag-wrapper img:first-of-type {
  margin-right: 15px;
}
.flag-wrapper img:last-of-type {
  height: auto;
  width: 160px;
  object-fit: cover;
  display: block;
}

.news-slider-wrapper {
  height: 56px;
  background-color: #263a57;
  display: flex;
  color: #ffffff;
}
.news-slider-wrapper h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.news-slider-wrapper h2:after {
  content: "|";
  margin-left: 15px;
  font-weight: 300;
}
.news-slider ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.news-slider ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 0 15px;
  margin-right: 25px;
  display: inline-block;
}
.news-slider ul li:first-of-type {
  list-style: none;
}

/* News Ticker Start */
.tickercontainer {
  /* background: #124f9f; */
  width: 1060px;
  height: 52px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tickercontainer .mask {
  position: relative;
  left: 10px;
  top: 14px;
  width: 1164px;
  overflow: hidden;
}
ul.newsticker {
  position: relative;
  left: 750px;
  font: bold 10px Verdana;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -147px; /* same as your text width */
  }
}
marquee ul li {
  display: inline-block;
  margin-right: 20px;
}
marquee ul a {
  white-space: nowrap;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
marquee ul a:hover {
  color: #e28118;
}

ul.newsticker span {
  margin: 0 10px 0 0;
}
/* News Ticker End */
.nav-container {
  height: 56px;
  background: #ffffff;
  align-items: center;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
}
nav ul {
  list-style: none;
  padding: 0;
}
.nav-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-container .wrapper {
  display: block;
}
.nav-items li.employee-button {
  background: #124f9f;
  box-shadow: 6px 0 15px -4px rgba(31, 73, 125, 0.8),
    -6px 0 15px -4px rgba(31, 73, 125, 0.8);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.nav-items li.employee-button:hover {
  box-shadow: 0px 4px 15px rgb(38, 58, 87);
  transform: translateY(-5px);
}
.nav-items li.employee-button a {
  color: #fff;
  line-height: 6px;
}
.mobile-navigation {
  display: none;
}
.nav-items li a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  padding: 15px 25px;
  position: relative;
  display: block;
}
nav li ul {
  display: none;
  position: relative;
}
nav li ul li ul {
  display: none;
}
nav.primary-navigation ul li:hover > ul {
  z-index: 99999;
  display: list-item !important;
  position: absolute;
  background: #ffffff;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.2);
  border-radius: 6px;
  min-width: 225px;
  margin-top: 1px;
}
nav.primary-navigation ul li ul li:hover ul {
  z-index: 99999;
  display: list-item !important;
  position: absolute;
  left: 226px;
  background: #ffffff;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.2);
  border-radius: 6px;
  top: 0;
  margin-top: 0;
}
nav ul li:hover ul li {
  float: none;
  /*padding: 2px 0px;*/
}
nav ul ul li {
  border-bottom: 1px solid #ccc;
}
nav ul ul li a {
  padding: 10px 20px !important;
  position: relative;
}
.primary-navigation .nav-items li:hover {
  background-color: #e28118;
  color: #124f9f;
}
.primary-navigation .nav-items li:hover a {
  color: #fff;
  /* font-weight: 600; */
}
.primary-navigation .nav-items li:hover ul li a {
  color: #000;
  font-weight: normal;
}
.primary-navigation .nav-items li ul li:hover {
  background-color: #fafafa;
}
.primary-navigation .nav-items li ul li:hover a {
  color: #e28118;
}

.primary-navigation .menu-item-has-children > a:after {
  content: url(images/arrow-down-block.svg);
  right: 12px;
  font-size: 15px;
  position: absolute;
  top: 13px;
}

.hamburger {
  width: 2.83em;
  height: 2.167em;
  font-size: 12px;
  cursor: pointer;
  display: block;
  position: relative;
}
.hamburger__line {
  position: absolute;
  display: block;
  background-color: #263a57;
  height: 0.3em;
  width: 70%;
  float: left;
  margin: 0 0;
  transition: all 0.35s ease-in-out;
  border-radius: 2px;
}
.hamburger__line.first {
  top: 5px;
}
.is-active .hamburger__line.first {
  transform-origin: 0.167em 0.33em;
  transform: rotate(45deg) translate(0.217em, -0.125em);
}
.hamburger__line.second {
  top: 50%;
  margin-top: -0.25em;
}
.is-active .hamburger__line.second {
  opacity: 0;
}
.hamburger__line.third {
  bottom: 8px;
  transform-origin: 0.25em -0.33em;
}
.is-active .hamburger__line.third {
  transform: rotate(-45deg) translate(-0.167em, 0.083em);
}

.mobile-navigation ul ul a {
  color: #222;
}
.mobile-navigation ul li:hover a {
  color: red;
}
.mobile-navigation ul.sub-menu li a {
  color: #222;
}
.mobile-navigation ul.sub-menu {
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.2);
}
.mobile-navigation .menu-item-has-children i {
  content: url(images/arrow-down-block.svg);
  right: 12px;
  font-size: 15px;
  position: absolute;
  top: 2px;
  padding: 20px;
}
/* .sub-menu a:after{
      content: url(/images/arrow-down-block.svg);
      font-size: 15px;
      right: 27px;
      transform: rotate(-90deg);
      top:12px;
      position: absolute;
  } */

/*banner*/

.banner-section {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.banner-container {
  display: flex;
  position: relative;
}
.banner-wrapper img {
  position: relative;
}
.overlay-bannerimg {
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, rgba(44, 41, 41, 0) 50%, #2c2929 100%);
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
.banner-image {
  height: 420px;
  width: 742px;
}
.elementor-slides .swiper-slide-inner .elementor-slide-heading {
  position: absolute;
  left: 25px;
  bottom: 5px;
}
.banner-content {
  position: absolute;
  bottom: 5%;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 49px;
  align-items: center;
}
.slider-btn button {
  background: #4a596b;
  opacity: 0.5;
  border-radius: 6px;
  border: none;
  height: 35px;
  width: 35px;
}
button.btn-right {
  background: #222222;
  opacity: 0.8;
}
.slider-btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  margin: 0 7px;
}
.swiper-slide a {
  display: block !important;
  /* background: #fff; */
  /* color: #4A596B!important; */
  /* padding: 0 10px; */
  /* margin-top: -7px; */
  /* min-height: 75px; */
}
.banner-container h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 63px;
  color: #ffffff;
}
/* sidebar */

.sidebar {
  margin-left: 20px;
}
.sidebar h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
  border-bottom: 2px solid rgba(50, 147, 111, 0.3);
  padding-bottom: 7px;
}
.sidebar h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
}
.sidebar p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
}
.sidebar span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #e28118;
}
.tweet {
  display: block;
  margin-top: 50px;
}
.tweet img {
  height: 80px;
  width: 80px;
}
.tweet .button-primary {
  width: 100%;
}
.about {
  background: #124f9f;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.2);
  border-radius: 6px;
  padding: 20px;
  height: 415px;
  overflow-y: auto;
}
.about-container h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  margin: 0px;
}
.about-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-container p {
  font-size: 16px;
  line-height: 25px;
  color: #f9f9f9;
  margin: 5px 0;
}
.about-video iframe {
  border-radius: 6px;
}
.janapratinidhi-wrapper {
  /* background: #FFFFFF; */
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  /* margin-top: 56px; */
  /* padding: 17px 40px; */
}
.janapratinidhi-wrapper h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
}
.janapratinidhi .content-box:first-of-type {
  /* margin-right: 55px; */
}
.janapratinidhi-wrapper .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  transition: transform 0.3s ease-out;
}
.janapratinidhi-wrapper .content-box:hover {
  transform: translate(0, -5px);
  cursor: pointer;
}
.janapratinidhi-wrapper .content-box:hover h2 {
  color: #e28118;
}
.janapratinidhi-wrapper .content-box:hover span {
  color: #4a4a4a;
}
.janapratinidhi-wrapper .content-box img {
  height: 284px;
  width: 100%;
  object-fit: cover;
  background-color: #a4d6fa;
  margin-bottom: 15px;
  border-radius: 16px 16px 0 0;
  margin-right: 0;
}
.notice {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.suchana-container.second {
  /* margin: 0 12px 0 0; */
}
.suchana-container.second .tabs-container {
  background-color: #ffffff;
}
.notice-right {
  margin-left: 12px;
}
.apps {
  background-color: #fff;
  padding: 32px 32px 10px 32px;
  /* margin-top: 25px; */
}
.notice-right .apps img:first-of-type {
  margin-right: 20px;
}

.suchana-container.second .tab-content ul {
  max-height: 513px;
}
.find-us {
  background-color: #e5e5e5;
  padding: 0 0 40px 0;
}
.social-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 32px;
  width: 351px;
}
#twitter-widget-0 {
  height: 330px !important;
  overflow-x: auto;
}
.social-box h2,
.apps h2,
.intenational-attendee h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
  border-bottom: 3px solid rgba(50, 147, 111, 0.3);
  margin-bottom: 20px;
}
.social-box img {
  height: 334px;
  width: 305px;
  object-fit: cover;
}
.paripatra-box {
  /* background-color: #fff; */
  border-radius: 6px;
  text-align: left;
}
.paripatra-box.swiper-slide img {
  /* min-height: 250px;
      height:250px */
}
.paripatra-container {
  margin-top: 0;
  background-color: #4a596b;
  padding: 40px 0;
}
.paripatra-container .wrapper {
  position: relative;
}
.swiper-container {
  position: unset !important;
}
.section-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  color: #4a596b;
}
.paripatra-container .section-title {
  color: #fff;
  text-align: center;
}
.paripatra-box a {
  color: #fff;
  /* padding: 15px; */
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  text-decoration: none;
  text-align: left;
  display: block;
  width: 358px;
}
.paripatra-box a:hover {
  color: #e28118;
}
.paripatra-box img {
  height: 255px;
  width: 358px;
  margin-bottom: 0;
}
.pariparta-content {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-top: 25px;
}
.paripatra-contain .arrow-right {
  position: absolute;
  top: 50%;
  left: unset;
  right: -5%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ff9811;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 9999;
  overflow: visible;
}
.paripatra-contain .arrow-left {
  position: absolute;
  top: 50%;
  left: -5%;
  height: 40px;
  background: #ff9811;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  z-index: 9999;
  text-align: center;
  overflow: visible;
}
.arrow-left.swiper-button-disabled {
  background-color: #ccc;
}
.arrow-right.swiper-button-disabled {
  background-color: #ccc;
}
.faq_question h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #4a596b;
  display: block;
  padding: 25px;
  margin: 0;
}
.content-left {
  margin-right: 15px;
}
.content-left table td:first-of-type {
  min-width: 160px;
}
.content-left table td {
  padding: 0;
}
.content-left table ul {
  list-style: none;
}

.content-left span,
.content-left table td:first-of-type {
  font-weight: 600;
  font-size: 18px;
  line-height: 220%;
  color: #222222;
}
.content-right span,
.content-left table td:last-of-type {
  font-size: 18px;
  line-height: 220%;
  color: #4a4a4a;
}
.sewa-grid .sewa-box {
  width: 49%;
}
.sewa-box {
  background: #ffffff;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.1);
  border-radius: 6px;
  width: 100%;
}
.sewa-box .faq_container {
  width: 100%;
}
.sewa-listing-container {
  background-color: #f8f8fa;
  padding: 140px 0 280px 0;
}
.heritage-detail {
  padding: 30px 0;
}
.post-detail-page .page-title h1,
.heritage-detail .page-title h1 {
  margin-bottom: 0;
}

.heritage-detail-card h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
}
.heritage-detail-card p {
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a !important;
}
.heritage-feature-img img {
  width: 1156px;
  height: 320px;
  object-fit: cover;
}

.page-title,
.page-title h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #4a596b !important;
  margin-bottom: 20px !important;
}
.faq_question {
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq.open .faq_question i {
  background: url(images/arrow-up-w.svg) center center;
  background-repeat: no-repeat;
  background-color: #e28118;
  border: 1px solid #e28118;
}
.faq_question i {
  margin-right: 25px;
  border: 1px solid #e6e6e8;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  background: url(images/arrow-dwn.svg) center center;
  background-repeat: no-repeat;
}
.faq.open .faq_question {
  background-color: #f8f8fa;
  border-bottom: none;
  border-left: 3px solid #e28118;
}
.faq.open h1 {
  color: #e28118;
}
.faq_answer {
  display: flex;
  padding: 0 25px 10px 25px;
}
.faq_answer table td {
  border: none;
}

.content-left {
  display: flex;
  flex-direction: column;
}
.content-right {
  display: flex;
  flex-direction: column;
}
.faq_answer_container {
  display: none;
  background-color: #f8f8fa;
  border-bottom: 1px solid #e6e6e8;
  border-left: 3px solid #e28118;
}
.main-content {
  margin-right: 0;
}
.content-container {
  padding: 0;
}
.content-container .content-top {
  display: block;
}
/* .nagarik-chetra-container{
      margin-right: 20px;
  }
  .nagarik-chetra-container,.suchana-container,.budget-container {
      margin: 40px 0;
  } */
/* .suchana-container{
      margin-left: 20px;
  } */
.tab-content {
  padding: 25px;
}
.side-by-side {
  display: flex;
  justify-content: space-between;
}

.header-with-filter div.side-by-side {
  display: flex;
  justify-content: end;
}

.nagarik-chetra .icon-with-box {
  width: 182px;
  height: 185px;
  margin-right: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.icon-with-box img,
.icon-with-box h2 {
  transition: transform 0.3s ease-out;
}

.icon-with-box:hover img,
.icon-with-box:hover h2 {
  transform: translate(0, -9px);
  cursor: pointer;
}
.icon-with-box img {
  height: 64px;
  width: 64px;
}
.nagarik-chetra {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
  margin: 0 0 20px;
}
.nagarik-chetra .icon-with-box:last-of-type {
  margin-right: 0;
}
.iwb1 {
  background: #804444;
}
.iwb2 {
  background: #5b912a;
}
.iwb3 {
  background: #008bad;
}
.iwb4 {
  background: #862a91;
}
.iwb5 {
  background: #a4a8fd;
}
.iwb6 {
  background: #5b5b5b;
}
.iwb7 {
  background: #7c7129;
}
.iwb8 {
  background: #447063;
}
.iwb9 {
  background: #cc9356;
}
.icon-with-box h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 10px;
}
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.section-header a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #e28118;
  text-decoration: none;
}
.section-header img {
  margin-left: 10px;
}
.tabs-container {
  margin-top: 0;
  background: #f8f9fa;
  border-radius: 6px;
}
.tabs-container .tab-header {
  background-color: #124f9f;
  border-radius: 6px 6px 0 0;
}
.tab-header ul {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #124f9f;
  padding: 0;
}
.tab-header ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding: 15px;
  position: relative;
}

.tab-header ul li a {
  text-decoration: none;
  color: #000000;
}
.tab-header ul li a {
  color: #ffffff;
  opacity: 0.7;
}

.tab-content {
  padding: 34px;
}
.suchana-container.third .tab-content ul {
  max-height: 653px;
}
.tab-content ul {
  list-style: none;
  padding: 0;
  max-height: 550px;
  overflow: auto;
}
.tab-content ul li {
  border-bottom: 1px solid rgba(50, 147, 111, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tab-content ul li a {
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
}

.prabakta,
.suchana-adhikrit {
  margin-top: 0;
}

.prabakta .prabakta-image {
  height: 125px;
  width: 125px;
}
.apps p {
  display: flex;
  flex: 0 50%;
  flex-wrap: wrap;
}
.apps a {
  width: 50%;
}
.apps a img {
  transition: transform 0.2s;
}
.apps a img:hover {
  -ms-transform: scale(1.04); /* IE 9 */
  -webkit-transform: scale(1.04); /* Safari 3-8 */
  transform: scale(1.04);
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.2);
}
.prabakta h1,
.suchana-adhikrit h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
}
.content-box .details h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  color: #4a4a4a;
  margin: 0;
}
.content-box .details p {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #777777;
  margin: 0;
}
.content-box .details span {
  font-size: 16px;
  line-height: 25px;
  color: #e28118;
}
.content-box {
  display: block;
}
.details span {
  display: block;
}
.content-box img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.lang-en .content-box img {
  margin-right: 10px;
}
.lang-en .content-box .details h2 {
  font-size: 18px;
}
.lang-en .content-box .details p {
  font-size: 15px;
}
.button-primary,
.contact-form input[type="submit"] {
  padding: 4px 20px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  background: #e28118;
  border-radius: 6px;
  border: none;
  display: inline-grid;
  margin-top: 20px;
}
.button-primary a {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 6px 40px;
}
.section-title {
  margin-bottom: 10px;
}
.tab-content ul {
  max-height: 548px;
}
.tab-content ul li span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
  margin-top: 5px;
}
.budget-container select {
  width: 200px;
  padding: 18px 30px;
  background: #eeeeee;
  border-radius: 100px;
  border: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
}
.budget-container .section-header img {
  position: absolute;
  right: 3%;
  top: 42%;
}
.budget-content {
  background: #ffffff;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.2);
  border-radius: 6px;
  margin-top: 30px;
}
/*covid*/
.covid-section {
  background-color: #e5e5e5;
  padding: 44px 0 64px 0;
}
.covid-section .page-title {
  font-size: 32px;
  line-height: 50px;
}
.precaution-wrap {
  background: #ffffff;
  border-radius: 6px;
  padding: 30px 0;
  align-items: center;
  margin-bottom: 40px;
}
.precaution {
  border-right: 1px solid #e5e5e5;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.precaution:last-of-type {
  border-right: none;
}
.precaution h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #4a596b;
  margin-bottom: 30px;
}
.covid-notices {
  width: 706px;
}
.covid-info {
  width: 424px;
}
.video-notice {
  margin-top: 40px;
}
.covid-news {
  background-color: #ffffff;
  border-radius: 6px;
}
.covid-news .tab-content ul {
  max-height: 452px;
}
.covid-news .tab-content ul li a {
  font-weight: 400;
}
.covid-news .tab-content ul li span {
  margin-top: 0;
}
.covid-counter {
  background: #124f9f;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.2);
  border-radius: 6px;
  padding: 32px;
}
.covid-counter h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 32px;
}
.covid-counter .counter {
  background: #ffffff;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.2);
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
}
.covid-counter .counter span {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #aaaaaa;
  width: 30%;
}
.covid-counter .counter strong {
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  color: #4a596b;
}
.covid-counter .button-primary {
  margin-top: 8px;
}
.covid-emergency {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 15px;
  padding: 32px;
}
.covid-emergency h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
  border-bottom: 2px solid rgba(109, 191, 130, 0.4);
  margin-bottom: 24px;
}
.covid-emergency h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.covid-emergency span,
.covid-emergency strong {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}
.covid-emergency span {
  color: #4a4a4a;
}
.covid-emergency strong {
  color: #ff9811;
}
.covid-emergency .toll-free {
  margin-bottom: 24px;
}
.covid-emergency .toll-free span {
  margin-left: 5px;
}
.covid-emergency .hospital {
  margin-bottom: 24px;
}
.covid-emergency .hospital strong,
.covid-emergency .ambulance strong,
.covid-emergency .school strong {
  float: right;
}
.covid-notices .apps {
  border-radius: 6px;
}
.covid-notices .apps h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
  margin-bottom: 16px;
}

/*wards*/

.ward-container {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.wards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ward-box {
  background: #124f9f;

  border-radius: 6px;
  margin-bottom: 24px;
  height: 120px;
  width: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 15px;
}
.ward-box:hover {
  box-shadow: 0px 4px 15px rgb(38, 58, 87);
  border-radius: 6px;
}
.ward-box a {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
.ward-box a span {
  font-weight: normal;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  display: block;
}
.ward-map-image {
  min-width: 408px;
  max-height: 270px;
  margin-bottom: 10px;
}

.ward-info .department-image {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.ward-box a:hover,
.ward-box a:hover span {
  color: #e28118;
}
#ward-1 {
  fill: #dab1fd;
}
#ward-2 {
  fill: #b6dafd;
}
#ward-3 {
  fill: #c5fcf9;
}
#ward-4 {
  fill: #f4fab5;
}
#ward-5 {
  fill: #f9bcd7;
}
#ward-6 {
  fill: #e2c7fe;
}
#ward-7 {
  fill: #c5b5fb;
}
#ward-8 {
  fill: #d5fce7;
}
#ward-9 {
  fill: #d4fcbd;
}
#ward-10 {
  fill: #fbddb9;
}
#ward-11 {
  fill: #f8c6ba;
}
#ward-12 {
  fill: #b8fac3;
}
#ward-13 {
  fill: #c9e3fa;
}
#ward-14 {
  fill: #d9f8d1;
}
#ward-15 {
  fill: #cfd4fc;
}
#ward-16 {
  fill: #acebcf;
}
#ward-17 {
  fill: #fbe0c7;
}
#ward-18 {
  fill: #b7f1fc;
}
#ward-19 {
  fill: #f3fdd4;
}
#ward-20 {
  fill: #fcc4d3;
}
#ward-21 {
  fill: #fad2fe;
}
#ward-22 {
  fill: #f5bbf9;
}
#ward-23 {
  fill: #b5c3fd;
}
#ward-24 {
  fill: #ffe9c5;
}
#ward-25 {
  fill: #f7d7e4;
}
#ward-26 {
  fill: #fbb1b8;
}
#ward-27 {
  fill: #f6d2f4;
}
#ward-28 {
  fill: #fac8fd;
}
#ward-29 {
  fill: #fdf4ba;
}
#ward-30 {
  fill: #d7fafc;
}
#ward-31 {
  fill: #fcb8df;
}
#ward-32 {
  fill: #c8c0fc;
}
path:hover {
  opacity: 0.6;
}
a:hover text {
  display: none;
}

.social-box svg {
  margin-left: -27px;
}
a text {
  font-size: 20px;
  font-weight: bold;
  color: #e28118;
}
a text.small-no {
  font-size: 14px;
}
.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  display: none;
  background-color: #263a57;
  color: #fff;
}
.description.active {
  display: block;
}
.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #263a57;
}
path.enabled {
  margin-bottom: 10px;
}

/*heritage-listing*/

.heritage-listing-container {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.heritage-header {
  margin: 0 auto;
  margin-bottom: 40px;
}
.heritage-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.heritage-box {
  display: flex;
  flex-direction: row;
  flex: 0 49%;
  margin-bottom: 24px;
}

.heritage-box .heritage-thumbnail {
  width: 282px;
  height: 235px;
  object-fit: cover;
}
.heritage-box .heritage-short-info {
  width: 282px;
  height: 235px;
  overflow: hidden;
}
.heritage-box:hover {
  cursor: pointer;
}
.heritage-box:hover h2 {
  color: #e28118;
}

.heritage-box .heritage-icon {
  height: 235px;
  width: 282px;
  object-fit: cover;
  border-radius: 6px;
}
.heritage-header h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  color: #4a596b;
  margin-bottom: 16px;
}
.heritage-header p {
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
}
.heritage-short-info {
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  padding: 24px;
}
.heritage-short-info h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
  margin-bottom: 5px;
}
.heritage-short-info p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #4a4a4a;
  margin-bottom: 16px;
  max-height: 100px;
  overflow: hidden;
}
.heritage-short-info img {
  float: right;
}
.heritage-gallery {
  background-color: #4a596b;
  padding: 40px 0;
}
.heritage-gallery .section-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}
.heritage-gallery .pariparta-content {
  margin-top: 0;
}
.heritage-gallery .paripatra-box {
  background-color: unset;
}
.heritage-gallery .paripatra-box img {
  height: 239px;
  width: 369px;
  margin-bottom: 0;
  object-fit: cover;
}
.heritage-gallery .pariparta-content .arrow-right,
.heritage-gallery .pariparta-content .arrow-left {
  top: 39%;
}
.heritage-card-content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.heritage-card-content span {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}
.heritage-card {
  background: #fff;
  padding: 32px;
  border-radius: 6px;
}
.heritage-card-content {
  margin-bottom: 30px;
}
.heritage-card .heritage-card-content:last-of-type {
  margin-bottom: 0;
}
.heritage-card .heritage-card-content:last-of-type span {
  color: #e28118;
}

/*internatioonal relation*/
.international-relation-container {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.international-header {
  margin: 0 auto;
  margin-bottom: 40px;
}
.international-header h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  color: #4a596b;
  margin-bottom: 16px;
}
.relation-cities.international {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
}
.internatioonal-relation-container .wrapper {
  width: 1062px;
}

.relation-cities h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
  width: 920px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.relation-cities.international {
  margin-bottom: 48px;
}
.international-header p {
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
}
.relation-city-box {
  background-color: #ffffff;
  /* border-radius: 6px; */
  /* width: 850px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  transition: transform 0.3s ease-out;
  border-left: 4px solid #2c69b8;
}
.relation-city-container a {
  width: 49%;
}
.relation-city-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.relation-city-box .img-text-wrapper {
  display: flex;
  align-items: center;
}
.icon-with-title {
  display: flex;
  align-items: center;
}
.icon-with-title span {
  text-align: left;
}
.icon-with-title span.second {
  text-align: left;
}
.relation-city-box:hover {
  transform: translate(0, -5px);
  cursor: pointer;
}
.relation-city-box:hover span {
  color: #e28118;
}
.relation-city-box img {
  height: 60px !important;
  width: 100px;
  object-fit: contain;
}
.relation-city-box .relation-icon {
  height: 74px;
  width: 75px;
  object-fit: contain;
  margin: 0 10px;
}
.relation-city-box span {
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
  /* width: 300px; */
}
.relation-city-box .icon-with-title:first-of-type img {
  margin-right: 15px;
}
.relation-city-box .icon-with-title:last-of-type img {
  margin-left: 15px;
}
.relation-city-box:hover {
  background: radial-gradient(
    99.23% 99.23% at 50% 50%,
    #ffffff 0%,
    #eeeeee 100%
  );
  box-shadow: 8px 8px 40px rgba(74, 89, 107, 0.2);
  cursor: pointer;
}
.relation-cities.national {
  margin-bottom: 40px;
}

/*ward-detail*/
.ward-detail-container {
  background-color: #e5e5e5;
}
.woda-content.content-left {
  width: 706px;
}
.woda-content.content-right {
  width: 424px;
}
.ward-detail-container .page-title {
  font-size: 32px;
  line-height: 50px;
}
.ward-info {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 32px;
}
.ward-info span {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  color: #4a596b;
}
.ward-info strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #aaaaaa;
}
.ward-info.side-by-side {
  justify-content: flex-start;
  align-items: center;
}
.ward-info img {
  margin-right: 15px;
}
.ward-info p {
  margin-bottom: 15px;
}
.ward-notices {
  margin-top: 40px;
}
.ward-notice-list {
  margin-top: 0px;
}
.block-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
  margin-bottom: 16px;
}
.ward-notice-container {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 32px;
  margin-right: 0;
}
.ward-notices .ward-notice-list {
  max-height: 440px;
}
.ward-notices.tab-content {
  padding: 0;
}
.ward-notices.tab-content ul li a {
  font-weight: 400;
}
.ward-notices.tab-content ul li span {
  font-weight: 400;
}
.ward-sewa-listing-container {
  margin-top: 40px;
}

.app-box-cont.side-by-side {
  justify-content: start;
}
.app-box {
  width: 120px;
  margin-right: 25px;
}
.app-box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
.janapratinidhi {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 32px 32px 0 32px;
}
.member-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #4a596b;
  border-bottom: 2px solid rgba(109, 191, 130, 0.4);
  margin-bottom: 27px;
}
.janapratinidhi .content-box:first-of-type {
  margin: 0 0 24px 0;
}
.janapratinidhi .content-box {
  margin: 0 0 24px 0;
}
.janapratinidhi .content-box .details p {
  color: #4a4a4a;
}
.janapratinidhi .content-box img {
  margin-right: 10px;
}
.janapratinidhi-container {
  max-height: 547px;
  overflow-y: auto;
}
.janapratinidhi .content-box img {
  height: 124px;
  width: 124px;
}
.janapratinidhi.padhadhikari {
  margin-top: 24px;
}
.emergency-box.covid-emergency {
  margin-top: 24px;
}
.janapratinidhi.padhadhikari .content-box img {
  height: 124px !important;
  width: 124px !important;
}
.covid-emergency .school {
  margin-top: 24px;
}
.ward-detail-container .wrapper {
  padding: 40px 0;
}
.ward-detail-container .paripatra-container {
  padding: 0;
}

/*heritage-detail*/
.heritage-detail-container {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.heritage-detail-container .page-title {
  margin-bottom: 16px;
}
.heritage-detail-container img {
  height: 320px;
  object-fit: cover;
  margin-bottom: 40px;
}
.heritage-details p {
  width: 684px;
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
}
.heritage-info {
  width: 408px;
  height: 320px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.elementor-1651
  .elementor-element.elementor-element-8044555
  .elementor-image
  img {
}
.heritage-info i,
.heritage-info span {
  display: block;
  font-style: normal;
}
.heritage-info span {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.heritage-info strong {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}
.heritage-info i:last-of-type strong {
  color: #e28118;
}

/*e-service-listing*/
.e-service-listing-container {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.e-service-listing-container .wrapper {
  width: 1013px;
  margin: 0 auto;
  padding: 0 15px;
}
.e-service-listing-container .link-box-with-left-border {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-out;
}
.e-service-listing-container .link-box-with-left-border:hover {
  transform: translate(0, -5px);
  cursor: pointer;
  color: #e28118;
}
.link-box-with-left-border {
  background: #ffffff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 470px;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
  padding: 18px 25px;
  margin-bottom: 24px;
  border-left: 4px solid #2c69b8;
}

.link-box-with-left-border .logo {
  height: 75px;
  max-width: 150px;
}

.link-box-with-left-border .title {
  vertical-align: top;
}

.e-service-listing-container .side-by-side {
  flex-wrap: wrap;
}

/*department-setail*/

.department-detail-container {
  background-color: #e5e5e5;
}
.department-detail-container .wrapper {
  padding: 53px 0;
}
.department-detail-container .paripatra-container .wrapper {
  padding: 0;
}
.department-info {
  margin-left: 25px;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.1);
  border-radius: 6px;
}
.department-info img {
  height: 225px;
  width: 225px;
  object-fit: contain;
  margin-right: 50px;
}
.department-info.side-by-side {
  align-items: center;
}
.header-big {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  color: #4a596b;
  margin-bottom: 35px;
}
.department-notice-container {
  margin-left: 25px;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.1);
  display: flex;
  flex-direction: column;
}
.department-content .janapratinidhi {
  margin-top: 0;
}
.department-notices .department-notice-list {
  max-height: 520px;
}
.department-notice-container button {
  align-self: end;
}
.department-content .janapratinidhi-container {
  max-height: 1000px;
}

/* kmc-Contact listing */
.kmc-contacts .contact-list table {
  border-collapse: collapse;
  width: 100%;
}
.kmc-contacts .contact-list table th {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  background-color: #263a57;
  text-align: left;
  border: none;
  padding: 10px;
}
.kmc-contacts .contact-list table td {
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
  text-align: left;
  border: none;
  padding: 10px;
}
.kmc-contacts .contact-list table tr:nth-child(2n) {
  background-color: #005aff45;
}
.kmc-contacts .contact-list table tr:nth-child(2n) td {
  color: #000000;
}

/*footer */
footer {
  padding: 30px 0 24px 0;
  background-color: #124f9f;
}
.contact a {
  display: block;
  margin-bottom: 15px;
}
.contact p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.6);
}
.contact small {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  text-align: right;
}
.footer-container {
  padding: 0 15px 30px 15px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.footer-container h1,
.contact-box span,
.contact p {
  color: #ffffff;
}
.footer-container h1 {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
}
.contact-box span {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.6);
  width: 300px;
}
.contact-box {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  width: 250px;
}
footer ul {
  list-style: none;
}
footer ul li:last-of-type {
  padding-bottom: 0;
}
footer a {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 1;
}
footer ul li:first-of-type {
  padding-top: 0;
}
.bottom-footer {
  padding-top: 24px;
}
footer ul li {
  padding: 3px 0;
  width: 300px;
}
.contact-box .span-wrap {
  width: 85px;
  display: block;
}
.more-links {
  width: 238px;
}
.links a:active,
.links a:hover {
  color: #e28118;
}
.link-with-icon {
  position: relative;
  padding-left: 15px;
  display: block;
}
.link-with-icon::before {
  content: url(images/linkicon.png);
  left: -5px;
  font-size: 15px;
  position: absolute;
  top: 3px;
}

.contact {
  width: 324px;
}
.bottom-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.bottom-footer p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.8;
}
.contact-wrapper {
  display: flex;
  justify-content: space-between;
}
.covid-app {
  margin-top: 60px;
}
.covid-app img {
  margin-top: 15px;
}
.hamburger {
  display: none;
}
html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.grey-background {
  background: #e5e5e5;
}
.page-header {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  color: #4a596b;
  margin: 40px 0px;
}
/* officer page */

.officer-info {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
}
.officer-info p {
  margin: 0;
}
.officer-info p:first-of-type {
  font-size: 24px;
  line-height: 38px;
  color: #777777;
}
.officer-info p:nth-child(2) {
  font-size: 24px;
  line-height: 38px;
  text-decoration-line: underline;
  color: #e28118;
}
.officer-info p:last-of-type {
  font-size: 24px;
  line-height: 38px;
  color: #e28118;
}

.officer-post {
  font-size: 24px;
  line-height: 38px;
  color: #777777;
}
.officer-email,
.officer-phone {
  font-size: 24px;
  line-height: 38px;
  color: #e28118;
}
.officer-bio {
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
}
.officer-bio p {
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
}
.officer-name {
  font-weight: 600;
  font-size: 36px;
  line-height: 57px;
  color: #4a4a4a;
}
.officer-card {
  width: 408px;
}

/*Notice Listing */

.notice-listing-container {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.notice-list .side-by-side {
  align-items: center;
}
.notice-list {
  margin: 15px 0;
}
.notice-list li {
  border-bottom: 1px solid #6dbf82;
  list-style: none;
  padding: 15px 0;
}
.notice-title,
.notice-files {
  display: flex;
  flex-direction: column;
}
.notice-title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #4a596b;
  text-decoration: none;
  margin-right: 15px;
}
.notice-title span {
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
}
.notice-files a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #e28118;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 250px;
}
.icon-pdf img {
  padding: 5px;
  height: 47px !important;
  width: 37px;
  margin-right: 10px;
}
.notice-files a:first-of-type {
  margin-bottom: 10px;
}
.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination a,
.pagination span {
  color: black;
  padding: 8px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0 4px;
  background: #fff;
  border: 1px solid rgba(74, 89, 107, 0.2);
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #4a596b;
  box-sizing: border-box;
}

.pagination span.current {
  color: #e28118;
  border: 1px solid #e28118;
}

.pagination span:hover:not(.current) {
  background-color: #ddd;
}

/*Janapratinidhi Listing*/

/* .janapratinidhi-listing-container { */
  /* padding:40px 0; */
  /* background-color: #fff; */
/* } */

.horizontal-line{
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 0px;
  height: 5px;
  opacity: 80%;
  background-color:#bcd9ce !important;
}

.header-with-filter {
  padding: 25px;
}

.styling-custom-jp .header-with-filter{
  padding: 10px !important;
}

.styling-custom-jp .wrapper.custom-jp{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.styling-custom-jp h1{
  font-size: 24px;
  margin: 0px !important;
}

.styling-custom-jp .side-by-side{
  width: 100%;
  padding-left: 100px;
  display: flex !important;
  justify-content: space-between !important;
}

.styling-custom-jp .filter{
  width: 50%;
}

.styling-custom-jp .filter select{
  width: auto !important;
}

.filter {
  display: flex;
}
.search img {
  position: absolute;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 15px;
  right: 15px;
}
.search {
  position: relative;
  margin-right: 2rem;
}
.search input {
  width: 300px !important;
  height: 52px;
  padding: 15px 40px 15px 15px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 6px;
}
.filter select {
  width: 137px;
  height: 52px;
  padding: 10px 40px 10px 15px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 6px;
}
.filter select option {
  color: #e28118;
}
.filter select option:first-child {
  color: #000;
}
.filter select:first-of-type {
  margin-right: 10px;
}
.janapratinidhi-table-container {
  background: #e5e5e5;
  padding: 20px 0;
}
.header-with-filter {
  padding-bottom: 40px;
}
.janapratinidhi-table table {
  border-spacing: 0 8px;
  border-collapse: separate;
  border-spacing: 0 1em;
}
.janapratinidhi-table table th {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  border: none;
}

.janapratinidhi-table table thead:first-child tr:first-child th {
  border: none;
}

.janapratinidhi-table table td {
  font-size: 16px;
  line-height: 25px;
  color: #4a596b;
  background: #fff;
  border: none;
  vertical-align: middle;
}
.janapratinidhi-table table td img {
  height: 124px;
  width: 124px;
  object-fit: cover;
}
#paginatedList {
  list-style: none;
  display: flex;
  justify-content: center;
}
#paginatedList li {
  padding: 8px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0 4px;
  background: #fff;
  border: 1px solid rgba(74, 89, 107, 0.2);
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #4a596b;
  box-sizing: border-box;
  cursor: pointer;
}
#paginatedList li.active {
  color: #e28118;
  border: 1px solid #e28118;
}
.janapratinidhi-table table tr {
  border-radius: 6px;
}
.janapratinidhi-table table tr td:first-of-type {
  min-width: 125px;
}
.janapratinidhi-table table tr td:nth-child(2) {
  font-weight: 600;
}
.janapratinidhi-table table tr td:last-of-type {
  color: #e28118;
}

div.post-documents {
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  display: flow-root;
}

.share-section {
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
}
.share-container {
  max-height: 60px;
  display: flex;
}

.share-section .facebook-share {
  padding-right: 20px;
}
.files-list li {
  list-style: none;
}
.files-list li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  color: #4a4a4a;
}
.files-list li a:hover {
  color: #e28118;
}
.files-list .name {
  font-size: 16px;
  line-height: 25px;
  color: #4a4a4a;
  width: 250px;
}
.supportive-doc {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.supportive-doc img {
  margin-right: 15px;
}

.page-content {
  min-height: 250px;
}
.post-content p,
.post-content div,
.post-content span {
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  color: #4a4a4a;
  text-align: justify !important;
}

.post-content ul {
  list-style: unset;
  margin-left: 15px;
}

.post-content ul li {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 40px;
  font-weight: normal;
}

.contact-form label {
  display: block;
}
.contact-form form p:first-of-type {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
}
.contact-form form label,
.contact-form form small {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #4a596b;
  margin-bottom: 25px;
}
.contact-form form small span {
  font-weight: normal;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  border: none;
  border-radius: 6px;
  padding: 15px;
  margin-top: 10px;
}
.contact-form textarea {
  height: 120px;
}
.contact-form span.wpcf7-list-item:first-of-type {
  margin-left: 0;
}
.contact-form span.wpcf7-list-item {
  margin: 0 0 0 2em;
}
/* International-relation  */

.intenational-card,
.intenational-attendee {
  background: #ffffff;
  box-shadow: 2px 2px 40px rgba(74, 89, 107, 0.1);
  border-radius: 6px;
  align-items: center;
  padding: 20px;
}
.intenational-card img {
  width: 195px;
  height: 185px;
  object-fit: contain;
}
.international-card-content {
  display: flex;
  flex-direction: column;
}

.international-card-content .retaion-title {
  font-weight: 500;
  font-size: 20px;
}

span.retaion-date {
  color: #4a596b;
}
.intenational-attendee h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 41px;
  color: #000000;
}
.intenational-attendee h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  color: #000000;
}
.intenational-attendee h3 span {
  color: #e28118;
  font-size: 18px;
}

.post-date span {
  font-weight: normal !important;
  font-size: 16px;
  line-height: 25px;
  color: #777777 !important;
}
.mapouter,
.mapouter .gmap_canvas {
  /* width: 100%!important; */
}
/* Elementor css */

.elementor-column-gap-default
  .reset-elementor-padding
  .elementor-element-populated {
  padding: 0px !important;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (max-width: 1200px) {
  .wrapper {
    /* padding: 0 15px; */
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
  .footer-container {
    display: block;
  }
  .heritage-box {
    flex-direction: column;
    flex: auto;
  }
  .link-box-with-left-border {
    width: 100%;
  }
  .e-service-listing-container .wrapper {
    width: unset;
  }
  .prabakta .prabakta-image {
    height: 100px;
    margin-right: 10px;
  }
  .content-box .details h2 {
    font-size: 17px;
  }
  .social-box svg {
    width: 225px;
  }
  .paripatra-contain .arrow-right {
    right: 10px;
  }
  .paripatra-contain .arrow-left {
    left: 10px;
  }
  .officer-card {
    width: unset;
  }
}
@media screen and (max-width: 900px) {
  .icon-with-content {
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
  .old-website-btn a {
    margin-left: 0;
  }
  .top-header-right {
    flex-direction: column;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (max-width: 768px) {
  .icon-with-content img {
    margin: 0;
  }
  .tag-line {
    margin: 0;
    display: none;
  }
  .social-icons img:first-of-type {
    margin: 0;
  }
  .social-icons {
    display: flex;
    flex-direction: column;
  }
  .search-box,
  .translator {
    margin-left: 0;
  }
  .nav-items {
    display: none;
  }
  .primary-navigation {
    display: none;
  }
  .mobile-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tag-line.mobile {
    display: block;
    font-weight: normal;
  }
  .tag-line.mobile p {
    font-size: 15px;
  }
  .title h1 {
    font-size: 18px;
    line-height: 25px;
  }

  .hamburger {
    padding: 13px;
    display: inline-block;
    color: #777;
    font-size: 20px;
    margin-top: 5px;
  }

  .hamburger:hover,
  .hamburger.active {
    text-decoration: none;
    color: #66a992;
  }
  .ward-map-image {
    min-width: unset;
  }
  nav {
    position: relative;
    display: block;
    margin: 0 -15px;
  }

  nav ul.active {
    display: block;
  }
  nav ul {
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 10px 18px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background: #fff;
    z-index: 9999;
    width: 100%;
  }
  nav ul ul li {
    border: none;
  }
  .sub-menu {
    display: none;
    box-shadow: unset;
    position: unset;
  }
  nav li {
    margin: 5px 0px 5px 0px;
    float: none;
    display: block;
    position: relative;
  }
  nav li a {
    border-bottom: 1px solid #263a57;
  }

  nav ul ul li a {
    padding: 5px !important;
    color: #000;
  }

  .contact,
  google-map {
    width: 100%;
  }
  .bottom-footer {
    flex-direction: column;
    padding: 40px 15px 0 15px;
  }
  .nagarik-chetra {
    display: block;
  }
  .nagarik-chetra .icon-with-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .notice-list .side-by-side {
    display: block;
  }
  .notice-title a {
    width: 100%;
  }
  .files-list {
    margin-top: 15px;
  }
  .apps {
    /* margin-right: 15px; */
  }
  .social-box {
    width: 100%;
  }
  .elementor embed,
  .elementor iframe,
  .elementor object,
  .elementor video {
    width: 92% !important;
    margin-top: 15px !important;
  }
  .nav-items li a {
    padding: 15px 25px 15px 15px;
  }

  footer ul li {
    width: 100%;
  }
  .paripatra-box img {
    width: 100%;
  }
  .relation-city-box span {
    width: unset;
  }
  .relation-city-box .relation-icon {
    height: 50px;
    width: 50px;
  }
  .form-wrapper.side-by-side {
    flex-direction: column;
  }
  .form-wrapper .search {
    margin-bottom: 15px;
  }
  .filter select {
    width: 100%;
  }
  .sewa-grid .side-by-side {
    flex-direction: column;
  }
  .sewa-grid .sewa-box {
    width: 100%;
  }
  .kmc-contacts .contact-list {
    overflow-x: auto;
  }
  .relation-city-container {
    display: block;
  }
  .precaution-wrap {
    flex-direction: column;
  }
  .precaution {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding: 15px 35px;
  }
  .main-header {
    padding: 0;
  }
  a.old-website-btn {
    display: none;
  }
  .old-website-btn a {
    border-radius: 5px;
    margin: 0px;
  }
  .search-box.mobile {
    display: block;
  }
  .search-box input[type="search"] {
    width: 140px;
  }
  .old-website-btn a {
    background-color: #124f9f;
    color: #fff !important;
    padding: 7px 15px !important;
  }
  .nav-items li.employee-button {
    box-shadow: none;
    transition: none;
    margin: 15px 0px;
  }
  .nav-items li.employee-button a {
    border-bottom: none;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .icon-with-content span {
    font-size: 13px;
  }
  /* .main-header .wrapper{
        display: block;
    } */
  .flag-wrapper img {
    height: 40px;
  }

  .elementor-widget-kmc-officer-cards .side-by-side {
    flex-direction: column;
  }
  .janapratinidhi-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .heritage-box {
    display: block;
    flex: 100%;
  }
  .relation-city-container a {
    width: 100%;
  }
  .heritage-box .heritage-thumbnail,
  .heritage-box .heritage-short-info {
    width: 100%;
  }
  .social-box svg {
    width: unset;
  }
}

/* *************************kmc youtube video************************************** */
.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

/* *************************kmc youtube video end************************************** */
/*************************** KMC secretariat tab *****************************************/
/* Style the tab */
.tab_secretariat {
  display: flex;
  overflow: hidden;
  border: 1px solid #0000;
  background-color: #f1f1f100;
  justify-content: space-between;
}

/* Style the buttons inside the tab */
.tab_secretariat button {
  background-color: #e28118;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 24px;
  transition: 0.3s;
  font-size: 17px;
  color: black;
}

/* Change background color of buttons on hover */
.tab_secretariat button:hover {
  background-color: #263a57;
  color: white;
}

/* Create an active/current tablink class */
.tab_secretariat button.active {
  background-color: #263a57;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.kmc_video_dots {
  position: absolute;
  bottom: 1%;
  left: 45%;
}
/*************************** KMC secretariat tab ends*****************************************/

/*************************** KMC secretariat tab accordian starts*****************************************/
.kmc_sec_accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.accokmc_sec_accordionrdion:hover {
  background-color: #ccc;
}

.kmc_sec_accordion:after {
  content: "\2228";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.kmc_sec_panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
td.image_td_kmc {
  text-align: center;
}

img.image_kmc_l {
  width: 100px;
  height: 100px;
}
.dropdown-content_samiti {
  z-index: 2;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  min-width: 100px;
  border: 1px solid #ccc;
}

.dropdown-content_samiti .dropdown_content_sub_btn {
  margin: 10px;
}

.dropdown-content_samiti.active {
  display: flex;
  flex-direction: column;
}
li.list_cont_li {
  width: 100%;
  display: flex;
}

.list_cont {
  width: 80%;
}

.list_date {
  width: 20%;
}
/*************************** KMC secretariat tab accordian ends*****************************************/


/* ************** Added new css for search and filter in official and kmc heads ******************** */

.janapratinidhi-listing-container .header-with-filter .wrapper.d-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
	gap: 10px;
	flex-wrap:wrap;
  border-bottom: 5px solid #bcd9cedb;
}
@media screen and (max-width: 992px) {
	.janapratinidhi-listing-container .header-with-filter .wrapper.d-flex{
		flex-direction:column;
	}
	.janapratinidhi-listing-container .header-with-filter .wrapper.d-flex .form-wrapper input{
		width:100%!important
	}
}
.janapratinidhi-listing-container .header-with-filter .wrapper.d-flex h1{
  flex: 1;
}
.janapratinidhi-listing-container .header-with-filter .wrapper.d-flex .form-wrapper{
  flex: 3;
  gap: 10px;
}
.janapratinidhi-listing-container .header-with-filter .wrapper.d-flex .form-wrapper .filter{
  flex: 1;
	flex-wrap:wrap;
}
.janapratinidhi-listing-container .header-with-filter .wrapper.d-flex .form-wrapper .filter select{
  width: auto;
  background-color: transparent;
}


/* --- changed-css */

.janapratinidhi-listing-container .header-with-filter,
.janapratinidhi-listing-container .header-with-filter .wrapper{
  padding: 20px 0px 0px;
}
.janapratinidhi-listing-container h3.page-title{
  font-size: 24px;
  margin-bottom: 0!important;
}
.janapratinidhi-table-container .form-wrapper{
  flex-direction: column;
  align-items: center;
}
.janapratinidhi-table-container .form-wrapper .filter{
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.janapratinidhi-table-container .form-wrapper .filter .select-wrap {
    position: relative;
}
.janapratinidhi-table-container .form-wrapper .filter .select-wrap select{
  background-color: #E28118;

    width: 275px;
    height: 75px;
    text-wrap: wrap;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.janapratinidhi-table-container .form-wrapper .filter .select-wrap  .chevron{
  
  position: absolute;
  right: 15px;
  top: 40%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  display: block;
}
.janapratinidhi-table-container .form-wrapper .filter select::-ms-expand {
  display: none;

}
.janapratinidhi-table-container .form-wrapper .filter select option:first-child{
  text-align: center;

}
.janapratinidhi-table-container .form-wrapper .filter select option{
  text-align: left;
  background-color: white;
}
.janapratinidhi-table-container .form-wrapper.select-double .filter.d-flex{
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap:20px;
}
.janapratinidhi-table-container .form-wrapper .search input{
  height: 35px;
}
