* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;

}

body {
  background-color: rgb(239, 238, 255);
  /* font-family: Arial, Helvetica, sans-serif; */
}


a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}


/* images slider */

.slider {
  max-width: 1800px;
  margin: auto;
  position: relative;
  display: flex;
  place-items: center;
  padding-bottom: 100px;
  background-color: #e9f7e4c2;
  /* margin-top: -70px; */
  background-image: linear-gradient(to top, rgba(244, 255, 243, 0.979), rgba(235, 248, 233, 0.952), rgba(233, 250, 231, 0.962)), url(../images/Dental\ bg\ img3.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.slider .video {
  width: 55%;
  height: auto;
  margin-right: 5%;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 20px;
}

.slider .video video {
  width: 100%;
}

.slider .text {
  width: 55%;
  height: 100%;
  color: rgb(0, 0, 0);
  margin-top: 0;
  /* height: fit-content; */
  text-align: left;
  margin: auto;
  padding: 50px 5%;
  border-radius: 0;
  padding-top: 120px;
}

.slider .text h5 {
  color: #d0851d;
  font-weight: 600;
  /* font-family: cursive; */
}

.slider .text h5 img {
  width: 30px;
  margin-top: -15px;
  margin-right: 8px;
}

.slider .text h1 {
  font-size: 45px;
  width: 90%;
  color: #0b1366;
  margin-top: 15px;
  position: relative;
  font-weight: 700;
}


.slider .text p {
  width: 90%;
  font-size: 18px;
  margin-top: 25px;
  padding: 10px;
  text-align: left;
  border-left: 2px solid rgb(32, 65, 156);
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.904);
  background-image: linear-gradient(to right, rgba(222, 104, 1, 0.541), rgba(164, 91, 17, 0.349), rgba(240, 240, 240, 0));

}

.slider .text button {
  padding: 8px 25px;
  padding-top: 10px;
  border: none;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  margin-right: 20px;
  background-color: #181d7e;
  /* background-image: linear-gradient(to right, rgba(222, 104, 1, 0.541), rgb(5, 32, 86)); */
  border: 0.8px solid rgba(240, 111, 36, 0.753);
}

.slider .text button:hover {
  background-color: #181d7e;
}

.slider .text .btn2 {
  background-color: #ef701b;
}

.slider .text button img {
  margin: 0;
  width: 30px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  margin-right: -15px;
  margin-left: 5px;
}



.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  background-color: #e9f7e4c2;
  /* margin-top: -70px; */
  background-image: linear-gradient(to top, rgba(244, 255, 243, 0.979), rgba(235, 248, 233, 0.969), rgba(238, 249, 236, 0.979)), url(../images/Dental\ bg\ img3.JPG);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  z-index: 10;
}

.sec1 h4 {
  font-size: 18px;
  color: #d0851d;
  display: flex;
  place-items: center;
  text-transform: uppercase;
}

.sec1 h4 span {
  background-color: #d5791c;
  color: rgb(255, 255, 255);
  padding: 3px 15px;
  margin-left: 10px;
  border-radius: 0 20px;
}

.sec1 h1 {
  font-size: 30px;
  color: #183d7e;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  margin-top: 20px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 .text h5 {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
  background-image: linear-gradient(to right, rgb(25, 23, 94), rgba(32, 45, 111, 0.647), rgba(240, 240, 240, 0));
  padding: 15px 20px;
  /* margin-left: 20px; */
  display: flex;
  place-items: center;
  padding-right: 50px;
}

.sec1 .text h5 img {
  width: 70px;
  height: fit-content;
  border-radius: 50%;
  margin-left: -50px;
  margin-top: 0px;
  margin-right: 20px;
  border: 5px solid white;
  cursor: pointer;
}

.sec1 h6 {
  font-size: 18px;
  color: #c9b043;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
}

.sec1 .text {
  width: 58%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -30px;
  margin-left: -50px;
}

.sec1 .text img {
  width: 100px;
  margin-top: -20px;
}

.sec1 .text p {
  font-size: 18px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
  border-top: 0.1px solid rgba(79, 79, 42, 0.571);
  padding-top: 20px;
  /* margin-left: 50px; */
}

.sec1 .btn-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  border-radius: 50px;
}

.sec1 .btn-sec .box {
  width: fit-content;
  display: flex;
  justify-content: left;
  place-items: center;
  padding: 10px;
  border-radius: 30px;
  padding-right: 30px;
  cursor: pointer;
  padding-left: 20px;
  color: white;
  border: 2px solid #ef811b;
  background-color: #ef811b;
}

