:root,
[data-bs-theme="light"] {
  --bs-teritiory: #e30613;
  --bs-secondary: #3f3f46;
  --bs-primary: #ffdd00;
  --bs-font: #646464;
}
.bg-teritiory {
  background: var(--bs-teritiory) !important;
}
body {
  color: var(--bs-font);
  font-weight: 500;
}
p {
  font-weight: 500;
}
.bxonesld::after,
.bxonesld::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background: #fff;
  bottom: 0;
  z-index: -1;
  transition: 0.4s all ease-in-out;
}
.bxonesld::after {
  background: var(--bs-primary);
  z-index: -2;
  left: 0;
}
.bxonesld:hover::after {
  height: 100%;
}
.bxonesld {
  position: relative;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.bxonesld .bxcnts {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
}
.bxonesld .bxcnts h3 {
  font-size: 16px;
}
.bxonesld .bxcnts p {
  margin-bottom: 0px;
  line-height: 1.4;
  font-weight: 400;
}
.bxonesld .bxcnts img {
  height: 16px !important;
  width: auto !important;
  transition: 0.4s all ease-in-out;
}
.bxonesld > img {
  transition: 0.4s all ease-in-out;
}
.bxonesld:hover > img {
  scale: 1.1;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--bs-secondary);
}
.text60 {
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: -0.02em;
}
.text36 {
  font-size: clamp(28px, 3vw, 36px);
    letter-spacing: -0.02em;
}
.text30 {
  font-size: clamp(24px, 3vw, 30px);
}

