@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
  --theme: #0cb8b6;
  --font1: "Open Sans", serif;
  --font2: "Outfit", serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main {
  width: 100%;
  height: 100%;
  font-family: var(--font1);
}

body {
  width: 100%;
  height: 100%;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .header_one_more h4 {
    margin: 1rem 0;
  }
  .fakeDiv {
    display: none;
  }
  .searchbar .top_nav1_name {
    padding: 7px 0;
    padding-bottom: 2px;
  }
  .doctor_appoinment_form {
    padding-bottom: 4rem;
  }
  #BookingHistory {
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
  body {
    background: #f5ffff;
  }
  .right_choose_section p {
    font-size: 14px;
  }
  .choose_us_section {
    padding-bottom: 1rem;
  }
  .doctor_feedback_sec {
    padding-bottom: 3rem;
  }
  .nearby {
    width: 100%;
    background-color: grey;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    color: #fff;
  }
  .nearby b {
    font-weight: 400 !important;
  }
  .registration_wrap {
    padding-bottom: 5vh !important;
  }
  .top_navbar {
    padding: 17px 3px !important;
    padding-left: 1px !important;
  }
  .testimorial {
    display: none;
  }
}

/* navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar */
/* navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar */

.top_navbar {
  font-family: var(--font1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}

.top_nav1_name a {
  text-decoration: none;
  margin: 0;
  font-size: 21px;
  color: var(--theme);
  font-family: var(--font1);
}

.top_nav2_icons_data {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top_nav2_icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.top_nav2_icon_box svg {
  width: 20px;
  height: 20px;
}

.top_nav2_icons_data p {
  margin: 0;
}

.main_nav_wrap {
  padding: 0 4rem;
  font-family: var(--font2);
  position: fixed;
  width: 100%;
  background: #ffff;
  z-index: 9;
  top: 0;
}

.top_nav2_icon_box p {
  font-size: 11px;
  font-weight: 600;
}

.line {
  margin: 0;
}

.inps_btn {
  border: 1px solid var(--theme);
  border-radius: 7px;
  padding: 0px 14px;
  display: flex;
  padding-right: 4px;
  align-items: anchor-center;
}

.last_nav_btns {
  display: flex;
  gap: 17px;
}

.inps_btn input {
  all: unset;
  font-size: 15px;
}

.inps_btn i {
  background: var(--theme);
  color: #fff;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 50%;
  position: relative;
  top: -1px;
  font-size: 13px;
  position: relative;
  top: -1px;
}

.inps_btn input::placeholder {
  color: var(--theme);
}
.search_icon input::placeholder {
  color: var(--theme);
}

.last_nav_btns button {
  font-size: 15px;
  background-color: var(--theme);
  border-radius: 5px;
  color: #fff;
  border: none;
  outline: none;
  padding: 5px 15px;
}

.navbar_bottom {
  gap: 15px;
}

.navbar_bottom .nav-item a {
  font-size: 16px;
  font-weight: 300 !important;
  color: black !important;
}

.main_nav_ancor_wrap {
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .top_nav1_name a {
    color: #fff !important;
  }
  .main_hero_section {
    padding-top: 6rem !important;
  }
  .testimorial {
    padding-bottom: 0rem !important;
  }
  .top_nav2_icons_data {
    gap: 18px;
  }
  .main_nav_wrap {
    background: #f5ffff;
  }
  .top_nav2_icon_box svg {
    width: 16px;
    height: 16px;
  }

  .top_nav2_icon_box p {
    font-size: 10px !important;
    color: black;
  }

  .top_nav1_name h3 {
    font-size: 17px;
  }

  .main_nav_wrap {
    padding: 0 2px;
    padding-right: 9px;
  }

  .navbar {
    display: none;
  }

  .line {
    display: none;
  }
}

/* navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar */
/* navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar navbar */

/*Hero section Hero section  Hero section  Hero section  Hero section  Hero section */
/*Hero section Hero section  Hero section  Hero section  Hero section  Hero section */

.main_hero_section {
  font-family: var(--font1);
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 7rem 4rem;
  padding-bottom: 4rem;
}

.bts_ambulance {
  all: unset;
  position: absolute;
  right: 50px;
  bottom: 140px;
}

button.bts_ambulance img {
  width: 48px;
}

.main_hero_section_img img {
  width: 430px;
}

.main_hero_section_content h1:nth-child(1) {
  color: var(--theme);
}

.main_hero_section_content h1 {
  font-size: 3.9vw;
  margin: 0;
  font-weight: 700;
}

.main_hero_section_content p {
  padding-top: 1rem;
  font-size: 17px;
  font-weight: 600;
  width: 78%;
}

.main_hero_section_content button {
  background: var(--theme);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 9px 17px;
  font-size: 15px;
  margin-right: 10px;
}

.hero_wrap_desc {
  display: flex;
  background: var(--theme);
  color: #fff;
  width: 70%;
  padding: 17px;
  justify-content: center;
  border-radius: 10px;
  font-family: var(--font2) !important;
}

.hero_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
}

.hero_wrap h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
}

.hero_wrap p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 200;
}

.border_data {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.wrapper_ambulance {
  display: flex;
  /* gap: 20px; */
  padding: 0 13px;
  flex-wrap: wrap;
}

.form_inp_ambulance {
  width: 100%;
}

.btn_ambulance button {
  background: var(--theme);
  color: #fff;
  border: none;
  outline: none;
  padding: 5px 21px;
  border-radius: 6px;
}

.form_inp_ambulance input {
  border: 1px solid var(--theme);
  border-radius: 5px;
  padding: 8px 9px;
  width: 100%;
  outline: none;
  font-size: 13px;
}

.form_inp_ambulance label {
  font-size: 14px;
  padding: 6px 0;
}

.btn_ambulance {
  display: flex;
  justify-content: center;
  padding: 18px 0;
  padding-bottom: 0;
}

.ambulance_wrap {
  font-family: var(--font2);
}

.ambulance_body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ambulance_header h4 {
  font-size: 19px;
}

@media screen and (max-width: 600px) {
  .main_hero_section_content h1 {
    font-size: 7.9vw;
  }

  .main_hero_section_content p {
    font-size: 19px;
    display: none;
  }

  .hero_wrap_desc {
    display: none;
  }

  .main_hero_section_img img {
    width: 100%;
  }

  .main_hero_section {
    padding: 0 1rem;
    padding-bottom: 4rem;
    flex-direction: column-reverse;
  }
}

/*Hero section Hero section  Hero section  Hero section  Hero section  Hero section */
/*Hero section Hero section  Hero section  Hero section  Hero section  Hero section */

/* doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain */
/* doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain */

/* .doctor_wrap_contain {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 4rem;
} */
.doctor_wrap_contain {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 123px;
  row-gap: 61px;
  margin-bottom: 4rem;
}

/* .doctor_boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--theme);
    border-radius: 7px;
    width: 200px;
    background-color: #e7f8f8;
    text-decoration: inherit;
    font-family: var(--font2);
} */
.doctor_boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--theme);
  border-radius: 7px;
  width: 232px;
  /* height: 278px; */
  justify-content: space-between;
  background-color: #e7f8f8;
  text-decoration: inherit;
  font-family: var(--font2);
  overflow: hidden;
}

.doctor_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* .doctor_img {
    width: 111px;
    height: 141px;
} */
.doctor_img {
  width: 100%;
  height: 175px;
}
/* .doctor_img {
    width: 156px;
    height: 197px;
} */

