* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

/* TOP LINE CSS STARTING*/
.headerup {
  display: flex;
  height: fit-content;
  justify-content: space-around;
  background-color: #f5f5f5;
}

.headerup-p {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
}

.box-3 {
  display: flex;
  /* justify-content: space-around */
}

.icons-image {
  width: 28.8px;
  height: 28.8px;
  margin: 2px;
  padding: 2px;
}

.icons-image:hover {
  transform: translateY(-4px);
}

/* TOP LINE CSS ENDING*/
/* NAVBAR CSS STARTING */
.navbar {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-block: 7px;
}

.logo-image {
  width: 170px;
  height: 55.65px;
  margin-left: 30px;
  margin-top: 10px;
}

.navbar-ul {
  display: flex;
  float: right;
  list-style-type: none;
  margin-right: 20px;
  margin-block-start: 5px;
}

.navbar-a {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding: 10px;
  line-height: 60px;
}

.navbar-a:active {
  color: rgb(0, 173, 238);
}

.navbar-a:hover {
  color: rgb(0, 173, 238);
}

.checkbtn {
  font-size: 30px;
  float: right;
  line-height: 80px;
  cursor: pointer;
  margin-right: 40px;
  display: none;
  position: relative;
  top: 3px;
}

#check {
  display: none;
}

@media (max-width: 900px) {
  .headerup {
    display: none;
  }

  .logo-image {
    width: 149px;
    height: 62.65px;
    margin-left: 19px;
    padding: 8px;
  }

  .navbar-a {
    color: #333333;
    font-size: 1.05rem;
    text-decoration: none;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
    padding: 10px;
    line-height: 60px;
  }
}

@media (max-width: 750px) {
  ul {
    position: fixed;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    top: 70px;
    left: -100%;
    text-align: left;
  }

  nav ul li {
    display: block;
    width: 100%;
    line-height: 20px;
  }

  nav ul li a {
    font-size: 20px;
  }

  .checkbtn {
    display: block;
  }

  #check:checked ~ ul {
    left: 0;
  }

  .logo-image {
    width: 152px;
    margin-left: 20px;
  }
}

/* BEST TREATMENT OF CANCER---------------------*/

.hospital {
  background-image: url("/images/treat_banner.png");
  background-repeat: no-repeat;
  height: 85vh;
  background-position: center;
  background-size: cover;
  display: flex;
  width: 100%;
}

.poster {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
  gap: 22px;
}

.posterbox1 {
  gap: 7px;
  display: flex;
  flex-direction: column;
}

.posterbox1-p1 {
  font-size: 6rem;
  color: rgb(45, 44, 44);
  font-weight: 600;
}

.posterbox1-p2 {
  font-size: 6rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.posterbox2 {
  display: flex;
}

.btn2 {
  background-color: rgb(0, 187, 255);
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgb(0, 187, 255);
  transition: 0.5s;
}

.btn2:hover {
  background-color: white;
  border: 2px solid rgb(0, 187, 255);
}

.btn2:hover a {
  color: rgb(0, 187, 255);
}

.btn2 a {
  text-decoration: none;
  color: white;
  font-weight: 750;
  font-size: 1.1rem;
  transition: 0.5s;
}

.justimglogo2 {
  height: 3.7rem;
  transition: all ease .3s;
}

.justimglogo2:hover {
  transform: translateY(-10px);
}

@media(max-width:900px){
  .justimglogo2:hover {
    transform: translateY(0px);
  }

}

/* LET ME KNOW--------------------------------- */

.midtop {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 43px 20px;
}

#tophead1 {
  color: rgb(37 99 235);
  font-weight: 900;
  font-size: 16px;
}

#tophead2 {
  font-size: 45px;
  font-weight: 750;
  color: rgb(52, 52, 52);
  padding: 5px 0px;
}

span {
  color: rgb(0, 173, 238);
}

#tophead3 {
  width: 20%;
  height: 8px;
  background-color: rgb(0, 187, 255);
  margin-bottom: 2px;
}

#tophead4 {
  color: rgb(53, 51, 51);
  padding: 7px 0px;
  font-size: 20px;
}

.tophead {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TREATMENT HERE----------------------------- */

.treat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  place-items: center;
  place-content: center;
  width: 100%;
  margin: 20px 0px;
  gap: 20px;
  width: fit-content;
  height: fit-content;
}

.treat-box {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 500px;
  align-items: center;
  height: fit-content;
  width: fit-content;
}

.treat-box p {
  text-align: center;
  font-size: 16px;
  max-width: 60%;
  text-align: justify;
}

