* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Open Sans';
}
.wrapper{
    width: 100%;
    margin: auto;
}
.main_wrapper{
    background-color: #f5f5f5;
    padding:20px 0px 0px;
    min-height: calc(100vh - 150px);
}
.pos_relative {
    position:relative;
}
.overflow_auto{
    overflow: auto;
}
.display-inline-block{
    display:inline-block;
}
.cursor-pointer{
    cursor:pointer;
}
.semibold_font,.bold{
    font-weight: 600;
}
.font_weight_700{
    font-weight: 700;
}
.word-wrap{
    word-wrap:break-word;
}
.top_strip{
    padding: 4px;
}
.color_dark_turq{
    color: #0d9997;
}
.color_turq{
    color:#00cbca;
}
.color_gray{
    color:#999;
}
.color_white,.navigation ul li a{
    color:#ffffff;
}
.color_black{
    color:#606060;
}
.back_col_turq{
    background-color: #00ced1;
}
.back_clr_dark{
    background-color: #008080;
}
.back_gray{
    background-color: #cccccc;
}
.bg_white{
    background-color: #ffffff;
}
.small_font{
    font-size: 12px;
}
.extra_small_font{
    font-size: 10px;
}
h1{
    margin:0px !important;
}
a{
    text-decoration: none !important;
}
p {
    margin: 0px;
}
#myModal .modal-body, #myModal1 .modal-body  {
    overflow-y: scroll;
    max-height: 500px;
}

.pd-top10{
    padding-top:10px;
}
.pd-lf0{
    padding-left:0px;
}
.pd10{
    padding:10px !important;
}
.pd-bottom10{
    padding-bottom:10px;
}
.pd-rt0{
    padding-right:0px;
}
.full_width_col,.contact_wrapper,.medicine_list_wrapper{
    width:100%;
    float:left;
}
.padding10{
    padding:10px  0px;
}
.padding5{
    padding:5px;
}
.border_gray{
    border:1px solid #ddd;
}
.btn-primary{
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background-color: #00ced1;
}
.btn-primary.large{
    padding: 11px 47px;
    font-size: 20px;
    box-shadow: 0 3px #009999;
    border-radius: 7px;
}
.btn-primary.small{
    padding: 7px 22px;
    font-size: 14px;
    box-shadow: 0 3px #009999;
    border-radius: 5px;
}
.file.btn-primary.small{
    padding: 5px 12px;
    font-size: 13px;
}
.btn-primary:hover,.btn-primary:focus ,.btn-primary:active,
.open > .dropdown-toggle.btn-primary{
    background-color: #00ced1 !important;
    border-color: #00ced1;
}
.btn-primary.cart_btn:hover{
    background-color: #efecec !important;
}
.btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.small.cart_btn{
    background-color: #efecec;
    box-shadow: none;
    border: 1px solid #bbbaba;
    color: #000;
    font-weight: 600;
    width: 100%;
    height: 35px;
}
.addto_cart_btn{
    padding-left: 3px !important;
    padding-right: 0px !important;
}
.margintop20{
    margin:20px 0px 20px 0px;
}
.text_align_right{
    text-align:right;
}
.italic_font{
    font-style:italic
}
.boxtexture{
    background-color: #f5f5f5;
}
.margin10_top{
    margin-top:10px;
}
.margin15_top{
    margin-top:15px;
}
.margin20_top{
    margin-top:20px;
}
.margin20{
    margin:20px 0px;
}
.height500{
    min-height: 500px;
}
.box_wrapper{
    min-height:340px;
}
.box_shadow{
    box-shadow:0px 5px 5px rgb(204, 204, 204);
}
.buttons{
    margin-top:35px;
}
.cursor_pointer,.progress .incomplete,.store_actions_div{
    cursor: pointer;
}
.form-control{
    border-radius: 0 !important;
    height: 38px;
}
input[type="text"].small_input{
    margin:30px 0px;
}
.font-normal{
    font-weight:normal !important;
}

.border_turq{
    border:1px solid #00ced1;
}
select{
    position:relative;
    display: inline-block;
    background: url(../images/down_arrow_icon.png) no-repeat 95% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 26px !important;
}
select.pagination_arrow,select.filled_arrow{
     background: url(../images/icon.png) no-repeat 98% !important;
}
input[type=password]{
    margin:0px 0px -10px 0px;
}
.pagination_wrapper .group_select,
.question_box.white_border{
    border:0px solid black ;
}
.white_left_border{
    border-left:1px solid #fff;
}
.ui-widget.ui-widget-content{
    border: 1px solid #00ced1;
}
/*.prev_link{
    float: left;
}*/
.pagination_link{
    width:46px;
}
.pagination_link :first-child{
    padding-left: 17px;
    float: right;
}
.pagination_wrapper .pagination_link a{
    font-size: 20px;
    color: black;
    position: relative;
    z-index: 5;
}
.pagination_link::before {
    content: "<";
    position: absolute;
    font-size: 21px;
    opacity: .5;
    left: 15px;
}
/*.pagination_link_right ::after {
    content: ">";
    position: absolute;
   left: 43px;
    opacity: 0.5;
}*/
.pagination_wrapper .page_counts{
    padding-top: 7px;
}
.padd_lft_remove,.prev_link,.prev_link a{
    padding-left: 0px !important;
}
.padd_lft_10 {
    padding-left: 10px;
}
.padd_rht0{
    padding-right: 0px !important;
}
/*----global css end----*/
.box.advertise{
    margin-top:20px;
}
.box.search{
    box-shadow: 0px 1px 2px rgb(204, 204, 204);
    min-height: 898px;
}
.margin_box{
    margin:0px 10px;
}
.adv_str{
    padding:3px;
    margin:0;
}
.navbar,.bottom_margin0{
    margin-bottom:0px !important;
}
/*.mr-bm20{
    margin-bottom:20px;
}*/
.navbar{
    border-radius: 0px !important;
}
.navbar-inverse{
    background-color: #00ced1 !important;
    border-color: #00ced1;
}

.navbar-toggle {
    position: relative;
    float: left;
}
.navigation ul li{
    float:left;
    padding: 15px 16px 16px 20px;
    font-size:16px;
}
.font600,.navigation ul li a{
    font-weight:600;
    outline: none;
}

