h1,
h2,
h3,
h4,
h5,
h6,
ol,
ol li,
p,
ul,
ul li {
  margin: 0;
  padding: 0
}

.btn-dark,
.btn-green {
  font-size: 24px;
  letter-spacing: .72px;
  border: 2px solid transparent;
  display: inline-block
}

.btn-blue,
.btn-dark,
.btn-green {
  display: inline-block
}

.about-banner,
.home-banner {
  background-position: bottom center;
  background-size: cover
}

.breadcrumb-item a:hover,
.carrots-content-block a:hover,
.text-decoration-none {
  text-decoration: none !important
}

* {
  outline: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

ol li,
ul li {
  list-style-type: none
}

.font-weight-normal {
  font-weight: 400 !important
}

a,
a:active,
a:focus,
a:hover {
  outline: 0 !important;
  text-decoration: none
}

body {
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 16px
}

img {
  max-width: 100%;
  display: block
}

.bounce {
  -webkit-animation: 2s infinite bounce;
  animation: 2s infinite bounce
}

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

@media(min-width:1360px) {
  .container.medium {
    max-width: 1160px;
    margin: auto
  }

  .container.small {
    max-width: 928px;
    margin: auto
  }

  .container.extra-small {
    max-width: 716px;
    margin: auto
  }
}

@media(min-width:1400px) {
  .container {
    max-width: 1424px;
    margin: auto
  }
}

@media(min-width:1700px) {
  .container.large {
    max-width: 1649px;
    margin: auto
  }
}

.pdf-download a:hover,
.text-light-blue {
  color: var(--main-color) !important
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.technical-specifications table {
  width: 100%;
}

.bg-light-blue,
.bg-light-green,
.technical-specifications-inner tr:nth-child(2n) {
  background-color: #BAE1C5
}

.technical-specifications-inner tr:nth-child(2n+1) {
  background-color: #EEF7F1
}

.without-background .related_article_box.bg-light-blue {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: unset !important;
}

.bg-dark-blue {
  background-color: #00ade5
}

.bg-green {
  background-color: var(--main-color);
}

.btn-green {
  background-color: var(--main-color);
  color: var(--second-active-color);
  padding: 12px 22px;
  font-weight: 700;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  line-height: 24px;
  -webkit-box-shadow: 0 3px 6px #00203E33;
  box-shadow: 0 3px 6px #00203E33
}

.btn-green:hover {
  color: var(--main-color);
  background-color: transparent;
  border-color: var(--main-color);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-arrow {
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear
}

.btn-dark,
.btn-dark.hover-dark:hover {
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out
}

.btn-green:hover .btn-arrow-color {
  stroke: #24cf81
}

.btn-dark {
  background-color: #00203e;
  color: var(--second-active-color);
  line-height: 26px;
  padding: 21px 35px;
  -webkit-box-shadow: 0 3px 6px #00203E33;
  box-shadow: 0 3px 6px #00203E33;
  transition: 350ms ease-in-out;
  font-weight: 700
}

.btn-blue .btn-arrow,
.btn-dark .btn-arrow,
.btn-dark-border .btn-arrow,
.btn-green .btn-arrow,
.home-banner-tag a+a {
  margin-left: 10px;
}

.btn-dark:focus,
.btn-dark:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #00203e;
  color: var(--second-active-color)
}

.btn-blue,
.btn-blue:hover {
  background-color: #00ade5;
  color: var(--second-active-color)
}

.btn-dark.hover-dark:hover {
  background-color: transparent;
  color: #00203e;
  border-color: #00203e;
  transition: 350ms ease-in-out
}

.btn-arrow-color,
.btn-dark.hover-dark .btn-arrow-color {
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out
}

.btn-dark.hover-dark:hover .btn-arrow-color {
  stroke: #00203e;
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out
}

.btn-dark-border,
.btn-dark-border:not(.no-hover):hover {
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out
}

.btn-dark-border {
  border: 1px solid #00203e;
  -webkit-box-shadow: 0 3px 6px #00203E33;
  box-shadow: 0 3px 6px #00203E33;
  border-radius: 10px;
  padding: 13px 19px;
  background: var(--second-active-color);
  color: #00203e;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .66px;
  line-height: 25px;
  transition: 350ms ease-in-out
}

.btn-dark-border:not(.no-hover):hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);

  color: var(--second-active-color);
  transition: 350ms ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px
}

.btn-dark-border:not(.no-hover):hover .btn-arrow-color {
  stroke: var(--second-active-color);
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out
}

.btn-dark-border.small {
  padding: 8px 19px
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.image-with-text.fill-height .image-with-content,
.search-box .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-blue {
  border: 2px solid transparent;
  font-size: 24px;
  line-height: 26px;
  padding: 21px 35px;
  -webkit-box-shadow: 0 3px 6px #00203E33;
  box-shadow: 0 3px 6px #00203E33;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  font-weight: 700;
  letter-spacing: .72px
}

.header-menu .slide-menu .navbar-nav .nav-link:after,
.search-box,
.social-block-mobile {
  display: none
}

.btn-blue.hover-blue:hover {
  border-color: #00ade5;
  color: #00ade5;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-blue.hover-blue:hover .btn-arrow-color {
  stroke: #00ade5;
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out
}

.header,
.read-more b {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out
}

.text-description-small {
  color: #00203e;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .54px;
  font-weight: 700
}

.text-description-medium {
  color: #00203e;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: .78px;
  font-weight: 700
}

.cybersecurity-capabilities p,
.text-description {
  color: #00203e;
  letter-spacing: .6px;
  font-size: 20px;
  line-height: 30px
}

.section-padding {
  padding-bottom: 110px
}

.page-heading {
  padding-bottom: 70px
}

.home-banner-tag,
.page-heading.border-bottom-dark {
  margin-bottom: 47px
}

.page-heading-title {
  font-size: 62px;
  color: #00203e;
  font-weight: 700;
  letter-spacing: 1.86px;
  line-height: 70px
}

.page-heading-title.medium {
  font-size: 44px;
  line-height: 54px
}

.page-heading-description {
  color: #00203e;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .6px;
  max-width: 966px;
  margin: auto;
  padding-top: 23px
}

.text-description-large {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .96px;
  line-height: 42px
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  z-index: 2;
  transition: .4s ease-in-out;
  max-height: 164px
}

.header.top-affix {
  background-color: var(--second-active-color);
  -webkit-box-shadow: 0 3px 20px #00203E33;
  box-shadow: 0 3px 20px #00203E33;
  padding: 15px 0;
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  z-index: 2
}

.header-shadow {
  -webkit-box-shadow: 0 3px 20px #00203E33;
  box-shadow: 0 3px 20px #00203E33;
  background-color: var(--second-active-color)
}

.header-menu .navbar-brand {
  position: relative;
  z-index: 2
}

.header-menu .navbar-nav .menu-item>a,
.header-menu .navbar-nav .nav-link {
  color: #000;
  letter-spacing: .48px;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  white-space: nowrap
}

.header-menu .navbar-nav .menu-item a:hover,
.header-menu .navbar-nav .menu-item.current_page_item a,
.header-menu .navbar-nav .nav-link.active,
.header-menu .navbar-nav .nav-link:hover,
.header-menu .slide-menu .navbar-nav .nav-link:hover,
.product-list li a:hover,
.read-more:hover {
  color: var(--main-color)
}

.header-menu .navbar-nav .menu-item.current-menu-item a:after,
.header-menu .navbar-nav .menu-item.current_page_item a:after,
.header-menu .navbar-nav .nav-link:after {
  content: "";
  height: 3px;
  display: block;
  width: 0;
  margin: auto;
  background-color: #00ade5;
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out
}

.footer-bottom-left li a,
.home-banner-tag a,
.scroll-down a {
  display: inline-block
}

.header-menu .navbar-nav .menu-item a:not(.btn-green):after,
.header-menu .navbar-nav .menu-item.current_page_item a:not(.btn-green):after,
.header-menu .navbar-nav .nav-link:not(.btn-green).active:after,
.header-menu .navbar-nav .nav-link:not(.btn-green):hover:after {
  width: 100%;
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out
}

.header-menu .navbar-nav .menu-item+.menu-item,
.header-menu .navbar-nav .menu-item+.nav-item,
.header-menu .navbar-nav .nav-item+.nav-item {
  margin-left: 40px
}

.header-menu .navbar-nav .nav-link {
  color: #000;
  letter-spacing: .48px;
  font-size: 24px;
  font-weight: 700;
  padding: 0
}

.header-right>ul>li {
  margin-left: 26px
}

.slide-menu .navbar-collapse {
  display: block !important;
  position: fixed;
  background-color: #00203e;
  border-right: 1px solid rgba(225, 225, 225, .2);
  height: auto !important;
  overflow-y: auto;
  padding: 40px 20px 20px;
  width: 30%;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: .3s cubic-bezier(0, .75, 0, .93);
  -o-transition: .3s cubic-bezier(0, .75, 0, .93);
  transition: .3s cubic-bezier(0, .75, 0, .93);
  opacity: 0;
  text-align: center
}

.slide-menu .navbar-collapse:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 79, 79, .8);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.slide-menu .navbar-collapse.show {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: .3s cubic-bezier(0, .75, 0, .93);
  -o-transition: .3s cubic-bezier(0, .75, 0, .93);
  transition: .3s cubic-bezier(0, .75, 0, .93);
  opacity: 1
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(15, 53, 85, .8);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  z-index: 1;
  cursor: pointer
}

.close-navbar {
  position: absolute;
  top: 10px;
  right: 10px
}

.close-navbar svg {
  width: 20px
}

.header-menu .slide-menu .navbar-nav .nav-link {
  color: var(--second-active-color);
  display: inline-block
}

.blog-list .hash-tag-link+.hash-tag-link,
.header-menu .slide-menu .navbar-nav .nav-item+.nav-item {
  margin-left: 0
}

.header-menu .slide-menu .navbar-nav .nav-item {
  margin-bottom: 20px;
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out, opacity .2s ease-out;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0
}

.header-menu .slide-menu .navbar-collapse.show .navbar-nav .nav-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .3s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .3s ease-out, -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out, opacity .3s ease-out;
  -webkit-transition-delay: var(--delay);
  -o-transition-delay: var(--delay);
  transition-delay: var(--delay)
}

.home-banner {
  height: 885px;
  position: relative
}

.home-banner-content h1 {
  font-size: 59px;
  font-weight: 700;
  color: #00203e;
  letter-spacing: 1.77px;
  margin-bottom: 5px
}

.home-banner-tag a {
  color: #00ade5;
  letter-spacing: .75px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px
}

.home-banner-content p {
  color: #00203e;
  letter-spacing: .6px;
  font-size: 20px;
  line-height: 30px;
  max-width: 966px;
  margin: auto;
  padding-bottom: 35px
}

.scroll-down {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  text-align: center
}

.search-box {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #e4f6fc;
  top: 0;
  z-index: 1
}

.search-box.active form {
  right: 179px;
  position: relative;
  border: 1px solid #00ade5;
  background: var(--second-active-color)f
}

.search-box.active .toggle-search svg {
  width: 32px;
  height: 32px
}

.search-box.active form input {
  font-size: 17px;
  padding: 12px 22px;
  font-weight: 700
}

.search-box.active form input::-webkit-input-placeholder {
  font-size: 17px;
  color: #00203e;
  font-weight: 700
}

.search-box.active form input::-moz-placeholder {
  font-size: 17px;
  color: #00203e;
  font-weight: 700
}

.search-box.active form input:-ms-input-placeholder {
  font-size: 17px;
  color: #00203e;
  font-weight: 700
}

.search-box.active form input::-ms-input-placeholder {
  font-size: 17px;
  color: #00203e;
  font-weight: 700
}

.search-box.active form input::placeholder {
  font-size: 17px;
  color: #00203e;
  font-weight: 700
}

.search-box .btn-blue {
  max-width: 42px;
  padding: 7px;
  margin-left: 15px
}

.search-box .form-control {
  border-width: 0 0 2px;
  border-radius: 0;
  border-color: #00ade5;
  background-color: transparent;
  font-size: 26px;
  letter-spacing: 1.5px
}

.search-box .toggle-search {
  position: absolute;
  right: 80px;
  top: 50px;
  font-size: 36px;
  cursor: pointer
}

.search-box .btn-dark {
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.services-wrapper {
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 173, 229, .3)
}

.footer-horizontal-menu ul,
.services-wrapper ul {
  margin: 0 -10px
}

.services-wrapper li {
  padding: 0 10px;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%
}

.services-list {
  text-align: center;
  margin-bottom: 20px
}

.image-with-text {
  margin-bottom: 17px
}

.image-with-text img {
  width: 100%
}

.footer-bottom-left li+li,
.hash-tag-link+.hash-tag-link,
.product-filter-view button+button,
.social-share.horizontally li+li {
  margin-left: 16px
}