.sec1 .btn-sec .box:hover {
  background-color: #ffffff;
  border: 2px solid #0a145f;
}

.sec1 .btn-sec .box img {
  width: 30px;
  margin-bottom: -20px;
  background-color: #0a145f;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: -20px;
}

.sec1 .btn-sec .box .tx {
  margin: 0;
  padding: 0;
}

.sec1 .btn-sec .box .tx h3 {
  font-size: 18px;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}

.sec1 .btn-sec .box:hover .tx h3 {
  color: black;
}

.sec1 .btn-sec .box .tx p {
  font-size: 13.8px;
  margin: 0;
  padding: 0;
  border: none;
  color: #555555;
}

.sec1 .img-container {
  width: 38%;
  text-align: center;
  justify-content: left;
  position: relative;
  border-radius: 5px;
  margin-left: 20px;

}

.sec1 .img-container .img {
  width: 100%;
  height: fit-content;
  padding: 10px;
  border-radius: 5px;
}

.sec1 .img-container .img img {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  border-radius: 20px 20px;
  border: 10px solid rgb(255, 255, 255);
  /* box-shadow: -10px -10px 2px rgb(4, 6, 120); */
}

.sec1 .img-container .icon {
  width: 250px;
  height: auto;
  border-radius: 25px;
  position: absolute;
  left: -50px;
  margin-top: -100px;
  z-index: 20;
  animation: aboutEX 5s infinite;

}

.sec1 .img-container .icon2 {
  top: 0;
  width: 80px;
  right: 30px;
  left: auto;
  margin-top: 0;
  z-index: 100;
  opacity: 1;
  animation: aboutEX 5s infinite;
}

.sec1 .img-container .icon3 {
  top: 0;
  width: 200px;
  /* opacity: 0.8; */
  margin-top: -30px;
  animation: none;
  border: 10px solid rgb(255, 255, 255);
}


@keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec1 .img-container .tx h3 {
  color: #000000b9;
  font-size: 18px;
  place-items: center;
  display: flex;
  text-transform: uppercase;
  font-size: 45px;
  rotate: 90deg;
  position: absolute;
  top: 100px;
  opacity: 0.3;
  right: -45px;
}



.sec1 .icons-section {
  width: fit-content;
}

.sec1 .icons-section .box {
  width: fit-content;
  padding: 20px 30px;
  margin-top: 50px;
  margin-left: -30px;
  margin-right: 0;
  border-radius: 18px;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.757), rgba(255, 255, 255, 0.236)), url(../images/bg\ img\ 15.jpg);
  background-position: center;
  background-size: cover;
  color: #32b397;
  /* border: 0.58px solid rgba(34, 119, 179, 0.442); */
  box-shadow: 10px 10px 10px rgba(220, 220, 220, 0.288);
}

.sec1 .icons-section .box:nth-child(2) {
  margin-right: -20px;
  margin-left: 15px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.551), rgba(255, 255, 255, 0.428)), url(../images/bg\ img\ 16.avif);
  background-position: center;
  background-size: cover;
}

.sec1 .icons-section .box:nth-child(3) {
  background-image: linear-gradient(rgba(255, 255, 255, 0.599), rgb(255, 255, 255)), url(../images/bg\ img\ 17.avif);
  background-position: center;
  background-size: cover;
}

.sec1 .icons-section .box h5 {
  font-size: 32px;
  font-weight: 700;
  color: #19338a;
  color: #d57a1f;
}


.sec1 .icons-section .box p {
  font-weight: 600;
}

.sec2 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 5px 20px;
  border-top: 0.2px solid #e1e1e1;
  border-bottom: 0.2px solid #e1e1e1;
  /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0.668), rgba(252, 248, 229, 0.421), rgba(255, 255, 255, 0.658)); */
  background-color: #1e185b;
  margin-bottom: -30px;
}

.sec2 .box {
  width: 22%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  padding-left: 0;
  text-align: center;
}


.sec2 .box h1 {
  color: #e97a19;
  font-size: 50px;
}

.sec2 .box h4 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  position: relative;
  display: flex;
  padding: 50px 0;
  background-color: #1e185b;
}

.sec3 .text {
  width: 38%;
  padding: 0px 5%;
  padding-right: 3%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.842);
}

.sec3 h5 {
  color: #e57b18;
  font-size: 18px;
}

.sec3 h1 {
  width: 100%;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  font-weight: 550;

}