.navigation ul{
    list-style-type:none;
    display: block;
    margin-bottom: 0px;
}
.navigation ul li:hover{
    background-color: #009999;
    text-decoration: none;
}
.nav-tabs .active a{
    background-color: #00ced1 !important;
    color:#ffffff !important;
}
input[type="text"],input[type="password"]{
    margin:10px 0px;
}
.catalog input[type="text"]{
    margin: 0px;
    padding: 3px 3px 3px 9px;
    height: 34px;
    color: #707070;
    font-size: 13px;
}
.catalog_total{
 padding: 0px !important;   
}
input[type="radio"].radio_check_input{
    position: absolute;
    visibility: hidden;
    z-index: 10;
}
span.radio_check_holder::before,
span.radio_check_holders::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50% ,-50%);
    -webkit-transform: translate(-50% ,-50%);
    -moz-transform: translate(-50% ,-50%);
    -ms-transform: translate(-50% ,-50%);
}
span.radio_check_holders.checked::before{
    background: #00ced1;
    height: 8px;
    width: 8px;
    border-radius:50%;
}
span.radio_check_holder ,span.radio_check_holders{
    position: relative;
    display: inline-block;
    width:18px;
    height:18px;
    border-radius:50%;
    border:2px solid #808080;
    margin-right:10px;
    cursor:pointer;
    top:5px;
}
.radio_check input[type="radio"]:checked ~ .radio_check_holder::before{
    background: #00ced1;
    height: 8px;
    width: 8px;
    border-radius:50%;
}
.radio-inline {
    padding-left: 0px !important;
    margin-right: 20px;
}
.md_field,.error_list.no_list_style li{
    color:red;
}
.file_border{
    border:1px solid #ccc;
    padding: 2px;
    margin:10px 0px;
    height: 38px;
}
.table-striped>tbody>tr:nth-child(odd)>td{
    background-color: #effbfb;
}
.table-striped>tbody>tr>th {
    background-color: #dbdbdb;;
}
.stock_search{
    width:21%;
    margin:15px;
    display: inline;
}
.top_green.box_shadow{
    border-top:8px solid #00ced1;
    box-shadow:0px 3px 3px rgb(204, 204, 204);
}
.mdropdown .dropdown-content,.block1 .tooltiptext,
.display_none{
    display:none;
}
.mdropdown .dropdown-content::after {
    border-color: rgb(255, 255, 255) transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: -7px;
    width: 0;
    transform: rotate(180deg);
}
.graph_outer{
    border:2px solid blue;
}
.group_select{
    padding:3px 20px 3px 3px;
    border:1px solid #ccc;
    color:gray;
    font-weight:400 !important;
}
.box_border{
    border:1px solid gray;
    margin:10px 0px;
}
.modal-dialog {
    border-radius: 0px;
}
.modal-backdrop{
    opacity:0.7;
}
.catalog_group select {
    padding: 6px;
}
.head_usr_pic {
    width: 50px;
    height: 50px;
    text-align: center;
}
.prof_pic_border,.head_usr_pic{
    border: 2px solid #00ced1;
}
.mr-rt15{
    margin-right:10px;
}
.head_usr_pic span {
    color: #00ced1;
    font-size: 35px;
    font-weight: 600;
}
textarea {
    resize: none;
}
.nav-tabs .catalog .active a{
    background-color: red !important;
    color:gray !important;
    border-left:3px solid #00ced1;
}
.graph_outer{
    border:2px solid blue;
}
.caret {
    margin-left: 0;
    color:#00ced1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px dashed;
}
.dropdown-menu {
   left: auto;
    min-width: 123px;
    top: 28px;
    right: 0px;
}
.graph_btn{
    padding:4px 8px;
    width: 124px;
}
.cur_usr_ds .mdropdown .dropdown-content {
    left: auto;
}
.mdropdown .dropdown-content {
    display: none;
    position: absolute;
    min-width: 195px;
    padding: 10px;
    z-index: 999;
    top: 25px;
    right: -16px;
    font-size: 14px;
    font-weight: 600;
    background: #FFF;
    border: none;
    border-radius: 5px;
}
.mdropdown:hover .dropdown-content ,
.status_action:hover .publish_status_msg{
    display: block;
    box-shadow: 0px 0px 10px #c1c1c1;
}
.mdropdown ul li {
    list-style-type: none;
    padding: 5px;
    float: none;
    border-bottom: 1px solid #DCDCDC;
}
.mdropdown ul li a{
    color:#00ced1;
}
.str_tm_box {
    background: #ffff;
    width: 350px;
    height: 174px;
    overflow: auto;
    border-radius: 5px;
    position: absolute;
    display: none;
    padding: 5px;
    z-index: 1;
    box-shadow: -2px 4px 7px #4d4d4d;
}
.publish_status {
    background-image: url("images/status1.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: relative;
    left:15px;
}
.unpublish_status, .del_stock_req, .del_medicine {
    background-image: url("images/status2.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: relative;
    left:15px;
}
.green_box_shadow{
    box-shadow: 0px 0px 2px #aee;
}
.padd-lf0{
    padding-left:0px;
}
.td_gray_border{
    border:1px solid #ccc;
}
.table_separate{
    border-collapse: separate !important;
    border-spacing: 10px !important;
}
.margin5_tp,.new_med_import{
    margin-top:5px !important;
}
input.add_med_by_check + label::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d0d0d0;
    border-radius: 15px;
    width: 21px;
    height: 21px;
}
input.add_med_by_check:checked + label::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: url("images/status1.png");
    width: 21px;
    height: 21px;
}
.add_med_label{
    width: 21px;
    height: 21px;
    margin-right: 8px;
}
.full_width{
    width:100%;
}
.catalog_view .tabs li{
    margin-bottom: 25px;
    padding: 16px 0;
} 
.catalog .bg_white.pos_relative.active{
    border-left: 9px solid #00ced1;
}
.catalog_view .tabs > li a{
    background-color: #ffffff !important;
    color:gray !important;
    outline: none;
}
.catalog_view .tabs > li > a {
    padding: 16px;
    font-size: 16px;
    border-top:none !important;
    border-right:none !important;
    border-radius: 0px; 
}
.padd30_lft{
    padding-left: 30px !important;
}
.margin20_lft{
    margin-left: 20px;
}
.medium_font{
    font-size: 15px;
}
.discount_info,.prescription_list_wrapper_div,.vf_notice{
    padding:10px;
}
.discount_info td {
    padding-bottom: 10px;
}
.refferal_blocks{
    height:120px;
    width:22%;
    margin:17px;
    font-size: 16px;
}
.refferal_blocks .reward_points{
    margin-top: 15px;
}
.progress {
    height: 15px !important;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin-bottom: 0px !important;
}
.progress .completed{
    width:20%; 
    background-color:#00ced1; 
    display: inline-block; 
    border-radius:0px; 
}
.progress .incomplete{
    width:20%;
    background-color:#cccc;
    display: inline-block; 
    border-radius:0px;
    z-index: 1;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-align: center;
    background-color: #cccc;
    font-weight:bold;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.font-bold{
    font-weight:600;
}
.total-progress{
    position: absolute;
    text-align: center;
    width: 70%;
    height: 13%;
    line-height: 12px;
    top: 2px;
    left:46px;
}
.underline_link{
    text-decoration: underline !important;
}
.progress.incomplete + .tooltip > .tooltip-inner{
    background-color: white;
    color:#00cbca;
    box-shadow: 0px 0px 10px #8bb5e0;
    opacity: 9999 !important;
    z-index:99999;
}
.tooltip.bottom .tooltip-arrow {
    top:0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-color:white;
    border-width: 0 5px 5px;

}
.tooltip.in{
    opacity:1 !important;
}
.printer_ico a{
    background-image: url("../images/printer.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    left:60px;
}
.sms_print_table .table tbody tr th,.sms_print_table .table tbody tr td{
    text-align: center;
}
.sms_print_table{
    width: 100%;
    float: left;
    padding-top: 10px;
}
.printer_ico.sms_printer a{
    left: 20px;
}
.sms_invoice_wrapper{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}
.total.sms_total{
  font-weight: bold;  
}
.store_actions_div{
    background: url("../images/clg_profile_actions_icons01.png") no-repeat center;
    height: 25px;
    position: absolute;
    width: 44px;
    left: 10px;
    top: -11px;
}
.store_actions_list li,.no_list_style,.catalog_menu_list li{
    list-style-type:none
}
.store_actions_div:hover > .store_actions_list {
    display: block;
}
.store_actions_div > .store_actions_list {
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    float: right;
    list-style-type: none;
    margin: 0;
    min-width: 134px;
    padding: 5px;
    position: absolute;
    right: 19px;
    top: 26px;
    z-index: 10;
}
.store_actions_div > .store_actions_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top : -7px;
    width: 0;
}
.form_contain_wrapper{
    padding-right: 0px;
    width: 100%;
    position: relative;
    float: right;    
}
.search_fil{
   margin: 0px 17px;
}
.store_search_btn{
    padding: 3px 0px 0px 10px;
}
.grp_btn{
    margin-left: 40px;
}
.discount_list_wrapper .mdropdown .dropdown-content{
    top: 65px;
    right: 12px;   
}
.discount_list_wrapper .mdropdown .dropdown-content::after { 
    ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}
.discount_actions{
    background: url(../images/Discount_03-06.png) no-repeat;
    width: 43px;
    position: absolute;
    height: 32px;
}
.discount_actions.user_discount_actions{
    right: 30px;
}
.user_discount_actions:hover > .discount_actions_list {
    display: block;
}
.discount_actions.pharma_discount_actions{
    top: 14px;
    right: 16px;
}
.discount_actions_list {
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    -webkit-box-shadow: 0px 0px 10px #8bb5e0;
    -moz-box-shadow: 0px 0px 10px #8bb5e0;
    -ms-box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    float: right;
    list-style-type: none;
    margin: 0;
    min-width: 134px;
    padding: 5px;
    position: absolute;
    right: 17px;
    top: 11px;
    text-decoration: none;
    z-index: 10;
}
.discount_actions_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    top: -8px;
    width: 0;
}
.discount_actions.discount_act_list{
    right: 13px;
    top: 26px;
}
.discont_list_tab,.adv_right_header{
    padding-top: 20px !important;
}
.discount_action_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    top: -8px;
    width: 0px;
}
.discount_actions:hover > .discount_action_list {
    display:block;
}
.discount_action_list.no_list_style{
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    -webkit-box-shadow: 0px 0px 10px #8bb5e0;
    -moz-box-shadow: 0px 0px 10px #8bb5e0;
    -ms-box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    float: right;
    list-style-type: none;
    margin: 0;
    min-width: 134px;
    padding: 5px;
    position: absolute;
    right: 18px;
    top: 17px;
    text-decoration: none;
    z-index: 10;
}
.discount_box_icon_action{
    margin: 5px 0px 0px 12px;
}
.increct_med{
    margin-right: 10px !important;
 }
