/* mobile header */

.mob_header {
  display: none;
  position: fixed;
  width: 100%;
  left: -100%;
  height: 100vh;
  top: 100px;
  overflow-y: auto;
  backdrop-filter: blur(10px);
  background: #00000061;
  transition: all 0.5s;
}

.mob_header.active {
  left: 0;
  z-index: 100;
  display: block;
}

.hamburger {
  display: none;
  position: relative;
}

.menu-icon {
  width: 35px;
  height: 35px;
  position: relative;
}

.menu-icon .line-toggle {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #fff;
  transition: all 0.6s;
}

.menu-icon .line-toggle:first-child {
  transform: translateY(-30px) translateX(-12px);
  width: 41px;
  transition-delay: 0s;
  top: 36px;
  left: 6px;
}

.menu-icon .line-toggle:nth-child(2) {
  transition-delay: 0.12s;
}

.menu-icon .line-toggle:last-child {
  transform: translateY(30px) translateX(-22px);
  width: 25px;
  transition-delay: 0s;
  bottom: 35px;
  top: auto;
  left: 32px;
}

/* .menu-icon.active .line-toggle:first-child {
  transform: translateY(0) translateX(-12px) rotate(45deg);
  width: 30px;
  transition-delay: 0s;
  top: 12px;
  left: 6px;
  transition-delay: 0.1s;
}

.menu-icon.active .line-toggle:nth-child(2) {
  transform: translateX(90px);
  transition-delay: 0s;
}

.menu-icon.active .line-toggle:last-child {
  transform: translateY(27px) translateX(-25px) rotate(-45deg);
  width: 30px;
  transition-delay: 0s;
  bottom: 46px;
  top: auto;
  left: 20px;
  transition-delay: 0s;
} */
.headSideMenu ul li:not(:last-child) {
  margin-bottom: 30px;
}

.headSideMenu ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 25px;
}

/* product details styling */
/* product details second section */

.pd-second-section {
  padding: 100px 0px;
  border-radius: 108px 108px 0px 0px;
  background: #eafaff;
  margin-top: -180px;
  position: relative;
}

.pd-second-section .img-con {
  background: unset;
}

.pd-second-section .img-con,
.pd-second-section .text-con {
  height: 100%;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
}

.pd-second-section .img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pd-second-section .text-con {
  background-image: url(../inner-img/pattern-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 48px;
  color: #fff;
  font-family: Poppins;
}

.single-recycle_metals .pd-second-section .text-con {
  text-align: left;
}

.single-recycle_metals .pd-second-section .text-con p {
  padding: 0;
}

.pd-second-section .text-con .text-head {
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 16px;
}

.pd-second-section .text-con p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* product details third section */

.pd-third-section .sec-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #000;
  text-align: center;
  font-family: Poppins;
}

.pd-third-section .sec-header .sec-head {
  font-size: 45px;
  font-weight: 500;
}

.pd-third-section .sec-header p {
  font-size: 18px;
  font-weight: 400;
}

.pd-third-section .content .box-con {
  border-radius: 20px;
  border: 1px solid #0000002d;
  padding: 24px;
  margin-top: 24px;
  font-family: Poppins;
  height: 170px;
  transition: all 0.4s ease-in-out;
}
.pd-third-section .content .box-con p {
  margin: 0;
}

.pd-third-section .content .box-con:hover {
  box-shadow: 15px 20px 41px 0px rgba(0, 0, 0, 0.16);
  background-image: url(../images/hover-bg.png);
  border-color: transparent;
}

.pd-third-section .content .box-con:hover .box-head {
  color: #0584a1;
}

.pd-third-section .content .box-con .box-head {
  color: #43c206;
  font-size: 30px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.pd-third-section .content .box-con p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

/* product details fouth section */

.pd-fourth-section {
  background: #def6d1;
}

.pd-fourth-section .sec-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Poppins;
}

.pd-fourth-section .sec-header .sec-head {
  font-size: 45px;
  font-weight: 500;
}

.pd-fourth-section .sec-header p {
  font-size: 18px;
  font-weight: 400;
}

/* tab section */
.pd-fourth-section .listWrap {
  margin-top: 50px;
  position: relative;
}

.pd-fourth-section ul.tabs {
  background: none !important;
  border: none !important;
  display: flex;
  /* justify-content: left; */
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding-left: 0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
  position: relative;
  margin: auto;
}

