.header {
  padding: 30px 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.rect {
  background-color: #ffff;
  border-radius: 20px;
  height: 100%;
  padding: 36px;
  display: block;
}

.rect .row {
  align-items: center;
}

.logoimg img {
  width: 65%;
}

.menu {
  display: flex;
  gap: 35px;
}

.hdmenu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu a {
  font-size: 18px;
  font-weight: 600;
  color: #0d7ca5;
  transition: all 0.3s;
}

.menu a.active {
  color: #000;
}

.menu a:hover {
  color: #000;
}

.menu li {
  position: relative;
}

@media screen and (min-width: 992px) {
  .menu li:hover .SubMenu {
    display: block;
    max-height: 300px;
  }

  .SubMenu {
    width: 300px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 999;
    border-radius: 12px;
  }

  .SubMenu ul {
    margin: 0;
    padding: 10px 20px;
  }

  .SubMenu ul li a {
    padding: 6px 0;
    display: block;
    color: var(--primary-color);
  }
}

.icon img {
  display: block;
  margin-left: auto;
  width: 65px;
}

.rsCl {
  display: none;
}

.dropToggle {
  display: none;
}

/*  */
.hero {
  background-image: url(../assets/herobg.png);
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  background-position: bottom;
  overflow: hidden;
}

.herocontent {
  margin-left: 120px;
}

.herCol {
  height: 100%;
  display: flex;
  align-items: center;
}

.res-heroImg {
  display: none;
}

.row1 {
  height: 100%;
}

.herocontent h5 {
  color: var(--text-color);
  font-size: 23px;
  font-weight: 200;
  letter-spacing: 8px;
}

/* .heroimg {
  height: 100%;
  display: flex;
  align-items: end;
  line-height: 0;
}

.heroimg img {
  width: 100%;
} */
.heroimg {
  line-height: 0;
}

/* For fade effect: force only active slide visible */
.heroImgSlide .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}

.heroImgSlide .swiper-slide-active {
  opacity: 1 !important;
}

.heroImgSlide {
  height: 100%;
  display: flex;
}

.mnHrImg {
  margin-bottom: 12px;
}

.scHrImg {
  margin-bottom: 80px;
}

.frHrImg {
  margin-bottom: 16px;
}

.heroImgSlide .swiper-slide {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}

.heroImgSlide img {
  width: 100%;
}

.mnHrImg img {
  width: 590px;
}