.sec3 h1 span {
  color: #e56d18;
}

.sec3 .text button {
  padding: 8px;
  padding-left: 15px;
  position: relative;
  z-index: 20;
  font-size: 18px;
  height: auto;
  background-color: #e56d18;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 30px;
}

.sec3 .text button img {
  width: 22px;
  background-color: white;
  border-radius: 50%;
  margin-left: 6px;
}



.sec3 .swiper {
  width: 80%;
}

.sec3 .swiper-slide {
  height: fit-content;
  text-align: center;
  padding: 20px 0;
  padding-top: 10px;
  background-color: white;
}

.sec3 .swiper-slide img {
  width: 90%;
  height: 320px;
  border-radius: 20px 20px 100px 100px;
  margin-top: 5px;
  border: 0.5px solid rgb(224, 116, 28);
}

.sec3 .swiper-slide h3 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  color: #0a3c75;
  margin-top: 10px;
}

.sec3 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  color: #e56d18;
}

.sec3 .swiper-slide .btn {
  width: 45px;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  margin-top: 30px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

.sec3 .swiper-slide:hover .btn {
  background-color: #a27d6a;
}

.sec3 .swiper-slide .btn img {
  width: 100%;
  filter: brightness(0);
  opacity: 0.5;
  rotate: -20deg;
  transition: ease-in-out 0.5s;

}

.sec3 .swiper-slide:hover .btn img {
  filter: brightness(1);
  rotate: 0deg;
  opacity: 1;
}


.sec3 .text .sliderbtn {
  margin-top: -230px;
  display: flex;

}

.sec3 .text .sliderbtn img {
  margin-left: 15px;
}

.sec3 .text .sliderbtn img:first-child {
  rotate: 180deg;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 6% 5%;
  display: flex;
  justify-content: right;
  margin-top: 50px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.873)), url(../images/banner3.JPG);
  background-position: center;
  background-size: 101% 100%;
}


.sec4 .text {
  width: 42%;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

.sec4 .text h5 {
  color: #809853;
}

.sec4 .text h1 {
  font-size: 45px;
  color: #361a1a;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sec4 .text p {
  font-size: 16px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.634);
}

.sec4 .text button {
  background-color: #95b063;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}


.sec5 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
  padding: 5%;
  padding-right: 0;
  place-items: center;
  padding-top: 50px;
  background-color: #e9f7e4c2;
  background-image: linear-gradient(to left, rgba(244, 255, 243, 0), rgba(235, 248, 233, 0.969), rgb(245, 252, 243)), url(../images/Dental\ bg\ img3.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.sec5 .text {
  width: 46%;
}

.sec5 .text h5 {
  font-size: 20px;
  color: #db8411;
}

.sec5 .text h1 {
  color: #0d1459;
  font-weight: 700;
  font-size: 40px;
}


.tab {
  border: none;
  position: relative;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab input:checked~.tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  overflow: hidden;
  margin-top: 50px;

}

.tab__label,
.tab__close {
  display: flex;
  color: rgb(7, 31, 87);
  cursor: pointer;
  border-bottom: 0.1px solid rgb(182, 182, 182);
}

.tab__label {
  justify-content: space-between;
  padding: 1rem;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}

.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
  transform: rotate(270deg);
}

.tab__content p {
  margin: 0;
  font-size: 15px;
  padding: 1rem;
  color: gray;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}


.img-sec {
  width: 45%;
}

.img-sec img {
  width: 90%;
}

.img-sec .png {
  width: fit-content;
}

.img-sec .tx img {
  width: fit-content;
}



.sec6 {
  max-width: 1800px;
  margin: auto;
  /* justify-content: space-evenly;
  position: relative;
  display: flex; */
  margin-top: 100px;
  margin-bottom: 100px;
}

.sec6 .text {
  width: 100%;
  padding: 0px 5%;
  padding-right: 3%;
  margin: auto;
  text-align: center;
  margin-left: -10px;
}

.sec6 h5 {
  color: #21b5a4;
  font-size: 18px;
}

.sec6 h1 {
  width: 100%;
  font-size: 35px;
  color: #183d7e;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  font-weight: 600;
}

.sec6 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #95b063;
  color: white;
  border: none;
}

.sec6 .swiper {
  width: 92%;
  margin-top: 50px;
  margin-right: 50px;
}

.sec6 .swiper-slide {
  height: fit-content;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff9f9;
  background-color: #efefefb0;
  position: relative;
  border: 0.2px solid rgb(207, 207, 207);
}

