.page-id-127211 #mega-menu-vercity-mega-menu > li > a {
  height: 72px !important;
  line-height: 72px !important;
}

.page-id-127211 .min-height-custom {
  height: calc(100vh - 136px);
}

@media (min-width: 992px) {
  .page-id-127211 .vh-lg-100 {
    height: calc(100vh - 72px) !important;
  }
}

.page-id-127211 .sticky-top {
  top: 72px !important;
}

/* new block */
.vercity-cr {
  font-family: "Poppins", serif;
  background-color: #2f2f3c !important;
}

.vercity-cr-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1rem;
  color: #ffffff;
}

@media (min-width: 992px) {
  .vercity-cr-inner {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .vercity-cr-inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: 3rem;
  }
}

.vercity-cr-one {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  color: #000000;
}

@media (min-width: 992px) {
  .vercity-cr-one {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.vercity-cr-two svg,
.vercity-cr-four svg {
  width: 64px;
  height: 64px;
  fill: #ff6700;
}

.vercity-cr-two,
.vercity-cr-four {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vercity-cr-three,
.vercity-cr-five {
  flex-grow: 1;
  flex-shrink: 0;
}

.vercity-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  width: 112px;
  height: 112px;
  border-radius: 112px;
}

.vercity-circle:first-child {
  background-color: #f6c6ad;
}

.vercity-circle:nth-child(2) {
  background-color: #d9f2d0;
}

.vercity-circle:nth-child(3) {
  background-color: #c1e5f5;
}

.vercity-circle:last-child {
  background-color: #ffc000;
}

.vercity-cr-inner h3 {
  color: inherit;
  margin: 0 0 0.5rem 0 !important;
}

.vercity-cr-inner ul {
  margin: 0;
  padding-inline-start: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}

.vercity-cr-inner ul li {
  margin: 0 !important;
}

.vercity-cr-box {
  display: flex;
  flex-direction: column;
  background-color: hsl(240, 12%, 15%);
  padding: 1.5rem;
  position: relative;
  z-index: 9;
}

.vercity-cr-logo {
  display: flex;
  justify-content: center;
  z-index: 3;
  padding: 1rem;
}

.vercity-cr-logo img {
  width: auto;
  height: 4rem;
}

@media (min-width: 1200px) {
  .vercity-cr-logo img {
    width: auto;
    height: 6rem;
  }
}

.vercity-cr-cta {
  padding-block: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vercity-cr-cta > span {
  display: inline-flex;
  height: 5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
  color: #000000 !important;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-inline: 15%;
  transition: all ease-in-out 0.15s;
}



.new-btn {
background-color: #ffffff;
color: #272732 !important;
border-radius: 24px !important;
}

.new-btn:hover {
background-color: #ff6700;
}

.center-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-section img {
  width: 100%;
  height: auto;
}