.hash-tag-link,
.hash-tag-link:hover {
  color: var(--main-color);
  letter-spacing: .6px;
  text-decoration: underline;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.hash-tag-link:hover {
  color: #00203e;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.tag-list {
  padding-bottom: 26px
}

.image-with-content {
  padding: 54px;
  -webkit-box-shadow: 0 3px 6px #00203E33;
  box-shadow: 0 3px 6px #00203E33
}

.image-with-content.small {
  padding: 40px;
  min-height: 310px
}

.image-with-content .text-description-medium {
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.image-with-content .text-description {
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.image-with-text-desc {
  min-height: 142px
}

.image-with-text.small .text-description-small {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px
}

.image-with-text.fill-height {
  height: calc(100% - 17px);

}

.image-with-text-desc .text-description {
  color: var(--main-color) !important;
}

.our-customer {
  padding: 22px;
  -webkit-box-shadow: 0 3px 6px #00203E33;
  box-shadow: 0 3px 6px #00203E33;
  margin-bottom: 24px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: calc(100% - 24px)
}

.our-customer:hover {
  -webkit-box-shadow: 0 3px 18px #00203e33;
  box-shadow: 0 3px 18px #00203e33;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.our-customer .hash-tag-link {
  font-size: 16px;
  margin-top: 16px
}

.our-customer-logo {
  height: auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.our-customer-logo img {
  height: 100%;
  width: auto
}

.product-list-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: .66px;
  color: #00203e;
  border-bottom: 5px solid #00203e;
  padding-bottom: 25px;
  margin-bottom: 68px;
  min-height: 100px
}

.product-list li {
  margin-bottom: 30px;
  padding-right: 30px
}

.product-list li a {
  font-size: 18px;
  color: #00203e;
  letter-spacing: .18px;
  line-height: 24px
}

.product-list li span {
  min-width: 40px;
  display: inline-block;
  margin-right: 10px
}

.product-list li span img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(30%) saturate(700%) hue-rotate(84deg) brightness(96%) contrast(86%);
}

.product-list li span img,
.product-slider-img img {
  margin: auto
}

.about-banner {
  height: 1000px;
  position: relative
}

.about-banner-content h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #00203e;
  margin-bottom: 40px
}

.about-banner-content p {
  font-size: 22px;
  color: #00203e;
  line-height: 32px;
  padding-bottom: 20px;
  max-width: 1240px;
  margin: auto
}

.about-banner-content {
  padding-top: 5%
}

.technology-hub-wrapper {
  padding-top: 77px
}

.technology-hub-content h4 {
  font-size: 24px;
  color: #00203e;
  font-weight: 700;
  margin-bottom: 50px
}

.technology-hub-content p {
  display: block;
  color: #00203e;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .54px
}

.technology-hub-content {
  padding: 15px 36px
}

.min-block {
  max-width: 1048px;
  margin: auto
}

.read-more {
  color: #00ade5;
  font-weight: 700;
  font-size: 18px
}

.read-more b {
  transition: .4s ease-in-out;
  padding-left: 8px
}

.read-more:hover b {
  padding-left: 12px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.border-bottom-dark {
  border-bottom: 5px solid #00203e;
  margin-bottom: 87px
}

.social-inner.visible {
  right: -79px;
  top: -90px;
  -webkit-transition: right .7s;
  -o-transition: right .7s;
  transition: right .7s
}

.social-inner {
  position: absolute;
  width: 122px;
  top: -90px;
  right: -250px;
  -webkit-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s
}

.social-share.vertically-fix li {
  margin-right: 25px
}

.social-share.vertically-fix {
  position: fixed;
  right: 36px;
  top: 280px;
  z-index: 1
}

.social-share li a img,
.social-share li button img {
  background-color: var(--second-active-color);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.share-btn {
  position: relative;
  z-index: 1
}

.social-share li button {
  border: none;
  background-color: transparent
}

.social-share li a img:hover,
.social-share li button img:hover {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.social-share .share-title {
  letter-spacing: .42px;
  color: #00203e;
  text-shadow: 0 0 10px var(--second-active-color);
  font-weight: 700
}

.social-share.vertically-fix .share-title {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(270deg);
  position: absolute;
  top: 25px;
  right: -23px;
  width: 85px;
  margin-top: 60px
}

.page-form {
  padding: 46px 47px;
  -webkit-box-shadow: 0 3px 6px #00203E33;
  box-shadow: 0 3px 6px #00203E33
}

.product-listing-wrapper-inner-right .form-heading {
  padding-bottom: 15px
}

.form-heading {
  padding-bottom: 27px
}

.floating-input,
.floating-select,
.form-floating>.form-control,
.form-floating>.form-select {
  font-weight: 700;
  padding: 10px 13px;
  height: calc(38px + 2px)
}

.form-control {
  border-radius: 0;
  border-color: #00ade5
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00ade5
}

.floating-input,
.floating-select:focus,
.form-floating>.form-control:focus,
.form-floating>.form-select {
  border-color: var(--second-active-color)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: var(--main-color);
  opacity: 1
}

.form-floating>label {
  padding: 6px 13px;
  color: #000
}

.form-heading p {
  font-size: 30px;
  color: #00203e;
  font-weight: 700;
  letter-spacing: .6px;
  line-height: 38px
}

.floating-input,
.floating-select {
  color: #000
}

.floating-label label {
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  color: #000;
  left: 0;
  top: 0;
  padding: 1rem 0.0rem;
  -o-transition: .2s;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s
}

.floating-select:focus~label,
.floating-select:not([value='']):valid~label {
  top: -4px;
  color: var(--main-color);
  opacity: 1;
  -webkit-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85)
}

.form-floating>textarea.form-control {
  height: 78px;
  padding: 20px 13px !important
}

.form-heading span {
  display: block;
  margin-top: 26px;
  font-size: 16px;
  color: #00203e;
  letter-spacing: .32px
}

.custom-checkbox input {
  padding: 0;
  margin-bottom: 0;
  cursor: pointer
}

.company-data p,
.company-data span {
  margin-bottom: 5px
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00203e;
  font-size: 11px;
  line-height: 15px
}

.landing-wrapper .custom-checkbox label,
.newsletter-form .custom-checkbox label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.custom-checkbox label a {

  text-decoration: underline
}

.custom-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: var(--second-active-color);
  border: 2px solid var(--main-color);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  min-width: 26px;
  min-height: 26px;
  height: 26px
}

.custom-checkbox input+label:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 9px;
  width: 10px;
  height: 15px;
  border: solid var(--main-color);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.custom-checkbox input:checked+label:after,
.custom-checkbox.check-cross [type=checkbox]:not(:checked)+label .check-cross-icon:after,
.custom-checkbox.check-cross [type=checkbox]:not(:checked)+label .check-cross-icon:before {
  opacity: 1
}

.form-group {
  margin-bottom: 10px
}

.newsletter-margin-bottom {
  margin-bottom: 42px
}

.newsletter-form {
  height: calc(100% - 17px)
}

.custom-radio [type=radio]:checked+label,
.custom-radio [type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #000;
  letter-spacing: .32px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.custom-radio [type=radio]:checked,
.custom-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.custom-radio [type=radio]:checked+label:before,
.custom-radio [type=radio]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #00ade5;
  border-radius: 100%;
  background: var(--second-active-color)
}

.custom-radio [type=radio]:checked+label:before {
  border-color: #24cf81
}

.custom-radio [type=radio]:checked+label:after,
.custom-radio [type=radio]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #24cf81;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.custom-radio [type=radio]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.custom-radio [type=radio]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.custom-radio {
  margin-bottom: 11px
}

.product-category-accordion .accordion-body ul li,
.radio-group-title {
  margin-bottom: 15px
}

.radio-group {
  padding: 12px 16px;
  border: 1px solid #00ade5
}

.radio-group-title {
  color: #00203e;
  font-size: 18px;
  letter-spacing: .36px
}

.form-submit-btn button {
  max-width: 245px;
  width: 100%
}

.check-cross-icon:after,
.check-cross-icon:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  background-color: #ff5353;
  width: 20px;
  height: 3px;
  border-radius: 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0
}

.check-cross-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.check-cross-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.custom-checkbox.check-cross [type=checkbox]:not(:checked)+label:before {
  border-color: #ff5353
}

.form-control.is-invalid,
.validate-input.not-valid,
.was-validated .form-control:invalid {
  border-color: #ff5353 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.019' height='18.028' viewBox='0 0 19.019 18.028'%3E%3Cpath id='bxs-error' d='M13.349,3.529a.991.991,0,0,0-1.681,0L3.11,19.694a.95.95,0,0,0,.841,1.4H21.066a.949.949,0,0,0,.84-1.395Zm.11,14.709h-1.9v-1.9h1.9Zm-1.9-3.8V9.679h1.9v4.754Z' transform='translate(-2.998 -3.062)' fill='%23ff5353'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.product-category-accordion .accordion-button::after,
.product-category-accordion .accordion-button:not(.collapsed)::after,
.product-slider .slick-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26.163' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath transform='rotate(-135 13.2696 13.761)' id='svg_1' stroke-width='5' stroke-miterlimit='10' stroke='%2300ADE5' fill='none' d='m13.26964,29.76097l0,-16l16,0'/%3E%3C/g%3E%3C/svg%3E")
}

.validate-input.valid {
  border-color: #198754 !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid~label,
.was-validated .form-control:invalid~label {
  color: #ff5353
}

.custom-select select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.262' height='27.666' viewBox='0 0 48.262 27.666'%3E%3Cpath d='M197.216,2207.4l-22.363-22.363,22.363-22.363' transform='translate(-2160.909 198.984) rotate(-90)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='5'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 13px center
}

.contact-form {
  padding: 96px 0
}

.social-share.horizontally li a img {
  width: 58px
}

.company-data p {
  font-size: 22px;
  line-height: 30px
}

.company-data h4,
.contact-address p,
.our-customer-content .text-description-small {
  margin-bottom: 30px
}

.contact-address {
  padding-top: 58px;
  border-top: 5px solid #00203e
}

.contact-address h4 {
  font-size: 40px;
  font-weight: 700
}

.contact-address p {
  font-size: 22px;
  color: #00203e;
  line-height: 28px;
  letter-spacing: .66px
}

.contact-map {
  position: relative;
  margin-top: 56px
}

.contact-map-link a {
  color: var(--second-active-color);
  text-decoration: underline;
  font-size: 16px
}

.contact-map-link a:hover {
  color: var(--second-active-color)
}

.contact-map-link {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center
}

.map-pointer,
.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.category-accordion-title,
.contact-address-wrapper {
  margin-bottom: 20px
}

.product-category-accordion .category-accordion-title {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  margin-bottom: 32px;
}

.product-category-accordion .category-accordion-title:last-child {
  margin-bottom: 0;
}

.contact-footer .footer-top {
  padding-top: 290px
}

.blog-list .hash-tag-link {
  margin-right: 16px
}

.blog-list .tag-list {
  margin-top: 30px;
  padding-bottom: 40px
}

.hash-tag-blue-link {
  color: #00203e;
  border-bottom: 1px solid;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.hash-tag-blue-link:hover {
  color: #00ade5;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.bg-light-blue-gradiant {
  background: -o-linear-gradient(top, #e4f6fc 0, var(--second-active-color) 100%) no-repeat padding-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4f6fc), to(var(--second-active-color))) no-repeat padding-box;
  background: linear-gradient(180deg, #e4f6fc 0, var(--second-active-color) 100%) no-repeat padding-box
}

.offer-page-content {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  letter-spacing: .66px
}

.offer-page-title {
  font-size: 48px;
  line-height: 60px;
  color: #00203e
}

.cybersecurity-capabilities h4 {
  font-size: 46px;
  line-height: 60px;
  color: #00203e;
  font-weight: 700 !important
}

.offer-page-title-medium {
  margin-bottom: 20px;
  letter-spacing: 1.02px;
  color: #00203e;
  line-height: 36px;
  font-size: 34px
}

.text-black-description {
  letter-spacing: .54px;
  color: #000;
  font-size: 18px;
  line-height: 30px
}

.list-square {
  list-style-type: square;
  color: var(--main-color);
  font-size: 24px
}

.pdf-list ul li a:hover,
.search-lorem-block a:hover,
.text-dark-blue {
  color: #00203e !important
}

.offer-list ul li p a:hover,
.product-category-accordion .accordion-body ul li a:hover {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #00203e !important
}

.carrots-content-block a,
.offer-list ul li p a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.carrots-content-block a:hover {
  color: #00203e !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.breadcrumb-block {
  padding: 60px 0
}

.breadcrumb-item {
  padding: 0 !important;
  font-size: 15px;
  line-height: 17px;
  color: #6C757D !important;
  margin-right: 28px;
}

.breadcrumb-item:last-child {
  margin-right: 0;
}


.index-inner-block a:hover {
  color: #00203e;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.breadcrumb-item a {
  letter-spacing: 0.45px;
  color: #6C757D;
  font-weight: normal !important;
  text-decoration: none !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.breadcrumb-item a:hover {
  color: var(--main-color);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.application-icon-box-inner,
.product-content {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out
}

.active.breadcrumb-link,
.contact-v-ed h5,
.text-blue,
.v-aid-services-inner .offer-list ul li p {
  color: #00203e
}

.breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {
  color: #6C757D;
  padding: 0;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 0 -15px
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  margin-right: .5rem
}

.breadcrumb-item-service+.breadcrumb-item-service::before {
  content: "/";
  margin-right: .5rem
}

.product-slider .slick-arrow:before,
.slider-view-btn:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover
}

.letter-spacing-0 {
  letter-spacing: 0
}

.cybersecurity-inner .row {
  padding-bottom: 60px;
  padding-top: 5px
}

.cybersecurity-capabilities p,
.cybersecurity-inner p {
  padding-top: 41px
}

.cybersecurity-block {
  padding-bottom: 55px
}

.cybersecurity-capabilities h4:not(:first-child) {
  padding-top: 48px
}

.cybersecurity-capabilities img {
  margin: 21px 0 50px
}

.audit-box .application-icon-box-content {
  padding-left: 40px
}

.application-icon-box {
  padding-top: 63px
}

.application-icon-box-inner {
  -webkit-box-shadow: 3px 3px 6px #00203e33;
  box-shadow: 3px 3px 6px #00203e33;
  padding: 43px 30px 33px 43px;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  transition: .3s ease-in-out;
  border-radius: 30px;
  border: 1px solid var(--main-color);
}

.application-icon-box-inner:hover {
  -webkit-box-shadow: 3px 3px 18px #00203e33;
  box-shadow: 3px 3px 18px #00203e33;
  background-color: var(--second-active-color) !important;
  color: #00203e;
  border: 1px solid var(--main-color);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.application-icon-box-content {
  padding-top: 28px
}

.audit-box img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(73%) saturate(308%) hue-rotate(84deg) brightness(92%) contrast(87%);
  max-width: 55px
}

.audit-box {
  -webkit-box-shadow: 3px 3px 6px #00203E33;
  box-shadow: 3px 3px 6px #00203E33;
  padding: 45px 15px 36px 48px
}

.application-icon-box-inner:hover .application-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) saturate(100%) invert(65%) sepia(46%) saturate(477%) hue-rotate(84deg) brightness(87%) contrast(85%);
}

.application-icon-box-inner:hover .application-icon-box-content p,
.application-icon-box-inner:hover .application-icon-box-content span {
  color: var(--main-color) !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.application-icon-box-inner::before {
  content: '';
  position: absolute;
  right: 28px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-top: 40px solid var(--active-color);
  border-top-right-radius: 30px;
  transform: rotate(90deg);

}

.application-icon-box-inner:hover::before {
  border-top-color: var(--main-color);
}

.general-conditions,
.pdf-download h4,
.services-solutions h3,
.technical-specifications,
.technology-supervisor-inner,
.trusted-partner h3 {
  padding-bottom: 50px
}

.offer-list ul {
  padding-left: 21px
}

.offer-list ul li {
  padding-left: 23px
}

.offer-list .hash-tag-link {
  font-size: 18px
}

.video-iframe iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block
}

.product-image,
.product-listing ul {
  display: -webkit-box;
  display: -ms-flexbox
}

.video-description p {
  font-size: 16px;
  letter-spacing: .48px;
  line-height: 24px;
  padding-top: 24px
}

.partnerships,
.systemy-vpn {
  padding: 90px 0
}

.about-cybersecurity.border-bottom-dark,
.graphics-block .border-bottom-dark,
.partnerships.border-bottom-dark {
  margin-bottom: 62px
}

.partnerships p {
  padding-top: 75px;
  padding-bottom: 38px
}

.partnerships-inner,
.product-listing-col .product-box {
  margin-bottom: 24px
}

.about-cybersecurity {
  padding-bottom: 85px
}

.about-cybersecurity h3,
.consectetur-adipiscing-elit-content h1,
.product-listing-wrapper {
  padding-bottom: 40px
}

.services-solutions {
  padding-bottom: 53px
}

.product-slider-nav .slick-list,
.services-solutions ul {
  margin: 0 -8px
}

.services-solutions ul li {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 8px
}

.services-solutions .services-list {
  -webkit-box-shadow: 0 3px 6px #00000029;
  box-shadow: 0 3px 6px #00000029;
  padding-bottom: 25px
}

.application-icon-box-offer-two {
  max-width: 1055px;
  padding-top: 63px
}

.landing-form {
  padding: 40px 32px;
  margin-left: 42px
}

.product-listing-wrapper-inner-right .landing-form {
  padding: 32px
}

.landing-heading,
.landing-img {
  padding-bottom: 42PX
}

.landing-logo {
  max-width: 170px
}

.landing-wrapper {
  max-width: 1270px;
  margin: auto;
  padding: 30px 0 60px
}

.landing-footer {
  padding: 14px 0;
  border-top: 1px solid #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0
}

.landing-footer p {
  font-size: 16px;
  line-height: 20px
}

.tech-support .application-icon-box {
  padding-bottom: 30px
}

.new-user {
  padding: 51px;
  border: 1px solid var(--main-color);
  margin-bottom: 45px
}

.new-user-content {
  padding-right: 15px
}

.content-box {
  padding: 54px 111px;
  margin-bottom: 42px
}

.content-box p {
  font-size: 22px;
  letter-spacing: .66px;
  line-height: 30px;
  margin-bottom: 30px
}

.our-customer-wrapper {
  padding-bottom: 42px
}

.our-customer-content p {
  color: #00203e;
  font-size: 22px;
  margin-bottom: 30px
}

.our-customer-content {
  padding-top: 30px;
  border-top: 1px solid #000
}

.product-listing-wrapper-left {
  max-width: 352px;
  padding-right: 30px;
  width: 100%
}

.product-listing-wrapper-right {
  max-width: 1268px;
  width: 100%
}

.product-listing-wrapper-inner-left {
  max-width: 737px;
  width: 100%;
  padding-right: 45px
}

.product-listing-wrapper-inner-right {
  max-width: 546px;
  width: 100%
}

/*.product-category-accordion {
    padding: 40px 0;
    border-width: 5px 0;
    border-style: solid;
    border-color: #000
}*/

.product-category-accordion .accordion-button::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 15px;
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%)
}