.doctor_text h2 {
  font-size: 17px;
  margin: 0;
}

.doctor_text {
  width: 100%;
  padding: 10px;
  background: var(--theme);
  color: #fff;
  border-radius: 6px;
}

.doctor_text h3 {
  font-size: 15px;
  margin: 6px 0;
  font-weight: 400;
  margin-bottom: 0;
}

.doctor_text span small {
  font-size: 12px;
}

.doctor_text span {
  display: flex;
  gap: 7px;
  align-items: center;
}

.doctor_text span p {
  width: 7px;
  height: 7px;
  background: #05a300;
  margin: 0;
  border-radius: 50%;
}

.medical_tab_wrap {
  text-align: center;
}

.medical_tabs {
  display: flex;
  justify-content: end;
  padding: 0 17px;
  gap: 12px;
}

.medical_box_tabs {
  overflow-x: scroll;
  padding: 19px;
  white-space: nowrap;
  margin-bottom: 30px;
  font-family: var(--font2);
}

.medical_box_tabs::-webkit-scrollbar {
  display: none;
}

.medical_tab_box {
  color: var(--theme);
  font-size: 25px;
}

.medical_tab_header h2 {
  margin: 0;
  font-weight: 600;
  font-size: 2.2rem;
}

/* .medical_box {
    padding: 10px;
    box-shadow: 0px 1.89px 9.43px 2.71px #0CB8B626;
    border-radius: 9px;
    width: 124px;
    display: inline-flex;
    flex-direction: column;
    margin-right: 10px;
    height: 128px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
} */
.medical_box {
  padding: 10px;
  box-shadow: 0px 1.89px 9.43px 2.71px #0cb8b626;
  border-radius: 9px;
  width: 124px;
  display: inline-flex;
  flex-direction: column;
  margin-right: 10px;
  height: 127px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
}

.medical_top {
  background: var(--theme);
  /* width: 65px; */
  width: 59px;
  margin: 0 auto;
  height: 50px;
  border-radius: 6px;
}

.medical_top img {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.medical_bottom p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .find_doctor_bottom_section > a > button,
  .find_doctor_bottom_section > div > button {
    padding: 3px 12px !important;
  }
  .medical_box_tabs {
    padding: 19px 17px;
    padding-right: 0;
  }

  .doctor_wrap_contain {
    gap: 13px;
    row-gap: 17px;
  }

  .doctor_boxes {
    width: 45%;
    /* height: 225px; */
    overflow: hidden;
  }

  .doctor_img {
    width: 100%;
    height: 145px;
  }
  .doctor_text {
    height: 101px;
  }
}
.registration_nav {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .search_icon {
    display: none !important;
  }
  /* .searchbar .top_nav2_icons_data {
    display: none;
  } */

  .doctor_wrap_contain {
    gap: 94px;
    padding: 0 2rem;
    row-gap: 61px;
  }
  .medical_tab_wrap {
    width: 90%;
    margin: auto;
  }

  .status_data {
    width: 90%;
    margin: auto;
  }
}

/* doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain */
/* doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain doctor_wrap_contain */

/* find_doctor_profile  find_doctor_profile find_doctor_profile find_doctor_profile find_doctor_profile*/
/* find_doctor_profile  find_doctor_profile find_doctor_profile find_doctor_profile find_doctor_profile*/

.find_doctors {
  text-align: center;
  font-family: var(--font2);
}

.find_body_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 42px;
  padding: 35px 0;
}

.find_header_doctor {
  margin-top: 4rem;
}

.find_header_doctor h2 {
  font-size: 2.2rem;
}

.find_doctor_box {
  display: flex;
  text-align: start;
  gap: 11px;
  box-shadow: 0px 2px 15px 2px #0000001a;
  width: 38%;
  border-radius: 13px;
  align-items: center;
}

.find_doctor_text h2 {
  margin: 0;
}

.find_doctor_text h3 {
  margin: 0;
}

.find_doctor_text p {
  margin: 0;
}

.find_box_doctor {
  display: flex;
  align-items: center;
  width: 35%;
  box-shadow: 0px 2px 15px 2px #0000001a;
  border-radius: 10px;
  /* height: 178px; */
  height: 170px;
  overflow: hidden;
  background-color: #fff;
}

.find_box_doctor_left {
  width: 144px;
  height: 100%;
  flex-shrink: 0;
}

