* {
  box-sizing: border-box;
}

body {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/back_ground_dots.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}

#wpcf7-f161-o3 .form-check-input {
  position: inherit;
}
#wpcf7-f161-o3 span.wpcf7-list-item {
  display: block;
}

.vidstyle {
  object-fit: cover;
  font-family: "object-fit: contain;";
}

.modal-width {
  max-width: 60%;
}

.no-hover {
  pointer-events: none; /* disables hover */
}

/* news */

.date-back {
  background-color: #e9f4f5;
  padding: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.news-inner-h1 {
  font-size: 4vw;
  text-align: center;
  padding: 5rem;
}

.news-date {
  font-size: 30px;
  font-weight: 600;
}

.news-heading {
  font-size: 25px;
  font-weight: 600;
}

.news-para {
  font-size: 21px;
  text-align: justify;
}

/* news */

/* loader */

.loader-back {
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: #1a212c;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  background: #1a212c;
  color: #fff;
}

.center {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 90px;
  left: 90px;
}

.dot-1 {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  top: 95px;
  left: 95px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite
    alternate;
  animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite
    alternate;
}

.dot-2 {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: 80px;
  left: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite
    alternate;
  animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite
    alternate;
}

.dot-3 {
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 90px;
  top: 65px;
  left: 65px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite
    alternate;
  animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite
    alternate;
}

@-webkit-keyframes jump-jump-1 {
  0%,
  70% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jump-jump-1 {
  0%,
  70% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes jump-jump-2 {
  0%,
  40% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jump-jump-2 {
  0%,
  40% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes jump-jump-3 {
  0%,
  10% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jump-jump-3 {
  0%,
  10% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* loader end */

.turnDeviceNotification {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/portrait-orientation.png");
  background-size: cover;
  z-index: 9999;
}

.landing-page-p {
  font-size: 24px;
}

.offwhite {
  color: #eeeeee;
}

.history-text {
  position: absolute;
  right: 30px;
  top: 12px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

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

.dis-none {
  display: none;
}

.menu-mar {
  margin: 0.18%;
}

.icons-mar-phone {
  margin: -50px;
}

.social-phone {
  right: 0px;
}

.mar-top-phone {
  margin-top: 25vw;
  width: 80px;
}

.icons-mar {
  margin: -15%;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #949494;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #949494;
}

/****/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:-moz-any(#content, #appcontent) browser {
  margin-right: -14px !important;
  overflow-y: scroll;
  margin-bottom: -14px !important;
  overflow-x: scroll;
}
/* scrollbar */

.point {
  cursor: pointer;
}

.overFlowHide {
  overflow: hidden;
}

.fullvH {
  height: 100vh;
}

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

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

.pharma-tag {
  position: absolute;
  top: 342px;
  right: 5%;
  font-size: 4rem;
  color: #747474;
  font-style: italic;
}

.h-1 {
  font-size: 1rem;
}
.h-1-5 {
  font-size: 1.5rem;
}
.h-2 {
  font-size: 2rem;
}
.h-2-5 {
  font-size: 2.5rem;
}
.h-3 {
  font-size: 3rem;
}
.h-3-5 {
  font-size: 3.5rem;
}
.h-4 {
  font-size: 4rem;
}
.h-4-5 {
  font-size: 4.5rem;
}
.h-5 {
  font-size: 5rem;
}
.h-5-5 {
  font-size: 5.5rem;
}

.bread-crumb {
  bottom: 0;
  left: 1%;
}

.posAbs {
  position: absolute;
}

.posrel {
  position: relative;
}

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

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

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

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

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

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

/* modal */

.modal-lg {
  max-width: 80%;
}

/* modal end */

/* contactform */

.form-control {
  border-style: none none solid;
  border-bottom-style: solid;
  border-bottom: 1px solid #cacaca;
  border-radius: 0;
  padding: 1.7rem 0.75rem;
}

.mapouter {
  text-align: right;
  height: 804px;
  width: auto;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 804px;
  width: auto;
}

.btn-primary1 {
  background-repeat: repeat-x;
  color: #041932;
  border-radius: 0;
  border: 1px solid #041c3a;
  background-color: rgba(118, 132, 118, 0);
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  width: auto;
  padding: 8px 56px;
  font-size: 22px;
  font-weight: 100;
}

/* contactform end */

/* redmore */

#summary p.collapse:not(.show) {
  height: 0px !important;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#summary p.collapsing {
  min-height: 42px !important;
}

#summary a.collapsed:after {
  content: "+ Read More";
}

#summary a:not(.collapsed):after {
  content: "- Read Less";
}

/* readmore end */

/* menuhover */

.photobox:hover #tag {
  display: none;
}

.photobox {
  display: inline-block;
}

.photobox__previewbox {
  position: relative;
  overflow: hidden;
}

.photobox__preview {
  display: block;
  max-width: 100%;
}

.photobox__previewbox:before {
  content: "";
}

.photobox_type8 .photobox__previewbox:before {
  width: 0;
  height: 0;
  padding: 25%;

  background-color: var(--photoboxOverlay, rgba(147, 225, 209, 0.8));
  border-radius: 50%;

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  transition: transform calc(var(--photoboxAnimationDuration, 0.8s) / 2) ease;
  will-change: transform;
  transform: translate(100%, 100%) scale(0);
}

.photobox_type8:hover .photobox__previewbox:before {
  transform: translate(-50%, -50%) scale(4);
  transition-duration: var(--photoboxAnimationDuration, 0.8s);
}

.photobox_type8 .photobox__label {
  width: 95%;
  text-align: center;
  opacity: 0;
  transition: opacity calc(var(--photoboxAnimationDuration, 0.8s) / 4)
      cubic-bezier(0.71, 0.05, 0.29, 0.9),
    transform calc(var(--photoboxAnimationDuration, 0.8s) / 4)
      cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity, transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 3;
  font-size: 2rem;
  color: #4d4f69;
}

.photobox_type8:hover .photobox__label {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-duration: calc(var(--photoboxAnimationDuration, 0.8s) / 2);
  transition-delay: calc(var(--photoboxAnimationDuration, 0.8s) / 4);
}

.photobox_type8 .photobox__preview {
  transition: transform calc(var(--photoboxAnimationDuration, 0.8s) / 2)
    cubic-bezier(0.71, 0.05, 0.29, 0.9);
  /*will-change: transform;
	transform: scale(1) rotate(0);*/
}

/* menuhover */

button:focus {
  outline: none;
}

.inquire {
  position: absolute;
  right: 5%;
  bottom: 10%;
  border: 2px solid #ffffff;
  width: 260px;
  background: #7c7c7c;
  background-color: rgb(0, 0, 0, 0.3);
  z-index: 9;
}

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

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

.shadow-text {
  text-shadow: 0px 1px 7px black;
}

/* hamburger */

.hamburger {
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: -18px;
  top: -4px;
}

.hamburger .line {
  width: 40px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

/* ELEVEN */

#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* hamburger end */

/* about page */

/* bod page */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* bod end */

.para-director {
  font-size: 2.5vh;
}

.director-h1 {
  position: absolute;
  top: 2%;
  left: 3%;
}

.directors-back {
  padding: 10px;
  width: 100%;
  background: rgb(0, 0, 0, 0.4);
}

.director-old {
  /* position: absolute; */
  left: 0%;
  top: 0%;
}

.director-h1 h2 {
  font-size: 1.6rem;
}

.director-h1 p {
  font-size: 18px;
}

.director-old h2 {
  font-size: 1.6rem;
}

.director-old p {
  font-size: 18px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1a212c;
  font-size: 27px;
  font-weight: 100;
}

.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bd-example a {
  color: rgb(138, 138, 138);
  text-decoration: none;
  background-color: transparent;
  font-size: 20px;
  -webkit-text-decoration-skip: objects;
}

.text-justify {
  text-align: justify;
}

.about-h1 {
  position: absolute;
  font-size: 4rem;
}

.centercsrcontact {
  top: -47px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centercsrcontact2 {
  top: -47px;
  left: 40%;
  transform: translate(-50%, -50%);
}

.csr-h1 {
  position: absolute;
  top: 27%;
  right: 5%;
  font-size: 19rem;
}

.news-h1 {
  position: absolute;
  top: 272px;
  right: 159px;
  font-size: 9rem;
}

.triangle-w1 {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: 3%;
}

.triangle-a1 {
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: 3%;
}

.ash-back {
  background-color: #dfeeee;
}

/* about page */
.histroy-h1 {
  position: absolute;
  top: 42%;
  left: -4.5%;
  font-size: 80px;
  font-weight: 400;
}

.leader-h1 {
  position: absolute;
  top: 42%;
  left: 12%;
  font-size: 71px;
  font-weight: 400;
}

.directors-h1 {
  position: absolute;
  top: 42%;
  left: -20%;
  font-size: 71px;
  font-weight: 400;
}

.potrait1 {
  border-radius: 50%;
  width: 40%;
}

.potrait2 {
  border-radius: 50%;
  width: 50%;
}

.imgsixty {
  width: 60%;
}

.imgeighty {
  width: 80%;
}

.imgninety {
  width: 90%;
}

.imghundred {
  width: 100%;
}

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

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

.healthbread {
  position: absolute;
  top: 10px;
  z-index: 1;
}

.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.padall-2 {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padall-6 {
  padding-right: 6rem;
  padding-left: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pad-modal {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padr {
  padding-right: 2%;
  padding-top: 30px;
}

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

.pad1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pad-sides1 {
  padding-right: 10px;
  padding-left: 10px;
}

.pad-sides2 {
  padding-right: 20px;
  padding-left: 20px;
}

.pad-sides3 {
  padding-right: 30px;
  padding-left: 30px;
}

.pad-sides {
  padding-right: 50px;
  padding-left: 50px;
}

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

.padbot {
  padding-bottom: 30px;
}

.padtop-40 {
  padding-top: 40%;
}

.padtop {
  padding-top: 30px;
}

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

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

.pad-bot {
  padding-bottom: 90px;
}

.pad-bot4 {
  padding-bottom: 40px;
}

.para-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}

.white-txt {
  color: #fff;
}

.lab-p {
  font-size: 26px;
  text-align: justify;
  font-weight: 100;
}

.pharma-p {
  font-size: 26px;
  text-align: justify;
}

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

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

.list2 {
  list-style-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/healthcare/bullet-health2.png");
}

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

.mar-top {
  margin-top: 119px;
}

.mar-bot-2 {
  margin-bottom: 20px;
}

.mar-bot-4 {
  margin-bottom: 40px;
}

.mar-bot {
  margin-bottom: 119px;
}

.mar-bot2 {
  margin-bottom: 70px;
}

/* menu */

.menu-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

/* Create four equal columns that sits next to each other */
.menu-col {
  flex: 25%;
  max-width: auto;
  padding: 0px;
}

.menu-col img {
  margin-top: 0px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.menu-title {
  font-size: 3rem;
  color: #589db0;
  position: absolute;
  right: 3%;
  bottom: 5%;
}

.menu-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.menu-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-menu {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}

.logo-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-logoback.jpg");
  cursor: pointer;
}

.raw-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-raw.jpg");
  cursor: pointer;
}

.news-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-news.jpg");
  cursor: pointer;
}

.consumer-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-consumer.jpg");
  cursor: pointer;
}

.travel-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/shma/education-tile13.jpg");
  cursor: pointer;
}

.careers-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-careers.jpg");
  cursor: pointer;
}

.airservices-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-airservices.jpg");
  cursor: pointer;
}

.healthcare-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-health.jpg");
  cursor: pointer;
}

.contactus-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-contact.jpg");
  cursor: pointer;
}

