
.container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1200;
}

/*section{*/
/*padding: 80px 0;*/
/*}*/

.padd_16{
    padding: 16px !important;
}

.doctor_sec{
    display: flex;
    align-items: center;
}

.doctor_txt{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}
.doctor_txt h3{
    font-size: 20px;
    line-height: 40px;
    margin: 0 56px 0 0;
}
.doctor_sec .doctor_img{
    width: 161px;
    height: 161px;
    margin-right: 30px;
    border-radius: 15px;
}

.rating_txt p{
    margin: 0;
    border: 1px solid #30783F;
    padding: 4px 6px;
    border-radius: 8px;
    font-size: 23px;
    color: #000;
    background-color: #F6FFF8;
}
.rating_txt img{
    width: 25px;
    margin: -6px 2px 0 0px;
}
.expr_txt{
    margin-bottom: 10px;
}
.expr_txt img{
    width: 31px;
    margin-right: 7px;
}
.expr_txt span{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color:#484848;
}
.price_txt span{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.price_txt img{
margin-right: 15px;
}
.price_txt{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.bg_green_box{
    background-color: #BAD7BE;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
}
.box_ptn {
    background-color: #fff;
    padding: 6px;
    margin-right: 15px;
    border-radius: 13px;
    width: 170px;
    text-align: center;
    height: 38px;
}
.box_ptn p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color:#000;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.box_ptn span {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-left: 4px;
}
.color_1{
    color: #142CFF;
}
.color_2{
    color: #30783F;
}
.color_3{
    color: #FF6B00;
}

.abt_sect{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  padding: 15px;
    margin-bottom: 30px;
}
.abt_title h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.abt_title p{
    background: #30783F;
    border-radius: 39px;
    padding: 5px 15px;
    width: 214px;
    color: #fff;
    font-size: 12px;
}
.abt_title img{
    width: 14px;
    margin-right: 8px;
    margin-top: -3px;
}
.abt_sect ul{
    margin: 0;
    padding: 0;

}

.abt_sect ul li{
    list-style: none;
}

.img_sect h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.img_inner{
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}
.img_inner img{
    width: 110px;
    margin-right: 14px;
}
.view_all_img{
    position: relative;
    width: 100%;
}
.view_all_img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100px;
    background-color: #000000d1;
}
.viewall_text{
    position: absolute;
    top: 32px;
    left: 26px;
    color: #fff;
}


.reviews_section{
    background-color: #EDF5EF;
    padding: 15px;
}


.reviews_section .reviews_title h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.review_itm_inner h3{
    margin: 0;
    font-size: 15px;
    line-height: 10px;
    font-weight: 700;
}

.review_itm{
    display: flex;
    align-items: center;
}
.review_itm .user_icon{
    margin-right: 11px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.review_itm_inner{
    margin-top: 12px;
}
.review_itm span{
    font-size: 17px;
}
.text_box p{
    font-size: 15px;
    line-height: 17px;
    margin: 0;
color: #000;
}
.text_box{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.side_sec{
    display: flex;
    align-items: center;

}
.side_sec .img_cart{
    width: 112px;
    margin-right: 15px;
    border-radius:15px;
}
.side_inner p{
  font-size: 14px;
  color:#484848;
}
.side_inner p:last-child{
    margin: 0;
}

.side_inner img{
    margin-right: 2px;
}
.side_inner h4{
    font-size: 20px;
    line-height: 24px;
    font-weight:600;
    margin: 0;
    color:#002C07;
}

.rating_cart p{
    background: #2457aa;
    border-radius: 5px;
    color: #fff;
    padding: 0px 10px;
    text-align: center;
    margin: 0 !important;
    height: 28px;
}
.rating_cart{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}
.view_doct_btn {
    border: 1px solid #2457aa;
    border-radius: 6px;
    padding: 9px;
    line-height: 31px;
    font-weight: 600;
    color: #2457aa;
}
.btn_medium{
    width: 190px;
    height: 47px;
    display: block;
}
.btn_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 10px;
    border-top: 1px solid #eee;
    width: 100%;
    margin: 10px auto 0;
    padding-top: 15px;
}
.cart_itm_sec{
    background-color: #fff;
    box-shadow: 0px 0px 11px #eee;
    padding: 17px;
    border-radius: 13px;
    margin-bottom: 20px;
}
.title_heading{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    display: inline-block;

}
.side_inner{
    width: 100%;
}

.tag_sytem {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    width: 100%;
    justify-content: space-between;
    margin-top: 0px;
}

.btn_inner{
    display: flex;
    align-items: center;
}
.btn_inner a:first-child{
margin-right: 15px;
}
.tag_itm img{
    width: 16px;
    margin-right: 7px;
    margin-top: 0px;
}

.tag_itm {
    background: #DAEFDF;
    width: 234px;
    border-radius: 10px;
    height: 25px;
    margin-top: 11px;
    font-size: 12px;
    color: #2457aa;
    text-align: center;
    /*padding: 3px;*/
}
.rating_cart2 p {
    background: #DEEDE1;
    border-radius: 5px;
    color: #30783F;
    padding: 0px 10px;
    text-align: center;
    margin: 0 !important;
    height: 28px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.rating_cart2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.btn_sec2.btnsec2 {
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 0px 0px 10px;
    padding-top: 15px;
}













.nav-link.active{
    color: #000 !important;
    background-color: transparent !important;
}

.nav-item{
    width: 45%;

}
.details .nav-link.active{
    padding: 0;
}

.nav-pills .nav-link{
    border-bottom: 3px solid #807E7E;
    border-radius: 0;
    width: 100%;
    text-align: start;
    padding: 15px 0;
    margin-bottom: 30px;
    color: #807E7E;
}

.nav {
    gap: 20px;
    justify-content: center;
}

.details .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-bottom: 3px solid #198754;
    border-radius: 0;
    width: 100%;
    color: #198754;
    text-align: start;
    padding: 15px 0;
}
.tab_sec_gap{
padding: 0 60px;
}
.tab-pane span{
    font-size: 12px;
    font-weight: 500;
}

.tab-pane input{
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: none;
    margin-top: 8px;
    border: 1px solid #eee;
}

.adrs-logo span{
    padding-left:  0;
}

.adrs-logo input {
        width: auto; 
    margin-left: 0;
}

.adrs-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 12px;
    padding: 10px
}

