.mep-bg {
  background: center/cover no-repeat url(../img/banners/mep.jpg);
}

.electrical-infra {
  background: center/cover no-repeat url(../img/banners/electrical.jpg);
}

.fire-safety {
  background: center/cover no-repeat url(../img/banners/fire-safety.jpg);
}

.warehouse-amc {
  background: center/cover no-repeat url(../img/banners/warehouse-amc.jpg);
}

.turnkey {
  background: center/cover no-repeat url(../img/banners/turnkey.jpg);
}

.contact {
  background: center/cover no-repeat url(../img/banners/contact.jpg);
}

.cctv {
  background: center/cover no-repeat url(../img/banners/cctv.jpg);
}

.it-infrastrcture {
  background: center/cover no-repeat url(../img/banners/it-infrastrcture.jpg);
}

.intrusion-acs {
  background: center/cover no-repeat url(../img/banners/intrusion-acs.jpg);
}

.vendor-reg {
  background: center/cover no-repeat url(../img/banners/vendor-registration.jpg);
}

.privacy-policy {
  background: center/cover no-repeat url(../img/banners/privacy-policy.jpg);
}

.projects {
  background: center/cover no-repeat url(../img/banners/projects.jpg);
}

.retail-shop-bg {
  background: center/cover no-repeat url(../img/banners/retail-shop.jpg);
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
}

section {
  position: relative;
  display: block;
  width: 100%;
}

.text-theme-blue {
  color: #15438d !important;
}

.bg-theme-blue {
  background: #15438d !important;
}

.bg-gray {
  background: #cdcdcd;
}

.text-theme-red {
  color: #ed1c24 !important;
}

.mh-auto {
  min-height: auto !important;
}

/*------Header Section------*/
header {
  position: sticky;
  top: 0;
  display: block;
  border-bottom: 1px solid #15438d;
  z-index: 150;
  background: #fff;
}

header .logo {
  position: absolute;
  width: 85px;
  border-radius: 50%;
  top: 3px;
}

header .logo img {
  background: #fff;
  border-radius: 50%;
}

header .top-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .top-navigation li {
  position: relative;
  display: flex;
  align-items: center;
}

header .top-navigation li a {
  position: relative;
  display: block;
  padding: 15px 9px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #15438d;
  transition: 0.2s;
}

header .top-navigation li a:hover {
  color: #ed1c24;
  transition: 0.2s;
}

header .top-navigation ul.social-icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .top-navigation ul.social-icons li a {
  color: #ed1c24;
  transition: 0.2s;
}

header .top-navigation ul.social-icons li a:hover {
  color: #15438d;
  transition: 0.2s;
}

header .main-navigation {
  position: relative;
  background: #15438d;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  border-top-left-radius: 10px;
  padding: 0 50px;
  left: 12px;
}

header .main-navigation:before {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 38px solid #15438d;
  border-top: 38px solid transparent;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  bottom: 0px;
  left: -35px;
}

header .main-navigation li {
  position: relative;
  display: block;
}

header .main-navigation li:first-child {
  display: none;
}

header .main-navigation li a {
  position: relative;
  display: block;
  padding: 10px 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

header .main-navigation li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ed1c24;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 5;
}

header .main-navigation li a:focus {
  color: #fff;
}

header .main-navigation li a:focus i {
  color: #fff;
}

header .main-navigation li .sub-navigation {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 290px;
  top: 100%;
  left: 0;
}

header .main-navigation li .sub-navigation li {
  position: relative;
  display: block;
}

header .main-navigation li .sub-navigation li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}

header .main-navigation li .sub-navigation li a:before {
  position: absolute;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  left: 0;
  transition: 0.2s;
  height: 1px;
}

header .main-navigation li:hover a:before {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
  width: 100%;
}

header .main-navigation li:hover a {
  background: #2368d7;
  transition: 0.2s;
}

header .main-navigation li:hover .sub-navigation {
  opacity: 1;
  visibility: visible;
}

header .main-navigation li:hover .sub-navigation li:hover a {
  background: #15438d;
}

header .main-navigation li:hover .sub-navigation li:hover a:before {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
  width: 100%;
}

#home {
  background: #f9f9f9;
  padding: 0 0 60px;
  animation: slide-banner 60s linear infinite;
  background: left/auto 100% repeat url(../img/warehouse.jpg);
  overflow: hidden;
}

#home .card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
  height: 100%;
}