.text20 {
  font-size: clamp(16px, 2vw, 20px);
}
.text24 {
  font-size: 24px;
}
.text18 {
  font-size: 18px;
}
.text16 {
  font-size: 16px;
}
.text12 {
  font-size: 12px;
}
/* .secbgls {
  margin-top: -150px;
 
} */
.secbgls .swiper-container {
  margin-top: -150px;
}
.bg-gry {
  background: #fcfcfc !important;
}
.bg-gry02 {
  background: #f9f9f9 !important;
}
.brcktxt {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  line-height: 22px;
  padding: 0 8px;
  display: inline-block;
  font-weight: 600;
}
.brcktxt::before,
.brcktxt::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center center;
}
.brcktxt.ltgsm::before {
  background: url(../img/svg/brdrk01.svg);
  left: 0;
}
.brcktxt.ltgsm::after {
  background: url(../img/svg/brdrk02.svg);
  right: 0;
}
.brcktxt.ltgsm.whtbrk::before,
.brcktxt.ltgsm.whtbrk::after {
  filter: brightness(0) invert(1);
}
.secbx .rgtbgbox {
  position: absolute;
  height: 100%;
  width: 46%;
  right: 0;
  top: 0;
}
.secbx .rgtbgbox figure {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.secbx .rgtbgbox figure,
.secbx .rgtbgbox figure img {
  width: 100%;
  height: 100% !important;
}
.secbx .rgtbgbox figure img {
  position: absolute;
  object-fit: cover;
}
a.btn-rds {
  color: var(--bs-secondary);
  cursor: pointer;
}
.navbar-brand a > img {
  height: 32px;
}
.secbx .rgtbgbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #ff0000;*/
  left: -10px;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.border-b-drk {
  border-bottom: 1px solid #cecece;
}
.bxtwsld {
  position: relative;
  overflow: hidden;
  height: 497px;
}
.bxtwsld .bxcnts {
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.bxtwsld figure {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  top: 0;
  overflow: hidden;
}
.bxtwsld figure::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
  opacity: 0.6;
  z-index: 1;
}
.bxtwsld figure img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.bxtwsld:hover figure {
  height: 75%;
}
.bxtwsld:hover .bxcnts h3,
.bxtwsld:hover .bxcnts p {
  color: var(--bs-secondary);
}
.bxtwsld .bxcnts h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
  transition: 0.3s all ease-in-out;
}
.bxtwsld .bxcnts p {
  margin-bottom: 0px;
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
.crcolbx {
  border-left: 1px dashed #cccccc;
  border-top: 1px dashed #cccccc;
}
.crcolbx .col-6 {
  border-right: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
}
.bxthrs {
  position: relative;
  background: #fff;
  height: 100%;
  p {
    color: #646464;
    font-weight: 400;
  }
  .dtsx {
    font-size: 11px;
    font-weight: 500;
    color: #646464;
  }
  ul li {
       color: #646464;
    font-weight: 400;
  }
}
.bxthrs figure {
  height: 128px;
  overflow: hidden;
  position: relative;
}
.bxthrs figure img {
  position: absolute;
  object-fit: cover;
  object-position: center center !important;
  height: 100% !important;
}
.bxthrs .bxcnts {
  padding: 20px;
}
.bxthrs .bxcnts h3 {
  font-size: 18px;
}
p:last-child {
  margin-bottom: 0px !important;
}
.ctgrssldr {
  margin-top: -128px;
  .swiper-slide {
    height: 100%;
  }
}
.cntcfrm .form-control,
.cntcfrm select {
  box-shadow: none !important;
  border-radius: 0px;
  border: 1px solid #cecece;
}
.lstnitm {
  padding-left: 0px;
}
.lstnitm li {
  position: relative;
  padding-left: 40px;
  list-style: none;
  margin-bottom: 10px;
      font-weight: 400;
}
.cntcfrm label {
    font-size: 14px;
}
.lstnitm li > img {
  position: absolute;
  left: 0;
}
.cntscsect {
  position: relative;
}
.cntscsect::before {
  position: absolute;
  width: 50%;
  content: "";
  height: 100%;
  background: #fcfcfc;
  border-right: 1px solid #d9d9d9;
  z-index: -1;
}
.crerblk {
  background: #e0e0e0;
}
.flex {
  display: flex;
}
.offcanvas-header .logo {
  height: 26px;
}
.offcanvas {
  background: #fff;
}
.coprthblk {
  border-top: 1px solid #555;
  padding: 20px 0;
  p {
    font-weight: 400;
  }
}
footer.bg-secondary.text-inverse ul.list-unstyled.mb-0 li > a {
  font-weight: 300;
  opacity: 0.8;
}
section.bg-secondary.dstrbtin {
  position: relative;
}
section.bg-secondary.dstrbtin::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: var(--bs-primary);
  bottom: 0;
}
.secbx .rgtbgbox figure img {
  transition: 5s all ease-in-out;
}
.secbx:hover .rgtbgbox figure img {
  transform: scale(1.1);
}
.mnbnr {
  position: relative;
}
.mnbnr > figure {
  z-index: 0;
}
.mnbnr > figure::before {
  position: absolute;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
  bottom: 0;
}
.bdrlight header.wrapper.bg-soft-primary nav.navbar {
  position: relative !important;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.bdrlight header.wrapper.bg-soft-primary .navbar.navbar-dark .logo-light {
  display: none;
}
.bdrlight header.wrapper.bg-soft-primary .navbar.navbar-dark .logo-dark {
  display: block;
}
.bdrlight header.wrapper.bg-soft-primary .navbar.navbar-dark .nav-link {
  color: #646464;
}
.bdrlight header.wrapper.bg-soft-primary .navbar.navbar-dark button.hamburger.offcanvas-nav-btn {
    color: #595a5c;
}
.nav-link {
  font-weight: 600;
}
.abfrbx {
  position: relative;
  .rgtbgbox {
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0;
    /*background: var(--bs-teritiory);*/
    padding: 0 10px 10px 10px;
    figure {
      position: absolute;

      left: 0px;
      right: 0px;
      bottom: 0px;
      top: 0;
      img {
        position: absolute;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
      }
    }
  }
  &.mnfctr {
    figure {
      top: 0px;
    }
  }
}
.bgaimpsx,
.vsnmsn {
  position: relative;
  &::before,
  &::after {
    position: absolute;
    content: "";
    position: absolute;
    width: 180px;
    height: 100%;
    background: var(--bs-primary);
    top: 0;
  }
  &::before {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  }
  &::after {
    right: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.cntrbx {
  padding: 20px;
}

.onbx {
  background: #ffe770;
}
.secbx {
  background: #fff192;
}
.thrbx {
  background: #fff8b6;
}
.frbx {
  background: #fffce9;
}
.mdvdbx {
  background: var(--bs-teritiory);
  padding: 16px;
}
.h-100px {
  height: 100px;
}
.itmbxs {
  .imgitm {
    padding: 10px;
    /*background: var(--bs-teritiory);*/
    display: inline-block;
    margin-bottom: 1rem;
  }
  p {
    font-size: 18px;
    font-weight: 600;
  }
}
.bnrsec {
  > figure {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    > img {
      position: absolute;
      width: 100%;
      height: 100% !important;
      object-fit: cover;
    }
    &::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      /*    background: #000; */
      opacity: 0.7;
      z-index: 1;
      background: #000000;
      background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.52) 100%
      );
      background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.52) 100%
      );
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.52) 100%
      );
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#0000000D", GradientType=0);
    }
  }
}
a.btn-rds.fw-semibold.expand-btn {
  img {
    transform: rotate(90deg);
    transition: 0.2s all ease-in-out;
  }
}
a.btn-rds.fw-semibold.expand-btn.active {
  img {
    transform: rotate(-90deg);
  }
}
.expand-content {
  height: 0px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.lmsbox {
  position: relative;
  background: #fff8cc;
  padding: 20px;
  border: 1px solid #efd869;
  transition: 0.3s all ease-in-out;
  > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  &:hover {
    background: #ffdd00;
  }
}
.brdrbt1 {
  border-bottom: 1px solid #deca68;
}
.brdrbt2 {
  border-bottom: 1px solid #cecece;
}
.prditms {
  .prcnts {
    span {
      background: #f0f0f0;
      padding: 3px 10px;
      display: flex;
      margin: 24px;
      font-size: 14px;
      font-weight: semibold;
    }
    .btmsc {
      padding: 24px;
      position: relative;
      h3 {
        font-size: 20px;
        font-weight: 500;
        color: #3f3f46;
        margin-bottom: 0px;
        z-index: 1;
        position: relative;
      }
      &::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 100%;
        /*    background: #000; */
        opacity: 1;
        z-index: 0;
        background: var(--bs-primary);
        left: 0;
        top: 0;
        right: 0;
        margin: 0 auto;
        transition: 0.3s all ease-in-out;
      }
    }
  }
  &:hover {
    .prcnts {
      .btmsc {
        &::before {
          width: 100%;
        }
      }
    }
    a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 3;
      top: 0;
    }
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-size: 26px;
  margin-top: -11px;
  color: var(--bs-primary);
}
.spbxs {
  background: #f0f0f0;
  padding: 3px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: semibold;
}
.ctsmbtn {
  font-size: 16px;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 50px;
  transition: 0.3s all ease-in-out;
  &:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
  }
}
.tblstxh {
  .tbrws {
    border-bottom: 1px dashed #d9d9d9;
    padding: 15px 0;
  }
}
.btnbomsc {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.flexnow {
  flex-wrap: nowrap;
}
.btnbomsc a {
  flex: 1;
  min-width: 150px;
}

.btctls,
.btnbomsc a {
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #ffd400;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;

  color: var(--bs-secondary);
  background: #fff8b6;
  transition: 0.3s all ease-in-out;
}
.btctls {
  display: inline-block;
  padding: 8px 20px;
  min-width: 250px;
}
.btctls:hover,
.btnbomsc a:hover {
  background: var(--bs-primary);
}
.ovrlnks {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px;
  z-index: 1
}
.yearswp {
  position: relative;
  padding-top: 110px;
  padding-left: 2rem;
  span.dtlns {
    position: absolute;
    height: 110px;
    width: 24px;
    left: 0;
    top: 24px;
    &::before {
      content: "";
      position: absolute;
      width: 2px;
      height:  calc(100% - 24px);
      background: #bbbbbb;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: 24px;
    }
    &::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      background: #ffdd00;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 100px;
        animation: blink 1s infinite;
    }
  }
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0.3;
  }
}
.yearSwiper .swiper-slide {
  width: auto;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  position: relative;
  /* position: relative; */
  &::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff8b6;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s all ease-in-out;
  }
   &.swiper-slide-thumb-active {
    color: #fff8b6;
    &::before {
      width: 100%;
    }
  }
}
.year-content p {
  color: #e9e6cf;
  width: 400px;
}
@media screen and (max-width: 1200px) {
  .secbgls .swiper-container {
    margin-top: -120px;
  }
  .cntrbx p {
    font-size: 16px;
  }
  .abfrbx {
    .rgtbgbox {
      width: 40%;
    }
  }
  .bgaimpsx,
  .vsnmsn {
    &::before,
    &::after {
      width: 100px;
    }
  }
  .bxonesld .bxcnts {
    width: 80%;
  }
}
.scbrs {
  /*padding: 10px;
  background: var(--bs-teritiory);*/
}
figure.arblks {
  min-height: 400px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
figure.arblks img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.ctgrbs {
    max-height: 500px;
    padding: 50px 24px;
    background: #fff192;
    overflow: hidden;
    overflow-y: auto;
}

.category-container {
  display: flex;
  flex-direction: column; /* Mobile default */
  gap: 6px;
  margin-bottom: 20px;
}

.category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 20px 20px;
  font-weight: 600;
  color: #3f3f46;
  background-color: #fff8cc;
  border: 1px solid #efd869;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  position: relative;
  a {
    position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;

  }
}

