
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "DM Sans", sans-serif !important;
    background: #FFF !important;
}
.container{
  overflow: hidden;
  /* user-select: none; */
}
.blue_f{
  color: #012350;
}
.light_blue_f{
  color: #7ACACB;
}
.custome_active{
  /* font-size: 14px; */
  font-weight: 700 !important;
  color: #012350 !important;
}
.h_100{
  height: 100px;
}


.navbar-toggler:focus {
    box-shadow: none !important;
}




.custom_nav_btn{
  background: #d7eff0 !important;
  border-radius: 20px !important;
  height: 46px;
  /* display: flex !important; */
  /* justify-content: center; */
  /* align-items: center; */
  padding: 9px 21px !important;
  font-size: 18px !important;
  z-index: 15;
  position: relative;
}
.custom_nav_btn:hover{
    background: #012350 !important;
    color: #FFF !important;
}
.custom_nav_btn:hover svg path{
    fill: #FFF !important;
}
.custome_navbar ul li{
  display: flex;
  align-items: center;
  margin: 0px 10px;
}
.custome_navbar ul li span{
  font-size: 14px;
  font-weight: 500;
  color: rgba(30, 30, 30, 0.8);
}
.custome_navbar ul li span:hover{
  color: #012350;
}
.custome_navbar img{
  width: 63px;
}

.custome_navbar{
    height: 80px;
    border-radius: 50px;
    /* margin: 20px 45px 0px 45px; */
    background: #FFF;
    box-shadow: 0px 2px 4px rgba(1, 35, 80, 0.2), rgba(1, 35, 80, 0.2) 0px 2px 4px inset;
    position: absolute !important;
    width: 94%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}



.hero_banner{
    position: relative;
    background: rgba(242, 242, 242, 0.6);
    height: 571px;
    overflow: hidden;
    transition: transform 1s;
}
.hero_banner h1{
    color: #012350;
    font-size: 55px;
    font-weight: 700;
}
.hero_banner p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
}

.hero_banner .dr_img{
    position: relative;
    z-index: 2;
}

.left_sedo_img{
    position: absolute;
    left: -100%;
    overflow: hidden;
}
.right_sedo_img{
    position: absolute;
    right: -100%;
}

.hero_banner:hover .left_sedo_img{
    left: 0%;
    transition-duration: 1s;
}
.hero_banner:hover .dr_img img{
  transition: transform 1s;
  transform: scale(1.2);
}

.hero_banner:hover .right_sedo_img{
    right: 0%;
    transition-duration: 1s;
}

.serch_section{
    gap: 2%;
    justify-content: center;
}

.location_search{
    border: 1px solid #012350;
    border-radius: 30px;
    height: 50px;
    max-width: 250px;
    width: 100%;
    padding: 0px 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.location_search:hover{
    background: #d7eff0;
}
.location_search:hover .form-select{
    background: transparent;
}
.location_search .form-select {
    --bs-form-select-bg-img: none !important;
}
.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none !important;
    background: transparent !important;
}
.dr_search{
    border: 1px solid #012350;
    border-radius: 30px;
    height: 50px;
    max-width: 420px;
    width: 100%;
    padding: 0px 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.dr_search:hover{
    background: #d7eff0;
}
.dr_search input{
    outline: none;
    border: none;
    background: transparent;
}
.dr_search input:focus-visible{
    border: none !important;
    outline: none;
}

.about_section .right_part h5{
  color: #517EB9;
  font-size: 22px;
  font-weight: 700;
}
.about_section .right_part h2{
  color: #012350;
  font-size: 35px;
  font-weight: 700;
}
.about_section .right_part p{
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 400;
}

.slider_part h3{
    color: #012350;
    font-size: 35px;
    font-weight: 700;
}
.slider_part p{
    font-size: 16px;
}
.slider_part .see_all_btn{
    border: 1px solid #012350;
    border-radius: 30px;
    height: 46px;
    width: 150px;
    font-size: 20px;
    font-weight: 500;
    color: #012350;
}
.slider_part .see_all_btn:hover{
    color: #FFF;
    background: #012350;
    transition-duration: 0.8s;
}

.slider_part .swiper {
    width: 100%;
    height: 100%;
  }

  .slider_part .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider_part .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.slider_part .slider_card{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset rgba(1, 35, 80, 0.2) 0px 2px 4px 0px;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    justify-content: center;
    background: #FFF;
  }
     .slider_card .img_div{
    /* height: 100px; */
    width: 100px;
  }

 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    /* content: none; */
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    /* content: 'next'; */
    display: none;
}

 .swiper-button-next, .swiper-button-prev {
  position: relative !important;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 1* 2 ) !important;
  height: 35px !important;
  margin-top: calc(0px -(var(--swiper-navigation-size) / 1)) !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next svg, .swiper-button-prev svg{
    height: 69% !important;
}

