html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  /* background-image: linear-gradient(to right, rgb(22, 129, 97), rgb(27, 108, 122)); */

  width: 100%;

  /* background-size:cover; */
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 30px 20px; */

  z-index: 1000;
  transition: 0.6s;
  background-image: linear-gradient(
    to right,
    rgb(110, 255, 211),
    rgb(131, 160, 255)
  );
}

.header .logo {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
}

.header a img {
  width: 55px;
  height: 85px;
}

.header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header ul li {
  position: relative;
  list-style: none;
}

.header ul li a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  letter-spacing: 2px;
  font-weight: 300;
  transition: 0.6s;
}

/* bgimg */

.bgimg {
  background: url(/slider/1.jpg);
  background-size: cover;
  /* height: 700px; */
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  margin-top: 85px;
  padding-bottom: 10px;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.banner h2 {
  color: rgb(0, 0, 0);
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
}

.banner h2 span {
  color: blue;
}

/* slider  */
#slider {
  position: relative;
  width: 1018px;
  height: 280px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.637);
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#slider ul {
  position: relative;
  list-style: none;
  height: 100%;
  width: 10000%;
  padding: 0;
  margin: 0;
  transition: all 750ms ease;
  left: 0;
}

#slider ul li {
  position: relative;
  height: 100%;

  float: left;
}

#slider ul li img {
  width: 1018px;
  height: 280px;
}

#slider #prev,
#slider #next {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms ease;
}

#slider #prev {
  left: 10px;
}

#slider #next {
  right: 10px;
}

#slider #prev:hover,
#slider #next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0;
}

/* welcome section */

.banner .welcomeDiv {
  margin: auto;
  width: 75%;
  background: rgba(0, 0, 0, 1);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.418), 3px 3px 15px black;
  margin-top: 5px;
}

.banner .welcome_para {
  /* width:80%; */
  text-align: justify;
  padding: 35px;
  letter-spacing: 1px;
  transition: 0.6s;
  color: aliceblue;
  display: flex;
  justify-content: center;
}

/* counter by javascript */

/**************/

.counter-wrp {
  margin: 20px;
  border: 2px rgb(37, 57, 233) solid;
}

.counter-wrp ul {
  list-style-type: none;
  display: flex;
}

.counter-wrp li {
  width: 33.33%;
  height: 100%;
  padding: 30px 0px;
  text-align: center;
  transition: 0.2s linear;
}

.counter-wrp li:hover {
  transform: scale(1.1);
}

.counter-wrp li:nth-child(1) {
  background: rgb(16, 31, 46);
}

.counter-wrp li:nth-child(2) {
  background: rgb(18, 34, 51);
}

.counter-wrp li:nth-child(3) {
  background: rgb(21, 38, 56);
}

.counter-wrp li:nth-child(4) {
  background: rgb(21, 38, 56);
}

.counter-wrp li p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.counter-wrp li p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Open Sans";
}

.counter-wrp li span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.counter-wrp li i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.counter-wrp li .none {
  background: none;
}

/* secondHeading h2 */
.secHeading {
  padding-top: 100px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
}

.secHeading span {
  width: 100%;
  background: rgba(0, 0, 0);
  height: 4px;
  display: block;
  margin: 0 auto;
}

.sections {
  width: 100%;
}

/* SEC HEADING END */

/* about section start */
/* <!-- Founder & Visionery --> */

.founderAndVisionary {
  position: relative;
  width: 100%;
  /* height: 50vh; */
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.founderAndVisionary .founder {
  width: 30%;
  text-align: center;
  box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.418), 3px 3px 15px black;
  background: rgba(255, 255, 255, 0.897);
  backdrop-filter: blur(4px);
}

.founderAndVisionary h6 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
  padding: 20px;
}

.founderAndVisionary img {
  border: 2px solid black;
}

.founderAndVisionary p {
  width: 80%;
  margin: auto;
  text-align: justify;
  padding: 10px 0 30px 0;
}