.herocontent h1 {
  color: var(--primary-color);
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.herocontent h1 span {
  display: block;
}

.herocontent p {
  font-size: var(--text-font);
  color: var(--textpara-color);
  max-width: 520px;
}

.button {
  display: block;
  border: solid 2px #2d5354;
  font-weight: 500;
  color: #000;
  width: fit-content;
  padding: 9px 30px;
  margin-top: 15px;
  transition: all 0.3s;
}

.button:hover {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border: solid 2px var(--primary-color);
}

.partner {
  padding-top: 80px;
}

.partners {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.partnercont h3 {
  font-size: 26px;
  color: var(--primary-color);
}

.partnercont p {
  font-size: var(--text-font);
  color: var(--textpara-color);
  font-weight: 300;
  line-height: 1.2;
}

.partnercont p span {
  display: block;
}

.partnerimg img {
  width: 100%;
}

.about {
  padding-top: 50px;
}

.abtRwCont {
  border: solid 2px #d8efff;
  border-radius: 35px;
}

.aboutrect {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 60px;
}

.aboutrect2-wrapper {
  height: 100%;
}

.aboutrect h2 {
  font-size: 35px;
  color: var(--primary-color);
}

.aboutrect p {
  padding-top: 11px;
  max-width: 540px;
}

.aboutrect2 {
  background: #cbe7f7;
  height: 100%;
  border-radius: 0 35px 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0;
}

.aboutimg img {
  display: block;
  margin: auto;
  width: 100%;
  border-radius: 31px;
  border: solid 15px #d8efff;
}

.about .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.details {
  background-image: url(../assets/img4bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 158px;
  min-height: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: 0 20%;
}

.details .col-md-5 {
  position: static !important;
}

.pulse-contain h2 {
  color: #fff !important;
}

.pulse-contain p {
  text-align: center;
  color: #fff;
}

.video-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.video-wrapper > p{
  width: 100%;
  text-align: center;
}
.pulseCnt {
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.imgdetail img {
  width: 80%;
}

.imgdetail {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0;
  display: block;
  margin: auto;
}

.rectdetail {
  background-color: #b1d456;
  border-radius: 20px;
  padding: 25px;
  display: block;
  color: #fff;
  height: 100%;
  text-align: center;
  width: 25%;
  line-height: 0.9;
}

.detailcont {
  display: flex;
  gap: 20px;
  margin-top: 180px;
}

.detailcont h5 {
  font-size: 52px;
}

.detailcont p {
  font-size: 18px;
  font-weight: 700;
}

.rectcolor {
  background-color: #3fb5e7;
}

.rectcolor2 {
  background-color: #f76041;
}

.rectcolor3 {
  background-color: #8e8e8e;
}

.detailpara p {
  padding-top: 30px;

  margin: auto;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  align-items: center;
  text-align: center;
  max-width: 600px;
}

.services {
  padding-top: 80px;
}

.serviceheading h2 {
  font-size: 35px;
  text-align: center;
  color: var(--primary-color);
}

.serviceheading p {
  font-weight: 200;
  font-size: 18px;
  text-align: center;
}

.brand {
  padding-top: 80px;
}

.brandsec {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.brands {
  width: 100%;
  padding-top: 60px;
  margin: auto;
}

.brandSwiper2 {
  width: 100%;
}

.brandSwiper2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brandSwiper2 .swiper-slide img {
  width: 160px;
  height: auto;
  opacity: 0.9;
  transition: 0.3s ease;
  object-fit: contain;
}

.brandSwiper2 .swiper-slide img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.serviceBlk {
  text-align: center;
}

.serviceBlk:hover img {
  transform: scale(1.04);
}

.serviceContainer {
  position: relative;
}

.serviceImg img {
  width: 50%;
  border-radius: 50%;
  border: solid 15px #dae7e4;
  transition: all 0.3s;
}

.swiper-button-prev img {
  width: 100%;
}

.swiper-button-next img {
  width: 100%;
}

.serviceContent h4 {
  font-size: 24px;
  color: var(--text-color);
}

.serviceContainer p {
  color: var(--textpara-color);
  font-size: var(--text-font);
  max-width: 288px;

  display: block;
  margin: auto;
}

.serviceContainer {
  padding-top: 60px;
}

.line {
  background-color: #00000072;
  display: block;
  height: 1px;
  width: 100%;
  margin: auto;
  margin-bottom: 8px;
  margin-top: 100px;
}

.footer {
  background-color: var(--primary-color);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 74px;
}

.footerlogo img {
  width: 200px;
}

.footerlst p {
  font-size: var(--textpara-color);
  color: #ffffff;
  font-weight: 200;
  display: block;
  margin-left: auto;
  max-width: 455px;
  padding-top: 20px;
}

/* COMPANY */
.pageHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 520px;
  background-image: url(../assets/pageBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  padding-top: 163px;
}

.pageHeader h2 {
  font-size: 40px;
  max-width: 800px;
  margin: auto;
  color: var(--primary-color);
}

.abtPg {
  padding-top: 80px;
  padding-bottom: 110px;
}

.abtPgCont h2 {
  color: var(--primary-color);
  font-size: 35px;
  margin-bottom: 14px;
}

.abtPgCont h2 span {
  display: block;
}

.abtPgCont p {
  padding-bottom: 14px;
}

.abtPgImg img {
  display: block;
  border-radius: 10px;
  width: 100%;
}

.abtPgImg {
  line-height: 0;
  margin: auto;
  border-radius: 30px;
  border: 20px solid #d8efff;
  position: relative;
}

.abtPgImg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  right: 100px;
  background-color: #fff;
  width: 160px;
  height: 180px;
  border-radius: 14px;
  background-color: #1e678b;
}

.secTitle h2 {
  font-weight: 800;
  color: var(--primary-color);
  font-size: 35px;
  text-align: center;
}

.secTitle p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.whyBlk {
  padding: 0 24px;
  text-align: center;
}

.whyIco {
  margin-bottom: 10px;
}

.whyCont h3 {
  color: var(--primary-color);
  font-size: 20px;
}

.whyCont h3 span {
  display: block;
}

.whyContain .col-lg-3 {
  border-right: 2px solid #d1d1d1;
}

.whyContain .col-lg-3:last-child {
  border-right: none;
}

.whyContain {
  margin-top: 50px;
}

.whyChoose {
  padding-bottom: 80px;
}

.abtPg .row {
  align-items: center;
}

.companyValue {
  border: 3px solid #d8efff;

  border-radius: 20px;
  margin-top: 90px;
}

.cvBlk {
  text-align: center;
  padding: 80px 40px;
}

.cvCont {
  padding: 0 40px;
}

.cstBg {
  background-color: #b5dff4;
}

.companyValue .col-md-12:last-child .cstBg {
  border-radius: 0;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.companyValue .cstBg {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

.cvCont h3 {
  color: var(--primary-color);
  font-size: 26px;
  margin-bottom: 10px;
}

.cvCont p {
  color: var(--primary-color);
}

/* division */
.dwBtn a {
  color: #fff;
  background-color: var(--primary-color);
  padding: 12px;
  display: block;
  width: fit-content;
  margin-top: 20px;
  transition: all 0.3s;
  border: 1px solid var(--primary-color);
}

.dwBtn a:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.herodcont h2 {
  font-size: 20px;
  letter-spacing: 13px;
  font-weight: 200;
}

.aboutdcont {
  text-align: center;
  padding-top: 80px;
}

.aboutdcont h2 {
  font-size: 35px;
  color: var(--primary-color);
}

.aboutdcont p {
  color: #282828;
  line-height: 30px;
  padding-top: 13px;
  margin: auto;
  max-width: 1000px;
}

.aboutdimg {
  padding-top: 80px;
}

.aboutdimg2 img {
  width: 95%;
}

.aboutdcont2 h3 {
  font-weight: 400;
  color: #282828;
  font-size: 35px;
}

.aboutdcont2 p {
  line-height: 1.5;
  padding-top: 9px;
  color: #555555;
}

.aboutcontp h5 {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #555555;
}

.aboutcontp li {
  font-size: 16px;
  color: #555555;
  margin-bottom: 4px;
  position: relative;
  padding-left: 15px;
}

.aboutcontp li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.row2 {
  flex-direction: row-reverse;
}

/* Media */
.mdaPg {
  padding-bottom: 0;
  color: var(--text-color);
}

.mdPgCnt {
  text-align: center;
}

.video_contain {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.mdVdo {
  width: 100%;
  height: 100%;
  position: relative;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mdVdo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.mdVdo.playing::after,
.mdVdo.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}

.profContainer {
  padding-top: 40px;
  text-align: center;
}

.prof_head h3 {
  font-size: 28px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

.mt-40 {
  margin-top: 40px;
}

.prof_head p {
  color: var(--text-color);
  max-width: 1280px;
  margin: auto;
}

.visionBlk {
  margin-top: 83px;
}

.visionBlk .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

.vsList {
  padding: 20px;
}

.vsImg {
  height: 310px;
  overflow: hidden;
     border-radius: 15px;
}

.vsImg img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}

.vsCnt {
  text-align: left;
  margin-top: 30px;
}
.vsCnt span{
  color: #2b2b2b;
}

.vsCnt h3 {
  font-size: 20px;
  color: #555555;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.3s;
}


.date {
  margin-bottom: 15px;
  font-weight: 600;
}
.vsList:hover img{
  transform: scale(1.08);
}
.vsList:hover h3{
  color: var(--primary-color);
}


.vsCnt p {
  color: var(--text-color);
}

/* Divison aesthetics */
.eyewear_grp {
  margin-top: 90px;
  margin-bottom: 30px;
}

.eyewear_grp .col-lg-5,
.eyewear_grp .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}

.eye-img {
  display: flex;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #ececec;
}

.eye-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.eye-col {
  display: flex;
  align-items: center;
  background-color: #ececec;
  height: 100%;
  padding: 30px 80px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.eye-col img {
  width: 320px;
}

.eye-col h3 {
  font-weight: 400;
  font-size: 30px;
  margin: 15px 0;
  color: var(--text-color);
  line-height: 1.3;
}

.eye-col p {
  color: var(--textpara-color);
}

.dist-blk {
  margin-top: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

/* .dist-blk .col-lg-4{
  padding-left: 0;
  padding-right: 0
} */
.distri-rw {
  overflow: hidden;
}

.dstImg {
  line-height: 0;
}

.distri-rw img {
  width: 100%;
  border-radius: 10px;
}

.distrImg {
  height: 460px;
}

.distrImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.ths-cnt p {
  padding-top: 20px;
  text-align: left;
  color: #555555;
}

.potech-contain {
  padding-top: 80px;
}

.potech-img {
  height: 100%;
  display: flex;
  justify-content: end;
  background-color: #ececec;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.potech-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.potech-contain .col-lg-7,
.potech-contain .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.potech-Cnt {
  display: flex;
  align-items: center;
  padding: 30px 60px;
  background-color: #ececec;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.potech-Cnt img {
  width: 265px;
}

.potech-Cnt h3 {
  font-weight: 400;
  font-size: 30px;
  margin: 15px 0;
  color: var(--text-color);
}

.potech-Cnt p {
  color: var(--textpara-color);
}

.sub-hd {
  font-weight: 600;
  margin: 20px 0;
  font-size: 20px;
  color: #555555 !important;
}

.eye-testingMach {
  padding-top: 120px;
}

/* .eye-testingMach .col-lg-3{
  padding-left: 0;
  padding-right: 0;
} */
/* .eye-test{
  padding: 20px;
} */
.machImg {
  width: 100%;
  height: 330px;
}

.machImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.machCnt h3 {
  font-weight: 600;
  margin: 20px 0;
  font-size: 23px;
  color: #555555;
}

.machCnt p {
  color: var(--textpara-color);
}

.testCol,
.distriCol {
  padding-left: 0;
}

.testCol-lst,
.distriCol2 {
  padding-right: 0;
}

/* Aesthetics */
.weOffr-contain {
  padding-top: 80px;
}

.divesLogo img {
  width: 200px;
}

.benfts-contain {
  padding-top: 80px;
}

.benfts-blk {
  text-align: center;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 90px;
}

.benfts-blk li {
  font-size: 20px;
  font-weight: 400;
  color: var(--textpara-color);
  padding: 15px 0;
  position: relative;
}

.benfts-blk li::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
}

.benfts-blk p {
  margin-top: 30px;
}

.deviceImg {
  height: 420px;
}

.deviceImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.dermusLogo img {
  width: auto;
}

.technology .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.techCnt {
  margin-top: 30px;
}

.clnclBLk {
  border-bottom: none;
}

.why-partner-container.container {
  margin-top: 90px;
}

.why-partner-container {
  background-color: #ececec;
  border-radius: 20px;
  color: #555555;
}

.why-partner-container {
  .benfts-blk li::after {
    display: none;
  }

  .benfts-blk li {
    color: #555;
    padding: 5px 0;
  }

  p,
  li {
    font-size: 20px;
    color: #555555;
  }

  p {
    margin-top: 0px;
    padding: 20px 0;
  }

  .prof_head h3 {
    padding-top: 60px;
  }

  .benfts-blk {
    border-bottom: none;
  }
}

/* Opthalmology */

.ophthlmic {
  padding: 60px 0;
  color: #333;
}

/* .ophthlmic .container {
  max-width: 1200px;
} */

.portfolio-header {
  text-align: center;
  margin-bottom: 60px;
}

.portfolio-header h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.portfolio-header p {
  font-size: 16px;
  color: #777;
}

.diag-tech {
  background: #ececec;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  margin-bottom: 70px;
}

.diag-tech h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.diag-tech > p {
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 16px;
  color: #666;
}

.diag-tech h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 40px;
  color: #555;
}

.diag-tech img {
  max-height: 110px;
  margin-bottom: 15px;
  object-fit: contain;
  width: 30%;
  float: left;
}

.diag-context {
  width: 65%;
  float: right;
  text-align: left;
}

.diag-tech h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.diag-tech .col-lg-4 p {
  font-size: 15px;
  color: #666;
}

.surg-portflio {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  padding: 50px 40px;
  text-align: center;
}

.surg-portflio h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.surg-portflio > p {
  font-size: 16px;
  color: #666;
  max-width: 750px;
  margin: 0 auto 25px;
}

.surg-portflio h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}

.surg-card {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  padding: 25px 20px;
  height: 100%;
  background: #fff;
}

.surg-card img {
  max-height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
}

.surg-card h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.surg-card p {
  font-size: 16px;
  color: #666;
}

/* Consumables */
.consumables {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
}



.consumables p {
  font-size: 13px;
  color: #666;
}

.refrtive-soltn {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  margin-top: 70px;
}

.refrtive-soltn h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.refrtive-soltn > p {
  font-size: 16px;
  color: #666;
  max-width: 720px;
  margin: 0 auto 25px;
}

/* Vision list */
.refrtive-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 35px;
}

.refrtive-list li {
  font-size: 16px !important;
  color: #444;
  margin-bottom: 8px;
}

.refrtive-soltn .row li::before {
  content: "• ";
  color: rgb(0, 0, 0);
}

.refrtive-soltn .row li {
  text-align: left;
}

/* Divider */
.ophthlmic hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  margin: 35px 0;
}

.refrtive-soltn h4 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.refrtive-soltn h4 + p {
  font-size: 14px;
  color: #666;
  margin-bottom: 35px;
}

.refrtive-soltn ul {
  padding-left: 18px;
}

.refrtive-soltn ul li {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

.consumables {
  text-align: center;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #dcdcdc;
}

.consumables h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #333;
}

.consumables-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 40px;
}

.consumables-list p {
  margin: 0;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .surg-portflio .col-md-6 {
    margin-bottom: 30px;
  }

  .diag-tech .col-md-6 {
    margin-bottom: 20px;
  }

  .diag-tech .row:last-child {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .ophthlmic {
    padding: 30px 0;
  }

  .diag-tech,
  .surg-portflio,
  .refrtive-soltn {
    padding: 35px 25px;
  }

  .portfolio-header h2 {
    font-size: 24px;
  }

  .diag-tech h3,
  .surg-portflio h3,
  .refrtive-soltn h3 {
    font-size: 23px;
  }

  .surg-card img {
    max-height: 100px;
  }
}

@media (max-width: 576px) {
  .diag-tech img {
    width: 100%;
    float: none;
  }

  .diag-tech h3,
  .surg-portflio h3,
  .refrtive-soltn h3 {
    font-size: 20 px;
  }

  .diag-context {
    width: 100%;
    float: none;
    text-align: center;
  }

  .diag-tech img {
    margin-bottom: 0px;
  }

  .diag-tech .col-md-6 {
    margin-bottom: 30px;
  }
}

/* Contact */

.pageHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 520px;
  background-image: url(../assets/pageBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  padding-top: 163px;
}

.pageHeader h1 {
  font-weight: 200;
  font-size: 24px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.pageHeader h2 {
  font-size: 40px;
  max-width: 800px;
  margin: auto;
  color: var(--primary-color);
  line-height: 1.1;
}

.aboutccont {
  text-align: center;
  padding-top: 80px;
}

.aboutccont h2 {
  font-size: 35px;
  color: var(--primary-color);
}

.aboutccont p {
  color: #282828;
  padding-top: 11px;
  margin: auto;
  max-width: 1000px;
}

.aboutccont2 {
  border: 2px solid #d8efff;
  border-radius: 35px;
  margin-top: 40px;
}

.aboutccont2 .col-md-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: static;
}

.rectc {
  background: #cbe7f7;
  height: 100%;
  border-radius: 35px 0 0 35px;
  display: block;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
  align-items: center;
}

.office img {
  width: 30%;
}

.rectc h5,
.rectc2 h5,
.rectc3 h5 {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
}

.rectc h6 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 9px;
  color: #1e678b;
}

.rectc p {
  font-size: 16px;
  /* max-width: 291px; */
  margin: auto;
  color: #1e678b;
}

.rectc a {
  font-size: 16px;
  color: var(--primary-color);
}

.office2 img {
  width: 22%;
}

.rectc2 {
  height: 100%;
  display: block;
  margin: auto;
  padding: 10px 20px;
  text-align: center;
  align-items: center;
}

.rectc2 h6 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 9px;
  color: var(--primary-color);
}

.rectc2 p {
  font-size: 16px;
  max-width: 291px;
  margin: auto;
  color: var(--primary-color);
}

.rectc2 a {
  font-size: 16px;
  color: var(--primary-color);
}

.rectc3 {
  background: #cbe7f7;
  height: 100%;
  border-radius: 0 35px 35px 0;
  display: block;
  margin: auto;
  padding: 23px 20px;
  text-align: center;
  align-items: center;
}

.office3 img {
  width: 12%;
}

.rectc3 h6 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 9px;
  color: #1e678b;
}

.rectc3 p {
  font-size: 16px;
  max-width: 291px;
  margin: auto;
  color: #1e678b;
}

.rectc3 a {
  font-size: 16px;
  color: #1e678b;
}

.form {
  padding-top: 90px;
}

.conctact {
  text-align: center;
}

.conctact h2 {
  font-size: 35px;
  color: var(--primary-color);
  padding-bottom: 10px;
}

.conctact p {
  padding-top: 10px;
}

.contactcont {
  padding-top: 40px;
}

.nameinput {
  padding: 12px;
  border: none;
  background-color: transparent;
  border: solid 1px #979797;
  width: 100%;
  color: #000;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}

.nameinputs {
  padding: 12px;
  border: none;
  background-color: transparent;
  border: solid 1px #979797;
  width: 100%;
  color: #000;
  border-radius: 10px;
}

.nameinputs::placeholder {
  color: #282828;
}

.nameinput::placeholder {
  color: #282828;
}

.msginput {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #979797;
  padding: 10px;
  background-color: transparent;

  font-family: "Poppins", sans-serif;
}

.msginput::placeholder {
  color: #282828;
}

.name {
  padding-bottom: 20px;
}

.mail {
  padding-bottom: 20px;
}

.message textarea {
  resize: none;
  min-height: 100px;
}

.buttonc {
  display: block;
  background-color: var(--primary-color);
  border-radius: 40px;
  color: #fff;
  width: fit-content;
  padding: 9px 21px;
  margin-top: 29px !important;
  margin: auto;
  transition: all 0.3s;
  border: solid 1px var(--primary-color);
}

.buttonc:hover {
  border: solid 1px var(--primary-color);
  color: #000;
  background-color: #fff;
}

.rectform {
  background: var(--primary-color);
  border-radius: 35px;
  padding: 60px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 84%;
}

.rectform h3 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
}

.rectform p {
  line-height: 26px;
  color: #fff;
  margin-top: 20px;
}

.map {
  padding-top: 50px;
  line-height: 0;
}

.footerc {
  background-color: var(--primary-color);
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ENQUIRY */
.enqBlkContain {
  position: relative;
  min-height: 412px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/enquiry/bg.jpg);
  padding: 35px;
  display: flex;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 30px;
}

.enqBlkContain::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(10, 32, 63, 1) 65%
  );
}