.find_box_doctor_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.find_doctor_name {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.find_doctor_middle_section {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  margin-bottom: 15px;
}

.find_doctor_middle_section > div {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  gap: 5px;
}

.find_doctor_star {
  display: flex;
  gap: 7px;
}

.find_doctor_bottom_box img {
  width: 20px;
}

.find_doctor_middle_section > div > p {
  margin: 0;
  color: #6f6f6f;
  font-size: 13px;
}

.find_doctor_name > div > p {
  margin: 0;
  color: #6f6f6f;
}

.find_doctor_name > div > h3 {
  margin: 0;
  font-size: 1.6rem;
}

.star_box {
  display: flex;
  background: #f5c65d;
  border-radius: 3px;
  padding: 0 7px;
  color: #fff;
  align-items: center;
  gap: 3px;
}

.find_doctor_bottom_section {
  display: flex;
  align-items: center;
  gap: 27px;
}

.star_box > p {
  margin: 0;
  font-size: 13px;
}

.find_doctor_star > p {
  font-size: 13px;
}

.star_box > i {
  font-size: 11px;
  height: 20px;
}

.find_box_doctor_right {
  text-align: start;
  padding: 10px;
  width: 100%;
}

.find_doctor_bottom_section > a > button,
.find_doctor_bottom_section > div > button {
  border: 1px solid #0cb8b6;
  padding: 3px 17px;
  border-radius: 4px;
  font-size: 14px;
}

.btn2 button {
  background: var(--theme);
  color: #fff;
}

.btn1 button {
  color: var(--theme);
  background: #fff;
}

@media screen and (max-width: 1139px) {
  .find_box_doctor {
    width: auto;
    overflow: unset;
  }

  .main_hero_section {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .find_doctor_bottom_section > div > button {
    padding: 3px 7px;
  }

  .find_body_box {
    gap: 18px;
  }

  .find_box_doctor {
    width: 97%;
    overflow: unset;
    height: auto;
    padding: 0 10px;
  }

  .find_box_doctor_left {
    width: 127px;
    height: 127px;
  }

  .find_doctor_name > div > h3 {
    font-size: 1.2rem;
  }

  .find_doctor_name > div > p {
    font-size: 13px;
  }

  .find_doctor_bottom_section {
    justify-content: space-evenly;
    gap: 0;
  }

  .find_box_doctor_right {
    padding-right: 0;
  }
}

/* find_doctor_profile  find_doctor_profile find_doctor_profile find_doctor_profile find_doctor_profile*/
/* find_doctor_profile  find_doctor_profile find_doctor_profile find_doctor_profile find_doctor_profile*/

/* choose section choose section choose section choose section choose section choose section */
/* choose section choose section choose section choose section choose section choose section */
.left_choose_box {
  position: relative;
}

.choose_us_section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.left_choose_box {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 5px 10px 0px #00000040;
  border-radius: 20px;
  background: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.left_choose_setion {
  display: flex;
  align-items: center;
  gap: 35px;
}

.left_choose_box {
  margin-bottom: 26px;
}

.right_choose_section {
  width: 40%;
}

.left_choose_box img {
  width: 50px;
}

.left_choose_box > p {
  font-family: var(--font2);
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.first_left {
  position: relative;
  top: 40px;
}

.right_choose_section h1 {
  text-transform: capitalize;
  font-weight: 700;
}

.right_choose_section b {
  font-weight: 700;
  color: var(--theme);
}

.right_choose_section p {
  color: #555555;
}

@media screen and (max-width: 600px) {
  .left_choose_setion {
    gap: 12px;
  }

  .aboutSec .doctor_boxes {
    width: 227px;
    height: 279px;
  }

  .aboutSec .doctor_img {
    width: 146px;
  }

  .mapouter {
    height: auto !important;
  }
}

/* choose section choose section choose section choose section choose section choose section */
/* choose section choose section choose section choose section choose section choose section */

/* footer section footer section footer section footer section footer section footer section */
/* footer section footer section footer section footer section footer section footer section */

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 50px 0; */
  padding: 30px 6rem;
  margin-top: 5rem;
  background: var(--theme);
  color: #fff;
  border-bottom-right-radius: 58px;
}

/* .footer > div {
    width: 30%;
} */
.footer_left {
  width: 40%;
}

.footer_middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
}

.footer_middle > a {
  text-decoration: none;
  color: #fff;
}

.footer_left > p {
  font-family: var(--font2);
  font-weight: 300;
}

.footer_left {
  width: 40%;
}

.foot_right_tab > p {
  margin: 0;
}

.foot_right_tab > a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  /* margin-bottom: 20px; */
}

.foot_right_tab {
  margin-bottom: 11px;
}

.foot_right_tab > p {
  font-size: 14px;
}

.footer_wrapper {
  background: #005251;
}

.footer_last {
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer_last a {
  text-decoration: none;
  color: #fff;
}

.footer_tab_info1 {
  display: flex;
  align-items: center;
  gap: 21px;
}

.footer_tab_info2 a {
  font-size: 13px;
  font-weight: 300;
  margin-right: 14px;
}

.foot_desc > h6 {
  margin: 0;
}

.icon_foot {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon_foot > a {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 25px;
  background: #d9d9d9;
  color: black;
}

.icon_foot > a > i {
  height: 24px;
  font-size: 14px;
  color: #2f2f2f;
}

.foot_desc > h6 {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .footer_wrapper {
    display: none;
  }

  .right_choose_section {
    width: 90%;
    padding: 4rem 0;
    padding-bottom: 2rem;
  }
}

/* footer section footer section footer section footer section footer section footer section */
/* footer section footer section footer section footer section footer section footer section */

/*<============================>
<======= About.html start===========>
<=============================> */

/* hero section hero section hero section hero section hero section hero section hero section  */
/* hero section hero section hero section hero section hero section hero section hero section  */

.about_hero_section {
  display: flex;
  background: linear-gradient(
    101.68deg,
    rgb(12 184 182 / 52%) -8.37%,
    #ffffff 59.93%
  );
  padding: 0 4rem;
  align-items: center;
}

.about_hero_left h1 {
  font-size: 3.9rem;
  font-weight: 700;
  color: black;
  font-family: var(--font1);
  margin-bottom: 1rem;
}

.about_hero_left p {
  font-family: var(--font2);
}

.aboutSec .doctor_img {
  /* width: 146px;
    height: 185px; */
  width: 120px;
  height: 152px;
}

.aboutSec .doctor_boxes {
  justify-content: space-between;
  /* height: 277px; */
  height: 248px;
}

@media screen and (max-width: 1000px) {
  .about_hero_section {
    flex-wrap: wrap;
  }
}

/* hero section hero section hero section hero section hero section hero section hero section  */
/* hero section hero section hero section hero section hero section hero section hero section  */

/* meet Team meet Team meet Team meet Team meet Team meet Team meet Team meet Team meet Team */
/* meet Team meet Team meet Team meet Team meet Team meet Team meet Team meet Team meet Team */

.meet_our_team {
  padding: 2rem 4rem;
  padding-bottom: 4rem;
}

.meet_our_head {
  text-align: center;
  margin-bottom: 3rem;
}

.meet_our_head > h2 {
  font-size: 2.3rem;
  font-weight: 600;
}

.reuseSection {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  gap: 15px;
  justify-content: space-evenly;
  height: 250px;
}
.mobile_footer a {
  text-decoration: none;
}

.reuseSection .doctor_boxes {
  flex-shrink: 0;
}

.reuseSection::-webkit-scrollbar {
  display: none;
}

.reuseSection .doctor_text h2 {
  font-weight: 300;
  font-size: 15px;
}

.reuseSection .doctor_text > div {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 4px;
}

/* meet Team meet Team meet Team meet Team meet Team meet Team meet Team meet Team meet Team */
/* meet Team meet Team meet Team meet Team meet Team meet Team meet Team meet Team meet Team */

/* about us about us about us about us about us about us about us about us about us */
/* about us about us about us about us about us about us about us about us about us */
.meet_about_tab_sec {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.meet_about_tab_left {
  width: 41%;
}

.meet_about_tab_left p {
  font-family: var(--font2);
  font-size: 17px;
  margin-bottom: 7rem;
}

.meet_about_head {
  text-align: center;
}

.meet_about_head > h2 {
  font-size: 2.3rem;
  font-weight: 600;
}

.meet_about_tab_right img {
  width: 236px;
  height: 468px;
}

/* about us about us about us about us about us about us about us about us about us */
/* about us about us about us about us about us about us about us about us about us */

/*<============================>
<======= About.html end  ===========>
<=============================> */

/*<============================>
<======= contact.html start ===========>
<=============================> */

.contact_section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 3rem 0;
  padding-bottom: 0;
  flex-wrap: wrap;
}

.contact_left_data {
  display: flex;
}

.contact_left_detail > div a {
  display: flex;
  text-decoration: none;
  color: black;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 325px;
  border-bottom: 1px solid #cecece;
}

.contact_left_head > h2 {
  font-family: var(--font1);
  font-size: 42px;
  margin-bottom: 1rem;
}

.contact_left_head > p {
  font-family: var(--font2);
  margin-bottom: 1.5rem;
}

.contact_left_detail > div > a > img {
  width: 20px;
}

.contact_left_detail > div > a > p {
  font-size: 15px;
  margin: 0;
  font-family: var(--font2);
}

.contact_right_sec {
  background: #0cb8b633;
  padding: 15px;
  border-radius: 8px;
}

.contact_right_sec > form {
  width: 100%;
  font-family: var(--font2);
}

.contact_right_sec > form > .form_sec {
  display: flex;
  gap: 13px;
  padding-bottom: 16px;
}

.form_sec3 {
  display: flex;
  flex-direction: column;
}

.form_btn {
  padding: 15px 0;
  padding-bottom: 0;
}

.form_btn > button {
  background: var(--theme);
  color: #fff;
  border: none;
  outline: none;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 13px;
}

.form_box label,
.form_sec3 label {
  font-weight: 400;
  font-size: 14px;
}

.form_box input,
.form_sec3 textarea {
  border: none;
  padding: 4px 10px;
  outline: none;
  border-radius: 4px;
  font-size: 13px;
  color: #717171;
}

.contact_left_sec {
  width: 43%;
}

.form_box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact_map_section > div {
  width: 100%;
}

.contact_map_section {
  width: 88%;
  margin: auto;
  margin-top: 3rem;
}

@media screen and (max-width: 600px) {
  .contact_left_sec {
    width: 100%;
  }

  .form_box {
    width: 48%;
  }

  .contact_section {
    padding: 3rem 16px;
    padding-bottom: 0;
  }

  .contact_right_sec {
    width: 100%;
  }

  .contact_map_section .gmap_iframe {
    height: 210px !important;
  }

  .gmap_canvas {
    height: auto !important;
  }

  .meet_about_tab_left p {
    font-size: 14px !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .about_hero_section {
    justify-content: center;
    padding: 1rem;
  }

  .meet_about_tab_left {
    width: 90%;
  }

  .meet_our_team {
    padding: 2rem 1rem;
  }
}

/*<============================>
<======= contact.html end ===========>
<=============================> */

/*<============================>
<======= DoctorProfile.html start ===========>
<=============================> */

.doctor_profile_data {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font2);
  border: 1px solid #b1b1b1;
  border-radius: 9px;
  overflow: hidden;
  padding: 18px 25px;
  background: #fff;
  /* height: 235px; */
}

.doctor_profile_left_sec {
  width: 200px;
  flex-shrink: 0;
  border-radius: 0px;
  /* background: #cdedcc; */
  /* padding: 13px; */
  border-radius: 13px;
}

.doctor_profile_left_sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.doctor_right_top_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.doctor_profile_right_sec p {
  margin: 0;
}

.doctor_profile_right_sec h4 {
  margin: 0;
}

.doctor_profile_right_sec h3 {
  margin: 0;
}

.dets_sec {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 3px;
}

.doctor_right_bottom_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  padding-bottom: 0;
}

.doctor_profile_right_sec {
  width: 100%;
  padding: 1rem 1rem;
}

.doctor_profile_wrapper {
  margin: auto;
  width: 89%;
}

.doctor_detail_green_sec {
  background: #05a30033;
  display: flex;
  color: #05a300;
  font-size: 9px;
  gap: 9px;
  align-items: center;
  padding: 8px 9px;
  border-radius: 5px;
}

.doctor_detail_green_sec h4 {
  font-size: 12px;
}

.doctor_detail_button_sec > button {
  background: var(--theme);
  color: #fff;
  border: none;
  outline: none;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 15px;
}

.doctor_rating_detail_sec {
  display: flex;
  gap: 10px;
  align-items: center;
}

.loc_details {
  display: flex;
  gap: 5px;
}

.loc_details img {
  width: 20px;
}

.rating_doctor_box {
  background: #f5c65d;
  padding: 2px 9px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.rating_doctor_box i {
  position: relative;
  top: -2px;
}

.dets_sec h3 {
  font-size: 30px;
}

.dets_sec > span {
  padding: 4px 12px;
  border: 1px solid gray;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 500;
}

.doctor_right_middle_sec > p,
.loc_details > p {
  font-size: 13px;
  padding: 2px 0;
  padding-bottom: 0;
}

.doctor_rating_detail_sec p {
  font-size: 15px;
}

.doctor_price_detail_sec > h4 {
  font-size: 16px;
  font-weight: 400;
}

.doctor_profile_head {
  text-align: center;
  margin-top: 2rem;
}

.doctor_profile_head h2 {
  font-size: 40px;
  font-family: var(--font1);
  font-weight: 600;
  margin-bottom: 0.95rem;
}

.doctor_more_third_review {
  box-shadow: 0px 2px 15px 2px #0000001a;
  padding: 26px 26px;
  background: #fff;
}

.doctor_more_third_review_img {
  width: 55px;
  height: 55px;
}

.doctor_more_third_review_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.doctor_more_detail_left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.doctor_more_third_head > h3 {
  margin: 1.8rem 0;
  font-size: 1.5rem;
}

.doctor_more_detail_first > h3 {
  margin-top: 1.8rem;
  font-size: 1.5rem;
}

.doctor_more_detail_second > h3 {
  margin-top: 1.8rem;
  font-size: 1.5rem;
}

.doctor_more_detail_sec {
  font-family: var(--font2);
}

.doctor_more_third_top_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doctor_more_detail_second > span {
  display: flex;
  align-items: center;
  gap: 68px;
  flex-wrap: wrap;
}

.doctor_more_txt h3 {
  margin: 0;
}

.more_txt > p {
  margin: 0;
}

.more_txt {
  display: flex;
  gap: 10px;
  align-items: center;
}

.doctor_more_detail_right {
  display: flex;
  align-items: center;
  color: var(--theme);
  gap: 6px;
}

.doctor_more_detail_right i {
  height: 27px;
}

.doctor_more_detail_right > p {
  margin: 0;
}

.review_txt {
  background: #f5c65d;
  color: black;
  border-radius: 4px;
  padding: 2px 7px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.doctor_more_txt > h3 {
  color: var(--theme);
}

.review_txt span {
  font-size: 10px;
}

.review_txt i {
  display: inline-block;
  height: 17px;
  font-size: 10px;
  position: relative;
}

.more_txt > p {
  font-size: 11px;
}

.doctor_more_third_review_text p {
  width: 80%;
  font-weight: 500;
  padding-top: 1rem;
}

.doctor_feedback_header > h3 {
  margin-top: 1.8rem;
  font-size: 1.5rem;
}

.doctor_feedback_sec {
  font-family: var(--font2);
}

.doctor_feedback_wrap {
  background: #0cb8b633;
  padding: 30px;
}

.doctor_feedback_form > h2 {
  text-align: center;
}

.doctor_feedback_form > p {
  text-align: center;
  width: 95%;
  margin: auto;
  font-size: 13px;
}

.doctor_feedback_wrap > form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feedback_text_area {
  width: 75%;
}

.feedback_text_area textarea {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
}

.submit_btn button {
  margin-top: 10px;
  background: var(--theme);
  border: none;
  outline: none;
  color: #fff;
  padding: 7px 30px;
  border-radius: 5px;
}

.star_holder > i {
  font-size: 32px;
  margin: 6px;
}

.star_holder {
  padding: 19px 7px;
}

@media screen and (min-width: 600px) {
  .searchbar .search_icon {
    border: 1px solid #0cb8b6;
    width: 50% !important;
    padding: 7px 18px;
  }
  .searchbar .search_icon input {
    width: 90%;
  }
  .searchbar .search_icon a {
    background: #0cb8b6;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
  }
  .searchbar .search_icon i {
    color: #fff !important;
    font-size: 13px;
  }
  /* .searchbar .navbar {
        display: none;
    } */
  .doctor_more_detail_first > p {
    width: 72%;
  }
  .doctor_profile_wrapper {
    padding-top: 6rem;
  }
  .doctor_appoinment_section {
    padding: 8rem 4rem !important;
    padding-bottom: 1rem !important;
  }
  .bookingWrap {
    padding-top: 4rem !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .doctor_more_third_top_wrap {
    flex-direction: column;
    align-items: start;
  }

  .doctor_more_third_review_text p {
    width: 100%;
  }

  .doctor_feedback_wrap {
    padding: 30px 15px;
  }

  .feedback_text_area {
    width: 100%;
  }

  .doctor_more_detail_second > span {
    gap: 10px;
  }

  .doctor_profile_data {
    flex-direction: column;
    gap: 0;
    padding: 3px;
  }

  .doctor_more_third_review {
    padding: 26px 20px;
  }

  .doctor_right_bottom_sec {
    align-items: start;
    flex-direction: column;
  }

  .doctor_profile_wrapper {
    width: 97%;
    padding-top: 4rem !important;
  }
  .doctor_appoinment_section {
    /* padding-top: 5rem  !important; */
    padding-top: 6rem !important;
  }
  .doctor_booking_detail {
    padding-top: 5rem !important;
  }
}

/*<============================>
<======= DoctorProfile.html end ===========>
<=============================> */

.ViewPickup {
  padding: 3px 11px;
  border-radius: 5px;
  background-color: #395bf8;
  color: #fff;
  border: 1px solid black;
}

.doctor_appoinment_section {
  padding: 2rem 4rem;
}

.doctor_appoinment_head h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1rem;
  font-family: var(--font2);
}

.form_input_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}

.form_last_form {
  display: flex;
  justify-content: space-around;
}

.last_data input {
  all: unset;
  border: 1px solid #acacac;
  border-radius: 4px;
  padding: 7px 13px;
  width: 217px;
}

.form_last_right_sec {
  /* background: #fff; */
  padding: 0px 20px;
  width: 467px;
  border-radius: 50px;
  padding-bottom: 20px;
}

.box_head h2 {
  font-size: 20px;
  padding-bottom: 11px;
  font-weight: 600;
}

.doctor_form_head {
  padding: 14px 0;
}

.doctor_form_head h3 {
  font-size: 25px;
  margin: 0;
}

.box_wrap {
  border: 1px solid #cccccc;
  padding: 19px;
  border-radius: 10px;
}

.doctor_appoinment_form form {
  background: #0cb8b633;
}

.doctor_appoinment_form .form_wrapper {
  background: #0cb8b633;
}

.form_last_right_sec h2 {
  margin: 0;
}

.form_last_data_sec span {
  display: flex;
  align-items: center;
}

.form_last_data_sec span h3 {
  margin: 0;
}

.form_last_inner_wrap {
  height: 200px;
  overflow-y: scroll;
}

.form_last_inner {
  display: flex;
  justify-content: start;
  padding-top: 10px !important;
  padding: 16px 0px;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  /* height: 98px;
        overflow-y: scroll; */
}

.form_last_inner_data input {
  display: none;
}

.form_last_data_sec span {
  /* margin: 7px 0; */
  /* margin-top: 10px; */
}

.doctor_appoinment_form form {
  padding: 1rem 1rem 1rem 1rem;
}

.doctor_appoinment_form .form_wrapper {
  padding: 2rem 3rem;
}

.form_input_data {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}

.form_input_data input {
  border: none;
  padding: 8px 11px;
  border-radius: 5px;
  outline: none;
  font-size: 13px;
}

.doctor_appoinment_form {
  font-family: var(--font2);
}

.doctor_appoinment_form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
}

.doctor_appoinment_form .form_wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 10px;
}

.last_header h3 {
  font-size: 41px;
  font-weight: 500;
}

.last_header > p {
  color: #555555;
  font-weight: 300;
  width: 425px;
}

.checkbox_input {
  background: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  display: flex;
  gap: 13px;
}

.checkbox_input span {
  display: inline-flex;
  gap: 10px;
  flex-direction: row-reverse;
}

.checkbox_input span label {
  font-size: 14px;
}

.form_input {
  width: 40%;
}

.form_last_inner_data label {
  background: #ececec;
  border-radius: 6px;
  padding: 6px 7px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.form_last_data_sec span h3 {
  font-size: 16px;
}

.form_last_data_sec span img {
  width: 22px;
}

.btn_last button {
  background: var(--theme);
  color: #fff;
  padding: 8px 12px;
  border: none;
  outline: none;
  border-radius: 7px;
}

.btn_last {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.middle_reuse_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.radioBtn:checked + label {
  background-color: var(--theme);
  color: #fff;
}

@media screen and (max-width: 600px) {
  .doctor_appoinment_section {
    padding: 2rem 0rem;
    padding-top: 0;
  }

  .form_last_right_sec {
    border-radius: 28px;
  }

  .doctor_appoinment_form form {
    padding: 2rem 1rem;
  }

  .doctor_appoinment_form .form_wrapper {
    padding: 2rem 1rem;
  }

  .doctor_form_head {
    padding: 0px 11px;
  }

  .form_last_form {
    flex-direction: column;
  }

  .form_last_right_sec {
    width: 100%;
  }

  .form_last_form {
    gap: 20px;
  }

  .form_input {
    width: 100%;
  }

  .form_input_wrap {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }

  .last_data input {
    background: #fff;
    width: 91%;
  }

  .last_header > p {
    width: 100%;
  }

  .appoinment_data {
    display: none;
  }

  .doctor_appoinment_head {
    display: none;
  }

  .booking_History {
    width: 95%;
    margin: auto;
    padding: 10px !important;
  }

  .booking_History .doctor_detail_button_sec > button {
    font-size: 12px;
  }

  .booking_History .dets_sec h3 {
    font-size: 23px;
  }

  .booking_History .doctor_profile_left_sec {
    display: none;
  }

  .booking_History .dets_sec {
    gap: 2px;
  }

  .booking_History .doctor_profile_right_sec {
    padding-right: 0;
  }

  .bookingHistoryDetails,
  .appoinment_data_profile {
    flex-direction: row;
    justify-content: space-between;
    gap: 6px;
  }

  .bookingHistoryDetails .doctor_profile_left_sec,
  .appoinment_data_profile .doctor_profile_left_sec {
    width: 129px !important;
    height: 129px;
  }

  .bookingHistoryDetails .dets_sec h3,
  .appoinment_data_profile .dets_sec h3 {
    font-size: 18px;
  }

  .bookingHistoryDetails .doctor_right_middle_sec > p,
  .bookingHistoryDetails .loc_details > p,
  .appoinment_data_profile .doctor_right_middle_sec > p,
  .appoinment_data_profile .loc_details > p {
    font-size: 10px;
  }

  .bookingHistoryDetails .doctor_right_top_sec {
    padding-bottom: 1px !important;
  }

  .bookingHistoryDetails .doctor_detail_green_sec {
    font-size: 8px;
    padding: 5px 9px;
  }

  .bookingHistoryDetails .doctor_profile_right_sec {
    padding: 0 !important;
  }

  .bookingHistoryDetails .doctor_detail_green_sec h4 {
    font-size: 11px;
  }

  .bookingDetailWrap {
    padding: 4rem 1rem !important;
    padding-bottom: 0 !important;
  }

  .bookingHistoryDetails .dets_sec > span {
    font-size: 8px;
  }

  .bookingHistoryDetails .doctor_profile_right_sec,
  .appoinment_data_profile .doctor_profile_right_sec {
    padding: 1rem 0rem;
    width: 65%;
  }

  .appoinment_data_profile .doctor_detail_button_sec > button {
    font-size: 14px;
  }

  .appoinment_data_profile .doctor_profile_right_sec {
    padding-left: 10px !important;
    padding: 0;
  }

  .appoinment_data_profile .doctor_detail_green_sec {
    font-size: 8px;
    padding: 6px 9px;
  }

  .appoinment_data_profile .doctor_detail_green_sec h4 {
    font-size: 10px;
  }

  .appoinment_data_profile .dets_sec > span {
    font-size: 9px;
  }

  .appoinment_data_profile .doctor_right_top_sec {
    padding-bottom: 3px;
  }

  .appoinment_data_profile .doctor_profile_right_sec {
    position: relative;
  }

  .appoinment_data_profile .doctor_detail_button_sec {
    position: absolute;
    bottom: -62px;
    right: 0;
  }

  .appoinment_data_profile {
    overflow: unset;
  }

  .booking_history_top_wrap {
    width: 45% !important;
  }

  .booking_history_checkbox {
    gap: 5px !important;
    background: #fff;
  }

  .booking_history_detail_top {
    gap: 10px !important;
  }

  .booking_history_checkbox > span {
    gap: 1px !important;
  }

  .top_main {
    width: 50% !important;
  }

  .booking_history_checkbox > span > label {
    font-size: 12px;
  }

  .booking_history_bottom_txt textarea {
    width: 100% !important;
  }

  .form_last_inner_wrap {
    height: 139px;
  }

  .booking_history_bottom_inp input {
    width: 100% !important;
  }

  .doctor_price_detail_sec > h4 {
    font-size: 12px;
  }
  .booking_History {
    /* height: 235px; */
  }
  .bookingHistoryDetails {
    height: 185px;
  }
}

.booking_History {
  align-items: start;
  padding: 18px 38px;
  margin-bottom: 1.3rem;
}

.booking_History .doctor_profile_left_sec {
  width: 175px;
}

.doctor_date_time {
  display: flex;
  gap: 10px;
}

.booking_History .doctor_right_bottom_sec {
  padding-bottom: 11px;
}

.doctor_status_bar > div > div {
  background-color: var(--theme);
}

.booking_History .doctor_profile_right_sec {
  padding-bottom: 0;
  padding-top: 0;
}

.doctor_status_bar > div {
  height: 7px;
  width: 27%;
  margin: 9px 0;
  margin-bottom: 4px;
}

.doctor_date_time h4 {
  font-size: 13px;
}

.doctor_status_name h2 {
  font-size: 15px;
  font-weight: 400;
}

.doctor_status_name h2 b {
  font-weight: 500;
  font-size: 14px;
}

.bookingHead h3 {
  text-align: center;
  font-size: 42px;
}

.bookingWrap {
  padding-bottom: 0;
}

.doctor_booking_detail {
  padding: 2rem 4rem;
  font-family: var(--font2);
}

.bookingHistoryDetails .doctor_profile_left_sec {
  width: 115px;
}

.doctor_booking_header h3 {
  text-align: center;
  font-size: 30px;
}

.header_one_more h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.booking_history_detail_top {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 60px;
}

.booking_history_top_wrap {
  display: flex;
  flex-direction: column;
  width: 52%;
}

.booking_history_inp {
  display: flex;
  flex-direction: column;
}

.booking_history_inp input {
  /* border: 1px solid #0CB8B6; */
  border: none;
  outline: none;
  padding: 6px 12px;
  box-shadow: 1px 1px 4px #0cb8b647;
  border-radius: 6px;
}

.booking_history_top_wrap > div > label {
  padding: 8px 0;
}

.booking_history_checkbox {
  border: none;
  outline: none;
  padding: 6px 12px;
  box-shadow: 1px 1px 4px #0cb8b647;
  border-radius: 6px;
  display: flex;
  gap: 30px;
}

.booking_history_checkbox > span {
  align-items: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

.booking_history_bottom_inp input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  padding: 6px 12px;
  box-shadow: 1px 1px 4px #0cb8b647;
  border-radius: 6px;
}

.booking_history_checkbox {
  /* border: none; */
  outline: none;
  padding: 6px 12px;
  box-shadow: 1px 1px 4px #0cb8b647;
  border-radius: 6px;
}

.booking_history_bottom_txt textarea {
  border: none;
  outline: none;
  padding: 6px 12px;
  box-shadow: 1px 1px 4px #0cb8b647;
  border-radius: 6px;
  width: 100%;
  margin: 10px 0;
}

.booking_history_detail_header h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 1rem 0;
  margin-bottom: 4px;
}

.booking_history_detail_bottom h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 1rem 0;
}

/* footer mobile */

.mobile_footer {
  position: fixed;
  bottom: 0;
  background: var(--theme);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  padding: 8px 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.mobile_foot_txt p {
  margin: 0;
  color: #fff;
  font-size: 10px;
}

.mobile_foot {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile_foot_img img {
  width: 18px;
}
.highlight {
  width: 100%;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 600px) {
  .mobile_footer {
    display: none;
  }
}

/* registration form */

.registration {
  display: flex;
  align-items: center;
  background: var(--theme);
  height: 100vh;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.form_left_register img {
  position: relative;
  z-index: 8;
  width: 93%;
}

.form_left_register {
  position: relative;
  /* margin: auto; */
  display: flex;
  justify-content: center;
}

.circle {
  z-index: 2;
  position: absolute;
  width: 65%;
  height: 95%;
  background: #ffffffe6;
  border-radius: 50%;
  margin: auto;
  filter: blur(50px);
}

.form_right_register {
  background: #fff;
  padding: 57px 52px;
  border-radius: 9px;
  width: 34%;
}

.form_right_register {
  font-family: var(--font2);
}

.form_head h3 {
  text-align: center;
  font-weight: 700;
  font-family: var(--font1);
  margin-bottom: 1.51rem;
}

.form_group_inp {
  padding: 7px 11px;
  margin-bottom: 16px;
  background: #c2eded;
  border-radius: 5px;
}

.form_group_inp input {
  all: unset;
  width: 90%;
  font-family: var(--font2);
  margin-left: 6px;
  font-size: 14px;
}
.form_group_inp select {
  all: unset;
  width: 90%;
  font-family: var(--font2);
  margin-left: 6px;
  font-size: 14px;
}

.form_group_button button {
  background: var(--theme);
  color: #fff;
  padding: 6px 14px;
  border: none;
  outline: none;
  width: 100%;
  margin-top: 1rem;
  border-radius: 5px;
}

.form_group_button {
  display: flex;
  justify-content: center;
}

.txt_group p {
  margin: 0;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

.txt_group > p > a {
  text-decoration: none;
  color: var(--theme);
}

.registration_wrap {
  background-color: var(--theme);
}

.registration_nav h1 {
  color: #ffff;
  padding: 23px 30px;
  font-size: 20px;
}

.form_group_login_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left_login_txt label {
  font-size: 12px;
}

.left_login_txt {
  display: flex;
  gap: 8px;
}

.right_login_txt a {
  text-decoration: none;
  color: black;
  font-size: 12px;
}

.left_login_txt input {
  width: 10px;
  accent-color: var(--theme);
  color: #fff;
}

.otp {
  /* height: auto; */
}
.search_icon {
  padding: 0 10px;
}
.search_icon i {
  color: #fff;
}

@media screen and (max-width: 1170px) {
  .form_right_register {
    width: 70%;
  }

  .signup {
    height: 100%;
    max-height: 100%;
  }
}
.searchData {
  padding: 7rem 0;
  padding-bottom: 4rem;
}
.searchbar .search_icon {
  width: 98%;
  border-radius: 5px;
  background: #ffffffed;
  padding: 7px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.searchbar .top_navbar {
  padding: 10px 0 !important;
  align-items: start;
  gap: 14px;
}
.searchbar .search_icon input {
  all: unset;
}
.searchbar .search_icon i {
  color: black;
}
.search_icon {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 600px) {
  .searchbar .top_navbar {
    flex-direction: column;
  }
  .top_navbar {
    flex-direction: column;
    align-items: start;
  }

  .top_nav2_icons_data {
    color: #fff;
    /* position: absolute; */
    right: 0;
    top: 23px;
    padding-left: 22px;
    margin: 6px 0;
  }
  .top_nav2_icon_box svg {
    color: #fff;
    width: 10px;
    height: 10px;
  }
  .form_right_register {
    /* padding: 57px 33px; */
    padding: 24px 33px;
    width: 95% !important;
    border-radius: 22px;
    margin-bottom: 4vh;
  }

  .registration {
    height: 100%;
    max-height: 100%;
    padding: 1rem 0;
    padding: 0;
  }

  .login {
    height: 96vh;
    align-items: start;
  }

  .registration_nav h1 {
    font-size: 19px;
    position: absolute;
    padding: 10px 19px;
  }

  .otp {
    /* height: 40rem; */
    height: 95vh;
  }
  .doctor_booking_header {
    display: none;
  }

  .doctor_more_third_review_text p {
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
  .status_data .doctor_form_head {
    padding: 10px;
    padding-top: 0;
  }
  .top_nav1_name a {
    padding: 0 8px;
    font-size: 26px;
  }
  .top_nav1_name a {
    color: #2196f3 !important;
    font-size: 27px !important;
    padding-left: 20px;
  }
  .profile_data {
    margin-top: 0rem !important;
    padding: 100px 20px 85px 20px !important;
  }
  .SettingPrifile {
    margin-top: 0rem !important;
    padding: 20px 20px 85px 20px !important;
  }
  .left_choose_box {
    width: 47vw;
    height: 199px;
  }
  .appoinment_data_profile {
    height: 187px !important;
  }
  .doctor_profile_head h2 {
    font-size: 28px;
    font-size: 25px;
    font-weight: 600;
    margin: 1rem 0;
    margin-top: 2.9rem;
    font-family: var(--font2);
  }
  .doctor_more_detail_first > p {
    font-weight: 300;
    font-size: 13px;
  }
  .doctor_more_detail_second > span > li {
    font-weight: 300;
    font-size: 13px;
  }
  .doctor_more_detail_sec {
    padding: 0 0.61rem;
  }

  .PatientNavName a {
    font-size: 18px !important;
  }

  .ambulance_booking {
    padding-top: 65px !important;
  }
  .DataNotFound_massage {
    width: 100%;
    text-align: center;
  }
  .DataNotFound_massage img {
    width: 40% !important;
  }

  .loctionCheckBox > input {
    width: 10% !important;
  }
  .loctionCheckBox > h4 {
    font-size: 15px !important;
  }
}

.AmbProfile {
  background-color: #0cb8b6 !important;
}

.AmbTopNavName a {
  color: #fff !important;
}

.top_nav1_name h3 {
  margin: 0;
}

.DataNotFound_massage {
  width: 100%;
  text-align: center;
}
.DataNotFound_massage img {
  width: 25%;
}

.loctionCheckBox {
  display: flex !important;
  background-color: #fff !important;
}
.loctionCheckBox > input {
  width: 5% !important;
}
.loctionCheckBox > h4 {
  font-size: 15px !important;
  /* padding: 10px !important; */
  margin: 0 !important;
}

.slider_box_profile img {
  width: 87px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider_box {
  border: 1px solid var(--theme);
  border-radius: 19px;
  padding: 17px;
  /* box-shadow: 0px 6.14px 12.29px 0px #00000040; */
  /* box-shadow: 0px 0.14px 10.29px 0px #00000040; */
  box-shadow: 0px 3.1px 9.29px 0px #00000040;
  /* height: 222px; */
  width: 282px;
  height: 248px;
}

.slider_box_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  /* display: none; */
  position: relative;
}

.slider_box_content h2 {
  color: var(--theme);
  font-size: 19px;
  text-align: center;
}

.slider_box_content p {
  color: #555555;
  font-weight: 400;
  text-align: center;
  font-size: 13px;
}

.slider_box_profile {
  position: relative;
}

/* .swiper-slide-next ,
.swiper-slide-prev{
    scale: 0.91;
} */

.slidei {
  flex-shrink: 0;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.slideri {
  touch-action: pan-y;
  font-family: var(--font2);
  /* width: 800px; */
  overflow: hidden;
  height: 390px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.slider-track {
  display: flex;
  transform: translate3d(-400px, 0, 0);
}

.slider-list.grab {
  cursor: grab;
}

.activei {
  scale: 1.2;
}

.slidei,
.slider-list {
  width: 400px;
  /* height: 269px; */
  height: 328px;
}

.slider-arrows {
  margin-top: 15px;
  justify-content: center;
  display: none !important;
}

.kalam_reuse_partner_section,
.slider-arrows {
  display: flex;
  align-items: center;
  text-align: center;
}

.next.disabled,
.prev.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.next,
.prev {
  background: 0 0;
  border: none;
  margin: 0 10px;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  border-radius: 11px;
  color: var(--theme);
}

.testimorial {
  padding: 29px;
  text-align: center;
  /* font-weight: 700; */
  padding-bottom: 0;
}

.testimorial_header h2 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: var(--font1);
}

img.brc1 {
  position: absolute;
  top: 51px;
}

img.brc2 {
  position: absolute;
  right: 0;
}

.checkbox_status {
  display: flex;
  gap: 22px;
  padding: 13px;
  padding-top: 0;
}

.buttons_form {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  padding-bottom: 0;
}

.buttons_form button {
  background: var(--theme);
  color: #fff;
  padding: 7px 35px;
  border: none;
  outline: none;
  border-radius: 7px;
}

.status_data .doctor_form_head h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 1rem 0;
}

.bookingDetailWrap {
  padding-bottom: 5rem !important;
  padding-top: 4rem;
}

#DoctorExectLocation > a > i {
  color: black !important;
}

.profile_data {
  /* padding: 18px; */
  padding: 140px 18px;
  background: #fff;
  border-radius: 27px;
  width: 95%;
  margin: auto;
}

.bank_details{
  height: 100vh !important ;
}

.profile_head h4 {
  text-align: center;
  font-size: 33px;
  font-family: var(--font1);
  font-size: 28px;
}

.profile_input_data {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

#proimagbox {
  text-align: center;
}
.SettingPage .header #ProfileImg4 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.SettingPage .header #ProfileImg4 img {
  width: 100%;
  object-fit: cover;
}

/* for ambulance profile */

#profilePicture2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

#profilePicture2 > img {
  width: 100%;
  object-fit: cover;
}

.imgediticonbox {
  text-align: center;
}

/* for doctor profile */
#profilePicture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

#proimagbox > .imgediticonbox > label > #profilePicture > img {
  width: 100%;
}

.profile_input_data > div > input {
  background: #c2eded;
  border: none;
  outline: none;
  padding: 8px 12px;
  width: 100%;
  border-radius: 7px;
}

.profile_input_data > div > select {
  background: #c2eded;
  border: none;
  outline: none;
  padding: 8px 12px;
  width: 100%;
  border-radius: 7px;
}
.profile_btn_data {
  padding: 18px;
  display: flex;
  justify-content: center;
}

.profile_btn_data button {
  background: var(--theme);
  color: #fff;
  border: none;
  outline: none;
  padding: 9px 16px;
  border-radius: 7px;
  width: 192px;
  font-size: 20px;
}
.profile_txt {
  background: #c2eded;
  padding: 10px;
  font-size: 12px;
  border-radius: 6px;
}

.profile_txt > input {
  background: #c2eded;
  border: none;
  outline: none;
  padding: 8px 12px;
  width: 100%;
  border-radius: 7px;
}

.profile_txt p {
  margin: 0;
}
.profile_wrapper_data {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 14px 0;
  font-family: var(--font2);
}
.profile_inp {
  display: flex;
  background: #c2eded;
  padding-right: 11px;
  align-items: center;
  border-radius: 6px;
}

.book_doctor_head {
  padding: 14px;
  text-align: center;
}

.book_doctor_head h3 {
  font-size: 33px;
}

.profile_wrapper_data {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.inp_top_doctor_data {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.inp_data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43%;
}
.inp_data input,
.inp_data select {
  border: 1px solid var(--theme);
  padding: 5px 12px;
  border-radius: 6px;
}
.form_doctor_head {
  padding: 16px;
}
.booking_detail_doctor_header h3 {
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  font-size: 34px;
  padding-bottom: 0;
}

.form_doctor_head h4 {
  font-weight: 500;
  font-size: 24px;
}
.form_booking_doctor {
  font-family: var(--font2);
}
.btn_data_doctor button {
  background: var(--theme);
  color: #fff;
  border: none;
  padding: 10px 19px;
  font-size: 20px;
  border-radius: 7px;
  width: 199px;
}

.btn_data_doctor {
  display: flex;
  justify-content: center;
  padding: 19px;
}

.ambulance_book_box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border: 0.51px solid #202020;
  padding: 4px 15px;
  background: #fff;
  border-radius: 7px;
}

.ambulance_book_right h3 {
  margin: 0;
  font-size: 22px;
  padding-bottom: 2px;
}

.ambulance_book_right p {
  margin: 0;
  font-size: 13px;
  color: rgb(75, 73, 73);
}
.ambulance_book_right > p {
  padding-bottom: 5px;
}
.btn_call {
  bottom: 201px !important;
  background: var(--theme);
  border-radius: 50%;
}
.btn_call img {
  /* fill: #fff; */
  padding: 12px;
  width: 40px;
}
.book_loc {
  display: flex;
  gap: 4px;
  padding-bottom: 4px;
  align-items: center;
}

.book_loc p {
  font-size: 12px;
}

.book_loc img {
  width: 21px;
}
.ambulance_book_left img {
  width: 96px;
}
.ambulance_booking {
  padding-top: 130px;
}

.ambulance_booking_data {
  width: 95%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font2);
  padding: 15px 15px 85px 15px !important;
}

.ambulance_header2 {
  padding: 17px 15px;
}

.ambulance_header2 h3 {
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  font-family: var(--font1);
}

#ShowProfil_details2 {
  height: auto;
  padding-bottom: 70px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#ShowProfil_details2 > .profile_head > .profileImage {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

#ShowProfil_details2 > .profile_head {
  text-align: center;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}

#ShowProfil_details2 > .profile_head > .profileImage > img {
  width: 100%;
  object-fit: cover;
}

