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

.bckground-img{
margin-top:-1px;
}

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

.health-bg{
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/healthcare/backround-img-health-20221112.jpg");
  height: 900px;
}

.med-tag {
  position: absolute;
  top: 355px;
  right: 5%;
  font-size: 3rem;
  color: #525252;
}

.seemore-button {
  height: 50px;
  border: 0px solid #ffffff;
  width: 260px;
  background: linear-gradient(to right,#00cbd2,#08ad8b);
  z-index: 9;
  text-align: center;
}

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

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

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


.inner-logo{
  position: absolute;
}

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


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

.rightalign{
  text-align-last: inherit;
  text-align: right;
}

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

.contacth1{
  text-align-last: left;
}
  
.contact-cont{
	max-width:75%;
}
  
.contacth1-2c{
	font-size: 180%;
}


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

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

.contact1{
  margin-top: 25px;
}

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

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

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

.iso-para{
  font-size: 22px;
  text-align: center;
  padding-left:5vw;
  padding-right:5vw;
  font-weight: 400;
  padding-top: 60px;
  padding-bottom: 60px;
}


.pointer{
  cursor: pointer;
}

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

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


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

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

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

.iso-heading2{
  text-align: center;
  padding: 20px;
  font-size: 30px;
  color: #00cbd2;
  padding-bottom: 57px;
}



.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:100%;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5; */
}

.partnerimg-single {
  width: 100%;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5; */
}

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

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

.parth1{
  margin-top: 100px;
}

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

.surg p {
  padding: 8px;
}



















  /* 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;
}


/* section 2 end */





/* pharmaceuticals page */


.nutri-tag {
  position: absolute;
  top: 393px;
  right: 87px;
  font-size: 3rem;
  color: #747474;
  font-style: italic; 
}

.nutri-h1 {
  position: absolute;
  top: 227px;
  right: 84px;
  font-size: 4rem;
}


.paddingbot{
  padding-bottom: 25px;
}


/* pharmaceuticals */

/* surgical */

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

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

.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-p {
  position: absolute;
  top: 520px;
  right: 157px;
  font-size: 28px;
  width: 615px;
  text-align: justify;
}

/* 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){  

  .pharm {
    position: absolute;
    right: 15px;
    bottom: -4px;
  }

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

  .menu-tag {
    font-size: 21px;
  }

  .sect2para {
    top: 50px;
  }

  .para {
    font-size: 20px;
  }

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


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

    .nutri-h1 {
      position: absolute;
      top: 200px;
      right: 84px;
      font-size: 61px;
  }

    .nutri-tag {
      position: absolute;
      top: 358px;
      right: 87px;
      font-size: 36px;
      color: #747474;
  }

  .surg-h1{
    position: absolute;
    top: 150px;
    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;
  }

.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){ 


  .pharm {
    position: absolute;
    right: 15px;
    bottom: -4px;
}

.menu-tag {
  font-size: 21px;
}

.sect2para {
  top: 50px;
}

.para {
  font-size: 20px;
}

.para {
  font-size: 20px;
}

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

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

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

.nutri-h1 {
  position: absolute;
  top: 200px;
  right: 84px;
  font-size: 61px;
}

.nutri-tag {
  position: absolute;
  top: 358px;
  right: 87px;
  font-size: 36px;
  color: #747474;
}

.pharma-p {
  font-size: 25px;
}

.surg-h1{
  position: absolute;
  top: 150px;
  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;
}


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

}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 480px){

  .hide-bg-xs{
    background-image: none !important;
    height: auto !important;
  }

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

  .bc-text-left-xs{
    text-align-last: left;
    text-align: left !important;
  }

  .no-padding-xs{
    padding: 0;
  }

  .mt-90-xs {
    margin-top: 90px;
  }

  .pharma-h12 {
    position: relative;
    top: 12%;
    right: 50%;
    font-size: 10vw;
    text-align: center;
    left: 50%;
  }

  .pharma-tag2 {
    position: relative;
    font-size: 2rem;
    color: #747474;
    font-style: italic;
    top: 59px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nutri-h1 {
  position: relative;
  top: 10%;
  right: 50%;
  font-size: 10vw;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .inquire {
    position: absolute;
    right: 5%;
    bottom: 24%;
    border: 2px solid #ffffff;
    width: 260px;
    background-color: rgb(0, 0, 0, 0.3 );
      z-index: 9;
  }

  .med-tag {
    position: absolute;
    top: 276px;
    right: 5%;
    font-size: 2.9vw;
    color: #525252;
  }

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


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

  .pharma-tag {
    position: absolute;
    top: 288px;
    right: 5%;
    font-size: 2rem;
    color: #747474;
}



}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .inquire {
    position: absolute;
    right: 5%;
    bottom: 24%;
    border: 2px solid #ffffff;
    width: 260px;
    background-color: rgb(0, 0, 0, 0.3 );
      z-index: 9;
  }

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

  .pharma-tag {
    position: absolute;
    top: 288px;
    right: 5%;
    font-size: 2rem;
    color: #747474;
}

  
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        .inquire {
          position: absolute;
          right: 5%;
          bottom: 24%;
          border: 2px solid #ffffff;
          width: 260px;
          background-color: rgb(0, 0, 0, 0.3 );
            z-index: 9;
        }

        .pharma-h1 {
          position: absolute;
          top: 14%;
          right: 5%;
          font-size: 5vw;
      }

        .pharma-tag {
          position: absolute;
          top: 180px;
          right: 5%;
          font-size: 2rem;
          color: #747474;
      }

}