.stockrequest_fil{
   margin-right: 48px;
}
.stockrequest_fil_btn{
   position: absolute;
   right: 15px;
}
.plan_bg{
    background-color:#fbfbfb;
}
.subs_plan_group.silver_plan{
    margin:0 auto;
    width: 50%;
}
.plan_price.semibold_font{
    font-size:25px;
}
.plan_name{
    font-size: 30px;
}
.sub_fc_list{
    list-style-type: none;
}
.sub_fc_list li{
    padding:0px 0px 4px 26px;
}
.choose_plan_text.color_white{
    width: 55%;
    padding: 13px;
}
.sms_plan_table_wrapper{ 
    padding: 10px;
    background-color:#eaeaea;
    margin-bottom: 17px;
}
.sms_plan_table_wrapper table td,
.sms_plan_table_wrapper table th{
    border: 1px solid #b2b2b2;
    padding: 3px;
}
.left_invoice_part,right_invoice_part{
    display: inline-block
}
.invoice_title{
    font-size: 22px;
    font-weight: 602;
}
.or_wrap{
    font-size: 18px;
}
.prescription_achore{
    font-size: 14px;
    letter-spacing: 0.039em;
}
.cart_table td,.cart_table th{
    border: 1px solid #dadada;
}
.cart_table th{
    background-color: #dadada;
}
.cart_table td,.cart_table table{
    border-left: 0px solid;
    border-right: 0px solid;
}
.cart_table table td,.cart_table table th{
    padding: 15px !important;
}
.fc_yes{
    background: url(../images/Compare-Subscription_03.png) no-repeat;
    background-size: 16px;
}
.fc_no{
    background: url(../images/Compare-Subscription_07.png) no-repeat;
    background-size: 16px;
}
.btn-primary.plane_btn{
    border-radius:0px !important;
    box-shadow: none;
}
.fc_yes.comp_fc_img,
.fc_no.comp_fc_img{
    width: 33px;
    height: 18px;
    background-position: 8px 0px;
}
.presc_table_list,.presc_table_list2,.time_store_table,
.small_time_select_tab,.full_time_tabl,.prescription_table,
.table_layout{
    table-layout: fixed;
}
.presc_table_list th,
.presc_table_list td,
.presc_table_list2 td,.active_ad,.pagination_wrapper{
    padding: 10px;
}
.presc_table_list2_border{
    border-top: none !important;
}
.presc_table_list.select_field{
    margin-top: 10px;
}
.time_store_table input[type="text"]{
    border-radius: 0px !important;
    width: 100%;
}
.top_pad.bold{
    padding-top: 22px;
}
.graph_outer{
    border:2px solid blue;
}
.cur_usr_ds .mdropdown .dropdown-content {
    left: auto;
}
.mdropdown:hover .dropdown-content,.pres_actions:hover > .pres_actions_list {
    display: block;
}
.mdropdown ul li {
    list-style-type: none;
    padding: 5px;
    float: none;
    border-bottom: 1px solid #DCDCDC;
}
.mdropdown ul li a{
    color:#00ced1;
}
.store_table input[type="text"]{
    width:118px;
    padding:5px 0px;
}
store_timings_wrapper .timings_tbl table tr th {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
#sitemap ul li,#sitemap span,.line-height30{
    line-height:30px;
}
.modal-body{
    padding-bottom:30px;
}
.bg_transperent{
    background: rgba(46, 51, 56, 0.7) !important;
}
.modal-header h4 {
    padding-left: 15px;
    padding-right: 15px;
}
.silent_benefits_content ul li{
    padding:10px 0px;   
}
.silent_benefits_content ul{
    list-style-image: url("../images/Join_Us_As_Advertiser_03.png");
    list-style-position: outside;
}
.cms_page_content.color_cmn{
    padding:20px !important;
}
.cms_page_content1.color_cmn1{
    padding:16px !important;
}
.desc_subtitle{
    padding-top: 10px;
    line-height: 31px !important;
}
.info_desc_para{
    padding-top: 10px;
    line-height: 23px !important;
}
.discription .description_box .desciption_txt {
    padding-bottom: 7px;
    line-height:24px;
}
.discription .description_box ol {
    counter-reset: item;
    list-style-type: none;
    margin-top: 20px;
}
.discription .description_box {
    text-align: justify;
}
.discription .description_box ol > li {
    counter-increment: item;
    position: relative;
    padding-left: 30px;
}
.discription .description_box ol > li::before {
    content: counter(item) ' ) ';
    position: absolute;
    left: 0;
    top: 0;
}
.discription .description_box ol li {
    padding-bottom: 15px;
}
.cms_page_content .faq_box .question_box .question {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 26px;
    width: 95%;
    color: #686868;
    margin-top:10px;
}
.question_box {
    border-top: 1px solid #d2d2d2;
}

