/* section 2 */
.healthcare-page h1 {
  font-weight: 300;
  color: #484848;
}

.photobox_type8 .photobox__previewbox:before {
  background-color: var(--photoboxOverlay, rgba(240, 214, 119, 0.86));
}

.textile-bg {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/textile/background-im.jpg");
  height: 650px;
}

.bread-crumb {
  margin-top: -66px;
  margin-left: 15px;
  list-style: none;
  display: -webkit-box;
}

.menuheadingblck {
  position: absolute;
  left: 5%;
  top: 2%;
  color: #424242;
}

.fNb-top-para {
  position: relative;
  font-size: 21px;
  text-align: justify;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 10%;
  padding-right: 10%;
}

.txt2 {
  padding-bottom: 3%;
}

.hvr-rectangle-out::before {
  background: #f7dc94;
}

.hvr-sweep-to-right::before {
  background: #00cbd2;
}

.bold-h1 {
  font-weight: 600;
  color: #b3972c;
}

.inner-logo {
  position: absolute;
}

.paperplane {
  background-color: #f7dc94;
}

.centeralign {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-tag {
  font-size: 27px;
  font-weight: 100;
}

.sect2 {
  padding-right: 42px;
  padding-left: 42px;
}

.sect2para {
  position: absolute;
  right: 138px;
  top: 225px;
  width: 623px;
}

.sect2para p {
  text-align: justify;
  padding-top: 20px;
  font-size: 21px;
}

.menuheading {
  position: absolute;
  left: 5%;
  top: 2%;
  color: #fff;
  text-shadow: -1px 1px 5px #484848;
}

.healthvid {
  margin-top: 60px;
  margin-bottom: 120px;
  margin-right: 90px;
  margin-left: 90px;
}

.right {
  text-align: justify;
  direction: rtl;
}

.left {
  text-align: justify;
}

.plant {
  position: absolute;
  top: 41px;
  left: 37px;
  width: 26%;
}

.pad-right {
  padding-right: 100px;
}

.plane {
  position: absolute;
  width: 30%;
  top: 31%;
}

.inq-btn {
  position: absolute;
  background: linear-gradient(to right, #00cbd2, #5d9301);
  top: 56%;
  height: 41px;
  width: 180px;
  border: none;
  cursor: pointer;
}

.inq-btn p {
  font-size: 22px;
  padding: 2px;
  color: #fff;
}

.no {
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  top: 67%;
}

.shadoww {
  position: absolute;
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  width: 223px;
  height: 10px;
  border-radius: 50%;
  top: 76%;
}

.pad-left {
  padding-left: 100px;
}

.para {
  font-size: 22px;
}

.contactsect {
  margin-top: 100px;
}

.contact-healthcare {
  height: 315px;
  margin: 3px;
  margin-top: 30px;
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/healthcare/contact-bckrnd.jpg");
}

.contact-healthcare h1 {
  padding-top: 30px;
  margin-left: 35px;
}

.contact-para {
  margin-bottom: 5px;
}

.contact1 {
  margin-top: 25px;
}

.contact-text {
  position: absolute;
  padding-top: 286px;
  color: #7c7c7c;
}

.imgcurve {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.imgcurve-right {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}

.imgcurve-left {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.pointer {
  cursor: pointer;
}

.thumb1 {
  cursor: pointer;
  width: 22%;
  margin-right: 65px;
}

.thumb2 {
  cursor: pointer;
  width: 22%;
  margin-left: 68px;
}

.partners {
  background-color: #f0f0f0;
}

.partnersp {
  background: linear-gradient(to right, #00cbd2, #08ad8b);
  width: 228px;
  height: 100px;
  margin: auto;
}

.partnersp p {
  padding: 27px;
  font-size: 26px;
  color: #fff;
}

.partnerimg {
  width: 59%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}

.partnerimg:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.parth1 {
  margin-top: 100px;
}

.bold-h1.white {
  color: #fff;
}

.surg p {
  padding: 8px;
}

/* slider */
/* external css: flickity.css */
.carousel {
  background-color: #fffcfc;
  background-image: url("https://www.transparenttextures.com/patterns/climpek.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.carousel-cell {
  top: 165px;
  width: 70%;
  height: 200px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flick {
  margin-bottom: 60px;
}

.carousel-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
  transform: scale(1.85);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s,
    -webkit-filter 0.3s, filter 0.3s;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

.carousel-cell video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
  transform: scale(1.85);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s,
    -webkit-filter 0.3s, filter 0.3s;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(3);
  -webkit-filter: none;
  filter: none;
}

.carousel-cell.is-selected video {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(2);
  -webkit-filter: none;
  filter: none;
}

.carousel-cell .booknow {
  display: none;
}

.carousel-cell.is-selected .booknow {
  display: block;
}

/* buttons, no circle */

.flickity-button {
  position: absolute;
  background: #2b3a51;
  border: none;
  color: #333;
  top: 39%;
}

.carousel-cell p {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.carousel-cell h2 {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  bottom: 243px;
  position: absolute;
}

.carousel-cell.is-selected .para {
  color: #2b3a51;
  text-shadow: 0 0 0;
  font-weight: 100;
  font-size: 34px;
}

.carousel-cell.is-selected h2 {
  color: #2b3a51;
  text-shadow: 0 0 0;
  font-weight: 100px;
}

.para {
  position: absolute;
  top: 202%;
  padding: 35px;
}

.flickity-viewport {
  height: 633px !important;
}

.booknow {
  position: absolute;
  top: 306%;
  padding: 35px;
  width: 300px;
}

.booknow-btn {
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #2b3a51;
  width: 223px;
  height: 49px;
  cursor: pointer;
  z-index: +99;
}

.booknow-btn p {
  padding: 7px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #2b3a51;
}

/* .flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 0.6;
}
.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1;
} */
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* closer to edge */
/* .flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; } */
/* hide disabled button */
/* .flickity-prev-next-button:disabled {
  display: none;
} */

/* flickity */

@media screen and (min-width: 768px) {
  .carousel-cell {
    height: 400px;
  }
}

@media screen and (min-width: 1700px) {
  .flick {
    max-width: 1600px;
  }
}

@media only screen and (max-width: 1515px) and (min-width: 1365px) {
}

.responsive-image {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 1600px) and (min-width: 1515px) {
}

@media only screen and (max-width: 1699px) and (min-width: 700px) {
  .airservices-heading {
    height: 184px;
  }
}

@media screen and (min-width: 960px) {
  .carousel-cell {
    width: 60%;
    height: 163px;
  }
}

@media only screen and (max-width: 1699px) and (min-width: 960px) {
  .carousel-cell.is-selected .para {
    font-size: 32px;
  }

  .para {
    font-size: 16px;
    top: 165%;
  }

  .carousel-cell h2 {
    bottom: 163%;
  }

  .booknow {
    top: 349%;
  }

  .carousel-cell img {
    max-width: 700px;
    max-height: 380px;
  }

  .carousel-cell img {
    -webkit-transform: scale(1);
    transform: scale(0.85);
  }

  .carousel-cell.is-selected img {
    transform: scale(1);
  }

  .flickity-viewport {
    height: 555px !important;
  }

  .experience {
    font-size: 30px;
  }

  .carousel-cell {
    top: 174px;
  }
}

/* slider */

.center {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: auto;
}

.pad-top {
  padding-top: 90px;
}

/* section 2 end */

@media only screen and (max-width: 1320px) and (min-width: 700px) {
  .sect2para {
    position: absolute;
    right: 44px;
    top: 103px;
    width: 623px;
  }

  .sect2para p {
    text-align: justify;
    padding-top: 20px;
    font-size: 20px;
  }

  .para {
    font-size: 20px;
  }

  .plant {
    position: absolute;
    top: 61px;
    left: 58px;
    width: 21%;
  }

  .pharma-h1 {
    position: absolute;
    top: 26%;
    right: 5%;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1320px) {
  .sect2para {
    position: absolute;
    right: 44px;
    top: 121px;
    width: 623px;
  }

  .sect2para p {
    text-align: justify;
    padding-top: 20px;
    font-size: 20px;
  }

  .para {
    font-size: 20px;
  }

  .plant {
    position: absolute;
    top: 61px;
    left: 58px;
    width: 21%;
  }
}

/* plant-protction */

.plant-h1 {
  position: absolute;
  top: 316px;
  right: 159px;
  font-size: 4rem;
  color: #fff;
}

.surg-h1 {
  position: absolute;
  top: 303px;
  right: 159px;
  font-size: 4rem;
}

.plant-h1black {
  position: absolute;
  top: 206px;
  right: 159px;
  font-size: 4rem;
}

.plant-p {
  position: absolute;
  top: 445px;
  right: 160px;
  font-size: 24px;
  text-align: justify;
  width: 661px;
  color: #fff;
}

.plant-pblack {
  position: absolute;
  top: 345px;
  right: 160px;
  font-size: 24px;
  text-align: justify;
  width: 880px;
}

.specialities-para {
  text-align: center;
  font-size: 26px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.specialities-surg {
  background-color: #f0f0f0;
}

.scissors {
  width: 13%;
}

.speciaitiesl-surg-p {
  font-size: 20px;
  font-weight: 600;
  color: rgb(48, 48, 48);
}

.padd {
  padding-left: 70px;
  padding-right: 70px;
}

.infrah1 {
  position: absolute;
  top: 57px;
  right: 76px;
  font-size: 50px;
}

.infrapara {
  position: absolute;
  top: 154px;
  right: 80px;
  font-size: 21px;
  text-align: justify;
  width: 480px;
}

.distp {
  position: absolute;
  top: 154px;
  right: 80px;
  font-size: 21px;
  text-align: justify;
  width: 765px;
}

.disth1 {
  position: absolute;
  top: 57px;
  right: 76px;
  font-size: 50px;
}

.iso {
  font-size: 4rem;
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/agriculture/innerpages/iso-bck.jpg");
  height: 540px;
}

.iso p {
  font-size: 22px;
  text-align: center;
  font-size: 25px;
  text-align: center;
  padding-left: 567px;
  padding-right: 567px;
  padding-top: 41px;
}

.isomarg {
  margin-top: 153px;
}

.part-img {
  position: absolute;
}

.bck {
  background-color: #f0f0f0;
}

.partner-plant p {
  font-size: 30px;
}

.contact-plant1 {
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 100px;
  padding-right: 100px;
}

.contact-plant2 {
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 100px;
  padding-right: 100px;
}

.contact-plant1 p {
  text-align: justify;
  font-weight: 600;
  font-size: 45px;
}
/*plant-protection */

/* lab */
.lab-h1 {
  position: absolute;
  top: 210px;
  right: 159px;
  font-size: 4rem;
}

.lab-p {
  position: absolute;
  top: 388px;
  right: 165px;
  font-size: 26px;
  text-align: justify;
  width: 788px;
}
.textile-p {
  position: absolute;
  top: 6%;
  right: 14%;
  font-size: 26px;
  text-align: justify;
  width: 788px;
}

.lab-tag {
  position: absolute;
  top: 284px;
  right: 161px;
  font-size: 40px;
}

.division-left {
  background: linear-gradient(to right, #fcfcfc, #ddeee2);
  height: 540px;
}

.division-right {
  background: linear-gradient(to right, #fcfcfc, #ddeee2);
  height: 540px;
}

.b-green {
  font-weight: 600;
  color: #20becf;
}

.division-text {
  padding: 65px;
}

.ul-text {
  font-size: 22px;
  padding-top: 75px;
}

.lab-certs {
  background: linear-gradient(to right, #fcfcfc, #ddeee2);
}
/* lab */

/* media queries inner */

@media only screen and (max-width: 1320px) and (min-width: 700px) {
  .para {
    font-size: 20px;
  }

  .surg-h1 {
    position: absolute;
    top: 303px;
    right: 159px;
    font-size: 4rem;
  }

  .plant-h1 {
    position: absolute;
    top: 216px;
    right: 99px;
    font-size: 3rem;
    color: #fff;
  }

  .plant-p {
    position: absolute;
    top: 321px;
    right: 99px;
    font-size: 22px;
    text-align: justify;
    width: 503px;
    color: #fff;
  }

  .surg-tag {
    position: absolute;
    top: 235px;
    right: 161px;
    font-size: 2rem;
  }

  .surg-p {
    position: absolute;
    top: 359px;
    right: 160px;
    font-size: 24px;
    text-align: justify;
    width: 540px;
  }

  .lab-tag {
    position: absolute;
    top: 279px;
    right: 108px;
    font-size: 38px;
  }

  .lab-p {
    position: absolute;
    top: 370px;
    right: 113px;
    font-size: 22px;
    text-align: justify;
    width: 619px;
  }

  .lab-h1 {
    position: absolute;
    top: 210px;
    right: 107px;
    font-size: 51px;
  }

  .plant-h1black {
    position: absolute;
    top: 103px;
    right: 121px;
    font-size: 3rem;
  }

  .plant-pblack {
    position: absolute;
    top: 180px;
    right: 121px;
    font-size: 20px;
    text-align: justify;
    width: 651px;
  }

  .disth1 {
    position: absolute;
    top: 32px;
    right: 61px;
    font-size: 42px;
  }

  .distp {
    position: absolute;
    top: 117px;
    right: 63px;
    font-size: 18px;
    text-align: justify;
    width: 542px;
  }

  .infrah1 {
    position: absolute;
    top: 32px;
    right: 76px;
    font-size: 38px;
  }

  .infrapara {
    position: absolute;
    top: 117px;
    right: 80px;
    font-size: 20px;
    text-align: justify;
    width: 349px;
  }

  .iso p {
    font-size: 21px;
    text-align: center;
    padding-left: 400px;
    padding-right: 400px;
    padding-top: 41px;
  }

  .isomarg {
    margin-top: 153px;
    margin-left: 227px;
  }

  .contact-plant1 p {
    text-align: justify;
    font-weight: 600;
    font-size: 33px;
  }

  .contact-points {
    padding-top: 30px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1320px) {
  .sect2para {
    position: absolute;
    right: 44px;
    top: 121px;
    width: 623px;
  }

  .para {
    font-size: 20px;
  }

  .para {
    font-size: 20px;
  }

  .plant-h1 {
    position: absolute;
    top: 216px;
    right: 99px;
    font-size: 3rem;
    color: #fff;
  }

  .plant-p {
    position: absolute;
    top: 321px;
    right: 99px;
    font-size: 22px;
    text-align: justify;
    width: 503px;
    color: #fff;
  }

  .surg-h1 {
    position: absolute;
    top: 303px;
    right: 159px;
    font-size: 4rem;
  }

  .surg-tag {
    position: absolute;
    top: 235px;
    right: 161px;
    font-size: 2rem;
  }

  .surg-p {
    position: absolute;
    top: 359px;
    right: 160px;
    font-size: 24px;
    text-align: justify;
    width: 540px;
  }

  .lab-tag {
    position: absolute;
    top: 279px;
    right: 108px;
    font-size: 38px;
  }

  .lab-p {
    position: absolute;
    top: 370px;
    right: 113px;
    font-size: 22px;
    text-align: justify;
    width: 619px;
  }

  .lab-h1 {
    position: absolute;
    top: 210px;
    right: 107px;
    font-size: 51px;
  }

  .plant-h1black {
    position: absolute;
    top: 122px;
    right: 121px;
    font-size: 3rem;
  }

  .plant-pblack {
    position: absolute;
    top: 180px;
    right: 121px;
    font-size: 20px;
    text-align: justify;
    width: 651px;
  }

  .disth1 {
    position: absolute;
    top: 32px;
    right: 61px;
    font-size: 42px;
  }

  .distp {
    position: absolute;
    top: 117px;
    right: 63px;
    font-size: 18px;
    text-align: justify;
    width: 542px;
  }

  .infrah1 {
    position: absolute;
    top: 32px;
    right: 76px;
    font-size: 38px;
  }

  .infrapara {
    position: absolute;
    top: 117px;
    right: 80px;
    font-size: 20px;
    text-align: justify;
    width: 349px;
  }

  .iso p {
    font-size: 21px;
    text-align: center;
    padding-left: 400px;
    padding-right: 400px;
    padding-top: 41px;
  }

  .isomarg {
    margin-top: 153px;
    margin-left: 227px;
  }
  .contact-plant1 p {
    text-align: justify;
    font-weight: 600;
    font-size: 33px;
  }

  .contact-points {
    padding-top: 30px;
    font-size: 17px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .bread-crumb {
    display: none;
  }

  .contact-healthcare {
    height: 301px !important;
  }
}
