/*.product-details-container ol li {*/
/*    list-style: outside;*/
/*}*/

/*.images-content.text-center.images-content.pt_30.pb_30.text-center img {*/
/*    width: 100%;*/
/*}*/

/*.product-details-container h3.subtitle {*/
/*    font-size: 26px !important;*/
/*        padding-bottom: 15px;*/
/*}*/

h2.mechro
 {
    font-family: 'Exo 2', sans-serif;
    color: #ef7f1a;
    font-weight: 600;
    font-size: 26px;
}
a {
    text-decoration: none!important;
}


.pt_30{
    padding-top:35px;
}
.pt_10{
    padding-top:10px;
}
.pt_20{
    padding-top:20px;
}
.pt_40{
    padding-top:40px;
}
.pt_50{
    padding-top:50px;
}
.pt_60{
    padding-top:60px;
}
.pt_70{
    padding-top:70px;
}
.pt_80{
    padding-top:80px;
}
.pt_90{
    padding-top:90px;
}
.pb_90{
    padding-bottom:90px;
}
.pb_80{
    padding-bottom:80px;
}
.pb_70{
    padding-bottom:70px;
}
.pb_60{
    padding-bottom:60px;
}
.pb_50{
    padding-bottom:50px;
}
.pb_40{
    padding-bottom:40px;
}
.pb_30{
    padding-bottom:35px;
}
.pb_20{
    padding-bottom:20px;
}
.pb_10{
    padding-bottom:10px;
}
.mb_50{
    margin-bottom:50px;
}
.mt_50{
    margin-top:50px;
}
.mt_100{
    margin-top:100px;
}
.mb_100{
    margin-bottom:100px;
}
    body {
    background: url(../images/Background-light-bg1.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .heading-column {
    min-width: 100px;
     padding: 0.4em 0.1em;
}
td.address-column {
    padding: 0.4em 0.2em;
}
.sidebar-logo.left-logo.custom-sidebar {
    height: auto;
    width: 150px;
    background: transparent;
}
    .sidebar-logo {
    position: fixed;
        top: -16px;
    left: 10px;
    /*top: 0;*/
    /*left: 10px;*/
    width: 150px;
    height: 100vh;
    background-color: #b3b2b285;
    display: flex
;
    justify-content: center;
    align-items: start;
    z-index: 1040;
    padding: 20px 0;
    /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2); */
}

    .sidebar-logo img {
      /*height: 60px;*/
      /* transform: rotate(-90deg); */
    }

.dark-bg{
    color:#fff;
 background: url(../product-images/background-product.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
    background-position: center;
}
.light-background{
    background: #e6e7e8;
}
.light-image-bg{
        background: url(../images/Background-edit.png);
    background-position: 100% 100%;
background-size: 100% 100%;
    background-repeat: no-repeat;
        background-position: center;
}
    header {
       background: url(../images/Header-bg-new.png);
         background-size: 100% 100%;
    background-repeat: no-repeat;
        background-position: center;
      /*background: #1e1e1e;*/
      padding: 10px 30px 10px 190px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      z-index: 1030;
      position: relative;
    }
.brand.custom-brand {
    padding: 1em 1em;
}
    .menu-icon {
      font-size: 28px;
      color: white;
      cursor: pointer;
      display: none;
    }
/*    .about-card h3 {*/
/*    font-size: 18px;*/
/*}*/


.product-card {
  background: #1f1f1f;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  /*min-width: 270px;*/
  /*max-width: 270px;*/
  transition: 0.3s;
  text-align: center;
}

.product-card img {
  width: 100%;
      /*min-height: 250px;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.product-title {
  color: #f58220;
  font-weight: bold;
  padding: 10px 0 15px;
  font-size: 18px;
  border: 1px solid #ccc;
    min-height: 80px;
}
.product-title.product-heading {
    border: none;
    min-height: 40px;
    padding: 0em;
}
.about-card .instrument-name{
    font-size: 16px;
    /*border-top: 1px solid #ccc;*/
    font-weight: 600;
}
.about-card h3 {
    font-size: 18px;
}

.product-qr-code-image{
    padding-top: 2em;
}
.logo-right {
    padding-right: 2em;
}
    .navbar {
    /*background: white;*/
    padding: 0px 50px 50px 0px;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

    .navbar-nav .nav-link {
      color: white !important;
      background: #b2b3b3;
    border: 2px solid #000;
      margin: 0 10px;
      border-radius: 0 0 8px 8px;
        font-weight: 700;
    width: 8em;
    text-align: center;
    }

    .navbar-nav .nav-link:hover {
    background: #ef7f1a !important;
    text-decoration:none!important;
}
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(30, 30, 30, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    padding-left: 2em;
    padding-top: 2em;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1050;
}
    /*.nav-overlay {*/
    /*  position: fixed;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  height: 100vh;*/
    /*  width: 100%;*/
    /*  background-color: rgba(30, 30, 30, 0.95);*/
    /*  display: flex;*/
    /*  flex-direction: column;*/
    /*  justify-content: center;*/
    /*  align-items: center;*/
    /*  opacity: 0;*/
    /*  visibility: hidden;*/
    /*  transition: opacity 0.4s ease, visibility 0.4s ease;*/
    /*  z-index: 1050;*/
    /*}*/

    .nav-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .nav-overlay a {
      color: white;
      font-size: 1.2rem;
      text-decoration: none;
      margin: 15px 0;
    }

    .nav-overlay a:hover {
      color: #ff6a00;
    }

    .nav-overlay .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 32px;
      color: white;
      cursor: pointer;
    }
    main {
    margin: 55px auto;
    padding: 0px 54px;
    padding-left: 190px;
}

    .about-us {
    /*background: #fff;*/
    padding: 20px;
    /*border-radius: 12px;*/
      border-radius: 4px;
        border: 2px solid #9e9f9f;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    /*margin-bottom: 30px;*/
    position: relative;
}
.about-us.without-border-about-us{
    border:none;
}
.about-us.without-border-about-us h2{
    position:static;
}
.about-us h2 {
      font-family: 'Rajdhani', sans-serif;
    font-family: 'Exo 2', sans-serif;
   color: #ef7f1a;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    position: absolute;
    top: -20px;
  /*background:#f0f2f1;*/
    border-radius: 8px;
        padding: 0.2em 0.5em;
}

    .about-us ul {
      list-style: none;
      padding-left: 20px;
    }



    .about-us li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 6px;
      line-height: 1.6;
    }

    .about-us.custom-about-us li::before {
      content: none!important;
    
    }
    
     .about-us li::before {
      content: '•';
      position: absolute;
      left: 0;
      color: #ff6a00;
      font-size: 1.2rem;
    }

    footer {
      background: #1e1e1e;
      color: white;
      text-align: center;
      padding: 15px;
      margin-top: 40px;
          z-index: 10003;
    position: relative;
      /*margin-left: 80px;*/
    }
    .product-detail-table.table-responsive.COATGAUGE-table{
        
    }
    
    /*.product-detail-table.gauge-selection-table .table-striped>tbody>tr:nth-child(even)>td,  .product-detail-table.gauge-selection-table .table-striped>tbody>tr:nth-child(even)>th  {*/
    /*     background-color: #fff4c8!important;*/
    /*}*/
    /*.product-detail-table.gauge-selection-table .table-striped>thead>tr{*/
    /*    background-color: #fff4c8!important;*/
    /*}*/
    .table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #fff4e3!important; // Choose your own color here
 }
   th {
       background-color: #fff4e3!important;;
    }
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #fff!important;
}
.table>:not(caption)>*>* {
    padding: .3rem .5rem!important;
}
/*.table-striped>tbody>tr:nth-of-type(even)>* {*/
/*    --bs-table-bg-type: #fff4e3!important;*/
/*}*/
/*.table-striped>thead>th {*/
/*    --bs-table-bg-type: #fff4e3!important;*/
/*}*/
.features-list b {
    color: #ef7f1a;
}
    @media (max-width: 768px) {
        .brand.custom-brand img {
    height: 30px;
}
header {
 
    justify-content: space-between;
}
.correct-angle-table .correct-angle-1 {
    min-width:90px;
}

.product-detail-table .table-striped {
       font-size: 14px;
        border: 1px solid #00000057;
}
.correct-angle-table .correct-angle-2 {
    min-width:150px;
}
        .address-content td {
    font-size: 14px;
}
        .heading-column {
    min-width: 90px;
    font-size:14px;
}
        .product-details-description h4 {
    font-size: 17px;
    font-weight: 600;
}
        .contact-form {
    padding: 1em;
}
        .address-content {
    padding: 0.6em!important;
    min-height: 300px!important;
        }
        .address-content address {
    font-size: 18px;
}
        .mb_100 {
    margin-bottom: 50px;
}
            .product-content.product-content-reverse {
        flex-direction: column-reverse;
    }
        .prduct-desciption-read-more.text-center {
    padding-bottom: 0.5em;
}
        .product-title {
    padding: .5em 0em;
}
        .product-content {
    margin-left: 0!important;
    margin-right: 0!important;
}
        .about-card {
    margin-top: 1.7em!important;
}
           h3 {
    font-size: 18px!important;
}
/*    .product-details-description p {*/
/*    font-size: 14px!important;*/
/*}*/
        nav.navbar.navbar-expand.d-flex.justify-content-end.sticky-top {
    display: none !important;
}
        .about-us h2 {
    font-size: 1.2rem;
        }
        .about-us {
    padding: 8px;
        }
      .navbar {
        display: none !important;
      }

      .menu-icon {
        display: block !important;
      }

      header,
      .navbar,
      main,
      footer {
        margin-left: 0 !important;
      }

      .sidebar-logo {
        display: none;
      }
    }
    @media screen and (max-width: 767px) {
      .product-model-reverse  {
        display: flex
;
    flex-direction: column-reverse;
    }
        main.product-container {
    
    padding: 0px 10px!important;
}
        .brand.custom-brand {
    padding: 0.5em 0.5em;
}
        .feature-img {
    position: static!important;
}
        
 .logo-right {
    display: none;
}
.logo-left {
    display: none;
}
.page-title h1 {
    font-size: 40px!important;
    padding-left: 0.5em!important;
}
.pb_50 {
    padding-bottom: 30px!important;
}

.pt_50 {
    padding-top: 30px!important;
}
.about-card .features-list {
    padding-left: 0rem!important;
}
header {
    background: #1e1e1e;
    padding: 10px 10px 10px 11px;
}
main {
    width: 100%;
    margin-left: 14em;
    margin-top: 3em;
  
    /*margin: 40px auto;*/
    padding: 0 10px;
  
}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
.mail a{
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
 .address-content {
    padding: 0.7em!important;
        min-height: 400px!important;
 }
 .address-content address {
    font-size: 18px;
}
.about-us {
    padding: 16px;
}
.contact-form {
    padding: 1em!important;
}
.about-us h2 {
    font-size: 1.4rem;
}
.instrument-card {
    min-height: 260px!important;
}
.instrument-img{
    min-height: 190px;
}
}

@media (min-width:1025px){
    
}
.about-card {
    margin-top: 1em;
}
/*slider*/
.card{
    position: relative;
    background-color: #FAFAFA!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.instrument-img{
    /*border-bottom: 1px solid #ccc;*/
    overflow: hidden;
    text-align: center;
    padding-bottom: 1em;
   /*padding: 1em 0.5em; */
}

.instrument-img img{
    width: 100%;
        /*height: 200px;*/
    /*height: 100%;*/
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.instrument-img img:hover{
    transform: scale(1.1);
}

.instrument-name {
    padding: 0.4em 0.2em;
        color: #ec7f1a;
        font-size: 20px;
    min-height: 63px;
    margin-bottom:0px;
}

.owl-carousel.product-carousal .owl-nav button.owl-next, .owl-carousel.product-carousal .owl-nav button.owl-prev{
    color: #f48220 !important;
    font-size: 45px !important;
        padding: 0.2em 0.2em !important;
    margin: 0.1em;
  /*background: black !important;*/
  /*  color: orange !important;*/
  /*  font-size: 33px !important;*/
  /*  padding: 0.3em 0.3em !important;*/
  /*  font-weight: 900 !important;*/
  /*  margin: 0.2em;*/
  /*  line-height: 1;*/
}
.owl-nav {
    margin: 0.5em auto;
    text-align: center;
}
/*slider end*/

/*certifcate-section*/
.container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #10252bc2;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*certifcate-section*/
/*contact-page*/
.contact-form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     background: url(../product-images/background-product.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
    background-position: center;
   /*background: linear-gradient(45deg, #f07404, #1a0d0df2);*/
    padding: 2em;
    border-radius: 4px;
}
.primary-button {
    background: #41bdf5;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
    padding: 0.2em 0.6em;
}
.address-content {
    background: #fff;
    padding: 2em;
      border-radius: 4px;
      min-height:435px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navbar.navbar-expand.sticky-top {
    padding-top: 0 !important;
      background: #efefef;
    padding-bottom: 2em;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

/*product start*/
.product-content {
    margin-top:1em!important;
    padding: 1em;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /*border: 2px solid transparent;*/
    background: linear-gradient(#ece5e5, #fff) padding-box, linear-gradient(125deg, #ef7f1a, #0e0c13) border-box;
  border-radius:8px;
  display:inline-block;
}
/*.product-content:hover{*/
/*  background:*/
/* linear-gradient(#ef7f1a96, #0b030373) padding-box, linear-gradient(125deg, #ef7f1a9c, #100c1769) border-box;*/
/*}*/
.product-description p {
    font-size: 18px;
}
a.btn.btn-secondary:hover {
    background: #e77c1a;
    text-decoration: none;
    border: 1px solid #fff;
}
.product-title h4 {
    text-align: center;
    font-weight: 500;
    color: #f08a17;
}
.testnimoial-section .stellar-block {
    padding: 1em;
    margin-top: 1em;
    border-radius: 4px;
    background: linear-gradient(45deg, black, #ef7f1a);
}

/*product detail */
.product-details-description p {
    font-size: 16px;
}
h3.subtitle {
    color: #ef7f1a;
   /* padding: 0.4em;  */
    font-weight: 600;
}
.image-with-name figcaption {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 1em;
}
/*.product-detail-table {*/
/*    background: #fff;*/
/*    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
/*}*/
.highlight {
    padding: 1em;
    background: #f78f44;
    color: #000;
    border-radius: 4px;
    font-weight: 600;
        font-size: 18px;
}

a:hover {
    text-decoration: none!important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ef7f1a!important;
}


/*new css*/
main.product-container {
    margin: 0px auto;
    padding-left: 0em;
    padding: 0px 0px;
}
.custom-header{
        padding: 10px 16px 10px 16px;
}
.product-image-section {
    padding: 2em;
}
.page-title h1 {
    font-family: 'Rajdhani', sans-serif;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    font-size: 65px;
        padding-left: 3em;
}
.section-title {
    color: #F58220;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
}
.container.about-us.light-border {
    /*border: 1px solid #fff;*/
    margin-top: 3em;
}
/*.feature-img {*/
/*    position: absolute;*/
/*    bottom: -8%;*/
/*}*/
.sub-headig {
    font-weight: 600;
    font-family: 'Exo 2';
    font-size: 27px;
        text-transform: uppercase;
}
/*.table.table-striped {*/
/*    text-align: center;*/
/*}*/
/*.table>:not(caption)>*>* {*/
/*    padding: .3rem .5rem!important;*/
/*}*/