
body {
  font-family: 'Signika', sans-serif;
}
/* navbar */
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  transition: all 0.5s ease;
}
#topnav.nav-sticky {
  background: #fff;
  box-shadow: 0 0 3px rgb(52 58 64 / 15%);
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 30px 10px 26px;
  height: 18px;
}
.heart_logo_nav {
  height: 34px !important;
    margin-right: 50px ;
}
.setting_logo {
  width: 10%;
  color: white;
  background-color: 
#a737a7;
}
.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}
.btn.btn-pills {
  border-radius: 30px;
}
.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  border-radius: 5px;
}
.btn-primary {
  background-color: 
#a737a7 !important;
  border: 1px solid 
#a737a7 !important;
  color: #fff !important;
  box-shadow:2px 1px 2px #a737a7a1;
  border-color: #0d6efd;
}
.user {
  height: 36px;
  width: 36px;
  background-color: #717171;
}
.user:hover {
  border: 2px solid #0d6efd;
  cursor: pointer;
}
.rounded-circle {
  border-radius: 50% !important;
}
a {
  text-decoration: none !important;
}
.down_arrow{
  font-size: 11px;
}
.avatar.avatar-ex-small {
  height: 36px;
  width: 36px;
}
/* dropdown */
.nav-link {
  color: #000000 !important;
  text-transform: uppercase;
}
.nav-link:hover{
  color:#a737a7 !important;
}
 .dropdown-menu .dropdown-item:hover,
 .dropdown-menu .dropdown-item.active,
 .dropdown-menu .dropdown-item:active,
 .dropdown-menu .dropdown-item.focus,
 .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #a737a7 !important;
}
.dropdown-menu {
  margin-top: 0px !important;
  border: 0;
  border-radius: 5px;
  background-color: #fdfdfd;
}
.dropdown-menu .dropdown-item {
  padding: 5px 20px;
  clear: both;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.user.avatar-md-sm {
  height: 45px;
  width: 45px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* footer */
@media screen and (max-width:576px) {
  .f_menu{
    text-align: center;
}}
.heart_logo_footer {
  width: 33%;
}
.doctor_logo_footer {
  width: 28%;
}
footer .text-foot {
  color: #424344;
  font-size: 0.9rem;
}
footer .text-foot:hover {
  color: 
#a737a7;
  font-size: 0.9rem;
}
.text-primary {
    color: 
#a737a7!important;
}
.Arrow {
  font-size: 0.65rem;
}
.bg-footer {
  background-color: #ecedf1 !important;
}
/* social_icon_footer */
.social {
  background-color: #d1d2d5;
}
.social:hover {
  background-color: #b0b0b2;
}
@media screen and (max-width:576px) {
  .social-icon{
     text-align: center;
  }
}
/* form */
.subcribe-form .btn {
  padding: 10px 20px;
}
.subcribe-form input {
  padding: 10px 20px;
  margin-top: 0.030rem;
  width: 100%;
  color: #343a40 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.subcribe-form button {
    position: absolute;
    top: 1.4px;
    right: 0.6px;
    outline: none !important;
}
.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}
.form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 42px;
  font-size: 13px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* form control */
.form-control:focus {
  border-color: 
#a737a7;
  box-shadow: none;
}
.form-control[readonly] {
  background-color: #fff;
}
.form-control:disabled {
  background-color: #e9ecef;
}
.form-control::placeholder {
  color: #343a40;
}
.form-check-input:focus {
  border-color: 
#a737a7;
  box-shadow: none;
}
.model{
  margin-left:15rem;
}
/* error404 */
 .bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
        }
/* scroll */
 .scroll::-webkit-scrollbar,