.sec6 .swiper-slide .icon {
  width: 30px;
  height: fit-content;
  position: absolute;
  right: 20px;
  top: 50px;
  opacity: 0.05;
}

.sec6 .swiper-slide .heading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
}

.sec6 .swiper-slide .heading img {
  width: 50px;
  height: fit-content;
  border-radius: 100px;
  margin-right: 10px;
  opacity: 0.8;
}

.sec6 .swiper-slide .tx {
  text-align: left;
}

.sec6 .swiper-slide .tx h3 {
  width: 100%;
  font-size: 17px;
  margin-bottom: 0;
  color: #2dc0b9;
  margin-top: 0px;
}

.sec6 .swiper-slide h6 {
  font-size: 13.5px;
  margin: 0;
  color: #cf8b5b;
}

.sec6 .swiper-slide p {
  font-size: 15px;
  margin-top: 10px;
  padding-top: 15px;
  text-align: left;
  border-top: 0.2px solid rgb(213, 213, 213);
}


.sec7 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  margin-top: 30px;
}


.sec7 .swiper {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 0%;
}

.sec7 .swiper-slide a:hover {
  text-decoration: none;
}

.sec7 .swiper-slide {
  display: flex;
  width: fit-content;
  padding: 0;
  /* border: 0.1px solid gainsboro; */
}

.sec7 .swiper-slide img {
  width: 50px;
  height: fit-content;
  margin: 0 10px;
}

.sec7 .swiper-slide h1 {
  font-size: 40px;
  color: rgb(0, 0, 0);
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  position: relative;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  color: #00000000;
  font-weight: bold;
}



.sec8 {
  max-width: 1800px;
  margin: auto;
  margin-bottom: -180px;
}

.sec8 .colorBox {
  height: 280px;
  /* background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bg\ img\ 11-Picsart-AiImageEnhancer.png); */
  background-position: center;
  background-size: 110% 100%;
  margin-top: -60px;
  position: relative;
  rotate: 1deg;
  z-index: 5;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #d67c0f, rgb(37, 28, 122));
  border-radius: 100% 80%;
  /* overflow: hidden; */
  width: 145%;
  margin-left: -40%;
  padding: 5px;
  rotate: -5deg;
  /* display: none; */
}


.colorBox .box {
  width: 100%;
  background-color: #eafaea;
  height: 105%;
  border-radius: 100%;
  margin-right: -10px;
  border-radius: 80% 100%;
  margin-top: 10px;

}

.sec8 img {
  width: 120%;
  margin-top: 50px;
  margin-left: -15%;
  filter: brightness(1.2);

}


.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  padding-top: 0;
  color: rgb(0, 0, 0);
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  z-index: 20;
}

.sec9 .box {
  width: 12.8%;
  border: 2px dashed gray;
  text-align: center;
  margin: 0 15px;
  border-radius: 30px;
  padding: 10px;
  cursor: pointer;
}

.sec9 .box:hover {
  background-color: #183d7e;
  border: 2px dashed rgb(255, 255, 255);
  color: white;
}

.sec9 .box img {
  width: 50%;
}

.sec9 .box h3 {
  font-size: 18px;
  margin-top: 10px;
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  place-items: center;
  background-color: #183d7e;
  background-image: linear-gradient(rgba(6, 19, 78, 0.801), rgba(11, 19, 78, 0.815)), url(../images/bg\ img\ 19.avif);
  background-position: center;
  background-size: cover;
  place-items: center;
  height: fit-content;
}

.sec10 .form-sec {
  width: 100%;
  position: relative;
  z-index: 20;
  display: flex;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #dc8539;
  margin-top: 20px;
  font-weight: 800;
  display: flex;
  place-items: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* .sec10 .form-sec h5 .line {
  width: 30px;
  height: 2px;
  background-color: #a27d6a;
  margin-right: 10px;
} */

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 45px;
  text-align: left;
  margin-top: 10px;
  color: #00bcd4;
  margin-bottom: 20px;
}

.sec10 .form-sec p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
  margin-top: 15px;
}

.sec10 .form-sec form {
  width: 65%;
  padding: 0 30px;
  margin-top: 50px;
  border-radius: 30px;
  padding-bottom: 50px;
}

.sec10 .form-sec form .form-container {
  display: flex;
  flex-wrap: wrap;
}

.sec10 .form-sec form .box {
  width: 30%;
  margin: 10px 20px;
  margin-left: 0;
  border: 0.1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding: 1px;
  position: relative;
  display: flex;
}