.product-category-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%) !important;
}

.product-category-accordion .accordion-button {
  padding: 10px 15px 10px 34px;
  font-size: 17px;
  color: #00203e;
  font-weight: 700;
  letter-spacing: .17px
}

.product-category-accordion .accordion-button:not(.collapsed) {
  color: #00ade5;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.product-category-accordion .accordion-body {
  padding: 10px 20px 20px 34px
}

.product-category-accordion .accordion-body ul li a {
  color: var(--main-color);
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: .16px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.product-category-accordion .accordion-body ul li:last-child {
  margin-bottom: 0
}

.product-sorting .custom-select .form-control {
  border-color: transparent;
  cursor: pointer
}

.product-sorting .custom-select .form-control:focus,
.table-light-blue {
  background-color: #e4f6fc
}

.product-filter {
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 40px
}

.product-sorting p {
  margin-right: 10px
}

.product-sorting .custom-select {
  min-width: 242px
}

.product-filter ul li+li {
  margin-left: 20px
}

.product-filter-view [data-view].active rect {
  fill: #000
}

.product-image {
  border: 1px solid var(--main-color);
  min-height: 300px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.product-content {
  padding: 20px 20px 20px 15px;
  transition: .3s ease-in-out;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent
}

.product-box,
.product-box:hover .product-content {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out
}

.product-listing.list-view .product-content {
  padding: 20px 80px 20px 15px
}

.product-box .product-content .product-title {
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 5px
}

.product-listing:not(.list-view) ul {
  margin: 0 -38px
}

.product-listing:not(.list-view) ul.alm-listing {
  margin: 0 -25px
}

.product-listing:not(.list-view) ul li {
  max-width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 0 38px;
  margin-bottom: 27px
}

.product-listing:not(.list-view) .product-box-wrapper {
  padding: 0 38px;
  margin-bottom: 27px
}

.product-listing ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.product-listing-heading {
  border-bottom: 5px solid var(--main-color);
  margin-bottom: 30px;
  padding-bottom: 10px
}

.product-box {
  transition: .3s ease-in-out;
  position: relative
}

.product-box:hover .product-content {
  background-color: #BAE1C5;
  transition: .3s ease-in-out;
  border-color: var(--main-color)
}

.product-box:hover {
  -webkit-box-shadow: 0 3px 6px #00203e33;
  box-shadow: 0 3px 6px #00203e33;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.product-listing.list-view .product-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-listing.list-view .product-image {
  min-width: 220px;
  min-height: 130px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch
}

.product-listing.list-view .product-image img {
  max-width: 70px
}

.product-listing.list-view ul li {
  margin-bottom: 19px;
  width: 100%
}

.product-listing.list-view .product-content {
  border-width: 1px 1px 1px 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%
}

.product-listing.list-view .product-listing-inner {
  padding-bottom: 21px
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s
}

.product-box-inner:hover .image-overlay {
  height: 100%
}

.product-hover-tag {
  position: absolute;
  top: 27px;
  text-align: center;
  left: -52px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  max-width: 204px;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.product-box:hover .product-hover-tag {
  opacity: 1;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out
}

.product-hover-tag span {
  display: inline-block;
  color: var(--second-active-color);
  letter-spacing: .54px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  max-width: 200px;
  width: 100%;
  text-align: center;

}

.product-hover-tag span::before {
  content: '';
  position: absolute;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='195.99999999999997' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%2300ade5' d='m197.93207,44.01785l-194.74,0l44,-44l106.738,0l44,44l0.002,0z' data-name='Subtraction 3' id='Subtraction_3'/%3E%3C/g%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(65%) sepia(11%) saturate(1780%) hue-rotate(84deg) brightness(92%) contrast(91%);
}

.product-listing.list-view .product-hover-tag {
  right: -52px;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.product-slider-for {
  border: 1px solid var(--main-color)
}

.product-slider-nav .slick-track {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-slider-thumb img {
  width: 30px;
  margin: auto
}

.product-slider-nav {
  margin-top: 14px
}

.product-slider-nav .slick-slide {
  margin: 0 8px;
  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;
  border: 1px solid var(--main-color);
  height: inherit;
  padding: 10px 8px 4px;
  cursor: pointer
}

.product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  width: 40px;
  height: 40px;
  background-color: #e5f7fc;
  font-size: 0;
  z-index: 1
}

.product-slider .slick-next.slick-arrow {
  right: 0
}

.product-slider .slick-arrow:before {
  display: inline-block;
  width: 17px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%) !important;

}

.product-slider .slick-prev.slick-arrow:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%) !important;
}

.product-slider .slick-next.slick-arrow:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%) !important;


}

.product-slider-img {
  padding: 75px
}

.product-slider-for-wrapper,
.wpcf7-list-item {
  position: relative
}

.product-slider-view {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1
}

.slider-view-btn {
  width: 25px;
  height: 25px;
  padding: 0
}

.slider-view-btn:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.408' height='25.421' viewBox='0 0 25.408 25.421'%3E%3Cg id='arrow-fullscreen' transform='translate(0.001 0)'%3E%3Cpath id='Path_1000' data-name='Path 1000' d='M31.659.176H25.442a1.109,1.109,0,0,0-1.106,1.109l2.553,2.563L23.806,6.93a1.581,1.581,0,0,0,2.237,2.235L29.12,6.087l2.539,2.548a1.107,1.107,0,0,0,1.1-1.109V1.285A1.107,1.107,0,0,0,31.659.176Z' transform='translate(-7.355 -0.176)' fill='%2300ade5' fill-rule='evenodd'/%3E%3Cpath id='Path_1001' data-name='Path 1001' d='M31.611,22.221l-2.6,2.592L25.87,21.675a1.581,1.581,0,1,0-2.238,2.235l3.137,3.135-2.508,2.5a1.106,1.106,0,0,0,1.109,1.1h6.24a1.106,1.106,0,0,0,1.109-1.1V23.328a1.1,1.1,0,0,0-1.108-1.106Z' transform='translate(-7.314 -5.242)' fill='%2300ade5' fill-rule='evenodd'/%3E%3Cpath id='Path_1002' data-name='Path 1002' d='M8.2,3.84,10.747,1.3A1.109,1.109,0,0,0,9.637.2H3.4A1.106,1.106,0,0,0,2.29,1.3V7.517A1.107,1.107,0,0,0,3.4,8.623L5.964,6.072,9.129,9.236A1.58,1.58,0,0,0,11.365,7Z' transform='translate(-2.286 -0.181)' fill='%2300ade5' fill-rule='evenodd'/%3E%3Cpath id='Path_1003' data-name='Path 1003' d='M10.117,20.278,5.953,24.442,3.39,21.868a1.109,1.109,0,0,0-1.106,1.109v6.24A1.108,1.108,0,0,0,3.39,30.326H9.607a1.109,1.109,0,0,0,1.1-1.109L8.187,26.679l4.167-4.167a1.581,1.581,0,0,0-2.237-2.235Z' transform='translate(-2.285 -4.905)' fill='%2300ade5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%) !important;

}

.product-slider-modal .modal-footer p {
  font-size: 16px;
  letter-spacing: .48px;
  color: #00203e;
  max-width: 900px
}

.product-slider-modal .product-slider .slick-arrow {
  width: 100px;
  height: 100px
}

.product-slider-modal .btn-close {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.594' height='28.333' viewBox='0 0 49.594 28.333'%3E%3Cg transform='translate(-1825.465 -36.029)'%3E%3Cpath d='M0,17.534V0H17.534' transform='translate(1850.262 50.195) rotate(135)' fill='transparent' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='5'/%3E%3Cpath d='M0,17.534V0H17.534' transform='translate(1850.262 50.195) rotate(-45)' fill='transparent' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  width: 45px;
  height: 28px;
  opacity: 1
}

.modal-xxl {
  max-width: 1300px
}

.product-slider-modal .modal-header {
  position: absolute;
  left: 100%;
  top: 0
}

.product-slider-modal .product-slider .slick-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='48.048' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath transform='rotate(-45 3.536 24.024)' stroke-width='5' stroke-miterlimit='10' stroke='%2300ade5' fill='none' d='m3.536,55.499l0,-31.475l31.475,0' data-name='Path 1034' id='Path_1034'/%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 40px
}

.product-slider-modal .product-slider .slick-prev.slick-arrow:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%) !important;
}

.product-slider-modal .product-slider .slick-next.slick-arrow:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%) !important;
}

.product-slider-modal .modal-content {
  visibility: hidden
}

.systemy-vpn-product-list .product-list {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%
}

.systemy-vpn-product-list {
  padding-top: 34px
}

.search-lorem-block {
  padding: 25px 0;
  border-bottom: 1px solid var(--main-color)
}

.about-zapytania {
  padding: 55px;
  margin-bottom: 65px
}

.pagination-block {
  padding: 33px 0 66px
}

.about-zapytania-inner a:hover,
.active a,
.pagination-block ul li a:hover {
  color: #00203e !important;
  text-decoration: none !important
}

.pagination-block ul li {
  padding-right: 25px
}

.about-zapytania-inner h3 {
  font-size: 36px;
  line-height: 32px;
  color: #00203e
}

.product-tag li a {
  background-color: var(--main-color);
  color: var(--second-active-color) !important;
  display: inline-block;
  padding: 3px 8px;
  font-size: 18px;
  font-weight: 700
}

.product-tag li {
  margin-right: 10px;
  margin-bottom: 10px
}

.product-tag {
  margin-top: 12px
}

.product-description-block {
  margin: 43px 0 25px
}

.product-description-inner {
  position: absolute;
  top: 25px;
  right: 25px
}

.security-network-icon,
.shape-image-right {
  right: 0;
  position: absolute;
  top: 0
}

.independent-text {
  font-size: 16px
}

.technical-specifications-inner tr {
  border: 1px solid var(--main-color)
}

.technical-specifications-inner thead tr td,
.technical-specifications-inner tr th {
  /* padding: 24px;
  background-color: #BAE1C5;
  vertical-align: middle;
  color: #00203e;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .54px;
  font-weight: 700 */
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  color: var(--text-color);
  padding-bottom: 17px;
  padding-top: 30px;
  border: solid var(--second-active-color);
  border-width: 1px 1px 0px 1px;
  background-color: var(--second-active-color);
}



.technical-specifications-inner tr td {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 24px;
  /* border-width: 1px */
}

/* .technical-specifications-inner tr td p {
  color: var(--text-color);
  margin-bottom: 13px;
  line-height: 27px !important;
  padding-left: 18px !important;
  position: relative;
}

.technical-specifications-inner tr td p:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--text-color);
} */
.technical-specifications .text-block li::before {
  background: var(--text-color);
}

.page-heading-medium-title {
  font-size: 52px;
  letter-spacing: 1.56px;
  line-height: 64px;
  color: var(--second-active-color)
}

.shape-image-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.shape-image-right {
  z-index: -1
}

.consectetur-adipiscing-elit {
  padding-top: 150px;
  padding-bottom: 45px
}

.consectetur-shape.shape-image-left {
  top: 150px
}

.consectetur-adipiscing-elit-content p {
  padding-bottom: 28px
}

.security-network-content {
  padding: 25px 70px;
  position: absolute;
  bottom: 0;
  width: 100%
}

.security-network {
  margin-bottom: 28px
}

.security-network-description .text-description-small {
  font-size: 17px
}

.index-inner-block {
  padding: 55px 55px 45px 118px;
  margin-bottom: 76px
}

