.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 60%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, #02698e, transparent);
}
.inner_banner img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.inner_banner h1 {
  color: #fff;
  font-size: 48px;
  margin: 20px 0 10px;
  font-weight: 500;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.inner_banner h1::before {
  position: absolute;
  left: -50px;
  top: -40px;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url(../images/plus1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #fff;
}
.innertxt1 ul,
.banner_txt_in ul {
  list-style: none;
  margin: 0;
}
.innertxt1 ul li,
.banner_txt_in ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
  color: #009b4a;
}
.innertxt1 ul li:last-child,
.banner_txt_in ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after,
.banner_txt_in ul li:after {
  content: "";
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before,
.banner_txt_in ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a,
.banner_txt_in ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}
.innertxt1 h3 a:hover,
.section6_innerpg p,
.tqa_bx p {
  color: #fff;
}

.hm_clients h3,
.ourcertifications h4,
.section3 h4,
.about_why_choose h4 {
  color: #009b4a;
  font-size: 19px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hm_clients h4,
.section3 h5,
.ourcertifications h5,
.about_why_choose h5 {
  color: #000086;
  font-weight: 500;
  line-height: 1.6;
  font-size: 28px;
  margin: 10px 0 40px;
}
.ourcertifications h5 {
  margin-bottom: 20px;
}
.ourcertifications img {
  width: 100%;
  display: block;
}
.ourcertifications .owl-dots {
  left: -53%;
  bottom: 150px;
}

.aboutsection1 p {
  font-size: 21px;
}
/*team*/
.team {
  padding: 60px 0;
  width: 100%;
  display: block;
}
.team h2 {
  color: #143f61;
  font-size: 52px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}
.team h4 {
  color: #143f61;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
}
.team_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}
a.team_bx1 {
  text-decoration: none;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
a.team_bx1 {
}
a.team_bx1 h3 {
  text-transform: uppercase;
  color: #036487;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
a.team_bx1 p {
  color: #5c6770;
  font-size: 18px;
  line-height: 1.4;
}
.team_img {
  position: relative;
  width: 100%;
  display: block;
}
.team_img img {
  width: 100%;
  display: table;
  margin: auto;
}
.team_img span {
  width: 60px;
  height: 60px;
  background-color: #009b4a;
  border-radius: 60px;
  position: absolute;
  right: 30px;
  bottom: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  transition: all 0.3s;
}
a.team_bx1:hover .team_img span {
  background-color: #036487;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #009b4a;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
  z-index: 99;
}
button.close:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.ourpeop {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 40px;
}
.ourpeop img {
  width: 100%;
  display: block;
}
.ourpeop h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #036487;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.ourpeop h4 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  color: #009b4a;
  line-height: 26px;
  padding: 0;
  margin: 0 0 20px;
}
.ourpeop p {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}
.modal-header {
  border: 0;
  min-height: auto;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 9999999;
}
.team_bg {
  background-image: url(../images/contactbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.simple-menu {
  z-index: 9;
  position: sticky !important;
  /* top: 135px; */
  top: 60px;
}
ul.news_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.news_desc {
  padding: 60px 0;
  display: block;
  width: 100%;
}
/*team*/

/*news_desc*/
.insights_body .innertopsection {
  padding-top: 100px;
}
.news_desc_in {
  max-width: 1240px;
  margin: auto;
}
.news_desc_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.news_desc_top img {
  width: 100%;
  display: block;
}
.news_desc h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}
.news_desc h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.news_desc_top a {
  padding: 0px 25px;
  background-color: #009b4a;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  height: 36px;
  border-radius: 20px;
}
.news_desc_top a:hover {
  background-color: #036487;
}
.news_desc h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #036487;
}
/*news_desc*/

/*aboutsection2*/
.aboutsection2 {
  padding: 60px 0;
  width: 100%;
}
.aboutsection2_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.aboutsection2_box {
  background-color: #f3f5f7;
  border-radius: 10px;
  padding: 50px 30px;
}
.aboutsection2_box h3 {
  color: #136a91;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 15px;
  display: flex;
  gap: 0;
  justify-content: baseline;
  align-items: center;
}
.aboutsection2_box h3 img {
  height: 60px;
  margin-right: 15px;
  max-width: 80px;
}
.aboutsection2_box p {
  font-size: 21px;
}
/*aboutsection2*/

/*aboutsection3*/
.aboutsection3 {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
  display: block;
  background-image: url(../images/contactbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.aboutsection3 h2 {
  color: #143f61;
  font-size: 52px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  margin-top: 1;
}
.aboutsection3 h3 {
  color: #143f61;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
}
.aboutsection3_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}
.aboutsection3_box {
  position: relative;
  display: block;
}
.aboutsection3_box img {
  width: 100%;
  display: block;
}
.aboutsection3_box_abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 60px 50px 30px;
}
.aboutsection3_box_abs img {
  max-width: 60px;
  margin-top: 10%;
  position: relative;
  left: 10px;
}
.aboutsection3_box2 .aboutsection3_box_abs img {
  left: 0;
}
.aboutsection3_box_abs h4 {
  text-transform: uppercase;
  color: #036487;
  font-size: 21px;
  margin-top: 35%;
  margin-bottom: 20px;
}
.aboutsection3_box2 .aboutsection3_box_abs h4 {
  color: #009b4a;
}
.aboutsection3_box_abs p {
}
/*aboutsection3*/

/*servicestop*/
.servicestop {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  background-image: url(../images/contactbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  text-align: center;
}
.servicestop h3 {
  color: #143f61;
  font-size: 23px;
  line-height: 1.4;
}
.servicestop img {
  width: 100%;
  display: block;
  margin: 50px 0;
}
.servicestop p {
  font-size: 21px;
}
.servicesbtm {
  padding: 60px 0;
  background-color: #fff;
  width: 100%;
  display: block;
}
.servicesbtm h2 {
  color: #143f61;
  position: relative;
  font-size: 48px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.servicesbtm ul {
  margin-top: 0;
}
.servicesbtm ul li {
  color: #5c6770;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  padding-left: 25px;
  background-image: url(../images/check1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  font-family: "Jost", sans-serif;
}
/*servicestop*/
/*Inhalation1*/
.Inhalation1 {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  background-image: url(../images/contactbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.Inhalation_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.Inhalation_in img {
  width: 100%;
  display: block;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.Inhalation_in_cont h3 {
  font-size: 48px;
  color: #143f61;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}
.Inhalation_in_cont p {
}
/*Inhalation1*/

/*respimat_tech*/
.respimat_tech {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  background-image: url(../images/contactbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.respimat_tech h2 {
  text-align: center;
  font-size: 48px;
  color: #143f61;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
}
.respimat_tech p {
  padding-right: 50px;
}
.respimat_tech img {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 10px;
}
/*respimat_tech*/

/*contactus*/
.contact-section {
  position: relative;
  padding: 60px 0 30px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  background-image: url(../images/contactbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.contact-section .form-column,
.contact-section .info-column {
  position: relative;
  margin-bottom: 40px;
}
.contact-section .info-column .contact-list li,
.default-form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.contact-section .info-column .inner-column {
  position: relative;
}
.contact-section h5 {
  color: #143f61;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
}
.contact-section .info-column p,
.inner-column p {
  position: relative;
  color: #5c6770;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.7;
  margin: 0;
  width: 90%;
  padding-bottom: 0;
}
hr {
  margin: 20px 0;
  border-color: #e9e9e9;
}
.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: block;
  list-style: none;
}
.contact-section .info-column .contact-list li strong {
  position: relative;
  display: block;
  color: #009b4a;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-section .info-column .contact-list li a {
  position: relative;
  color: #00183c;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.contact-section .info-column .contact-list li a img {
  margin-right: 30px;
  margin-top: 10px;
  height: 20px;
}
.contact-section .info-column .contact-list li a:hover {
  color: #000;
}
.contact-section .form-column .inner-column {
  position: relative;
  padding: 0 20px;
  margin-left: 40px;
  z-index: 9;
}
.default-form .form-group {
  display: table;
  outline: 0;
}
.default-form .form-group:last-child {
  margin-bottom: 0;
}
.default-form .form-group input[type="email"],
.default-form .form-group input[type="text"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #000;
  height: 50px;
  font-size: 14px;
  background: #f3f3f3;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
}
label {
  font-weight: 400;
}
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #000;
}
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #000;
  height: 140px;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-one {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  color: #009b4a;
  background: transparent;
  border: 1px solid #009b4a;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  text-transform: uppercase;
}
.btn-style-one:hover {
  background-color: #009b4a;
  color: #fff;
}
.btn-style-one:hover img {
  filter: brightness(0) invert(1);
}
.default-form label {
  font-size: 15px;
  color: #5c6770;
  margin-bottom: 10px;
  font-weight: 400;
}
/*contactus*/

.careertopbx {
  width: 100%;
  display: table;
  padding: 50px 0 30px;
  clear: both;
  position: relative;
  background-color: #fff;
}
/* .careertopbx::before {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      width: 25%;
      height: 100%;
      background-color: #e8e8e8;
    } */
img.hss {
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  width: 35%;
  display: table;
}
.careertopbx img.hss {
  width: 45%;
}
.careertopbx h2 {
  color: #143f61;
  position: relative;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}
.careertopbx p {
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #333;
  margin-bottom: 30px;
}

.careersmainpg {
  background-color: #fbfbfb;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.hditworksbx img {
  width: 250px;
  border: 25px solid #061e4a;
  border-radius: 100%;
}
.hditworksbx p {
  font-size: 18px;
  color: #fff;
  margin-top: 100px;
  text-align: left;
}
.hbefore,
.hbafter {
  position: relative;
}
.hbefore:before {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/right_arrow.png");
  background-repeat: no-repeat;
  top: 85%;
  left: 83%;
  content: "";
  background-size: 100%;
  z-index: 99;
}
.hbafter:after {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/leftt_arrow.png");
  background-repeat: no-repeat;
  top: 85%;
  left: 5%;
  content: "";
  z-index: 99;
  background-size: 100%;
}
.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  list-style: none;
}
.careersmainpg {
  background-color: #f6f6f6;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #009b4a;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #009b4a;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #009b4a;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #02698e;
  color: #fff;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
}
.careersmainpg {
  background-color: #fff;
  display: table;
  padding: 60px 0;
  width: 100%;
  background-image: url(../images/contactbg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.innerservmenu {
  position: sticky;
  top: 89px;
  width: 100%;
  display: flex;
  z-index: 9;
  text-align: center;
  background-color: #fff;
}
.innerservmenu li {
  /* display: inline-flex; */
  display: inline-grid;
  position: relative;
  flex-grow: 1;
  align-items: center;

  color: #009b4a;
  font-size: 16px;
}
.innerservmenu li a {
  text-decoration: none;
  color: #000;
  padding: 20px 15px;
  display: block;
  transition: all 0.3s;
  border-bottom: 2px solid #02698e;
}
.innerservmenu li a:hover,
.innerservmenu li a.active {
  background-color: #02698e;
  color: #fff;
  border-color: #02698e;
}

.innersec1 {
  clear: both;
  width: 100%;
  display: block;
  background-image: url(../images/grad1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #009b4a;
  font-size: 18px;
  line-height: 28px;
  padding: 60px 0;
}
.innersec1 h1 {
  color: #009b4a;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 0;
  text-transform: capitalize;

  position: relative;
}

.innersec1 h1 span {
}
.innersec1 h1 img {
  position: absolute;
  bottom: 0;
  height: 31px;
  left: 35px;
  z-index: -1;
}
.innersec1 h3 {
  color: #009b4a;
  font-size: 21px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;

  margin-top: 0;
}

.innersec1 p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

.testingpg1 {
  padding: 60px 0;
  width: 100%;
  display: block;
}
table tr th,
table tr td {
  border: 1px solid #ccc;
  padding: 12px !important;
  font-size: 19px;
}
.thead-dark {
  background-color: #143f61;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}
.thead-dark tr th {
  font-weight: 400;
}
table tr a {
  text-decoration: underline;
  color: #02698e;
  font-weight: 400;
  font-size: 19px;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner img {
    height: 250px;
    object-fit: cover;
    object-position: center center;
  }
  .innertxt1 ul li {
    font-size: 14px;
  }
  .innersec1 {
    padding: 40px 20px;
  }
  .inner_banner h1 {
    font-size: 32px;
  }
  .bannersh {
    top: 10px;
    width: auto;
  }
  .bannersh img {
    width: 80px;
    height: auto;
  }
  .contact-section {
    padding: 40px 20px;
  }
  .contact-section h5 {
    font-size: 24px;
  }
  .contact-section .info-column p,
  .inner-column p {
    width: 100%;
    font-size: 16px;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    padding: 0;
  }
  .default-form .form-group {
    width: 100%;
  }
  .service_sec1,
  .service_sec2,
  .service_sec3,
  .about_Sec4,
  .testingpg1,
  .Inhalation1 {
    padding: 40px 20px;
  }
  .service_sec1 h3 {
    font-size: 24px;
  }
  .service_sec1 h4 {
    font-size: 16px;
  }
  .section3 h2,
  .service_sec2 h2,
  .service_sec3 h2,
  .about_Sec1_in h2,
  .about_Sec4_in h2,
  .Inhalation_in_cont h3 {
    font-size: 24px;
  }
  .col-sm-6-pad {
    padding: 0;
  }
  ul.tabs,
  .tab_container {
    width: 100%;
    clear: both;
  }
  ul.tabs li {
    width: 100%;
    font-size: 14px;
  }
  .tab_content h3,
  .about_Sec3_in_cont h3 {
    font-size: 24px;
  }
  .about_Sec3_in,
  .about_Sec3_in_cont,
  .about_sec2_col2 .about_Sec2_in_info {
    padding: 20px;
  }
  .about_Sec4_in h2 {
    margin-top: 0;
  }
  .about_Sec4_in img {
    width: 100%;
    margin-top: 20px;
  }
  .about_Sec2_in_info span,
  .about_sec2_col2 .about_Sec2_in_info span {
    position: relative;
    left: auto;
    right: auto;
    transform: translate(0, 0);
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
  }
  .about_Sec2_in_info span img {
    width: 55px;
  }
  .about_sec2_col2 .about_Sec2_in_img {
    margin-top: 20px;
  }
  .innertxt1 {
    padding: 0 40px;
  }
  .inner_banner h1::before,
  .services_box1_in h2.main_heading::before {
    width: 30px;
    height: 30px;
    left: -30px;
    top: -30px;
  }
  .services_box1_in h2.main_heading::before {
    left: 0;
  }
  .careers_qlinks ul,
  ul.product_grid_1,
  .services_box1_in,
  .Inhalation_in,
  .news_desc_top,
  ul.news_grid,
  .aboutsection2_grid,
  .aboutsection3_grid,
  .team_grid,
  .ourpeop {
    grid-template-columns: repeat(1, 1fr);
  }
  .careertopbx,
  .careersmainpg,
  .news_desc,
  .respimat_tech,
  .servicesbtm,
  .servicestop,
  .team {
    padding: 40px 20px;
  }
  .careertopbx h2,
  .careersmainpg h1,
  .news_desc h3,
  .respimat_tech h2,
  .servicesbtm h2,
  .aboutsection3 h2,
  .team h2 {
    font-size: 24px !important;
  }
  .servicesbtm ul {
    margin-top: 30px;
  }
  .servicesbtm ul li {
    background-position: left 5px;
    font-size: 16px;
  }
  .aboutsection1 p,
  .aboutsection2_box p,
  .aboutsection3 h3,
  .team h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  .aboutsection2,
  .aboutsection3 {
    padding: 40px 20px;
  }
  .simple-menu {
    display: none;
  }
  .respimat_tech p {
    padding: 0;
  }
  .servicestop h3 {
    font-size: 18px;
  }
  .servicestop p {
    font-size: 16px;
    line-height: 1.4;
  }
  .jobdescripp {
    padding: 20px !important;
  }
  .careertopbx p {
    font-size: 16px;
    line-height: 1.6;
  }
  .services_box1_in {
    gap: 40px;
  }
  .services_box1_in_2 {
    padding: 30px 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .services_box2 .services_box1_in img {
    top: 0;
  }
  .contact_bottom h5 {
    font-size: 21px;
  }
  .service_sec1 h3 {
    font-size: 14px;
  }
  .inner_clients1 h2.main_heading,
  .services_box1_in h2 {
    font-size: 24px;
  }
  .inner_clients1 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_client img {
    height: auto;
    width: 100%;
  }
  .service_sec1 h4 span {
    font-size: 16px;
  }
  .prje_flex {
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
  }
  .ourpolicy {
    padding: 50px 20px;
  }
  .ourpolicy .projdesc_5 {
    margin-top: 20px;
  }
  .services_box1 {
    padding: 40px 20px;
  }
  .banner_txt_in {
    width: 100%;
  }
  .carousel-inner .item img {
    height: 75vh;
    object-fit: cover;
    object-position: center center;
  }
  .products_top {
    padding: 30px;
  }
  .products_top_in h4 {
    font-size: 16px;
    width: 100%;
  }
  .hm_clients h4 {
    font-size: 18px;
  }
  .service_sec1 h4 {
    width: 100%;
  }
  .ourpolicy img {
    margin-top: 20px;
  }
  .teambox_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .teambox,
  .about_why_choose {
    padding: 50px 20px;
  }
  .teambox h2 {
    width: 100%;
    font-size: 24px;
  }
  .about_why_choose h5 {
    font-size: 21px;
  }
  .about_why_choose .banner_r_more {
    position: relative;
    bottom: auto;
    margin: 20px 0;
  }
  .about_Sec2 {
    padding: 40px 20px;
  }
  .about_Sec2_in_info {
    padding: 0;
  }
  .about_Sec2_in .row {
    margin-bottom: 30px;
  }
  .about_Sec2_in_img img {
    width: 100%;
  }
  .about_Sec2_in_img img {
    margin-bottom: 0;
  }
  .milestones h4 {
    font-size: 24px;
  }
  .milestones ul::before {
    width: 80%;
  }
  .ourcertifications {
    padding: 40px 20px;
  }
}
