/* body{
    margin: 0px;
}

.nav_main_wrapper{
    width: 100%;
}
.top_header{
    width: 100%;
    background-color: #FFE6E2;
    height: 50px;
}
.top_header_content_main{
    width: 65%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: red;
} */

@font-face {
  font-style: normal;
  src: url("../fonts/Poppins-Light.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}

a {
  cursor: pointer;
}

.top_bar_main {
  width: 100%;
  height: 50px;
  padding: 5px 0px;
  background-color: #FFE6E2;
}

.top_bar_inner {
  width: 80%;
  margin: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.top_bar_content {
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  gap: 20px;
  font-weight: 600;
  position: relative;
}

.mob_number_absolute {
  position: absolute;
  padding: 0px 10px;
  width: fit-content;
  background-color: #3E4BEC;
  top: 100%;
  color: white;
  z-index: 99999999999;
  border-radius: 10px;
}

.mail_id_absolute {
  position: absolute;
  padding: 0px 10px;
  width: fit-content;
  background-color: #3E4BEC;
  top: 100%;
  right: 50%;
  color: white;
  z-index: 99999999999;
  border-radius: 10px;
}

.location_absolute {
  position: absolute;
  padding: 0px 10px;
  width: fit-content;
  background-color: #3E4BEC;
  top: 100%;
  right: 50%;
  color: white;
  z-index: 99999999999;
  border-radius: 10px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.navbar_main {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 999999;
  color: black;
}

.navbar_main.shadow {
  box-shadow: 5px 5px 10px #ff0000;
}

.navbar {
  width: 65%;
  margin: auto;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}


.tab_mobile_menu_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;

}

.tab_mobile_menu_main {
  width: 100%;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  box-shadow: 6px 11px 15px #00000014;
}

.tab_mobile_menu_main.show {
  max-height: fit-content;
  display: flex;
}

.last_option {
  position: relative;
}


.logo {
  height: 100%;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.logo_img {
  width: 35%;
}

.nav_options_main {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}

.nav_links {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
}

.nav_links:hover {
  color: red;
}

.hero_main {
  width: 100%;
  background-color: #ffe6e6;
}

.hero_main_inner {
  width: 65%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.raj_heading {
  color: red;
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
}

.top_hero_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}

.read-more-btn {
  font-weight: 700;
  transition: all 0.5s;
}

.read-more-btn:hover {
  color: red;
}

.details_main {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px;
}

.top_hero_heading {
  text-align: start;
  line-height: 50px;
}

.first_doctors_image,
.second_doctors_image {
  width: 49%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doctors_image_wrapper {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.doctors_image {
  height: 280px;
  background-color: #ffe6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px !important;
}

.big_images {
  width: 50%;
  border-radius: 10px !important;
}

.top_hero_text {
  text-align: justify;
  width: 80%;
}

.image_texts {
  width: 100%;
  height: fit-content;
  background-image: url("../images/bg-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0px;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image_text_heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.image_text_content {
  width: 65%;
  text-align: center;
  font-size: 25px;
  padding-bottom: 25px;
}

.whoweare {
  align-items: center;
  gap: 50px;
}

.text {
  padding-bottom: 20px;
  overflow: hidden;
}

.last_heading {
  font-size: 17px;
  font-weight: 400;
  color: #262626;
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: center;
  width: 65%;
  margin: auto;
}

/* .text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #ffffff00, #ffffff 40%);
  pointer-events: none;
}

.text.expanded {
  max-height: 500px;
} */

.footer_main {
  width: 100%;
  background-color: #3f3f3f;
  padding: 60px 0px;
}

.footer_first,
.footer_second {
  width: 50%;
  display: flex;
  align-items: center;
}

.footer_first {
  justify-content: flex-start;
  gap: 10px;
  color: white;
}

.footer_second {
  justify-content: space-between;
}

.num_and_mail {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.operation_hours {
  padding: 20px 20px;
  background-color: #da1d1d;
  font-size: 18px;
  color: white;
  border-radius: 10px;
}

.cards_main {
  width: 30%;
  border-radius: 10px;
  background-color: #FFF5F3;
  box-shadow: 1px 1px 20px #acacac;
  border: 1px solid #bfbfbf;
}

.offers_imges {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.cards_text {
  padding: 25px 25px 0px 25px;
  height: 290px;
  margin-bottom: 25px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: justify;
  hyphens: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cards_text_scroll {
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 10px 0px;
  /* font-family: Arial, Helvetica, sans-serif; */
}

.cards_text_scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(to bottom, #ffffff00, #FFF5F3 40%);
  pointer-events: none;
  /* allow scroll events through the fade */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cards_text_scroll.no-fade::after {
  display: none;
}

.why_choose_us_image {
  width: 45%;
  border-radius: 10px;
}
.why_choose_us_image_div{
  height: 100%;
  width: 100%;
  background-image: url("../images/doctor-visiting-senior-patient-with-family-e1699537650517.jpg");
  background-size: cover;
  background-position: center;

}

.rotatediv2 {
  transform: rotate(65deg);
}

.rotatediv1 {
  transform: rotate(25deg);
}

.comprehensive_first_main,
.comprehensive_second_main {
  justify-content: space-between;
}

.comprehensive_cards {
  width: 45%;
  font-size: 14px;
}

h6 {
  font-weight: 700;
}

.map_main {
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.map_view {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*gap: 18px;*/
 
}
.map-container{
    width:70%;
}
.crad-container{
     width:28%;
}
.mapp{
     box-shadow: 1px 1px 25px grey;
}
.card-image{
   max-width: 100%;
  display: block;
  height: 300px;
  border-radius: 7px;
  margin: 0 auto;
  box-shadow: 2px 3px 5px #00000026;
}


@media(min-width:2000px) {
  .menu_icon {
    display: none;
  }

}

@media(min-width:1500px) {
  .menu_icon {
    display: none;
  }
}

@media(max-width:1500px) {
  .menu_icon {
    display: none;
  }

  .top_bar_inner,
  .navbar,
  .hero_main_inner {
    width: 90%;
  }

  .image_text_content,
  .image_text_heading {
    width: 90%;
  }

  .map_view {
    width: 90%;
  }
  .last_heading{
    width: 90%;
  }
}

@media(max-width:1300px) {
  .doctors_image_wrapper {
    width: 49%;
  }
}

@media(max-width:1100px) {
  .nav_options_main {
    display: none;
  }

  .menu_icon {
    display: block;
    color: black;
  }

  .top_hero_text {
    width: fit-content;
  }
}

@media(max-width: 1000px) {
  .top_bar_inner {
    padding: 5px 0px;
  }

  .whoweare {
    gap: 15px;
  }

  .hero_main_inner {
    flex-direction: column;
  }

  .first_doctors_image,
  .second_doctors_image {
    width: 100%;
  }

  .cards_main {
    width: 95%;
  }

  .hero_text {
    width: 90%;
  }

  .footer_first,
  .footer_second {
    width: 100%;
  }

  .big_images {
    width: 100%;
  }

  .why_choose_us_image {
    width: 100%;
  }

  .comprehensive_first_main,
  .comprehensive_second_main {
    justify-content: space-between;
  }

  .top_hero_heading {
    text-align: center;
    margin-top: 20px;
  }

  .top_hero_text {
    text-align: center;
  }

  .heading_red {
    text-align: center;
  }

  .whoweare {
    align-items: center;
  }

  .minicards {
    align-items: center;
  }

  .minicards {
    gap: 50px;
  }

  .image_texts {
    background-position: right;
  }
}

@media(max-width: 900px) {
  .nav_options_main {
    width: 85%;
  }
}

@media(max-width:800px) {}

@media(max-width:767px) {

  .top_bar_inner,
  .navbar,
  .hero_main_inner,
  .first_doctors_image,
  .second_doctors_image,
  .big_images {
    width: 95%;
  }

  .footer_first,
  .footer_second {
    flex-direction: column;
  }

  .hero_main_inner {}

  .comprehensive_first_main,
  .comprehensive_second_main {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
  }

  .comprehensive_cards {
    width: 100%;
    text-align: center;
  }

  .image_texts {
    background-position: 88%;
  }

}

@media(max-width:600px) {
    .map_view {
  flex-direction:column;
}
.map-container{
    width:100%;
}
.crad-container{
     width:100%;
}
.card-image{
  margin-top: 49px;
}

  .top_bar_main {
    height: fit-content;
  }

  .top_bar_inner {
    flex-direction: column;
    gap: 10px;
  }

  .first_doctors_image {
    flex-direction: column;
    gap: 20px;
  }

  .second_doctors_image {
    flex-direction: column;
    gap: 20px;
  }

  .doctors_image_wrapper {
    width: 100%;
  }

  .cards_main {
    width: 95%;
  }

  .address_div {
    text-align: center;
  }

  .contact_details {
    text-align: center;
  }

}

@media(max-width:500px) {
  .top_bar_content {
    gap: 5px;
  }

  .diagnostic_text {
    display: none;
  }

  .raj_heading {
    font-size: 50px;
  }
}

@media(max-width:400px) {

  /* codepen css */



}