#owl-demo .item {
  margin: 7px;
  border: #eaeaea 1px solid;
  padding: 10px 10px;
  transition: ease 0.3s;
  background: #fff;
}

#owl-demo2 .item {
  padding: 5px;
  transition: ease 0.3s;
  text-align: center;
  overflow: hidden;
}

#owl-demo2 .item>a {
  width: 200px;
  height: 120px;
  overflow: hidden;
  display: inline-block;
}

#owl-demo2 .item>a>img {
  width: 100%;
}

.pin-left-text {
  padding-right: 0px;
}

.pin-left-text>h2 {
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.pin-left-text>h2>span {
  float: right;
  color: #ee751c;
  font-size: 12px;
  line-height: normal;
}

.pin-left-text>h3 {
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  padding: 15px;
  background-color: #ee751c;
  margin: 23px 0px 0px 0px;
  border-radius: 10px;
  min-height: 180px;
}

.pin-left-text>h3>a:first-child {
  margin-top: 10px;
}

.pin-left-text>h3>a {
  background: #ffffff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: block;
  border-radius: 6px;
  padding: 12px;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}

.pin-left-text>h3>a:hover {
  background: #434242;
  color: #fff;
}

.pin-left-text>ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.left-border {
  border-left: 1px solid #ccc;
  padding-left: 20px !important;
}

.left-margin {
  margin-left: 20px;
}

.pin-left-text>ul>li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 10px;
  padding: 10px 0px;
  line-height: normal;
  display: block;
  width: 100%;
}

.pin-left-text>ul>li>b {
  font-weight: 500;
  display: inline-block;
  float: left;
  width: 70%;
}

.pin-left-text>ul>li>span {
  float: right;
  color: #000000;
  font-size: 10px;
  line-height: normal;
  font-weight: 700;
  width: 30%;
  text-align: right;
}

.pin-buttons {
  text-align: center;
  position: fixed;
  top: 70%;
  right: 0px;
  left: 20%;
  bottom: 0px;
  height: 100%;
  z-index: 9;
}

.pin-buttons>a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.pin-buttons>a>img {
  height: 50px;
}

.overlay {
  /*
    background: #ffffff;
    position: absolute;
    top: -266px;
    left: 0;
    right: 0;
    border-radius: 10px;
    margin: auto;
    width: 680px;
    height: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    -moz-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
*/
}

.overlay.is-on {
  opacity: 1;
  visibility: visible;
}

.overlay.is-on .pin-content {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.overlay .pin-content {
  background: #fff;
  padding: 30px;
  position: absolute;
  top: -287px !important;
  left: 0;
  right: 0;
  border-radius: 10px;
  margin: auto;
  width: 710px;
  max-height: 290px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  -webkit-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
  -moz-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
  box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
}

.overlay .pin-content::after {
  content: "";
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -29px;
  left: 48%;
}

#close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  color: #999;
  cursor: pointer;
}

.district-tabs {
  /* background: url(../images/map-bg.png) no-repeat center top;
    background-position-x: -110px;
    background-position-y: -43px; 
    height: 670px;
    margin-left: 111px;*/
}

path {
  fill: #fff;
  stop-color: #ffffff;
  stroke: #6c6c6c;
  stroke-width: 0px;
  position: relative;
}

path:hover {
  fill: hsl(122deg 100% 15%);
  cursor: pointer;
}

#tooltip {
  dominant-baseline: hanging;
  font-size: 5px;
  color: #FFF;
}

#matrix-group {
  margin-left: 500px
}

#matrix-group a {
  position: relative;
  text-decoration: none;
}

#map-svg {
  width: 100%;
  filter: drop-shadow(0px 3px 2px #666);
  height: 100%;
  display: block;
  position: relative;
  left: 4rem;
  margin-top: -4rem;
}

#map-svg .territory {
  fill: #fff;
  stroke: #ffffff;
  stroke-width: 0.1;
  cursor: none;
}

#map-svg .territory:hover {
  fill: #ffe1d1 !important;
}

#map-section .title {
  text-align: center;
}

#map-section .title::after {
  content: url(../images/headingborder.html);
  height: 0px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}

#map-section .title h1 {
  color: #fff;
}

.district-name {
  font-size: 0.6rem;
  text-decoration: none;
  fill: #000000;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.pin-title {
  font-size: 4px;
  text-decoration: none;
  fill: #000000;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: transparent;
  outline: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
  outline: 0;
}

.centres-border2 {
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  padding: 0px 10px;
}

.centres-border2>h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0px;
  margin: 0px;
}

.centres-border {
  display: inline-block;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 2px 25px;
  line-height: 43px;
  border-radius: 10px;
  height: 52px;
  box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
}

.centres-border>h2 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0px;
  line-height: normal;
  display: inline-block;
}

