@charset "utf-8";
.main-image img {
  max-width: 600px;
  margin-bottom: 20px;
}

.download_version{
	margin-left:-150px;
	width: 899px;
}

.download_version table tr {
  	border-bottom: 12px solid transparent;
	padding-right: 40px;
    padding-top: 16px;
	width: 225px;
	text-align: left;
}

.download_version table td {
    vertical-align: top;
	text-align: left;
}


.table-light th{
	width: 225px;
}

.download_version table {
  border-collapse: separate;
  border-spacing: 20px 10px;
}

.auto_height{
	height: auto;
}

.thumbnail-gallery img {
  border: 2px solid #EFF0F1; 
  cursor: pointer;
}
.thumbnail-gallery img.active {
  border: 2px solid #14F100; 
}
.tab-2 .tab-pane .col-xl-12 {
  width: 990px;
}
.tab-content {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 969px;
}
.no-border-radius {
  border-radius: 0 !important; 
}
.container-fluid1 {
  background-color: #EFF0F1;
}
.accordion .card-header {
  margin-bottom: 10px;
}

.accordion .btn-link {
  border-radius: 0px; 
  background-color: #fff; 
  border: none; 
  padding: -1px 880px 24px 15px; 
  text-decoration: none; 
  color: #0000;
}
#Tabs {
  position: sticky;
  top: 97px;
  z-index: 1;
}
body {
  margin: 0;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
}
#Sidebar1 {
  display: none;
}
.Sidebar .list-group-item {
  height: 45px;
  display: flex; 
  align-items: center;
  padding: 0 15px; 
  font-size: 14px;
  background-color: #fff; 
  transition: background-color 0.3s ease;
}

  .Sidebar {
	  position: fixed;
	  margin-left: 75%;
  }

.Sidebar .list-group-item:hover {
  color: #14f100;
}
.Sidebar .list-group-item a {
  color: black; 
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%; 
}
.Sidebar .list-group-item a:hover {
  color: #14f100;
}

button.collapsed .toggle-icon:before {
  content: "+";
}
button:not(.collapsed) .toggle-icon:before {
  content: "-";
}

button .toggle-icon {
  font-size: 24px; 
}

.accordion .card-header .btn-link {
  color: black;
  text-decoration: none; 
}

.accordion .card-header .btn-link .toggle-icon {
  font-style: bold;
  font-size: 18px; 
}
.accordion .card-header .btn-link:hover {
  color: black;
  font-weight: bold;
}
.h4 {
  font-size: 27px;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
}


/*footer properties*/
@media (min-width: 1200px) {
    .xl-4 {
        width: 33.3333%;
        float: left; /* Optional if you want Bootstrap-like behavior */
    }
}

.info_section {
  background: #fff;
  padding: 40px 0 10px;
  color: #1f2837;
  border-top: 3px solid #14f100;
}

.info_top {
  border-bottom: 2px solid #EFF1F0;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.info_top .row {
  align-items: center;
}

.footer-logo-section {
  /* background: #EFF1F0; */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.footer-logo-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(20, 241, 0, 0.2);
}

.info_contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_contact a {
  color: #1f2837;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: rgba(20, 241, 0, 0.1);
  border-radius: 30px;
  border: 2px solid rgba(20, 241, 0, 0.3);
  transition: all 0.3s ease;
}

.info_contact a:hover {
  background: #14f100;
  color: #fff;
  border-color: #14f100;
  transform: translateX(5px);
}

.footer-phone-section {
  /* background: #EFF1F0; */
  padding: 15px 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.footer-phone-section i {
  color: #14f100;
  font-size: 24px;
}

.footer-phone-section h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.footer-phone-section a {
  color: #1f2837;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-phone-section a:hover {
  color: #14f100;
}

#footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 8px;
  /* background: #EFF1F0; */
  border-radius: 12px;
  margin-bottom: 30px;
}

#footer_nav div a {
  color: #1f2837;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

