.airservices-heading {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 0%;

  left: 50%;
  transform: translate(-50%, 0%);

  background-color: rgb(0, 0, 0, 0.5);
  width: auto;
  height: 210px;
  color: #fff;
}

.modal-dialog {
  max-width: 100%;
}

.contact-grey {
  color: #7c7c7c;
}

.pad-aircontact {
  padding-top: 5%;
  padding-left: 15rem;
}

.latestnews {
  border: 2px solid #818181;
  background-color: rgb(0, 0, 0, 0);
  z-index: 9;
  padding: 10px;
}

.airservices-heading h1 {
  font-size: 6vw;
  font-weight: 100;
  letter-spacing: 15px;
  transform: scaleY(0.9);
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.air-tag {
  position: absolute;
  top: 330px;
  right: 5%;
  font-size: 55px;
  color: #747474;
}

.airservices-heading p {
  font-size: 2vw;
  font-weight: 100;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bannerpic {
  position: relative;
}

.bannerpic img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services {
  padding: 30px;
  padding-left: 40px;
}

.experience {
  padding-top: 80px;
  padding-left: 40px;
  text-align: center;
  font-size: 35px;
}

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

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

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

.contact1 {
  margin-top: 25px;
}

.contact-text {
  color: #7c7c7c;
}

/* ---- menu---- */

.air-menu {
  max-width: 1850px;
}

/* .slick-cloned img{
    height:500px;
  } */

.carousal {
  margin: 30px;
}

/* 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: 150px;
  width: 70%;
  height: 200px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flick {
  margin-bottom: 180px;
}

.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 iframe {
  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(2);
  -webkit-filter: none;
  filter: none;
}

.carousel-cell.is-selected iframe {
  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 */

.carousel-cell {
  top: 230px;
}

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

.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);
  bottom: 373px;
  position: absolute;
}

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

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

.para {
  position: absolute;
  top: 137%;
  padding: 77px;
}

.flickity-viewport {
  height: 1100px !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 .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}

/* flickity */

.food-h1 {
  position: absolute;
  top: 197px;
  right: 145px;
  font-size: 4rem;
  color: #fff;
}

.food-p {
  position: absolute;
  top: 309px;
  right: 147px;
  font-size: 25px;
  text-align: justify;
  width: 705px;
  color: #fff;
}

@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: 227px;
  }
}

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

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

  .carousel-cell h2 {
    bottom: 128%;
  }
  .carousel-cell img {
    max-width: 700px;
    max-height: 380px;
  }

  .carousel-cell.is-selected iframe {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

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

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

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

  .experience {
    font-size: 30px;
  }

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

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

  .booknow {
    top: 323%;
  }

  .para {
    position: absolute;
    padding: 28px;
    text-align: justify;
  }

  .pad-aircontact {
    /* padding-top: 7S%; */
    padding-left: 9rem;
  }

  .food-h1 {
    position: absolute;
    top: 197px;
    right: 81px;
    font-size: 4rem;
    color: #fff;
  }

  .food-p {
    position: absolute;
    top: 309px;
    right: 79px;
    font-size: 21px;
    text-align: justify;
    width: 705px;
    color: #fff;
  }
  .vidiframe {
    margin-top: 149px;
  }
}

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

  .booknow {
    top: 323%;
  }

  .para {
    position: absolute;
    padding: 28px;
    text-align: justify;
  }

  .pad-aircontact {
    padding-top: 8%;
    padding-left: 9rem;
  }

  .food-h1 {
    position: absolute;
    top: 197px;
    right: 81px;
    font-size: 4rem;
    color: #fff;
  }

  .food-p {
    position: absolute;
    top: 309px;
    right: 79px;
    font-size: 21px;
    text-align: justify;
    width: 705px;
    color: #fff;
  }

  .vidiframe {
    margin-top: 149px;
  }

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

@media only screen and (min-device-width: 100px) and (max-device-width: 480px) {
  .flickity-viewport {
    height: 1300px !important;
  }

  .para {
    top: 310px;
    padding: 0px;
    width: 88vw;
  }

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

  .carousel-cell.is-selected .para {
    text-align: justify;
  }

  .carousel-cell img {
    opacity: 0;
  }

  .carousel-cell h2 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0);
  }

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

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

  .contact-text {
    position: absolute;
    margin-top: 30px;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pharma-h1 {
    position: absolute;
    top: 19%;
    right: 5%;
    font-size: 5vw;
  }

  .pad-aircontact {
    padding-top: 12%;
    padding-left: 3%;
  }

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

  .para {
    top: 308px;
    padding: 65px;
    width: 88vw;
  }

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

  .carousel-cell.is-selected .para {
    text-align: justify;
  }

  .carousel-cell img {
    opacity: 0;
  }

  .carousel-cell.is-selected .para {
    font-size: 22px;
  }

  .carousel-cell h2 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0);
  }

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

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

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }

  .services {
    padding: 0px;
  }

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