#ShowProfil_details2 > .profile_head > .H1,
.H2 {
  font-size: 20px;
  font-weight: 600;
}

#ShowProfil_details2 > .Edit_Button {
  text-align: center;
}

#ShowProfil_details2 > .Edit_Button > .Edit_details {
  padding: 5px 17px;
  border-radius: 10px;
  background: #0cb8b6;
  color: #fff;
  border: none;
}

#ShowProfil_details2 > .profile_footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#ShowProfil_details2 .profile_footer .More_detail {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}
#ShowProfil_details2 .profile_footer .More_detail .A1 {
  font-weight: 600;
}

#ShowProfil_details2 > .Edit_Button > .Edit_details {
  padding: 5px 17px;
  border-radius: 10px;
  background: #0cb8b6;
  color: #fff;
  border: none;
}

/* for Doctor profile */
#ShowProfil_details {
  height: auto;
  padding-bottom: 70px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#ShowProfil_details > .profile_head > .profileImage {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

#ShowProfil_details > .profile_head {
  text-align: center;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}

#ShowProfil_details > .profile_head > .profileImage > img {
  width: 100%;
  object-fit: cover;
}

#ShowProfil_details > .profile_head > .H1,
.H2 {
  font-size: 20px;
  font-weight: 600;
}

#ShowProfil_details > .Edit_Button {
  text-align: center;
}