#footer_nav div a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #14f100;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#footer_nav div a:hover {
  color: #14f100;
  background: rgba(20, 241, 0, 0.1);
}

#footer_nav div a:hover::after {
  transform: scaleX(1);
}

.footer-mii-section {
  /* background: #EFF1F0; */
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.footer-social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* background: #EFF1F0; */
  border-radius: 12px;
}

.social_box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.social_box a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1f2837;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.social_box a:hover {
  background: #14f100;
  color: #fff;
  border-color: #14f100;
  transform: translateY(-5px) rotate(360deg);
  box-shadow: 0 4px 15px rgba(20, 241, 0, 0.4);
}

.footer-copyright {
  background: rgba(20, 241, 0, 0.1);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #1f2837;
  border: 1px solid rgba(20, 241, 0, 0.2);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 567px) {

  .info_section {
    padding: 25px 10px !important;
  }

  /* All columns stack properly with spacing */
  .info_section .row > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    text-align: center !important;
	  margin-top: 35px;
  }

  /* Fix logo */
  .footer-logo-section img {
    width: 200px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* Fix contact numbers box */
  .footer-phone-section {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    display: inline-block;
  }
  .footer-phone-section h5 {
    margin: 5px 0 !important;
  }

  /* Navigation list clean vertical */
  #footer_nav {
    display: flex;
    gap: 0px;
    text-align: center !important;
	  margin-top: 40px;
  }
  #footer_nav div a {
    font-size: 16px;
  }

  /* MII Logo fix */
  .footer-mii-section img {
    width: 140px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* Social icons spacing */
  .social_box {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .social_box a {
    font-size: 22px;
  }

  /* Copyright */
  .footer-copyright {
    font-size: 14px;
    margin-top: 10px;
  }
}





/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .menu-icon {
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2);
    transition: right 0.4s ease;
    overflow-y: auto;
    padding: 20px;
    z-index: 9999;
  }

  #menu-toggle:checked ~ .navbar-collapse {
    right: 0;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    border-left: 3px solid #14f100;
    background: #f8f9fa;
    margin-left: 15px;
    border-radius: 0;
  }

  #herosection h1 {
    font-size: 32px;
  }

  .ourcust h2, #featuretexttab, .heading_container h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .header_top_container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .contact_nav {
    justify-content: center;
    font-size: 12px;
  }

  #herosection {
    padding: 50px 15px;
  }

  #herosection h1 {
    font-size: 28px;
  }

  .exprow, .exprow2, .joinus, .support {
    padding: 25px;
  }
}

/*--------------------------------Tab-Content Box---------------------------------------*/
.nav-tabs .nav-item {
  flex: 1; 
  text-align: center;
  margin-right: 5px;
  width: 190px;
  height: 45px;
  column-gap: .6rem;
  gap: 5px;
}

/*------------------------------------For Text of Tab-Content-----------------------------*/
.nav-tabs .nav-link {
  border-radius: 0px; 
  text-align: justify;
  background-color: #A5A8AF;
  color: white;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px 15px;
  justify-content: center;
  font-size: 15px;
}
.nav-tabs .nav-link:hover {
  background-color: #dedfe1;
  color: white;
}
.nav-tabs .nav-link.active {
  background-color: #dedfe1; 
  color: white;
  box-shadow: inset 0 2px 0 0 #14F400; 
}

/*-----------------------------------------For Accordian Button----------------------------*/
.btn-link:active, .btn-link:focus {
  text-decoration: #253B4D; 
  font-weight: bold;
}

.accordion .card-header .btn-link {
  color: black;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  font-style: normal;
  height: 48px;
  width: 590px;
  border-top-color: #14f100;
}
.accordion .card-header .btn-link:hover {
  background-color: #dedfe1;
}
.icon {
  margin-right: 10px;
  font-weight: bold;
}
.accordion .card-header .btn-link.active .icon {
  content: "-"; 
}
.accordion .card-header .btn-link:not(.active) .icon {
  content: "+"; 
}
#tabs-2 {
  width: 1140px;
  background-color: white;
}
.tab-content .container {
  margin-bottom: .3rem;
  padding-left: .6rem;
  padding-right: .6rem;
  margin-top: -5px
}
.tabs-2 {
  margin-bottom: 20px;
}
#container1 {
  border-bottom: none;
  transition: border-bottom 0.3s ease, background-color 0.3s ease; 
}
#collapse1.show ~ #container1 {
  border-bottom: 2px solid #14f100;
}