.index-inner-block a {
  font-size: 24px;
  line-height: 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.footer-menu li a,
.open-product-icon {
  -webkit-transition: .5s;
  -o-transition: .5s
}

.index-shape.shape-image-right {
  top: -225px
}

.carrots-content-block h3,
.carrots-content-block p,
.definitions-block {
  padding-bottom: 45px
}

.graph-image {
  border: 0;
  padding: 0;
  position: relative;
}
.graph-image-zoom-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.for-free-time-content {
  padding-top: 76px
}

.testimonial-block {
  padding: 63px 66px;
  margin-bottom: 47px
}

.testimonial-inner {
  padding: 34px 0 0 48px
}

.blog-detail-newsletter-block.shape-image-left,
.for-free-time-inner.shape-image-left {
  top: -50px
}

.for-free-time-inner.shape-image-right {
  top: -200px
}

.testimonial-inner h3 {
  font-size: 24px;
  line-height: 36px
}

.undergraduate-block {
  padding: 45px 0;
  margin-bottom: 60px
}

.undergraduate-block .min-block {
  max-width: 1016px;
  padding: 0 12px
}

.blog-detail-newsletter .carrots-content-block {
  padding-top: 50px
}

.blog-detail-newsletter .form-floating>.form-control,
.form-floating>.form-select {
  height: calc(50px + 2px);
  padding: 10px 13px
}

.blog-detail-newsletter .form-floating>label {
  padding: 12px 13px
}

.blog-detail-newsletter .form-floating>.form-control:focus~label,
.blog-detail-newsletter .form-floating>.form-control:not(:placeholder-shown)~label,
.blog-detail-newsletter .form-floating>.form-select~label {
  -webkit-transform: scale(.85) translateY(-.7rem) translateX(.15rem);
  -ms-transform: scale(.85) translateY(-.7rem) translateX(.15rem);
  transform: scale(.85) translateY(-.7rem) translateX(.15rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.blog-detail-table table tr td {
  padding: 20px
}

.blog-detail-table table tr th {
  padding: 20px;
  background-color: #BAE1C5
}

.blog-detail-newsletter-inner button {
  margin-left: -1px;
  position: relative
}

.blog-detail-table table tr {
  border: 1px solid #00203e
}

.graphics-block-shape.shape-image-right {
  top: -100px
}

.graphics-blue {
  background-color: #00ade5;
  padding: 111px 15px;
  margin-bottom: 48px
}

.technology-supervisor {
  padding: 20px;
  border: 1px solid var(--main-color);
  margin-bottom: 68px;
  height: 180px;
}

.technology-supervisor-content h3 {
  padding-bottom: 38px
}

.technology-supervisor-content h4 {
  font-size: 24px;
  line-height: 32px
}

.others-also.shape-image-left {
  top: 55px
}

.general-conditions-content h5 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  padding-bottom: 35px;
  padding-top: 50px
}

.general-conditions-content p {
  padding-bottom: 35px
}

.pdf-download {
  padding: 50px 120px;
  border: 1px solid var(--main-color);
  margin: 45px 0
}

.maintenance-service-icon {
  border: 1px solid var(--main-color);
  padding: 20px
}

.bg-light-green2 {
  background: -o-linear-gradient(top, #BAE1C5 0, var(--second-active-color) 100%) no-repeat padding-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#BAE1C5), to(var(--second-active-color))) no-repeat padding-box;
  background: linear-gradient(180deg, #BAE1C5 0, var(--second-active-color) 100%) no-repeat padding-box
}

.maintenance-service-btn {
  margin-top: 32px
}

.border-bottom-with-padding {
  border-bottom: 5px solid #000;
  padding-bottom: 58px;
  margin-bottom: 60px
}

.open-product {
  padding: 50px;
  min-height: 380px
}

.open-product-icon {
  margin-bottom: 60px;
  transition: .5s
}

.v-aid-services {
  border: 1px solid var(--main-color);
  padding: 80px 110px;
  margin-bottom: 65px
}

.v-aid-services-inner h3 {
  padding: 46px 0
}

.v-aid-services-inner .offer-list ul li {
  padding-bottom: 20px
}

.different-v-aid-inner {
  overflow-x: auto
}

.different-v-aid .blog-detail-table table tr td {
  padding: 40px 20px;
  vertical-align: middle
}

.blog-detail-table table {
  margin: 63px 0 32px
}

.different-v-aid-list ul li {
  font-size: 12px;
  line-height: 20px
}

.contact-v-ed p,
.different-v-aid {
  padding-bottom: 33px
}

.table-text-contant {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 16px
}

.footer {
  background-color: #00203e;
  float: left;
  width: 100%
}

.footer-top {
  padding: 79px 0
}

.footer-menu-title {
  color: var(--second-active-color);
  letter-spacing: .66px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 34px
}





.footer-horizontal-menu {
  border-bottom: 1px solid var(--second-active-color);
  padding: 0 12px 20px;
  margin-bottom: 20px
}

.footer-horizontal-menu a {
  font-size: 14px;
  letter-spacing: .48px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.footer-horizontal-menu a:hover {
  border-bottom: 1px solid var(--second-active-color);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.footer-horizontal-menu li {
  padding: 0 10px
}

.copyright-text {
  font-size: 13px
}

.footer-bottom {
  padding: 20px 0
}

.newsletter-form .btn-green.shadow-none.w-100 {
  white-space: nowrap
}

div.wpcf7-list-item-label {
  display: inline
}

.checkbox-req-error {
  margin: 2px 0 3px;
  font-size: 12px;
  color: red;
  visibility: hidden
}

.image-with-text.fill-height-100 {
  height: 100%;
  margin: 0
}

@media(max-width:1700px) {
  .shape-image-width {
    max-width: 300px
  }
}

@media (max-width:1400px) {

  .contact-address-wrapper,
  .footer-menu-title,
  .home-banner-tag {
    margin-bottom: 20px
  }

  .btn-green {
    padding: 10px 16px
  }

  .btn-blue,
  .btn-dark {
    padding: 14px 26px
  }

  .btn-dark-border {
    padding: 10px 15px
  }

  .page-heading {
    padding-bottom: 50px
  }

  .page-heading-title {
    font-size: 52px;
    line-height: 60px
  }

  .section-padding {
    padding-bottom: 80px
  }

  .page-heading-title.medium {
    font-size: 32px;
    line-height: 46px
  }

  .modal-xxl {
    max-width: 1000px
  }

  .header {
    padding: 30px 0
  }

  .header.top-affix {
    padding: 10px 0
  }

  .header-menu .navbar-nav .nav-link {
    font-size: 20px
  }

  .navbar-toggler>svg {
    width: 29px
  }

  .navbar-brand img {
    max-width: 200px
  }

  .header-menu .navbar-nav .nav-item+.nav-item {
    margin-left: 20px
  }

  .header-right>ul>li {
    margin-left: 15px
  }

  .product-category-accordion,
  .search-box {
    padding: 20px 0
  }

  .search-box .toggle-search {
    top: 25px
  }

  .home-banner {
    height: 650px
  }

  .home-banner-content p {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 26px
  }

  .home-banner-content h1 {
    font-size: 42px
  }

  .image-with-content.small {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .image-with-content,
  .page-form,
  .product-listing-wrapper-inner-right .landing-form {
    padding: 20px
  }

  .our-customer .hash-tag-link {
    font-size: 14px;
    margin-top: 10px
  }

  .about-banner {
    height: 600px
  }

  .about-banner-content {
    padding-top: 50px
  }

  .about-banner-content h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px
  }

  .about-banner-content p {
    font-size: 20px;
    line-height: 29px
  }

  .technology-hub-content h4 {
    margin-bottom: 15px;
    font-size: 22px
  }

  .footer-menu li a,
  .technology-hub-content p {
    font-size: 16px;
    line-height: 24px
  }

  .form-heading p {
    font-size: 24px;
    line-height: 30px
  }

  .form-heading {
    padding-bottom: 20px
  }

  .form-heading span {
    margin-top: 16px
  }

  .footer-menu-title {
    font-size: 18px;
    line-height: 22px
  }

  .footer-top {
    padding: 50px 0
  }

  .contact-form {
    padding: 60px 0
  }

  .contact-address h4 {
    font-size: 38px
  }

  .contact-footer .footer-top {
    padding-top: 220px
  }

  .map-pointer svg {
    width: 45px
  }

  .cybersecurity-capabilities h4,
  .offer-page-title {
    font-size: 38px;
    line-height: 48px
  }

  .landing-form {
    margin-left: 0;
    padding: 20px
  }

  .product-category-accordion .accordion-button {
    font-size: 16px
  }

  .product-listing:not(.list-view) ul li {
    padding: 0 15px
  }

  .product-listing:not(.list-view) ul {
    margin: 0 -15px
  }

  .product-box .product-content .product-title {
    font-size: 20px;
    line-height: 26px
  }

  .category-accordion-title,
  .product-category-accordion .accordion-body ul li {
    margin-bottom: 10px
  }

  .product-tag li a {
    padding: 2px 8px;
    font-size: 16px
  }

  .page-heading-medium-title {
    font-size: 42px;
    line-height: 52px
  }

  .consectetur-adipiscing-elit {
    padding-top: 100px;
    padding-bottom: 45px
  }

  .security-network-content {
    padding: 25px 50px
  }

  .blog-detail-newsletter .form-floating>.form-control,
  .form-floating>.form-select {
    height: calc(47px + 2px);
    padding: 20px 13px
  }

  .product-slider-modal .product-slider .slick-arrow {
    width: 50px;
    height: 50px
  }

  .product-slider-modal .product-slider .slick-arrow:before {
    width: 15px;
    height: 26px
  }

  .product-slider-img {
    padding: 63px
  }
}

@media(max-width:1399px) {

  .product-listing-wrapper-inner-left,
  .product-listing-wrapper-left {
    max-width: 100%;
    padding-right: 0
  }

  .product-listing-wrapper-inner-right,
  .product-listing-wrapper-right {
    max-width: 100%;
    padding-top: 15px
  }

  .systemy-vpn-product-list .product-list {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

@media (max-width:1199px) {
  .page-heading-title {
    font-size: 40px;
    line-height: 46px
  }

  .btn-dark-border,
  .security-network-description .text-description-small {
    font-size: 16px
  }

  .btn-dark-border svg {
    width: 16px
  }

  .offer-page-content,
  .text-description-small {
    font-size: 16px;
    line-height: 22px
  }

  .about-banner-content p,
  .cybersecurity-capabilities p,
  .text-description {
    font-size: 18px;
    line-height: 26px
  }

  .text-description-medium {
    font-size: 20px;
    line-height: 30px
  }

  .text-description-large {
    font-size: 28px;
    line-height: 34px
  }

  .page-heading-title.medium {
    font-size: 26px;
    line-height: 40px
  }

  .modal-xxl {
    max-width: 800px
  }

  .header {
    padding: 20px 0
  }

  .search-box {
    padding: 5px 0
  }

  .search-box .toggle-search {
    top: 20px
  }

  .about-banner,
  .home-banner {
    height: 600px
  }

  .company-data h4,
  .contact-address p,
  .image-with-content .text-description-medium,
  .product-list li {
    margin-bottom: 15px
  }

  .image-with-content .text-description {
    margin-bottom: 30px
  }

  .hash-tag-link,
  .hash-tag-link:hover {
    font-size: 18px
  }

  .hash-tag-link+.hash-tag-link {
    margin-left: 10px
  }

  .tag-list {
    padding-bottom: 15px
  }

  .image-with-content.small {
    min-height: 280px
  }

  .product-list-title {
    padding-bottom: 7px;
    margin-bottom: 30px;
    min-height: 80px;
    font-size: 20px;
    line-height: 26px
  }

  .product-list li a {
    font-size: 16px;
    line-height: 20px
  }

  .about-banner-content,
  .contact-address {
    padding-top: 30px
  }

  .about-banner-content h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px
  }

  .about-banner .scroll-down svg {
    width: 30px
  }

  .scroll-down {
    bottom: 20px
  }

  .technology-hub-content h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px
  }

  .technology-hub-content p {
    font-size: 14px;
    line-height: 20px
  }

  .technology-hub-content {
    padding: 15px
  }

  .image-with-text-form .image-with-content.small {
    min-height: 200px
  }

  .image-with-text-form .image-with-text-desc {
    min-height: 112px
  }

  .contact-map {
    margin-top: 30px
  }

  .contact-address h4 {
    font-size: 28px
  }

  .company-data p {
    font-size: 20px
  }

  .offer-page-title {
    font-size: 30px;
    line-height: 38px
  }

  .cybersecurity-capabilities h4 {
    font-size: 30px;
    line-height: 48px
  }

  .text-black-description {
    line-height: 26px
  }

  .application-icon-box-inner {
    padding: 43px 43px 33px;
    min-height: 254px
  }

  .services-solutions .services-list {
    padding-bottom: 25px;
    min-height: 191px
  }

  .landing-heading,
  .landing-img {
    padding-bottom: 20PX
  }

  .content-box {
    padding: 50px
  }

  .product-listing.list-view .product-image {
    min-width: 170px
  }

  .product-hover-tag a {
    padding: 5px;
    font-size: 16px
  }

  .product-hover-tag {
    top: 33px
  }

  .page-heading-medium-title {
    font-size: 32px;
    line-height: 40px
  }

  .security-network-content {
    padding: 0 20px 20px
  }

  .index-inner-block {
    padding: 40px 40px 40px 50px
  }

  .index-inner-block a {
    font-size: 22px;
    line-height: 32px
  }

  .pdf-download {
    padding: 90px
  }
}

@media (max-width:991px) {
  .btn-green {
    font-size: 20px
  }

  .btn-blue,
  .btn-dark {
    padding: 10px 18px;
    font-size: 20px;
    line-height: 24px
  }

  .btn-blue .btn-arrow,
  .btn-dark .btn-arrow,
  .btn-dark-border .btn-arrow,
  .btn-green .btn-arrow {
    width: 18px
  }

  .page-heading {
    padding-bottom: 30px
  }

  .section-padding {
    padding-bottom: 50px
  }

  .modal-xxl {
    max-width: 600px
  }

  .services-wrapper li {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }

  .image-with-text-desc {
    min-height: 112px
  }

  .image-with-content.small {
    min-height: 210px
  }

  .our-customer {
    padding: 15px
  }

  .footer-menu {
    margin-bottom: 30px
  }

  .social-share.horizontally li a img {
    width: 40px
  }

  .map-pointer svg {
    width: 30px
  }

  .contact-address span {
    min-height: 50px
  }

  .contact-address-wrapper {
    margin-bottom: 20px
  }

  .contact-footer .footer-top {
    padding-top: 150px
  }

  .application-icon-box-inner {
    padding: 30px;
    min-height: 254px
  }

  .play-btn img {
    max-width: 100px
  }

  .landing-form,
  .new-user,
  .product-listing-wrapper-inner-right .landing-form {
    padding: 20px
  }

  .new-user-btn {
    padding-top: 15px
  }

  .new-user-content {
    padding-right: 0
  }

  .content-box {
    padding: 30px
  }

  .v-aid-services {
    padding: 70px
  }

  .about-zapytania-inner h3 {
    font-size: 28px;
    line-height: 33px
  }
}

@media (max-width:768px) {

  .landing-content,
  .page-heading,
  .technical-specifications {
    padding-bottom: 30px
  }

  .page-heading-title {
    font-size: 32px;
    line-height: 40px
  }

  .page-heading-description {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    padding-top: 15px
  }

  .text-description-large {
    font-size: 22px;
    line-height: 28px
  }

  .page-heading-title.medium {
    font-size: 26px;
    line-height: 36px
  }

  .navbar-brand img {
    max-width: 150px
  }

  .product-list li span img,
  .toggle-search>svg {
    width: 20px
  }

  .navbar-toggler>svg {
    width: 21px
  }

  .header-menu .navbar-nav .nav-link {
    font-size: 18px
  }

  .header-menu .slide-menu .navbar-nav .nav-item {
    margin-bottom: 15px
  }

  .slide-menu .navbar-collapse {
    width: calc(50% - 30px)
  }

  .scroll-down {
    bottom: 30px
  }

  .scroll-down svg {
    width: 34px
  }

  .home-banner-content h1 {
    font-size: 32px
  }

  .company-data h4,
  .footer-menu li,
  .home-banner-tag,
  .product-list,
  .product-list li,
  .social-share.vertically-fix li {
    margin-bottom: 10px
  }

  .home-banner-tag a,
  .product-box .product-content .product-title {
    font-size: 18px;
    line-height: 24px
  }

  .home-banner-tag a+a {
    margin-left: 5px
  }

  .home-banner-content p {
    max-width: 100%;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px
  }

  .image-with-content.small,
  .image-with-text-desc,
  .image-with-text-form .image-with-content.small,
  .image-with-text-form .image-with-text-desc,
  .open-product {
    min-height: auto
  }

  .product-list-title {
    min-height: auto;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 23px
  }

  .product-list li span {
    min-width: 30px
  }

  .search-box .toggle-search {
    position: absolute;
    right: 30px;
    top: 10px
  }

  .header-menu .navbar-brand {
    z-index: 1
  }

  .search-box.active form {
    right: 0;
    top: 0;
    max-width: 300px;
    margin-right: auto
  }

  .search-box {
    padding: 12px 20px
  }

  .search-box.active form input {
    padding: 10px
  }

  .partnerships,
  .systemy-vpn {
    padding: 50px 0
  }

  .about-banner-content h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px
  }

  .company-data p,
  .footer-horizontal-menu {
    margin-bottom: 0
  }

  .about-banner-content p,
  .contact-address .text-description {
    font-size: 16px;
    line-height: 22px
  }

  .about-banner {
    height: auto;
    padding-bottom: 90px
  }

  .technology-hub-content {
    padding: 15px 15px 30px 0
  }

  .for-free-time-content,
  .partnerships p,
  .technology-hub-wrapper {
    padding-top: 50px
  }

  .newsletter-form {
    height: auto
  }

  .footer-top {
    padding: 40px 0 20px
  }

  .footer-bottom-left li+li {
    margin-left: 10px
  }

  .map-pointer svg {
    width: 25px
  }

  .contact-address-wrapper,
  .product-tag {
    margin-bottom: 20px
  }

  .contact-footer .footer-top {
    padding-top: 120px
  }

  .contact-map-link a {
    font-size: 14px
  }

  .company-data p {
    font-size: 15px
  }

  .company-data .text-description {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0
  }

  .hash-tag-link,
  .hash-tag-link:hover {
    font-size: 16px
  }

  .contact-address p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
  }

  .blog-list .tag-list {
    margin-top: 20px;
    padding-bottom: 30px
  }

  .page-heading.border-bottom-dark {
    margin-bottom: 25px
  }

  .cybersecurity-capabilities h4,
  .offer-page-title {
    font-size: 24px;
    line-height: 30px
  }

  .offer-page-title-medium {
    font-size: 30px;
    line-height: 32px
  }

  .breadcrumb-block {
    padding: 40px 0 30px
  }

  .breadcrumb-item {
    font-size: 14px;
    line-height: 22px
  }

  .cybersecurity-inner .row {
    padding-bottom: 50px;
    padding-top: 0
  }

  .cybersecurity-capabilities p,
  .cybersecurity-inner p {
    padding-top: 40px
  }

  .about-cybersecurity,
  .cybersecurity-block {
    padding-bottom: 50px
  }

  .application-icon-box-inner {
    padding: 20px;
    min-height: 220px
  }

  .services-solutions ul li,
  .systemy-vpn-product-list .product-list {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .offer-list ul li {
    padding-left: 10px
  }

  .content-box p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px
  }

  .product-listing:not(.list-view) ul li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 10px
  }

  .product-listing.list-view .product-hover-tag {
    top: 27px;
    left: -52px;
    right: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .product-box {
    overflow: hidden
  }

  .product-listing.list-view .product-content {
    padding: 20px 20px 20px 15px
  }

  .product-listing:not(.list-view) ul {
    margin: 0 -10px
  }

  .social-share.vertically-fix {
    right: 10px
  }

  .social-share.vertically-fix .share-title {
    width: 27px
  }

  .page-heading-medium-title {
    font-size: 26px;
    line-height: 32px
  }

  .testimonial-block {
    padding: 40px
  }

  .custom-checkbox label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }

  .blog-detail-newsletter-inner button {
    margin-left: 0
  }

  .graphics-blue {
    padding: 30px 15px
  }

  .technology-supervisor-content {
    padding-top: 15px
  }

  .technology-supervisor-content h4 {
    font-size: 18px;
    line-height: 22px
  }

  .technology-supervisor-content h3,
  .v-aid-services-inner .offer-list ul li {
    padding-bottom: 15px
  }

  .pdf-download {
    padding: 50px
  }

  .pdf-download svg {
    width: 70px
  }

  .pdf-list svg {
    min-width: 32px
  }

  .our-customer-wrapper {
    padding-bottom: 10px
  }

  .product-slider-modal .modal-header {
    position: relative;
    left: auto;
    top: 0;
    right: 0;
    z-index: 1
  }

  .product-slider-modal .btn-close {
    background: 0 0
  }

  .product-slider-modal .modal-header svg {
    width: 30px;
    margin-left: auto
  }

  .product-slider-modal .product-slider .slick-arrow {
    width: 40px;
    height: 40px
  }

  .product-slider-modal .product-slider .slick-arrow:before {
    width: 11px;
    height: 20px
  }

  .open-product-icon {
    max-width: 80px
  }

  .border-bottom-with-padding {
    padding-bottom: 45px;
    margin-bottom: 45px
  }

  .technology-supervisor {
    padding: 30px
  }

  .v-aid-services {
    padding: 50px;
    margin-bottom: 50px
  }

  .technical-specifications-inner tr th {
    padding: 15px
  }

  .technical-specifications-inner tr td {
    padding: 10px 15px
  }

  .mobile-slider .slick-slide {
    padding: 0 15px
  }
}

@media (max-width:991px) {
  .slide-menu .navbar-collapse {
    right: -700px;
    top: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    transform: none;
    max-width: 600px;
    padding: 29px 23px 23px;
    transition: .3s linear;
    background-color: transparent;
    background: linear-gradient(150deg, #00203e 60%, #00ade5 100%) no-repeat
  }

  .mobile-menu .accordion-button:not(.collapsed),
  .mobile-menu .accordion-item,
  .mobile-search .form-control {
    background-color: transparent
  }

  .slide-menu .navbar-collapse.show {
    right: 0;
    transform: none;
    transition: .3s linear
  }

  .sidebar-overlay {
    display: none
  }

  .mobile-menu-header {
    padding-bottom: 100px
  }

  .mobile-menu .accordion-item {
    border-radius: 0 !important;
    border-width: 1px 0;
    border-color: #e4f6fc
  }

  .accordion-collapse {
    border-top: 1px solid #e4f6fc
  }

  .mobile-menu .accordion-button:focus {
    border-color: transparent
  }

  .mobile-menu .accordion-button {
    background-color: transparent;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .36px
  }

  .mobile-menu .accordion-button,
  .mobile-menu .accordion-button:not(.collapsed) {
    color: var(--second-active-color)
  }

  .mobile-menu .product-list {
    margin: 27px 0
  }

  .mobile-search .form-control {
    box-shadow: 0 3px 6px #00203e33;
    border: 1px solid var(--second-active-color);
    height: 58px;
    color: var(--second-active-color);
    font-size: 22px;
    padding: 12px 58px 12px 12px
  }

  .mobile-search .form-control::placeholder {
    color: var(--second-active-color)
  }

  .header-menu .navbar-nav .nav-link {
    font-size: 32px
  }

  .mobile-search {
    margin-top: 50px
  }

  .mobile-search svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 17px
  }

  .mobile-menu .product-list li a {
    color: #00ade5
  }

  .mobile-menu .navbar-brand img {
    max-width: 160px
  }

  .mobile-menu .close-navbar svg {
    width: 40px
  }

  .mobile-menu .accordion-button::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='80' height='50' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cg%3E%3Cpolygon id='svg_1' points='39.5,50.047996520996094 -1.5120000839233398,9.035999298095703 5.559000015258789,1.9640007019042969 39.5,35.904998779296875 73.44100189208984,1.9640007019042969 80.51200103759766,9.035999298095703 39.5,50.047996520996094 '/%3E%3C/g%3E%3C/svg%3E");
    background-position: center
  }
}

@media (max-width:480px) {

  .share-btn,
  .social-share li a img {
    width: 33px
  }

  .share-btn,
  .social-inner,
  .social-share ul {
    -webkit-box-ordinal-group: 2;
    order: 1
  }

  .services-wrapper li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .social-inner {
    position: static;
    -ms-flex-order: 1
  }

  .social-share.vertically-fix {
    position: static !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 20px
  }

  .share-btn {
    -ms-flex-order: 1;
    margin-left: 15px
  }

  .social-share.vertically-fix li {
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 0
  }

  .social-share.vertically-fix .share-title {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    width: auto;
    margin-top: 0
  }

  .social-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 1
  }

  .footer-bottom-left li a img {
    width: 30px
  }

  .footer-bottom-left li+li {
    margin-left: 6px
  }

  .application-icon-box-inner {
    min-height: auto
  }

  .audit-box,
  .different-v-aid .blog-detail-table table tr td {
    padding: 20px
  }

  .audit-box .application-icon-box-content {
    padding-left: 25px
  }

  .audit-box img {
    max-width: 200px
  }

  .application-icon-box,
  .application-icon-box-offer-two,
  .blog-detail-newsletter .carrots-content-block,
  .for-free-time-content,
  .partnerships p {
    padding-top: 30px
  }

  .about-cybersecurity,
  .about-cybersecurity h3,
  .consectetur-adipiscing-elit-content h1,
  .contact-v-ed p,
  .cybersecurity-block,
  .cybersecurity-inner .row,
  .definitions-block,
  .different-v-aid,
  .services-solutions,
  .services-solutions h3,
  .trusted-partner h3 {
    padding-bottom: 30px
  }

  .cybersecurity-capabilities p,
  .cybersecurity-inner p {
    padding-top: 20px
  }

  .cybersecurity-capabilities h4 {
    padding-top: 30px;
    font-size: 38px;
    line-height: 48px
  }

  .cybersecurity-capabilities img {
    margin: 0 0 30px
  }

  .pagination-block,
  .partnerships,
  .systemy-vpn {
    padding: 30px 0
  }

  .graphics-block .border-bottom-dark,
  .graphics-blue,
  .partnerships.border-bottom-dark {
    margin-bottom: 30px
  }

  .play-btn img {
    max-width: 70px
  }

  .product-image {
    min-height: 160px
  }

  .product-hover-tag a {
    padding: 2px;
    font-size: 12px
  }

  .product-filter-view button svg {
    width: 22px
  }

  .product-filter ul li+li,
  .product-filter-view button+button {
    margin-left: 10px
  }

  .product-listing.list-view .product-image {
    min-width: 120px
  }

  .page-heading-medium-title {
    font-size: 21px;
    line-height: 23px
  }

  .consectetur-adipiscing-elit {
    padding-top: 50px;
    padding-bottom: 30px
  }

  .carrots-content-block h3,
  .carrots-content-block p,
  .consectetur-adipiscing-elit-content p,
  .general-conditions-content p,
  .pdf-download h4 {
    padding-bottom: 20px
  }

  .security-network {
    margin-bottom: 20px
  }

  .security-network-icon {
    max-width: 40px
  }

  .security-network-content {
    padding: 0 15px 15px
  }

  .about-zapytania,
  .index-inner-block,
  .technology-supervisor,
  .testimonial-block,
  .v-aid-services {
    padding: 20px;
    margin-bottom: 30px
  }

  .index-inner-block a {
    font-size: 18px;
    line-height: 23px
  }

  .testimonial-block svg {
    width: 25px
  }

  .testimonial-inner {
    padding: 20px 0 0 25px
  }

  .testimonial-inner h3 {
    font-size: 18px;
    line-height: 22px
  }

  .undergraduate-block {
    padding: 30px 0;
    margin-bottom: 30px
  }

  .blog-detail-table table,
  .pdf-download {
    margin: 30px 0
  }

  .blog-detail-table table tr td,
  .blog-detail-table table tr th {
    padding: 15px
  }

  .technology-supervisor-inner {
    padding-bottom: 15px
  }

  .general-conditions {
    padding-bottom: 30px;
    padding-top: 30px
  }

  .general-conditions-content h5 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
    padding-top: 30px
  }

  .pdf-download {
    padding: 30px
  }

  .pdf-list svg {
    min-width: 25px
  }

  .v-aid-services-inner h3 {
    padding: 20px 0
  }

  .v-aid-services-inner .offer-list ul li {
    padding-bottom: 5px
  }

  .v-aid-services-inner .offer-list ul li p {
    font-size: 18px
  }

  .product-description-block {
    margin: 30px 0 20px
  }

  .product-description-inner {
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px
  }

  .footer-menu {
    margin-bottom: 15px
  }

  .main-search-block .custom-select {
    min-width: 165px !important
  }

  .search-lorem-block {
    padding: 15px 0
  }

  .about-zapytania-inner h3 {
    font-size: 22px;
    line-height: 28px
  }
}

