@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
@import url("../icons/bootstrap-icons/font/bootstrap-icons.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
}

:root {
  --color-white: #fff;
  --color-orange: #fd6a23;
  --color-green: #003032;
  --color-black: #000;
  --light-yellow: rgb(254, 248, 245);
  --biege: #fff0e8;
  --ligt-black: #33393d;
  --gray: #363636;
}

/* header  */
header .logo {
  width: 350px;
}
.dropdown-menus {
  position: relative;
}
.header-top.w-100 {
  padding-right: 58px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header-bottom .drop-menu {
  position: absolute;
  left: 0;
  top: 35px;
  width: auto;
  z-index: 2;
  padding: 25px;
  background: var(--color-white);
  visibility: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.header-bottom .dropdown-menus:hover .drop-menu {
  visibility: visible;
}
.header-bottom .drop-menu a {
  font-weight: 600;
  padding: 5px 0;
}
.header-bottom .drop-menu a {
  font-weight: 500;
}

.header-bottom .drop-menu a:hover {
  color: var(--color-orange);
}
.navbar-collapse {
  flex-grow: 0;
}
.gap-10 {
  gap: 10px;
}
.header-top a {
  color: var(--color-black);
  text-decoration: none;
  font-weight: 600;
}
.cal img {
  width: 50px;
  height: 50px;
}
.lion img {
  width: 120px;
}

.header-bottom div {
  background: var(--gray);
  width: 100%;
  padding: 10px 0;
}
.header-bottom div .nav-link {
  color: var(--color-white);
  font-weight: 400;
  padding: 5px 33px !important;
}
.header-bottom div .nav-link::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 21px;
  background: #fff;
  right: 0;
  top: 9px;
}
.header-bottom div .nav-link:last-child::before {
  display: none;
}
.header-bottom .nav-link:nth-child(5) {
  border: 0;
}
.header-bottom .nav-link.menu-active {
  color: var(--color-orange);
}
.header-bottom .nav-link.menu-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  display: block;
  height: 2px;
  background-color: var(--color-orange);
  right: 0;
  margin: 0 auto;
}
.header-bottom .nav-link {
  position: relative;
}
.header-bottom .nav-link:hover:after {
  width: 30px;
  transition: 0.5s;
}
.header-bottom {
  position: relative;
}
/* .header-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 200px;
  display: block;
  /* transform: rotate(118deg);
  height: 100%;
  background-color: var(--gray);

} */
.header-bottom {
  position: relative;
  padding: 0px 35px;
  background: var(--gray);
}
.header-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  display: block;
  height: 100%;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-right: 49px solid var(--gray);
  border-left: 2px solid transparent;
}

/* banner  */
.banner-slides,
.banner-slider .slick-list {
  
}