.pd-fourth-section ul.tabs::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: rgba(0, 0, 0, 0.25);
}

.pd-fourth-section ul.tabs li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  padding: 12px 0px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.pd-fourth-section ul.tabs li.active {
  border-bottom: 2px solid #1b9ebc;
  color: #1b9ebc;
}

.pd-fourth-section .listContBox {
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}

.pd-fourth-section .listContBox .tab_content {
  display: none;
}

.pd-fourth-section .listContBox .tab_content.active {
  display: inline-block;
}

.pd-fourth-section .listContBox .tab_content .content {
  margin-top: 60px;
}

.pd-fourth-section .listContBox .tab_content .content .img-con {
  position: relative;
}

.pd-fourth-section .listContBox .tab_content .content .img-con img {
  top: -30px;
  position: relative;
  z-index: 1;
  width: 500px;
  height: 400px;
  object-fit: contain;
  margin: 0px auto;
  display: flex;
}

.pd-fourth-section .listContBox .tab_content .content .img-con::after {
  position: absolute;
  content: "";
  height: 300px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #a4e2ff;
  border-radius: 35px;
  box-shadow: 27px 67px 80px 12px rgba(0, 0, 0, 0.09);
}

.pd-fourth-section .listContBox .tab_content .text-con {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #000;
  font-family: Poppins;
}

.pd-fourth-section .listContBox .tab_content .text-con .box-head {
  font-size: 30px;
  font-weight: 600;
}