@media (max-width:375px) {
  .scroll-down {
    bottom: 20px
  }

  .page-heading {
    padding-bottom: 20px
  }

  .page-heading-title {
    font-size: 26px;
    line-height: 28px
  }

  .page-heading-description {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px
  }

  .section-padding {
    padding-bottom: 50px
  }

  .cybersecurity-capabilities p,
  .text-description {
    font-size: 16px;
    line-height: 24px
  }

  .text-description-medium {
    font-size: 18px;
    line-height: 26px
  }

  .hash-tag-link,
  .hash-tag-link:hover,
  .offer-list .hash-tag-link {
    font-size: 16px
  }

  .page-heading-title.medium {
    font-size: 22px;
    line-height: 30px
  }

  .navbar-brand img {
    max-width: 130px
  }

  .search-box.active form {
    max-width: 225px
  }

  .home-banner-content h1 {
    font-size: 26px
  }

  .image-with-content .text-description,
  .image-with-text.small .text-description-small {
    margin-bottom: 15px
  }

  .our-customer {
    padding: 10px 15px
  }

  .our-customer-logo img {
    max-width: 90px
  }

  .our-customer-logo {
    min-height: 100px
  }

  .technology-hub-wrapper {
    padding-top: 30px
  }

  .border-bottom-dark {
    margin-bottom: 40px
  }

  .radio-group-title {
    font-size: 16px;
    margin-bottom: 10px
  }

  .custom-radio [type=radio]:checked+label,
  .custom-radio [type=radio]:not(:checked)+label {
    padding-left: 30px
  }

  .contact-form {
    padding: 40px 0
  }

  .social-share.horizontally li a img {
    width: 35px
  }

  .social-share.horizontally li+li {
    margin-left: 10px
  }

  .social-share.vertically-fix {
    margin-top: 0
  }

  .contact-address {
    padding-top: 20px;
    margin-top: 30px
  }

  .contact-address span {
    min-height: auto
  }

  .text-description-large {
    font-size: 18px;
    line-height: 22px
  }

  .blog-list .tag-list {
    margin-top: 15px;
    padding-bottom: 20px
  }

  .page-heading.border-bottom-dark,
  .product-listing-heading {
    margin-bottom: 20px
  }

  .footer-menu li,
  .product-category-accordion .accordion-body ul li {
    margin-bottom: 5px
  }

  .footer-menu li a {
    font-size: 15px;
    line-height: 20px
  }

  .footer-menu-title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px
  }

  .cybersecurity-capabilities h4,
  .offer-page-title {
    font-size: 19px;
    line-height: 24px
  }

  .offer-page-title-medium {
    font-size: 25px;
    line-height: 29px
  }

  .text-black-description {
    line-height: 24px;
    font-size: 16px
  }

  .audit-box {
    display: block !important
  }

  .audit-box .application-icon-box-content {
    padding-left: 0;
    padding-top: 15px !important
  }

  .audit-box .text-description,
  .v-aid-services-inner .offer-list ul li p {
    font-size: 15px
  }

  .services-solutions .services-list {
    min-height: 161px
  }

  .offer-list ul li {
    padding-left: 10px
  }

  .landing-footer p {
    font-size: 13px;
    line-height: 16px
  }

  .general-conditions {
    padding-top: 0
  }

  .content-box,
  .pdf-download,
  .technology-supervisor {
    padding: 15px
  }

  .pdf-download h4,
  .tech-support .application-icon-box,
  .technology-supervisor-inner {
    padding-bottom: 10px
  }

  .new-user {
    margin-bottom: 25px
  }

  .product-sorting .custom-select {
    min-width: 100%;
    width: 100%
  }

  .product-filter ul li:first-child {
    width: 100%
  }

  .product-filter {
    padding-top: 10px
  }

  .product-content {
    padding: 20px 10px 10px
  }

  .product-listing.list-view .product-image {
    min-width: 100px;
    min-height: auto
  }

  .product-box .product-content .product-title {
    font-size: 16px;
    line-height: 20px
  }

  .product-hover-tag {
    display: none
  }

  .newsletter-margin-bottom {
    margin-bottom: 30px
  }

  .product-slider .product-slider-for-wrapper .product-slider-img img {
    max-width: 150px
  }

  .product-category-accordion .accordion-button {
    padding: 8px 15px 8px 25px
  }

  .product-category-accordion .accordion-button::after {
    background-size: 16px;
    height: 11px
  }

  .product-slider-img {
    padding: 20px 36px
  }

  .slider-view-btn:before {
    width: 20px;
    height: 20px
  }

  .product-tag li a {
    padding: 1px 4px;
    font-size: 14px
  }

  .product-slider .slick-arrow {
    width: 30px;
    height: 30px
  }

  .product-slider-modal .product-slider .slick-arrow {
    width: 30px
  }

  .product-slider-nav .slick-slide {
    margin: 0 5px
  }

  .product-slider-nav .slick-list {
    margin: 0 -5px
  }

  .maintenance-service-icon {
    padding: 5px
  }

  .border-bottom-with-padding {
    padding-bottom: 30px;
    margin-bottom: 30px
  }

  .search-lorem-block .text-black-description {
    line-height: 18px;
    font-size: 14px
  }

  .search-lorem-block a {
    font-size: 16px;
    word-wrap: break-word;
  }
}