.agriculture-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-agri.jpg");
  cursor: pointer;
}

.textile-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-textile.jpg");
  cursor: pointer;
}

.csr-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-csr.jpg");
  cursor: pointer;
}

.about-menu-img {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/menu-aboutus.jpg");
  height: 250px;
  cursor: pointer;
}

/* menu end */

.menu-col2 {
  width: 3.4vw;
}

/* new menu */

.menu {
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 0%;
  background-color: #1a212c;
  height: 65px !important;
  width: 57px !important;
}

@media only screen and (min-device-width: 100px) and (max-device-width: 480px) {
  .menu {
    text-align: center;
    position: fixed;
    z-index: 999;
    right: 0%;
    background-color: #1a212c;
    height: 45px !important;
    width: 45px !important;
  }
}

.menu p {
  margin: auto;
  font-weight: 800;
  color: #cfc8ae;
  font-size: 10px;
  padding-top: 5px;
}

.icon-margin {
  margin-top: 93%;
}

.icon-bord {
  position: relative;
  border: 2px solid #9ec6d1;
  width: 57px;
  height: 57px;
  margin-top: 20%;
}

.icon-bord-phone {
  position: relative;
  border: 2px solid #9ec6d1;
  width: 57px;
  height: 57px;
  margin-top: 2%;
}