.founderAndVisionary .visionary {
  width: 30%;
  box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.418), 3px 3px 15px black;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.842);
  backdrop-filter: blur(4px);
}

/* speech */

.speech {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 91%;
  margin: auto;
  margin: 80px 20px;
}

.speech .paras {
  padding: 0 40px;
}

.img img {
  width: 230px;
  height: 275px;
}

.speech .paras h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2em;
}

.speech .paras p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  text-align: justify;
  margin: 10px 0;
}

/* <!-- mission & Vision --> */

.missionAndVision {
  position: relative;
  width: 100%;
  height: 35vh;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}

.missionAndVision div {
  width: 25%;
  background: rgba(14, 14, 14, 0.418);
  justify-content: center;
  text-align: center;
  align-items: center;
  box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.418), 3px 3px 15px black;
  background: rgba(255, 255, 255, 0.5);
}

.missionAndVision h6 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
  padding: 20px;
}

.missionAndVision p {
  width: 80%;
  margin: auto;
  text-align: justify;
  padding-top: 10px;
  text-transform: capitalize;
}

/* .missionAndVision .coreValue .subheading {} */

.missionAndVision .coreValue ul {
  margin-left: 20px;
  text-align: left;
  font-size: 0.9em;
  margin-top: 10px;
}

/* service section start */

.services {
  position: relative;
  display: flex;
  width: 100%;

  /* background-image: url("/image_source/scopebbg.jpg");
  background-repeat: no-repeat;
  background-size: 1500px 1800px; */
}

.services .res_blur {
  width: 100%;
  display: flex;
  padding: 40px 0 50px 130px;

  justify-content: space-evenly;
  backdrop-filter: blur(3px);
  /* justify-content: space-around;
    padding-bottom: 10px; */
  flex-direction: column;
}

.services .scopeOfServices {
  margin: auto;
}

.services .scopeOfServices h6 {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
  text-align: center;
  text-transform: uppercase;
  margin-left: -130px;
  padding: 15px;
  background-image: url("/image_source/headingbg.jpg");
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}

.services .scopeOfServices ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.services .scopeOfServices ul a li {
  padding: 10px 0;
  list-style-type: none;
  width: 200px;
  height: 150px;
  box-sizing: border-box;
  border: 1px solid rgb(185, 211, 233);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 10px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 1);
}

.services .scopeOfServices ul a {
  text-decoration: none;
  color: rgb(31, 31, 29);
}

.services .scopeOfServices ul a li:hover {
  border: 1px solid rgb(144, 230, 118);
  box-sizing: border-box;
  scale: 0.9;
  transition: 0.8s;
}

/* .services#service.active {
    filter: blur(5px);
} */
.blur.active {
  filter: blur(5px);
  pointer-events: none;
}

/* Service slider */
#ServiceSlider {
  position: relative;
  width: 800px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.637);
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#ServiceSlider ul {
  position: relative;
  list-style: none;
  height: 100%;
  width: 10000%;
  padding: 0;
  margin: 0;
  transition: all 750ms ease;
  left: 0;
}

#ServiceSlider ul li {
  position: relative;
  height: 100%;

  float: left;
}

#ServiceSlider ul li img {
  width: 800px;
  height: 300px;
  /* object-fit: contain; */
  /* background-color: rgb(36, 136, 191); */

  /* background-image: url("/image_source/services/medical-technology.jpg");
  background-repeat: no-repeat; */
}
/* Service Slider End */

/* .serviceimg {
  width: 100%;
  height: 300px;
  opacity: 0.9;
} */

/* showservices */
.scopeOfServicesmore1 {
  width: 100%;
}
.scopeOfServicesmore {
  width: 85%;
  margin: auto;
}
.scopeOfServicesmore ul {
  display: flex;
  justify-content: space-evenly;
}