.category:hover {
  background-color: var(--bs-primary);
}

.category .arrow {
  font-size: 18px;
}

.download-btn {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.download-btn:hover {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

ul.nav.ctgstb > li > a {
  width: 200px;
  text-align: center;
  background: #fff192;
  border: none !important;
  color: #646464;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  margin-right: 0 !important;
  border-radius: 10px 0 0 0 !important;
}
ul.nav.ctgstb > li > a.active {
  background: #fff192;
  color: #000 !important;
}
.uvxbtn a {
    background: #FFFCE9;
    line-height: 40px;
    display: inline-block;
    color: #3F3F46;
    border: 1px solid #EFD869;
    min-width: 200px;
    text-align: center;
    border-radius: 100px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-lg .dropdown-header {
  font-weight: 600;
}
.swiper-controls .swiper-pagination {
    bottom: -1.8rem;
}
.offcanvas-nav .offcanvas-header .btn-close {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 100px;
}
.dropdown-header {
    color: #999;
}
@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse .nav-link, .navbar-expand-lg .navbar-collapse .show>.nav-link, .navbar-expand-lg .navbar-collapse .nav-link.active, .navbar-expand-lg .navbar-collapse .nav-link:hover, .navbar-expand-lg .navbar-collapse .nav-link:focus {
        color: #000 !important;
    }
        .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item
 {
        color: #000000;
 }
}
@media (min-width: 992px) {
  .srchbtn a i.uil.uil-search {
    padding-left: 1rem;
    border-left: 1px solid #fff;
  }
  li.nav-item.srchbtn {
    margin-left: 1rem;
}
    ul.navbar-nav > li.nav-item .dropdown-item.active {
        color: #000 !important;
    }
ul.navbar-nav > li.nav-item > a > span,
ul.navbar-nav > li.nav-item .dropdown-item {
    padding: 0 8px;
    position: relative;
}
ul.navbar-nav > li.nav-item > a > span::before, ul.navbar-nav > li.nav-item > a > span::after,
ul.navbar-nav > li.nav-item .dropdown-item::before, ul.navbar-nav > li.nav-item  .dropdown-item::after {
            content: "";
        position: absolute;
        height: 100%;
        width: 8px;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center center !important;
        top: 0px;
        height: 22px;
        opacity: 0;
        transition: 0.5s all ease-in-out;
}
ul.navbar-nav > li.nav-item  .dropdown-item.active::before, ul.navbar-nav > li.nav-item  .dropdown-item.active::after,
ul.navbar-nav > li.nav-item > a:hover > span::before, ul.navbar-nav > li.nav-item > a:hover > span::after,
.page-id-102 ul.navbar-nav > li.menu-id-102.nav-item > a > span::before, .page-id-102 ul.navbar-nav > li.menu-id-102.nav-item > a > span::after,
.page-id-101 ul.navbar-nav > li.menu-id-101.nav-item > a > span::before, .page-id-101 ul.navbar-nav > li.menu-id-101.nav-item > a > span::after {
      
        opacity: 1;
}
ul.navbar-nav > li.nav-item  .dropdown-item::before,
ul.navbar-nav > li.nav-item > a > span::before {
    background: url(../img/svg/brdrk01.svg);
    left: 0;
    
}
ul.navbar-nav > li.nav-item  .dropdown-item::after,
ul.navbar-nav > li.nav-item > a > span::after {
    background: url(../img/svg/brdrk02.svg);
    right: 0;
}
ul.navbar-nav > li.nav-item .dropdown-item {
    display: inline;
}
ul.navbar-nav > li.nav-item .dropdown-menu.dropdown-lg {
    padding-left: 20px;
    padding-right: 20px;
}
ul.navbar-nav > li.nav-item h6.dropdown-header {
    padding-left: 10px;
    padding-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-expand-lg .dropdown-lg-content>div+div {
    margin-left: 50px;
    padding-left: 40px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-lg .dropdown-lg-content ul>li
 {
    margin-bottom: 5px;
}
}
@media (min-width: 768px) {
  .category-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .category {
    width: calc(33.333% - 6px); /* Always 3 per row */
  }
}
@media screen and (max-width: 919px) {
      .cntscsect::before {
        height: 41%;
}
#chartdiv {
  height: 450px !important;
}
}
@media screen and (max-width: 767px) {
      .cntscsect::before {
        height: 36%;
}
#chartdiv {
  height: 350px !important;
}
}

@media screen and (max-width: 919px) {
  .rgtbgbox {
    position: relative !important;
    height: 200px !important;
    width: 100% !important;
    clip-path: none !important;
  }
  .rgtbgbox figure {
    clip-path: none !important;
  }
  .cntscsect::before {
    position: absolute;
    width: 100%;
    content: "";

    background: #fcfcfc;
    border-bottom: 1px solid #d9d9d9;
    z-index: -1;
  }
  .bgaimpsx,
  .vsnmsn {
    &::before,
    &::after {
      width: 10px;
    }
  }
  .abfrbx {
    .rgtbgbox {
      position: inherit;
      width: 100%;
      height: 250px;
      figure {
        top: 10px;
      }
    }
  }
  .btctls {
    min-width: 100%;
  }
  .scbrs {
    padding: 0px;
  }
  figure.arblks {
    min-height: 250px;
    margin: 0 -15px;
  }
    .category {
      padding: 20px;
    }
    ul.nav.nav-tabs.nav-tabs-basic.ctgstb {
    flex-direction: row;
}
ul.nav.nav-tabs.nav-tabs-basic.ctgstb li{
    margin-bottom: 0px;
}
.bxtwsld {
    height: 400px;
}
.swiper-slide-active .bxonesld::after {
  height: 100%;
}
.swiper-navigation {
    display: none;
}
}

.ProductName
{
  min-height: 130px;
}

.ProductDetails, .ProductDetails p
{
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500 !important;
}

@media screen and (max-width: 1200px) {
.bxthrs figure {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
.bxthrs figure {
    height: 160px;
  }
}