.treat-box h3 {
  font-size: 15px;
  font-weight: 750;
}

.image1 {
  width: 360px;
  height: 250px;
  overflow: hidden;
  transition: 0.76s;
}

.treat-btn {
  padding: 11px 15px;
  border-radius: 20px;
  background-color: rgb(0, 187, 255);
  border: 1px solid rgb(0, 187, 255);
  transition: 0.4s;
  margin-top: 0px;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
}

.treat-btn a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  transition: 0.4s;
  font-size: 13px;
}

.treat-btn:hover {
  background-color: white;
  color: rgb(0, 173, 238);
  border: 2px solid rgb(0, 187, 255) inset;
}

.treat-btn:hover a {
  color: rgb(0, 187, 255);
}

.image1:hover {
  transform: scale(1.05);
}

/* CANCER TREATMENT STATIC-------------------*/

.static-1 {
  display: flex;
  flex-direction: column;
  background: transparent;
  justify-content: center;
  gap: 15px;
  padding: 30px 30px;
}

.justimglogo3 {
  height: 3.2rem;
  transition: all 0.06s;
}

h3,
p {
  margin: 0;
}

.static-h3-id1 {
  font-size: 60px;
  font-weight: 750;
  margin-bottom: 10px;
}

.static-p1 {
  font-size: 20px;
  color: rgb(208, 208, 208);
  padding: 15px 0px;
  width: 736px;
}
@media(max-width:1420px){
  .static-p1 {
    width: 666px;
  }
}

#static-h3-1 {
  color: white;
}

#static-h3-2 {
  color: rgb(0, 187, 255);
}