@keyframes slide-banner {
  from {
    background: left/auto 100% repeat url(../img/warehouse.jpg);
  }

  to {
    background: right/auto 100% repeat url(../img/warehouse.jpg);
  }
}

.conatiner-fluid {
  padding: 0 15px;
}

.container {
  max-width: 1366px;
}

.text-theme {
  color: #ed1c24;
}

.headline {
  position: relative;
  display: block;
  font-size: 45px;
  top: 0px;
  transition: 0.5s;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 600;
  color: #15438d;
  padding: 20px 0 30px;
}

.card {
  border: none;
  box-shadow: 0px 0px 20px #ebebeb;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.card .card-body {
  -webkit-perspective: 1000px;
  padding: 1rem 2rem;
}

.card::before,
.card::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 15px;
  background: #15438d;
}

.card::before {
  top: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 0 25px 0 0;
}

.card::after {
  bottom: 0;
  left: 0;
  transition: 0.5s;
  border-radius: 0 0 0 25px;
}

.card:hover::before {
  top: -15px;
  right: -15px;
  transition: 0.5s;
  background: #ed1c24;
}

.card:hover::after {
  bottom: -15px;
  left: -15px;
  transition: 0.5s;
  background: #ed1c24;
}

.card .banner-card {
  position: relative;
  display: block;
  z-index: 3;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: 0.5s;
  height: 100%;
}

.card .banner-card:hover {
  transition: 0.5s;
  transform: scale(1.03);
}

.card .banner-card .home-section-title {
  position: relative;
  display: block;
  font-size: 40px;
  max-width: 100%;
  top: 0px;
  transition: 0.5s;
  color: #15438d;
}

.card .banner-card p {
  font-size: 16px;
  cursor: default;
  min-height: 120px;
}

.card .banner-card a {
  position: relative;
  display: block;
  width: 100%;
  background: #ed1c24;
  color: #fff;
  text-align: center;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 7px;
  transition: 0.5s;
}

.card .banner-card img {
  transition: 0.5s;
}

.card .banner-card:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}

.card .banner-card:hover .home-section-title {
  transition: 0.5s;
  top: -65px;
}

.card .banner-card:hover a {
  transition: 0.5s;
  background: #15438d;
}

.card:hover .cube-container {
  animation: rotate360 25s linear infinite;
  -webkit-animation: rotate360 25s linear infinite;
}

::-webkit-scrollbar {
  width: 7px;
  height: 10px;
  background: #9f9f9f;
}

::-webkit-scrollbar-thumb {
  width: 7px;
  background: #15438d;
}

.interior {
  width: 100%;
  background: #efefef;
}

.interior.blur:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 49;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.interior .series {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.interior .series li {
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0.1;
}

.interior .series li img {
  width: 100%;
  height: calc(100vh - 203px);
}

.interior .series li:first-child {
  position: relative;
  display: flex;
  align-items: start;
}

.interior .series li.active {
  transition: 0.5s;
  opacity: 1;
  z-index: 1;
}

.interior .series li#vent {
  z-index: 2;
}

.interior .interior-series li.show-up {
  z-index: 18;
}

.interior .interior-series li#floor {
  opacity: 1;
  z-index: 17;
}

.interior .interior-series li#cctv {
  z-index: 19;
}

.interior .interior-series li#server-room {
  z-index: 20;
}

.interior .interior-series li#fire-safety-system,
.interior .interior-series li#fire-safety,
.interior .interior-series li#electrical {
  z-index: 21;
}

.interior .interior-series li#asrs {
  z-index: 22;
}

.interior .interior-series li.street-lights-2 {
  mix-blend-mode: overlay;
}

.interior .interior-series li#pathways {
  z-index: 17;
}

.interior .interior-series li#main-road {
  z-index: 19;
}

.interior .interior-series li#street-lights {
  z-index: 22;
}

.interior .interior-series li#signage-board {
  z-index: 22;
}

.interior .exterior-series li.show-up {
  z-index: 17;
}

.interior .exterior-series li.focus {
  z-index: 18;
}

.interior .exterior-series li#land {
  z-index: 0;
}

.interior .exterior-series li#wall-3m {
  z-index: 1;
}

.interior .exterior-series li.wall-part-2 {
  z-index: 4;
}

.interior .exterior-series li#foundation {
  z-index: 2;
}

.interior .exterior-series li.foundation-2 {
  z-index: 3;
}

.interior .exterior-series li#floor {
  z-index: 4;
}

.interior .exterior-series li#boundary {
  z-index: 5;
}