.serviceview {
  width: 100%;
  /* height: 80vh; */
  /* background:#09d8ca; */
  background-image: linear-gradient(rgb(110, 255, 195), rgb(119, 151, 255));
  transform: translateY(-1%);
}

.serviceview .servicemainbox {
  width: 80%;
  background: #ffffff;
  /* transform: translateY(-15%); */
  display: flex;
  margin: auto;
  /* height: 45vh; */
  padding: 20px;
  justify-content: space-around;
  border-radius: 12px;
}

.serviceview .servicebox {
  background: rgb(3 78 159);
  width: 200px;
  height: 150px;
  padding: 10px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  margin-bottom: 50px;
}

.serviceview .serviceboxbig {
  background: #ffffff;
  padding-left: 10px;
  width: 80%;
}

.serviceview .serviceboxbig h3 {
  text-transform: uppercase;
  color: #00b7ac;
  font-size: xx-large;
  padding-bottom: 15px;
  padding-top: 15px;
}

.serviceview .serviceboxbig p {
  font-size: 17px;
  text-align: justify;
  color: rgba(0, 0, 0, 1);
}

/* popup */

.showMoreServices {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  text-align: justify;
}

.showMoreServices.active {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
  overflow: hidden;
}

.my-body-noscroll-class.active {
  overflow: hidden;
}

.showMoreServices a {
  text-decoration: none;
  float: right;
  background: rgb(41, 39, 39);
  padding: 5px 20px;
  color: #fff;
  border-radius: 2px;
}

/* experts section */
/* #experts{
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/image_source/bg2.png");
  background-repeat: no-repeat;
  background-size: cover; 
} */

.experts {
  position: relative;
  width: 100%;
  padding: 0px 0 150px 0;
}

.experts h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 50px 0;
  padding: 15px;
  background-image: url("/image_source/headingbg.jpg");
  color: rgb(255, 255, 255);
  opacity: 0.9;
}

.ourExpert {
  position: relative;
  text-transform: capitalize;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  /* margin-left: 90px; */
  place-items: center;
}

.ourExpert .doctors {
  position: relative;
  width: 300px;
  height: 190px;
  background: #333;
  transition: 0.5s;
  margin-top: 50px;
  /* overflow: hidden; */
  border-radius: 20px;
}

.ourExpert .doctors:hover {
  height: 450px;
  border-radius: 20px;
}

.ourExpert .doctors .lines {
  position: absolute;
  inset: 0;
  background-color: #333;
  overflow: hidden;
  border-radius: 20px;
}

.ourExpert .doctors .lines::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 120px;
  /* background: linear-gradient(transparent, #45f3ff, #45f3ff, #45f3ff, transparent);
  animation: animate 4s linear infinite; */
  border-radius: 20px;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.ourExpert .doctors .lines::after {
  content: "";
  position: absolute;
  background: #292929;
  inset: 3px;
  /* border-radius: 18px; */
  border-radius: 20px;
  background-image: linear-gradient(
    to right,
    rgb(82, 206, 169),
    rgb(85, 115, 212)
  );
}

.ourExpert .doctors .dr-img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background-color: #000;
  transition: 0.5s;
  z-index: 10;
  overflow: hidden;
  border-radius: 50%;
}

.ourExpert .doctors:hover .dr-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
}

.ourExpert .doctors .dr-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 150px;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    transparent,
    #ff3c7b,
    #ff3c7b,
    #ff3c7b,
    transparent
  );
  animation: animate2 4s linear infinite;
  border-radius: 50%;
}

@keyframes animate2 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.ourExpert .doctors .dr-img::after {
  content: "";
  position: absolute;
  background: #292929;
  inset: 3px;
  border-radius: 50%;
}

.ourExpert .doctors .dr-img img {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: calc(100%);
  padding: 10px;
}