/*----------------------------------------------------------For Row inside Accordian ---------------------------------------*/
.no-gutters:nth-child(odd) {
  background-color: #F2F2F2;
}
.no-gutters:nth-child(even) {
  background-color: #fff;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.border_bottom {
  border-bottom: 2px solid #14f100;
}
.row.no-gutters .col-xl-4 {
  display: flex; 
  align-items: center;
  justify-content: flex-start;
  padding: 10px 21px;
  word-wrap: break-word;
}

/*----------------------------------------------For Accordian Heading -----------------------------------------*/
.col-xl-4 {
  height: 45px;
  border-width: thin;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  font-weight: 400;
  font-style: normal;
  display: flex;
  padding-right: 10px;
  text-decoration-color: #253B4D;
  font-size: 15px;
}

/*---------------------------------------------For Accordian Heading Value--------------------------------------*/
.col-xl-8 {
  font-size: 15px;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  font-weight: 400;
  font-style: normal;
  text-decoration-color: black;
  justify-content: flex-start;
}
#footer_nav a {
  color: #1f2837;
}
#footer_nav a:hover {
  color: #14f100;
}
@media (min-width:756px) and (max-width:1024px) {
  .list-group-item .d-flex.justify-content-end.mb-2 #expandAll {
    font-size: small;
  }
  .list-group-item .d-flex.justify-content-end.mb-2 #collapseAll {
    font-size: small;
    padding-left: 0px;
    margin-left: 8px;
  }
.container-fluid1 .tab-content #tabs-3 {
	width: 100%;
	margin-left: 0px;
}
.tab-content #tabs-3 .card.mb-3.col-xl-11.offset-xl-1.doc {

}
.tab-content #tabs-3 .card.mb-3.col-xl-11.offset-xl-1 {
}
.tab-content #tabs-3 .card.mb-3.col-xl-11.offset-xl-1 {
}
.tab-content #tabs-3 .card.mb-3.col-xl-11.offset-xl-1 {
}
.tab-content #tabs-3 .card.mb-3.col-xl-11.offset-xl-1 {
}
.tab-content #tabs-3 .card.mb-3.col-xl-11.offset-xl-1 {
}







}

/*----------------------------------------------------------- Mobile responsiveness -----------------------------------------------*/
@media (min-width:320px) and (max-width:576px){
  body, html {
    width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
  }
  .nav-tabs .nav-item {
    display: block;
    margin-bottom: 10px;
  }
  #homebread {
    display: none;
  }
  #productbread {
    display: none;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }
  #breadcrobsnav {
    padding-top: 25px;
  }
  #largeImage {
    width: 50%;
  }
  .main-image {
    width: 100%;
  }
  .text-center {
    width: 100%;
  }
  .hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: -45px;
  }
/*
  .Sidebar {
    display: none;
  }
*/
	
	
	#headingsidebar{
		position: fixed;
		z-index: 10;
	}
	
	.mb-2{
		display: flex;
		flex-direction: column;
		height: 80px;
		margin-left: 10px
	}
	
	.Sidebar > .list-group:last-child .list-group-item:last-child{
		height: 85px;
	}
	
	#headingsidebar #headingtextdatasheet{
		display : none;
	}
	
	.Sidebar {
		width: 165px;
		right: 0;
/*		margin-left: 59%;*/
		
	}
	