.enqBlCont {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 400px;
}

.enqBlCont h3 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 400;
}

.enqBlCont h3 span {
  display: block;
}

.enqInp input {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  width: 100%;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  outline: none;
  border: solid 1px #ccc;
  color: #000;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.enqInp textarea {
  padding: 12px 20px;
  color: #000;
  border-radius: 8px;
  border: none;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  outline: none;
  border: solid 1px #ccc;
  margin-bottom: 15px;
  resize: none;
  min-height: 120px;
}

.enqInp input[type="submit"] {
  background-color: var(--primary-color);
  color: #fff;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 40px;
  border: solid 1px var(--primary-color);
  cursor: pointer;
  transition: all 0.3s;
  margin: auto;
  display: block;
  margin-bottom: 15px;
}

.enqFrmSc {
  margin-top: 60px;
}

.enqInp input:focus,
.enqInp textarea:focus {
  border: solid 1px var(--primary-color);
}

/* Landing Page */
.land-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.land-hero {
  .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.7) 30%,
      rgba(0, 0, 0, 0.4) 55%,
      rgba(0, 0, 0, 0.18) 75%,
      rgba(0, 0, 0, 0.06) 100%
    );
    z-index: 1;
  }
  .hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: clamp(32px, 6vw, 96px) clamp(20px, 5vw, 72px);

    color: #fff;
    max-width: clamp(280px, 60vw, 680px);
  }

  .hero-eyebrow {
    font-size: clamp(10px, 1.2vw, 14px);
    letter-spacing: clamp(3px, 0.6vw, 6px);
    color: rgba(255, 255, 255, 0.8);
    padding-left: 5px;
    margin-bottom: clamp(10px, 3vw, 18px);
  }

  .hero-content h1 {
    font-size: clamp(20px, 7vw, 43px);
    font-weight: 700;
    line-height: clamp(1.02, 1.05, 1.1);

    margin-bottom: clamp(8px, 3vw, 12px);
  }

  .hero-content p {
    font-size: clamp(13px, 2vw, 15px);
    line-height: clamp(1.5, 1.7, 1.8);
    color: rgba(255, 255, 255, 0.9);

    max-width: clamp(260px, 55vw, 390px);
    margin-bottom: clamp(24px, 5vw, 30px);
  }
  .hero-btn {
    padding: clamp(10px, 2.5vw, 13px) clamp(22px, 5vw, 30px);

    font-size: clamp(12px, 1.6vw, 15px);
    font-weight: 500;

    border-radius: 4px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;

    cursor: pointer;
    transition: all 0.3s ease;
  }

  .hero-btn:hover {
    background: #fff;
    color: #000;
  }
  @media (max-width: 576px) {
    .hero-content {
      align-items: center;
      text-align: center;
      justify-content: center;
      margin: 0 auto;
    }

    .hero-content p {
      text-align: center;
    }
  }
}


/* NEWS */
.nwsMainImg img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nwsMainImg{
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.nwsMainImg::after{
  content: "";
  display: block;
  padding-top: 60%;
}
.newsMainSection{
  padding-top: 50px;
}
.newsMainCont{
  padding-top:14px;
}
.newsMainSection{}

.siderBar h4{
  font-size: 20px;
  margin-bottom: 14px;
}
.relImg{
  width: 20%;
}
.rlCont{
  width: 80%;
}
.relBlk{
  display: flex;
  gap: 14px;
}
.rlCont h3{
  font-size: 17px;
  color: #282828;
  font-weight: 600;
}
.relNewBlk{
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
}
.relImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ffb9003d !important; 
    background-color: #fff8e7;
    width: fit-content;
    margin: auto;
    padding: 8px;
    border-radius: 6px;
}
.wpcf7 form.sent .wpcf7-response-output{
  border-color: #46b4506b !important;
    background-color: #e7ffe9;
    padding: 8px;
    width: fit-content;
    margin: auto;
     border-radius: 6px;
}
.menu li.active > a {
    color: #000;
    font-weight: 600;
}

.menu li.has-sub.active > .menu-head > a {
    color: #000;
}