.interior .exterior-series li.power-supply {
  z-index: 6 !important;
}

.interior .exterior-series li#dividers {
  z-index: 8;
}

.interior .exterior-series li.street-lights-2 {
  z-index: 11;
  mix-blend-mode: overlay;
}

.interior .exterior-series li#fire-safety-system {
  z-index: 12;
}

.interior .exterior-series li#peb {
  z-index: 13;
}

.interior .exterior-series li#body-exterior {
  z-index: 14;
}

.interior .exterior-series li.wall-part-2 {
  z-index: 15 !important;
}

.interior .exterior-series li#roof-panel {
  z-index: 15;
}

.interior .exterior-series li#docks {
  z-index: 16;
}

.interior .exterior-series li#pathways {
  z-index: 17;
}

.interior .exterior-series li#guard-room {
  z-index: 18;
}

.interior .exterior-series li#vent {
  z-index: 18;
}

.interior .exterior-series li#entrance-gate {
  z-index: 18;
}

.interior .exterior-series li#main-road {
  z-index: 19;
}

.interior .exterior-series li#gutter {
  z-index: 20;
}

.interior .exterior-series li#cage-ladder {
  z-index: 21;
}

.interior .exterior-series li#street-lights {
  z-index: 22;
}

.interior .exterior-series li#signage-board {
  z-index: 22;
}

.interior .exterior-series li#slope {
  z-index: 23;
}

.interior .exterior-series li.intensity {
  mix-blend-mode: overlay;
}

.button-series {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 51;
  margin: 0;
  background: #f7f7f7;
  border-top: 1px solid #ed1c24;
}

.button-series .btn-click-here {
  position: absolute;
  padding: 7px 10px;
  color: #fff;
  top: -150px;
  left: -100%;
  cursor: pointer;
  width: 170px;
  animation: bounce 0.5s alternate infinite;
  transition: 0.5s;
}

.button-series .btn-click-here.show {
  left: 15px;
  transition: 0.5s;
  transition-delay: 1.5s;
}

.button-series ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  padding: 10px 0;
  margin: 0;
}

.button-series ul::-webkit-scrollbar {
  height: 8px;
  background: #15438d;
}

.button-series ul::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #ed1c24;
}

.button-series li {
  position: relative;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  margin: 0 2.5px 5px;
}

.button-series li label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: 100%;
  border: none;
  color: #000;
  font-weight: 500;
  transition: 0.5s;
  box-shadow: none !important;
  font-size: 14px;
  white-space: nowrap;
}

.button-series li label input {
  position: relative;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url(../img/checkbox.png);
}

.button-series li label input:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button-series li label input:checked:after {
  background: center/contain no-repeat url(../img/check.png);
}

.button-series li label input:checked {
  border-color: #ed1c24;
  background: none;
}

.button-series li label:hover {
  color: #ed1c24;
}

@keyframes bounce {
  from {
    top: -150px;
  }

  to {
    top: -158px;
  }
}

.exterior-series+.button-series ul {
  justify-content: start;
}

#about {
  position: relative;
  display: block;
}

#about .content-box {
  position: relative;
  display: block;
  min-height: 100vh;
}

#about .content-box .upper-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  background: top right/100% 100% no-repeat url(../img/about/upper-content-bg.png);
  padding: 20px 60px 240px 345px;
}

#about .content-box .lower-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  height: 250px;
  background: left bottom/100% 100% no-repeat url(../img/about/lower-content-bg.png);
}

#about .content-box p {
  text-align: right;
  max-width: 1000px;
  margin: 0 auto 20px;
  z-index: 1;
  position: relative;
  color: #fff;
}

#about .content-box img {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  max-width: 1000px;
  width: 100%;
}

#about .content-box .content-title,
#about .content-box .subcontent-title {
  text-align: right;
}

@media (max-width: 480px) {
  #about {
    padding: 105px 0 60px;
  }
}

.watermark-title {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 260px;
  font-weight: 800;
  width: 100%;
  bottom: 75px;
  left: 0;
  padding: 95px 0;
  line-height: 0;
  background: linear-gradient(0deg, #b70f0f 32%, #ed1c24 51%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: slide-vertical 2s alternate infinite;
}

@media (max-width: 480px) {
  .watermark-title {
    font-size: 100px;
  }
}

@keyframes slide-vertical {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(10px);
  }
}

/*============Services Section============*/
#services {
  position: relative;
  display: block;
  max-height: 100vh;
  height: calc(100vh - 50px);
  overflow: hidden;
  padding: 60px 15px 0;
  background: top/100% no-repeat url(../img/scale-top.png);
}