.Sidebar .card-header,
.Sidebar .list-group-item:nth-child(-n+2) {
  display: none;
}
	.sidebar{
	background-color: red;
	width: 230px;
	}
  #Sidebar1 {
    display: block;
	position: relative;
    margin-right: 85px;
    width: 90%;
	 margin-top: 15px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px; 
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease; 
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black; 
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%; 
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 85%;
  }
  .no-gutters:nth-child(odd) {
    background-color: #fff;
  }
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid1 {
    width: 100%;
  }
  .container-fluid1 .tab-content {
    width: 100%;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 80%;
  }
  .tab-content #tabs-1 #accordion1 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion2 {
            width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion4 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion3 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion101 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion102 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion103 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion7 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5_1 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6_1 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion10 {
         width: 100%;
        margin-left: 1px;
  }
  #rowinfotp .col-md-3.mt-2 .mx-1 {
    margin-top: 25px;
  }
  .tab-content #tabs-1 #accordion11 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion12 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion13 {
        width: 100%;
        margin-left: 1px;
  }

  .tab-content #tabs-1 #accordion14 {
          width: 100%;
        margin-left: 1px;
  }

  .tab-content #tabs-1 #accordion104 {
         width: 100%;
        margin-left: 1px;
  }
.info_contact.col-xl-3.d.flex.justify-content-center .mx-5 .ml-5 {
	padding-left: 0px;
}

  .tab-content #tabs-1 #accordion15 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion106 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion107 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion307 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion308 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion9 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion302 {
        width: 100%;
        margin-left: 1px;
  }
#toprow .row.justify-content-cent.d-flex .info_contact.col-xl-3.d.flex.justify-content-center {
}

  .tab-content #tabs-1 #accordion303 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion301 {
        width: 100%;
        margin-left: 1px;
  }
.info_top .row .col-md-3.mt-2 {
	padding-top: 10px;
}
.tab-content #tabs-1 #accordion304 {
	width: 100%;
	margin-left: 1px;
}
#toprow .row.justify-content-cent.d-flex .text-black.col-xl-4.d-flex.bg-white {
	display: flex;
	flex-direction: row;
	margin-left: 60px;
	width: 70%;
   }
#toprow .row.justify-content-cent.d-flex .info_contact.col-xl-3.d.flex.justify-content-center {
}
.container-fluid1 .tab-content #tabs-3 {
	width: 100%;
}




}

/*-----------------------------------------------------------------Betweem mobile and Tablet-----------------------------------------------------------*/
@media (min-width:576px) and (max-width:768px){
  body, html {
    width: 100%;
    overflow-x: hidden;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
  }
  .nav-tabs .nav-item {
    display: block;
    margin-bottom: 10px;
  }
  #homebread {
    display: block;
  }
  #productbread {
    display: block;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }
  #breadcrobsnav {
   margin-top: -70px;
  }
  #largeImage {
    width: 50%;
  }
  .main-image {
    width: 100%;
  }
  .text-center {
    width: 100%;
  }
  .hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: -45px;
  }
/*
  .Sidebar {
    display: none;
  }
*/
	#headingsidebar{
		position: fixed;
		z-index: 10;
	}
	
	.mb-2{
		display: flex;
		flex-direction: column;
		height: 80px;
		margin-left: 10px
	}
	
	.card > .list-group:last-child .list-group-item:last-child{
		height: 85px;
	}
	
	#headingsidebar #headingtextdatasheet{
		display : none;
	}
	
	.Sidebar {
		width: 165px;
		margin-left: 112%;
	}
	
.Sidebar .card-header,
.Sidebar .list-group-item:nth-child(-n+2) {
  display: none;
}
	.sidebar{
	width: 230px;
	}
	
	
  #Sidebar1 {
    display: block;
	  position: relative;
    margin-right: 85px;
    width: 90%;
    margin-top: 15px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px; 
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease; 
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black; 
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%; 
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 85%;
  }
  .no-gutters:nth-child(odd) {
    background-color: #fff;
  }
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid1 {
    width: 100%;
  }
  .container-fluid1 .tab-content {
    width: 100%;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 80%;
  }
  .tab-content #tabs-1 #accordion1 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion2 {
            width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion4 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion3 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion101 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion102 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion103 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion7 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5_1 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6_1 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion10 {
         width: 100%;
        margin-left: 1px;
  }
  #rowinfotp .col-md-3.mt-2 .mx-1 {
    margin-top: 25px;
  }
  .tab-content #tabs-1 #accordion11 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion12 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion13 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion14 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion104 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion15 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion106 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion107 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion307 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion308 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion9 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion301 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion302 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion303 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion304 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion601 {
        width: 100%;
        margin-left: 1px;
  }
  #footer_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