.scroll::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}
.scroll::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
}
.scroll:hover {
  color: rgba(0, 0, 0, 0.3);
}
.scroll {
  background: white;
  border-radius: 3px;
  overflow: auto;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 black;
  transition: color .3s ease;
}
/* landing page 1 */
/* content */
.avatar.avatar-client {
  max-height: 25px;
}
.features.feature-primary .icon {
  background-color: rgba(195, 209, 245, 0.2) !important;
  border-radius: 20%;
}
.features .icon {
  height: 65px;
  width: 65px;
  align-items: center !important;
  justify-content: center !important;
}
.badge.badge-pill {
  border-radius: 15px;
}
.badge {
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.badge-soft-primary {
  background-color: #ff23001a !important;
  border: 1px solid #ff23001a !important;
  color: #a737a7 !important;
}
.service-icons {
  align-items: center;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 30%;
  height: 50%;
}
.carousel {
  width: 70%;
  height: 30%;
  left: 19%;
}
.image {
  display: block;
  justify-content: center;
  width: 90%;
}
.btnCarousel {
  border-radius: 50%;
  width: 5px !important;
}
.Carouselindicator {
  margin-left: 0% !important;
  margin-right: 10% !important;
  bottom: -23%;
  color: black;
}
.carousel-indicators li {
  display: inline-block;
  margin: 10px;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #5c5ccf;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.carousel-indicators .active {
  margin: 10px;
  background-color: #2aadd1;
}
.bground {
  background-size: cover;
  background-repeat: no-repeat;
}
.smedia_icon{
  font-size: 3rem;
}
.card_r{
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .d_icon {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width:576px) {
 .js_date{
    justify-content: center;
  }
}
@media screen and (max-width:576px) {
  .smedia_icon {
    font-size: 2rem;
  }
}
@media screen and (max-width:576px) {
  .social-icon{
     text-align: center;
  }
}
@media screen and (max-width:576px) {
  .card_r{
    margin-top: 2rem;
}}
/* team one doctor */
/* content css */
.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}
.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-left: 0;
  display: inline-block;
}
.breadcrumb .breadcrumb-item a {
  color: #343a40;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #a737a7;
}
.breadcrumb .breadcrumb-item.active {
  color: #a737a7;
}
.bg-half-150 {
    padding: 80px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}
.btn-soft-danger {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 1px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3);
}
.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
  background-color: #f0735a !important;
  border-color: #f0735a !important;
  color: #fff !important;
}
   .btn-soft-success {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
  box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3);
}
.btn-soft-success:hover {
  background-color: rgb(88, 192, 148) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #ebf0ee !important;
  box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3);
}
.team-like {
    position: absolute;
    top: 28px;
    right: 10px;
}
.btn-soft-primary {
  background-color: #a22caa1f !important;
  border: 1px solid #ff23001a !important;
  color: #a737a7 !important;
  box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3);
}
.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
  background-color: #a737a7 !important;
  border-color: #a737a7 !important;
  color: #fff !important;
}
@media (max-width: 576px) {
.content_center{
    align-items: center !important;
    justify-content: center;
    text-align: center;
  }
}
/* team two doctor */
.team {
  transition: all 0.5s;
}
.team .team-img .team-social {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-50px);
}
.team .title {
  font-weight: 500;
}
.team .content,
.team .content .title,
.team .content .speciality {
  transition: all 0.5s;
}
.team .team-person img {
  transition: all 0.5s;
}
.team .team-person .team-like {
  position: absolute;
  top: 10px;
  right: 10px;
}
.team .team-person:hover img {
  transform: scale(1.05);
}
.team:hover .team-img .team-social {
  opacity: 1;
  transform: translateX(0px);
}
.team:hover .content {
  background: 
#a737a7 !important;
}
.team:hover .content .title {
  color: #fff !important;
}
.team:hover .content .speciality {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* dashboard patients */
/* content css */
.bg-dashboard {
  padding: 100px 0 30px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}
.sticky-bar {
  position: sticky;
  top: 80px;
}
.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}
.bg-soft-success {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}
.avatar.avatar-md-sm {
  height: 43px;
  width: 43px;
}