#ShowProfil_details > .Edit_Button > .Edit_details {
  padding: 5px 17px;
  border-radius: 10px;
  background: #0cb8b6;
  color: #fff;
  border: none;
}

#ShowProfil_details > .profile_footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#ShowProfil_details .profile_footer .More_detail {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}
#ShowProfil_details .profile_footer .More_detail .A1 {
  font-weight: 600;
}

.SettingPrifile {
  /* padding: 10px 18px 90px 18px; */
  background: #fff;
  border-radius: 0px;
  width: 100%;
  margin: auto;
}

.SettingPage {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.SettingPage .profile_head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
}
.SettingPage .profile_head .headName h4 {
  font-weight: 700;
}
.SettingPage .profile_head .backbtn {
  position: absolute;
  left: 15px;
}
.SettingPage .profile_head .backbtn a {
  border: none;
  padding: 0px;
  background: none;
  height: 100%;
}
.SettingPage .profile_head .backbtn a i {
  font-size: 40px;
  color: black;
}
.SettingPage .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SettingPage .header #ProfileImg3 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.SettingPage .header #WlcName h3 {
  font-weight: 600;
}
.SettingPage .header #ProfileImg3 img {
  width: 100%;
}

.SettingPage .body_part .Info1 h3 {
  font-weight: 600;
}

