@font-face {
  font-family: 'FontsFree-Net-VIOLA';
  src: url("../fonts/FontsFree-Net-VIOLA.eot");
  src: url("../fonts/FontsFree-Net-VIOLA.eot?#iefix") format("embedded-opentype"), url("../fonts/FontsFree-Net-VIOLA.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

ul, li, p, ol, h1, h2, h3, h4, h5, h6, address {
  padding: 0px;
  margin: 0px;
  list-style: none;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cart-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-sec {
  background: #fff;
  padding: 10% 0 6%;
}

.heading2 {
  text-align: center;
  color: #0091d0;
  font-size: 24px;
}

.heading1 {
  text-align: center;
  color: #891a1c;
  font-size: 2.8vw;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0 5%;
}

.feature-box {
  margin-top: 15px;
  text-align: center;
}

.feature-box h4 {
  color: #0091d0;
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}

.feature-box p {
  text-align: center;
  color: #891a1c;
  font-size: 16px;
  list-style: 25px;
}

.inner-categories-wraper {
  background: #000;
  padding: 30px 0 90px;
}

.category-wraper {
  display: flex;
  justify-content: center;
}

.category-wraper .pro-info {
  min-width: 50%;
  font-family: "FontsFree-Net-VIOLA";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 30px;
  color: #000;
}

.category-wraper .pro-info a {
  color: #1baaa0;
  text-decoration: none;
  font-size: 3vw;
  font-size: 90px;
}

.category-wraper .pro-info h2 {
  font-size: 30px;
  font-family: "FontsFree-Net-VIOLA";
}

.category-wraper .inner-cat-thumbnail {
  min-width: 50%;
}

span.animated-box {
  width: 15px;
  display: block;
  height: 15px;
  background: #000;
  position: relative;
  animation: mymove 0.9s infinite;
}

@keyframes mymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cat-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cat-list ul li {
  margin-right: 15px;
  font-size: 16px;
  margin-top: 20px;
  text-transform: uppercase;
}

.cat-list ul li a {
  color: #1baaa0;
  display: flex;
  align-items: center;
}

.cat-list ul li a:hover {
  color: #0091d0;
}

.cat-list ul li a i.fa {
  margin-right: 7px;
  color: #fff;
}

.certification-content-wraper {
  background: #0e387a;
  display: flex;
  justify-content: space-between;
}

.certificaton {
  width: 35%;
  background: #1a4993;
  clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  position: relative;
  height: 350px;
  padding: 15px;
  font-weight: 600;
  z-index: 1;
}

.certificaton h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}

.certificaton img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -30%);
}

.manufacturing {
  width: 30%;
  background: #0e387a;
  position: relative;
  height: 350px;
  padding: 15px;
  font-weight: 600;
  z-index: 2;
}

.manufacturing h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}

.manufacturing img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -30%);
}

.assurance {
  width: 35%;
  background: #1a4993;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
  position: relative;
  height: 350px;
  padding: 15px;
  font-weight: 600;
  z-index: 3;
}

.assurance h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 25px;
  font-weight: 800;
}

.assurance img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -30%);
}

@media screen and (max-width: 768px) {
  .assurance img, .manufacturing img, .certificaton img {
    width: 40%;
  }
  .assurance h5, .manufacturing h5, .certificaton h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .swiper-button-next {
    right: 0%;
  }
  .swiper-button-prev {
    left: 0%;
  }
}

@media screen and (max-width: 560px) {
  .certification-content-wraper {
    flex-direction: column;
  }
  .assurance, .manufacturing, .certificaton {
    width: 100%;
    clip-path: none;
  }
  .assurance img, .manufacturing img, .certificaton img {
    width: 60%;
    transform: translate(-50%, -50%);
  }
  .assurance h5, .manufacturing h5, .certificaton h5 {
    font-size: 16px;
    font-weight: 800;
  }
  .news-container {
    flex-direction: column;
  }
  .news-container .news-details {
    width: 100%;
  }
  .swiper-button-next {
    right: 0%;
  }
  .swiper-button-prev {
    left: 0%;
  }
  .top-header {
    display: none;
  }
}

.feature-pro {
  background: #f9f9f9;
  padding: 30px 0 100px;
  position: relative;
}

