/* root css */

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fd611e;
  background-color: #fd611e;
  color: #fff;
  --bs-btn-border-color: #fd611e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fd611e;
  --bs-btn-hover-border-color: #fd611e;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd611e;
  --bs-btn-active-border-color: #fd611e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd611e;
  --bs-btn-disabled-border-color: #fd611e;
}
.required_star{
  color: #EA1515;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed black;
    border-radius: 3px;
    transition: 0.2s;
    background-color: #ffff;
  }

  .file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .up_right_first{
    width: 80%;
    margin-left: auto;
  }




  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }

  .file-input:focus {
    outline: none;
  }
  #Upload_Prescription{
    background-color: #FAFBFB;
    padding: 3rem 0;
  }
.p_card1{
   background-color: #ffffff;
   filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
   padding: 1rem;
   text-align: center;
   border-radius: 4px;
}
.primary_btn0{
    background-color: #fd611e;
    color: #ffff;
    border: none;
    padding: .4rem;
    border-radius: 4px;
}
.primary_btn02{
        background-color: transparent;
        color: #fd611e;
        padding: .4rem;
        border: 1px solid #fd611e;
        border-radius: 4px;
}

.steps_up_precic{
display: flex;
justify-content: space-between;
}
.steps_up_precic .item_pre_step{
text-align: center;
width: 25%;
}
.item_pre_step1{
  position: relative;
}
.item_pre_step1::before{
  position: absolute;
  content: '';
  background-color: #fd611e;
  height: 2px;
  width: 80%;
  right: -40%;
  top: 7%;
}


.item_pre_step2{
  position: relative;
}
.item_pre_step2::before{
  position: absolute;
  content: '';
  background-color: #fd611e;
  height: 2px;
  width: 80%;
  right: -40%;
  top: 7%;
}
.item_pre_step3{
  position: relative;
}
.item_pre_step3::before{
  position: absolute;
  content: '';
  background-color: #fd611e;
  height: 2px;
  width: 80%;
  right: -40%;
  top: 7%;
}


#Add_addrees_{
  background-color: #FAFBFB;
  padding: 3rem 0;
  min-height: 80vh;
}
.white_bg_btn{
  background-color: #ffff;
  color: #fd611e;
  border: 1px solid #B6B6B6;
  height: 35px;
  width: 200px;
  border-radius: 4px;
}
.no_address_card{
  background-color: #ffffff;
  min-height: 80vh;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #A6A6A6;
}
.a_address_card{
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #A6A6A6;
  padding: 1rem;
}
.a_address_card .left_s{
  width: 8%;
}
.a_address_card .left_s input{
  width: 19px;
  height: 19px;
  accent-color: #fd611e;
}
.a_address_card .r_side{
  width: 88%;
}
.address_c p{
  color: #5B5B5B;
}


#Select_Payment_Method{
  background-color: #FAFBFB;
  padding: 3rem 0;
}
.payment_method_main{
  background: #FFFFFF;
  border: 1px solid #A6A6A6;
  border-radius: 5px;
}
.payment_method_main .payment_method_item{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #D4D4D4;
padding: 1rem;
}
.payment_method_main .payment_method_item .m_left{
  display: flex;
  gap: 1rem;
}
.payment_method_main .payment_method_item .m_right input{
  width: 19px;
  height: 19px;
  accent-color: #fd611e;
}

.card_details_view{
  background: #FFFFFF;
  border: 1px solid #A6A6A6;
  border-radius: 5px;
  padding: 1rem;
}
.Uploded_file{
  display: flex;
  justify-content: space-between;
  padding: 1rem .5rem;
  border-bottom: 1px solid #D3D2D2;
  width: 80%;
}
.Uploded_file p{
  color: #fd611e;
}
.Uploded_file .fa-xmark{
  cursor: pointer;
}