.info_top .row .col-md-3.mt-2 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 9px;

}

.hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: -22px;
}
#toprow .row.justify-content-cent.d-flex .info_contact.col-xl-3.d.flex.justify-content-center.offset-md-0 {

}


}

/*-----------------------------------------------------------------tab resposive-----------------------------------------------------------------------*/
@media (min-width:768px) and (max-width:1023px) {
  body, html {
    width: 100%;
    overflow-x: hidden;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
  }
  .nav-tabs .nav-item {
    display: block;
    margin-bottom: 10px;
  }
  #homebread {
    display: block;
  }
  #productbread {
    display: block;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }
  #breadcrobsnav {
    padding-top: 25px;
  }
  #largeImage {
    width: 50%;
  }
  .main-image {
    width: 100%;
  }
  .text-center {
    width: 100%;
  }
  .hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: -45px;
  }
	
		#headingsidebar #headingtextdatasheet{
		display : none;
	}
	
	#headingsidebar{
		position: fixed;
		z-index: 10;
	}
	
  .Sidebar {
      display: block;
	  margin-left: 70%;
	  width: 230px;
  }

  #Sidebar1 {
    display: none;
    margin-right: 85px;
    width: 90%;
    margin-top: 15px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px; 
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease; 
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black; 
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%; 
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 85%;
  }
  .no-gutters:nth-child(odd) {
    background-color: #fff;
  }
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid1 {
    width: 100%;
  }
  .container-fluid1 .tab-content {
    width: 100%;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 80%;
  }
  .tab-content #tabs-1 #accordion1 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion2 {
            width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion4 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion3 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion101 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion102 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion103 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion7 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5_1 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6_1 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion10 {
         width: 100%;
        margin-left: 1px;
  }
  #rowinfotp .col-md-3.mt-2 .mx-1 {
    margin-top: 25px;
  }
  .tab-content #tabs-1 #accordion11 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion12 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion13 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion14 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion104 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion15 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion106 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion107 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion307 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion308 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion9 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion301 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion302 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion303 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion304 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion601 {
        width: 100%;
        margin-left: 1px;
  }
  #footer_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
.hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: 0px;
}

}
/*------------------------------------------------------------------Laptop--------------------------------------------------------------------------*/

@media (min-width:1024px) and (max-width:1440px) {
  body, html {
    width: 100%;
    overflow-x: hidden;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
  }
  .nav-tabs .nav-item {
    display: block;
    margin-bottom: 10px;
  }
  #homebread {
    display: block;
  }
  #productbread {
    display: block;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }
  #breadcrobsnav {
    padding-top: 25px;
  }
  #largeImage {
    width: 50%;
  }
  .main-image {
    width: 100%;
  }
  .text-center {
    width: 100%;
  }
  .hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: -45px;
  }
/*
  .Sidebar {
    display: none;
  }
*/
	