.address-type label{
    font-weight: 500;
}

.adrs-selector{
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.tab-pane button{
    margin-left: 22%;
    margin-top: 0;
    padding: 13px;
    width: max-content;
    font-weight: 500;
    border-radius: 42px;
    background: linear-gradient(to right, #59a76a ,#2c6f3b);
    margin-bottom: 0;
   }

.col-lg-6 {
    background: #e8f5ff;
}


/*checkout css*/



.sidebar_tabs .nav-pills .nav-link{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0px 0px 10px #eee;
    padding: 20px;
    margin-bottom: 20px;
    color: #000 !important;
}
.sidebar_tabs .nav-pills .nav-link.active{
    background: #2457aa !important;
    color: #fff !important;
}

.profile_cart img{
    z-index: 1;
    position: relative;
}
.profile_cart{
    background-color: #fff;
    width: 100%;
    padding: 60px 30px;
    border-radius: 10px;
    border: 1px solid #198754;
    position: relative;
    width: 50%;
    text-align: center;
}

.profile_cart::after{
    content: "";
    background: rgb(255, 198, 113);
    background: linear-gradient(180deg, rgba(255, 198, 113, 1) 35%, rgba(182, 217, 190, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    border-radius: 10px;
}

.edit_icon{
    position: absolute;
    top: 0;
    right: 0;
}

.profile_sec{
    border: 1px solid #BDD9C3;
    padding: 20px;
    border-radius: 10px;
}
.mb-40{
    margin-bottom: 40px;
}

.medicine_sec{
    border: 1px solid #BDD9C3;
    padding: 20px;
    border-radius: 10px;

}

.medicine_sec .medicine_itm p{
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.medicine_sec .medicine_itm img {
    background: #EEFFF2;
    padding: 10px;
    border-radius: 5px;
    margin-right: 15px;
}

.medicine_sec .medicine_itm {
    display: flex;
    align-items: center;
}
.medicine_sec .medicine_itm h4{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.hame_service{
    display: flex;
    align-items: flex-start;
    background: #ECECEC;
    padding: 13px;
    border-radius: 9px;
    margin-top: 15px;
    border-top: 1px solid #E4E4E4;
    
}

.medicine_sec .medicine_inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding-bottom: 15px;
}
.hame_service img{
    margin-right: 10px;
    margin-top: 3px;
}

.hame_service p{
    margin: 0;
    font-size: 16px;
    width: 61%;
    line-height: 24px;
}

.date_itm{
    display: flex;
    align-items: center;

}
.date_itm img{
    margin-right: 14px;
    margin-top: 12px;
}
.date_itm .date_txt span{
    font-size: 15px;
    font-weight: 400;
}
.date_itm .date_txt p{
    margin: 0;
    line-height: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.date_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.status_tg{
    font-size: 14px !important;
    font-weight: 400 !important;
    background: #FFEAE1;
    padding: 3px 15px;
    display: inline-block;
    border: 1px solid #FF6A3A;
    color: #FF6A3A;
    border-radius: 8px;
}
.status_tg img{
    margin-top: -2px;
    margin-right: 10px;
}

.status_tg2{
    font-size: 14px !important;
    font-weight: 400 !important;
    background: #FFEAE1;
    padding: 3px 15px;
    display: inline-block;
    border: 1px solid #FF3A3A;
    color: #FF3A3A;
    border-radius: 8px;
}
.status_tg2 img{
    margin-top: -2px;
    margin-right: 10px;
}

.status_tg3{
    font-size: 14px !important;
    font-weight: 400 !important;
    background: #E5FFE4;
    padding: 3px 15px;
    display: inline-block;
    border: 1px solid #038C00;
    color: #038C00;
    border-radius: 8px;
}
.status_tg3 img{
    margin-top: -2px;
    margin-right: 10px;
}
.medicine_sec{
    margin-bottom: 30px;
}

.address_sec{
border: 1px solid #a0a0a0;
padding: 20px;
border-radius: 10px;
}
.address_cart img{
    margin-right: 10px;
}
.address_cart span{
font-size: 16px;
line-height: 18px;
font-weight: 600;
color: #000;
}
.home_address{
    padding: 5px;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    margin-top: 15px;
}
.home_address img{
    margin-right: 10px;
}
.home_address span{
    width: 100%;
    margin: 0;
    line-height: 18px;
    font-size: 13px;
    display: flex;
}


.home_address2{
    padding: 5px;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    margin-top: 10px;
}
.home_address2 img{
    margin-right: 10px;
}
.home_address2 span{
    width: 100%;
    margin: 0;
    line-height: 18px;
    font-size: 13px;
    display: flex;
}


.cutom_radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
  }
  
  /* Hide the browser's default radio button */
  .cutom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
 .cutom_radio .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #31943e;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .cutom_radio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .cutom_radio input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .cutom_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .cutom_radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .cutom_radio .checkmark:after {
    top: 3px;
    right: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #31943e;
  }





  

.cutom_radio2 {
    padding-right: 25px;
    display: block;
    position: relative;
    margin: 0;
    padding-left: 0;
    cursor: pointer;
    font-size: 18px;
    filter: grayscale(1);
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    padding: 10px 39px 10px 10px;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #717171;
}
  
  
  /* Hide the browser's default radio button */
  .cutom_radio2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
 .cutom_radio2 .checkmark {
    position: absolute;
    top: 16px;
    right: 8px;
    height: 16px;
    width: 16px;
    border: 2px solid #31943e;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .cutom_radio2:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .cutom_radio2 input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .cutom_radio2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .cutom_radio2 input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .cutom_radio2 .checkmark:after {
    top: 3px;
    right: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #31943e;
  }
.cutom_radio2 img{
    width: 22px;
}


  .btn_address{
    background-color: #198754 !important;
    padding: 5px 15px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    border-radius: 7px !important;
    margin-top: 10px !important;
  }

.profile_list{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
}

  .profile_box_cart{
    border: 1px solid #bababa;
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    width: 48%;
    border-radius: 10px;

  }
  .profile_box_cart span{
    font-size: 14px;
    font-weight: 400;
  }
  .profile_box_cart img{
    margin-right: 8px;
  }
  .profile_box_cart h4{
    font-size: 26px;
    margin: 0;
    line-height: 45px;
    font-weight: 600;
  }

  .border_bx{
    border: 1px solid #bebebe;
    padding: 12px;
    border-radius: 10px;
  }

.date_slider_item{
    background-color: #E3F5E5;
    border: 1px solid #E3F5E5;
    padding: 13px;
    width: 70px;
    border-radius: 10px;
    border: 1px solid #2457aa;
    text-align: center;
    margin-top: 0;
    color: #000;
}
.date_slider_item span{
    font-size: 17px;
    line-height: 24px;
}

.select_date h6{
    color: #000;
    font-weight: 600;
}

/* .border_top_itm{
    border-top: 1px solid #eee;
    padding: 13px 0 0;
    margin: 30px 0 0;
} */
.title_sec h6{
    color: #000;
    font-weight: 600;
}
.title_sec img{
    margin-right: 10px;
}

.available_slot {
    border: 1px dashed #b6b6b6;
    border-radius: 10px;
    padding: 11px 0;
    width: 100%;
    height: 41px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.available_slot.active{
background-color: #038C00;
color: #fff;

}

.time_slot{
    margin-top: 10px;
}
.time_slot_inner{
    display: flex;
    align-items: center;
    gap: 10px;
}

.other_address{
    width: 100%;
    margin: 0 auto;
    text-align: end;
}
.mt40{
    margin-top: 30px;
}

.slot_spce{
    margin-top: 30px;
}
.slot_spce img{
    margin-right: 10px;
}

.payemt_details{
    background: #fff;
    box-shadow: 0px 0px 5px #eee;
    border-radius: 10px;
    margin: 20px 0;

}
.payemt_details .payment_title{
    background: #CCEDD5;
    padding: 10px 15px;
    border-radius: 15px 15px 0 0;
}
.payemt_details .payment_title h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}
.price_cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border-bottom: 1px solid #CCEDD5;
    margin: 20px;
}
.price_cart span{
    font-size: 14px;
    color: #000;
}
.paymt_amnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #8DD7A1;
    padding: 10px 15px;
    border-radius: 0 0 15px 15px;
}
.paymt_amnt h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}
.paymt_amnt span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}
.coupn_offers img{
margin-right: 10px;
}
.coupn_offers h6{
font-size: 14px;
font-weight: 600;
line-height: 18px;
color: #038C00;
margin: 0;
}