.benifit_care_card{
  background-image: url(../img/lab-banner-2.png);
  background-size: cover;
  /* background-position: center; */
  padding: 2rem;
  color: #ffff;
  border-radius: 4px;
}
.benifit_care_card button{
  background-color: #FFFFFF;
  color: #fd611e;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
}
.Our_Top_Health_card{
  border: 1px solid #8F8F8F;
  padding: 1rem;
  border-radius: 7px;
}
.price-cut{
  color: #878787;
}
.small_text_{
  font-size: 13px;
  color: #606060;
}
.Our_Top_Health_card{
  position: relative;
}
.price_tag{
position: absolute;
top: 0;
right: 0;
width: 41px;
}
#Our_Top_Health_s{
  padding: 3rem 0;
}
.book_test-card{
  text-align: center;
}
.book_test-card img{
 max-width: 120px;
}
#book_test_health{
  padding: 3rem 0;

}
#book_test_health .gx-5{
  --bs-gutter-x: 6rem;
}


#Top_Book_Medical_Tests{
 background-color: rgba(8, 164, 164, 0.10);
  padding: 3rem 0;
}
.Top_Book_Medical_card{
  /* border: 1px solid #8F8F8F; */
  border-radius: 4px;
  background-color: #fff;
}
.Top_Book_Medical_card .testPacageName{
    color: #373737;
}
.Top_Book_Medical_card .testPacagePrice{
    color: #373737;
}
.Medical_Tests_item{
  border-top: 1px solid #CDCDCD;
  padding: .7rem 1rem;

}
.Medical_Tests_item h6{
    color: #2F2F2F;
}
.Medical_Tests_item.border_top0{
  border-top: 5px solid #fd611e;
}
.Medical_Tests_item .hebtn{
  padding: 0 1rem;
}

.s_boldText{
    color: #454444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Top_Offers_medicine_o .Top_Offers_medicine_card{
  background-image: url(../img/top_off_medi_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1.5rem 3rem;
  padding-bottom: 4rem;
  color: #ffff;
}


#hero_order_m{
  padding: 4rem 0;
  background-image: url(https://onehealthassist.com/assets/image/order_medicine_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#lab_test_landing{
  padding: 4rem 0;
  background-image: url(https://onehealthassist.com/assets/image/lab_test_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#lab_test_landing .page_heading {
  color: #ffff;
}

.btn-location_drop{
  background-color: #ffff;
  z-index: 1!important;
}
.btn-location_drop:hover,.btn-location_drop:active{
  background-color: #ffffff!important;
  color: #000000!important;
}

#hero_order_m .dropdown-toggle::after{
  margin-left: 1.25rem;
}
.form-control:focus{
  box-shadow: none;
}
#hero_order_m .page_heading{
  color: #ffff;
}
#basic-addon2{
  background-color: #ffff;
}

#order_medicine{
padding: 2rem 0;
}
#order_medicine .order_via_card{
  display: flex;
  padding: 2rem;
  justify-content: space-between;
  border: 1px solid #8E8E8E;
  border-radius: 5px;
}
#order_medicine .order_via_card .order_1_img img{
  max-width: 110px;
  max-height: 127px;
}
#order_medicine .order_via_card .order_1_content button{
  background-color: #fd611e;
  border: none;
  color: #ffff;
  width: 220px;
  height: 36px;
  border-radius: 5px;
  margin-top: 10px;
}
#top_seller_order{
padding-top: 1rem;
background-color: #F4F7FB;
margin-top: 2rem;
}
#top_seller_order .shop_category_main{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
#top_seller_order .shop_category_main .shop_category_item{
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 1rem;
  background-color: #ffff;
}
#top_seller_order .shop_category_main .shop_category_item img{
  max-width: 150px;
}
#top_seller_order .shop_category_main .shop_category_item p{
  font-size: 15px;
  color: #686565;
}
.dr_list_card p{
  margin-bottom: 5px;
}