.content-title {
  font-size: 3em;
  margin: 0;
  font-weight: 600;
  color: #15438d;
  text-transform: capitalize;
  position: relative;
  display: block;
  text-align: center;
}

.subcontent-title {
  font-size: 1.4em;
  margin: 0;
  font-weight: 400;
  color: #ed1c24;
  text-transform: capitalize;
  position: relative;
  display: block;
  text-align: center;
}

/*============Stats Section============*/
#stats {
  position: relative;
  display: block;
  background: center/cover no-repeat url(../img/stats/bg.jpg);
}

.stats-container {
  min-height: 450px;
  padding: 60px 15px;
  background: top/100% no-repeat url(../img/scale-top.png);
}

.stats-container .counter-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.stats-container .counter-box label {
  font-size: 65px;
  font-weight: 300;
  color: #15438d;
}

.stats-container .counter-box p {
  font-size: 17px;
  margin: 0;
}

/*============Projects Section============*/
#projects {
  position: relative;
  display: block;
  padding: 60px 15px;
}

#projects .project-title {
  position: relative;
  display: block;
  font-size: 24px;
  color: #15438d;
  text-align: right;
}

#projects img {
  border-radius: 10px;
  box-shadow: 9px 9px 8px -1px rgba(0, 0, 0, 0.15), 3px 3px 5px rgba(0, 0, 0, 0.32);
}

.project-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  position: relative;
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow ease 1s;
}

.icon {
  position: relative;
  margin-top: 8px;
  transition: all 0.6s ease;
  will-change: transform;
}

.icon_bg {
  border-radius: 100%;
  border: 1px solid rgba(225, 227, 232, 0.18);
  box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  will-change: transform;
}

.title {
  position: relative;
  font-size: 20px;
  color: #15438d;
  margin: 0 0 10px;
}

.super-box:hover .icon_bg {
  transform: translateY(-32px) scale(6);
}

.super-box:hover .icon {
  transform: translateY(-48px) scale(1.4);
}

.super-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.6s;
}

.super-box:hover {
  box-shadow: 0 0px 4px 1px rgba(44, 71, 146, 0.25);
  transition: 0.6s;
}

.text {
  position: relative;
  top: 15px;
  text-align: center;
  transition: all 0.4s ease;
}

.super-box:hover .box::after {
  opacity: 1;
}

.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}

/*============Clients Section============*/
#clients {
  position: relative;
  display: block;
  padding: 60px 15px;
}

.clients {
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.clients li {
  position: relative;
  display: block;
  margin: 0 0 30px;
  transition: 0.3s;
  filter: grayscale(0);
  opacity: 1;
  width: 185px;
  padding: 0 15px;
  mix-blend-mode: multiply;
}

.clients li img {
  width: 100%;
}

/*============Testimonials Section============*/
#testimonials {
  position: relative;
  display: block;
  padding: 60px 15px;
  background: #f9f9f9;
}

.swiper-container {
  border-radius: 5px;
  width: 70vw;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  height: fit-content;
  font-size: 50px;
  position: relative;
  padding-bottom: 50px;
  margin: auto;
}

.swiper-slide {
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  height: 100%;
  border-radius: 5px;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  background-color: white;
}

.swiper-slide .ImgHolder {
  background-color: #15438d;
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px;
  border-bottom-left-radius: 20px;
}

.ContentHolder::before {
  background-color: #15438d;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  z-index: -1;
  right: 0px;
}

.ContentHolder {
  position: relative;
  padding: 10px;
  background-color: white;
  border-top-right-radius: 20px;
  box-shadow: 0px 0px 10px #ccc;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  border: 1px solid #ed1c24;
}

.swiper-pagination-bullet-active {
  background-color: #15438d;
  border: 1px solid #15438d;
}

.swiper-button {
  border: 1px solid white;
}

.swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid #15438d;
  outline: 2px solid white;
}

.swiper-slide h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

.swiper-slide p {
  font-size: 0.9rem;
  padding: 5px;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ed1c24 !important;
}

@media (max-width: 638px) {
  .swiper-container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .swiper-container {
    width: 85vw;
  }
}

@media (max-width: 300px) {
  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    border-radius: 0px;
  }

  .swiper-container .ImgHolder {
    border-radius: 0px;
  }

  .ContentHolder {
    border-radius: 0px;
  }
}