.banner-slider {
  overflow: hidden;
}
.banner-slider .text-container {
  position: absolute;
  /* top: 50%; */
  left: 100px;
  max-width: 600px;
  transform: translate(0, 20%);
}
.banner-slides {
  background-size: cover !important;
  width: 100%;
}
.banner-slides h2 {
  color: var(--biege);
  font-size: 36px;
  font-weight: 300;
}
.banner-slides h2 span {
  font-weight: 600;
}
.banner-slides p {
  color: white;
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 0px;
}
.banner-slides {
  position: relative;
  background-position: 100%;
  background-size: cover;
}
.banner-bottom-box {
  border-left: 5px var(--color-orange) solid;
}
.banner a {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: var(--color-white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 25px;
}

/* about us  */
.about h4 {
  font-size: 25px;
  color: var(--color-orange);
  margin-bottom: 10px;
  font-weight: 600;
}
.about h4 + p {
  /*font-size: 20px;*/
  /*font-weight: 500;*/
}
.about p {
  line-height: 30px;
}

/* cabablities */
.cabablities p {
  color: var(--color-white);
}
.cabablities .text-container {
  position: relative;
  z-index: 2;
}
.cabablities h6 {
  font-size: 25px;
  color: var(--color-orange);
  text-transform: capitalize;
}

.cabablities-right {
  text-align: center;
}
.cabablities-right img {
  text-align: center;
  margin-bottom: 20px;
}
.overlay {
  position: relative;
}
.slider-section {
  position: relative;
  z-index: 1;
}
.overlay::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.panel-box {
  padding: 20px;
}
.panel-box img {
  margin-left: auto;
  margin-right: auto;
}
.cabablities-right .panel-box:nth-child(1) {
  border-right: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}
.cabablities-right .panel-box:nth-child(2) {
  border-left: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}
.cabablities-right .panel-box:nth-child(3) {
  border-right: solid 1px #e7e7e7;
}

.cabablities .slick-prev {
  left: 0px;
  left: calc(-100% - -25px);
  bottom: 150px;
  position: absolute;
  top: auto;
}
.cabablities .slick-next {
  left: 0px;
  left: calc(-100% - -73px);
  bottom: 150px;
  position: absolute;
  top: auto;
}
.cabablities .slick-prev::before {
  content: "";
  background: url(../icons/bootstrap-icons/arrow-left.svg);
  background-color: var(--color-orange);
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;

  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50%;
}
.cabablities .slick-next::before {
  content: "";
  background: url(../icons/bootstrap-icons/arrow-right.svg);
  background-color: var(--color-orange);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50%;
}

/* our product  */
.our-product .slick-prev::before {
  content: "";
  background: url(../icons/bootstrap-icons/arrow-left.svg);
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;

  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50%;
  border: solid var(--color-white) 1px;
  border-radius: 50%;
}
.our-product .slick-next::before {
  content: "";
  background: url(../icons/bootstrap-icons/arrow-right.svg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  display: flex;
  border: solid var(--color-white) 1px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-position: 50%;
}

.our-product {
  background: url(../img/product-bg.jpg);
  background-size: auto;
  background-size: cover;
}
.our-product h2 {
  color: var(--color-orange);
  margin-bottom: 30px;
  font-weight: 500;
}
.our-product a {
  padding: 10px 20px 13px;
  border: 1px solid #fff;
  color: var(--color-white);
  text-decoration: none;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 10px;
}
.our-product a:hover {
  border: 1px solid var(--color-orange);
  color: var(--color-white);
}
.our-product a:hover i {
  color: var(--color-white);
}
.our-product a span {
  color: var(--color-orange);
}
.product-slider .slick-slide {
  text-align: center;
}
.product-slider p,
.product-slider h3 {
  color: white;
  margin-top: 20px;
}
.product-slider h3 {
  font-size: 25px;
}
.product-slider img {
  margin: 0 auto;
}
.product-home {
  padding: 0px 25px;
}
.product-home img {
  width: 100%;
}

/* industry-section */
.industry-section {
  text-align: center;
}
.industry-section h2 + p {
  max-width: 500px;
  margin: 0 auto;
}
.industry-section img {
  width: 100%;
}
.image-container {
  position: relative;
}
.image-container h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: var(--color-white);
  margin: 0px;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+41,000000+100&0+41,1+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 41%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: none;
}
.card-section p {
  margin-top: 20px;
  font-size: 18px;
  display: none;
}
.image-container {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;

  overflow: hidden;
}

/* news-letter */

.news-letter p {
  max-width: 500px;
  margin: 0 auto;
}
.news-letter a {
  padding: 5px 25px;
  text-decoration: none;
  color: black;
  margin-top: 15px;
  display: inline-block;
  border: solid 1px orange;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.btn-1 {
  position: relative;
}
.btn-1::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: var(--color-orange);
  left: 0;
  top: 0;
  z-index: -1;
}
.btn-1:hover {
  color: var(--color-white);
}
.btn-1:hover:after {
  width: 100%;
  transition: 0.5s;
}

/* btn-2  */

.btn-2 {
  position: relative;
}
.btn-2::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: var(--color-orange);
  left: 0;
  top: 0;
  z-index: -1;
}
.btn-2:hover {
  color: var(--color-black);
}
.btn-2:hover:after {
  width: 100%;
  transition: 0.5s;
}
/* footer  */
.footer {
  background: var(--light-yellow);
}
.footer a {
  text-decoration: none;
  color: black;
}
.footer .short-link a {
  color: var(--color-black);
}
.address-footer p {
  position: relative;
  padding-left: 41px;
}
.address-footer img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 27px;
}