.ourExpert .doctors .dr-details {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.ourExpert .doctors .dr-details div {
  padding: 22px;
  transition: 0.5s;
  transform: translateY(215px);
  line-height: 17px;
  text-align: center;
}

.ourExpert .doctors:hover .dr-details div {
  transform: translateY(0px);
  transition: 0.7s;
}

.ourExpert .doctors .dr-details div h2 {
  text-align: center;
  transition: 0.5s;
  font-size: 1.25em;
  margin: 30px 0;
  font-weight: 600;
  color: #2dffff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.ourExpert .doctors:hover .dr-details div h2 {
  transform: translateY(-10px);
  transition: 0.8s;
  display: none;
}

.ourExpert .doctors .dr-details div p {
  color: rgba(2, 2, 2, 0.9);
  font-size: small;
}
.ourExpert .doctors:hover .dr-details div p {
  transition: 0.5s;
  font-size: 16px;
  line-height: 28px;

  font-family: "Times New Roman", Times, serif;
}
.ourExpert .doctors .dr-details div p strong {
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
.ourExpert .doctors .dr-details div p .drspan {
  transition: 0.5s;
  font-size: 15px;
  line-height: 10px;
  font-family: "Times New Roman", Times, serif;
}
.ourExpert .doctors .dr-details div p .drspan .drspan1 {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.ourExpert .doctors .dr-details div p .drspan .drspan1 .drspan2 {
  display: block;
  line-height: 25px;
}
/* .ourExpert .doctors {
  width: 100%;
  height: 250px;
    display: flex;
} */

/* .ourExpert .doctors .dr-img img {
  height: 100%;
  width: 185px;
  object-fit: cover;
  border-radius: 10px;
  border: solid #472968 1px;
}

.ourExpert .doctors .dr-details {
  background-image: linear-gradient(to right, rgb(110, 255, 211), rgb(131, 160, 255));
  width: 100%;
  height: 200px;
  left: 0;
  top: 50%;
  transform: translateX(-11%);
  border-radius: 10px;
  color: #0c0c0c;
  padding: 45px 35px 45px 45px;
  /* text-align: center; */
/*box-sizing: border-box;
  z-index: 2;
  margin: 22px 0;
  border: solid #472968 1px;
} */

/*


/* tesimoails section */

#testimonails {
  position: relative;
  height: 300px;
  margin-bottom: 350px;
}

#testimonails .container {
  position: relative;
  width: 800px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#testimonails .slide-row {
  display: flex;
  width: 3200px;
  transition: 0.5s;
}

#testimonails .slide-col {
  width: 800px;
  height: 250px;
  position: relative;
}

#testimonails .user-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#testimonails .user-img img {
  height: 100%;
  width: 400px;
  border-radius: 10px;
}

#testimonails .text {
  background: #2d3a59;
  width: 440px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  color: #d3d4d6;
  padding: 45px;
  box-sizing: border-box;
  z-index: 2;
}

#testimonails .container .idicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30%;
}

#testimonails .container .idicator .btn {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 4px;
  border-radius: 15px;
  background: rgb(0, 0, 0);
  cursor: pointer;
  transition: 0.5s;
}

#testimonails .container .idicator .active {
  width: 40px;
}