.coupn_offers{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 20px 0 10px;
}
.coupn_offers{
    font-size: 14px;
    font-weight: 600;
    color: red;
}
.btn_checkout{
    background: rgb(96, 175, 114);
    background: linear-gradient(90deg, rgba(96, 175, 114, 1) 0%, rgba(38, 103, 52, 1) 100%);
    width: 100%;
    padding: 17px !important;
    text-align: center;
    border-radius: 6px !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin: 10px 0;
}
.btn_checkout:hover{
    color: #fff;
}

.date_sld{
    position: relative;
}
.date_sld .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 29px;
    left: -15px;
    font-size: 26px !important;
    color: #2457aa !important;
}
.date_sld .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev:hover{
    background: transparent !important;
}
.date_sld .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 29px;
    right: -15px;
    font-size: 26px !important;
    color: #2457aa !important;
}
.date_sld .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next:hover{
    background: transparent !important;
}


.date_slider_item.active-item{
    background-color: #038C00;
    color: #fff !important;
}

.radio_cutome_section{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


.cutom_radio2.active{
    border: 1px solid #038C00;
    color: #038C00;
    filter: brightness(1);
}

.upload_field{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;

}
.upload_itm{
    background-color: #fff;
    border: 1px dashed #038C00;
    padding: 28px 13px;
    text-align: center;
    width: 40%;
    border-radius: 15px;
}
.upload_itm a{
    color: #038C00 !important;
}
.upload_field .img_rc{
    width: 35%;
    margin-right: 10px;
}

  @media (max-width: 575.99px) {
    .tab_sec_gap{
        padding: 0 10px;
    }
    .upload_itm{
        width: 100%;
    }
    .upload_field .img_rc{
        width: 100%;
    }
    .profile_box_cart {
        width: 100%;
        flex-wrap: wrap;
    }

  }
  a{
    text-decoration: none !important;
  }
  .mega-menu-item a{
    color: #fff !important;
  }
  .modal-header{
    border-bottom: none !important;
  }

  .calender_date_sec{
    width: 80%;
    margin: 30px 0;
  }

  .calender_date_inner{
    padding: 0px 13px;
  }
  .subheading_title{
    margin: 20px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
  }
.coupn_offers .subheading_title a{
    color: #038C00;
}
.coupon_offer .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coupon_offer .modal-header .btn-close{
    border: 1px solid #7a7a7a;
    border-radius: 20px;
}
.coupon_offer .modal-header h6{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #30783F;
}
.apply_coupn input{
    width: 100%;
    padding: 17px 15px;
    border-radius: 10px;
    border: 1px solid #4b4b4b;
}

.apply_coupn{
    position: relative;
}
.apply_coupn .coupon_txt{
    position: absolute;
    top: 19px;
    right: 16px;
}
.apply_coupn .coupon_txt h6{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #939393;
}

.coupon_code .coupon_txt h6{
margin: 0;
font-size: 15px;
font-weight: 600;
}

.coupon_code .coupon_txt span{
    font-size: 12px;
    color: #909090;
}

.coupon_code{
    margin-top: 20px;
    border: 1px solid #30783F;
    padding: 10px 15px;
    border-radius: 10px;
}
.coupon_code_inner{
    gap: 8px;
    display: flex;
    align-items: flex-start;
}
.coupon_code a{
    color: #30783f;
    font-weight: 600;
    border: 1px solid #a7a7a7;
    padding: 5px 15px;
    border-radius: 8px;
}
.discount_offer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #a7a7a7;
    padding-bottom: 10px;
}
.coupon_code p{
    margin: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.bg_green_box {
    background-color: #BAD7BE;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cmt-service-classic-content p {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    font-family: Poppins !important;
    color:#484848 !important;
    margin:0;
}

.note-full, .note-preview {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    font-family: Poppins !important;
    color:#484848 !important;
    margin:0;
}

/*.cmt-service-classic-content {*/
/*    text-align: center !important;*/
/*}*/



/* responsive services menus css */


.hamburger-menu-button {
    width: 35px;
    height: 35px;
    padding: 6px;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: #2457aa;
    border: 5px solid white;
    box-sizing: content-box;
    border-radius: 50%;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
  }
  .hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
  }
  .hamburger-menu-button-open,
  .hamburger-menu-button-open::before,
  .hamburger-menu-button-open::after {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .hamburger-menu-button-open::before,
  .hamburger-menu-button-open::after {
    left: 0;
    content: "";
  }
  .hamburger-menu-button-open::before {
    top: 6px;
  }
  .hamburger-menu-button-open::after {
    bottom: 6px;
  }
  .hamburger-menu-button-close {
    background: transparent;
    transform: rotate(180deg);
  }
  .hamburger-menu-button-close::before {
    transform: translateY(-6px) rotate(45deg);
  }
  .hamburger-menu-button-close::after {
    transform: translateY(6px) rotate(-45deg);
  }
  .ham-menu {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    max-width: 570px;
    overflow: hidden;
    z-index: 99;
    width:100%;
  }
  .ham-menu .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;  
    transform: translateY(110%);
    background-color: #ededed;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
  }
  .ham-menu.on .card-container {
    transform: translateY(0);
  }
  .ham-menu .card {
    background-color: #2457aa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 5px;
    padding: 5px;
    width: 130px;
    text-align: center;
    transition: transform 0.3s;
  }
  .ham-menu .card a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
  }
  @media (max-width: 1000px) {
    .ham-menu .card {
        width: 165px;
    }

    .services_left{
        display: none !important;
    }

    .hamburger-services{
        display: block !important;
    }
  }

  @media (max-width: 600px) {
    .ham-menu .card {
        width: 165px;
    }

    .ham-menu{
      width: 85%;
    }
  }

    .hamburger-services{
        display: none;
    }