.video-res169 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%
}

.video-res-if {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.tab-mid-vaid {
  text-align: center;
  vertical-align: middle
}

.form-floating input::-webkit-inner-spin-button,
.form-floating input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.form-floating input[type=number] {
  -moz-appearance: textfield
}

.custom-checkbox input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0
}

/*------- my custom css start here -------*/
.body-single-product .product-listing-wrapper {
  margin-bottom: 75px !important;
  padding-bottom: 0 !important;
}

.body-single-product .container.large,
.page-products-list .container.large {
  max-width: 1430px;
}

.product-listing-wrapper-right {
  max-width: 100%;
  width: calc(100% - 354px);
}

.product-category-accordion .accordion-item {
  margin-bottom: 21px;
}

.product-category-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.product-category-accordion .white-arrowaccordion-header,
.product-category-accordion .accordion-button {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.18px;
  font-weight: normal;
  color: var(--text-color) !important;
}

.product-category-accordion .accordion-button {
  padding: 0 0 0 24px;
}

.product-category-accordion .white-arrowaccordion-header .accordion-button:not(.collapsed) {
  color: var(--text-color) !important;
}

.product-category-accordion .accordion-button::after {
  width: 17px;
  height: 10px;
  background-size: cover;
  background-position: center;
}

.product-category-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

.product-category-accordion .accordion-body {
  padding: 21px 0 1px 24px;
}

.product-category-accordion .accordion-body ul li {
  padding: 0;
  margin: 0 0 21px;
  line-height: 21px;
}

.product-category-accordion .accordion-body ul li:last-child {
  margin-bottom: 0;
}

.product-category-accordion .accordion-body ul li a {
  color: var(--text-color) !important;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: .18px;
}

.product-category-accordion .accordion-body ul li.active a {
  font-weight: bold;
  color: var(--main-color) !important;
}

.product-category-accordion .d-flex {
  margin-top: 37px !important;
  justify-content: flex-start !important;
}

.product-category-accordion .btn.btn-arch {
  height: 50px !important;
  padding: 0 40.8px 0 24px !important;
  letter-spacing: 0.72px !important;
  border-width: 2px !important;
  position: relative;
}

.product-category-accordion .btn.btn-arch:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background: url(../images/icon-arrow-right.png);
  background-size: cover;
}

.product-category-accordion .btn.btn-arch:hover:after {
  filter: brightness(0) invert(100%);
}

.product-single-head {
  margin-bottom: 29px;
}

.product-single-head:last-child {
  margin-bottom: 0;
}

.product-single-head .page-heading-title {
  font-size: 44px;
  line-height: 49px;
  font-weight: bold;
  letter-spacing: 1.32px;
  color: var(--text-color);
  margin-bottom: 23px;
}

.product-single-head .page-heading-title:last-child {
  margin-bottom: 0;
}

.product-single-head .text-description-medium {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  padding: 0 !important;
  letter-spacing: 0.54px;
  color: var(--text-color);
}

.product-listing-wrapper-inner-left {
  width: calc(100% - 354px);
  max-width: 100%;
  padding-right: 28px;
}

.product-listing-wrapper-inner-right {
  max-width: 100%;
  width: 354px;
}

.product-listing-wrapper-inner-right .landing-form {
  padding: 48px 28px 64px;
  border-radius: 4px;
}

.product-listing-wrapper-inner-right .form-heading {
  padding-bottom: 22px;
}

.product-listing-wrapper-inner-right .form-heading:last-child {
  margin-bottom: 0;
}

.product-listing-wrapper-inner-right .form-heading p {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 20px;
}

.product-listing-wrapper-inner-right .form-heading p:last-child {
  margin-bottom: 0;
}

.product-listing-wrapper-inner-right .form-heading span {
  line-height: 18px;
  letter-spacing: 0.48px;
}

.product-listing-wrapper-inner-right .form-field .col-sm-6 {
  width: 100%;
}

.product-listing-wrapper-inner-right .form-group {
  margin-bottom: 12px;
}

.product-listing-wrapper-inner-right .form-floating>.form-control,
.product-listing-wrapper-inner-right .form-floating>.form-select,
.product-listing-wrapper-inner-right .floating-label>.form-control {
  height: 58px;
}

.product-listing-wrapper-inner-right .form-floating>textarea.form-control {
  height: 112px;
  resize: none;
  padding-left: 20px !important;
}

.product-listing-wrapper-inner-right .form-floating>label {
  padding: 12px 20px;
}

.product-listing-wrapper-inner-right .form-floating>.form-control {
  padding: 0 20px;
}

.product-listing-wrapper-inner-right .floating-label>.form-control:not(:placeholder-shown)~label {
  transform: 0;
  padding: 12px 16px;
}

.product-listing-wrapper-inner-right .custom-select .form-control {
  padding-left: 20px;
  font-weight: bold;
}

.product-listing-wrapper-inner-right .custom-checkbox {
  margin-top: 12px;
}

.product-listing-wrapper-inner-right .contact-agr-1 {
  margin-top: 8px;
}

.product-listing-wrapper-inner-right .custom-checkbox label:before {
  top: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 0;
  background: var(--second-active-color);
  margin-right: 11px;
}

.product-listing-wrapper-inner-right .custom-checkbox input+label:after {
  top: 3px;
  left: 7px;
  width: 7px;
  height: 12px;
}

.product-listing-wrapper-inner-right .check-cross-icon {
  top: 0;
}

.product-listing-wrapper-inner-right .check-cross-icon:after,
.product-listing-wrapper-inner-right .check-cross-icon:before {
  top: 10px;
  left: 10px;
  width: 14px;
  height: 2px;
}

.product-listing-wrapper-inner-right .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.45px;
}

.product-listing-wrapper-inner-right .wpcf7-list-item-label a strong {
  font-weight: normal;
}

.product-listing-wrapper-inner-right .checkbox-req-error {
  display: none;
}

.product-listing-wrapper-inner-right .form-submit-btn {
  margin-top: 32px !important;
}

.product-listing-wrapper-inner-right .col-sm-12 .col-sm-12 {
  padding: 0;
}

.product-listing-wrapper-inner-right .form-submit-btn .btn-purple {
  width: 100%;
  max-width: 100%;
  justify-content: center !important;
  height: 64px;
  letter-spacing: 0.8px;
}

.product-listing-wrapper-inner-right .form-submit-btn .btn-purple svg {
  width: 15px;
  margin-left: 5px;
}

.product-listing-wrapper-inner-right .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
  font-size: 16px;
  padding: 8px 15px;
}

.product-slider-for {
  border: 2px solid #BAE1C5;
  border-radius: 10px;
}

.product-slider-img {
  padding: 0;
}

.product-slider-img .product-slider-img-wrapper {
  height: 440px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 20px 90px;
}

.product-slider-img .product-slider-img-wrapper img {
  height: auto;
  width: auto;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}

.product-slider .slick-arrow {
  width: 48px;
  height: 48px;
  background-color: var(--second-active-color);
  border: 1px solid var(--text-color);
  border-radius: 10px;
  left: 24px;
}

.product-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.product-slider .slick-dots {
  display: none !important;
}

.product-slider .slick-arrow:hover {
  background-color: var(--text-color);
}

.product-slider .slick-arrow.slick-next {
  left: auto;
  right: 24px;
}

.product-slider .slick-arrow:before {
  background-image: url(../images/icon-slider-arrow.png);
  background-size: contain;
  width: 10px;
  height: 17px;
  transform: none !important;
}

.product-slider .slick-prev.slick-arrow:before,
.product-slider .slick-next.slick-arrow:before {
  filter: unset !important;
}

.product-slider .slick-prev.slick-arrow:before {
  transform: rotate(180deg) !important;
}

.product-slider .slick-prev.slick-arrow:hover:before,
.product-slider .slick-next.slick-arrow:hover:before {
  filter: brightness(0) invert(100%) !important;
}

.product-slider-view {
  display: none !important;
}

.product-thum-text {
  letter-spacing: 0.45px;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1;
  margin: 18px 0 32px;
}

.product-slider-nav .slick-slide {
  border: 0;
  padding: 0;
}

.product-slider-thumb {
  width: 98px !important;
  height: 98px;
  border: 1px solid #BAE1C5;
  padding: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.slick-current .product-slider-thumb {
  border-color: var(--main-color);
  box-shadow: inset 1px 1px var(--main-color), inset -1px -1px var(--main-color);
}

.product-slider-thumb img {
  width: initial;
  margin: auto;
  height: initial;
  max-width: 100%;
  max-height: 100%;
}

.product-tag {
  margin: 45px 0 48px;
  position: relative;
}

.product-tag:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 2px;
  height: 1.5px;
  width: 100%;
  background: var(--main-color);
}

.product-tag-item {
  margin: 0 10px 23px 0;
}

.product-tag-item div {
  background: transparent;
  color: var(--text-color) !important;
  padding: 0 9px;
  line-height: 21px;
  position: relative;
  display: block;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0.18px;
}

.product-tag-item.active div:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--main-color);
  bottom: -22px;
}

.product-tag .slick-arrow {
  display: none !important;
}

.product-description {
  margin-bottom: 80px;
}

.product-description:last-child {
  margin-bottom: 0;
}

.title-sm {
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.title-sm:last-child {
  margin-bottom: 0;
}

.product-single-info .text-block p {
  font-size: 18px !important;
  letter-spacing: 0.54px !important;
  line-height: 30px !important;
  margin-bottom: 16px !important;
  color: var(--text-color) !important;
}

.product-single-info .text-block p:last-child {
  margin-bottom: 0 !important;
}

.product-single-info .text-block ol,
.product-single-info .text-block ul {
  padding-left: 0px;
}

.product-single-info .text-block ul:last-child {
  margin-bottom: 0;
}

.product-single-info .text-block li {
  color: var(--text-color);
  margin-bottom: 13px;
  line-height: 27px !important;
  padding-left: 18px !important;
}

.product-single-info .text-block li:last-child {
  margin-bottom: 0;
}

.product-single-info .text-block li::before {
  top: 8px;
  width: 8px;
  height: 8px;
}

.text-block-faq h1,
.text-block-faq h2,
.text-block-faq h3,
.text-block-faq h4,
.text-block-faq h5,
.text-block-faq h6 {
  font-size: 22px !important;
  line-height: 25px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  margin: 60px 0 17px !important;
}

.text-block-faq-list {
  position: relative;
}

.text-block-faq-item {
  border-top: 1px solid var(--main-color);
}

.text-block-faq-item:last-child {
  border-bottom: 1px solid var(--main-color);
}

.text-block-faq-head {
  position: relative;
  cursor: pointer;
}

.text-block-faq-head:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 10px;
  margin: auto;
  background: url(../images/icon-arrow-down.png);
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.text-block-faq-head.open:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.text-block-faq .text-block-faq-head * {
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
  padding: 10px 0 !important;
  position: relative;
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 21px !important;
  letter-spacing: 0.18px !important;
  color: var(--text-color) !important;
}

.text-block-faq-body-inner {
  padding-bottom: 28px;
}

.text-block-faq-body {
  display: none;
}

.technical-text h1,
.technical-text h2,
.technical-text h3,
.technical-text h4,
.technical-text h5,
.technical-text h6 {
  font-size: 30px !important;
  line-height: 38px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  margin: 32px 0 17px !important;
}

.technical-item {
  margin-bottom: 40px;
  display: none;
}

.technical-item.active {
  display: block;
}

.technical-item:nth-child(-n + 3) {
  display: block;
}

.technical-item:last-child {
  margin-bottom: 0;
}

.technical-title {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 17px;
}

.technical-table table {
  width: 100%;
  border: 0;
}

.technical-item .technical-table {
  margin-bottom: 32px;
}

.technical-item .technical-table:last-child {
  margin-bottom: 0;
}

.technical-table table th {
  padding: 20px;
  border: 1px solid var(--main-color);
  border-left-width: 0;
  border-right-width: 0;
}

.technical-table table tbody td {
  border: 1px solid var(--main-color);
  border-left-width: 0;
  border-right-width: 0;
  background: #EEF7F1;
  padding: 20px 10px;
  vertical-align: top;
  text-align: center;
}

tr>td:first-child {
  text-align: left !important;
}

.technical-table table tbody tr:nth-child(even) td {
  background: #CBE8D4;
}

.technical-table table tbody td:first-child,
.technical-table table th:first-child {
  border-left-width: 1px;
  padding-left: 20px;
}

.technical-table table tbody td:last-child,
.technical-table table th:last-child {
  border-right-width: 1px;
  padding-right: 20px;
}

.technical-table table tbody td li:before {
  background: var(--text-color);
}

.technical-table table tbody td:first-child {
  width: 246px;
}

.technical-table table tbody td:first-child * {
  max-width: 200px;
}

.technical-table table tbody td p {
  line-height: 27px !important;
  color: #00203e !important;
  margin: 0 0 16px !important;
}

.technical-table table tbody td p:last-child {
  margin-bottom: 0 !important;
}

.technical-table table tbody td p strong {
  font-weight: 600;
}

.technical-table-text {
  margin-bottom: 37px;
}

.product-single-info .text-block .technical-table-text p {
  margin: 0 !important;
}

.matrix-table table tbody td,
.border-table table tbody td {
  border-width: 1px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.border-table table tbody td {
  text-align: left;
  vertical-align: top;
}

.matrix-table table tbody td:first-child {
  width: 220px;
  text-align: left;
}

.matrix-table table tbody td:first-child * {
  max-width: 180px;
}

.technical-specifications {
  margin-bottom: 80px;
  padding-bottom: 0 !important;
}

.technical-specifications:last-child {
  margin-bottom: 0;
}

.technical-btn {
  text-align: center;
  display: none;
}

.technical-btn.technical-btn-show {
  display: block;
}

.technical-btn .btn-dark-border svg {
  transform: rotate(90deg);
  margin-left: 10px !important;
  width: 14px !important;
  margin-top: -2px;
}

.section-download {
  margin-bottom: 80px;
}

.section-download:last-child {
  margin-bottom: 0;
}

.pdf-download {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.pdf-list li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--main-color);
}

.pdf-list li:first-child {
  border-top: 1px solid var(--main-color);
}

.pdf-list li a {
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
}

.pdf-title {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.54px;
  color: var(--text-color) !important;
  font-weight: normal;
  width: calc(100% - 110px);
}

.pdf-icon {
  display: flex;
  align-items: center;
}

.pdf-icon span {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.54px;
  color: var(--text-color);
  font-weight: normal;
}

.pdf-list li a:hover .pdf-icon span {
  color: var(--main-color);
}

.pdf-icon svg {
  width: 24px;
  margin-left: 12px;
}

.pdf-list li a:hover .pdf-icon svg * {
  fill: var(--main-color);
}

.section-services p a {
  color: var(--text-color) !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

.section-services p a:hover {
  color: var(--main-color) !important;
}

.section-services-btn {
  margin-top: 37px;
}

.section-services-btn .btn-dark-border,
.technical-btn .btn-dark-border {
  font-size: 18px;
  letter-spacing: 0.72px;
  height: 50px;
  padding: 0 24px;
}

.section-services-btn .btn-dark-border svg,
.technical-btn .btn-dark-border svg {
  width: 16px;
  margin-left: 4px;
}

.section-product .product-listing {
  border: 0;
  margin-bottom: 120px;
  padding-bottom: 0;
}

.title-md {
  font-size: 40px !important;
  line-height: 45px !important;
  margin-bottom: 32px !important;
  letter-spacing: 0 !important;
}

.section-product .product-listing-col {
  --bs-gutter-x: 0;
}

.section-product .product-listing-col .slick-list {
  margin: 0 -8px;
}

.section-product .product-listing-col .slick-slide {
  margin: 0 8px;
  display: flex;
  flex-wrap: wrap;
  height: initial;
  width: 338px;
}

.section-product .product-listing-col .slick-slide>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section-product .slick-track {
  display: flex;
  margin-left: 0;
}

.section-product .slick-arrow {
  position: absolute;
  top: 103px;
  left: 16px;
  width: 48px;
  height: 48px;
  background-color: var(--second-active-color);
  border: 1px solid var(--text-color);
  border-radius: 10px;
  font-size: 0;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.section-product .slick-arrow.slick-next {
  left: auto;
  right: 32px;
}

.section-product .slick-arrow.slick-disabled {
  display: none !important;
}

.section-product .slick-arrow:hover {
  background-color: var(--text-color);
}

.section-product .slick-arrow:before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-slider-arrow.png);
  background-size: contain;
  width: 10px;
  height: 17px;
}

.section-product .slick-arrow.slick-prev:before {
  transform: rotate(-180deg);
}

.section-product .slick-arrow:hover:before {
  filter: brightness(0) invert(100%);
}

.section-product .d-flex {
  width: 100% !important;
  max-width: 100% !important;
}

.product-box-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.section-product .product-box {
  margin-bottom: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.section-product .product-image {
  min-height: initial !important;
  height: 253px;
  padding: 15px;
  border-radius: 10px;
}

.section-product .product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.section-product .image-overlay {
  display: none;
}

.section-product .product-content {
  padding: 32px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  height: calc(100% - 253px);
  display: flex;
  flex-direction: column;
}

.product-content-top {
  margin-bottom: 21px;
  width: 100%;
}

.section-product .product-box .product-content .product-title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 9px;
  color: var(--text-color) !important;
  text-decoration: none !important;
}

.section-product .product-box:hover .product-content .product-title {
  text-decoration: underline !important;
  color: var(--main-color) !important;
}

.section-product .product-box .product-content .product-title:last-child {
  margin-bottom: 0;
}

.product-content-bottom {
  margin-top: auto;
}

.product-content-bottom .btn-purple {
  background: var(--main-color) !important;
  border-color: var(--main-color) !important;
  font-size: 18px !important;
  height: 50px !important;
  letter-spacing: 0.72px !important;
  border-width: 2px !important;
}

.product-content-bottom .btn-purple:hover {
  color: var(--main-color) !important;
}

.product-content-bottom .btn-purple svg {
  width: 16px;
  margin-left: 4px;
}

.product-content-bottom .btn-purple:hover svg {
  filter: invert(52%) sepia(9%) saturate(2390%) hue-rotate(84deg) brightness(116%) contrast(84%);
}

.wpcf7-list-item {
  display: block !important;
}

.formStickyButton,
.closeformicon {
  display: none !important;
}

.product-slider-img-wrapper {
  position: relative;
  overflow: hidden;
}

.product-slider-img-wrapper img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}

