*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}

/* mani index css code */

.appointment1 {
  color: #02778a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
}
button.submit1 {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: 0.3s ease;
  background-color: #04b6ae;
}
input.input_forms1 {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;
  padding: 13px;
  outline: 0px;
}
/* banner code css */
.hero-section {
  position: relative;
  width: 100%;

  /*background-color: #0d1b2a;*/
  overflow: hidden;
}

.hero-section img.bg-image {
  width: 100%;
  height: 100%;

  opacity: 1;
}

.content-box {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  width: 31%;
}

.form_card {
  padding: 20px;
  top: 6%;
  border-radius: 10px;
  background: var(--light-background-color, #fff);
}

.form_card {
  padding: 20px;
  border-radius: 10px;
  background: var(--light-background-color, #fff);
}

.appointment {
  color: #02778a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.input-grid {
  display: block;
}

/* Default styles (mobile-first) */
.content-box h1 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  /* color: #35B3AD; */
}

.content-box h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 20px;
  /* color: #20658E; */
}

.content-box p {
  font-size: 1.1rem;
  margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 320px) {
  .content-box h1 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    /* color: #35B3AD; */
  }

  .content-box h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    /* color: #20658E; */
  }

  .content-box p {
    font-size: 1rem;
    margin-top: 20px;
  }
}

@media (min-width: 321px) and (max-width: 400px) {
  .content-box h1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    /* color: #35B3AD; */
  }

  .content-box h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    /* color: #20658E; */
  }

  .content-box p {
    font-size: 1rem;
    margin-top: 20px;
  }
}

/* Tablets (≥ 576px) */
@media (min-width: 576px) {
  .content-box h1 {
    font-size: 2.5rem;
  }

  .content-box h4 {
    font-size: 1.6rem;
  }

  .content-box p {
    font-size: 1.3rem;
  }
}

/* Tablets and small laptops (≥ 768px) */
@media (min-width: 768px) {
  .content-box h1 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .content-box h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 20px;
  }

  .content-box p {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

/* Desktops (≥ 992px) */
@media (min-width: 992px) {
  .content-box h1 {
    font-size: 3.5rem;
  }

  .content-box h4 {
    font-size: 2rem;
  }

  .content-box p {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  div.form_card {
    width: 100%;
  }

  .banner-section {
    height: 700px;
  }
}

/* Large desktops (≥ 1200px) */
@media (min-width: 1200px) {
  .content-box h1 {
    font-size: 4rem;
  }

  .content-box h4 {
    font-size: 2.1rem;
  }

  .content-box p {
    font-size: 1.4rem;
  }
}

@media (min-width: 1400px) {
  .content-box h1 {
    font-size: 3.5rem;
  }

  .content-box h4 {
    font-size: 2.5rem;
  }

  .content-box p {
    font-size: 1.8rem;
  }
}

.form-box {
  position: absolute;
  top: 10%;
  right: 5%;
  /*transform: translateY(-50%);*/
  /* background-color: white; */
  color: #000;
  padding: 30px;
  border-radius: 10px;
  width: 350px;
  z-index: 2;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); */
}

.form-box h5 {
  color: #007d8c;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 320px) {
  .content-box {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translatex(-50%);
    color: white;
    z-index: 2;
    width: 95%;
  }
}

@media (min-width: 321px) and (max-width: 380px) {
  .content-box {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translatex(-50%);
    color: white;
    z-index: 2;
    width: 95%;
  }
}

@media (min-width: 381px) and (max-width: 480px) {
  .content-box {
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translatex(-50%);
    color: white;
    z-index: 2;
    width: 90%;
  }
}

@media (min-width: 481px) and (max-width: 568px) {
  .content-box {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translatex(-50%);
    color: white;
    z-index: 2;
    width: 61%;
  }
}

@media (min-width: 569px) and (max-width: 768px) {
  .content-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translatex(-50%);
    color: white;
    z-index: 2;
    width: 80%;
  }
}

@media (max-width: 568px), (min-width: 1101px) {
  .input-grid {
    display: block;
  }
}

@media (min-width: 569px) and (max-width: 1100px) {
  .input-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }

  .input-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .form-box {
    padding: 0;
    top: 1%;
    right: 2%;
  }
}

