@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-family: "Poppins", sans-serif;
  position: relative;
  min-height: 100%;
  top: 0;
}

.mainWrapper {
  /* background-color: #ECFEFE; */
  background-color: #ff6a0017;
}

.headerSec .menuLinks a {
  transition: all ease 0.3s;
}

.headerSec .menuLinks a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #174e83;
  transition: width ease-in-out 0.3s;
  transform-origin: left;
}

.headerSec .menuLinks a:hover::before {
  width: 100%;
}

.headerSec .menuLinks a svg {
  transition: all ease 0.5s;
}

.headerSec .menuLinks a:hover svg {
  transform: rotate(180deg);
}

.headerSec .menuLinks li .dropdownMenus a::before {
  background-color: transparent !important;
  height: 0;
}

.headerSec .menuLinks li .dropdownMenus h4::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #42aaa3;
}

.section {
  padding: 0 3rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section.pt-3 {
  padding-top: 3rem;
}

.bannerSec {
  background-image: url("../update-img/new-banner.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 95vh;
  padding-top: 68px;
  border-radius: 0 0 140px 140px;
  margin-bottom: 200px;
  max-height: 100%;
}

.custom_color h1 {
  color: #000;
}

.custom_color h1 span {
  color: #ff6a00;
}

.custom_color p {
  color: #000;
}

.relative {
  text-align: start;
}

.bannerBtn .btnBg {
  transition: width ease 0.5s;
  transform-origin: left;
  z-index: 1;
}

.bannerBtn:hover .btnBg {
  width: 100%;
  background-color: #fff;
}

.bannerBtn:hover svg,
.bannerBtn:hover span {
  color: #0f5492;
  position: relative;
  z-index: 2;
}

.featureSec {
  width: 80%;
  margin: auto;
  box-shadow: 0 1px 2px #9c9c9c;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  bottom: -33% !important;
  transform: translateX(-50%);
  padding: 0 !important;
}

.aboutSec {
  background: #f9f9f9;
  padding: 50px 0;
}

.aboutSec .leftImg {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 530px;
  width: 90%;
  /* or block */
}

/* .aboutSec .leftImg .card-content {
    position: relative;
    z-index: 2;
} */

.aboutSec .leftImg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #0e5293;
  opacity: 0.4;
  z-index: 1;
  transform: translate(-50%, -50%);
  /* border-radius: 50px; */
}

.aboutSec .leftImg .card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 128px 45px 30px;
  background-image: linear-gradient(0deg, #ff6a00ad, transparent) !important;
  z-index: 2;
}

.aboutSec .leftImg .card-content h4 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}

.aboutSec .leftImg .card-content h4::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #33c0ed;
}

.aboutSec .leftImg img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  /* ensure image is below the overlay */
}

.aboutSec .content_box {
  /* background: #1461A3; */
  /* background: linear-gradient(90deg, rgba(20, 97, 163, 1) 0%, rgba(33, 130, 199, 1) 50%, rgba(45, 157, 231, 1) 100%); */
  /*background: linear-gradient(*/
  /*  90deg,*/
  /*  rgba(0, 0, 0, 0.6) 0%,*/
  /*  rgb(15, 15, 15) 50%,*/
  /*  rgba(0, 0, 0, 0.8) 100%*/
  /*);*/
  background: rgba(255, 106, 0, 0.68) !important;
}
.aboutSec .content_box p {
  color: #fff !important;
}
.aboutSec .box {
  border: 2px solid #a3dff1;
  border-radius: 12px;
}

.aboutSec .sideLine {
  max-height: 100%;
  height: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.aboutSec .sideLine .lineCircle:nth-child(odd) {
  /* background-color: #0E5293; */
  background-color: #000;
}

.aboutSec .sideLine::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #a3dff1;
  top: 0;
  left: 50%;
  z-index: -1;
}

.ourMissionVision {
  padding: 50px 0;
}

.ourMissionVision .smallImg {
  top: 20%;
  right: -5%;
}

.ourMissionVision.visionSec .smallImg {
  top: 20%;
  left: -5%;
}

.ourMissionVision .smallImg img {
  overflow: hidden;
  border: 12px solid #ecfefe;
}