#headingsidebar{
		position: fixed;
		z-index: 10;
	}
	
	
	.card > .list-group:last-child .list-group-item:last-child{
		height: 85px;
	}
	
	#headingsidebar #headingtextdatasheet{
		display : none;
	}
	
	.Sidebar {
		width: 230px;
		margin-left: 72%;
	}
	
	
  #Sidebar1 {
    display: none;
    margin-right: 85px;
    width: 90%;
    margin-top: 15px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px; 
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease; 
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black; 
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%; 
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 85%;
  }
  .no-gutters:nth-child(odd) {
    background-color: #fff;
  }
	
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid1 {
    width: 100%;
  }
  .container-fluid1 .tab-content {
    width: 100%;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 80%;
  }
  .tab-content #tabs-1 #accordion1 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion2 {
            width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion4 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion3 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion101 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion102 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion103 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion7 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5_1 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6_1 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion10 {
         width: 100%;
        margin-left: 1px;
  }
  #rowinfotp .col-md-3.mt-2 .mx-1 {
    margin-top: 25px;
  }
  .tab-content #tabs-1 #accordion11 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion12 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion13 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion14 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion104 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion15 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion106 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion107 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion307 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion308 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion9 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion301 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion302 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion303 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion304 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion601 {
        width: 100%;
        margin-left: 1px;
  }
  #footer_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
.hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: 0px;
}
.container.mt-5 #containersidebar {

}
.container.mt-5 #containersidebar #Sidebar1 {

}



}

.search-results-panel{
	position: relative;
}

#searchResults {
  position: absolute;
  top: 85px;
  left: 27%;
  z-index: 999;
  background: #eff1f0; 
  color: white;
  padding: 10px;
  width: 50%;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
display: none;
}



/*------------------------------------------------------------------Laptop--------------------------------------------------------------------------*/

@media (min-width:1441px) and (max-width:1699px) {
  body, html {
    width: 100%;
    overflow-x: hidden;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
  }
  .nav-tabs .nav-item {
    display: block;
    margin-bottom: 10px;
  }
  #homebread {
    display: block;
  }
  #productbread {
    display: block;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }
  #breadcrobsnav {
    padding-top: 25px;
  }
  #largeImage {
    width: 50%;
  }
  .main-image {
    width: 100%;
  }
  .text-center {
    width: 100%;
  }
  .hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: -45px;
  }
  .Sidebar {
	display: block;
	  position: fixed;
	  margin-left: 75%;
  }
	
	
  #Sidebar1 {
    display: none;
    margin-right: 85px;
    width: 90%;
    margin-top: 15px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px; 
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease; 
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black; 
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%; 
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 50%;
  }
  .no-gutters:nth-child(odd) {
    background-color: #fff;
  }
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid1 {
    width: 100%;
  }
  .container-fluid1 .tab-content {
    width: 100%;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 50%;
  }
  .tab-content #tabs-1 #accordion1 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion2 {
            width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion4 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion3 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion101 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion102 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion103 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6 {
           width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion7 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion5_1 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion6_1 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion10 {
         width: 100%;
        margin-left: 1px;
  }
  #rowinfotp .col-md-3.mt-2 .mx-1 {
    margin-top: 25px;
  }
  .tab-content #tabs-1 #accordion11 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion12 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion13 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion14 {
          width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion104 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion15 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion106 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion107 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion8 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion307 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion308 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion9 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion301 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion302 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion303 {
        width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion304 {
         width: 100%;
        margin-left: 1px;
  }
  .tab-content #tabs-1 #accordion601 {
        width: 100%;
        margin-left: 1px;
  }
  #footer_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
.hero_area.col-xl-12 .header_section .header_bottom.bg-white {
    margin-top: 0px;
}

}

.search-results-panel{
	position: relative;
}

#searchResults {
  position: absolute;
  top: 85px;
  left: 27%;
  z-index: 999;
  background: #eff1f0; 
  color: white;
  padding: 10px;
  width: 50%;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
display: none;
}

@media (min-width:576px) and (max-width:768px){
.container-fluid1 .tab-content #tabs-3 {
	width: 100%;
	margin-left: 0px;
}
.row.g-0 .col-md-8 .container.download_version {
	padding-left: 145px;
}

.tab-content #tabs-3 .card.mb-3.col-xl-11.offset-xl-1.doc {
	padding-left: 0px;
}


}