#testimonails .container .testmoney {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* gallery section */
/* galley start */
/* .wrapper {
    margin: 100px auto;
    max-width: 1100px;
}

.wrapper nav {
    display: flex;
    justify-content: center;
}

.wrapper .items {
    display: flex;
    max-width: 720px;
    width: 100%;
    justify-content: space-between;
}

.items span {
    padding: 7px 25px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #007bff;
    border-radius: 50px;
    border: 2px solid #007bff;
    transition: all 0.3s ease;
}

.items span.active,
.items span:hover {
    color: #fff;
    background: #007bff;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.gallery .image {
    width: calc(100% / 4);
    padding: 7px;
}

.gallery .image span {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.gallery .image img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.gallery .image:hover img {
    transform: scale(1.1);
}

.gallery .image.hide {
    display: none;
}

.gallery .image.show {
    animation: animate 0.4s ease;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

.preview-box .details {
    padding: 13px 15px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
}

.details .title p {
    font-weight: 500;
    margin-left: 5px;
}

.details .icon {
    color: #007bff;
    font-style: 22px;
    cursor: pointer;
}

.preview-box .image-box {
    width: 100%;
    display: flex;
}

.image-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.shadow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

.shadow.show {
    display: block;
}

@media (max-width: 1000px) {
    .gallery .image {
        width: calc(100% / 3);
    }
}

@media (max-width: 800px) {
    .gallery .image {
        width: calc(100% / 2);
    }
}

@media (max-width: 700px) {
    .wrapper nav .items {
        max-width: 600px;
    }

    nav .items span {
        padding: 7px 15px;
    }
}

@media (max-width: 600px) {
    .wrapper {
        margin: 30px auto;
    }

    .wrapper nav .items {
        flex-wrap: wrap;
        justify-content: center;
    }

    nav .items span {
        margin: 5px;
    }

    .gallery .image {
        width: 100%;
    }
} */

/* gallery end */

/* #gallery {
    position: relative;
    padding-top: 90px;
} */

.gallery_radio {
  display: none;
}

.Gallery {
  width: 100%;
  text-align: center;
}

.top-content {
  /* background-color: rgb(250, 225, 225); */
  width: 80%;
  margin: 0 auto 20px auto;
  height: 60px;
  display: flex;
  align-items: center;
  /* border-radius: 5px;
    box-shadow: 3px 3px 3px lightgray; */
  justify-content: center;
}

.top-content label {
  display: flex;
  justify-content: space-evenly;
  padding: 7px 25px;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #007bff;
  border-radius: 50px;
  border: 2px solid #007bff;
  transition: all 0.3s ease;
}

.top-content label:hover,
.top-content label.active {
  color: #fff;
  background: #007bff;
}

.gallery {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.gallery-item {
  position: relative;
  height: 230px;
  box-shadow: 3px 2px 5px lightgray;
  border-radius: 10px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 10px; */
}

#check0:checked ~ .Gallery .gallery .gallery-item {
  opacity: 1;
  /* transform: scale(1); */
  position: relative;
  /* transition: .5s; */
}

#check1:checked ~ .Gallery .gallery .Icu {
  opacity: 1;
  /* transform: scale(1); */
  position: relative;
  /* transition: .5s; */
}

#check1:checked ~ .Gallery .gallery .Nicu,
#check1:checked ~ .Gallery .gallery .Lab,
#check1:checked ~ .Gallery .gallery .Events {
  opacity: 0;
  transform: scale(0);
  position: absolute;
}

#check2:checked ~ .Gallery .gallery .Nicu {
  opacity: 1;
  /* transform: scale(1); */
  position: relative;
  /* transition: .5s; */
}

#check2:checked ~ .Gallery .gallery .Icu,
#check2:checked ~ .Gallery .gallery .Lab,
#check2:checked ~ .Gallery .gallery .Events {
  opacity: 0;
  transform: scale(0);
  position: absolute;
}

#check3:checked ~ .Gallery .gallery .Lab {
  opacity: 1;
  /* transform: scale(1); */
  position: relative;
  /* transition: .5s; */
}

#check3:checked ~ .Gallery .gallery .Nicu,
#check3:checked ~ .Gallery .gallery .Icu,
#check3:checked ~ .Gallery .gallery .Events {
  opacity: 0;
  transform: scale(0);
  position: absolute;
}

#check4:checked ~ .Gallery .gallery .Events {
  opacity: 1;
  /* transform: scale(1); */
  position: relative;
  /* transition: .5s; */
}

#check4:checked ~ .Gallery .gallery .Nicu,
#check4:checked ~ .Gallery .gallery .Lab,
#check4:checked ~ .Gallery .gallery .Icu {
  opacity: 0;
  transform: scale(0);
  position: absolute;
}