@media (min-width: 1101px) and (max-width: 1300px) {
  .form-box {
    padding: 0;
    top: 5%;
    right: 2%;
  }
}
input.input_forms {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;
  padding: 6px;
  outline: 0px;
  width: 100%;
}
button.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: 0.3s ease;
  background-color: #04b6ae;
}
.labels {
  color: #02778a;
  font-weight: 600;
  font-size: 16px;
}
.mob_view {
  display: none;
}
@media (max-width: 768px) {
  .desk_view {
    display: none;
  }
  .mob_view {
    display: block;
  }
  .banner_form {
    margin: 0px !important;
  }
  .butn-phone {
    width: 80% !important;
  }
  .hero-section {
    height: auto;
    padding-bottom: 30px;
  }

  .content-box {
    text-align: center;
  }

  .form-box {
    position: static;
    transform: none;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
}
.side-nav {
  position: fixed;
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  width: fit-content;
  bottom: 10%;
  right: 0;
  padding: 20px;
  color: white;
  border-radius: 3px;
  z-index: 9999;
}
/* tablet view code media query */

@media (min-width: 992px) and (max-width: 1200px) {
  div.form_card {
    width: 100%;
  }
  .banner-section {
    height: 700px;
  }
}

.heading_data {
  color: #224f8f;
  font-weight: bold;
  font-size: 35px;
}
.why-choose-con {
  font-size: 18px;
  line-height: 23px;
}
.num-section {
  padding: 1.5rem 3.5rem;
  background-color: #19aba7;
  width: fit-content;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.num-section__row::before {
  content: "";
  position: absolute;
  left: -3.5rem;
  top: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to right, #224f8f, #19aba7);
}
.num-section__title {
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}
.num-section__row {
  font-weight: 700;
  padding: 1rem 0;
  border-top: 2px solid #fffa;
  position: relative;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}
.num-section__num {
  font-size: 20px;
  padding: 8px 0px;
  margin: 0px;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}
span.pluss {
  font-size: 20px;
  padding: 8px 5px;
}
.num-section__row:first-child {
  border-top: none;
}
.h3_page1 {
  font-weight: bold;
  color: #224f8f;
  font-size: 32px;
}
i.fa.fa-check-circle.check_pill {
  color: #1aa2a5;
}
.partb {
  background-color: #034ea1;
  background-image: url(img/checkup-bg-one.webp), url(img/checkup-bg-two.webp) !important;
  background-position: left center, right center;
  background-repeat: no-repeat;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.check-butt {
  border: none;
  background: white;
  color: #034ea1;
  font-weight: 600;
  padding: 10px 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.checkups {
  color: white;
}
.why_data {
  color: #0c4da2;
  font-size: 32px;
  font-weight: 700;
}
.all_data_center {
  display: flex;
  justify-content: center;
}
.corner_con {
  display: flex;
  flex-direction: column;

  align-content: center;
  align-items: center;
}
.round {
  border-radius: 61px;
  background: linear-gradient(180deg, #0c4da2 0%, #02b9ad 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: fit-content;
  padding: 20px;
}
.opd_data {
  font-size: 15px;
  text-align: center;
}

section.parta {
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  background-size: cover;
  background-repeat: no-repeat;
}
.headsup {
  color: white;
  font-size: 32px;
  font-weight: bold;
}
.activated {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  color: white;
}
.cont-but {
  border: 1px solid blueviolet;
  border-radius: 10px;
  padding: 11px;
  background: white;
  color: black;
  font-weight: 600;
}
.matter-pag {
  color: white;
  font-weight: 500;
  line-height: 25px;
}
p.faq_head {
  font-size: 30px;
  text-align: center;
  color: #215b92;
  font-weight: 700;
  margin: 50px 0px 30px 0px;
}
button.accordion-button.collapsed {
  color: #034ea1;
  font-weight: bold;
  background: #e4e4e4;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item {
  margin-bottom: 10px;
}
.activated {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  color: white;
}
.part9 {
  background: linear-gradient(180deg, #0c4da2 0%, #02b9ad 100%);
  padding-bottom: 20px;
}
/* end of main index code */

/* Footer css code */

/* Footer css code end */

/* bootom nav bar code */
button.popup_submit {
  background-image: linear-gradient(to right, #224f8f, #19aba7);
  padding: 10px;
  border: none;
  text-align: center;
  width: 100%;
  color: white;
  border-radius: 9px;
  margin-bottom: 40px;
}

.form_card_pop {
  border-radius: 10px;
  padding: 10px;
  border: none !important;
  background: var(--light-background-color, #fff);
  padding-top: 0px !important;
}

/* end of bottom nav section */
/* side scrool bar code  */
::-webkit-scrollbar {
  width: 3px;
  height: 6px;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb {
  background-color: #034ea1 !important;
}
#chatbotMenuTapTarget {
  background-color: #11b4a5 !important;
}
.appointment_form1 {
  padding: 5px ;
  background-color: white ;
  float: right ;
  margin-top: 26px ;
  /* margin-right: -550px; */
  border-radius: 8px ;
  box-shadow: 0px 20px 60px #3e3e3e29 ;
}
.banner_form {
  margin: 4px 61px;
  padding: 10px;
  padding-top: 0px !important;
}

.modal-content {
  border: none !important;
  background-color: transparent !important;
}
.carousel-control-next {
  display: flex;
  justify-content: end !important;
}
.carousel-control-prev {
  display: flex;
  justify-content: start !important;
}
.tube-med {
  display: flex;
  justify-content: center !important;
}
.butn-phone {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 40px;
  width: 100% !important;
}
.fleedd {
  display: flex;
  justify-content: flex-start;
}
.getted {
  height: 40px;
  width: 40px;
  background: white;
  border-radius: 50%;
  color: #19aba7;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 15px;
}
.box-resd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.__parent_container__ .btn-floating.btn-large {
  width: 55px;
  height: 50px;
  padding: 0;
  top: -56px !important;
}
.__parent_container__ .parent-container {
  position: fixed !important;
  bottom: 117px !important;
  right: 10px;
  box-shadow: 0 5px 10px #a9a9a9;
}
/* end of the code */