.sec10 .form-sec .box img {
  width: 20px;
  height: fit-content;
  position: absolute;
  top: 13px;
  right: 18px;
}


.sec10 .form-sec input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  padding: 10px;
  padding-left: 20px;
  color: #ffffffed;
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px);
  color-scheme: dark;
}

.sec10 .form-sec input::placeholder {
  color: rgb(255, 255, 255);
}

.sec10 .form-sec input:focus {
  outline: none;
}

.sec10 .form-sec select {
  width: 95%;
  height: fit-content;
  background-color: transparent;
  border-radius: 10px;
  padding: 12.5px 10px;
  color: #ffffffed;
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.034);
  backdrop-filter: blur(5px);
  position: relative;
  border: none;
}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #4a2217;

}

.sec10 .form-sec select:focus {
  outline: none;
}

.sec10 .form-sec .box6:last-child {
  background-color: #082148;
  padding: 0;
}

.sec10 .form-sec button {
  width: 100%;
  height: 101%;
  padding: 10px;
  border: none;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  place-items: center;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 18px;
  font-weight: 600;
  justify-content: space-between;
}

.sec10 .form-sec .box button img {
  width: 28px;
  position: relative;
  background-color: #21b5a4;
  border-radius: 20px;
  padding: 2px;
  margin-top: 0;
  top: 0;
  right: 0;
}



.sec10 .form-sec .img-sec {
  width: 35%;
  height: auto;
  position: relative;
  margin-top: -100px;
}

.sec10 .form-sec .img-sec img {
  width: 100%;
  height: 100%;
}

.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 3%;
}


.sec11 h1 {
  text-align: center;
  font-size: 25px;
  display: flex;
  place-items: center;

}


.sec11 h1 .line {
  width: 38%;
  height: 1px;
  background-color: #c9b043;
  margin: auto;
}

.sec11-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.sec11 .sec11-container img {
  width: 12%;
  height: 80px;
  background-color: white;
  margin: 15px 10px;
  border: 0.1px solid rgba(128, 128, 128, 0.473);
  border-radius: 10px;
  padding: 10px;
}






.sec12 {
  margin: auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 0;
  padding-right: 20px;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.099);
  border-radius: 20px;
}


.sec12 .text {
  width: 30%;
  color: rgb(255, 255, 255);
  padding: 40px;
  margin-top: -20px;
}


.sec12 .contact {
  width: 100%;
  padding: 20px 0;
  color: rgb(255, 255, 255);
  place-items: center;
  display: flex;
  justify-content: space-evenly;
}

.sec12 .contact h5 {
  margin-top: 20px;
  width: 80%;
  /* text-transform: uppercase; */
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  margin-left: 50px;
}

