html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
input:focus,textarea:focus,button:focus, .form-control:focus{box-shadow: none; outline: none; border-color: #1e656d}
a{transition: all 0.2s ease; cursor: pointer;}
a:hover{text-decoration: none;}
p{line-height: 20px;}
body {
  line-height: 1; font-family: 'Muli', sans-serif;
  background: #fff;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
.cursor-pointer {cursor: pointer;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.btn{font-family: 'Muli', sans-serif; font-weight: 400; font-size: 15px;}
.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{ 
    color: #fff; background-color: #1e656d; border-color: #1e656d;
}
.btn-primary:hover,.btn-primary:focus{color: #fff; background-color: #00293c; border-color: #00293c;}
.btn-primary.focus, .btn-primary:focus {  box-shadow: none;}

.container-fluid {max-width: 1700px;}

body.header-sticky{padding-top: 70px;}
header{ background: #ffffff; transition: all 0.2s ease; padding: 10px 0px;}
header.fixed-top{box-shadow: 0 4px 12px rgba(0,0,0,.12);}
header .logo{display: inline-flex;}
/*header .dropdown:hover .dropdown-menu {
    display: block;
}*/

header nav{margin-right: 0; margin-left: auto;}
header nav ul{list-style: none;}
header nav ul li{ text-align: center; margin: 0 10px;padding: 5px 0px;}
header nav ul li a{display: block; font-size: 16px; color: #004866; font-family: 'Muli', sans-serif; font-weight: bold; text-decoration: none;  }
/*header nav ul li a:hover{color:#fa4169;}*/

header .searchBox{ display: inline-flex; position: relative;  max-width: 100%;}
header .searchBox form{width: 100%}
header .searchBox input{border:#e9ebef solid 1px; width: 100%; padding-left: 55px; height: 47px; font-size: 13px;}
header .searchBox button{background:none; border: none; width: 30px; height: 40px; padding: 0; margin: 0; position: absolute; left: 5px; top: 3px; cursor: pointer;}
header .searchBox button img{width: 20px; height: auto;}

header .phone_call{margin-right: 0; margin-left: 0;}
header .phone_call label{ color: rgba(40,39,46,0.4); font-family: 'Muli', sans-serif; font-weight: 600; font-size: 14px; display: block; }
header .phone_call a{color:#28272e; font-family: 'Muli', sans-serif; font-weight: bold; font-size: 21px; transition: all 0.2s ease; display: inline-block; }
header .phone_call a:hover{color:#1e656d;}

header .user_profile{
    border: #e9ebef solid 1px; height: 43px; border-radius: 3px; display: block; align-items: center;  padding: 10px !important; color: #28272e; text-transform: uppercase;
}
header .user_profile i{color:#004866; margin-right: 10px; font-size: 22px;}
header .user_profile span{text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 150px; display: inline-block;}

header .notification{position: relative; cursor: pointer;}
header .notification .bell-icon{position:relative;width: 40px; height: 40px; border: #1e656d solid 1px; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; color: #1e656d; border-radius: 12px; font-weight: 600; transition: all 0.2s ease;}
header .notification .bell-icon:hover{background: #1e656d; color: #ffffff;}
header .notification .count{background:#fa4169; color: #ffffff; width: 16px; height: 16px; font-size: 11px; letter-spacing: 0px; font-family: 'Muli', sans-serif; font-weight: 600; display: inline-flex;
 align-items: center; justify-content: center; border-radius: 100%; position: absolute; right: -6px; top: -6px;}
header .notification ul{width:399px; z-index: 2; opacity: 0; visibility: hidden; list-style: none; margin: 18px 0 0 0; position: absolute; right: -88px; border: #eaedf1 solid 1px; border-radius: 10px; padding: 20px 15px; background:#ffffff; transform: translate(0, 15px); transition: all 0.2s ease;}
header .notification ul:before{content: ''; background: url(../images/notification-curve.svg) no-repeat; width: 17px; height: 17px; position: absolute; top: -13px; display: inline-block; z-index: 1; right: 100px;}
header .notification h5{color:#1e1f20; font-size: 17px; font-weight: bold; margin-bottom: 20px;}
header .notification ul li{position: relative; font-size: 15px; line-height: 22px; color: #1e1f20; font-family: 'Muli', sans-serif; margin:0px; display: block;text-align:left}
header .notification ul li a{color:#1e656d; font-size: 16px;}
header .notification ul li img{width: 40px; height: auto;}
header .notification ul li .status{color:#9393aa; font-size: 13px;}
header .notification ul li .red_circle{width: 8px; height: 8px; border-radius: 100%; position: absolute; background:#f62a00;  right: -2px; top: -2px;}
header .notification:hover ul{opacity: 1; visibility: visible; transform: translate(0, 0)}

.navbar-nav .nav-item div, .navbar-nav .nav-item a, .navbar-nav .nav-item button{margin: auto;}

.dropdown-flag {
    width: 20px; height: 20px; display: inline-block;vertical-align: middle;margin-right: 5px;
}
.text-light {
    color: rgb(40 39 46 / 52%) !important;
}
.text-bold {font-weight: 700;}
.text-dark a {color: #343a40;}
.sub-title{font-weight: 700;}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*Slider/Login/Common CSS start*/

.mt--50 {
    margin-top: -50px;
}
.btn-icon {
    display: inline-block;
    vertical-align: middle;
     color: #fff; 
    padding: 5px 10px;
    border-radius: 10px;
    border: none;
    /*height: 25px;
    width: 25px;*/
}
.btn-theme,.btn-theme:hover {
    background: #004866;
    color: #fff;
}
.center-image{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: #f4f4f4;
}
.center-image img, .center-image .center-icon{
    height: auto;
    width: auto;
    max-height: 100%;
    max-width:100%;
    margin: auto;
    display: inline-block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.welcome1 {
    padding-top: 135px;
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
}
.slider-card .card-body {
    border: 1px solid rgba(0, 0, 0, .125);
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
}
.slider-card-btn {
    background: #1e656d;
    color: #fff !important;
    border-radius: 0px 0px 3px 3px;
    padding: 10px 1.25rem;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}
.step-btn{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
}
.slider-card .form-control{line-height: 2; height: 46px !important;}
.quick-links ul li {
    list-style: none;
    display: inline-block;
    padding: 15px;
}
.quick-links ul li a {
    color: rgba(40, 39, 46, 0.4);
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.theme-bg {
    background: #1e656d;
    color: #fff;
}
.theme-bg.a {
    color: #fff !important;
}
.theme-text{color: #1e656d;}
.icon-btn {
    padding: 18px 20px;
    background: #fff;
    color: #28272e;
    border: 1px solid rgba(0, 0, 0, .125);
}
.icon-btn .icon-img {
    display: inline-block;
    background-size: 35px 35px;
    height: 35px;
    width: 35px;
    vertical-align: middle;
}
.icon-btn.doctor-btn .icon-img {
    background-image: url(../images/doctor.svg);
    filter: invert(1);
}
.icon-btn.patient-btn .icon-img {
    background-image: url(../images/patient.svg);
}
input[id=doctor-btn]:checked+label .icon-img {
    /*background-image: url(../images/doctor.svg);*/
    filter: unset;
}
input[id=patient-btn]:checked+label .icon-img {
    /*background-image: url(../images/patient_white.svg);*/
    filter: invert(100%) sepia(94%) saturate(24%) hue-rotate(261deg) brightness(105%) contrast(100%);
}
.icon-radio-type input[type=radio] {
    position: absolute;
    visibility: hidden;
    top: -20px;
}
input[name=login_type]:checked+label {
    background: #1e656d;
    color: #fff;
}
#welcomeSlider {
    min-height: 650px;
    height: 90vh;
    max-height: 750px;
    overflow: hidden;
    max-width: 1500px;
    margin: auto;
    /*position: absolute;*/
    /*top: -107px;*/
    /*z-index: -1;*/
}
#welcomeSlider .carousel-indicators {
    left: unset;
}
#welcomeSlider .carousel-indicators li {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    /*background-clip: unset;*/
    border-top: 0px;
    border-bottom: 0px;
    margin: 10px;
}
#welcomeSlider .carousel-indicators .active {
    height: 10px;
    width: 10px;
    border: 2px solid #fff9;
    display: inline-block;
    vertical-align: middle;
    margin: 7px;
}
.carousel-control-next, .carousel-control-prev {
    height: 60px;
    width: 60px;
    top: 50%;
    right: 5%;
    z-index: 3;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #ccc;
}
.carousel-control-prev{left:5%;transform: rotate(180deg);}
.carousel-control-next-icon {
    background-image: url(../images/forward_arrow_rounded.svg);
    height: 100%;
    width: 100%;
}
.carousel-control-prev-icon {
    background-image: url(../images/forward_arrow_rounded.svg);
    height: 100%;
    width: 100%;
}
.carousel-inner, .carousel-item {
    /*height: 100% !important;
  width: auto;*/
}
.carousel-item img {
    height: 100%;
}
.carousel-item .carousel-caption {
    /*top: 195px;*/
    top: 25%;
    top: 7%;
    color: #000;
    font-size: 26px;
    text-align: left;
}
.carousel-item .carousel-caption p {
    font-size: 16px;
}
.transparent-header {
    /*position: absolute;*/
    z-index: 100;
    background: #fff0;
    width: 100%;
}
.custom-absolute{position: absolute;}
.fixed-top{position: fixed;}
.carousel-item::after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-card .card-header {
    background: transparent;
    padding: 20px 0px;
    border: none;
}
.slider-card .card-header p {
    font-size: 13px;
    color: rgb(40 39 46 / 52%) !important;
    margin-top: 18px;
    margin-bottom: 25px;
}
.slider-card .card-header label {
    color: rgb(40 39 46 / 52%) !important;
}
.success-icon img{
    width: 135px;
    height: 120px;
    width: 110px;
    height: 110px;
    border-radius: 40px;
}
/*Slider/Login/Common CSS end*/

.guest-login-section {
    margin-left: 13%;
    margin-top: -110px;
    text-align: left;
}

.home-box-menu {
    z-index: 1;
    margin-top: -365px;
}
.just-padding{
    padding: 200px 0px;
}

/*Switch Start*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  box-shadow: 0px 5px 20px -2px #ccc;
  border-radius: 34px;
  margin: 0px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #ccc;*/
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #50AD85;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #fff;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.additional-info .slider:before, .online-status .slider:before{
    background-color: red;
}
.switch input:checked + .slider:before {
  background-color: #50AD85;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*Switch End*/

.display-inine-block{display: inline-block; vertical-align: middle;}


/*Dashboard Page CSS end*/
.today-appointment-box {
    padding: 30px 25px;
    box-shadow: 0px 5px 20px -8px #ccc;
    max-width: 640px;
    border-radius: 12px;
    margin: auto;
    margin-top:5px;
    margin-bottom: 20px;
    background: #fff;
}
.today-appointment-box .text{
    text-align: left;
    margin: auto;
}
.dashboard-section1 {z-index: 1; margin-top:-362px;}
.dashboard-section1 .today-appointment-box{
    /*margin-top:-185px;*/
}
.shadow-box{
    box-shadow: 0px 5px 20px -8px #ccc;
}
.box-menu {
    padding: 20px 20px 25px;
    height: 150px;
    width: 145px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px -8px #ccc;
    text-align: center;
    color: #1e656d;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #fff;
}
.box-menu .icon{}
.box-menu .text{font-size: 13px;}
.box-menu.active,.box-menu:active,.box-menu:visited {
    border-color: #1e656d;
}
.box-menu img{
    height: 62px;
}

.highlight-box .img-box{height: 100px;}
.highlight-box .img-box img{height: 100%;}
.feature-box{
    width: 300px;
    max-width: 100%;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}
.feature-box h4{
    font-size: 1.2rem;
    font-weight: 700;
}
.feature-box p{
    line-height: 23px;
}
.feature-right .cool-img{
    height: 190px;
    max-width: 100%;
}
.feature-right h3{
    color: #004866;
    /*max-width: 400px;*/
    font-weight: 700;
    line-height: 52px;
}
/*.feature-right .download-icon{
    display: inline-table;
    margin-right: 15px;
    width: 140px;
    height: 60px;
    overflow: hidden;
    background: #ccc;
}*/
.work-section{
    background: #1F656D;
    color: #fff;
}
.work-section .work-image {
    margin-top: 30px;
}
.work-section .work-image img{
    width: 400px;
    max-width: 100%;
}
.work-box {
    max-width: 400px;
    margin-top: 30px;
    padding-left: 20px;
}
.work-box .icon{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #ffffff2b;
    padding: 5px;
    display: block;
    margin-bottom: 18px;
    position: absolute;
    left: 0px;
}
.work-box span{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #eaad3c;
    display: block;
}
.work-box h5{
    font-weight: 700;
    text-transform: uppercase;
}
.work-box p{
    color: #ffffff91;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px
}
.star-box i{
    background: #41B08D;
    color: #fff;
    font-size: 11px;
    padding: 3px 4px;
}
.review-text{color: #756f6f; line-height: 20px;}
.review-user {
    margin-top: 20px;
}
.review-user img{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.review-user .review-user-detail{
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}
.review-user .review-user-detail .name{
    margin-bottom: 7px;
    font-size: 13px
}
.review-user .review-user-detail .verify-tag{
    font-size: 12px
}
.billing-mode label{display: inline-block; vertical-align: middle;}
.color-theme-green{
    color: #50AD85;
}
.billing-box{
    border: none;
    border-top: 4px solid #ccc;
    box-shadow: 0 0px 14px 0px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 285px;
    margin: auto;
    margin-top: 1.5rem;
}
.billing-box .card-body{
    padding: 50px 30px;
}
.card.card-success {border-top-color: #50AD85;}
.card.card-warning {border-top-color: #F3AE23;}
.card.card-primery {border-top-color: #256A72;}
.card-bigtitle{font-size: 34px;font-weight: 700}
.card-success .card-bigtitle{color:#50AD85;}
.card-warning .card-bigtitle{color:#F3AE23;}
.card-primery .card-bigtitle{color:#256A72;}
.billing-box .card-text{
    font-size: 13px;
    line-height: 24px;
}
.started-btn{
    border-radius: 35px;
    border:2px solid #256A72;
    color: #256A72;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}
.started-btn:hover{
    background: #256A72;
    color: #fff;
}
.round-btn{
    border-radius: 35px;
    border:2px solid #256A72;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}
.white-btn{
    background: #fff;
    color: #256A72;
    font-weight: 700;
    border: 2px solid transparent;
}
.white-btn:hover{
    border:2px solid #fff;
    background: #256A72;
    color: #fff;
}
.login-banner{
    background: #1F656D;
    text-align: center;
    padding: 75px 0px;
    border-radius: 15px;
}
.lh-5{line-height: 25px;}
.list-title{
    color: #1f656d;
    font-size: 1rem;
    margin-bottom: 22px;
}
.social-link ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px;
    background: #1f656d;
    color: #fff;
    border-radius: 5px;
}
.social-link ul li a{
    color: #fff;
}
.link-list li{
    padding: 5px 0px;
    color: #a9a6a6;
    font-size: 13px;
    line-height: 25px;
}
.link-list li a{
    color: #a9a6a6;
    font-size: 13px;
}
.download-icon{
    display: inline-block;
    vertical-align: middle;
    width: 125px;
}
.download-icon img{
    width: 100%;
}
.footer-box{margin-top: 25px;}
.footer-logo{height: 33px;}
/*Dashboard Page CSS end */


/* --- Steps Page Starts --- */
.txt-box label {
    font-weight: 700;
    margin-bottom: 10px;
}
.custom-group{position: relative;}
.custom-group .input-group-text{
    background: transparent;
    position: absolute;
    border: none;
    height: 100%;
    max-height: 37px;
    z-index: 1;
}
.custom-group.adon-left>.form-control{
    line-height: 2;
    padding-left: 42px;
}

.custom-group.adon-right .input-group-text{
    right: 0;
    top: 0;
}
.custom-group.adon-right>.form-control{
    line-height: 2;
    padding-right: 42px;
}
.custom-group .vs__search, .custom-group .vs__search:focus, .custom-group .vs__selected{
    padding-left: 40px !important;
}
.labTestClass .vs__selected:not(:first-child)  {
    padding-left: 15px !important;
}
.top-slider { width: 100%; }

/* Step 1 */
.pht-lft {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    /* float: left; */
    margin-bottom: 15px;
    vertical-align: middle;
    display: inline-block;
    background: #ebebeb;
}
.pht-lft img {
    width: 100%;
    max-height: 112px;
    height: auto;
}
.pht-rgt {
    width: calc(100% - 112px);
    padding-left: 20px;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}
.pht-upd-btn {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    background-color: #1e656d;
    border-radius: 10px;
    outline: none;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    line-height: 20px;
}
.pht-upd-inpt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.pht-upd-text:hover { border-color: black; }
.pht-upd-text:active { background: #0d545c; }
.pht-txt { font-family: 'Muli', sans-serif; font-size: 13px; line-height: 22px; font-weight: 400; color: #9393aa; }

.gndr-bx { width: auto; float: left; position: relative;}
.gender-box input[type=radio] {
    position: absolute;
    visibility: hidden;
    /*top: -20px;*/
}
.gndr-text { font-family: 'Muli', sans-serif; font-size: 13px; line-height: 52px; font-weight: 400; color:#9393aa; padding-left: 15px; }
/*.gender-box [type="radio"]:checked + label .gndr-text { font-weight: 700; color: #000; }*/
.gender-box [type="radio"]:checked + label .gndr-text, .gender-box [type="radio"]:checked ~ .gndr-text { font-weight: 700; color: #000; }
.gender-box [type="radio"]+label .image{
    border: 1px solid #e0e0e0;
}
.gender-box input[type=radio]:checked+label .image{
    background-color: #1e656d;
    box-shadow: 0px 5px 15px #1e656d78;
    border-color: #1e656d;
    color: #fff;
}
.gender-box .icon-img {
    display: inline-block;
    /*background-size: 35px 35px;*/
    vertical-align: middle;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    cursor: pointer;
    text-align: center;
    color: #ccc;
}
.gender-box .icon-img i{
    display: block;
    margin: auto;
    margin-top: 16px;
}

#male + label .image { background-image: url(../images/male.svg);}
#male:checked + label .image { background-image: url(../images/male-act.svg);}
#female + label .image { background-image: url(../images/female.svg); }
#female:checked + label .image { background-image: url(../images/female-act.svg); }
/*.gender-box input:checked .gender-box .icon-img {color:#fff;}*/

/* Step 2 */
.back-btn { width: 40px; float: right; text-align: center; padding: 10px 0 7px; border: 1px solid rgba(30, 101, 109, 0.2); border-radius: 10px; cursor: pointer; }
.back-btn:hover { background: rgba(255, 255, 255, 0.5); border-color:#1e656d;}
.back-btn:active { background: white; border-color: #fff; }

.speciality-badge{display: inline-block;}
.theme-badge{
    background: #1e656d;
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
}
.remove-badge-item {
    margin-left: 20px;
}
.remove-badge-item:hover i{ transform: scale(1.2); }

/*.insu-pln .custom-select option { font-family: 'Muli', sans-serif; font-size: 15px; line-height: 22px; font-weight: 700; color: #1e1f20; padding: 2px 0; }*/

.transparent-btn {
    width: 100%;
    display: inline-block;
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-weight: 700;
    color: #1e656d;
    padding: 10px 15px;
}

/* Step 3 */
.paperclip-reverse{
    -moz-transform: scale(-1, 1);
    /* -webkit-transform: scale(-1, 1); */
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.paperclip-reverse:before{
    display: inline-block;
    transform: rotate(180deg);
}

.subtitle-3 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    color: #28272e;
}
.subtitle-3 span {
    display: block;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #1e1f20;
    margin-top: 5px;
}
.mini-title {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    color: #28272e;
    margin-bottom: 5px;
}
.txt-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/arw-dwn.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
}
.award-img .center-image, .license-img .center-image, .certificate-img .center-image{
    height: 150px;
    margin-bottom: 5px;
    text-align: center;
}
.delete-photo-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #9393aa;
    text-decoration: underline;
    margin: 5px;
}
.term-agree input{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.hospital-list-box, .education-list-box, .certificate-list-box, .award-list-box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}
.insurance-plan-inline{
    display: inline-block;
    vertical-align: middle;
}
.remove-btn{
    height: 30px;
    width: 30px;
    padding: 0px;
    border: none;
    /* border-radius: 50%; */
    color: #fff;
    background: #dc3545;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
/* --- Steps Page End --- */

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.highlight-border{
    border-color: #1e656d7a !important;
}
.otp-textbox input{
    width: 55px;
    /* height: 30px; */
    border: 2px solid #f4f4f4;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 10px;
    font-size: 18px;
    text-align: center;
}
.theme-link,.theme-link:hover {color: #256A72}
.theme-link:hover {font-weight: 700}

/*
/* --- Checkbox css start --- */
/* The container */
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #1e656d;;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* --- Checkbox css end --- */

/* --- Schedule Page css Start --- */
.schedule-header{
    background: #F9FAFC;
}
.schedule-header .left-box {
    width: 43%;
}
.icon-bar .icon {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 7px;
    border: 1px solid #1e656d;
    border-radius: 10px;
    /* height: 30px; */
    /* width: 30px; */
    margin: 9px;
    font-size: 22px;
    color: #1e656d;
}
.icon-bar .icon img{height: 18px;}
.icon-bar .icon:hover{
    color: #fff;
    background: #1e656d;
}
.border-bottom-style .nav-item {position: relative;}
#appointmentTab .nav-link {
    border: none;
    padding-left: 0;
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #c2c2c5;
    position: relative;
    padding-bottom: 20px;
}

#appointmentTab .nav-item.show .nav-link, #appointmentTab .nav-link.active {
    /*border-bottom: 5px solid #1e656d;*/
    color:#495057;
    background-color: #fff;
}
#appointmentTab .nav-link.active:after, .border-bottom-style .nav-link.active:after{
    content: "";
    width: 70%;
    height: 5px;
    background: #1e656d;
    left: 0;
    position: absolute;
    bottom: 0;
}
#appointmentTabContent .tab-pane, .patient-lists {
    max-height: 650px;
}
.hoverscroll{overflow: hidden;}
.hoverscroll:hover {
    overflow:auto;
    overflow-x: hidden;
}
#appointmentTabContent:hover::-webkit-scrollbar, .hoverscroll:hover::-webkit-scrollbar {
  width: 10px;
}
#appointmentTabContent:hover::-webkit-scrollbar-track, .hoverscroll:hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 10px;
}
/* Handle */
#appointmentTabContent:hover::-webkit-scrollbar-thumb, .hoverscroll:hover::-webkit-scrollbar-thumb {
  background: #1e656d;
  border-radius: 10px;
}
.appointment-list-card{
    border-radius: 10px;
    box-shadow: 0px 2px 7px -4px #ccc;
    padding:20px;
    margin-bottom: 20px;
    max-width: 350px;
}
.left-img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background: #ccc;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.left-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: top center;
    border: 1px solid #f1f1f1;
}
.app-type-icon{
    position: absolute;
    bottom: -4px;
    right: -5px;
    background: #007bff;
    display: inline-block;
    /*height: 20px;
    width: 20px;*/
    padding: 5px;
    color: #fff;
    border-radius: 7px;
    font-size: 12px;
    width: 24px;
    height: 23px;
    text-align: center;
}
.appointment-list-card .right-content {
    display: inline-block;
    vertical-align: top;
}
.type-text{background: #12B2B2;}
.type-chat{background: #13CE63;}
.type-call{background: #F94169;}
.type-video{background: #007bff;}
.app-type {
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.app-status, .green-label {
    font-size: 14px;
    font-weight: 600;
    color: blue;
    display: inline-block;
    vertical-align: middle;
}
.status-pending{color:#ffc107!important;}
.status-confirmed, .green-label{color:#34d0d0;}
.status-progress{color:#007bff !important;}
.status-declined{color:#000;}
.status-cancelled{color:#000;}
.status-completed{color:#000;}
.app-user {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color:#212529;
}
.app-time {
    font-size: 13px;
    line-height: 20px;
    color:#212529;
}
#appointmentTabContent .tab-pane {
    padding: 20px 0px;
}
.bg-lighter-box,.appointment-detail-section {
    background: #F9FAFC;
    border-radius: 15px;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.text-pink {color: #F94169}
.app-user-card {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 2px 7px -4px #ccc;
    border: 1px solid transparent;
    position: relative;
}
.app-user-card.selected {
    border: 1px solid #0048669e;
}
.app-user-card .user-detail-right {
    width: 60%;
    display: inline-block;
    text-align: left;
}
.doctor-select-list .app-user-card:hover {
    cursor: pointer;
}
.blank-card {
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
}
.dark-theme-border{border:2px solid #1F656D;}
.blank-card .card-header, .blank-card .card-body, .blank-card .card-footer {
    background: #fff;
}
.rounded-top {
    border-top-left-radius:  10px !important;
    border-top-right-radius:  10px !important;
}
.rounded-bottom {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.green-icon {
    background: #25656b;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 7px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    height: 29px;
}
.green-icon img{
    width: 17px;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.app-image img {
    width: 95px;
    height: 70px;
    border-radius: 5px;
    margin-right: 15px;
}
.continue-chat-btn{border-radius: 10px;}
.timeslot-list {
    height: 205px;
}
.timeslot-title span{
    font-size: 12px;
}
.timeslot-list .form-group{
    margin-bottom: 1.5rem;
    padding-right: 10px;
}
.custom-checkbox{
    height: 19px;
    width: 18px;
}
.custom-checkbox:before{
    background: red;
    content: "";
}
.datepicker td, .datepicker th{
    padding: 9px 7px;
    border-radius: 10px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: #1e656d;
}
.mx-calendar-content .cell.active {
    background-color: #1e656d !important;
    border-radius: 10px;
}
.mx-table-date td, .mx-table-date th {
    vertical-align: middle;
}

/* --- Schedule Page css End --- */

/* --- Call Page css Start --- */
.bg-layer{
    position: absolute;
    height: 250px;
    width: 100%;
    content: "";
    background: #f4f4f4;
}
.client-video-box{
    width: 100%;
    height: 500px;
    background: #f4f4f4;
}
.client-video-box video{
    width: 100%;
}
.host-video-box {
    position: absolute;
    top: 0;
    right: 15px;
    height: 235px;
    width: 190px;
    margin: 20px;
    border: 2px solid #fff;
    border-radius: 14px;
    overflow: hidden;
    background: #f4f4f4;
}
.end-call-btn{
    background: #fff;
    border-radius: 0px;
    border: 0px;
}
.end-call-btn span{
    background: #F94169;
    color: #fff;
    padding: 10px 12px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    height: 35px;
}
.end-call-btn span i{
    transform: rotate(135deg);
    vertical-align: middle;
    margin: auto;
    display: block;
}
.video-card{
    background: #fff;
    box-shadow: 0px 0px 18px -10px #ccc;
    border-radius: 15px;
}
.chat-box {
    background: #fff;
    box-shadow: 0px 0px 18px -10px #5858585e;
    padding: 20px 15px;
    overflow: hidden;
    border: solid 1px #d7d7d7;
    border-radius: 15px;
}
.chat-btn{
    display: inline-block;
    vertical-align: middle;
    background: #1F656D;
    color: #fff;
    padding:10px;
    border-radius: 10px;
    border: none;
}
.msg-textbox {
    width: 79%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px;
    background: #e7e7e7 !important;
    border: none;
    border-radius: 8px;
    line-height: 30px;
}
.conversion-box{
    min-height: 100px;
    max-height: 350px;
    margin: 20px 0px;
    scroll-snap-type: y mandatory;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: hidden;
    display: block;
    /*scroll-snap-type: none;*/
}
.allow-chatup-scroll {
    scroll-snap-type: none;
}
.conversion-box>div:last-child {
    scroll-snap-align: end;
}

.msg-box {
    margin: 15px 0px;
    clear: both;
}
.msg-box .msg-user{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
.msg-box .msg-user img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.msg-box .msg-content{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    max-width: 80%;
    min-width: 40px;
    word-break: break-word;
    border-radius: 15px;
    line-height: 20px;
    background: #1F656D;
    color: #fff;
    margin: 0px 12px;
}
.receiver-msg.msg-box .msg-content {
    color: black;
    background: lightgrey;
}
.sender-msg .msg-user{
    float: right;
}
.receiver-msg .msg-content {
    border-bottom-left-radius: 5px;
}
.sender-msg{
    text-align: right;
    padding-right: 15px;
}
.receiver-msg .msg-user{
    float: left;
}
.sender-msg .msg-content {
    border-bottom-right-radius: 5px;
}
/* --- Call Page css End --- */

/* --- Account Page css Start --- */
.left-menu .btn-icon,.notification-icon .btn-icon {
    padding: 10px;
    width: 37px;
}
.left-list-group {
    box-shadow: 0px 0px 18px -10px #ccc;
    border-radius: 15px;
    overflow: hidden;
}
.left-list-group .list-group-item {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 1rem 1.25rem;
}
.left-list-group .list-group-item a {
    width: 100%;
    display: block;
    color: #000;
}
.left-list-group .list-group-item .right-icon{
    line-height: 32px;
}
.upgrade-label{
    padding: 25px;
    border-radius: 15px;
    line-height: 40px;
}
.upgrade-label img{
    width: 40px;
    vertical-align: middle;
    /*filter: invert(100%) sepia(94%) saturate(24%) hue-rotate(261deg) brightness(105%) contrast(100%);*/
}
.invite-box img{
    width: 80px;
}
.invite-box .invite-text {
    max-width: 60%;
}
/* --- Account Page css End --- */

/* --- Notification Page css Start --- */
.noification-item{
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
}
.noification-item:hover, .noification-item:active, .noification-item.active{
    background: #E7EFF1;
}
.notification-icon {
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    width: 60px;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    box-shadow: 0px 0px 18px -10px #ccc;
}
.notification-content{
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}
.notification-content p{
    line-height: 25px;
}
.notification-time{color: rgb(40 39 46 / 52%) !important}
.box-menu.active,.box-menu:active,.box-menu:visited, .box-menu:hover{
    background: #1e656d;
    color: #fff;
}
.hover-invert:hover .icon, .hover-invert:active .icon, .hover-invert:focus .icon, .box-menu.hover-invert.active .icon {filter: invert(100%) sepia(94%) saturate(24%) hue-rotate(261deg) brightness(105%) contrast(100%);}
/* --- Notification Page css End --- */

/* --- Notification Page css Start --- */
.appointment-for .gndr-text{padding: 0px;line-height: normal;}
/*.appointment-for [type="radio"]:checked ~.gndr-text { font-weight: 700; color: #000; }
.appointment-for input[name=appointment_for]:checked+label .image{
    box-shadow: 0px 7px 24px #1e656d;
    border-color: #1e656d;
}*/
.tip-label{
    font-size: 13px;
    line-height: 23px;
}
.online-indicator {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #0adc0a;
    position: absolute;
    right: 3px;
    top: 3px;
}
.payment-card .pricing-section {position: relative;}
.payment-card .pricing-section:before, .payment-card .pricing-section:after {
    display: inline-block;
    content: "";
    background: #f9fafc;
    height: 18px;
    width: 36px;
    border-radius: 100px / 50px;
    /* border-top-right-radius: 100%; */
    /* border-bottom-right-radius: 100%; */
    position: absolute;
    left: -20px;
    bottom: -10px;
}
.payment-card .pricing-section:after {
    left: unset;
    right: -20px;
}
.service-price-icon {
    position: static;
    padding: 1px 7px;
    background: #1e656d;
    text-align: center;
}

.card-list-item {
    
}
.card-list-item label{
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    vertical-align: middle;
    display: block;
}
.card-list-item .brand-icon{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 10px;
}
.card-list-item .card-number{
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}
.card-list-item .card-edit-btn {
    font-size: 12px;
    color: #dc3545;
    display: inline-block;
    vertical-align: middle;
}
/* --- Notification Page css End --- */

/*Radio Buttom design css Start*/
.radio-box {
    display: inline-block;
}
.radio-box input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.radio-box label:before {
    display: inline-block;
    background-color: #fff;
    border:1px solid #ccc;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    cursor: pointer;
    color:#fff;
    content: "";
    margin-right: 8px;
}
.radio-box input[type="radio"]:checked+label {
}
.radio-box input[type="radio"]:checked+label:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-weight: 100;
    font-size: 14px;
    background-color: #1e656d;
    padding: 4px 5px;
}
.inline-switch{line-height: 30px;}
/*Radio Buttom design css End*/

.img_preview {
  position: relative;
}

.img_preview:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}


.upload-container {
     display: inline-block;
 }
 .image-preview {
     height: 150px;
     width: 150px;
     overflow: hidden;
     position: relative;
     background: #ccc;
     margin: auto;
 }
 .image-preview img {
     max-width: 100%;
     height: auto;
     width: auto;
     max-height: 100%;
     top: 50%;
     left: 50%;
     /*position: relative;*/
     position: absolute;
     vertical-align: middle;
     transform: translate(-50%, -50%);
     display: block;
 }
 .image-preview .img-btns {
     height: 100%;
     width: 100%;
     position: absolute;
     /*background: rgba(255, 255, 255, 0.6);*/
     font-size: 18px;
     top: 0;
 }
 .image-preview .img-btns input[type="file"] {
     height: 100%;
     width: 100%;
     background: #ccc;
     opacity: 0;
 }
 .image-preview .img-btns span {
     position: absolute;
     text-align: center;
     z-index: 0;
     width: 100%;
     max-width: 100%;
     height: auto;
     max-height: 100%;
     top: 50%;
     left: 50%;
     vertical-align: middle;
     transform: translate(-50%, -50%);
 }
 .image-preview .img-btns .img_text {
     position: absolute;
     bottom: 0;
     width: 95%;
     margin: 8px;
 }
 #progress {
     background: none;
     width: 100%;
 }
 .image-list .image-preview {
     margin: 5px;
 }
 .hover {
     opacity: 0;
 }
 .hover:hover {
     opacity: 1;
     background: rgba(255, 255, 255, 0.6);
 }
 .img-remove-btn {
     position: absolute;
     z-index: 1;
     right: 0;
 }
.vs__selected {
    background-color: #1e656d;
    color: #fff;
}
.vs__deselect {fill: #fff;}

.highlight-box-section {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+11,ffffff+11,ffffff+14,ffffff+14,ffffff+31&0+0,0.73+11,1+31 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.73) 11%, rgba(255,255,255,0.77) 14%, rgba(255,255,255,1) 31%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.73) 11%,rgba(255,255,255,0.77) 14%,rgba(255,255,255,1) 31%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.73) 11%,rgba(255,255,255,0.77) 14%,rgba(255,255,255,1) 31%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.treatment-title {
    position: absolute;
    top: 230px;
    z-index: 2;
    width: 100%;
}
.social-invite li a{
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    display: inline-block;
}
.social-invite li a span{
    height: 20px;
    width: 20px;
    display: inline-block;
    padding: 5px;
    /*color: #fff;*/
    /*border-radius: 50%;*/
    /*background: #fff;*/
}
.fb-bg {
    background: #3B5998;
    color: #3B5998!important;
}
.insta-bg {
    background: #000;
    color: #fff !important;
}
.twitter-bg {
    background: #1DA1F2;
    color: #1DA1F2 !important;
}
.email-bg {
    background: #F94169;
    color: #fff !important;
}
.signature-pad{
    height: 200px;
    width: 300px;
    border:2px solid #256A72;
    border-radius: 10px;
}
.signature-preview{
    height: 200px;
    width: 300px;
    border: 2px solid #256A72;
    border-radius: 10px;
}

.page-item.active .page-link {
    background-color: #1e656d;
    border-color: #1e656d;
}
.blog-box .center-image {
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
}
.blog-box .meta {
    color: #000;
}
.blog-heading {
    background-size: cover !important;
    background: #468086db;
    color: #fff;
    padding: 150px 0px;
    position: relative;
}
.blog-heading:before {
    position: absolute;
    height: 100%;
    width:100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    background: #468086db;
}
.blog-heading h1{
    font-weight: 700;
}
.blog-heading ul li{
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
}
.tag-list ul li {
    display: inline-block;
    padding: 8px 15px;
    border:1px solid #000;
    font-weight: 700;
    color: #000;
    margin:10px;
}
.arrow {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    padding: 12px;
    background: #1e656d;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    font-weight: 100;
    font-size: 26px;
}
.fix-box{
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
}

.product-box {
    display: block;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px -8px #ccc;
}
.product-box .center-image {
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
}
.product-box .meta {
    color: #000;
    padding: 5px;
    text-transform: capitalize;
}


.category-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.category-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #1e656d;
}

.category-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.category-meta h5 {
    font-size: 1.0rem;
    margin-left: 15px;
}

.category-meta p {
    margin-left: 15px;
}

.category-meta p {
    font-size: 0.9rem;
    color: #666;
}


.option-list li {
    margin: 5px;
    display: inline-block;
}
.option-list-item .option-radio {
    position: absolute;
    visibility: hidden;
}
.option-list-item .option-radio:checked + label {
    background-color: #1e656d;
    color: #fff;
}
.option-list-item label {
    margin: 0px;
    padding: 10px;
    background: #f4f4f4;
    display: inline-block;
    border-radius: 15px;
    position: relative;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.static-page p{
    margin-bottom: 20px;
}
.static-page li{
    margin-bottom: 10px;
}
.decimal-li {
    list-style: decimal;
}
.lower-alpha {
    list-style: lower-alpha;
}
.upper-alpha {
    list-style: upper-alpha;
}
.lower-roman{
    list-style: lower-roman;
}
.remove-cart-item-btn {
    position: absolute;
    right: 0;
    top: 0px;
}

.pickup-address-item {
    padding: 10px;
    /* background: #f4f4f4; */
    border: 1px solid;
    border-radius: 5px;
    vertical-align: middle;
    display: block;
    text-transform: capitalize;
}
.pickup-address-item input{vertical-align: middle;}

@media screen and (min-width: 1200px){
    .doctor-select-list .app-user-card {
        text-align: center;
    }
}
@media screen and (min-width: 1430px){
    .container{max-width: 1400px;}
}

@media screen and (max-width: 1429px){
    header{padding-left: 0; padding-right: 0}
    /*.container{max-width: 100%;}*/
    .chatbot_sec .chatTab li a { width: 150px; height: 150px;}
}

@media screen and (max-width: 1267px){
    .schedule-header .left-box, .schedule-header .box-menu-list {
        width: 100%;
        text-align: center;
        margin: auto !important;
    }
}

@media screen and (max-width: 991.98px){
    .navbar-light .navbar-toggler-icon {
        filter: brightness(1) opacity(1) invert(1);
    }
    
    .navbar-light .navbar-toggler {
        border: 0;
        padding: 10px;
    }
    .right_menu_cls .dropdown-menu.show {
        inset: unset !important;
        right: 0 !important;
        left: auto !important;
    }
    
    #navbarSupportedContent {
        position: absolute;
        top: 100%;
        background: #32817b;
        z-index: 10;
        width: 100%;
        right: 0;
    }
    .right_menu_cls ul {
        padding: 10px 5px;
        justify-content: space-between;
    }
    ul.navbar-nav.ml-auto.float-right {
        float: none !important;
        text-align: left;
        align-items: self-start;
    }
    
    ul.navbar-nav.ml-auto.float-right li {
        padding: 15px 0 !important;
        border-bottom: solid 1px #f1f1f1;
        width: 100%;
        text-align: left;
        margin-left: 0 !important;
    }
    
    ul.navbar-nav.ml-auto.float-right li a.nav-link {
        padding: 0 10px !important;
    }
    
    ul.navbar-nav.ml-auto.float-right li a {
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px){
    .treatment-title {
        top: 140px;
    }
    .carousel-item .carousel-caption h2 {
        font-size: 1rem;
    }
    .carousel-item .carousel-caption p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    #welcomeSlider {
        min-height: unset;
        height: auto;
    }
    .guest-login-section{
        margin-top: 0px;
        margin-left: 0;
        text-align: center;
    }
    .just-padding{
        padding: 0px 0px;
    }
    .home-box-menu {
        margin-top: 0px;
    }
    .custom-absolute{position: unset;}
    .carousel-control-next, .carousel-control-prev {
        height: 20px;
        width: 20px;
    }
    .carousel-caption h3{font-size: 1rem;}
    .resposive-center{text-align: center !important;}
    .resposive-center .float-right, .resposive-center .float-left{float:none !important;}
    .dashboard-section1 {margin-top: 0px;}
    .dashboard-section1 .today-appointment-box{
        /*margin-top:0px;*/
    }
    section.p-5{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    /*[class*="pr-"], [class*=" pr-"], [class*="pl-"], [class*=" pl-"]{*/
    .pr-3,.pr-4,.pr-5,.pl-3,.pl-4,.pl-5{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .step-btn {
        position: static;
        width: 100%;
    }

    #appointmentTab .nav-link {
        font-size: 15px;
    }
    .timeslot-title .sub-title{
        margin-top: 20px;
    }
}
@media screen and (max-width: 400px){
    .box-menu {
        height: 123px;
        width: 120px;
    }
    .box-menu img {
        height: 35px;
    }
}

.type-disabled {
background: rgba(0,0,0,0.2);
cursor: not-allowed;
}
#overlay_div {
    position: absolute;
    z-index: 99;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    display: none;
}
#overlay_div img {
    margin: 30%;
}


.navbar-expand-lg .navbar-nav {
    align-items: center;
}


@media screen and (max-width:1610px) {
    ul.navbar-nav.ml-auto.float-right {
        flex-wrap: wrap;
        justify-content: end;
    }    
    header nav ul li {
        padding: 5px 0;
        margin: 0 5px;
    }
    header nav ul li:nth-last-child {
        margin-left: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width:1348px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
}

.app-time.man-speciality {
    text-transform: capitalize;
}



nav.navbar {
    position: fixed;
    width: 100%;
    z-index: 111;
    background: #32817b;
    border-bottom: #b8b8b8 solid 1px;
}

img.logo-image {
    filter: brightness(0) invert(1);
}

.navbar-expand-lg .navbar-nav {
    margin-left: auto;
}

.right_menu_cls {
    margin-left: auto;
}

.right_menu_cls ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.right_menu_cls ul li.nav-item a {
    color: #fff;
}


header nav ul li a.nav-link {
    color: #fff !important;
}

header {
    padding: 0  !important;
}

div#content-page {
    padding-top: 70px;
}
.notification 
 .bell-icon {
    color: #fff !important;
}    
.notification 
 .bell-icon {
    color: #fff !important;
    border-color: #fff !important;
}

li.nav-item.dropdown {
    border: 0 !important;
}

li.nav-item.dropdown a.user_profile.nav-link {
    border: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

li.nav-item.dropdown a.user_profile.nav-link img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    margin-right: 10px;
}
.right_menu_cls ul li.nav-item a.dropdown-item {
    color: #000;
    padding: 10px 12px;
}

header .notification ul.text-left {
    display: block;
}

header .notification ul.text-left a {
    color: #00837b;
    text-transform: capitalize;
}
li.nav-item.dropdown a.user_profile.nav-link i {
    color: #fff;
}


.user_doctor_list .app-user-card {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #ccc;
    border: 1px solid transparent;
    position: relative;
    height: calc(100% - 20px);
}

.user_doctor_list .app-user-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.user_doctor_list .left-img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background: #ccc;
    position: relative;
}
.user_doctor_list .app-user-card .user-detail-right {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-left: 0 !important;
}
.user_doctor_list .app-user-card .user-detail-right .app-user {
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 10px;
}
.user_doctor_list .app-user-card .user-detail-right .app-time.man-speciality {
    margin-bottom: 15px;
}
.user_doctor_list .app-user-card .user-detail-right .app-time.man-speciality b.text-bold {
    display: block;
    margin-top: 5px;
}

.user_doctor_list .left-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: top center;
    border: 1px solid #ededed;

}
/*
.user_doctor_list .left-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: contain;
}*/

.user_doctor_list a.btn.btn-primary {
    display: block;
    margin-top: 15px;
}
.card-header {
    padding: 0.75rem 1.25rem !important;
}
.user_doctor_list h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
form#profile_frm .blank-card {
    border: solid #b8b8b8 1px;
}
form#profile_frm .blank-card .card-body {
    border-radius: 0 0 10px 10px;
    padding-bottom: 0 !important;
}
form#profile_frm .blank-card .card-header {
    margin-top: 0 !important;
    border-radius: 10px 10px 0  0;
}
 .left-menu {
    position: fixed;
    background: #5FC29C;
    height: 100vh;
    padding: 20px;
    top: 0;
    z-index: 11;
    left: 0;
    padding-top: 80px;
    overflow-x: auto;
}
.left-menu .profile-user {color: #fff;}
.left-menu .profile-user .app-time {
    color: #fff !important;
}
.left-menu .profile-user + ul.list-group.left-list-group.mt-5 {
    margin-top: 20px !important;
}
.left-menu .profile-user + ul.list-group.left-list-group .list-group-item {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
    padding: 0.5rem 1rem;
} 
 /* Chrome, Edge, and Safari */
   .left-menu::-webkit-scrollbar {
    width: 6px;
  }

  .left-menu::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .left-menu::-webkit-scrollbar-thumb {
    background-color: #22656c;
    border-radius: 10px;
    border: 1px solid #ffffff;
  }
  .profile_container .container-fluid {
	    max-width: 100%;
		padding: 0 25px;
	}

	.profile_container .profile_right_view {
	    margin-left: 360px;
	}
	.left-menu .left-list-group .list-group-item {
	    padding: 10px 15px;
	}
	.signature-pad {
	    width: 100%;
	}

	.signature-preview {
	    width: 100%;
	}
	.custom-group.adon-left .mx-datepicker {
	    width: 100%;
	}	
	form#profile_frm .blank-card .green-icon {
	    margin-right: 5px !important;
	    border-radius: 5px !important;
	    width: 30px;
	    height: 30px;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 18px;
	}
	form#profile_frm .blank-card  label {
	    font-size: 13px;
	    margin-bottom: 5px
	}
	header .notification .count {
	    width: 20px;
	    height: 20px;
	    font-size: 9px;
	}
	.pht-lft.center-image.profile-main-cls {
	    height: unset;
	    width: unset;
	    overflow: unset;
	}

	.pht-lft.center-image.profile-main-cls .profile_img_cls {
	    width: 100px;
	    height: 100px;
	    border-radius: 25px;
	    overflow: hidden !important;
	    vertical-align: middle;
	    display: block;
	    background: #ebebeb;
	    margin-bottom: 0;
        border: 1px solid #ccc;
	}
	.edit_profile {
	    position: absolute;
	    bottom: 10px;
	    right: -3px;
	}
	.pht-lft.center-image.profile-main-cls .profile_img_cls img {
	    border-radius: 25px;
	}

	.edit_profile button.btn-icon.theme-bg {
	    border-radius: 50%;
	    height: 25px;
	    width: 25px;
	    font-size: 12px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.profile_container td {
	    white-space: nowrap;
	    max-width:180px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	.profile_container .profile_right_view #content-section {
	    padding: 10px !important;
	}
	.profile_container .profile_right_view #content-section .card-body.rounded-bottom {
	    padding: 0 10px;
	}
	.table .thead-light th {
	    white-space: nowrap;
	    font-size: 14px;
	}
	.profile_container .profile_right_view #content-section .card-header.pt-4.rounded-top h6.sub-title {
	    margin-left: 0 !important;
	}
	.profile_container .profile_right_view #content-section .card-header.pt-4.rounded-top h6.sub-title .display-inine-block.green-icon {
	    margin-left: 0 !important;
	}
	@media screen and (max-width:1366.98px) {
	    .user_doctor_list h3 {
	        font-size: 22px;
	        font-weight: bold;
	        margin-bottom: 20px;
	    }
	    .user_doctor_list .row {
	        margin: 0 -8px;
	    }
	    
	    .user_doctor_list .row [class*="col-"] {
	        padding: 0 8px;
	    }
	    
	    .user_doctor_list .app-user-card {
	        padding: 15px;
	    }
	    
	    .user_doctor_list .app-user-card .user-detail-right .app-time.man-speciality {
	        font-size: 11px;
	    }
	    
	    .user_doctor_list .app-user-card .user-detail-right .app-user {
	        font-size: 14px;
	    }
	}
	@media screen and (max-width: 1199.98px){
	    .navbar-light .navbar-nav .nav-link{
	        font-size: 13.5px !important;
	    }
	    header .notification .bell-icon {
	        font-size: 14px !important;
	    }
	}
	@media screen and (max-width: 991.98px) {
		.left-menu {
		    width: 290px;
		}
		.profile_container .profile_right_view {
		    margin-left: 290px;
		}
		.profile_container .profile_right_view .invite-box.text-center {
		    margin-top: 30px;
		}
	}
	@media screen and (max-width: 767.98px) {
		form#profile_frm .blank-card h6.sub-title {
		    margin-left: 0 !important;
		}
		form#profile_frm .blank-card h6.sub-title .display-inine-block {
		    margin-left: 0 !important;
		}
		form#profile_frm .blank-card .card-header {
		    padding: 10px 10px !important;
		}
		.profile_container .profile_right_view .pagination-links ul.pagination {
		    margin-bottom: 15px;
		}
		.left-menu .left-list-group {
		    border-radius: 10px !important;
		}
		.left-menu {
		    position: unset;
		    width: 100%;
		    height: unset;
		    padding: 10px;
		    border-radius: 10px;
		}
		.profile_container .profile_right_view {
		    margin: 0;
		    margin-top: 30px;
		}
		form#profile_frm .blank-card .card-body {
			padding: 10px
		}
		.left-menu .btn-icon {
		    width: 30px;
		    padding: 5px;
		    height: 30px;
		    font-size: 12px
		}
		.display-inine-block {
		    margin-left: 5px !important;
		}
		.left-menu .left-list-group .list-group-item {
		    padding: 8px 10px;
		    border-bottom-color: #cdcdcd;
		}
		.left-menu .profile-user + ul.list-group.left-list-group.mt-5 {
		    margin-top: 15px !important;
		}
		.profile_container .container-fluid {
		    padding: 0 15px;
		}
		.faq-section.mt-4 {
		    margin-top: 0 !important;
		}
	}

    .btn-radius {
        border-radius: 30px;
    }
      
    .minfont-15 {
        font-size: 14px;
    }
