html,
body {
  font-family: "DM Sans", serif !important;
  margin: 0;
  padding: 0;
  height: 100%;
}
.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

/* Desktop screen size */
/*  / / / / / / / / / / / / / / / / / / /  /   / / / / / / / / / / / / / / / / / / / / / / / / Desktop screen size / /  / / / / / / / / // / / / / / / / / / / / / / /  */

/*  / / / / / / / / / / / / / / / / / / / / / / / / /  / / / / / / / / / / / // / / / / / / / / / / / / / / / / / first section/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  */
.banner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 37rem;
  position: relative;
  overflow: hidden;
}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Dark semi-transparent overlay */
  /* backdrop-filter: blur(10px); Apply blur effect */
}
.logo {
  position: absolute;
  top: 30px; /* Example positioning */
  left: 175px;
  width: 90px;
  height: 90px;
}
.phno {
  position: absolute;
  top: 50px;
  left: 1210px;
}
#phno {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  color: white;
  font-size: 0.9rem;
  padding: 15px 25px 15px 25px;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
/*  / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  first section end / / / / / / / /  / / / / / / / / / / / / / / / / / / / / / / / // / / / / / / / / /  */
/*  / / / / / / / / / / / / / / / / / / /  / / / / / / / / / / / / / / / / / / / / / / / / second section/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  */

.section_heading {
  position: relative;
  font-size: 40px;
  margin-top: 65px;
  /* margin-left: 440px; */
  color: #0f172a;
  letter-spacing: 1px;
  font-family: "DM Sans", serif;
  
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.section_heading::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 2px;
  background: rgb(101, 40, 247);
  top: 60px;
  left: 650px;
}
/*  / / / / / / / / / / / / / / / / / / /  / / / / / / / / / / / / / / / / / / / / / / / / Patient Verification / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  */

.patient_input {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  /* margin-left: 600px; */
}
.content_heading {
  margin-top: 60px;
  margin-left: 480px;
  font-size: 16px;
  color: rgb(93, 82, 94);
  /* letter-spacing: 1px; */
}
.patient_name {
  border: 0.2px solid rgb(168, 161, 168);
  border-radius: 6px;
  font-size: 15px;
  width: 200px;
  height: 35px;
}
.pat_submit {
  width: 80px;
  height: 40px;
  font-size: 15px;
  background: transparent;
  border: 0.2px solid rgb(168, 161, 168);
  border-radius: 6px;
  transition: color 0.3s, border-color 0.3s linear;
}
.pat_submit:hover {
  color: rgb(159, 206, 0);
  border-color: rgb(159, 206, 0);
}
.patientname_message{
  display: flex;
  margin-top: 10px;
  width: 80%;
  height:80px;
  margin-left:40%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;                                                                                                                                                                                                                                                                                                                        
  background:transparent;
  /* border:2px solid; */
}
.patientnamewrong{
  width: 800px;
  padding: 14px 9.8px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(255, 0, 0);
}

/*  / / / / / / / / / / / / / / / / / / /  / / / / / / / / / / / / / / / / / / / / / / / / Patient Verification end/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  */