.sec12 .contact h5 span {
  color: #c9b043;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}


.sec12 .contact .btn {
  width: 40%;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}

.sec12 .contact input {
  width: 95%;
  padding: 10px;
  padding-left: 20px;
  border-radius: 30px;
  color: black;
  background-color: white;
  border: none;
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 10px;
  border: none;
  background-color: #c9b043;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  margin: 5px;
  margin-left: -50px;
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 25px;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  position: relative;
  background-color: #e9f7e4c2;
  background-image: linear-gradient(to top, rgba(244, 255, 243, 0.979), rgba(235, 248, 233, 0.969), rgba(245, 252, 243, 0.979)), url(../images/Dental\ bg\ img3.JPG);
  background-position: center;
  background-size: 100% 100%;
  padding-top: 3%;
}


.sec13 .text {
  width: 100%;
  text-align: center;
}

.sec13 .text h3 {
  font-size: 22px;
  color: #21b5a4;
  /* font-family: cursive; */
}

.sec13 .text h1 {
  font-size: 45px;
  color: #183d7e;
  margin-top: 10px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.sec13 .text img {
  width: 250px;
  margin: auto;
}


.sec13 .sec13-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  place-items: center;
}


.sec13 .sec13-container .box {
  width: 22.8%;
}

.sec13 .sec13-container .box:nth-child(2) {
  margin-top: 80px;
}

.sec13 .sec13-container .box:nth-child(3) {
  margin-top: 30px;
}


.sec13 .sec13-container .box img {
  width: 100%;
  height: 300px;
  margin-top: 8%;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 10px;
}

.sec13 .sec13-container .box p {
  color: #95b063;
  font-size: 18px;
}


.sec15 {
  max-width: 1800px;
  margin: auto;
  padding: 0 5%;
  padding-top: 2%;
  /* background-color: rgb(229, 239, 255); */
  padding-bottom: 5%;
}

.sec15 h1 {
  width: 100%;
  font-size: 55px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  line-height: 100px;
  /* font-family: monospace; */
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}

.sec15 h1 span {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}

.sec15 img {
  width: 150px;
  height: 60px;
  border-radius: 50px;
  object-fit: cover;
}

.sec16 {
  max-width: 1800px;
  margin: auto;
  position: relative;
  margin-top: 30px;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #e9f7e4c2;
  background-image: linear-gradient(to top, rgba(244, 255, 243, 0.979), rgba(235, 248, 233, 0.969), rgba(238, 249, 236, 0.979)), url(../images/Dental\ bg\ img3.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.sec16 .text {
  width: 100%;
  text-align: center;
}

.sec16 h3 {
  color: #21b5a4;
  font-size: 20px;
}

.sec16 h1 {
  font-size: 40px;
  color: #183d7e;
  margin-bottom: 20px;
  font-weight: 600;
}

.sec16 .swiper {
  width: 90%;
  margin-top: 60px;
}

.sec16 .swiper-slide {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.sec16 .swiper-slide h5,
.sec16 .swiper-slide h6 {
  font-size: 20px;
  position: absolute;
  z-index: 10;
  transform: rotate(-90deg);
}

.sec16 .swiper-slide h6 {
  left: -12px;
  top: 50%;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 0 0px 10px 10px;
  background-color: white;
}

.sec16 .swiper-slide h5 {
  right: -8px;
  padding: 5px;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 10px 10px 0px 0px;
  background-color: white;
  top: 50%;
}

.sec16 .comparison {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.comparison figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 20px;
}

/* BEFORE images */
.swiper-slide1 figure {
  background-image: url("../images/demo img 3b.jpg");
}

.swiper-slide2 figure {
  background-image: url("../images/demo img 4a.jpg");
}

.swiper-slide3 figure {
  background-image: url("../images/demo img 5b.jpg");
}

.swiper-slide4 figure {
  background-image: url("../images/demo img 6b.jpg");
}

/* AFTER images */
.sec16 .divisor {
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 0;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.swiper-slide1 .divisor {
  background-image: url("../images/demo img 3a.jpg");
}

.swiper-slide2 .divisor {
  background-image: url("../images/demo img 4b.jpg");
}

.swiper-slide3 .divisor {
  background-image: url("../images/demo img 5a.jpg");
}

.swiper-slide4 .divisor {
  background-image: url("../images/demo img 6a.jpg");
}

.sec16 .divisor::before,
.sec16 .divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  background: white;
  z-index: 3;
}

.sec16 .divisor::before {
  top: 0;
  height: calc(50% - 25px);
}

.sec16 .divisor::after {
  bottom: 0;
  height: calc(50% - 25px);
}

.sec16 .handle {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec16 .handle::before,
.sec16 .handle::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
}

.sec16 .handle::before {
  border-right-color: white;
  left: 10px;
}

.sec16 .handle::after {
  border-left-color: white;
  right: 10px;
}


.sec16 .slider {
  appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  width: calc(100% + 50px);
  transform: translateY(-50%);
  background: transparent;
  z-index: 5;
}

.sec16 .slider::-webkit-slider-thumb {
  appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 100px;
  background-color: #00bcd4;
  border: 4px solid white;
  background: rgb(9, 39, 137);
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}



.sec17 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 5%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-between;
  background-image: linear-gradient(rgba(3, 3, 33, 0.623), rgba(3, 7, 45, 0.671)), url(../images/Dental\ bg\ img2.JPG);
  background-position: center;
  background-size: cover;
  /* margin-top: 80px; */
  background-attachment: fixed;
  text-align: center;
}

.sec17 .tx {
  width: 80%;
  margin: auto;
}

.sec17 .tx h2 {
  width: 100%;
  font-size: 40px;
  color: white;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.sec17 h2 span {
  font-weight: 700;
  color: #d57a1f;
}

.sec17 .tx p {
  color: white;
  font-size: 20px;
}

.sec17 button {
  width: fit-content;
  padding: 10px 20px;
  background-color: #2fbac4;
  color: rgb(0, 0, 0);
  font-size: 18px;
  border: none;
  border-radius: 30px;
  padding-left: 10px;
}

.sec17 button img {
  width: 40px;
  background-color: #000000;
  padding: 5px;
  border-radius: 50%;
}


.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  text-align: center;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 0;
  background-color: #e9f7e4c2;
  /* margin-top: -70px; */
  background-image: linear-gradient(to top, rgba(244, 255, 243, 0.979), rgba(235, 248, 233, 0.969), rgba(246, 255, 244, 0.979)), url(../images/Dental\ bg\ img3.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.sec18 .heading {
  width: 100%;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  place-items: center;
}

.sec18 .heading .tx {
  width: 50%;
}

.sec18 .heading h5 {
  font-size: 20px;
  color: #da751d;
}

.sec18 .heading h3 {
  color: #183d7e;
  font-size: 45px;
  font-weight: 600;
}

.sec18 .heading p {
  width: 50%;
  font-size: 18px;
  color: gray;
  margin-right: -70px;
}


.sec18 .swiper {
  width: 95%;
  margin-top: 10px;
  padding: 10px;
  padding-top: 50px;
}

.sec18 .swiper .swiper-slide {
  border-radius: 10px;
  background-color: #ffffff;
  border-radius: 0 150px 200px 200px;
  padding: 20px;
  cursor: pointer;
  /* border: 3px dashed rgb(185, 216, 177); */
  border: 1px solid rgb(221, 139, 91);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.908), rgba(255, 255, 255, 0.911), rgba(255, 255, 255, 0.918)), url(../images/Dental\ bg\ img3.JPG);
  background-position: center;
  background-size: cover;
}

.sec18 .swiper .swiper-slide:hover {
  background: #183d7e;
  color: white;
}

.sec18 .swiper .swiper-slide h6 {
  font-size: 20px;
  width: fit-content;
  text-align: left;
  background-color: rgb(255, 255, 255);
  color: #d57a1f;
  border-radius: 50%;
  padding: 5px 8px;
  display: none;
  margin-top: -10px;
  margin-left: -10px;
}


.sec18 .swiper .swiper-slide h3 {
  color: #e0761f;
  width: 90%;
  text-align: left;
  margin: 15px 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  position: relative;
}

.sec18 .swiper .swiper-slide:hover h3 {
  color: #29e0b5;
}

.sec18 .swiper .swiper-slide p {
  color: #082148;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  border-top: 2px solid #8acf65;
  padding-top: 10px;
}

.sec18 .swiper .swiper-slide:hover p {
  color: white;
}

.sec18 .swiper .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 10px 10px 0 0;
  opacity: 0.92;
  border-radius: 50%;
  border: 10px solid #c9ceee;
  margin-top: 10px;
}



/* Popup Overlay */
#popupForm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
  z-index: 1000;
}

/* Popup Content */
#popupForm .popup-content {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
}