.ourCaregorySec .categorySliderSec {
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.ourCaregorySec .categorySliderSec .sliderDesc {
  width: 200px;
  top: 75%;
  right: -10%;
  transform: translateY(-50%);
  background-color: #ff6a00;
  border-radius: 12px;
  padding: 10px;
}

.custom-arrow {
  @apply !w-12 !h-12 !bg-white !rounded-full !shadow-md !flex !items-center !justify-center !text-gray-700 !transition-all;
}

.custom-arrow:hover {
  @apply !bg-gray-800 !text-white !shadow-lg !scale-110;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  top: 45%;
}

.categorySliderSec .swiper-button-prev,
.categorySliderSec .swiper-button-next {
  color: #42aaa3;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.categorySliderSec .swiper-button-prev:hover,
.categorySliderSec .swiper-button-next:hover {
  opacity: 1;
}

.categorySliderSec .swiper-button-prev::after,
.categorySliderSec .swiper-button-next::after {
  font-size: 20px;
}

.map-container svg {
  width: 100%;
  height: 400px;
}

.map-container svg path {
  /* fill: #ececec; */
  stroke: #dcbfff;
  transition: 100ms;
}

.map-container svg path:hover {
  fill: #083866;
  stroke: #f72c2c;
}

.trendingProdSec .card-content {
  width: 100%;
  padding: 128px 25px 20px;
  background-image: linear-gradient(0deg, #0c3b67, transparent);
  z-index: 2;
}

.videoSec .iframeWrapper::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -25px;
  background-color: transparent;
  border: 3px solid #33c2ee;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.locationSec .items .item {
  /* background-image: url(../../assets/images/static_imgs/dubai.jpg); */
  background-position: center top;
  overflow: hidden;
  background-size: cover;
  height: 280px;
  /* background-size: 100%; */
}

.locationSec .card-content {
  position: absolute;
  bottom: 20px;
  padding: 40px 40px 0px;
  left: 0;
  width: 100%;
}

.locationSec .items .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}

.prices-li:before {
  content: url("https://uimand.top/img/check-icon.svg");
  padding-top: 6px;
}

.title::before {
  content: url("https://uimand.top/img/arrow-icon.svg");
  position: absolute;
  right: 20px;

  transition: all 0.2s;
}

.content {
  max-height: 0;
  transition: max-height 0.2s;
}

.toggle:checked + .title + .content {
  max-height: 500px;
}

.toggle:checked + .title::before {
  transform: rotate(180deg) !important;
}

.swiper.topSellingSwiper {
  padding-top: 170px;
}

.swiper.mySwiperTestimonial {
  padding-bottom: 40px;
}

.faq-wrapper {
  background-color: #fafafa;
  border: 1px solid #bae4fa;
}

.faq-wrapper.active {
  background-color: #1991cd;
  border: 2px solid #1991cd;
}

.faq-wrapper button,
.faq-wrapper svg,
.faq-wrapper .faq-content {
  color: #333;
}

/* .faq-wrapper svg:hover {
    cursor: pointer;
    color: #fff;
} */

/* .faq-wrapper button:hover span,
.faq-wrapper button:hover svg {
    color: #fff;
} */

.faq-wrapper.active button,
.faq-wrapper.active svg,
.faq-wrapper.active .faq-content {
  color: #fff;
}

/* Categories page css */
.relatedCategoryWrapper li {
  /* display: inline-block; */
  padding-right: 10px;
}

.similarProds span {
  position: relative;
  z-index: 2;
}

.similarProds button::before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 50%;
  top: 100%;
  background-color: #42aaa3;
  z-index: 1;
  border-radius: 100%;
  transition: all ease 0.3s;
  transform: translateX(-50%);
}

.similarProds button:hover::before {
  height: 140%;
  top: -20%;
  width: 150%;
}

.similarProds .ctgProdImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  transition: all ease 0.3s;
}

.similarProds .ctgProdImg:hover::before {
  opacity: 0.2;
}

.similarProds .ctgProdImg:hover img {
  transform: scale(1.3);
}

.similarProds .ctgProdImg .viewProd {
  top: 0;
  opacity: 0;
  transition: all ease 0.3s;
}

.similarProds .ctgProdImg:hover .viewProd {
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  opacity: 1;
}

/* About page css */
.appointment_form form input::placeholder,
.appointment_form form textarea::placeholder {
  color: #ccc;
  font-weight: 300;
  font-size: 14px;
}

/* Event page css */

.event_banner {
  height: auto;
}