/*  / / / / / / / / / / / // / / / / / / / / Gcard section / / / / / / / / / / / / / / / / /  */
.gcard_input {
  margin-top: 30px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcard_values {
  width: 35px;
  height: 35px;
  border: 0.2px solid rgb(168, 161, 168);
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
  border-radius: 6px;
}
/*  / / / / / / / / / / / // / / / / / / / / captcha section  / / / / / / / / / / / / / / / / /  */
.captcha {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  /* border: 2px solid red; */
}
.captcha_image {
  padding: 5px;
}
.captcha_input {
  margin-left: 0%;
  margin-right: 0%;
}
/*  / / / / / / / / / / / // / / / / / / / / captcha section  / / / / / / / / / / / / / / / / /  */

/*  / / / / / / / / / / / // / / / / / / / / Gcard section end / / / / / / / / / / / / / / / / /  */
/*  / / / / / / / / / / / // / / / / / / / / Gcard message section / / / / / / / / / / / / / / / / / */
.gcard_message {
  display: flex;
  margin-top: 50px;
  /* padding: 35px; */
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: -70px;
  /* border: 2px solid red; */
}
.gcard_success_message {
  width: 800px;
  padding: 14px 9.8px;
  background: rgb(229, 249, 221);
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.gcard_error_message {
  color: rgb(255, 0, 0);
  margin-top:4px;
  margin-bottom:40px;
}
/*  / / / / / / / / / / / // / / / / / / / / Gcard message section end/ / / / / / / / / / / / / / / / /  */

/*  / / / / / / / / / / / // / / / / / / / / Gcard Result section / / / / / / / / / / / / / / / / /  */
.gcard_details_col {
  display: flex;
  width: 100%;
  /* border: 2px solid green; */
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.gcard_details {
  margin-top: 60px;
  width: 400px;
  border-collapse: collapse;
  /* border: 1px solid #ddd; */
  background: white;
  border-top: 0px;
}
.gcard_details .table_heading {
  border-left: 0px;
}
.gcard_details td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
  border-top: 0px;
}
.gcard_details td:first-child {
  font-weight: 600;
  background: #f9f9f9;
  width: 40%;
  border-left: 0px;
  color: rgb(51, 51, 51);
  font-size: 12px;
}
.gcard_details td:last-child {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: 12px;
}

.gcard_details_col img {
  width: 430px;
  margin-top: 100px;

  /* border: 2px solid blue; */
}
/*  / / / / / / / / / / / // / / / / / / / / Gcard Result section end / / / / / / / / / / / / / / / / /  */

/*  / / / / / / / / / / / / / / / / / / /  second section end / / / / / / / / / / / / / / / / / /  */
/*  / / / / / / / / / / / / / / / / / / / third section / / / / / / / / / / / / / / / / / /  */
.third {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 0.7fr; /* Creates two equal columns */
  gap: 10px; /* Adds space between columns */
  background: rgb(246, 248, 245);
}

.left_content,
.right_content {
  padding: 10px; /* Add some padding for spacing */
}
.left_content {
  margin-left: 40px;
}
.right_content {
  margin-top: 100px;
  margin-left: 40px;
}
.titlecard {
  margin-top: 100px;
  margin-bottom: 40px;
  color: rgb(145, 145, 140);
  font-size: small;
}
.main_title {
  margin-bottom: 30px;
  font-size: 40px;
}
.qone {
  margin-bottom: 30px;
  font-size: 20px;
}
.aone {
  color: rgb(145, 145, 140);
  margin-bottom: 30px;
}
.qtwo {
  margin-bottom: 30px;
  font-size: 20px;
}
.atwo {
  color: rgb(145, 145, 140);
  margin-bottom: 0px;
}
.atwo_a,
.atwo_b {
  color: rgb(145, 145, 140);
  margin-top: 8px !important;
}
.call_button > a {
  margin-top: 30px;
  color: black;
  display: inline-block;
  text-decoration: none;
  background: transparent;

  font-size: 0.9rem;
  padding: 15px 30px 15px 30px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
}
.call_button a:hover {
  color: rgb(159, 206, 0);
}
/*  / / / / / / / / / / / / / / / / / / / third section end/ / / / / / / / / / / / / / / / / /  */
/*  / / / / / / / / / / / / / / / / / / / fourth section / / / / / / / / / / / / / / / / / /  */
.fourth {
  display: flex;

  justify-content: center;
  align-items: center;
  height: 37rem;
}
.quotes {
  font-family: "Forum", serif;
  position: relative;
  margin: 440px;
  font-size: 30px;
  text-align: center;
  text-wrap: wrap;
}
.quotes::before {
  top: -90px;
  left: 250px;
  position: absolute;
  font-family: Georgia, "Times New Roman", Times, serif;
  content: open-quote;
  font-weight: bold;
  font-size: 90px;
  color: rgb(203, 210, 198);
}
/*  / / / / / / / / / / / / / / / / / / / fourth section end / / / / / / / / / / / / / / / / / /  */

/*  Small Screen Sizes (Tablets) */
/*  / / / / / / / / / / / / / / / / / / /  /   / / / / / / / / / / / / Small Screen Sizes (Tablets) / /  / / / / / / / / // / / / / / / / / / / / / / /  */

@media (max-width: 768px) {
  /*  / / / / / / / / / / / / / / / / / / / first section/ / / / / / / / / / / / / / / / / /  */
  .logo {
    top: 15px;
    left: 20px;
    width: 60px;
    height: 60px;
  }

  .phno {
    top: 30px;
    left: 540px;
    font-size: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  #phno {
    font-size: 0.8rem;
    padding: 0.3rem;
    margin-right: 0.3rem;
    border: 1px solid white;
    border-radius: 5px;
    width: 120px;
  }
  .banner {
    height: 25rem;
  }
  .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*  / / / / / / / / / / / / / / / / / / /  first section end / / / / / / / / / / / / / / / / / /  */
  /*  / / / / / / / / / / / / / / / / / / / second section/ / / / / / / / / / / / / / / / / /  */
  .section_heading {
    position: relative;
    font-size: 35px;
    margin-top: 65px;
    margin-left: 95px;
  }
  .section_heading::before {
    position: absolute;
    content: "";
    width: 105px;
    height: 2px;
    background: rgb(101, 40, 247);
    top: 70px;
    left: 220px;
  }

  .content_heading {
    margin-top: 60px;
    margin-left: 90px;
    font-size: 18px;
    color: rgb(93, 82, 94);
  }
}
/*  / / / / / / / / / / / / / / / / / / / second section end/ / / / / / / / / / / / / / / / / /  */
/*  / / / / / / / / / / / / / / / / / / / third section / / / / / / / / / / / / / / / / / /  */
.third {
  display: grid;
  grid-template-columns: 1fr 0.7fr; /* Creates two equal columns */
  gap: 10px; /* Adds space between columns */
  background: rgb(246, 248, 245);
}

.left_content,
.right_content {
  padding: 10px; /* Add some padding for spacing */
}
.left_content {
  margin-left: 40px;
}
.titlecard {
  margin-top: 100px;
  margin-bottom: 40px;
  color: rgb(145, 145, 140);
  font-size: small;
}
.main_title {
  margin-bottom: 30px;
  font-size: 40px;
}
.qone {
  margin-bottom: 30px;
  font-size: 20px;
}
.aone {
  color: rgb(145, 145, 140);
  margin-bottom: 30px;
}
.qtwo {
  margin-bottom: 30px;
  font-size: 20px;
}
.atwo {
  color: rgb(145, 145, 140);
  margin-bottom: 0px;
}
.atwo_a,
.atwo_b {
  color: rgb(145, 145, 140);
  margin-top: 8px !important;
}
.call_button > a {
  margin-top: 30px;
  color: black;
  display: inline-block;
  text-decoration: none;
  background: transparent;

  font-size: 0.9rem;
  padding: 15px 25px 15px 25px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
}
.call_button a:hover {
  color: rgb(159, 206, 0);
  border-color: rgb(159, 206, 0);
}
/*  / / / / / / / / / / / / / / / / / / / third section end/ / / / / / / / / / / / / / / / / /  */
/* Extra Small Screen Sizes (Mobile) */
/*  / / / / / / / / / / / / / / / / / / /  /   / / / / / / / / / / / / Extra Small Screen Sizes (Mobile) / /  / / / / / / / / // / / / / / / / / / / / / / /  */

@media (max-width: 480px) {
  /*  / / / / / / / / / / / / / / / / / / / first section/ / / / / / / / / / / / / / / / / /  */

  .logo {
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
  }

  .phno {
    top: 70px;
    left: 10px;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
  }

  #phno {
    font-size: 1rem;
    padding: 0.3rem;
    width: 180px;
  }
  .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*  / / / / / / / / / / / / / / / / / / /  first section end / / / / / / / / / / / / / / / / / /  */
  /*  / / / / / / / / / / / / / / / / / / / second section/ / / / / / / / / / / / / / / / / /  */
  .section_heading {
    position: relative;
    font-size: 20px;
    margin-top: 65px;
    margin-left: 20px;
  }
  .section_heading::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 2px;
    background: rgb(101, 40, 247);
    top: 45px;
    left: 105px;
  }

  .content_heading {
    margin-top: 60px;
    margin-left: 10px;
    font-size: 16px;
    color: rgb(93, 82, 94);
    text-align: center;
  }
  /*  / / / / / / / / / / / / / / / / / / / second section end/ / / / / / / / / / / / / / / / / /  */
}