.centres-border>h2>img {
  height: 20px;
  position: relative;
  margin-right: 5px;
}

.centres-border>h3 {
  font-size: 15px;
  font-weight: 800;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
  -moz-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
  box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
}

.centres-border ul {
  margin: 0px;
  padding: 0px !important;
  list-style: none;
  display: inline-block;
  margin-left: 50px;
}

.centres-border ul li {
  display: inline-block;
  font-size: 12px;
}

.centres-border ul li span {
  font-weight: 700;
}

.centres-border ul li:last-child {
  margin-left: 40px;
}

.sv-tab-panel {
  padding: 10px
}

.centers-btn {
  background: transparent;
  color: #13161c;
  font-size: 14px;
  padding: 6px 20px;
  border: 2px solid #ea6726;
  font-weight: 500;
  text-decoration: none;
  margin: 10px 0px;
  display: inline-block;
}

.centers-btn:hover {
  background: #ea6726;
  color: #fff;
  border: 2px solid #ea6726;
}

.up-map-grid {
  position: relative;
}

.saharanpur-clicklist {
  position: fixed;
  top: 0rem;
  left: 5rem;
  background: #fff;
  z-index: 1;
  padding: 20px;
  border: 1px solid #dfdfdf;
  box-shadow: 10px 20px 10px rgb(0 0 0 / 16%);
  margin-top: -37px;
  margin-left: 10px;
  border-radius: 10px;
  width: 230px;
}

.saharanpur-clicklist>h3 {
  font-size: 14px;
  font-weight: 100;
  line-height: normal;
  padding-top: 10px;
  text-align: center;
  margin: 0px;
}

.saharanpur-clicklist>h4 {
  font-size: 0.8vw;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  /* letter-spacing: 1px; */
  color: #000;
}

.saharanpur-clicklist>h4>span {
  font-size: 12px;
  font-weight: 100;
  float: right;
  background: #039909;
  color: #fff;
  padding: 6px 10px;
  border-radius: 2px;
  line-height: normal;
  display: inline-block;
  padding-bottom: 2px;
  margin-top: -6px;
}

.saharanpur-clicklist img {
  width: 100%;
}

/* 
.saharanpur-clicklist > h4:before {
    border-color: #ccc rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px 14px 13px;
    top: 17px;
    content: "";
    display: block;
    left: -20px;
    position: absolute;
    width: 0;
    transform: rotate(272deg);
} */
.saharanpur-clicklist>h4:after {
  border-color: #fff rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px 13px 11px;
  top: 18px;
  content: "";
  display: block;
  left: -18px;
  position: absolute;
  width: 0;
  transform: rotate(272deg);
}

.saharanpur-clicklist>ul {
  margin: 0px;
  line-height: normal;
  padding: 0px;
  width: 100%;
}

.saharanpur-clicklist>ul:before {
  border-color: #fff rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px 14px 13px;
  top: 17px;
  content: "";
  display: block;
  left: -20px;
  position: absolute;
  width: 0;
  transform: rotate(272deg);
}

.saharanpur-clicklist>ul:after {
  border-color: #fff rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px 13px 11px;
  top: 18px;
  content: "";
  display: block;
  left: -18px;
  position: absolute;
  width: 0;
  transform: rotate(272deg);
}

.saharanpur-clicklist>ul>li {
  line-height: normal;
  font-size: 12px;
  font-weight: 600;
  margin: 0px;
  list-style: none;
  background: #ededed;
  padding: 8px 8px;
  margin-bottom: 5px;
}

#Saharanpur-1 {}

#Saharanpur-2 {}

#Saharanpur-3 {}

#distric-map-svg {
  width: 100%;
  /*    filter: drop-shadow(-14px 4px 0px #1a4a6a);*/
  margin-top: 0px;
  overflow: inherit;
}

#distric-map-svg {
  width: 100%;
  margin-bottom: 1rem;
}

#distric-map-svg .territory {
  fill: #e3e3e3;
  stroke: #ffffff;
  stroke-width: 0.1;
}

#distric-map-svg .territory:hover {
  fill: #e3e3e3 !important;
}

.location-pin {
  height: 25px;
  /* animation: waviy 2s infinite;
    animation-delay: calc(.1s * var(--i)); */
}

#uk-map-svg {
    width: 90%;
    filter: drop-shadow(0px 0px 0px #000);
    height: 500px;
    display: block;
    position: relative;
    transform: none;
    left: 0px;
    margin-top: -4rem;
}

#uk-map-svg .territory {
    fill: #fff;
    stroke: #404040;
    stroke-width: 1;
    stop-color: #818181;
}

#uk-map-svg .territory:hover {
  fill: #ffe1d1 !important;
  cursor: pointer
}