/* Close Button */
#popupForm .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  user-select: none;
}

#popupForm .close-btn:hover {
  color: #00bcd4;
}

/* Form Section */
#popupForm .form-sec {
  flex: 1 1 450px;
  display: flex;
  justify-content: space-between;
}

#popupForm .form-sec .img-sec {
  width: 40%;
  margin-bottom: -30px;
}

#popupForm .form-sec form {
  width: 50%;
}

#popupForm .form-sec h5 {
  font-size: 18px;
  font-weight: 600;
  color: #00bcd4;
  margin-bottom: 10px;
  display: flex;
  margin-top: 20px;
  align-items: center;
}

#popupForm .form-sec h5 .line {
  height: 2px;
  width: 30px;
  background: #00bcd4;
  margin-right: 10px;
}

#popupForm .form-sec h3 {
  margin-bottom: 25px;
  font-size: 28px;
  color: #0a2540;
}

#popupForm .form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#popupForm .form-container .box {
  position: relative;
  flex: 1 1 45%;
}

#popupForm .form-container .box input,
#popupForm .form-container .box select {
  width: 100%;
  padding: 12px 40px 12px 12px;
  font-size: 16px;
  border: 1.8px solid #ddd;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s ease;
}

#popupForm .form-container .box input:focus,
#popupForm .form-container .box select:focus {
  border-color: #00bcd4;
}

#popupForm .form-container .box img {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.5;
  pointer-events: none;
}

#popupForm .form-container .box6 {
  flex: 1 1 100%;
  text-align: right;
}

#popupForm .form-container button {
  background: #00bcd4;
  border: none;
  color: white;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding-right: 50px;
  transition: background-color 0.3s ease;
}