.cms_page_content .faq_box .answer_box {
    height: auto;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    font-size: 14px;
    text-align: justify;
    display: none;
    font-family: 'Open Sans';
    cursor: default;
    padding: 20px 0px;
}
.sub_type{
    padding-left: 23px !important;
    margin-top: 10px;
}
.sub_type li{
    padding-top: 10px;
}
.medicine_methods {
    margin: 6px 0px;
}    
.page_subtitles{
    color:#008181;
}
.cms_page_content .faq_box .question_box .up_icon {
    width: 40px;
    height: 40px;
    background: url('../images/FQA_03.png') no-repeat;
    content: "";
    float: left;
    right: -13px;
    position: absolute;
    top: 27px;
}
.cms_page_content .faq_box .question_box .down_icon {
    width: 40px;
    height: 40px;
    background: url('../images/FQA_07.png') no-repeat;
    content: "";
    float: left;
    right: -13px;
    position: absolute;
    top: 14px;
}
.faq_box .cms_box_wrapper .question_box{
    position: relative;
}
li a .active_nav{
    border-left: 8px solid #00ced1;
}
.form-group-lg.field_error_show::after{
    bottom: 57px !important;
}
.search_btn{
    background: url("images/search_img.png") no-repeat center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    position: absolute;
    border-radius: 4px;
    right: 11px;
    top: 12px;
    box-shadow: none;
}
.user_dropdown{
    float:left;
}
.user_dropdown .dropdown-content::after{
    top: -7px;
    right: 4px;
}
.user_dropdown .dropdown-content{
    top: 25px;
    right: -5px;
}
.status_action .publish_status_msg{
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    position: absolute;
    right: 52px;
    top: -32px;
    display: none;
    width: 172px;
    background-color: white;
    border: none;
    height: 22px;
}
.status_action .publish_status_msg:after{
    border-color: rgb(255, 255, 255) transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
    transform: rotate(179d);
} 
.end_user_send_prsc_img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-left: 0px !important;
    cursor: pointer;
}
.half-rond-wrapper.main-circle {
    position: absolute;
    left: 231px;
    margin-top: -57px;
    display: none;
}
.half-rond-top{
    height: 37px;
    width: 30px;
}
.circle-inner{
    background-color: transparent !important;
    height: 55px;
    width: 32px;
}
.half-rond-top .circle-inner{
    border-bottom-right-radius: 90%;
    border-bottom: 37px solid #FFF;
    border-right: 17px solid #fff;
}
.half-rond-bottom{
    height: 23px;
    width: 30px;
}
.half-rond-bottom .circle-inner{
    border-right: 17px solid #fff;
    border-top: 37px solid #fff; 
    border-top-right-radius: 90%;
}
li.active .half-rond-wrapper.main-circle{
    display:block;
}
li:first-child .half-rond-top .circle-inner{
    position: relative;
    top: 18px;
    left: -14px;
}
.trash_option_wrapper{
    float: right !important;
}
/*.select_wrapper{
    width: 32%;
}*/
.subcribtion_btn_wrapper,.adv_left_header,.tx_page{
    margin-bottom: 10px;
}
.circle-icons{
    margin-top: 21px;
    margin-bottom: 10px;
}
.mobile_menu_wrapper{
   height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    z-index: 99;
    margin-left: -3px;
    width: 90%;
    box-shadow: 2px 0px 6px;
}
.slidding_menu.swip_left{
    left: -660px;
}
.slidding_menu.swip_right{
    left: 0px !important;
}
.mobile_menu{
    min-height: 96vh;
    background-color: white;
}
.inner_page_progressbar{
    position: fixed;
    top: 0px;
    left: 0px;
}
#purchaselist_form_id .mdropdown .dropdown-content{
    right: 14px;
    top: 50px;
}
.dialog_box{
    padding: 0;
    border-radius: 0;
    z-index: 9999;
}
.ui-dialog-titlebar.ui-widget-header{
    border-radius: 0;
    border: 0;
    background: #00ced1;
    color: white;
}
.home_page_loc_wrp .search_city {
    max-width: 1000px;
    width: 73%;
    float: none;
    margin: 0px auto;
    position: relative;
}
#append{
    margin-bottom: -13px;
}
.plus_icon{
    padding-bottom: 11px;
}
.display_block{
    display:block !important;
}
.appering_blog_wrapper,.adv_list_wrapper,.flex_box,.dashboard_blk{
    display: flex;
    flex-wrap: wrap;
}
.pharma_dashboard_box{
    height:100%;
}
.appering_blog,.adv_box{
    margin: 0;
    height: 100%;
}
.appering_blog_wrapper .table > tbody > tr > th,
.appering_blog_wrapper .table > tbody > tr > td{
    border:0px;
    padding:10px 0px 0px 0px;
}
.appering_blog_header{
    margin-top: 15px;
}
.chng_autocomplete_box{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.forget_pass_adv{
    padding-right: 15px;
}
.adv_register{
    padding-bottom: 1px;
}
.adv_login_tab{
    padding-left: 15px;
}
.login_msg{
    font-size: 13px;
}
.nav_header_wrapper .icon-bar{
    background-color: white;
}
.reffer_box_wrapper .green_box_shadow{
    box-shadow: -4px 7px 6px -5px #DDD ,3px -1px 6px -5px #DDD;
    border-top: 5px solid #00ced1;
    color:#00ced1;
}
.withdraw_note.withdraw_note_sec,.adv_pay_detail{
    margin: 10px 0px;
}
.pagination_link .left_link{
    opacity:0.3;
}
.navbar .container-fluid{
    box-shadow: 0px 4px 2px #A8A8A8B3;
}
.navbar-toggle {
    margin-right: 0px;
}
navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #00ced1;
}
.responsive_logo,.form-control[readonly]{
    background-color:#ffffff;
}
.pd_left_5{
    padding-left: 5px;
}
.tab-content{
    margin-left: 10px;
    margin-right:10px;
}
.pd_top_10{
    padding-bottom: 10px;
    padding-top: 10px;
}
.join_img{
    list-style-image: url("../images/Join_Us_As_Advertiser_03.png");
}
.mr_top_2{
    margin-top: 2px;;
}
.cms_page_content h1{
    color:#00ced1;
    font-weight: 600;
    font-size: 23px;
}
.catalog_med_list{
    height: 384px;
    overflow: scroll;
    overflow-x: hidden;
}
.left_catalog_list{
    padding-left:0px;
    padding-right:0px;
}
.prescription_table table img,.catalog_prsc_img{
    border-radius: 50%;
    border: 3px solid #00ced1;
}
.recent_search_table .color_turq,.recent_search_wrapper .color_turq {
    color: #0d9997;
    font-weight: 600;
    font-size: 16px;
}
.recent_search_table .mdropdown.text-right,.recent_search_wrapper .dropdown{
    color: #0a9fa2;
    font-weight: 600;
}
.warning_text{
    margin: 20px 25px;
}
.time_table_border .table{
    border-bottom: 1px solid #c0c0c0;
}
.str_tm_box.user_settings .table > tbody > tr > th,
.str_tm_box.user_settings .table > tbody > tr > td{
    border-top:0px;
}
.store_time_btn{
    padding-bottom: 20px;
}
.store_tm_data.text-center .group_select,.sugg{
    font-size:12px;
}
.full_dy_select .group_select{
    padding: 3px 17px 3px 1px;
    font-size: 11px !important;
}
.full_dy_select{
    padding: 5px !important;   
}
.time_set_note{
    padding-left: 10px;
}
.dis_box_shadow{
    box-shadow: 0px 0px 10px rgb(204, 204, 204);
}
.disc_dropdown{
    padding-left: 18px;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.ui-button:hover, .ui-dialog .ui-dialog-buttonpane button{
    background-color: #00ced1 !important;
    color: white;
    padding: 4px 14px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px;
}
.ui-widget.ui-widget-content{
    padding: 0px;
/*    top: 106.5px !important;*/
    position: fixed;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{
    border-radius: 0px;
}
.ui-dialog {
    z-index: 99999999 !important;
}
#notice_txtbox > div,#send_original_img,.check_box{
    display: none;
}
.error_list li{
    font-size:14px;
}
.semibold_font.last_login,.font13{
    font-size: 13px;
}
.error_list li:before{
    content: "> ";
    font-weight: 600;
    font-size: 22px;
}
.pres_actions{
    background: url(../images/Discount_03-06.png) no-repeat;
    width: 25px;
    min-height: 25px;
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
}
.pres_actions_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: -9px;
    width: 0;
}
.pres_actions_list {
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    -webkit-box-shadow: 0px 0px 10px #8bb5e0;
    -moz-box-shadow: 0px 0px 10px #8bb5e0;
    -ms-box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    float: right;
    list-style-type: none;
    margin: 0;
    min-width: 134px;
    padding: 5px;
    position: absolute;
    right: 11px;
    top: 17px;
    text-decoration: none;
    z-index: 10;
}
.request_search_wrapper{
    width:57%;
}
.request_field{
    width: 38%;
}
.sitemap_wrp li::before {
    content: "";
    display: list-item;
    position: absolute;
}
.page_subtitles{
    color: #00ced1;
}
.question_box.white_border .icon_holder.up_icon,
.question_box.white_border .icon_holder.down_icon{
    top:7px;
}
.silent_benefits_wrapper .benefits_list{
    margin-left: 8px;
}
.click_cnt {
    border-right:1px solid #00ced1;
    float:left;
    width:50%;
    min-height: 209px;
}
.adv_box{
    min-height: 217px;
}
.doctor.strip{
    border-top:5px solid #00ced1;
}
.store_details_wrapper_div table,.store_tm_table table{
    width:90%;
    margin:0 auto;
}
.store_details_wrapper_div table td{
    padding: 5px;
}
.store_tm_table table{
    line-height: 20px;
}
.view_store_time {
    text-decoration: none;
}
.mitooltip_parent:hover + .mitooltip_child, .mitooltip_child:hover{
    opacity: 1;
    visibility: visible;
}
.mitooltip_child{
    position: absolute;
    width:215px;
    height: auto;
    min-height: 100px;
    background: #c00d3f;
    background-color: rgb(192, 13, 63);
    opacity: 0;
    visibility: hidden;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    z-index: 999999999;
    top: -36px;
    bottom: -73px;
    padding: 6px 0 200px 0;
    left: -137px;
}
.mitooltip_child::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background-color: white;
    right: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 41px;
    right: -5px;
    z-index: -1;
}
.background_diff:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.center_form{
    margin:0 auto;
}
.mitooltip_child table td{
    padding: 2px;
}
.actions .block1 {
    background-image: url('../images/addr_ico.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    height: 93px;
    float: left;
    text-align: center;
    position: relative;
}
.tooltiptext{
    width: 80%;
    position: absolute;
    bottom:117%;
    left: 58px;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5), inset 0px 1px 3px 3px rgba(255, 255, 255, 0.5) !important;
}
.block1 .tooltiptext::after{
    width: 15px;
    height: 15px;
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 47%;
    width: 18px;
    height: 21px;
    background-color: #FFF;
    transform: rotate(49deg);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5), inset 0px 1px 1px 1px rgba(255, 255, 255, 0.5) !important;
}
.act_wrapper{
    padding-top: 55px;
    width: 100%;
    float: left;
}
.background_diff {
    width: 100%;
    height: 100%;
    display: none;  
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.crp_btn_group {
    margin-top: 20px;
    width: 200px;
    height: 40px;
    margin: 15px auto;
}
.crp_btn_group .zbtn {
    width: 20%;
    height: 88%;
}
.csv_imp{
    margin-top: 20px;
}
.crp_btn_group .crpsave {
    text-align: center;
    margin: 0 20px 0 20px;
}
#btnzoomout,#btnzoomin,.prescription_list,.usr_tab_contain,
.medical_store_box_inner,.height100{
    height:100%;
}
#photoid{
    height:28px;
}
.adv_statics {
    min-height:135px;
}
.adv_statics .statics_txt {
    font-size: 18px;
}
.adv_statics_block{
    min-height: 74px;
    border: 1px solid #00ccff;
    border-top: 10px solid #00ccff;
}
.br-btm-blue{    
    border-bottom: 1px solid #00ccff;
}
.comment,.br-btm-blue{
    border-top:1px solid #00ccff;
}
.adv_statics .left .count, .adv_statics .right .count {
    width: 100%;
    font-family: 'Open Sans';
    font-size: 22px;    
    padding-top: 4px;
    color: #333333;
}
.adv_statics .left .type, .adv_statics .right .type {   
    font-family: 'Open Sans';
    font-size: 16px;
    padding-top: 8px;
    color: #333333;
}
.adv_actions {
    width: 35px;
    min-height: 15px;
    position: absolute;
    right: 10px;
    top: 13px;
}
.advlistdot {
    width: 5px;
    height: 5px;
    background-color: white;
    margin: 1px;
    float: left;
    border: 1px solid black;
}
.adv_actions_list{
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    -webkit-box-shadow: 0px 0px 10px #8bb5e0;
    -moz-box-shadow: 0px 0px 10px #8bb5e0;
    -ms-box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    list-style-type: none;
    margin: 0;
    min-width: 134px;
    padding: 5px;
    position: absolute;
    right: 4px;
    top: 17px;
    text-decoration: none;
    z-index: 10;
} 
.adv_actions_list:before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    top: -8px;
    width: 0;
}
.adv_actions:hover > .adv_actions_list {
    display: block;
}  
.prescription_list_wrapper,.usr_dis_tab,
.medical_box_wrapper{
    display:flex;
    flex-wrap:wrap;
}
.restore_medi {
    background-image: url("../images/restore.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    position: relative;
}
.del_medicine.efield_error_show::after,.restore_medi.efield_error_show::after,.unpublish_status.efield_error_show::after,.publish_status.efield_error_show::after{
    height: 39px;
    width: 176px;    /* overflow: hidden;*/
    content: " Click to Unpublish medicine";
    background: #fff;
    -moz-box-shadow: 0px 2px 3px rgba(102,102,102, 1);
    -webkit-box-shadow: 0px 2px 3px rgba(102,102,102, 1);
    box-shadow: 0px 2px 3px rgba(102,102,102, 1);
    position: absolute;
    right: -4px;
    top: -48px;
    padding:10px 0px 0px 10px;
    text-align:left;
    z-index: 99999999;
    display: inline-block;
    font-size: 12px;
}

.del_medicine.efield_error_show::after {
    content: " Click to delete medicine";
}
.restore_medi.efield_error_show::after {
    content: " Click to move catalog";
}
.unpublish_status.efield_error_show::after {
    content: " Click to Publish medicine";
}
.del_medicine.efield_error_show::before,.restore_medi.efield_error_show::before,.unpublish_status.efield_error_show::before,.publish_status.efield_error_show::before {
    border-color: rgb(220,220,220) transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: -8px;
    width: 0;
}
#viewport{
    border: 2px dashed #999999;
    cursor: move;
}
.cms_page_content .faq_box .first_answer_box {
    display: block;
}
.image_wrapper_dis,.vf_notice,.medical_store_box_inner{
    border: 1px solid #d2d2d2;
}
.dis_img {
    width: 80px;
    height: 80px;
    margin-top: 6px;
    border-radius: 50%;
    margin-left: 0px;
    border: 1px solid #b3b3b3b3;
}
.usr_tab_contain{
    padding-top:5px;
    padding-bottom:5px;
}
.top_left_title_disc{
    line-height: 26px;
}
.left_title_disc{
    line-height: 30px;
}
.dis_child.mitooltip_child{
    left: -100px;
}
.canvas_content {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    height: auto !important;
}
.vf_step_box{
    height: auto;
}
.stp_circle{
    width:70px;
    height:70px;
    border:5px solid #009999;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #bbf7f7;
}
.left_stp_box{
    border-right:1px solid #eaeaea;
    height: 230px;
}
.big_left_circle{
    border:3px solid #696969;
    height:150px;
    width:150px;
    border-radius:50%;
    margin: 0 auto;
    top: 20px;
}
.left_txt{
    margin-top: 35px;
    font-size: 24px;
}
.no.txt{
     font-size:22px;
}
.no.txt,.stp_title{
    color:#666666;
}
.stp_title{
    font-size: 20px;
    padding-left:15px;
}
.stp_nf_no .no.txt{
    color:#fff;
}
.stp_nf_no.blk_bakground{
    background-color: #6c6c6c;
}
.total_profile_cnt{
    position: absolute;
    left: 35%;
    right: 0;
    top: 37%;
    font-size: 24px;
}
.str_tm_box.sundaytime_Sun{
    right: 0;
}
.home_del_rs::before {
    content: 'Rs';
    position: absolute;
    left: 5px;
    top: 6px;
    color: #000;
}
#subtotal_input{
    padding-left: 23px !important;
}
.header_right_block{
    padding:10px 10px 10px 0px;
}
.city_input input[type="text"]{
    margin:0px;
    width: 123px;
}
.distance_border{
    border-right:1px solid #d2d2d2;
}
.site_bt_border{
    border-bottom:1px solid #d2d2d2;
}
.site_city_block{
    width:85%;
}
#sitemap ul li{
    width: 24.50%;
    padding-left: 20px;
}
#sitemap ul li
#sitemap ul{
    margin-bottom: 0px;
}
.outside ul li{
    width: 32.5% !important;
}
.medicine_list{
    background-color: #f2f2f2;
}
.medicine_list table th,.bg_dark_gray{
    background-color:#d0d0d0;
}
.medicine_list_tab > tbody > tr:nth-child(2n) > td{
    background-color:#f9f9f9;
}
.medicine_list_tab > tbody > tr:nth-child(2n+1) > td{
    background-color:#e3edef;
}
.medicine_list_tab > tbody > tr:nth-of-type(2n+1){
    background-color:#e3edef;
}
.med_list{
    background-color:#f2f2f2;
    padding: 5px;
    margin-bottom: 10px;
}
.pharma_detail{
    background-color:#f1f1ef;
    padding:5px 5px 5px 6px;
}
.pharma_detail_blocks{
    width: 33%;
    border-radius: 2px;
    padding:2px;
    font-size:11px;
    padding-left: 5px;
    line-height: 2;
}
.pharma_detail_blocks img{
    border-radius: 2px;
    height: 12px;
    width: 12px;
}
.mitooltip_child.contact_show_child{
    width: 100px;
    padding: 10px;
    min-height: 60px;
    height: 60px;
    left: 22px;
    top: -9px;
}
.contact_show_child.mitooltip_child::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background-color: white;
    right: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top:12px;
    right: -5px;
    z-index: -1;
}
.mitooltip_child.work_hr{
    left: 12px;
}
.availabel_btn,.add_cart_btn{
    padding:7px;
    border-radius: 3px;
    box-shadow: 0 3px #009999;
}
.availabel_btn{
 width: 97%;   
}
.btn-primary.small.reqest_delivey_btn{
    padding: 9px 7px;
    font-size: 12px;
    margin-top: 20px;
}
#cboxClose{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 0px;
    display: block;
    color: #444;
    background: url('../images/close.png')no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    z-index: 99999999999;
}
.adv_btn{
    margin-top: 8px;
}
.adv_list_seacrh{
    margin-bottom:29px;
    padding-right: 15px;
}
.logout_btn{
    position:absolute;
    top:0;
    right:0;
}
.user_header_wrapper{
    width: 93%;
    float: left;
    margin-bottom: 5px;
}
.continue_button_wrapper,.container_bottom{
    margin-bottom:20px;
}
.home_page_loc_wrp{
    width: 100%;
    position: relative;
    z-index: 1;
}
.location_img{
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    right: 23px;
    top: 9px;
}
.loc_img{
    background-image: url("../images/loc_icon.png");
}