/*============Footer Section============*/
.wpo-site-footer {
  position: relative;
  z-index: 1;
  background: #f3f3f3;
}

.wpo-site-footer .upper-footer {
  padding: 60px 0 15px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.wpo-site-footer .about-widget {
  padding-right: 75px;
  position: relative;
}

.wpo-site-footer .widget-title {
  margin-bottom: 30px;
}

.wpo-site-footer .widget-title h3 {
  font-size: 1.6rem;
  color: #15438d;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

.wpo-site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.wpo-site-footer ul {
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
}

.wpo-site-footer li {
  color: #fff;
  float: left;
}

.wpo-site-footer .about-widget .social-icons ul a,
.wpo-site-footer .link-widget ul a,
.wpo-site-footer-s3 .wpo-lower-footer .link a {
  color: #000;
  text-decoration: none;
}

.wpo-site-footer .link-widget ul a:hover {
  color: #073a5d;
  text-decoration: none;
  font-weight: 500;
}

.wpo-site-footer .link-widget ul li {
  position: relative;
  padding-left: 15px;
  width: 100%;
}

.wpo-site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.wpo-site-footer .link-widget ul li:before {
  content: "";
  background-color: #000;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  transition: all 0.3s;
}

.wpo-site-footer .link-widget ul li::marker {
  content: "";
}

.wpo-site-footer .service-link-widget {
  padding-left: 25px;
}

.wpo-site-footer .newsletter-widget form input {
  background-color: #2c4456;
  height: 50px;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #2c4456;
  box-shadow: none;
}

.wpo-site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.wpo-site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
}

.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}

.wpo-site-footer .wpo-lower-footer p {
  font-weight: 400;
}

.wpo-site-footer .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  display: flex;
  justify-content: left;
}

.wpo-site-footer-s3 .wpo-lower-footer .link span {
  color: #FF7063;
  padding: 0 10px;
}

.wpo-site-footer .wpo-lower-footer .copyright .copyright-icon {
  padding: 0 10px 0 5px;
  color: #fff;
}

.wpo-site-footer p,
.wpo-site-footer .wpo-lower-footer .link a {
  color: #000;
  text-decoration: none;
}

.wpo-site-footer .wpo-lower-footer p {
  font-size: 0.9375rem;
  font-weight: 400;
}

.wpo-site-footer .wpo-lower-footer .link {
  margin-bottom: 0;
  display: flex;
  justify-content: right;
}

.wpo-site-footer .wpo-lower-footer .link span {
  color: #FF7063;
  padding: 0 10px;
}

.wpo-site-footer .newsletter-widget form input {
  background-color: #073a5d;
  height: 50px;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #073a5d;
  box-shadow: none;
}

.social-container {
  width: 400px;
  text-align: center;
}

.social-media-icons {
  padding: 0;
  list-style: none;
  margin: 1em;
}

.social-media-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}

.social-media-icons i {
  color: #fff;
  position: absolute;
  top: 17px;
  left: 18px;
  transition: all 265ms ease-out;
}

.social-media-icons a {
  display: inline-block;
}

.social-media-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, #00B5F5, #002A8F);
  transition: all 265ms ease-out;
}

.social-media-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}

.social-media-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #00B5F5;
  background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}

/*===========ABOUT US PAGE==========*/
.about-us {
  position: relative;
  display: block;
  padding: 120px 0;
  min-height: 100vh;
  overflow: hidden;
}

.about-us h2 {
  color: #ed1c24;
  margin-bottom: 30px;
}

.about-us .grid-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: top center/cover no-repeat url(../img/about/grid-bg.jpg);
}

.about-us .container-fluid {
  position: relative;
  display: block;
  z-index: 3;
}

.main-title {
  position: relative;
  display: block;
  margin: 0px;
  font-size: 35px;
  color: #15438d;
  font-weight: 600;
  max-width: 730px;
}

.content-title {
  position: relative;
  display: block;
  font-size: 30px;
  color: #15438d;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
  line-height: normal;
}

/*===========CONTACT US PAGE==========*/
.contact-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  box-shadow: 0px 21px 34px -40px inset rgba(0, 0, 0, 0.7);
  min-height: 300px;
}

.contact-form {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  padding: 20px;
}

.contact-form input[type=text],
.contact-form textarea,
.contact-form input[type=date] {
  border: none;
  min-height: 38px;
  padding: 0px 20px 0px 0;
  border-bottom: 1px solid rgb(224, 224, 224);
  font-size: 13px;
  margin-bottom: 30px;
  resize: none;
}

