* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif;
  font-family: 'Titillium Web', sans-serif; */
  max-width: 100%;
}
body {
  /* margin: 0rem 1rem; */
}
p {
  font-weight: 500;
}

/*  */
.social_links {
  background: transparent linear-gradient(90deg, #9b1811 30%, #73151e 90%) 0% 0% no-repeat padding-box;
  height: max-content;
  font-family: 'Poppins', sans-serif;
}
.link_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 0.7rem 3rem;
}
.links {
  margin: 0.5rem 0rem;
  display: flex;
  gap: 1rem;
}
.number h2 {
  font-size: 1rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.links img {
  width: 20px;
  margin-left: 1rem;
}
/*  */
header{
border: black;
border-width: 2px;
box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.06);
font-family: 'Poppins', sans-serif;
width: 100%;

}
.head_container{
padding: 20px;
  height: auto;
}
.logo img{
height: 55px;
  width: 500px;
  cursor: pointer;
}
.logo {
  padding: 0.5rem 1rem;
  /* background-color: #fff; */
  border-radius: 4px;
}
.menu{
margin-top:5px;
}
.menu ul{
list-style-type: none;

}
.menu li{
display: inline;
}
.sticky {
width: 100%;
}

.fixed {
position: sticky;
top:0;
background-color: #fff ;
z-index: 100;
border-bottom: 1px solid #f1f1f1;
}
.list a{
  font-size: 1.1rem;
text-decoration: none;
font-weight: 500;
  color: #000;
  padding: 0rem 0.4rem;
/* color: #1c3664; */
    /* padding:10px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}
.icon{
display: none;
}

menu.responsive{
position: relative;
}
menu.responsive{
float: none;
  display: block;
  text-align: left;
}


@media screen and (max-width: 835px) {
.logo img {
    height: 40px;
}

.menu{
  margin:0;
}
  .sidenav {
      width: 250px;
  }
}


@media screen and (max-width: 1160px) {

.menu li{
display: none;
}
.icon{
  font-weight: 900 !important;
      font-size: 27px !important;
  padding: 0;
  margin: 0;
     /* margin-top: -22px; */
  display: flex;
}
.logo img {
    height: 40px;
}
}




.sidenav {
  margin-top: 4rem;
font-family: 'Poppins', sans-serif;
height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 87px;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}
a {
  text-decoration: none;
}
.sidenav li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  margin-top: 0.5rem;
  /* border-bottom: 1px solid #000; */
  font-size: 20px;
  color: #1c3664;
  display: block;
  transition: 0.3s;
}
.sidenav li:hover {
  background-color: #f2f2f2;
}

.sidenav a:hover, .offcanvas a:focus{
  /* color: #F7CA18; */
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #000;
}


/* */

.about_us_image {
  background-image: url(xhero2.png.pagespeed.ic.hFcxrs-6as.webp);
  height: 50vh;
  /* background-position: center; */
  background-size: cover;
}
.about_us_links {
  font-family: "Titillium Web", sans-serif;
  display: flex;
  gap: 1rem;
}

