@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.topbar span,
.topbar ul li a {
  color: #fff;
  font-weight: 500;
}
.account-box-bottom p a,
.checkbox label a,
.products-list-desc a,
.stable-page a {
  text-decoration: underline;
}
.account-box li {
  list-style-type: none;
}
:not(input) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -webkit-overflow-scrolling: touch;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(0, 172, 101, 0.45) !important;
  outline-offset: 3px;
}
html {
  scroll-behavior: smooth;
  line-height: 1.5;
}
body {
  font-family: Montserrat, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  background: #fff !important;
  line-height: 1.6;
}
.topbar {
  padding: 10px 0;
  /* border-bottom: 2px solid #f5f5f5; */
  background-color: #173783;
}
.topbar ul {
  margin: -10px 10px -10px 20px;
}
.topbar ul li a {
  font-size: 0.9em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.all-categories-sub > ul > li > a,
.benefits-tab-box,
.benefits-tab-head span,
.checkbox-icon,
.checkbox-icon::before,
.gallery-box a,
.infobar-icon,
.instagram-box,
.instagram-on,
.other-news-box a,
.other-news-txt span,
.page-top-breadcrumb ul li a,
.pagination ul li a,
.plist-filter-top button:last-child,
.topbar ul li a svg {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  overflow: hidden;
}
.topbar ul li a svg {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.quote-box button {
  border-radius: 4px;
  padding: 5px 10px;
  background: #fff;
  color: #173783;
  font-size: .8em;
  font-weight: 600;
  transition: .3s ease-out;
}
.quote-box button:hover {
  background: #00ac65;
  color: #fff;
}
.modal.offer-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.horeca-intro-section,
.horeca-segments-section,
.horeca-service-hero,
.horeca-process-section,
.horeca-faq-section {
  padding: 96px 0;
}

.horeca-intro-section,
.horeca-service-hero {
  background:
    linear-gradient(120deg, rgba(23, 55, 131, 0.07), rgba(0, 172, 101, 0.1)),
    #fff;
  overflow: hidden;
}

.horeca-intro-grid,
.horeca-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.horeca-eyebrow {
  color: #173783;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.horeca-intro-copy h1,
.horeca-service-hero h2 {
  color: #173783;
  font-size: 46px;
  line-height: 1.15;
  margin-bottom: 18px;
  text-wrap: balance;
}

.horeca-intro-copy p,
.horeca-service-hero p {
  color: #2e2e2e;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 680px;
}

.horeca-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.horeca-actions .btn a {
  min-height: 48px;
}

.horeca-proof-list,
.horeca-service-proof {
  display: grid;
  gap: 0;
}

.horeca-service-proof {
  gap: 14px;
}

.horeca-proof-list {
  background: #173783;
  color: #fff;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 56px;
}

.horeca-proof-list div {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 24px 26px;
}

.horeca-proof-list div:last-child {
  border-right: 0;
}

.horeca-service-proof div,
.horeca-process-card,
.horeca-faq-item {
  background: #fff;
  border: 1px solid rgba(23, 55, 131, 0.14);
  border-radius: 8px;
  padding: 22px;
}

.horeca-proof-list strong,
.horeca-service-proof strong {
  color: inherit;
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.horeca-proof-list span,
.horeca-service-proof span {
  color: inherit;
  display: block;
  line-height: 1.55;
  opacity: 0.82;
}

.home-product-slider-section {
  background: #fff;
  padding: 96px 0 0;
}

.home-product-slider-section .or-section-title-3 {
  margin: 0 auto 42px;
  max-width: 760px;
  padding: 0 20px;
}

.home-product-slider-section .or-section-title-3::before {
  background: #00ac65;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto 18px;
  width: 72px;
}

.home-product-slider-section .or-section-title-3 h2 {
  color: #173783;
  font-size: 38px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
  text-wrap: balance;
}

.home-product-slider-section .or-section-title-3 p {
  color: #4c5a63;
  font-size: 17px;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 620px;
}

.home-support-slider {
  overflow: hidden;
}

.home-support-slider .slide-box img {
  height: 460px;
}

.home-support-slider .slide-box-txt {
  left: 50%;
  padding: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-support-slider .slide-box-txt .slide-box-filter {
  max-width: 560px;
  min-height: 220px;
}

.home-support-slider .slide-box-txt h3 {
  font-size: 2.2em;
  line-height: 1.25;
}

.home-support-slider .slide-box-txt p {
  font-size: 1.2em;
  padding-bottom: 68px;
  width: 100%;
}

.home-support-slider .gallery-thumbs {
  display: none;
}

.horeca-product-visual {
  margin: 0;
  min-height: 420px;
  position: relative;
}

.horeca-product-visual::before {
  background: #173783;
  bottom: 26px;
  content: "";
  left: 8%;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 0;
}

.horeca-product-visual img {
  display: block;
  height: auto;
  margin-left: auto;
  max-width: 112%;
  position: relative;
  transform: translateX(6%);
  width: 112%;
  z-index: 1;
}

.horeca-hero-slider {
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(23, 55, 131, 0.18);
  margin-left: auto;
  overflow: hidden;
  position: relative;
  transform: translateX(6%);
  width: 112%;
  z-index: 1;
}

.horeca-hero-slider,
.horeca-hero-slider .swiper-slide,
.horeca-hero-slide-link,
.horeca-hero-slide-link picture {
  display: block;
  min-height: 420px;
}

.horeca-hero-slider .swiper-wrapper {
  min-height: 420px;
}

.horeca-hero-slider .swiper-slide {
  position: relative;
}

.horeca-hero-slider img {
  height: 100%;
  margin: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  transform: none;
  width: 100%;
}

.horeca-hero-slider-pagination {
  bottom: 18px !important;
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.horeca-hero-slider-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.78);
  height: 9px;
  margin: 0 !important;
  opacity: 1;
  width: 9px;
}

.horeca-hero-slider-pagination .swiper-pagination-bullet-active {
  background: #00ac65;
  width: 26px;
}

.horeca-segment-grid,
.horeca-process-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.horeca-segment-card {
  aspect-ratio: 1 / 1;
  background: #173783;
  border-radius: 4px;
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.horeca-segment-card::before {
  background: linear-gradient(180deg, rgba(10, 24, 28, 0), rgba(10, 24, 28, 0.82));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.horeca-segment-card img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.35s ease;
  width: 100%;
}

.horeca-segment-card:hover img,
.horeca-segment-card:focus-visible img {
  transform: scale(1.07);
}

.horeca-segment-card span {
  bottom: 0;
  display: block;
  left: 0;
  padding: 26px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.horeca-segment-card strong {
  color: #fff;
  display: block;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.horeca-segment-card small {
  color: rgba(255, 255, 255, 0.84);
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.horeca-faq-item h3 {
  color: #173783;
  font-size: 21px;
  margin-bottom: 10px;
}

.horeca-faq-item p,
.horeca-process-card p {
  color: #536a61;
  line-height: 1.65;
  margin: 0;
}

.horeca-process-section {
  background: #f7f7f7;
}

.horeca-process-card span {
  align-items: center;
  background: #00ac65;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  margin-bottom: 14px;
  width: 38px;
}

.horeca-faq-list {
  display: grid;
  gap: 16px;
  margin: 32px auto 0;
  max-width: 900px;
}

.product-horeca-note {
  background: #f6fbf8;
  border-left: 4px solid #00ac65;
  color: #354d44;
  line-height: 1.6;
  margin-top: 14px;
  padding: 14px 16px;
}

.product-horeca-note p {
  margin: 0 0 10px;
}

.product-horeca-note ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.product-horeca-note a {
  color: #173783;
  font-weight: 600;
}

.buyer-guide-link-section {
  background: #fff;
  padding: 72px 0;
}

.buyer-guide-link-section-light,
.buyer-guide-link-section-compact {
  background: #f7f9f8;
}

.buyer-guide-link-section-compact {
  padding: 38px 0;
}

.buyer-guide-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.buyer-guide-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.buyer-guide-card {
  background: #fff;
  border: 1px solid #e0e6e3;
  border-radius: 8px;
  color: #25342f;
  display: block;
  min-height: 148px;
  padding: 22px;
  transition: border-color .2s ease, transform .2s ease;
}

.buyer-guide-card:hover {
  border-color: #00ac65;
  transform: translateY(-2px);
}

.buyer-guide-card strong {
  color: #173783;
  display: block;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.buyer-guide-card span {
  color: #52635d;
  display: block;
  line-height: 1.6;
}

.buyer-guide-delivery-link {
  margin-top: 24px;
  text-align: center;
}

.buyer-guide-delivery-link a {
  color: #173783;
  font-weight: 700;
  text-decoration: underline;
}

.buyer-guide-page {
  background: #fff;
}

.buyer-guide-hero {
  padding: 72px 0 46px;
}

.buyer-guide-hero h2 {
  color: #173783;
  font-size: 42px;
  line-height: 1.2;
  max-width: 960px;
}

.buyer-guide-hero p {
  color: #41524c;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 18px;
  max-width: 920px;
}

.buyer-guide-content {
  padding: 34px 0 86px;
}

.buyer-guide-layout {
  align-items: flex-start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.buyer-guide-article {
  display: grid;
  gap: 28px;
}

.buyer-guide-section {
  border-bottom: 1px solid #e7ece9;
  padding-bottom: 28px;
}

.buyer-guide-section h2 {
  color: #173783;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.buyer-guide-section > p,
.buyer-guide-item p,
.buyer-guide-faq-item p {
  color: #43544e;
  line-height: 1.75;
}

.buyer-guide-items {
  display: grid;
  gap: 16px;
}

.buyer-guide-item {
  background: #f7f9f8;
  border-radius: 8px;
  padding: 18px;
}

.buyer-guide-item h3,
.buyer-guide-faq-item h3 {
  color: #24342f;
  font-size: 20px;
  margin-bottom: 8px;
}

.buyer-guide-checklist {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.buyer-guide-checklist li {
  color: #43544e;
  line-height: 1.65;
}

.buyer-guide-faq-item {
  background: #f7f9f8;
  border-radius: 8px;
  margin-top: 14px;
  padding: 18px;
}

.buyer-guide-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 110px;
}

.buyer-guide-sidebox {
  border: 1px solid #e0e6e3;
  border-radius: 8px;
  padding: 20px;
}

.buyer-guide-sidebox h2 {
  color: #173783;
  font-size: 21px;
  margin-bottom: 14px;
}

.buyer-guide-sidebox ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.buyer-guide-sidebox li {
  list-style: none;
}

.buyer-guide-sidebox a {
  color: #25342f;
  font-weight: 600;
}

@media (max-width: 991px) {
  .horeca-intro-grid,
  .horeca-service-grid,
  .horeca-segment-grid,
  .horeca-process-grid,
  .buyer-guide-card-grid,
  .buyer-guide-card-grid.four,
  .buyer-guide-layout {
    grid-template-columns: 1fr;
  }

  .buyer-guide-sidebar {
    position: static;
  }

  .horeca-intro-copy h1,
  .horeca-service-hero h2 {
    font-size: 32px;
  }

  .horeca-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .horeca-proof-list div:nth-child(2) {
    border-right: 0;
  }

  .horeca-product-visual {
    min-height: 320px;
  }

  .horeca-hero-slider,
  .horeca-hero-slider .swiper-slide,
  .horeca-hero-slide-link,
  .horeca-hero-slide-link picture {
    min-height: 320px;
  }

  .horeca-hero-slider .swiper-wrapper {
    min-height: 320px;
  }
}

@media (max-width: 575px) {
  .horeca-intro-section,
  .horeca-segments-section,
  .horeca-service-hero,
  .horeca-process-section,
  .horeca-faq-section {
    padding: 46px 0;
  }

  .horeca-actions a {
    justify-content: center;
    width: 100%;
  }

  .horeca-proof-list {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .horeca-proof-list div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
    padding: 18px 20px;
  }

  .horeca-proof-list div:last-child {
    border-bottom: 0;
  }

  .horeca-product-visual {
    min-height: 240px;
  }

  .horeca-product-visual img {
    max-width: 120%;
    transform: translateX(8%);
    width: 120%;
  }

  .horeca-hero-slider {
    transform: translateX(0);
    width: 100%;
  }

  .horeca-hero-slider,
  .horeca-hero-slider .swiper-slide,
  .horeca-hero-slide-link,
  .horeca-hero-slide-link picture {
    min-height: 260px;
  }

  .horeca-hero-slider .swiper-wrapper {
    min-height: 260px;
  }

  .horeca-hero-slider img {
    max-width: none;
    transform: none;
    width: 100%;
  }
}

.offer-modal,
.video-popup {
  display: none;
  z-index: 999;
}

.offer-modal .modal-content {
  border-radius: 4px;
  margin: 100px 0 0;
  width: 600px;
  background: #fff;
}

.offer-modal .offer-modal-close {
  border-radius: 0 4px 4px 0;
  top: 0;
  right: -40px;
  background: #fff;
}

.offer-modal .offer-modal-close button {
  width: 40px;
  height: 40px;
}

.offer-modal .offer-modal-close button svg {
  width: 20px;
  height: 20px;
  color: #000;
}

.offer-modal .modal-head {
  border-radius: 3px 0 0 0;
  padding: 25px;
  background: #173783;
}

.offer-modal .modal-head span {
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
}
/* .all-categories-sub ul li a:hover,
.benefits-tab-box:hover .benefits-tab-head span,
.benefits-tab-box:hover .benefits-tab-head svg,
.contact-info > ul > li > a:hover,
.contact-social ul li a:hover,
.main-search-suggest-box > ul > li a:hover,
.other-news-box a:hover .other-news-txt span,
.page-top-breadcrumb ul li a:hover,
.submenu-content ul li a:hover,
.topbar ul li a:hover,
.user-drop ul li a:hover {
  color: #ed0928;
} */
/* .submenu-content ul li a:hover svg,
.topbar ul li a:hover svg {
  fill: #ed0928;
} */
/*.topbar ul li:nth-child(n + 2) a::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #d4d4d4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}*/
.members-only {
  color: #ed0928 !important;
}
.members-only:hover,
.work-hours span {
  color: #fff !important;
}
.work-hours:after{
  width: 0 !important;
  height: 0 !important;
}
.fast-contact span {
  margin: 0 0 5px;
  color: #2e2e2e;
  font-weight: 700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.client-next,
.fast-contact ul li:nth-child(n + 2) {
  margin: 0 0 0 10px;
}
.fast-contact ul li a {
  padding: 5px;
  background: #ed0928;
  border-radius: 25px;
}
.client-arrow.swiper-button-disabled button,
.fast-contact ul li a:hover,
.ha-arrow.swiper-button-disabled button,
.input-element > button:hover,
.partners-arrow.swiper-button-disabled button {
  background: #2e2e2e;
}
.fast-contact ul li a svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.activity-slide-arrow button:hover,
.arrow-btn a:hover .arrow-btn-icon,
.header {
  background: #fff;
}
.header-after {
  top: 0;
  -webkit-box-shadow: 0 5px 10px rgba(10, 24, 28, 0.07);
  -moz-box-shadow: 0 5px 10px rgba(10, 24, 28, 0.07);
  -ms-box-shadow: 0 5px 10px rgba(10, 24, 28, 0.07);
  -o-box-shadow: 0 5px 10px rgba(10, 24, 28, 0.07);
  box-shadow: 0 5px 10px rgba(10, 24, 28, 0.07);
}
.header .logo a svg,
header .logo a img {
  width: 120px;
}

.header-top > .container {
  gap: 22px;
}

.header-bottom {
  flex: 1 1 auto;
  min-width: 0;
}

.header-wrap .header-nav {
  gap: 16px;
  min-width: 0;
}

.main-menu > nav > ul {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.main-menu > nav > ul > li > a {
  white-space: nowrap;
}

.header-top .search {
  flex: 0 0 auto;
}

.second-logo {
  flex: 0 0 auto;
}

.footer-nav,
.header-top,
.raq-banner-txt ul li {
  padding: 20px;
}
.footer-nav:nth-child(2) {
  margin-left: auto;
}
.main-slide-prev:hover .prev-slide-thumb {
  pointer-events: all;
  left: 0;
}

.main-slide-next:hover .next-slide-thumb {
  pointer-events: all;
}

/* .swiper-wrapper{
  overflow: hidden;
} */

.prev-slide-thumb,
.next-slide-thumb {
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.prev-slide-thumb {
  left: -100px;
}

.next-slide-thumb {
right: 0;
}

.main-slide-prev:hover .prev-slide-thumb-img,.main-slide-prev:hover .prev-slide-thumb-title {
  left: 0;
}

.main-slide-next:hover .next-slide-thumb-img,.main-slide-next:hover .next-slide-thumb-title {
  right: 0;
}

.prev-slide-thumb-img,
.prev-slide-thumb-title{
  left: -200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.next-slide-thumb-img,
.next-slide-thumb-title{
  right: -200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.prev-slide-thumb-img,
.next-slide-thumb-img {
  display: block;
  position: relative;
  height: 110px;
}
.prev-slide-thumb-img img,
.next-slide-thumb-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.next-slide-thumb,.prev-slide-thumb{
  width: 180px;

}

.prev-slide-thumb-title,
.next-slide-thumb-title {
  display: none !important;
  height: 15px;
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.search input {
  padding: 10px;
  width: 230px;
  outline: 0;
  color: #40484e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #7e7e7e;
  font-size: 0.8em;
  font-weight: 400;
}
.search input::placeholder {
  color: #838383;
}
.search-icon {
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.search-icon svg {
  width: 22px;
  height: 22px;
  color: #7e7e7e;
}
.user-actions > ul > li > a {
  padding: 10px;
  background: #ed0928;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.mobile-nav-head button svg,
.product-filter-head button svg,
.user-actions ul li a svg {
  width: 22px;
  height: 22px;
  color: #fff;
}
.user-drop {
  top: calc(100% + 10px);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 6px;
  transform: translate(-50%, 0);
  box-shadow: 0 3px 30px 0 rgba(67, 65, 79, 0.1);
  z-index: 10;
}
.arrow-cat,
.arrow-cat svg,
.client-prev svg,
.ha-prev svg,
.partners-prev svg {
  transform: rotate(180deg);
}
.user-drop::before {
  content: "";
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  position: absolute;
}
.header-bottom::before,
.slide-box::before {
  content: "";
  top: 0;
  height: 100%;
  position: absolute;
}
.mobile-nav-content > ul,
.nav > ul > li,
.user-drop ul {
  padding: 10px 0;
}
.user-drop ul li a {
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 700;
  color: #adadad;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.activity-box:hover .activity-img::before,
.gallery-box a:hover::before,
.instagram-box:hover .instagram-on,
.news-list .less-news-box:hover .less-news-img::before,
.user-actions ul li:hover > .user-drop {
  opacity: 1;
  visibility: visible;
}
.header-bottom {
  background-color: #fff;
  color: #fff;
}
.breadcrumb,
.product-list-top {
  border-bottom: 1px solid #e0e0e0;
}
.header-bottom > .container {
  background: #fff;
  border-radius: 15px;
}
.header-bottom::before {
  background: #f9f9f999;
  width: 100%;
  right: 0;
  z-index: -1;
}
.all-categories button {
  width: 330px;
  color: #2e2e2e;
  font-weight: 600;
  font-size: 1.1em;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #fff;
}
.all-categories button span svg {
  width: 18px;
  height: 18px;
  fill: #2e2e2e;
  margin: 0 25px 0 0;
}
.all-categories-sub {
  width: 100%;
  left: 4.8rem;
  background: #fff;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
.all-categories-sub > ul > li > a {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 1rem;
  color: #2e2e2e;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.all-cat-subs ul li a p,
.all-categories-sub > ul > li > a > p {
  font-size: 0.9em;
  margin: 0 0 0 10px;
  color: #9fa4af;
  font-weight: 500;
}
.view-all-cat {
  background: #202020;
}
.view-all-cat span {
  color: #fff !important;
}
.view-all-cat svg {
  width: 20px;
  height: 20px;
  color: #fff;
  margin: 0 10px 0 0;
}
.all-cat-icon {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
.all-cat-icon svg {
  width: 30px;
  height: 30px;
}
.all-cat-subs ul li:nth-child(n + 2),
.all-categories-sub > ul > li:nth-child(n + 2),
.plist-filter-area > .products-filter-box:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
}
.all-categories-sub ul li:last-child {
  border: 0;
}
.all-cat-subs {
  top: 0;
  right: 100%;
  font-size: 0.96rem !important;
  min-width: 240px;
  width: 300px;
  background: #fff;
  padding: 20px;
  display: none;
}
.all-categories-sub > ul > li:hover .all-cat-subs {
  display: block !important;
}
.all-cat-subs ul li a {
  padding: 13px 10px 13px 30px;
  font-weight: 600;
  color: #2e2e2e;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.all-cat-subs ul li a::before {
  content: "";
  top: 50%;
  left: 10px;
  width: 0;
  height: 2px;
  position: absolute;
  background: #fe5a0e;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: 3;
}
.all-cat-subs ul li a::after,
.submenu-content ul li a::before {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  z-index: 2;
  position: absolute;
  content: "";
}
.all-cat-subs ul li a::after {
  top: 50%;
  left: 10px;
  width: 10px;
  height: 2px;
  background: #e0e0e0;
  transition: width 0.3s ease-in-out;
}
.nav > ul > li > a,
.submenu-content ul li a {
  font-size: 1.1em;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  color: #2e2e2e;
}
.all-cat-subs ul li a:hover::before {
  width: 10px;
}
.arrow-cat {
  padding: 10px 25px 10px 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.arrow-cat svg {
  fill: #2e2e2e;
  width: 13px;
  height: 13px;
}
/* .about-info-area ul,
.activity-infos ul,
.brands-list-content ul,
.contact-info .social ul,
.contact-info > ul,
.contact-maps,
.contact-social ul,
.faq-list ul,
.form-group,
.gallery ul,
.instagram-area ul,
.job-list ul,
.less-news-list ul,
.mission-vision ul,
.nav > ul,
.news-content-gallery ul,
.news-list ul,
.product-list-area ul {
  margin: -10px;
} */
.nav > ul > li > a {
  padding: 1rem 1.2rem;
  letter-spacing: 0.5px;
  transition: 0.3s ease-in-out;
}
.nav > ul > li > a:hover {
  color: #fff;
  background-color: #2e2e2e;
}
.submenu {
  width: 800px;
  left: 0;
  padding: 40px 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.nav > ul > li:hover .submenu,
.submenu-content ul li:hover .subcat-img {
  display: block;
}
.submenu .container {
  padding: 0 20px;
}
.modal-in-img,
.submenu-content {
  padding: 0 40px 0 0;
}
.submenu-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.submenu-content ul li a {
  padding: 10px 0;
  transition: 0.3s ease-in-out;
}
.submenu-content ul li a svg {
  width: 12px;
  height: 12px;
  fill: #c7c7c7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.submenu-content ul li a::before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ed0928;
  transition: width 0.3s ease-in-out;
}
.submenu-content ul li a::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #e0e0e0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.activity-btn-icon,
.activity-slide-arrow button,
.activity-txt button,
.arrow-btn a,
.arrow-btn-icon,
.arrow-btn-icon svg,
.form-btn-icon,
.form-btn-icon svg,
.form-element button,
.main-slide-arrow button,
.news-list .less-news-txt button,
.news-list .news-btn-icon {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.arrow-btn a,
.arrow-btn-icon,
.arrow-btn-icon svg {
  transition: 0.2s ease-in-out;
}
.submenu-content ul li a:hover::before {
  width: 100%;
}
.subcat-img {
  top: 0;
  right: 20px;
  display: none;
  z-index: 99;
}
.subcat-img img {
  width: 380px;
  height: 280px;
  object-fit: cover;
}
.activity-info-txt,
.checkbox-group .checkbox:nth-child(n + 2),
.contact-us {
  margin: 0 0 0 20px;
}
.contact-us-icon {
  margin: 0 10px 0 0;
  padding: 10px;
  background: #2e2e2e;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.contact-us-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.contact-us-txt span {
  font-size: 1em;
  font-weight: 800;
  color: #2e2e2e;
}
.contact-us-txt p {
  color: #2e2e2e;
  margin: 2px 0 0;
  font-size: 0.9em;
}
.slide-box img {
  width: 100%;
  height: 840px;
  object-fit: cover;
  filter: saturate(1.2);
}
/* .slide-box::before {
  left: 0;
  width: 100%;
  background: linear-gradient(to left, rgb(255 255 255 / 15%), rgb(255 255 255 / 30%));
  z-index: 1;
} */
.slide-box-txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
}
.activity-slide-next,
.main-slide-next,
.partners-next,
.partners-prev {
  top: 50%;
  transform: translate(0, -50%);
}
.slide-box-txt img {
  width: 82px !important;
  height: 82px !important;
  position: relative;
}
/* *** */
.slide-box-txt .slide-box-filter {
  max-width: 700px;
  min-height: 280px;
}
.slide-box-txt .slide-box-filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto 0;
  background: rgba(256, 256, 256, 0.2);
  z-index: 2;
}

.slide-box-txt .btn, .slide-box-txt h2, .slide-box-txt p
{
  z-index: 3;
  position: relative;
}

.slide-box-txt h3 {
  padding: 20px 20px 0 20px;
  font-size: 3em;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
  position: relative;
  /* width: 50%; */
}
.slide-box-txt p {
  padding: 0 20px 0 20px;
  margin: 10px 0 0;
  color: #2456ad;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.02rem;
  width: 80%;
  padding-bottom: 80px;
}
.slide-box-txt .btn {
  display: flex;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left  : 20px;
}
.arrow-btn a {
  margin: 20px 0 0;
  padding: 10px 20px;
  background: #ffffff2b;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.arrow-btn a:hover {
  background: #fff;
  color: #ed0928;
}
.arrow-btn-icon {
  margin: 0 0 0 15px;
  background: rgb(255 255 255 / 95%);
  padding: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.arrow-btn-icon svg {
  width: 15px;
  height: 15px;
  fill: #ed0928;
}
.activity-slide-arrow button,
.main-slide-arrow button {
  width: 30px;
  height: 110px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.2s ease-in-out;
}
.activity-slide-arrow button svg,
.main-slide-arrow button svg {
  width: 24px;
  height: 24px;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.activity-slide-arrow button:hover svg,
.main-slide-arrow button:hover svg {
  color: #2e2e2e;
}
.activity-slide-prev,
.main-slide-prev {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.activity-slide-next,
.main-slide-next {
  right: 0;
}
.slide-divider {
  position: absolute;
  margin-bottom: -21rem;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 10;
}
.slide-divider svg {
  position: relative;
  display: block;
  width: 100%;
}
.slide-divider path {
  fill: url(#myGradient);
  height: 700px;
}
.partners {
  margin-top: 100px;
  background: url("../images/bg.webp") center/cover fixed;
  filter: saturate(1.5);
  background-blend-mode: difference;
}
.infobar,
.less-contact,
.principles,
.promo-video-area,
.promotion-area,
.raq-banner {
  margin: 100px 0 0;
}
.infobar ul {
  margin: -15px;
}
.infobar ul li {
  padding: 15px;
}
.infobar-icon {
  width: 155px;
  height: 155px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -moz-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -ms-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -o-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  transition: 0.3s ease-in-out;
}
.infobar-icon-box {
  width: 120px;
  height: 120px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  filter: saturate(1.4);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.gallery-box a img,
.instagram-box,
.instagram-on {
  transition: 0.3s ease-in-out;
}
.infobar-box:hover .infobar-icon-box {
  border: 1px dashed #ed0928;
}
.infobar-icon-box svg {
  width: 75px;
  height: 75px;
}
.bank-acc-info{
  padding: 0 20px;
}
.bank-acc-info:nth-child(n+2),
.benefits-tab-box:nth-child(n + 2),
.brands-list-content,
.client-says-arrows,
.client-says-name,
.contact-info .social p:nth-child(n + 2),
.infobar-txt,
.job-list,
.main-search-suggest .main-search-suggest-box:nth-child(n + 2),
.news-content > ul,
.stable-page ul {
  margin: 20px 0 0;
}
.activity-info-txt span,
.infobar-txt span,
.popular-product span {
  color: #2e2e2e;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  margin-top: 20px;
}
.popular-product img{
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
}
.infobar-txt p {
  margin: 10px 0 0;
  color: #2e2e2e;
  font-size: 1em;
  line-height: 1.6;
}
.account-box-head,
.corporate-wdh-top,
.head,
.job-list-head,
.raq-info {
  margin: 0 0 15px;
}
.head span {
  font-size: 16px;
  display: inline-block;
  color: #00ac65;
  text-transform: uppercase;
  font-weight: 700;
}
.activity-content-txt h3,
.head h1,
.head h2,
.head h3,
.head h4,
.head h5,
.head h6,
.mv-box-txt h3 {
  color: #2e2e2e;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 0px;
}
.partners-area {
  padding: 0 60px;
}
.partners-slide {
  padding: 20px 0;
}
.partners-box {
  padding: 10px;
  background: #fff;
  border-radius: 35px;
  box-shadow: rgb(120 20 20 / 20%) 0 25px 20px -20px;
}
.partners-box img {
  width: 100%;
  object-fit: contain;
  height: 70px;
}
.partners-prev {
  left: 0;
  padding: 10px;
  z-index: 10;
}
.partners-next {
  right: 0;
  padding: 10px;
  z-index: 10;
}
.client-arrow button,
.ha-arrow button,
.partners-arrow button {
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #ed0928;
}
.client-arrow button svg,
.ha-arrow button svg,
.partners-arrow button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
/* .less-about {
  padding: 100px 0;
  background: url("../images/circle-bg.webp") center/cover;
  background-blend-mode: difference;
} */
/* .activity-content-box.flex-row-reverse .activity-content-txt,
.alphabet-img,
.less-about-img,
.principles-box.flex-row-reverse .principles-txt,
.product-list-left {
  padding: 0 0 0 60px;
} */
.product-list-left {
  padding: 0 60px 0 0;
}
.less-about-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.1) 0 8px 24px,
    rgba(17, 17, 26, 0.1) 0 16px 56px; */
}

.less-about-img .big-note-box {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  background: #00ac65;
  color: #fff;
  position: absolute;
  right: 30px;
  bottom: -30px;
  z-index: 1;
  padding: 40px;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.less-about-img .big-note-box h4 {
  width: 100%;
  display: block;
  font-size: 26px;
  margin-bottom: 20px;
}
.less-about-img .big-note-box p {
  display: block;
  margin: 0;
  color: #fff;
}

.less-about-img .big-note-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 0;
  border-color: transparent transparent #00ac65 transparent;
  position: absolute;
  top: -20px;
  left: 30px;
}


.activity-img img,
.activity-img::before,
.news-list .less-news-img::before,
.product-img {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
.less-news-box:hover {
  filter: grayscale(1);
}
.activity-content-txt p,
.corporate-wdh-top p,
.less-about-txt p,
.less-news-head p,
.mv-box-txt p,
.news-content p,
.news-head-title p,
.principles-txt p,
.stable-page p,
.about-two-content p {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
font-weight:400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.less-about-txt .head,
.less-news-head .head {
  margin: 0;
}
/* .activity-box:hover .activity-txt button,
.activity-txt button:hover,
.form-element button:hover,
.less-about .arrow-btn a:hover,
.less-news-head .arrow-btn a:hover,
.news-list .less-news-box:hover .less-news-txt button {
  background: #2e2e2e;
  color: #fff;
} */
.activity-box:hover .activity-btn-icon,
.activity-txt button:hover .activity-btn-icon,
.form-element button:hover .form-btn-icon,
.less-about .arrow-btn a:hover .arrow-btn-icon,
.less-news-head .arrow-btn a:hover .arrow-btn-icon,
.news-list .less-news-box:hover .news-btn-icon {
  background: #3b3b3b;
}
.less-news {
  padding-top: 100px;
  margin-top: 100px;
  background:#F6F6F6;
  background-blend-mode: difference;
}
.less-news .swiper-slide{
  background: #F6F6F6;
}
.less-about-txt
{
  padding: 0 0 0 100px;
}
.reverse .less-about-txt
{
  padding: 0 100px 0 0;
}
.about-info-area ul li,
.activity-areas ul li,
.brands-list-content ul li,
.contact-info .social ul li,
.contact-info > ul > li,
.contact-map,
.contact-social ul li,
.faq-list ul li,
.form-element,
.gallery ul li,
.input-element,
.instagram-area ul li,
.job-list ul li,
.less-news-list ul li,
.mission-vision ul li,
.news-content-gallery ul li,
.news-list ul li,
.product-list-area ul li,
.social-login-options ul li {
  padding: 10px;
}
.activity-content ul li:nth-child(n + 2),
.less-news-list ul li:nth-child(2),
.list-item-not-found,
.news-content-gallery,
.pagination,
.principles-list .principles-box:nth-child(n + 2),
.product-list {
  margin: 60px 0 0;
}
.category-description {
  margin-top: 30px;
  padding: 10px;
}
.category-description span { color: #878787; }
.less-news-list ul li:nth-child(3) {
  margin: -60px 0 0;
}
.less-news-img img {
  width: 100%;
  height: 400px;
  background: #f5f5f5;
  object-fit: cover;
  transform-origin: top right;
}
.activity-txt,
.contact-map-info,
.less-news-txt {
  padding: 30px 30px 30px 0;
  background: #fff;
  border-left: none;
}
.less-news-date svg {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  fill: #555555;
}
.instagram-box img,
.instagram-on {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.less-news-date p,
.other-news-txt p {
  color: #555;
  font-size: 0.9em;
}
.less-news-txt span {
  margin: 20px 0 0;
  font-weight: 800;
  color: #2e2e2e;
  font-size: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.client-says-content span {
  color: #2e2e2e;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 500;
}
.client-says-content p {
  margin: 20px 0 0;
  color: #9fa4af;
  font-size: 1.2em;
  line-height: 1.7;
  font-weight: 500;
}
.client-says-name span {
  font-weight: 700;
  color: #ed0928;
  font-size: 1.1em;
  text-transform: uppercase;
}
.client-says-name p {
  margin: 0 0 0 10px;
  color: #555;
  font-size: 1.1em;
  font-weight: 700;
}
.client-says-name p::before {
  content: "/";
  margin: 0 10px 0 0;
  font-size: 1.1em;
  font-weight: 500;
  color: rgba(145, 151, 159, 0.3);
}
.instagram-area span {
  color: #2e2e2e;
  font-weight: 800;
  font-size: 1.1em;
  margin: 0 0 20px;
}
.instagram-box img {
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.instagram-on {
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(237, 9, 40, 0.5);
  opacity: 0;
  visibility: hidden;
}
.form-element input,
.form-element textarea {
  padding: 12px 20px;
  outline: 0;
  border: 1px solid #d1d3d2;
}
.instagram-on svg {
  width: 30px;
  height: 30px;
  color: #fff;
}
.form-element label {
  display: flex;
  margin: 0 0 10px;
  color: #2e2e2e;
  font-size: 1em;
  font-weight: 700;
}
.form-element{
  padding: 15px;
}
.form-element input,
.form-element textarea,
.form-element > select {
  width: 100%;
  color: #2e2e2e;
  font-size: 0.9em;
}
.form-element input {
  font-weight: 400;
  border: 1px solid #d1d3d2;
}
.form-element textarea {
  font-weight: 400;
  border: 1px solid #d1d3d2;
  min-height: 110px;
  resize: none;
}
.activity-info-icon,
.product-img {
  /* -webkit-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -moz-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -ms-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -o-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  box-shadow: 0 0 15px rgba(10, 24, 28, 0.07); */
}
.form-element > select {
  padding: 12px 48px 12px 15px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 400;
  border: 1px solid #eaeaea;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
    calc(100% - 15px) no-repeat;
  background-size: 18px;
}
.form-element button {
  padding: 10px 20px;
  background: #ed0928;
  color: #fff;
  font-size: 0.95em;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.activity-btn-icon,
.form-btn-icon,
.news-list .news-btn-icon {
  margin: 0 0 0 15px;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.form-btn-icon svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  transition: 0.2s ease-in-out;
}
.less-contact-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
/* .page-top {
  margin: 0 0 100px;
} */
.page-top img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.page-top-on {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2a338f, #1090cf);
}
.page-top-on h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: -2px;
  letter-spacing: 1px;
}
.breadcrumb {
  padding: 15px 0;
}
.breadcrumb-divider svg {
  width: 16px;
  height: 16px;
  fill: #e0e0e0;
  margin: 0;
}
.other-news ul li:nth-child(n + 2),
.page-top-breadcrumb {
  margin: 10px 0 0;
}
.page-top-breadcrumb ul {
  margin: 0 -5px;
  justify-content: start;
}
.page-top-breadcrumb ul li a {
  padding: 5px 10px;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.footer-bottom a:hover,
.footer-nav .logo a h1,
.footer-nav ul li a:hover,
.footer-nav ul li a:hover svg,
.page-top-breadcrumb ul li:last-child a {
  color: #fff;
}

.activity-img::before,
.news-list .less-news-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 15px 15px 0 0;
}
.activity-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.activity-txt span {
  font-weight: 800;
  color: #2e2e2e;
  font-size: 1.5em;
}
.activity-txt button,
.news-list .less-news-txt button {
  margin: 20px 0 0;
  padding: 10px 25px;
  background: #ed0928;
  color: #fff;
  font-weight: 800;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  transition: 0.2s ease-in-out;
}
.activity-btn-icon svg,
.news-list .news-btn-icon svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* .activity-areas::before,
.gallery::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  top: 0;
  left: 100px;
  width: 500px;
  height: 500px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: -10;
} */
/* .activity-areas::after,
.gallery::after {
  content: "";
  position: absolute;
  background: #ed0928;
  opacity: 0.5;
  bottom: 0;
  right: 100px;
  width: 500px;
  height: 500px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: -10;
} */
.activity-slide-box img {
  width: 100%;
  height: 495px;
  object-fit: cover;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.activity-infos,
.brands-list,
.brands-list .brands-list-area:nth-child(n + 2),
.contact-social {
  margin: 0;
}
.activity-info-icon {
  width: 100px;
  height: 100px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.account-box,
.contact-info,
.main-search-suggest,
.main-search-suggest-box > ul > li > a,
.news-gallery-box a img,
.p-list-top-container ul li button,
.pagination ul li a,
.pagination ul li span {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.activity-info-icon svg {
  width: 60px;
  height: 60px;
}
.activity-info-txt p {
  color: #9fa4af;
  font-size: 0.85em;
  line-height: 1.6;
}
.product-list-top {
  padding: 0 0 10px;
  margin: 0 0 40px;
}
.p-list-top-container ul li button {
  padding: 10px;
  color: #40484e;
  border-radius: 10px;
  font-size: 0.75em;
  font-weight: 700;
  border: 1px solid #e0e0e0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.p-list-top-container ul li button svg {
  width: 14px;
  height: 14px;
  color: #91979f;
}
.modal-head,
.p-list-top-container ul li button:hover {
  background: #f8f9fa;
}
.p-list-top-container ul li a {
  padding: 8px 10px;
  font-size: 0.8em;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #173783;
  cursor: pointer;
}
.checkbox-icon,
.checkbox-icon::before,
.other-news-box a,
.pagination ul li a {
  transition: 0.3s ease-in-out;
}
.p-list-top-left button {
  color: #555;
  font-size: 0.9em;
  font-weight: 400;
}
.p-list-top-left button svg {
  margin: 0 10px 0 0;
  fill: #173783;
  width: 35px;
  height: 35px;
}
.alphabet ul,
.p-list-top-right ul,
.pagination ul {
  margin: -5px;
}
.alphabet ul li,
.mobile-nav-head button,
.p-list-top-right ul li button,
.pagination ul li,
.product-filter-head button {
  padding: 5px;
}
.p-list-top-right ul li button svg {
  width: 20px;
  height: 20px;
  fill: #e0e0e0;
}
.view-btn-active svg {
  fill: #2e2e2e !important;
}
.p-list-top-right span {
  margin: 0 0 0 25px;
  color: #555;
  font-size: 0.85em;
  font-weight: 400;
}
.product-list-filter {
  background: #fff;
  max-height: 100%;
}
.plist-filter-top {
  margin: 0 0 10px;
}
.plist-filter-top button {
  width: 100%;
  font-size: 0.9em;
  color: #fff !important;
  font-weight: 600;
}
.plist-filter-top button:first-child {
  border: 1px solid #2e2e2e;
  padding: 17px 10px;
  color: white;
  background-color: #173783;
}
.plist-filter-top button:last-child {
  margin: 10px 0 0;
  padding: 15px 10px;
  transition: 0.3s ease-in-out;
}
/* .plist-filter-top button:last-child:hover {
  background: #f4f4f4;
} */
.plist-filter-top button:last-child span {
  border-bottom: 1px solid #ed0928;
}
.products-filter-box-header {
  padding: 20px;
  cursor: pointer;
}
.products-filter-box-header span {
  color: #2e2e2e;
  letter-spacing: 0.08em;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
}
.products-filter-box-header button svg {
  width: 20px;
  height: 20px;
  color: #2e2e2e;
  transform: rotate(-180deg);
}
.products-filter-box-scroll {
  max-height: 230px;
  overflow-y: scroll;
}
.products-filter-box-scroll::-webkit-scrollbar {
  width: 7px;
  border-radius: 3px;
}
.products-filter-box-scroll::-webkit-scrollbar-track {
  background: #fff;
}
.products-filter-box-scroll::-webkit-scrollbar-thumb {
  background: 0 0;
}
.products-filter-box-content {
  padding: 0 20px 20px;
}
.products-filter-box-content ul {
  margin: -7px -4px;
}
.product-box-badges ul li:nth-child(n + 2),
.product-txt p {
  margin: 5px 0 0;
}
.products-filter-box-content ul li {
  padding: 7px 4px;
}
.checkbox label input {
  display: none;
}
.checkbox label input:checked + .checkbox-icon {
  background: #173783;
  border-color: transparent;
}
.checkbox label input:checked + .checkbox-icon::before {
  opacity: 1;
}
.checkbox-icon {
  margin: 0 10px 0 0 !important;
  margin-bottom: 0 !important;
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.checkbox-icon::before {
  content: "";
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0 solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 0 solid transparent;
}
.product-img {
  border-radius: 15px 15px 0 0;
}
.product-box {
  min-height: 110px !important;
  height: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -moz-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -ms-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -o-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.product-img img {
  width: 100%;
  object-fit: cover;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.product-txt {
  /* min-height: 110px !important;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -moz-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -ms-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -o-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px; */
}
.product-txt h6 {
  color: #ed0928;
  font-weight: 800;
  font-size: 1em;
}
.product-txt span {
  margin: 5px 0 0;
  color: #2e2e2e;
  font-weight: 600;
  font-size: 16px;
}
.product-txt p {
  color: #9fa4af;
  font-weight: 500;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-box-badges {
  top: 20px;
  left: 20px;
}
.mobile-nav-logo a img,
.mobile-nav-logo a svg,
.product-box-badge svg {
  width: 80px;
}
.pagination ul li span {
  padding: 10px;
  color: #2e2e2e;
  border-radius: 10px;
  font-size: 0.95em;
  font-weight: 400;
  border: 1px solid #ddd;
}
.pagination ul li a {
  padding: 10px 15px;
  color: #2e2e2e;
  border-radius: 10px;
  font-size: 0.95em;
  font-weight: 400;
  border: 1px solid #ddd;
}
.pagination ul li a:hover {
  background: #fff;
  color: #ed0928;
  border-color: #ed0928;
}
.pagination ul li.active a {
  color: #fff;
  background: #ed0928;
  border-color: #ed0928;
}
.about {
  padding-top: 100px;
}
.about-info {
  padding: 200px 0;
  position: relative;
  z-index: -1;
  background: url(../images/infobar-bg.png) center/cover fixed;
  background-blend-mode: difference;
}
.about-info::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.job-list-box::before,
.other-news::before {
  content: "";
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  position: absolute;
}
.about-info-area ul li span {
  color: #fff;
  font-weight: 700;
  font-size: 3.5em;
}
.about-info-area ul li p {
  margin: 10px 0 0;
  font-weight: 600;
  color: #fff;
  font-size: 1.3em;
}
.about-info-icon,
.checkbox-p {
  margin: 0 0 20px;
}
.about-info-icon svg {
  width: 100px;
  height: 100px;
  fill: #fff;
}
.mission-vision {
  margin: 100px 0 0;
  scroll-margin-top: 300px;
}
.mv-box-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.mv-box-txt {
  padding: 20px 0 0;
}
.gallery-box img,
.principles-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.gallery-box img:hover {
  transform: scale(1.1);
}

.job-list-head span,
.principles-txt h5 {
  font-weight: 800;
  color: #2e2e2e;
  font-size: 2.2em;
}
.alphabet ul li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: rgba(9, 28, 46, 0.08) 0 0.25rem 1rem 0;
  -moz-box-shadow: rgba(9, 28, 46, 0.08) 0 0.25rem 1rem 0;
  -ms-box-shadow: rgba(9, 28, 46, 0.08) 0 0.25rem 1rem 0;
  -o-box-shadow: rgba(9, 28, 46, 0.08) 0 0.25rem 1rem 0;
  box-shadow: rgba(9, 28, 46, 0.08) 0 0.25rem 1rem 0;
}
.alphabet-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.brands-list-head span {
  font-size: 1.3em;
  color: #2e2e2e;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.brands-list-head {
  scroll-margin-top: 270px;
  display: flex;
  align-items: center;
}
.brands-list-box a img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  padding: 10px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.brands-list-box a span {
  font-size: 0.9em;
  color: #2e2e2e;
  font-weight: 400;
  margin: 10px 0 0;
  text-align: center;
}
.news-content > ul > li,
.news-list .less-news-txt > p,
.stable-page ul li {
  color: #555;
  font-size: 1.1em;
  line-height: 1.7;
}
.news-list .less-news-txt span {
  -webkit-line-clamp: 1;
  display: block;
}
.news-list .less-news-txt > p,
.other-news-txt span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list .less-news-txt > p {
  margin: 10px 0 0;
  -webkit-line-clamp: 3;
}
.news-list .less-news-img img {
  height: 350px;
}
.news-head img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.news-head-title {
  margin: 0 0 30px;
}
.news-content h2,
.news-head-title h1,
.news-head-title h2 {
  margin: 20px 0 0;
  font-size: 2.5em;
  color: #2e2e2e;
  font-weight: 700;
}
.news-content span {
  margin: 20px 0 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #ed0928;
}
.news-content > ul > li:nth-child(n + 2) {
  margin: 7px 0 0;
}
.news-content > ul > li:before,
.stable-page ul li::before {
  margin: 0 10px 0 0;
  content: "●";
  color: #ed0928;
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1.7;
}
.news-video-container {
  margin: 20px 0 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.news-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.news-gallery-box a img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
}
.news-right {
  padding: 0 0 0 100px;
}
.news-right-sticky,
.raq-left-sticky {
  top: 300px;
}
.other-news {
  padding: 40px;
  background: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.other-news::before {
  width: calc(100% - 80px);
  background: #ed0928;
}
.other-news > span {
  font-size: 1.3em;
  color: #2e2e2e;
  font-weight: 700;
  margin: 0 0 20px;
}
.other-news-box a {
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.other-news-img {
  overflow: hidden;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.other-news-img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  transition: transform 0.5s;
}
.other-news-box a:hover .other-news-img img {
  transform: scale(1.1);
}
.other-news-txt {
  padding: 0 0 0 10px;
}
.other-news-txt span {
  margin: 5px 0 0;
  color: #2e2e2e;
  font-size: 1em;
  font-weight: 700;
  -webkit-line-clamp: 2;
  transition: 0.3s ease-in-out;
}


.products-list-desc {
  margin: 60px 0 0;
  font-size: 0.8em;
  color: #000;
  font-weight: 400;
}
.products-list-desc .container {
  padding: 60px 0 0;
  border-top: 1px solid #f5f5f5;
}
.products-list-desc h1,
.products-list-desc h2,
.products-list-desc h3,
.products-list-desc h4,
.products-list-desc h5,
.products-list-desc h6 {
  color: #484848;
  font-size: 1.1em;
  font-weight: 700;
}
.products-list-desc p {
  color: #555;
  font-size: 1em;
  line-height: 1.6;
  margin: 20px 0 0;
}
.products-list-desc span {
  display: block;
  color: #2e2e2e;
  font-size: 1.1em;
  font-weight: 800;
  margin: 20px 0 0;
}
.products-list-desc a {
  color: #555;
  font-size: 1m;
  line-height: 1.6;
}
.newsletter-box-input input,
.rqa-form-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.raq-left {
  padding: 0 100px 0 0;
}
.raq-info span {
  font-size: 1.2em;
  font-weight: 700;
  color: #ed0928;
  margin: 0 0 5px;
}
.raq-info h2 {
  font-size: 2.3em;
  color: #2e2e2e;
  font-weight: 700;
}
.raq-info p,
.raq-info-call p {
  margin: 20px 0 0;
  font-weight: 400;
  color: #9b9b9b;
  font-size: 1.1em;
  line-height: 23px;
}
.raq-info-call {
  padding: 40px 0 0;
  border-top: 2px solid #eaeaea;
}
.raq-info-call span {
  font-size: 1.2em;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0 0 5px;
}
.raq-info-call h3 {
  font-size: 2.3em;
  color: #49ab3c;
  font-weight: 700;
}
.rqa-form-box > span {
  font-size: 2em;
  color: #2e2e2e;
  font-weight: 700;
  margin: 0 0 20px;
}
.rqa-form-box p {
  font-size: 1em;
  color: #2e2e2e;
  font-weight: 700;
}
.checkbox label {
  cursor: pointer;
  color: #2e2e2e;
  font-size: 0.9em;
  font-weight: 400;
}
.rqa-form-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(10, 24, 28, 0.12);
  -moz-box-shadow: 0 0 20px rgba(10, 24, 28, 0.12);
  -ms-box-shadow: 0 0 20px rgba(10, 24, 28, 0.12);
  -o-box-shadow: 0 0 20px rgba(10, 24, 28, 0.12);
  box-shadow: 0 0 20px rgba(10, 24, 28, 0.12);
}
.corporate-wdh-box-image img,
.modal-in-img img,
.raq-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.raq-banner-txt {
  background: #f5f5f5;
  padding: 100px;
}
.raq-banner-txt p {
  margin: 20px 0 0;
  font-weight: 400;
  color: #2e2e2e;
  font-size: 1.1em;
  line-height: 1.7;
}
.raq-banner-txt ul {
  margin: 60px -20px -20px;
}
.raq-banner-txt ul li .corp-info-process-icon svg {
  fill: #ed0928;
  width: 70px;
  height: 70px;
}
.raq-banner-txt ul li span {
  margin: 20px 0 0;
  font-size: 1.5em;
  color: #2e2e2e;
  font-weight: 800;
  text-transform: unset;
}
.raq-banner-txt ul li p {
  margin: 20px 0 0;
  font-weight: 400;
  color: #2e2e2e;
  font-size: 1em;
}
.contact-info > ul > li p,
.contact-info > ul > li > a,
.contact-social ul li a {
  margin: 0 0 0 15px;
  font-size: 1em;
  font-weight: 400;
  color: #2e2e2e;
}
.benefits-tab-box {
  cursor: pointer;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.benefits-tab-box:hover {
  border-color: #ed0928;
}
.benefits-tab-head {
  cursor: pointer;
  padding: 30px;
}
.benefits-tab-head span {
  font-size: 1.15em;
  color: #2e2e2e;
  font-weight: 700;
}
.benefits-tab-head button svg {
  width: 21px;
  height: 21px;
  color: #2e2e2e;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.benefits-tab-content {
  padding: 10px 30px 30px;
  border-top: 1px solid #e1e1e1;
  display: none;
}
.benefits-tab-content-info-box p {
  margin: 20px 0 0;
  font-weight: 400;
  color: #555;
  font-size: 1em;
  line-height: 23px;
}
.contact-map #map,
.contact-map #map2 {
  width: 100%;
  height: 350px;
}
.contact-map-info span {
  font-size: 20px;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-map-info p {
  margin: 15px 0 0;
  font-size: 1em;
  font-weight: 400;
  color: #2e2e2e;
}
.bank-acc-accounts,
.contact-if {
  margin: 0 0 30px 0;
}
.contact-info {
  padding: 30px;
  background: #f5f5f5;
  border-radius: 10px;
}
.contact-info-icon,
.contact-info > ul > li:hover .contact-info-icon,
.contact-social ul li:hover .contact-info-icon {
  background: #ed0928;
}
.contact-info span {
  margin: 0 0 30px;
  color: #2e2e2e;
  font-size: 1.5em;
  font-weight: 300;
}
.contact-info .social p {
  color: #2e2e2e;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 21px;
}
.contact-info .social p a {
  font-weight: 500;
}
.contact-info-icon {
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.contact-info > ul > li > a,
.contact-social ul li a,
.footer-nav ul li a,
.footer-nav ul li a svg,
.footer-nav ul li span svg,
.work-hours {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}
.contact-info-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.contact-info > ul > li > a,
.contact-social ul li a {
  transition: color 0.2s ease-in-out;
}
.contact-info .social {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #d4d4d4;
}
.contact-info .social ul li a {
  padding: 0;
}
.contact-info .social ul li a svg {
  width: 28px;
  height: 28px;
  fill: #2e2e2e;
  transition: 0.2s ease-in-out;
}
.contact-info .social ul li a svg:hover {
  width: 28px;
  height: 28px;
  fill: #ed0928;
}
.contact-form {
  padding: 0 15px;
}
.contact-form textarea {
  min-height: 200px;
}
.account-box {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f2f4f6;
}
.account-box-image img,
.input-element > button,
.input-element > select,
.social-login-options ul li button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  font-size: 1em;
}
.account-box-content {
  padding: 60px 20px 40px;
}
.account-box-head span {
  letter-spacing: 1px;
  color: #2e2e2e;
  font-size: 1.5em;
  font-weight: 700;
}
.account-box-head p {
  margin: 10px 0 0;
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
}
.account-box-bottom,
.social-login-options {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e0e0e0;
}
.social-login-options p {
  color: #929ba7;
  font-size: 1.1em;
  font-weight: 600;
}
.social-login-options ul {
  margin: 10px -10px 0;
}
.social-login-options ul li button {
  border-radius: 10px;
  padding: 15px 40px;
  background: #147ce5;
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
}
.social-login-facebook {
  background: #4064ad !important;
  color: #fff;
}
.social-login-apple {
  background: #000 !important;
  color: #fff;
}
.social-login-google {
  background: #f5f5f7 !important;
  color: #888 !important;
}
.social-login-google svg {
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
}
.social-login-facebook svg {
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
}
.social-login-apple svg,
.social-login-facebook svg {
  fill: #fff;
}
.account-box-bottom p {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}
.account-box-bottom p a {
  font-size: inherit;
  font-weight: 700;
}
.account-box-image img {
  height: 100%;
  object-fit: cover;
  background: #e0e0e0;
  border-radius: 10px;
}
.main-search-suggest {
  top: calc(100% + 10px);
  left: 0;
  z-index: 100;
  padding: 11px 15px;
  width: 100%;
  outline: 0;
  border-radius: 10px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: #fff;
  -webkit-box-shadow: rgb(18 25 37 / 5%) 0 1px 2px 0;
  -moz-box-shadow: rgba(18, 25, 37, 0.05) 0 1px 2px 0;
  -ms-box-shadow: rgba(18, 25, 37, 0.05) 0 1px 2px 0;
  -o-box-shadow: rgba(18, 25, 37, 0.05) 0 1px 2px 0;
  box-shadow: rgb(18 25 37 / 5%) 0 1px 2px 0;
  border: 1px solid #e2e8f0;
  display: none;
}
.main-search-suggest-box > span {
  color: #2e2e2e;
  font-size: 0.9em;
  font-weight: 800;
  padding: 0 0 10px;
  border-bottom: 1px solid #e0e0e0;
}
.main-search-suggest-box > ul > li > a {
  padding: 11px 5px;
  color: #2e2e2e;
  font-size: 0.9em;
  font-weight: 500;
  transition: 0.3s ease-in;
  border-radius: 10px;
}
.footer-nav ul li a,
.work-hours {
  transition: color 0.2s ease-in-out;
}
.suggest-close {
  top: 7px;
  right: 16px;
  z-index: 99;
}
.suggest-close button {
  padding: 5px;
  background: #173783;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.suggest-close button svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.search-suggest-img {
  margin: 0 20px 0 0;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.human-resources .corporate-wdh-box-text {
  padding: 30px;
}
.corporate-wdh-top .head {
  margin: 0 !important;
}
.job-list-box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgb(10 24 28 / 7%);
  -moz-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -ms-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  -o-box-shadow: 0 0 15px rgba(10, 24, 28, 0.07);
  box-shadow: 0 0 15px rgb(10 24 28 / 7%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.job-list-box::before {
  width: calc(100% - 60px);
  background: #ed0f0f;
}
.job-list-box span {
  font-weight: 800;
  color: #2e2e2e;
  font-size: 1.1em;
}
.stable-page {
  width: 800px;
  padding-top: 100px;
}
.stable-page h1 {
  font-size: 2.2em;
  color: #2e2e2e;
  font-weight: 800;
}
.stable-page h2,
.stable-page h3,
.stable-page h4,
.stable-page h5,
.stable-page h6 {
  margin: 0 0 20px 0;
  font-size: 1.8em;
  color: #2e2e2e;
  font-weight: 800;
}
.stable-page p strong {
  font-weight: 600;
}
.stable-page p a,
.stable-page ul li a {
  text-decoration: underline;
  font-weight: 600;
}
.stable-page a {
  font-weight: 600;
  color: #555;
}
.stable-page span {
  color: #2e2e2e;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6;
  margin: 20px 0 0;
}
.promo-video {
  width: 800px;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.promo-video-iframe {
  position: relative;
  padding-bottom: 56.25%;
}
.promo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-activity {
  margin: 100px 0 0;
  padding: 100px 0;
  background: #fcf8ef;
}
.ha-arrows {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ha-next,
.ha-prev {
  top: 60%;
  transform: translate(0, -50%);
  padding: 10px;
  z-index: 10;
}
.ha-prev {
  left: -60px;
}
.ha-next {
  right: -60px;
}
.bank-acc-accounts ul li,
.bank-acc-box {
  padding: 20px;
  height: 100%;
  display: flex;
}
.activity-content-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
/* .bank-acc-accounts ul,
.footer-navs {
  margin: -20px;
} */
.bank-acc-box {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bank-acc-img img {
  width: 200px;
  height: 100%;
}
.bank-acc-info span {
  font-weight: 800;
  color: #2e2e2e;
}
.bank-acc-info p {
  margin: 0 0 0 5px;
  color: #555;
}
.list-item-not-found h4 {
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
}
.list-item-not-found svg {
  width: 150px;
  height: 150px;
  margin: 20px 0;
}
.list-item-not-found span {
  font-size: 1.3em;
  padding: 10px 20px;
  background: #173783;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
}
.newsletter {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 40px;
  background: url("/assets/images/bg-news.jpg");
  width: 100%;
  border-radius: 12px;
  z-index: 1;
}
.newsletter-box-text span {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  display: inline;
}
.newsletter-box-text p {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}
.newsletter-box-text img {
width: 60px;
display: inline;
margin-right: 20px;
}
.newsletter-box-input input {
  padding: 25px 169px 25px 64px;
  width: 570px;
  outline: 0;
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(63, 61, 86, 0.1);
}
.newsletter-box-input button {
  padding: 16px 28px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #3aa92c;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}
.work-hours,
.work-hours span {
  font-size: .9em !important;
  font-weight: 400 !important;
}
.newsletter-box-input-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
  margin: 0 10px 0 0;
}
.newsletter-box-icon svg {
  width: 100px;
  height: 80px;
  fill: #fff;
  margin: 0 20px 0 0;
}
.work-hours {
  margin: 20px 0 0 !important;
  color: #fff !important;
  width: 100%;
  text-align: start;
  text-transform: none !important;
}
.footer {
  background: #173783;
}
.footer > .container {
  padding: 160px 0 20px;

}
.footer-nav .logo {
  left: 0;
  transform: translate(0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer-nav .logo a {
  width: 230px;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  margin-right: auto;
}
.footer-logo a img,
.footer-logo a svg {
  width: 180px;
}
.footer-nav span {
  margin: 0 0 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
}
.footer-bottom a,
.footer-bottom span,
.footer-nav ul li a,
.footer-nav ul li span,
.footer-sec-logo p {
  color: #fff;
  font-weight: 400;
}
.footer-nav ul li a {
  padding: 7px 0;
  font-size: 1rem;
}
.footer-nav ul li a svg,
.footer-nav ul li span svg {
  flex-shrink: 0;
  margin: 2px 10px 0 0;
  width: 16px;
  height: 16px;
  color: #fff;
  fill: #fff;
  transition: color 0.2s ease-in-out;
}
.footer-nav ul li span {
  padding: 7px 0;
  font-size: 1rem;
}
.footer-bottom > .container {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-head,
.modal-in {
  padding: 25px;
}
.footer-bottom span {
  font-size: 1rem;
}
.footer-bottom a {
  font-size: 1rem;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer-sec-logo img {
  width: 60px;
}
.footer-sec-logo p {
  font-size: 0.85em;
  margin: 0 0 0 10px;
}
.mobile-circle {
  bottom: 120px;
  right: 40px;
  z-index: 777;
  position: fixed;
}
.mobile-circle a,
.status-icon {
  width: 60px;
  height: 60px;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  background: #49ab3c;
  border-radius: 100%;
  cursor: pointer;
}
.status-icon {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.live {
  position: absolute;
  -webkit-transition: 5s ease-in-out;
  -o-transition: 5s ease-in-out;
  transition: 5s ease-in-out;
  background: #49ab3c;
}
.mobile-circle a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  animation: 2.5s linear 0.1s infinite rubberBand;
}
.delay1 {
  animation: 2.5s linear 0.1s infinite waves;
}
.delay2 {
  animation: 2.5s linear 0.7s infinite forwards waves;
}
@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.mobile-circle a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  z-index: 9999;
}
.add-address-modal,
.announcement-image,
.announcement-text,
.bill-address-modal,
.comparison-modal,
.edit-address-modal,
.extradition-detail-modal,
.extradition-request-modal,
.form-picture-modal,
.new-ticket-modal,
.newsletter-modal,
.payment-notification-modal,
.send-comment-modal,
.send-question-modal,
.ticket-detail-modal {
  display: none;
  z-index: 99999999999999999999;
}
.modal-content {
  margin: 100px 0 0;
  width: 600px;
  background: #fff;
}
.modal-close {
  top: 0;
  right: 0;
}
.modal-close button {
  width: 40px;
  height: 40px;
}
.input-element input,
.input-element textarea {
  padding: 12px 20px;
  width: 100%;
  outline: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.modal-close button svg {
  width: 20px;
  height: 20px;
  color: #2e2e2e;
}
.modal-head span {
  color: #2e2e2e;
  font-size: 1.1em;
  font-weight: 600;
}
.input-element input,
.input-element label,
.input-element textarea,
.input-element > select {
  color: #2e2e2e;
  font-weight: 400;
  font-size: 0.9em;
}
.newsletter-modal .modal-content {
  width: 600px;
}
.input-element label {
  margin: 0 5px 10px;
  letter-spacing: 1px;
}
.input-element input {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.input-element input::-webkit-inner-spin-button,
.input-element input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-element input[type="number"] {
  -moz-appearance: textfield;
}
.input-element textarea {
  height: 100px;
  resize: none;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.input-element > select {
  padding: 10px 48px 10px 15px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
    calc(100% - 15px) no-repeat;
  background-size: 18px;
}
.input-element > button {
  padding: 15px 40px;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  background: #ed0928;
  font-size: 0.8em;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.not-found h1,
.not-found span {
  font-weight: 600;
  color: #2e2e2e;
}
.not-found {
  padding: 100px;
  background: #fff;
  height: 100vh;
}
.not-found h1 {
  font-size: 4.5em;
}
.not-found svg {
  margin: 30px 0;
  height: 300px;
}
.not-found span {
  font-size: 1.8em;
}
.not-found p {
  margin: 10px 0 0;
  color: #2e2e2e;
  font-size: 1.2em;
  font-weight: 400;
}
.not-found a {
  margin: 40px 0 0;
  padding: 15px 30px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  background:#173783;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.mobile-nav-icon button svg {
  width: 30px;
  height: 30px;
  color: #2e2e2e;
}
.mobile-nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-nav-content {
  top: 0;
  left: -999px;
  width: 320px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  transition: 0.5s;
}
.mobile-nav-content > ul > li > a,
.mobile-nav-content > ul > li > a svg {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  color: #000;
}
.mobile-nav-head,
.product-filter-head {
  padding: 15px 20px;
  background: #173783;
}
.mobile-nav-prod-list > ul {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.mobile-nav-content > ul > li > a {
  padding: 10px 20px;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.mobile-nav-content > ul > li > a svg {
  width: 25px;
  height: 25px;
  margin: 0 0 0 10px;
  transition: 0.3s ease-in-out;
}
.bg-nav-drop {
  padding: 10px 0 10px 30px;
  display: none;
  background: #f9f9f9;
}
.bg-nav-drop li a {
  padding: 10px 0;
  color: #000;
  font-size: 0.9em;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-nav-drop li a:hover,
.mobile-nav-content ul li a:hover,
.mobile-nav-content ul li a:hover svg {
  color: #ed0f0f;
}
.product-filter-area {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.product-filter-content {
  top: 0;
  left: -999px;
  width: 280px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  transition: 0.5s;
}
.product-filter-head span {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.product-filter-content .list-filter {
  padding: 0 20px;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
}

.hotline {
  display: flex;
}

.hotline p {
  color: #173783;
  font-size: 26px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.header-style-1 .hotline p {
  color: #173783 !important;
}
.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}
 .main-menu > nav > ul > li:hover .categories-dropdown-wrap {
  opacity: 1;
  visibility: visible;
} 


.main-menu > nav > ul > li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #253d4e;
  text-transform: uppercase;
}

.main-menu > nav > ul > li a:has(+ .sub-menu)::after{
  content:"\23F4";
  width: 6px;
  height: 6px;
  color: #173783;
  rotate: 270deg;
  display: inline-table;
  margin-left: 4px;
}

.hotline img {
  min-width: 35px;
  margin-right: 12px;
}

.hotline p span {
  font-weight: 500;
  font-size: 12px;
  color: #7e7e7e;
  display: block;
  letter-spacing: 0.9px;
}

.header-style-1 .header-bottom-bg-color {
  background-color: #fff;
  border-top: 1px solid #ececec;
}

.header-style-1 > .container {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.position-relative {
  position: relative;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo.logo-width-1 {
  margin-right: 70px;
}

.logo.logo-width-1 a img {
  width: 180px;
  min-width: 180px;
}

.header-wrap .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-categori-wrap {
  position: relative;
  align-self: stretch;
}

.main-categori-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.header-style-1 .main-categori-wrap > a {
  color: #fff;
  line-height: 60px;
  background: #00ac65;
  padding: 0 30px;
}

.header-style-1 .main-categori-wrap > a.categories-button-active {
  line-height: 44px;
  padding: 0 20px;
  font-size: 16px;
  height: 100%;
}

.main-categori-wrap > a span {
  margin-right: 7px;
  color: #7e7e7e;
}

.header-style-1 .main-categori-wrap > a span {
  color: #fff !important;
}

.categories-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 30px 0;
  background: #fff;
  border: 1px solid #173783;
  border-radius: 10px;
  font-size: 16px;
  min-width: 230px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
}
.categories-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

.main-categori-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.header-style-1 .categories-dropdown-active-large {
  top: 100%;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.d-flex {
  display: flex !important;
}

.main-categori-wrap .categori-dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 412px;
}

.categories-dropdown-wrap .categori-dropdown-inner > ul > div {
  padding: 0 30px;
}

.categories-dropdown-wrap .categori-dropdown-inner > ul > div > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid #f2f3f4;
  padding: 9px 18px;
  margin: 0 0 15px 0;
  height: 50px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}

.categories-button {
  cursor: pointer;
}

.categories-dropdown-wrap .categori-dropdown-inner > ul > div > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  line-height: 1.6;
  color: #253d4e;
  font-size: 16px;
}

.categories-dropdown-wrap .categori-dropdown-inner > ul > div > li a img {
  max-width: 30px;
  margin-right: 15px;
}

.categories-dropdown-wrap ul.end li {
  margin-right: 0;
}

.main-categori-wrap .categori-dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 412px;
}

.categories-dropdown-wrap .more_categories {
  margin-top: 15px;
  color: #173783;
  position: relative;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.categories-dropdown-wrap .more_categories span.icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 30px;
  margin-right: 5px;
}

.categories-dropdown-wrap .more_categories span.icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #173783;
  position: absolute;
  right: 4px;
  top: 9px;
}

.categories-dropdown-wrap .more_categories span.icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #173783;
  position: absolute;
  right: 9px;
  top: 4px;
}

.heading-sm-1 {
  font-size: 16px;
  line-height: normal;
}

.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}

.main-menu.main-menu-padding-1 > nav > ul > li {
  padding: 0 15px;
}

.main-menu.main-menu-lh-2 > nav > ul > li {
  line-height: 60px;
}

/* .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
  padding-left: 0 !important;
} */

.main-menu > nav > ul > li.hot-deals img {
  position: relative;
  margin-right: 8px;
  margin-bottom: 2px;
  display: inline;
  width: 30px;
  height: 30px;
}
a,
button,
input,
span,
h4 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu > nav > ul > li:hover > a {
  color: #173783;
}

.main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #253d4e;
  text-transform: uppercase;
}

.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}

.max-w-full{
  max-width: 100% !important;
}


.main-menu.main-menu-padding-1 > nav > ul > li {
  padding: 0 15px;
}

.main-menu.main-menu-lh-2 > nav > ul > li {
  line-height: 60px;
}

.main-menu > nav > ul > li > a.active {
  color: #173783;
}

.main-menu > nav > ul > li > a img {
  width: 20px;
  position: relative;
  margin-left: 4px;
  display: inline;
}

.categories-dropdown-wrap .categori-dropdown-inner > ul > div > li:hover {
  border: 1px solid #173783;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.categories-dropdown-wrap .categori-dropdown-inner > ul > div > li:hover > a {
  color: #173783;
  background-color: transparent;
}

.main-menu > nav ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 250px;
  padding: 25px 15px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 10px;
  z-index: 999;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.main-menu > nav ul > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
}

.main-menu > nav ul > div:hover li ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
}

.categories-button.open > a {
  color: #173783;
}

.main-menu > nav > ul > li:hover > div > a {
  color: #173783;
}

.main-menu > nav ul > li ul.sub-menu li a:hover {
  color: #173783;
}

.main-menu > nav ul > li ul.sub-menu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.main-menu > nav ul > li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}

.categori-dropdown-inner ul.sub-menu {
  left: 100% !important;
  min-height: 100%;
  top: 0 !important;
  margin-top: 0 !important;
  margin-left: 10px;
}

.main-menu > nav ul > li ul.sub-menu li a {
  font-size: 16px;
  color: #7e7e7e;
  display: block;
  padding: 0 15px;
}
.main-menu > nav ul > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.main-menu > nav ul > li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu > nav ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -25px;
}

.or-about-section-1 p {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
font-weight:400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.or-about-section-2{
  padding-top: 100px;
}

.or-about-section-2 span{
  color: #00ac65;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}

.or-about-section-2 h4{
  color: #2e2e2e;
  font-weight: 600;
  font-size: 30px;
}

.or-about-section-2 p{
  color: #2e2e2e;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  width: 60%;
  margin: 45px auto 0;
}

  blockquote {
    display: block;
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 600;
    padding-block-start: 20px;
    padding-block-end: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    border-left: 5px solid #0a4a91;
}


.btn {
  margin-top: 45px;
  position: relative;
  pointer-events: all;
}

.btn.mt-0{
  margin-top: 0;
}

.btn .icon {
  width: 24px;
  height: 24px;
  fill: white;
  color: white;
  margin-right: 5px;
}

.btn.absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a,.btn button,.btn span {
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.9em;
  font-weight: 700;
  /* border-radius: 6px; */
  background-color: #173783;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 12px 20px
}

.btn.btn-green a,.btn.btn-green button,.btn.btn-green span {
  background-color: #00ac65;
}

.btn.btn-outline a,.btn.btn-outline button,.btn.btn-outline span {
  color: #00ac65;
  border: 1px solid #00ac65;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.9em;
  font-weight: 700;
  /* border-radius: 6px; */
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 12px 20px;
  background-color:#fff
}

.btn.btn-outline a:hover:after,.btn.btn-outline button:hover:after,.btn.btn-outline span:hover:after{
  content: url('../images/icons/chevron-right-black.svg');
  color: #2e2e2e;
    width: 16px;
  height: 16px;
  opacity: 0;
  margin-left: -20px;
  display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
} 

.btn.btn-outline a:hover:after,.btn.btn-outline button:hover:after,.btn.btn-outline span:hover:after {
  margin-left: 10px;
  opacity: 1;
}

.btn a:after,.btn button:after,.btn span:after {
    content: url('../images/icons/chevron-right.svg');
  width: 16px;
  height: 16px;
  color: white;
  opacity: 0;
  margin-left: -20px;
  display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a:hover:after,.btn button:hover:after,.btn span:hover:after {
  margin-left: 10px;
  opacity: 1;
}

.btn.btn-outline a:before,.btn.btn-outline button:before,.btn.btn-outline span:before {
  border-radius: 0;
}



/* .btn a:before,.btn button:before {
  background-color: #00ac65;
  top: 0;
    left: auto;
    right: 0;
    height: 100%;
    z-index: -1;
    width: 0%;
    content: "";
    position: absolute;
    border-radius: 6px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.btn a:hover:before,.btn button:hover:before {
  left: 0;
  right: auto;
  width: 100%;
} */

.product-hero{
  padding: 40px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    display: flex;
    justify-content: start;
    align-items: end;
}

.product-hero h2 {
  color: #2e2e2e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom:15px ;
}

.product-hero p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #6b6b6b;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.product-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.product-hero .background img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.or-about-text-area {
  gap: 90px;
}

.why-us .or-about-text-area .or-about-img-text-wrapper-1 .or-section-title,.why-us .or-about-text-area .or-about-img-text-wrapper-1 .or-about-feature-wrapper {
  width: 40%;
  margin-bottom: 20px;
}

.or-about-text-area img{
  width: 50%;
}

.or-about-section-1 {
  padding-top: 100px;
}

.or-references-section .button {
  margin-top: 40px;
}

.less-news .button {
  margin-top: 40px;
}

.testimonial-section .button {
  margin-top: 40px;
}

/* .or-about-section-1 .button {
  margin-top: 0;
} */

.footer .button {
  margin-top: 0;
}


.less-news-head{
  margin: 40px 0 ;
}

.or-feature-section .or-section-body{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.or-feature-section.gray{
  background: #f8f8f8;
  margin-top: 100px;
  padding:100px 0 ;
}

.less-news-title{
  font-size: 20px;
  display: inline-block;
  color: #173783;
  text-transform: capitalize;
  font-weight: 700;
}


.or-feature-section {
  padding-top: 100px;
}

.or-section-title-3.text-center {
  margin: 0 auto;
  max-width: 570px;
}

.or-section-title-3 img {
  width: 64px
  height:64px
}

.or-section-title-3 h2 {
  color: #2e2e2e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;

}
.or-section-title-3.text-center h2 {

  padding: 0px;
}

.or-section-title-3 p {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
font-weight:600;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  max-width: 570px;
}

.or-about-img-1 {
  left: -80px;
}

/* .or-about-img-text-wrapper-1 {
  max-width: 570px;
} */

.or-section-title h2, .or-section-title h1 {
  color: #2e2e2e;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0px;
  position: relative;
}

.or-section-title h3 {
  color: #2e2e2e;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.bottom-section{
  padding-bottom: 170px;
}

.pera-content p {
  margin-bottom: 0;
}

.or-about-feature-wrapper {
  flex-wrap: wrap;
}

.or-about-feature-innebox {
  width: 100%;
  padding: 15px 0 30px 0;
  gap: 15px;
  flex-direction: column;
}

.or-about-feature-innebox .or-about-feature-icon {
  margin-right: 10px;
  display: flex;
  gap: 15px;
}

.or-about-feature-innebox .or-about-feature-icon img {
width: 20px;
}

.or-about-feature-innebox .or-about-feature-icon h3 {
font-size: 20px;
font-weight: 700;
color: #2e2e2e;
}

/* .or-about-feature-innebox .or-about-feature-text {
  width: 195px;
} */

.or-about-feature-innebox .or-about-feature-text h3 {
  color: #1a2428;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.popular-product{
  height: auto;
}

.popular-products-swiper{
  margin-top: 40px;
}

/* .mega-hover:after,.mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}

.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255,255,255,.3)
}

.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255,255,255,.6)
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear
} */

.mega-hover:hover img {
  transform: scale(1.05)
}

.vs-features-wrapper{
  padding: 100px 0;
  margin-top: 100px;
  background-color: #F6F6F6;
}

.vs-features-wrapper .shape-1{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.vs-features-wrapper .shape-2{
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}

.vs-feature-box1 {
  position: relative;
  margin-bottom: 30px;
  max-width: 280px;
}

.vs-features-wrapper  h2 {
  color: #2e2e2e;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
        margin-bottom: 30px;
        text-align: center;
}

.feature-shape img {
  position: relative;
  top: 25%;
}

.vs-feature-box1 .feature-icon {
  width: 134px;
  height: 134px;
  line-height: 134px;
  text-align: center;
  position: relative;
  box-shadow: 0px 11px 57.82px 1.18px rgba(209,193,193,.54);
  border-radius: 50%;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vs-feature-box1:hover .feature-icon {
  color: #fff
}

.vs-feature-box1 .feature-icon:before {
  background-color: #6b6b6b;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.vs-feature-box1 .feature-icon svg{
  width: 48px;
  height: 48px;
  z-index: 1;
}

.vs-feature-box1:hover .feature-icon .badge {
  background-color: #fff;
  color: #000;
}

.vs-feature-box1:hover .feature-icon {
  color: #fff
}

.vs-feature-box1:hover .feature-icon:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.feature-content .feature-title{
  font-size: 1.6em;
  letter-spacing: .5px;
  font-weight: 600;
}

.feature-content p{
  color: #666;
  font-size: 1em;
  line-height: 24px;
  font-weight: 400;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: #173783;
  color: #fff;
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.vs-feature-box1 .feature-icon:after, .vs-feature-box1 .feature-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  transition: all ease .4s;
}

.vs-feature-box1 .feature-icon:after {
  border: 2px dotted #e2d6d6;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 15px;
}

.vs-feature-box1 .feature-icon .badge {
  width: 41px;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  background-color: #173783;
  left: 0;
  top: 0;
  box-shadow: 0px 11px 57.82px 1.18px rgba(209,193,193,.54);
  transition: all ease .6s;
  z-index: 1;
}

.vs-feature-box1 .feature-icon:after, .vs-feature-box1 .feature-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  z-index: 0;
  transition: all ease .4s;
}

.ani-moving-y {
  -webkit-animation-name: moving-y;
  animation-name: moving-y
}

.ani-moving-x,.ani-moving-y,.ani-moving {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@keyframes moving-y {
  0% {
      top:-75px;
  }

  50% {
    top:-175px;

  }

  100% {
    top:-75px;

  }
}

.about-section-two {
  padding-top: 100px;
}

.about-two-image.not-rounded {
  max-width: unset;
  margin: auto;
}

.about-two-image {
  max-width: 470px;
  position: relative;
}

.about-two-image:hover .btn{
  opacity: 1;
}

/* .about-two-image:hover img{
  scale: 1.05;
} */

.about-two-image .image {
  width: 100%;
  border-radius: 200px 200px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 10;
}

.about-two-image::before{
  content: "";
  width: 24px;
  height: 85%;
  background: #0a4a91;
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.about-two-content{
  padding:  0 0 0 100px;
}

.about-two-image.not-rounded .image {
  border-radius: 0;
}


/* .about-two-content{
  padding-top: 60px;
} */

.about-two-content .section-title{
  margin-bottom: 35px;

}

.about-two-content .sub-title {
  font-size: 20px;
  display: inline-block;
  color: #173783;
  text-transform: capitalize;
  font-weight: 700;
}

.about-two-content .section-title h2 {
  color: #2e2e2e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 0px;
}

.about-features {
  margin-left: -200px;
  margin-top: 60px;
}

.about-features-boxes{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.about-feature-item {
  z-index: 1;
  background: white;
  position: relative;
  margin-bottom: 30px;
  padding: 35px 25px;
  -webkit-box-shadow: 10px 0 60px rgba(26, 36, 40, 0.1);
  box-shadow: 10px 0 60px rgba(26, 36, 40, 0.1);
  gap: 10px;
  top:0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.about-feature-item:hover{
  top: -20px;
}

.about-feature-item .icon {
  font-size: 55px;
  margin-bottom: 22px;
  color: #76a713;
}

.about-feature-item svg {
  width: 24px;
  height: 24px;
}

.about-feature-item p {
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
font-weight:600;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.about-feature-item h4 {
  color: #2e2e2e;
  font-weight: 600;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: 10px;
}


.partners-section img {
  transition: all 900ms linear
}

.partners-section .or-section-title{
  padding: 40px;
  max-width: 570px;
}

.partners-section .or-section-title p{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
font-weight:600;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.testimonial-section {
  position: relative;
  color: #ffffff;
  background: url(../images/pattern-one.png) center center repeat;
background-attachment: fixed;
  padding: 80px 0px 130px;
  margin-top: 100px;
  text-align: center;
}

.testimonial-section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(94,199,156,0.94);
}

.testimonial-section .oval-cut {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 64px;
  background: url(../images/curve-two.png) center top no-repeat;
  z-index: 2;
}

.testimonial-section h3{
  color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    padding:12px 0;
    z-index: 3;
    position: relative;
}

.testimonial-section p{
  color: #fff;
  z-index: 3;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-top:12px;
  line-height: 1.6;
}

.references-swiper{
  margin-top: 40px;
}

.news-slide-arrow{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  gap: 10px;
}

.news-slide-arrow svg {
  width: 24px;
  height: 24px;
  color:#00ac65 ;
}

.news-slide-arrow button {
  background: white;
  padding: 10px;
}

.less-news-img{
  position: relative;
}

.footer form input {
  /* color: white;
  border: none;
  border-radius: 0;
  font-size: 16px;
  margin-right: 50px;
  padding: 0 22px 12px; */
  background: transparent;
  /* border-bottom: 1px solid;
  outline: none; */
}

.footer form input::placeholder {
  font-weight: 400;
  color: white;
}

.activity-areas {
  padding: 100px 0 170px;
} 

.categories-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:40px;
}

.single-service-box {
  position: relative;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  grid-column: span 1 / span 1;
}

.service-thumb img {
  width: 100%;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.service-img img {
  position: absolute;
  left: 30px;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  bottom: 200px;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  width: 100px;
  height:100px;
}

.service-content {
  padding: 60px 30px 30px;
  position: relative;
}

.service-content::before {
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: #00ac65;
  position: absolute;
  content: "";
  z-index: -1;
  transition: .5s;
}

.single-service-box:hover .service-content::before {
  height: 100%;
}

.service-title h2 {
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  color: #00ac65;
  transition: .5s;
}

.service-title p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #6b6b6b;
  line-height: 1.6;
  transition: .5s;
}

.single-service-box:hover .service-title h2, .single-service-box:hover .service-title p, .single-service-box:hover .service-btn a {
  color: #fff;
}

.product-detail-area {
  padding: 100px 0 0 0;
}

.main-cat-area-box a, .product-detail-img, .promotion-brand-box-img a {
  overflow: hidden;
}

.pd-slide-thumb {
  margin-top: 10px;
}

 .product-detail-txt {
  padding: 0 0 0 60px;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.pd-txt-wishlist button {
  color: #666;
  font-weight: 600;
}

.pd-txt-wishlist button svg {
  margin: 0 5px 0 0;
  width: 21px;
  height: 21px;
  color: #666;
}

.account-box-bottom, .order-user-info-box ul, .pd-size-variant, .pd-txt-desc,  .pd-txt-others, .pd-txt-show, .product-detail-buy-area, .product-details-color {
  margin: 20px 0 0;
  padding: 20px 0 0;
  /* border-top: 1px solid #e0e0e0; */
}

.pd-txt-others {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e0e0e0;
}

.pd-txt-info p, .pd-txt-info span {
  font-size: .9em;
  color: #666;
  line-height: 24px;
}

.pd-txt-info{
  gap: 20px;
}

.pd-txt-info .variant_renk{
  color: #173783;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 5px;
}

.pd-txt-info img {
  width: 140px;
}

.pd-txt-others img{
  width: 40px;
    height: 40px;
    fill: #173783;
  margin-right: 10px;

}

.pd-txt-others .pd-share img{
  width: 40px;
    height: 40px;
    fill: #173783;
    padding: 5px;
    cursor: pointer;
    margin-right: 0;
}

.pd-txt-others span{
  color: #1a2428;
  font-size: 16px;
  font-weight: 600;
}



.pd-txt-info h1 {
  color: #2e2e2e;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: .3px;
}

.pd-txt-desc>p {
  color: #666;
  font-size: 1em;
  line-height: 24px;
  font-weight: 400;
}

.product-details-color>span {
  color: #2e2e2e;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 30px;
}

.pd-buttons {
  gap: 20px
}

.pd-tabs-contents, .product-detail-others {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #e0e0e0;
}

.pd-tabs-contents h3.title,.product-detail-others h3.title {
  color: #2e2e2e;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: 20px;
}

.pd-tabs-contents h1,.pd-tabs-contents h2 {
  color: #2e2e2e;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: .5px
}

.pd-tabs-contents h3 {
  font-size: 1.6em;
  letter-spacing: .5px;
  font-weight:600;
}

.pd-tabs-contents h4 {
  font-size: 1.4em;
  letter-spacing: .5px;
  font-weight:600;

}

.pd-tabs-contents h5 {
  font-size: 1.3em;
  letter-spacing: .5px;
  font-weight:600;

}

.pd-tabs-contents h6 {
  font-size: 1.1em;
  letter-spacing: .5px;
  font-weight:600;

}

.pd-tabs-contents span {
  display: block;
  font-size: 1.2em
}

.pd-tabs-contents p {
  color: #666;
  font-size: 1em;
  line-height: 24px;
  font-weight: 400
}


.pd-tabs-contents ul li {
  color: #666;
  font-size: 1em;
  line-height: 24px;
  font-weight: 400;
  margin-top:10px;
}

.pd-tabs-contents ul li::before {
  margin: 0 10px 0  0;
  content: '\2713';
  color: #173783;
  font-size: 1.2em;
  font-weight: 700
}

.product-detail-image-thumb-box{
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.product-detail-image-thumb-box .video-icon{
  background-color: rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.product-detail-image-thumb-box:hover .zoom-icon{
  opacity: 1;
}


.product-detail-image-thumb-box .zoom-icon{
  width: 40px;
  height: 40px;
  margin: 10px;
  position: absolute;
  top: 0;
  right:0;
  opacity: 0;
  transition: all .3s;
}

.gallery-box:hover .zoom-icon{
  opacity: 1;
}

.gallery h2 {
  color: #2e2e2e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 10px;
}


.gallery-box .zoom-icon{
  width: 40px;
  height: 40px;
  margin: 10px;
  position: absolute;
  top: 0;
  right:0;
  opacity: 0;
  transition: all .3s;
}

.product-detail-others .popular-products{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.or-product-innerbox-item, .or-category-slider-inner-item {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 8px 38px rgba(12, 12, 12, 0.06);
  -ms-box-shadow: 0 8px 38px rgba(12, 12, 12, 0.06);
  -o-box-shadow: 0 8px 38px rgba(12, 12, 12, 0.06);
  box-shadow: 0 8px 38px rgba(12, 12, 12, 0.06);
  padding: 55px 30px 45px;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}

.or-product-innerbox-item:before, .or-category-slider-inner-item:before {
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  position: absolute;
  opacity: 0.29;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  z-index: -1;
}

.type-1.or-product-innerbox-item:before, .type-1.or-category-slider-inner-item:before {
  border-color: #00ac65;
}

.or-product-innerbox-item:hover:before, .or-category-slider-inner-item:hover:before {
  opacity: 1;
  border-width: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.or-product-innerbox-item .or-product-inner-img {
  margin-bottom: 10px;
}

.or-product-innerbox-item .or-product-inner-text h3 {
  color: #1a2428;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}

.or-product-innerbox-item .or-product-btn {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: -40px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  pointer-events: none;
}

.or-product-innerbox-item:hover .or-product-btn {
  opacity: 1;
  bottom: -20px;
}

.faq-tab-head button svg,
.modal-close button svg,
.products-filter-box-header button svg,
.search-area-close button svg,
.video-popup-close button svg {
  width: 20px;
  height: 20px;
  color: #000;
}
.input-element textarea:disabled,
.installment-options ul li,
.video-popup-close:hover {
  background: #fff;
}
.add-address-modal,
.bill-address-modal,
.edit-address-modal,
.extradition-request-modal,
.payment-notification-modal,
.send-alarm-modal,
.stock-alarm-modal,
.video-popup,
.timeout-popup {
  display: none;
  z-index: 999;
}
.modal-close button,
.video-popup-close button {
  width: 40px;
  height: 40px;
}
.video-popup-display {
  display: block;
  z-index: 9999;
}
.video-popup-content {
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  background: #fff;
}
.video-popup-content iframe {
  width: 740px;
  height: 415px;
}
.video-popup-close {
  top: -40px;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.contact-map{
  display: flex;
  padding: 10px 0;
}

.contact-map-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 100px;
}

.contact-map-info ul li a {
  padding: 7px 0;
  font-size: 16px;
  color: #000;
}

.contact-map-info ul li:last-child a {
  padding: 8px 10px;
  color: #fff;
  background: #00ac65;
  font-weight: 600;
}

.contact-map-info ul li a svg, .contact-map-info ul li span svg {
  flex-shrink: 0;
  margin: 2px 10px 0 0;
  width: 24px;
  height: 24px;
  color: #2e2e2e;
  transition: color 0.2s ease-in-out;
}

.contact{
  padding-top: 100px;
}

.contact-section{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 136px;
}

.contact-box h4{
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-box p{
  font-size: 16px;
  margin-bottom: 30px;
}

.contact-page-form{
  padding: 30px 10px;
  margin-top: 25px;
  border: 1px solid #e6e6e6;
}

.contact-page-form.blue{
  background: #1090cf;
}

.contact-form span{
  font-size: 27px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px 15px;
}

.contact-form form span{
  font-size: 1.2em;
    display: inline-block;
    color: #173783;
    text-transform: capitalize;
    font-weight: 800;
    margin: 15px 15px;
}

.contact-form p{
  margin-bottom: 20px;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  padding: 0 15px;
}

.tedarik{
  margin-bottom: 100px;
}

.tedarik-contact{
  width: 50%;
  align-self: stretch;
  padding: 40px;
  background-color: #173783;
  background-image: url("/assets/images/leaf2.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tedarik-contact img{
  width: 64px;
  height: 64px;

}

.tedarik-contact h4{
  font-size: 1.4em;
  display: inline-block;
  color: #fff;
  font-weight: 800;
}

.tedarik-contact p{
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}

.tedarik-contact u{
font-weight: 700;
}

.activity-list{
  padding-top: 100px;

}

.activity-box-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}

.activity-box img{
 margin-bottom:20px ;
 width: 100%;
 height: auto;
}

.activity-box h3{
  color: #2e2e2e;
  font-weight: 800;
  font-size:27px;
  text-align: center;
  margin-bottom: 14px;
  text-align: start;
}

  .activity-box p {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
    color: #6b6b6b;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  .brands{
    padding-top: 100px;
  }

  .brands-tab{
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
  }
  .brands-tab li{
    padding-right: 5px;
    color: #1a2428;
  font-size: 18px;
  font-weight: 700;
  }
  .add-fav-btn,.add-fav-btn svg,.pd-tabs-nav ul li a.tab-nav-active,.wish-active,.wish-active svg {
    color: #ed0f0f!important
}
.pd-tabs-nav ul li a.tab-nav-active .pd-tabs-icon svg,.pd-tabs-nav ul li a:hover .pd-tabs-icon svg,.settings-area-nav ul li:last-child .settings-nav-active .settings-nav-icon svg {
  fill: #ed0f0f
}
.tab-nav-active {
  color: #173783!important
}
.tab-content{
  display: none;
}

.tab-content.tab-active{
  display: block;
}
.account-detail-nav ul li a.tab-nav-active {
  color: #ed0f0f;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27,29,32,.1);
  -moz-box-shadow: 0 2px 2px rgba(27,29,32,.1);
  -ms-box-shadow: 0 2px 2px rgba(27,29,32,.1);
  -o-box-shadow: 0 2px 2px rgba(27,29,32,.1);
  box-shadow: 0 2px 2px rgba(27,29,32,.1)
}

.values{
padding-top: 100px;
}

.values-list {
  padding: 70px 60px;
  background: #f9fff2;
  position: relative;
}

.values-list.blue{
  background: #ecf9ff;
}

.values-list > img {
  position: absolute;
  bottom: -50px;
  right: 0;
  height: 70%;
}

.values-list .or-about-feature-innebox{
  padding: 0
}

.values-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 74px 128px;
  max-width: 80%;
}

.values-item svg {
  color: #2e2e2e;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 24px;
}

.values-item{
  display: flex;
}

.values-item h5 {
  margin: 12px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #2e2e2e;
}

.values-item p {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.bank-accounts{
  padding-top: 100px;
}

.go-up {
  background-color: white;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 40px;
  opacity: 1;
  display: none;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}


.go-up svg {
  width: 42px;
  height: 42px;
  cursor: pointer;
  fill: #173783;
}

.pdf-btn{
  padding: 10px 0;
}

.pdf-btn img{
    width: 40px;
    height: 40px;
    fill: white;
    color: white;
    margin-right: 5px;
}

.pdf-btn a {
  color: #1a2428;
  font-size: 16px;
  font-weight: 600;
}

.pdf-btn:hover a {
  color: #173783;
}

.news-list{
  padding-top:100px;
}

.news-list-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.news-item .image {
  position: relative;
  margin-bottom: 25px;
}

.news-item .image img {
  width: 100%;
}

.news-item .image .date {
  right: 25px;
  color: white;
  bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 18px;
  width: 140px;
  height: 50px;
  position: absolute;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #173783;
  /* border-radius: 15px 35px 35px 35px; */
}


.news-item .sub-title {
  font-size: 20px;
  display: inline-block;
  color: #173783;
  text-transform: capitalize;
  font-weight: 700;
}

.news-item h4 {
  margin-top: 15px;
}

.news-item h4 a {
  color: #2e2e2e;
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: 0.5px;
}

.news{
  padding-top: 100px;
}

.blog-detail-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.blog-details-content {
  margin-right: 50px;
  grid-column: span 2 / span 2;

}
.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li {
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
}

.blog-meta li:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #6b6b6b;
}

.blog-details-content .title {
  font-size: 28px;
  max-width: 650px;
  font-weight: 600;

}

.mb-35, .my-35 {
  margin-bottom: 35px;
}

.mt-35, .my-35 {
  margin-top: 35px;
}

.blog-details-content img {
  width: 100%;
}

.blog-details-content p {
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1rem
}

.blog-details-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6b6b6b;
}

.list-style-one li:not(:last-child) {
  margin-bottom: 10px;
}

.list-style-one li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-weight: 600;
  content: "\2713";
  margin-right: 15px;
  font-size: 20px;
}

.blog-sidebar {
  grid-column: span 1 / span 1;

}

.widget {
  padding: 40px;
  border: 1px solid rgba(118, 167, 19, 0.15);
}

.widget:not(:last-child) {
  margin-bottom: 40px;
}

.widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(118, 167, 19, 0.15);
  font-weight: 600;

  font-size: 24px;
}

.widget-title img{
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.widget-news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-news ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-news ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 20px;
}

.widget-news ul li img {
  width: 100%;
}

.widget-news ul li h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-bottom: 5px;
}

.widget-news ul li h6:hover a {
  color: #173783;
}

.widget-news ul li .name {
  color: #6b6b6b;
}

.d-none {
  display: none!important;
}

.header-style-1 .header-bottom-bg-color {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo.logo-width-1 {
  margin-right: 70px;
}

.logo.logo-width-1 a img {
    width: 180px;
    min-width: 180px;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px;
}

.close-style-wrap.close-style-position-inherit {
  position: inherit;
}

.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
  background-color: #DEF9EC;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

.search-style-3 {
  margin-bottom: 10px;
}

.mobile-search {
  padding: 0 0 10px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.search-style-3 form {
  position: relative;
}

.search-style-3 form input {
  font-size: 16px;
  height: 45px;
  color: #253D4E;
  background-color: #F2F3F4;
  border-radius: 5px;
  padding: 3px 50px 3px 20px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 0;
  width: 100%;
}

.search-style-3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}

.search-style-3 form button img{
  width: 16px;
  height: 16px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #ececec;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #253D4E;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #253D4E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}

.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #ececec;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #253D4E;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 16px;
  display: block;
  font-weight: 500;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #253D4E;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mobile-social-icon a {
  text-align: center;
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00ac65;
  border-radius: 30px;
  line-height: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-social-icon a svg {
  width: 16px;
  height: 16px;
  color: #fff;
  fill: #fff;
  display: inline;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 13px;
  color: #B6B6B6;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand img {
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.close-style-wrap .close-style > img {
  width: 10px;
  height: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a svg {
  width: 14px;
  height: 14px;
  color: #00ac65;
  fill: #00ac65;
  margin-right: 8px;
  display: inline;
}

.why-us{
  background-color: #eaf8ff;
  padding-bottom: 100px;
  margin-top: 100px;
  position: relative;
}

.why-us p{
     color: #2e2e2e;
}

.why-us p .or-about-feature-text{
  color: #6b6b6b;
  font-size: 16px;
}

.why-us .or-about-feature-innebox .or-about-feature-icon h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
}

.why-us .or-about-feature-innebox .or-about-feature-icon img{
  height: 40px;
  width: auto;
}

.why-us .why-us-text .home-img{
  position: relative;
  width: auto;
  padding: 20px;
  /* top: 50%; */
  right: 100px;
  height: 100%;
  object-fit: cover;
  /* transform: translate(0, -50%); */
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 50;
  margin-left: auto;
}

.why-us .why-us-text .img-wrapper{
  position: absolute;
  /* top: 50%; */
  right: 0;
  height: 100%;
  /* transform: translate(0, -50%); */
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  pointer-events: none;
}

.why-us .why-us-text .img-wrapper >.img-wrapper{
  position: relative;
  margin-left: auto;
}

.why-us .why-us-text .bg-img{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  /* transform: translate(0, -50%); */
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.why-us .or-about-feature-innebox {
    width: 100%;
    padding: 5px 0;
    flex-direction: row;
    gap: 5px;
}

.why-us .or-about-feature-innebox .or-about-feature-icon {
    margin-right: 10px;
    display: flex;
    gap: 15px;
    width: 50px;
    justify-content: center;
  flex-shrink: 0;

}

.why-us .or-about-feature-innebox .or-about-feature-text h3 {
    padding-bottom: 5px;
}

.other{
    background-color: #eff9e3;
    padding-bottom: 100px;
    margin-top: 100px;
    position: relative;
}

.other p{
font-size: 16px;
color: #2e2e2e;
}

.other .or-about-img-text-wrapper-1{
  width: 33%;
}

.other .items{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  width: 66%;
}

.or-about-section-1.other .button{
  margin-top: 25px;
}

.other .items .item{
  background-color: white;
  align-self: end;
  padding:35px;
  border-radius: 8px;
  position: relative;
}

.other .items .item h5{
  color: #2e2e2e;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}

.other .items .item p{
  margin-top: 10px;
}

.other .items .item:hover img{
  top: -20px;
 
}

.other .items .item img{
  top: 0;
  width: auto;
  margin-top: -35%;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.why-us:hover .why-us-text .home-img {
scale: 1.1;
}

.call .or-about-img-text-wrapper-1 {
  width: 50%;
  max-width: 50%;
}

.call .or-about-feature-innebox{
  width: auto;
  padding: 15px 30px 20px 0;
  justify-content: start;
  align-items: start;
  flex-direction: row;
}

.call .or-about-feature-innebox.pera-content{
  width: 100%;
  gap: 20px;
}

.call p {
  font-size: 16px;
  color: #2e2e2e;
  font-weight: 500;
}

.call .or-about-feature-innebox .or-about-feature-text h3 {
  color: #1a2428;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.call .or-about-feature-innebox .or-about-feature-text p {
  font-size: 12px;
}

.call .or-about-feature-innebox .or-about-feature-icon img {
  width: 44px;
  flex-shrink: 0;
}
.call .or-about-feature-wrapper {
  flex-wrap: nowrap;
}

.call .button {
  padding: 15px;
  display: flex;
  justify-content: start;
  align-items: end;
}

.call .button button {
  width: 100%;
}

.call .contact-page-form{
  margin-top: 0;
}

.call .contact-form span{
  font-size: 25px;
    display: inline-block;
    color: #2e2e2e;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px 15px;
}

.call > img {
  position: absolute;
    top: -75px;
    right: 0;
    height: 50%;
    animation: moving-y 10s infinite;
    z-index: 15;
    pointer-events: none;
  }

.footer-nav span:after{
  content: "";
  width: 50%;
  height: 0.5px;
  background: white;
  display: block;
  margin-top: 10px;
}

.cookie-warn {
  padding: 25px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  display: none;
  backdrop-filter: blur(25px);
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  border-radius: 10px;
}

.cookie-warn-content{
  gap: 50px;
}

.cookie-warn span {
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.7;
}
.cookie-warn p {
  color: #fff;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.7;
}
.cookie-warn button {
  white-space: nowrap;
}

.footer-navs {
  margin: -20px;
}


.footer-nav .footer-expand {
  display: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.or-about-feature-wrapper.flex .or-about-feature-text p:nth-last-child(-n+3) {
  display: none;
  }
@media (min-width: 1280px){
.d-lg-block {
    display: block!important;
}
.d-lg-flex {
  display: flex!important;
}
}

@media only screen and (max-width: 1280px){
.header-style-1 .header-bottom-bg-color {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.header-bottom {
  padding: 20px 0;
}
.logo.logo-width-1 {
  margin-right: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.logo.logo-width-1 a img {
  width: 150px;
  min-width: 150px;
}
.mobile-header-wrapper-style {
  width: 380px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  padding: 15px 30px 13px 30px;
  border-bottom: 1px solid #ececec;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 80px;
}
.header .logo a svg, header .logo a img {
  width: 80px;
}
.header-top {
  padding:25px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px;
}
.or-feature-section .or-section-body {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.slide-box-txt img {
  width: 40px !important;
  height: 40px !important;
  position: relative;
}
.product-hero {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.or-section-title-3 .flex{
  flex-direction: column;
}
.or-about-text-area{
  flex-direction: column;
}
.why-us .why-us-text .home-img {
  height: 80%;
  right: 55px;
}
.about-section-two .flex {
  flex-direction: column;
}
.about-features-boxes{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0
}

.or-about-feature-wrapper{
  flex-direction: column;
}
.or-about-feature-innebox {
  width: 100%;
}
.partners-section{
  flex-direction: column;
}
.partners-section .or-section-title{
  width: 100%;
  padding: 10px;
}
.partners-section img{
  width: 100%;
}
.about-section-two .flex > div {
  width: 100%;
  flex-direction: row;
}
.about-two-content .sub-title{

  padding: 12px 0;
}

.about-two-content .section-title h2{
  font-size: 24px;
}
.about-features {
  margin-left: 0;
  margin-top: 0;
}
.main-slide .swiper-wrapper{
  overflow: hidden;
}
.less-news .swiper-slide{
  flex-direction: column-reverse;
}
/* .bottom-section{
  padding-bottom: 100px;
} */
.newsletter-box-left{
  width: 100%;
}
.newsletter-box form{
  width: 100%;
  flex-direction: column;
}

.newsletter-box form input,newsletter-box form .btn a{
  width: 100%;
  margin: auto;
}
.newsletter{
  padding: 20px;
}
.footer > .container {
  padding: 200px 0 20px;
}
.topbar ul li.mail{
display: none;
}

.less-about-txt,.reverse .less-about-txt{
  /* padding: 0 0 60px !important; */
  padding: 0;
}
.about-two-content {
  padding: 0;

}
.less-about-img .big-note-box{
  display: none;
}
.values-boxes {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
.values-list {
  padding:30px;
}
.vs-features-wrapper .flex {
  flex-direction: column;
}
.vs-feature-box1{
  width: 100%;
}
.feature-shape{
  display: none;
}
/* .or-about-text-area{
  gap: 0;
} */
.less-news-head {
  margin: 0;
}
.less-news-title {
padding: 12px 0;
}
.tedarik-contact{
  width: 100%;
  margin: 10px 0;
}
.contact-form {
  padding: 0 ;
}
.contact-page-form {
  padding: 20px 10px;
}
.bank-acc-accounts ul li, .bank-acc-box {
  flex-direction: column;
  padding: 10px;
}
.categories-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.activity-box-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.brands-tab {
  text-align: center;
}
.contact-map {
  flex-direction: column;
}
.contact-map > * {
  width: 100%;
}
.activity-txt, .contact-map-info, .less-news-txt {
  padding: 20px;
  border-left:  1px solid #666;;
}
.less-news-head,.less-news-list{
  width: 100%;
}
.mobile-nav-icon{
  display: block;
}
.footer-navs {
  margin: 0;
}
.product-detail-others .popular-products{
  grid-template-columns: repeat(2, minmax(0, 1fr));

}
.footer-nav, .footer-bottom {
  padding: 0 15px;
}
}

@media (max-width: 1980px) {
  .slide-box-txt {
    padding: 0 0 0 250px;
  }
  .slide-box-txt h3 {
    font-size: 2.8em;
    letter-spacing: -1px;
  }
}
@media (max-width: 1660px) {
  .slide-box-txt {
    padding: 0 0 0 190px;
  }
  .slide-box-txt h3 {
    font-size: 2.7em;
  }
  .other-news {
    padding: 20px;
  }
  .other-news-box a {
    padding: 15px;
  }
  .slide-box-txt p {
    width: 95%;
  }
}
@media (max-width: 1530px) {
  .ha-next,
  .ha-prev {
    top: unset;
    bottom: -80px;
    transform: unset;
  }
  .slide-box-txt {
    padding: 0 0 0 120px;
  }
  .slide-box-txt h3 {
    font-size: 2.7em;
  }
  .ha-next {
    right: 46%;
  }
  .ha-prev {
    left: 46%;
  }
  .header-top > .container {
    gap: 14px;
  }
  .main-menu > nav > ul > li > a,
  .header-style-1 .main-categori-wrap > a.categories-button-active {
    font-size: 14px;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 8px;
  }
  .header-style-1 .main-categori-wrap > a.categories-button-active {
    padding: 0 14px;
  }
  .search input {
    width: 190px;
  }
  /* .why-us .why-us-text .img-wrapper{
    display: none;
  } */
}
@media (max-width: 1450px) {
  .slide-box-txt {
    top: 30%;
  }
  .all-categories-sub > ul > li > a {
    font-size: 0.9em;
    padding: 8px 20px;
  }
  .all-cat-icon svg {
    width: 30px;
    height: 30px;
  }
  .second-logo.logo img {
    width: 100px;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 10px;
  }
}

@media (min-width: 1280px) and (max-width: 1330px) {
  .topbar .container {
    padding: 0;
  }
  .search-input input {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .search-input input::placeholder {
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 1330px) {
  .activity-info-txt span {
    font-size: 1.2em;
  }
  .activity-info-icon {
    width: 80px;
    height: 80px;
  }
  .activity-info-icon svg {
    width: 45px;
    height: 45px;
  }
  .activity-info-txt {
    margin: 0 0 0 12px;
  }
  .footer-nav {
    padding: 10px;
  }
  /* .footer-navs {
    margin: -10px;
  } */
  /* .topbar ul {
    margin: -10px 0 -10px -20px;
  } */
  .activity-infos ul {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .social-buttons {
    flex-direction: column;
  }
  .social-buttons li {
    margin-bottom: 1rem;
  }
  .social-buttons li button {
    width: 100%;
  }
  .all-categories button {
    width: 300px;
    font-size: 1em;
    padding: 14px;
  }
  .all-categories button span svg {
    width: 20px;
    height: 20px;
  }
  .arrow-cat {
    padding: 8px;
  }
  .all-cat-icon {
    width: 35px;
    height: 35px;
  }
  .all-cat-icon svg {
    width: 28px;
    height: 28px;
  }
  .all-categories-sub > ul > li > a {
    padding: 8px 10px;
    font-size: 0.85em;
  }
  .all-cat-subs ul li a {
    font-size: 0.9em;
  }
  .nav > ul > li > a,
  .submenu-content ul li a {
    font-size: 0.95em;
  }
  .nav {
    margin: 0 0 0 20px;
  }
  .nav > ul > li > a {
    padding: 8px 12px;
    letter-spacing: unset;
  }
  .submenu {
    width: 640px;
    padding: 20px 0;
  }
  .submenu-content {
    padding: 0 20px 0 0;
  }
  .submenu-img img {
    height: auto;
  }
  .subcat-img img {
    width: 300px;
    height: 221px;
    object-fit: cover;
  }
  .container {
    padding: 0 20px;
  }
  .slide-box-txt {
    padding: 0;
    left: 30%;
    width: 50%;
    top: 40%;
  }
  .slide-box img {
    height: 700px;
  }
  .partners {
    padding: 20px 0 40px;
  }
  .slide-divider svg {
    height: 146px;
  }
  .infobar ul li {
    padding: 12px;
  }
  .about-info-area ul li p,
  .infobar-txt span {
    font-size: 1.2em;
  }
  .infobar-txt p {
    font-size: 0.9em;
    line-height: 1.4;
    margin: 5px 0 0;
  }
  .infobar-icon {
    width: 130px;
    height: 130px;
  }
  .infobar-icon-box {
    width: 100px;
    height: 100px;
  }
  .infobar-icon-box svg {
    width: 55px;
    height: 55px;
  }
  .activity-content-txt h3,
  .head h1,
  .head h2,
  .head h3,
  .head h4,
  .head h5,
  .head h6,
  .mv-box-txt h3 {
    font-size: 2.5em;
  }
  .activity-content-box.flex-row-reverse .activity-content-txt,
  .alphabet-img,
  .less-about-img,
  .product-list-left {
    padding: 0 30px 0 0;
  }
  /* .activity-content-txt,
  .instagram-area,
  .less-contact-txt,
  .less-news-list {
    padding: 0 0 0 30px;
  } */
  /* .why-us .why-us-text .img-wrapper{
    display: none;
  } */
  .less-news-txt span {
    font-size: 1.1em;
    margin: 15px 0 0;
  }
  .less-news-date p {
    font-size: 0.85em;
  }
  .less-news-date svg {
    width: 16px;
    height: 16px;
  }
  .less-news-img img {
    height: 220px;
  }
  .head {
    margin: 0 0 30px;
  }
  .activity-txt span,
  .client-says-content span {
    font-size: 1.3em;
  }
  .client-says-content p {
    font-size: 1.1em;
  }
  .client-says-name p,
  .client-says-name p::before,
  .client-says-name span,
  .news-list .less-news-txt > p,
  .product-txt span {
    font-size: 1em;
  }
  .activity-txt button {
    margin: 15px 0 0;
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .form-element button {
    padding: 12px 15px;
    font-size: 1em;
  }
  .form-btn-icon svg {
    width: 12px;
    height: 12px;
  }
  .form-btn-icon {
    padding: 6px;
  }
  /* .newsletter-box-text span {
    font-size: 2em;
  } */
  /* .footer-navs {
    margin: -15px;
  } */
  .footer-nav {
    padding: 15px;
  }
  .footer-logo a svg {
    width: 130px;
  }
  h {
    font-size: 3.2em;
  }
  .about-info {
    padding: 140px 0;
  }
  .about-info-icon svg {
    width: 90px;
    height: 90px;
  }
  .about-info-area ul li span {
    font-size: 3em;
  }
  .raq-banner-txt ul {
    margin: 20px -20px -20px;
  }
  .raq-banner-txt {
    padding: 30px;
  }
  .raq-left {
    padding: 0 60px 0 0;
  }
  .activity-slide-box img {
    height: 405px;
  }
  .products-filter-box-header {
    padding: 20px 12px;
  }
  .products-filter-box-content {
    padding: 0 9px 20px;
  }
  .products-filter-box-content .checkbox label {
    font-size: 0.8em;
  }
  .activity-infos {
    margin: 30px 0 0;
  }
  .activity-infos ul {
    margin: -10px;
  }
  .product-list-area ul li {
    width: 33.333333%;
  }
  .news-list .less-news-img img {
    height: 300px;
  }
  .news-right {
    padding: 0 0 0 60px;
  }
  .news-head img {
    height: 380px;
  }
  .ha-next {
    right: 44%;
  }
  .other .or-about-img-text-wrapper-1{
    width: 100%;
  }
  .other .items{
    width: 100%;
  }
  .call > img{
    height: 25%;
  }
  .call .or-about-img-text-wrapper-1 {
    width: 100%;
    max-width: 100%;
}
.call .contact-page-form {
 width: 100%;
}
.newsletter-box-text img {
  width: 40px;
  margin-right: 10px;
}
.btn.full{
  width: 100%;
}
.btn.full > a {
  width: 100%;
}
.bottom-section {
  padding-bottom: 250px;
}
.values-list > img{
  height: 30%;
}
.about-two-image {
  padding: 0 0 30px;
}
}
@media (max-width: 1130px) {
  .submenu-img {
    display: none;
  }
  .submenu-content {
    padding: 0;
    width: 100%;
  }
  .submenu-content ul li:hover .subcat-img {
    display: none !important;
  }
  .submenu {
    width: 300px;
  }
  .submenu-content ul li a {
    font-size: 0.9em;
  }
  .ha-next {
    right: 44%;
  }
  .ha-prev {
    left: 44%;
  }
}
@media (min-width: 1024px) and (max-width: 1080px) {
.footer-nav:nth-child(2) {
  margin-left: 100px;
}
}
@media (max-width: 1023px) {
  .second-logo{
    display: none;
  }
  .contact-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
}
  .activity-areas::after,
  .activity-areas::before,
  .gallery::after,
  .gallery::before,
  .header-top .search,
  .main-slide-arrow,
  .newsletter-box-icon {
    display: none;
  }
  .product-detail-txt{
    padding: 30px 0 0 0;
  }
  .less-about .flex {
    flex-direction: column;
  }
  .reverse.less-about .flex {
    flex-direction: column-reverse;
  }
  .header-bottom {
    padding: 10px 0;
    background: #ed0928;
  }
  .header-bottom::before,
  .promo-video,
  .stable-page {
    width: 100%;
  }
  .header-bottom > .container {
    background: 0 0;
  }
  .search,
  .search input {
    width: 100%;
    font-size: 0.95em;
  }
  .search input {
    padding: 20px 82px 20px 20px;
  }
  .main-search-suggest {
    top: 100%;
  }
  .header-top .logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* .header-top {
    padding: 5px 0;
    margin: 35px 0 20px;
  } */
  .header .logo a svg {
    width: 130px;
  }
  .slide-box-txt {
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .activity-slide-arrow button,
  .main-slide-arrow button {
    width: 40px;
    height: 40px;
  }
  .slide-box img {
    height: 540px;
  }
  .all-categories-sub {
    left: 0;
  }
  .main-slide-next,
  .main-slide-prev {
    top: 80%;
  }
  .slide-box-txt h3 {
    font-size: 2.5em;
  }
  .activity-content-txt h3,
  .head h1,
  .head h2,
  .head h3,
  .head h4,
  .head h5,
  .head h6,
  .mv-box-txt h3,
  .news-content h2,
  .news-head-title h2,
  .principles-txt h5,
  .raq-info h2,
  .raq-info-call h3 {
    font-size: 2em;
  }
  .head span {
    font-size: 1.2em;
  }
  .client-arrow button,
  .ha-arrow button,
  .partners-arrow button {
    padding: 7px;
  }
  .client-arrow button svg,
  .ha-arrow button svg,
  .partners-arrow button svg {
    width: 16px;
    height: 16px;
  }
  /* .home-activity,
  .infobar,
  .less-contact,
  .mission-vision,
  .newsletter,
  .principles,
  .promo-video-area,
  .promotion-area,
  .raq-banner {
    margin: 60px 0 0;
  } */
  /* .about-info,
  .home-activity,
  .less-about,
  .less-news {
    padding: 60px 0;
  } */
  .why-us .why-us-text .img-wrapper {
    display: none;
  }
  .why-us .or-about-content-1 .or-section-title {
    width: 100%!important;
  }
  .less-about-img,
  .raq-left {
    padding: 0 0 30px;
  }
  .less-about-img img,
  .less-contact-img img {
    height: 480px;
  }
  /* .contact-form,
  .human-resources .corporate-wdh-box-text,
  .instagram-area,
  .less-contact-txt,
  .less-news-list,
  .raq-banner-txt {
    padding: 30px 0 0;
  } */
  .activity-img img,
  .less-news-img img {
    height: 260px;
  }
  .ha-next,
  .ha-prev {
    bottom: -55px;
  }
  .newsletter-box {
    flex-direction: column;
  }
  .newsletter-box-text {
    text-align: center;
    margin: 0 0 20px;
  }
  /* .newsletter {
    padding: 20px 0;
  } */
  .newsletter-box-input button {
    padding: 12px 20px;
  }
  .footer-bottom {
    margin: 0;
  }
  .page-top img {
    height: 230px;
  }
  .page-top-on h1 {
    font-size: 3em;
  }
  /* .page-top {
    margin: 0 0 60px;
  } */
  .activity-content-box,
  .principles-box {
    flex-direction: column !important;
  }
  .activity-content-txt,
  .principles-txt {
    padding: 30px 0 0 !important;
  }
  .activity-content ul li:nth-child(n + 2),
  .brands-list .brands-list-area:nth-child(n + 2),
  .principles-list .principles-box:nth-child(n + 2) {
    margin: 30px 0 0;
  }
  /* .about {
    padding: 0 0 60px;
  } */
  .account-box-content,
  .benefits-tab-head {
    padding: 20px;
  }
  .benefits-tab-content {
    padding: 0 20px 20px;
  }
  .account-box-image img,
  .raq-banner-img img {
    height: 380px;
  }
  .raq-info {
    margin: 0 0 20px;
  }
  .raq-info-call {
    padding: 20px 0 0;
  }
  .activity-slide-box img {
    height: 305px;
  }
  .activity-slide-arrow button svg {
    width: 22px;
    height: 22px;
  }
  .product-list-area ul li {
    width: 50%;
  }
  .news-list .less-news-img img {
    height: 240px;
  }
  .news-head img {
    height: 320px;
  }
  .slide-box-txt p {
    width: 100%;
    font-size: 1.3rem;
  }
  .modal-in-img {
    padding: 0;
  }
  .newsletter-modal .modal-content {
    width: 640px;
  }
  .modal-in-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .slide-divider svg {
    height: 86px;
  }
  .main-slide-next,
  .main-slide-prev {
    top: 85%;
  }
  .slide-box-txt h3 {
    font-size: 2em;
  }
  .slide-box-txt p {
    font-size: 1.3rem;
}
  .slide-box-txt .arrow-btn a {
    padding: 8px 15px;
  }
  .slide-box img {
    height: 450px;
  }
  .infobar-icon {
    width: 110px;
    height: 110px;
  }
  .infobar-icon-box {
    width: 80px;
    height: 80px;
  }
  .infobar-icon-box svg {
    width: 45px;
    height: 45px;
  }
  .less-about-img img,
  .less-contact-img img {
    height: 380px;
  }
  .less-news-list ul li:nth-child(3) {
    margin: 0 !important;
  }
  .activity-img img,
  .gallery-box img {
    height: 240px;
  }
  .ha-next {
    right: 42%;
  }
  .ha-prev {
    left: 42%;
  }
  .page-top img {
    height: 200px;
  }
  .page-top-on h1 {
    font-size: 2.5em;
  }
  .about-info-icon svg {
    width: 70px;
    height: 70px;
  }
  .raq-banner-img img {
    height: 320px;
  }
  .activity-info-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
  }
  .activity-info-icon svg {
    width: 40px;
    height: 40px;
  }
  .activity-info-txt span {
    font-size: 1em;
  }
  .activity-infos ul li {
    padding: 10px;
  }
  .account-box-image img,
  .activity-slide-box img,
  .news-head img {
    height: 280px;
  }
  .footer-nav .footer-expand{
    display: block;
  }
.footer-nav ul {
  display: none;
}
.footer-nav .logo a{
  width: 100%;
}
}
@media (max-width: 640px) {
  .about-two-image::before{
    display: none;
  }
  .fast-contact span,
  .search input {
    font-size: 0.9em;
  }
  .fast-contact ul li a svg,
  .topbar ul li a svg {
    width: 16px;
    height: 16px;
  }
  .page-top-breadcrumb ul li a,
  .page-top-breadcrumb ul li:last-child a {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .page-top-breadcrumb ul li a {
    padding: 0 10px;
  }
  .fast-contact ul li:nth-child(n + 2) {
    margin: 0 0 0 5px;
  }
  .search-icon {
    width: 60px;
    height: 48px;
  }
  .search input {
    padding: 14px 62px 14px 20px;
  }
  .topbar span,
  .topbar ul li a {
    font-size: 0.85em;
  }
  /* .topbar ul {
    margin: -10px -12px;
  } */
  /* .topbar ul li a {
    padding: 10px 12px;
  } */
  .topbar ul li a svg {
    margin: 0 5px 0 0;
  }
  .slide-box-txt h3 {
    font-size: 2.5em;
  }
  .news-content > ul,
  .slide-box-txt .arrow-btn a,
  .stable-page ul {
    margin: 15px 0 0;
  }
  /* .home-activity,
  .infobar,
  .less-contact,
  .mission-vision,
  .newsletter,
  .principles,
  .principles-list .principles-box:nth-child(n + 2),
  .product-list,
  .promo-video-area,
  .promotion-area,
  .raq-banner {
    margin: 30px 0 0;
  } */
  /* .about-info,
  .home-activity,
  .less-about,
  .less-news {
    padding: 30px 0;
  } */
  .arrow-btn a {
    padding: 15px;
    font-size: 0.9em;
  }
  .activity-content-txt p,
  .less-about-txt p,
  .less-news-head p {
    font-size: 1em;
  }
  .less-news-img img {
    height: 240px;
  }
  .less-news-list ul li:nth-child(2) {
    margin: 0;
  }
  .client-says-content > span {
    font-size: 1.1em;
  }
  .client-says-content > p,
  .mv-box-txt p,
  .news-content p,
  .news-head-title p,
  .principles-txt p,
  .raq-banner-txt p,
  .raq-info p,
  .raq-info-call p,
  .stable-page p {
    font-size: 1em !important;
    margin: 15px 0 0 !important;
    line-height: 1.5 !important;
  }
  .news-content > ul > li,
  .stable-page ul li {
    font-size: 1em !important;
    line-height: 1.5 !important;
  }
  .activity-infos,
  .ha-arrows,
  .infobar {
    display: none;
  }
  .activity-txt button {
    margin: 15px 0 0;
    font-size: 0.85em;
    padding: 7px 15px;
  }
  .activity-btn-icon {
    padding: 6px;
  }
  .activity-btn-icon svg {
    width: 10px;
    height: 10px;
  }
  /* .newsletter-box-text span {
    font-size: 1.6em;
  } */
  /* .page-top {
    margin: 0 0 30px;
  } */
  .page-top img {
    height: 60px;
  }
  .page-top-on h1 {
    font-size: 2em;
  }
  /* .about {
    padding: 0 0 30px;
  } */
  .mv-box-img img,
  .raq-banner-img img {
    height: 280px;
  }
  .contact-map #map,
  .contact-map #map2 {
    height: 300px;
  }
  .page-top-breadcrumb ul li:last-child a {
    line-height: 1.8;
  }
  .newsletter-modal .modal-content {
    width: 480px;
  }
  .modal-in-img img {
    height: 250px;
  }
  .other .items{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 100px;

  }
  .call > img{
    height: 15%;
  }
  .values-list > img{
    display: none;
  }
  .or-about-section-2 p{
    width: 100%;
  }
  .or-section-title-3 h2{
    font-size: 25px;
    font-weight: 600;
  }
  .or-section-title-3.text-center h2{
    padding: 12px 0;
  }
  .less-news,.about,.stable-page,.or-about-section-2,.or-about-section-1,.or-feature-section,.about-section-two,.contact,.activity-list,.brands,.values,.bank-accounts,.news {
    padding-top: 50px;
}
.partners,.less-news,.or-feature-section.gray,.vs-features-wrapper,.testimonial-section,.why-us,.other{
  margin-top: 50px;
}

.slide-box-txt .btn {
  display: none;
}
.slide-box-txt h3 {
  width: 100%;
}
.or-section-title h2, .or-section-title h1 {
  font-size: 25px;
  font-weight: 600;
}
.or-about-text-area img{
  width: 100%;
}
.why-us .or-about-text-area .or-about-img-text-wrapper-1 .or-section-title, .why-us .or-about-text-area .or-about-img-text-wrapper-1 .or-about-feature-wrapper {
  width: 100%;
}
.or-about-feature-innebox .or-about-feature-icon h3 {
  font-size: 18px;
  font-weight: 600;
}
.or-about-feature-innebox .or-about-feature-text h3 {
  font-size: 18px;
  font-weight: 600;
}
.footer-nav span{
  margin: 0;
}
.newsletter {
  margin: auto;
  max-width: 93%;
}
.tedarik{
  margin-bottom: 50px;
}
.page-top-on h1{
  display: none;
}
.pd-txt-info img{
  display: none;
}
.product-detail-others .popular-products{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
@media (max-width: 575px) {
  /* .slide-box img {
    height: 360px;
  } */
  .slide-box-txt h3 {
    font-size: 2.1em;
  }
  .slide-box-txt .arrow-btn a {
    font-size: 0.9em;
  }
  .slide-divider svg {
    height: 60px;
  }
  .activity-content-img img,
  .less-about-img img,
  .less-contact-img img {
    height: 320px;
  }
  .page-top-on h1 {
    font-size: 1.6em;
  }
  .product-list-area ul li {
    width: 100%;
  }
  .account-box-image img {
    height: 240px;
  }
}
@media (max-width: 530px) {
  .header-top .logo {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
  /* .header-top {
    padding: 0;
  } */
  /* .header {
    padding: 5px 0 0;
  } */
  .header-bottom {
    margin: 5px 0 0;
  }
  /* .client-says-name p::before,
  .topbar ul li:last-child {
    display: none;
  } */
  .fast-contact ul li a {
    padding: 7px;
  }
  .fast-contact ul li a svg {
    width: 14px;
    height: 14px;
  }
  .fast-contact span {
    font-size: 0.8em;
  }
  .header-top-right .fast-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header .logo a svg {
    width: 110px;
  }
  .mobile-nav-icon button svg {
    width: 25px;
    height: 25px;
  }
  .slide-box-txt h3 {
    font-size: 2em;
  }
  .infobar ul li {
    width: 100%;
  }
  .infobar-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .infobar-txt {
    text-align: center;
  }
  .client-says-name {
    flex-direction: column;
    align-items: flex-start;
    margin: 15px 0 0;
  }
  .client-says-name p {
    margin: 0;
  }
  .client-says-arrows {
    margin: 15px 0 0;
  }
  /* .newsletter-box-text span {
    font-size: 1.4em;
  } */
  .newsletter-box-text p {
    font-size: 0.9em;
  }
  .mv-box-img img,
  .raq-banner-img img {
    height: 250px;
  }
  .benefits-tab-head span {
    font-size: 1em;
  }
  .benefits-tab-content-info-box p {
    font-size: 0.9em;
    margin: 15px 0 0;
  }
}
@media (max-width: 500px) {
  .topbar {
    display: none;
  }
}
@media (max-width: 480px) {
  .activity-content-txt h3,
  .head h1,
  .head h2,
  .head h3,
  .head h4,
  .head h5,
  .head h6,
  .mv-box-txt h3,
  .news-content h2,
  .news-head-title h1,
  .news-head-title h2,
  .principles-txt h5,
  .raq-info h2,
  .raq-info-call h3,
  .rqa-form-box > span,
  .slide-box-txt h3,
  .stable-page h1 {
    font-size: 1.3em;
  }
  .head span {
    font-size: .8em;
  }
  .client-says-content > span {
    font-size: 1em;
  }
  .bank-acc-info p,
  .bank-acc-info span,
  .client-says-content > p {
    font-size: 0.9em;
  }
  .activity-content-txt p,
  .mv-box-txt p {
    font-size: 0.9em;
    margin: 15px 0 0;
  }
  .brands-list-content ul li {
    width: calc(100% / 2);
  }
  .about-info-area ul li {
    width: 100%;
  }
  .bank-acc-info {
    margin: 15px 0 0;
  }
  .bank-acc-img {
    padding: 0 0 15px;
  }
  .contact-map #map,
  .contact-map #map2 {
    height: 280px;
  }
  .account-box-image img,
  .modal-in-img img {
    height: 200px;
  }
  .social-login-options ul li {
    width: 100%;
    padding: 5px;
  }
  .social-login-options ul {
    flex-wrap: wrap;
    margin: 5px -5px 0;
  }
  .newsletter-modal .modal-content {
    width: 95%;
  }
}
@media (max-width: 430px) {
  .activity-content-img img,
  .less-about-img img,
  .less-contact-img img,
  .principles-img img {
    height: 280px;
  }
  .instagram-box img {
    height: 160px;
  }
  .activity-content-txt h3,
  .head h1,
  .head h2,
  .head h3,
  .head h4,
  .head h5,
  .head h6,
  .mv-box-txt h3,
  .news-content h2,
  .news-head-title h1,
  .news-head-title h2,
  .principles-txt h5,
  .raq-info h2,
  .raq-info-call h3,
  .rqa-form-box > span,
  .stable-page h1 {
    font-size: 25px;
  }
}
@media (max-width: 410px) {
  .footer-bottom .container {
    flex-direction: column;
    justify-content: center;
  }
  .footer-bottom a {
    margin: 5px 0 0;
  }
  .activity-content-txt h3,
  .mv-box-txt h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 380px) {
  .instagram-box img {
    height: 140px;
  }
  .checkbox-group {
    flex-direction: column;
  }
  .checkbox-group .checkbox:nth-child(n + 2) {
    margin: 15px 0 0;
  }
}
@media (max-width: 350px) {
  .instagram-area ul li {
    width: 100%;
  }
  .instagram-box img {
    height: 190px;
  }
}

.gallery-thumbs {
  display: none !important;
}

.form-element .engintag_priceform {
  padding: 10px 25px;
    background: #173783;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    position: relative;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 0;
    overflow: hidden;
    background: #173783;
}

.engintag_priceform::before {
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background: #0b1f4d;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

.engintag_priceform:hover {
  color: #fff;
}

.engintag_priceform:hover::before {
  top: 0;
}

@media (min-width: 1280px) { 
  .call .contact-page-form {
     width: 600px; 
  }
} 
@media (min-width: 1024px) { 
  .call .contact-page-form { 
    width: 500px;
  } 
}

@media (max-width: 1024px) {
  .home-product-slider-section {
    padding-top: 76px;
  }

  .home-product-slider-section .or-section-title-3 {
    margin-bottom: 34px;
  }

  .home-product-slider-section .or-section-title-3 h2 {
    font-size: 32px;
  }

  .home-support-slider .slide-box img {
    height: 420px;
  }

  .home-support-slider .slide-box-txt {
    left: 0;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  .home-support-slider .slide-box-txt h3 {
    font-size: 2em;
  }
}

@media (max-width: 640px) {
  .home-product-slider-section {
    padding-top: 60px;
  }

  .home-product-slider-section .or-section-title-3 {
    margin-bottom: 28px;
    padding: 0 18px;
  }

  .home-product-slider-section .or-section-title-3::before {
    height: 3px;
    margin-bottom: 14px;
    width: 56px;
  }

  .home-product-slider-section .or-section-title-3 h2 {
    font-size: 27px;
  }

  .home-product-slider-section .or-section-title-3 p {
    font-size: 15px;
    line-height: 1.65;
    margin-top: 12px;
  }

  .home-support-slider .slide-box img {
    height: 360px;
  }

  .home-support-slider .slide-box-txt .slide-box-filter {
    min-height: 210px;
  }

  .home-support-slider .slide-box-txt h3 {
    font-size: 1.55em;
    letter-spacing: 0;
  }

  .home-support-slider .slide-box-txt p {
    font-size: 1rem;
    padding-bottom: 62px;
  }
}