.resource {
    width: 100%;
    position: relative;
    color: white;
    overflow: hidden;
    box-shadow: 5px 5px 10px grey;
    border-radius: 20px;
    img {
      width: 100%;
      height: 100%;
    }
  }

  .img-title {
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  #overlay {
    cursor: pointer;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
    background: linear-gradient(180deg, rgba(1, 35, 80, 0), rgba(1, 35, 80, 1));
    width: 100%;
    height: 45%;
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    padding: 20px;
  }

  .doctore_imgs{
    user-select: none; /* Disables text selection */
    -webkit-user-select: none; /* For WebKit browsers */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none;
  }

  .resource {
    img {
      /* transform: scale(2); */
      transition: transform 0.5s;
    }
    #overlay5 {
      opacity: 1;
    }
    #overlay,
    #overlay2 {
      opacity: 1;
      transform: translateY(0px);
    }
    #overlay3,
    #overlay4 {
      opacity: 1;
      transform: translateX(0px);
    }
    #overlay6,
    #overlay7 {
      opacity: 1;
      transform: rotateY(0deg);
    }
    #overlay8 {
      opacity: 1;
      transform: scale(1);
    }
  }


  .meet_doctore{
    background: #F7F7F7;
    background-size: cover;
  }

  .section_title h2{
    color: #012350;
    font-size: 35px;
    font-weight: 700;
  }

  .section_title p{
    font-size: 19px;
  }

  /* .meet_doctore .meet_dr_card{
    text-align: center;
    background: #FFF;
    box-shadow:  inset rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
    padding: 45px 5px;
    height: 100%;
  }
  .meet_doctore .meet_dr_card h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  .meet_doctore .meet_dr_card p{
    color:rgba(0, 0, 0, 0.8);
  }

  .meet_doctore .meet_dr_card:hover{
    background: #012350;
    transition-duration: 0.8s;
  }
  .meet_doctore .meet_dr_card:hover svg path,
  .meet_doctore .meet_dr_card:hover p,
  .meet_doctore .meet_dr_card:hover h3{
    color: #FFF;
    fill: #FFF;
    transition-duration: 0.8s;
  } */

  .meet_doctore .meet_dr_card{
    background: #FFF;
    min-height: 220px;
    padding: 30px;
    height: 100%;
    transition: transform 1s, box-shadow 0.3s ease;
  }
  .meet_doctore .meet_dr_card:hover svg {
    font-size: 30px;
    transform: rotateY(180deg);
    transition: transform 0.5s ease, font-size 0.3s ease;
  }
  .meet_doctore .meet_dr_card .svd_img_bg{
    background: rgba(122, 202, 203, 0.1);
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }
  .meet_doctore .meet_dr_card h3{
    font-size: 22px;
  }
  .meet_doctore .meet_dr_card p{
    font-size: 16px;
  }
  /* .meet_doctore .meet_dr_card:hover svg.rotate {
    font-size: 30px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  } */

  .custom_blue_btn{
    color: #FFF !important;
    background: #012350 !important;
    border-radius: 20px !important;
    height: 46px;
    /* display: flex !important; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 9px 21px !important;
    font-size: 18px !important;
    z-index: 15;
    position: relative;
  }
  .custom_blue_btn:hover{
      background: #d7eff0 !important;
      color: #000 !important;
  }

  .popular_doctore .mySwiperdoctore{
    height: 370px;
    padding-bottom: 50px;
  }

  .popular_doctore .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    /* content: none; */
    display: none;
}
.popular_doctore .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    /* content: 'next'; */
    display: none;
}

 .popular_doctore .swiper-button-next, .popular_doctore .swiper-button-prev {
    position: relative ;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 1* 2 ) !important;
    height: 35px !important;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 1)) !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.popular_doctore .swiper-button-next svg, .swiper-button-prev svg{
    height: 69% !important;
}


  /* special slider code start */

  /* special slider code  end*/


  .download_app_with{
    width: 90%;
  }
  .download_app h2{
    color: #012350;
    font-size: 35px;
    font-weight: 500;
  }
  .download_app p{
    color: #000;
    font-size: 20px;
    font-weight: 500;
  }
  .download_app .google_play img:hover{
    transform: scale(1.1);
    transition: transform .9s;
  }

  footer{
    background: #F2F2F2;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    user-select: none; /* Disables text selection */
    -webkit-user-select: none; /* For WebKit browsers */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none;
  }
  footer .app_btn img{
    width: 180px;

  }
  footer .app_btn img:hover{
    transform: scale(1.1);
    transition: transform .9s;
  }
  footer h3{
    color: #012350;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  footer a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
  }
  .footer_bottom a,
  .footer_bottom{
    background: #012350;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
  }

  footer .hover_p:hover{
    color: #012350;
    font-weight: 500;
  }


  .popular_dr_card{
    background: #517EB9;
    border-radius: 20px;
    height: 270px;
    position: absolute;
    bottom: 0%;
  }
  .popular_dr_card p{
    color: #FFF;
    font-size: 20px;
  }
  .popular_dr_card h4{
    color: #000;
    font-size: 28px;
    font-weight: 700;
  }
  .popular_dr_card span{
    font-size: 18px;
    color: #FFF;

  }

  /* .all_types{
    margin-top: 100px;
  } */
  .all_types a{
    text-decoration: none;
    color: #000;
  }
  .all_types .dr_card_type{
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset rgba(1, 35, 80, 0.2) 0px 2px 4px 0px;
    border-radius: 20px;
    padding: 25px;
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }
  .helth_problem_card{
    background: #F2F2F2;
    box-shadow:  0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
  }

  .helth_problem_card p{
    color: #517EB9;
    font-size: 18px;
  }
  .helth_problem_card a{
    color: #517EB9;
    font-size: 18px;
    text-decoration: none;
  }
  .helth_problem_card h5{
    color: #012350;
  }
  .helth_problem_card span{
    color: #000;
    font-size: 20px;
  }

  .news_blog{
    background: #F7F7F7;
    user-select: none; /* Disables text selection */
    -webkit-user-select: none; /* For WebKit browsers */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none;
  }
  .news_blog .news_detail{
    background: #FFF;
    box-shadow: 0px 4px 8px rgba(122, 202, 203, 0.25);
    border-radius: 10px;
    margin-top: -39px;
    z-index: 5;
    position: relative;
  }
  .news_blog .news_detail p,
  .news_blog .news_detail h5{
    font-size: 16px;
    font-weight: 500;
    color: #1F2732;
  }
  .news_blog .news_detail h4{
    font-size: 16px;
    font-weight: 500;
    color: #012350;
  }
  .Testimonials .section_title h3{
    font-size: 22px;
    font-weight: 700;
    color: #517EB9;
  }
  .Testimonials .testimonials_detail p{
    font-size: 20px;
    font-weight: 400;
  }
  .Testimonials .testimonials_detail h4{
    font-size: 22px;
    font-weight: 500;
  }
  .contact_us {
    background: #012350;
  }
  .contact_us h2{
    user-select: none; /* Disables text selection */
    -webkit-user-select: none; /* For WebKit browsers */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none;
  }