.contact-form input[type=text]:focus,
.contact-form textarea:focus,
.contact-form input[type=date]:focus,
input[type=file]:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-vertical-overlap {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  z-index: 1;
  text-decoration: none;
}

.btn-vertical-overlap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #15438d;
  border-radius: 10rem;
  z-index: -2;
}

.btn-vertical-overlap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ed1c24;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.btn-vertical-overlap:hover {
  color: #fff;
}

.btn-vertical-overlap:hover:before {
  width: 100%;
}

.btn-vertical-overlap-secondary {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  z-index: 1;
  text-decoration: none;
}

.btn-vertical-overlap-secondary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed1c24;
  border-radius: 10rem;
  z-index: -2;
}

.btn-vertical-overlap-secondary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0095ff;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.btn-vertical-overlap-secondary:hover {
  color: #fff;
}

.btn-vertical-overlap-secondary:hover:before {
  width: 100%;
}

.contact-details {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-details i {
  border-color: #b5b5b5;
}

.contact-details label {
  font-weight: 500;
}

/*===========VENDOR REGISTRATION PAGE==========*/
fieldset {
  padding: 15px;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  background: #fff;
}

fieldset legend {
  font-size: 16px;
  color: #fff;
  float: none;
  width: auto;
}

fieldset legend span {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  background: #15438d;
  border-radius: 7px;
  margin: 0 10px;
}

fieldset legend span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #15438d;
  border-radius: 3px;
  left: -9px;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}

fieldset legend span:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #15438d;
  border-radius: 3px;
  right: -9px;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}

.btn-radio {
  width: 18px;
  height: 18px;
  accent-color: #ed1c24;
  margin-right: 5px;
}

.c-pointer {
  cursor: pointer;
}

input[type=file] {
  background: #fff;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  height: 38px;
  line-height: 13px;
  width: 100%;
}

input[type=file]::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  background: #15438d;
  color: #fff;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 7px;
}

input[type=file]:hover::-webkit-file-upload-button {
  background: #ed1c24 !important;
}

/*===========ADVISORS PAGE==========*/
.advisor,
.advisor2 {
  position: relative;
  display: block;
  padding: 60px 0;
  min-height: 100vh;
  overflow: hidden;
}

.advisor img,
.advisor2 img {
  animation: slide-vertical 2s alternate infinite;
}

.advisor2 {
  background: #f9f9f9;
}

.ul-me-1 {
  list-style: disc;
  margin-left: 1em;

  li {
    list-style: disc;
  }
}

ul {
  list-style: none;
  padding: 0;
  position: relative;
  display: block;
}

ul li {
  position: relative;
}

ul li i {
  color: #ed1c24;
}

.b24-form-control {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.b24-form-control-label {
  text-align: left;
  font-size: 13px !important;
  border-radius: 20px;
  left: 12px !important;
  top: -8px !important;
  background: #09436c !important;
  color: #fff !important;
  z-index: 7;
  position: absolute !important;
  opacity: 1 !important;
  width: auto !important;
  padding: 0 7px !important;
  right: initial !important;
  transform: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.b24-form-content .b24-form-control-file .b24-form-control {
  padding: 13px 10px 13px 30px !important;
}

.b24-form-control-file {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.career-form {
  position: relative;
  display: block;
  padding: 25px 15px;
  background: #f9f9f9;
  border-radius: 10px;
}

.b24-form-wrapper.b24-form-shadow {
  box-shadow: none !important;
  border: none !important;
  padding-top: 15px;
}

.b24-form-header.b24-form-padding-side {
  display: none;
}

.b24-form-padding-side {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*===========BLOG PAGE==========*/
.blog {
  position: relative;
  display: flex;
  align-items: center;
  background: center/cover no-repeat url(../img/banners/blog.jpg);
}

.blog-list-item {
  position: relative;
  display: block;
  background: #fff;
  padding: 15px;
  margin-bottom: 110px;
  border: 1px solid rgb(224, 224, 224);
  text-decoration: none;
  color: initial;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1098039216);
  border-radius: 5px;
}

.blog-list-item:hover {
  color: initial;
}

.blog-list-item:hover:before {
  content: "";
  width: 100%;
  transition: width 0.3s ease-out;
}

.blog-list-item:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}

.blog-list-item img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  margin-top: -100px;
  transition: 0.3s;
}

.blog-list-item p {
  margin: 0;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 20px;
}

.blog-list-item h6 {
  margin: 0;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}

.blog-list-item:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: #ed1c24;
  transition: width 0.3s ease-out;
  left: 0;
  bottom: 0;
}

