/*-----------------------------------------------------------------------------------
MCK 04-12-24
------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #1998F1;
    --secondary: #60c5bc;
    --lightblue: #60c5bc;
    --graybu: #187ABA;
    
    
  }


* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}
#success-alert{display:none;}
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #768ede;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4em;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 32px;
}

html,
body {
    height: 100%;
}

body {    
    /**/
    /**/
    /**/
    /**/
	    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8790af;
}
.form_pop svg {width: 50px;}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



/*New login page 25-05-2022 mck*/

.login_leftbox_new22 {
    /*background-color: var(--primary);*/
    background: linear-gradient(45deg,  rgba(19,24,66,1) 0%,rgba(19,24,66,1) 41%,rgba(53,61,126,1) 100%);


   }
   .login_section_new22 {height: 100vh; padding-left: 15px; padding-right: 15px;}
   
   .login_section_new22 > .row {height: 100%;}
   .login_body_new22 {background: #FAFCFF;}
   
   .login_rightbox_inn_new22 {height: 100%;width: 100%; position: relative;}
   
   .login_form_alignbg_new22 {display: table;width: 100%;height: 100%;}
   
   .login_form_alignbg2_new22 {display: table-cell;vertical-align: middle;text-align: center;}
   
   .login_form_box_new22 {max-width: 475px;margin: 0 auto;width: 100%; padding: 95px 0 15px; position: relative;}
   
   .login_form_logo_new22 {display: block;padding-bottom: 12px;}
   
   .login_form_box_new22 h1 {
   font-style: normal;
   font-weight: 400;
   font-size: 32px;
   line-height: 38px;color: #070E27;margin: 0;padding-bottom: 7px; }
   
   .login_form_box_new22 p {
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 28px;letter-spacing: -0.0035em;color: #405261;margin: 0;padding-bottom: 25px;}
   
   .login_form_box_new22 .form-control {border: 1px solid #DDD;
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 14px;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; }
   
   .login_form_box_new22 .com_box_form, .login_form_box_new22 .login_buttonbg {padding-left: 10px; padding-right: 10px;}
   
   .login_form_box_new22 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #999999;
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   }
   .login_form_box_new22 .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   }
   .login_form_box_new22 .form-control:-ms-input-placeholder { /* IE 10+ */
     color: #999999;
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   }
   .login_form_box_new22 .form-control:-moz-placeholder { /* Firefox 18- */
     color: #999999;
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   }
   
   .btn_login_new22{background: var(--secondary);border: 1px solid var(--secondary); width: 100%; height: 48px;box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
   border-radius: 4px;padding: 12px 20px;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px; color: #fff; outline: none;}
   .btn_login_new22:hover {background: var(--secondary);border: 1px solid var(--secondary);box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.5); color: #fff;}
   .btn_login_border_new22{background: rgba(255, 255, 255, 0.9);border: 1px solid #E4E7EC; width: 100%; height: 48px;box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
   border-radius: 4px;padding: 12px 20px;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px; color: #667085; outline: none;}
   .btn_login_border_new22:hover {background: rgba(255, 255, 255, 0.9);border: 1px solid #E4E7EC; box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.5); color: #667085;}
   
   .form_douts_bg {display: block;}
   .form_douts_bg ul {margin: 4px 0 0; padding: 0;list-style: none;}
   .form_douts_bg ul li{list-style: none; background: #C6E2FF; border-radius: 6px; width: 10px; height: 10px; display: inline-block; margin: 0 8px;}
   .form_douts_bg ul li.dout_active{background: var(--secondary); }
   /*
   .login_leftbox_new22:after { content: " "; position: absolute; right: -1px; top: 0; background: url("../images/login-pattern.svg"); width: 154px; height: 140px;}
   */
   
   
   .login_leftbox_inn_new22 {padding: 57px 15px; max-width: 552px;
       width: 100%;
       margin: 0 auto; height: 100%;}
   
   .login_left_backbg {display: block;}
   
   .login_left_backbg img {width: 120px;}
   .login_form_logo_new22 img.logo_login_img {
       max-width: 120px;
   }
   .back_button {color: #fff;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 20px;}
   
   .back_button:hover{color: var(--secondary);}
   
   .arrow-left-i {display: inline-block; background: url("../images/arrow-left.svg"); width: 18px;  height: 12px; margin-right: 13px;}
   
   .login_left_listing {display: block; padding-top: 0; height: 100%;}
   
   .login_left_listing ul {list-style: none;margin: 0;padding: 0;display: block;}
   
   .login_left_listing ul li{list-style: none;margin: 30px 0 35px;padding: 0;position: relative;}
   
   .login_left_listing ul li b {
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;color: #98A2B3;padding-left: 41px;}
   
   .login_left_listing ul li p {
   font-style: normal;
   font-weight: 400;
   font-size: 15px;
   line-height: 26px;color: #98A2B3;padding-left: 41px;}
   
   .login_left_listing ul li span {background: #98A2B3;width: 28px;height: 28px;border-radius: 50%;display: inline-block;text-align: center;position: absolute;left: 0;top: 0;
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 24px;color: #fff;padding: 2px; margin-top: 2px; opacity: 0.84;}
   
   .login_left_listing ul li.login_active_list span{background: var(--secondary); opacity: 1}
   
   .login_left_listing ul li.login_active_list b, .login_left_listing ul li.login_active_list p{color: #FFFFFF; opacity: 1;}
   
   .login_left_imgtext b{ font-style: normal;
   font-weight: 600;
   font-size: 28px;
   line-height: 42px;color: #E3E6E8; padding-bottom: 26px; display: block; letter-spacing: -0.56px;}
   .login_left_imgtext img {/*max-width: 418px;*/ width: 100%; margin: 5px auto;}
   .login_referral_right p.login_register_text {
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;color: #8a93a7;}
   .reme_forg_22 a:hover {color: var(--secondary);}
   .link_blue_22{color: var(--lightblue);}
   .reme_forg_22{ color: #333;
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;}
   .login_footer_new22 {display: block;padding: 0 48px 35px;position: absolute;bottom: 0;right: 0;left: 0; margin: 0 auto; width: 100%; /*max-width: 564px;*/ max-width: 464px;}
   
   .login_footer_left_new22 {
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;color: #FFFFFF; float: left; margin: 0 0 2px;}
   
   .login_footer_right_new22 {
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;color: #FFFFFF; float: right; margin: 0 0 2px;}
   .login_footer_right_new22:hover, .login_footer_right_new22:active, .login_footer_right_new22:focus {color: var(--secondary);}
   .mail_icon_i {display: inline-block; background: url("../images/mail_login.svg"); width: 16px;  height: 16px; margin-right: 8px; vertical-align: middle;}
   
   
   .next_icon_i {display: inline-block; background: url("../images/next_icon.svg"); width: 16px;  height: 16px; margin-left: 12px; vertical-align: middle;}
   
   .icon_with_input {position: relative;}
   
   i.input_icon {position: absolute;width: 16px;height: 16px;left: 0;top: 0;margin: 16px 0 16px 25px;}
   
   .icon_with_input input.form-control {padding-left: 39px;}
   
   .email_icon_form {background: url("../images/mail-form.svg"); background-repeat: no-repeat; background-size: 100% auto;}
   
   .key_icon_form {background: url("../images/key-form.svg"); background-repeat: no-repeat; background-size: 100% auto;}
   
   .login_form_box_new22 .form-control.loginerror {  border: 1px solid #ff0000;   }
   .eyeicon_w_textbox {position:relative;}
   .eyeicon_w_textbox .pass_showhide_a {  margin-top: 16px;    }
   .eyeicon_w_textbox .user_check_a {    margin-top: 15px;            }
   .login_form_box_new22 .login_form_bgbg_new22 .com_box_form {    padding-left: 0;      padding-right: 0;     }
   .login_form_bgbg_new22 {   padding-left: 10px;     padding-right: 10px;        }
   
   .login-footer {
    width: auto;
    position: absolute;
    bottom: 35px;
    right: 38px;
}
.login-footer a {
    font-size: 12px;
    padding: 0 0 0 12px;
    color: #9DA2A6;
}

   
   /* // New login page 25-05-2022 mck*/

   .login_right_logobg {
    width: auto;
    position: absolute;
    top: 35px;
    right: 38px;
}
.login_sliderbg {
    display: block;
    overflow: hidden;
    position: relative;
    /*background: url(../images/login_left_biglogo.png);*/
    background-repeat: no-repeat;
    background-size: 100% auto; background-position: center; 
}
.login_slider_box img {max-width: 280px;}

label.login_ref_label {
    color: #666D7B;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: inline-block;
    text-align: left;
}
label.login_ref_label_style2 {
    color: #666D7B;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    text-align: left;
}

.login_referral_right .com_box_form {
    text-align: left; padding-bottom: 5px;
}

a.forg_log_refbu {
    color: #60c5bc;
    text-align: right;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: .5rem;
    display: inline-block;
    margin-left: auto;
}

.login_referral_right i.input_icon {
    margin-left: 15px;
}

.login_referral_right .btn_login_new22 {
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 8px;
    width: 100%;
    min-height: auto;
    max-width: inherit;
    display: inline-block;
    height: auto; 
}

.login_referral_right p.login_register_text {
    color: #B9BCC3;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; padding-top: 19px;
}
.login-footer {
    width: auto;
    position: absolute;
    bottom: 35px;
    right: 48px;
}
.login-footer a {
    font-size: 14px;
    padding: 0 0 0 12px;
    color: #9DA2A6;
}
sup.red_dot {
    font-size: 24px;
    line-height: 10px;
    top: -.35em; color:#ff0000 !important;
}


/*slider */
.owl_wrapper {
  
  overflow: hidden;
}
.owl_content {
  padding-left: 0;
}
.owl_wrapper .owl-item {
    opacity: 0;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    transition: all 0.2s;
    -webkit-transform: all 0.2s;
    z-index: 1;
  }
  .owl_wrapper .active {
    opacity: 0.5;
  }
  .owl_wrapper .active.middle_beside {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0.8;
    margin: 0 -1%;
    z-index: 2;
  }
  .owl_wrapper .active.middle {
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    z-index: 3;
  }
  .owl_wrapper .active.next_to_mid {
    margin-left: -1%;
  }
  .owl_wrapper .active.prev_to_mid {
    margin-right: -1%;
  }
  
  /*===== Navigation =====*/
  .owl_wrapper .prev,
  .owl_wrapper .next {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #777;
    cursor: pointer;
    z-index: 5;
  }
  .owl_wrapper .next {
    left: calc(100% - 100px);
  }
  .no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .infos {
    width: 500px;
    text-align: center;
    
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
    color: #000;
  }
  .infos a {
    color: #555;
    text-decoration: none;
  }
  .infos a:hover {
    color: #999;
  }
  
  .fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
  }
  
  .fullscreen-modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
  }
  
  .fullscreen-modal .close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
  }
  
  .fullscreen-modal .modal-content {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

/* // slider */

.lock_icon_form {
    background: url(../images/log-lock-form.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.phone_icon_form {
    background: url(../images/log-phone-form.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.email1_icon_form {
    background: url(../images/log-mail-form.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.passeye_icon_form {
    background: url(../images/pass_eye.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.name_icon_form {
    background: url(../images/user_name.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.date_icon_form {
    background: url(../images/date_form.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.noti_icon {
    background: url(../images/notification.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.back_icon {
    background: url(../images/left_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.adress_icon_form {
    background: url(../images/address-form.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}


  .w-40 {
    width: 40%;
}  

.login_form_box_new22 select.form-control {
    min-height: 50px;
}

a.back_a {
    display: inline-block;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 10px; height: 40px;
}

a.noti_a {
    display: inline-block;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 10px; height: 40px; position: relative;
}
span.noti_inc {
    width: 9px;
    height: 9px;
    background: #1BB4E9;
    border-radius: 50%;
    right: 0;
    top: 0;
    position: absolute;
}
.navbar_m{-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;}


    a.profile_a {
        display: flex;
    }
    
    a.profile_a img {
        width: 40px;
        height: 40px;
    }
    
    .profile_a div {
        padding-right: 10px;
    }
    
    .profile_a div span {
        display: block;
        color: #000000;
        font-size: 12px;
        opacity: 0.6;
        line-height: 16px;
        padding-bottom: 1px;
    }
    
    .profile_a div b {
        color: #000000;
        font-size: 18px;
        line-height: 23px; font-weight: 600;
    }
    .header_heading {
        text-align: center;
        color: #000000;
        font-size: 18px;
        line-height: 23px; font-weight: 600;    margin: 0;
        width: 100%;padding-top: 8px;
    }
    .header_left {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .header_right {
        display: flex;
    }
    nav.navbar.navbar_m {
        padding-left: 0;
        padding-right: 0;
    }
    .inner_section_new {
        padding-top: 105px; padding-bottom: 125px;
    }


    .com_box_form2 .form-control{border: 1px solid #DDD;
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 14px;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;}

    .com_box_form2 select.form-control {
        min-height: 50px;
    }
    .formbu_bg {padding-top: 25px;}

    header.my_qr_header {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;background: #fff;
        z-index: 8;
    }

.nav_home{background: url(../images/nav_home.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    }
.nav_details{background: url(../images/nav_details.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        }
.nav_qr{background: url(../images/nav_qr.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;
            }
.nav_chat{background: url(../images/nav_chat.svg);
                background-repeat: no-repeat;
                background-size: 100% auto;
                }  
.nav_faq{background: url(../images/nav_faq.svg);
                    background-repeat: no-repeat;
                    background-size: 100% auto;
                    }                      
    .navbar_inn ul li a i{width: 20px;
        height: 20px;
        display: inline-block;     position: relative; opacity: 0.60;}
    .navbar_bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background: #000;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px; z-index: 8;
    }
    
    .navbar_inn {
        display: block;
        padding: 9px 10px 3px;
    }
    
    .navbar_inn ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
    }
    
    .navbar_inn ul li a {
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        display: block;
        text-align: center; position: relative;
    }
    
    .navbar_inn ul li a span {
        opacity: 0.60;
        display: block;
        padding-top: 6px;
    }
    
    .navbar_inn ul li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 10px 5px;
    }
    .navbar_inn ul li a.active:before {
        content: " ";
        position: absolute;
    background: #60c5bc;
    width: 34px;
    height: 34px;
    left: auto;
    top: 0;
    z-index: 0;
    right: auto;
    margin: -8px 0 0 -7.8px;
    border-radius: 50%;
    }
    
    .navbar_inn ul li a.active span, .navbar_inn ul li a.active i, .navbar_inn ul li a:hover i, .navbar_inn ul li a:focus i, .navbar_inn ul li a:focus span, .navbar_inn ul li a:hover span {
        opacity: 1;
    }
    .noti_drop a.dropdown-toggle:after {display: none;}

.dropdown-menu.noti_list_dropmenu {
    right: 0;
    left: auto;
    max-width: 360px !important;
    min-width: 360px !important;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3) !important;
    border: none; padding: 15px;
}    
.noti_tabbg {
    display: block;
    background: #f5f5f5;
    border-radius: 10px;
    margin: 0 0 15px;
}

.noti_tabbg ul {
    margin: 0;
    padding: 4px;
    list-style: none;
    display: flex;
}

.noti_tabbg ul li {
    width: 33.33%;
}

.noti_tabbg ul li a.active {
    background: #000;
    color: #fff;
    border-radius: 10px;
}

.noti_tabbg ul li a {
    display: block;
    text-align: center;
    padding: 7px 5px;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
}

.noti_textbg {
    display: block;
    padding-left: 15px;
}

.noti_textbg b {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.noti_textbg span {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
}

ul.noti_list_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.noti_list_ul li {
    display: block; padding: 10px 0;
}

ul.noti_list_ul li a {
    display: flex;
    padding: 10px;
    border: 1px solid #E7E9ED;
    border-radius: 10px;
}

.noti_icon_bg {
    width: 40px;
    height: 40px;
    background: #C6DDF5;
    border-radius: 10px;
}
.home_bannerbg {
    border-radius: 10px;
    padding: 32px 15px;
    background: rgb(96 197 188 / 35%);
    text-align: center; 
}

.onboarding_iconbg {
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    padding: 15px;margin-bottom: 16px;
}

.onboarding_iconbg div {
    background: rgb(27 180 233 / 10%);
    border-radius: 4px;
    width: 56px;
    height: 56px;
    padding: 13px;
}
.onboarding_iconbg div svg {
    width: 30px;
    height: 30px;
}

i.onboarding_icon {
    background: url(../images/onboard_icon.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    }
    .home_bannerbg p b {
        color: #000000;
        font-size: 18px;
        line-height: 22px;
    }
    
    .home_bannerbg p {
        font-size: 14px;
        color: #000000;
        opacity: 0.8;
        line-height: 18px;
        margin: 0;
        padding-bottom: 10px;
    }

    .btn_light{background: var(--lightblue);border: 1px solid var(--lightblue); }
    .btn_gray{background: var(--graybu);border: 1px solid var(--graybu); }
    
    .w-auto {width: auto;}

    ul.onboard_2box_ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    
    ul.onboard_2box_ul li {display: inline-block; width: 33%; padding: 10px 15px;}
    
    .onboard_2boxbg {
        display: block; 
        background: #caeffd;
        border-radius: 10px;
        padding: 24px;
        color: #000;
        font-size: 14px;
        line-height: 18px; position: relative;
    }
    .onboard_2boxbg:before{ content: " "; position: absolute; left: 0; top: 0; right:0; bottom: 0;
        background-size: contain;background: url(../images/onboard_2box_bgpattern.svg);
        background-position: center; background-size: contain;}
    .onboard_2box_iconbg {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        padding: 18px; position: relative; z-index: 1;
    }
    
    .onboard_2box_iconbg i {
        display: inline-block;
        width: 24px;
        height: 24px;
    }
    
    i.onboard_2box_icon1 {background: url("../images/onboard_2box_icon1.svg");
        background-size: 100% auto;background-position: center;}
    i.onboard_2box_icon2 {background: url("../images/onboard_2box_icon2.svg");
            background-size: 100% auto;background-position: center;}        
    
    .onboard_2boxbg p {
        margin: 0;
        padding: 26px 0 12px;
        display: block; position: relative; z-index: 1
    }
    
    .onboard_2boxbg b a {
        font-weight: 700; position: relative; z-index: 1
    }

    .patient_tab_conbg {
        padding: 45px 15px;
    }
    
    .patient_tab_headbg .nav-tabs .nav-item.show .nav-link, .patient_tab_headbg .nav-tabs .nav-link.active{
        background: #60c5bc !important;
        color: #fff !important;
    }
    
    
    
    .patient_tab_headbg .nav-tabs .nav-item .nav-link {
        color: #60c5bc;     background: #f0f0f0;
    }
    
    .patient_tab_headbg .nav-tabs .nav-item {
        padding: 0 1px;
    }
    
    .patient_form_bubg {
        padding-top: 25px;
    }
.link_drug {font-size: 12px; word-break: break-all; color:#1BB4E9; line-height: 14px;}    

.add_icon {background: url("../images/add_icon.svg");
    background-size: 100% auto;background-position: center; width: 24px; height: 24px;} 

    .add_button_outside {
        position: relative;
    }
    
    a.add_bua {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 11px;
        margin-right: -25px;
    }
    
    a.add_bua i {
        display: inline-block;
    }

    .patient_detialspg_subhead h4 {
        color: #000000;
        font-size: 16px;
        line-height: 21px;
        font-weight: 600; padding-top: 8px; padding-top: 10px;
    }
    .viewqrbg p {
        font-size: 16px;
        color: #000; margin: 0;
    }
    .viewqrbg p span{display: inline-block;}
    .max_w156{max-width: 156px;}

/*switch*/
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3EB44A;
    background-color: #3EB44A;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}
.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
/*switch*/


/* Web header*/
#header {
    left: 0;
    right: 0;
    z-index: 1002;
    /*background: #0a1439;*/
    background: #fff;
	    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	border-bottom: 2px solid #E9EBED;
}
.fixed-top {
    position: fixed;
    /*box-shadow: 1px 0 3px rgba(0,0,0,.15);*/
}
.top-nav {
    padding-top: 15px; display: flex;
}
.top-nav ul.top-menu>li>a {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 0px;
    background: none;
    margin-right: 0; color: #3370FB; font-size: 14px;display: inline-block;
}
.top-nav ul.top-menu>li>a span.username {
    color: #151C2F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.top-nav ul.top-menu>li>a.dropdown-toggle::after {display: none;}
.notification_bar_a .dropdown-toggle::after {
    display: none;
}

.top-nav .top-menu img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 33px; height: 33px;
}
.container.container_wide {
    max-width: 100%;
}
.logobgn img {
    max-width: 182px;
}
.head_newfix .top-nav {  padding-top: 5px; padding-bottom: 5px;}
.top-nav li.dropdown .dropdown-menu {
    float: right !important;
    right: 0 !important;
    padding: 8px 10px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: none;
}
.header_profiletoggle ul.dropdown-menu li a {
    padding: 5px;
    display: block;
    font-size: 14px;
}
.header_profiletoggle a.dropdown-toggle {
    display: flex !important;
    position: relative;
    padding-right: 25px !important;
}

.header_profiletoggle a.dropdown-toggle .pro_pic {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 0;
}

.header_profiletoggle a.dropdown-toggle .pro_pic img {
    border-radius: 10px;
    overflow: hidden;
    width: 40px !important;
    height: 40px;
}

span.username_welcome {
    opacity: 0.5;
    color: #151C2F;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 16px;
    padding-bottom: 5px;
}

.header_profiletoggle a.dropdown-toggle svg {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}
aside {
    z-index: 1000;position: relative;
}
.leftmenubg {
    width: 88px;
    height: 100%;
    position: fixed;
    background: #131842;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 90px;
    border-right: 1px solid #dee1e3;
    padding-bottom: 60px;  
}
.leftside-navigation::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.leftside-navigation::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.leftside-navigation::-webkit-scrollbar-thumb
{
	background-color: #ddd;
	border: 1px solid #ddd;
}
.leftside-navigation {
    overflow-x: auto;
    height: 100%;
}

.expand_menububg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 18px;
}

.expand_menububg a {
    display: inline-block;
}

a.menuexpanbu {
    background: var(--lightblue);
    padding: 5px 11px;
    border-radius: 8px;
    text-align: center;
}


a.menuexpanbu svg {
    display: inline-block;
}
.brand_menubg {
    padding-left: 19px;position: absolute;
    top: 0;
    padding-top: 9px;
}

a.brand_menua {
    display: inline-block;position: relative;
    padding-bottom: 5px;
}
a.brand_menua:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #232F62;
    bottom: 0;
}
a.brand_menua img {
    height: 60px;
}
.leftside-navigation li a.nav-link {/*padding: 18px 28px;*/ padding: 13px 13px;
    position: relative;
    border-bottom: 0px solid #ecedf5;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    border-radius: 8px; background: #0f143d; max-width: 50px;
}

.leftside-navigation .nav-item.active{ position: relative;}

/*.leftside-navigation .nav-item.active:before{content: " "; width: 5px; height: 80%; left: 0;  top: 0; bottom: 0; background: var(--secondary); position: absolute; margin: 10% 0;}*/
.leftside-navigation .nav-item.active:before {
    content: " ";
    width: auto;
    height: 80%;
    left: 10px;
    top: 0;
    bottom: 0;
    background: var(--secondary);
    position: absolute;
    margin: 5px auto;
    right: 10px;
    display: block;
    border-radius: 8px; display: none;
}
.leftside-navigation li a.nav-link i, .leftside-navigation li a.nav-link svg{    vertical-align: middle; background-position: center; opacity: 0.6;}

.left_nav_icon1 {background-image: url(../images/left_nav_icon1.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; }
.left_nav_icon2 {background-image: url(../images/left_nav_icon2.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; }
.left_nav_icon3 {background-image: url(../images/left_nav_icon3.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; }
.left_nav_icon4 {background-image: url(../images/left_nav_icon4.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; }
.left_nav_icon5 {background-image: url(../images/left_nav_icon5.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; }
.left_nav_icon6 {background-image: url(../images/left_nav_icon6.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; }
.left_nav_icon7 {background-image: url(../images/left_nav_icon7.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; }
.left_nav_icon8 {background-image: url(../images/left_nav_icon8.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; background-size: 100% auto; }
.ref_menu_icon_expan {background-image: url(../images/ref_menu_icon_expan.png); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px; }

.active .left_nav_icon1 {background-image: url(../images/left_nav_icon1_h.svg); background-repeat: no-repeat;  }
.active .left_nav_icon2 {background-image: url(../images/left_nav_icon2.svg); background-repeat: no-repeat;  }
.active .left_nav_icon3 {background-image: url(../images/left_nav_icon3.svg); background-repeat: no-repeat;  }
.active .left_nav_icon4 {background-image: url(../images/left_nav_icon4.svg); background-repeat: no-repeat;  }
.active .left_nav_icon5 {background-image: url(../images/left_nav_icon5.svg); background-repeat: no-repeat;  }
.active .left_nav_icon6 {background-image: url(../images/left_nav_icon6.svg); background-repeat: no-repeat;  }
.active .left_nav_icon7 {background-image: url(../images/left_nav_icon7.svg); background-repeat: no-repeat;  }
.active .left_nav_icon8 {background-image: url(../images/left_nav_icon8.svg); background-repeat: no-repeat;  }


.left_nav_icon9 {background-image: url(../images/add-pet.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px;  }
.left_nav_icon10 {background-image: url(../images/hospital-icon.svg); background-repeat: no-repeat; width: 24px; height: 24px; display: inline-block; margin-left: 0px;  }

.leftside-navigation li.active a.nav-link i, .leftside-navigation li.active a.nav-link svg{    opacity: 1;}
.leftside-navigation li a.nav-link svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    display: inline-block;
}

img.logowhite_ref {
    display: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
img.logoicon_ref {
	display:inline-block;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ref_menus_show img.logowhite_ref {
    display:inline-block;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ref_menus_show img.logoicon_ref {
	display: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.leftmenubg.ref_menus_show {
    width: 270px;
}
.ref_menus_show a.menuexpanbu svg {
    transform: rotate(180deg);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.leftside-navigation li a.nav-link span.ref_menusp {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; opacity: 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ref_menus_show .leftside-navigation li a.nav-link span.ref_menusp{opacity: 1; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.inner_referral a.nav-link i {
    vertical-align: middle;
}
.leftside-navigation li.nav-item.active a.nav-link {
    background: var(--lightblue);
}

.leftside-navigation .nav-item {
    padding: 8px 16px;
}
.leftmenubg.ref_menus_show .leftside-navigation li a.nav-link {
    max-width: 100%;
}
.main-content {
    margin-left: 84px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

	    min-height: -webkit-calc(100% - 38px);
    min-height: calc(100% - 38px);
}
.main_content_inner {
    display: inline-block;
    margin-top: 104px;
    padding: 0;
    width: 100%; padding-left: 15px;
}
.main_header_bg h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.main_header_bg {
    padding-top: 0;
    padding-bottom: 30px;
}

.nav-icon {background-image: url(../images/nav-icon.svg); background-repeat: no-repeat;  width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 78% auto;
    background-position: center; }
    .mob_toggleli a.menuexpanbu {
        padding: 4px 7px !important;
        background: #f5f5f5 !important;
        border-radius: 10px !important;
    }
    li.mob_toggleli {
        padding: 0 0 0 10px;
    }
    .show > .dropdown-menu {
        display: block;
    }

    .profile_page_bg {
        background: #60c5bc;
        border-radius: 10px;
        padding-top: 95px;
        border: 8px solid #60c5bc;
    }
    
    .pro_pg_pic_sec {
        display: block;
        padding-top: 25px;
        text-align: center;
        background: #fff;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    
    div {}
    
    .pro_pg_pic_sec div {
        margin-top: -70px;
    }
    
    .pro_pg_pic_sec h4 {
        margin: 0;
        padding: 15px 0 5px;
        font-size: 20px;
        color: #000;
        font-weight: 600;
    }
    
    .pro_pg_pic_sec p {
        color: #000;
        opacity: 0.5;
        margin: 0;
        font-size: 15px;
        padding-bottom: 25px;
    }
    
    .pro_pg_sec_com {
        background: #fff;
    }
    
    .pro_pg_sec_com h5 {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        padding: 0 0 15px;
    }
    
    .pro_pg_sec1 .row p {
        color: #000000;
        font-size: 16px;
        margin: 0;
        padding-bottom: 5px;
    }
    
    .pro_pg_sec1 .row p span {
        opacity: 0.5;
    }
    
    .pro_pg_sec_com .com_box_form2 {
        padding-top: 15px;
    }
    
    .pro_pg_sec1 {
        padding-bottom: 55px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }   
    
    .other_diagnosis_1 {
        border: 1px solid #ddd;
    padding: 15px 35px 5px 15px;
    border-radius: 10px;
    position: relative; margin-bottom: 20px;
    }    
    a.add_bua_large {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        margin-right: -34px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    a.add_bua_large i {
        display: inline-block;
    }
    a.add_bua_large .add_icon{    width: 34px;      height: 34px;}
    .range_inputbg input {width: 100%;}
    .range_inputbg {}
    
    .past_his_border {
        border: 1px solid #ddd;
        padding: 15px 35px 5px 15px;
        border-radius: 10px;
        position: relative;
        margin-bottom: 20px;
    }
    .or_form_bubg {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .or_border_sp span {
        display: inline-block;
        background: #fff;
        padding: 0 10px;
        margin-bottom: -19px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        font-size: 18px;
    }
    
    span.or_border_sp {
        display: block;
        position: relative;
    }
    .or_border_sp:before{content:" ";position: absolute;left: 0;right: 0;height: 1px;width: 100%;border-bottom: 1px solid #ddd;margin-top: 10px;top: 0;}

    .p_style1 p {
        color: #000;
        font-size: 16px;
    }
    
    span.p_sp2 {
        word-break: break-all; color: #1BB4E9;
    }
    
    span.p_sp1 {
        font-weight: 500;
    }
    .newwebmenu_card {width: auto !important; display: inline-block !important; min-width: 150px; margin: 5px 5px;}
    .calander_icon {
        position: relative;
    }
    
    .calander_icon:after {background-image: url(../images/calander.svg); background-repeat: no-repeat;
        background-position: center;
        content: " ";
        width: 24px;
        height: 24px;
        right: 0;
        position: absolute;
        top: 0;
        margin-top: 12px;
        margin-right: 15px;}

        .range_secbg {
            position: relative;
        }
        
        span.range_sp_com {
            position: absolute;
            right: 0;
            bottom: 0;
            font-size: 15px;
            color: #6f6f6f;
            font-weight: 500;
        }
        
        span.range_sp_com.range_severe {
            color: #ff0000;
        }
        
        span.range_sp_com.range_moderate {
        }

/* // Web header*/


/* --- mck admin --- */
.medication_filebox{
    border: 1px solid #ddd;
    padding: 15px 35px 15px 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 35px;
}
.input_file{padding: 9.5px 14px;}

.or_checkbg_heighlite label {
    font-weight: 600;
    color: #000000;
}
.mt_13{margin-top: 13px;}

.medication_filebox label.login_ref_label_style2 {
    font-size: 16px;
    padding-bottom: 17px;
    margin: 0; font-weight: 600;
}

.dash_4boxbg {
         display: block;
        background: #fff;
        border-radius: 4px;
        padding: 24px;
        color: #000;
        font-size: 18px;
        line-height: 28px;
        position: relative;
        height:100%;
        text-align:center;
        box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
    }
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--lightblue);
    border-color: var(--lightblue);
}
.dash_4boxbg:hover{    box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 16px 0px, rgba(0, 0, 0, 0.06) 0px 4px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;}	
	
    .dash_4boxbg:before{ content: " "; position: absolute; left: 0; top: 0; right:0; bottom: 0;
        background-size: contain;background: url(../images/onboard_2box_bgpattern.svg);
        background-position: center; background-size: contain;}
    .dash_4box_iconbg {
        display: inline-block;
        width: auto;
        height: auto;
        background: #fff;
        border-radius: 50%;
        padding: 18px 5px;
        position: relative;
        z-index: 1;
        text-align: center;
        min-width: 64px;
        min-height: 60px;
    }
    
    .dash_4box_iconbg i {
        display: inline-block;
        width: auto;
        height: auto;
        font-weight: 800;
        font-style: normal;
        font-size: 23px;
        line-height: 25px;
        color: #144761;
    }
.dash_4boxbg b span {
    display: block;
}	
.dash_4boxbg b{display:block; padding:15px 0 0}

.ref_tablebg {
    display: block;
}

table.table.ref_his_table {
    box-shadow: none;
    border: none;
}

.ref_tablebg table.table.ref_his_table tr th {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #EEF0F1 !important;
    padding: 16px 15px; text-transform:uppercase;
	color: #172046;

font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 15px; 
}
.ref_tablebg table.table.ref_his_table tr td {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #EEF0F1 !important;
    padding: 16px 15px;
	color:#151C2F;

font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 19.5px;
}
.ref_sharecodebg.ref_sharecodebg_tablein {
    padding: 0;
}	

th.ref_his_tbth1 {
    width: 25%;
}

th.ref_his_tbth2 {
    width: 30%;
}

.ref_his_tbth3 {width: 15%;}

th.ref_his_tbth4 {
    width: 30%;
}

.ref_table_paginationbg {
    padding: 15px 5px 50px;
}

.ref_table_paginationbg ul.pagination {
    margin: 0;
}

.ref_table_paginationbg ul.pagination a {
    border: none;
    padding: 3px 5px;
    color: #151C2F;
    text-align: center;

    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    min-width: 24px;
    min-height: 24px;
    line-height: 18px;
    border-radius: 4px;
    max-height: 24px;
}
.ref_table_paginationbg ul.pagination a:hover .ref_table_paginationbg ul.pagination li.active a{ background:#3370FB;}
.ref_table_paginationbg ul.pagination li.page-item {
    display: inline-block;
    vertical-align: middle;
}

.ref_table_paginationbg ul.pagination li.page-item span {
    display: inline-block;     width: 20px;
    height: 20px;
    overflow: hidden;
    line-height: 10px;
}
.ref_table_paginationbg ul.pagination li{padding: 0 8px;}
.ref_table_paginationbg ul.pagination li.page-item span svg {height: 20px;}	
.offnumber {
    display: inline-block;
    color: #151C2F;
    text-align: center;

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding-right: 18px;
}

.offnumber_drop {
    display: inline-block;
}

span.offnumber1 {
    font-weight: 600;
}

.offnumber_drop select {
    border: none;
    color: #151C2F;
    text-align: right;

    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    box-shadow: none !important;
    outline: none !important;
}

.action_icon1 {
    background-image: url(../images/qr-code-view.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;background-size: 100% auto; opacity: 0.6;
}
.action_icon2 {
    background-image: url(../images/edit-profile.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;background-size: 100% auto; opacity: 0.6;
}
.action_icon3 {
    background-image: url(../images/logs.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;background-size: 100% auto; opacity: 0.6;
}
.action_icon4 {
    background-image: url(../images/view-eye.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;background-size: 100% auto; opacity: 0.6;
}
.action_icon5 {
    background-image: url(../images/schedule.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;background-size: 100% auto; opacity: 0.6;
}
.action_icon6 {
    background-image: url(../images/cancel.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;background-size: 100% auto; opacity: 0.6;
}
.action_icon7 {
    background-image: url(../images/reshedule.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;background-size: 100% auto; opacity: 0.6;
}

.action_icon8 {
    background-image: url(../images/confirm.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0px;background-size: 100% auto; opacity: 0.6;
}
.a_action_tb {display:inline-block; padding: 2px 3px;}

.ref_searchbg {
    display: block;
    width: 90%;
    padding-bottom: 10px;
    position: relative;
}

.ref_searchbg input {
    border-radius: 8px;
    background: #FFF;
    height: 50px; padding-left: 55px;
}
.ref_ser_bg {
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px 0 0 15px;
}

.vi_qrimg {
    display: inline-block;
    box-shadow: 0px 0px 25px -8px rgb(0 0 0 / 66%);
}

.maxw_190{max-width: 190px !important;}

ul.fa2_ul1 li a {
    color: #768ede;
    padding-left: 25px;
    display: inline-block;
    position: relative;
}

ul.fa2_ul1 {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

ul.fa2_ul1 li {
    display: block;
    text-align: left;
    padding: 0 10px 10px;
}

ul.fa2_ul1 a span {
    position: absolute;
    left: 0;
    top: 0;
    margin: 1px 0 0;
}
ol.fa2_ol1 {
    margin: 0;
    padding: 0 0 25px 27px;
}

ol.fa2_ol1 li {
    padding: 5px 10px;
    text-align: left;
}

.qr_code_bg {
    margin-left: auto;
    margin-top: -50px;
    display: table;
    height: 100%;
    min-height: 100%;
    margin-right: auto;
}

.qrcode {
    max-width: 250px;
    display: table-cell;
    vertical-align: middle; 
}
.qrcode_n1{position:relative; display:inline-block;}
.qrcode img {
    width: 100%;
}

.qrcode_border_top:before{content: " "; position: absolute; left: 0; top: 0; border-left: 2px solid #404040;  border-top: 2px solid #404040; width: 19px; height: 19px; margin-left: -20px; margin-top: -20px; border-top-left-radius: 5px;}

.qrcode_border_top:after{content: " "; position: absolute; right: 0; top: 0; border-right: 2px solid #404040;  border-top: 2px solid #404040; width: 19px; height: 19px; margin-right: -20px; margin-top: -20px;  border-top-right-radius: 5px;}

.qrcode_border_bottom:before{content: " "; position: absolute; left: 0; bottom: 0; border-left: 2px solid #404040;  border-bottom: 2px solid #404040; width: 19px; height: 19px; margin-left: -20px; margin-bottom: -20px; border-bottom-left-radius: 5px;}

.qrcode_border_bottom:after{content: " "; position: absolute; right: 0; bottom: 0; border-right: 2px solid #404040;  border-bottom: 2px solid #404040; width: 19px; height: 19px; margin-right: -20px; margin-bottom: -20px;  border-bottom-right-radius: 5px;}

.op_25 {opacity:0.5;}


.custome_next {
    position: fixed;
    right: 0;
    top: 40%;
}

.custome_next_d1 div {
    display: none;
}

.custome_next a {
    /*background: #60c5bc;*/
	background: #0089FF;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 58px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
	   /* transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
	-webkit-transition: width 1s linear .5s, height 1s linear .5s; -webkit-transition: max-width 1s linear .5s;*/
	-webkit-transition: width 1s;
  transition: width 1s;
}

.custome_next a:hover, .custome_next.nextonload a:hover {width: 200px;
   /* transition: All 1s ease;
    -webkit-transition: All 01s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
	-webkit-transition: width 1s linear .5s, height 1s linear .5s; -webkit-transition: max-width 1s linear .5s;*/
	-webkit-transition: width 1s;
  transition: width 1s;
}
.custome_next.custome_next_p1 a:hover, .custome_next.nextonload.custome_next_p1 a {width: 210px;}
.custome_next.custome_next_p2 a:hover, .custome_next.nextonload.custome_next_p2 a {width: 240px;}
.custome_next.custome_next_p3 a:hover, .custome_next.nextonload.custome_next_p3 a {width: 260px;}
.custome_next.custome_next_p4 a:hover, .custome_next.nextonload.custome_next_p4 a {width: 280px;}
.custome_next.custome_next_p5 a:hover, .custome_next.nextonload.custome_next_p5 a {width: 300px;}

.custome_next a span {
    padding-right: 10px;
    display: inline-block; font-weight: 500;
}


.custome_prv {
    position: fixed;
    right: 0;
    top: 40%; margin-top: 50px;
}

.custome_prv_d1 div {
    display: none;
}

.custome_prv a {
    /*background: #60c5bc;*/
	background: #0089FF;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 58px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
	   /* transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
	-webkit-transition: width 1s linear .5s, height 1s linear .5s; -webkit-transition: max-width 1s linear .5s;*/
	-webkit-transition: width 1s;
  transition: width 1s;
}

.custome_prv a:hover, .custome_prv.nextonload a:hover {width: 200px;
   /* transition: All 1s ease;
    -webkit-transition: All 01s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
	-webkit-transition: width 1s linear .5s, height 1s linear .5s; -webkit-transition: max-width 1s linear .5s;*/
	-webkit-transition: width 1s;
  transition: width 1s;
}
.custome_prv.custome_prv_p1 a:hover, .custome_prv.nextonload.custome_prv_p1 a {width: 210px;}
.custome_prv.custome_prv_p2 a:hover, .custome_prv.nextonload.custome_prv_p2 a {width: 240px;}
.custome_prv.custome_prv_p3 a:hover, .custome_prv.nextonload.custome_prv_p3 a {width: 260px;}
.custome_prv.custome_prv_p4 a:hover, .custome_prv.nextonload.custome_prv_p4 a {width: 280px;}
.custome_prv.custome_prv_p5 a:hover, .custome_prv.nextonload.custome_prv_p5 a {width: 300px;}

.custome_prv a span {
    padding-right: 10px;
    display: inline-block; font-weight: 500;
}


@media print {
  .newwebmenu_card{
    display:none !important;
  }
  .pro_name {
    color: #000 !important;
}

}


.custom-file.file_upload_custom .custom-file-label::after {
    content: "Upload";
    height: calc(calc(3.0rem + 2px) - 1px* 2);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 34px;
}
.custom-file.file_upload_custom label.custom-file-label {
    border: 1px solid #DDD;
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 14px;
    min-height: 49.6px;
    margin: 0; white-space: nowrap;
}
.custom-file.file_upload_custom {
    min-height: 49.6px; overflow: hidden;
}

.card_accordion {
    display: block;
}

.card_accordion .card {margin: 0 0 5px;}

.card_accordion .card-header {
    padding: 0;
}

.card_accordion .card-header h5 {

    font-size: 18px;
    font-style: normal;
    font-weight: 600;	
	}

.card_accordion .card-header h5 a {
    display: block;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
}

.card_accordion .card-block {
    padding: 10px;
}
.card_accordion .card-header h5 a span.lnr {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 16px 10px 10px 0;
    font-weight: bold; transform: rotate(180deg);
}
.card_accordion .card-header h5 a.collapsed span.lnr {transform: rotate(0deg);}

.dash_boxrow .dash_cardbox svg {
	height: 1.75rem;
    width: 1.75rem;
    border-radius: 0.5rem;
    padding: 0.375rem;
	line-height:24px;     border-radius: 4px; fill: #fff;
}

.dash_box_text {
    padding-left: 20px;
}


.dashbox_iconcolor_1 {
    background-color: rgb(244 63 94 / 16%);
}
.dashbox_iconcolor_1 svg {
    background-color: rgb(244 63 94 / 95%); 
}

.dashbox_iconcolor_2 {
    background-color: rgb(90 102 241 / 16%);
}
.dashbox_iconcolor_2 svg {
    background-color: rgb(90 102 241 / 100%); 
}
.dashbox_iconcolor_3 {
    background-color: rgb(96 165 250 / 16%);
}
.dashbox_iconcolor_3 svg {
    background-color: rgb(96 165 250 / 100%); 
}

.dashbox_iconcolor_4 {
    background-color: rgb(234 179 8 / 16%);
}
.dashbox_iconcolor_4 svg {
    background-color: rgb(234 179 8 / 100%); 
}

.dashbox_iconcolor_5 {
    background-color: rgb(76 117 207 / 16%);
}
.dashbox_iconcolor_5 svg {
    background-color: rgb(76 117 207 / 100%); 
}

.dashbox_iconcolor_6 {
    background-color: rgb(34 197 94 / 16%);
}
.dashbox_iconcolor_6 svg {
    background-color: rgb(34 197 94 / 100%); 
}


.dash_box_left {}

span.dash_box_iconsp {
    padding: 20px;
    border-radius: 5px; line-height:24px; display: block;
}

.dash_cardbox{box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 16px 0px, rgba(0, 0, 0, 0.06) 0px 4px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 2px 0px; height:100%;
padding: 25px 25px; border-radius: 4px;
}

.dash_box_head {
    font-size: 18px;
    font-weight: 600;
    color: #60c5bc;
    margin: 0;
    padding-bottom: 5px;
}

.dash_box_amount {
    font-size: 21px;
    font-weight: 800;
    color: #131842;
    margin: 0;
    padding-bottom: 5px;
    line-height: 24px;
}

ul.hos_location_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.hos_location_ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

ul.hos_location_ul li .hos_location_text {
    width: 60%;
}

ul.hos_location_ul li .hos_location_link {
    width: 40%;
    text-align: center;
    padding-top: 15px;
}

.hos_location_link a {
    display: inline-block;
    padding: 5px;
    margin: 0 10px;
}

.hos_location_link a svg {
    width: 24px;
    height: 24px;
}

.hos_location_link a span {
    display: block;
    color: #004ecf;
}

.hos_location_text b {
    color: #131842;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    display: block;
    padding-bottom: 6px;
}

.hos_location_text p {
    font-size: 18px;
    line-height: 28px;
}

.pro_pg_pic_sec div img {
    max-width: 120px;
    border-radius: 10px;
}

.pet_detail_listbox {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 16px 0px, rgba(0, 0, 0, 0.06) 0px 4px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
    
    padding: 30px 30px;
    border-radius: 4px;
    margin-bottom: 40px;
	display: block;
    position: relative;
}
.pet_detail_list_right div.d-block {
    padding-bottom: 5px; padding-top:5px;
}
.pet_detail_list_left img {}

.pet_pet_detail_list_img {
    display: block;
}

.pet_pet_detail_list_img img {
    max-width: 140px;
    border-radius: 6px; width:100%;
}

.pet_detail_listout {padding-top: 25px;}

.pet_detail_list_right label {
    color: #172046;
    font-weight: 500;
    font-size: 16px;
}
.pet_detail_list_right span {
    color: #60c5bc;
    font-weight: 500;
    font-size: 16px;
    display: block;
}

span.pet_detail_name {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 30px;
    margin-top: -13px;
    background: #131842;
    color: #fff;
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    min-width: 140px;
    text-align: center;
}

.pet_listbox_action {
    text-align: left;
}

span.dummy_sp.d-none {
    display: block !important;
}

.pet_listbox_action a.a_action_tb {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 11px 5px;
    border-radius: 4px;
    line-height: 16px;
}
.w-5 {width: 5%;}
.vaccination_chart_tb textarea {
    height: 39px;
}
.card_bg{box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 16px 0px, rgba(0, 0, 0, 0.06) 0px 4px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
    height: 100%;
    padding: 25px 25px;
    border-radius: 4px;}
	
.card_heading {
    display: block;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #60c5bc;
}
#linechart_material {
      width: 98%;
      max-width: 1000px; /* Optional: to limit the maximum width */
      margin: auto; /* Optional: to center the chart */
    }	
.free_h_b {min-height: 100px;}
table.vaccination_chart_tb .form-control {
    font-size: 14px;
    line-height: 24px;
}	

.datepicker {
            font-size: 0.875em;
        }
        
        
.datepicker td, .datepicker th {
            width: 1.5em;
            height: 1.5em;
        }
	
table.vaccination_chart_tb .calander_icon:after {content:" ";     margin-top: 6px;}


.pet_pet_detail_list_img_v {
    display: inline-block;
    margin-top: -20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 16px 0px, rgba(0, 0, 0, 0.06) 0px 4px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
    padding: 15px;
    border-radius: 10px;
}

.pet_pet_detail_list_img_v img {
    max-width: 140px;
    border-radius: 6px; width:100%;
}

.view_d_head {
    display: block;
    padding-bottom: 15px;
}

.view_d_head span {
    color: #131842;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    padding-right: 10px;
}

.view_d_head svg {
    width: 15px;
}

.view_p_1 {
    display: block;
}

.view_p_1 span.view_p_1_1 {
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    padding: 0; color: #8790af; vertical-align:middle;
}

.view_p_1 span.view_p_1_2 {
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    padding: 0; color: #8790af; vertical-align:middle;
}

.view_p_1 span {
    padding: 0 8px; font-size: 19px; color: #131842; font-weight: 500; display: inline-block; vertical-align:middle;
}

.pet_detail_listout.view_p_box1 .pet_detail_listbox {
    padding-top: 0px;
}

.pet_detail_list_right_v div.d-block {
    padding-bottom: 5px; padding-top:5px;
}
.pet_detail_list_right_v label {
    color: #172046;
    font-weight: 500;
    font-size: 16px;
}
.pet_detail_list_right_v span {
    color: #60c5bc;
    font-weight: 500;
    font-size: 16px;
    display: block;
}

.pet_detail_listout.view_p_box1 .pet_detail_listbox {

    margin-bottom: 20px; height:100%;
}

.pet_detail_listout.view_p_box2 .pet_detail_listbox {

    margin-bottom: 20px; height:100%;
}
.pet_detail_listout.view_p_box3 .pet_detail_listbox {

    margin-bottom: 20px; height:100%;
}

.viewbox_outer_icon {
    background: #60c5bc;
    padding: 10px 10px;
    border-radius: 4px;
    line-height: 20px;
    display: inline-block;
    margin-right: 15px;
}

.viewbox_outer_icon svg {
    width: 25px;
    line-height: 23px;
}

.document_download_col a {
    display: block;
    position: relative;
    min-height: 25px;
    padding: 4px 0;
}

.document_download_col a svg {
    position: absolute;
    width: 18px;
    right: 0;
    top: 0;
    margin-top: 6px;
}

.document_download_col a label {
    padding: 0 20px 0 0;
    margin: 0;
}

.dash_vaccine_due_img {
    display: inline-block;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 16px 0px, rgba(0, 0, 0, 0.06) 0px 4px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
    border-radius: 4px;
    margin-top: -45px;
    background: #fff;
}

.dash_vaccine_due_img img {
    max-width: 120px;
    /* width: 100%; */
}

.dash_vaccine_due  .dash_box_head {
    padding-bottom: 10px;
}

.dash_vaccine_due span.dash_box_para {
    display: block;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.dash_vaccine_due .dash_box_amount {
    padding-bottom: 8px;
}

span.due_date {
    font-weight: 500;
    font-size: 14px;
}

.dash_cardbox.dash_vaccine_due:after {content: " ";background: red;position:absolute;left: 0;right: 0;height: 5px;bottom: 0;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}

.dash_cardbox.dash_vaccine_due {
    position: relative;
}

.dash_cardbox.dash_near_hos {
    position: relative;
}

.dash_boxrow .dash_cardbox.dash_near_hos svg {
    width: 60px;
    height: 60px;
}

.dash_boxrow .dash_cardbox.dash_near_hos .dash_box_head {
    padding-bottom: 10px;
}

.dash_boxrow .dash_cardbox.dash_near_hos .dash_box_amount {
    padding-bottom: 10px;
}

.dash_boxrow .dash_cardbox.dash_near_hos span.dash_box_para {
    display: block;
    padding-bottom: 5px;
}

span.dash_box_para2 {
    padding-bottom: 5px;
    display: block;
}

span.dash_box_para3 {
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
}
a.hos_link {
    position: absolute;
    right: 0;
    top: 0;
}

a.hos_link {}

a.hos_link svg {fill: #5a66f1 !important;!i;!;width: 28px !important;!i;!;height: 28px !important;!i;!;padding: 0px !important;!i;!;margin: 20px;}


a.btn.b_disable {
    pointer-events: none; opacity: .65;
}

.modal-title {
    color: #000; font-weight: 500;
}

.custom-control.custom-radio.custom_time_radio {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.custom-control.custom-radio.custom_time_radio .custom-control-label {
    margin-left: 0;
    left: 0;
    height: auto;
    max-height: inherit;
    padding: 4px 8px !important;;
    font-size: 14px;
    font-weight: 500;
    min-width: 55px; text-align: center;
}

.custom-control.custom-radio.custom_time_radio .custom-control-label:after{content:" ";border-radius: 2px;left: 0;right: 0;z-index: 0;height: 100%;top: 0;bottom: 0;width: 100%;}
.custom-control.custom-radio.custom_time_radio .custom-control-label:before{content:" ";width: 100%;border-radius: 2px;left: 0;right: 0;z-index: 0;height: 100%;top: 0;bottom: 0;}

.custom-control.custom-radio.custom_time_radio .custom-control-label span {
    position: relative;
    z-index: 1;
    color: #000;
    padding: 0;
    display: inline-block;
    margin: 0;
}
.custom-control.custom-radio.custom_time_radio .custom-control-input:checked~.custom-control-label span {
    color: #fff;
}
.custom-control.custom-radio.custom_time_radio .custom-control-input:checked~.custom-control-label:after{display: none;}

.custom-control.custom-radio.custom_time_radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #60c5bc; border-color: #60c5bc;
}
.custom_time_ul ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_time_ul ul li {
    padding: 5px 6px;
}

.up_appview_box .view_d_head {
    padding-top: 10px; padding-bottom: 5px;
}

.up_appview_box .pet_pet_detail_list_img_v {
    padding: 8px;
}
.up_appview_box .view_d_head span {
    font-size: 24px;
    line-height: 30px;}

    .pet_detail_listbox.status_pending_box:after {
        content: " ";
        background: #ffc107;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 10px;
    }
    .pet_detail_listbox.status_pending_box:after {
        content: " ";
        background: #ffc107;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 10px;
    }
    
    .pet_detail_listbox.status_pending_box:after {
        content: " ";
        background: #ffc107;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 10px;border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    
    
    
    .pet_detail_listbox.status_confirmed_box:after {
        content: " ";
        background: #44b95f;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 10px;border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    
    .pet_detail_listbox.status_canceled_box:after {
        content: " ";
        background: #dc3545;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 10px;border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .up_appview_box .up_App_dash_box .pet_pet_detail_list_img_v {
        padding: 8px;
        margin-top: 10px;
    }
    .up_appview_box .up_App_dash_box .view_d_head {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .h_auto {height: auto !important;}

    .pet_listbox_action a.a_action_tb:hover {
        background: #60c5bc;
        border: 1px solid #60c5bc;
    }
	
	
/*----------multiple-file-upload-----------*/
.input-group.file-caption-main {
  display: none;
}
.close.fileinput-remove {
  display: none;
}
.file-drop-zone {
  margin: 0px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0px;
  display: contents;
}
.file-drop-zone.clickable:hover {
  border-color: #fff;
}
.file-drop-zone .file-preview-thumbnails {
  display: inline;
}
.file-drop-zone-title {
  padding: 15px;
  height: 120px;
  width: 120px;
  font-size: 12px;
}
.file-input-ajax-new {
  display: block;
}
.file-input.theme-fas {
  display: inline-block;
  width: 100%;
}
.file-preview {
  padding: 0px;
  border: none;
  display: inline;
}
.file-drop-zone-title {
  display: none;
}
.file-footer-caption {
  display: none !important;
}
.kv-file-upload {
  display: none;
}
.file-upload-indicator {
  display: none;
}
.file-drag-handle.drag-handle-init.text-info {
  display: none;
}
.krajee-default.file-preview-frame .kv-file-content {
  width: 90px;
  height: 90px;
  display: flex;
  text-align: center;
  align-items: center;
}
.krajee-default.file-preview-frame {
  background-color: #fff;
  margin: 3px;
  border-radius: 15px;
  overflow: hidden;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: none;
  border-color: #ed3237;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover
  .file-preview-image {
  transform: scale(1.1);
}
.krajee-default.file-preview-frame {
  box-shadow: none;
  border-color: #fff;
  max-width: 150px;
  margin: 5px;
  padding: 0px;
  transition: 0.5s;
}
.file-thumbnail-footer,
.file-actions {
  width: 20px;
  height: 20px !important;
  position: absolute !important;
  top: 3px;
  right: 3px;
}
.kv-file-remove:focus,
.kv-file-remove:active {
  outline: none !important;
  box-shadow: none !important;
}
.kv-file-remove {
  border-radius: 50%;
  z-index: 1;
  right: 0;
  position: absolute;
  top: 0;
  text-align: center;
  color: #fff;
  background-color: #ed3237;
  border: 1px solid #ed3237;
  padding: 2px 6px;
  font-size: 11px;
  transition: 0.5s;
}
.kv-file-remove:hover {
  border-color: #fdeff0;
  background-color: #fdeff0;
  color: #ed1924;
}
.kv-preview-data.file-preview-video {
  width: 100% !important;
  height: 100% !important;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: none;
}
.btn-toggleheader,
.btn-fullscreen,
.btn-borderless {
  display: none;
}
.btn-kv.btn-close {
  color: #fff;
  border: none;
  background-color: #ed3237;
  font-size: 11px;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  box-shadow: none;
  color: #ed3237;
}
.kv-file-content .file-preview-image {
  width: 90px !important;
  height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  transition: 0.5s;
}
.btn-danger.btn-file {
  padding: 0px;
  height: 55px;
  width: 100%;
  display: block;
  margin: 5px;
  border-color: #dddddd !important;
  background-color: #fff !important;
  color: #ddd;
  border-radius: 10px;
  padding-top: 30px;
  transition: 0.5s; position: relative;
}
.btn-danger.btn-file:active,
.btn-danger.btn-file:hover {
  border-color: #b1b1b1 !important;
  background-color: #fff !important;
  color: #ddd;
  box-shadow: none;
}
.btn-danger.btn-file i {
  font-size: 30px;
}

@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template="audio"])
    .kv-file-content {
    width: 90px;
  }
}	
	
/*  // file upload	*/


.file-actions button.kv-file-remove i{background: url(../images/close.svg);
    background-repeat: no-repeat;  background-size: 100% auto; background-position: center; width: 15px; height:15px; display: inline-block;    margin-top: 2px; }

.file-actions button.kv-file-remove {
    line-height: 15px;
}
.verify-sub-box .btn.btn-danger.btn-file:before {position: absolute;     left: 0;
    content: "Choose files";
    padding: 15px;
    top: 0;
    color: #666D7B;}
	
.tour-backdrop {opacity: 0 !important;}	
button.btn.btn-default.btn-secondary.kv-hidden.fileinput-cancel.fileinput-cancel-button {
    display: none;
}
.iframe_bg {width: 100%; height: 460px; border: none;}
.feedbackform_note {
    display: block;
}

.feedbackform_note p {
    color: #7f7f7f;
    line-height: 26px;
}

.feedbackform_note p b {
    font-weight: 500;
    color: #000;
    opacity: 0.8;
}
.feedbackform_class .modal-dialog {
    position: relative;
    padding: 0;
    border-radius: .3rem;
}
.popover.popmck .popover-title {
    font-family: "Barlow", sans-serif !important;
}
.popover.popmck { font-family: "Barlow", sans-serif !important;}

.popmck.tour-tour button.btn.btn-sm.btn-default.btn_prv.disabled {
    display: none;
}
.popmck.tour-tour button.btn.btn-sm.btn-default.btn_close {
    display: none;
}
.login_form_box_new22 textarea.form-control {
    height: 50px;
}



@media (max-width: 767.98px) {
  .popmck.tour-tour .popover-title,
  .popmck.tour-tour .popover-content,
  .popmck.tour-tour .popover-navigation .btn-group button.btn.btn-default.btn-prev,  .popmck.tour-tour .popover-navigation button.btn.btn-default.btn-prev.disabled,
  .popmck.tour-tour .popover button.popover-close {
    display: none !important;
  }
  .popmck.tour-tour button.btn.btn-sm.btn-default.btn_prv.disabled {
    display: none !important;
}
.popmck.tour-tour button.btn.btn-sm.btn-default.btn_close {
    display: none !important;
}
.popover.popmck .popover-navigation .btn.btn_text {margin-left:0;}

.popover.popmck button.btn.btn-sm.btn-default.btn_prv {
    display: none !important;
}


.form_2fieldrow .col-md-6.pl-0 {
    padding-left: 15px !important;
}

.form_2fieldrow .col-md-6.pr-0 {
    padding-right: 15px !important;
}


.hos_location_text b {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 3px;}
.hos_location_text p {
    font-size: 14px;
    line-height: 22px;
}
.pet_detail_list_right span {
    font-size: 14px;
    padding-left: 5px; display: inline-block;
}
.pet_detail_list_right label {
    font-size: 14px;
}
.view_d_head span {
    font-size: 24px;}

.up_appview_box .view_d_head span {
    font-size: 20px;
    line-height: 30px;
}
.pet_pet_detail_list_img_v img {
    max-width: 100px;}
	
.pet_pet_detail_list_img_v {
    padding: 5px;}	
.pet_pet_detail_list_img_v img {
    max-width: 100px;}	
	
.view_d_head span {
    font-size: 22px;}	
.view_p_1 span.view_p_1_2 {
    font-size: 16px;}
.view_p_1 span.view_p_1_1 {
    font-size: 16px;	}
	
.view_d_head span {
    font-size: 22px;}	
.view_d_head span {
    font-size: 22px;}		
.viewbox_outer_icon {
    padding: 8px 10px;}
.viewbox_outer_icon svg {
    width: 20px;
    line-height: 20px;
}
.pet_detail_listbox {
    padding: 20px 20px;}
.pet_pet_detail_list_img_v img {
    max-width: 100px;}
	
.header_leftn {  padding-left: 45px;}
li.mob_toggleli {  position: absolute; left: 0;  top: 0;  padding-top: 19px;}	
	

}


/* // mck */

@media (min-width:768px){
    p.head_sub_p {
        display: none;
    }
    .mob_login_iconbg {display: block;}
    .forgpass_mob {display: none !important;}
    .forgpass_web {display: inline-block !important;}
    .login_referral_right a.passeye_icon_form_a{display: none !important;}
    .mob_show {display: none !important;}
    .navbar_bottom {display: none !important;}
    li.mob_toggleli {   display: none;   }

    p.mob_listp b {
        font-size: 16px;
    }
    
    p.mob_listp span {
        font-size: 16px;
        padding-top: 6px;
    }
	.mobshow_table {display: none;}

}

@media (max-width:767px){

    .patient_tab_headbg .nav-tabs .nav-item .nav-link {
        padding: 8px 8px; border-radius: 5px !important;
    }
    .patient_tab_headbg .nav-tabs .nav-item {
        padding: 3px;
        width: 50%;
    }
    .patient_tab_conbg {
        padding: 10px 15px;
    }
    a.add_bua_large {
        margin-right: -15px;}
        .add_button_outside {
            margin-right: 18px;
        }

    .pro_pg_pic_sec h4 {       font-size: 18px;}

    .leftmenubg.ref_menus_show {
        width: 270px;
        margin-left: 0; padding-top: 20px;
    }
    .leftmenubg {
        width: 250px;
        z-index: 1004; padding-top: 20px;
    }
    .viewqrbg p {
        font-size: 14px;
    }
    .leftside-navigation li a.nav-link {     padding: 10px 13px;}
    .leftside-navigation li a.nav-link span.ref_menusp {font-size: 14px;}
    .leftside-navigation .nav-item {    padding: 5px 16px;    }
    aside {   z-index: 1004;}

    .forgpass_mob {display: block !important; text-align: center; padding: 15px 0 15px;}
    .forgpass_web {display: none !important;}
    .login_referral_right i.input_icon {  display: none;    }
    .icon_with_input input.form-control {
        padding-left: 15px;
    }
    .login_referral_right .com_box_form {
        text-align: left;
        padding-bottom: 5px;
        margin: 0;
    }
    .rememberme_bg {
        display: none;
    }
    .rememberme_bg {
        display: none;
    }
    
    .login_buttonbg .w-40 {
        width: 100%;
    }
    .login_referral_right a.passeye_icon_form_a {
        display: inline-block;
        left: auto;
        right: 0;
        margin: 15px 15px 0 0;
        position: absolute;
        top: 0;
    }
    .login_referral_right i.input_icon.passeye_icon_form {
    display: inline-block;
    position: inherit !important; margin: 0 !important; left: inherit; right: inherit;
}

    .login_leftbox_new22{ /*background: url(../images/mob_login_bg.png);*/
        background-repeat: no-repeat;
        background-size: cover; height: 20%; min-height: 150px;
    }
    .forgetpass_mob_bg{ background: url(../images/mob_forgetpass_bg.png);
        background-repeat: no-repeat;
        background-size: cover; height: 30%; min-height: 150px;
    }
	.login_left_imgtext img {    max-width: 118px;}
    
    .login_left_imgtext b {display: none;}
    .login_sliderbg {display: none;}
    p.head_sub_p {
        display: block; text-align: center;
    }
    .login_right_logobg {
        display: none;
    }
    .mob_signicon {background: url(../images/logo_icon.png);
        background-repeat: no-repeat;
        background-size: 100% auto;}
        .mob_aticon {background: url(../images/at.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;}  
        .mob_lockicon {background: url(../images/lock.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;}      
                  
     .mob_login_iconbg {
        width: auto;
        margin: 0;
        display: block; min-height: 60px;
        text-align: center;      

        }   
        p.head_sub_p span {
            display: block;
        }     
        .mob_login_iconbg span {
            display: inline-block;
        margin: -45px auto 0;
        position: absolute;
        z-index: 3;
        background: #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        text-align: center;
        padding: 23px;
        left: 0;
        right: 0;
        }
        
        .mob_login_iconbg span i {
            display: inline-block;
            width: 56px;
            height: 56px;
            background-size: 36px auto;
            background-color: rgb(27 180 233 / 10%);
            border-radius: 50%; background-position: center;
        }
        .login-footer {
            display: none;
        }
        .login_form_alignbg_new22 {     display: block;}
        .login_form_alignbg2_new22 {   display: block;}
        .login_form_box_new22 h1 {
            text-align: center !important;
        }
        label.login_ref_label {   display: none;}
        
        .btn_login_new22{background: var(--lightblue);border: 1px solid var(--lightblue); }
        .login_referral_right .btn_login_new22 {  border-radius: 10px;   min-height: 50px; }
        .login_referral_right p.login_register_text {             display: block;        padding-top: 0;       }
        body {        }
        .login_form_box_new22 h1 {
            font-weight: 700;
            font-size: 20px;
            line-height: 25px;
            color: #000000;
            margin: 0;
            
            padding-bottom: 5px !important;
        }
        .login_form_box_new22 p {
            font-weight: 400;
            font-size: 14px;
            line-height: 17.8px;
            color: #000;
            margin: 0;
            padding-bottom: 25px;
        }
        .login_form_box_new22 p.login_register_text{font-weight: 400;
            font-size: 14px;
            line-height: 17.8px;
            color: #000;
            margin: 0;
            padding-bottom: 25px;}
        .login_referral_right .btn_login_new22{        font-size: 14px;
            line-height: 23px;}
            .h_30 {height: 30% !important;}
            .login_form_box_new22 {            padding: 25px 0 15px;            }
            .mob_show {display: block !important;}

            .login_buttonbg {padding-top: 30px; padding-bottom: 25px;}

            label.login_ref_label_style2 {   font-size: 12px;    line-height: 16px;}
            .com_box_form2 .form-control {   font-size: 12px;    line-height: 16px;}
            .inner_section_new {
                padding-top: 85px;
            }
            .empty_label {display: none !important;}
            ul.onboard_2box_ul li {display: inline-block; width: auto; min-width: 262px;}
            ul.onboard_2box_ul {  overflow-y: auto;            }
            
            .logobgn img {
                max-width: 132px;
            }
            .leftmenubg {margin-left: -300px;}
            .main-content {                margin-left: 0; padding-bottom: 120px;}
            .main_content_inner {
                padding-left: 0;margin-top: 94px;
            }
            .main_header_bg {
                padding-bottom: 20px;
            }
            .main_header_bg h2 {           color: #000;           font-size: 20px;}
            .header_profiletoggle a.dropdown-toggle .pro_pic {
                margin-right: 0;
                padding: 0;
                display: inline-block;width: 35px;
                height: 35px;
            }
            .header_profiletoggle a.dropdown-toggle div {
                display: none;
            }
            .header_profiletoggle a.dropdown-toggle {
                padding-right: 0 !important;
            }
            a.noti_a {
                padding: 7px;
                height: 35px;
            }
            .header_profiletoggle a.dropdown-toggle .pro_pic img {
                width: 35px !important;
                height: 35px;
            }
			
			.mt_13 { margin-top: 5px;  margin-bottom: 5px !important;}
			.calander_icon:after { content: " ";  margin-top: 7px;}
			.cus_checks1 .d-inline-block.checkclick_showhide{width: 100%;}
			.checkclick_showhideorgan{width: 100%;}
			.cus_checks1 .d-flex {  display: block !important;}
			.checkclick_showhide.pr-2{padding-right:0 !important; padding-bottom: 10px;}
			.cus_checks1 .d-inline-block.checkclick_showhide1 {    width: 100%;    }
			.medication_filebox label.login_ref_label_style2 {  font-size: 15px;    padding-bottom: 16px;}
			.medication_filebox .row .d-block {  padding-bottom: 10px;}
			
			.ref_searchbg {margin-top: 10px;}
			.ref_tablebg {
    display: block;
    overflow-y: auto;
}

.ref_tablebg table.table.ref_his_table tr th {
    padding: 10px 10px;
    font-size: 10px;
    line-height: 16px;
}
.ref_tablebg table.table.ref_his_table tr td {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 16px;
}
a.a_action_tb i {
    width: 15px;
    height: 15px;
}
.whitespace {white-space:nowrap;}
	.ref_table_paginationbg ul.pagination li {
    padding: 0 2px;
}		

.newwebmenu_card {  min-width: 120px; padding: 10px 16px;}

.dash_4boxbg {
    padding: 24px;
    font-size: 16px;
    line-height: 26px;}
	
.webshow_table {display: none;}
.mobshow_table {display: block;}	
.ref_tablebg.mobshow_table table tr:nth-child(n-9) td{background: #f8f8f8 !important;}
.ref_tablebg.mobshow_table table tr:nth-child(n-9) th{background: #e1e1e1 !important;}
.ref_tablebg table.table.ref_his_table tr td {
    border-bottom: 2px solid #EEF0F1 !important;}
.ref_tablebg.mobshow_table table tr td.empty_td {background: #fff !important; padding: 2px !important; height: 3px; line-height: 2px;}
.patient_mange_th {width: 46%;}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.card_accordion .card-header h5 a {
    padding: 5px 30px 5px 10px;
    font-size: 15px;
}
.card_accordion .card-header h5 a span.lnr {
    margin: 8px 10px 5px 0;}
.mob_listp {
    padding: 0 0 10px;
}	

.pet_pet_detail_list_img {
    text-align: center;
}
.pet_pet_detail_list_img img {
    max-width: 100px;}
span.pet_detail_name {
    left: 0;
    top: 0;
    margin-left: auto;
    min-width: 140px;
    text-align: center;
    right: 0;
    margin-right: auto;
    width: 80%;
}	
span.dummy_sp.d-none {
    display: none !important;
}

.dash_vaccine_due_img {
    padding: 5px;}
.dash_vaccine_due_img img {
    max-width: 80px;}	
.dash_box_head {
    font-size: 14px;}
.dash_box_amount {
    font-size: 18px;
    padding-bottom: 1px;
    line-height: 22px;}	
.dash_vaccine_due span.dash_box_para {
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
}	
span.dash_box_iconsp {
    padding: 10px;
    line-height: 24px;}	
.dash_boxrow .dash_cardbox.dash_near_hos svg {
    width: 50px;
    height: 50px;
}
.dash_cardbox {
    padding: 15px;}	
a.hos_link svg {
    width: 20px !important;
    height: 20px !important;
    margin: 15px;
}	

}
@media (min-width: 500px) and (max-width:767px){

    
}

@media (max-width:450px){
	
.patient_tab_headbg .nav-tabs .nav-item {
        padding: 3px;
        width: 100%;
    }
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}	

	
}

@media (min-width: 360px) and (max-width:499px){

}

@media (max-width:401px){
	
.login_buttonbg {
        padding-top: 10px;
    }	

}

@media (min-width: 768px){
.container {
	max-width: 970px;
    width: 100%;
}
	}

@media (min-width: 992px){
.container {
	max-width: 970px;
    width: 100%;
}

.mypatientqr_cont .row .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.mypatientqr_cont .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

	}

@media (min-width: 1200px){
.container {
    max-width: 1200px;
	width: 100%;
}


.ab_com_text h2.large_h2 {  font-size: 41.702px;    }
.text_blue{color: #4d61fc !important;}
.max_w{max-width: 440px;}
.pad_t_60{padding-top: 32px;}

}
@media (min-width: 1200px) and (max-width: 1440px){
.login_slider_box img {
    max-width: 220px;
}
}