#medicine-list-section {
  padding: 2rem 0;
  background-color: #fafbfb;
}
.medicine_list_card {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  border-radius: 5px;
border: 1px solid #BFBFBF;
background: #FFF;
padding: 1rem;
}
.medicine_list_card .med_image img{
  max-width: 141px;
}
.medicine_list_card .med_quantity{
  color: #787878;
}
.medicine_list_card .med_mrp{
  color: #B8B8B8;
  text-decoration-line: line-through;
}
.medicine_list_card .med_note_a_btn {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.medicine_list_card .med_note_a_btn .prec_req{
  color: #F00;
  border: 1px solid #F00;
  border-radius: 5px;
  text-align: center;
}
.medicine_list_card .med_note_a_btn button{
  border-radius: 5px;
  border: none;
  background: #fd611e;
  color: #fafbfb;
  padding: 8px 0;
}




.shop_header ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  }
  .shop_sidebar_main{
    padding-left: 2rem;
    border-right: 1px solid #C2C2C2;
    min-height: 100%;
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .shop_sidebar_main .checkbox_main1{
    display: flex;
    align-items: center;
    gap: 1rem;

  }
  .shop_sidebar_main .checkbox_main1 p{

  }
  .shop_sidebar_main .checkbox_main1 input{
    width: 15px;
    height: 15px;
    accent-color: #fd611e;
  }


  #product_view-sec{
    background-color: #FFFFFF;
  }
  /* #product_view-sec .right_div1{
    border-left: 1px solid #fd611e;
  } */
  .product_show_container {
    padding-bottom: 1rem;
  }
  .product_show_container .product_card{
    background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: .5rem;
  }
  .product_show_container .product_card p{
    font-size: 12px;
  }
  .product_show_container .product_card img{
    max-height: 150px;
  }

  .select_img_f{
    margin-top: 10px;
    border: 1px solid #cfc6c6;
    border-radius: 2px;
    width: fit-content;
    cursor: pointer;
  }
  .select_img_f img{
  max-width: 113px;
  }
  .main_image_show_p{
    height: 380px;
  }
  .main_image_show_p img{
    max-height: 100%;
  width: 100%;
    transition: opacity 0.2s ease;
  }

  .product_details_div{
    padding: 2rem;
    border-left: 1px solid #BDBDBD;
    margin-top: 2rem;
  }
  .product_details_div .feacherss{
    color: #525252;
  }
  #quantity_value{
    width: 100%;
    text-align: center;
    border: none;
  }
  .product_detals_img{
    padding: 2rem;
  }

  .swich-tabs_product{
    display: flex;
    justify-content: space-around;
    list-style: none;
    font-weight: 600;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: .5rem 0;
    border-radius: 4px;
  }
  .swich-tabs_product li{
    cursor: pointer;
    width: fit-content;
  }
  .keyFeachers_p{
    color: #272727;
    line-height: 2rem;
  }
  .green_underline{
    position: relative;
  }
  .green_underline::before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fd611e;
  }
  .other_product_s{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
  }
  .other_product_s img{
    max-height: 150px;
  }
  .other_product_s p{
    font-size: 13px;
  }
  .other_product_s button{
    width: 100%;
    border: none;
    background: #fd611e;
    color: #fff;
    padding: .5rem 0;
    border-radius: 0px 0px 4px 4px;
  }

  .product .quantity{
    width: 150px;
    border: 1px solid #fd611e;
    display: flex;
    border-radius: 4px;
  }
  .product .quantity .remove{
    margin-left: 2px;
  }
  .product .quantity .add{
  margin-right: 2px;
  }

  .product .quantity .remove,.add{
    width: 100%;
    border: none;
    text-align: center;
    background-color: #ffffff;
  }
  .product .quantity input{
    background-color: #fd611e;
    color: #ffff;
  }

  .order_summary_card {
    width: 400px;
    background: #FFFFFF;
    color: #000000;
  border: 1px solid #BDBDBD;
  border-radius: 10px;
  }
  .order_summary_card .order_summary_card_header{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #BDBDBD;
  }
  .order_summary_card .order_summary_card_body{
    padding: 1rem;
  }
  .order_summary_card .order_summary_card_body .order_summary_f_row{
    display: flex;
    justify-content: space-between;
  }
  .cart_btN{
    position: relative;
  }
  .order_summary_card{
    position: absolute;
    top: 100%;
    right: -56px;
  }
  .order_summary_card::before{
    position: absolute;
    content: '';
    top: -10px;
    right: 60px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #FFFFFF;
  }

  .left_adreess_card{
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    padding: 1rem;
  }
  .btn_w_bg_w_bb{
    border: 1px solid #fd611e;
    color: #fd611e;
    background-color: transparent;
    border-radius: 6px;
  }
  .left_adreess_card .p-img img{
    max-width: 150px;
  }
  .right_adreess_card{
    padding: 1rem;
    border-left: 1px solid #ABABAB;
    width: 80%;
  }
  .right_adreess_card hr{
    color: #676767;
  }
  .coupon_code{
    border: 1px dashed #fd611e;
    padding: .3rem 2rem;
    border-radius: 5px;
    color: #fd611e;
  }
  .select_coupon{
    border-bottom: 1px solid #dee2e6;
  }



  #lab_test_view{
    padding: 3rem 0;
  }
  .lab_test_view_start ul{
    list-style: none;
  }
  .lab_test_view_start ul li span{
    background: rgba(198, 248, 248, 0.38);
    color: #fd611e;
    border: 1px solid #fd611e;
    padding: 0 15px;
    border-radius: 7px;
    margin-left: 1rem;
    height: 20px;
  }
  .lab_test_view_start ul li{
    line-height: 2.5rem;
    font-size: medium;
  }
  .free_home_check{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .lab_test_view_end{
    border: 1px solid #BDBDBD;
    border-radius: 5px;
  }
  .lab_test_view_end .inner_card_div{
    padding: 1rem;
    border-bottom: 1px solid #AEAEAE;
  }
  .applied_coupon{
    display: flex;
    justify-content: space-between;
    padding: 7px;
    border: 1px solid #fd611e;
    border-radius: 7px;
    color: #565656;
  }
  .proc_ch_btn{
    background-color: #fd611e;
    width: 100%;
    border: none;
    color: #ffff;
    padding: 8px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* ../img/top_off_medi_bg.svg */
  #shop_pharmacy .Top_Offers_medicine_card {
    background-image: url(../../order-medicine/assets/img/top_off_medi_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1.5rem 3rem;
    padding-bottom: 4rem;
    color: #ffff;
  }
  .shop_f_category_card{
    display: flex;
    width: 100%;
    border: 1px solid #959595;
  border-radius: 5px;
  padding: 5px;
  align-items: center;
  gap: 1rem;
  }
  .shop_f_category_card img{
    max-width: 100px;
  }
  .shop_f_brand_card{
    width: 100%;
    border: 1px solid #959595;
  border-radius: 5px;
  padding: 5px;
  align-items: center;
  text-align: center;
  }
  .shop_f_brand_card img{
    max-height: 50px;
  }

  /* 22/06/2023 */

  .new_dr_signup_sec{
  min-height: 100vh;
  position: relative;
  }
  .new_dr_signup_sec::before{
  position: absolute;
  content: '';
  width: 100px;
  height: 200px;
  background-image: url(../icons/circle_.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: -30px;
  }
  .new_dr_signup_sec::after{
    position: absolute;
    content: '';
    width: 390px;
    height: 400px;
    background-image: url(../image/Rectangle_2926.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 10px;
    left: 0;
    bottom: 0;
    z-index: -2;
    }
  .new_dr_signup_sec .left_img_banner{
    border-right: 1px solid #CACACA;
    height: 110vh;
  }
  .left_img_banner .new_dr_signup_img_left{
    max-height: 400px;
  }
  .signup_user_profile_iiner_d{
    padding: 2rem;
    padding-top: 1rem;
  }
  .otp_single_input{
    width: 100%;
    height: 50px;
    padding: .5rem;
    text-align: center;
    border: 1px solid #048182;
    outline: none;
  }
  .otp_single_input:focus{
    border-width: 2px;
    border-color: #048182;
    font-size: 20px;
  }
  .otp_single_input_parent{
    display: flex;
    gap: 1rem;
  }
  .addlogo_file{
    background-color: #fd611e;
    padding: .3rem 2rem;
    color: #fff;
    border-radius: 7px;
  }
  .signature{
    background-color: #fd611e;
    padding: .3rem 2rem;
    color: #fff;
    border-radius: 7px;
  }
  .upload_r_certificate_d{
    width: 100%;
    padding: .4rem 0;
    border: 1px solid #D9D9D9;
      box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
      text-align: center;
      border-radius: 4px;
  }
  .log_in_card {
    position: relative;
  }
  .log_in_card::before{
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(../icons/rainbow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 10px;
    left: -50px;
   top: 150px;
    z-index: -2;
  }
  .select_img_f.active_m{
    border: 1px solid #fd611e;
  }

  .lab_checkout{
    padding: 3rem 0;
  }