.full-img {
  width: 100%;
  height: 110vh;
  background: rgba(0, 0, 0, 0.952);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.full-img img {
  width: 90%;
  max-width: 800px;
  max-height: 500px;
  object-fit: contain;
}

.full-img span {
  top: 15%;
  right: 5%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background: #b92626;
  border: 1px solid white;
  padding: 3px 10px;
  border-radius: 50px;
}

/* gallery end */

/* career sectiojn start */

.careersec {
  display: flex;
  justify-content: right;
  background-color: rgb(176, 169, 169);
  height: 150vh;
}
.careerheading {
  width: 100%;
  background-color: rgb(176, 169, 169);
}
.careersec h2 {
  text-align: center;
  padding: 25px 25px 0 25px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.careersec span {
  align-items: center;
  height: 3px;
  width: 300px;
  display: block;
  margin: 0 auto;
  background: #000;
  margin-bottom: 25px;
}

.careerimg img {
  height: 1000px;
  width: 700px;
  align-content: center;
}
.careerdiv {
  width: 65%;
}
.career1stdiv {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  float: right;
}
.career2nddiv {
  width: 230px;
  height: 250px;
  margin: 20px 20px;
  border-radius: 15px;
  background: rgb(255, 255, 255);
  /* background-image: linear-gradient(
    to bottom,
    rgb(208, 118, 254),
    rgb(112, 255, 236)
  ); */
}
.career2nddiv ul {
  text-align: center;
  padding: 25px 0 0 0;
}

.career2nddiv h3 {
  padding: 20px 20px 0 20px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.career2nddiv p {
  font-weight: 700;
  text-align: center;
}
.career2nddiv ul li {
  padding: 3px;
  /* text-align: left; */
  list-style: none;
  font-size: 15px;
  /* text-align: center; */
}
.career2nddiv ul li span {
  width: auto;
  background: none;
  color: rgb(255, 0, 234);
  text-transform: capitalize;
}
.career2nddiv ul button {
  font-size: 10px;
  width: 90px;
  margin: 10px;
  padding: 4px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  cursor: pointer;
  background: rgb(78, 78, 255);
  font-weight: bold;
  color: whitesmoke;
}
/* career sectiojn end */
/* contact section */

.contact-heading {
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.contact-us {
  margin-top: 20px;
  margin-bottom: 20px;
}

.map {
  width: 100%;
}

.addressbox {
  position: relative;
  align-items: center;
}

.addressbox .con_details {
  width: 98%;
  display: flex;
  justify-content: space-evenly;
}

.addressbox .con_details p,
h2 {
  padding: 10px 0;
}

.loc {
  margin: 0%;
  padding: 0;
}

.send-msg {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  width: 40%;
  /* height: 500px; */
}

.contact-us .btn {
  width: 120px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;

  border: 1px red solid;
  border-radius: 10px;
}

.condetail {
  color: rgb(73, 69, 76);
  border: 2px solid purple;
  padding: 20px;
  border-radius: 50px;
  margin-top: 10px;
}

.condetail button {
  margin-top: 10px;
  padding: 7px 25px;
  border: 1px purple solid;
  border-radius: 12px;
  cursor: pointer;
  text-transform: uppercase;
  color: rgb(73, 69, 76);
  font-weight: 500;
}

.con_details h2 {
  color: purple;
}

.condetail button:hover {
  background-color: purple;
  color: rgb(0, 0, 0);
}

/* Footer strt */
footer {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  background: #0c0c0c;
  color: antiquewhite;
  height: 23vh;
  opacity: 0.8;
  margin-top: 30px;
}

.footerdiv {
  position: relative;
  display: flex;
  padding: 15px 0;
}
.footerdiv .fblogo{
 margin:20px;
}

.footerdiv p {
  padding-top: 100px;
  opacity: 0.6;
  font-size: 13px;
}

.footerdiv ul {
  list-style: none;
  line-height: 2;
}

.footerdiv ul li a {
  color: antiquewhite;
  text-decoration: none;
}

/* Footer End */