#popupForm .form-container button img {
  width: 30px !important;
  padding: 5px;
  background-color: white !important;
  margin-left: 10px;
  border-radius: 5px;
}

#popupForm .form-container button:hover {
  background: #de9a1c;
}

/* Image Section */
#popupForm .img-sec {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#popupForm .img-sec img {
  max-width: 100%;
  border-radius: 12px;
}



.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 80;
  width: fit-content;
  right: 0;
  margin-top: 26%;
  margin-right: 30px;
}

.whatsapp .callIcon {
  width: 38px;
}

.whatsapp img {
  width: 38px;
}


.certificate {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  text-align: center;
  justify-content: center;
}

.certificate img {
  width: 70%;
}



/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.781);
  padding-top: 80px;
  /* border-top: 2px solid #183d7e; */
  background-image: linear-gradient(rgba(255, 255, 255, 0.901), rgba(255, 255, 255, 0.836)), url(../images/bg\ img\ 19.avif);
  background-position: center;
  background-size: cover;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  padding: 0 4%;
}

.sec2-text {
  width: 25%;
}

.sec2-text:nth-child(2) {
  width: 23%;
  margin-left: 5%;
}


.sec2-text:nth-child(2) span {
  width: 10px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.692);
  margin-right: 15px;
}

.sec2-text:nth-child(3) {
  width: 15%;
}

.sec2-text li span {
  color: #b56621;
  margin-right: 10px;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  color: #000000;
  text-transform: uppercase;
}

.sec2-text h1 img {
  width: 100px;
  /* margin-left: -10px; */
  margin-top: -10px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.sec2-text h3 {
  width: fit-content;
  font-size: 25px;
}

.sec2-text .box {
  display: flex;
}

.sec2-text .box .line {
  width: 50px;
  height: 2px;
  background-color: #e97a19;
  margin-bottom: 10px;
}

.sec2-text .box .circle {
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  border: 2px solid #e97a19;
  background-color: white;
}

.sec2-text h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #e97a19;
}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #e97a19;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 15px;
}

.icons {
  margin: 0;
}

.icons h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  color: #000000;
}

.icons ul {
  display: flex;
  margin-top: -20px;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 30px;
  border-radius: 50%;
  padding: 5px;
  border: 0.2px solid #95b063;
  margin-right: 10px;
  margin-top: 15px;
  opacity: 0.8;
  filter: brightness(0);
}

.icons ul li a img:hover {
  margin-top: 10px;
}

.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;
}

.sec2-text ul li span {
  color: #e97a19;
}

.sec2-text ul li a {
  font-size: 15px;
  color: #000000da;
  list-style: none;
  display: flex;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #000000;
}

.col-xl-3 ul li {
  list-style: none;
  text-decoration: none;
  margin-top: 12px;
  font-size: 18px;
}

.col-xl-3 ul li a {
  color: rgba(0, 0, 0, 0.832);
  margin-top: 10px;
  font-size: 20px;
}

.col-xl-3 nav:hover {
  background: transparent;
}


.sec2-text .input-sec {
  display: flex;
  place-items: center;
  margin-top: 20px;
}

.sec2-text .input-sec input {
  padding: 12px;
  border-radius: 5px;
  border: none;
  /* border: 0.1px solid rgb(153, 153, 153); */
}

.sec2-text .input-sec button {
  padding: 9px 10px;
  background-color: #e97a19;
  border: none;
  border-radius: 0 5px 5px 0;
  margin-left: -8px;
}

.sec2-text .input-sec button img {
  width: 30px;
}



.footer-base {
  text-align: center;
  padding: 0px 4%;
  color: rgb(255, 255, 255);
  background-color: #1e185b;
  font-size: 16px;
  border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  padding-left: 0;
  /* clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%); */
  place-items: center;
}

.footer-base p {
  margin-bottom: 0;
  padding: 10px 4%;
  text-align: center;
  font-weight: 400;
  padding-bottom: 15px;
  color: rgb(255, 255, 255);
  padding-right: 8%;
}



@media screen and (max-width: 900px) {

  .footer {
    padding-top: 20px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text h2 {
    font-size: 25px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .sec2-text:nth-child(1) p {
    text-align: justify;
  }

  .sec2-text:nth-child(2) {
    width: 100%;
    margin: 0;
  }


  .sec2-text:nth-child(3) {
    width: 100%;
  }

  .footer-base {
    padding: 0;
  }

  .footer-base p {
    font-size: 15px;
    padding: 10px;
  }

  .sec2-text .input-sec input {
    width: 90%;
  }


}