.SettingPage .body_part .Info_BTN {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.SettingPage .body_part .Info_BTN .BTN1 {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: flex-end;
}

.SettingPage .body_part .Info_BTN .BTN1 .A1 i {
  font-size: 25px;
  color: #0cb8b6;
}

.SettingPage .body_part .Info_BTN .BTN1 .H1 a {
  color: black;
  text-decoration: none;
  font-size: 18px;
}

#DoctorBookingHistory {
  padding-bottom: 50px;
}

.refecode-class{
  display: flex;
}

.wallet-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
    /* background: #fff; */
    box-shadow: 0px 0px 85px #f1f1f1;
    padding: 25px;
    border-radius: 10px;
    background: #0cb8b6;
    color: #fff;
}
.wallet-nav-detail {
    display: flex;
    justify-content: space-between;
}
.wallet-refer-div {
    display: flex;
}
.wallet-refer-div .copy-btn {
        color: #fff;
        margin-bottom: 0px;
 }
 .wallet-div1 {
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
}
.cover-wallet input {
    all: unset;
    width: 40%;
}
.cover-wallet {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
}
#CopyReferMSG{
  margin-top: 10px;
}
#Show_bane_details .H1 .V1{
  display: flex;
    justify-content: space-between;
}
#Show_bane_details .H1{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Bill_Charges{
     padding: 0px 20px; 
}

.Bill_Inputs .balanceshow{
  width: 10% !important;
}

.Bill_Inputs{
      display: flex;
    justify-content: space-between;
    /* padding: 0px 20px; */
}

.form_pay {
        display: flex;
        justify-content: start;
        gap: 15px;
        padding: 12px;
    }
     .form_pay input {
        display: none;
    }
    .form_pay input[type="radio"]:checked + label {
        background-color: #0cb8b6;
        color: white;
        border-color: #0cb8b6;
    }
    .pay {
        all: unset;
        padding: 5px 16px;
        text-align: center;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        color: black;
        border: 1px solid black;
    }   
    .form_last_left_sec{
     padding: 20px;
    }

    .Bill_statement .heading{
      text-align: center;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    }

    .Bill_Charges .Bill_Inputs1{
    background: none;
    border: none;
    text-align: end;
    width: 40%;
    }

    .Bill_statement{
      padding: 20px;
    }

    .Bill_statement .Frist_amt{
      display: flex;
      justify-content: space-between;
    }

   .wallet-nav-detail .Money_add{
    height: 40px;
    padding: 5px;
    font-size: 14px;
   }