.zoomable--zoomed img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

.product-filter-view svg {
  display: block;
}

.product-category-list .page-heading-container .title-md {
  margin-bottom: 0 !important;
  width: calc(100% - 130px);
}

.product-category-list.noitem .product-filter {
  display: none !important;
}

.product-category-list.noitem {
  margin-bottom: 56px;
}

.product-listing-heading {
  border-bottom-width: 4px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.product-listing-heading .text-description-medium {
  line-height: 29px;
  letter-spacing: 0.26px;
}

.product-list:not(.list-view) ul {
  margin: 0 -8px;
}

.product-list:not(.list-view) ul li {
  padding: 0 8px;
  margin-bottom: 61px;
}

.product-list .product-box:hover {
  box-shadow: none !important;
}

.product-list:not(.list-view) .product-image {
  height: 253px;
  padding: 15px 20px;
  min-height: initial;
  border-radius: 10px;
}

.product-list:not(.list-view) .product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-list .product-content {
  border: 0;
  background: transparent !important;
}

.product-list:not(.list-view) .product-content {
  padding: 32px 0 0;
}

.product-list .product-box .product-content .product-title {
  margin-bottom: 9px;
  color: var(--text-color) !important;
  text-decoration: none !important;
}

.product-list .product-box:hover .product-content .product-title {
  text-decoration: underline !important;
  color: var(--main-color) !important;
}

.product-list .text-description-small {
  text-decoration: none !important;
}

.product-list.list-view ul li {
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

.page-products-list .product-listing-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 117px;
}

.product-listing.list-view .product-image {
  min-height: 160px;
  border-radius: 10px;
}

.product-listing.list-view .product-image img {
  max-width: 140px;
}

.product-listing-inner {
  margin-bottom: 13px;
}

.product-listing-inner:last-child {
  margin-bottom: 0px;
}

.product-filter {
  margin: 18px 0 61px;
  padding: 0 !important;
  border: 0 !important;
}

.product-filter ul {
  margin: 0 -8.5px -20px;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}

.product-filter li {
  width: 337px;
  margin: 0 8.5px 20px !important;
  position: relative;
}

.product-filter li:last-child {
  margin-right: 0 !important;
}

.filter-label {
  position: absolute;
  top: -9px;
  z-index: 1;
  left: 16px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--second-active-color);
  padding: 0 4px;
  font-size: 13px;
  color: #6C757D;
  letter-spacing: 0.39px;
}

.product-filter .form-control {
  height: 56px;
  border-radius: 4px !important;
  border: 1px solid #6C757D;
  outline: none !important;
  box-shadow: none !important;
  font-size: 16px;
  letter-spacing: 0.48px;
  color: var(--text-color);
  padding: 0 20px;
}

.product-filter .form-control:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 1px var(--main-color) !important;
}

.product-filter select.form-control {
  background: url(../images/icon-select-arrow.png) var(--second-active-color);
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-right: 40px;
}

.page-heading-container .product-filter-view {
  margin-top: 10px;
}