.blog-search-form {
  position: relative;
  display: block;
  margin-bottom: 120px;
}

.blog-search-form .input-blog-search {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
  background: none;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-right: 60px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  outline: none !important;
}

.blog-search-form .input-blog-search:not(:-moz-placeholder-shown) {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ed1c24;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: none !important;
}

.blog-search-form .input-blog-search:focus,
.blog-search-form .input-blog-search:not(:placeholder-shown) {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ed1c24;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: none !important;
}

.blog-search-form .search-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -20px;
  width: 55px;
  height: 55px;
  top: 0;
  border: none;
  font-size: 22px;
  z-index: 1;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  transition: 0.3s;
  opacity: 0;
  background: transparent;
  color: #15438d;
}

.blog-search-form .input-blog-search:not(:-moz-placeholder-shown)+button {
  -moz-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  opacity: 1;
}

.blog-search-form .input-blog-search:focus+button,
.blog-search-form .input-blog-search:not(:placeholder-shown)+button {
  transition: 0.3s;
  right: 0;
  opacity: 1;
}

.blog-sidebar {
  position: relative;
  display: block;
  padding: 15px;
  background: #f3f3f3;
  max-height: 400px;
  overflow: auto;
}

.recommended-blog-list {
  position: relative;
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}

.recommended-blog-list img {
  width: 90px;
}

.recommended-blog-list label {
  padding: 0 10px;
  margin: 0;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 20px;
}

@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cdp {
  position: relative;
  text-align: right;
  padding: 20px 0;
  z-index: 6;
  animation: cdp-in 500ms ease both;
  animation-timeout: 200ms;
  display: flex;
  justify-content: end;
}

.cdp_i {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
  border: 2px solid #15438d;
  line-height: 36px;
  padding: 0;
  color: #15438d;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.cdp_i:first-child,
.cdp_i:last-child {
  padding: 0 16px;
  margin: 0 12px 6px;
}

.cdp_i:last-child,
.cdp_i:nth-child(2),
.cdp_i:nth-last-child(2) {
  display: inline-block;
}

.cdp_i:nth-last-child(2) {
  padding: 0 16px;
}

.cdp_i a {
  position: relative;
  display: block;
  border-radius: 50%;
  text-decoration: none;
  color: #15438d;
}

.cdp_i:hover,
.cdp_i.active {
  background-color: #ed1c24;
}

.cdp_i:hover a,
.cdp_i.active a {
  color: #fff !important;
}

.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp .disabled.cdp_i {
  opacity: 0.3;
  pointer-events: none;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: #ed1c24;
  border-color: #ed1c24;
  width: 50px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i.active {
  background-color: #ed1c24;
  color: #fff;
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i.active+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}

.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #ed1c24;
  font-size: 32px;
  margin-left: -6px;
}

#breadcrumbs-two {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}

#breadcrumbs-two li {
  float: left;
  margin: 0 0.5em 0 1em;
}

#breadcrumbs-two a {
  background: #ddd;
  padding: 0.7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
}

#breadcrumbs-two a:hover {
  background: #ed1c24;
  color: #fff;
}

#breadcrumbs-two a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs-two a:hover::before {
  border-color: #ed1c24 #ed1c24 #ed1c24 transparent;
}

#breadcrumbs-two a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs-two a:hover::after {
  border-left-color: #ed1c24;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover {
  font-weight: bold;
  background: none;
  color: initial;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before {
  content: normal;
}

.ttl-page-count {
  padding: 10px 20px 0px;
  border-top: dotted 1px #CCC;
  text-align: right;
}

/*===========BLOG DETAIL PAGE==========*/
.blog-description .blog-img {
  position: sticky;
  top: 120px;
}

ul.social-sharing-icons {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

ul.social-sharing-icons li {
  list-style: none;
}

ul.social-sharing-icons li a {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: 0.5s;
  align-content: center;
}

ul.social-sharing-icons li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

ul.social-sharing-icons li a .fa {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: 48px;
  font-size: 24px;
  color: #262626;
  transition: 0.5s;
}

ul.social-sharing-icons li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

ul.social-sharing-icons li:nth-child(2) a:hover .fa {
  color: #00aced;
}

ul.social-sharing-icons li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

ul.social-sharing-icons li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

ul.social-sharing-icons li:nth-child(5) a:hover .fa {
  color: #e4405f;
}

.wpo-lower-footer {
  background: #15438d;
}

.wpo-lower-footer p {
  color: #fff;
}

.section-gap {
  padding: 60px 0;
}

.count {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  line-height: 50px;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #ed1c24;
  text-align: center;
  top: 5px;
  outline: 1px solid #15438d;
  outline-offset: 4px;
  margin: auto;
}

.container.section-gap {
  padding: 15px;
}

/*===============Warehouse Interior Page Content============*/
.component {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

.component:nth-child(even) {
  flex-direction: row-reverse;
}

.component:nth-child(even) .component-desc {
  align-items: end;
  text-align: right;
}

.component .component-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.21);
}