.feature-pro h4 {
  font-size: 5vw;
  color: rgba(83, 83, 83, 0.5);
  font-weight: bolder;
  text-align: center;
  margin: 20px 0 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 560px) {
  .feature-pro h4 {
    font-size: 18px;
  }
}

.feature-pro .swiper-pagination {
  margin-bottom: 30px;
}

.feature-swiper-container {
  overflow: hidden;
  position: static;
}

.product-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: center;
  background: #fff;
}

.product-container .pro-thumbnail {
  margin-bottom: 10px;
}

.product-container .pro-detail {
  width: 100%;
  padding: 15px 8px;
  text-align: left;
}

.product-container .pro-detail h2 {
  margin: 0px 0;
  font-size: 16px;
  color: #535353;
}

.product-container .pro-detail p {
  color: #1baaa0;
  font-size: 14;
  margin-bottom: 10px;
  font-weight: 600;
}

.product-container .pro-detail button {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: #1baaa0;
  font-weight: 600;
}

.product-container .pro-detail button:hover {
  background: #0091d0;
}

.product-container .pro-detail a {
  font-size: 16px;
  color: #0091d0;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .product-container .pro-detail {
    width: 100%;
  }
}

.product-container:hover button {
  opacity: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}

.swiper-button-next {
  right: 5%;
}

.swiper-button-prev {
  left: 5%;
}

.swiper-button-next, .swiper-button-prev {
  background: #1baaa0;
  width: 50px;
  height: 80px;
}

.news-main-wraper {
  padding: 50px 0;
  position: relative;
}

.news-swiper-container {
  overflow: hidden;
  position: static;
}

.news-heading {
  font-size: 3vw;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 30px;
  text-align: center;
}

.news-details {
  background: #1a4993;
  color: #fff;
  padding: 20px;
}

.news-details h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.news-details p {
  font-size: 14px;
  margin-top: 25px;
}

.news-details strong {
  font-size: 14px;
  display: block;
  margin-top: 40px;
}

footer {
  background: #1baaa0;
}

.clients-contents {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  border-bottom: 1px solid #feffff;
  padding: px 100px 5px 100px;
}

.clients-contents h4 {
  font-size: 24px;
  font-weight: 400;
}

.clients-contents .clients-list {
  width: 55%;
  display: flex;
  justify-content: space-between;
}

.clients-contents .clients-list li {
  text-align: center;
}

.clients-contents .clients-list li strong {
  display: block;
  font-size: 2.5vw;
}

.clients-contents .clients-list li p {
  font-size: 16px;
}

.signup {
  padding: 10px 0px 10px 100px;
  display: flex;
}

.signup h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .signup {
    flex-wrap: wrap;
  }
  .signup h5 {
    font-size: 18px;
  }
}

.signup .news-field-wrapper {
  width: 100%;
}

.signup .news-field-sec {
  width: 70%;
  position: relative;
  border: 1px solid #fff;
}

.signup .news-field-sec .email-field {
  border: none;
  border-bottom: 1px solid #81a7d1;
  color: #cfd0d2;
  width: 95%;
  background: transparent;
  padding: 15px 0;
}

.signup .news-field-sec .email-field:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
}

.signup .news-field-sec .email-field::placeholder {
  color: #cfd0d2;
}

.signup .news-field-sec button {
  border: none;
  background: transparent;
  color: #cfd0d2;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  right: 5%;
}

.company-short-detail {
  border-left: 1px solid #feffff;
  color: #fff;
  text-align: center;
}

.company-sort-intro {
  padding: 5px 25px;
}

.company-sort-intro address {
  font-size: 14px;
  margin: 20px 0 0;
}

.social-link {
  padding: 5px 15px 5px 15px;
  border-top: 1px solid #feffff;
  text-align: center;
  color: #fff;
}

.social-link h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0px 0 10px;
  text-align: center;
}

.social-link ul {
  display: flex;
  justify-content: center;
}

.social-link ul li {
  margin: 5px 10px;
}

.social-link ul li a {
  color: #fff;
  font-size: 34px;
}

.social-link ul li a:hover {
  color: #891a1c;
}

.footer-column-row {
  padding: 10px 50px 10px 100px;
  border-top: 1px solid #feffff;
}

.coloumn-sec ul li {
  line-height: 25px;
}

.coloumn-sec ul li a {
  color: #feffff;
}