@media(min-width:1360px) and (max-width:1459px) {
  .container-xl {
    padding: 0 15px;
  }

  .body-single-product .container.large,
  .page-products-list .container.large {
    max-width: 1300px;
  }

  .product-listing-outer {
    display: flex;
    flex-wrap: wrap;
  }

  .product-category-accordion {
    padding: 0 0;
  }

  .product-listing-wrapper-left {
    max-width: 330px;
    padding-right: 30px;
  }

  .product-category-accordion .category-accordion-title {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .product-category-accordion .accordion-item {
    margin-bottom: 18px;
  }

  .product-category-accordion .white-arrowaccordion-header,
  .product-category-accordion .accordion-button {
    font-size: 17px;
    line-height: 20px;
  }

  .product-category-accordion .accordion-body ul li {
    margin: 0px 0 18px;
    line-height: 20px;
  }

  .product-category-accordion .accordion-body ul li a {
    font-size: 17px;
    line-height: 20px;
    display: block;
  }

  .product-category-accordion .accordion-body {
    padding: 18px 0 1px 24px;
  }

  .accordion-collapse {
    border-top: 0 !important;
  }

  .product-category-accordion .d-flex {
    margin-top: 30px !important;
  }

  .product-listing-wrapper-right {
    width: calc(100% - 330px);
  }

  .product-listing-wrapper-right .d-xxl-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .product-listing-wrapper-inner-right {
    width: 330px;
  }

  .product-listing-wrapper-inner-right .landing-form {
    padding: 32px 20px 40px;
  }

  .product-listing-wrapper-inner-right .form-submit-btn .btn-purple {
    height: 58px;
    font-size: 20px;
  }

  .product-listing-wrapper-inner-left {
    width: calc(100% - 330px);
    padding-right: 20px;
  }

  .product-single-head .page-heading-title {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 16px;
  }

  .product-slider-img .product-slider-img-wrapper {
    height: 400px !important;
    padding: 20px 70px;
  }

  .product-slider .slick-arrow {
    left: 16px;
  }

  .product-slider .slick-arrow.slick-next {
    right: 16px;
  }

  .product-slider-thumb {
    width: 85px !important;
    height: 85px;
  }

  .product-tag {
    margin: 32px 0 40px;
  }

  .product-tag-item div {
    font-size: 17px;
  }

  .title-sm {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .section-product .product-listing-col .slick-slide {
    width: 305.3px;
  }

  .product-listing-wrapper .d-xxl-flex {
    display: flex;
    flex-wrap: wrap;
  }
}

@media(min-width:1200px) and (max-width:1359px) {
  .container-xl {
    padding: 0 15px;
  }

  .body-single-product .container.large,
  .page-products-list .container.large {
    max-width: 1170px;
  }

  .product-listing-outer {
    display: flex;
    flex-wrap: wrap;
  }

  .product-category-accordion {
    padding: 0;
  }

  .product-listing-wrapper-left {
    max-width: 300px;
    padding-right: 30px;
  }

  .product-category-accordion .category-accordion-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 26px;
  }

  .product-category-accordion .accordion-item {
    margin-bottom: 18px;
  }

  .product-category-accordion .accordion-collapse {
    border-top: 0;
  }

  .product-category-accordion .white-arrowaccordion-header,
  .product-category-accordion .accordion-button {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
  }

  .product-category-accordion .accordion-button::after {
    width: 15px;
    height: 9px;
    top: 10px;
  }

  .product-category-accordion .accordion-body {
    padding: 18px 0 1px 24px;
  }

  .product-category-accordion .accordion-body ul li {
    margin: 0 0 18px;
    line-height: 20px;
  }

  .product-category-accordion .accordion-body ul li a {
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .product-category-accordion .d-flex {
    margin-top: 30px !important;
  }

  .product-listing-wrapper-right .d-xxl-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .product-listing-wrapper-right {
    width: calc(100% - 300px);
  }

  .product-listing-wrapper-inner-right {
    width: 300px;
    padding-top: 0;
  }

  .product-listing-wrapper-inner-right .landing-form {
    padding: 30px 16px;
  }

  .product-listing-wrapper-inner-right .form-heading p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .product-listing-wrapper-inner-right .form-heading {
    padding-bottom: 16px;
  }

  .product-listing-wrapper-inner-right .form-floating>.form-control,
  .product-listing-wrapper-inner-right .form-floating>.form-select,
  .product-listing-wrapper-inner-right .floating-label>.form-control {
    height: 50px;
  }

  .product-listing-wrapper-inner-right .form-floating>.form-control {
    padding: 0 13px;
  }

  .product-listing-wrapper-inner-right .form-floating>label {
    padding: 11px 13px;
    font-size: 16px;
  }

  .product-listing-wrapper-inner-right .form-floating>textarea.form-control {
    height: 100px;
    padding-left: 13px !important;
  }

  .product-listing-wrapper-inner-right .floating-label>.form-control:not(:placeholder-shown)~label {
    padding: 11px 12px;
    font-size: 16px;
  }

  .product-listing-wrapper-inner-right .custom-select .form-control {
    padding-left: 13px;
    padding-top: 12px;
  }

  .product-listing-wrapper-inner-right .wpcf7-list-item-label {
    font-size: 13px;
    line-height: 15px;
  }

  .wpcf7-list-item {
    display: block !important;
  }

  .product-listing-wrapper-inner-right .form-submit-btn {
    margin-top: 24px !important;
  }

  .product-listing-wrapper-inner-right .form-submit-btn .btn-purple {
    height: 55px;
    font-size: 20px;
  }

  .product-listing-wrapper-inner-left {
    width: calc(100% - 300px);
    padding-right: 20px;
  }

  .product-single-head .page-heading-title {
    font-size: 31px;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }

  .product-single-head .text-description-medium {
    font-size: 17px;
    line-height: 20px;
  }

  .product-slider-img .product-slider-img-wrapper {
    height: 370px !important;
    padding: 20px 70px;
  }

  .product-slider .slick-arrow {
    left: 16px;
  }

  .product-slider .slick-arrow.slick-next {
    right: 16px;
  }

  .product-slider-thumb {
    width: 74px !important;
    height: 74px;
  }


  .product-tag {
    margin: 34px 0 36px;
  }

  .product-tag-item div {
    font-size: 16px;
  }

  .title-sm {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .product-single-info .text-block p {
    font-size: 17px !important;
    letter-spacing: 0.44px !important;
    line-height: 27px !important;
  }

  .product-single-info .text-block li {
    line-height: 25px !important;
    font-size: 17px;
  }

  .section-product .product-listing-col .slick-slide {
    width: 273.2px;
  }

  .section-product .product-image {
    height: 200px;
  }

  .section-product .product-content {
    height: calc(100% - 200px);
  }

  .section-product .slick-arrow {
    left: 8px;
    top: 76px;
  }

  .section-product .slick-arrow.slick-next {
    right: 24px;
  }

  .product-listing-wrapper .d-xxl-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .product-category-list.noitem {
    margin-bottom: 45px;
  }

  .product-list:not(.list-view) ul li {
    margin-bottom: 50px;
  }

  .product-list:not(.list-view) .product-image {
    height: 200px;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .container-xl {
    padding: 0 15px;
  }

  .body-single-product .container.large,
  .page-products-list .container.large {
    max-width: 960px;
  }

  .breadcrumb-item {
    font-size: 14px;
  }

  .product-listing-wrapper-left {
    margin-bottom: 40px;
  }

  .product-category-accordion .category-accordion-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }

  .product-category-accordion .category-accordion-title:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 10px;
    background: url(../images/icon-arrow-sidebar.png);
    background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .product-category-accordion .category-accordion-title.open:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .product-category-accordion {
    padding: 0 0 12px;
    border-bottom: 6px solid var(--text-color);
  }

  .product-category-accordion .accordion-collapse {
    border: 0 !important;
  }

  .product-category-accordion .accordion {
    margin-top: 24px;
  }

  .product-category-accordion .d-flex {
    margin-top: 24px !important;
  }

  .accordionBody {
    display: none;
  }

  .product-listing-wrapper-right {
    width: 100%;
    padding-top: 0;
  }

  .product-listing-wrapper-right .d-xxl-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .product-listing-wrapper-inner-left {
    width: calc(100% - 300px);
    padding-right: 15px;
  }

  .product-listing-wrapper-inner-right {
    width: 300px;
    padding-top: 0;
  }

  .product-listing-wrapper-inner-right .landing-form {
    padding: 30px 16px;
  }

  .product-listing-wrapper-inner-right .form-heading p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .product-listing-wrapper-inner-right .form-heading {
    padding-bottom: 16px;
  }

  .product-listing-wrapper-inner-right .form-floating>.form-control,
  .product-listing-wrapper-inner-right .form-floating>.form-select,
  .product-listing-wrapper-inner-right .floating-label>.form-control {
    height: 50px;
  }

  .product-listing-wrapper-inner-right .form-floating>.form-control {
    padding: 0 13px;
  }

  .product-listing-wrapper-inner-right .form-floating>label {
    padding: 11px 13px;
    font-size: 16px;
  }

  .product-listing-wrapper-inner-right .form-floating>textarea.form-control {
    height: 100px;
    padding-left: 13px !important;
  }

  .product-listing-wrapper-inner-right .floating-label>.form-control:not(:placeholder-shown)~label {
    padding: 11px 12px;
    font-size: 16px;
  }

  .product-listing-wrapper-inner-right .custom-select .form-control {
    padding-left: 13px;
    padding-top: 12px;
  }

  .product-listing-wrapper-inner-right .wpcf7-list-item-label {
    font-size: 13px;
    line-height: 15px;
  }

  .wpcf7-list-item {
    display: block !important;
  }

  .product-listing-wrapper-inner-right .form-submit-btn {
    margin-top: 24px !important;
  }

  .product-listing-wrapper-inner-right .form-submit-btn .btn-purple {
    height: 55px;
    font-size: 20px;
  }

  .product-single-head .page-heading-title {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }

  .product-slider-thumb {
    width: 117px !important;
    height: 98px;
  }

  .product-tag-item div {
    font-size: 17px;
  }

  .product-tag {
    margin: 31px 0 40px;
  }

  .title-sm {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .product-single-info .text-block p {
    letter-spacing: 0.4px !important;
    line-height: 27px !important;
  }

  .title-md {
    font-size: 34px !important;
    line-height: 40px !important;
    margin-bottom: 25px !important;
  }

  .section-product .product-listing-col .slick-slide {
    width: 299px;
  }

  .section-product .product-image {
    height: 220px;
  }

  .section-product .product-content {
    height: calc(100% - 220px);
  }

  .section-product .slick-arrow {
    top: 86px;
  }

  .technical-title {
    font-size: 20px;
    line-height: 23px;
  }

  .section-product .product-box .product-content .product-title {
    font-size: 20px;
    line-height: 23px;
  }

  .product-category-list.noitem {
    margin-bottom: 45px;
  }

  .product-list:not(.list-view) .product-image {
    height: 220px;
  }

  .product-listing-wrapper-left {
    height: auto !important;
    position: relative !important;
  }

  .product-listing-wrapper-left .inner-wrapper-sticky {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .container-xl {
    padding: 0 15px;
  }

  .body-single-product .container.large,
  .page-products-list .container.large {
    max-width: 720px;
  }

  .breadcrumb-block {
    padding: 32px 0 30px !important;
  }

  .breadcrumb-item {
    font-size: 15px !important;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 17px !important;
  }

  .product-listing-wrapper-left {
    margin-bottom: 40px;
  }

  .product-category-accordion .category-accordion-title {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }

  .product-category-accordion .category-accordion-title:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 10px;
    background: url(../images/icon-arrow-sidebar.png);
    background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .product-category-accordion .category-accordion-title.open:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .product-category-accordion {
    padding: 0 0 12px;
    border-bottom: 6px solid var(--text-color);
  }

  .product-category-accordion .accordion-collapse {
    border: 0 !important;
  }

  .product-category-accordion .accordion {
    margin-top: 24px;
  }

  .product-category-accordion .d-flex {
    margin-top: 24px !important;
  }

  .accordionBody {
    display: none;
  }

  .product-listing-wrapper-right {
    width: 100%;
    padding-top: 0;
  }

  .product-listing-wrapper-inner-left {
    width: 100%;
    padding-right: 0;
  }

  .product-single-head .page-heading-title {
    font-size: 34px;
    line-height: 40px;
  }

  .product-slider-thumb {
    width: 126px !important;
    height: 126px;
  }

  .title-sm {
    font-size: 26px;
    line-height: 30px;
  }

  .section-product .product-listing-col {
    --bs-gutter-x: 0 !important;
  }

  .section-product .product-listing-col .slick-slide {
    padding: 0;
    width: 337px;
  }

  .section-product .product-listing-col .slick-list {
    margin: 0;
  }

  .section-product .slick-arrow.slick-next {
    right: 24px;
  }

  .product-category-list.noitem {
    margin-bottom: 45px;
  }

  .product-list:not(.list-view) ul li {
    margin-bottom: 56px;
  }

  .product-listing-heading .text-description-medium {
    font-size: 26px;
  }

  .product-list .product-box .product-content .product-title {
    font-size: 22px;
    line-height: 30px;
  }

  .product-list .text-description-small {
    font-size: 18px;
  }

  .product-listing.list-view .product-content {
    padding: 0px 0 0 15px;
  }

  .product-listing:not(.list-view) ul li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .product-listing-wrapper-left {
    height: auto !important;
    position: relative !important;
  }

  .product-listing-wrapper-left .inner-wrapper-sticky {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
  }
}

@media(max-width:767px) {
  .container-xl {
    padding: 0 15px;
  }

  .body-single-product .container.large,
  .page-products-list .container.large {
    max-width: 540px;
  }

  .breadcrumb-block {
    padding: 32px 0 30px !important;
  }

  .breadcrumb {
    flex-wrap: nowrap !important;
    overflow: hidden;
    overflow-x: scroll;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .breadcrumb-item {
    font-size: 15px !important;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 17px !important;
  }

  .product-category-accordion .category-accordion-title {
    margin-bottom: 0;
    position: relative;
  }

  .product-category-accordion .category-accordion-title:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 10px;
    background: url(../images/icon-arrow-sidebar.png);
    background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .product-category-accordion .category-accordion-title.open:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .product-category-accordion {
    padding: 0 0 12px;
    border-bottom: 6px solid var(--text-color);
  }

  .product-category-accordion .accordion-collapse {
    border: 0 !important;
  }

  .product-category-accordion .accordion {
    margin-top: 24px;
  }

  .product-category-accordion .d-flex {
    margin-top: 24px !important;
  }

  .accordionBody {
    display: none;
  }

  .product-listing-wrapper-left {
    margin-bottom: 40px;
  }

  .product-listing-wrapper-right {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .product-listing-wrapper-inner-left {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .product-single-head {
    margin-bottom: 25px;
  }

  .product-single-head .page-heading-title {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 1.02px;
  }

  .product-thum-text,
  .product-slider-nav {
    display: none !important;
  }

  .product-slider-img .product-slider-img-wrapper {
    height: 320px !important;
    padding: 10px 40px;
  }

  .product-slider-for {
    border: none;
  }

  .product-slider .slick-arrow {
    width: 30px;
    height: 30px;
    left: -10px;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  .product-slider .slick-arrow.slick-next {
    right: -10px;
  }

  .product-slider .slick-prev.slick-arrow:hover:before,
  .product-slider .slick-next.slick-arrow:hover:before {
    filter: unset !important;
  }

  .product-slider .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -18px;
  }

  .product-slider .slick-dots li {
    margin: 0 4px;
    height: 10px;
    padding: 0;
  }

  .product-slider .slick-dots li button {
    outline: none;
    height: 10px;
    width: 10px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: rgba(83, 179, 110, 0.25);
    font-size: 0;
    display: block;
  }

  .product-slider .slick-dots li.slick-active button {
    background: rgba(83, 179, 110, 1);
  }

  .product-tag {
    margin: 63px 0 48px;
  }

  .product-tag-item {
    margin: 0 0px 23px 0;
  }

  .title-sm {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .product-single-info .text-block p {
    font-size: 16px !important;
    letter-spacing: 0.48px !important;
    line-height: 24px !important;
  }

  .text-block-faq .text-block-faq-head * {
    font-size: 16px !important;
    letter-spacing: 0.16px !important;
  }

  .product-single-info .text-block li {
    line-height: 24px !important;
  }

  .technical-specifications-inner tr {
    border: 0;
  }

  .technical-table table tbody td {
    border: 0 !important;
    padding: 20px 4px;
  }

  .technical-table table tbody td:first-child,
  .technical-table table th:first-child {
    padding-left: 15px;
  }

  .technical-table table tbody td:last-child,
  .technical-table table th:last-child {
    padding-right: 15px;
  }

  .technical-table table tbody td:first-child * {
    max-width: 131px;
    word-wrap: break-word;
  }

  .technical-table table tbody td:first-child br {
    display: none;
  }

  .technical-table table tbody td:first-child {
    width: 150px;
  }

  .technical-table table tbody td li {
    margin-bottom: 8px !important;
  }

  .section-services-btn .btn-dark-border,
  .technical-btn .btn-dark-border {
    padding: 0px 18px;
  }

  .matrix-table table tbody td:first-child {
    width: 150px;
  }

  .technical-specifications {
    margin-bottom: 77px;
  }

  .pdf-list li a {
    align-items: flex-start;
    padding: 28px 0;
  }

  .pdf-title {
    font-size: 16px;
    letter-spacing: 0.48px;
  }

  .pdf-icon span {
    font-size: 16px;
    letter-spacing: 0.48px;
  }

  .pdf-icon {
    margin-top: -4px;
  }

  .title-md {
    font-size: 26px !important;
    line-height: 29px !important;
  }

  .section-product .container {
    padding-right: 0;
  }

  .section-product .row {
    --bs-gutter-x: 0 !important;
  }

  .section-product .product-listing-col .slick-slide {
    padding: 0 !important;
    width: 272px !important;
  }

  .section-product .product-image {
    height: 203px;
    padding: 10px;
  }

  .section-product .product-content {
    height: calc(100% - 203px);
  }

  .section-product .slick-arrow {
    display: none !important;
  }

  .section-product .product-listing-col .slick-list {
    margin: 0;
  }

  .body-single-product .product-listing-wrapper {
    margin-bottom: 80px !important;
  }

  .page-heading-container {
    flex-wrap: wrap;
  }

  .product-category-list .page-heading-container .title-md {
    margin-bottom: 24px !important;
    width: 100%;
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .page-heading-container .product-filter-view {
    padding-left: 0 !important;
    position: absolute;
    bottom: 17px;
    right: 0;
    z-index: 1;
  }

  .product-category-list.noitem .product-filter-view {
    position: relative;
    bottom: 0;
    margin-top: 0;
  }

  .product-filter-view button svg {
    width: 28px !important;
  }

  .product-filter-view button+button {
    margin-left: 16px !important;
  }

  .product-category-list.noitem {
    margin-bottom: 45px;
  }

  .product-list:not(.list-view) ul li {
    margin-bottom: 45px;
  }

  .product-list:not(.list-view) .product-content {
    padding: 24px 0 0;
  }

  .product-list .product-box .product-content .product-title {
    font-size: 22px;
    line-height: 31px;
  }

  .product-list .text-description-small {
    font-size: 18px;
    line-height: 25px;
  }

  .product-listing-inner {
    margin-bottom: 20px;
  }

  .product-listing.list-view .product-image {
    min-height: 130px;
    height: 130px;
    min-width: 120px;
  }

  .product-listing.list-view .product-image img {
    max-width: 100px;
  }

  .product-listing.list-view .product-content {
    padding: 0px 0 0 15px;
  }

  .product-list:not(.list-view) .product-image {
    height: 200px;
  }

  .product-listing-wrapper-left {
    height: auto !important;
    position: relative !important;
  }

  .product-listing-wrapper-left .inner-wrapper-sticky {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
  }

  .product-filter {
    margin: 7px 0 61px;
  }

  .product-filter ul {
    margin: 0 0 -20px;
    width: calc(100% - 92px);
  }

  .product-filter li {
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  .product-category-list {
    position: relative;
  }
}

@media(max-width:575px) {
  .product-slider-img .product-slider-img-wrapper {
    height: 55.5vw !important;
    padding: 10px 40px;
  }

  .technical-item .technical-table {
    margin: 0 -15px 32px;
    width: calc(100% + 30px);
  }

  .product-list:not(.list-view) .product-image {
    height: 34vw;
    padding: 19px 20px;
  }
}

@media(max-width:991px) {
  body.showForm {
    overflow: hidden;
  }

  .product-listing-wrapper-inner-right {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    z-index: 9999;
    height: 100% !important;
    overflow: hidden;
    overflow-y: auto;
    background: #BAE1C5;
    padding: 0 !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  body.showForm .product-listing-wrapper-inner-right {
    left: 0 !important;
  }

  .product-listing-wrapper-inner-right .inner-wrapper-sticky {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .product-listing-wrapper-inner-right .landing-form {
    padding: 30px 15px;
    max-width: 720px;
    margin: auto !important;
    position: relative;
  }

  .closeformicon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 35px;
    width: 35px;
    border: 1px solid #000;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 30px;
  }

  .closeformicon span {
    width: 28px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
  }

  .closeformicon span:first-child {
    transform: rotate(45deg);
  }

  .closeformicon span:last-child {
    transform: rotate(-45deg);
  }

  .product-listing-wrapper-inner-right .form-submit-btn .btn-purple {
    height: 60px;
    font-size: 20px;
  }

  .formStickyButton {
    display: flex !important;
    height: 128px;
    position: fixed;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(180deg, var(--second-active-color)D9 0%, var(--second-active-color) 100%) 0% 0% no-repeat padding-box;
    padding: 16px;
  }

  .formStickyButton .btn-purple {
    width: 100%;
    max-width: 690px;
    margin: auto !important;
    height: 64px;
    font-size: 20px;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .formStickyButton .btn-purple svg {
    width: 15px;
    margin-left: 4px;
  }

  body:has(.formStickyButton) footer {
    margin-bottom: 128px;
  }
}

@media(max-width:767px) {
  .product-listing-wrapper-inner-right .landing-form {
    max-width: 540px;
  }

  .formStickyButton .btn-purple {
    max-width: 510px;
  }

  .technical-specifications table {
    border: 0;
  }

  .technical-specifications table tbody td:first-child,
  .technical-specifications table th:first-child {
    padding-left: 15px;
  }

  .technical-specifications table tbody td {
    border: 0 !important;
    padding: 20px 4px;
  }
  .minneapolis-block.mt-45 {
    margin-top: 24px;
  }
  .minneapolis-block.mb-50 {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .technical-specifications table {
    margin: 0 -15px 32px;
    width: calc(100% + 30px);
  }
}

.slick-slider {
  touch-action: auto;
}

/*------- my custom css End here -------*/

.blog-list .image-with-content.small,
.image-with-text-form .image-with-content.small {
  padding: 40px 0;
}