/*end css*/



.unique-card-container {
            display: flex;
            gap: 20px;
            /*background-color: #eaf4e7;*/
            padding: 0px;
            border-radius: 10px;
        }
        .unique-card {
            background-color: #E1F3E4;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            width: 100px;
        }
        .unique-card .unique-number {
            font-size: 24px;
            font-weight: bold;
        }
        .unique-card .unique-label {
            /*margin-top: 10px;*/
            font-size: 16px;
        }
        .unique-patients .unique-number {
            color: #0066cc;
        }
        .unique-reviews .unique-number {
            color: #ff7f00;
        }
        .unique-verified .unique-number {
            color: #228b22;
        }
        @media (min-width: 992px) {
            .res-show{
                display: none !important;
            }

            .res-non{
                /*display: block !important;*/
                display:inline-block !important;
            }
        }
        
        .breadcrumb {
            width: fit-content;
            background: #fff;
            margin-left: 17px;
        }
        
        .breadcrumb ul {
            display: flex;
            list-style-type: none;
            margin: 0;
        }
        
        .breadcrumb li {
            margin-left: -2px;
        }
        
        .breadcrumb li:first-child a {
            border-radius: 8px 0 0 8px;
        }
        
        .breadcrumb a {
            background-color: #fff;
            color: #6b7280;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            font-size: 12px;
            font-weight: 600;
            border: 2px solid #d1d5db;
            height: 3em;
            padding-left: 1.5em;
            padding-right: 1.5em;
            border-radius: 0;
            transform: skew(-30deg);
            position: relative;
            transition: color .15s ease, border-color .15s ease;
        }
        
        .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a.actives {
            outline: 0;
            color: #2457aa;
            border-color: #2457aa;
            z-index: 1;
        }

        .footer .widget .widget-title{
            color: #fff;
        }
        
        span.cmt-num {
    color: #ffff;
}
        




