.product_tabs{
  background:#ededed;
}
div#tabs ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
div#tabs li a {
  display: block;
  padding: 14px 1px 12px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #7b7b7b;
  border-bottom: solid 2px transparent;
}
.product-right-col a.product-btn {
  margin-top: 40px;    
}
a.product-btn:hover {
  color: #fff;
  background: #0198bb;
  border: 2px solid #0198bb;
}
a.product-btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: unset;
  font-weight: 700;
  display: inline-block;
  padding: 16px 24px;
  background: #01AED6;
  color: #fff;
  border: 2px solid #01AED6;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.right_two_button_wrapper {
  display: flex;
  gap: 30px;
}
.product-right-col a.product-btn-1 {
  margin-top: 40px;    
}
a.product-btn-1:hover {
  color: #fff;
  background: #01AED6;
}
a.product-btn-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: unset;
  font-weight: 700;
  display: inline-block;
  padding: 16px 24px;
  background: transparent;
  color: #01AED6;
  border: 2px solid #01AED6;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}


.product_col_top {
  display: flex;
  padding: 40px 0 90px;
}
.product-left-col {
  width: 41.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.product-right-col {
  width: 58.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.product-right-col h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #4b4b4b;
  margin: 0;
}
.product-right-col p {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #4b4b4b;
  font-family: 'Source Sans Pro', sans-serif;
}
.product-right-col p.product-subtitle {
  padding: 10px 0 20px;
  color: #ef3e42;
  border-bottom: solid 1px #ededed;
  font-weight: 300 !important;
  font-style: italic;
  margin-bottom: 25px;
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
}
div#tabs li.ui-tabs-active.ui-state-active a {
  border-bottom: solid 2px #4a4a4a;
}
div#tabs li a:hover {
  color: #4c4c4c;   
}
div#tabs ul {
  background: #ededed;
  overflow: hidden;

}
div#tabs ul li {
  float: left;  
  padding: 0 25px 0 0;
  background: none;
}
.bottom-title {
  background: #ededed;
  padding: 22px 0;
  position: relative;
  z-index: 2;
}
.product_bottom_left {
  display: flex;
  position: relative;
}
.product-bottom_content h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #231f20;
  margin: 0;
  text-align: left;
}
.product-description {
  padding: 60px 30px 0 0;
}
.product-description p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #4b4b4b;
  font-family: 'Source Sans Pro', sans-serif;
}