.menu-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
}

/* new menu */

.sect2 p,
h1 {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.sect3 p {
  font-size: 21px;
  padding-left: 60px;
  padding-right: 50px;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.text-left {
  text-align-last: left;
}

/* icon */

.a {
  color: #71b6ff;
}

.lines {
  margin: auto;
  padding-top: 6px;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 60px;
  height: 31px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 54%;
  text-align: center;
  background: #cfc8ae;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mid {
  width: 100%;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 11px;
}

#nav-icon1 span:nth-child(3) {
  top: 22px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* icon end */

p {
  color: #2b3a51;
  font-weight: 200;
}

h1,
h2,
h3 {
  color: #364a69;
  font-weight: 300;
}
/* ---- grid 1---- */

.grid {
  background: #eee;
  /* overflow: hidden; */
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item,
.grid-sizer {
  width: 33.333%;
}

.logoTop {
  position: absolute;
  z-index: +1;
  top: 0px;
  left: 0px;
}

.grid-item {
  height: 120px;
  float: left;
  background: #d26;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* border: 4px solid #fff; */
}

.grid-item--width2 {
  width: 66.667%;
}

.grid-item--height2 {
  height: 300px;
}
.grid-item--height4 {
  height: 600px;
}

.inner-content {
  position: absolute;
  bottom: -48px;
  min-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inner-content {
  color: #fff;
}

.section-link:hover {
  text-decoration: none;
}

.section-link:hover .grid-item {
  -moz-filter: grayscale(0.7);
  -o-filter: grayscale(0.7);
  -ms-filter: grayscale(0.7);
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.section-link:hover .inner-content {
  bottom: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-content .arrow {
  text-align: right;
}

.inner-content .section-title {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
}

/* ---- grid 1 end---- */

/* Section 2 */

.section2.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
}

.section2.row {
  margin-left: 0px;
  margin-right: 0px;
}

.section2 {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bord-left {
  border-left: 10px solid #2b3a51;
}

.col.values {
  border-left: 10px solid #2b3a51;
  margin-left: 0px;
  margin-right: 0px;
}

.section2para {
  font-size: 20pt;
  font-weight: 100;
}

.col-6.heritage {
  border-left: 10px solid #2b3a51;
  margin-left: -11px;
}

.heritage img {
  width: 100%;
}

.col-7.csr {
  border-left: 10px solid #2b3a51;
}

.csr img {
  width: 100%;
}

.container-fluid.csr {
  padding-right: 0px;
  margin-top: 30px;
}

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

/* ---- grid 2---- */
.imageGrid {
  line-height: 0;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 30px;
}

.imageGrid .tile {
  width: 20%;
  min-height: 12em;
  line-height: 1.2;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  position: relative;

  color: #fff;
  /* text-shadow: 2px 2px 2px #000; */
  cursor: pointer;
  cursor: hand;
}

.imageGrid .tile:before {
  content: "";
  background-color: rgba(15, 15, 15, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}

.imageGrid .tile:hover:before {
  display: none;
}

.imageGrid .tile .textWrapper {
  text-align: center;
  vertical-align: middle;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.75em;
}

.imageGrid .tile .textWrapper .content {
  display: none;
}

.imageGrid .tile:hover .textWrapper .content {
  display: block;
}

.imageGrid .tile:hover .textWrapper .content h2 {
  margin: 0;
}

@media (max-width: 1000px) {
  .imageGrid .tile {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .imageGrid .tile {
    width: 100%;
  }
}

/* ---- grid 2 end---- */

/* footer */

.site-footer {
  background-color: #1a212c;
  margin-top: 0px;
  height: auto;
}

.row.icons {
  padding-top: 80px;
}

.container.icons {
  width: 100%;
}
.container .text-muted {
  margin: 20px 0;
}
.footertext {
  padding-top: 8px;
  color: #ffe3d2;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.container.contact {
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
  margin-top: 60px;
  height: 200px;
  width: 1100px;
}

.addresstext {
  text-align: left;
  line-height: 1;
}

.contact p {
  color: #eeeeee;
}

.contacttext {
  text-align: center;
  font-weight: 600;
}

.contactsect {
  margin-top: 100px;
}

.contacth1 {
  text-align-last: left;
}

.contact-healthcare {
  height: 416px;
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/healthcare/contact-bckrnd2.jpg");
}

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

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

.padtwo {
  padding-top: 38px;
}

.mar-15 {
  margin-left: -15px;
}

.contact1 {
  margin-top: 25px;
}

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

.footericons {
  font-size: 30px;
  letter-spacing: 32px;
  left: 77px;
  position: inherit;
  color: #e4e4e4;
}

.col-2.logo {
  bottom: 32px;
}

.bord {
  border-top: 8px solid;
  border-top-color: #2f3b4e;
}

.rights {
  padding-top: 18px;
  font-weight: 400;
}

.img-right {
  float: right;
}

.img-left {
  float: left;
}

.rights2 {
  padding-top: 18px;
  text-align: right;
  font-weight: 400;
  display: block;
}

.description {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}

.whatsapp {
  position: fixed;
  bottom: 0px;
  right: 45px;
  z-index: 9999;
}

.row.surgical {
  margin-top: 30px;
  background-color: #f0f0f0;
}

.divisions {
  line-height: 0;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 60px;
}

.divisions-health {
  padding-left: 26px;
}

/* breadcrumb */

.bread-crumb {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

.breadfloat {
  position: absolute;
  bottom: 1px;
  left: -31px;
  z-index: 1;
}

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

.bread-crumb ul {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}
.bread-crumb li {
  display: inline;
  margin-right: 0px;
}
.bread-crumb li:last-child {
  margin: 0;
}
.bread-crumb a,
.bread-crumb a:hover,
.bread-crumb a:focus,
.bread-crumb a:active {
  background: #2b3a51;
  display: inline-block;
  outline: medium none;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: relative;
}

.bread-crumb a:hover {
  background: #20becf;
  color: rgb(0, 0, 0);
}
.bread-crumb a:focus {
  background: #20becf;
}
.bread-crumb li:first-child a {
  border-radius: 10px 0 0 10px;
  padding-left: 40px;
}
.bread-crumb li:last-child a {
  border-radius: 0 10px 10px 0;
}
.bread-crumb a::before {
  border-color: transparent transparent transparent #ebebeb;
  border-style: solid;
  border-width: 19px 0px 19px 19px;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.bread-crumb a::after {
  border-color: transparent transparent transparent #2b3a51;
  border-style: solid;
  border-width: 19px 0 19px 19px;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.bread-crumb a:hover::after {
  border-left-color: #20becf;
}
.bread-crumb a:focus::after {
  border-left-color: #20becf;
}
.bread-crumb li:first-child a:before,
li:last-child a:after {
  display: none;
}
.bread-crumb i {
  margin-right: 5px;
}

/* breadcrumb */

/* home2 */
.sect2 p {
  font-size: 21px;
}

.logo-Top {
  position: absolute;
  z-index: +1;
  top: 5px;
  left: 15px;
}

.search {
  position: absolute;
  right: 1.06%;
  top: 92px;
  width: 57px;
  height: 57px;
  cursor: pointer;
  z-index: 1;
}

.social {
  display: none;
}

.socialimg {
  width: 100%;
}

.downarrow {
  position: absolute;
  z-index: 9;
  right: 67px;
  top: 206px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.downarrow img {
  width: 20%;
}

.nobullet {
  list-style-type: none;
}

#socialdiv {
  display: none;
  z-index: 9;
  position: absolute;
  top: 95px;
  right: -0.58%;
  background-color: #1a212c;
  width: 85px;
  z-index: 999;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.headericons {
  font-size: 40px;
  color: #ffffff;
  padding-top: 22px;
}

.searchimg {
  border-style: none;
  width: 12%;
  padding-top: 7px;
  padding-right: 7px;
}

.inq {
  background-color: rgb(0, 0, 0, 0.3);
  position: absolute;
  right: 4%;
  top: 80%;
  z-index: +1;
  margin-left: -350.4px;
  width: 300px;
}

.inq-btn {
  cursor: pointer;
  background-color: rgb(255, 255, 255, 0);
  border: 3px solid rgb(255, 255, 255);
  width: 300px;
  height: 60px;
}

.inq-btn p {
  font-size: 37px;
  text-align: center;
  color: #ffffff;
  font-weight: 100;
}

.inq-num {
  /* border-radius: 10px; */
  background: rgba(255, 255, 255, 0.7);
  width: 300px;
  height: 60px;
}

.inq-num p {
  font-size: 37px;
  text-align: center;
  color: #000000;
  font-weight: 400;
}

.sect2 h1 {
  font-size: 30px;
}

.colpaddingl {
  padding-left: 160px;
  padding-right: 70px;
}

.colpaddingr {
  padding-left: 70px;
  padding-right: 160px;
}

.heading {
  padding-top: 10px;
  padding-bottom: 15px;
}

.bold-h1 {
  color: #2b3a51;
}

.row2 {
  padding-top: 80px;
}

.sect2 img {
  opacity: 0.8;
}

.history-images {
  left: 60px;
}

.hisimg2 {
  position: absolute;
  left: 489px;
  top: 373px;
  width: 50%;
}

.hisimg1 {
  top: 9px;
  position: relative;
  left: -108px;
}

.history-h1 {
  position: absolute;
  left: 100px;
  top: 494px;
  font-size: 3.5rem;
}

.history-p {
  padding-top: 23px;
}

.readmore {
  border: 1px solid #0478a1;
  width: 139px;
  height: 47px;
  cursor: pointer;
  background: none;
}

.readmore2 {
  border: 1px solid #0478a1;
  width: 225px;
  height: 47px;
  cursor: pointer;
  background: none;
  margin-top: 40px;
}

.readmore p {
  padding-top: 6px;
  color: #0478a1;
}

.readmore2 p {
  padding-top: 6px;
  color: #0478a1;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.potrait {
  position: absolute;
  left: 754px;
  top: 9px;
}

.whatsapp {
  display: none;
}

/*scroll on animation*/
.sect2,
.sect3 {
  display: none;
}

.hisimg1lap {
  display: none;
}

.crumb-news {
  bottom: 38%;
  left: 1%;
}

@media only screen and (max-width: 1700px) and (min-width: 1320px) {
  .photobox_type8 .photobox__label {
    font-size: 24px;
  }

  .menu-col2 {
    width: 4.93vw;
  }

  .landing-page-p {
    font-size: 21px;
  }

  .sect2para {
    position: absolute;
    right: 104px;
    top: 122px;
    width: 623px;
  }

  #socialdiv {
    display: none;
    z-index: 9;
    position: absolute;
    top: 193px;
    right: 0.98%;
  }

  .social {
    position: absolute;
    z-index: 1;
    right: 0.54%;
    top: 137px;
    background-color: #1a212c;
    border: none;
    cursor: pointer;
    width: 57px;
    height: 57px;
  }

  .search {
    position: absolute;
    right: 0.54%;
    top: 80px;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 1;
  }

  .menu-mar {
    margin: 0.4%;
  }

  .h-2-5 {
    font-size: 2rem;
  }

  .director-h1 h2 {
    font-size: 1.2rem;
    margin-bottom: 0rem;
  }

  .director-h1 p {
    font-size: 15px;
  }

  .director-old h {
    font-size: 1.3rem;
  }

  .director-old p {
    font-size: 16px;
  }

  .para-director {
    font-size: 19px;
  }

  .menu-title {
    font-size: 33px;
    color: #589db0;
    position: absolute;
    right: 3%;
    bottom: -8%;
  }

  .menu-title-about {
    right: 7%;
    bottom: 16%;
  }

  /* 
.about-menu-img{
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/aboutus-lap.jpg");
  height: 250px;
  cursor:pointer;
} */

  .ic {
    height: 20%;
  }

  .directors-h1 {
    position: absolute;
    top: 42%;
    left: -5%;
    font-size: 53px;
    font-weight: 400;
  }

  .whittxt {
    color: #fff;
  }

  .triangle-w1 {
    position: absolute;
    top: 55.5%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 4%;
  }

  .triangle-a1 {
    position: absolute;
    top: 109.1%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 5%;
  }

  .sect2 p {
    font-size: 17px;
  }

  .sect2 h1 {
    font-size: 24px;
  }

  .sect3 p {
    font-size: 17px;
  }

  .potrait {
    position: absolute;
    left: 538px;
    top: 0px;
  }

  .hisimg1 {
    left: -81px;
    width: 65%;
  }

  .hisimg1 {
    display: none;
  }

  .hisimg2 {
    position: absolute;
    left: 404px;
    top: 336px;
    width: 46%;
  }

  .hisimg1lap {
    display: block;
    left: 66px;
    position: absolute;
    top: 0px;
  }

  .row2 {
    padding-top: 0px;
  }

  .history-h1 {
    left: 83px;
    top: 454px;
    font-size: 3rem;
  }

  .inq {
    right: 5%;
    top: 73%;
  }

  .readmore2 {
    margin-top: -71px;
  }

  .sect3 p {
    padding-bottom: 38px;
  }

  .menu-image img {
    width: 100%;
  }

  .lapwidth-80 {
    width: 80%;
  }

  .crumb-news {
    bottom: 41%;
    left: 1%;
  }
}

@media only screen and (max-width: 1320px) and (min-width: 700px) {
  .pharma-h1 {
    position: absolute;
    top: 26%;
    right: 5%;
    font-size: 4rem;
    font-weight: 100;
  }

  .lapwidth-80 {
    width: 80%;
  }

  .photobox_type8 .photobox__label {
    font-size: 23px;
  }

  .landing-page-p {
    font-size: 19px;
  }

  .menu-col2 {
    width: 4.9vw;
  }

  .menu-title {
    font-size: 30px;
    position: absolute;
    right: 3%;
    bottom: -8%;
  }

  .sect2para {
    position: absolute;
    right: 68px;
    top: 97px;
    width: 576px;
  }

  #socialdiv {
    display: none;
    z-index: 9;
    position: absolute;
    top: 193px;
    right: 0.98%;
  }

  .social {
    position: absolute;
    z-index: 1;
    right: 0.54%;
    top: 137px;
    background-color: #1a212c;
    border: none;
    cursor: pointer;
    width: 57px;
    height: 57px;
  }

  .search {
    position: absolute;
    right: 0.54%;
    top: 80px;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 1;
  }

  .h-2-5 {
    font-size: 2rem;
  }

  .director-h1 h2 {
    /* font-size: 1.3rem; */
    font-size: 1.2rem;
  }

  .director-h1 p {
    font-size: 15px;
    /* font-size: 16px; */
  }

  .director-old h2 {
    font-size: 1.3rem;
  }

  .director-old p {
    font-size: 16px;
  }

  .para-director {
    font-size: 16px;
  }

  .menu-title-about {
    right: 7%;
    bottom: 14%;
  }

  .csr-menu-img {
    background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/csr-lap.jpg");
    cursor: pointer;
  }

  .about-menu-img {
    background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/aboutus-lap.jpg");
    height: 250px;
    cursor: pointer;
  }

  .ic {
    height: 20%;
  }

  .whittxt {
    color: #fff;
  }

  .directors-h1 {
    position: absolute;
    top: 42%;
    left: -5%;
    font-size: 53px;
    font-weight: 400;
  }

  .triangle-w1 {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 5%;
  }

  .triangle-a1 {
    position: absolute;
    top: 114.2%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: 5%;
  }

  .sect2 p {
    font-size: 17px;
  }

  .sect2 h1 {
    font-size: 24px;
  }

  .sect3 p {
    font-size: 14px;
  }

  .history-p {
    padding-top: 16px;
  }

  .potrait {
    position: absolute;
    left: 504px;
    top: 0px;
    width: 26%;
  }

  .readmore2 {
    margin-top: 11px;
  }

  .hisimg1 {
    left: -81px;
    width: 65%;
  }

  .hisimg1 {
    display: none;
  }

  .hisimg2 {
    position: absolute;
    left: 375px;
    top: 301px;
    width: 46%;
  }

  .hisimg1lap {
    display: block;
    left: 66px;
    position: absolute;
    top: 0px;
    width: 66%;
  }

  .row2 {
    padding-top: 0px;
  }

  .history-h1 {
    left: 97px;
    top: 414px;
    font-size: 2.5rem;
  }

  .inq {
    right: 5%;
    top: 73%;
  }

  .menu-image img {
    width: 100%;
  }

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

  .icon-margin {
    margin-top: 95%;
  }

  .icons-mar {
    margin: -15%;
  }

  .crumb-news {
    bottom: 41%;
    left: 1%;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 700px) {
  .icons-mar {
    margin: -20%;
  }

  .menu-mar {
    margin: 0.2%;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1320px) {
  .pharma-h1 {
    position: absolute;
    top: 206px;
    right: 5%;
    font-size: 4rem;
    font-weight: 400;
  }

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

  .icon-margin {
    margin-top: 95%;
  }

  .icons-mar {
    margin: -15%;
  }
}

/*** KAsun Updates **/

.top-banner-snap {
  background-size: cover;
}

.card {
  border: 0px;
  border-radius: 0;
}

.top-banner-cap-heading {
  text-align-last: right !important;
  font-size: 64px;
  margin-bottom: 30px;
}

.top-capction-block {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 50px;
  margin-top: 16%;
}

.top-banner-cap-logo {
  width: 77%;
  margin-bottom: 2%;
}

.model-product-show {
  background-color: #f9f9f9;
  padding: 55px;
  margin-bottom: 15px;
  margin-top: 5px;
}

/* Fonts Size Formating:: */
.text-right {
  text-align: right;
}

.h1 {
  font-size: 60px;
}
.h2 {
  font-size: 54px;
}
.h3 {
  font-size: 48px;
}
.h4 {
  font-size: 42px;
}
.h5 {
  font-size: 36px;
}
.h6 {
  font-size: 30px;
}

/* .para-a{font-size:34px;}
.para-b{font-size:30px;}
.para-c{font-size:26px;}
.para-d{font-size:22px;}
.para-e{font-size:18px;} */

.para-s-a {
  font-size: 32px;
}
.para-s-b {
  font-size: 28px;
}
.para-s-c {
  font-size: 24px;
}
.para-s-d {
  font-size: 20px;
}
.para-s-e {
  font-size: 16px;
}

/* Minimum font size 16PX or 14Px */

/* Alignment Format:: */
.imgcurve10 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

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

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-border {
  border: 0 !important;
}

/*** Style Formating  ***/

.gap-top {
  margin-top: 2%;
}
.gap-top-sec {
  margin-top: 4% !important;
}

.no-padding {
  padding: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-margin-left {
  margin-left: 0px !important;
}
.no-margin-right {
  margin-right: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}

.w-100 {
  font-weight: 100;
}
.w-200 {
  font-weight: 200;
}
.w-300 {
  font-weight: 300;
}
.w-400 {
  font-weight: 400;
}
.w-500 {
  font-weight: 500;
}
.w-600 {
  font-weight: 600;
}
.w-700 {
  font-weight: 700;
}

.text-white {
  color: #ffffff;
}
.text-foxblue {
  color: #194f7e;
}
.text-grey {
  color: #707070;
}
.text-orange {
  color: #d4765d;
}
.text-purple {
  color: #6026a7;
}

.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #1b1b1b !important;
}
.bg-aqva {
  background-color: #00b0ff !important;
}
.bg-pink {
  background-color: #ff0090 !important;
}
.bg-green {
  background-color: #38a035 !important;
}
.bg-ash {
  background-color: #ececec !important;
}

img {
  margin: auto;
}

.para-a {
  font-size: 21px;
}
.para-b {
  font-size: 21px;
}
.para-c {
  font-size: 21px;
}
.para-ca {
  font-size: 21px;
}
.para-d {
  font-size: 21px;
}
.para-e {
  font-size: 21px;
}

.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-border {
  border: 0 !important;
}

.line-height1 {
  line-height: 1.5px;
}

.menu-dark {
  color: #336d7d;
}

.lgrey-txt {
  color: #c9c9c9;
}

.flex-just-cent {
  display: flex;
  justify-content: center;
}

.flex-just-end {
  display: flex;
  justify-content: flex-end;
}

.flex-just-start {
  display: flex;
  justify-content: flex-start;
}

.sound-icon-position {
  position: absolute;
  bottom: 12%;
  right: 6%;
}
@media (min-width: 768px) {
  .model-lgt {
    max-width: 80%;
  }
}

.cs-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  display: block;
  background-color: #6c757d;
  cursor: pointer;
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/close_icon_x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px 33px;
  transition: 0.3s all;
}

/*@media only screen and (min-width: 576px){

    .modal-dialog {
      max-width: 650px;
      margin: 1.75rem auto;
    }

    .services {
      padding: 0px;
  }

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

}*/

.inquire-aply {
  position: relative;
  right: 0;
  border: 2px solid #ffffff;
  width: max-content !important;
  height: auto !important;
  color: #333333;
  padding: 0px 30px;
  background: #ffffff;
  background-color: rgba(107, 107, 107, 0.3);
}

.inquire-aply p {
  font-size: 24px;
}

.careers-top-heading-nw {
  position: absolute;
  margin: auto;
  width: 100%;
  margin-top: 12%;
}

.menu-btn {
  margin-top: 0px;
}

/*-------------- SHMA ----------------*/
.shmaf {
  background-color: #2f3b4e;
  text-align: center;
  font-weight: 600;
  color: #ffe3d2;
  font-size: 25px;
  height: 89px;
  padding-top: 26px;
}

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

@media only screen and (max-width: 480px) {
  .logos-padding-shma {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .shma-logov {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 700px) {
  .shmaf {
    height: 130px;
    font-size: 23px;
  }
}

.shma .pharma-h1 {
  font-weight: 400;
}
/* about us  */

.partnerb {
  background-color: #f3f3f3;
  margin-left: 20%;
  margin-right: 20%;
  text-align: left;
  padding: 0%;
  box-shadow: 5px 5px 10px grey;
  margin-top: 43px;
  padding-left: 16px;
}

.padtop-partner {
  padding-top: 15px;
}

.director-oldgap {
  margin-top: 22px;
}

.con-cen {
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .partnerb p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .vet1 {
    margin-left: 15%;
  }
  .vet2 {
    margin-left: 21%;
  }
}

/* contact us  */

.shmac {
  text-align: center !important;
  max-width: 18rem;
  margin-left: 29%;
  margin-top: 8%;
}
.contactf {
  width: 80%;
  margin-top: 8px;
}

@media only screen and (max-width: 600px) {
  .shmac {
    max-width: 100%;
    margin-left: 0px;
  }
  .contactf {
    width: 100%;
  }
}

/* Programs  */
.fullvH2 {
  height: 100px;
}

@media only screen and (max-width: 480px) {
  /* .shma {
  } */

  .shma-adm .text-center {
    margin-top: 18%;
  }
}

/* admission  */

.contacta body {
  background-color: blue;
}

.slogo {
  margin-top: 3%;
}

@media only screen and (max-width: 700px) {
  .slogo {
    display: none;
  }
}

/* Culinary */
@media only screen and (max-width: 480px) {
  .shma .black-mob-h1 {
    position: absolute;
    top: 0%;
    right: 0%;
    margin-top: 65%;
    width: 100%;
  }
  .shma-contact-us {
    margin-top: 45%;
  }

  /*.shma-cul {
	margin-bottom: 35%;	
	}*/
}

/* vet-by-ehl  */

.shma-logov {
  position: absolute;
  padding-top: 57px;
  padding-bottom: 49px;
  margin-left: -30%;
}

.vbold-h1 {
  color: #0478a1;
  font-weight: 600;
}

@media only screen and (max-width: 700px) {
  .shma-logov {
    position: inherit;
    margin: auto;
  }
  .vbold-h1 {
    display: none;
  }

  .shma-vet .overFlowHide {
    overflow: inherit;
  }

  .shma-vet .logos-padding {
    padding-top: 100px;
  }
}
