.cta-buttons {
  display: flex;
  gap: 10px; }

.cta-buttons__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap; }

.cta-buttons__item--outline {
  border: 1px solid #172983;
  color: #172983;
  background-color: #fff; }

.cta-buttons__item--outline:hover {
  background-color: #172983;
  color: #fff; }

.cta-buttons__item--filled {
  background-color: #172983;
  color: #fff !important;
  border: 1px solid #172983; }

.cta-buttons__item--filled:hover {
  background-color: #0f1f6b;
  border-color: #0f1f6b; }

.cta-buttons__icon {
  margin-right: 8px; }

.slideforrbrn, .siderrforlsic {
  /* the slides */
  /* the parent */ }
  .slideforrbrn .slider-index.next, .siderrforlsic .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .slideforrbrn .slider-index.next svg, .siderrforlsic .slider-index.next svg {
      width: 24px; }
      .slideforrbrn .slider-index.next svg path, .siderrforlsic .slider-index.next svg path {
        stroke: #fff; }
  .slideforrbrn .slider-index.prev, .siderrforlsic .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .slideforrbrn .slider-index.prev svg, .siderrforlsic .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .slideforrbrn .slider-index.prev svg path, .siderrforlsic .slider-index.prev svg path {
        stroke: #fff; }
  .slideforrbrn:hover .slick-arrow, .siderrforlsic:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .slideforrbrn .slick-dots, .siderrforlsic .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .slideforrbrn .slick-dots button, .siderrforlsic .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .slideforrbrn .slick-slide, .siderrforlsic .slick-slide {
    margin: 0 7px; }
  .slideforrbrn .slick-list, .siderrforlsic .slick-list {
    margin: 0 -7px; }

.pallschool-gallery-item-title {
  text-align: center;
  color: #000;
  margin-top: 20px; }

.slidvideo .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .slidvideo .slider-index.next svg {
    width: 24px; }
    .slidvideo .slider-index.next svg path {
      stroke: #fff; }

.slidvideo .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .slidvideo .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .slidvideo .slider-index.prev svg path {
      stroke: #fff; }

.slidvideo:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.slidvideo .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .slidvideo .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }

.sliderforbrand {
  /* the slides */
  /* the parent */ }
  .sliderforbrand .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .sliderforbrand .slider-index.next svg {
      width: 24px; }
      .sliderforbrand .slider-index.next svg path {
        stroke: #fff; }
  .sliderforbrand .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .sliderforbrand .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .sliderforbrand .slider-index.prev svg path {
        stroke: #fff; }
  .sliderforbrand:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .sliderforbrand .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .sliderforbrand .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .sliderforbrand .slick-slide {
    margin: 0 7px; }
  .sliderforbrand .slick-list {
    margin: 0 -7px; }

@media (max-width: 767px) {
  .section_brand .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px; } }

.hvide {
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 75px;
  z-index: 9999;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  border: 5px solid #fff;
  color: #fff;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.forsectiongi {
  text-align: center;
  justify-content: center; }

/* Button CSS */
.btn-consult {
  display: inline-flex;
  align-items: center;
  border: 1px solid #132279;
  border-radius: 999px;
  padding: 8px 16px;
  text-decoration: none;
  color: #132279;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease; }

.btn-consult:hover {
  background-color: #132279;
  color: #fff; }

.btn-consult .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px; }

.btn-consult svg {
  display: block; }

.btn-consult.ksi {
  display: inline-flex;
  align-items: center;
  border: 1px solid #132279;
  border-radius: 999px;
  padding: 12px 16px;
  text-decoration: none;
  color: #132279;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  /*min-width: 300px;*/
  min-width: 100%;
  text-align: center;
  justify-content: center;
  font-weight: bold; }
  .btn-consult.ksi:hover {
    color: #fff; }

.swatch-div {
  margin-bottom: 0; }

.newblog .article-loop-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  .newblog .article-loop-items > div {
    min-width: 0; }
  @media (max-width: 767px) {
    .newblog .article-loop-items {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }

.newblog .article-loop-item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease; }

.newblog .article-loop-item:hover {
  transform: translateY(-5px); }

.newblog .article-loop-item-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 2; }

.newblog .article-loop-item-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1; }

.newblog .article-loop-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.4; }

.newblog .article-loop-item-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease; }

.newblog .article-loop-item-title a:hover {
  color: #0d6efd; }

.newblog .article-loop-item-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between; }

.newblog .article-loop-item-content {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: auto; }

.newblog .article-loop-item-readmore {
  margin-top: 20px;
  align-self: flex-start;
  background-color: #172983;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease; }

.newblog .article-loop-item-readmore:hover {
  background-color: #094ec0; }

.newblog .article-loop-empty {
  text-align: center;
  font-size: 16px;
  color: #999;
  grid-column: 1 / -1; }

@media (max-width: 991px) {
  .header-right a#popupcta-open {
    padding: 10px 15px; } }

@media (max-width: 767px) {
  .popupcta-open {
    font-size: 8px; }
  .hidenmc {
    display: none !important; }
  .article-loop-item-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; } }

.slideforrbrn .slick-slide, .siderrforlsic .slick-slide {
  margin: 0 25px; }

.product-action .embed-responsive-4by3::before {
  --aspect-ratio: 1; }

@media (max-width: 767px) {
  .btn-consult.ksi {
    width: 100%;
    margin-top: 10px; }
  .button_actions .cta-buttons.forsectiongi {
    width: 100%; } }

.form_product_content #buy-now-tuvan {
  border-radius: 50px;
  height: 53px;
  background: #172983;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 34px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase; }