.postition {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50vh;
}
.about_us_links a {
  text-decoration: none;
}
.about_us_image h1 {
  font-size: 3.5rem;
  color: #013243;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
.span {
  font-size: 1.1rem;
}
/* Pki Services */
.pki_services {
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  /* padding: 1rem 0rem; */
  background-color: #9b1811;
  margin: 1rem 0rem;
  color: #fff;
}
.imags {
  display: flex;
  gap: 1rem;
  width: fit-content;
  margin: auto;
  margin-top: 1rem;
}
.img img {
  width: 100%;
  height: 250px;
  box-shadow: 0px 0px 6px 1px #000;
  object-fit: cover;
}
.culsuntant_para {
  font-family: 'Poppins', sans-serif;
  width: 1100px;
  text-align: center;
  margin: 2rem auto;
}
/* Infra Structure */
.grey_color {
  background-color: #f2f2f2;
  height: auto;
  padding: 2rem 0rem;
}
.infra_structure {
  background-color: #9b1811;
  padding: 2rem 0rem;
}
.infra_flex {
  display: flex;
  width: 1450px;
  margin: auto;
  align-items: center;
  gap: 1rem;
  padding: 0rem 1.5rem;
}
.ul_list {
  width: 300px;
  font-family: 'Poppins', sans-serif;
}
.ul_list li {
  color: #fff;
  margin: 1rem 0rem;
}
.infra_images {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 1rem;
}
.infra_primary {
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  color: #fff;
  margin: 1rem 0rem 1rem 0rem;
  background-color: #9b1811;
}
.infra_img img {
width: 100%;
height: 300px;
object-fit: cover;
box-shadow: 0px 0px 10px 1px #000;
border-radius: 8px;
margin: 0.5rem 0rem;
}

/* Patient Screen */
.patient_screen {
  display: flex;
  font-family: 'Poppins', sans-serif;
  gap: 2rem;
  width: 1200px;
  margin: auto;
  align-items: center;
}
.farhad_image {
  padding: 1rem 0rem;
  width: 500px;
}

.paitent_primary {
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  margin: 1rem 0rem;
  background-color: #9b1811;
  color: #fff;
}
.text_img img {
  width: 100%;
  /* height: 100%; */
  object-position: left;
  object-fit: cover;
}
.form_flex {
  display: flex;
  gap: 1rem;
  padding: 1rem 0rem;
}
.form_flex img {
  box-shadow: 0px 0px 5px 1px #000;
}
.text p {
  padding: 1rem 0rem;
  text-align: justify;
}
.patient_screen h1 {
  font-size: 1.4rem;
  /* text-align: center; */
  color: #013243;
  line-height: 1;
}

/* Achivement section */
.achivments_section_1 {
  margin: 4rem 0rem;
  background-color: #9b1811;
  padding: 2rem 0rem;
}
.achivement_header h1 {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  margin: 1rem 0rem;
  background-color: #9b1811;
  color: #fff;
}
.achivement_img img {
  width: 300px;
  object-fit: cover;
  height: 300px;
  box-shadow: 0px 0px 5px 1px #000;
}
.achivement_img {
  /* display: flex; */
  /* gap: 1rem; */
}
.achivements_section {
  /* background-color: #9b1811; */
  padding: 2rem ;
  /* display: flex; */
  /* width: 1150px; */
  /* margin: 4rem auto; */
  font-family: 'Poppins', sans-serif;
  /* gap: 6rem; */
  text-align: center;
}
.margin {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  margin: 1rem 0rem;
  color: #fff;
  font-weight: 500;
}
.achivements_section p {
  text-align: center;
  font-size: 1.1rem;
  padding: 0rem 0rem 1rem 0rem;
  /* color: #fff; */
}
.achivement_img {
  
  padding: 1rem;
}
.doctor_flex {
  width: fit-content;
  margin: auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  /* margin: 2rem auto; */
}
.for {
  border-bottom: 2px solid #000;
}
.paitient_section {
  display: flex;
    width: 1500px;
    margin: auto;
}
.paitent_para {
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 1rem 0rem;
}
.paitient_section p {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 1rem 0rem;
}
.span_flex {
  display: flex;
}
.doctor_flex h1 {
  /* font-weight: 400; */
  font-size: 1.4rem;
  padding: 0.5rem 0rem;
}

/* Operation */
.agree_img img {
  width: 900px;
  object-fit: cover;
  height: 300px;
  box-shadow: 0px 0px 5px 1px #000;
}
.agree_img_2 img {
  width: 500px;
  height: 300px;
  box-shadow: 0px 0px 5px 1px #000;
  object-fit: cover;
}
.grid_2 {
  justify-content: center;
  display: flex;
  gap: 1rem;
}
.celebration {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding: 1rem 0rem;
  font-size: 1.1rem;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 1rem;
  column-gap: 1rem;
  /* justify-content: center; */
  justify-items: center;
}
.kidney_Transplant_2 img {
  width: 400px;
  max-width: 100%;
  box-shadow: 1px 1px 7px 0px #000;
  height: 300px;
  object-fit: cover;
  cursor: pointer;
}
.operation_para {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 1rem 1rem 4rem 1rem;
}
.width {
  width: 1200px;

  margin: 0rem auto 0.4rem auto;
  text-align: justify;
  padding: 0rem 1rem;
}
/* Agrement Section */
.agrement_section {
  font-family: 'Poppins', sans-serif;
  width: 950px;
  margin: auto;
  padding: 0rem 1rem;
}
.agrement_section_2 {
  font-family: 'Poppins', sans-serif;
  width: fit-content;
  padding: 0rem 1rem;
  margin: auto;
}
.agree_img p {
  text-align: center;
  margin: 1rem 0rem;
}
.agree_img img {
  width: 900px;
  object-fit: cover;
  height: 300px;
  box-shadow: 0px 0px 5px 1px #000;
}
.agtement_images {
  display: flex;
  gap: 1rem;
}
.agrement_para p {
  text-align: center;
  width: 800px;
  margin: auto;
 padding: 0.5rem 0rem;
 color: #fff;
}

/* */
.footer_flex {
  display: flex;
  align-items: center;
  padding: 2rem 3rem 2rem 1rem;
  width: 100%;
  margin: auto;
  justify-content: space-evenly;
  font-family: "Poppins", sans-serif;
}

.footer_flex .text h1 {
  font-size: 1.8rem;
  line-height: 1.1;
}
.footer_flex .text a {
  color: #000;
  text-decoration: none;
}
.footer_flex .text p {
  padding: 1rem 0rem;
}
.inputs .contact h1 {
  font-size: 1.8rem;
  border-bottom: 2px solid #000;
  width: fit-content;
}
.input {
  margin: 0.7rem 0rem;
}

.input input {
  width: 250px;
  height: 40px;
  padding: 0rem 0.3rem;
  border-style: none none solid none;
  outline: none;
}
.button {
  background-color: #9b1811;
  color: #fff;
  padding: 0.8rem 1.4rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
}
.button:hover {
  background-color: rgba(155, 24, 17, 0.8);
}
.rights {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0rem;
}
/* */
.meet_team {
  /* background-color: #f2f2f2; */
  height: 100vh;
  /* background-color: rgba(26, 139, 243, 0.87);
  height: 90vh; */
  margin: 4rem 0rem;
}
.team_primary {
  color: #000;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  padding: 1rem 0rem 4rem 0rem;
}
.team h1 {
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  padding: 1rem 0rem;
  color: #fff;
}
.team {
  padding: 0rem 1rem;
}
.team h1 {
  font-size: 1.3rem;
}
.meet_team p {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}
.team {
  box-shadow: 0px 0px 5px 1px #000;
  background-color: #9b1811;
  height: 200px;
  font-family: "Poppins", sans-serif;
}
@media (max-width:1280px) {
  .patient_screen {
    width: 950px;
  }
}
@media(max-width:1160px) {
  .infra_flex {
    width: 950px;
  }
}
@media(max-width:1040px) {
  .imags {
    width: 850px;
  }
  .culsuntant_para {
    width: 850px;
  }
  .grid {
    grid-template-columns: repeat(3,1fr);
  }
  .infra_flex {
   flex-direction: column-reverse;
  }
  .infra_images {
    grid-template-columns: repeat(2,1fr);
    row-gap: 1rem;
  }
  .ul_list {
    width: 100%;
    padding: 0rem 1rem;
  }
}
@media (max-width:900px) {
  .link_flex {
    flex-direction: column;
}
.logo img {
    width: 100%;
    object-fit: contain;
}
.logo {
    height: 50px;
    max-height: 50%;
    
    text-align: center;
}
.paitient_section {
  flex-direction: column;
  width: fit-content;
}
.doctor_flex {
  flex-direction: column;
}

  .imags {
    flex-direction: column;
    width: 400px;
    padding: 0rem 1rem;
  }
  .agtement_images {
    flex-direction: column;
    width: 400px;
    margin: auto;
   padding: 1rem 1rem;
  }
  .grid {
    grid-template-columns: repeat(2,300px);
    justify-content: center;
  }
  .infra_images {
    grid-template-columns: repeat(1,1fr);
  }
  .infra_structure {
    width:  400px;
    margin: auto;
  }
  .achivments_section_1 {
    width: 400px;
    margin: auto auto 2rem auto;
  }
}
@media (max-width:700px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
    width: max-content;
  }
  .grid_2 {
    flex-direction: column;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width:1020px) {
  .footer_flex {
      flex-direction: column;
      
  }
  .footer_flex .text {
      text-align: center;
  }
  .input input {
      width: max-content;
  }
  .patient_screen {
    flex-direction: column;
    padding: 0rem 1rem;
  }
  .footer_flex .text p {
  text-align: center;
  }
 .text {
  padding: 0rem 1rem;
 }
 .text_img img {
  width: 100%;
  height: 400px;
 }
}