.border-top {
  border-top: 1px solid #feffff;
}

.copy-right, .signature {
  color: #fff;
  padding: 15px 0 10px;
}

.copy-right a, .signature a {
  color: #fff;
}

.copy-right a:hover, .signature a:hover {
  color: #535353;
}

.offcanvas {
  visibility: visible;
}

.top-header {
  position: relative;
  width: 100%;
  background-color: #1a4993;
  color: #fff;
  z-index: 6;
  padding: 10px 0;
}

.top-header ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top-header ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 560px) {
  .top-header {
    display: none;
  }
}

.title-bar-logo {
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.title-bar-logo .logo {
  max-width: 350px;
}

.title-bar-left {
  width: 250px;
  width: 50%;
  display: flex;
  align-items: center;
  height: 100%;
}

.navigation {
  width: 45%;
}

.navigation ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.navigation ul li {
  pointer-events: auto;
}

.navigation ul li a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.navigation ul li a:hover {
  color: #891a1c;
}

.title-bar {
  display: flex;
  align-items: center;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
}

.title-bar-right {
  min-width: 17%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.title-bar-right label {
  color: #1a4993;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.title-bar-right label:hover {
  cursor: pointer;
}

.title-bar__btn--hamburger {
  position: relative;
}

@media screen and (max-width: 560px) {
  .clip-path-hexagon, .clip-path-hexagon-right {
    clip-path: none;
  }
  .clip-path-hexagon-right label {
    display: none;
  }
  .title-bar-logo .logo {
    max-width: 185px;
  }
  .clients-contents {
    padding: 15px 10px 20px 10px;
    flex-wrap: wrap;
  }
  .signup, .footer-column-row {
    padding: 20px 0px 20px 10px;
  }
  .signup h5, .clients-contents h4 {
    font-size: 16px;
  }
  .clients-contents .clients-list, .signup .news-field-sec {
    width: 100%;
  }
  .clients-contents .clients-list li {
    margin-top: 15px;
  }
  .clients-contents .clients-list li strong {
    font-size: 18px;
  }
}

@media screen and (min-width: 1140px) {
  .clip-path-hexagon-right {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .clip-path-shadow-right {
    filter: drop-shadow(4px -1px 5px rgba(0, 0, 0, 0.4));
  }
  .clip-path-hexagon {
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
  }
  .clip-path-shadow {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
  }
  .signupcol {
    padding-right: 0px;
  }
}

.lang-search ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-search ul li {
  margin: 0 10px;
}

.lang-search ul li a {
  color: #0091d0;
}

.mySwiper {
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  width: 300px;
}

.product-main-wraper {
  background-color: #f9f9f9;
  padding: 0px 0 50px;
}

.side-bar {
  box-shadow: 15px 0px 10px rgba(0, 1, 0, 0.05);
  padding: 50px 15px 50px 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.cat-heading {
  color: #0091d0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.bread-crumbs {
  padding: 25px 0;
}

.bread-crumbs ol {
  margin: 0px;
}

.bread-crumbs ol .breadcrumb-item {
  font-size: 14px;
  text-transform: uppercase;
}

.bread-crumbs ol .breadcrumb-item a {
  color: #000;
  font-weight: 300;
}

.mz-lens {
  width: 200px !important;
  height: 200px !important;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
}

.products-wraper {
  min-height: 2000px;
}

.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.products-wraper {
  padding-bottom: 50px;
}

.products-wraper .product-container {
  margin: 0 0 20px 0;
  border-bottom: 2px solid #323232;
  background: #fff;
}

.products-heading {
  color: #a6a6a6;
  font-size: 30px;
}

.products-heading strong {
  color: #000;
}

@media (max-width: 600px) {
  .products-heading {
    font-size: 20px;
  }
}

.content-section, .products-wraper {
  min-height: 2000px;
}

.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 98%;
  padding: 0px 15px 50px 0;
  /* Position the items */
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  padding: 0 15px;
}

.title-section, .content-section, .sidebar-section {
  background: #fff;
}

.breadcrumb-item.active {
  color: #1baaa0 !important;
}

.map-container {
  border: 4px solid #1baaa0;
}

.contactus-main-wraper {
  margin: 20px 0 50px;
}

.contactus-main-wraper .contact-info {
  background-color: #1baaa0;
  color: #fff;
  padding: 20px 15px;
  min-height: 558px;
}

.contactus-main-wraper .contact-info h6 {
  font-size: 32px;
  margin-bottom: 20px;
}

.contactus-main-wraper .contact-info li {
  margin-top: 20px;
}

.contactus-main-wraper .contact-info li strong {
  font-size: 18px;
}

.contactus-main-wraper .contact-info .social-media-icons {
  justify-content: center;
  display: flex;
  margin-top: 20px;
}

.contactus-main-wraper .contact-info .social-media-icons ul {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.contactus-main-wraper .contact-info .social-media-icons ul li {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactus-main-wraper .contact-info .social-media-icons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
}

.contactus-main-wraper .contact-info .social-media-icons ul li a:hover {
  color: #891a1c;
}

.contact-form {
  margin-top: 40px;
}

.contact-heading {
  font-size: 25px;
  text-transform: uppercase;
  color: #1baaa0;
  margin-bottom: 20px;
}

.contact-field {
  margin-bottom: 20px;
}

.contact-field .form-control::placeholder {
  color: #686868;
  text-transform: uppercase;
  font-size: 14px;
}

.contact-field .form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 10px 3px;
  color: #000;
  border-bottom: 2px solid #1baaa0;
}

.contact-field .submit {
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: #1baaa0;
  font-weight: 600;
  background: #1baaa0;
}

.contact-field .submit:hover {
  background: #0091d0;
}

.contact-field .submit:hover {
  background-color: #0091d0;
}

.aboutus-inner-banner-sec {
  background-color: #1baaa0;
  display: flex;
  align-items: center;
}

.surgical-cat {
  width: 40%;
  padding-left: 5%;
  display: flex;
  justify-content: center;
}

.surgical-cat h1 {
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 300;
  text-transform: uppercase;
  margin: auto;
}

.about-banner-thumb {
  align-self: flex-end;
  justify-self: flex-end;
  display: flex;
  width: 60%;
}

.full-width {
  width: 100%;
}

.video-sec-about {
  margin: 50px 0 0 0;
}

.video-sec-about h5 {
  font-size: 4vw;
  font-weight: 300;
  text-transform: uppercase;
  color: #1baaa0;
  margin-bottom: 20px;
}

.video-sec-about p {
  margin-top: 20px;
  font-size: 18px;
}

@media screen and (min-width: 1140px) {
  .video-sec-about p {
    padding-right: 15%;
  }
}

.video-sec-about .video-wraper {
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  .video-sec-about {
    margin: 20px 0 0 0;
  }
}

.quality-sec h4, .procedure h4 {
  font-size: 3vw;
  color: #1baaa0;
  font-weight: 300;
  margin-bottom: 30px;
}

.quality-sec p, .procedure p {
  font-size: 16px;
  text-align: justify;
}

.procedure {
  margin-top: 40px;
  border-top: 1px solid #393939;
  padding-top: 40px;
  margin-bottom: 100px;
}

.other-views {
  width: 25%;
}

.large-view-sec {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.table th {
  font-size: 14px;
  white-space: nowrap;
}

.table .qty {
  width: 100px;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
}

.table td {
  font-size: 14px;
}

.modal-product-details h2 {
  font-size: 24px;
}

.modal-product-details strong {
  color: #1baaa0;
  margin-bottom: 10px;
}

.inquiry-btn {
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: #1baaa0;
  font-weight: 600;
}

.inquiry-btn:hover {
  background: #0091d0;
}

.modal-header h1 {
  font-size: 26px;
}

.custom-nav {
  background: rgba(0, 0, 0, 0.7);
}

.custom-navigation {
  display: flex;
  justify-content: space-between;
  width: 95%;
  align-items: center;
}

.header-sec {
  background: #000;
}

.header-headine {
  font-family: "Montserrat", sans-serif !important;
  color: #1baaa0 !important;
}

.header-headine span {
  font-weight: 400;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1baaa0;
  z-index: 66;
}

.mySwiper {
  position: relative;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.navbar-nav a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.main-wrapper ul li {
  list-style-type: none;
}

.navbar-custom {
  padding: 0 1rem;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.brand-and-icon {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.navbar-brand {
  font-size: 1.8rem;
  letter-spacing: 3px;
  font-weight: 700;
}

.navbar-toggler {
  display: block;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  transition: all 0.4s ease;
  border: 2px solid #000;
  border-radius: 4px;
  color: #fff;
}

.navbar-toggler:hover {
  opacity: 0.7;
}

.navbar-collapse {
  overflow-y: scroll;
  display: none;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  padding: 0.6rem 0;
  margin: 0.2rem 0;
  border-bottom: 1px solid #ddd;
  border-radius: 1px;
  position: relative;
  transition: all 0.4s ease;
}

.drop-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-nav > li > a:hover {
  opacity: 0.7;
}

.sub-menu h4 {
  text-transform: capitalize;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.sub-menu ul li {
  text-transform: capitalize;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  font-size: 0.95rem;
}

.sub-menu ul li a {
  opacity: 0.8;
  transition: all 0.5s ease;
  color: #000;
}

.sub-menu ul li a strong {
  color: #1baaa0;
  text-decoration: underline;
}

.sub-menu ul li a:hover {
  padding-left: 14px;
  opacity: 0.9;
}

.sub-menu {
  display: none;
}

.sub-menu-item {
  padding-left: 1.2rem;
}

.sub-menu-item:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sub-menu-item:nth-child(3) h2 {
  text-transform: capitalize;
  margin: 1.5rem 0;
}

.sub-menu-item:nth-child(3) .btn {
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
  background: #000;
  color: #fff;
  transition: all 0.5s ease;
}

.sub-menu-item:nth-child(3) .btn:hover {
  background: transparent;
  color: #000;
}

.sub-menu-item:nth-child(4) {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Media Queries */
@media screen and (min-width: 992px) {
  .navbar-custom {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 0 5rem;
    position: relative;
    display: flex;
  }
  .navbar-toggler {
    display: none;
  }
  .brand-and-icon {
    flex: 0 0 100px;
    border-bottom: none;
    padding: 0;
  }
  .navbar-collapse {
    display: block !important;
    overflow-y: hidden;
    flex: 1 0 auto;
  }
  .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .navbar-nav > li > a {
    border-bottom: none;
    margin: 0 0.4rem;
    padding: 1.7rem 1.8rem 1.7rem 0.8rem;
    font-size: 0.8rem;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #f8f8f8;
  }
  .navbar-nav > li:hover .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 5rem;
  }
  .navbar-nav > li {
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.4s ease;
  }
  .sub-menu-item {
    padding-left: 0;
  }
  .sub-menu-item:nth-child(3) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* header */
  .header {
    height: calc(100vh - 75px);
  }
  .header h2 {
    font-size: 6rem;
  }
  .header p {
    width: 40%;
  }
}

.action-button img {
  width: 15px;
  height: 20px;
  filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(5deg) brightness(107%) contrast(100%);
}

.action-button img:hover {
  filter: invert(45%) sepia(98%) saturate(1853%) hue-rotate(143deg) brightness(99%) contrast(79%);
}

.action-button {
  width: 100px;
  display: flex;
  justify-content: space-evenly;
}

.logo {
  width: 200px;
}

.company-features {
  margin: 100px 0 30px;
}

@keyframes bg {
  0% {
    background-size: 0 2px, 2px 0, 0 2px, 2px 0;
  }
  25% {
    background-size: 100% 2px, 2px 0, 0 2px, 2px 0;
  }
  50% {
    background-size: 100% 2px, 3px 100%, 0 2px, 2px 0;
  }
  75% {
    background-size: 100% 2px, 2px 100%, 66% 2px, 2px 0;
  }
  100% {
    background-size: 100% 2px, 2px 30%, 66% 2px, 2px 97%;
  }
}

div.box {
  width: 100%;
  margin: 0rem 0;
  padding: 10px 5px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #0091d0 100%, #0091d0 100%), linear-gradient(to bottom, #0091d0 100%, #0091d0 100%), linear-gradient(to right, #0091d0 100%, #0091d0 100%), linear-gradient(to bottom, #0091d0 100%, #0091d0 100%);
  background-size: 100% 2px, 2px 30%, 66% 2px, 2px 97%;
  background-position: 0 0, 100% 0, 100% 100%, 0 70%;
  background-size: 100% 2px, 2px 30%, 66% 2px, 2px 97%;
  background-position: 0 0px,66% 100%,0% 100%, 0px 1px;
  animation: bg 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
}

.feature-col:hover {
  animation-play-state: running;
}

.feature-col {
  position: relative;
}

.feature-col h3 {
  font-size: 28px;
  color: #1baaa0;
  text-transform: uppercase;
  font-weight: bold;
}

.feature-col .feature-content {
  position: absolute;
  top: 20px;
  left: 15px;
}

.feature-col .feature-content h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.feature-coldes {
  padding: 0 15px;
}

.feature-coldes h6 {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
}

.feature-coldes h2 {
  font-weight: 700;
  color: #1baaa0;
  font-size: 32px;
  padding: 10px 0 30px 0;
}

.feature-coldes b {
  font-size: 22px;
  color: #000;
  display: black;
  margin: 10px 0;
}

.feature-coldes p {
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0 30px;
}

.feature-coldes .medium-action-btn {
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: #1baaa0;
  font-weight: 600;
}

.feature-coldes .medium-action-btn:hover {
  background: #0091d0;
}

.production-process-video {
  background: #1baaa0;
  color: #fff;
  margin: 60px 0;
  padding-bottom: 60px;
}

.production-process-video .product-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.production-process-video .production-content h5 {
  font-size: 24px;
  margin-bottom: 20px;
}

.production-process-video .production-content p {
  font-size: 16px;
}

.product-main-outer-container {
  background: #f9f9f9;
}

.bread-crumbs-wrapper {
  margin: 30px 0;
  padding: 0px 0;
  background: #f1f1f1;
}

.bread-heading h1 {
  font-size: 34px;
  font-weight: 700;
  color: #1baaa0;
}

.search-field {
  background-color: #1baaa0;
  color: #fff;
}

.search-field::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.search-field:-ms-input-placeholder {
  /* Internet Explorer */
  color: #fff;
}

.search-field::placeholder {
  color: #fff;
}

.hoverclass {
  border-bottom: 1px solid #d9e1ec;
}

.filter-div {
  position: absolute;
  top: 0px;
  cursor: pointer;
}

.filter-div strong {
  display: inline-block;
  margin-right: 5px;
  color: #1baaa0;
}

.sort-products {
  display: flex;
  justify-content: center;
}

.page-link {
  color: #1baaa0;
}

.mz-lens {
  width: 200px !important;
  height: 200px !important;
}

.pro-qty-sec {
  text-align: center;
  color: #727272;
}

.pro-qty-sec span {
  font-size: 14px;
  color: #2f2f2f;
}

.pro-qty-sec .qty-field {
  width: 50px;
  height: 35px;
  background: #e9ecef;
  border: 1px solid #bcbcbc;
  text-align: center;
  color: #000;
  border-radius: 8px;
}

.pro-qty-sec .less, .pro-qty-sec .more {
  height: 35px;
  width: 35px;
  border: 1px solid #bcbcbc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  color: #000;
}

.pro-qty-sec .less i, .pro-qty-sec .more i {
  border-bottom: 1px solid #000;
}

.qty-input, .qty-input2, .qty-input3, .qty-input4, .qty-input5, .qty-input6 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.des-table {
  margin-top: 25px;
}

.des-table thead {
  background-color: #1baaa0;
  color: #fff;
  text-align: center;
}

/* search wrapper starts here */
.site-search-container {
  display: none;
  position: relative;
}

.header__search {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-search-container .search-trigger {
  border-color: none;
  padding: .375rem 1.75rem;
  color: #fff;
}

.search-content-container {
  position: relative;
}

.search-trigger {
  position: absolute;
  top: 34px;
  right: 0px;
  background: transparent;
  outline: none;
  border: none;
}

.search-trigger:focus {
  outline: none;
}

.site-search-container {
  display: none;
  margin: 0 0 0px;
  padding: 2rem 1rem;
  color: #003;
  position: relative;
}

.site-search-container__close {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  height: 30px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -0.5rem;
  transition: color .2s ease-in-out;
  width: 30px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #1baaa0;
  color: #fff;
  font-weight: 400;
}

.submit {
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: #1baaa0;
  font-weight: 600;
}

.submit:hover {
  background: #0091d0;
}

.sub-cats-list .pro-detail:hover {
  background: #1baaa0;
}