.product-description ul li {
  background: url(https://144806418.fs1.hubspotusercontent-eu1.net/hubfs/144806418/Nortech%202024/Images/bullet.png) 8px 13px no-repeat !important;
  padding: 6px 0 !important;
  font-size: 20px;
  padding-left: 25px !important;
  line-height: 1.4;
  display: block;
  clear: both;
}
.product-description ul {
  padding: 0 !important;
  list-style: none !important;
  margin: 0 0 25px !important;
  overflow: auto !important;
  background: transparent !important;
}
.connect-box {
  position: relative;
  z-index: 5;
  margin-top: -74px;
}
.connect-box .connect-title {
  border: solid 1px #e4002b;
  background: #e4002b;
  padding: 21px 25px;
  margin: -1px -1px 0;
}
.connect-box .connect-title p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.connect-box .connect-contact p span {
  color: #ef3e42;
  font-size: 30px;
  font-weight:700;
}
.connect-box .connect-contact p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.connect-box {
  border: solid 1px #eee;
}
.connect-box .connect-contact a.connect-btn:hover {
  color: #fff;
  background: #0198bb;
}
.connect-box .connect-contact a.connect-btn:link {
  background: #00afd7;
  color: #fff;
  display: inline-block;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.connect-box .connect-contact {
  padding: 25px;
  border-bottom: solid 1px #eee;
}
.product_desp_col {
  width: 75%;
}
.connect-box .connect-contact p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.connect-box .connect-contact+ul {
  background: transparent!important;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.connect-box .connect-contact + ul li {
  border-bottom: 1px solid #eee;
  padding: 0 !important;
  float: none !important;
}
/* .connect-box .connect-contact + ul li a:before {
position: absolute;
top: 21px;
right: 14px;
content: "\f0a9";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;    
font-size: 16px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: inherit;
} */
.connect-box .connect-contact+ul li a {
  color: #ef3e42 !important;
  display: block;
  font-family: Source Sans Pro, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  outline: none;
  padding: 15px 25px !important;
  position: relative;
  text-decoration: none;
}
div#tabs li a img {
  padding-right: 8px;
  margin-bottom: 2px;
}
.connect-box .connect-contact+ul li a:before {
  content: "\f0a9";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 14px;
  text-rendering: auto;
  top: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}
.connect-box .connect-contact+ul li a img{
  display:none;
}
.specifications_content h2 {
  font-size: 40px;
  color: #4b4b4b;
  font-family: 'Titillium Web', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  /*     margin: 0 0 35px; */
  padding-top: 70px;
}
.specifications_content table, 
.specifications_content table td,    
.specifications_content table tr {
  border: 0;
}
.specifications_content table td:first-child {
  border-right: solid 1px #eee;
  width: 35% !important;
}
.specifications_content table td {
  border-bottom: solid 1px #eee;
  padding: 15px 50px !important;
}
.specifications_content table td {
  font-size: 20px;
  padding: 10px;
}
.specifications_content table {
  border: 0!important;
  border-color: transparent !important;
  width: 100%!important;
  border-top: solid 1px #eee !important;
}
.specifications_content h3 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #231f20;
  margin: 40px 0 35px;
}
.product-nav .active {
  font-weight: bold !important;
}
.product-wrapper > div {
  display: none;
}
.product-wrapper > div.active {
  display: block;
}
.product-nav .active {
  border-bottom: solid 2px #ef3e42 !important;
}
.product_col_top {
  margin-left: -15px;
  margin-right: -15px;
}
.sidebar_col {
  width: 25%;
}
.product_desp_col {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar_col {
  padding-left: 15px;
  padding-right: 15px;
}
.product_bottom_left {
  margin-left: -15px;
  margin-right: -15px;
}
.product-bottom_content {
  padding-bottom: 50px;
}
.specifications_content table td:nth-child(2) {
  width: 65% !important;
}
.specifications_content table {
  margin-bottom: 40px;
}
.product-description h3 {
  margin-top: 40px;
  margin-bottom: 35px;
}
.specifications_content ul {
  background: transparent !important;
  padding: 0;
  list-style: none;
  margin: 0 0 25px !important;
}
.specifications_content ul li {
  background: url(https://144806418.fs1.hubspotusercontent-eu1.net/hubfs/144806418/Nortech%202024/Images/bullet.png) 8px 13px no-repeat !important;
  clear: both;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  padding: 6px 0 6px 25px !important;
}
.connect-contact a {
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .product-banner p {
    font-size: 26px;
  }
  .product-right-col p.product-subtitle {
    font-size: 26px;
    line-height: 36.4px;
  }
  .product-right-col p {
    font-size: 26px;
    line-height: 36.4px;
  }
  .connect-box .connect-contact p {
    font-size: 20px;
  }
  .connect-box .connect-contact p span {
    font-size: 26px;
  }
  .connect-box .connect-contact {
    padding: 15px;
  }
  .connect-box .connect-contact a.connect-btn:link {
    font-size: 18px;
    line-height: 18px;
  }
  .connect-box .connect-contact+ul li a {
    padding: 10px 15px !important;
  }
}
@media (min-width: 1200px){
  .product-wrapper {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-right-col h1 {
    font-size: 34px;
  }
  .product-right-col p.product-subtitle {
    padding: 10px 0 15px;
    margin-bottom: 15px;
    font-size: 26px;
  }
  .product-right-col p {
    font-size: 26px;
  }
  .product-right-col a.product-btn {
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 16px 38px;
  }
  .product_col_top {
    padding-bottom: 70px;
  }
  .product-bottom_content h2 {
    font-size: 26px;
  }
  .connect-box .connect-title p {
    font-size: 26px;
  }
  .connect-box .connect-title {
    padding: 20px 15px 21px;
    margin: -1px -1px 0;
  }
  .connect-box {
    margin-top: -69px;
  }
  .product_desp_col {
    width: 66.66666667%;
  }
  .sidebar_col {
    width: 33.33333333%;
  }
  .product-description {
    padding: 40px 20px 0 0;
  }
  .product-description p {
    font-size: 18px;
  }
  .connect-box .connect-contact p {
    font-size: 20px;
  }
  .connect-box .connect-contact p span {
    font-size: 26px;
  }
  .connect-box .connect-contact {
    padding: 15px;
  }
  .connect-box .connect-contact+ul li a {
    padding: 10px 15px !important;
    font-size: 18px !important;
  }
  .connect-box .connect-contact+ul li a:before {
    top: 17px;
    right: 12px;
  }
  .product-description h3 {
    font-size: 26px;
    margin: 30px 0 25px;
  }
  .product-description ul li {
    padding: 6px 0;
    font-size: 18px;
    padding-left: 25px;
  }
  .connect-box .connect-contact a.connect-btn:link {
    font-size: 18px;
  }
  .specifications_content h2 {
    padding-top: 40px;
    font-size: 32px;
    margin-bottom: 25px;
  }
  .specifications_content h3 {
    font-size: 26px;
    margin: 30px 0 25px;
  }
  .specifications_content table td {
    font-size: 18px;
  }
  .product-description h3 {
    margin-top: 30px;
    margin-bottom: 25px;
  }

}
/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .product-right-col h1 {
    font-size: 30px;
  }
  .product-right-col p.product-subtitle {
    padding: 10px 0 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .product-right-col p {
    font-size: 22px;
  }
  .product-right-col a.product-btn {
    margin-top: 15px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 16px 38px;
  }
  .product_col_top {
    padding-bottom: 50px;
  }
  .product-bottom_content h2 {
    font-size: 26px;
  }
  .connect-box .connect-title p {
    font-size: 26px;
  }
  .connect-box .connect-title {
    padding: 20px 15px 21px;
    margin: -1px -1px 0;
  }
  .connect-box {
    margin-top: -69px;
  }
  .product_desp_col {
    width: 66.66666667%;
  }
  .sidebar_col {
    width: 33.33333333%;
  }
  .product-description {
    padding: 40px 20px 0 0;
  }
  .product-description p {
    font-size: 18px;
  }
  .connect-box .connect-contact p {
    font-size: 18px;
  }
  .connect-box .connect-contact p span {
    font-size: 20px;
  }
  .connect-box .connect-contact {
    padding: 15px;
  }
  .connect-box .connect-contact+ul li a {
    padding: 10px 15px !important;
    font-size: 16px !important;
  }
  .connect-box .connect-contact+ul li a:before {
    top: 17px;
    right: 12px;
  }
  .product-description h3 {
    font-size: 26px;
    margin: 30px 0 25px;
  }
  .product-description ul li {
    padding: 6px 0;
    font-size: 18px;
    padding-left: 25px;
  }
  .connect-box .connect-contact a.connect-btn:link {
    font-size: 16px;
  }
  .specifications_content h2 {
    padding-top: 40px;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .specifications_content h3 {
    font-size: 26px;
    margin: 30px 0 25px;
  }
  .specifications_content table td {
    font-size: 18px;
  }
  .product-description h3 {
    margin-top: 30px;
    margin-bottom: 25px;
  }

}
/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
  .product-left-col {
    width: 100%;
  }
  .text-contain-right h6 {
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0px 0 15px;
    text-align: center;
  }


  .product_col_top {
    display: block;
  }
  .product-right-col {
    width: 100%;
  }
  .product-left-col {
    text-align: center;
  }
  .product-right-col h1 {
    font-size: 30px;
    text-align: center;
  }
  .product-right-col p.product-subtitle {
    padding: 10px 0 15px;
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
  }
  .product-right-col p {
    text-align: center;
    font-size: 22px;
  }
  .product-right-col a.product-btn {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
  }
  .product_col_top {
    text-align: center;
    padding: 35px 0 50px;
  }
  .product_bottom_left {
    display: block;
  }
  .sidebar_col {
    width: 100%;
  }
  .product_desp_col {
    width: 100%;
  }
  .connect-box {
    margin-top: 0px;
  }
  .product-bottom_content h2 {
    font-size: 26px;
  }
  .product-description {
    padding: 40px 10px 0 0;
  }
  .product-description p {
    font-size: 18px;
  }
  .product-description h3 {
    font-size: 26px;
    margin: 30px 0 25px;
  }
  .product-description ul li {
    padding: 6px 0;
    font-size: 18px;
  }
  .specifications_content h2 {
    padding-top: 40px;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .specifications_content h3 {
    font-size: 26px;
    margin: 30px 0 25px;
  }
  .specifications_content table td {
    font-size: 18px;
  }

}
@media (min-width: 480px) and (max-width: 767px) {
  .specifications_content table td:first-child {
    width: 40% !important;
  }
  .specifications_content table td {
    padding: 15px 30px !important;
  }
  .specifications_content table td:nth-child(2) {
    width: 60% !important;
  }
}
@media (max-width: 479px) {
  a.product-nav-item, .product_tabs.product-nav a {
    padding: 14px 1px 12px !important;
    font-size: 15px !important;
  }
  div#tabs ul li {
    padding: 0 15px 0 0;
  }
  .product-right-col h1 {
    font-size: 26px;
  }
  .product-right-col p.product-subtitle {
    font-size: 20px;
  }
  .product-right-col p {
    font-size: 20px;
  }
  .product-right-col a.product-btn {
    font-size: 16px;
    padding: 14px 25px;
  }
  .product-bottom_content h2 {
    font-size: 24px;
  }
  .product-description p {
    font-size: 16px;
  }
  .product-description h3 {
    font-size: 24px;
    margin: 30px 0 25px;
  }
  .product-description ul li {
    font-size: 16px;
  }
  .connect-box .connect-title p{
    font-size: 26px;
  }
  .connect-box .connect-title {
    padding: 20px 15px 21px;
    margin: -1px -1px 0;
  }
  .connect-box .connect-title {
    padding: 20px 15px 21px;
    margin: -1px -1px 0;
  }
  .connect-box .connect-contact p {
    font-size: 18px;
  }
  .connect-box .connect-contact {
    padding: 15px;
  }
  .connect-box .connect-contact p span {
    font-size: 20px;
  }
  .connect-box .connect-contact a.connect-btn:link {
    font-size: 16px;
  }
  .connect-box .connect-contact+ul li a {
    padding: 10px 15px !important;
    font-size: 16px !important;
  }
  .specifications_content table td:first-child {
    width: 40% !important;
  }
  .specifications_content table td {
    padding: 10px 15px !important;
  }
  .specifications_content table td:nth-child(2) {
    width: 60% !important;
  }
  .specifications_content table td {
    font-size: 16px;
  }
  .specifications_content h3 {
    font-size: 24px;
  }
}









.image-contain-left-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.left-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.left-image img {
  width: 125px;
  height: 125px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

.left-image img:hover,
.left-image img.active {
  border-color: #01AED6;
}

.right-image {
  position: relative;
  width: 400px;
  height: auto;
}

.right-image div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.right-image div.active {
  opacity: 1;
  position: relative;
}
.product_col_top_new {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.product_col_top_new {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  gap: 60px;
  align-items: start;
}
.text-contain-right h1 {
  font-size: 40px;
  line-height: 1.2;
  max-width: 584px;
  margin-bottom: 0px;
}
.text-contain-right h6 {
  /*   font-family: Titillium Web;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #231F20;
  margin-bottom: 15px; */
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  color: #ef3e42;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  padding: 0px 0 20px;
  line-height: 1.4;
}
.text-contain-right p {
  /*   font-family: Titillium Web;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  max-width: 584px; */
  color: #4b4b4b;
  font-family: Source Sans Pro, sans-serif;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.right_two_button_wrapper {
  padding-top: 30px;
}
.product_col_top_new {
  padding-top: 48px;
  padding-bottom: 40px;
}
.breadcrumnb-inner span.current {
  font-family: Titillium Web;
  /*   font-weight: 600; */
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #838383; 
}
.breadcrumnb-inner {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0%;
}
.breadcrumnb {
  /*   background: #F7F7F7; */
  padding: 10px 0px;
}
.breadcrumnb .content-wrapper{
  padding:0;
}

.breadcrumnb {
/*   margin-bottom: 16px; /* pushes it above tabs cleanly */ */
}

.breadcrumnb-inner {
  font-style: italic;
  color: #838383; 
}

.breadcrumnb-inner a {
  color: #838383; 
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 700;
  font-family: Titillium Web;
}

.breadcrumnb-inner a:hover {
  color: #000;
  /*   opacity:0.7; */
  text-decoration: underline;
}

.breadcrumnb-inner .separator {
  margin: 0 6px;
}

.breadcrumnb-inner .current {
  font-style: normal;
  color: #838383; 
  font-weight: 400;
}
.text-contain-right h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  color: #01AED6;
  font-style: italic;
  line-height: normal;
}
@media (max-width: 991px){
  .product_col_top_new {
    gap: 30px;
  }

  .right-image {
    max-width: 260px;
  }

  .right_two_button_wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px){
  .product-description h3 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .product_col_top_new {
    display: flex;
    justify-content: center;
    gap: 40px;
  }

  .text-contain-right {
    text-align: center;
  }

  .right_two_button_wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .left-image img {
    height: auto;
  }
}


/* Case Studies Css */

.recent-post-section .title-wrapper h2 {
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}

.recent-post-section {
  padding: 80px 0;
  background-color:#fff;
}

.recent-post-section .first-wrapper {
  display: flex;
  gap: 30px;
  padding-top: 20px;
}


.recent-post-section .second-wrapper {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.recent-post-section .second-wrapper .item {
  background-color: #01AED6;
  padding:25px;

}
.recent-post-section .second-wrapper .item img.feautred-image {
  display: none;
}
.recent-post-section .second-wrapper .rec-post-header h4 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.recent-post-section .second-wrapper span.rd-more-text svg {
  display: inline-block;
  width: 9px;
  margin-right: 6px;
  vertical-align: middle;
  height: 13px;
}
.recent-post-section .second-wrapper .rec-item-summary {
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  font-family: Titillium Web;
  margin-bottom: 25px;
}

.recent-post-section .second-wrapper .read-more-link a {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  font-family: Titillium Web;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration:underline;
}
.rec-post-img {
  height: 270px;
}
.recent-post-section .first-wrapper .item img.feautred-image {
  width: 100%;
  height: 100%;
  /*   object-fit: cover; */
}

.recent-post-section .first-wrapper .content-wrap {
  border: 1px solid #01AED6;
  padding: 25px;
  border-top: none;
}

.recent-post-section .first-wrapper .rec-post-header h4 {
  color: #231F20;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.recent-post-section .first-wrapper .rec-item-summary {
  font-family: Titillium Web;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 25px;
  color: #231F20;
}
.recent-post-section .first-wrapper span.rd-more-text svg {
  display: inline-block;
  height: 13px;
  margin-right: 6px;
  vertical-align: middle;
  width: 9px;
}

.recent-post-section .first-wrapper .read-more-link a{
  align-items: center;
  color: #01AED6;
  display: flex;
  font-family: Titillium Web;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 100%;
  text-decoration:underline;
}
.recent-post-section .first-wrapper .item {
  width: 33.33%;
}

@media (max-width: 767px) {
  .recent-post-section .row-inner {
    flex-wrap: wrap;
  }

  .recent-post-section .second-wrapper {
    width: 100%;
  }

  .recent-post-section .first-wrapper {
    width: 100%;
  }

  .recent-post-section .first-wrapper .item img.feautred-image {
    height: auto;
  }
  .recent-post-section .title-wrapper h2 {
    font-size: 28px;
  }

  .recent-post-section {
    padding: 40px 0;
  }
  .recent-post-section .first-wrapper {
    display: block;
  }
  .recent-post-section .first-wrapper .item:last-child {
    margin-bottom: 0px;
  }
  .recent-post-section .first-wrapper .item{
    margin-bottom: 25px;
  }
  .rec-post-img {
    height: auto;
  }
  .recent-post-section .first-wrapper .item {
    width: 100%;
  }

}



/* Typical Applications Css */


.applications-wrap h2 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.applications-wrap {
  background-color: #F7F7F7;
  padding: 30px 0 80px;
}

.applications-wrap .applications {
  align-items: flex-start;
  display: flex;
  gap: 60px;
  justify-content: center;
  position: relative;
  padding-top: 15px;
}
.applications-wrap .applications .app {
  width: 25%;
  text-align: center;
}
.applications-wrap .applications .app .icon-content p {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.applications-wrap .applications .app .icon-content p span:first-child {
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
}

.applications-wrap .applications .app .icon-content {
  margin-top: 25px;
}

@media (max-width: 767px){
  .applications-wrap .applications .app {
    width: 100%;
  }

  .applications-wrap .applications {
    flex-wrap: wrap;
    gap: 30px;
  }

  .applications-wrap h2 {
    font-size: 28px;
  }

  .applications-wrap {
    padding: 40px;
  }
}

/* Two Column Css */
.two-col-wrap {
  background-color: #F7F7F7;
  padding: 80px 0;
}

.two-col-wrap .two-col-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #EDEDED;
  background-color: #fff;
}

.two-col-wrap .two-col-left {
  width: 50%;

}

.two-col-wrap .two-col-right {
  width: 50%;
}

.two-col-wrap .two-col-content h4 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  color: #231F20;
  margin-bottom: 15px;
}
.two-col-wrap .two-col-content {
  padding: 100px 70px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.two-col-wrap .two-col-description {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #231F20;
}

.two-col-wrap .two-col-btn a {
  font-family: Titillium Web;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  background-color: #01AED6;
  padding: 16px 24px;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.two-col-wrap .two-col-btn a:hover {
  background-color: #0198bb;
}


@media (min-width: 1441px){
  .two-col-wrap .two-col-inner .re-img img {
    width: 100%;
    height: auto;
  }
  .two-col-wrap .two-col-content{
    padding: 110px 70px;
  }
}
@media (max-width: 991px){
  .two-col-wrap .two-col-content {
    padding: 50px 25px;
  }
  .two-col-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 767px){
  .two-col-wrap {
    padding: 40px 0;
  }

  .two-col-wrap .two-col-left, .two-col-wrap .two-col-right {
    width: 100%;
  }

  .two-col-inner {gap: 40px;}

  .two-col-wrap .two-col-content {
    padding: 20px;
  }

  .two-col-wrap .re-img {
    text-align: center;
  }
}

/* One Column Css */
.one-col-wrap {
  background-color: #01AED6;
  padding: 80px 0;
}

.one-col-wrap .one-col-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*   border: 1px solid #EDEDED; */
  background-color: #01AED6;
  /*   padding: 50px; */
  text-align: center;
  justify-content: center;
}

.one-col-wrap .one-col-content h4 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.one-col-wrap .one-col-description {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-width: 836px;
}

.one-col-wrap .one-col-btn a {
  font-family: Titillium Web;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  background-color: #01AED6;
  padding: 16px 24px;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  border: solid 2px #fff;
}

.one-col-wrap .one-col-btn a:hover {
  background-color: #0198bb;
}

.spec-open .one-col-wrap {
  display: none;
}
@media (min-width: 1441px){

}
@media (max-width: 991px){

}
@media (max-width: 767px){
  .one-col-wrap {
    padding: 50px 0;
  }
}

/* Related Products Css */

.related-products {
  padding: 80px 0 50px;
  background-color: #fff;
}

.related-products h2 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #231F20;
}

.product-category-inner {
  display: flex;
  flex-wrap: wrap;
}

.product-category-rep {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%
}

.product-category-rep .product-item-inner {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  display: block;
  margin-bottom: 30px;
  min-height: 370px;
  padding: 15px;
  text-align: center
}

.product-category-rep .product-item-inner .view-link a{
  color: #ee3f42;
  font-family: Titillium Web;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline
}

.product-item-image {
  height: 245px;
  line-height: 250px
}

.product-item-image img {
  max-width: 100%;
  max-width: 220px;
  transform: scale(1);
  transition: transform .5s ease;
  vertical-align: middle
}

span.small-desc {
  color: #231f20;
  display: block;
  font-family: Titillium Web;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center
}

.product-category-rep p {
  color: #231f20;
  font-family: Titillium Web,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2
}

@media (max-width: 1200px){
  .product-category-rep {
    width: 33.33%;
  }
}
@media (max-width: 991px){
  .product-category-rep {
    width: 50%;
  }
}
@media (max-width: 767px){
  .product-category-rep {
    width: 100%;
  }
  .related-products h2 {
    font-size: 28px;
  }

  .related-products {
    padding: 40px 0 10px;
  }

}






.modal-dialog {
  margin: 17.5px;
  pointer-events: none;
  position: relative;
  width: auto;
  height: calc(100% - 35px);
  align-items: center;
  display: flex;
  min-height: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50px);
  transition: transform .3s ease-out;
  align-items: flex-start;
  max-width: 720px;
  opacity:0;
  z-index: 1005;
}
.popup-open{
  overflow:hidden;
}
.popup-open .modal-popup .modal-dialog{
  transform: none;
  opacity: 1;
}

.modal-content {
  background: #fff;
  border: 0;
  border-radius: 8px;
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.modal__close {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 12px;
  position: relative;
  width: 30px;
}

.modal__close span {
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform .4s ease;
  width: 30px;
}

.modal__close span:after, .modal__close span:before {
  background-color: #023a4f;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.modal__close span:before {
  transform: translateY(-50%) rotate(-45deg);
}

.modal__close span:after {
  transform: translateY(-50%) rotate(45deg);
}
.modal-dialog .form-title {
  padding: 0;
}
.modal__header {
  border-bottom: 1px solid #dee2e6;
  padding: 24px;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.modal__close:hover span {
  transform: rotate(180deg);
}
.modal__body {
  flex: 1 1 auto;
  padding: 40px 24px 24px;
  position: relative;
  overflow-y: auto;
}

.modal-popup {
  display: block;
  opacity: 1;
  padding-top: 120px;
  transition: opacity .15s linear;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1005;
  visibility:hidden;
}

.modal-dialog h3 {
  text-align: center;
  margin-bottom: 0;
}

.popup-open .modal-popup {
  opacity: 1;
  visibility:visible;
}

/* Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility:hidden;
}

.popup-open .modal-overlay {
  opacity: 1;
  visibility:visible;
}
.spec-open .applications-wrap {
  display: none;
}

.spec-open .recent-post-section {
  display: none;
}

.spec-open .two-col-wrap {
  display: none;
}

.spec-open .related-products {
  display: none;
}
.spec-open .faq {
  display: none;
}
.spec-open .comparison_table {
  display: none;
}
@media (max-width: 991px){
  .modal-popup {
    padding-top: 80px;
  }
}
@media (max-width: 767px){
  .modal-popup {
    padding-top: 50px;
  }
  .text-contain-right h1 {
    font-size: 30px;
    text-align: center;
    max-width: 100%;
  }
  .text-contain-right h6 {
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0px 0 15px;
    text-align: center;
  }
  .text-contain-right p {
    font-size: 22px;
    text-align: center;
  }

  a.product-btn,
  a.product-btn-1{
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 750px){
  .modal-dialog {
    margin: 15px;
  }
}

@media (max-width: 479px){
  .text-contain-right h1 {
    font-size: 26px;
  }

  .text-contain-right h6 {
    font-size: 20px;
  }

  a.product-btn,
  a.product-btn-1{
    font-size: 16px;
    padding: 14px 25px;
  }
}

/* FAQ Css */




.faq {
  padding: 80px 0;
  background: #F7F7F7;
  margin-bottom: 50px;
}
.faq-section .faq-section-title {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.faq .faq-item {
  border-bottom: solid #A1A1A1 1px;
  padding: 15px 50px;
  position: relative;
}

.faq .faq-item:first-child {
  border-top: solid #A1A1A1 1px;
}
.faq .faq-inner {
  margin-top: 40px;
}
.faq .faq-question {
  font-family: Titillium Web;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  /*   max-width: 980px; */
  padding-right: 30px;
}
.faq .faq-question img {
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: 50px;
  top: 25px;
  transition: all 0.5s;
  transform: rotate(0deg);
  cursor: pointer;
}
.product-row2 .content-wrapper--vertical-spacing, .dnd-section {
  padding: 0;
}
.button-wrapper {
  text-align: CENTER;
  padding-top:50px;
}
.button-wrapper .button {
  padding: 18px 45px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  line-height: 1;
  border-radius: 0;
  background-color: rgba(0, 175, 215, 1.0);
  border: 0px none;
  font-size: 20px;
  font-weight: 700;
  font-family: Titillium Web;
}
.faq .faq-question.active img{
  transform: rotate(180deg);
}
.faq .faq-answer {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display:none;
  /*   max-width: 980px; */
  padding-right: 30px;
}
.faq .top-content-inner {
  display: flex;
  justify-content: space-between;
  gap:40px;
}

.faq .top-content-inner .top-left {
  width: 65%;
}

.faq .top-content-inner .top-right {
  width: 35%;
}

.faq .top-content-inner .top-right .img-wrap {
  text-align: right;
}

.faq .top-content {
  padding-bottom: 50px;
}
.faq .top-content h2.top-title {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.faq .top-content .t-content p {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.faq .top-content .t-button a {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #01AED6;
}
.faq .faq-answer p {
  font-family: Titillium Web;
}
@media (min-width: 992px) and (max-width: 1199px){
  .faq .faq-question {
    /*     max-width: 760px; */
  }

  .faq .faq-answer {
    /*     max-width: 760px; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq .faq-question {
    /*     max-width: 580px; */
  }

  .faq .faq-answer {
    /*     max-width: 580px; */
  }
}
@media (max-width: 767px){
  .faq .faq-question {
    padding-right: 30px;
  }
  .faq .faq-item {
    padding: 15px;
  }
  .faq .faq-question img {
    right: 15px;
  }
  .faq .top-content-inner {
    flex-wrap: wrap;
  }

  .faq .top-content-inner .top-left, .faq .top-content-inner .top-right {
    width: 100%;
  }

  .faq .top-content-inner .top-right .img-wrap {
    text-align: center;
  }

  .faq .top-content h2.top-title {
    font-size: 28px;
  }
  .faq {
    padding: 40px 0;
    margin-bottom: 0;
  }

  .faq .top-content {
    padding-bottom: 0;
  }
}

.t-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* show only 4 lines */
  -webkit-box-orient: vertical;
}

.t-content.expanded {
  -webkit-line-clamp: unset; /* remove line limit */
}
.read_more img {
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.read_more.active img {
  transform: rotate(0deg); /* rotate arrow */
  margin-left: 3px;
}
a.read_more.active {
  align-items: center;
  display: flex;
}




/* Comparison Table Base */
.comparison_table h2 {
  text-align: center;
  font-size: 40px;
}
section#comparison_table {
  padding-bottom: 50px;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  text-align: left;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border: none;
}

/* Table Head */
.comparison-table thead th {
  background: #e53935; /* Red header background */
  color: #fff;
  padding: 14px 12px;
  font-weight: bold;
  text-transform: capitalize;
  border: 1px solid #e53935;
  font-size: 20px;
  line-height: 130%;
  font-family: Titillium Web;
}
.comparison-table thead th:first-child {
  text-align: center;
}
.comparison-table tbody td {
  font-size: 16px;
  line-height: 130%;
  font-family: Titillium Web;
  font-weight: 400;
}
/* Table Body */
.comparison-table tbody td {
  border: 1px solid #ddd;
  padding: 12px 14px;
  vertical-align: top;
  min-height: 88px;
}

/* Product Column */
.comparison-table tbody td:first-child {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Product Image */
.comparison-table img {
  max-width: 70px;
  height: auto;
  border-radius: 4px;
  /*   border: 1px solid #ddd; */
}

/* Zebra Row Styling */
.comparison-table tbody tr:nth-child(odd) {
  background: #fafafa;
}

/* Hover Effect */
.comparison-table tbody tr:hover {
  background: #f5f5f5;
  transition: 0.3s;
}
@media (max-width:991px){
  .comparison-table thead th {
    font-size: 14px;
  }

  .comparison-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px){
  .comparison_table h2 {
    font-size: 32px;
  }
}
/* Responsive Table */
@media screen and (max-width: 768px) {
  /*   .comparison-table thead {
  display: none; /* Hide table header on mobile */
  /*   } */
  /*   .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
  display: block;
  width: 100%;
}
  .comparison-table tr {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
}
  .comparison-table td {
  border: none;
  padding: 8px 10px;
  text-align: right;
  position: relative;
} */
  .comparison-table thead th {
    min-width: 200px;
    font-size: 14px;
  }

  .comparison-table tbody td {
    min-width: 200px;
  }

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

  section.comparison_table {
    overflow: hidden;
    overflow-x: auto;
  }
  .comparison_table h2 {
    font-size: 26px;
  }
  section#comparison_table {
    padding-bottom: 0;
  }
}
