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

.bckground-img {
  margin-top: -1px;
}
.hel {
  font-size: 25px;
}

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

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

.inquire p {
  font-size: 28px;
  text-align: center;
  color: #fff;
  padding-top: 14px;
}

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

.inner-logo {
  position: absolute;
}

.paperplane {
  background-color: #97fbff;
}

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

.menu-tag {
  font-size: 20px;
  font-weight: 600;
}

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

.padtop {
  padding-top: 20px;
}

.sect2para {
  position: absolute;
  right: 66px;
  top: 258px;
  width: 623px;
}

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

.pharm {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

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

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

.left {
  text-align: justify;
}

.iso-1 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 69px;
}

.iso-2 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 69px;
}

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

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

.inq-btn {
  position: absolute;
  background: linear-gradient(to right, #00cbd2, #08ad8b);
  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%;
}

.missionpara {
  font-size: 23px;
}

.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;
}

.iso-healthcare h1 {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.iso-healthcare {
  background-color: #f0f0f0;
}

.iso-para {
  font-size: 20px;
  text-align: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-weight: 100;
}

.pointer {
  cursor: pointer;
}

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

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

.logos-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

.iso-certs {
  margin-top: 150px;
}

.iso-box {
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.iso-heading {
  text-align: center;
  padding: 20px;
}

.iso-heading2 {
  text-align: center;
  padding: 20px;
  font-size: 24px;
}

.list1 {
  padding-left: 148px;
  list-style-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/healthcare/bullet-health.png");
}

.list1 li {
  margin-top: 20px;
}

.partners {
  background-color: #fff;
}

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

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

.partnerimg {
  margin: 6%;
  width: 75%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  padding-bottom: 15%;
  padding-top: 10%;
}

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

.parth1 {
  margin-top: 1%;
}

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

/* iso image modal */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1041; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #7c7c7c;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* .vid{
  position: absolute;
  right:2950px;
  top:0px;
} */

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

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

/* section 2 end */

/* pharmaceuticals page */

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

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

.paddingbot {
  padding-top: 3%;
  padding-bottom: 0%;
  width: 75%;
  margin-left: 13%;
  text-align: justify !important ;
}

/* pharmaceuticals */

/* surgical */

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

.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;
}

/* surgical */

/* nutriceuticals */

.nutri-h1 {
  position: absolute;
  top: 253px;
  right: 159px;
  font-size: 4rem;
  text-align-last: right;
}

.nutri-p {
  position: absolute;
  top: 520px;
  right: 157px;
  font-size: 28px;
  width: 615px;
  text-align: justify;
}

.nutri-tag {
  position: absolute;
  top: 406px;
  right: 156px;
  font-size: 38px;
}

/* nutriceuticals */

/* animal */

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

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

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

/* animal */

/* media queries */

@media only screen and (max-width: 1320px) and (min-width: 700px) {
  .sect2para {
    top: 167px;
  }

  .para {
    font-size: 20px;
  }

  .no {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    top: 69%;
  }
  .pharma-h1 {
    position: absolute;
    top: 150px;
    right: 159px;
    font-size: 4rem;
  }

  .pharma-tag {
    position: absolute;
    top: 221px;
    right: 162px;
    font-size: 2rem;
  }

  .pharma-p {
    position: absolute;
    top: 298px;
    right: 157px;
    font-size: 26px;
  }

  .surg-h1 {
    position: absolute;
    top: 30%;
    right: 5%;
    font-size: 5rem;
  }

  .surg-tag {
    position: absolute;
    top: 39%;
    right: 5%;
    font-size: 4rem;
    color: #747474;
  }

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

  .nutri-h1 {
    position: absolute;
    top: 199px;
    right: 65px;
    font-size: 3rem;
    text-align-last: right;
  }

  .nutri-tag {
    position: absolute;
    top: 314px;
    right: 65px;
    font-size: 27px;
  }

  .nutri-p {
    position: absolute;
    top: 373px;
    right: 65px;
    font-size: 23px;
    width: 486px;
    text-align: justify;
  }

  .animal-h1 {
    position: absolute;
    top: 199px;
    right: 65px;
    font-size: 3rem;
    text-align-last: right;
  }

  .animal-tag {
    position: absolute;
    top: 314px;
    right: 65px;
    font-size: 27px;
  }

  .animal-p {
    position: absolute;
    top: 373px;
    right: 65px;
    font-size: 23px;
    width: 486px;
    text-align: justify;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1320px) {
  .sect2para {
    top: 167px;
  }

  .para {
    font-size: 20px;
  }

  .sect2para {
    top: 167px;
  }

  .para {
    font-size: 20px;
  }

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

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

  .pharma-tag {
    position: absolute;
    top: 221px;
    right: 162px;
    font-size: 2rem;
  }

  .pharma-p {
    position: absolute;
    top: 298px;
    right: 157px;
    font-size: 26px;
  }

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

  .surg-tag {
    position: absolute;
    top: 39%;
    right: 5%;
    font-size: 3rem;
    color: #747474;
  }

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

  .nutri-h1 {
    position: absolute;
    top: 199px;
    right: 65px;
    font-size: 3rem;
    text-align-last: right;
  }

  .nutri-tag {
    position: absolute;
    top: 314px;
    right: 65px;
    font-size: 27px;
  }

  .nutri-p {
    position: absolute;
    top: 373px;
    right: 65px;
    font-size: 23px;
    width: 486px;
    text-align: justify;
  }

  .animal-h1 {
    position: absolute;
    top: 199px;
    right: 119px;
    font-size: 4rem;
    text-align-last: right;
  }

  .animal-tag {
    position: absolute;
    top: 292px;
    right: 124px;
    font-size: 2rem;
  }

  .animal-p {
    position: absolute;
    top: 373px;
    right: 129px;
    font-size: 26px;
    width: 553px;
    text-align: justify;
  }
}
