/* .container {
    max-width: 960px;
} */

/*
   * Custom translucent site header
   */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
   * Extra utilities
   */

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.page-footer {
  background-color: #1e3e72;
  color: #fff;
}

.list-unstyled li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.list-unstyled li {
  line-height: 1.9;
}

.footer-copyright {
  border-top: 1px solid #ffffff39;
}

.footer-copyright span {
  font-size: 14px;
}

.nav-item {
  width: 120px;
}

.section-products {
  padding: 80px 0 54px;
}

.section-products .header {
  margin-bottom: 50px;
}

.section-products .header h3 {
  font-size: 1rem;
  color: #fe302f;
  font-weight: 500;
}

.section-products .header h2 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #444444;
}

.section-products .single-product {
  margin-bottom: 26px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  cursor: pointer;
}

.section-products .single-product .part-1 {
  position: relative;
  height: 290px;
  max-height: 290px;
  margin-bottom: 20px;
  overflow: hidden;
}

.section-products .single-product .part-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
  transform: scale(1.2, 1.2) rotate(5deg);
}

.section-products #product-1 .part-1::before {
  background: url("/assets/images/icu-bed-5.jpg") no-repeat center;
  background-size: cover;
  transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
  background: url("/assets/images/electric-blood-donor-chair.jpg") no-repeat
    center;
  background-size: cover;
}

.section-products #product-3 .part-1::before {
  background: url("/assets/images/hospital-semi-fowler-bed.webp") no-repeat
    center;
  background-size: cover;
}

.section-products #product-4 .part-1::before {
  background: url("/assets/images/diagnostic-equipments.jpg") no-repeat center;
  background-size: cover;
}

.section-products #product-5 .part-1::before {
  background: url("/assets/images/Hospital-Linen-Banner.png") no-repeat center;
  background-size: cover;
  transition: all 0.3s;
}

.section-products #product-6 .part-1::before {
  background: url("/assets/images/Autoclave-terilizer.jpg") no-repeat center;
  background-size: cover;
}

.section-products #product-7 .part-1::before {
  background: url("/assets/images/ot-lights-tables.jpg") no-repeat center;
  background-size: cover;
}

.section-products #product-8 .part-1::before {
  background: url("/assets/images/Laboratory-Equipment.jpg") no-repeat center;
  background-size: cover;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #ffffff;
  background-color: #fe302f;
  padding: 2px 8px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
  left: 0;
  background-color: #444444;
}

.section-products .single-product .part-1 ul {
  position: absolute;
  bottom: -41px;
  left: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
  bottom: 30px;
  opacity: 1;
}

.section-products .single-product .part-1 ul li {
  display: inline-block;
  margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #444444;
  text-align: center;
  box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
  transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
  color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
  font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
  display: inline-block;
  font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
  position: relative;
  padding: 0 7px;
  margin-right: 2px;
  opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #444444;
  transform: translateY(-50%);
}

.part-2 {
  padding: 10px;
  text-align: center;
}

footer {
  background-color: #1e3e72;
  padding: 50px 0px;
}

.footerMain {
  display: flex;
  justify-content: space-between;
}

.mainBox {
  width: 20%;
}

.mainBox p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
}

.mainBox h4 {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.mainBox ul {
  margin: 0px;
  padding: 0px;
}

.mainBox ul li {
  list-style: none;
  color: #fff;
}

.mainBox ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.mainBox1 {
  width: 48%;
}

.mainBox1 p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
}

.mainBox1 h4 {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.socialMedia {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.iconsSocial {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.copyWrite {
  padding: 20px 0px;
  text-align: center;
  background-color: #000;
  display: flex;
  justify-content: space-around;
  color: #e5e5e5;
}

.cardClrs {
  background-color: rgba(168, 214, 255, 0.164);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mainSection {
  padding: 70px 0px !important;
}

.aboutSection {
  padding: 70px 0px;
}

.sectionsAboutUs {
  padding: 70px 0px;
}

.sectionsAboutUs h1 {
  text-align: center;
}

.sectionsAboutUs p {
  text-align: justify;
  margin-top: 20px;
}

.contactUs {
  padding: 180px 0px 100px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(/assets/images//banner.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contactUs h1 {
  font-size: 36px;
  color: #fff;
}

.cardBox1 {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  /* -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; */
}

.cardBox1:hover {
  background-color: #1e3e72;
  /* Firefox */
  -moz-transition: all 1s ease-in;
  /* WebKit */
  -webkit-transition: all 1s ease-in;
  /* Opera */
  -o-transition: all 1s ease-in;
  /* Standard */
  transition: all 1s ease-in;
  color: #fff;
}

.prodcutSectionsBannerr {
  padding: 180px 0px 100px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(/assets/images/Parallax.webp);
  background-size: 100% 100%;
}

.prodcutSectionsBannerr h1 {
  font-size: 36px;
  color: #fff;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 576px) {
  .footerMain {
    flex-direction: column;
  }

  .mainBox {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    border-bottom: 1px dashed #fff;
  }

  .mainBox:nth-child(3) {
    border-bottom: none;
  }

  .mainBox1 {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    border-bottom: 1px dashed #fff;
  }

  .socialMedia {
    width: 55%;
    margin: auto;
  }

  .copyWrite {
    flex-direction: column;
    font-size: 12px;
  }

  .captionsMain h1 {
    font-size: 28px;
  }

  .captionsMain h4 {
    font-size: 18px;
  }

  .cardBox1 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-device-width: 577px) and (max-device-width: 800px) {
}

@media only screen and (min-device-width: 801px) and (max-device-width: 1000px) {
}

@media only screen and (min-device-width: 1001px) and (max-device-width: 1200px) {
}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1500px) {
}