.pac_input{
    padding: 0px 25px 0px 5px;
    margin:0px !important;
    font-size:13px;
    height: 25px;
    margin-top: -6px !important;
    color: #887E91;
}
.no_record_bg{
    background-color:#d9d9d9;
}
.cms_popup_bg{ 
    background-color: initial;
}
.dis_detail{
    width: 74%;
    margin: 0 auto;
    padding: 0px 10px;
}
.dis_detail table td{
    line-height: 20px;  
    height: 40px;
}
.parent_icon{
    height: 25px;
    position: absolute;
    width: 44px;
    left: 5px;
    right: 26px;
    background: url("../images/clg_profile_actions_icons01.png") no-repeat center;
    left: 50px;
}
.parent_icon:hover > .parent_icon_list {
    display: block;
}
.parent_icon > .parent_icon_list {
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    float: right;
    list-style-type: none;
    margin: 0;
    min-width: 134px;
    padding: 5px;
    position: absolute;
    right: 19px;
    top: 26px;
    z-index: 10;
}
.parent_icon > .parent_icon_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: -7px;
    width: 0;
}
.no_med{
    position: absolute;
    top: 0px;
}
.no_med:hover > .no_med_list {
    display: block;
}
.no_med > .no_med_list {
    background: white none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    list-style-type: none;
    margin: 0;
    min-width: 134px;
    padding: 5px;
    position: absolute;
    top: 26px;
    left: -47px;
    z-index: 99999;
}
.no_med > .no_med_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: -7px;
    width: 0;
}
.mitooltip_child.site_map{
    left: -46px;
    top: -43px;
}
.change_city_wrap .change_city{
    width:100%;
    margin:5px 0px;
}
.around_me{
    color: #999;
}
input[type="text"].small_input.login_field{
    margin-top:10px !important;
}
.footer_text .navigation ul li a,.around_me{
    font-weight: normal;
}
.header_line_img{
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: relative;
    left:15px;
}
.stockrequest_form_fil_contain{
    width:99%;
}
.pres_btn_font{
    font-size:15px !important;
}
.advertise_inner_element{
    padding-top: 30px;
}
.inner_element{
    margin: 0 auto;
    float: none;
}
.bookmark_text{
    color:#046636;
}
.pres_btn_wrapper{
    padding-top:15px;
}
.medical_box_wrapper{
    margin-bottom:18px;
}
.login_user_nm{
    width: 70%;
}
.adv_header_wrapper{
    width: 73% !important;
}
.pharma_left_header{
    width: 97%;
}
.reg_location_box_wrap{
    border:1px solid;
}
.select_loc{
    padding-top:7px;
    padding-right:0px;
}
.pagination_link_right::after {
    content: ">";
    position: absolute;
    font-size: 21px;
    opacity: .5;
    left: 49px;
    top: 0;
}
.adv_img{
    border:1px solid #7fe5ff;
}
.adv_info,.adv_pay_detail,.static_cnt{
    line-height: 1.6;
}
.statics_txt{
    margin: 8px 0px;
    color: #009999;
}
.support_comment{
    min-height: 60px;
    text-align: left;
    margin: 0px 15px;
    padding-top: 9px;
}
.adv_box_content{
    box-shadow: 0px 11px #7ce2fc;
}
.static_cnt .count{
    font-size: 17px;
}
.sitemap_city_wrp ul li a,.terms_cond_text{
    color:#333;
}
.sitemap_city_wrp ul li a:hover{
    text-decoration: underline !important;
}
.table.exptable > tbody > tr > td,.table.exptable > tbody > tr > th{
    padding-left:20px;
}
.thank_msg_wrapper{
    height:370px;
}
.pres_title,.cart_invoice_to{
    font-size:20px;
    color:#333;
}
.siteup_city_block{
    width:88%;
}
.site_wrapper{
    padding-bottom: 45px;
}
.no_wrap_text{
    white-space: nowrap;
}
.outside ul li:not(:nth-child(3n)){
    border-right:1px solid #d2d2d2 !important;
}
.innerside ul li:not(:nth-child(4n)) .innerside{
    border-right:1px solid #d2d2d2 !important;
}
.doctor.strip .container,.doctor.strip{
    min-height: 420px;
}
.dis_box_shadow.bg_white .discount_info .colon{
    width: 15px;
}
.home_search_btn{
    margin-bottom: 50px;
}
.subcribtion_btn .btn-primary.small,
.order_btn.btn-primary.small{
    padding: 9px 22px;
}
.subcribtion_btn .btn-primary.small,
.order_btn.btn-primary.small,.btn-primary.small.btnfont{
    font-size: 16px;
}
/*.input.pac_input_wrapper{
    margin-top:-15px;
}*/
.green_box_padding.appering_blog{
    box-shadow: 0px 0px 3px 0px rgba(0,204,204, 0.3);
    border-bottom: 1px solid rgba(0,204,204, 0.3);
}
.global_catalog .select_med{
    font-size: 24px;
}
.pharma_header{
    width: 28%;
    margin-bottom:10px;
}
.user_header{
    width: 25%;
}
.ph_head_menu .navigation .inner ul li{
    padding: 15px 14px 16px 14px;
   /* padding: 15px 15px 16px 20px;*/
}
.navigation .inner ul li.active,
.navigation .inner ul li a .active{
    background-color: #009999;
}
.med_title{
    width:40%;
}
.input-group-btn{
    padding-bottom: 2px;
}
.btn-choose{
    padding: 4px 12px !important;
}
.form-control.file_uploading{
    margin: 0px !important;
    height: 35px;
    border: 0px;
}
.global_catalog{
    padding-bottom:10px;
}
.set_btn.btn-primary.small{
    padding: 7px 30px;
}
.adv_box_content.color_gray{
    height:100%;
}
.right_arrow_pagination{
    padding-right:20px;
}
.file_support{
    margin-right: -32px;
}
.graph_title .color_turq{
    line-height: 30px;
}
.graph_filter{
    margin-top: 25px;
margin-bottom: 20px;
}
#contentpan #content .recent_search_wrapper{
    padding: 0px 33px;
    border-left: 1px solid #cbcbcb;
    border-right:1px solid #cbcbcb;
    box-shadow: 0px 6px 0px rgb(204, 204, 204) ;
}
#contentpan #content .dashboard_box.dashboard_box{
    box-shadow: 0px 3px 1px rgb(204, 204, 204);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.pharmacist_respons_header .outer_navbar.user_slider{
    box-shadow: 2px 2px 2px #888;
}
.discount_notfount{
    padding:15px;
}
#graph_down div,
#graph_up div{
    display: inline;
}
.pagination_link.search_result a{
  padding-right: 5px !important;
}
.dashboard_info_block,
.dashboard_store_info_block{
    line-height:24px;
}
.dashboard_info_block table{
    /*width: 87%;*/
    margin-left: 30px;
} 
.dashboard_store_info_block table{
    width: 67%;
    margin-left: 24px;
}
.text-right.share_wrapper{
    margin:10px 15px 0px 0px;
}
.login_user_bg{
    background-color: #e8e4e3;
}
.description_box a,.sub_pln_prc_txt,
.sub_pln_prc_txt a,.info_desc_para a{
   color:#2a24ff;
}
.sub_pln_prc_txt a{
text-decoration: underline !important;
}
.mdropdown.ph_tooltip ul.dropdown-content li.drop-down-list:last-child,
.end_usr_ic.mdropdown ul.dropdown-content li.drop-down-list:last-child,.catalog_last_li{
   border-bottom: 0px !important;
}
.no_record_tab_bg{
    background-color: #effbfb;
}
.catalog_med_list element{
     padding: 10px 5px 0px 5px;
     border-radius: 2px;
}
.group_actions_wrapper .select1 select{
    padding-left: 8px;
}
.appering_wrapper_blog{
    padding: 0px 5px;
}
.active_sub_table .table > tbody > tr > td{
    padding: 4px 5px 7px 16px !important;
    vertical-align: middle;
}
.table.exptable,.table_bottom_border{
    border-bottom: 5px solid #dbdbdb;
}
.user_ad{
    margin-top:-20px;
}
.pac_input.inner_pac_input{
    color:#333333 !important;
    height: 30px;
}
.home_page_loc_wrp .search_city.inner_pac_input{
    width:100% !important;
}
.location_img.inner_pac_input{
    right: 3px;
}
.pac-logo::after{
    display:none;
}
.address_block{
    padding-bottom:7px;
}
.adv_info_block{
    width: 83%;
    line-height: 24px;
}
.adv_block_mob{
    padding-right:2px;
}
.import_by_mapping .table > tbody > tr >td,
.user_stock.table > tbody > tr >td,
.user_stock.table > tbody > tr >th,
.prescription_table .table > tbody > tr >td,
.table.medicines_list_table .table > tbody > tr >td{
    padding: 8px;
}
.pharma_home_delivery_req{
    padding-right: 0px;
    max-width: 97%;
}
.delivery_detail_field .unit_seletor,.ordlist{
    margin:10px 0px;
}
.border_none,.list_actions_selector ul.dropdown-menu li.drop-down-list:last-child{
    border-bottom:none;
}
.mdropdown.ph_tooltip.top_dropdown{
    position:absolute;
    right:5px;
}
.overflow_hidden_y{
    overflow-y: hidden !important;
}
.user_stock.exptable{
    margin-bottom:0px !important;
}
.vertical_text_mid{
    vertical-align: middle !important;
}
.presc_model_title{
    padding-left:0px !important;
}
.presc_model_name{
    padding-left:10px !important;
}
.back_search_btn .btn-primary.small{
    padding: 7px 10px !important;
}