.posterbox2 {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.line-1 {
  height: 8px;
  width: 210px;
  background-color: rgb(0, 187, 255);
  margin-bottom: 20px;
}

.static-texts {
  display: flex;
  flex-direction: column;
}

.static-btn {
  background-color: rgb(0, 187, 255);
  border-radius: 20px;
  border-radius: 2px solid rgb(0, 187, 255);
  cursor: pointer;
  transition: all 0.5s;
}

.static-btn:hover {
  background-color: white;
  border: 2px solid rgb(0, 187, 255);
}

.static-btn a:hover {
  color: rgb(0, 187, 255);
}

.static-btn a {
  text-decoration: none;
  color: rgb(236, 233, 233);
  display: flex;
  gap: 5px;
  font-weight: 750;
  align-items: center;
  padding: 12px 12px;
  font-size: 17px;
  transition: all 0.5s;
}

.static-btn a svg {
  font-weight: 900;
}

.static-texts {
  gap: 5px;
}

.static-treatment {
  background-image: url("/images/treatment.png");
  background-repeat: no-repeat;
  z-index: -1;
  height: fit-content;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin: 40px 0px;
}

.justimglogo3:hover {
  transform: translatey(-6px);
}

/* DR DEEPIKA CHAUHAN------------------------- */

.dr-chauhan-img {
  border-radius: 50%;
  width: 280px;
  overflow: hidden;
}

.dr-chauhan-sec {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 10px;
}

.dr-chauhan-about {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.dr-about-p-1 {
  margin: 0;
  font-size: 22px;
  margin-bottom: 2px;
  color: rgb(0, 187, 255);
  font-weight: 700;
}

.dr-about-h-1 {
  margin: 0px;
  font-size: 42px;
  color: rgb(76, 75, 75);
}

.dr-about-p-2 {
  margin: 25px 0px;
  color: rgb(59, 59, 59);
  line-height: 25px;
  font-size: 18.5px;
}

.dr-about-p-2 a {
  text-decoration: none;
}

.dr-chauhan-achievments {
  display: grid;
  font-size: 20px;
  color: rgb(27, 26, 26);
  gap: 17px;
  font-weight: 800;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.dr-chauhan-achievments p {
  margin: 0px;
  display: flex;
  align-items: center;
}

.dr-chauhan-tick {
  font-size: 30px;
  color: rgb(0, 187, 255);
  font-weight: 800;
  font-size: 32px;
  margin: 0;
}

/*  footer------------------------------------------- */

/* FOOTER CSS STARTING */
.footer {
  background-image: url("/images/footer_bg.png");
  background-size: cover;
  width: 100%;
  height: fit-content;
  padding: 10px 0px;
}

/* FOOTER UP CSS */
.footer-main1 {
  display: flex;
  justify-content: space-around;
}

.footer-line1 {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.logo {
  width: 238px;
  height: 80px;
  padding-left: 40px;
  padding-top: 30px;
}

.box {
  display: flex;
}

.icons-image {
  width: 42px;
  height: 42px;
  margin: 2px;
  padding: 2px;
  transition: transform 0.1s ease;
}

.icons-image:hover {
  transform: translateY(-10px);
}

.footer-p-2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: larger;
  padding: 3px;
  color: #ffff;
}

.footer-p-1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: larger;
  color: #ffff;
  width: 450px;
  line-height: 40px;
}

.footer-up-heading {
  color: #ffff;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-a {
  color: #ffff;
  text-decoration: none;
  font-size: larger;
  font-family: Arial, Helvetica, sans-serif;
  padding: 16px;
}

.footer-line2 {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.footer-line2-location {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

/* FOOTER DOWN CSS */

.footer-middle {
  display: flex;
  gap: 1rem;
}

.footer-main-2 {
  color: white;
  font-size: 15px;
  display: flex;
  justify-content: space-around;
}

.footer-main-2 span {
  color: rgb(0 173 238);
}

.footer-main-2-head {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .logo {
    width: 180px;
    height: 60px;
  }

  .icons-image {
    width: 38px;
    height: 38px;
  }

  .footer-p-2 {
    font-size: 16px;
  }

  .footer-p-1 {
    font-size: 16px;
    width: 450px;
  }

  .footer-a {
    font-size: 16px;
  }

  .footer-line2 h3 {
    font-size: 20px;
  }

  .footer-a {
    padding: 16px 0px;
  }

  .footer-line1 {
    padding-left: 10px;
  }

  .footer-main-2 {
    font-size: 14px;
  }

  .icons-image {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1050px) {
  .footer-main-2 {
    font-size: 12px;
    flex-direction: column-reverse;
    text-align: center;
    gap: 14px;
    margin-top: 20px;
  }

  .footer-main-2 h3 {
    margin: 0;
  }

  .icons-image {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1000px) {
  .footer-middle {
    gap: 10px;
    margin-right: 10px;
  }

  .footer-main1 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .footer-p-1 {
    width: 362px;
    font-size: 15px;
  }

  .footer-p-2 {
    font-size: 15px;
  }

  .footer-a {
    font-size: 15px;
  }

  .footer-line2 h3 {
    font-size: 17px;
  }

  .footer-a {
    padding: 16px 0px;
  }

  .footer-line1 {
    padding-left: 1px;
  }

  .footer-main-2 {
    font-size: 10px;
  }

  .logo {
    width: 180px;
    height: 80px;
  }

  .icons-image {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 860px) {
  .footer-main1 {
    flex-direction: column;
  }

  .footer-middle {
    justify-content: space-evenly;
  }

  .footer-line1 {
    margin: 0px 80px;
  }
}

@media (max-width: 790px) {
  .footer-line1 {
    margin: 0px 75px;
  }
}

@media (max-width: 670px) {
  .footer-line1 {
    margin: 0px 50px;
  }
}

@media (max-width: 640px) {
  #footer-line2-location {
    display: none;
  }

  .footer-line1 {
    margin: 0px 20px;
  }
}

@media (max-width: 520px) {
  #footer-line2-location {
    display: none;
  }

  .footer-line1 {
    margin: 0px 10px;
  }

  .footer-main1 {
    margin-top: 0;
    padding-top: 0;
  }

  .footer-p-1 {
    width: 320px;
    font-size: 13px;
  }

  .footer-p-2 {
    font-size: 13px;
  }

  .footer-a {
    font-size: 13px;
  }

  .footer-line2 h3 {
    font-size: 14px;
  }

  .footer-a {
    padding: 11px 0px;
  }

  .footer-line1 {
    padding-left: 1px;
  }

  .footer-main-2 {
    font-size: 8px;
  }

  .logo {
    width: 160px;
    height: 73px;
  }

  .icons-image {
    width: 37px;
    height: 37px;
  }
}

@media (max-width: 360px) {
  .footer-middle {
    flex-direction: column;
    gap: 3px;
    margin: 1px auto;
  }

  .footer {
    margin-left: 0;
    padding-left: 2px;
  }

  .footer-line2 h3 {
    font-size: 20px;
  }

  .footer-a {
    font-size: 16px;
  }

  .footer-main-2 {
    font-size: 9px;
    text-align: center;
  }

  .logo {
    width: 230px;
    height: 93px;
  }

  .footer-p-1 {
    font-size: 15px;
    width: 100%;
  }

  .footer-p-2 {
    font-size: 15px;
  }

  .footer-main1 {
    padding: 3px;
  }
}

.current-page {
  color: #00adee;
}