.latestEventSlider .card-content {
  position: absolute;
  bottom: 0;
  padding: 40px 40px 0px;
  width: 100%;
  padding: 30px 0 10px;
  background-image: linear-gradient(0deg, #0e5293, transparent);
  z-index: 2;
}

/* Catalogue page css */

.catalogue_banner .item::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #039abe;
  opacity: 0.2;
  z-index: 1;
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
  .section {
    padding: 0 2rem;
  }

  .bannerSec {
    height: 80vh;
    margin-bottom: 240px;
  }

  .featureSec {
    width: 90%;
    bottom: -44%;
  }

  .aboutSec .leftImg {
    height: 510px;
    width: 100%;
  }

  .aboutSec .leftImg .card-content {
    padding: 100px 15px 20px;
  }

  .ourMissionVision {
    padding: 30px 0;
  }

  .ourMissionVision .smallImg img {
    border: 8px solid #ecfefe;
  }

  .locationSec .card-content {
    padding: 30px 15px 0;
  }

  .swiper.topSellingSwiper {
    padding-top: 110px;
  }

  .event_phone_img {
    height: 400px !important;
    margin-top: -38px;
    position: static;
    width: 86%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 0 1.5rem;
  }

  .bannerSec {
    height: 420px;
    border-radius: 0 0 50px 50px;
    margin-bottom: 400px !important;
    /*background-position: left;*/
  }

  .featureSec {
    top: auto !important;
    bottom: auto;
    width: 95% !important;
    bottom: -146% !important;
  }
  
  
  /*.aboutSec{*/
  /*    padding-top: 264px !important;*/
  /*}*/
  
  

  .aboutSec .leftImg {
    width: 100%;
    height: revert-rule;
  }
  
  

  .aboutSec .leftImg .card-content {
    padding: 80px 15px 20px;
  }

  .aboutSec .leftImg .card-content h4 {
    margin-bottom: 15px;
  }

  .ourMissionVision .smallImg img {
    border: 6px solid #ecfefe;
  }

  .ourMissionVision {
    padding: 20px 0;
  }

  .ourCaregorySec .categorySliderSec {
    width: 100%;
    bottom: auto;
    left: 5%;
    top: 60%;
    transform: translateX(-5%);
  }

  .ourCaregorySec .categorySliderSec .sliderDesc {
    width: 200px;
    bottom: -10%;
    right: 5%;
    transform: translateY(-50%);
    background-color: #1d78b1;
    border-radius: 12px;
    padding: 10px;
  }

  .map-container svg {
    width: 100%;
    height: 250px;
  }

  .trendingProdSec .card-content {
    padding: 85px 10px 20px;
  }

  .swiper.topSellingSwiper {
    padding-top: 80px;
  }

  .videoSec {
    margin-bottom: 280px;
  }

  .videoSec .iframeWrapper::before {
    top: 20px;
    left: -15px;
    width: 98%;
    height: 98%;
  }

  #popupBox {
    height: 90%;
    overflow-y: scroll;
  }

  /* category list css */

  .mobileSidebarCategory {
    position: fixed;
    height: 100%;
    width: 70%;
    border: 2px solid #ddd;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 999;
    display: block;
    transition: all 0.3s ease;
    transform: translateX(100%);
  }

  .sidebarOpened .mobileSidebarCategory {
    transform: translateX(0);
  }

  .sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
  }

  .sidebarOpened .sidebar-backdrop {
    opacity: 1;
    pointer-events: all;
  }

  .phone_sidebar {
    max-height: 100%;
    overflow-y: scroll;
    padding: 10px 0;
    padding-left: 10px;
  }
}

@media (max-width: 420px) and (min-width: 350px) {
  .section {
    padding: 0 0.8rem;
  }

  .site-logo {
    width: 200px;
  }

  .bannerSec {
    margin-bottom: 370px;
  }

  .aboutSec {
    /*padding: 30px 0;*/
    padding-top: 242px !important;
  }

  .aboutSec .leftImg .card-content h4::before {
    width: 6px;
  }

  .aboutSec .leftImg .card-content h4 {
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .ourMissionVision .smallImg {
    right: -2%;
  }

  .ourMissionVision.visionSec .smallImg {
    left: -2%;
  }

  .ourMissionVision {
    padding: 10px 0;
  }

  .videoSec {
    margin-bottom: 200px;
  }

  .videoSec .iframeWrapper::before {
    height: 98%;
    width: 98%;
    top: 16px;
    left: -12px;
  }
}

/* .costom_text p {
    text-align: justify;
} */

.custom_11 h1 {
  font-size: 35px;
}

.custom_11 p {
  font-size: 15px;
}

.change_f h2 {
  font-size: 35px;
}

.change_f p {
  text-align: justify;
  font-size: 16px;
}

.custom_a p {
  text-align: justify !important;
}

.leading-relaxed {
  text-align: justify;
}

.font-s h2 {
  font-size: 30px;
}

.item p {
  font-size: 16px;
}

.test_f {
  font-size: 25px;
}

/* ===================================================== gallery ====================  */

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 150px;
  gap: 1rem;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* slightly larger grid items */
  }
}

.category-hidden {
  display: none !important;
}

.w-2-span {
  grid-column: span 2;
}

.h-2-span {
  grid-row: span 2;
}

.gallery-item {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(10, 20, 30, 0.1);
  transition:
    transform 0.3s ease-out,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-item:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 25px rgba(10, 20, 30, 0.2);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}

.gallery-item:hover .image-overlay {
  background: rgba(0, 188, 212, 0.1);
}

.tab-btn {
  @apply px-5 py-2 text-sm font-medium rounded-full transition-all duration-300 cursor-pointer whitespace-nowrap;
  @apply bg-transparent text-gray-700 hover:text-cyan-600;
}