.medicine_list_tab .white_border{
    border-right:1px solid #fff;
}
.discount_filter .end_user_discount_btn{
    padding-right: 15px;
    margin-left: 30px;
}
.header_profile{
    padding-left:0px;
    padding-right:0px;
}
.dashboard_box_title{
    color:#0ccbcb;
}
.dash_left_detail{
    font-weight: 501;
}
.list_actions_selector ul.dropdown-menu li.drop-down-list:hover{
    background-color: #f5f5f5;
}
.list_actions_selector .dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0pc;
}
.store_cat_field .field1 select{
    color: #363636;
    font-size: 13px;
    font-weight: 500 !important;
}
.page_subtitle_h4.catlog{
    font-size:12px !important;
}
table.catlog_tab_wrapper > tbody > tr > th{
    font-weight: 600;
}
table.catlog_tab_wrapper > tbody > tr > td{
    font-size:13px !important;
}
.dashboard_store_info_block table > tbody > tr > td,.vertical_text_top{
    vertical-align: text-top;
}
.login_uname{
    color: #363636;
}
.mail_us_resp{
    padding-left:5px;
}
.outer_strip{
    position: relative;
    top: 10px;
    float: right;
    margin-right: -28px;
}
.outer_strip .change_city{
    width: 100% !important;
}
.edit_profile_photo.img_thumb{
    clear:left;
    margin-right:25px;
}
.add_dis_btn,.model_btn{
    margin-bottom:50px;
}
.availabel_btn_wrapper{
    padding-left: 0px;
    padding-right: 0px;
    z-index: 9;
}
.work_hr.full_day_with_lnch_brk .shift_val{
    font-size: 11px;
}
.store_tm_table.full_day_with_lnch_brk table{
    line-height: 19px;
}
.hodel_del_ntc{
    padding-bottom:20px;
}
.lft_blk{
    width:25%;
}
.right_txt{
    width:75%;
}
.right_txt.add_store{
    width: 73%;
}
.profile_block{
    width:40%;
}
.verical_align_middle{
    vertical-align: middle
}
.profile_block.subcribtion_profile{
    width:50%;
}
.subcribtion_profile .lft_blk{
    width: 20%;
}
.no.txt{
   padding-top: 7px;
}
.profile_img{
    position: absolute;
    left: 19px;
    top: 34px;
}
.pres_browse_field.file_border{
    padding:7px;
}
.pres_browse_field input[type="file"]{
    height: 25px;
}
.total_wrp.sub_total_end{
    border-top: 3px solid #00ced1;
}
.opening_time_end_user_dis{
    font-size:11px;
}
.stock_request_search_button .mitooltip_child{
    left: -216px;
    min-height: 19px;
    height: 20px;
    top: -13px;
    padding: 9px 0 49px 6px;
}
.stock_request_search_button .mitooltip_child::after{
    top: 20px;
    right: -8px;
}
.pharma_left_header #usr_pf_pic{
     border: 2px solid #00ced1;
}
.end_user_strip .change_city{
    width:100%;
}
.end_user_strip{
    margin-top:15px;
}
.catalog_menu_img{
    margin-top: 15px;
}
.catalog_menu_img > .catalog_menu_list{
    background: #fffff8 none repeat scroll 0 0;
    box-shadow: 0px 0px 10px #8bb5e0;
    display: none;
    float: right;
    list-style-type: none;
    margin: 0;
    width: 240px;
    padding: 5px;
    position: absolute;
    right: 6px;
    top: 26px;
    z-index: 10;
}
.catalog_menu_img > .catalog_menu_list::before {
    border-color: white transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: -7px;
    width: 0;
}
.catalog_menu_img:hover > .catalog_menu_list {
    display: block;
}
.catalog_menu_list li{
    line-height: 31px;
    text-align: left;
    border-bottom: 1px solid #cacaca;
}
.add_medicine_manually_wrapper .catalog_menu_list{
    right: 26px;
}
.check_list_menu_img{
    width: 23px;
float: right;
}
.store_preview_wrap,
.store_preview_wrap #store_preview,
.store_preview_wrap .store_preview_img{
    height: 135px;
}
#store_preview .store_board_prv{
     height: 135px;
}
.input_block input[type="text"]{
  margin-top:0px;
}
.img_thumb{
    margin-right:5px;
}
.mitooltip_child.terms_cond_delivery{
    width: 250px;
    padding: 5px;
   left: 14px;
    top: 24px;
    height: auto;
    min-height: 236px;
}
.mitooltip_child.terms_cond_delivery::after{
    width: 13px;
    height: 13px;
    top: -3px;
    right: 146px;
    box-shadow: 1px -1px gray;
    transform: rotate(-47deg);
}
.left_dash{
    width: 10%
}
.right_dash{
    width:90%;
}
.parent_tlp_home_del{
    margin-top:5px;
}
.store_img{
    height: 135px;
}
.store_details_wrapper_div.medical_store_box_inner{
    height: 330px;
}
.copyright a{
    color:#fff !important;
}
#store_img_upload .ps:nth-child(1){
   height:310px !important;
}
.stp_nf_no.blk_bakground .no.txt.semibold_font{
    padding-top: 14px !important;
}
.str_img_width.site_map_img,.store_img .str_img_width{
   background-color: #dbdbdb;
}
.full_width.disount_img_presc_wrapper{
    height: 160px;
    width: 510px;
    background-color: #dbdbdb !important;
}
.disount_img_presc_wrapper img{
    font-size:20px;
    line-height: 143px;
}
.mrtop27{
   margin-top:27px;
}
.catalog_search_btn{
    width: 14%;
}
.display_rs{
  width:20px;
  margin-right:10px;
}
.progess_wrap{
    padding-right:0px;
}
.input_block{
    width:100%;
    margin-right:5px;
}
.search_med_catalog{
    margin:0px !important;
} 
.input_block .input_class{
    padding:5px;
    margin-bottom: 0px;
    width: 80%;
    height: 30px;
}
#model_catalog{
    width:1000px !important;
}
.request_search_wrapper .from_to_txt{
    margin-top: 19px;
}
.dashboard_info_blck{
    width: 31%;
}
.dashboard_info_blck.dashboard_info_blck_margin{
    margin-right: 40px;
}
.cart_img{
   height: 36px;
   width: 36px;
}
.cart_wrapper,.mr-btm20{
  padding-top: 10px;
}
.black_txt{
    color:#000;
}
.store_grp_outer.graph_view_tp{
    width: 555px;
}
.store_grp_outer.graph_view_tp.graph_view_tp_margin{
    margin-right: 60px;
}
.edit_action_catalog div{
    background-image: url("images/edit.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}
.edit_action_catalog{
    width: 23px;
    margin-top: 3px;
    display: inline-block;
    margin-left: 22px;
    height: 15px;
}
.back_cart{
    margin-top:20px;
}
.cart_wrapper{
    margin-bottom:20px;
}
.location_img_usr{
    display:none;
}
.price_detail_header{
    padding: 10px 10px 5px;  
}
.border_bottom{
     border-bottom: 1px solid #cccccc;
}
.charges_detail .charg_info{
    padding: 20px 14px 0px;
}
.charg_info.charg_bottom{
    padding-bottom: 25px;
}
.dashed_top{
    border-top: 1px dashed;
}
.total_amount_block{
    padding-bottom: 40px;
}
.cart_btn{
    width: 28px;
    height: 28px;
    display: inline-block;
    border: 1px solid #b0b0b0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    background-color: white;
}
.form-control.cart_form-control{
    height: 26px;
    display: initial;
}
.cart_form-control{
    margin-top: 0px;
}
.inc_dec_btn input[type="text"]{
    width: 50px;
}
#catalig_form_id .manage_prc_body{
   max-height:400px !important
}
.upload_pres_header .upload_header{
    margin: 10px 0px;
}
.crt_pres{
    padding: 4px;
}
.upload_pres_title{
    font-size: 15px;
}
.crt_pres_input input[type="file"]{
    height: 25px;
}
.right_cart_block.uplod_file_crt{
    padding-bottom:10px;
    padding-top: 10px;
}
.right_cart_block,.left_cart_block{
    border:1px solid #cccc;
}
.sub-total{
    padding-top: 15px;
    padding-bottom: 20px;
}
.item_img{
    width: 66px;
    padding: 0px 15px;
    padding-right: 0px;
}
.inc_dec_btn{
    padding-right: 0px;
}
.med-mfact-remove{
    padding-top: 5px;
}

.unit_title{
    padding-left: 27px;
}
.item-price-header{
    padding-left:0px;
}
.med-name{
    color: #0cc;
}
.remove-item a,.new_address a{
    color:#0232cc;    
}
.new_address{
   padding-bottom:10px;
}
.user_addr_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.user_address_list{
    height: 100%;
    padding-bottom: 45%;
}
.address_wrap_bt{
    position: absolute;
    bottom: 0px;
}
.customer-name{
    padding-bottom:5px;
}
.border_bottom_wrap{
    margin: 0px auto;
    width: 97%;
}
.border_bottom_margin{
    margin-top:35px;
}
.add_new_address{
    margin:35px 0px;
}
.order_progress_bar{
    margin-top: 30px;
    margin-bottom: 15px;
}
.color_orange{
    color:#f97f07;
}
.cart_logo_wrapper{
    width:230px;
    padding: 0px 15px;
}
.cart_process_bar{
    height: 20px;
}
.left_cart_bar{
    width:29%;
    border-bottom: 1px solid #f97f07;
}
.right_cart_bar{
    width:70%;
    border-bottom: 1px solid #7b7b7b;
}
.payment_bar{
    padding-right: 0px;
    padding-left: 10px;
}
.cart_home_delivery_icon{
    z-index: 1;
    position: absolute;
    background-image: url("../images/cart_home_delivery_icon.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    top: 12px;
    left: 190px;
}
.cart_bar_title{
    margin-top:5px;
    color:#7b7b7b;
}
.result_heading_wrapper.edit_address{
    padding-right:0px;
}
.order_progress_bar.new_address_bar,.cart_logo_wrapper.edit_address,
.result_heading_wrapper.edit_address{
    padding-left:0px;
}
.user_address_wrap{
    margin:40px 0px;
}
.invoice_cart_address,.cart_table .total_wrap{
    line-height: 2;
}
.btn-primary.large.cart_invoice_btn{
    padding: 11px 24px;
    margin-bottom: 20px;
}
.btn-primary.large.invoice_back_btn{
   padding: 11px 70px;
}
.medicine_list_wrap{
    max-height:500px;
    overflow: scroll;
    border-bottom:1px solid #cccc;
}
.store_medicine_list{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top:1px solid #cccc;
}
.store_medicine_list .medicine_detail_wrapper,.plft{
    padding-left: 0px;
}
.left_cart_bar.place_order_bar{
    width: 59%;
}
.right_cart_bar.place_order_bar{
    width: 41%;
}
.cart_home_delivery_icon.place_order_bar{
    right: 260px;
    left:auto;
}
.presc_img_block{
    margin:15px;
}
.medicine_detail_wrapper{
    width:72%;
}
.med_price_wrp{
    padding-left: 25px;
}
#toastbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  bottom: 30px;
  font-size: 17px;
}

#toastbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.toast_image{
    postion:absolute;
    z-index:99999;
    height:50px;
    width:50px;
}
.toastbar_wrap{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order_btn.track_btn{
    width: 92%;
}
.order_img{
    clear:left;
}
.order_itm{
    margin-top: 45px;
}
.ordlist .ordinner{
    padding:30px 0px;
}
.order_del{
    margin-top: -10px;
}
.cancel_strip{
    background-color:#f1f1f1;
    padding: 10px 0px;
}
.cancel_form{
   padding: 0px 10px;
}
.reason_wrap{
    margin-bottom:30px;   
}
.cancel_btn{
    padding-bottom:50px;
    margin-bottom: 50px;
    border-bottom: 10px solid #f1f1f1;
}
.product_list{
    line-height: 2;
    margin-bottom: 10px;
}
.btn_wrap{
    clear:right;
}
.adv_pay_detail .order_btn{
    margin-top: 10px;
}
.success_msg{
    line-height: 2;
}
 .btn-primary.small.order_detail_btn{
    padding-left:47px;
    padding-right: 47px;
}
.firstword:first-letter {
   text-transform: capitalize
}
.transc_success_msg{
    margin-bottom:30px;
}
.order-detail{
    margin-top:30px;
}
.cart_table.thanks_tab_wrap table td, .cart_table.thanks_tab_wrap table th{
    padding: 10px !important;
}
.cart_table.thanks_tab_wrap th{
    background-color:#fff;
    border-left: 0px solid;
    border-right: 0px solid;
}
.table_bottom_border.table_bottom0{
    border-bottom: 0px solid #dbdbdb;
}
.med_search_input_fil{
    padding-left:30px;
}
.baket_wrap{
    margin-top:6px;
}
.inner_pac_input.border_line{
    border: 1px solid #ccc !important;
}
.manual_medicine_name .manualmed_unit{
    margin-top: 8px;
}
.update_manual_form{
    height: 436px;
}
.save_medicine_btn{
    margin-bottom: 25px;
}
.dashboard_msg_box{
    left: 42%;
    margin-left: -50px;
}
.manual_unit{
    margin-top: 6px;
}
.outer_mob_header .navigation ul{
    width:100%;
    float:left;
}
.meanu_title{
    font-size: 22px;
    font-weight: 601;
}
.navbar-inverse .navbar-toggle.toggelbtn:focus, 
.navbar-inverse .navbar-toggle.toggelbtn:hover ,.top_menu_wrap{
   background-color: #f5f5f5 !important;
}
.top_menu_wrap{
    padding: 10px 10px 10px 6px;
}
.top_menu_wrap_left{
    padding-top: 11px;
}
.mail-img{
    margin-bottom: 3px;
}
.mail_sup_wrap{
    border-bottom: 1px solid #f5f5f5;
    padding: 9px 10px;
}
.outer_mob_header .navigation .inner ul li{
    padding-left: 25px;
    text-transform: uppercase;
}
.suptxt{
    text-align: end;
}
.mobile_menu_wrapper .new_nav_wrap .footer_nav{
    border-bottom: 15px solid #00ced1;
}
.toggelbtn{
    border:0px;
    padding: 0px 7px 0px 0px;
    margin-top: 6px;
}
.before_togle{
    border:1px solid #00ced1 !important;
}
.before_nav.navbar-inverse .navbar-toggle:focus, 
.before_nav.navbar-inverse .navbar-toggle:hover{
    background-color: #00ced1;
} 
.mail_sup_wrap a{
    color: #3f4659 !important;
}
.ac-list-item.checkedmed{
    background-color: #d4d4d4 !important;
}
.user_reg_form form .modal-dialog .modal-content .modal-body .form-group{ 
    margin-bottom: 8px;
}
.user_reg_form form .modal-dialog .modal-content .modal-body .form-group .frm-input .form-control{ 
    margin-bottom: 0px;
    margin-top: 3px;
}
.order_page_wrap{
    min-height: 250px;
    height: 100%;
    background-color:#fff;
}
.order_msg_wrap{
    margin-top: 10%;
    text-align: center;
}
.set_loc_dialog{
    margin-top: 10%;
}
.search_city.set_location_city{
    width: 100%;
}
.set_loc_dialog .pac-container.pac-logo{
    z-index: 99999999;
}
/*mi55*/

.mi_loader {
    border: 8px solid #00FFFF;
    border-top: 8px solid #0099ff;
    border-bottom: 8px solid #0099ff;
    background-color: #ccffff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    animation: spiner 2s linear infinite;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(64,64,64,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(64,64,64,1);
    box-shadow: 0px 0px 10px 1px rgba(64,64,64,1);
    position: fixed;
    left: calc(-50vw - 45px);
    right: calc(-50vw - 45px);
    top: calc(-50vh - 40px);
    bottom: calc(-50vh - 40px);
    margin: auto;
    z-index: 9999999999;
}
@keyframes spiner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.pac-container{
    z-index: 9999;
}
.set_loc_wrap{
    padding-top: 20px;
    width: 20%;
    margin: 0 auto;
}
.pac_input.set_loc_input{
    height: 35px !important;
}
.presc_container{
    padding-left: 0px !important;
}

/*FeSgZjIz3Mhq*/
    /*Adderall*/