.social-icons-footer {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
}
.social-icons-footer li {
  list-style: none;
  margin-right: 5px;
}
.social-icons-footer li a {
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 10px;
}

.social-icons-footer li a:hover {
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.pre-footer span {
  color: black;
}

.pre-footer {
  padding-bottom: 10px;
  background-color: var(--biege);
}
.h4.fw-bold {
  color: var(--color-orange);
  font-weight: 500 !important;
}
.light-beige {
  background-color: rgb(254, 248, 245);
}

.padding-hea{
  padding:0px;
}
/* responsive */
@media screen and (max-width: 768px) {
    
  /* .slick-list.draggable , .banner-slides, .banner-slider .slick-list{
    height: auto !important;
  } */
  .logo img {
    width: 250px;
  }
  .padding-hea{
    padding:15px;
  }
  .banner-slides, .banner-slider .slick-list {
    height: auto !important;
  }
  section.banner {
    padding:0px 0px;
    background-size: cover !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-bottom div .nav-link {
    padding: 5px 25px !important;
  }
  .header-bottom {
    position: relative;
    padding: 0px 10px !important;
  }
}

@media screen and (max-width: 1000px) {
    .slick-slide {
  height: 0px!important;
 }
 .slick-slide.slick-active {
    height: 100% !important;  
 }
  .header-bottom .nav-link.active::after {
    display: none;
  }
  .header-bottom .nav-link::after {
    display: none;
  }
  .drop-menu {
    display: none;
  }
  .header-top {
    display: none;
  }
  .header-bottom > div {
    flex-direction: column;
  }
  .banner-slider div.text-container {
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
  }
  .banner a {
    margin: 0 auto;
  }
  .text-container h2 {
    font-size: 20px;
  }
  .text-container p {
    font-size: 15px;
  }
  .banner-bottom-box {
    display: none;
  }
  .about {
    background: none;
  }
  *.pe-xs-0 {
    padding-right: 0 !important;
  }
  .m-mt-10 {
    margin-top: 10px;
  }
   div.banner-slides {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .cabablities .slick-arrow {
    display: none !important;
  }
  .m-py-25 {
    padding: 25px 0;
  }
  .auto-tech{
      padding:125px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-brand.logo {
    width: 250px;
  }
}

@media screen and (min-width: 1200px) {
  
  .logo {
    padding: 0 20px;
  }
  .navbar {
    padding-bottom: 0;
  }
}

.catagories-scroll h4 {
  font-size: 18px;
  color: #666;
  font-weight: 600;
}

.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.fixed-contact {
  position: fixed;
  right: 36px;
  bottom: 100px;
  z-index: 5;
}
.fixed-contact a {
  width: 50px;
  height: 50px;
  display: flex;
  margin: 14px 0px;
  -webkit-animation: 1.5s infinite ease-in-out;
  -moz-animation: 1.5s infinite ease-in-out;
  -ms-animation: trik-anim 1.5s infinite ease-in-out;
  -o-animation: trik-anim 1.5s infinite ease-in-out;
  animation: trik-anim 1.5s infinite ease-in-out;
}

.phocfix {
  background: #2963cd !important;
  padding: 10px;
  border-radius: 50%;
}

@-moz-keyframes trik-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.breadcrumb-area {
  background-size: cover;
  min-height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: url(../img/bg-landing.png);
}

.breadcrumb-area .breadcrumb-wrap {
  text-align: center;
}

.breadcrumb-area .breadcrumb-wrap h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 0px;
  color: #fff;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  margin-bottom: 0px;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li {
  font-size: 16px;
  color: #ff7f47;
  font-weight: 300;
  list-style: none;
  margin-right: 10px;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li a {
  color: #fff;
  text-decoration: none;
}

.contactinfo-page {
  border: 1px solid #dedede;
  padding: 50px;
  text-align: center;
  height: 100%;
  background: #f9f1ee;
}
.contactinfo-page h4 {
  font-size: 24px;
  position: relative;
  margin-bottom: 36px !important;
}
.contactinfo-page h4::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: var(--color-orange);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -11px;
}
.contactinfo-page a {
  font-size: 16px;
}

.allinfo p {
  display: block;
  margin: 0px;
  font-weight: 600;
}

.allinfo a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

header {
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

.contactinfo-page h4 span {
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
}

.btnsumbit {
  background: #333;
  color: #fff;
  border-radius: 0px;
  padding: 8px 40px;
  font-size: 17px;
}

.contactusform input,
.contactusform textarea {
  border-radius: 0px;
}
.contactusform b {
  color: red;
}

.bgproducts {
  background: #013131;
}

.aboutpara p {
  text-align: justify;
}

.arealist p {
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
}

.product-name {
  width: 100%;
  background: #104977;
  color: #fff;
  padding: 10px 15px;
}

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

.h5spects {
  background: #f4834c;
  margin: 0px;
  padding: 7px 10px 10px;
  color: #fff;
  font-weight: 400;
}

.tabs-product-view .nav-link.active {
  background: #fd6a23;
  color: #fff;
}

.tabs-product-view .nav-link {
  color: #333;
  padding: 9px 35px;
}

.btn-dowload {
  background: #2f993a;
  border: 1px solid #14841f;
  color: #fff;
  text-align: left;
  position: relative;
  padding-right: 70px;
}
.btn-dowload h3 {
  font-size: 23px;
  margin: 0px;
}

.btn-dowload span {
}
.btn-dowload img {
  position: absolute;
  right: 10px;
  top: 12px;
  background: #04620e;
  border-radius: 50%;
}
.btn-dowload:hover {
  background: #2f993a;
  border: 1px solid #14841f;
  color: #fff;
  text-align: left;
  position: relative;
  padding-right: 70px;
}

.bg-enquiry {
  background: #f7f4f4;
  border-radius: 5px;
  border: 1px solid #d9d8d8;
}
.bg-enquiry h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.btnsumbit2 {
  background: #333;
  color: #fff;
  padding: 7px 40px 10px;
  font-size: 15px;
  border-radius: 5px;
}

.ads-banner img {
  border-radius: 5px;
}
.ads-banner h4 {
  background: #dfdcdc;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 6px;
  text-align: center;
  font-size: 20px;
  padding: 8px 10px 10px;
}

.iconsinfo img {
  width: 28px;
  position: absolute;
  top: 7px;
  left: 5px;
  opacity: 0.5;
  height: 25px;
}

.ensform input,
.ensform textarea {
  border-radius: 0px;
  padding-left: 40px;
}
.ensform b {
  color: red;
}

.banner-slider .slick-prev {
  left: 35px !important;
  z-index: 2;
  background: #333;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.banner-slider .slick-next {
  right: 35px !important;
  z-index: 2;
  background: #333;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}


.nice-nav {
  width: 250px;
  background:#535252;
  transition:all 0.4s ease-in-out 0s;
  float:left;
}
.nice-nav.open {
    margin-left: -250px;
    display: block;
}
.nice-nav > .user-info {
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 41px;
}
 .nice-nav .user-info .user-name,
.nice-nav .user-info img{float:left;}


.nice-nav> .user-info > .user-name {
  padding: 0px 10px;
}

.user-info > .user-name h5 {
  text-transform: uppercase;
  font-size: 16px;
}

.user-info > .user-name span {
  font-size: 80%;
  color: #555;
  font-style: italic;
}


.nice-nav li.child-menu span.toggle-right {
  text-align: right;
  float: right;
  display: flex;
  position: absolute;
  right: 0;
  padding: 10px 15px 0px;
  top: 0;
  background: #3c3b3b;
  bottom: 0;
}

.nice-nav ul li a {
  padding: 12px;
  background:#535252;
  border-bottom: 1px solid #3c3b3b;
  display: block;
  color: #fff;
  position: relative;
  text-decoration: navajowhite;
}

.nice-nav ul li.child-menu ul {
  background: #aaa;
  display: none;
}

.nice-nav ul li.child-menu ul li a {
  background: #273135;
  padding: 10px 20px;
}
.nice-nav ul {
  padding: 0px;
}
.nice-nav ul li {
  list-style: none;
}
.error{
  color: red;
}

.product_text_limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Number of lines to display */
  -webkit-line-clamp: 3;
  line-clamp: 4;
  /* Adjust height and font styles as needed */
  font-size: 16px;
}

.product-lis a {
  text-decoration: none;
}
.product-img-des.p-3 {
  min-height: 140px;
}
.product-img-main {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.home-panel-box a{
    text-decoration: none;
}
.phocfix img{
    width:30px;
     height:30px;
}
.about-read {
  padding: 6px 25px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  border: 1px solid #666;
}
.customer-support li{
  margin-bottom: 15px;
}



/* new menu */
 .sidebar-nav {
       
        padding: 0 0 0;
      }
      .sidebar-nav h4 {
        color: #e4173e;
        text-transform: uppercase;
        font-size: 20px;
        text-align: left;
        line-height: 40px;
      }
      .sidebar-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0px;
  width: 100%;
}
      .sidebar-nav ul li {
        border-top: 1px dotted rgba(0, 0, 0, 0.4);
        position: relative;
        width: 100%;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
      }
      .sidebar-nav ul li a {
        color: rgba(0, 0, 0, 0.701961);
        padding:13px 0px 13px 13px;
        display: block;
        text-decoration: none;
      }
      .sidebar-nav ul li a:hover {
        text-decoration: none;
        border-bottom: 0;
      }
      .sidebar-nav ul li.selected a {
        color: #004c84;
        font-weight: bold;
        display: block;
        margin-right: 50px;
      }
      .sidebar-nav ul li a.menu-toggle {
        position: relative;
        width: 100%;
        text-align: left;
        border-bottom: 0;
        padding-right: 40px;
      }
      .sidebar-nav ul li a.menu-toggle:after {
        position: absolute;
        right: 15px;
        text-align: middle;
        font-family: FontAwesome;
        font-size: 12px;
        content: "";
        top: 16px;
      }
      .sidebar-nav ul li a.menu-toggle:focus,
      .sidebar-nav ul li a.menu-toggle:hover,
      .sidebar-nav ul li a.menu-toggle:visited,
      .sidebar-nav ul li a.menu-toggle:link {
        border-bottom: 0;
        text-decoration: none;
      }
      .sidebar-nav ul li a.menu-toggle.rotate::after {
        transform: rotate(180deg);
        /* right: 1px; */
      }
      .sidebar-nav ul.sub-menu {
        display: none;
        font-size: 14px;
      }
      .sidebar-nav ul.sub-menu li {
        padding-left: 20px;
      }

      .mobile-nav {
        position: fixed;
        top: 0;
        right: -250px;
        height: 100vh;
        width: 0px;
        transition: position 2.9s;
        -webkit-transition: position 2.9s;
        -moz-transition: position 2.9s;
        -ms-transition: position 2.9s;
        -o-transition: position 2.9s;
        overflow: auto;
        z-index: 5;
        background: #fff;
        -webkit-transition: all 1s;
        min-width: 250px;
      }

      .menu-open {
        right: 0;
        box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
        width: 250px;
        -webkit-transition: all 1s;
      }
.toggle-btn {
  position: relative;
  right: 0;
  top: 0;
  border: 1px solid #dedede;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
  display:none;
}

      .toggle .toggle-menu {
        background-color: white;
      }

      .close-menu {
        position: fixed;
        right: 0;
        top: 37px;
      }

      .menu-shadow {
        width: 0px;
        height: 100%;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 1;
        top:0;
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
      }
      .menu-shadow.show {
        width: 100% !important;
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
      }
      
      /* new menu */
      
      
      @media screen and (max-width: 992px) {
    .toggle-btn {
  display:block;
}
.padding-hea {
  padding: 0px 15px !important;
}
.banner-slides, .banner-slider .slick-list {
  height: auto !important;
}
}

.table-specs table{
    
}
.table-specs table tr td {
  padding: 10px;
  border: 1px solid #dedede;
}
.table-specs table tr th {
  padding: 10px;
  border: 1px solid #dedede;
   background:#fffaed;
}
.product-img-main img{
    height:100%;
}

.mobile-close {
  cursor: pointer;
}
.mobile-close {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  height: 45px;
  background: #d9d3d3;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 16px;
}
.qr-code {
  max-width: 250px;
  margin-bottom:25px;
}
.menu-bold a{
    font-weight:700;
}