.contact_us form textarea,
.contact_us form input{
    color: #FFF;
    border-bottom: 1px solid #7ACACB;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent !important;
    padding: 3px;
    border-radius: 0px;
}
.contact_us .form_label label{
    font-size: 25px;
    color: #7ACACB;
}
.contact_popup input{
    width: 70%;
}
.contact_popup  textarea{
    width: 70%;
    max-height: 200px;
}
.contact_popup .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #FFF;
}
.contact_popup .iti{
    width: 75%;
    display: flex;
}
.contact_popup label{
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
}
.contact_popup .custome_width{
    width: 75%;
}
/* .contact_us form input:focus-visible {
    outline-offset: 0px;
    border: none !important;
} */
.contact_us form .form-control:focus {
    color: #FFF !important;
    border-bottom: 1px solid #7ACACB;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent !important;
    outline: 0;
    box-shadow: none !important;
}
.contact_us form  ::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
  }
  .contact_us .custome_btn{
    background: #d7eff0 !important;
    border-radius: 20px !important;
    height: 46px;
    /* display: flex !important; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 9px 21px !important;
    font-size: 18px !important;
    z-index: 15;
    position: relative;
  }
  .contact_us .custome_btn:hover{
    background: #012350 !important;
    color: #FFF !important;
    border: 2px solid #FFF;
  }

  .custome_tab .nav-link{
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 22px;
    font-weight: 700;
  }
  .custome_tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #517EB9 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #517EB9;
    border-radius: 0px !important;
}


.about_service{
  background: rgba(122, 202, 203, 0.1);
}
.about_service .svg_bg{
  background: #012350;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    padding: 20px;
}
.about_service h4{
  color: #012350;
  font-size: 24px;
  font-weight: 500;
}
.about_service p{
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.about_service .border_end{
  border-right: 1px solid #000;
}

.Our_Services .section_title h3 {
    color: #517EB9;
    font-size: 35px;
    font-weight: 700;
}
.Our_Services .service_card h3{
  font-style: 24px;
  font-weight: 500;
  color: #012350;
}
.Our_Services .service_card p{
  font-style: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.Our_Services .service_card img{
  width: 100px;
}

.why_cheese_us_card{
  background: rgba(122, 202, 203, 0.3);
}
.why_cheese_us_card .wcu_card{
  background: #FFF;
  box-shadow: 0px 6px 10px rgba(238, 238, 238, 0.44);
  border-radius: 10px;
  padding: 27px;
  height: 100%;
}
.why_cheese_us_card .wcu_card h2{
  color: #012350;
  font-size: 50px;
  font-weight: 800;
}
.why_cheese_us_card .wcu_card h5{
  color: #1F2732;
  font-size: 20px;
  font-weight: 600;
}
.why_cheese_us_card .wcu_card p{
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.login_tab  .nav-link{
  color: #FFF !important;
  font-size: 24px;
  font-weight: 300;
}
 .login_tab  .nav-pills .nav-link.active, .login_tab .nav-pills .show>.nav-link {
  color: #FFF !important;
  background-color: transparent !important;
  border-bottom: 1px solid #FFF;
  border-radius: 0px !important;
  font-weight: 600;

}
.login_process .left_images{
  background: #fff;
  position: absolute;
    right: 0%;
    width: 573px;
    height: 100%;
    margin-top: -45px;
    border-radius: 50px 0px 0px 50px;
}

.login_process .login_form form textarea,
.login_process .login_form form input{
    color: #FFF;
    border-bottom: 1px solid #7ACACB;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent !important;
    padding: 7px;
    z-index: 5;
    border-radius: 0px;
}
.login_process .login_form input{
    width: 70%;
    font-size: 20px;
}
.login_process .login_form  textarea{
    width: 70%;
    max-height: 200px;
}
.login_process .login_form .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #FFF;
}
.login_process .login_form .iti{
    width: 75%;
    display: flex;
    font-size: 20px;
}
.login_process .login_form .form-control:focus {
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}
.login_process .login_form  ::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 20px;
}
.login_process h2{
  color: #FFF;
  font-size: 55px;
  font-weight: 700;
}
.login_process p{
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
  font-weight: 400;
}
.login_process .login_form h5{
  font-size: 18px;
  color: #FFF;
}
/* .login_process .login_form h5 span{
  font-size: 18px;
  color: rgba(122, 202, 203, 1);
}  */
.custome_login_btn{
  background: #FFF;
  color: #012350;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 75%;
  padding: 7px ;
}
.custome_login_btn:hover{
  border: 1px solid #FFf;
  background: #012350;
  color: #FFF;
}
.login_process .your_profile_tab h2,
.login_process .otp_tab h2{
  font-size: 45px;
  color: #FFF;
  font-weight: 700;
}

/* otp code start */

.verification-code {
  max-width: 350px;
  position: relative;
  margin:50px 0px;
  text-align:center;
}
/* .control-label{
display:block;
margin:40px 0px;
font-weight:900;
} */
.verification-code--inputs input[type=text] {
  /* border: 2px solid #e1e1e1; */
  width: 80px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
box-sizing:border-box;
}
/* otp code end */

.your_profile_tab .login_form .login_fild{
  border-bottom: 2px solid #7ACACB;
  position: relative;
}

.book_dr_card{
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px;
}
.book_dr_card .dr_img_roung{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.book_dr_card .dr_detail h4{
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.book_dr_card .dr_detail h6{
  font-size: 16px ;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

 .book_dr_card .price_loc h4{
  font-size: 16px;
  font-weight: 400;
}
 .book_dr_card .price_loc p{
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
 .book_dr_card .price_loc h3{
  font-size: 18px;
  font-weight: 500;
  color: #012350;
}
 .book_dr_card .price_loc h6{
  font-size: 14px;
  font-weight: 500;
  color: #517EB9;
}
.book_dr_card .book_part .book_popup {
  background: rgba(122, 202, 203, 0.3);
  padding: 7px 15px;
  font-size: 16px;
  border: 1px solid rgba(122, 202, 203, 0.3);
}
.book_dr_card .book_part .book_popup:hover{
  background: #012350;
  color: #FFF;
}
.book_dr_card .book_part p{
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.book_dr_card .book_part h4{
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.pop_bg{
  background-color: rgba(1, 35, 80, 0.6);
}
.book_apon_popup h2{
  color: #012350;
  font-size: 26px;
}
.book_apon_popup h5{
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
.book_apon_popup h3{
  font-size: 24px;
}
.book_apon_popup h5 span a{
  color: #7ACACB;
  font-weight: 600;
  font-size: 20px;
}

.book_apon_popup .left_detail h4{
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.book_apon_popup .left_detail p{
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.book_apon_popup form .input_div,
.book_apon_popup form .input_class{
  border: 1px solid #012350;
  border-radius: 30px;
  font-size: 18px;
  overflow: hidden;
}
.input_div .svgss {
  position: absolute;
  right: 5%;
}
.input_div input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("") no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  cursor: pointer;
}

.custom_time_svg {
  position: relative;
  /* height: 68px; */
  }
  .custom_time_svg::-webkit-calendar-picker-indicator {
      width: 20px;
      height: 20px;
      background: url("") no-repeat;
  }
/* .input_div input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */



.book_apon_popup form .custom_book_btn{
  font-size: 20px;
  font-weight: 500;
  color: #012350;
  border-radius: 30px;
  border: 1px solid #012350;
  padding: 3px 43px
}
.book_apon_popup form .custom_book_btn:hover{
  background-color: #012350;
  color: #FFF;
}
.book_apon_popup form .custom_book_blue_btn{
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  background: #012350;
  border-radius: 30px;
  border: 1px solid #012350;
  padding: 5px 35px;
}
.book_apon_popup form .custom_book_blue_btn:hover{
  background-color: #FFF;
  color: #012350;
}
.book_apon_popup form{
  width: 70%;
}
.book_apon_popup form .iti{
  width: 100%;
}

.like_btn:hover path{
  fill: #7ACACB;
  stroke: #7ACACB;
}

.hear_box{
  position: relative;
  width: 30px;
}

.favorite-button {
  cursor: pointer;
  border: 0;
  color: #012350;
}
.favorite-button:hover {
  cursor: pointer;
  border: 0;
}

.favorite-button .favorite__icon {
  height: 30px;
  width: 30px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(.6);
  position: absolute;
}

.favorite-button.is-favorite .favorite--enable {
  opacity: 1;
  transform: scale(1);
}

.favorite-button:not(.is-favorite) .favorite--not {
  opacity: 1;
  transform: scale(1);
}



.fa-heart-o {
  color: red;
  cursor: pointer;
}

.fa-heart {
  color: red;
  cursor: pointer;
}

.custome_dr_registration_popup ::-webkit-scrollbar {
  display: none;
}

.custome_dr_registration_popup{
  background-image: url('../img/popup_bg_image.png');
  background-repeat: round;
}
.custome_dr_registration_popup .btn-close {
  --bs-btn-close-bg: none !important;
  --bs-btn-close-opacity: 1 !important;
  width: 25px !important;
  height: 25px !important;
  cursor: pointer;
}
.dp_custom_popup{
  user-select: none;
}
.dp_custom_popup .my_form_fild{
  border: 1px solid #012350;
  border-radius: 15px;
  min-height: 47px;
}
/* .my_form_fild_sub select,
.my_form_fild_sub input, */
.dp_custom_popup .my_form_fild textarea,
.dp_custom_popup .my_form_fild select,
.dp_custom_popup .my_form_fild input{
  border-radius: 16px;
  border: none ;
  min-height: 45px;
  width: 90%;
  z-index: 5;
    background: transparent !important;
}
/* .my_form_fild_sub select,
.my_form_fild_sub input{
  border-radius: 16px;
  border: none ;
  min-height: 45px;
  width: 90%;
  z-index: 5;
    background: transparent !important;
} */

.my_form_fild_sub select,
.my_form_fild_sub input{
  border-radius: 16px;
  border: none ;
  outline: none;
  min-height: 45px;
  width: 90%;
  z-index: 5;
    background: transparent !important;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.dp_custom_popup .my_form_fild .my_fild_svg{
  font-size: 22px;
  position: absolute;
  right: 4%;
  color: rgba(94, 94, 94, 0.6) !important;
}
.dp_custom_popup .my_form_fild .my_fild_svg_sub{
  position: relative;
  left: 4%;
}
.my_form_fild_sub {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(1, 35, 80, 0.2);
  border-radius: 15px;
  height: 47px;
  padding: 0px 15px;
}
.dp_custom_popup .dp_inner_width{
  width: 52%;
  margin: 0px auto;
}
.dp_custom_popup .my_form_fild .form-control:focus {
  background-color: var(--bs-body-bg);
  border: none !important;
  border-color: none !important;
  box-shadow: none !important;
}

.custome_dr_submit_btn{
  background: #012350;
  color: #F7F7F7;
  font-size: 20px;
  border-radius: 15px;
  border: 1px solid #012350;
  height: 45px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.dp_custom_popup h3{
  font-size: 32px;
  font-weight: 500;
  color: #000;
}

.dp_custom_popup .registration_popup h4{
  color: #012350;
  font-size: 22px;
  font-weight: 600;
}
.dp_custom_popup .registration_popup p{
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 500;
}

.dp_custom_popup .my_form_fild .add_time{
  font-size: 22px;
  color: #012350;
  cursor: pointer;
}

.form_detail_div{
  border: 1px solid #012350;
  border-radius: 15px;
}
.form_detail_div p{
  font-size: 16px;
  color: #517EB9;
  margin-bottom: 5px;
}
.form_detail_div span{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.user_profile_right .profile-pic {
    width: 100%;
    height: 100%;
    /* display: inline-block; */
    object-fit: cover;
}

.user_profile_right .file-upload {
  display: none;
}
.user_profile_right .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  /* top: 72px; */
  left: 16%;
    transform: translateX(50%);
}
.user_profile_right img {
  /* max-width: 100%; */
  height: auto;
}
.user_profile_right .p-image {
  position: absolute;
  top: 87px;
  right: 36%;
  color: #FFF;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  width: 39px;
  height: 39px;
  z-index: 5;
  background: #012350;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user_profile_right .p-image:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.user_profile_right .upload-button {
font-size: 1.2em;
}

.user_profile_right .upload-button:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
color: #999;
}

.dp_custom_popup input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("") no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  cursor: pointer;
  z-index: 5;
}

/* other custome popup start */

.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.close:before, .close:after {
    content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.close:after {
     -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FAFDFF;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 480px;
    height: 652px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
  /* padding: 25px; */
  color: #5E5E5E;
  z-index: 9999;
  border-radius: 20px;
  overflow-y: scroll;
}
 ::-webkit-scrollbar {
  display: none;
}
.popup .toggle{
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .popup {
    width: 95%;
  }
}

.popup-header {
  /* text-transform: uppercase; */
  background: #7ACACB;
  font-size: 18px;
  height: 70px;
  padding: 0px 15px;
}
.popup-header h4{
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
}
.popup-header p{
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
}
.popup-body {
  /* padding: 25px 0; */
}

.button {
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px #F5F5F5;
  color: #5E5E5E;
  cursor: pointer;
  transition: all 120ms ease-in;
  outline:none;
}

.button:hover {
  box-shadow: 1px 3px 5px #E9E9E9;
  transform: translateY(-1px);
}

/* .button:active, .button:visited {
  transform: translateY(1px);
  outline:none;
  box-shadow: 1px 2px 3px #F5F5F5;
} */


/* other custome popup end */
nav .user_img img,
.user_profile_right .Profile_img_user img{
    border-radius: 50px;
    object-fit: cover;
    border-radius: 50%;
}

nav .user_img {
  height: 56px;
  width: 56px !important;
}
.user_profile_right .Profile_img_user {
  height: 100px;
  width: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.user_profile_right h3{
  font-size: 18px;
  color: #012350;
  font-weight: 700;
}
.user_profile_right h4{
  font-size: 18px;
  color: #012350;
  font-weight: 400;
}
.user_profile_right p{
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.user_profile_right i{
  font-size: 18px;
  color: #517EB9;
}
.canvas_width{
  border-radius: 30px 0px 0px 30px;
}

.dark_line{
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(81, 126, 185, 0.2);
}

.input_div .Custom_icon{
  position: absolute;
  right: 5%;
  color: rgba(81, 126, 185, 0.6);
}
.input_div .Custom_icon_left{
  position: relative;
  right: 5%;
  color: rgba(81, 126, 185, 0.6);
}

.my_form_fild .Custom_icon_login_form{
  font-size: 22px;
  position: absolute;
  right: 5%;
  color: #C5C6C9;
}
.my_form_fild .home_visit_icon{
  font-size: 22px;
  color: #012350;
}

.unerline_popup{
  border: 2px solid rgba(81, 126, 185, 0.2);
  box-shadow: 1px solid rgba(0, 0, 0, 0.2);
}
.docter_details_popup p{
    color: rgba(0, 0, 0, 0.8);
}

.user_profile_icon{
  position: absolute;
  right: 2%;
  color: #7ACACB;
  font-size: 22px;
}

.your_profile_tab .login_fild input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("") no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  cursor: pointer;
}

/* Style the dropdown */
select {
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none; /* For Firefox */
    appearance: none;
    background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5H7z"/></svg>') no-repeat right 10px center;
    background-size: 16px;
    padding-right: 35px; /* Space for the arrow */
}

/* Optional: Adjust focus styles */
select:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.iti__country-list{
    z-index: 20 !important;
}


/* Style autofilled inputs */
input:-webkit-autofill {
    background-color: r=transparent !important; /* Change to your preferred color */
    color: #000; /* Optional: Adjust text color */
    transition: background-color 0s ease-in-out 0s;
  }

  /* Ensure styles are consistent across browsers */
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    background-color: transparent !important;
  }


  .pas_view_icon{
    margin-left: -35px;
    z-index: 5;
    font-size: 20px;
}

.pas_view_icon i{
      color: rgba(94, 94, 94, 0.6) !important;

 }
 /* input[type=number] {
    -moz-appearance: textfield;
} */


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

