.ourproduct-section {
  padding: 4rem 0 2.6rem;
}

.ourproduct-section p {
  max-width: 1100px;
  margin: auto;
} 

.product-menu {
  text-align: center;
  margin-bottom: 3rem;
  overflow: auto;
}

.tab {
  display: inline-flex;
  background-color: #f0f0f0;
  border-radius: 46.243px;
  padding: 0.6rem;
}

.main-page ul.tab{
  list-style: none;
  padding: 0.6rem;
  margin: 0;
}
.main-page ul.tab li{
  margin: 0;
}

.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 44px;
  /* background  : #B3D236; */
  display: flex;
  padding: 1.3rem 2.8rem;
  justify-content: center;
  align-items: center;
  color: #2d2d2d;
  /* font-size   : 15.431px; */
  font-weight: 600;
  letter-spacing: 0.312px;
}

.tab button.active,
.tab button:hover {
  background-color: #b3d236;
}

.btn.header-btn{
  background-color: #b3d236 !important;
}

.tabcontent {
  display: none;
  /* padding: 6px 12px; */
  /* border : 1px solid #ccc; */
  border-top: none;
}

/* card  */

.people-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

.peopleslide {
  max-width: 100%;
  width: 100%;
}

.people-slider .people-card-body {
  border-radius: 22px;
  background: #fff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  /* margin-bottom     : 2rem; */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.people-card {
  padding: 2rem;
  border-radius: 23px;
  border: 2px solid #f1f1f1;
  background: var(--White, #fff);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  gap: 10px;
}

.career-body {
  gap: 1rem;
}

.career-des span, .people-card div span {
  color: #4A4A4A;
  font-size: 19px;
  font-weight: 600;
  line-height: 38px;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.career-more-btn {
  text-align: center;
  margin-top: 2rem;
}

.career-more-btn a.btn.career-btn {
  background-color: #FFF;
  color: #000;
  letter-spacing: 0.364px;
border: 1px solid #999;
}

.career-more-btn a.btn.career-btn:hover {
  background-color: #B3D236;
  border-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.career-des.career-des-title {
  flex: 0 0 32%;
}

.career-des.career-des-title span{
  text-wrap: wrap;
}

.career-des-title span {
  font-weight: 400;
}

.career-arrow {
  padding-right: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.peopleslide:hover .career-arrow {
  padding: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.people-card a .apply-btn {
  color: var(--blue, #3B4498);
}

.people-img img {
  max-width: 119px;
  width: 100%;
  height: auto;
}

/* .people-name {
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 25px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */
.people-name {
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .people-position {
  color: #7a7a7a;
  font-size: 12px;
  margin-bottom: 6px;
} */

/* .people-email {
  margin-top: 6px;
  margin-bottom: 10px;
} */

/* .people-email,
.people-education {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
} */

.people-des-box {
  flex: 0 0 52.2%;
  max-width: 100%;
}

.people-slider .slick-track div.peopleslide:last-child {
  margin-top: 12rem;
}

.people-slider .people-card-body:hover {
  fill: #fff;
  filter: drop-shadow(0px 0px 30px rgba(72, 72, 72, 0.08));
}

.people-slider .people-card-body:hover .people-card {
  border-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/* .people-slider .people-card-body:hover .people-name {
  color: var(--blue, #3b4498);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
} */

/* .people-slider .people-card-body .people-linkedin svg path {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
} */

/* .people-slider .people-card-body:hover .people-linkedin svg path {
  fill: #b3d236;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
} */


.whistle-page p {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  /* 181.25% */
  letter-spacing: 0.364px;
}

/* .whistle-section h3 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
} */

.whistle-section ol {
  list-style: auto;
  padding-left: 1rem;
  margin-left: 5px;
}

.whistle-section ul {
  list-style: disc;
  padding-left: 1rem;
  margin-left: 5px;
}

.defination p span {
  font-weight: 700;
  display: inline-block;
}

.policy-section {
  margin: 3rem 0 0;
  padding: 3rem 0;
}

.work-view img {
  max-width: 221px;
  max-height: 329px;
}

/* .pdf-view {
  border-radius: 5px;
  background: var(--blue, #3B4498);
  box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.05);
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding: 1rem 1.5rem;
  gap: 0.5rem;
} */


/* .ourproduct-section {
  padding: 3rem 0 4rem;
} */

.ourmix-img,
.ourmix-des {
  flex: 0 0 50%;
  max-width: 100%;
}

.work-section .ourmix-des {
  flex: 0 0 70%;
}

.environment-body div.our-mix:nth-child(odd) {
  flex-direction: row-reverse;
}

.environment-body div.our-mix {
  padding: 1rem 0;
}

.environment-body {
  gap: 5rem;
}

.ourmix-img span {
  position: relative;
}

/* .ourmix-img span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 2px solid #b3d236;
  top: 15px;
  left: 15px;
  z-index: -1;
} */

/* .ourmix-img img {
  max-width: 600px;
  max-height: 400px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
} */

.qehs-section {
  padding-top: 5rem;
}

.qehs-section .our-mix {
  gap: 1rem;
  margin: 1.5rem 0;
}

.qehs-section .our-mix span::before {
  /* position: unset; */
  display: none;
}

.qehs-section .ourmix-img img {
  width: 462px;
  height: 462px;
  border-radius: 110px;
  transform: rotate(-5deg);
  display: block;
}

.ourmix-img span::after {
  content: '';
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 98%;
  height: 98%;
  border-radius: 121px;
  background: var(--Green, #B3D236);
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  z-index: -1;
}

a.btn.career-btn {
  display: inline-flex;
  padding: 11px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0px solid #999;
  background: var(--Green, #B3D236);
}


/* modal start */

/* .map-details-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.54);
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.modal-container{
  max-width: 1400px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.map-details-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.54);
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.modal-container {
  max-width: 1400px;
  padding: 1rem;
  width: 100%;
  margin: auto;
  min-height: calc(100% - (1.75rem*2));
}

.modal-body {
  position: relative;
  border-radius: 14.493px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 48.3097px 0px rgba(0, 0, 0, 0.20);
  padding: 2rem;
  padding-top: 3rem;
}

.close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.close-button-modal:hover{
  transition: 0.3s;
}

.close-button-modal:hover{
  transition: 0.3s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.close-button .button svg{
  width: 30px;
  height: 30px;
}

.city-name{
  color: var(--blue, #3B4498);
font-size: 28.986px;
font-weight: 600;
letter-spacing: 0.58px;
margin-bottom: 1rem;
margin-top: 1rem;
}

.modal-address a{
  gap: 1rem;
}

.modal-address a span{
  color: var(--blue, #3B4498);
  font-size: 19.324px;
  font-weight: 500;
  line-height: 28.02px; /* 145% */
  letter-spacing: 0.352px;
}

.modal-address a span.office-number{
  color: #000;
}

.modal-address span img {
  width: auto;
  height: 22px;
}

.modal-add-middle{
  margin-top: 0.9rem;
  margin-bottom: 1.5rem;
}

.manu-modal-gallary{
  gap: 1.5rem;
}

.manu-modal-gallary span{
  flex: 0 0 auto;
  position: relative;
}

.manu-modal-gallary span video,
.manu-modal-gallary span img {
  border-radius: 8px;
  max-width: 250px;
  width: 250px;
  height: 100%;
}

.manu-modal-gallary span .tap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.load-more-btn{
  color: #000;
text-align: center;
font-size: 15.459px;
font-weight: 500;
letter-spacing: 0.352px;
margin-top: 1.5rem;
}
/* modal end */

.h3-style span{
    text-indent: -15px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 24px;
}

.row {
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  margin-right : -15px;
  margin-left  : -15px
}

.col-12,
.col-6 {
  position     : relative;
  width        : 100%;
  min-height   : 1px;
  padding-right: 15px;
  padding-left : 15px;
}

.col-12 {
  -ms-flex : 0 0 100%;
  flex     : 0 0 100%;
  max-width: 100%
}
.col-md-6 {
  -ms-flex : 0 0 50%;
  flex     : 0 0 50%;
  max-width: 50%
}

/* style.min2 */

.form-group {
  margin-bottom: 18px
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px
}

.form-control {
  height: 45px;
  padding: 10px;
  font-size: 16px;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  resize: unset;
  width: 100%;
  display: block;
}

.card-letsconnect {
  background: #fff;
  border: 0;
  box-shadow: 0 0 70px -20px #ddd;
  padding: 4rem 2rem;
  margin-top: 0.5rem;
}

.form-control .fa-2x {
  font-size: 1.5em;
}

.form-control .filename {
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}

.filepreview {
  position: relative;
  margin-top: 0.5rem;
}

.open-roles-content h3{
  /* font-size: 30px; */
  font-size: 22px;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.open-roles-content ul{
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

textarea.form-control {
  height: 100%;
}

.filepreview label.filepreviewbg {
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: auto;
  width: 45px;
  height: 43px;
  margin: 0;
  border: 0;
  background-color: #f9f9f9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-control:focus {
  outline: 0;
  background: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #80bdff
}

.about-sec-list,
.blog-details-info p {
  font-size: 17px
}

.sec-title .h2-style,
.sec-title.sec-title-blue .row .h2-style b {
  font-size: 40px;
  line-height: 1.2
}

.happen-form-content {
  margin-left: -100px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.section-index-form-title {
  padding-top: 2rem
}

.card-letsconnect .happen-form-content .contact-zoho-form {
  height: 100%;
  display: inline-block
}

.sec-title .happen-form-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 8px;
  text-align: center
}

.sec-title .h2-style b {
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: var(--paragraph-color)
}

.sec-title .h2-style:before {
  content: "";
  border: 20px solid var(--primary);
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  z-index: 0;
  margin: 0;
  -webkit-animation: 10s linear infinite movebounce;
  animation: 10s linear infinite movebounce;
  transform: translateX(15px);
  transform: translateY(-15px);
  opacity: .5;
  left: 5px
}

.dropdown .dropdown-content {
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0/10%);
  box-shadow: 0 0 30px 0 rgb(0 0 0/10%);
  background: #fff;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 300px;
  z-index: 99;
  padding: 5px;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  pointer-events: none
}

.open-roles-title {
  border-bottom: 2px solid;
  margin-bottom: 1rem;
}
/* style.min2 end */

.filepreview input {
  cursor: pointer !important;
  display: block;
  font-size: 10px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

/* blog close button  */
.button.close-button-modal {
  top: 0rem;
  right: 0rem;
  z-index: 9;
}

@media (max-width: 1440px) {
  .people-slider {
    gap: 2rem;
  }

  .qehs-section .ourmix-img img {
    width: 430px;
    height: 430px;
  }

  .environment-body div.our-mix {
    gap: 1rem;
  }

  .environment-page p {
    font-size: 14px;
    line-height: 1.6rem;
    margin-bottom: 8px;
  }

  .environment-body {
    gap: 4rem;
  }

  /* .qehs-section .ourmix-img img {
      width: 480px;
      height: 340px;
    } */

  .qehs-section .ourmix-img,
  .qehs-section .ourmix-des {
    flex: 0 0 47%;
    max-width: 100%;
  }

  .people-name {
    font-size: 22px;
    font-weight: 600;
  }

  .career-des span,
  .people-card div span{
    font-size: 16px;
    line-height: 26px;
  }

  .career-body {
    gap: 1.5rem;
  }

  .people-card {
    gap: 6px;
  }
}

@media (max-width: 1299px) {
  .sec-title .h2-style, .sec-title.sec-title-blue .row .h2-style b {
    font-size: 34px;
    line-height: 1.2;
}

.open-roles-content h3 {
  font-size: 24px;
}
}

@media (max-width: 1199px) {
  /* .people-email,
  .people-education {
    font-size: 12px;
  } */

  .people-card {
    padding: 1.5rem;
  }

  .qehs-section .ourmix-img img {
    width: 400px;
    height: 400px;
  }

  .environment-body {
    gap: 3rem;
  }

  .qehs-section {
    padding-top: 3rem;
  }

  .people-slider {
    gap: 1rem;
  }

  .col-md-6{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .card-letsconnect {
    max-width: 500px;
    margin: auto;
    margin-top: 1rem;
}
}

@media (max-width: 1099px) {
  .qehs-section .ourmix-img img {
    width: 380px;
    height: 380px;
  }

  .environment-page p {
    font-size: 13px;
    line-height: 1.4rem;
  }

  .environment-body {
    gap: 2.5rem;
  }

  .people-slider {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .tab button {
    font-size: 13px;
    padding: 0.6rem 1rem;
  }

  .product-menu {
    text-align: center;
  }

  .ourproduct-section {
    padding: 3rem 0 2rem;
  }

  .environment-body div.our-mix:nth-child(odd),
  .environment-body div.our-mix {
    flex-direction: column;
    text-align: center;
  }

  .environment-body div.our-mix h2 {
    text-align: center;
  }

  .ourmix-img,
  .ourmix-des {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .work-section .ourmix-des {
    flex: 0 0 100%;
}

.whistle-dowload {
  width: 100%;
}

.work-view{
  justify-content: center;
}

  /* .ourproduct-section {
    padding: 2rem 0 1rem;
  } */

  .qehs-section .our-mix {
    gap: 3rem;
    margin: 3rem 0 0;
    flex-direction: column;
  }

  /* .whistle-section h3 {
    font-size: 18px;
} */

  .policy-section .our-mix {
    flex-wrap: wrap;
    justify-content: start;
    /* align-items: center; */
    gap: 1rem;
  }

  /* .card-letsconnect {
    max-width: 80%;
} */
}

@media (max-width: 767px) {
  .tab button {
    font-size: 12px;
    /* padding: 0.6rem 1rem; */
  }

  .ourproduct-section {
    padding: 2rem 0 2rem;
  }

  .people-slider {
    grid-template-columns: 1fr 1fr;
  }

  .policy-section .our-mix {
    justify-content: center;
    align-items: center;
  }

  .policy-section .ourmix-des p,
  .policy-section .ourmix-des h3 {
    text-align: center;
  }

  .work-section .ourmix-des {
    flex: 0 0 auto;
  }

  .people-name {
    font-size: 18px;
  }

  .career-des span,
  .people-card div span{
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 660px) {
  .people-slider {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 567px) {
  .people-slider {
    gap: 1rem;
  }

  .people-img img {
    max-width: 90px;
  }

  .people-name {
    font-size: 16px;
  }

  /* .people-position {
  font-size: 11px;
  margin-bottom: 5px;
} */

  /* .people-email {
  margin-top: 2px;
  margin-bottom: 8px;
} */

  .ourmix-img span {
    flex: unset;
  }

  .environment-page p {
    font-size: 12px;
    line-height: 1.2rem;
  }

  /* .pdf-view {
  border-radius: 4px;
  font-size: 15px;
  padding: 0.6rem 1rem;
} */

  .policy-section {
    margin: 2rem 0 0;
    padding: 2rem 0;
  }

  .sec-title .h2-style, .sec-title.sec-title-blue .row .h2-style b {
    font-size: 28px;
    line-height: 1.2;
}
}

@media (max-width: 476px) {
  .product-menu {
    /*width: 100%;
  */
    border-radius: 8px;
    /*max-width          : 740px;
  */
    overflow: auto;
    /* background-color: #f0f0f0; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .tab {
    display: inline-flex;
    justify-content: center;
    /* border-radius: 46.243px; */
    padding: 0.6rem;
    /* overflow     : scroll; */
    /* width: 430px; */
    /* width        : 100%; */
  }

  .people-slider {
    grid-template-columns: 1fr;
  }

  .qehs-section .ourmix-img img {
    border-radius: 70px;
    width: 340px;
    height: 340px;
  }
}

@media (max-width: 420px) {
  .qehs-section .ourmix-img img {
    width: auto;
    height: auto;
    border-radius: 70px;
    /* object-fit     : contain; */
    /* object-position: center; */
    max-width: 100%;
    max-height: 100%;
  }

  .modal-body {
    padding: 1rem;
    padding-top: 3rem;
}
}

.celebration-card-item {
    margin: 10px !important;
}