.tab-btn.active {
  @apply bg-cyan-600 text-white shadow-md shadow-cyan-500/50;
}

.mfp-dark-theme.mfp-bg {
  @apply bg-gray-900;
  opacity: 0.95 !important;
  background-color: theme("colors.gray.900") !important;
}

.mfp-dark-theme .mfp-close,
.mfp-dark-theme .mfp-arrow-left:before,
.mfp-dark-theme .mfp-arrow-right:before {
  @apply text-white;
  color: #f3f4f6 !important;
}

#category-tabs .tab-btn {
  transition: all 0.3s linear;
}

#category-tabs .tab-btn:hover,
#category-tabs .tab-btn.active {
  border-color: #088ac4 !important;
  background: #088ac4;
  color: #f3f4f6 !important;
}

/* .lg\:grid-cols-4 {
    @media (width >=64rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
} */

/* ============================  */

/* Section */
.blog-section {
  padding: 60px 0;
}

.container-blog {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

/* Title */
.section-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #000;
}

/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Image */
.blog-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* Content */
.blog-content {
  padding: 25px;
}

.category {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.blog-content h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 15px 0;
  line-height: 1.3;
}

.blog-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Meta */
.meta {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #555;
}

@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
  }

  .custom_11 h1 {
    font-size: 20px;
  }
}

.custom_btnn a {
  background-color: #ff6a00;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-size: 15px;
}

.custom_btnn a:hover {
  background-color: #000;
  color: #fff;
}

.custom_btnn a:hover::before {
  width: 0% !important;
}

.custom_btnn a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #174e83;
  transition: width ease-in-out 0.3s;
  transform-origin: left;
}

.smallBanner {
  background: #ff6a00;
}

.gas-control p {
  text-align: justify;
}

/* .swiper-slide img {
    border: 1px solid #ccc;
} */

.sliderDesc h3 {
  font-size: 16px !important;
}

.ctgSdbrTglbtn a {
  font-size: 14px;
}

.custom_hidden {
  display: none;
}

.coustom_img img {
  object-fit: revert !important;
}

.about-img img {
  border: 1px solid #ccc;
  margin-bottom: 16px;
}

.custom_display {
  display: none !important;
}

.certificate-box img {
  border: 1px solid #ccc;
}

/*=============================== */

.certificate-section {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
}

.certificate-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.certificate-box {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  /*height: auto !important;*/
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
  background: #f5f5f5;
}

.certificate-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.certificate-box:hover {
  transform: translateY(-5px);
}

.certificate-popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
}

.certificate-popup.active {
  display: flex;
}

.certificate-popup img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
}

.certificate-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 45px;
  color: #fff;
  cursor: pointer;
  z-index: 1000000;
  line-height: 1;
}

@media (max-width: 992px) {
  .certificate-box {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .certificate-section {
    padding: 40px 15px;
  }

  .certificate-box {
    flex: 1 1 100%;
    max-width: 100%;
    height: auto !important;
  }

  .certificate-close {
    top: 15px;
    right: 22px;
    font-size: 36px;
  }
}

/* ============================ gallery page css ========================= */
.medimatic-gallery-section {
  width: 100%;
  padding: 60px 15px;
  background: #fff;
}

.medimatic-gallery-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.medimatic-gallery-box {
  width: calc(33.33% - 16px);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.medimatic-gallery-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

.medimatic-gallery-box:hover img {
  transform: scale(1.08);
}

/* Popup */
.medimatic-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 20px;
}

.medimatic-popup.active {
  display: flex;
}

.medimatic-popup img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 12px;
  object-fit: contain;
}

.medimatic-popup-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
}

/* Tablet */
@media (max-width: 991px) {
  .medimatic-gallery-box {
    width: calc(50% - 12px);
  }

  .medimatic-gallery-box img {
    height: 240px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .medimatic-gallery-section {
    padding: 40px 12px;
  }

  .medimatic-gallery-container {
    gap: 18px;
  }

  .medimatic-gallery-box {
    width: 100%;
  }

  .medimatic-gallery-box img {
    height: 220px;
  }

  .medimatic-popup-close {
    top: 15px;
    right: 22px;
    font-size: 38px;
  }
}
/* ============================ gallery page css end ========================= */

/* .custom_height img {
  height: 380px;
} */

.thumbSlider {
  margin-top: 15px;
}

.thumbSlider .swiper-slide {
  width: auto !important;
  cursor: pointer;
  opacity: 0.6;
}

.thumbSlider .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-product-img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}

@media (max-width:776px) {
   .aboutSec .leftImg {
    width: 100%;
    height: revert-rule !important;
  }
}



.custom_btnn button{
        background: #ff6a00;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    cursor: pointer;
}