.badge.badge-pill {
  border-radius: 12px;
}
.badge-soft-primary {
  background-color: #ff23001a !important;
  border: 1px solid #ff23001a !important;
  color: #a737a7 !important;
}
.badge-soft-success {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}
.badge-soft-danger {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 1px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
}
.badge-soft-warning {
  background-color: rgba(241, 181, 97, 0.1) !important;
  border: 1px solid rgba(241, 181, 97, 0.1) !important;
  color: #f1b561 !important;
}
/* chat */
.chat.chat-person .chat-right {
  justify-content: flex-end;
  text-align: right;
}
.chat.chat-person .chat-right .chat-user-image {
  order: 2;
}
.chat.chat-person .chat-right .chat-user-image .on-off {
  right: -1px;
}
.chat.chat-person .chat-right .chat-msg {
  margin-right: 8px;
  margin-left: 0;
}
.chat.chat-person .chat-right .chat-msg .msg {
  display: inline-block;
}
.chat.chat-person .chat-right .chat-msg .msg-time {
  display: block;
}
.features.feature-primary .title:hover {
  color: #a737a7 !important;
}
.features.feature-primary .icon {
  color: #a737a7 !important;
  background-color: #ff23001a !important;
}
.features.feature-primary .link {
  color: #1ea2e4 !important;
}
.features .icon {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .title {
  font-weight: 500;
}
.features .big-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0.05;
  font-size: 120px;
}
/* profile patients */
.features .titles,
.features .icons,
.features .para,
.features .big-icon {
  transition: all 0.5s ease;
}
.rounded-lg {
  border-radius: 30px !important;
}
.chatbg{
 background-repeat: no-repeat !important;
}
/* profile patients */
.avatar.avatar-md-md {
  height: 90px;
  width: 90px;
}
.mt-n5, .my-n5 {
    margin-top: -3rem!important;
}
.nav-pills .nav-link.nav-link-alt.active {
  background: #bf4dbf;
  color: #fff !important;
}
.nav-pills .nav-link.active {
  background: #bf4dbf !important;
  color: #fff !important;
}

.nav-pills a .title {
    font-size: 17px !important;
}
.nav-pills .nav-link {
    color: #495057 !important;
    transition: all 0.5s ease;
}
/* invoice patients */
.heart_logo_card {
  width: 20%;
}
/* pharmacy */
 .category-title {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.avatar.avatar-client {
  max-height: 25px;
}
.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}
.apple_icon{
  fill:white;
}
/* shop */
.btn-soft-warning {
  background-color: rgba(241, 181, 97, 0.1) !important;
  border: 1px solid rgba(241, 181, 97, 0.1) !important;
  color: #f1b561 !important;
  box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3);
}
.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
  background-color: #f1b561 !important;
  border-color: #f1b561 !important;
  color: #fff !important;
}
.shop-list .shop-image .shop-icons,
.shop-list .shop-image .qty-icons {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}
.shop-list .shop-image .shop-icons {
  top: 15px;
  left: 15px;
  z-index: 2;
}
.shop-list .shop-image .qty-icons {
  bottom: 15px;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100px);
}
.shop-list .shop-image:hover .shop-icons,
.shop-list .shop-image:hover .qty-icons {
  opacity: 1;
}
.shop-list .shop-image:hover .qty-icons {
  transform: translateY(0);
}
.shop-list .qty-btn {
  pointer-events: none;
  width: 65px;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .shop-list .qty-btn {
    padding-left: 0;
  }
}
/* shop cart */
  .table_head_bg{
    background-color: #dee2e6;
  }
  .avatar.avatar-small {
  height: 65px;
  width: 65px;
}
.table td, .table th {
    vertical-align: middle;
}
/* department */
/* blog */
.blog.blog-primary .post-meta .like:hover,
.blog.blog-primary .post-meta .comments:hover {
  color: #a737a7 !important;
}
  .form-check-input:checked {
    background-color: #a737a7;
    border-color: #a737a7;
}
.bg-secondary {
    background-color: #d3ced0!important;
}
 .msg-time {
    display: block !important;
    font-weight: lighter;
}
.accordion-button:not(.collapsed) {
    color: #9c43c0 !important;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.btn-outline-primary {
  color: #a737a7;
  border-color: #a737a7;
}
.btn-outline-primary:hover{
  background-color: #a737a7;
  border-color: #a737a7;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../image/Preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}