.pd-fourth-section .listContBox .tab_content .text-con p {
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.pd-fourth-section .listContBox .tab_content .text-con p .counter {
  margin: 0px 8px;
}

.pd-fourth-section .listContBox .tab_content .text-con .info p {
  border-radius: 8px;
  background: #36b307;
  padding: 16px;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

/* product details fifth section */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  color: #dc3232 !important;
  font-family: Poppins;
}

/* career page form */

/***** css *****/

.fileUpldDiv {
  width: 100%;
  margin-bottom: 35px;
}



.filelabel {
  width: 100%;
  border-radius: 5px;
  display: block;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  margin: 0;
}

.uploadInput {
  position: relative;
}

.uploadTxt {
  text-align: left;
  padding: 0 20px;
  position: absolute;
  background-color: #f0f0f0;
  font-weight: 400;
  font-size: 16px;
  color: #5e5e5e;
  height: 60px;
  border: none !important;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#FileInput1,
#FileInput2 {
  opacity: 0;
  width: 100%;
  height: 60px;
  cursor: pointer;
}

.formCondition {
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: #0075ff;
}

.fileUpldDiv p {
  margin-bottom: 0;
}

.home .core_val_para {
  width: 80%;
  margin: 0 auto;
}
.each-card .flip-card-inner .flip-card-back .inline-span {
  justify-content: left;
}

.page-template-template_about-us .chairmanMsg .chairmanImgBx {
  background-image: url(../images/flip-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 45px;
}

.page-template-template_about-us .chairmanMsg .chairmanTxtBx {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../inner-img/pattern-bg.png);
  border-radius: 45px;
  padding: 20px 30px;
}
.chairmanTxtImg {
  width: 90px;
  height: auto;
  margin-left: auto;
}
.chairmanTxtImg img {
  width: 100%;
  height: 100%;
}
.chairmanTxtInn p {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

.chairman-designation {
  width: 40%;
  margin-left: auto;
}
.chairmanMsgDiv {
  justify-content: center;
}
.chairman-designation .chairman-designation-name {
  color: #fff;
}
.chairman-designation p {
  color: #fff;
}
/* Responsive */

@media (max-width: 1440px) {
  .pd-second-section .text-con {
    padding: 40px 30px;
  }
}

@media (max-width: 1400px) {
  .pd-fourth-section .listContBox .tab_content .content .img-con img {
    width: 500px;
    height: 400px;
  }
}

@media (max-width: 1199px) {
  .pd-second-section .row {
    row-gap: 40px;
  }

  .productDetPg .abt-second-section .content p {
    padding: 0px 2%;
  }

  /* .pd-fourth-section ul.tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 15px;
  } */

  .pd-fourth-section ul.tabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .pd-fourth-section ul.tabs::-webkit-scrollbar-track {
    background-color: #ccc;
  }

  .pd-fourth-section ul.tabs::-webkit-scrollbar-thumb {
    background-color: #36b307;
  }

  .pd-fourth-section ul.tabs li {
    min-width: 200px;
  }

  .pd-fourth-section .listContBox .tab_content .content .img-con img {
    width: 350px;
    height: 400px;
  }

  .pd-fourth-section .listContBox .tab_content .content {
    margin-top: 10px;
  }

  .pd-second-section .img-con,
  .pd-second-section .text-con {
    height: auto;
  }

  .pd-fourth-section ul.tabs{
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
  }

  .pd-fourth-section ul.tabs::after{
    bottom: 0;
  }
}

@media (max-width: 1024px) {
  .mob_header {
    display: block;
  }

  .headerMiddle,
  .social {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .headerMain .hamburger {
    display: none;
  }

  .is-sticky .headerMain {
    padding: 10px 15px !important;
  }

  .header {
    justify-content: center !important;
  }

  .header .social {
    position: fixed;
    right: 0px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 50;
    justify-content: end;
    flex-direction: column;
    padding: 0;
    gap: 8px;
    border-radius: 0;
    border: none;
  }

  .header .social .social-link {
    background: #2e9100;
    border-radius: 50%;
    margin: 0;
  }

}

@media (max-width: 991px) {
  .pd-second-section .img-con,
  .pd-second-section .text-con {
    height: auto;
  }

  .pd-second-section .text-con .text-head {
    font-size: 30px;
  }

  .pd-second-section .text-con p {
    font-size: 16px;
  }

  

  .pd-second-section {
    border-radius: 70px 70px 0px 0px;
    margin-top: -80px;
    padding: 60px 0px;
  }

  .innerBanner {
    padding-top: 200px;
    height: 550px;
  }

  .bcm .pg-head {
    font-size: 35px;
  }

  .pd-third-section .sec-header .sec-head {
    font-size: 35px;
  }

  .pd-fourth-section .listContBox .tab_content .content .img-con::after {
    height: 100%;
  }

  .pd-fourth-section .listContBox .tab_content .content .img-con img {
    top: 0;
  }

  .pd-fourth-section .listContBox .tab_content .text-con {
    padding-top: 30px;
  }

  .pd-fourth-section .listContBox .tab_content .text-con .info p {
    padding: 10px 15px;
    font-size: 16px;
  }

  .pd-fourth-section .listContBox .tab_content .text-con p {
    font-size: 16px;
  }

  .sec-head {
    font-size: 35px !important;
  }

  .main-page-footer .content .card .card-right {
    display: none;
  }

  .main-page-footer .content .card .card-left {
    text-align: center;
  }

  .main-page-footer h2.secH {
    text-align: center;
  }

  .main-page-footer .more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
  }
}

@media (max-width: 767px) {
  .pd-second-section .text-con .text-head {
    font-size: 25px;
    padding-bottom: 8px;
  }

  .pd-second-section .text-con {
    padding: 25px 20px;
  }

  .pd-second-section .text-con p {
    font-size: 15px;
  }

  .bcm .pg-head {
    font-size: 30px;
  }

  .sec-head {
    font-size: 30px !important;
  }

  .pd-third-section .sec-header {
    gap: 12px;
  }

  .sec-header p {
    font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .bcm .pg-head {
    font-size: 25px;
  }

  .bcm .pg-link .link {
    font-size: 14px;
  }

  

  .pd-fourth-section .listContBox .tab_content .content .img-con img {
    width: 300px;
    height: 350px;
  }

  .home .core_val_para {
    width: 100%;
}
}

.single-recycle_metals .pd-fourth-section {
  background: #fff;
}

.single-recycle_metals .pd-fifth-section.fifth-section {
  background: #def6d1;
}

.page-template-template_career .rightContentWrap ul li .rightTxt ul li:not(:last-child) {
  margin-bottom: 18px;
}
.page-template-template_career .rightContentWrap ul li:not(:last-child) {
  margin-bottom: 35px;
}
.page-template-template_career .rightContentWrap ul li .rightTxt ul.jbLst li {
  position: relative;
  padding-left: 16px;
}
.page-template-template_career .rightContentWrap ul li .rightTxt ul.jbLst li:not(:last-child) {
  margin-bottom: 12px;
}
.page-template-template_career .rightContentWrap ul li .rightTxt ul.jbLst li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