.component .component-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.component .component-desc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  max-width: 600px;
}

.component:hover .component-desc:before {
  background: #ed1c24;
  transition: 0.3s;
}

.component:hover .component-desc:after {
  background: #15438d;
  transition: 0.3s;
}

.content-box-style-1 {
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.21);
  background: #fff;
  text-align: center;
  height: 100%;
  overflow: hidden;
}

.content-box-style-1 .content-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #15438d;
  padding: 15px;
  height: 90px;
  text-align: left;
}

.content-box-style-1 .content-heading img.icon-watermark {
  position: relative;
  opacity: 0.5;
  width: 50px;
  margin-right: 10px;
}

.content-box-style-1 .content-description {
  padding: 15px;
  border-top: 3px solid #ed1c24;
}

.content-box-style-2 {
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.21);
  background: #fff;
  text-align: center;
  height: 100%;
  overflow: hidden;
}

.content-box-style-2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(21, 67, 141, 0.3);
  transition: 0.3s;
}

.content-box-style-2:hover:after {
  background: rgba(21, 67, 141, 0.5);
  transition: 0.3s;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.content-box-style-2 .content-description {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 50px;
  color: #fff;
  z-index: 1;
  font-size: 18px;
}

.accordion-item {
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-item button {
  background: none;
}

.accordion-item .accordion-body {
  background: #fff;
}

.accordion-item h2:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  color: #15438d;
  background-color: #ebf3ff;
  box-shadow: none;
  font-weight: 600;
}

.thanks-msg-conatiner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.thanks-msg {
  font-size: 60px;
  font-weight: 700;
  color: #15438d;
}

.mob-nav-icon {
  position: absolute;
  z-index: 1;
  right: 25px;
  top: -16px;
  font-size: 20px;
  display: none;
}

.footer-city {
  position: relative;
}

.scroll-up {
  position: fixed;
  display: none;
  z-index: 99;
  text-align: center;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border: 3px solid #ed1c24;
  background: #15438d;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

.user-msg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  z-index: 50;
  padding: 70px 20px 0;
}

.user-msg h2 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #15438d;
  width: 100%;
}

.user-msg p {
  font-size: 14px;
}

.user-msg video {
  overflow: hidden;
  max-height: 384px;
  border: 1px solid #ccc;
}

video.small {
  margin-bottom: 25px;
  position: relative;
}

#btn-close {
  position: absolute;
  display: block;
  text-align: center;
  z-index: 99;
  top: -11px;
  right: 0px;
  width: 30px;
  height: 30px;
  line-height: 23px;
  border: 3px solid #ed1c24;
  background: #15438d;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.wrap-video-tutorial {
  position: relative;
  width: 400px;
  transition: 0.5s;
  z-index: 55;
  padding: 15px;
  background: #efefef;
  max-height: calc(100vh - 244px);
}

.wrap-video-tutorial>* {
  width: 370px;
}

.wrap-video-tutorial button {
  white-space: nowrap;
}

.wrap-video-tutorial.slideLeft {
  width: 0%;
  transition: 0.5s;
  padding: 0;
  overflow: hidden;
}

.stretch-screen {
  position: relative;
  width: calc(100% - 400px);
  transition: 0.5s;
  z-index: 55;
  padding: 0;
  background: #fff;
}

.stretch-screen.full {
  width: 100%;
  transition: 0.5s;
}

.interior.part-2 .series li img {
  width: 100%;
  height: calc(100vh - 244px);
}

.counter::after {
  content: "+";
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.section-project {
  position: relative;
  min-height: 70vh;
}

.blog-slider {
  padding-top: 75px;
}

/*# sourceMappingURL=custom.css.map */

.interior-img {
  width: 100%;
  height: 100%;

}

@media (max-width: 768px) {
  .interior-img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .interior-img {
    width: 100%;
    height: auto;
  }
}